path stringlengths 5 312 | repo_name stringlengths 5 116 | content stringlengths 2 1.04M |
|---|---|---|
web_apps/bsmp_wa__1_v0_11/static/doc/contact/contact.html | jjs0sbw/bsmp | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset=”utf-8”>
<title>Contact - BSMP Web App 1</title>
<meta name=”description” content=”Contact details for the Basic Structural Modeling Project”>
<meta name=”author” content=”Joseph J. Simpson”>
<link href="../../css/bootstrap.min.css" rel="stylesheet">
<link href="../../css/structural_modeling_grid.css" rel="stylesheet">
</head>
<body>
<div class="menu_bar">
<p>Basic structural modeling is a component of structural modeling. <br>The group that
is developing this software may be contacted on the following Google Groups: <br></p>
<p>syssciwg@googlegroups.com<br></p>
<p>structural-modeling@googlegroups.com<br></p>
<p>The project web site is located at: <a href="http://systemsconcept.org">Site</a></p>
</div>
</body>
</html> |
ssg/bash/fix/audit_rules_dac_modification_removexattr.html | GovReady/aqueduct.govready | ---
layout: aqueduct-script
permalink: /audit_rules_dac_modification_removexattr/ssg/aqueduct/bash/fix/
name: audit_rules_dac_modification_removexattr
title: Record Events that Modify the System's Discretionary Access Controls - removexattr
ident: CCE-27184-1
severity: low
rule_id: audit_rules_dac_modification_removexattr
---
<pre>
#!/bin/bash -u
set -e
#
# Copyright (c) 2012 Tresys Technology LLC, Columbia, Maryland, USA
#
# This software was developed by Tresys Technology LLC
# with U.S. Government sponsorship.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
. $(dirname $0)/audit_rules_common
add_rule '-a always,exit -F arch=b32 -S removexattr -F auid>=500 -F auid!=4294967295 -k perm_mod'
if /bin/uname -m|/bin/grep -q 64; then
add_after '-a always,exit -F arch=b64 -S removexattr -F auid>=500 -F auid!=4294967295 -k perm_mod' '-a always,exit -F arch=b32 -S removexattr -F auid>=500 -F auid!=4294967295 -k perm_mod'
fi
</pre>
|
doc/interpreter/octave.html/XREForderfields.html | xmjiao/octave-debian | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- Created by GNU Texinfo 6.3, http://www.gnu.org/software/texinfo/ -->
<!-- This file redirects to the location of a node or anchor -->
<head>
<title>GNU Octave: XREForderfields</title>
<meta name="description" content="GNU Octave: XREForderfields">
<meta name="keywords" content="GNU Octave: XREForderfields">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
blockquote.indentedblock {margin-right: 0em}
blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
blockquote.smallquotation {font-size: smaller}
div.display {margin-left: 3.2em}
div.example {margin-left: 3.2em}
div.lisp {margin-left: 3.2em}
div.smalldisplay {margin-left: 3.2em}
div.smallexample {margin-left: 3.2em}
div.smalllisp {margin-left: 3.2em}
kbd {font-style: oblique}
pre.display {font-family: inherit}
pre.format {font-family: inherit}
pre.menu-comment {font-family: serif}
pre.menu-preformatted {font-family: serif}
pre.smalldisplay {font-family: inherit; font-size: smaller}
pre.smallexample {font-size: smaller}
pre.smallformat {font-family: inherit; font-size: smaller}
pre.smalllisp {font-size: smaller}
span.nolinebreak {white-space: nowrap}
span.roman {font-family: initial; font-weight: normal}
span.sansserif {font-family: sans-serif; font-weight: normal}
ul.no-bullet {list-style: none}
-->
</style>
<link rel="stylesheet" type="text/css" href="octave.css">
<meta http-equiv="Refresh" content="0; url=Manipulating-Structures.html#XREForderfields">
</head>
<body lang="en">
<p>The node you are looking for is at <a href="Manipulating-Structures.html#XREForderfields">XREForderfields</a>.</p>
</body>
|
index.html | eliottwiener/pidcontroldemo | <!doctype html>
<!--
A simple demo of a PID control loop I created to demonstrate the concept to my co-workers.
Copyright (C) 2015 Eliott Wiener
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<meta charset="utf8"/>
<html lang="en">
<head>
<title>PID Control Demo</title>
<link rel="stylesheet" href="style.css" type="text/css" media="all"/>
<script src="pid.js" type="text/javascript"></script>
</head>
<body>
<header>
<div id="description-container">
<article id="description">
<p>
This is a sandbox application where you can play with a
basic, manually-tuned
<a href="https://en.wikipedia.org/wiki/PID_controller">PID control loop</a>.
The goal of this control loop is to keep the red circle
as close as possible to the mouse pointer.
In other words,
the <b>setpoint</b> is defined as the mouse pointer's position,
and the <b>error</b> is defined as the (directed) distance between the red circle and the mouse pointer.
By tuning the PID gain coefficients,
the red circle's ability to follow the pointer can be enhanced.
Additionally, you can tune the frequency at which the control loop runs.
Charts of the X-axis error and Y-axis error are provided to help visualize the control loop's effectiveness.
</p>
<p>
<a href="https://github.com/eliottwiener/pidcontroldemo">
Source code available on GitHub
</a>
</p>
</article>
</div>
<form id="controls">
<div class="control">
<label>Proportional gain:</label>
<input type="number" id="proportional_box" step=".001" required />
</div>
<div class="control">
<label>Integral gain:</label>
<input type="number" id="integral_box" step=".001" required />
</div>
<div class="control">
<label>Derivative gain:</label>
<input type="number" id="derivative_box" step=".001" required />
</div>
<div class="control">
<label>Control loop frequency (Hz):</label>
<input type="number" id="frequency_box" required />
</div>
<div class="control">
<input id="submit" type="submit" value="Update parameters" />
</div>
</form>
</header>
<canvas id="cnvs"></canvas>
</body>
</html>
|
ARDUINO/LaCOOLBoard/extras/doxygenDocs/html/_cool_board_led_8cpp.html | TamataOcean/TamataSpiru | <!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.14"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>CoolBoardAPI: /home/ashiroji/Arduino/libraries/CoolBoard/src/CoolBoardLed.cpp File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</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>
<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">CoolBoardAPI
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.14 -->
<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>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('_cool_board_led_8cpp.html','');});
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
<div class="summary">
<a href="#define-members">Macros</a> </div>
<div class="headertitle">
<div class="title">CoolBoardLed.cpp File Reference</div> </div>
</div><!--header-->
<div class="contents">
<p><a class="el" href="class_cool_board_led.html" title="This class handles the led in the Sensor Board. ">CoolBoardLed</a> Source file.
<a href="#details">More...</a></p>
<div class="textblock"><code>#include "FS.h"</code><br />
<code>#include "Arduino.h"</code><br />
<code>#include <NeoPixelBus.h></code><br />
<code>#include "<a class="el" href="_cool_board_led_8h_source.html">CoolBoardLed.h</a>"</code><br />
<code>#include "ArduinoJson.h"</code><br />
</div><div class="textblock"><div class="dynheader">
Include dependency graph for CoolBoardLed.cpp:</div>
<div class="dyncontent">
<div class="center"><iframe scrolling="no" frameborder="0" src="_cool_board_led_8cpp__incl.svg" width="432" height="216"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe></div>
</div>
</div>
<p><a href="_cool_board_led_8cpp_source.html">Go to the source code of this file.</a></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="define-members"></a>
Macros</h2></td></tr>
<tr class="memitem:ad72dbcf6d0153db1b8d8a58001feed83"><td class="memItemLeft" align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="_cool_board_led_8cpp.html#ad72dbcf6d0153db1b8d8a58001feed83">DEBUG</a>   0</td></tr>
<tr class="separator:ad72dbcf6d0153db1b8d8a58001feed83"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p><a class="el" href="class_cool_board_led.html" title="This class handles the led in the Sensor Board. ">CoolBoardLed</a> Source file. </p>
<dl class="section version"><dt>Version</dt><dd>1.0 </dd></dl>
<dl class="section author"><dt>Author</dt><dd>Mehdi Zemzem </dd></dl>
<dl class="section version"><dt>Version</dt><dd>0.0 </dd></dl>
<dl class="section author"><dt>Author</dt><dd>Simon Juif </dd></dl>
<dl class="section date"><dt>Date</dt><dd>27/06/2017 </dd></dl>
<dl class="section copyright"><dt>Copyright</dt><dd>La Cool Co SAS </dd>
<dd>
MIT license Copyright (c) 2017 La Cool Co SAS</dd></dl>
<p>Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:</p>
<p>The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.</p>
<p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. </p>
<p class="definition">Definition in file <a class="el" href="_cool_board_led_8cpp_source.html">CoolBoardLed.cpp</a>.</p>
</div><h2 class="groupheader">Macro Definition Documentation</h2>
<a id="ad72dbcf6d0153db1b8d8a58001feed83"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ad72dbcf6d0153db1b8d8a58001feed83">◆ </a></span>DEBUG</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define DEBUG   0</td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="_cool_board_led_8cpp_source.html#l00041">41</a> of file <a class="el" href="_cool_board_led_8cpp_source.html">CoolBoardLed.cpp</a>.</p>
</div>
</div>
</div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="_cool_board_led_8cpp.html">CoolBoardLed.cpp</a></li>
<li class="footer">Generated by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.14 </li>
</ul>
</div>
</body>
</html>
|
docs/reference/MODIStsp_GUI.html | lbusett/MODIStsp | <!-- Generated by pkgdown: do not edit by hand -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Build and manage the MODIStsp GUI — MODIStsp_GUI • MODIStsp</title>
<!-- favicons -->
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="apple-touch-icon" type="image/png" sizes="180x180" href="/apple-touch-icon.png">
<!-- jquery -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
<!-- Bootstrap -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.4.1/css/bootstrap.min.css" integrity="sha256-bZLfwXAP04zRMK2BjiO8iu9pf4FbLqX6zitd+tIvLhE=" crossorigin="anonymous">
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.4.1/js/bootstrap.min.js" integrity="sha256-nuL8/2cJ5NDSSwnKD8VqreErSWHtnEP9E7AySL+1ev4=" crossorigin="anonymous"></script>
<!-- bootstrap-toc -->
<link rel="stylesheet" href="../bootstrap-toc.css">
<script src="../bootstrap-toc.js"></script>
<!-- Font Awesome icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.1/css/all.min.css" integrity="sha256-PbSmjxuVAzJ6FPvNYsrXygfGhNJYyZ2GktDbkMBqQZg=" crossorigin="anonymous" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.1/css/v4-shims.min.css" integrity="sha256-A6jcAdwFD48VMjlI3GDxUd+eCQa7/KWy6G9oe/ovaPA=" crossorigin="anonymous" />
<!-- clipboard.js -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/2.0.4/clipboard.min.js" integrity="sha256-FiZwavyI2V6+EXO1U+xzLG3IKldpiTFf3153ea9zikQ=" crossorigin="anonymous"></script>
<!-- headroom.js -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/headroom/0.9.4/headroom.min.js" integrity="sha256-DJFC1kqIhelURkuza0AvYal5RxMtpzLjFhsnVIeuk+U=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/headroom/0.9.4/jQuery.headroom.min.js" integrity="sha256-ZX/yNShbjqsohH1k95liqY9Gd8uOiE1S4vZc+9KQ1K4=" crossorigin="anonymous"></script>
<!-- pkgdown -->
<link href="../pkgdown.css" rel="stylesheet">
<script src="../pkgdown.js"></script>
<!-- ropensci -->
<link href="../ropensci.css" rel="stylesheet">
<meta property="og:title" content="Build and manage the MODIStsp GUI — MODIStsp_GUI" />
<meta property="og:description" content="Function used to generate and handle the GUI used to allow selection of
MODIStsp processing parameters." />
<meta property="og:image" content="http://docs.ropensci.org/MODIStsp/logo.png" />
<meta name="twitter:card" content="summary" />
<!-- Matomo -->
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/cookieconsent@3/build/cookieconsent.min.css" />
<script src="https://cdn.jsdelivr.net/npm/cookieconsent@3/build/cookieconsent.min.js" data-cfasync="false"></script>
<script src="https://ropensci.org/scripts/matomo.js"></script>
<noscript><p><img src="https://ropensci.matomo.cloud/matomo.php?idsite=1&rec=1" style="border:0;" alt="" /></p></noscript>
<!-- End Matomo Code -->
</head>
<body data-spy="scroll" data-target="#toc">
<div class="container template-reference-topic">
<header>
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="navbar-brand-container">
<a href="https://ropensci.org"><img src="https://ropensci.org/img/icon_short_white.svg" id="hexlogo" alt="rOpenSci" /></a>
<a class="navbar-brand" href="../index.html"><i>MODIStsp <small>v2.0.5</small></i></a>
</div>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li>
<a href="../index.html">
<span class="fa fa-home"></span>
</a>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">
<span class="fas fa fas fa-book"></span>
Articles
<span class="caret"></span>
</a>
<ul class="dropdown-menu" role="menu">
<li>
<a href="../articles/installation.html">Installation</a>
</li>
<li>
<a href="../articles/interactive_execution.html">Interactive Execution - the MODIStsp GUI</a>
</li>
<li>
<a href="../articles/noninteractive_execution.html">Non-Interactive Execution from within R</a>
</li>
<li>
<a href="../articles/standalone_execution.html">Standalone Execution and Scheduled Processing</a>
</li>
<li>
<a href="../articles/output.html">Outputs Format and Naming Conventions</a>
</li>
<li>
<a href="../articles/analyze.html">Accessing and Analyzing Processed Data from R</a>
</li>
<li>
<a href="../articles/products_list.html">Supported MODIS Products</a>
</li>
</ul>
</li>
<li>
<a href="../articles/faq.html">
<span class="fa fa-question-circle-o"></span>
faq
</a>
</li>
<li>
<a href="../news/index.html">
<span class="fa fa-newspaper-o"></span>
news
</a>
</li>
<li>
<a href="../reference/index.html">
<span class="fa fa-file-code-o"></span>
functions
</a>
</li>
<li>
<a href="https://github.com/ropensci/MODIStsp/">
<span class="fa fa-github fa-lg"></span>
github
</a>
</li>
<li>
<a href="../articles/lorenzo.html">
<span class="fa fa-cross"></span>
dedication
</a>
</li>
</ul>
</div><!--/.nav-collapse -->
</div><!--/.container -->
</div><!--/.navbar -->
</header>
<div class="row">
<div class="col-md-9 contents">
<div class="page-header">
<h1>Build and manage the MODIStsp GUI</h1>
<small class="dont-index">Source: <a href='https://github.com/ropensci/MODIStsp/blob/master/R/MODIStsp_GUI.R'><code>R/MODIStsp_GUI.R</code></a></small>
<div class="hidden name"><code>MODIStsp_GUI.Rd</code></div>
</div>
<div class="ref-description">
<p>Function used to generate and handle the GUI used to allow selection of
MODIStsp processing parameters.</p>
</div>
<pre class="usage"><span class='fu'>MODIStsp_GUI</span><span class='op'>(</span><span class='op'>)</span></pre>
<h2 class="hasAnchor" id="value"><a class="anchor" href="#value"></a>Value</h2>
<p>the function is called for its side effects - opening
the GUI and allowing to set, save, load options and eventually
launch the processing.</p>
<h2 class="hasAnchor" id="note"><a class="anchor" href="#note"></a>Note</h2>
<p>License: GPL 3.0</p>
<h2 class="hasAnchor" id="author"><a class="anchor" href="#author"></a>Author</h2>
<p>Lorenzo Busetto, phD (2014-2017)</p>
<p>Luigi Ranghetti, phD (2015) <a href='mailto:luigi@ranghetti.info'>luigi@ranghetti.info</a></p>
</div>
<div class="col-md-3 hidden-xs hidden-sm" id="pkgdown-sidebar">
<nav id="toc" data-toggle="toc" class="sticky-top">
<h2 data-toc-skip>Contents</h2>
</nav>
</div>
</div>
<footer>
<!-- begin footer -->
<div class="footer">
<div class="container">
<div class="row start bottom-8">
<div class="col-xs-2"> <img id="footerlogo" src="https://ropensci.org/img/icon_short_white.svg" /></div>
<div class="col-xs-10">
<div class="row">
<div class="col-md-4 col-xs-6">
<a href="http://github.com/ropensci" target="_blank"><div class="icon fab fa-github"></div></a>
<a href="http://github.com/ropenscilabs" target="_blank"><div class="icon fa fa-flask"></div></a>
<a href="http://twitter.com/ropensci" target="_blank"><div class="icon fab fa-twitter"></div></a>
<a href="http://vimeo.com/ropensci" target="_blank"><div class="icon fab fa-vimeo"></div></a>
</div>
</div>
<div class="row top-4">
<div class="col-md-2 col-sm-4">
<ul>
<h5 class="bottom-2">About</h5>
<li><a href="https://ropensci.org/about">About rOpenSci</a></li>
<li><a href="https://ropensci.org/software-review">Software Review Process</a></li>
<li><a href="https://ropensci.org/about#team">Our Team</a></li>
<li><a href="https://ropensci.org/careers">Jobs</a></li>
<li><a href="https://ropensci.org/donate">Donate</a></li>
<li><a href="https://ropensci.org/contact">Contact Us</a></li>
</ul>
</div>
<div class="col-md-3 col-sm-4">
<ul>
<h5 class="bottom-2">Community</h5>
<li><a href="https://ropensci.org/community/">Our Community</a></li>
<li><a href="https://ropensci.org/commcalls/">Community calls</a></li>
<li><a href="https://ropensci.org/events/">Events</a></li>
<li><a href="https://discuss.ropensci.org/">Join the Discussion</a></li>
<li><a href="https://ropensci.org/code-of-conduct">Code of conduct</a></li>
</ul>
</div>
<div class="col-md-2 col-sm-4">
<ul>
<h5 class="bottom-2">Resources</h5>
<li><a href="https://ropensci.org/packages/">Packages</a></li>
<li><a href="https://ropensci.org/usecases/">Use Cases</a></li>
<li><a href="https://ropensci.org/talks-papers/">Talks & Publications</a></li>
<li><a href="https://docs.ropensci.org/">Documentation</a></li>
<li><a href="https://ropensci.org/how-to-cite-ropensci/">Cite rOpenSci</a></li>
</ul>
</div>
<div class="col-md-4 col-xs-12">
<h5 class="bottom-2"></h5>
<p>rOpenSci is a fiscally sponsored project of <a href="http://numfocus.org" target="_blank">NumFOCUS</a></p>
<a href="http://numfocus.org" target="_blank"></a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- / end footer -->
</footer>
</div>
</body>
</html>
|
pydoc/SpeedMeter.BufferedWindow-class.html | jantman/python-obd | <?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>SpeedMeter.BufferedWindow</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">
<!-- Tree link -->
<th> <a
href="module-tree.html">Trees</a> </th>
<!-- Index link -->
<th> <a
href="identifier-index.html">Indices</a> </th>
<!-- Help link -->
<th> <a
href="help.html">Help</a> </th>
<!-- Project homepage -->
<th class="navbar" align="right" width="100%">
<table border="0" cellpadding="0" cellspacing="0">
<tr><th class="navbar" align="center"
><a class="navbar" target="_top" href="http://pyOBD.jasonantman.com">pyOBD</a></th>
</tr></table></th>
</tr>
</table>
<table width="100%" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="100%">
<span class="breadcrumbs">
<a href="SpeedMeter-module.html">Module SpeedMeter</a> ::
Class BufferedWindow
</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 private</a>]</span></td></tr>
<tr><td align="right"><span class="options"
>[<a href="frames.html" target="_top">frames</a
>] | <a href="SpeedMeter.BufferedWindow-class.html"
target="_top">no frames</a>]</span></td></tr>
</table>
</td>
</tr>
</table>
<!-- ==================== CLASS DESCRIPTION ==================== -->
<h1 class="epydoc">Class BufferedWindow</h1><p class="nomargin-top"><span class="codelink"><a href="SpeedMeter-pysrc.html#BufferedWindow">source code</a></span></p>
<center>
</center>
<hr />
<p>A Buffered window class.</p>
<p>To use it, subclass it and define a Draw(DC) method that takes a DC to
draw to. In that method, put the code needed to draw the picture you
want. The window will automatically be double buffered, and the screen
will be automatically updated when a Paint event is received.</p>
<p>When the drawing needs to change, you app needs to call the
UpdateDrawing() method. Since the drawing is stored in a bitmap, you can
also save the drawing to file by calling the
SaveToFile(self,file_name,file_type) method.</p>
<!-- ==================== INSTANCE METHODS ==================== -->
<a name="section-InstanceMethods"></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">Instance Methods</span></td>
<td align="right" valign="top"
><span class="options">[<a href="#section-InstanceMethods"
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">EvtHandler</span>
</td><td class="summary">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td><span class="summary-sig"><a href="SpeedMeter.BufferedWindow-class.html#__init__" class="summary-sig-name">__init__</a>(<span class="summary-sig-arg">self</span>,
<span class="summary-sig-arg">parent</span>,
<span class="summary-sig-arg">id</span>,
<span class="summary-sig-arg">pos</span>=<span class="summary-sig-default">wx.Point(-1, -1)</span>,
<span class="summary-sig-arg">size</span>=<span class="summary-sig-default">wx.Size(-1, -1)</span>,
<span class="summary-sig-arg">style</span>=<span class="summary-sig-default">0</span>,
<span class="summary-sig-arg">bufferedstyle</span>=<span class="summary-sig-default">1</span>)</span><br />
__init__(self, Window parent, int id=-1, Point pos=DefaultPosition,
Size size=DefaultSize, long style=0, String name=PanelNameStr) -> Window</td>
<td align="right" valign="top">
<span class="codelink"><a href="SpeedMeter-pysrc.html#BufferedWindow.__init__">source code</a></span>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="15%" align="right" valign="top" class="summary">
<span class="summary-type"> </span>
</td><td class="summary">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td><span class="summary-sig"><a name="Draw"></a><span class="summary-sig-name">Draw</span>(<span class="summary-sig-arg">self</span>,
<span class="summary-sig-arg">dc</span>)</span></td>
<td align="right" valign="top">
<span class="codelink"><a href="SpeedMeter-pysrc.html#BufferedWindow.Draw">source code</a></span>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="15%" align="right" valign="top" class="summary">
<span class="summary-type"> </span>
</td><td class="summary">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td><span class="summary-sig"><a name="OnPaint"></a><span class="summary-sig-name">OnPaint</span>(<span class="summary-sig-arg">self</span>,
<span class="summary-sig-arg">event</span>)</span></td>
<td align="right" valign="top">
<span class="codelink"><a href="SpeedMeter-pysrc.html#BufferedWindow.OnPaint">source code</a></span>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="15%" align="right" valign="top" class="summary">
<span class="summary-type"> </span>
</td><td class="summary">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td><span class="summary-sig"><a name="OnSize"></a><span class="summary-sig-name">OnSize</span>(<span class="summary-sig-arg">self</span>,
<span class="summary-sig-arg">event</span>)</span></td>
<td align="right" valign="top">
<span class="codelink"><a href="SpeedMeter-pysrc.html#BufferedWindow.OnSize">source code</a></span>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="15%" align="right" valign="top" class="summary">
<span class="summary-type"> </span>
</td><td class="summary">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td><span class="summary-sig"><a href="SpeedMeter.BufferedWindow-class.html#UpdateDrawing" class="summary-sig-name">UpdateDrawing</a>(<span class="summary-sig-arg">self</span>)</span><br />
This would get called if the drawing needed to change, for whatever
reason.</td>
<td align="right" valign="top">
<span class="codelink"><a href="SpeedMeter-pysrc.html#BufferedWindow.UpdateDrawing">source code</a></span>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="2" class="summary">
<p class="indent-wrapped-lines"><b>Inherited from <code>wx._core.Window</code></b>:
<code>AcceptsFocus</code>,
<code>AcceptsFocusFromKeyboard</code>,
<code>AddChild</code>,
<code>AdjustForLayoutDirection</code>,
<code>AssociateHandle</code>,
<code>CacheBestSize</code>,
<code>CanSetTransparent</code>,
<code>CaptureMouse</code>,
<code>Center</code>,
<code>CenterOnParent</code>,
<code>Centre</code>,
<code>CentreOnParent</code>,
<code>ClearBackground</code>,
<code>ClientToScreen</code>,
<code>ClientToScreenXY</code>,
<code>ClientToWindowSize</code>,
<code>Close</code>,
<code>ConvertDialogPointToPixels</code>,
<code>ConvertDialogSizeToPixels</code>,
<code>ConvertPixelPointToDialog</code>,
<code>ConvertPixelSizeToDialog</code>,
<code>Create</code>,
<code>DLG_PNT</code>,
<code>DLG_SZE</code>,
<code>Destroy</code>,
<code>DestroyChildren</code>,
<code>Disable</code>,
<code>DissociateHandle</code>,
<code>DragAcceptFiles</code>,
<code>Enable</code>,
<code>FindWindowById</code>,
<code>FindWindowByLabel</code>,
<code>FindWindowByName</code>,
<code>Fit</code>,
<code>FitInside</code>,
<code>Freeze</code>,
<code>GetAcceleratorTable</code>,
<code>GetAdjustedBestSize</code>,
<code>GetAutoLayout</code>,
<code>GetBackgroundColour</code>,
<code>GetBackgroundStyle</code>,
<code>GetBestFittingSize</code>,
<code>GetBestSize</code>,
<code>GetBestSizeTuple</code>,
<code>GetBestVirtualSize</code>,
<code>GetBorder</code>,
<code>GetCaret</code>,
<code>GetCharHeight</code>,
<code>GetCharWidth</code>,
<code>GetChildren</code>,
<code>GetClientAreaOrigin</code>,
<code>GetClientRect</code>,
<code>GetClientSize</code>,
<code>GetClientSizeTuple</code>,
<code>GetConstraints</code>,
<code>GetContainingSizer</code>,
<code>GetCursor</code>,
<code>GetDefaultAttributes</code>,
<code>GetDropTarget</code>,
<code>GetEffectiveMinSize</code>,
<code>GetEventHandler</code>,
<code>GetExtraStyle</code>,
<code>GetFont</code>,
<code>GetForegroundColour</code>,
<code>GetFullTextExtent</code>,
<code>GetGrandParent</code>,
<code>GetGtkWidget</code>,
<code>GetHandle</code>,
<code>GetHelpText</code>,
<code>GetHelpTextAtPoint</code>,
<code>GetId</code>,
<code>GetLabel</code>,
<code>GetLayoutDirection</code>,
<code>GetMaxHeight</code>,
<code>GetMaxSize</code>,
<code>GetMaxWidth</code>,
<code>GetMinHeight</code>,
<code>GetMinSize</code>,
<code>GetMinWidth</code>,
<code>GetName</code>,
<code>GetParent</code>,
<code>GetPosition</code>,
<code>GetPositionTuple</code>,
<code>GetRect</code>,
<code>GetScreenPosition</code>,
<code>GetScreenPositionTuple</code>,
<code>GetScreenRect</code>,
<code>GetScrollPos</code>,
<code>GetScrollRange</code>,
<code>GetScrollThumb</code>,
<code>GetSize</code>,
<code>GetSizeTuple</code>,
<code>GetSizer</code>,
<code>GetTextExtent</code>,
<code>GetThemeEnabled</code>,
<code>GetToolTip</code>,
<code>GetTopLevelParent</code>,
<code>GetUpdateClientRect</code>,
<code>GetUpdateRegion</code>,
<code>GetValidator</code>,
<code>GetVirtualSize</code>,
<code>GetVirtualSizeTuple</code>,
<code>GetWindowBorderSize</code>,
<code>GetWindowStyle</code>,
<code>GetWindowStyleFlag</code>,
<code>GetWindowVariant</code>,
<code>HasCapture</code>,
<code>HasFlag</code>,
<code>HasMultiplePages</code>,
<code>HasScrollbar</code>,
<code>HasTransparentBackground</code>,
<code>Hide</code>,
<code>HitTest</code>,
<code>HitTestXY</code>,
<code>InheritAttributes</code>,
<code>InheritsBackgroundColour</code>,
<code>InitDialog</code>,
<code>InvalidateBestSize</code>,
<code>IsBeingDeleted</code>,
<code>IsDoubleBuffered</code>,
<code>IsEnabled</code>,
<code>IsExposed</code>,
<code>IsExposedPoint</code>,
<code>IsExposedRect</code>,
<code>IsFrozen</code>,
<code>IsRetained</code>,
<code>IsShown</code>,
<code>IsShownOnScreen</code>,
<code>IsTopLevel</code>,
<code>Layout</code>,
<code>LineDown</code>,
<code>LineUp</code>,
<code>Lower</code>,
<code>MakeModal</code>,
<code>Move</code>,
<code>MoveAfterInTabOrder</code>,
<code>MoveBeforeInTabOrder</code>,
<code>MoveXY</code>,
<code>Navigate</code>,
<code>PageDown</code>,
<code>PageUp</code>,
<code>PopEventHandler</code>,
<code>PopupMenu</code>,
<code>PopupMenuXY</code>,
<code>PostCreate</code>,
<code>PrepareDC</code>,
<code>PushEventHandler</code>,
<code>Raise</code>,
<code>Refresh</code>,
<code>RefreshRect</code>,
<code>RegisterHotKey</code>,
<code>ReleaseMouse</code>,
<code>RemoveChild</code>,
<code>RemoveEventHandler</code>,
<code>Reparent</code>,
<code>ScreenToClient</code>,
<code>ScreenToClientXY</code>,
<code>ScrollLines</code>,
<code>ScrollPages</code>,
<code>ScrollWindow</code>,
<code>SendSizeEvent</code>,
<code>SetAcceleratorTable</code>,
<code>SetAutoLayout</code>,
<code>SetBackgroundColour</code>,
<code>SetBackgroundStyle</code>,
<code>SetBestFittingSize</code>,
<code>SetCaret</code>,
<code>SetClientRect</code>,
<code>SetClientSize</code>,
<code>SetClientSizeWH</code>,
<code>SetConstraints</code>,
<code>SetContainingSizer</code>,
<code>SetCursor</code>,
<code>SetDimensions</code>,
<code>SetDoubleBuffered</code>,
<code>SetDropTarget</code>,
<code>SetEventHandler</code>,
<code>SetExtraStyle</code>,
<code>SetFocus</code>,
<code>SetFocusFromKbd</code>,
<code>SetFont</code>,
<code>SetForegroundColour</code>,
<code>SetHelpText</code>,
<code>SetHelpTextForId</code>,
<code>SetId</code>,
<code>SetInitialSize</code>,
<code>SetLabel</code>,
<code>SetLayoutDirection</code>,
<code>SetMaxSize</code>,
<code>SetMinSize</code>,
<code>SetName</code>,
<code>SetOwnBackgroundColour</code>,
<code>SetOwnFont</code>,
<code>SetOwnForegroundColour</code>,
<code>SetPosition</code>,
<code>SetRect</code>,
<code>SetScrollPos</code>,
<code>SetScrollbar</code>,
<code>SetSize</code>,
<code>SetSizeHints</code>,
<code>SetSizeHintsSz</code>,
<code>SetSizeWH</code>,
<code>SetSizer</code>,
<code>SetSizerAndFit</code>,
<code>SetThemeEnabled</code>,
<code>SetToolTip</code>,
<code>SetToolTipString</code>,
<code>SetTransparent</code>,
<code>SetValidator</code>,
<code>SetVirtualSize</code>,
<code>SetVirtualSizeHints</code>,
<code>SetVirtualSizeHintsSz</code>,
<code>SetVirtualSizeWH</code>,
<code>SetWindowStyle</code>,
<code>SetWindowStyleFlag</code>,
<code>SetWindowVariant</code>,
<code>ShouldInheritColours</code>,
<code>Show</code>,
<code>Thaw</code>,
<code>ToggleWindowStyle</code>,
<code>TransferDataFromWindow</code>,
<code>TransferDataToWindow</code>,
<code>UnregisterHotKey</code>,
<code>Update</code>,
<code>UpdateWindowUI</code>,
<code>UseBgCol</code>,
<code>Validate</code>,
<code>WarpPointer</code>,
<code>WindowToClientSize</code>
</p>
<p class="indent-wrapped-lines"><b>Inherited from <code>wx._core.EvtHandler</code></b>:
<code>AddPendingEvent</code>,
<code>Bind</code>,
<code>Connect</code>,
<code>Disconnect</code>,
<code>GetEvtHandlerEnabled</code>,
<code>GetNextHandler</code>,
<code>GetPreviousHandler</code>,
<code>ProcessEvent</code>,
<code>ProcessPendingEvents</code>,
<code>SetEvtHandlerEnabled</code>,
<code>SetNextHandler</code>,
<code>SetPreviousHandler</code>,
<code>Unbind</code>
</p>
<div class="private"> <p class="indent-wrapped-lines"><b>Inherited from <code>wx._core.EvtHandler</code></b> (private):
<code>_setOORInfo</code>
</p></div>
<p class="indent-wrapped-lines"><b>Inherited from <code>wx._core.Object</code></b>:
<code>GetClassName</code>,
<code>IsSameAs</code>,
<code>__repr__</code>
</p>
<p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
<code>__delattr__</code>,
<code>__format__</code>,
<code>__getattribute__</code>,
<code>__hash__</code>,
<code>__new__</code>,
<code>__reduce__</code>,
<code>__reduce_ex__</code>,
<code>__setattr__</code>,
<code>__sizeof__</code>,
<code>__str__</code>,
<code>__subclasshook__</code>
</p>
</td>
</tr>
</table>
<!-- ==================== STATIC METHODS ==================== -->
<a name="section-StaticMethods"></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">Static Methods</span></td>
<td align="right" valign="top"
><span class="options">[<a href="#section-StaticMethods"
class="privatelink" onclick="toggle_private();"
>hide private</a>]</span></td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="2" class="summary">
<p class="indent-wrapped-lines"><b>Inherited from <code>wx._core.Window</code></b>:
<code>FindFocus</code>,
<code>GetCapture</code>,
<code>GetClassDefaultAttributes</code>,
<code>NewControlId</code>,
<code>NextControlId</code>,
<code>PrevControlId</code>
</p>
</td>
</tr>
</table>
<!-- ==================== PROPERTIES ==================== -->
<a name="section-Properties"></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">Properties</span></td>
<td align="right" valign="top"
><span class="options">[<a href="#section-Properties"
class="privatelink" onclick="toggle_private();"
>hide private</a>]</span></td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="2" class="summary">
<p class="indent-wrapped-lines"><b>Inherited from <code>wx._core.Window</code></b>:
<code>AcceleratorTable</code>,
<code>AutoLayout</code>,
<code>BackgroundColour</code>,
<code>BackgroundStyle</code>,
<code>BestSize</code>,
<code>BestVirtualSize</code>,
<code>Border</code>,
<code>Caret</code>,
<code>CharHeight</code>,
<code>CharWidth</code>,
<code>Children</code>,
<code>ClientAreaOrigin</code>,
<code>ClientRect</code>,
<code>ClientSize</code>,
<code>Constraints</code>,
<code>ContainingSizer</code>,
<code>Cursor</code>,
<code>DefaultAttributes</code>,
<code>DropTarget</code>,
<code>EffectiveMinSize</code>,
<code>Enabled</code>,
<code>EventHandler</code>,
<code>ExtraStyle</code>,
<code>Font</code>,
<code>ForegroundColour</code>,
<code>GrandParent</code>,
<code>GtkWidget</code>,
<code>Handle</code>,
<code>HelpText</code>,
<code>Id</code>,
<code>Label</code>,
<code>LayoutDirection</code>,
<code>MaxHeight</code>,
<code>MaxSize</code>,
<code>MaxWidth</code>,
<code>MinHeight</code>,
<code>MinSize</code>,
<code>MinWidth</code>,
<code>Name</code>,
<code>Parent</code>,
<code>Position</code>,
<code>Rect</code>,
<code>ScreenPosition</code>,
<code>ScreenRect</code>,
<code>Shown</code>,
<code>Size</code>,
<code>Sizer</code>,
<code>ThemeEnabled</code>,
<code>ToolTip</code>,
<code>TopLevel</code>,
<code>TopLevelParent</code>,
<code>UpdateClientRect</code>,
<code>UpdateRegion</code>,
<code>Validator</code>,
<code>VirtualSize</code>,
<code>WindowStyle</code>,
<code>WindowStyleFlag</code>,
<code>WindowVariant</code>,
<code>thisown</code>
</p>
<p class="indent-wrapped-lines"><b>Inherited from <code>wx._core.EvtHandler</code></b>:
<code>EvtHandlerEnabled</code>,
<code>NextHandler</code>,
<code>PreviousHandler</code>
</p>
<p class="indent-wrapped-lines"><b>Inherited from <code>wx._core.Object</code></b>:
<code>ClassName</code>
</p>
<p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
<code>__class__</code>
</p>
</td>
</tr>
</table>
<!-- ==================== METHOD DETAILS ==================== -->
<a name="section-MethodDetails"></a>
<table class="details" 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">Method Details</span></td>
<td align="right" valign="top"
><span class="options">[<a href="#section-MethodDetails"
class="privatelink" onclick="toggle_private();"
>hide private</a>]</span></td>
</tr>
</table>
</td>
</tr>
</table>
<a name="__init__"></a>
<div>
<table class="details" border="1" cellpadding="3"
cellspacing="0" width="100%" bgcolor="white">
<tr><td>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr valign="top"><td>
<h3 class="epydoc"><span class="sig"><span class="sig-name">__init__</span>(<span class="sig-arg">self</span>,
<span class="sig-arg">parent</span>,
<span class="sig-arg">id</span>,
<span class="sig-arg">pos</span>=<span class="sig-default">wx.Point(-1, -1)</span>,
<span class="sig-arg">size</span>=<span class="sig-default">wx.Size(-1, -1)</span>,
<span class="sig-arg">style</span>=<span class="sig-default">0</span>,
<span class="sig-arg">bufferedstyle</span>=<span class="sig-default">1</span>)</span>
<br /><em class="fname">(Constructor)</em>
</h3>
</td><td align="right" valign="top"
><span class="codelink"><a href="SpeedMeter-pysrc.html#BufferedWindow.__init__">source code</a></span>
</td>
</tr></table>
<pre class="literalblock">
__init__(self, Window parent, int id=-1, Point pos=DefaultPosition,
Size size=DefaultSize, long style=0, String name=PanelNameStr) -> Window
Construct and show a generic Window.
</pre>
<dl class="fields">
<dt>Returns: EvtHandler</dt>
<dt>Overrides:
object.__init__
<dd><em class="note">(inherited documentation)</em></dd>
</dt>
</dl>
</td></tr></table>
</div>
<a name="UpdateDrawing"></a>
<div>
<table class="details" border="1" cellpadding="3"
cellspacing="0" width="100%" bgcolor="white">
<tr><td>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr valign="top"><td>
<h3 class="epydoc"><span class="sig"><span class="sig-name">UpdateDrawing</span>(<span class="sig-arg">self</span>)</span>
</h3>
</td><td align="right" valign="top"
><span class="codelink"><a href="SpeedMeter-pysrc.html#BufferedWindow.UpdateDrawing">source code</a></span>
</td>
</tr></table>
<p>This would get called if the drawing needed to change, for whatever
reason.</p>
<p>The idea here is that the drawing is based on some data generated
elsewhere in the system. IF that data changes, the drawing needs to be
updated.</p>
<dl class="fields">
</dl>
</td></tr></table>
</div>
<br />
<!-- ==================== NAVIGATION BAR ==================== -->
<table class="navbar" border="0" width="100%" cellpadding="0"
bgcolor="#a0c0ff" cellspacing="0">
<tr valign="middle">
<!-- Tree link -->
<th> <a
href="module-tree.html">Trees</a> </th>
<!-- Index link -->
<th> <a
href="identifier-index.html">Indices</a> </th>
<!-- Help link -->
<th> <a
href="help.html">Help</a> </th>
<!-- Project homepage -->
<th class="navbar" align="right" width="100%">
<table border="0" cellpadding="0" cellspacing="0">
<tr><th class="navbar" align="center"
><a class="navbar" target="_top" href="http://pyOBD.jasonantman.com">pyOBD</a></th>
</tr></table></th>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="100%%">
<tr>
<td align="left" class="footer">
<a href="epydoc-log.html">Generated by Epydoc
3.0.1 on Mon Jun 14 13:58:21 2010</a>
</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>
|
php-manual/function.cyrus-connect.html | Sliim/sleemacs | <!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>Connect to a Cyrus IMAP server</title>
</head>
<body><div class="manualnavbar" style="text-align: center;">
<div class="prev" style="text-align: left; float: left;"><a href="function.cyrus-close.html">cyrus_close</a></div>
<div class="next" style="text-align: right; float: right;"><a href="function.cyrus-query.html">cyrus_query</a></div>
<div class="up"><a href="ref.cyrus.html">Cyrus Functions</a></div>
<div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="function.cyrus-connect" class="refentry">
<div class="refnamediv">
<h1 class="refname">cyrus_connect</h1>
<p class="verinfo">(PHP 4 >= 4.1.0, PECL cyrus 1.0)</p><p class="refpurpose"><span class="refname">cyrus_connect</span> — <span class="dc-title">Connect to a Cyrus IMAP server</span></p>
</div>
<div class="refsect1 description" id="refsect1-function.cyrus-connect-description">
<h3 class="title">Description</h3>
<div class="methodsynopsis dc-description">
<span class="type">resource</span> <span class="methodname"><strong>cyrus_connect</strong></span>
([ <span class="methodparam"><span class="type">string</span> <code class="parameter">$host</code></span>
[, <span class="methodparam"><span class="type">string</span> <code class="parameter">$port</code></span>
[, <span class="methodparam"><span class="type">int</span> <code class="parameter">$flags</code></span>
]]] )</div>
<p class="para rdfs-comment">
Connects to a Cyrus IMAP server.
</p>
</div>
<div class="refsect1 parameters" id="refsect1-function.cyrus-connect-parameters">
<h3 class="title">Parameters</h3>
<p class="para">
<dl>
<dt>
<span class="term"><em><code class="parameter">host</code></em></span>
<dd>
<p class="para">
The Cyrus IMAP host name.
</p>
</dd>
</dt>
<dt>
<span class="term"><em><code class="parameter">port</code></em></span>
<dd>
<p class="para">
The port number.
</p>
</dd>
</dt>
<dt>
<span class="term"><em><code class="parameter">flags</code></em></span>
<dd>
<p class="para">
</p>
</dd>
</dt>
</dl>
</p>
</div>
<div class="refsect1 returnvalues" id="refsect1-function.cyrus-connect-returnvalues">
<h3 class="title">Return Values</h3>
<p class="para">
Returns a connection handler on success or <strong><code>FALSE</code></strong> on failure.
</p>
</div>
</div><hr /><div class="manualnavbar" style="text-align: center;">
<div class="prev" style="text-align: left; float: left;"><a href="function.cyrus-close.html">cyrus_close</a></div>
<div class="next" style="text-align: right; float: right;"><a href="function.cyrus-query.html">cyrus_query</a></div>
<div class="up"><a href="ref.cyrus.html">Cyrus Functions</a></div>
<div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>
|
GEVA/docs/api/Individuals/Populations/package-summary.html | leokdawson/di-geva | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_67) on Mon Oct 06 15:54:37 IST 2014 -->
<title>Individuals.Populations (GEVA specifications)</title>
<meta name="date" content="2014-10-06">
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Individuals.Populations (GEVA specifications)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../overview-summary.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../index-all.html">Index</a></li>
<li><a href="../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../Individuals/FitnessPackage/package-summary.html">Prev Package</a></li>
<li><a href="../../Main/package-summary.html">Next Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../index.html?Individuals/Populations/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 title="Package" class="title">Package Individuals.Populations</h1>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Interface Summary table, listing interfaces, and an explanation">
<caption><span>Interface Summary</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Interface</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../Individuals/Populations/Population.html" title="interface in Individuals.Populations">Population</a></td>
<td class="colLast">
<div class="block">Interface for a population.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
<caption><span>Class Summary</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../Individuals/Populations/SimplePopulation.html" title="class in Individuals.Populations">SimplePopulation</a></td>
<td class="colLast">
<div class="block">Population using an array list structure for storing the
individuals.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../overview-summary.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../index-all.html">Index</a></li>
<li><a href="../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../Individuals/FitnessPackage/package-summary.html">Prev Package</a></li>
<li><a href="../../Main/package-summary.html">Next Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../index.html?Individuals/Populations/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
www/templates/main.html | karmagood/UserTracker | <!DOCTYPE html>
<html lang="en">
<head>
<title>Bootstrap Example</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<style>
/* Remove the navbar's default margin-bottom and rounded borders */
.navbar {
margin-bottom: 0;
border-radius: 0;
}
/* Set height of the grid so .sidenav can be 100% (adjust as needed) */
.row.content {height: 450px}
/* Set gray background color and 100% height */
.sidenav {
padding-top: 20px;
background-color: #f1f1f1;
height: 100%;
}
/* Set black background color, white text and some padding */
footer {
background-color: #555;
color: white;
padding: 15px;
}
/* On small screens, set height to 'auto' for sidenav and grid */
@media screen and (max-width: 767px) {
.sidenav {
height: auto;
padding: 15px;
}
.row.content {height:auto;}
}
ul {
list-style: none;
padding: 0;
}
li {
padding-left: 1.3em;
}
li:before {
content: "\f00c"; /* FontAwesome Unicode */
font-family: FontAwesome;
display: inline-block;
margin-left: -1.3em; /* same as padding-left set on li */
width: 1.3em; /* same as padding-left set on li */
}
</style>
</head>
<body>
<nav class="navbar navbar-inverse">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">UserTracker</a>
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav navbar-right">
</ul>
</div>
</div>
</nav>
<div class="container-fluid text-center">
<div class="row content">
<div class="col-sm-8 text-left">
{% if name %}
<h1>Hello {{ name }}!</h1>
{% else %}
<h1>Hello, World!</h1>
{% endif %}
{% if users %}
<ul>
{% for user in users %}
<li><a href="/user/{{ user[0] }}">{{ user[0] }}</a> {{ user[1] }} {{ user[2] }} {{ user[3] }}</li>
{% endfor %}
</ul>
{% endif %}
</p>
{% if history %}
{{ history }}
{% endif %}
</div>
</div>
</div>
</body> |
aquamacs/doc/Aquamacs Help/node54.html | davidswelt/aquamacs-emacs | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!--Converted with LaTeX2HTML 2018 (Released Feb 1, 2018) -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="generator" content=
"HTML Tidy for Mac OS X (vers 31 October 2006 - Apple Inc. build 16.1), see www.w3.org" />
<title>14.11 Changes-- 2.2</title>
<meta name="description" content="14.11 Changes-- 2.2" />
<meta name="keywords" content="aquamacs" />
<meta name="resource-type" content="document" />
<meta name="distribution" content="global" />
<meta http-equiv="Content-Type" content=
"text/html; charset=us-ascii" />
<meta name="Generator" content="LaTeX2HTML v2018" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<link rel="STYLESHEET" href="aquamacs.css" type="text/css" />
<link rel="next" href="node55.html" />
<link rel="previous" href="node53.html" />
<link rel="up" href="node43.html" />
<link rel="next" href="node55.html" />
</head>
<body>
<!--Navigation Panel-->
<a name="tex2html927" href="node55.html" id=
"tex2html927"><img width="32" height="32" align="bottom" border=
"0" alt="next" src="./next.png" /></a> <a name="tex2html923"
href="node43.html" id="tex2html923"><img width="32" height="32"
align="bottom" border="0" alt="up" src="./up.png" /></a> <a name=
"tex2html917" href="node53.html" id="tex2html917"><img width="32"
height="32" align="bottom" border="0" alt="previous" src=
"./prev.png" /></a> <a name="tex2html925" href="node1.html" id=
"tex2html925"><img width="32" height="32" align="bottom" border=
"0" alt="contents" src="./contents.png" /></a><br />
<b>Next:</b> <a name="tex2html928" href="node55.html" id=
"tex2html928">14.12 Changes 2.1</a> <b>Up:</b> <a name=
"tex2html924" href="node43.html" id="tex2html924">14 Aquamacs
Emacs: What's</a> <b>Previous:</b> <a name="tex2html918" href=
"node53.html" id="tex2html918">14.10 Changes 2.3</a>
<b><a name="tex2html926" href="node1.html" id=
"tex2html926">Contents</a></b><br />
<br />
<!--End of Navigation Panel-->
<h2><a name="SECTION0001511000000000000000" id=
"SECTION0001511000000000000000">14.11 Changes-- 2.2</a></h2>
<ul>
<li>Improved fullscreen mode: addresses rare display issues
(related to scrollbars), crashes after switching back from
fullscreen mode, and empty menus during fullscreen mode. Note
that multiple frames may be shown in fullscreen mode (switch
with, e.g., A-`). Code by Daisuke Murase and David Reitter.
Suggested by many.</li>
<li>
<i>Improvements to working with Frames and Spaces:</i>
<ul>
<li>Repeated cycling between frames (forwards with A-`) now
cycles through all frames rather than just the two most
recent ones. Suggested by many Aquamacs users.</li>
<li>When deleting a frame in one space, Aquamacs no longer
switches to another space if there is one (10.6 only).</li>
<li>When opening a frame via drag&drop or the terminal
command-line, Aquamacs now shows the frame in the currently
active space if `one-buffer-one-frame' or `tabbar-mode' are
on (10.6 only).</li>
<li>No more unnecessarily space switches away from a new
frame created after drag&drop, Finder or terminal-based
opening of files in certain situations. Patch by Ted
Middleton.</li>
<li>The menu bar works again after switching away to a
space without an Aquamacs frame on it.</li>
</ul>
</li>
<li>
<i>Spell-checking improvements:</i>
<ul>
<li>Ability to ignore misspellings on a per-buffer basis,
using buffer comments, has been added to the spelling
context menu: ``Ignore Spelling & Comment Buffer''.
Suggested by Konrad Podczeck.</li>
<li>``Check Spelling While Typing'' (`flyspell-mode') is
now automatically activated when ``Spellcheck Now''
(`flyspell-buffer' or `flyspell-region') is run with the
default OS X spellchecker. Customize via variable
`flyspell-mode-auto-on'.</li>
</ul>
</li>
<li>Aquamacs starts up faster.</li>
<li>New, untitled buffers are now auto-saved regularly, just
like buffers visiting files. Suggested by Andrew Sullivan.</li>
<li>Aquamacs can now be used as external editor to ODB-enabled
applications such as most FTP clients, Apple XCode 3.x, and
other programs in need of an editor. (Some applications may
require changes to recognize Aquamacs-contact their makers to
ask for support.)</li>
<li>There is a function in the Help / Diagnose menu now to
debug one's preferences (init) files such as
<tt>Preferences.el</tt> or <tt>.emacs</tt>. This starts a new
Aquamacs process, which, as the one started without
customizations using its own menu entry, is no longer dependent
on the primary one. Code by Ze'ev Celementson.</li>
<li>The manuals have been unified in order to provide
cross-manual keyword search (Help menu). Also (reported by
Joseph van Andel), links to separate manuals (such as Tramp, CC
Mode and many others) now work: those manuals are now included
as Apple Help variants.</li>
<li>Users can now edit all existing user-editable preferences
files (<tt>Preferences.el</tt> in various places, and
<tt>.emacs</tt>) using a new menu entry in the Help/Diagnose
menu.</li>
<li>In case Aquamacs crashes, a detailed bug report can usually
be sent upon the next program start.</li>
<li>The Copy as HTML function (Edit menu) now copies the region
with all formatting such that the formatting is preserved in
other (Cocoa) applications.</li>
<li>Aquamacs can now be configured to not kill a buffer when
its last window is deleted through commands such as
`close-window' (Command-W). Set the new customization open
`delete-window-preserve-buffer' to <tt>t</tt> to retain
buffers. Suggested by José M.
Figueroa-O'Farrill.</li>
<li>When using <tt>emacsclient -t</tt> to connect to a running
Aquamacs session from the terminal, entering the minibuffer no
longer produces an error. Reported by Stephen T.</li>
<li>When hollow cursors are used, ensure that the glyph
underneath the cursor remains visible. Reported by Marcin
Koziej.</li>
<li>A rare issue where the wrong images (e.g., a ``redo''
toolbar button in place of a tabbar tab-close button) where
displayed, has been addressed.</li>
<li>Find-file (C-x C-f) with a file that is already visible in
another window now switches to that window again
(`one-buffer-one-frame-mode' being on). Reported by Dan
Coe.</li>
<li>Cursor movement (up/down) is more precise in terms of
horizontal placement. Reported by Matt Crawford.</li>
<li>Improved compatibility of the language-layout specific
keyboard emulation modes. Reported by Santiago Gaviria.</li>
<li>Html Helper Mode: Improve recognition/update of time stamps
in files. Patch by Dave Mason.</li>
<li>nXhtml Mode is now included (to use, type M-x nxhtml-mode.
Version 2.08 (04/2010). This also provides <i>Multiple Major
Modes</i>.</li>
<li>Compatibility with Emacs Code Browser has been improved
(menus appear correctly, cursor blinks and windows retain
selection). Reported by Martin Sivak.</li>
<li>Exporting to a temporary buffer in `org-mode' no longer
fails, nor does calling `normal-mode'. Reported by Jeff Horn
and Lawrence Mitchell.</li>
<li>AUCTeX now supports Ghostscript 9.01. Fixed by Denis
Rosset.</li>
</ul>
<hr />
<!--Navigation Panel-->
<a name="tex2html927" href="node55.html" id=
"tex2html927"><img width="32" height="32" align="bottom" border=
"0" alt="next" src="./next.png" /></a> <a name="tex2html923"
href="node43.html" id="tex2html923"><img width="32" height="32"
align="bottom" border="0" alt="up" src="./up.png" /></a> <a name=
"tex2html917" href="node53.html" id="tex2html917"><img width="32"
height="32" align="bottom" border="0" alt="previous" src=
"./prev.png" /></a> <a name="tex2html925" href="node1.html" id=
"tex2html925"><img width="32" height="32" align="bottom" border=
"0" alt="contents" src="./contents.png" /></a><br />
<b>Next:</b> <a name="tex2html928" href="node55.html" id=
"tex2html928">14.12 Changes 2.1</a> <b>Up:</b> <a name=
"tex2html924" href="node43.html" id="tex2html924">14 Aquamacs
Emacs: What's</a> <b>Previous:</b> <a name="tex2html918" href=
"node53.html" id="tex2html918">14.10 Changes 2.3</a>
<b><a name="tex2html926" href="node1.html" id=
"tex2html926">Contents</a></b> <!--End of Navigation Panel-->
<address>
<i>David Reitter</i><br />
<i>2019-08-17</i>
</address>
</body>
</html>
|
docs/bg/x2d/geo/class-use/Paintbrush2D.html | bgroenks96/2DX-GL | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_17) on Sun Jul 06 00:12:19 EDT 2014 -->
<title>Uses of Class bg.x2d.geo.Paintbrush2D</title>
<meta name="date" content="2014-07-06">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class bg.x2d.geo.Paintbrush2D";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../bg/x2d/geo/Paintbrush2D.html" title="class in bg.x2d.geo">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?bg/x2d/geo/class-use/Paintbrush2D.html" target="_top">Frames</a></li>
<li><a href="Paintbrush2D.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class bg.x2d.geo.Paintbrush2D" class="title">Uses of Class<br>bg.x2d.geo.Paintbrush2D</h2>
</div>
<div class="classUseContainer">No usage of bg.x2d.geo.Paintbrush2D</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../bg/x2d/geo/Paintbrush2D.html" title="class in bg.x2d.geo">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?bg/x2d/geo/class-use/Paintbrush2D.html" target="_top">Frames</a></li>
<li><a href="Paintbrush2D.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
tests/wpt/web-platform-tests/2dcontext/shadows/2d.shadow.pattern.alpha.html | UK992/servo | <!DOCTYPE html>
<!-- DO NOT EDIT! This test has been generated by /2dcontext/tools/gentest.py. -->
<title>Canvas test: 2d.shadow.pattern.alpha</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/2dcontext/resources/canvas-tests.js"></script>
<link rel="stylesheet" href="/2dcontext/resources/canvas-tests.css">
<body class="show_output">
<h1>2d.shadow.pattern.alpha</h1>
<p class="desc">Shadows are drawn correctly for partially-transparent fill patterns</p>
<p class="output">Actual output:</p>
<canvas id="c" class="output" width="100" height="50"><p class="fallback">FAIL (fallback content)</p></canvas>
<p class="output expectedtext">Expected output:<p><img src="2d.shadow.pattern.alpha.png" class="output expected" id="expected" alt="">
<ul id="d"></ul>
<script>
var t = async_test("Shadows are drawn correctly for partially-transparent fill patterns");
_addTest(function(canvas, ctx) {
var pattern = ctx.createPattern(document.getElementById('transparent50.png'), 'repeat');
ctx.fillStyle = '#f00';
ctx.fillRect(0, 0, 100, 50);
ctx.shadowOffsetY = 50;
ctx.shadowColor = '#00f';
ctx.fillStyle = pattern;
ctx.fillRect(0, -50, 100, 50);
_assertPixelApprox(canvas, 50,25, 127,0,127,255, "50,25", "127,0,127,255", 2);
});
</script>
<img src="/images/transparent50.png" id="transparent50.png" class="resource">
|
tests/wpt/web-platform-tests/referrer-policy/gen/top.http-rp/origin-when-cross-origin/xhr/same-http.keep-origin.http.html | UK992/servo | <!DOCTYPE html>
<!-- DO NOT EDIT! Generated by `common/security-features/tools/generate.py --spec referrer-policy/` -->
<html>
<head>
<title>Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'</title>
<meta charset='utf-8'>
<meta name="description" content="Check that cross-origin subresources get the origin portion of the referrer URL and same-origin get the stripped referrer URL.">
<link rel="author" title="Kristijan Burnik" href="burnik@chromium.org">
<link rel="help" href="https://w3c.github.io/webappsec-referrer-policy/#referrer-policy-origin-when-cross-origin">
<meta name="assert" content="Referrer Policy: Expects stripped-referrer for xhr to same-http origin and keep-origin redirection from http context.">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/common/security-features/resources/common.sub.js"></script>
<script src="../../../../generic/test-case.sub.js"></script>
</head>
<body>
<script>
TestCase(
{
"expectation": "stripped-referrer",
"origin": "same-http",
"redirection": "keep-origin",
"source_context_list": [],
"source_scheme": "http",
"subresource": "xhr",
"subresource_policy_deliveries": []
},
document.querySelector("meta[name=assert]").content,
new SanityChecker()
).start();
</script>
<div id="log"></div>
</body>
</html>
|
src/core/up/src/libcore/num/flt2dec/mod.rs.html | servo/doc.servo.org | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="Source to the Rust file `../src/libcore/num/flt2dec/mod.rs`.">
<meta name="keywords" content="rust, rustlang, rust-lang">
<title>mod.rs.html -- source</title>
<link rel="stylesheet" type="text/css" href="../../../../../../../rustdoc.css">
<link rel="stylesheet" type="text/css" href="../../../../../../../main.css">
<link rel="shortcut icon" href="https://doc.rust-lang.org/favicon.ico">
</head>
<body class="rustdoc">
<!--[if lte IE 8]>
<div class="warning">
This old browser is unsupported and will most likely display funky
things.
</div>
<![endif]-->
<nav class="sidebar">
<a href='../../../../../../../core/index.html'><img src='https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png' alt='logo' width='100'></a>
</nav>
<nav class="sub">
<form class="search-form js-only">
<div class="search-container">
<input class="search-input" name="search"
autocomplete="off"
placeholder="Click or press ‘S’ to search, ‘?’ for more options…"
type="search">
</div>
</form>
</nav>
<section id='main' class="content source"><pre class="line-numbers"><span id="1"> 1</span>
<span id="2"> 2</span>
<span id="3"> 3</span>
<span id="4"> 4</span>
<span id="5"> 5</span>
<span id="6"> 6</span>
<span id="7"> 7</span>
<span id="8"> 8</span>
<span id="9"> 9</span>
<span id="10"> 10</span>
<span id="11"> 11</span>
<span id="12"> 12</span>
<span id="13"> 13</span>
<span id="14"> 14</span>
<span id="15"> 15</span>
<span id="16"> 16</span>
<span id="17"> 17</span>
<span id="18"> 18</span>
<span id="19"> 19</span>
<span id="20"> 20</span>
<span id="21"> 21</span>
<span id="22"> 22</span>
<span id="23"> 23</span>
<span id="24"> 24</span>
<span id="25"> 25</span>
<span id="26"> 26</span>
<span id="27"> 27</span>
<span id="28"> 28</span>
<span id="29"> 29</span>
<span id="30"> 30</span>
<span id="31"> 31</span>
<span id="32"> 32</span>
<span id="33"> 33</span>
<span id="34"> 34</span>
<span id="35"> 35</span>
<span id="36"> 36</span>
<span id="37"> 37</span>
<span id="38"> 38</span>
<span id="39"> 39</span>
<span id="40"> 40</span>
<span id="41"> 41</span>
<span id="42"> 42</span>
<span id="43"> 43</span>
<span id="44"> 44</span>
<span id="45"> 45</span>
<span id="46"> 46</span>
<span id="47"> 47</span>
<span id="48"> 48</span>
<span id="49"> 49</span>
<span id="50"> 50</span>
<span id="51"> 51</span>
<span id="52"> 52</span>
<span id="53"> 53</span>
<span id="54"> 54</span>
<span id="55"> 55</span>
<span id="56"> 56</span>
<span id="57"> 57</span>
<span id="58"> 58</span>
<span id="59"> 59</span>
<span id="60"> 60</span>
<span id="61"> 61</span>
<span id="62"> 62</span>
<span id="63"> 63</span>
<span id="64"> 64</span>
<span id="65"> 65</span>
<span id="66"> 66</span>
<span id="67"> 67</span>
<span id="68"> 68</span>
<span id="69"> 69</span>
<span id="70"> 70</span>
<span id="71"> 71</span>
<span id="72"> 72</span>
<span id="73"> 73</span>
<span id="74"> 74</span>
<span id="75"> 75</span>
<span id="76"> 76</span>
<span id="77"> 77</span>
<span id="78"> 78</span>
<span id="79"> 79</span>
<span id="80"> 80</span>
<span id="81"> 81</span>
<span id="82"> 82</span>
<span id="83"> 83</span>
<span id="84"> 84</span>
<span id="85"> 85</span>
<span id="86"> 86</span>
<span id="87"> 87</span>
<span id="88"> 88</span>
<span id="89"> 89</span>
<span id="90"> 90</span>
<span id="91"> 91</span>
<span id="92"> 92</span>
<span id="93"> 93</span>
<span id="94"> 94</span>
<span id="95"> 95</span>
<span id="96"> 96</span>
<span id="97"> 97</span>
<span id="98"> 98</span>
<span id="99"> 99</span>
<span id="100">100</span>
<span id="101">101</span>
<span id="102">102</span>
<span id="103">103</span>
<span id="104">104</span>
<span id="105">105</span>
<span id="106">106</span>
<span id="107">107</span>
<span id="108">108</span>
<span id="109">109</span>
<span id="110">110</span>
<span id="111">111</span>
<span id="112">112</span>
<span id="113">113</span>
<span id="114">114</span>
<span id="115">115</span>
<span id="116">116</span>
<span id="117">117</span>
<span id="118">118</span>
<span id="119">119</span>
<span id="120">120</span>
<span id="121">121</span>
<span id="122">122</span>
<span id="123">123</span>
<span id="124">124</span>
<span id="125">125</span>
<span id="126">126</span>
<span id="127">127</span>
<span id="128">128</span>
<span id="129">129</span>
<span id="130">130</span>
<span id="131">131</span>
<span id="132">132</span>
<span id="133">133</span>
<span id="134">134</span>
<span id="135">135</span>
<span id="136">136</span>
<span id="137">137</span>
<span id="138">138</span>
<span id="139">139</span>
<span id="140">140</span>
<span id="141">141</span>
<span id="142">142</span>
<span id="143">143</span>
<span id="144">144</span>
<span id="145">145</span>
<span id="146">146</span>
<span id="147">147</span>
<span id="148">148</span>
<span id="149">149</span>
<span id="150">150</span>
<span id="151">151</span>
<span id="152">152</span>
<span id="153">153</span>
<span id="154">154</span>
<span id="155">155</span>
<span id="156">156</span>
<span id="157">157</span>
<span id="158">158</span>
<span id="159">159</span>
<span id="160">160</span>
<span id="161">161</span>
<span id="162">162</span>
<span id="163">163</span>
<span id="164">164</span>
<span id="165">165</span>
<span id="166">166</span>
<span id="167">167</span>
<span id="168">168</span>
<span id="169">169</span>
<span id="170">170</span>
<span id="171">171</span>
<span id="172">172</span>
<span id="173">173</span>
<span id="174">174</span>
<span id="175">175</span>
<span id="176">176</span>
<span id="177">177</span>
<span id="178">178</span>
<span id="179">179</span>
<span id="180">180</span>
<span id="181">181</span>
<span id="182">182</span>
<span id="183">183</span>
<span id="184">184</span>
<span id="185">185</span>
<span id="186">186</span>
<span id="187">187</span>
<span id="188">188</span>
<span id="189">189</span>
<span id="190">190</span>
<span id="191">191</span>
<span id="192">192</span>
<span id="193">193</span>
<span id="194">194</span>
<span id="195">195</span>
<span id="196">196</span>
<span id="197">197</span>
<span id="198">198</span>
<span id="199">199</span>
<span id="200">200</span>
<span id="201">201</span>
<span id="202">202</span>
<span id="203">203</span>
<span id="204">204</span>
<span id="205">205</span>
<span id="206">206</span>
<span id="207">207</span>
<span id="208">208</span>
<span id="209">209</span>
<span id="210">210</span>
<span id="211">211</span>
<span id="212">212</span>
<span id="213">213</span>
<span id="214">214</span>
<span id="215">215</span>
<span id="216">216</span>
<span id="217">217</span>
<span id="218">218</span>
<span id="219">219</span>
<span id="220">220</span>
<span id="221">221</span>
<span id="222">222</span>
<span id="223">223</span>
<span id="224">224</span>
<span id="225">225</span>
<span id="226">226</span>
<span id="227">227</span>
<span id="228">228</span>
<span id="229">229</span>
<span id="230">230</span>
<span id="231">231</span>
<span id="232">232</span>
<span id="233">233</span>
<span id="234">234</span>
<span id="235">235</span>
<span id="236">236</span>
<span id="237">237</span>
<span id="238">238</span>
<span id="239">239</span>
<span id="240">240</span>
<span id="241">241</span>
<span id="242">242</span>
<span id="243">243</span>
<span id="244">244</span>
<span id="245">245</span>
<span id="246">246</span>
<span id="247">247</span>
<span id="248">248</span>
<span id="249">249</span>
<span id="250">250</span>
<span id="251">251</span>
<span id="252">252</span>
<span id="253">253</span>
<span id="254">254</span>
<span id="255">255</span>
<span id="256">256</span>
<span id="257">257</span>
<span id="258">258</span>
<span id="259">259</span>
<span id="260">260</span>
<span id="261">261</span>
<span id="262">262</span>
<span id="263">263</span>
<span id="264">264</span>
<span id="265">265</span>
<span id="266">266</span>
<span id="267">267</span>
<span id="268">268</span>
<span id="269">269</span>
<span id="270">270</span>
<span id="271">271</span>
<span id="272">272</span>
<span id="273">273</span>
<span id="274">274</span>
<span id="275">275</span>
<span id="276">276</span>
<span id="277">277</span>
<span id="278">278</span>
<span id="279">279</span>
<span id="280">280</span>
<span id="281">281</span>
<span id="282">282</span>
<span id="283">283</span>
<span id="284">284</span>
<span id="285">285</span>
<span id="286">286</span>
<span id="287">287</span>
<span id="288">288</span>
<span id="289">289</span>
<span id="290">290</span>
<span id="291">291</span>
<span id="292">292</span>
<span id="293">293</span>
<span id="294">294</span>
<span id="295">295</span>
<span id="296">296</span>
<span id="297">297</span>
<span id="298">298</span>
<span id="299">299</span>
<span id="300">300</span>
<span id="301">301</span>
<span id="302">302</span>
<span id="303">303</span>
<span id="304">304</span>
<span id="305">305</span>
<span id="306">306</span>
<span id="307">307</span>
<span id="308">308</span>
<span id="309">309</span>
<span id="310">310</span>
<span id="311">311</span>
<span id="312">312</span>
<span id="313">313</span>
<span id="314">314</span>
<span id="315">315</span>
<span id="316">316</span>
<span id="317">317</span>
<span id="318">318</span>
<span id="319">319</span>
<span id="320">320</span>
<span id="321">321</span>
<span id="322">322</span>
<span id="323">323</span>
<span id="324">324</span>
<span id="325">325</span>
<span id="326">326</span>
<span id="327">327</span>
<span id="328">328</span>
<span id="329">329</span>
<span id="330">330</span>
<span id="331">331</span>
<span id="332">332</span>
<span id="333">333</span>
<span id="334">334</span>
<span id="335">335</span>
<span id="336">336</span>
<span id="337">337</span>
<span id="338">338</span>
<span id="339">339</span>
<span id="340">340</span>
<span id="341">341</span>
<span id="342">342</span>
<span id="343">343</span>
<span id="344">344</span>
<span id="345">345</span>
<span id="346">346</span>
<span id="347">347</span>
<span id="348">348</span>
<span id="349">349</span>
<span id="350">350</span>
<span id="351">351</span>
<span id="352">352</span>
<span id="353">353</span>
<span id="354">354</span>
<span id="355">355</span>
<span id="356">356</span>
<span id="357">357</span>
<span id="358">358</span>
<span id="359">359</span>
<span id="360">360</span>
<span id="361">361</span>
<span id="362">362</span>
<span id="363">363</span>
<span id="364">364</span>
<span id="365">365</span>
<span id="366">366</span>
<span id="367">367</span>
<span id="368">368</span>
<span id="369">369</span>
<span id="370">370</span>
<span id="371">371</span>
<span id="372">372</span>
<span id="373">373</span>
<span id="374">374</span>
<span id="375">375</span>
<span id="376">376</span>
<span id="377">377</span>
<span id="378">378</span>
<span id="379">379</span>
<span id="380">380</span>
<span id="381">381</span>
<span id="382">382</span>
<span id="383">383</span>
<span id="384">384</span>
<span id="385">385</span>
<span id="386">386</span>
<span id="387">387</span>
<span id="388">388</span>
<span id="389">389</span>
<span id="390">390</span>
<span id="391">391</span>
<span id="392">392</span>
<span id="393">393</span>
<span id="394">394</span>
<span id="395">395</span>
<span id="396">396</span>
<span id="397">397</span>
<span id="398">398</span>
<span id="399">399</span>
<span id="400">400</span>
<span id="401">401</span>
<span id="402">402</span>
<span id="403">403</span>
<span id="404">404</span>
<span id="405">405</span>
<span id="406">406</span>
<span id="407">407</span>
<span id="408">408</span>
<span id="409">409</span>
<span id="410">410</span>
<span id="411">411</span>
<span id="412">412</span>
<span id="413">413</span>
<span id="414">414</span>
<span id="415">415</span>
<span id="416">416</span>
<span id="417">417</span>
<span id="418">418</span>
<span id="419">419</span>
<span id="420">420</span>
<span id="421">421</span>
<span id="422">422</span>
<span id="423">423</span>
<span id="424">424</span>
<span id="425">425</span>
<span id="426">426</span>
<span id="427">427</span>
<span id="428">428</span>
<span id="429">429</span>
<span id="430">430</span>
<span id="431">431</span>
<span id="432">432</span>
<span id="433">433</span>
<span id="434">434</span>
<span id="435">435</span>
<span id="436">436</span>
<span id="437">437</span>
<span id="438">438</span>
<span id="439">439</span>
<span id="440">440</span>
<span id="441">441</span>
<span id="442">442</span>
<span id="443">443</span>
<span id="444">444</span>
<span id="445">445</span>
<span id="446">446</span>
<span id="447">447</span>
<span id="448">448</span>
<span id="449">449</span>
<span id="450">450</span>
<span id="451">451</span>
<span id="452">452</span>
<span id="453">453</span>
<span id="454">454</span>
<span id="455">455</span>
<span id="456">456</span>
<span id="457">457</span>
<span id="458">458</span>
<span id="459">459</span>
<span id="460">460</span>
<span id="461">461</span>
<span id="462">462</span>
<span id="463">463</span>
<span id="464">464</span>
<span id="465">465</span>
<span id="466">466</span>
<span id="467">467</span>
<span id="468">468</span>
<span id="469">469</span>
<span id="470">470</span>
<span id="471">471</span>
<span id="472">472</span>
<span id="473">473</span>
<span id="474">474</span>
<span id="475">475</span>
<span id="476">476</span>
<span id="477">477</span>
<span id="478">478</span>
<span id="479">479</span>
<span id="480">480</span>
<span id="481">481</span>
<span id="482">482</span>
<span id="483">483</span>
<span id="484">484</span>
<span id="485">485</span>
<span id="486">486</span>
<span id="487">487</span>
<span id="488">488</span>
<span id="489">489</span>
<span id="490">490</span>
<span id="491">491</span>
<span id="492">492</span>
<span id="493">493</span>
<span id="494">494</span>
<span id="495">495</span>
<span id="496">496</span>
<span id="497">497</span>
<span id="498">498</span>
<span id="499">499</span>
<span id="500">500</span>
<span id="501">501</span>
<span id="502">502</span>
<span id="503">503</span>
<span id="504">504</span>
<span id="505">505</span>
<span id="506">506</span>
<span id="507">507</span>
<span id="508">508</span>
<span id="509">509</span>
<span id="510">510</span>
<span id="511">511</span>
<span id="512">512</span>
<span id="513">513</span>
<span id="514">514</span>
<span id="515">515</span>
<span id="516">516</span>
<span id="517">517</span>
<span id="518">518</span>
<span id="519">519</span>
<span id="520">520</span>
<span id="521">521</span>
<span id="522">522</span>
<span id="523">523</span>
<span id="524">524</span>
<span id="525">525</span>
<span id="526">526</span>
<span id="527">527</span>
<span id="528">528</span>
<span id="529">529</span>
<span id="530">530</span>
<span id="531">531</span>
<span id="532">532</span>
<span id="533">533</span>
<span id="534">534</span>
<span id="535">535</span>
<span id="536">536</span>
<span id="537">537</span>
<span id="538">538</span>
<span id="539">539</span>
<span id="540">540</span>
<span id="541">541</span>
<span id="542">542</span>
<span id="543">543</span>
<span id="544">544</span>
<span id="545">545</span>
<span id="546">546</span>
<span id="547">547</span>
<span id="548">548</span>
<span id="549">549</span>
<span id="550">550</span>
<span id="551">551</span>
<span id="552">552</span>
<span id="553">553</span>
<span id="554">554</span>
<span id="555">555</span>
<span id="556">556</span>
<span id="557">557</span>
<span id="558">558</span>
<span id="559">559</span>
<span id="560">560</span>
<span id="561">561</span>
<span id="562">562</span>
<span id="563">563</span>
<span id="564">564</span>
<span id="565">565</span>
<span id="566">566</span>
<span id="567">567</span>
<span id="568">568</span>
<span id="569">569</span>
<span id="570">570</span>
<span id="571">571</span>
<span id="572">572</span>
<span id="573">573</span>
<span id="574">574</span>
<span id="575">575</span>
<span id="576">576</span>
<span id="577">577</span>
<span id="578">578</span>
<span id="579">579</span>
<span id="580">580</span>
<span id="581">581</span>
<span id="582">582</span>
<span id="583">583</span>
<span id="584">584</span>
<span id="585">585</span>
<span id="586">586</span>
<span id="587">587</span>
<span id="588">588</span>
<span id="589">589</span>
<span id="590">590</span>
<span id="591">591</span>
<span id="592">592</span>
<span id="593">593</span>
<span id="594">594</span>
<span id="595">595</span>
<span id="596">596</span>
<span id="597">597</span>
<span id="598">598</span>
<span id="599">599</span>
<span id="600">600</span>
<span id="601">601</span>
<span id="602">602</span>
<span id="603">603</span>
<span id="604">604</span>
<span id="605">605</span>
<span id="606">606</span>
<span id="607">607</span>
<span id="608">608</span>
<span id="609">609</span>
<span id="610">610</span>
<span id="611">611</span>
<span id="612">612</span>
<span id="613">613</span>
<span id="614">614</span>
<span id="615">615</span>
<span id="616">616</span>
<span id="617">617</span>
<span id="618">618</span>
<span id="619">619</span>
<span id="620">620</span>
<span id="621">621</span>
<span id="622">622</span>
<span id="623">623</span>
<span id="624">624</span>
<span id="625">625</span>
<span id="626">626</span>
<span id="627">627</span>
<span id="628">628</span>
<span id="629">629</span>
<span id="630">630</span>
<span id="631">631</span>
<span id="632">632</span>
<span id="633">633</span>
<span id="634">634</span>
<span id="635">635</span>
<span id="636">636</span>
<span id="637">637</span>
<span id="638">638</span>
<span id="639">639</span>
<span id="640">640</span>
<span id="641">641</span>
<span id="642">642</span>
<span id="643">643</span>
<span id="644">644</span>
<span id="645">645</span>
<span id="646">646</span>
<span id="647">647</span>
<span id="648">648</span>
<span id="649">649</span>
<span id="650">650</span>
<span id="651">651</span>
<span id="652">652</span>
<span id="653">653</span>
<span id="654">654</span>
<span id="655">655</span>
<span id="656">656</span>
<span id="657">657</span>
<span id="658">658</span>
<span id="659">659</span>
<span id="660">660</span>
<span id="661">661</span>
<span id="662">662</span>
</pre><pre class='rust '>
<span class='comment'>// Copyright 2015 The Rust Project Developers. See the COPYRIGHT</span>
<span class='comment'>// file at the top-level directory of this distribution and at</span>
<span class='comment'>// http://rust-lang.org/COPYRIGHT.</span>
<span class='comment'>//</span>
<span class='comment'>// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or</span>
<span class='comment'>// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license</span>
<span class='comment'>// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your</span>
<span class='comment'>// option. This file may not be copied, modified, or distributed</span>
<span class='comment'>// except according to those terms.</span>
<span class='doccomment'>/*!
Floating-point number to decimal conversion routines.
# Problem statement
We are given the floating-point number `v = f * 2^e` with an integer `f`,
and its bounds `minus` and `plus` such that any number between `v - minus` and
`v + plus` will be rounded to `v`. For the simplicity we assume that
this range is exclusive. Then we would like to get the unique decimal
representation `V = 0.d[0..n-1] * 10^k` such that:
- `d[0]` is non-zero.
- It's correctly rounded when parsed back: `v - minus < V < v + plus`.
Furthermore it is shortest such one, i.e. there is no representation
with less than `n` digits that is correctly rounded.
- It's closest to the original value: `abs(V - v) <= 10^(k-n) / 2`. Note that
there might be two representations satisfying this uniqueness requirement,
in which case some tie-breaking mechanism is used.
We will call this mode of operation as to the *shortest* mode. This mode is used
when there is no additional constraint, and can be thought as a "natural" mode
as it matches the ordinary intuition (it at least prints `0.1f32` as "0.1").
We have two more modes of operation closely related to each other. In these modes
we are given either the number of significant digits `n` or the last-digit
limitation `limit` (which determines the actual `n`), and we would like to get
the representation `V = 0.d[0..n-1] * 10^k` such that:
- `d[0]` is non-zero, unless `n` was zero in which case only `k` is returned.
- It's closest to the original value: `abs(V - v) <= 10^(k-n) / 2`. Again,
there might be some tie-breaking mechanism.
When `limit` is given but not `n`, we set `n` such that `k - n = limit`
so that the last digit `d[n-1]` is scaled by `10^(k-n) = 10^limit`.
If such `n` is negative, we clip it to zero so that we will only get `k`.
We are also limited by the supplied buffer. This limitation is used to print
the number up to given number of fractional digits without knowing
the correct `k` beforehand.
We will call the mode of operation requiring `n` as to the *exact* mode,
and one requiring `limit` as to the *fixed* mode. The exact mode is a subset of
the fixed mode: the sufficiently large last-digit limitation will eventually fill
the supplied buffer and let the algorithm to return.
# Implementation overview
It is easy to get the floating point printing correct but slow (Russ Cox has
[demonstrated](http://research.swtch.com/ftoa) how it's easy), or incorrect but
fast (naïve division and modulo). But it is surprisingly hard to print
floating point numbers correctly *and* efficiently.
There are two classes of algorithms widely known to be correct.
- The "Dragon" family of algorithm is first described by Guy L. Steele Jr. and
Jon L. White. They rely on the fixed-size big integer for their correctness.
A slight improvement was found later, which is posthumously described by
Robert G. Burger and R. Kent Dybvig. David Gay's `dtoa.c` routine is
a popular implementation of this strategy.
- The "Grisu" family of algorithm is first described by Florian Loitsch.
They use very cheap integer-only procedure to determine the close-to-correct
representation which is at least guaranteed to be shortest. The variant,
Grisu3, actively detects if the resulting representation is incorrect.
We implement both algorithms with necessary tweaks to suit our requirements.
In particular, published literatures are short of the actual implementation
difficulties like how to avoid arithmetic overflows. Each implementation,
available in `strategy::dragon` and `strategy::grisu` respectively,
extensively describes all necessary justifications and many proofs for them.
(It is still difficult to follow though. You have been warned.)
Both implementations expose two public functions:
- `format_shortest(decoded, buf)`, which always needs at least
`MAX_SIG_DIGITS` digits of buffer. Implements the shortest mode.
- `format_exact(decoded, buf, limit)`, which accepts as small as
one digit of buffer. Implements exact and fixed modes.
They try to fill the `u8` buffer with digits and returns the number of digits
written and the exponent `k`. They are total for all finite `f32` and `f64`
inputs (Grisu internally falls back to Dragon if necessary).
The rendered digits are formatted into the actual string form with
four functions:
- `to_shortest_str` prints the shortest representation, which can be padded by
zeroes to make *at least* given number of fractional digits.
- `to_shortest_exp_str` prints the shortest representation, which can be
padded by zeroes when its exponent is in the specified ranges,
or can be printed in the exponential form such as `1.23e45`.
- `to_exact_exp_str` prints the exact representation with given number of
digits in the exponential form.
- `to_exact_fixed_str` prints the fixed representation with *exactly*
given number of fractional digits.
They all return a slice of preallocated `Part` array, which corresponds to
the individual part of strings: a fixed string, a part of rendered digits,
a number of zeroes or a small (`u16`) number. The caller is expected to
provide a large enough buffer and `Part` array, and to assemble the final
string from resulting `Part`s itself.
All algorithms and formatting functions are accompanied by extensive tests
in `coretest::num::flt2dec` module. It also shows how to use individual
functions.
*/</span>
<span class='comment'>// while this is extensively documented, this is in principle private which is</span>
<span class='comment'>// only made public for testing. do not expose us.</span>
<span class='attribute'>#<span class='op'>!</span>[<span class='ident'>doc</span>(<span class='ident'>hidden</span>)]</span>
<span class='attribute'>#<span class='op'>!</span>[<span class='ident'>unstable</span>(<span class='ident'>feature</span> <span class='op'>=</span> <span class='string'>"flt2dec"</span>,
<span class='ident'>reason</span> <span class='op'>=</span> <span class='string'>"internal routines only exposed for testing"</span>,
<span class='ident'>issue</span> <span class='op'>=</span> <span class='string'>"0"</span>)]</span>
<span class='kw'>use</span> <span class='ident'>prelude</span>::<span class='ident'>v1</span>::<span class='op'>*</span>;
<span class='kw'>use</span> <span class='ident'>i16</span>;
<span class='kw'>pub</span> <span class='kw'>use</span> <span class='self'>self</span>::<span class='ident'>decoder</span>::{<span class='ident'>decode</span>, <span class='ident'>DecodableFloat</span>, <span class='ident'>FullDecoded</span>, <span class='ident'>Decoded</span>};
<span class='kw'>pub</span> <span class='kw'>mod</span> <span class='ident'>estimator</span>;
<span class='kw'>pub</span> <span class='kw'>mod</span> <span class='ident'>decoder</span>;
<span class='doccomment'>/// Digit-generation algorithms.</span>
<span class='kw'>pub</span> <span class='kw'>mod</span> <span class='ident'>strategy</span> {
<span class='kw'>pub</span> <span class='kw'>mod</span> <span class='ident'>dragon</span>;
<span class='kw'>pub</span> <span class='kw'>mod</span> <span class='ident'>grisu</span>;
}
<span class='doccomment'>/// The minimum size of buffer necessary for the shortest mode.</span>
<span class='doccomment'>///</span>
<span class='doccomment'>/// It is a bit non-trivial to derive, but this is one plus the maximal number of</span>
<span class='doccomment'>/// significant decimal digits from formatting algorithms with the shortest result.</span>
<span class='doccomment'>/// The exact formula is `ceil(# bits in mantissa * log_10 2 + 1)`.</span>
<span class='kw'>pub</span> <span class='kw'>const</span> <span class='ident'>MAX_SIG_DIGITS</span>: <span class='ident'>usize</span> <span class='op'>=</span> <span class='number'>17</span>;
<span class='doccomment'>/// When `d[..n]` contains decimal digits, increase the last digit and propagate carry.</span>
<span class='doccomment'>/// Returns a next digit when it causes the length change.</span>
<span class='attribute'>#[<span class='ident'>doc</span>(<span class='ident'>hidden</span>)]</span>
<span class='kw'>pub</span> <span class='kw'>fn</span> <span class='ident'>round_up</span>(<span class='ident'>d</span>: <span class='kw-2'>&</span><span class='kw-2'>mut</span> [<span class='ident'>u8</span>], <span class='ident'>n</span>: <span class='ident'>usize</span>) <span class='op'>-></span> <span class='prelude-ty'>Option</span><span class='op'><</span><span class='ident'>u8</span><span class='op'>></span> {
<span class='kw'>match</span> <span class='ident'>d</span>[..<span class='ident'>n</span>].<span class='ident'>iter</span>().<span class='ident'>rposition</span>(<span class='op'>|</span><span class='kw-2'>&</span><span class='ident'>c</span><span class='op'>|</span> <span class='ident'>c</span> <span class='op'>!=</span> <span class='string'>b'9'</span>) {
<span class='prelude-val'>Some</span>(<span class='ident'>i</span>) <span class='op'>=></span> { <span class='comment'>// d[i+1..n] is all nines</span>
<span class='ident'>d</span>[<span class='ident'>i</span>] <span class='op'>+=</span> <span class='number'>1</span>;
<span class='kw'>for</span> <span class='ident'>j</span> <span class='kw'>in</span> <span class='ident'>i</span><span class='op'>+</span><span class='number'>1</span>..<span class='ident'>n</span> { <span class='ident'>d</span>[<span class='ident'>j</span>] <span class='op'>=</span> <span class='string'>b'0'</span>; }
<span class='prelude-val'>None</span>
}
<span class='prelude-val'>None</span> <span class='kw'>if</span> <span class='ident'>n</span> <span class='op'>></span> <span class='number'>0</span> <span class='op'>=></span> { <span class='comment'>// 999..999 rounds to 1000..000 with an increased exponent</span>
<span class='ident'>d</span>[<span class='number'>0</span>] <span class='op'>=</span> <span class='string'>b'1'</span>;
<span class='kw'>for</span> <span class='ident'>j</span> <span class='kw'>in</span> <span class='number'>1</span>..<span class='ident'>n</span> { <span class='ident'>d</span>[<span class='ident'>j</span>] <span class='op'>=</span> <span class='string'>b'0'</span>; }
<span class='prelude-val'>Some</span>(<span class='string'>b'0'</span>)
}
<span class='prelude-val'>None</span> <span class='op'>=></span> { <span class='comment'>// an empty buffer rounds up (a bit strange but reasonable)</span>
<span class='prelude-val'>Some</span>(<span class='string'>b'1'</span>)
}
}
}
<span class='doccomment'>/// Formatted parts.</span>
<span class='attribute'>#[<span class='ident'>derive</span>(<span class='ident'>Copy</span>, <span class='ident'>Clone</span>, <span class='ident'>PartialEq</span>, <span class='ident'>Eq</span>, <span class='ident'>Debug</span>)]</span>
<span class='kw'>pub</span> <span class='kw'>enum</span> <span class='ident'>Part</span><span class='op'><</span><span class='lifetime'>'a</span><span class='op'>></span> {
<span class='doccomment'>/// Given number of zero digits.</span>
<span class='ident'>Zero</span>(<span class='ident'>usize</span>),
<span class='doccomment'>/// A literal number up to 5 digits.</span>
<span class='ident'>Num</span>(<span class='ident'>u16</span>),
<span class='doccomment'>/// A verbatim copy of given bytes.</span>
<span class='ident'>Copy</span>(<span class='kw-2'>&</span><span class='lifetime'>'a</span> [<span class='ident'>u8</span>]),
}
<span class='kw'>impl</span><span class='op'><</span><span class='lifetime'>'a</span><span class='op'>></span> <span class='ident'>Part</span><span class='op'><</span><span class='lifetime'>'a</span><span class='op'>></span> {
<span class='doccomment'>/// Returns the exact byte length of given part.</span>
<span class='kw'>pub</span> <span class='kw'>fn</span> <span class='ident'>len</span>(<span class='kw-2'>&</span><span class='self'>self</span>) <span class='op'>-></span> <span class='ident'>usize</span> {
<span class='kw'>match</span> <span class='op'>*</span><span class='self'>self</span> {
<span class='ident'>Part</span>::<span class='ident'>Zero</span>(<span class='ident'>nzeroes</span>) <span class='op'>=></span> <span class='ident'>nzeroes</span>,
<span class='ident'>Part</span>::<span class='ident'>Num</span>(<span class='ident'>v</span>) <span class='op'>=></span> <span class='kw'>if</span> <span class='ident'>v</span> <span class='op'><</span> <span class='number'>1_000</span> { <span class='kw'>if</span> <span class='ident'>v</span> <span class='op'><</span> <span class='number'>10</span> { <span class='number'>1</span> } <span class='kw'>else</span> <span class='kw'>if</span> <span class='ident'>v</span> <span class='op'><</span> <span class='number'>100</span> { <span class='number'>2</span> } <span class='kw'>else</span> { <span class='number'>3</span> } }
<span class='kw'>else</span> { <span class='kw'>if</span> <span class='ident'>v</span> <span class='op'><</span> <span class='number'>10_000</span> { <span class='number'>4</span> } <span class='kw'>else</span> { <span class='number'>5</span> } },
<span class='ident'>Part</span>::<span class='ident'>Copy</span>(<span class='ident'>buf</span>) <span class='op'>=></span> <span class='ident'>buf</span>.<span class='ident'>len</span>(),
}
}
<span class='doccomment'>/// Writes a part into the supplied buffer.</span>
<span class='doccomment'>/// Returns the number of written bytes, or `None` if the buffer is not enough.</span>
<span class='doccomment'>/// (It may still leave partially written bytes in the buffer; do not rely on that.)</span>
<span class='kw'>pub</span> <span class='kw'>fn</span> <span class='ident'>write</span>(<span class='kw-2'>&</span><span class='self'>self</span>, <span class='ident'>out</span>: <span class='kw-2'>&</span><span class='kw-2'>mut</span> [<span class='ident'>u8</span>]) <span class='op'>-></span> <span class='prelude-ty'>Option</span><span class='op'><</span><span class='ident'>usize</span><span class='op'>></span> {
<span class='kw'>let</span> <span class='ident'>len</span> <span class='op'>=</span> <span class='self'>self</span>.<span class='ident'>len</span>();
<span class='kw'>if</span> <span class='ident'>out</span>.<span class='ident'>len</span>() <span class='op'>>=</span> <span class='ident'>len</span> {
<span class='kw'>match</span> <span class='op'>*</span><span class='self'>self</span> {
<span class='ident'>Part</span>::<span class='ident'>Zero</span>(<span class='ident'>nzeroes</span>) <span class='op'>=></span> {
<span class='kw'>for</span> <span class='ident'>c</span> <span class='kw'>in</span> <span class='kw-2'>&</span><span class='kw-2'>mut</span> <span class='ident'>out</span>[..<span class='ident'>nzeroes</span>] { <span class='op'>*</span><span class='ident'>c</span> <span class='op'>=</span> <span class='string'>b'0'</span>; }
}
<span class='ident'>Part</span>::<span class='ident'>Num</span>(<span class='kw-2'>mut</span> <span class='ident'>v</span>) <span class='op'>=></span> {
<span class='kw'>for</span> <span class='ident'>c</span> <span class='kw'>in</span> <span class='ident'>out</span>[..<span class='ident'>len</span>].<span class='ident'>iter_mut</span>().<span class='ident'>rev</span>() {
<span class='op'>*</span><span class='ident'>c</span> <span class='op'>=</span> <span class='string'>b'0'</span> <span class='op'>+</span> (<span class='ident'>v</span> <span class='op'>%</span> <span class='number'>10</span>) <span class='kw'>as</span> <span class='ident'>u8</span>;
<span class='ident'>v</span> <span class='op'>/=</span> <span class='number'>10</span>;
}
}
<span class='ident'>Part</span>::<span class='ident'>Copy</span>(<span class='ident'>buf</span>) <span class='op'>=></span> {
<span class='ident'>out</span>[..<span class='ident'>buf</span>.<span class='ident'>len</span>()].<span class='ident'>copy_from_slice</span>(<span class='ident'>buf</span>);
}
}
<span class='prelude-val'>Some</span>(<span class='ident'>len</span>)
} <span class='kw'>else</span> {
<span class='prelude-val'>None</span>
}
}
}
<span class='doccomment'>/// Formatted result containing one or more parts.</span>
<span class='doccomment'>/// This can be written to the byte buffer or converted to the allocated string.</span>
<span class='attribute'>#[<span class='ident'>allow</span>(<span class='ident'>missing_debug_implementations</span>)]</span>
<span class='attribute'>#[<span class='ident'>derive</span>(<span class='ident'>Clone</span>)]</span>
<span class='kw'>pub</span> <span class='kw'>struct</span> <span class='ident'>Formatted</span><span class='op'><</span><span class='lifetime'>'a</span><span class='op'>></span> {
<span class='doccomment'>/// A byte slice representing a sign, either `""`, `"-"` or `"+"`.</span>
<span class='kw'>pub</span> <span class='ident'>sign</span>: <span class='kw-2'>&</span><span class='lifetime'>'static</span> [<span class='ident'>u8</span>],
<span class='doccomment'>/// Formatted parts to be rendered after a sign and optional zero padding.</span>
<span class='kw'>pub</span> <span class='ident'>parts</span>: <span class='kw-2'>&</span><span class='lifetime'>'a</span> [<span class='ident'>Part</span><span class='op'><</span><span class='lifetime'>'a</span><span class='op'>></span>],
}
<span class='kw'>impl</span><span class='op'><</span><span class='lifetime'>'a</span><span class='op'>></span> <span class='ident'>Formatted</span><span class='op'><</span><span class='lifetime'>'a</span><span class='op'>></span> {
<span class='doccomment'>/// Returns the exact byte length of combined formatted result.</span>
<span class='kw'>pub</span> <span class='kw'>fn</span> <span class='ident'>len</span>(<span class='kw-2'>&</span><span class='self'>self</span>) <span class='op'>-></span> <span class='ident'>usize</span> {
<span class='kw'>let</span> <span class='kw-2'>mut</span> <span class='ident'>len</span> <span class='op'>=</span> <span class='self'>self</span>.<span class='ident'>sign</span>.<span class='ident'>len</span>();
<span class='kw'>for</span> <span class='ident'>part</span> <span class='kw'>in</span> <span class='self'>self</span>.<span class='ident'>parts</span> {
<span class='ident'>len</span> <span class='op'>+=</span> <span class='ident'>part</span>.<span class='ident'>len</span>();
}
<span class='ident'>len</span>
}
<span class='doccomment'>/// Writes all formatted parts into the supplied buffer.</span>
<span class='doccomment'>/// Returns the number of written bytes, or `None` if the buffer is not enough.</span>
<span class='doccomment'>/// (It may still leave partially written bytes in the buffer; do not rely on that.)</span>
<span class='kw'>pub</span> <span class='kw'>fn</span> <span class='ident'>write</span>(<span class='kw-2'>&</span><span class='self'>self</span>, <span class='ident'>out</span>: <span class='kw-2'>&</span><span class='kw-2'>mut</span> [<span class='ident'>u8</span>]) <span class='op'>-></span> <span class='prelude-ty'>Option</span><span class='op'><</span><span class='ident'>usize</span><span class='op'>></span> {
<span class='kw'>if</span> <span class='ident'>out</span>.<span class='ident'>len</span>() <span class='op'><</span> <span class='self'>self</span>.<span class='ident'>sign</span>.<span class='ident'>len</span>() { <span class='kw'>return</span> <span class='prelude-val'>None</span>; }
<span class='ident'>out</span>[..<span class='self'>self</span>.<span class='ident'>sign</span>.<span class='ident'>len</span>()].<span class='ident'>copy_from_slice</span>(<span class='self'>self</span>.<span class='ident'>sign</span>);
<span class='kw'>let</span> <span class='kw-2'>mut</span> <span class='ident'>written</span> <span class='op'>=</span> <span class='self'>self</span>.<span class='ident'>sign</span>.<span class='ident'>len</span>();
<span class='kw'>for</span> <span class='ident'>part</span> <span class='kw'>in</span> <span class='self'>self</span>.<span class='ident'>parts</span> {
<span class='kw'>match</span> <span class='ident'>part</span>.<span class='ident'>write</span>(<span class='kw-2'>&</span><span class='kw-2'>mut</span> <span class='ident'>out</span>[<span class='ident'>written</span>..]) {
<span class='prelude-val'>Some</span>(<span class='ident'>len</span>) <span class='op'>=></span> { <span class='ident'>written</span> <span class='op'>+=</span> <span class='ident'>len</span>; }
<span class='prelude-val'>None</span> <span class='op'>=></span> { <span class='kw'>return</span> <span class='prelude-val'>None</span>; }
}
}
<span class='prelude-val'>Some</span>(<span class='ident'>written</span>)
}
}
<span class='doccomment'>/// Formats given decimal digits `0.<...buf...> * 10^exp` into the decimal form</span>
<span class='doccomment'>/// with at least given number of fractional digits. The result is stored to</span>
<span class='doccomment'>/// the supplied parts array and a slice of written parts is returned.</span>
<span class='doccomment'>///</span>
<span class='doccomment'>/// `frac_digits` can be less than the number of actual fractional digits in `buf`;</span>
<span class='doccomment'>/// it will be ignored and full digits will be printed. It is only used to print</span>
<span class='doccomment'>/// additional zeroes after rendered digits. Thus `frac_digits` of 0 means that</span>
<span class='doccomment'>/// it will only print given digits and nothing else.</span>
<span class='kw'>fn</span> <span class='ident'>digits_to_dec_str</span><span class='op'><</span><span class='lifetime'>'a</span><span class='op'>></span>(<span class='ident'>buf</span>: <span class='kw-2'>&</span><span class='lifetime'>'a</span> [<span class='ident'>u8</span>], <span class='ident'>exp</span>: <span class='ident'>i16</span>, <span class='ident'>frac_digits</span>: <span class='ident'>usize</span>,
<span class='ident'>parts</span>: <span class='kw-2'>&</span><span class='lifetime'>'a</span> <span class='kw-2'>mut</span> [<span class='ident'>Part</span><span class='op'><</span><span class='lifetime'>'a</span><span class='op'>></span>]) <span class='op'>-></span> <span class='kw-2'>&</span><span class='lifetime'>'a</span> [<span class='ident'>Part</span><span class='op'><</span><span class='lifetime'>'a</span><span class='op'>></span>] {
<span class='macro'>assert</span><span class='macro'>!</span>(<span class='op'>!</span><span class='ident'>buf</span>.<span class='ident'>is_empty</span>());
<span class='macro'>assert</span><span class='macro'>!</span>(<span class='ident'>buf</span>[<span class='number'>0</span>] <span class='op'>></span> <span class='string'>b'0'</span>);
<span class='macro'>assert</span><span class='macro'>!</span>(<span class='ident'>parts</span>.<span class='ident'>len</span>() <span class='op'>>=</span> <span class='number'>4</span>);
<span class='comment'>// if there is the restriction on the last digit position, `buf` is assumed to be</span>
<span class='comment'>// left-padded with the virtual zeroes. the number of virtual zeroes, `nzeroes`,</span>
<span class='comment'>// equals to `max(0, exp + frac_digits - buf.len())`, so that the position of</span>
<span class='comment'>// the last digit `exp - buf.len() - nzeroes` is no more than `-frac_digits`:</span>
<span class='comment'>//</span>
<span class='comment'>// |<-virtual->|</span>
<span class='comment'>// |<---- buf ---->| zeroes | exp</span>
<span class='comment'>// 0. 1 2 3 4 5 6 7 8 9 _ _ _ _ _ _ x 10</span>
<span class='comment'>// | | |</span>
<span class='comment'>// 10^exp 10^(exp-buf.len()) 10^(exp-buf.len()-nzeroes)</span>
<span class='comment'>//</span>
<span class='comment'>// `nzeroes` is individually calculated for each case in order to avoid overflow.</span>
<span class='kw'>if</span> <span class='ident'>exp</span> <span class='op'><=</span> <span class='number'>0</span> {
<span class='comment'>// the decimal point is before rendered digits: [0.][000...000][1234][____]</span>
<span class='kw'>let</span> <span class='ident'>minus_exp</span> <span class='op'>=</span> <span class='op'>-</span>(<span class='ident'>exp</span> <span class='kw'>as</span> <span class='ident'>i32</span>) <span class='kw'>as</span> <span class='ident'>usize</span>;
<span class='ident'>parts</span>[<span class='number'>0</span>] <span class='op'>=</span> <span class='ident'>Part</span>::<span class='ident'>Copy</span>(<span class='string'>b"0."</span>);
<span class='ident'>parts</span>[<span class='number'>1</span>] <span class='op'>=</span> <span class='ident'>Part</span>::<span class='ident'>Zero</span>(<span class='ident'>minus_exp</span>);
<span class='ident'>parts</span>[<span class='number'>2</span>] <span class='op'>=</span> <span class='ident'>Part</span>::<span class='ident'>Copy</span>(<span class='ident'>buf</span>);
<span class='kw'>if</span> <span class='ident'>frac_digits</span> <span class='op'>></span> <span class='ident'>buf</span>.<span class='ident'>len</span>() <span class='op'>&&</span> <span class='ident'>frac_digits</span> <span class='op'>-</span> <span class='ident'>buf</span>.<span class='ident'>len</span>() <span class='op'>></span> <span class='ident'>minus_exp</span> {
<span class='ident'>parts</span>[<span class='number'>3</span>] <span class='op'>=</span> <span class='ident'>Part</span>::<span class='ident'>Zero</span>((<span class='ident'>frac_digits</span> <span class='op'>-</span> <span class='ident'>buf</span>.<span class='ident'>len</span>()) <span class='op'>-</span> <span class='ident'>minus_exp</span>);
<span class='kw-2'>&</span><span class='ident'>parts</span>[..<span class='number'>4</span>]
} <span class='kw'>else</span> {
<span class='kw-2'>&</span><span class='ident'>parts</span>[..<span class='number'>3</span>]
}
} <span class='kw'>else</span> {
<span class='kw'>let</span> <span class='ident'>exp</span> <span class='op'>=</span> <span class='ident'>exp</span> <span class='kw'>as</span> <span class='ident'>usize</span>;
<span class='kw'>if</span> <span class='ident'>exp</span> <span class='op'><</span> <span class='ident'>buf</span>.<span class='ident'>len</span>() {
<span class='comment'>// the decimal point is inside rendered digits: [12][.][34][____]</span>
<span class='ident'>parts</span>[<span class='number'>0</span>] <span class='op'>=</span> <span class='ident'>Part</span>::<span class='ident'>Copy</span>(<span class='kw-2'>&</span><span class='ident'>buf</span>[..<span class='ident'>exp</span>]);
<span class='ident'>parts</span>[<span class='number'>1</span>] <span class='op'>=</span> <span class='ident'>Part</span>::<span class='ident'>Copy</span>(<span class='string'>b"."</span>);
<span class='ident'>parts</span>[<span class='number'>2</span>] <span class='op'>=</span> <span class='ident'>Part</span>::<span class='ident'>Copy</span>(<span class='kw-2'>&</span><span class='ident'>buf</span>[<span class='ident'>exp</span>..]);
<span class='kw'>if</span> <span class='ident'>frac_digits</span> <span class='op'>></span> <span class='ident'>buf</span>.<span class='ident'>len</span>() <span class='op'>-</span> <span class='ident'>exp</span> {
<span class='ident'>parts</span>[<span class='number'>3</span>] <span class='op'>=</span> <span class='ident'>Part</span>::<span class='ident'>Zero</span>(<span class='ident'>frac_digits</span> <span class='op'>-</span> (<span class='ident'>buf</span>.<span class='ident'>len</span>() <span class='op'>-</span> <span class='ident'>exp</span>));
<span class='kw-2'>&</span><span class='ident'>parts</span>[..<span class='number'>4</span>]
} <span class='kw'>else</span> {
<span class='kw-2'>&</span><span class='ident'>parts</span>[..<span class='number'>3</span>]
}
} <span class='kw'>else</span> {
<span class='comment'>// the decimal point is after rendered digits: [1234][____0000] or [1234][__][.][__].</span>
<span class='ident'>parts</span>[<span class='number'>0</span>] <span class='op'>=</span> <span class='ident'>Part</span>::<span class='ident'>Copy</span>(<span class='ident'>buf</span>);
<span class='ident'>parts</span>[<span class='number'>1</span>] <span class='op'>=</span> <span class='ident'>Part</span>::<span class='ident'>Zero</span>(<span class='ident'>exp</span> <span class='op'>-</span> <span class='ident'>buf</span>.<span class='ident'>len</span>());
<span class='kw'>if</span> <span class='ident'>frac_digits</span> <span class='op'>></span> <span class='number'>0</span> {
<span class='ident'>parts</span>[<span class='number'>2</span>] <span class='op'>=</span> <span class='ident'>Part</span>::<span class='ident'>Copy</span>(<span class='string'>b"."</span>);
<span class='ident'>parts</span>[<span class='number'>3</span>] <span class='op'>=</span> <span class='ident'>Part</span>::<span class='ident'>Zero</span>(<span class='ident'>frac_digits</span>);
<span class='kw-2'>&</span><span class='ident'>parts</span>[..<span class='number'>4</span>]
} <span class='kw'>else</span> {
<span class='kw-2'>&</span><span class='ident'>parts</span>[..<span class='number'>2</span>]
}
}
}
}
<span class='doccomment'>/// Formats given decimal digits `0.<...buf...> * 10^exp` into the exponential form</span>
<span class='doccomment'>/// with at least given number of significant digits. When `upper` is true,</span>
<span class='doccomment'>/// the exponent will be prefixed by `E`; otherwise that's `e`. The result is</span>
<span class='doccomment'>/// stored to the supplied parts array and a slice of written parts is returned.</span>
<span class='doccomment'>///</span>
<span class='doccomment'>/// `min_digits` can be less than the number of actual significant digits in `buf`;</span>
<span class='doccomment'>/// it will be ignored and full digits will be printed. It is only used to print</span>
<span class='doccomment'>/// additional zeroes after rendered digits. Thus `min_digits` of 0 means that</span>
<span class='doccomment'>/// it will only print given digits and nothing else.</span>
<span class='kw'>fn</span> <span class='ident'>digits_to_exp_str</span><span class='op'><</span><span class='lifetime'>'a</span><span class='op'>></span>(<span class='ident'>buf</span>: <span class='kw-2'>&</span><span class='lifetime'>'a</span> [<span class='ident'>u8</span>], <span class='ident'>exp</span>: <span class='ident'>i16</span>, <span class='ident'>min_ndigits</span>: <span class='ident'>usize</span>, <span class='ident'>upper</span>: <span class='ident'>bool</span>,
<span class='ident'>parts</span>: <span class='kw-2'>&</span><span class='lifetime'>'a</span> <span class='kw-2'>mut</span> [<span class='ident'>Part</span><span class='op'><</span><span class='lifetime'>'a</span><span class='op'>></span>]) <span class='op'>-></span> <span class='kw-2'>&</span><span class='lifetime'>'a</span> [<span class='ident'>Part</span><span class='op'><</span><span class='lifetime'>'a</span><span class='op'>></span>] {
<span class='macro'>assert</span><span class='macro'>!</span>(<span class='op'>!</span><span class='ident'>buf</span>.<span class='ident'>is_empty</span>());
<span class='macro'>assert</span><span class='macro'>!</span>(<span class='ident'>buf</span>[<span class='number'>0</span>] <span class='op'>></span> <span class='string'>b'0'</span>);
<span class='macro'>assert</span><span class='macro'>!</span>(<span class='ident'>parts</span>.<span class='ident'>len</span>() <span class='op'>>=</span> <span class='number'>6</span>);
<span class='kw'>let</span> <span class='kw-2'>mut</span> <span class='ident'>n</span> <span class='op'>=</span> <span class='number'>0</span>;
<span class='ident'>parts</span>[<span class='ident'>n</span>] <span class='op'>=</span> <span class='ident'>Part</span>::<span class='ident'>Copy</span>(<span class='kw-2'>&</span><span class='ident'>buf</span>[..<span class='number'>1</span>]);
<span class='ident'>n</span> <span class='op'>+=</span> <span class='number'>1</span>;
<span class='kw'>if</span> <span class='ident'>buf</span>.<span class='ident'>len</span>() <span class='op'>></span> <span class='number'>1</span> <span class='op'>||</span> <span class='ident'>min_ndigits</span> <span class='op'>></span> <span class='number'>1</span> {
<span class='ident'>parts</span>[<span class='ident'>n</span>] <span class='op'>=</span> <span class='ident'>Part</span>::<span class='ident'>Copy</span>(<span class='string'>b"."</span>);
<span class='ident'>parts</span>[<span class='ident'>n</span> <span class='op'>+</span> <span class='number'>1</span>] <span class='op'>=</span> <span class='ident'>Part</span>::<span class='ident'>Copy</span>(<span class='kw-2'>&</span><span class='ident'>buf</span>[<span class='number'>1</span>..]);
<span class='ident'>n</span> <span class='op'>+=</span> <span class='number'>2</span>;
<span class='kw'>if</span> <span class='ident'>min_ndigits</span> <span class='op'>></span> <span class='ident'>buf</span>.<span class='ident'>len</span>() {
<span class='ident'>parts</span>[<span class='ident'>n</span>] <span class='op'>=</span> <span class='ident'>Part</span>::<span class='ident'>Zero</span>(<span class='ident'>min_ndigits</span> <span class='op'>-</span> <span class='ident'>buf</span>.<span class='ident'>len</span>());
<span class='ident'>n</span> <span class='op'>+=</span> <span class='number'>1</span>;
}
}
<span class='comment'>// 0.1234 x 10^exp = 1.234 x 10^(exp-1)</span>
<span class='kw'>let</span> <span class='ident'>exp</span> <span class='op'>=</span> <span class='ident'>exp</span> <span class='kw'>as</span> <span class='ident'>i32</span> <span class='op'>-</span> <span class='number'>1</span>; <span class='comment'>// avoid underflow when exp is i16::MIN</span>
<span class='kw'>if</span> <span class='ident'>exp</span> <span class='op'><</span> <span class='number'>0</span> {
<span class='ident'>parts</span>[<span class='ident'>n</span>] <span class='op'>=</span> <span class='ident'>Part</span>::<span class='ident'>Copy</span>(<span class='kw'>if</span> <span class='ident'>upper</span> { <span class='string'>b"E-"</span> } <span class='kw'>else</span> { <span class='string'>b"e-"</span> });
<span class='ident'>parts</span>[<span class='ident'>n</span> <span class='op'>+</span> <span class='number'>1</span>] <span class='op'>=</span> <span class='ident'>Part</span>::<span class='ident'>Num</span>(<span class='op'>-</span><span class='ident'>exp</span> <span class='kw'>as</span> <span class='ident'>u16</span>);
} <span class='kw'>else</span> {
<span class='ident'>parts</span>[<span class='ident'>n</span>] <span class='op'>=</span> <span class='ident'>Part</span>::<span class='ident'>Copy</span>(<span class='kw'>if</span> <span class='ident'>upper</span> { <span class='string'>b"E"</span> } <span class='kw'>else</span> { <span class='string'>b"e"</span> });
<span class='ident'>parts</span>[<span class='ident'>n</span> <span class='op'>+</span> <span class='number'>1</span>] <span class='op'>=</span> <span class='ident'>Part</span>::<span class='ident'>Num</span>(<span class='ident'>exp</span> <span class='kw'>as</span> <span class='ident'>u16</span>);
}
<span class='kw-2'>&</span><span class='ident'>parts</span>[..<span class='ident'>n</span> <span class='op'>+</span> <span class='number'>2</span>]
}
<span class='doccomment'>/// Sign formatting options.</span>
<span class='attribute'>#[<span class='ident'>derive</span>(<span class='ident'>Copy</span>, <span class='ident'>Clone</span>, <span class='ident'>PartialEq</span>, <span class='ident'>Eq</span>, <span class='ident'>Debug</span>)]</span>
<span class='kw'>pub</span> <span class='kw'>enum</span> <span class='ident'>Sign</span> {
<span class='doccomment'>/// Prints `-` only for the negative non-zero values.</span>
<span class='ident'>Minus</span>, <span class='comment'>// -inf -1 0 0 1 inf nan</span>
<span class='doccomment'>/// Prints `-` only for any negative values (including the negative zero).</span>
<span class='ident'>MinusRaw</span>, <span class='comment'>// -inf -1 -0 0 1 inf nan</span>
<span class='doccomment'>/// Prints `-` for the negative non-zero values, or `+` otherwise.</span>
<span class='ident'>MinusPlus</span>, <span class='comment'>// -inf -1 +0 +0 +1 +inf nan</span>
<span class='doccomment'>/// Prints `-` for any negative values (including the negative zero), or `+` otherwise.</span>
<span class='ident'>MinusPlusRaw</span>, <span class='comment'>// -inf -1 -0 +0 +1 +inf nan</span>
}
<span class='doccomment'>/// Returns the static byte string corresponding to the sign to be formatted.</span>
<span class='doccomment'>/// It can be either `b""`, `b"+"` or `b"-"`.</span>
<span class='kw'>fn</span> <span class='ident'>determine_sign</span>(<span class='ident'>sign</span>: <span class='ident'>Sign</span>, <span class='ident'>decoded</span>: <span class='kw-2'>&</span><span class='ident'>FullDecoded</span>, <span class='ident'>negative</span>: <span class='ident'>bool</span>) <span class='op'>-></span> <span class='kw-2'>&</span><span class='lifetime'>'static</span> [<span class='ident'>u8</span>] {
<span class='kw'>match</span> (<span class='op'>*</span><span class='ident'>decoded</span>, <span class='ident'>sign</span>) {
(<span class='ident'>FullDecoded</span>::<span class='ident'>Nan</span>, _) <span class='op'>=></span> <span class='string'>b""</span>,
(<span class='ident'>FullDecoded</span>::<span class='ident'>Zero</span>, <span class='ident'>Sign</span>::<span class='ident'>Minus</span>) <span class='op'>=></span> <span class='string'>b""</span>,
(<span class='ident'>FullDecoded</span>::<span class='ident'>Zero</span>, <span class='ident'>Sign</span>::<span class='ident'>MinusRaw</span>) <span class='op'>=></span> <span class='kw'>if</span> <span class='ident'>negative</span> { <span class='string'>b"-"</span> } <span class='kw'>else</span> { <span class='string'>b""</span> },
(<span class='ident'>FullDecoded</span>::<span class='ident'>Zero</span>, <span class='ident'>Sign</span>::<span class='ident'>MinusPlus</span>) <span class='op'>=></span> <span class='string'>b"+"</span>,
(<span class='ident'>FullDecoded</span>::<span class='ident'>Zero</span>, <span class='ident'>Sign</span>::<span class='ident'>MinusPlusRaw</span>) <span class='op'>=></span> <span class='kw'>if</span> <span class='ident'>negative</span> { <span class='string'>b"-"</span> } <span class='kw'>else</span> { <span class='string'>b"+"</span> },
(_, <span class='ident'>Sign</span>::<span class='ident'>Minus</span>) <span class='op'>|</span> (_, <span class='ident'>Sign</span>::<span class='ident'>MinusRaw</span>) <span class='op'>=></span> <span class='kw'>if</span> <span class='ident'>negative</span> { <span class='string'>b"-"</span> } <span class='kw'>else</span> { <span class='string'>b""</span> },
(_, <span class='ident'>Sign</span>::<span class='ident'>MinusPlus</span>) <span class='op'>|</span> (_, <span class='ident'>Sign</span>::<span class='ident'>MinusPlusRaw</span>) <span class='op'>=></span> <span class='kw'>if</span> <span class='ident'>negative</span> { <span class='string'>b"-"</span> } <span class='kw'>else</span> { <span class='string'>b"+"</span> },
}
}
<span class='doccomment'>/// Formats given floating point number into the decimal form with at least</span>
<span class='doccomment'>/// given number of fractional digits. The result is stored to the supplied parts</span>
<span class='doccomment'>/// array while utilizing given byte buffer as a scratch. `upper` is currently</span>
<span class='doccomment'>/// unused but left for the future decision to change the case of non-finite values,</span>
<span class='doccomment'>/// i.e. `inf` and `nan`. The first part to be rendered is always a `Part::Sign`</span>
<span class='doccomment'>/// (which can be an empty string if no sign is rendered).</span>
<span class='doccomment'>///</span>
<span class='doccomment'>/// `format_shortest` should be the underlying digit-generation function.</span>
<span class='doccomment'>/// You probably would want `strategy::grisu::format_shortest` for this.</span>
<span class='doccomment'>///</span>
<span class='doccomment'>/// `frac_digits` can be less than the number of actual fractional digits in `v`;</span>
<span class='doccomment'>/// it will be ignored and full digits will be printed. It is only used to print</span>
<span class='doccomment'>/// additional zeroes after rendered digits. Thus `frac_digits` of 0 means that</span>
<span class='doccomment'>/// it will only print given digits and nothing else.</span>
<span class='doccomment'>///</span>
<span class='doccomment'>/// The byte buffer should be at least `MAX_SIG_DIGITS` bytes long.</span>
<span class='doccomment'>/// There should be at least 5 parts available, due to the worst case like</span>
<span class='doccomment'>/// `[+][0.][0000][45][0000]` with `frac_digits = 10`.</span>
<span class='kw'>pub</span> <span class='kw'>fn</span> <span class='ident'>to_shortest_str</span><span class='op'><</span><span class='lifetime'>'a</span>, <span class='ident'>T</span>, <span class='ident'>F</span><span class='op'>></span>(<span class='kw-2'>mut</span> <span class='ident'>format_shortest</span>: <span class='ident'>F</span>, <span class='ident'>v</span>: <span class='ident'>T</span>,
<span class='ident'>sign</span>: <span class='ident'>Sign</span>, <span class='ident'>frac_digits</span>: <span class='ident'>usize</span>, <span class='ident'>_upper</span>: <span class='ident'>bool</span>,
<span class='ident'>buf</span>: <span class='kw-2'>&</span><span class='lifetime'>'a</span> <span class='kw-2'>mut</span> [<span class='ident'>u8</span>], <span class='ident'>parts</span>: <span class='kw-2'>&</span><span class='lifetime'>'a</span> <span class='kw-2'>mut</span> [<span class='ident'>Part</span><span class='op'><</span><span class='lifetime'>'a</span><span class='op'>></span>]) <span class='op'>-></span> <span class='ident'>Formatted</span><span class='op'><</span><span class='lifetime'>'a</span><span class='op'>></span>
<span class='kw'>where</span> <span class='ident'>T</span>: <span class='ident'>DecodableFloat</span>, <span class='ident'>F</span>: <span class='ident'>FnMut</span>(<span class='kw-2'>&</span><span class='ident'>Decoded</span>, <span class='kw-2'>&</span><span class='kw-2'>mut</span> [<span class='ident'>u8</span>]) <span class='op'>-></span> (<span class='ident'>usize</span>, <span class='ident'>i16</span>) {
<span class='macro'>assert</span><span class='macro'>!</span>(<span class='ident'>parts</span>.<span class='ident'>len</span>() <span class='op'>>=</span> <span class='number'>4</span>);
<span class='macro'>assert</span><span class='macro'>!</span>(<span class='ident'>buf</span>.<span class='ident'>len</span>() <span class='op'>>=</span> <span class='ident'>MAX_SIG_DIGITS</span>);
<span class='kw'>let</span> (<span class='ident'>negative</span>, <span class='ident'>full_decoded</span>) <span class='op'>=</span> <span class='ident'>decode</span>(<span class='ident'>v</span>);
<span class='kw'>let</span> <span class='ident'>sign</span> <span class='op'>=</span> <span class='ident'>determine_sign</span>(<span class='ident'>sign</span>, <span class='kw-2'>&</span><span class='ident'>full_decoded</span>, <span class='ident'>negative</span>);
<span class='kw'>match</span> <span class='ident'>full_decoded</span> {
<span class='ident'>FullDecoded</span>::<span class='ident'>Nan</span> <span class='op'>=></span> {
<span class='ident'>parts</span>[<span class='number'>0</span>] <span class='op'>=</span> <span class='ident'>Part</span>::<span class='ident'>Copy</span>(<span class='string'>b"NaN"</span>);
<span class='ident'>Formatted</span> { <span class='ident'>sign</span>: <span class='ident'>sign</span>, <span class='ident'>parts</span>: <span class='kw-2'>&</span><span class='ident'>parts</span>[..<span class='number'>1</span>] }
}
<span class='ident'>FullDecoded</span>::<span class='ident'>Infinite</span> <span class='op'>=></span> {
<span class='ident'>parts</span>[<span class='number'>0</span>] <span class='op'>=</span> <span class='ident'>Part</span>::<span class='ident'>Copy</span>(<span class='string'>b"inf"</span>);
<span class='ident'>Formatted</span> { <span class='ident'>sign</span>: <span class='ident'>sign</span>, <span class='ident'>parts</span>: <span class='kw-2'>&</span><span class='ident'>parts</span>[..<span class='number'>1</span>] }
}
<span class='ident'>FullDecoded</span>::<span class='ident'>Zero</span> <span class='op'>=></span> {
<span class='kw'>if</span> <span class='ident'>frac_digits</span> <span class='op'>></span> <span class='number'>0</span> { <span class='comment'>// [0.][0000]</span>
<span class='ident'>parts</span>[<span class='number'>0</span>] <span class='op'>=</span> <span class='ident'>Part</span>::<span class='ident'>Copy</span>(<span class='string'>b"0."</span>);
<span class='ident'>parts</span>[<span class='number'>1</span>] <span class='op'>=</span> <span class='ident'>Part</span>::<span class='ident'>Zero</span>(<span class='ident'>frac_digits</span>);
<span class='ident'>Formatted</span> { <span class='ident'>sign</span>: <span class='ident'>sign</span>, <span class='ident'>parts</span>: <span class='kw-2'>&</span><span class='ident'>parts</span>[..<span class='number'>2</span>] }
} <span class='kw'>else</span> {
<span class='ident'>parts</span>[<span class='number'>0</span>] <span class='op'>=</span> <span class='ident'>Part</span>::<span class='ident'>Copy</span>(<span class='string'>b"0"</span>);
<span class='ident'>Formatted</span> { <span class='ident'>sign</span>: <span class='ident'>sign</span>, <span class='ident'>parts</span>: <span class='kw-2'>&</span><span class='ident'>parts</span>[..<span class='number'>1</span>] }
}
}
<span class='ident'>FullDecoded</span>::<span class='ident'>Finite</span>(<span class='kw-2'>ref</span> <span class='ident'>decoded</span>) <span class='op'>=></span> {
<span class='kw'>let</span> (<span class='ident'>len</span>, <span class='ident'>exp</span>) <span class='op'>=</span> <span class='ident'>format_shortest</span>(<span class='ident'>decoded</span>, <span class='ident'>buf</span>);
<span class='ident'>Formatted</span> { <span class='ident'>sign</span>: <span class='ident'>sign</span>,
<span class='ident'>parts</span>: <span class='ident'>digits_to_dec_str</span>(<span class='kw-2'>&</span><span class='ident'>buf</span>[..<span class='ident'>len</span>], <span class='ident'>exp</span>, <span class='ident'>frac_digits</span>, <span class='ident'>parts</span>) }
}
}
}
<span class='doccomment'>/// Formats given floating point number into the decimal form or</span>
<span class='doccomment'>/// the exponential form, depending on the resulting exponent. The result is</span>
<span class='doccomment'>/// stored to the supplied parts array while utilizing given byte buffer</span>
<span class='doccomment'>/// as a scratch. `upper` is used to determine the case of non-finite values</span>
<span class='doccomment'>/// (`inf` and `nan`) or the case of the exponent prefix (`e` or `E`).</span>
<span class='doccomment'>/// The first part to be rendered is always a `Part::Sign` (which can be</span>
<span class='doccomment'>/// an empty string if no sign is rendered).</span>
<span class='doccomment'>///</span>
<span class='doccomment'>/// `format_shortest` should be the underlying digit-generation function.</span>
<span class='doccomment'>/// You probably would want `strategy::grisu::format_shortest` for this.</span>
<span class='doccomment'>///</span>
<span class='doccomment'>/// The `dec_bounds` is a tuple `(lo, hi)` such that the number is formatted</span>
<span class='doccomment'>/// as decimal only when `10^lo <= V < 10^hi`. Note that this is the *apparent* `V`</span>
<span class='doccomment'>/// instead of the actual `v`! Thus any printed exponent in the exponential form</span>
<span class='doccomment'>/// cannot be in this range, avoiding any confusion.</span>
<span class='doccomment'>///</span>
<span class='doccomment'>/// The byte buffer should be at least `MAX_SIG_DIGITS` bytes long.</span>
<span class='doccomment'>/// There should be at least 7 parts available, due to the worst case like</span>
<span class='doccomment'>/// `[+][1][.][2345][e][-][67]`.</span>
<span class='kw'>pub</span> <span class='kw'>fn</span> <span class='ident'>to_shortest_exp_str</span><span class='op'><</span><span class='lifetime'>'a</span>, <span class='ident'>T</span>, <span class='ident'>F</span><span class='op'>></span>(<span class='kw-2'>mut</span> <span class='ident'>format_shortest</span>: <span class='ident'>F</span>, <span class='ident'>v</span>: <span class='ident'>T</span>,
<span class='ident'>sign</span>: <span class='ident'>Sign</span>, <span class='ident'>dec_bounds</span>: (<span class='ident'>i16</span>, <span class='ident'>i16</span>), <span class='ident'>upper</span>: <span class='ident'>bool</span>,
<span class='ident'>buf</span>: <span class='kw-2'>&</span><span class='lifetime'>'a</span> <span class='kw-2'>mut</span> [<span class='ident'>u8</span>], <span class='ident'>parts</span>: <span class='kw-2'>&</span><span class='lifetime'>'a</span> <span class='kw-2'>mut</span> [<span class='ident'>Part</span><span class='op'><</span><span class='lifetime'>'a</span><span class='op'>></span>]) <span class='op'>-></span> <span class='ident'>Formatted</span><span class='op'><</span><span class='lifetime'>'a</span><span class='op'>></span>
<span class='kw'>where</span> <span class='ident'>T</span>: <span class='ident'>DecodableFloat</span>, <span class='ident'>F</span>: <span class='ident'>FnMut</span>(<span class='kw-2'>&</span><span class='ident'>Decoded</span>, <span class='kw-2'>&</span><span class='kw-2'>mut</span> [<span class='ident'>u8</span>]) <span class='op'>-></span> (<span class='ident'>usize</span>, <span class='ident'>i16</span>) {
<span class='macro'>assert</span><span class='macro'>!</span>(<span class='ident'>parts</span>.<span class='ident'>len</span>() <span class='op'>>=</span> <span class='number'>6</span>);
<span class='macro'>assert</span><span class='macro'>!</span>(<span class='ident'>buf</span>.<span class='ident'>len</span>() <span class='op'>>=</span> <span class='ident'>MAX_SIG_DIGITS</span>);
<span class='macro'>assert</span><span class='macro'>!</span>(<span class='ident'>dec_bounds</span>.<span class='number'>0</span> <span class='op'><=</span> <span class='ident'>dec_bounds</span>.<span class='number'>1</span>);
<span class='kw'>let</span> (<span class='ident'>negative</span>, <span class='ident'>full_decoded</span>) <span class='op'>=</span> <span class='ident'>decode</span>(<span class='ident'>v</span>);
<span class='kw'>let</span> <span class='ident'>sign</span> <span class='op'>=</span> <span class='ident'>determine_sign</span>(<span class='ident'>sign</span>, <span class='kw-2'>&</span><span class='ident'>full_decoded</span>, <span class='ident'>negative</span>);
<span class='kw'>match</span> <span class='ident'>full_decoded</span> {
<span class='ident'>FullDecoded</span>::<span class='ident'>Nan</span> <span class='op'>=></span> {
<span class='ident'>parts</span>[<span class='number'>0</span>] <span class='op'>=</span> <span class='ident'>Part</span>::<span class='ident'>Copy</span>(<span class='string'>b"NaN"</span>);
<span class='ident'>Formatted</span> { <span class='ident'>sign</span>: <span class='ident'>sign</span>, <span class='ident'>parts</span>: <span class='kw-2'>&</span><span class='ident'>parts</span>[..<span class='number'>1</span>] }
}
<span class='ident'>FullDecoded</span>::<span class='ident'>Infinite</span> <span class='op'>=></span> {
<span class='ident'>parts</span>[<span class='number'>0</span>] <span class='op'>=</span> <span class='ident'>Part</span>::<span class='ident'>Copy</span>(<span class='string'>b"inf"</span>);
<span class='ident'>Formatted</span> { <span class='ident'>sign</span>: <span class='ident'>sign</span>, <span class='ident'>parts</span>: <span class='kw-2'>&</span><span class='ident'>parts</span>[..<span class='number'>1</span>] }
}
<span class='ident'>FullDecoded</span>::<span class='ident'>Zero</span> <span class='op'>=></span> {
<span class='ident'>parts</span>[<span class='number'>0</span>] <span class='op'>=</span> <span class='kw'>if</span> <span class='ident'>dec_bounds</span>.<span class='number'>0</span> <span class='op'><=</span> <span class='number'>0</span> <span class='op'>&&</span> <span class='number'>0</span> <span class='op'><</span> <span class='ident'>dec_bounds</span>.<span class='number'>1</span> {
<span class='ident'>Part</span>::<span class='ident'>Copy</span>(<span class='string'>b"0"</span>)
} <span class='kw'>else</span> {
<span class='ident'>Part</span>::<span class='ident'>Copy</span>(<span class='kw'>if</span> <span class='ident'>upper</span> { <span class='string'>b"0E0"</span> } <span class='kw'>else</span> { <span class='string'>b"0e0"</span> })
};
<span class='ident'>Formatted</span> { <span class='ident'>sign</span>: <span class='ident'>sign</span>, <span class='ident'>parts</span>: <span class='kw-2'>&</span><span class='ident'>parts</span>[..<span class='number'>1</span>] }
}
<span class='ident'>FullDecoded</span>::<span class='ident'>Finite</span>(<span class='kw-2'>ref</span> <span class='ident'>decoded</span>) <span class='op'>=></span> {
<span class='kw'>let</span> (<span class='ident'>len</span>, <span class='ident'>exp</span>) <span class='op'>=</span> <span class='ident'>format_shortest</span>(<span class='ident'>decoded</span>, <span class='ident'>buf</span>);
<span class='kw'>let</span> <span class='ident'>vis_exp</span> <span class='op'>=</span> <span class='ident'>exp</span> <span class='kw'>as</span> <span class='ident'>i32</span> <span class='op'>-</span> <span class='number'>1</span>;
<span class='kw'>let</span> <span class='ident'>parts</span> <span class='op'>=</span> <span class='kw'>if</span> <span class='ident'>dec_bounds</span>.<span class='number'>0</span> <span class='kw'>as</span> <span class='ident'>i32</span> <span class='op'><=</span> <span class='ident'>vis_exp</span> <span class='op'>&&</span> <span class='ident'>vis_exp</span> <span class='op'><</span> <span class='ident'>dec_bounds</span>.<span class='number'>1</span> <span class='kw'>as</span> <span class='ident'>i32</span> {
<span class='ident'>digits_to_dec_str</span>(<span class='kw-2'>&</span><span class='ident'>buf</span>[..<span class='ident'>len</span>], <span class='ident'>exp</span>, <span class='number'>0</span>, <span class='ident'>parts</span>)
} <span class='kw'>else</span> {
<span class='ident'>digits_to_exp_str</span>(<span class='kw-2'>&</span><span class='ident'>buf</span>[..<span class='ident'>len</span>], <span class='ident'>exp</span>, <span class='number'>0</span>, <span class='ident'>upper</span>, <span class='ident'>parts</span>)
};
<span class='ident'>Formatted</span> { <span class='ident'>sign</span>: <span class='ident'>sign</span>, <span class='ident'>parts</span>: <span class='ident'>parts</span> }
}
}
}
<span class='doccomment'>/// Returns rather crude approximation (upper bound) for the maximum buffer size</span>
<span class='doccomment'>/// calculated from the given decoded exponent.</span>
<span class='doccomment'>///</span>
<span class='doccomment'>/// The exact limit is:</span>
<span class='doccomment'>///</span>
<span class='doccomment'>/// - when `exp < 0`, the maximum length is `ceil(log_10 (5^-exp * (2^64 - 1)))`.</span>
<span class='doccomment'>/// - when `exp >= 0`, the maximum length is `ceil(log_10 (2^exp * (2^64 - 1)))`.</span>
<span class='doccomment'>///</span>
<span class='doccomment'>/// `ceil(log_10 (x^exp * (2^64 - 1)))` is less than `ceil(log_10 (2^64 - 1)) +</span>
<span class='doccomment'>/// ceil(exp * log_10 x)`, which is in turn less than `20 + (1 + exp * log_10 x)`.</span>
<span class='doccomment'>/// We use the facts that `log_10 2 < 5/16` and `log_10 5 < 12/16`, which is</span>
<span class='doccomment'>/// enough for our purposes.</span>
<span class='doccomment'>///</span>
<span class='doccomment'>/// Why do we need this? `format_exact` functions will fill the entire buffer</span>
<span class='doccomment'>/// unless limited by the last digit restriction, but it is possible that</span>
<span class='doccomment'>/// the number of digits requested is ridiculously large (say, 30,000 digits).</span>
<span class='doccomment'>/// The vast majority of buffer will be filled with zeroes, so we don't want to</span>
<span class='doccomment'>/// allocate all the buffer beforehand. Consequently, for any given arguments,</span>
<span class='doccomment'>/// 826 bytes of buffer should be sufficient for `f64`. Compare this with</span>
<span class='doccomment'>/// the actual number for the worst case: 770 bytes (when `exp = -1074`).</span>
<span class='kw'>fn</span> <span class='ident'>estimate_max_buf_len</span>(<span class='ident'>exp</span>: <span class='ident'>i16</span>) <span class='op'>-></span> <span class='ident'>usize</span> {
<span class='number'>21</span> <span class='op'>+</span> ((<span class='kw'>if</span> <span class='ident'>exp</span> <span class='op'><</span> <span class='number'>0</span> { <span class='op'>-</span><span class='number'>12</span> } <span class='kw'>else</span> { <span class='number'>5</span> } <span class='op'>*</span> <span class='ident'>exp</span> <span class='kw'>as</span> <span class='ident'>i32</span>) <span class='kw'>as</span> <span class='ident'>usize</span> <span class='op'>>></span> <span class='number'>4</span>)
}
<span class='doccomment'>/// Formats given floating point number into the exponential form with</span>
<span class='doccomment'>/// exactly given number of significant digits. The result is stored to</span>
<span class='doccomment'>/// the supplied parts array while utilizing given byte buffer as a scratch.</span>
<span class='doccomment'>/// `upper` is used to determine the case of the exponent prefix (`e` or `E`).</span>
<span class='doccomment'>/// The first part to be rendered is always a `Part::Sign` (which can be</span>
<span class='doccomment'>/// an empty string if no sign is rendered).</span>
<span class='doccomment'>///</span>
<span class='doccomment'>/// `format_exact` should be the underlying digit-generation function.</span>
<span class='doccomment'>/// You probably would want `strategy::grisu::format_exact` for this.</span>
<span class='doccomment'>///</span>
<span class='doccomment'>/// The byte buffer should be at least `ndigits` bytes long unless `ndigits` is</span>
<span class='doccomment'>/// so large that only the fixed number of digits will be ever written.</span>
<span class='doccomment'>/// (The tipping point for `f64` is about 800, so 1000 bytes should be enough.)</span>
<span class='doccomment'>/// There should be at least 7 parts available, due to the worst case like</span>
<span class='doccomment'>/// `[+][1][.][2345][e][-][67]`.</span>
<span class='kw'>pub</span> <span class='kw'>fn</span> <span class='ident'>to_exact_exp_str</span><span class='op'><</span><span class='lifetime'>'a</span>, <span class='ident'>T</span>, <span class='ident'>F</span><span class='op'>></span>(<span class='kw-2'>mut</span> <span class='ident'>format_exact</span>: <span class='ident'>F</span>, <span class='ident'>v</span>: <span class='ident'>T</span>,
<span class='ident'>sign</span>: <span class='ident'>Sign</span>, <span class='ident'>ndigits</span>: <span class='ident'>usize</span>, <span class='ident'>upper</span>: <span class='ident'>bool</span>,
<span class='ident'>buf</span>: <span class='kw-2'>&</span><span class='lifetime'>'a</span> <span class='kw-2'>mut</span> [<span class='ident'>u8</span>], <span class='ident'>parts</span>: <span class='kw-2'>&</span><span class='lifetime'>'a</span> <span class='kw-2'>mut</span> [<span class='ident'>Part</span><span class='op'><</span><span class='lifetime'>'a</span><span class='op'>></span>]) <span class='op'>-></span> <span class='ident'>Formatted</span><span class='op'><</span><span class='lifetime'>'a</span><span class='op'>></span>
<span class='kw'>where</span> <span class='ident'>T</span>: <span class='ident'>DecodableFloat</span>, <span class='ident'>F</span>: <span class='ident'>FnMut</span>(<span class='kw-2'>&</span><span class='ident'>Decoded</span>, <span class='kw-2'>&</span><span class='kw-2'>mut</span> [<span class='ident'>u8</span>], <span class='ident'>i16</span>) <span class='op'>-></span> (<span class='ident'>usize</span>, <span class='ident'>i16</span>) {
<span class='macro'>assert</span><span class='macro'>!</span>(<span class='ident'>parts</span>.<span class='ident'>len</span>() <span class='op'>>=</span> <span class='number'>6</span>);
<span class='macro'>assert</span><span class='macro'>!</span>(<span class='ident'>ndigits</span> <span class='op'>></span> <span class='number'>0</span>);
<span class='kw'>let</span> (<span class='ident'>negative</span>, <span class='ident'>full_decoded</span>) <span class='op'>=</span> <span class='ident'>decode</span>(<span class='ident'>v</span>);
<span class='kw'>let</span> <span class='ident'>sign</span> <span class='op'>=</span> <span class='ident'>determine_sign</span>(<span class='ident'>sign</span>, <span class='kw-2'>&</span><span class='ident'>full_decoded</span>, <span class='ident'>negative</span>);
<span class='kw'>match</span> <span class='ident'>full_decoded</span> {
<span class='ident'>FullDecoded</span>::<span class='ident'>Nan</span> <span class='op'>=></span> {
<span class='ident'>parts</span>[<span class='number'>0</span>] <span class='op'>=</span> <span class='ident'>Part</span>::<span class='ident'>Copy</span>(<span class='string'>b"NaN"</span>);
<span class='ident'>Formatted</span> { <span class='ident'>sign</span>: <span class='ident'>sign</span>, <span class='ident'>parts</span>: <span class='kw-2'>&</span><span class='ident'>parts</span>[..<span class='number'>1</span>] }
}
<span class='ident'>FullDecoded</span>::<span class='ident'>Infinite</span> <span class='op'>=></span> {
<span class='ident'>parts</span>[<span class='number'>0</span>] <span class='op'>=</span> <span class='ident'>Part</span>::<span class='ident'>Copy</span>(<span class='string'>b"inf"</span>);
<span class='ident'>Formatted</span> { <span class='ident'>sign</span>: <span class='ident'>sign</span>, <span class='ident'>parts</span>: <span class='kw-2'>&</span><span class='ident'>parts</span>[..<span class='number'>1</span>] }
}
<span class='ident'>FullDecoded</span>::<span class='ident'>Zero</span> <span class='op'>=></span> {
<span class='kw'>if</span> <span class='ident'>ndigits</span> <span class='op'>></span> <span class='number'>1</span> { <span class='comment'>// [0.][0000][e0]</span>
<span class='ident'>parts</span>[<span class='number'>0</span>] <span class='op'>=</span> <span class='ident'>Part</span>::<span class='ident'>Copy</span>(<span class='string'>b"0."</span>);
<span class='ident'>parts</span>[<span class='number'>1</span>] <span class='op'>=</span> <span class='ident'>Part</span>::<span class='ident'>Zero</span>(<span class='ident'>ndigits</span> <span class='op'>-</span> <span class='number'>1</span>);
<span class='ident'>parts</span>[<span class='number'>2</span>] <span class='op'>=</span> <span class='ident'>Part</span>::<span class='ident'>Copy</span>(<span class='kw'>if</span> <span class='ident'>upper</span> { <span class='string'>b"E0"</span> } <span class='kw'>else</span> { <span class='string'>b"e0"</span> });
<span class='ident'>Formatted</span> { <span class='ident'>sign</span>: <span class='ident'>sign</span>, <span class='ident'>parts</span>: <span class='kw-2'>&</span><span class='ident'>parts</span>[..<span class='number'>3</span>] }
} <span class='kw'>else</span> {
<span class='ident'>parts</span>[<span class='number'>0</span>] <span class='op'>=</span> <span class='ident'>Part</span>::<span class='ident'>Copy</span>(<span class='kw'>if</span> <span class='ident'>upper</span> { <span class='string'>b"0E0"</span> } <span class='kw'>else</span> { <span class='string'>b"0e0"</span> });
<span class='ident'>Formatted</span> { <span class='ident'>sign</span>: <span class='ident'>sign</span>, <span class='ident'>parts</span>: <span class='kw-2'>&</span><span class='ident'>parts</span>[..<span class='number'>1</span>] }
}
}
<span class='ident'>FullDecoded</span>::<span class='ident'>Finite</span>(<span class='kw-2'>ref</span> <span class='ident'>decoded</span>) <span class='op'>=></span> {
<span class='kw'>let</span> <span class='ident'>maxlen</span> <span class='op'>=</span> <span class='ident'>estimate_max_buf_len</span>(<span class='ident'>decoded</span>.<span class='ident'>exp</span>);
<span class='macro'>assert</span><span class='macro'>!</span>(<span class='ident'>buf</span>.<span class='ident'>len</span>() <span class='op'>>=</span> <span class='ident'>ndigits</span> <span class='op'>||</span> <span class='ident'>buf</span>.<span class='ident'>len</span>() <span class='op'>>=</span> <span class='ident'>maxlen</span>);
<span class='kw'>let</span> <span class='ident'>trunc</span> <span class='op'>=</span> <span class='kw'>if</span> <span class='ident'>ndigits</span> <span class='op'><</span> <span class='ident'>maxlen</span> { <span class='ident'>ndigits</span> } <span class='kw'>else</span> { <span class='ident'>maxlen</span> };
<span class='kw'>let</span> (<span class='ident'>len</span>, <span class='ident'>exp</span>) <span class='op'>=</span> <span class='ident'>format_exact</span>(<span class='ident'>decoded</span>, <span class='kw-2'>&</span><span class='kw-2'>mut</span> <span class='ident'>buf</span>[..<span class='ident'>trunc</span>], <span class='ident'>i16</span>::<span class='ident'>MIN</span>);
<span class='ident'>Formatted</span> { <span class='ident'>sign</span>: <span class='ident'>sign</span>,
<span class='ident'>parts</span>: <span class='ident'>digits_to_exp_str</span>(<span class='kw-2'>&</span><span class='ident'>buf</span>[..<span class='ident'>len</span>], <span class='ident'>exp</span>, <span class='ident'>ndigits</span>, <span class='ident'>upper</span>, <span class='ident'>parts</span>) }
}
}
}
<span class='doccomment'>/// Formats given floating point number into the decimal form with exactly</span>
<span class='doccomment'>/// given number of fractional digits. The result is stored to the supplied parts</span>
<span class='doccomment'>/// array while utilizing given byte buffer as a scratch. `upper` is currently</span>
<span class='doccomment'>/// unused but left for the future decision to change the case of non-finite values,</span>
<span class='doccomment'>/// i.e. `inf` and `nan`. The first part to be rendered is always a `Part::Sign`</span>
<span class='doccomment'>/// (which can be an empty string if no sign is rendered).</span>
<span class='doccomment'>///</span>
<span class='doccomment'>/// `format_exact` should be the underlying digit-generation function.</span>
<span class='doccomment'>/// You probably would want `strategy::grisu::format_exact` for this.</span>
<span class='doccomment'>///</span>
<span class='doccomment'>/// The byte buffer should be enough for the output unless `frac_digits` is</span>
<span class='doccomment'>/// so large that only the fixed number of digits will be ever written.</span>
<span class='doccomment'>/// (The tipping point for `f64` is about 800, and 1000 bytes should be enough.)</span>
<span class='doccomment'>/// There should be at least 5 parts available, due to the worst case like</span>
<span class='doccomment'>/// `[+][0.][0000][45][0000]` with `frac_digits = 10`.</span>
<span class='kw'>pub</span> <span class='kw'>fn</span> <span class='ident'>to_exact_fixed_str</span><span class='op'><</span><span class='lifetime'>'a</span>, <span class='ident'>T</span>, <span class='ident'>F</span><span class='op'>></span>(<span class='kw-2'>mut</span> <span class='ident'>format_exact</span>: <span class='ident'>F</span>, <span class='ident'>v</span>: <span class='ident'>T</span>,
<span class='ident'>sign</span>: <span class='ident'>Sign</span>, <span class='ident'>frac_digits</span>: <span class='ident'>usize</span>, <span class='ident'>_upper</span>: <span class='ident'>bool</span>,
<span class='ident'>buf</span>: <span class='kw-2'>&</span><span class='lifetime'>'a</span> <span class='kw-2'>mut</span> [<span class='ident'>u8</span>], <span class='ident'>parts</span>: <span class='kw-2'>&</span><span class='lifetime'>'a</span> <span class='kw-2'>mut</span> [<span class='ident'>Part</span><span class='op'><</span><span class='lifetime'>'a</span><span class='op'>></span>]) <span class='op'>-></span> <span class='ident'>Formatted</span><span class='op'><</span><span class='lifetime'>'a</span><span class='op'>></span>
<span class='kw'>where</span> <span class='ident'>T</span>: <span class='ident'>DecodableFloat</span>, <span class='ident'>F</span>: <span class='ident'>FnMut</span>(<span class='kw-2'>&</span><span class='ident'>Decoded</span>, <span class='kw-2'>&</span><span class='kw-2'>mut</span> [<span class='ident'>u8</span>], <span class='ident'>i16</span>) <span class='op'>-></span> (<span class='ident'>usize</span>, <span class='ident'>i16</span>) {
<span class='macro'>assert</span><span class='macro'>!</span>(<span class='ident'>parts</span>.<span class='ident'>len</span>() <span class='op'>>=</span> <span class='number'>4</span>);
<span class='kw'>let</span> (<span class='ident'>negative</span>, <span class='ident'>full_decoded</span>) <span class='op'>=</span> <span class='ident'>decode</span>(<span class='ident'>v</span>);
<span class='kw'>let</span> <span class='ident'>sign</span> <span class='op'>=</span> <span class='ident'>determine_sign</span>(<span class='ident'>sign</span>, <span class='kw-2'>&</span><span class='ident'>full_decoded</span>, <span class='ident'>negative</span>);
<span class='kw'>match</span> <span class='ident'>full_decoded</span> {
<span class='ident'>FullDecoded</span>::<span class='ident'>Nan</span> <span class='op'>=></span> {
<span class='ident'>parts</span>[<span class='number'>0</span>] <span class='op'>=</span> <span class='ident'>Part</span>::<span class='ident'>Copy</span>(<span class='string'>b"NaN"</span>);
<span class='ident'>Formatted</span> { <span class='ident'>sign</span>: <span class='ident'>sign</span>, <span class='ident'>parts</span>: <span class='kw-2'>&</span><span class='ident'>parts</span>[..<span class='number'>1</span>] }
}
<span class='ident'>FullDecoded</span>::<span class='ident'>Infinite</span> <span class='op'>=></span> {
<span class='ident'>parts</span>[<span class='number'>0</span>] <span class='op'>=</span> <span class='ident'>Part</span>::<span class='ident'>Copy</span>(<span class='string'>b"inf"</span>);
<span class='ident'>Formatted</span> { <span class='ident'>sign</span>: <span class='ident'>sign</span>, <span class='ident'>parts</span>: <span class='kw-2'>&</span><span class='ident'>parts</span>[..<span class='number'>1</span>] }
}
<span class='ident'>FullDecoded</span>::<span class='ident'>Zero</span> <span class='op'>=></span> {
<span class='kw'>if</span> <span class='ident'>frac_digits</span> <span class='op'>></span> <span class='number'>0</span> { <span class='comment'>// [0.][0000]</span>
<span class='ident'>parts</span>[<span class='number'>0</span>] <span class='op'>=</span> <span class='ident'>Part</span>::<span class='ident'>Copy</span>(<span class='string'>b"0."</span>);
<span class='ident'>parts</span>[<span class='number'>1</span>] <span class='op'>=</span> <span class='ident'>Part</span>::<span class='ident'>Zero</span>(<span class='ident'>frac_digits</span>);
<span class='ident'>Formatted</span> { <span class='ident'>sign</span>: <span class='ident'>sign</span>, <span class='ident'>parts</span>: <span class='kw-2'>&</span><span class='ident'>parts</span>[..<span class='number'>2</span>] }
} <span class='kw'>else</span> {
<span class='ident'>parts</span>[<span class='number'>0</span>] <span class='op'>=</span> <span class='ident'>Part</span>::<span class='ident'>Copy</span>(<span class='string'>b"0"</span>);
<span class='ident'>Formatted</span> { <span class='ident'>sign</span>: <span class='ident'>sign</span>, <span class='ident'>parts</span>: <span class='kw-2'>&</span><span class='ident'>parts</span>[..<span class='number'>1</span>] }
}
}
<span class='ident'>FullDecoded</span>::<span class='ident'>Finite</span>(<span class='kw-2'>ref</span> <span class='ident'>decoded</span>) <span class='op'>=></span> {
<span class='kw'>let</span> <span class='ident'>maxlen</span> <span class='op'>=</span> <span class='ident'>estimate_max_buf_len</span>(<span class='ident'>decoded</span>.<span class='ident'>exp</span>);
<span class='macro'>assert</span><span class='macro'>!</span>(<span class='ident'>buf</span>.<span class='ident'>len</span>() <span class='op'>>=</span> <span class='ident'>maxlen</span>);
<span class='comment'>// it *is* possible that `frac_digits` is ridiculously large.</span>
<span class='comment'>// `format_exact` will end rendering digits much earlier in this case,</span>
<span class='comment'>// because we are strictly limited by `maxlen`.</span>
<span class='kw'>let</span> <span class='ident'>limit</span> <span class='op'>=</span> <span class='kw'>if</span> <span class='ident'>frac_digits</span> <span class='op'><</span> <span class='number'>0x8000</span> { <span class='op'>-</span>(<span class='ident'>frac_digits</span> <span class='kw'>as</span> <span class='ident'>i16</span>) } <span class='kw'>else</span> { <span class='ident'>i16</span>::<span class='ident'>MIN</span> };
<span class='kw'>let</span> (<span class='ident'>len</span>, <span class='ident'>exp</span>) <span class='op'>=</span> <span class='ident'>format_exact</span>(<span class='ident'>decoded</span>, <span class='kw-2'>&</span><span class='kw-2'>mut</span> <span class='ident'>buf</span>[..<span class='ident'>maxlen</span>], <span class='ident'>limit</span>);
<span class='kw'>if</span> <span class='ident'>exp</span> <span class='op'><=</span> <span class='ident'>limit</span> {
<span class='comment'>// the restriction couldn't been met, so this should render like zero no matter</span>
<span class='comment'>// `exp` was. this does not include the case that the restriction has been met</span>
<span class='comment'>// only after the final rounding-up; it's a regular case with `exp = limit + 1`.</span>
<span class='macro'>debug_assert_eq</span><span class='macro'>!</span>(<span class='ident'>len</span>, <span class='number'>0</span>);
<span class='kw'>if</span> <span class='ident'>frac_digits</span> <span class='op'>></span> <span class='number'>0</span> { <span class='comment'>// [0.][0000]</span>
<span class='ident'>parts</span>[<span class='number'>0</span>] <span class='op'>=</span> <span class='ident'>Part</span>::<span class='ident'>Copy</span>(<span class='string'>b"0."</span>);
<span class='ident'>parts</span>[<span class='number'>1</span>] <span class='op'>=</span> <span class='ident'>Part</span>::<span class='ident'>Zero</span>(<span class='ident'>frac_digits</span>);
<span class='ident'>Formatted</span> { <span class='ident'>sign</span>: <span class='ident'>sign</span>, <span class='ident'>parts</span>: <span class='kw-2'>&</span><span class='ident'>parts</span>[..<span class='number'>2</span>] }
} <span class='kw'>else</span> {
<span class='ident'>parts</span>[<span class='number'>0</span>] <span class='op'>=</span> <span class='ident'>Part</span>::<span class='ident'>Copy</span>(<span class='string'>b"0"</span>);
<span class='ident'>Formatted</span> { <span class='ident'>sign</span>: <span class='ident'>sign</span>, <span class='ident'>parts</span>: <span class='kw-2'>&</span><span class='ident'>parts</span>[..<span class='number'>1</span>] }
}
} <span class='kw'>else</span> {
<span class='ident'>Formatted</span> { <span class='ident'>sign</span>: <span class='ident'>sign</span>,
<span class='ident'>parts</span>: <span class='ident'>digits_to_dec_str</span>(<span class='kw-2'>&</span><span class='ident'>buf</span>[..<span class='ident'>len</span>], <span class='ident'>exp</span>, <span class='ident'>frac_digits</span>, <span class='ident'>parts</span>) }
}
}
}
}
</pre>
</section>
<section id='search' class="content hidden"></section>
<section class="footer"></section>
<aside id="help" class="hidden">
<div>
<h1 class="hidden">Help</h1>
<div class="shortcuts">
<h2>Keyboard Shortcuts</h2>
<dl>
<dt>?</dt>
<dd>Show this help dialog</dd>
<dt>S</dt>
<dd>Focus the search field</dd>
<dt>⇤</dt>
<dd>Move up in search results</dd>
<dt>⇥</dt>
<dd>Move down in search results</dd>
<dt>⏎</dt>
<dd>Go to active search result</dd>
<dt>+</dt>
<dd>Collapse/expand all sections</dd>
</dl>
</div>
<div class="infos">
<h2>Search Tricks</h2>
<p>
Prefix searches with a type followed by a colon (e.g.
<code>fn:</code>) to restrict the search to a given type.
</p>
<p>
Accepted types are: <code>fn</code>, <code>mod</code>,
<code>struct</code>, <code>enum</code>,
<code>trait</code>, <code>type</code>, <code>macro</code>,
and <code>const</code>.
</p>
<p>
Search functions by type signature (e.g.
<code>vec -> usize</code> or <code>* -> vec</code>)
</p>
</div>
</div>
</aside>
<script>
window.rootPath = "../../../../../../../";
window.currentCrate = "core";
window.playgroundUrl = "https://play.rust-lang.org/";
</script>
<script src="../../../../../../../jquery.js"></script>
<script src="../../../../../../../main.js"></script>
<script src="../../../../../../../playpen.js"></script>
<script defer src="../../../../../../../search-index.js"></script>
</body>
</html> |
doc/tcod_sys/TCOD_distribution_t.t.html | surrsurus/edgequest | <!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=type.TCOD_distribution_t.html">
</head>
<body>
<p>Redirecting to <a href="type.TCOD_distribution_t.html">type.TCOD_distribution_t.html</a>...</p>
<script>location.replace("type.TCOD_distribution_t.html" + location.search + location.hash);</script>
</body>
</html> |
tests/wpt/web-platform-tests/referrer-policy/gen/iframe.meta/unsafe-url/a-tag/same-https.no-redirect.http.html | UK992/servo | <!DOCTYPE html>
<!-- DO NOT EDIT! Generated by `common/security-features/tools/generate.py --spec referrer-policy/` -->
<html>
<head>
<title>Referrer-Policy: Referrer Policy is set to 'unsafe-url'</title>
<meta charset='utf-8'>
<meta name="description" content="Check that all sub-resources get the stripped referrer URL.">
<link rel="author" title="Kristijan Burnik" href="burnik@chromium.org">
<link rel="help" href="https://w3c.github.io/webappsec-referrer-policy/#referrer-policy-unsafe-url">
<meta name="assert" content="Referrer Policy: Expects stripped-referrer for a-tag to same-https origin and no-redirect redirection from http context.">
<meta name="referrer" content="no-referrer">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/common/security-features/resources/common.sub.js"></script>
<script src="../../../../generic/test-case.sub.js"></script>
</head>
<body>
<script>
TestCase(
{
"expectation": "stripped-referrer",
"origin": "same-https",
"redirection": "no-redirect",
"source_context_list": [
{
"policyDeliveries": [
{
"deliveryType": "meta",
"key": "referrerPolicy",
"value": "unsafe-url"
}
],
"sourceContextType": "iframe"
}
],
"source_scheme": "http",
"subresource": "a-tag",
"subresource_policy_deliveries": []
},
document.querySelector("meta[name=assert]").content,
new SanityChecker()
).start();
</script>
<div id="log"></div>
</body>
</html>
|
x11_dl/xcursor/struct._XcursorImages.html | servo/doc.servo.org | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `_XcursorImages` struct in crate `x11_dl`.">
<meta name="keywords" content="rust, rustlang, rust-lang, _XcursorImages">
<title>x11_dl::xcursor::_XcursorImages - Rust</title>
<link rel="stylesheet" type="text/css" href="../../rustdoc.css">
<link rel="stylesheet" type="text/css" href="../../main.css">
</head>
<body class="rustdoc">
<!--[if lte IE 8]>
<div class="warning">
This old browser is unsupported and will most likely display funky
things.
</div>
<![endif]-->
<nav class="sidebar">
<p class='location'><a href='../index.html'>x11_dl</a>::<wbr><a href='index.html'>xcursor</a></p><script>window.sidebarCurrent = {name: '_XcursorImages', ty: 'struct', relpath: ''};</script><script defer src="sidebar-items.js"></script>
</nav>
<nav class="sub">
<form class="search-form js-only">
<div class="search-container">
<input class="search-input" name="search"
autocomplete="off"
placeholder="Click or press ‘S’ to search, ‘?’ for more options…"
type="search">
</div>
</form>
</nav>
<section id='main' class="content struct">
<h1 class='fqn'><span class='in-band'>Struct <a href='../index.html'>x11_dl</a>::<wbr><a href='index.html'>xcursor</a>::<wbr><a class='struct' href=''>_XcursorImages</a></span><span class='out-of-band'><span id='render-detail'>
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
[<span class='inner'>−</span>]
</a>
</span><a id='src-2113' class='srclink' href='../../src/x11_dl/xcursor.rs.html#206-210' title='goto source code'>[src]</a></span></h1>
<pre class='rust struct'>pub struct _XcursorImages {
pub nimage: <a class='type' href='../../std/os/raw/type.c_int.html' title='std::os::raw::c_int'>c_int</a>,
pub images: <a class='primitive' href='../../std/primitive.pointer.html'>*mut </a><a class='primitive' href='../../std/primitive.pointer.html'>*mut </a><a class='type' href='../../x11_dl/xcursor/type.XcursorImage.html' title='x11_dl::xcursor::XcursorImage'>XcursorImage</a>,
pub name: <a class='primitive' href='../../std/primitive.pointer.html'>*mut </a><a class='type' href='../../std/os/raw/type.c_char.html' title='std::os::raw::c_char'>c_char</a>,
}</pre><h2 class='fields'>Fields</h2><span id='structfield.nimage' class='structfield'><code>nimage: <a class='type' href='../../std/os/raw/type.c_int.html' title='std::os::raw::c_int'>c_int</a></code>
</span><span class='stab '></span><span id='structfield.images' class='structfield'><code>images: <a class='primitive' href='../../std/primitive.pointer.html'>*mut </a><a class='primitive' href='../../std/primitive.pointer.html'>*mut </a><a class='type' href='../../x11_dl/xcursor/type.XcursorImage.html' title='x11_dl::xcursor::XcursorImage'>XcursorImage</a></code>
</span><span class='stab '></span><span id='structfield.name' class='structfield'><code>name: <a class='primitive' href='../../std/primitive.pointer.html'>*mut </a><a class='type' href='../../std/os/raw/type.c_char.html' title='std::os::raw::c_char'>c_char</a></code>
</span><span class='stab '></span><h2 id='implementations'>Trait Implementations</h2><h3 class='impl'><span class='in-band'><code>impl <a class='trait' href='../../core/marker/trait.Copy.html' title='core::marker::Copy'>Copy</a> for <a class='struct' href='../../x11_dl/xcursor/struct._XcursorImages.html' title='x11_dl::xcursor::_XcursorImages'>_XcursorImages</a></code></span><span class='out-of-band'><div class='ghost'></div><a id='src-2106' class='srclink' href='../../src/x11_dl/xcursor.rs.html#204' title='goto source code'>[src]</a></span></h3>
<div class='impl-items'></div><h3 class='impl'><span class='in-band'><code>impl <a class='trait' href='../../core/clone/trait.Clone.html' title='core::clone::Clone'>Clone</a> for <a class='struct' href='../../x11_dl/xcursor/struct._XcursorImages.html' title='x11_dl::xcursor::_XcursorImages'>_XcursorImages</a></code></span><span class='out-of-band'><div class='ghost'></div><a id='src-2107' class='srclink' href='../../src/x11_dl/xcursor.rs.html#204' title='goto source code'>[src]</a></span></h3>
<div class='impl-items'><h4 id='method.clone' class='method'><code>fn <a href='../../core/clone/trait.Clone.html#tymethod.clone' class='fnname'>clone</a>(&self) -> <a class='struct' href='../../x11_dl/xcursor/struct._XcursorImages.html' title='x11_dl::xcursor::_XcursorImages'>_XcursorImages</a></code></h4>
<div class='docblock'><p>Returns a copy of the value. <a href="../../core/clone/trait.Clone.html#tymethod.clone">Read more</a></p>
</div><h4 id='method.clone_from' class='method'><code>fn <a href='../../core/clone/trait.Clone.html#method.clone_from' class='fnname'>clone_from</a>(&mut self, source: &Self)</code><div class='since' title='Stable since Rust version 1.0.0'>1.0.0</div></h4>
<div class='docblock'><p>Performs copy-assignment from <code>source</code>. <a href="../../core/clone/trait.Clone.html#method.clone_from">Read more</a></p>
</div></div></section>
<section id='search' class="content hidden"></section>
<section class="footer"></section>
<aside id="help" class="hidden">
<div>
<h1 class="hidden">Help</h1>
<div class="shortcuts">
<h2>Keyboard Shortcuts</h2>
<dl>
<dt>?</dt>
<dd>Show this help dialog</dd>
<dt>S</dt>
<dd>Focus the search field</dd>
<dt>⇤</dt>
<dd>Move up in search results</dd>
<dt>⇥</dt>
<dd>Move down in search results</dd>
<dt>⏎</dt>
<dd>Go to active search result</dd>
<dt>+</dt>
<dd>Collapse/expand all sections</dd>
</dl>
</div>
<div class="infos">
<h2>Search Tricks</h2>
<p>
Prefix searches with a type followed by a colon (e.g.
<code>fn:</code>) to restrict the search to a given type.
</p>
<p>
Accepted types are: <code>fn</code>, <code>mod</code>,
<code>struct</code>, <code>enum</code>,
<code>trait</code>, <code>type</code>, <code>macro</code>,
and <code>const</code>.
</p>
<p>
Search functions by type signature (e.g.
<code>vec -> usize</code> or <code>* -> vec</code>)
</p>
</div>
</div>
</aside>
<script>
window.rootPath = "../../";
window.currentCrate = "x11_dl";
window.playgroundUrl = "";
</script>
<script src="../../jquery.js"></script>
<script src="../../main.js"></script>
<script defer src="../../search-index.js"></script>
</body>
</html> |
kuma/users/jinja2/users/user_edit.html | ollie314/kuma | {% extends "base.html" %}
{% from 'includes/common_macros.html' import li_field %}
{% set accounts = social_accounts(edit_user) %}
{% set is_me = user.pk == edit_user.pk %}
{% block body_attributes %}{% endblock %}
{% block bodyclass %}user user-edit{% endblock %}
{% block title %}{{ page_title(_('Edit Your Profile')) }}{% endblock %}
{% block site_css %}
{{ super() }}
{% stylesheet 'jquery-ui' %}
{% stylesheet 'users' %}
{% stylesheet 'submission' %}
{% endblock %}
{% block site_js %}
{{ super() }}
{% javascript 'jquery-ui' %}
{% javascript 'users' %}
{% endblock %}
{% block content %}
<form class="submission" method="post" action="">
{% csrf_token %}
<div class="column-container">
<div class="column-2 smaller">
<figure class="acc-avatar">
<img src="{{ gravatar_url(edit_user.email, size=200) }}" alt="{{ edit_user.username }}" width="200" height="200" class="user-photo avatar" />
<figcaption>
{{ _('Change your avatar at') }} <a href="http://gravatar.com" rel="external">gravatar.com</a>
</figcaption>
</figure>
<ul>
<li><a href="{{ edit_user.get_absolute_url() }}">{{ _('View profile') }}</a></li>
{# TODO: Implement account deletion #}
{# <li class="delete"><a href="#">{{ _('Delete my profile') }}</a></li> #}
</ul>
</div>
{% if not is_me %}
<div class="notification warning">
{% trans %}You're editing a different profile than your own. Please take care!{% endtrans %}
</div>
{% endif %}
<div id="user-edit" class="column-half">
<h1 class="user-title">{% include 'socialaccount/snippets/login_service_icon.html' %}{{ edit_user.username }}</h1>
<fieldset class="section notitle" id="personal">
<ul>
<li id="field-beta" class="field">
<label for="{{ user_form.beta.id_for_label }}">{{ user_form.beta.label }}</label> {{ user_form.beta }}
<p class="field-note">{{ _("We'd love to have your feedback on site changes! Beta testers get access to new features first and we send the occasional email asking for help testing specific things.") }}</p>
</li>
<li id="field_email" class="field type_email required">
<label>{{ _('Primary Email') }}</label>
{{ edit_user.email }} <a href="{{ url('account_email') }}">{{ _('Edit email') }}</a>
</li>
{{ li_field(user_form, 'username') }}
{{ li_field(user_form, 'fullname') }}
{{ li_field(user_form, 'title') }}
{{ li_field(user_form, 'organization') }}
{{ li_field(user_form, 'location') }}
{{ li_field(user_form, 'locale') }}
{{ li_field(user_form, 'timezone') }}
{{ li_field(user_form, 'irc_nickname') }}
<li class="{{ ' error' if user_form.interests.errors }}">
<label for="{{ user_form.interests.id_for_label }}">{{ _('Interests (tags)') }}</label>
<p class="field-note">{{ _('Separate tags with commas or spaces. Join multi-word tags with double quotes, like "web standards".') }}</p>
{{ user_form.interests }}
{{ user_form.interests.errors }}
</li>
<li class="{{ ' error' if user_form.expertise.errors }}">
<label for="{{ user_form.expertise.id_for_label }}">{{ _('Areas of expertise') }}</label>
<p class="field-note">{{ _('Add your interests first, then declare yourself an expert in selected topics.') }}</p>
{{ user_form.expertise }}
{{ user_form.expertise.errors }}
</li>
</ul>
</fieldset>
<fieldset class="section" id="users">
<legend><b>{{ _('My Profiles') }}</b></legend>
<ul>
<li id="field_persona_url" class="field site persona">
<label><i class="icon-user" aria-hidden="true"></i>Persona <a class="field-management" href="{{ url('socialaccount_connections') }}">{{ _('Change') }}</a></label>
{% if accounts.persona %}
<div class="field-account">
{% for persona_account in accounts.persona %}{{ persona_account.uid }}{% if not loop.last %}, {% endif %}{% endfor %}
</div>
{% else %}
<a href="{{ url('account_login') }}" class="field-management launch-persona-login wait-for-persona disabled" data-next="{{ next_url }}" data-service="Persona" data-process="connect">
{{ _('Use your Persona account to sign in.') }}
</a>
<div class="field-account"></div>
{% endif %}
</li>
{{ li_field(user_form, 'twitter_url', classes='site twitter') }}
<li id="field_github_url" class="field site github">
{% if accounts.github %}
<label for="{{ user_form.github_url.id_for_label }}"><i class="icon-github" aria-hidden="true"></i>GitHub <a class="field-management" href="{{ url('socialaccount_connections') }}">{{ _('Change') }}</a></label>
<div class="field-account">
{% for github_account in accounts.github %}{% if github_account.extra_data %}{{ github_account.get_profile_url() }}{% if not loop.last %}, {% endif %}{% endif %}{% endfor %}
</div>
{% else %}
<label for="{{ user_form.github_url.id_for_label }}"><i class="icon-github" aria-hidden="true"></i>GitHub
<a class="field-management" href="{{ provider_login_url('github', process='connect', next=next_url) }}">
{{ _('Use your GitHub account to sign in.') }}
</a>
</label>
{{ user_form.github_url }}
{% endif %}
</li>
{{ li_field(user_form, 'stackoverflow_url', classes='site stackoverflow') }}
{{ li_field(user_form, 'linkedin_url', classes='site linkedin') }}
{{ li_field(user_form, 'mozillians_url', classes='site mozillians') }}
{{ li_field(user_form, 'facebook_url', classes='site facebook') }}
</ul>
</fieldset>
</div>
</div>
<div class="column-container">
<div class="column-2"></div>
<div class="column-half">
<p><button type="submit" class="positive">{{ _('Publish') }}<i aria-hidden="true" class="icon-check"></i></button></p>
</div>
</div>
</form>
{% endblock %}
{% block js %}
<script type="text/javascript">
// <![CDATA[
var INTEREST_SUGGESTIONS = {{ INTEREST_SUGGESTIONS|jsonencode }};
// ]]>
</script>
{% endblock %}
|
19_04/le__bootReason__interface_8h.html | legatoproject/legato-docs | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html data-context="" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<title>le_bootReason_interface.h File Reference - Legato Docs</title>
<meta content="legato™ is an open source Linux-based embedded platform designed to simplify connected IoT application development" name="description"/>
<meta content="legato, iot" name="keywords"/>
<meta content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" name="viewport"/>
<meta content="19.04.0" name="legato-version"/>
<link href="resources/images/legato.ico" rel="shortcut icon"/>
<link href="resources/images/legato.ico" rel="icon" type="image/x-icon"/>
<link href="resources/images/legato.ico" rel="shortcut icon" type="image/x-icon"/>
<link href="resources/images/legato.ico" rel="apple-touch-icon" type="image/x-icon"/>
<link href="resources/css/style.css" media="screen" rel="stylesheet" type="text/css"/>
<link href="resources/css/font-awesome.css" rel="stylesheet" type="text/css"/>
<!--[if IE]>
<script src="resources/js/html5shiv.js"></script>
<script src="resources/js/respond.js"></script>
<![endif]-->
<script src="https://code.jquery.com/jquery-2.2.3.min.js"></script>
<script src="resources/js/main.js"></script>
<script src=""></script>
</head>
<body>
<noscript>
<input class="modal-closing-trick" id="modal-closing-trick" type="checkbox"/>
<div id="nojs">
<label for="modal-closing-trick">
<span>You seem to not have Javascript <a href="http://enable-javascript.com">enabled</a>, so site functionality like the search and navigation tree won't work.</span>
</label>
</div>
</noscript>
<div class="wrapper">
<div class="fa fa-bars documentation" id="menu-trigger"></div>
<div id="top">
<header>
<nav>
<a class="navlink" href="/">Introduction</a><a class="navlink" href="buildAppsMain.html">Build Apps</a><a class="navlink" href="buildPlatformMain.html">Build Platform</a><a class="navlink" href="aboutMain.html">About</a>
</nav>
</header>
</div>
<div class="white" id="menudocumentation">
<header>
<a href="/"> <img alt="Back to Legato Homepage" id="logo" src="resources/images/legato_logo.png"/></a>
<h2>/ Legato Documentation</h2>
<nav class="secondary">
</nav>
<nav class="ui-front">
<i class="fa fa-search" id="search-icon"></i>
<input id="searchbox" placeholder="Search"/>
</nav>
</header>
</div>
<div id="resizable">
<div id="left">
<div id="tree1"></div>
</div>
</div>
<div class="content">
<div class="header">
<div class="summary">
<a href="#typedef-members">Typedefs</a> |
<a href="#func-members">Functions</a> </div>
<div class="headertitle">
<h1 class="title">le_bootReason_interface.h File Reference</h1> </div>
</div><div class="contents">
<div class="textblock"><code>#include "legato.h"</code><br/>
<code>#include "le_bootReason_common.h"</code><br/>
</div>
<p><a href="le__bootReason__interface_8h_source.html">Go to the source code of this file.</a></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="typedef-members"></a>
Typedefs</h2></td></tr>
<tr class="memitem:a825af856b250c9544d084a4647870156"><td align="right" class="memItemLeft" valign="top">typedef void(* </td><td class="memItemRight" valign="bottom"><a class="el" href="le__bootReason__interface_8h.html#a825af856b250c9544d084a4647870156">le_bootReason_DisconnectHandler_t</a>) (void *)</td></tr>
<tr class="separator:a825af856b250c9544d084a4647870156"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a>
Functions</h2></td></tr>
<tr class="memitem:a1f5131f7fdb89b64a45a6daf34b841fa"><td align="right" class="memItemLeft" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="le__bootReason__interface_8h.html#a1f5131f7fdb89b64a45a6daf34b841fa">le_bootReason_ConnectService</a> (void)</td></tr>
<tr class="separator:a1f5131f7fdb89b64a45a6daf34b841fa"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a4e91ba385d2c00e5cf96106e4a043578"><td align="right" class="memItemLeft" valign="top"><a class="el" href="le__basics_8h.html#a1cca095ed6ebab24b57a636382a6c86c">le_result_t</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="le__bootReason__interface_8h.html#a4e91ba385d2c00e5cf96106e4a043578">le_bootReason_TryConnectService</a> (void)</td></tr>
<tr class="separator:a4e91ba385d2c00e5cf96106e4a043578"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a195288cf088611aa9ea897551ee3ee35"><td align="right" class="memItemLeft" valign="top"><a class="el" href="le__basics_8h.html#a410b5eb5dc002cff21fffc3d61d29532">LE_FULL_API</a> void </td><td class="memItemRight" valign="bottom"><a class="el" href="le__bootReason__interface_8h.html#a195288cf088611aa9ea897551ee3ee35">le_bootReason_SetServerDisconnectHandler</a> (<a class="el" href="le__bootReason__interface_8h.html#a825af856b250c9544d084a4647870156">le_bootReason_DisconnectHandler_t</a> disconnectHandler, void *contextPtr)</td></tr>
<tr class="separator:a195288cf088611aa9ea897551ee3ee35"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a9a9eb091fb78f4c6fc33100f4f50eebb"><td align="right" class="memItemLeft" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="le__bootReason__interface_8h.html#a9a9eb091fb78f4c6fc33100f4f50eebb">le_bootReason_DisconnectService</a> (void)</td></tr>
<tr class="separator:a9a9eb091fb78f4c6fc33100f4f50eebb"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a0064c81cc0aa946e4cfe9385adcc6d61"><td align="right" class="memItemLeft" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="le__bootReason__interface_8h.html#a0064c81cc0aa946e4cfe9385adcc6d61">le_bootReason_WasTimer</a> (void)</td></tr>
<tr class="separator:a0064c81cc0aa946e4cfe9385adcc6d61"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a46fa79309abed3032477938dc858ff0c"><td align="right" class="memItemLeft" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="le__bootReason__interface_8h.html#a46fa79309abed3032477938dc858ff0c">le_bootReason_WasGpio</a> (uint32_t gpioNum)</td></tr>
<tr class="separator:a46fa79309abed3032477938dc858ff0c"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a56eb6efc0c617d263779c1320d7e6679"><td align="right" class="memItemLeft" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="le__bootReason__interface_8h.html#a56eb6efc0c617d263779c1320d7e6679">le_bootReason_WasAdc</a> (uint32_t adcNum)</td></tr>
<tr class="separator:a56eb6efc0c617d263779c1320d7e6679"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a id="details" name="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>Legato <a class="el" href="c_bootReason.html">Boot Reason Query</a> include file.</p>
<p class="copyright">Copyright (C) Sierra Wireless Inc. </p>
</div><h2 class="groupheader">Typedef Documentation</h2>
<a id="a825af856b250c9544d084a4647870156"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a825af856b250c9544d084a4647870156">◆ </a></span>le_bootReason_DisconnectHandler_t</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef void(* le_bootReason_DisconnectHandler_t) (void *)</td>
</tr>
</table>
</div><div class="memdoc">
<p>Type for handler called when a server disconnects. </p>
</div>
</div>
<h2 class="groupheader">Function Documentation</h2>
<a id="a1f5131f7fdb89b64a45a6daf34b841fa"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a1f5131f7fdb89b64a45a6daf34b841fa">◆ </a></span>le_bootReason_ConnectService()</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void le_bootReason_ConnectService </td>
<td>(</td>
<td class="paramtype">void </td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Connect the current client thread to the service providing this API. Block until the service is available.</p>
<p>For each thread that wants to use this API, either ConnectService or TryConnectService must be called before any other functions in this API. Normally, ConnectService is automatically called for the main thread, but not for any other thread. For details, see <a class="el" href="apiFilesC.html#apiFilesC_client">Client-specific Functions</a>.</p>
<p>This function is created automatically. </p>
</div>
</div>
<a id="a9a9eb091fb78f4c6fc33100f4f50eebb"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a9a9eb091fb78f4c6fc33100f4f50eebb">◆ </a></span>le_bootReason_DisconnectService()</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void le_bootReason_DisconnectService </td>
<td>(</td>
<td class="paramtype">void </td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Disconnect the current client thread from the service providing this API.</p>
<p>Normally, this function doesn't need to be called. After this function is called, there's no longer a connection to the service, and the functions in this API can't be used. For details, see <a class="el" href="apiFilesC.html#apiFilesC_client">Client-specific Functions</a>.</p>
<p>This function is created automatically. </p>
</div>
</div>
<a id="a195288cf088611aa9ea897551ee3ee35"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a195288cf088611aa9ea897551ee3ee35">◆ </a></span>le_bootReason_SetServerDisconnectHandler()</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="le__basics_8h.html#a410b5eb5dc002cff21fffc3d61d29532">LE_FULL_API</a> void le_bootReason_SetServerDisconnectHandler </td>
<td>(</td>
<td class="paramtype"><a class="el" href="le__bootReason__interface_8h.html#a825af856b250c9544d084a4647870156">le_bootReason_DisconnectHandler_t</a> </td>
<td class="paramname"><em>disconnectHandler</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">void * </td>
<td class="paramname"><em>contextPtr</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Set handler called when server disconnection is detected.</p>
<p>When a server connection is lost, call this handler then exit with LE_FATAL. If a program wants to continue without exiting, it should call longjmp() from inside the handler. </p>
</div>
</div>
<a id="a4e91ba385d2c00e5cf96106e4a043578"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a4e91ba385d2c00e5cf96106e4a043578">◆ </a></span>le_bootReason_TryConnectService()</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="le__basics_8h.html#a1cca095ed6ebab24b57a636382a6c86c">le_result_t</a> le_bootReason_TryConnectService </td>
<td>(</td>
<td class="paramtype">void </td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Try to connect the current client thread to the service providing this API. Return with an error if the service is not available.</p>
<p>For each thread that wants to use this API, either ConnectService or TryConnectService must be called before any other functions in this API. Normally, ConnectService is automatically called for the main thread, but not for any other thread. For details, see <a class="el" href="apiFilesC.html#apiFilesC_client">Client-specific Functions</a>.</p>
<p>This function is created automatically.</p>
<dl class="section return"><dt>Returns</dt><dd><ul>
<li>LE_OK if the client connected successfully to the service.</li>
<li>LE_UNAVAILABLE if the server is not currently offering the service to which the client is bound.</li>
<li>LE_NOT_PERMITTED if the client interface is not bound to any service (doesn't have a binding).</li>
<li>LE_COMM_ERROR if the Service Directory cannot be reached. </li>
</ul>
</dd></dl>
</div>
</div>
<a id="a56eb6efc0c617d263779c1320d7e6679"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a56eb6efc0c617d263779c1320d7e6679">◆ </a></span>le_bootReason_WasAdc()</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">bool le_bootReason_WasAdc </td>
<td>(</td>
<td class="paramtype">uint32_t </td>
<td class="paramname"><em>adcNum</em></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Checks whether boot reason was due to the specified ADC having a reading above or below the configured limits.</p>
<dl class="section return"><dt>Returns</dt><dd>true if boot reason was due to the given ADC or false otherwise.</dd></dl>
<dl class="section note"><dt>Note</dt><dd>The process exits if an invalid ADC number is passed. Check corresponding device documents for valid list of ADC numbers. </dd></dl>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramdir">[in]</td><td class="paramname">adcNum</td><td>ADC number </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a id="a46fa79309abed3032477938dc858ff0c"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a46fa79309abed3032477938dc858ff0c">◆ </a></span>le_bootReason_WasGpio()</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">bool le_bootReason_WasGpio </td>
<td>(</td>
<td class="paramtype">uint32_t </td>
<td class="paramname"><em>gpioNum</em></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Checks whether boot-reason was specific gpio change. GPIO number is specified in parameter.</p>
<dl class="section return"><dt>Returns</dt><dd><ul>
<li>TRUE if boot-reason was specified gpio change.</li>
<li>FALSE otherwise.</li>
</ul>
</dd></dl>
<dl class="section note"><dt>Note</dt><dd>The process exits if invalid gpio number is passed. Check corresponding device documents for valid list of gpio. </dd></dl>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramdir">[in]</td><td class="paramname">gpioNum</td><td>GPIO number. </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a id="a0064c81cc0aa946e4cfe9385adcc6d61"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a0064c81cc0aa946e4cfe9385adcc6d61">◆ </a></span>le_bootReason_WasTimer()</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">bool le_bootReason_WasTimer </td>
<td>(</td>
<td class="paramtype">void </td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Checks whether boot-reason was timer expiry.</p>
<dl class="section return"><dt>Returns</dt><dd><ul>
<li>TRUE if boot-reason was timer expiry.</li>
<li>FALSE otherwise. </li>
</ul>
</dd></dl>
</div>
</div>
</div>
<br clear="left"/>
</div>
</div>
<link href="resources/css/jqtree.css" rel="stylesheet" type="text/css"/>
<script src="resources/js/tree.jquery.js" type="text/javascript"></script>
<script src="resources/js/jquery.cookie.js"></script>
<script src="https://code.jquery.com/ui/1.11.4/jquery-ui.min.js"></script>
<link href="resources/css/perfect-scrollbar.min.css" rel="stylesheet"/>
<script src="resources/js/perfect-scrollbar.jquery.min.js"></script>
</body>
</html>
|
servo/style/properties/longhands/margin_left/fn.parse_declared.html | susaing/doc.servo.org | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `parse_declared` fn in crate `servo`.">
<meta name="keywords" content="rust, rustlang, rust-lang, parse_declared">
<title>servo::style::properties::longhands::margin_left::parse_declared - Rust</title>
<link rel="stylesheet" type="text/css" href="../../../../../main.css">
</head>
<body class="rustdoc">
<!--[if lte IE 8]>
<div class="warning">
This old browser is unsupported and will most likely display funky
things.
</div>
<![endif]-->
<section class="sidebar">
<p class='location'><a href='../../../../index.html'>servo</a>::<wbr><a href='../../../index.html'>style</a>::<wbr><a href='../../index.html'>properties</a>::<wbr><a href='../index.html'>longhands</a>::<wbr><a href='index.html'>margin_left</a></p><script>window.sidebarCurrent = {name: 'parse_declared', ty: 'fn', relpath: ''};</script><script defer src="sidebar-items.js"></script>
</section>
<nav class="sub">
<form class="search-form js-only">
<div class="search-container">
<input class="search-input" name="search"
autocomplete="off"
placeholder="Click or press ‘S’ to search, ‘?’ for more options…"
type="search">
</div>
</form>
</nav>
<section id='main' class="content fn">
<h1 class='fqn'><span class='in-band'>Function <a href='../../../../index.html'>servo</a>::<wbr><a href='../../../index.html'>style</a>::<wbr><a href='../../index.html'>properties</a>::<wbr><a href='../index.html'>longhands</a>::<wbr><a href='index.html'>margin_left</a>::<wbr><a class='fn' href=''>parse_declared</a></span><span class='out-of-band'><span id='render-detail'>
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
[<span class='inner'>−</span>]
</a>
</span><a id='src-29620' class='srclink' href='../../../../../export/style/properties/longhands/margin_left/fn.parse_declared.html?gotosrc=29620' title='goto source code'>[src]</a></span></h1>
<pre class='rust fn'>pub fn parse_declared(context: &<a class='struct' href='../../../../../servo/style/parser/struct.ParserContext.html' title='servo::style::parser::ParserContext'>ParserContext</a>, input: &mut <a class='struct' href='../../../../../cssparser/parser/struct.Parser.html' title='cssparser::parser::Parser'>Parser</a>) -> <a class='enum' href='../../../../../core/result/enum.Result.html' title='core::result::Result'>Result</a><<a class='enum' href='../../../../../servo/style/properties/enum.DeclaredValue.html' title='servo::style::properties::DeclaredValue'>DeclaredValue</a><<a class='enum' href='../../../../../servo/style/values/specified/enum.LengthOrPercentageOrAuto.html' title='servo::style::values::specified::LengthOrPercentageOrAuto'>LengthOrPercentageOrAuto</a>>, <a href='../../../../../std/primitive.tuple.html'>()</a>></pre></section>
<section id='search' class="content hidden"></section>
<section class="footer"></section>
<div id="help" class="hidden">
<div>
<div class="shortcuts">
<h1>Keyboard Shortcuts</h1>
<dl>
<dt>?</dt>
<dd>Show this help dialog</dd>
<dt>S</dt>
<dd>Focus the search field</dd>
<dt>⇤</dt>
<dd>Move up in search results</dd>
<dt>⇥</dt>
<dd>Move down in search results</dd>
<dt>⏎</dt>
<dd>Go to active search result</dd>
</dl>
</div>
<div class="infos">
<h1>Search Tricks</h1>
<p>
Prefix searches with a type followed by a colon (e.g.
<code>fn:</code>) to restrict the search to a given type.
</p>
<p>
Accepted types are: <code>fn</code>, <code>mod</code>,
<code>struct</code>, <code>enum</code>,
<code>trait</code>, <code>type</code>, <code>macro</code>,
and <code>const</code>.
</p>
<p>
Search functions by type signature (e.g.
<code>vec -> usize</code>)
</p>
</div>
</div>
</div>
<script>
window.rootPath = "../../../../../";
window.currentCrate = "servo";
window.playgroundUrl = "";
</script>
<script src="../../../../../jquery.js"></script>
<script src="../../../../../main.js"></script>
<script async src="../../../../../search-index.js"></script>
</body>
</html> |
template/partial.html | mozilla/webmaker-language-picker | <span class="language-picker">
<a href="/{{localeInfo.lang}}/languages?page={{currentPath}}" id="current-language" class="selected">
<i class="fa fa-globe"></i>
{{localeInfo.name}}
</a>
<div id="list-of-languages" class="language-picker-box" dir="{{localeInfo.direction}}">
<div>Webmaker.org is offered in <strong>{{languages.length}}</strong> languages.</div>
<div class="input-wrapper">
<label for="language-search"><i class="fa fa-search"></i></label>
<input id="language-search" class="language-search">
</div>
<ul class="list col col-spacing" data-supported="{{languages}}">
{% for language in languages %}
<li data-value="{{language}}" class="langList clearfix"><a{% if language == localeInfo.lang %} class="selected"{% endif %} target="_self">
<span class="localized-name hint--bottom hint--inline" data-hint="{{languageEnglishName(language)}}" >{{ languageNameFor(language) }}</span>
<span class="english-name">{{ languageEnglishName(language) }}</span>
</a></li>
{% endfor %}
</ul>
<p>Don't see your language? <a href="https://support.mozilla.org/kb/translate-webmaker" target="_blank">Click here to contribute.</a></p>
</div>
</span>
|
wayland_kbd/keysyms/constant.XKB_KEY_M.html | servo/doc.servo.org | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `XKB_KEY_M` constant in crate `wayland_kbd`.">
<meta name="keywords" content="rust, rustlang, rust-lang, XKB_KEY_M">
<title>wayland_kbd::keysyms::XKB_KEY_M - Rust</title>
<link rel="stylesheet" type="text/css" href="../../rustdoc.css">
<link rel="stylesheet" type="text/css" href="../../main.css">
</head>
<body class="rustdoc">
<!--[if lte IE 8]>
<div class="warning">
This old browser is unsupported and will most likely display funky
things.
</div>
<![endif]-->
<nav class="sidebar">
<p class='location'><a href='../index.html'>wayland_kbd</a>::<wbr><a href='index.html'>keysyms</a></p><script>window.sidebarCurrent = {name: 'XKB_KEY_M', ty: 'constant', relpath: ''};</script><script defer src="sidebar-items.js"></script>
</nav>
<nav class="sub">
<form class="search-form js-only">
<div class="search-container">
<input class="search-input" name="search"
autocomplete="off"
placeholder="Click or press ‘S’ to search, ‘?’ for more options…"
type="search">
</div>
</form>
</nav>
<section id='main' class="content constant">
<h1 class='fqn'><span class='in-band'><a href='../index.html'>wayland_kbd</a>::<wbr><a href='index.html'>keysyms</a>::<wbr><a class='constant' href=''>XKB_KEY_M</a></span><span class='out-of-band'><span id='render-detail'>
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
[<span class='inner'>−</span>]
</a>
</span><a id='src-404' class='srclink' href='../../src/wayland_kbd/ffi/keysyms.rs.html#589' title='goto source code'>[src]</a></span></h1>
<pre class='rust const'>pub const XKB_KEY_M: <a class='primitive' href='../../std/primitive.u32.html'>u32</a><code> = </code><code>77</code></pre></section>
<section id='search' class="content hidden"></section>
<section class="footer"></section>
<aside id="help" class="hidden">
<div>
<h1 class="hidden">Help</h1>
<div class="shortcuts">
<h2>Keyboard Shortcuts</h2>
<dl>
<dt>?</dt>
<dd>Show this help dialog</dd>
<dt>S</dt>
<dd>Focus the search field</dd>
<dt>⇤</dt>
<dd>Move up in search results</dd>
<dt>⇥</dt>
<dd>Move down in search results</dd>
<dt>⏎</dt>
<dd>Go to active search result</dd>
<dt>+</dt>
<dd>Collapse/expand all sections</dd>
</dl>
</div>
<div class="infos">
<h2>Search Tricks</h2>
<p>
Prefix searches with a type followed by a colon (e.g.
<code>fn:</code>) to restrict the search to a given type.
</p>
<p>
Accepted types are: <code>fn</code>, <code>mod</code>,
<code>struct</code>, <code>enum</code>,
<code>trait</code>, <code>type</code>, <code>macro</code>,
and <code>const</code>.
</p>
<p>
Search functions by type signature (e.g.
<code>vec -> usize</code> or <code>* -> vec</code>)
</p>
</div>
</div>
</aside>
<script>
window.rootPath = "../../";
window.currentCrate = "wayland_kbd";
window.playgroundUrl = "";
</script>
<script src="../../jquery.js"></script>
<script src="../../main.js"></script>
<script defer src="../../search-index.js"></script>
</body>
</html> |
tests/wpt/web-platform-tests/referrer-policy/gen/req.attr/strict-origin-when-cross-origin/img-tag/same-http.no-redirect.http.html | UK992/servo | <!DOCTYPE html>
<!-- DO NOT EDIT! Generated by `common/security-features/tools/generate.py --spec referrer-policy/` -->
<html>
<head>
<title>Referrer-Policy: Referrer Policy is set to 'strict-origin-when-cross-origin'</title>
<meta charset='utf-8'>
<meta name="description" content="Check that a priori insecure subresource gets no referrer information. Otherwise, cross-origin subresources get the origin portion of the referrer URL and same-origin get the stripped referrer URL.">
<link rel="author" title="Kristijan Burnik" href="burnik@chromium.org">
<link rel="help" href="https://w3c.github.io/webappsec-referrer-policy/#referrer-policy-strict-origin-when-cross-origin">
<meta name="assert" content="Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and no-redirect redirection from http context.">
<meta name="referrer" content="no-referrer">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/common/security-features/resources/common.sub.js"></script>
<script src="../../../../generic/test-case.sub.js"></script>
</head>
<body>
<script>
TestCase(
{
"expectation": "stripped-referrer",
"origin": "same-http",
"redirection": "no-redirect",
"source_context_list": [],
"source_scheme": "http",
"subresource": "img-tag",
"subresource_policy_deliveries": [
{
"deliveryType": "attr",
"key": "referrerPolicy",
"value": "strict-origin-when-cross-origin"
}
]
},
document.querySelector("meta[name=assert]").content,
new SanityChecker()
).start();
</script>
<div id="log"></div>
</body>
</html>
|
gleam/gl/fn.WindowPos2s.html | susaing/doc.servo.org | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `WindowPos2s` fn in crate `gleam`.">
<meta name="keywords" content="rust, rustlang, rust-lang, WindowPos2s">
<title>gleam::gl::WindowPos2s - Rust</title>
<link rel="stylesheet" type="text/css" href="../../main.css">
</head>
<body class="rustdoc">
<!--[if lte IE 8]>
<div class="warning">
This old browser is unsupported and will most likely display funky
things.
</div>
<![endif]-->
<section class="sidebar">
<p class='location'><a href='../index.html'>gleam</a>::<wbr><a href='index.html'>gl</a></p><script>window.sidebarCurrent = {name: 'WindowPos2s', ty: 'fn', relpath: ''};</script><script defer src="sidebar-items.js"></script>
</section>
<nav class="sub">
<form class="search-form js-only">
<div class="search-container">
<input class="search-input" name="search"
autocomplete="off"
placeholder="Click or press ‘S’ to search, ‘?’ for more options…"
type="search">
</div>
</form>
</nav>
<section id='main' class="content fn">
<h1 class='fqn'><span class='in-band'>Function <a href='../index.html'>gleam</a>::<wbr><a href='index.html'>gl</a>::<wbr><a class='fn' href=''>WindowPos2s</a></span><span class='out-of-band'><span id='render-detail'>
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
[<span class='inner'>−</span>]
</a>
</span><a id='src-25045' class='srclink' href='../../src/gleam///home/servo/buildbot/slave/doc/build/target/debug/build/gleam-9662459d59abad25/out/gl_bindings.rs.html#4943' title='goto source code'>[src]</a></span></h1>
<pre class='rust fn'>pub unsafe fn WindowPos2s(x: <a class='type' href='../../gleam/gl/types/type.GLshort.html' title='gleam::gl::types::GLshort'>GLshort</a>, y: <a class='type' href='../../gleam/gl/types/type.GLshort.html' title='gleam::gl::types::GLshort'>GLshort</a>)</pre><div class='docblock'><p>Fallbacks: WindowPos2sARB, WindowPos2sMESA</p>
</div></section>
<section id='search' class="content hidden"></section>
<section class="footer"></section>
<div id="help" class="hidden">
<div>
<div class="shortcuts">
<h1>Keyboard Shortcuts</h1>
<dl>
<dt>?</dt>
<dd>Show this help dialog</dd>
<dt>S</dt>
<dd>Focus the search field</dd>
<dt>⇤</dt>
<dd>Move up in search results</dd>
<dt>⇥</dt>
<dd>Move down in search results</dd>
<dt>⏎</dt>
<dd>Go to active search result</dd>
</dl>
</div>
<div class="infos">
<h1>Search Tricks</h1>
<p>
Prefix searches with a type followed by a colon (e.g.
<code>fn:</code>) to restrict the search to a given type.
</p>
<p>
Accepted types are: <code>fn</code>, <code>mod</code>,
<code>struct</code>, <code>enum</code>,
<code>trait</code>, <code>type</code>, <code>macro</code>,
and <code>const</code>.
</p>
<p>
Search functions by type signature (e.g.
<code>vec -> usize</code>)
</p>
</div>
</div>
</div>
<script>
window.rootPath = "../../";
window.currentCrate = "gleam";
window.playgroundUrl = "";
</script>
<script src="../../jquery.js"></script>
<script src="../../main.js"></script>
<script async src="../../search-index.js"></script>
</body>
</html> |
src/Login.css | project-abigail/app | .user-login {
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-around;
height: 100%;
text-align: center;
padding: 3rem;
box-sizing: border-box
}
.user-login__header {
font-size: 5rem;
line-height: 5rem;
min-height: 5rem;
}
.user-login__name-field,
.user-login__password-field {
width: 100%;
min-height: 5rem;
text-align: center;
border: .1rem solid grey;
border-radius: 0;
font-size: 5rem;
line-height: 5rem;
padding: 0;
margin: 0;
}
.user-login__name-field {
font-variant: small-caps;
}
.user-login__name-field:invalid {
background: lightcoral;
}
.user-login__login-button {
width: 5rem;
height: 5rem;
padding: 0;
border: none;
background: transparent;
}
.user-login__login-button img {
width: 100%;
height: 100%;
}
.user-login__login-button:disabled {
background: #c1d9d8;
}
/* Small devices (portrait phones, under 34em) */
@media (max-width: 34em) {
.user-login__header,
.user-login__name-field,
.user-login__password-field {
font-size: 3rem;
}
}
/* Small devices (landscape phones, 34em and up) */
@media (min-width: 34em) {
.user-login__header,
.user-login__name-field,
.user-login__password-field {
font-size: 3rem;
}
}
/* Medium devices (tablets, 48em and up) */
@media (min-width: 48em) {
.user-login__header,
.user-login__name-field,
.user-login__password-field {
font-size: 4rem;
}
}
/* Large devices (desktops, 62em and up) */
@media (min-width: 62em) {
.user-login__header,
.user-login__name-field,
.user-login__password-field {
font-size: 4rem;
}
}
/* Extra large devices (large desktops, 75em and up) */
@media (min-width: 75em) {
.user-login__header,
.user-login__name-field,
.user-login__password-field {
font-size: 5rem;
}
}
|
themes/msol/views/public/badge-details-no-account.html | bdgio/msol-site | {% extends "public/layout.html" %}
{% block main %}
<div class="row">
<div class="col-lg-12">
<h3 class="page-title">My Badges</h3>
<p>You have earned this badge!</p>
</div>
</div>
<div class="row org-details row-spacer-tb">
<div class="col-sm-2 pull-left">
<img src="{{ badge.imageDataURI() }}">
</div>
<div class="col-sm-10 pull-left">
<h4>{{badge.name}}</h4>
<p><a href="/org/{{issuer.shortname}}">{{issuer.name}}</a></p>
<p>{{badge.description}}</p>
<p>{{badge.criteria.content}}</p>
</div>
</div>
<div class="row org-details">
<div class="col-sm-10 col-sm-offset-2">
<div class="row row-spacer-tb">
<div class="col-lg-8">
<form class="form-inline" name="printBadge" role="form" action="/print-badge" method="post">
<div class="form-group">
<label for="name">Your Name</label>
<input type="text" name="name" id="name" class="form-control" required/>
<input type="hidden" name="csrf" value="{{ csrf }}">
<input type="hidden" name="code" value="{{claimCode.code}}">
</div>
<button class="btn btn-sm btn-primary"><span class="glyphicon glyphicon-print" aria-hidden="true"></span> Print this badge (pdf)</button>
</form>
</div>
</div>
</div>
</div>
{% if programBadges|length %}
<div class="row row-spacer-tb">
<div class="col-lg-12">
<h4>Other badges you can earn through {{issuer.name}}</h4>
</div>
</div>
<div class="row row-spacer-tb">
{% for badge in programBadges %}
<div class="col-sm-3 text-center">
<a href="/badge/{{ badge.shortname}}"><div class="badge-list">
<img class="badge-image" src="{{ badge.imageDataURI() }}">
<p>{{badge.name}}</p>
</div></a>
</div>
{% endfor %}
</div>
{% endif %}
{% if similarBadges|length %}
<div class="row row-spacer-tb">
<div class="col-lg-12">
<h4>Other badges like this</h4>
</div>
</div>
<div class="row row-spacer-tb">
{% for badge in similarBadges %}
<div class="col-sm-3 text-center">
<a href="/badge/{{ badge.shortname}}"><div class="badge-list">
<img class="badge-image" src="{{ badge.imageDataURI() }}">
<p>{{badge.name}}</p>
</div></a>
</div>
{% endfor %}
</div>
{% endif %}
{% endblock %} |
_includes/head.html | ModernTLD/blog.moderntld.com | <head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
<title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
<meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}">
{% feed_meta %}
<link type="text/css" rel="stylesheet" href="{{ "/assets/css/Material-icons.css" | prepend: site.baseurl }}" media="screen,projection">
<link type="text/css" rel="stylesheet" href="{{ "/assets/css/app.css" | prepend: site.baseurl }}" media="screen,projection">
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
<!-- Piwik -->
<script type="text/javascript">
var _paq = _paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
_paq.push(["setCookieDomain", "*.moderntld.com"]);
_paq.push(["setDomains", ["*.moderntld.com","*.moderntld.me"]]);
_paq.push(["enableCrossDomainLinking"]);
_paq.push(["setDoNotTrack", true]);
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="//piwik.moderntld.me/";
_paq.push(['setTrackerUrl', u+'piwik.php']);
_paq.push(['setSiteId', '2']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<noscript><p><img src="//piwik.moderntld.me/piwik.php?idsite=2&rec=1" style="border:0;" alt="" /></p></noscript>
<!-- End Piwik Code -->
</head>
|
19_11_4/conceptsRuntimeArch.html | legatoproject/legato-docs | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html data-context="Build Apps" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<title>Runtime Architecture - Legato Docs</title>
<meta content="legato™ is an open source Linux-based embedded platform designed to simplify connected IoT application development" name="description"/>
<meta content="legato, iot" name="keywords"/>
<meta content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" name="viewport"/>
<meta content="19.11.4" name="legato-version"/>
<link href="resources/images/legato.ico" rel="shortcut icon"/>
<link href="resources/images/legato.ico" rel="icon" type="image/x-icon"/>
<link href="resources/images/legato.ico" rel="shortcut icon" type="image/x-icon"/>
<link href="resources/images/legato.ico" rel="apple-touch-icon" type="image/x-icon"/>
<link href="resources/css/style.css" media="screen" rel="stylesheet" type="text/css"/>
<link href="resources/css/font-awesome.css" rel="stylesheet" type="text/css"/>
<!--[if IE]>
<script src="resources/js/html5shiv.js"></script>
<script src="resources/js/respond.js"></script>
<![endif]-->
<script src="https://code.jquery.com/jquery-2.2.3.min.js"></script>
<script src="resources/js/main.js"></script>
<script src="tocs/Build_Apps_Concepts.json"></script>
</head>
<body>
<noscript>
<input class="modal-closing-trick" id="modal-closing-trick" type="checkbox"/>
<div id="nojs">
<label for="modal-closing-trick">
<span>You seem to not have Javascript <a href="http://enable-javascript.com">enabled</a>, so site functionality like the search and navigation tree won't work.</span>
</label>
</div>
</noscript>
<div class="wrapper">
<div class="fa fa-bars documentation" id="menu-trigger"></div>
<div id="top">
<header>
<nav>
<a class="navlink" href="/">Introduction</a><a class="navlink selected" href="buildAppsMain.html">Build Apps</a><a class="navlink" href="buildPlatformMain.html">Build Platform</a><a class="navlink" href="aboutMain.html">About</a>
</nav>
</header>
</div>
<div class="white" id="menudocumentation">
<header>
<a href="/"> <img alt="Back to Legato Homepage" id="logo" src="resources/images/legato_logo.png"/></a>
<h2>/ Build Apps</h2>
<nav class="secondary">
<a href="getStarted.html">Get Started</a><a class="link-selected" href="concepts.html">Concepts</a><a href="apiGuidesMain.html">API Guides</a><a href="tools.html">Tools</a><a href="howToMain.html">How To</a><a href="experimentalMain.html">Experimental Features</a>
</nav>
<nav class="ui-front">
<i class="fa fa-search" id="search-icon"></i>
<input id="searchbox" placeholder="Search"/>
</nav>
</header>
</div>
<div id="resizable">
<div id="left">
<div id="tree1"></div>
</div>
</div>
<div class="content">
<div class="header">
<div class="headertitle">
<h1 class="title">Runtime Architecture </h1> </div>
</div><div class="contents">
<div class="textblock"><p>Legato's runtime architecture manages each app in its own sandbox.</p>
<div class="image">
<img alt="conceptsRuntimeArch_LayeredArchitecture.png" src="conceptsRuntimeArch_LayeredArchitecture.png"/>
</div>
<p>Apps communicate with each other using access-controlled message-passing services.</p>
<p>The Supervisor automatically creates sandboxes.</p>
<h1><a class="anchor" id="conceptsRuntimeArch_apps"></a>
Applications</h1>
<p>An application (we call them 'apps') is a collection of executable files, libraries, and/or other resource files (e.g., audio files, web pages) that can be deployed to a target device. Once installed on a device, an app can be started and stopped.</p>
<p>By default, each app runs in its own sandbox. When an app is constructed, all the files and IPC services it needs to access are declared. At runtime, the Supervisor and the Service Directory enforce that only approved files and IPC services are accessed by that app.</p>
<p><a class="el" href="getStartedApps.html">Tutorials</a></p>
<h1><a class="anchor" id="conceptsRuntimeArch_supervisor"></a>
Supervisor</h1>
<p>The Supervisor is a privileged process running on the target device that:</p><ul>
<li>creates and destroys conceptsSecuritySandbox for apps</li>
<li>starts and stops apps</li>
<li>performs fault recovery when apps fail (e.g., restarting the app).</li>
</ul>
<h1><a class="anchor" id="conceptsRuntimeArch_serviceDirectory"></a>
Service Directory</h1>
<p>Legato's Service Directory provides a secure way for client processes to find servers offering services they need, which ensures only authorized connections are established.</p>
<p><a class="el" href="legatoServices.html">Platform Services</a> <br/>
<a class="el" href="conceptsInterfaces.html">Interfaces</a></p>
<h1><a class="anchor" id="conceptsRuntimeArch_configTree"></a>
Config Tree</h1>
<p>The Config Tree provides persistent basicConfig data storage organized in a tree structure.</p>
<p>Command line <a class="el" href="toolsTarget_config.html">config</a> tool <br/>
<a class="el" href="c_config.html">Config Tree API</a></p>
<h1><a class="anchor" id="conceptsRuntimeArch_watchdog"></a>
Watchdog</h1>
<p>Legato provides a monitoring service for applications with the <code>watchdog</code> daemon which runs within the Legato Runtime Environment. If your target supports it, the watchdog daemon can also be enabled to kick an external watchdog such as Linux watchdog device.</p>
<dl class="section note"><dt>Note</dt><dd>To configure the external watchdog kick interval, add a <a class="el" href="defFilesSdef.html#defFilesSdef_externalWatchdogKick">externalWatchdogKick</a> section to your systems <a class="el" href="defFilesSdef.html">System Definition .sdef</a> .</dd></dl>
<p>The daemon monitors app's processes for hangs or freezing and if the process doesn't "kick" the watchdog daemon in a specified time (the default is <b>30</b> <b>seconds</b>), the watchdog signals the <a class="el" href="conceptsRuntimeArch.html#conceptsRuntimeArch_supervisor">Supervisor</a> to perform a specified action. Critical services should also set the maxWatchdogTimeout to further ensure that the system is running with all critical services started.</p>
<dl class="section note"><dt>Note</dt><dd>Most platform services installed on your target have a maxWatchdogTimeout set to 2 minutes. To enable, configure or disable watchdog on a platform service, configure the watchdog settings in the platform service's <a class="el" href="defFilesAdef.html">Application Definition .adef</a>.</dd></dl>
<p>The watchdog consists of 3 configurable settings:</p><ul>
<li>timeout: the time the watchdog daemon waits for a "kick" in normal operation.</li>
<li>maxTimeout: the maximum time the watchdog daemon waits for a kick (including on startup, when performing a system recovery, and after <a class="el" href="le__wdog__interface_8h.html#a041aed268270e1c3668b6ff28bee8fd7">le_wdog_Timeout()</a>).</li>
<li>action: the action the watchdog daemon takes when it does not receive a "kick".</li>
</ul>
<p>All settings are configured in the <a class="el" href="defFilesAdef.html">app's definition file (.adef)</a>. You must also bind the watchdog API into your app and use the <a class="el" href="c_wdog.html">Watchdog Service</a> API's functions to configure the behavior of the watchdog and the app.</p>
<dl class="section note"><dt>Note</dt><dd>Setting the maxTimeout also ensures the watchdog is started on system boot (rather than the first instance of <code><a class="el" href="le__wdog__interface_8h.html#a43d5abc5c44309942efbe7b9c25d811f">le_wdog_Kick()</a></code>).</dd></dl>
<p>Default watchdog kick timeout: <b>30</b> <b>seconds</b> </p>
<p>Default watchdog action: <b>restart</b> </p>
<p>Possible watchdog actions:</p><ul>
<li><code>ignore</code> - Supervisor just logs a warning message; no further action taken.</li>
<li><code>restart</code> - log a critical message and restart the process.</li>
<li><code>restartApp</code> - log a critical message and restart the entire app.</li>
<li><code>stop</code> - Supervisor terminates the process if it's still running.</li>
<li><code>stopApp</code> - log a critical message and terminate the entire app (send all processes the SIGTERM signal, followed shortly by SIGKILL).</li>
<li><code>reboot</code> - log an emergency message and reboot the system.</li>
</ul>
<p>To disable the watchdog for all the daemons within the Legato Application Framework, disable the <a class="el" href="kconfigOptions.html#WDOG_FRAMEWORK">WDOG_FRAMEWORK</a> setting in the Legato KConfig.</p>
<p>To disable the watchdog for the Platform Services on your target disable the <a class="el" href="kconfigOptions.html#SERVICES_WATCHDOG">SERVICES_WATCHDOG</a> setting in the legato KConfig.</p>
<h1><a class="anchor" id="conceptsRuntimeArch_logs"></a>
Logs</h1>
<p>Legato provides a user-friendly way to control log message filtering for running app processes.</p>
<p>Command line <a class="el" href="toolsTarget_log.html">log</a> tool <br/>
<a class="el" href="c_logging.html">Logging API</a>.</p>
<h1><a class="anchor" id="conceptsRuntimeArch_updateDaemon"></a>
Update Daemon</h1>
<p>The Update Daemon accepts <em>update</em> <em>pack</em> files that contain software/firmware update instructions and associated data like libraries, executables, and resource files.</p>
<p>Update packs can be fed to the Update Daemon through the <a class="el" href="c_update.html">Update API</a> API or through the <a class="el" href="toolsTarget_update.html">update</a> tool.</p>
<p>The Update Daemon includes hooks that allow update packs to be digitally signed and/or encrypted for security reasons.</p>
<p class="copyright">Copyright (C) Sierra Wireless Inc. </p>
</div></div>
<br clear="left"/>
</div>
</div>
<link href="resources/css/jqtree.css" rel="stylesheet" type="text/css"/>
<script src="resources/js/tree.jquery.js" type="text/javascript"></script>
<script src="resources/js/jquery.cookie.js"></script>
<script src="https://code.jquery.com/ui/1.11.4/jquery-ui.min.js"></script>
<link href="resources/css/perfect-scrollbar.min.css" rel="stylesheet"/>
<script src="resources/js/perfect-scrollbar.jquery.min.js"></script>
</body>
</html>
|
devtools/actors/object/index.html | servo/doc.servo.org | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `object` mod in crate `devtools`.">
<meta name="keywords" content="rust, rustlang, rust-lang, object">
<title>devtools::actors::object - Rust</title>
<link rel="stylesheet" type="text/css" href="../../../rustdoc.css">
<link rel="stylesheet" type="text/css" href="../../../main.css">
</head>
<body class="rustdoc">
<!--[if lte IE 8]>
<div class="warning">
This old browser is unsupported and will most likely display funky
things.
</div>
<![endif]-->
<nav class="sidebar">
<p class='location'><a href='../../index.html'>devtools</a>::<wbr><a href='../index.html'>actors</a></p><script>window.sidebarCurrent = {name: 'object', ty: 'mod', relpath: '../'};</script><script defer src="../sidebar-items.js"></script>
</nav>
<nav class="sub">
<form class="search-form js-only">
<div class="search-container">
<input class="search-input" name="search"
autocomplete="off"
placeholder="Click or press ‘S’ to search, ‘?’ for more options…"
type="search">
</div>
</form>
</nav>
<section id='main' class="content mod">
<h1 class='fqn'><span class='in-band'>Module <a href='../../index.html'>devtools</a>::<wbr><a href='../index.html'>actors</a>::<wbr><a class='mod' href=''>object</a></span><span class='out-of-band'><span id='render-detail'>
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
[<span class='inner'>−</span>]
</a>
</span><a id='src-2141' class='srclink' href='../../../src/devtools/actors/object.rs.html#5-45' title='goto source code'>[src]</a></span></h1>
<h2 id='structs' class='section-header'><a href="#structs">Structs</a></h2>
<table>
<tr class=' module-item'>
<td><a class='struct' href='struct.ObjectActor.html'
title='devtools::actors::object::ObjectActor'>ObjectActor</a></td>
<td class='docblock short'>
</td>
</tr></table></section>
<section id='search' class="content hidden"></section>
<section class="footer"></section>
<aside id="help" class="hidden">
<div>
<h1 class="hidden">Help</h1>
<div class="shortcuts">
<h2>Keyboard Shortcuts</h2>
<dl>
<dt>?</dt>
<dd>Show this help dialog</dd>
<dt>S</dt>
<dd>Focus the search field</dd>
<dt>⇤</dt>
<dd>Move up in search results</dd>
<dt>⇥</dt>
<dd>Move down in search results</dd>
<dt>⏎</dt>
<dd>Go to active search result</dd>
<dt>+</dt>
<dd>Collapse/expand all sections</dd>
</dl>
</div>
<div class="infos">
<h2>Search Tricks</h2>
<p>
Prefix searches with a type followed by a colon (e.g.
<code>fn:</code>) to restrict the search to a given type.
</p>
<p>
Accepted types are: <code>fn</code>, <code>mod</code>,
<code>struct</code>, <code>enum</code>,
<code>trait</code>, <code>type</code>, <code>macro</code>,
and <code>const</code>.
</p>
<p>
Search functions by type signature (e.g.
<code>vec -> usize</code> or <code>* -> vec</code>)
</p>
</div>
</div>
</aside>
<script>
window.rootPath = "../../../";
window.currentCrate = "devtools";
window.playgroundUrl = "";
</script>
<script src="../../../jquery.js"></script>
<script src="../../../main.js"></script>
<script defer src="../../../search-index.js"></script>
</body>
</html> |
script/dom/bindings/codegen/Bindings/WorkerGlobalScopeBinding/fn.clearTimeout.html | servo/doc.servo.org | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `clearTimeout` fn in crate `script`.">
<meta name="keywords" content="rust, rustlang, rust-lang, clearTimeout">
<title>script::dom::bindings::codegen::Bindings::WorkerGlobalScopeBinding::clearTimeout - Rust</title>
<link rel="stylesheet" type="text/css" href="../../../../../../rustdoc.css">
<link rel="stylesheet" type="text/css" href="../../../../../../main.css">
</head>
<body class="rustdoc">
<!--[if lte IE 8]>
<div class="warning">
This old browser is unsupported and will most likely display funky
things.
</div>
<![endif]-->
<nav class="sidebar">
<p class='location'><a href='../../../../../index.html'>script</a>::<wbr><a href='../../../../index.html'>dom</a>::<wbr><a href='../../../index.html'>bindings</a>::<wbr><a href='../../index.html'>codegen</a>::<wbr><a href='../index.html'>Bindings</a>::<wbr><a href='index.html'>WorkerGlobalScopeBinding</a></p><script>window.sidebarCurrent = {name: 'clearTimeout', ty: 'fn', relpath: ''};</script><script defer src="sidebar-items.js"></script>
</nav>
<nav class="sub">
<form class="search-form js-only">
<div class="search-container">
<input class="search-input" name="search"
autocomplete="off"
placeholder="Click or press ‘S’ to search, ‘?’ for more options…"
type="search">
</div>
</form>
</nav>
<section id='main' class="content fn">
<h1 class='fqn'><span class='in-band'>Function <a href='../../../../../index.html'>script</a>::<wbr><a href='../../../../index.html'>dom</a>::<wbr><a href='../../../index.html'>bindings</a>::<wbr><a href='../../index.html'>codegen</a>::<wbr><a href='../index.html'>Bindings</a>::<wbr><a href='index.html'>WorkerGlobalScopeBinding</a>::<wbr><a class='fn' href=''>clearTimeout</a></span><span class='out-of-band'><span id='render-detail'>
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
[<span class='inner'>−</span>]
</a>
</span><a id='src-94127' class='srclink' href='../../../../../../src/script/home/servo/buildbot/slave/doc/build/target/debug/build/script-4d3bb93218cab884/out/Bindings/WorkerGlobalScopeBinding.rs.html#719-744' title='goto source code'>[src]</a></span></h1>
<pre class='rust fn'>unsafe extern fn clearTimeout(cx: <a class='primitive' href='../../../../../../std/primitive.pointer.html'>*mut </a><a class='enum' href='../../../../../../js/jsapi/enum.JSContext.html' title='js::jsapi::JSContext'>JSContext</a>, _obj: <a class='type' href='../../../../../../js/jsapi/type.HandleObject.html' title='js::jsapi::HandleObject'>HandleObject</a>, this: <a class='primitive' href='../../../../../../std/primitive.pointer.html'>*const </a><a class='struct' href='../../../../../../script/dom/workerglobalscope/struct.WorkerGlobalScope.html' title='script::dom::workerglobalscope::WorkerGlobalScope'>WorkerGlobalScope</a>, args: <a class='primitive' href='../../../../../../std/primitive.pointer.html'>*const </a><a class='struct' href='../../../../../../js/jsapi/struct.JSJitMethodCallArgs.html' title='js::jsapi::JSJitMethodCallArgs'>JSJitMethodCallArgs</a>) -> <a class='primitive' href='../../../../../../std/primitive.bool.html'>bool</a></pre></section>
<section id='search' class="content hidden"></section>
<section class="footer"></section>
<aside id="help" class="hidden">
<div>
<h1 class="hidden">Help</h1>
<div class="shortcuts">
<h2>Keyboard Shortcuts</h2>
<dl>
<dt>?</dt>
<dd>Show this help dialog</dd>
<dt>S</dt>
<dd>Focus the search field</dd>
<dt>⇤</dt>
<dd>Move up in search results</dd>
<dt>⇥</dt>
<dd>Move down in search results</dd>
<dt>⏎</dt>
<dd>Go to active search result</dd>
<dt>+</dt>
<dd>Collapse/expand all sections</dd>
</dl>
</div>
<div class="infos">
<h2>Search Tricks</h2>
<p>
Prefix searches with a type followed by a colon (e.g.
<code>fn:</code>) to restrict the search to a given type.
</p>
<p>
Accepted types are: <code>fn</code>, <code>mod</code>,
<code>struct</code>, <code>enum</code>,
<code>trait</code>, <code>type</code>, <code>macro</code>,
and <code>const</code>.
</p>
<p>
Search functions by type signature (e.g.
<code>vec -> usize</code> or <code>* -> vec</code>)
</p>
</div>
</div>
</aside>
<script>
window.rootPath = "../../../../../../";
window.currentCrate = "script";
window.playgroundUrl = "";
</script>
<script src="../../../../../../jquery.js"></script>
<script src="../../../../../../main.js"></script>
<script defer src="../../../../../../search-index.js"></script>
</body>
</html> |
servo/gl/fn.LoadName.html | susaing/doc.servo.org | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `LoadName` fn in crate `servo`.">
<meta name="keywords" content="rust, rustlang, rust-lang, LoadName">
<title>servo::gl::LoadName - Rust</title>
<link rel="stylesheet" type="text/css" href="../../main.css">
</head>
<body class="rustdoc">
<!--[if lte IE 8]>
<div class="warning">
This old browser is unsupported and will most likely display funky
things.
</div>
<![endif]-->
<section class="sidebar">
<p class='location'><a href='../index.html'>servo</a>::<wbr><a href='index.html'>gl</a></p><script>window.sidebarCurrent = {name: 'LoadName', ty: 'fn', relpath: ''};</script><script defer src="sidebar-items.js"></script>
</section>
<nav class="sub">
<form class="search-form js-only">
<div class="search-container">
<input class="search-input" name="search"
autocomplete="off"
placeholder="Click or press ‘S’ to search, ‘?’ for more options…"
type="search">
</div>
</form>
</nav>
<section id='main' class="content fn">
<h1 class='fqn'><span class='in-band'>Function <a href='../index.html'>servo</a>::<wbr><a href='index.html'>gl</a>::<wbr><a class='fn' href=''>LoadName</a></span><span class='out-of-band'><span id='render-detail'>
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
[<span class='inner'>−</span>]
</a>
</span><a id='src-14000' class='srclink' href='../../export/gleam/ffi/fn.LoadName.html?gotosrc=14000' title='goto source code'>[src]</a></span></h1>
<pre class='rust fn'>pub unsafe fn LoadName(name: <a href='../../std/primitive.u32.html'>u32</a>)</pre></section>
<section id='search' class="content hidden"></section>
<section class="footer"></section>
<div id="help" class="hidden">
<div>
<div class="shortcuts">
<h1>Keyboard Shortcuts</h1>
<dl>
<dt>?</dt>
<dd>Show this help dialog</dd>
<dt>S</dt>
<dd>Focus the search field</dd>
<dt>⇤</dt>
<dd>Move up in search results</dd>
<dt>⇥</dt>
<dd>Move down in search results</dd>
<dt>⏎</dt>
<dd>Go to active search result</dd>
</dl>
</div>
<div class="infos">
<h1>Search Tricks</h1>
<p>
Prefix searches with a type followed by a colon (e.g.
<code>fn:</code>) to restrict the search to a given type.
</p>
<p>
Accepted types are: <code>fn</code>, <code>mod</code>,
<code>struct</code>, <code>enum</code>,
<code>trait</code>, <code>type</code>, <code>macro</code>,
and <code>const</code>.
</p>
<p>
Search functions by type signature (e.g.
<code>vec -> usize</code>)
</p>
</div>
</div>
</div>
<script>
window.rootPath = "../../";
window.currentCrate = "servo";
window.playgroundUrl = "";
</script>
<script src="../../jquery.js"></script>
<script src="../../main.js"></script>
<script async src="../../search-index.js"></script>
</body>
</html> |
style/properties/longhands/padding_right/fn.parse_declared.html | susaing/doc.servo.org | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `parse_declared` fn in crate `style`.">
<meta name="keywords" content="rust, rustlang, rust-lang, parse_declared">
<title>style::properties::longhands::padding_right::parse_declared - Rust</title>
<link rel="stylesheet" type="text/css" href="../../../../main.css">
</head>
<body class="rustdoc">
<!--[if lte IE 8]>
<div class="warning">
This old browser is unsupported and will most likely display funky
things.
</div>
<![endif]-->
<section class="sidebar">
<p class='location'><a href='../../../index.html'>style</a>::<wbr><a href='../../index.html'>properties</a>::<wbr><a href='../index.html'>longhands</a>::<wbr><a href='index.html'>padding_right</a></p><script>window.sidebarCurrent = {name: 'parse_declared', ty: 'fn', relpath: ''};</script><script defer src="sidebar-items.js"></script>
</section>
<nav class="sub">
<form class="search-form js-only">
<div class="search-container">
<input class="search-input" name="search"
autocomplete="off"
placeholder="Click or press ‘S’ to search, ‘?’ for more options…"
type="search">
</div>
</form>
</nav>
<section id='main' class="content fn">
<h1 class='fqn'><span class='in-band'>Function <a href='../../../index.html'>style</a>::<wbr><a href='../../index.html'>properties</a>::<wbr><a href='../index.html'>longhands</a>::<wbr><a href='index.html'>padding_right</a>::<wbr><a class='fn' href=''>parse_declared</a></span><span class='out-of-band'><span id='render-detail'>
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
[<span class='inner'>−</span>]
</a>
</span><a id='src-30290' class='srclink' href='../../../../src/style///home/servo/buildbot/slave/doc/build/target/debug/build/style-076e5b46aa4ca88e/out/properties.rs.html#682-710' title='goto source code'>[src]</a></span></h1>
<pre class='rust fn'>pub fn parse_declared(context: &<a class='struct' href='../../../../style/parser/struct.ParserContext.html' title='style::parser::ParserContext'>ParserContext</a>, input: &mut <a class='struct' href='../../../../cssparser/parser/struct.Parser.html' title='cssparser::parser::Parser'>Parser</a>) -> <a class='enum' href='../../../../core/result/enum.Result.html' title='core::result::Result'>Result</a><<a class='enum' href='../../../../style/properties/enum.DeclaredValue.html' title='style::properties::DeclaredValue'>DeclaredValue</a><<a class='type' href='../../../../style/properties/longhands/padding_right/type.SpecifiedValue.html' title='style::properties::longhands::padding_right::SpecifiedValue'>SpecifiedValue</a>>, <a href='../../../../std/primitive.tuple.html'>()</a>></pre></section>
<section id='search' class="content hidden"></section>
<section class="footer"></section>
<div id="help" class="hidden">
<div>
<div class="shortcuts">
<h1>Keyboard Shortcuts</h1>
<dl>
<dt>?</dt>
<dd>Show this help dialog</dd>
<dt>S</dt>
<dd>Focus the search field</dd>
<dt>⇤</dt>
<dd>Move up in search results</dd>
<dt>⇥</dt>
<dd>Move down in search results</dd>
<dt>⏎</dt>
<dd>Go to active search result</dd>
</dl>
</div>
<div class="infos">
<h1>Search Tricks</h1>
<p>
Prefix searches with a type followed by a colon (e.g.
<code>fn:</code>) to restrict the search to a given type.
</p>
<p>
Accepted types are: <code>fn</code>, <code>mod</code>,
<code>struct</code>, <code>enum</code>,
<code>trait</code>, <code>type</code>, <code>macro</code>,
and <code>const</code>.
</p>
<p>
Search functions by type signature (e.g.
<code>vec -> usize</code>)
</p>
</div>
</div>
</div>
<script>
window.rootPath = "../../../../";
window.currentCrate = "style";
window.playgroundUrl = "";
</script>
<script src="../../../../jquery.js"></script>
<script src="../../../../main.js"></script>
<script async src="../../../../search-index.js"></script>
</body>
</html> |
layout/reftests/css-grid/grid-item-sizing-percent-004-ref.html | Yukarumya/Yukarum-Redfoxes | <!DOCTYPE html>
<!--
Any copyright is dedicated to the Public Domain.
http://creativecommons.org/publicdomain/zero/1.0/
-->
<html><head>
<title>Reference: Testing grid item percent sizes</title>
<link rel="author" title="Mats Palmgren" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1330380">
<meta charset="utf-8">
<style type="text/css">
body,html { color:black; background:white; font:16px/1 monospace; padding:0; margin:0; }
* { vertical-align:top; line-height:4px; }
.grid {
display: inline-grid;
position: relative;
background-color: grey;
grid-template-rows: 50px 100px;
justify-items: start;
align-items: start;
clear: both;
}
.item {
background: pink;
grid-area: 1 / 1 / 2 / 2;
background-clip: content-box;
min-width: 0;
min-height: 0;
z-index: 1;
writing-mode: vertical-rl;
}
.c1 {
width: 40%;
height: 90px;
grid-area: 1 / 1 / 3 / 3;
}
.c2 {
grid-area: 1 / 1 / 3 / 3;
}
.pbox {
box-sizing: border-box;
}
.maxw .item { max-height: 50%; }
.minw .item { min-height: 50%; }
.p { padding:3px 5px 10% 20%; }
.m { margin:3px 5px 10% 10%; }
.b { border:solid black; }
x { display:inline-block; width:10px; height:4px; background: silver; }
a {
grid-area: 1 / 1 / 2 / 2;
width:100%; height:100%;
background: blue;
}
</style>
</head>
<body>
<div style="float:left">
<div class="grid" style="grid-template-columns:calc(10px)"><div class="item"><x></x><x></x><x></x></div><a></a></div>
<div class="grid" style="grid-template-columns:calc(18.75px)"><div class="item pbox p"><x></x><x></x><x></x></div><a></a></div>
<div class="grid" style="grid-template-columns:0 calc(43.75px)"><div class="item c1 p"><x></x><x></x><x></x></div><a></a></div>
<div class="grid" style="grid-template-columns:0 calc(43.75px)"><div class="item c1 pbox p"><x></x><x></x><x></x></div><a></a></div>
<div class="grid" style="grid-template-columns:0 calc(18.75px)"><div class="item c2 pbox p"><x></x><x></x><x></x></div><a></a></div>
<div class="grid" style="grid-template-columns:calc(16px)"><div class="item pbox b"><x></x><x></x><x></x></div><a></a></div>
<div class="grid" style="grid-template-columns:calc(26.25px)"><div class="item pbox p b"><x></x><x></x><x></x></div><a></a></div>
<div class="grid" style="grid-template-columns:0 calc(51.25px)"><div class="item c1 pbox p b"><x></x><x></x><x></x></div><a></a></div>
<div class="grid" style="grid-template-columns:0 calc(26.25px)"><div class="item c2 pbox p b"><x></x><x></x><x></x></div><a></a></div>
</div>
<br clear="all">
<div style="float:left" class="maxw">
<div class="grid" style="grid-template-columns:calc(30px)"><div class="item"><x></x><x></x><x></x></div><a></a></div>
<div class="grid" style="grid-template-columns:calc(43.75px)"><div class="item pbox p"><x></x><x></x><x></x></div><a></a></div>
<div class="grid" style="grid-template-columns:0 calc(43.75px)"><div class="item c1 p"><x></x><x></x><x></x></div><a></a></div>
<div class="grid" style="grid-template-columns:0 calc(43.75px)"><div class="item c1 pbox p"><x></x><x></x><x></x></div><a></a></div>
<div class="grid" style="grid-template-columns:0 calc(43.75px)"><div class="item c2 pbox p"><x></x><x></x><x></x></div><a></a></div>
<div class="grid" style="grid-template-columns:calc(36px)"><div class="item pbox b"><x></x><x></x><x></x></div><a></a></div>
<div class="grid" style="grid-template-columns:calc(51.25px)"><div class="item pbox p b"><x></x><x></x><x></x></div><a></a></div>
<div class="grid" style="grid-template-columns:0 calc(51.25px)"><div class="item c1 pbox p b"><x></x><x></x><x></x></div><a></a></div>
<div class="grid" style="grid-template-columns:0 calc(51.25px)"><div class="item c2 pbox p b"><x></x><x></x><x></x></div><a></a></div>
</div>
<br clear="all">
<div style="float:left" class="minw">
<div class="grid" style="grid-template-columns:calc(10px)"><div class="item"><x></x><x></x><x></x></div><a></a></div>
<div class="grid" style="grid-template-columns:calc(18.75px)"><div class="item pbox p"><x></x><x></x><x></x></div><a></a></div>
<div class="grid" style="grid-template-columns:0 calc(43.75px)"><div class="item c1 p"><x></x><x></x><x></x></div><a></a></div>
<div class="grid" style="grid-template-columns:0 calc(43.75px)"><div class="item c1 pbox p"><x></x><x></x><x></x></div><a></a></div>
<div class="grid" style="grid-template-columns:0 calc(18.75px)"><div class="item c2 pbox p"><x></x><x></x><x></x></div><a></a></div>
<div class="grid" style="grid-template-columns:calc(16px)"><div class="item pbox b"><x></x><x></x><x></x></div><a></a></div>
<div class="grid" style="grid-template-columns:calc(26.25px)"><div class="item pbox p b"><x></x><x></x><x></x></div><a></a></div>
<div class="grid" style="grid-template-columns:0 calc(51.25px)"><div class="item c1 pbox p b"><x></x><x></x><x></x></div><a></a></div>
<div class="grid" style="grid-template-columns:0 calc(26.25px)"><div class="item c2 pbox p b"><x></x><x></x><x></x></div><a></a></div>
</div>
<div style="float:left">
<div class="grid" style="grid-template-columns:calc(15px/.9)"><div class="item pbox m"><x></x><x></x><x></x></div><a></a></div>
<div class="grid" style="grid-template-columns:0 calc(35px/.9)"><div class="item c1 pbox m"><x></x><x></x><x></x></div><a></a></div>
<div class="grid" style="grid-template-columns:0 calc(15px/.9)"><div class="item c2 pbox m"><x></x><x></x><x></x></div><a></a></div>
<div class="grid" style="grid-template-columns:calc(20px/.7)"><div class="item pbox p m"><x></x><x></x><x></x></div><a></a></div>
<div class="grid" style="grid-template-columns:calc(37.15px)"><div class="item pbox p b m"><x></x><x></x><x></x></div><a></a></div>
<div class="grid" style="grid-template-columns:0 calc(37.15px)"><div class="item c2 pbox p b m"><x></x><x></x><x></x></div><a></a></div>
</div>
<br clear="all">
<div style="float:left" class="maxw">
<div class="grid" style="grid-template-columns:calc(35px/.9)"><div class="item pbox m"><x></x><x></x><x></x></div><a></a></div>
<div class="grid" style="grid-template-columns:0 calc(35px/.9)"><div class="item c1 pbox m"><x></x><x></x><x></x></div><a></a></div>
<div class="grid" style="grid-template-columns:0 calc(35px/.9)"><div class="item c2 pbox m"><x></x><x></x><x></x></div><a></a></div>
<div class="grid" style="grid-template-columns:calc(57.15px)"><div class="item pbox p m"><x></x><x></x><x></x></div><a></a></div>
<div class="grid" style="grid-template-columns:calc(46px/.7)"><div class="item pbox p b m"><x></x><x></x><x></x></div><a></a></div>
<div class="grid" style="grid-template-columns:0 calc(46px/.7)"><div class="item c2 pbox p b m"><x></x><x></x><x></x></div><a></a></div>
</div>
<div style="float:left" class="minw">
<div class="grid" style="grid-template-columns:calc(15px/.9)"><div class="item pbox m"><x></x><x></x><x></x></div><a></a></div>
<div class="grid" style="grid-template-columns:0 calc(35px/.9)"><div class="item c1 pbox m"><x></x><x></x><x></x></div><a></a></div>
<div class="grid" style="grid-template-columns:0 calc(15px/.9)"><div class="item c2 pbox m"><x></x><x></x><x></x></div><a></a></div>
<div class="grid" style="grid-template-columns:calc(20px/.7)"><div class="item pbox p m"><x></x><x></x><x></x></div><a></a></div>
<div class="grid" style="grid-template-columns:calc(37.15px)"><div class="item pbox p b m"><x></x><x></x><x></x></div><a></a></div>
<div class="grid" style="grid-template-columns:0 calc(37.15px)"><div class="item c2 pbox p b m"><x></x><x></x><x></x></div><a></a></div>
</div>
</body>
</html>
|
glutin/api/x11/ffi/glx/constant.CONFIG_CAVEAT.html | susaing/doc.servo.org | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `CONFIG_CAVEAT` constant in crate `glutin`.">
<meta name="keywords" content="rust, rustlang, rust-lang, CONFIG_CAVEAT">
<title>glutin::api::x11::ffi::glx::CONFIG_CAVEAT - Rust</title>
<link rel="stylesheet" type="text/css" href="../../../../../main.css">
</head>
<body class="rustdoc">
<!--[if lte IE 8]>
<div class="warning">
This old browser is unsupported and will most likely display funky
things.
</div>
<![endif]-->
<section class="sidebar">
<p class='location'><a href='../../../../index.html'>glutin</a>::<wbr><a href='../../../index.html'>api</a>::<wbr><a href='../../index.html'>x11</a>::<wbr><a href='../index.html'>ffi</a>::<wbr><a href='index.html'>glx</a></p><script>window.sidebarCurrent = {name: 'CONFIG_CAVEAT', ty: 'constant', relpath: ''};</script><script defer src="sidebar-items.js"></script>
</section>
<nav class="sub">
<form class="search-form js-only">
<div class="search-container">
<input class="search-input" name="search"
autocomplete="off"
placeholder="Click or press ‘S’ to search, ‘?’ for more options…"
type="search">
</div>
</form>
</nav>
<section id='main' class="content constant">
<h1 class='fqn'><span class='in-band'><a href='../../../../index.html'>glutin</a>::<wbr><a href='../../../index.html'>api</a>::<wbr><a href='../../index.html'>x11</a>::<wbr><a href='../index.html'>ffi</a>::<wbr><a href='index.html'>glx</a>::<wbr><a class='constant' href=''>CONFIG_CAVEAT</a></span><span class='out-of-band'><span id='render-detail'>
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
[<span class='inner'>−</span>]
</a>
</span><a id='src-14162' class='srclink' href='../../../../../src/glutin///home/servo/buildbot/slave/doc/build/target/debug/build/glutin-3a49bc866bd01bfd/out/glx_bindings.rs.html#324' title='goto source code'>[src]</a></span></h1>
<pre class='rust const'>pub const CONFIG_CAVEAT: <a class='type' href='../../../../../glutin/api/x11/ffi/glx/types/type.GLenum.html' title='glutin::api::x11::ffi::glx::types::GLenum'>GLenum</a><code> = </code><code>0x20</code></pre></section>
<section id='search' class="content hidden"></section>
<section class="footer"></section>
<div id="help" class="hidden">
<div>
<div class="shortcuts">
<h1>Keyboard Shortcuts</h1>
<dl>
<dt>?</dt>
<dd>Show this help dialog</dd>
<dt>S</dt>
<dd>Focus the search field</dd>
<dt>⇤</dt>
<dd>Move up in search results</dd>
<dt>⇥</dt>
<dd>Move down in search results</dd>
<dt>⏎</dt>
<dd>Go to active search result</dd>
</dl>
</div>
<div class="infos">
<h1>Search Tricks</h1>
<p>
Prefix searches with a type followed by a colon (e.g.
<code>fn:</code>) to restrict the search to a given type.
</p>
<p>
Accepted types are: <code>fn</code>, <code>mod</code>,
<code>struct</code>, <code>enum</code>,
<code>trait</code>, <code>type</code>, <code>macro</code>,
and <code>const</code>.
</p>
<p>
Search functions by type signature (e.g.
<code>vec -> usize</code>)
</p>
</div>
</div>
</div>
<script>
window.rootPath = "../../../../../";
window.currentCrate = "glutin";
window.playgroundUrl = "";
</script>
<script src="../../../../../jquery.js"></script>
<script src="../../../../../main.js"></script>
<script async src="../../../../../search-index.js"></script>
</body>
</html> |
dom/animation/test/crashtests/1333418-1.html | Yukarumya/Yukarum-Redfoxes | <!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<script>
window.onload = function(){
let body = document.getElementsByTagName("body")[0];
let o = new KeyframeEffect(body, [
{ "perspective": "none", "width": "auto" },
{ "perspective": "172.17866832in", "width": "auto" },
{ "perspective": "0" }],
{ spacing:"paced(perspective)" }
);
};
</script>
</head>
<body></body>
</html>
|
src/xml5ever/tree_builder/mod.rs.html | servo/doc.servo.org | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="Source to the Rust file `/home/servo/.cargo/registry/src/github.com-1ecc6299db9ec823/xml5ever-0.1.3/src/tree_builder/mod.rs`.">
<meta name="keywords" content="rust, rustlang, rust-lang">
<title>mod.rs.html -- source</title>
<link rel="stylesheet" type="text/css" href="../../../rustdoc.css">
<link rel="stylesheet" type="text/css" href="../../../main.css">
</head>
<body class="rustdoc">
<!--[if lte IE 8]>
<div class="warning">
This old browser is unsupported and will most likely display funky
things.
</div>
<![endif]-->
<nav class="sidebar">
</nav>
<nav class="sub">
<form class="search-form js-only">
<div class="search-container">
<input class="search-input" name="search"
autocomplete="off"
placeholder="Click or press ‘S’ to search, ‘?’ for more options…"
type="search">
</div>
</form>
</nav>
<section id='main' class="content source"><pre class="line-numbers"><span id="1"> 1</span>
<span id="2"> 2</span>
<span id="3"> 3</span>
<span id="4"> 4</span>
<span id="5"> 5</span>
<span id="6"> 6</span>
<span id="7"> 7</span>
<span id="8"> 8</span>
<span id="9"> 9</span>
<span id="10"> 10</span>
<span id="11"> 11</span>
<span id="12"> 12</span>
<span id="13"> 13</span>
<span id="14"> 14</span>
<span id="15"> 15</span>
<span id="16"> 16</span>
<span id="17"> 17</span>
<span id="18"> 18</span>
<span id="19"> 19</span>
<span id="20"> 20</span>
<span id="21"> 21</span>
<span id="22"> 22</span>
<span id="23"> 23</span>
<span id="24"> 24</span>
<span id="25"> 25</span>
<span id="26"> 26</span>
<span id="27"> 27</span>
<span id="28"> 28</span>
<span id="29"> 29</span>
<span id="30"> 30</span>
<span id="31"> 31</span>
<span id="32"> 32</span>
<span id="33"> 33</span>
<span id="34"> 34</span>
<span id="35"> 35</span>
<span id="36"> 36</span>
<span id="37"> 37</span>
<span id="38"> 38</span>
<span id="39"> 39</span>
<span id="40"> 40</span>
<span id="41"> 41</span>
<span id="42"> 42</span>
<span id="43"> 43</span>
<span id="44"> 44</span>
<span id="45"> 45</span>
<span id="46"> 46</span>
<span id="47"> 47</span>
<span id="48"> 48</span>
<span id="49"> 49</span>
<span id="50"> 50</span>
<span id="51"> 51</span>
<span id="52"> 52</span>
<span id="53"> 53</span>
<span id="54"> 54</span>
<span id="55"> 55</span>
<span id="56"> 56</span>
<span id="57"> 57</span>
<span id="58"> 58</span>
<span id="59"> 59</span>
<span id="60"> 60</span>
<span id="61"> 61</span>
<span id="62"> 62</span>
<span id="63"> 63</span>
<span id="64"> 64</span>
<span id="65"> 65</span>
<span id="66"> 66</span>
<span id="67"> 67</span>
<span id="68"> 68</span>
<span id="69"> 69</span>
<span id="70"> 70</span>
<span id="71"> 71</span>
<span id="72"> 72</span>
<span id="73"> 73</span>
<span id="74"> 74</span>
<span id="75"> 75</span>
<span id="76"> 76</span>
<span id="77"> 77</span>
<span id="78"> 78</span>
<span id="79"> 79</span>
<span id="80"> 80</span>
<span id="81"> 81</span>
<span id="82"> 82</span>
<span id="83"> 83</span>
<span id="84"> 84</span>
<span id="85"> 85</span>
<span id="86"> 86</span>
<span id="87"> 87</span>
<span id="88"> 88</span>
<span id="89"> 89</span>
<span id="90"> 90</span>
<span id="91"> 91</span>
<span id="92"> 92</span>
<span id="93"> 93</span>
<span id="94"> 94</span>
<span id="95"> 95</span>
<span id="96"> 96</span>
<span id="97"> 97</span>
<span id="98"> 98</span>
<span id="99"> 99</span>
<span id="100">100</span>
<span id="101">101</span>
<span id="102">102</span>
<span id="103">103</span>
<span id="104">104</span>
<span id="105">105</span>
<span id="106">106</span>
<span id="107">107</span>
<span id="108">108</span>
<span id="109">109</span>
<span id="110">110</span>
<span id="111">111</span>
<span id="112">112</span>
<span id="113">113</span>
<span id="114">114</span>
<span id="115">115</span>
<span id="116">116</span>
<span id="117">117</span>
<span id="118">118</span>
<span id="119">119</span>
<span id="120">120</span>
<span id="121">121</span>
<span id="122">122</span>
<span id="123">123</span>
<span id="124">124</span>
<span id="125">125</span>
<span id="126">126</span>
<span id="127">127</span>
<span id="128">128</span>
<span id="129">129</span>
<span id="130">130</span>
<span id="131">131</span>
<span id="132">132</span>
<span id="133">133</span>
<span id="134">134</span>
<span id="135">135</span>
<span id="136">136</span>
<span id="137">137</span>
<span id="138">138</span>
<span id="139">139</span>
<span id="140">140</span>
<span id="141">141</span>
<span id="142">142</span>
<span id="143">143</span>
<span id="144">144</span>
<span id="145">145</span>
<span id="146">146</span>
<span id="147">147</span>
<span id="148">148</span>
<span id="149">149</span>
<span id="150">150</span>
<span id="151">151</span>
<span id="152">152</span>
<span id="153">153</span>
<span id="154">154</span>
<span id="155">155</span>
<span id="156">156</span>
<span id="157">157</span>
<span id="158">158</span>
<span id="159">159</span>
<span id="160">160</span>
<span id="161">161</span>
<span id="162">162</span>
<span id="163">163</span>
<span id="164">164</span>
<span id="165">165</span>
<span id="166">166</span>
<span id="167">167</span>
<span id="168">168</span>
<span id="169">169</span>
<span id="170">170</span>
<span id="171">171</span>
<span id="172">172</span>
<span id="173">173</span>
<span id="174">174</span>
<span id="175">175</span>
<span id="176">176</span>
<span id="177">177</span>
<span id="178">178</span>
<span id="179">179</span>
<span id="180">180</span>
<span id="181">181</span>
<span id="182">182</span>
<span id="183">183</span>
<span id="184">184</span>
<span id="185">185</span>
<span id="186">186</span>
<span id="187">187</span>
<span id="188">188</span>
<span id="189">189</span>
<span id="190">190</span>
<span id="191">191</span>
<span id="192">192</span>
<span id="193">193</span>
<span id="194">194</span>
<span id="195">195</span>
<span id="196">196</span>
<span id="197">197</span>
<span id="198">198</span>
<span id="199">199</span>
<span id="200">200</span>
<span id="201">201</span>
<span id="202">202</span>
<span id="203">203</span>
<span id="204">204</span>
<span id="205">205</span>
<span id="206">206</span>
<span id="207">207</span>
<span id="208">208</span>
<span id="209">209</span>
<span id="210">210</span>
<span id="211">211</span>
<span id="212">212</span>
<span id="213">213</span>
<span id="214">214</span>
<span id="215">215</span>
<span id="216">216</span>
<span id="217">217</span>
<span id="218">218</span>
<span id="219">219</span>
<span id="220">220</span>
<span id="221">221</span>
<span id="222">222</span>
<span id="223">223</span>
<span id="224">224</span>
<span id="225">225</span>
<span id="226">226</span>
<span id="227">227</span>
<span id="228">228</span>
<span id="229">229</span>
<span id="230">230</span>
<span id="231">231</span>
<span id="232">232</span>
<span id="233">233</span>
<span id="234">234</span>
<span id="235">235</span>
<span id="236">236</span>
<span id="237">237</span>
<span id="238">238</span>
<span id="239">239</span>
<span id="240">240</span>
<span id="241">241</span>
<span id="242">242</span>
<span id="243">243</span>
<span id="244">244</span>
<span id="245">245</span>
<span id="246">246</span>
<span id="247">247</span>
<span id="248">248</span>
<span id="249">249</span>
<span id="250">250</span>
<span id="251">251</span>
<span id="252">252</span>
<span id="253">253</span>
<span id="254">254</span>
<span id="255">255</span>
<span id="256">256</span>
<span id="257">257</span>
<span id="258">258</span>
<span id="259">259</span>
<span id="260">260</span>
<span id="261">261</span>
<span id="262">262</span>
<span id="263">263</span>
<span id="264">264</span>
<span id="265">265</span>
<span id="266">266</span>
<span id="267">267</span>
<span id="268">268</span>
<span id="269">269</span>
<span id="270">270</span>
<span id="271">271</span>
<span id="272">272</span>
<span id="273">273</span>
<span id="274">274</span>
<span id="275">275</span>
<span id="276">276</span>
<span id="277">277</span>
<span id="278">278</span>
<span id="279">279</span>
<span id="280">280</span>
<span id="281">281</span>
<span id="282">282</span>
<span id="283">283</span>
<span id="284">284</span>
<span id="285">285</span>
<span id="286">286</span>
<span id="287">287</span>
<span id="288">288</span>
<span id="289">289</span>
<span id="290">290</span>
<span id="291">291</span>
<span id="292">292</span>
<span id="293">293</span>
<span id="294">294</span>
<span id="295">295</span>
<span id="296">296</span>
<span id="297">297</span>
<span id="298">298</span>
<span id="299">299</span>
<span id="300">300</span>
<span id="301">301</span>
<span id="302">302</span>
<span id="303">303</span>
<span id="304">304</span>
<span id="305">305</span>
<span id="306">306</span>
<span id="307">307</span>
<span id="308">308</span>
<span id="309">309</span>
<span id="310">310</span>
<span id="311">311</span>
<span id="312">312</span>
<span id="313">313</span>
<span id="314">314</span>
<span id="315">315</span>
<span id="316">316</span>
<span id="317">317</span>
<span id="318">318</span>
<span id="319">319</span>
<span id="320">320</span>
<span id="321">321</span>
<span id="322">322</span>
<span id="323">323</span>
<span id="324">324</span>
<span id="325">325</span>
<span id="326">326</span>
<span id="327">327</span>
<span id="328">328</span>
<span id="329">329</span>
<span id="330">330</span>
<span id="331">331</span>
<span id="332">332</span>
<span id="333">333</span>
<span id="334">334</span>
<span id="335">335</span>
<span id="336">336</span>
<span id="337">337</span>
<span id="338">338</span>
<span id="339">339</span>
<span id="340">340</span>
<span id="341">341</span>
<span id="342">342</span>
<span id="343">343</span>
<span id="344">344</span>
<span id="345">345</span>
<span id="346">346</span>
<span id="347">347</span>
<span id="348">348</span>
<span id="349">349</span>
<span id="350">350</span>
<span id="351">351</span>
<span id="352">352</span>
<span id="353">353</span>
<span id="354">354</span>
<span id="355">355</span>
<span id="356">356</span>
<span id="357">357</span>
<span id="358">358</span>
<span id="359">359</span>
<span id="360">360</span>
<span id="361">361</span>
<span id="362">362</span>
<span id="363">363</span>
<span id="364">364</span>
<span id="365">365</span>
<span id="366">366</span>
<span id="367">367</span>
<span id="368">368</span>
<span id="369">369</span>
<span id="370">370</span>
<span id="371">371</span>
<span id="372">372</span>
<span id="373">373</span>
<span id="374">374</span>
<span id="375">375</span>
<span id="376">376</span>
<span id="377">377</span>
<span id="378">378</span>
<span id="379">379</span>
<span id="380">380</span>
<span id="381">381</span>
<span id="382">382</span>
<span id="383">383</span>
<span id="384">384</span>
<span id="385">385</span>
<span id="386">386</span>
<span id="387">387</span>
<span id="388">388</span>
<span id="389">389</span>
<span id="390">390</span>
<span id="391">391</span>
<span id="392">392</span>
<span id="393">393</span>
<span id="394">394</span>
<span id="395">395</span>
<span id="396">396</span>
<span id="397">397</span>
<span id="398">398</span>
<span id="399">399</span>
<span id="400">400</span>
</pre><pre class='rust '>
<span class='comment'>// Copyright 2015 The xml5ever Project Developers. See the</span>
<span class='comment'>// COPYRIGHT file at the top-level directory of this distribution.</span>
<span class='comment'>//</span>
<span class='comment'>// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or</span>
<span class='comment'>// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license</span>
<span class='comment'>// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your</span>
<span class='comment'>// option. This file may not be copied, modified, or distributed</span>
<span class='comment'>// except according to those terms.</span>
<span class='kw'>mod</span> <span class='ident'>actions</span>;
<span class='kw'>mod</span> <span class='ident'>rules</span>;
<span class='kw'>mod</span> <span class='ident'>types</span>;
<span class='comment'>// "pub" is a workaround for rust#18241 (?)</span>
<span class='kw'>pub</span> <span class='kw'>mod</span> <span class='ident'>interface</span>;
<span class='kw'>use</span> <span class='ident'>std</span>::<span class='ident'>borrow</span>::{<span class='ident'>Cow</span>};
<span class='kw'>use</span> <span class='ident'>std</span>::<span class='ident'>borrow</span>::<span class='ident'>Cow</span>::<span class='ident'>Borrowed</span>;
<span class='kw'>use</span> <span class='ident'>std</span>::<span class='ident'>collections</span>::{<span class='ident'>VecDeque</span>, <span class='ident'>BTreeMap</span>, <span class='ident'>HashSet</span>};
<span class='kw'>use</span> <span class='ident'>std</span>::<span class='ident'>result</span>::<span class='prelude-ty'>Result</span>;
<span class='kw'>use</span> <span class='ident'>std</span>::<span class='ident'>mem</span>;
<span class='kw'>use</span> <span class='ident'>string_cache</span>::<span class='ident'>Atom</span>;
<span class='kw'>use</span> <span class='ident'>tokenizer</span>::{<span class='self'>self</span>, <span class='ident'>TokenSink</span>, <span class='ident'>Tag</span>, <span class='ident'>QName</span>, <span class='ident'>Attribute</span>, <span class='ident'>StartTag</span>};
<span class='kw'>pub</span> <span class='kw'>use</span> <span class='self'>self</span>::<span class='ident'>interface</span>::{<span class='ident'>TreeSink</span>, <span class='ident'>Tracer</span>, <span class='ident'>NextParserState</span>, <span class='ident'>NodeOrText</span>};
<span class='kw'>use</span> <span class='self'>self</span>::<span class='ident'>rules</span>::<span class='ident'>XmlTreeBuilderStep</span>;
<span class='kw'>use</span> <span class='self'>self</span>::<span class='ident'>types</span>::<span class='op'>*</span>;
<span class='kw'>static</span> <span class='ident'>XML_URI</span>: <span class='kw-2'>&</span><span class='lifetime'>'static</span> <span class='ident'>str</span> <span class='op'>=</span> <span class='string'>"http://www.w3.org/XML/1998/namespace"</span>;
<span class='kw'>static</span> <span class='ident'>XMLNS_URI</span>: <span class='kw-2'>&</span><span class='lifetime'>'static</span> <span class='ident'>str</span> <span class='op'>=</span> <span class='string'>"http://www.w3.org/2000/xmlns/"</span>;
<span class='macro'>macro_rules</span><span class='macro'>!</span> <span class='ident'>atoms</span> {
() <span class='op'>=></span> (<span class='ident'>Atom</span>::<span class='ident'>from</span>(<span class='string'>""</span>));
(<span class='ident'>xml</span>) <span class='op'>=></span> (<span class='ident'>Atom</span>::<span class='ident'>from</span>(<span class='string'>"xml"</span>));
(<span class='ident'>xml_uri</span>) <span class='op'>=></span> (<span class='ident'>Atom</span>::<span class='ident'>from</span>(<span class='ident'>XML_URI</span>));
(<span class='ident'>xmlns</span>) <span class='op'>=></span> (<span class='ident'>Atom</span>::<span class='ident'>from</span>(<span class='string'>"xmlns"</span>));
(<span class='ident'>xmlns_uri</span>) <span class='op'>=></span> (<span class='ident'>Atom</span>::<span class='ident'>from</span>(<span class='ident'>XMLNS_URI</span>))
}
<span class='kw'>type</span> <span class='ident'>InsResult</span> <span class='op'>=</span> <span class='prelude-ty'>Result</span><span class='op'><</span>(), <span class='ident'>Cow</span><span class='op'><</span><span class='lifetime'>'static</span>, <span class='ident'>str</span><span class='op'>>></span>;
<span class='attribute'>#[<span class='ident'>derive</span>(<span class='ident'>Debug</span>)]</span>
<span class='kw'>struct</span> <span class='ident'>NamespaceStack</span>(<span class='ident'>Vec</span><span class='op'><</span><span class='ident'>Namespace</span><span class='op'>></span>);
<span class='kw'>impl</span> <span class='ident'>NamespaceStack</span>{
<span class='kw'>fn</span> <span class='ident'>new</span>() <span class='op'>-></span> <span class='ident'>NamespaceStack</span> {
<span class='ident'>NamespaceStack</span>({
<span class='kw'>let</span> <span class='kw-2'>mut</span> <span class='ident'>vec</span> <span class='op'>=</span> <span class='ident'>Vec</span>::<span class='ident'>new</span>();
<span class='ident'>vec</span>.<span class='ident'>push</span>(<span class='ident'>Namespace</span>::<span class='ident'>default</span>());
<span class='ident'>vec</span>
})
}
<span class='kw'>fn</span> <span class='ident'>push</span>(<span class='kw-2'>&</span><span class='kw-2'>mut</span> <span class='self'>self</span>, <span class='ident'>namespace</span>: <span class='ident'>Namespace</span>) {
<span class='self'>self</span>.<span class='number'>0</span>.<span class='ident'>push</span>(<span class='ident'>namespace</span>);
}
<span class='kw'>fn</span> <span class='ident'>pop</span>(<span class='kw-2'>&</span><span class='kw-2'>mut</span> <span class='self'>self</span>) {
<span class='self'>self</span>.<span class='number'>0</span>.<span class='ident'>pop</span>();
}
}
<span class='kw'>type</span> <span class='ident'>UriMapping</span> <span class='op'>=</span> (<span class='ident'>Atom</span>, <span class='ident'>Atom</span>);
<span class='attribute'>#[<span class='ident'>derive</span>(<span class='ident'>Debug</span>)]</span>
<span class='kw'>struct</span> <span class='ident'>Namespace</span> {
<span class='comment'>// Map that maps prefixes to URI.</span>
<span class='comment'>//</span>
<span class='comment'>// Key denotes namespace prefix, and value denotes</span>
<span class='comment'>// URI it maps to.</span>
<span class='comment'>//</span>
<span class='comment'>// If value of value is None, that means the namespace</span>
<span class='comment'>// denoted by key has been undeclared.</span>
<span class='ident'>scope</span>: <span class='ident'>BTreeMap</span><span class='op'><</span><span class='ident'>Atom</span>, <span class='prelude-ty'>Option</span><span class='op'><</span><span class='ident'>Atom</span><span class='op'>>></span>,
}
<span class='kw'>impl</span> <span class='ident'>Namespace</span> {
<span class='comment'>// Returns an empty namespace.</span>
<span class='kw'>fn</span> <span class='ident'>empty</span>() <span class='op'>-></span> <span class='ident'>Namespace</span> {
<span class='ident'>Namespace</span>{
<span class='ident'>scope</span>: <span class='ident'>BTreeMap</span>::<span class='ident'>new</span>(),
}
}
<span class='kw'>fn</span> <span class='ident'>default</span>() <span class='op'>-></span> <span class='ident'>Namespace</span> {
<span class='ident'>Namespace</span> {
<span class='ident'>scope</span>: {
<span class='kw'>let</span> <span class='kw-2'>mut</span> <span class='ident'>map</span> <span class='op'>=</span> <span class='ident'>BTreeMap</span>::<span class='ident'>new</span>();
<span class='ident'>map</span>.<span class='ident'>insert</span>(<span class='macro'>atoms</span><span class='macro'>!</span>(), <span class='prelude-val'>None</span>);
<span class='ident'>map</span>.<span class='ident'>insert</span>(<span class='macro'>atoms</span><span class='macro'>!</span>(<span class='ident'>xml</span>), <span class='prelude-val'>Some</span>(<span class='macro'>atoms</span><span class='macro'>!</span>(<span class='ident'>xml_uri</span>)));
<span class='ident'>map</span>.<span class='ident'>insert</span>(<span class='macro'>atoms</span><span class='macro'>!</span>(<span class='ident'>xmlns</span>), <span class='prelude-val'>Some</span>(<span class='macro'>atoms</span><span class='macro'>!</span>(<span class='ident'>xmlns_uri</span>)));
<span class='ident'>map</span>
},
}
}
<span class='kw'>fn</span> <span class='ident'>get</span>(<span class='kw-2'>&</span><span class='self'>self</span>, <span class='ident'>prefix</span>: <span class='kw-2'>&</span><span class='ident'>Atom</span>) <span class='op'>-></span> <span class='prelude-ty'>Option</span><span class='op'><</span><span class='kw-2'>&</span><span class='prelude-ty'>Option</span><span class='op'><</span><span class='ident'>Atom</span><span class='op'>>></span> {
<span class='self'>self</span>.<span class='ident'>scope</span>.<span class='ident'>get</span>(<span class='ident'>prefix</span>)
}
<span class='kw'>fn</span> <span class='ident'>insert_ns</span>(<span class='kw-2'>&</span><span class='kw-2'>mut</span> <span class='self'>self</span>, <span class='ident'>attr</span>: <span class='kw-2'>&</span><span class='ident'>Attribute</span>) <span class='op'>-></span> <span class='ident'>InsResult</span> {
<span class='kw'>if</span> <span class='kw-2'>&</span><span class='op'>*</span><span class='ident'>attr</span>.<span class='ident'>value</span> <span class='op'>==</span> <span class='ident'>XMLNS_URI</span> {
<span class='kw'>return</span> <span class='prelude-val'>Err</span>(<span class='ident'>Borrowed</span>(<span class='string'>"Can't declare XMLNS URI"</span>));
};
<span class='kw'>let</span> <span class='ident'>opt_uri</span> <span class='op'>=</span> <span class='kw'>if</span> <span class='kw-2'>&</span><span class='op'>*</span><span class='ident'>attr</span>.<span class='ident'>value</span> <span class='op'>==</span> <span class='string'>""</span> {
<span class='prelude-val'>None</span>
} <span class='kw'>else</span> {
<span class='prelude-val'>Some</span>(<span class='ident'>Atom</span>::<span class='ident'>from</span>(<span class='kw-2'>&</span><span class='op'>*</span><span class='ident'>attr</span>.<span class='ident'>value</span>))
};
<span class='kw'>let</span> <span class='ident'>result</span> <span class='op'>=</span> <span class='kw'>match</span> (<span class='kw-2'>&</span><span class='op'>*</span><span class='ident'>attr</span>.<span class='ident'>name</span>.<span class='ident'>prefix</span>, <span class='kw-2'>&</span><span class='op'>*</span><span class='ident'>attr</span>.<span class='ident'>name</span>.<span class='ident'>local</span>) {
(<span class='string'>"xmlns"</span>, <span class='string'>"xml"</span>) <span class='op'>=></span> {
<span class='kw'>if</span> <span class='kw-2'>&</span><span class='op'>*</span><span class='ident'>attr</span>.<span class='ident'>value</span> <span class='op'>!=</span> <span class='ident'>XML_URI</span> {
<span class='prelude-val'>Err</span>(<span class='ident'>Borrowed</span>(<span class='string'>"XML namespace can't be redeclared"</span>))
} <span class='kw'>else</span> {
<span class='prelude-val'>Ok</span>(())
}
},
(<span class='string'>"xmlns"</span> , <span class='string'>"xmlns"</span>) <span class='op'>=></span> {
<span class='prelude-val'>Err</span>(<span class='ident'>Borrowed</span>(<span class='string'>"XMLNS namespaces can't be changed"</span>))
},
(<span class='string'>"xmlns"</span>, _)
<span class='op'>|</span> (<span class='string'>""</span>, <span class='string'>"xmlns"</span>)<span class='op'>=></span> {
<span class='kw'>let</span> <span class='ident'>ext</span> <span class='op'>=</span> <span class='kw'>if</span> <span class='kw-2'>&</span><span class='op'>*</span><span class='ident'>attr</span>.<span class='ident'>name</span>.<span class='ident'>prefix</span> <span class='op'>==</span> <span class='string'>""</span> {
<span class='macro'>atoms</span><span class='macro'>!</span>()
} <span class='kw'>else</span> {
<span class='ident'>Atom</span>::<span class='ident'>from</span>(<span class='kw-2'>&</span><span class='op'>*</span><span class='ident'>attr</span>.<span class='ident'>name</span>.<span class='ident'>local</span>)
};
<span class='kw'>if</span> <span class='self'>self</span>.<span class='ident'>scope</span>.<span class='ident'>contains_key</span>(<span class='kw-2'>&</span><span class='ident'>ext</span>) <span class='op'>&&</span> <span class='ident'>opt_uri</span>.<span class='ident'>is_some</span>() {
<span class='prelude-val'>Err</span>(<span class='ident'>Borrowed</span>(<span class='string'>"Namespace already defined"</span>))
} <span class='kw'>else</span> {
<span class='self'>self</span>.<span class='ident'>scope</span>.<span class='ident'>insert</span>(<span class='ident'>ext</span>, <span class='ident'>opt_uri</span>);
<span class='prelude-val'>Ok</span>(())
}
},
(_, _) <span class='op'>=></span> {
<span class='prelude-val'>Err</span>(<span class='ident'>Borrowed</span>(<span class='string'>"Invalid namespace declaration."</span>))
}
};
<span class='ident'>result</span>
}
}
<span class='doccomment'>/// The XML tree builder.</span>
<span class='kw'>pub</span> <span class='kw'>struct</span> <span class='ident'>XmlTreeBuilder</span><span class='op'><</span><span class='ident'>Handle</span>, <span class='ident'>Sink</span><span class='op'>></span> {
<span class='doccomment'>/// Consumer of tree modifications.</span>
<span class='ident'>sink</span>: <span class='ident'>Sink</span>,
<span class='doccomment'>/// The document node, which is created by the sink.</span>
<span class='ident'>doc_handle</span>: <span class='ident'>Handle</span>,
<span class='doccomment'>/// Next state change for the tokenizer, if any.</span>
<span class='ident'>next_tokenizer_state</span>: <span class='prelude-ty'>Option</span><span class='op'><</span><span class='ident'>tokenizer</span>::<span class='ident'>states</span>::<span class='ident'>XmlState</span><span class='op'>></span>,
<span class='doccomment'>/// Stack of open elements, most recently added at end.</span>
<span class='ident'>open_elems</span>: <span class='ident'>Vec</span><span class='op'><</span><span class='ident'>Handle</span><span class='op'>></span>,
<span class='doccomment'>/// Current element pointer.</span>
<span class='ident'>curr_elem</span>: <span class='prelude-ty'>Option</span><span class='op'><</span><span class='ident'>Handle</span><span class='op'>></span>,
<span class='doccomment'>/// Stack of namespace identifiers and namespaces.</span>
<span class='ident'>namespace_stack</span>: <span class='ident'>NamespaceStack</span>,
<span class='doccomment'>/// Current namespace identifier</span>
<span class='ident'>current_namespace</span>: <span class='ident'>Namespace</span>,
<span class='doccomment'>/// List of already present namespace local name attribute pairs.</span>
<span class='ident'>present_attrs</span>: <span class='ident'>HashSet</span><span class='op'><</span>(<span class='ident'>Atom</span>, <span class='ident'>Atom</span>)<span class='op'>></span>,
<span class='doccomment'>/// Current tree builder phase.</span>
<span class='ident'>phase</span>: <span class='ident'>XmlPhase</span>,
}
<span class='kw'>impl</span><span class='op'><</span><span class='ident'>Handle</span>, <span class='ident'>Sink</span><span class='op'>></span> <span class='ident'>XmlTreeBuilder</span><span class='op'><</span><span class='ident'>Handle</span>, <span class='ident'>Sink</span><span class='op'>></span>
<span class='kw'>where</span> <span class='ident'>Handle</span>: <span class='ident'>Clone</span>,
<span class='ident'>Sink</span>: <span class='ident'>TreeSink</span><span class='op'><</span><span class='ident'>Handle</span><span class='op'>=</span><span class='ident'>Handle</span><span class='op'>></span>,
{
<span class='doccomment'>/// Create a new tree builder which sends tree modifications to a particular `TreeSink`.</span>
<span class='doccomment'>///</span>
<span class='doccomment'>/// The tree builder is also a `TokenSink`.</span>
<span class='kw'>pub</span> <span class='kw'>fn</span> <span class='ident'>new</span>(<span class='kw-2'>mut</span> <span class='ident'>sink</span>: <span class='ident'>Sink</span>) <span class='op'>-></span> <span class='ident'>XmlTreeBuilder</span><span class='op'><</span><span class='ident'>Handle</span>, <span class='ident'>Sink</span><span class='op'>></span> {
<span class='kw'>let</span> <span class='ident'>doc_handle</span> <span class='op'>=</span> <span class='ident'>sink</span>.<span class='ident'>get_document</span>();
<span class='ident'>XmlTreeBuilder</span> {
<span class='ident'>sink</span>: <span class='ident'>sink</span>,
<span class='ident'>doc_handle</span>: <span class='ident'>doc_handle</span>,
<span class='ident'>next_tokenizer_state</span>: <span class='prelude-val'>None</span>,
<span class='ident'>open_elems</span>: <span class='macro'>vec</span><span class='macro'>!</span>(),
<span class='ident'>curr_elem</span>: <span class='prelude-val'>None</span>,
<span class='ident'>namespace_stack</span>: <span class='ident'>NamespaceStack</span>::<span class='ident'>new</span>(),
<span class='ident'>current_namespace</span>: <span class='ident'>Namespace</span>::<span class='ident'>empty</span>(),
<span class='ident'>present_attrs</span>: <span class='ident'>HashSet</span>::<span class='ident'>new</span>(),
<span class='ident'>phase</span>: <span class='ident'>StartPhase</span>,
}
}
<span class='doccomment'>/// Returns consumer of tree modifications.</span>
<span class='kw'>pub</span> <span class='kw'>fn</span> <span class='ident'>unwrap</span>(<span class='self'>self</span>) <span class='op'>-></span> <span class='ident'>Sink</span> {
<span class='self'>self</span>.<span class='ident'>sink</span>
}
<span class='doccomment'>/// Immutably borrows consumer of tree modifications.</span>
<span class='kw'>pub</span> <span class='kw'>fn</span> <span class='ident'>sink</span><span class='op'><</span><span class='lifetime'>'a</span><span class='op'>></span>(<span class='kw-2'>&</span><span class='lifetime'>'a</span> <span class='self'>self</span>) <span class='op'>-></span> <span class='kw-2'>&</span><span class='lifetime'>'a</span> <span class='ident'>Sink</span> {
<span class='kw-2'>&</span><span class='self'>self</span>.<span class='ident'>sink</span>
}
<span class='doccomment'>/// Mutably borrows consumer of tree modifications.</span>
<span class='kw'>pub</span> <span class='kw'>fn</span> <span class='ident'>sink_mut</span><span class='op'><</span><span class='lifetime'>'a</span><span class='op'>></span>(<span class='kw-2'>&</span><span class='lifetime'>'a</span> <span class='kw-2'>mut</span> <span class='self'>self</span>) <span class='op'>-></span> <span class='kw-2'>&</span><span class='lifetime'>'a</span> <span class='kw-2'>mut</span> <span class='ident'>Sink</span> {
<span class='kw-2'>&</span><span class='kw-2'>mut</span> <span class='self'>self</span>.<span class='ident'>sink</span>
}
<span class='doccomment'>/// Call the `Tracer`'s `trace_handle` method on every `Handle` in the tree builder's</span>
<span class='doccomment'>/// internal state. This is intended to support garbage-collected DOMs.</span>
<span class='kw'>pub</span> <span class='kw'>fn</span> <span class='ident'>trace_handles</span>(<span class='kw-2'>&</span><span class='self'>self</span>, <span class='ident'>tracer</span>: <span class='kw-2'>&</span><span class='ident'>Tracer</span><span class='op'><</span><span class='ident'>Handle</span><span class='op'>=</span><span class='ident'>Handle</span><span class='op'>></span>) {
<span class='ident'>tracer</span>.<span class='ident'>trace_handle</span>(<span class='self'>self</span>.<span class='ident'>doc_handle</span>.<span class='ident'>clone</span>());
<span class='kw'>for</span> <span class='ident'>e</span> <span class='kw'>in</span> <span class='self'>self</span>.<span class='ident'>open_elems</span>.<span class='ident'>iter</span>() {
<span class='ident'>tracer</span>.<span class='ident'>trace_handle</span>(<span class='ident'>e</span>.<span class='ident'>clone</span>());
}
<span class='self'>self</span>.<span class='ident'>curr_elem</span>.<span class='ident'>as_ref</span>().<span class='ident'>map</span>(<span class='op'>|</span><span class='ident'>h</span><span class='op'>|</span> <span class='ident'>tracer</span>.<span class='ident'>trace_handle</span>(<span class='ident'>h</span>.<span class='ident'>clone</span>()));
}
<span class='comment'>// Debug helper</span>
<span class='attribute'>#[<span class='ident'>cfg</span>(<span class='ident'>not</span>(<span class='ident'>for_c</span>))]</span>
<span class='attribute'>#[<span class='ident'>allow</span>(<span class='ident'>dead_code</span>)]</span>
<span class='kw'>fn</span> <span class='ident'>dump_state</span>(<span class='kw-2'>&</span><span class='self'>self</span>, <span class='ident'>label</span>: <span class='ident'>String</span>) {
<span class='macro'>debug</span><span class='macro'>!</span>(<span class='string'>"dump_state on {}"</span>, <span class='ident'>label</span>);
<span class='macro'>debug</span><span class='macro'>!</span>(<span class='string'>" open_elems:"</span>);
<span class='kw'>for</span> <span class='ident'>node</span> <span class='kw'>in</span> <span class='self'>self</span>.<span class='ident'>open_elems</span>.<span class='ident'>iter</span>() {
<span class='kw'>let</span> <span class='ident'>QName</span> { <span class='ident'>prefix</span>, <span class='ident'>local</span>, .. } <span class='op'>=</span> <span class='self'>self</span>.<span class='ident'>sink</span>.<span class='ident'>elem_name</span>(<span class='ident'>node</span>);
<span class='macro'>debug</span><span class='macro'>!</span>(<span class='string'>" {:?}:{:?}"</span>, <span class='ident'>prefix</span>,<span class='ident'>local</span>);
}
<span class='macro'>debug</span><span class='macro'>!</span>(<span class='string'>""</span>);
}
<span class='attribute'>#[<span class='ident'>cfg</span>(<span class='ident'>for_c</span>)]</span>
<span class='kw'>fn</span> <span class='ident'>debug_step</span>(<span class='kw-2'>&</span><span class='self'>self</span>, <span class='ident'>_mode</span>: <span class='ident'>XmlPhase</span>, <span class='ident'>_token</span>: <span class='kw-2'>&</span><span class='ident'>Token</span>) {
}
<span class='attribute'>#[<span class='ident'>cfg</span>(<span class='ident'>not</span>(<span class='ident'>for_c</span>))]</span>
<span class='kw'>fn</span> <span class='ident'>debug_step</span>(<span class='kw-2'>&</span><span class='self'>self</span>, <span class='ident'>mode</span>: <span class='ident'>XmlPhase</span>, <span class='ident'>token</span>: <span class='kw-2'>&</span><span class='ident'>Token</span>) {
<span class='macro'>debug</span><span class='macro'>!</span>(<span class='string'>"processing {:?} in insertion mode {:?}"</span>, <span class='macro'>format</span><span class='macro'>!</span>(<span class='string'>"{:?}"</span>, <span class='ident'>token</span>), <span class='ident'>mode</span>);
}
<span class='kw'>fn</span> <span class='ident'>declare_ns</span>(<span class='kw-2'>&</span><span class='kw-2'>mut</span> <span class='self'>self</span>, <span class='ident'>attr</span>: <span class='kw-2'>&</span><span class='kw-2'>mut</span> <span class='ident'>Attribute</span>) {
<span class='kw'>if</span> <span class='kw'>let</span> <span class='prelude-val'>Err</span>(<span class='ident'>msg</span>) <span class='op'>=</span> <span class='self'>self</span>.<span class='ident'>current_namespace</span>.<span class='ident'>insert_ns</span>(<span class='kw-2'>&</span><span class='ident'>attr</span>) {
<span class='self'>self</span>.<span class='ident'>sink</span>.<span class='ident'>parse_error</span>(<span class='ident'>msg</span>);
} <span class='kw'>else</span> {
<span class='ident'>attr</span>.<span class='ident'>name</span>.<span class='ident'>namespace_url</span> <span class='op'>=</span> <span class='macro'>atoms</span><span class='macro'>!</span>(<span class='ident'>xmlns_uri</span>);
}
}
<span class='kw'>fn</span> <span class='ident'>find_uri</span>(<span class='kw-2'>&</span><span class='self'>self</span>, <span class='ident'>prefix</span>: <span class='kw-2'>&</span><span class='ident'>Atom</span>) <span class='op'>-></span> <span class='prelude-ty'>Result</span><span class='op'><</span><span class='prelude-ty'>Option</span><span class='op'><</span><span class='ident'>Atom</span><span class='op'>></span>, <span class='ident'>Cow</span><span class='op'><</span><span class='lifetime'>'static</span>, <span class='ident'>str</span><span class='op'>></span> <span class='op'>></span>{
<span class='kw'>let</span> <span class='kw-2'>mut</span> <span class='ident'>uri</span> <span class='op'>=</span> <span class='prelude-val'>Err</span>(<span class='ident'>Borrowed</span>(<span class='string'>"No appropriate namespace found"</span>));
<span class='kw'>for</span> <span class='ident'>ns</span> <span class='kw'>in</span> <span class='self'>self</span>.<span class='ident'>namespace_stack</span>.<span class='number'>0</span>.<span class='ident'>iter</span>()
.<span class='ident'>chain</span>(<span class='prelude-val'>Some</span>(<span class='kw-2'>&</span><span class='self'>self</span>.<span class='ident'>current_namespace</span>)).<span class='ident'>rev</span>() {
<span class='kw'>if</span> <span class='kw'>let</span> <span class='prelude-val'>Some</span>(<span class='ident'>el</span>) <span class='op'>=</span> <span class='ident'>ns</span>.<span class='ident'>get</span>(<span class='ident'>prefix</span>) {
<span class='ident'>uri</span> <span class='op'>=</span> <span class='prelude-val'>Ok</span>(<span class='ident'>el</span>.<span class='ident'>clone</span>());
<span class='kw'>break</span>;
}
}
<span class='ident'>uri</span>
}
<span class='kw'>fn</span> <span class='ident'>bind_qname</span>(<span class='kw-2'>&</span><span class='kw-2'>mut</span> <span class='self'>self</span>, <span class='ident'>name</span>: <span class='kw-2'>&</span><span class='kw-2'>mut</span> <span class='ident'>QName</span>) {
<span class='kw'>match</span> <span class='self'>self</span>.<span class='ident'>find_uri</span>(<span class='kw-2'>&</span><span class='ident'>name</span>.<span class='ident'>prefix</span>) {
<span class='prelude-val'>Ok</span>(<span class='ident'>uri</span>) <span class='op'>=></span> {
<span class='kw'>let</span> <span class='ident'>ns_uri</span> <span class='op'>=</span> <span class='kw'>match</span> <span class='ident'>uri</span> {
<span class='prelude-val'>Some</span>(<span class='ident'>e</span>) <span class='op'>=></span> <span class='ident'>e</span>,
<span class='prelude-val'>None</span> <span class='op'>=></span> <span class='macro'>atoms</span><span class='macro'>!</span>(),
};
<span class='ident'>name</span>.<span class='ident'>namespace_url</span> <span class='op'>=</span> <span class='ident'>ns_uri</span>;
},
<span class='prelude-val'>Err</span>(<span class='ident'>msg</span>) <span class='op'>=></span> {
<span class='self'>self</span>.<span class='ident'>sink</span>.<span class='ident'>parse_error</span>(<span class='ident'>msg</span>);
},
}
}
<span class='comment'>// This method takes in name qualified name and binds it to the</span>
<span class='comment'>// existing namespace context.</span>
<span class='comment'>//</span>
<span class='comment'>// Returns false if the attribute is a duplicate, returns true otherwise.</span>
<span class='kw'>fn</span> <span class='ident'>bind_attr_qname</span>(<span class='kw-2'>&</span><span class='kw-2'>mut</span> <span class='self'>self</span>, <span class='ident'>name</span>: <span class='kw-2'>&</span><span class='kw-2'>mut</span> <span class='ident'>QName</span>) <span class='op'>-></span> <span class='ident'>bool</span> {
<span class='comment'>// Attributes don't have default namespace</span>
<span class='kw'>let</span> <span class='kw-2'>mut</span> <span class='ident'>not_duplicate</span> <span class='op'>=</span> <span class='bool-val'>true</span>;
<span class='kw'>if</span> <span class='kw-2'>&</span><span class='op'>*</span><span class='ident'>name</span>.<span class='ident'>prefix</span> <span class='op'>!=</span> <span class='string'>""</span> {
<span class='self'>self</span>.<span class='ident'>bind_qname</span>(<span class='ident'>name</span>);
<span class='ident'>not_duplicate</span> <span class='op'>=</span> <span class='self'>self</span>.<span class='ident'>check_duplicate_attr</span>(<span class='ident'>name</span>);
}
<span class='ident'>not_duplicate</span>
}
<span class='kw'>fn</span> <span class='ident'>check_duplicate_attr</span>(<span class='kw-2'>&</span><span class='kw-2'>mut</span> <span class='self'>self</span>, <span class='ident'>name</span>: <span class='kw-2'>&</span><span class='ident'>QName</span>) <span class='op'>-></span> <span class='ident'>bool</span> {
<span class='kw'>let</span> <span class='ident'>pair</span> <span class='op'>=</span> (<span class='ident'>name</span>.<span class='ident'>namespace_url</span>.<span class='ident'>clone</span>(), <span class='ident'>name</span>.<span class='ident'>local</span>.<span class='ident'>clone</span>());
<span class='kw'>if</span> <span class='self'>self</span>.<span class='ident'>present_attrs</span>.<span class='ident'>contains</span>(<span class='kw-2'>&</span><span class='ident'>pair</span>) {
<span class='kw'>return</span> <span class='bool-val'>false</span>;
}
<span class='self'>self</span>.<span class='ident'>present_attrs</span>.<span class='ident'>insert</span>(<span class='ident'>pair</span>);
<span class='bool-val'>true</span>
}
<span class='kw'>fn</span> <span class='ident'>process_namespaces</span>(<span class='kw-2'>&</span><span class='kw-2'>mut</span> <span class='self'>self</span>, <span class='ident'>tag</span>: <span class='kw-2'>&</span><span class='kw-2'>mut</span> <span class='ident'>Tag</span>) {
<span class='kw'>let</span> <span class='kw-2'>mut</span> <span class='ident'>new_attr</span> <span class='op'>=</span> <span class='macro'>vec</span><span class='macro'>!</span>[];
<span class='comment'>// First we extract all namespace declarations</span>
<span class='kw'>for</span> <span class='kw-2'>mut</span> <span class='ident'>attr</span> <span class='kw'>in</span> <span class='ident'>tag</span>.<span class='ident'>attrs</span>.<span class='ident'>iter_mut</span>()
.<span class='ident'>filter</span>(<span class='op'>|</span><span class='ident'>attr</span><span class='op'>|</span> <span class='kw-2'>&</span><span class='ident'>attr</span>.<span class='ident'>name</span>.<span class='ident'>prefix</span> <span class='op'>==</span> <span class='kw-2'>&</span><span class='macro'>atoms</span><span class='macro'>!</span>(<span class='ident'>xmlns</span>)
<span class='op'>||</span> <span class='ident'>attr</span>.<span class='ident'>name</span>.<span class='ident'>local</span> <span class='op'>==</span> <span class='macro'>atoms</span><span class='macro'>!</span>(<span class='ident'>xmlns</span>)) {
<span class='self'>self</span>.<span class='ident'>declare_ns</span>(<span class='kw-2'>&</span><span class='kw-2'>mut</span> <span class='ident'>attr</span>);
}
<span class='comment'>// Then we bind those namespace declarations to attributes</span>
<span class='kw'>for</span> <span class='kw-2'>mut</span> <span class='ident'>attr</span> <span class='kw'>in</span> <span class='ident'>tag</span>.<span class='ident'>attrs</span>.<span class='ident'>iter_mut</span>()
.<span class='ident'>filter</span>(<span class='op'>|</span><span class='ident'>attr</span><span class='op'>|</span> <span class='kw-2'>&</span><span class='ident'>attr</span>.<span class='ident'>name</span>.<span class='ident'>prefix</span> <span class='op'>!=</span> <span class='kw-2'>&</span><span class='macro'>atoms</span><span class='macro'>!</span>(<span class='ident'>xmlns</span>)
<span class='op'>&&</span> <span class='ident'>attr</span>.<span class='ident'>name</span>.<span class='ident'>local</span> <span class='op'>!=</span> <span class='macro'>atoms</span><span class='macro'>!</span>(<span class='ident'>xmlns</span>)) {
<span class='kw'>if</span> <span class='self'>self</span>.<span class='ident'>bind_attr_qname</span>(<span class='kw-2'>&</span><span class='kw-2'>mut</span> <span class='ident'>attr</span>.<span class='ident'>name</span>) {
<span class='ident'>new_attr</span>.<span class='ident'>push</span>(<span class='ident'>attr</span>.<span class='ident'>clone</span>());
}
}
<span class='ident'>mem</span>::<span class='ident'>replace</span>(<span class='kw-2'>&</span><span class='kw-2'>mut</span> <span class='ident'>tag</span>.<span class='ident'>attrs</span>, <span class='ident'>new_attr</span>);
<span class='comment'>// Then we bind the tags namespace.</span>
<span class='self'>self</span>.<span class='ident'>bind_qname</span>(<span class='kw-2'>&</span><span class='kw-2'>mut</span> <span class='ident'>tag</span>.<span class='ident'>name</span>);
<span class='comment'>// Finally, we dump current namespace if its unneeded.</span>
<span class='kw'>let</span> <span class='ident'>x</span> <span class='op'>=</span> <span class='ident'>mem</span>::<span class='ident'>replace</span>(<span class='kw-2'>&</span><span class='kw-2'>mut</span> <span class='self'>self</span>.<span class='ident'>current_namespace</span>, <span class='ident'>Namespace</span>::<span class='ident'>empty</span>());
<span class='comment'>// Only start tag doesn't dump current namespace.</span>
<span class='kw'>if</span> <span class='ident'>tag</span>.<span class='ident'>kind</span> <span class='op'>==</span> <span class='ident'>StartTag</span> {
<span class='self'>self</span>.<span class='ident'>namespace_stack</span>.<span class='ident'>push</span>(<span class='ident'>x</span>);
}
}
<span class='kw'>fn</span> <span class='ident'>process_to_completion</span>(<span class='kw-2'>&</span><span class='kw-2'>mut</span> <span class='self'>self</span>, <span class='kw-2'>mut</span> <span class='ident'>token</span>: <span class='ident'>Token</span>) {
<span class='comment'>// Queue of additional tokens yet to be processed.</span>
<span class='comment'>// This stays empty in the common case where we don't split whitespace.</span>
<span class='kw'>let</span> <span class='kw-2'>mut</span> <span class='ident'>more_tokens</span> <span class='op'>=</span> <span class='ident'>VecDeque</span>::<span class='ident'>new</span>();
<span class='kw'>loop</span> {
<span class='kw'>let</span> <span class='ident'>phase</span> <span class='op'>=</span> <span class='self'>self</span>.<span class='ident'>phase</span>;
<span class='kw'>match</span> <span class='self'>self</span>.<span class='ident'>step</span>(<span class='ident'>phase</span>, <span class='ident'>token</span>) {
<span class='ident'>Done</span> <span class='op'>=></span> {
<span class='ident'>token</span> <span class='op'>=</span> <span class='macro'>unwrap_or_return</span><span class='macro'>!</span>(<span class='ident'>more_tokens</span>.<span class='ident'>pop_front</span>(), ());
}
<span class='ident'>Reprocess</span>(<span class='ident'>m</span>, <span class='ident'>t</span>) <span class='op'>=></span> {
<span class='self'>self</span>.<span class='ident'>phase</span> <span class='op'>=</span> <span class='ident'>m</span>;
<span class='ident'>token</span> <span class='op'>=</span> <span class='ident'>t</span>;
}
}
}
}
}
<span class='kw'>impl</span><span class='op'><</span><span class='ident'>Handle</span>, <span class='ident'>Sink</span><span class='op'>></span> <span class='ident'>TokenSink</span>
<span class='kw'>for</span> <span class='ident'>XmlTreeBuilder</span><span class='op'><</span><span class='ident'>Handle</span>, <span class='ident'>Sink</span><span class='op'>></span>
<span class='kw'>where</span> <span class='ident'>Handle</span>: <span class='ident'>Clone</span>,
<span class='ident'>Sink</span>: <span class='ident'>TreeSink</span><span class='op'><</span><span class='ident'>Handle</span><span class='op'>=</span><span class='ident'>Handle</span><span class='op'>></span>,
{
<span class='kw'>fn</span> <span class='ident'>process_token</span>(<span class='kw-2'>&</span><span class='kw-2'>mut</span> <span class='self'>self</span>, <span class='ident'>token</span>: <span class='ident'>tokenizer</span>::<span class='ident'>Token</span>) {
<span class='comment'>// Handle `ParseError` and `DoctypeToken`; convert everything else to the local `Token` type.</span>
<span class='kw'>let</span> <span class='ident'>token</span> <span class='op'>=</span> <span class='kw'>match</span> <span class='ident'>token</span> {
<span class='ident'>tokenizer</span>::<span class='ident'>ParseError</span>(<span class='ident'>e</span>) <span class='op'>=></span> {
<span class='self'>self</span>.<span class='ident'>sink</span>.<span class='ident'>parse_error</span>(<span class='ident'>e</span>);
<span class='kw'>return</span>;
}
<span class='ident'>tokenizer</span>::<span class='ident'>DoctypeToken</span>(<span class='ident'>d</span>) <span class='op'>=></span><span class='ident'>DoctypeToken</span>(<span class='ident'>d</span>),
<span class='ident'>tokenizer</span>::<span class='ident'>PIToken</span>(<span class='ident'>x</span>) <span class='op'>=></span> <span class='ident'>PIToken</span>(<span class='ident'>x</span>),
<span class='ident'>tokenizer</span>::<span class='ident'>TagToken</span>(<span class='ident'>x</span>) <span class='op'>=></span> <span class='ident'>TagToken</span>(<span class='ident'>x</span>),
<span class='ident'>tokenizer</span>::<span class='ident'>CommentToken</span>(<span class='ident'>x</span>) <span class='op'>=></span> <span class='ident'>CommentToken</span>(<span class='ident'>x</span>),
<span class='ident'>tokenizer</span>::<span class='ident'>NullCharacterToken</span> <span class='op'>=></span> <span class='ident'>NullCharacterToken</span>,
<span class='ident'>tokenizer</span>::<span class='ident'>EOFToken</span> <span class='op'>=></span> <span class='ident'>EOFToken</span>,
<span class='ident'>tokenizer</span>::<span class='ident'>CharacterTokens</span>(<span class='ident'>x</span>) <span class='op'>=></span> <span class='ident'>CharacterTokens</span>(<span class='ident'>x</span>),
};
<span class='self'>self</span>.<span class='ident'>process_to_completion</span>(<span class='ident'>token</span>);
}
<span class='kw'>fn</span> <span class='ident'>query_state_change</span>(<span class='kw-2'>&</span><span class='kw-2'>mut</span> <span class='self'>self</span>) <span class='op'>-></span> <span class='prelude-ty'>Option</span><span class='op'><</span><span class='ident'>tokenizer</span>::<span class='ident'>states</span>::<span class='ident'>XmlState</span><span class='op'>></span> {
<span class='self'>self</span>.<span class='ident'>next_tokenizer_state</span>.<span class='ident'>take</span>()
}
}
</pre>
</section>
<section id='search' class="content hidden"></section>
<section class="footer"></section>
<aside id="help" class="hidden">
<div>
<h1 class="hidden">Help</h1>
<div class="shortcuts">
<h2>Keyboard Shortcuts</h2>
<dl>
<dt>?</dt>
<dd>Show this help dialog</dd>
<dt>S</dt>
<dd>Focus the search field</dd>
<dt>⇤</dt>
<dd>Move up in search results</dd>
<dt>⇥</dt>
<dd>Move down in search results</dd>
<dt>⏎</dt>
<dd>Go to active search result</dd>
<dt>+</dt>
<dd>Collapse/expand all sections</dd>
</dl>
</div>
<div class="infos">
<h2>Search Tricks</h2>
<p>
Prefix searches with a type followed by a colon (e.g.
<code>fn:</code>) to restrict the search to a given type.
</p>
<p>
Accepted types are: <code>fn</code>, <code>mod</code>,
<code>struct</code>, <code>enum</code>,
<code>trait</code>, <code>type</code>, <code>macro</code>,
and <code>const</code>.
</p>
<p>
Search functions by type signature (e.g.
<code>vec -> usize</code> or <code>* -> vec</code>)
</p>
</div>
</div>
</aside>
<script>
window.rootPath = "../../../";
window.currentCrate = "xml5ever";
window.playgroundUrl = "";
</script>
<script src="../../../jquery.js"></script>
<script src="../../../main.js"></script>
<script defer src="../../../search-index.js"></script>
</body>
</html> |
19_09/buildToolsmkexe.html | legatoproject/legato-docs | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html data-context="Build Apps" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<title>mkexe - Legato Docs</title>
<meta content="legato™ is an open source Linux-based embedded platform designed to simplify connected IoT application development" name="description"/>
<meta content="legato, iot" name="keywords"/>
<meta content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" name="viewport"/>
<meta content="19.09.0" name="legato-version"/>
<link href="resources/images/legato.ico" rel="shortcut icon"/>
<link href="resources/images/legato.ico" rel="icon" type="image/x-icon"/>
<link href="resources/images/legato.ico" rel="shortcut icon" type="image/x-icon"/>
<link href="resources/images/legato.ico" rel="apple-touch-icon" type="image/x-icon"/>
<link href="resources/css/style.css" media="screen" rel="stylesheet" type="text/css"/>
<link href="resources/css/font-awesome.css" rel="stylesheet" type="text/css"/>
<!--[if IE]>
<script src="resources/js/html5shiv.js"></script>
<script src="resources/js/respond.js"></script>
<![endif]-->
<script src="https://code.jquery.com/jquery-2.2.3.min.js"></script>
<script src="resources/js/main.js"></script>
<script src="tocs/Build_Apps_Tools.json"></script>
</head>
<body>
<noscript>
<input class="modal-closing-trick" id="modal-closing-trick" type="checkbox"/>
<div id="nojs">
<label for="modal-closing-trick">
<span>You seem to not have Javascript <a href="http://enable-javascript.com">enabled</a>, so site functionality like the search and navigation tree won't work.</span>
</label>
</div>
</noscript>
<div class="wrapper">
<div class="fa fa-bars documentation" id="menu-trigger"></div>
<div id="top">
<header>
<nav>
<a class="navlink" href="/">Introduction</a><a class="navlink selected" href="buildAppsMain.html">Build Apps</a><a class="navlink" href="buildPlatformMain.html">Build Platform</a><a class="navlink" href="aboutMain.html">About</a>
</nav>
</header>
</div>
<div class="white" id="menudocumentation">
<header>
<a href="/"> <img alt="Back to Legato Homepage" id="logo" src="resources/images/legato_logo.png"/></a>
<h2>/ Build Apps</h2>
<nav class="secondary">
<a href="getStarted.html">Get Started</a><a href="concepts.html">Concepts</a><a href="apiGuidesMain.html">API Guides</a><a class="link-selected" href="tools.html">Tools</a><a href="howToMain.html">How To</a><a href="experimentalMain.html">Experimental Features</a>
</nav>
<nav class="ui-front">
<i class="fa fa-search" id="search-icon"></i>
<input id="searchbox" placeholder="Search"/>
</nav>
</header>
</div>
<div id="resizable">
<div id="left">
<div id="tree1"></div>
</div>
</div>
<div class="content">
<div class="header">
<div class="headertitle">
<h1 class="title">mkexe </h1> </div>
</div><div class="contents">
<div class="textblock"><p><code>mkexe</code> builds an executable for a target without packaging it as an app. It's used to build some internal parts of the framework, such as the Supervisor and Service Directory.</p>
<p><code>mkexe</code> is normally not needed outside of the framework build. Instead, <a class="el" href="buildToolsmksys.html">mksys</a> (or <a class="el" href="buildToolsmkapp.html">mkapp</a>) should be used to build apps to deploy to a target device.</p>
<p><code>mkexe</code> can be used to build command-line tools to copy to a target or to bundle in a root file system image; but using <code>mkexe</code> for this purpose isn't really necessary. Command-line tools can be placed inside an app and either that app can be installed directly on the target (see <a class="el" href="defFilesSdef.html#defFilesSdef_commands">commands</a>), or the executable can be copied from the app's build directory on the build PC file system after the app has been built.</p>
<h1><a class="anchor" id="buildToolsmkexe_Usage"></a>
Usage</h1>
<p><code>mkexe</code> provides flags to set the target, set build options, and specify additional search directories:</p>
<p>Command line parameters: </p><pre class="fragment"> -C, --cflags, <string>
(Multiple, optional) Specify extra flags to be passed to the C compiler.
-L, --ldflags, <string>
(Multiple, optional) Specify extra flags to be passed to the linker when linking
executables.
-X, --cxxflags, <string>
(Multiple, optional) Specify extra flags to be passed to the C++ compiler.
-c, --component-search, <string>
(Multiple, optional) (DEPRECATED) Add a directory to the source search path (same as -s).
-d, --debug-dir, <string>
(Optional) Generate debug symbols and place them in the specified directory. Debug symbol
files will be named with build-id
-g, --generate-code
(Optional) Only generate code, but don't compile or link anything. The interface definition
(include) files will be generated, along with component and executable main files. This is
useful for supporting context-sensitive auto-complete and related features in source code
editors, for example.
-i, --interface-search, <string>
(Multiple, optional) Add a directory to the interface search path.
-l, --lib-output-dir, <string>
(Optional) Specify the directory into which any generated runtime libraries should be put.
-n, --dont-run-ninja
(Optional) Even if a build.ninja file exists, ignore it, parse all inputs, and generate all
output files, including a new copy of the build.ninja, then exit without running ninja.
This is used by the build.ninja to to regenerate itself and any other files that need to be
regenerated when the build.ninja finds itself out of date.
-o, --output, <string>
The path of the executable file to generate.
-s, --source-search, <string>
(Multiple, optional) Add a directory to the source search path.
-t, --target, <string>
(Optional) Specify the target device to build for (wp85 | wp76xx).
-v, --verbose
(Optional) Set into verbose mode for extra diagnostic information.
-w, --object-dir, <string>
(Optional) Specify the directory into which any intermediate build artifacts (such as .o
files and generated source code files) should be put.
</pre><p>See <a class="el" href="buildToolsmk.html#buildToolsmk_ToolChainConfig">Tool Chain Configuration</a> for information on how <code>mkexe</code> decides what compilers, etc. to use.</p>
<p class="copyright">Copyright (C) Sierra Wireless Inc. </p>
</div></div>
<br clear="left"/>
</div>
</div>
<link href="resources/css/jqtree.css" rel="stylesheet" type="text/css"/>
<script src="resources/js/tree.jquery.js" type="text/javascript"></script>
<script src="resources/js/jquery.cookie.js"></script>
<script src="https://code.jquery.com/ui/1.11.4/jquery-ui.min.js"></script>
<link href="resources/css/perfect-scrollbar.min.css" rel="stylesheet"/>
<script src="resources/js/perfect-scrollbar.jquery.min.js"></script>
</body>
</html>
|
png/chunk/constant.PLTE.html | servo/doc.servo.org | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `PLTE` constant in crate `png`.">
<meta name="keywords" content="rust, rustlang, rust-lang, PLTE">
<title>png::chunk::PLTE - Rust</title>
<link rel="stylesheet" type="text/css" href="../../rustdoc.css">
<link rel="stylesheet" type="text/css" href="../../main.css">
</head>
<body class="rustdoc">
<!--[if lte IE 8]>
<div class="warning">
This old browser is unsupported and will most likely display funky
things.
</div>
<![endif]-->
<nav class="sidebar">
<p class='location'><a href='../index.html'>png</a>::<wbr><a href='index.html'>chunk</a></p><script>window.sidebarCurrent = {name: 'PLTE', ty: 'constant', relpath: ''};</script><script defer src="sidebar-items.js"></script>
</nav>
<nav class="sub">
<form class="search-form js-only">
<div class="search-container">
<input class="search-input" name="search"
autocomplete="off"
placeholder="Click or press ‘S’ to search, ‘?’ for more options…"
type="search">
</div>
</form>
</nav>
<section id='main' class="content constant">
<h1 class='fqn'><span class='in-band'><a href='../index.html'>png</a>::<wbr><a href='index.html'>chunk</a>::<wbr><a class='constant' href=''>PLTE</a></span><span class='out-of-band'><span id='render-detail'>
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
[<span class='inner'>−</span>]
</a>
</span><a id='src-11' class='srclink' href='../../src/png/chunk.rs.html#12' title='goto source code'>[src]</a></span></h1>
<pre class='rust const'>pub const PLTE: <a class='type' href='../../png/chunk/type.ChunkType.html' title='png::chunk::ChunkType'>ChunkType</a><code> = </code><code>[b'P', b'L', b'T', b'E']</code></pre><div class='docblock'><p>Palette</p>
</div></section>
<section id='search' class="content hidden"></section>
<section class="footer"></section>
<aside id="help" class="hidden">
<div>
<h1 class="hidden">Help</h1>
<div class="shortcuts">
<h2>Keyboard Shortcuts</h2>
<dl>
<dt>?</dt>
<dd>Show this help dialog</dd>
<dt>S</dt>
<dd>Focus the search field</dd>
<dt>⇤</dt>
<dd>Move up in search results</dd>
<dt>⇥</dt>
<dd>Move down in search results</dd>
<dt>⏎</dt>
<dd>Go to active search result</dd>
<dt>+</dt>
<dd>Collapse/expand all sections</dd>
</dl>
</div>
<div class="infos">
<h2>Search Tricks</h2>
<p>
Prefix searches with a type followed by a colon (e.g.
<code>fn:</code>) to restrict the search to a given type.
</p>
<p>
Accepted types are: <code>fn</code>, <code>mod</code>,
<code>struct</code>, <code>enum</code>,
<code>trait</code>, <code>type</code>, <code>macro</code>,
and <code>const</code>.
</p>
<p>
Search functions by type signature (e.g.
<code>vec -> usize</code> or <code>* -> vec</code>)
</p>
</div>
</div>
</aside>
<script>
window.rootPath = "../../";
window.currentCrate = "png";
window.playgroundUrl = "";
</script>
<script src="../../jquery.js"></script>
<script src="../../main.js"></script>
<script defer src="../../search-index.js"></script>
</body>
</html> |
freetype/freetype/type.FT_UFWord.html | susaing/doc.servo.org | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `FT_UFWord` type in crate `freetype`.">
<meta name="keywords" content="rust, rustlang, rust-lang, FT_UFWord">
<title>freetype::freetype::FT_UFWord - Rust</title>
<link rel="stylesheet" type="text/css" href="../../main.css">
</head>
<body class="rustdoc">
<!--[if lte IE 8]>
<div class="warning">
This old browser is unsupported and will most likely display funky
things.
</div>
<![endif]-->
<section class="sidebar">
<p class='location'><a href='../index.html'>freetype</a>::<wbr><a href='index.html'>freetype</a></p><script>window.sidebarCurrent = {name: 'FT_UFWord', ty: 'type', relpath: ''};</script><script defer src="sidebar-items.js"></script>
</section>
<nav class="sub">
<form class="search-form js-only">
<div class="search-container">
<input class="search-input" name="search"
autocomplete="off"
placeholder="Click or press ‘S’ to search, ‘?’ for more options…"
type="search">
</div>
</form>
</nav>
<section id='main' class="content type">
<h1 class='fqn'><span class='in-band'><a href='../index.html'>freetype</a>::<wbr><a href='index.html'>freetype</a>::<wbr><a class='type' href=''>FT_UFWord</a></span><span class='out-of-band'><span id='render-detail'>
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
[<span class='inner'>−</span>]
</a>
</span><a id='src-408' class='srclink' href='../../src/freetype/freetype.rs.html#195' title='goto source code'>[src]</a></span></h1>
<pre class='rust typedef'>type FT_UFWord = <a class='type' href='../../libc/types/os/arch/c95/type.c_ushort.html' title='libc::types::os::arch::c95::c_ushort'>c_ushort</a>;</pre></section>
<section id='search' class="content hidden"></section>
<section class="footer"></section>
<div id="help" class="hidden">
<div>
<div class="shortcuts">
<h1>Keyboard Shortcuts</h1>
<dl>
<dt>?</dt>
<dd>Show this help dialog</dd>
<dt>S</dt>
<dd>Focus the search field</dd>
<dt>⇤</dt>
<dd>Move up in search results</dd>
<dt>⇥</dt>
<dd>Move down in search results</dd>
<dt>⏎</dt>
<dd>Go to active search result</dd>
</dl>
</div>
<div class="infos">
<h1>Search Tricks</h1>
<p>
Prefix searches with a type followed by a colon (e.g.
<code>fn:</code>) to restrict the search to a given type.
</p>
<p>
Accepted types are: <code>fn</code>, <code>mod</code>,
<code>struct</code>, <code>enum</code>,
<code>trait</code>, <code>type</code>, <code>macro</code>,
and <code>const</code>.
</p>
<p>
Search functions by type signature (e.g.
<code>vec -> usize</code>)
</p>
</div>
</div>
</div>
<script>
window.rootPath = "../../";
window.currentCrate = "freetype";
window.playgroundUrl = "";
</script>
<script src="../../jquery.js"></script>
<script src="../../main.js"></script>
<script async src="../../search-index.js"></script>
</body>
</html> |
script/dom/bindings/codegen/Bindings/WorkerGlobalScopeBinding/static.PrototypeClass.html | susaing/doc.servo.org | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `PrototypeClass` static in crate `script`.">
<meta name="keywords" content="rust, rustlang, rust-lang, PrototypeClass">
<title>script::dom::bindings::codegen::Bindings::WorkerGlobalScopeBinding::PrototypeClass - Rust</title>
<link rel="stylesheet" type="text/css" href="../../../../../../main.css">
</head>
<body class="rustdoc">
<!--[if lte IE 8]>
<div class="warning">
This old browser is unsupported and will most likely display funky
things.
</div>
<![endif]-->
<section class="sidebar">
<p class='location'><a href='../../../../../index.html'>script</a>::<wbr><a href='../../../../index.html'>dom</a>::<wbr><a href='../../../index.html'>bindings</a>::<wbr><a href='../../index.html'>codegen</a>::<wbr><a href='../index.html'>Bindings</a>::<wbr><a href='index.html'>WorkerGlobalScopeBinding</a></p><script>window.sidebarCurrent = {name: 'PrototypeClass', ty: 'static', relpath: ''};</script><script defer src="sidebar-items.js"></script>
</section>
<nav class="sub">
<form class="search-form js-only">
<div class="search-container">
<input class="search-input" name="search"
autocomplete="off"
placeholder="Click or press ‘S’ to search, ‘?’ for more options…"
type="search">
</div>
</form>
</nav>
<section id='main' class="content static">
<h1 class='fqn'><span class='in-band'><a href='../../../../../index.html'>script</a>::<wbr><a href='../../../../index.html'>dom</a>::<wbr><a href='../../../index.html'>bindings</a>::<wbr><a href='../../index.html'>codegen</a>::<wbr><a href='../index.html'>Bindings</a>::<wbr><a href='index.html'>WorkerGlobalScopeBinding</a>::<wbr><a class='static' href=''>PrototypeClass</a></span><span class='out-of-band'><span id='render-detail'>
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
[<span class='inner'>−</span>]
</a>
</span><a id='src-542474' class='srclink' href='../../../../../../src/script///home/servo/buildbot/slave/doc/build/target/debug/build/script-49135cd7c70c0a0f/out/Bindings/WorkerGlobalScopeBinding.rs.html#903-919' title='goto source code'>[src]</a></span></h1>
<pre class='rust static'>static PrototypeClass: <a class='struct' href='../../../../../../js/jsapi/struct.JSClass.html' title='js::jsapi::JSClass'>JSClass</a><code> = </code><code>JSClass {
name: b"WorkerGlobalScopePrototype\0" as *const u8 as *const libc::c_char,
flags: (1 & JSCLASS_RESERVED_SLOTS_MASK) << JSCLASS_RESERVED_SLOTS_SHIFT, //JSCLASS_HAS_RESERVED_SLOTS(1)
addProperty: None,
delProperty: None,
getProperty: None,
setProperty: None,
enumerate: None,
resolve: None,
convert: None,
finalize: None,
call: None,
hasInstance: None,
construct: None,
trace: None,
reserved: [0 as *mut libc::c_void; 25]
}</code></pre></section>
<section id='search' class="content hidden"></section>
<section class="footer"></section>
<div id="help" class="hidden">
<div>
<div class="shortcuts">
<h1>Keyboard Shortcuts</h1>
<dl>
<dt>?</dt>
<dd>Show this help dialog</dd>
<dt>S</dt>
<dd>Focus the search field</dd>
<dt>⇤</dt>
<dd>Move up in search results</dd>
<dt>⇥</dt>
<dd>Move down in search results</dd>
<dt>⏎</dt>
<dd>Go to active search result</dd>
</dl>
</div>
<div class="infos">
<h1>Search Tricks</h1>
<p>
Prefix searches with a type followed by a colon (e.g.
<code>fn:</code>) to restrict the search to a given type.
</p>
<p>
Accepted types are: <code>fn</code>, <code>mod</code>,
<code>struct</code>, <code>enum</code>,
<code>trait</code>, <code>type</code>, <code>macro</code>,
and <code>const</code>.
</p>
<p>
Search functions by type signature (e.g.
<code>vec -> usize</code>)
</p>
</div>
</div>
</div>
<script>
window.rootPath = "../../../../../../";
window.currentCrate = "script";
window.playgroundUrl = "";
</script>
<script src="../../../../../../jquery.js"></script>
<script src="../../../../../../main.js"></script>
<script async src="../../../../../../search-index.js"></script>
</body>
</html> |
js/jsapi/fn._ZN2js15proxy_ConstructEP9JSContextjPN2JS5ValueE.html | susaing/doc.servo.org | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `_ZN2js15proxy_ConstructEP9JSContextjPN2JS5ValueE` fn in crate `js`.">
<meta name="keywords" content="rust, rustlang, rust-lang, _ZN2js15proxy_ConstructEP9JSContextjPN2JS5ValueE">
<title>js::jsapi::_ZN2js15proxy_ConstructEP9JSContextjPN2JS5ValueE - Rust</title>
<link rel="stylesheet" type="text/css" href="../../main.css">
</head>
<body class="rustdoc">
<!--[if lte IE 8]>
<div class="warning">
This old browser is unsupported and will most likely display funky
things.
</div>
<![endif]-->
<section class="sidebar">
<p class='location'><a href='../index.html'>js</a>::<wbr><a href='index.html'>jsapi</a></p><script>window.sidebarCurrent = {name: '_ZN2js15proxy_ConstructEP9JSContextjPN2JS5ValueE', ty: 'fn', relpath: ''};</script><script defer src="sidebar-items.js"></script>
</section>
<nav class="sub">
<form class="search-form js-only">
<div class="search-container">
<input class="search-input" name="search"
autocomplete="off"
placeholder="Click or press ‘S’ to search, ‘?’ for more options…"
type="search">
</div>
</form>
</nav>
<section id='main' class="content fn">
<h1 class='fqn'><span class='in-band'><a href='../index.html'>js</a>::<wbr><a href='index.html'>jsapi</a>::<wbr><a class='fn' href=''>_ZN2js15proxy_ConstructEP9JSContextjPN2JS5ValueE</a></span><span class='out-of-band'><span id='render-detail'>
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
[<span class='inner'>−</span>]
</a>
</span><a id='src-22652' class='srclink' href='../../src/js/jsapi.rs.html#5881-5883' title='goto source code'>[src]</a></span></h1>
<pre class='rust fn'>unsafe extern fn _ZN2js15proxy_ConstructEP9JSContextjPN2JS5ValueE(cx: <a href='../../std/primitive.pointer.html'>*mut <a class='enum' href='../../js/jsapi/enum.JSContext.html' title='js::jsapi::JSContext'>JSContext</a></a>, argc: <a href='../../std/primitive.u32.html'>u32</a>, vp: <a href='../../std/primitive.pointer.html'>*mut <a class='struct' href='../../js/jsapi/struct.Value.html' title='js::jsapi::Value'>Value</a></a>) -> <a href='../../std/primitive.u8.html'>u8</a></pre></section>
<section id='search' class="content hidden"></section>
<section class="footer"></section>
<div id="help" class="hidden">
<div>
<div class="shortcuts">
<h1>Keyboard Shortcuts</h1>
<dl>
<dt>?</dt>
<dd>Show this help dialog</dd>
<dt>S</dt>
<dd>Focus the search field</dd>
<dt>⇤</dt>
<dd>Move up in search results</dd>
<dt>⇥</dt>
<dd>Move down in search results</dd>
<dt>⏎</dt>
<dd>Go to active search result</dd>
</dl>
</div>
<div class="infos">
<h1>Search Tricks</h1>
<p>
Prefix searches with a type followed by a colon (e.g.
<code>fn:</code>) to restrict the search to a given type.
</p>
<p>
Accepted types are: <code>fn</code>, <code>mod</code>,
<code>struct</code>, <code>enum</code>,
<code>trait</code>, <code>type</code>, <code>macro</code>,
and <code>const</code>.
</p>
<p>
Search functions by type signature (e.g.
<code>vec -> usize</code>)
</p>
</div>
</div>
</div>
<script>
window.rootPath = "../../";
window.currentCrate = "js";
window.playgroundUrl = "";
</script>
<script src="../../jquery.js"></script>
<script src="../../main.js"></script>
<script async src="../../search-index.js"></script>
</body>
</html> |
libc/linux/other/b64/constant.O_NOFOLLOW.html | servo/doc.servo.org | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `O_NOFOLLOW` constant in crate `libc`.">
<meta name="keywords" content="rust, rustlang, rust-lang, O_NOFOLLOW">
<title>libc::linux::other::b64::O_NOFOLLOW - Rust</title>
<link rel="stylesheet" type="text/css" href="../../../../rustdoc.css">
<link rel="stylesheet" type="text/css" href="../../../../main.css">
<link rel="shortcut icon" href="https://doc.rust-lang.org/favicon.ico">
</head>
<body class="rustdoc">
<!--[if lte IE 8]>
<div class="warning">
This old browser is unsupported and will most likely display funky
things.
</div>
<![endif]-->
<nav class="sidebar">
<a href='../../../../libc/index.html'><img src='https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png' alt='logo' width='100'></a>
<p class='location'><a href='../../../index.html'>libc</a>::<wbr><a href='../../index.html'>linux</a>::<wbr><a href='../index.html'>other</a>::<wbr><a href='index.html'>b64</a></p><script>window.sidebarCurrent = {name: 'O_NOFOLLOW', ty: 'constant', relpath: ''};</script><script defer src="sidebar-items.js"></script>
</nav>
<nav class="sub">
<form class="search-form js-only">
<div class="search-container">
<input class="search-input" name="search"
autocomplete="off"
placeholder="Click or press ‘S’ to search, ‘?’ for more options…"
type="search">
</div>
</form>
</nav>
<section id='main' class="content constant">
<h1 class='fqn'><span class='in-band'><a href='../../../index.html'>libc</a>::<wbr><a href='../../index.html'>linux</a>::<wbr><a href='../index.html'>other</a>::<wbr><a href='index.html'>b64</a>::<wbr><a class='constant' href=''>O_NOFOLLOW</a></span><span class='out-of-band'><span id='render-detail'>
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
[<span class='inner'>−</span>]
</a>
</span><a id='src-3325' class='srclink' href='../../../../src/libc/unix/notbsd/linux/other/b64/x86_64.rs.html#101' title='goto source code'>[src]</a></span></h1>
<pre class='rust const'>pub const O_NOFOLLOW: <a class='type' href='../../../../libc/type.c_int.html' title='libc::c_int'>c_int</a><code> = </code><code>131072</code></pre></section>
<section id='search' class="content hidden"></section>
<section class="footer"></section>
<aside id="help" class="hidden">
<div>
<h1 class="hidden">Help</h1>
<div class="shortcuts">
<h2>Keyboard Shortcuts</h2>
<dl>
<dt>?</dt>
<dd>Show this help dialog</dd>
<dt>S</dt>
<dd>Focus the search field</dd>
<dt>⇤</dt>
<dd>Move up in search results</dd>
<dt>⇥</dt>
<dd>Move down in search results</dd>
<dt>⏎</dt>
<dd>Go to active search result</dd>
<dt>+</dt>
<dd>Collapse/expand all sections</dd>
</dl>
</div>
<div class="infos">
<h2>Search Tricks</h2>
<p>
Prefix searches with a type followed by a colon (e.g.
<code>fn:</code>) to restrict the search to a given type.
</p>
<p>
Accepted types are: <code>fn</code>, <code>mod</code>,
<code>struct</code>, <code>enum</code>,
<code>trait</code>, <code>type</code>, <code>macro</code>,
and <code>const</code>.
</p>
<p>
Search functions by type signature (e.g.
<code>vec -> usize</code> or <code>* -> vec</code>)
</p>
</div>
</div>
</aside>
<script>
window.rootPath = "../../../../";
window.currentCrate = "libc";
window.playgroundUrl = "";
</script>
<script src="../../../../jquery.js"></script>
<script src="../../../../main.js"></script>
<script defer src="../../../../search-index.js"></script>
</body>
</html> |
libc/constant.SO_BROADCAST.html | servo/doc.servo.org | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `SO_BROADCAST` constant in crate `libc`.">
<meta name="keywords" content="rust, rustlang, rust-lang, SO_BROADCAST">
<title>libc::SO_BROADCAST - Rust</title>
<link rel="stylesheet" type="text/css" href="../rustdoc.css">
<link rel="stylesheet" type="text/css" href="../main.css">
<link rel="shortcut icon" href="https://doc.rust-lang.org/favicon.ico">
</head>
<body class="rustdoc">
<!--[if lte IE 8]>
<div class="warning">
This old browser is unsupported and will most likely display funky
things.
</div>
<![endif]-->
<nav class="sidebar">
<a href='../libc/index.html'><img src='https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png' alt='logo' width='100'></a>
<p class='location'><a href='index.html'>libc</a></p><script>window.sidebarCurrent = {name: 'SO_BROADCAST', ty: 'constant', relpath: ''};</script><script defer src="sidebar-items.js"></script>
</nav>
<nav class="sub">
<form class="search-form js-only">
<div class="search-container">
<input class="search-input" name="search"
autocomplete="off"
placeholder="Click or press ‘S’ to search, ‘?’ for more options…"
type="search">
</div>
</form>
</nav>
<section id='main' class="content constant">
<h1 class='fqn'><span class='in-band'><a href='index.html'>libc</a>::<wbr><a class='constant' href=''>SO_BROADCAST</a></span><span class='out-of-band'><span id='render-detail'>
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
[<span class='inner'>−</span>]
</a>
</span><a id='src-2942' class='srclink' href='../src/libc/unix/notbsd/linux/other/mod.rs.html#284' title='goto source code'>[src]</a></span></h1>
<pre class='rust const'>pub const SO_BROADCAST: <a class='type' href='../libc/type.c_int.html' title='libc::c_int'>c_int</a><code> = </code><code>6</code></pre></section>
<section id='search' class="content hidden"></section>
<section class="footer"></section>
<aside id="help" class="hidden">
<div>
<h1 class="hidden">Help</h1>
<div class="shortcuts">
<h2>Keyboard Shortcuts</h2>
<dl>
<dt>?</dt>
<dd>Show this help dialog</dd>
<dt>S</dt>
<dd>Focus the search field</dd>
<dt>⇤</dt>
<dd>Move up in search results</dd>
<dt>⇥</dt>
<dd>Move down in search results</dd>
<dt>⏎</dt>
<dd>Go to active search result</dd>
<dt>+</dt>
<dd>Collapse/expand all sections</dd>
</dl>
</div>
<div class="infos">
<h2>Search Tricks</h2>
<p>
Prefix searches with a type followed by a colon (e.g.
<code>fn:</code>) to restrict the search to a given type.
</p>
<p>
Accepted types are: <code>fn</code>, <code>mod</code>,
<code>struct</code>, <code>enum</code>,
<code>trait</code>, <code>type</code>, <code>macro</code>,
and <code>const</code>.
</p>
<p>
Search functions by type signature (e.g.
<code>vec -> usize</code> or <code>* -> vec</code>)
</p>
</div>
</div>
</aside>
<script>
window.rootPath = "../";
window.currentCrate = "libc";
window.playgroundUrl = "";
</script>
<script src="../jquery.js"></script>
<script src="../main.js"></script>
<script defer src="../search-index.js"></script>
</body>
</html> |
glutin/api/x11/ffi/glx_extra/__gl_imports/trait.Send.html | servo/doc.servo.org | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `Send` trait in crate `glutin`.">
<meta name="keywords" content="rust, rustlang, rust-lang, Send">
<title>glutin::api::x11::ffi::glx_extra::__gl_imports::Send - Rust</title>
<link rel="stylesheet" type="text/css" href="../../../../../../rustdoc.css">
<link rel="stylesheet" type="text/css" href="../../../../../../main.css">
</head>
<body class="rustdoc">
<!--[if lte IE 8]>
<div class="warning">
This old browser is unsupported and will most likely display funky
things.
</div>
<![endif]-->
<nav class="sidebar">
<p class='location'><a href='../../../../../index.html'>glutin</a>::<wbr><a href='../../../../index.html'>api</a>::<wbr><a href='../../../index.html'>x11</a>::<wbr><a href='../../index.html'>ffi</a>::<wbr><a href='../index.html'>glx_extra</a>::<wbr><a href='index.html'>__gl_imports</a></p><script>window.sidebarCurrent = {name: 'Send', ty: 'trait', relpath: ''};</script><script defer src="sidebar-items.js"></script>
</nav>
<nav class="sub">
<form class="search-form js-only">
<div class="search-container">
<input class="search-input" name="search"
autocomplete="off"
placeholder="Click or press ‘S’ to search, ‘?’ for more options…"
type="search">
</div>
</form>
</nav>
<section id='main' class="content trait">
<h1 class='fqn'><span class='in-band'>Trait <a href='../../../../../index.html'>glutin</a>::<wbr><a href='../../../../index.html'>api</a>::<wbr><a href='../../../index.html'>x11</a>::<wbr><a href='../../index.html'>ffi</a>::<wbr><a href='../index.html'>glx_extra</a>::<wbr><a href='index.html'>__gl_imports</a>::<wbr><a class='trait' href=''>Send</a></span><span class='out-of-band'><span class='since' title='Stable since Rust version 1.0.0'>1.0.0</span><span id='render-detail'>
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
[<span class='inner'>−</span>]
</a>
</span><a id='src-16923' class='srclink' href='../../../../../../core/marker/trait.Send.html?gotosrc=16923' title='goto source code'>[src]</a></span></h1>
<pre class='rust trait'>pub unsafe trait Send { }</pre><div class='docblock'><p>Types that can be transferred across thread boundaries.</p>
<p>This trait is automatically derived when the compiler determines it's appropriate.</p>
</div>
<h2 id='implementors'>Implementors</h2>
<ul class='item-list' id='implementors-list'>
<li><code>impl<T> Send for <a class='struct' href='../../../../../../core/ptr/struct.Unique.html' title='core::ptr::Unique'>Unique</a><T> <span class='where'>where T: <a class='trait' href='../../../../../../glutin/api/x11/ffi/glx_extra/__gl_imports/trait.Send.html' title='glutin::api::x11::ffi::glx_extra::__gl_imports::Send'>Send</a> + ?<a class='trait' href='../../../../../../core/marker/trait.Sized.html' title='core::marker::Sized'>Sized</a></span></code></li>
<li><code>impl<T> !Send for <a class='struct' href='../../../../../../core/ptr/struct.Shared.html' title='core::ptr::Shared'>Shared</a><T> <span class='where'>where T: ?<a class='trait' href='../../../../../../core/marker/trait.Sized.html' title='core::marker::Sized'>Sized</a></span></code></li>
<li><code>impl<T> !Send for <a class='primitive' href='../../../../../../std/primitive.pointer.html'>*const T</a> <span class='where'>where T: ?<a class='trait' href='../../../../../../core/marker/trait.Sized.html' title='core::marker::Sized'>Sized</a></span></code></li>
<li><code>impl<T> !Send for <a class='primitive' href='../../../../../../std/primitive.pointer.html'>*mut T</a> <span class='where'>where T: ?<a class='trait' href='../../../../../../core/marker/trait.Sized.html' title='core::marker::Sized'>Sized</a></span></code></li>
<li><code>impl<'a, T> Send for &'a T <span class='where'>where T: <a class='trait' href='../../../../../../core/marker/trait.Sync.html' title='core::marker::Sync'>Sync</a> + ?<a class='trait' href='../../../../../../core/marker/trait.Sized.html' title='core::marker::Sized'>Sized</a></span></code></li>
<li><code>impl<'a, T> Send for &'a mut T <span class='where'>where T: <a class='trait' href='../../../../../../glutin/api/x11/ffi/glx_extra/__gl_imports/trait.Send.html' title='glutin::api::x11::ffi::glx_extra::__gl_imports::Send'>Send</a> + ?<a class='trait' href='../../../../../../core/marker/trait.Sized.html' title='core::marker::Sized'>Sized</a></span></code></li>
<li><code>impl<T> Send for <a class='struct' href='../../../../../../core/sync/atomic/struct.AtomicPtr.html' title='core::sync::atomic::AtomicPtr'>AtomicPtr</a><T></code></li>
<li><code>impl<T> Send for <a class='struct' href='../../../../../../core/cell/struct.Cell.html' title='core::cell::Cell'>Cell</a><T> <span class='where'>where T: <a class='trait' href='../../../../../../glutin/api/x11/ffi/glx_extra/__gl_imports/trait.Send.html' title='glutin::api::x11::ffi::glx_extra::__gl_imports::Send'>Send</a></span></code></li>
<li><code>impl<T> Send for <a class='struct' href='../../../../../../core/cell/struct.RefCell.html' title='core::cell::RefCell'>RefCell</a><T> <span class='where'>where T: <a class='trait' href='../../../../../../glutin/api/x11/ffi/glx_extra/__gl_imports/trait.Send.html' title='glutin::api::x11::ffi::glx_extra::__gl_imports::Send'>Send</a> + ?<a class='trait' href='../../../../../../core/marker/trait.Sized.html' title='core::marker::Sized'>Sized</a></span></code></li>
<li><code>impl<'a, T> Send for <a class='struct' href='../../../../../../core/slice/struct.Iter.html' title='core::slice::Iter'>Iter</a><'a, T> <span class='where'>where T: <a class='trait' href='../../../../../../core/marker/trait.Sync.html' title='core::marker::Sync'>Sync</a></span></code></li>
<li><code>impl<'a, T> Send for <a class='struct' href='../../../../../../core/slice/struct.IterMut.html' title='core::slice::IterMut'>IterMut</a><'a, T> <span class='where'>where T: <a class='trait' href='../../../../../../glutin/api/x11/ffi/glx_extra/__gl_imports/trait.Send.html' title='glutin::api::x11::ffi::glx_extra::__gl_imports::Send'>Send</a></span></code></li>
<li><code>impl<'a, T> Send for <a class='struct' href='../../../../../../collections/vec_deque/struct.Drain.html' title='collections::vec_deque::Drain'>Drain</a><'a, T> <span class='where'>where T: <a class='trait' href='../../../../../../glutin/api/x11/ffi/glx_extra/__gl_imports/trait.Send.html' title='glutin::api::x11::ffi::glx_extra::__gl_imports::Send'>Send</a></span></code></li>
<li><code>impl<T> Send for <a class='struct' href='../../../../../../collections/linked_list/struct.LinkedList.html' title='collections::linked_list::LinkedList'>LinkedList</a><T> <span class='where'>where T: <a class='trait' href='../../../../../../glutin/api/x11/ffi/glx_extra/__gl_imports/trait.Send.html' title='glutin::api::x11::ffi::glx_extra::__gl_imports::Send'>Send</a></span></code></li>
<li><code>impl<'a, T> Send for <a class='struct' href='../../../../../../collections/linked_list/struct.Iter.html' title='collections::linked_list::Iter'>Iter</a><'a, T> <span class='where'>where T: <a class='trait' href='../../../../../../core/marker/trait.Sync.html' title='core::marker::Sync'>Sync</a></span></code></li>
<li><code>impl<'a, T> Send for <a class='struct' href='../../../../../../collections/linked_list/struct.IterMut.html' title='collections::linked_list::IterMut'>IterMut</a><'a, T> <span class='where'>where T: <a class='trait' href='../../../../../../glutin/api/x11/ffi/glx_extra/__gl_imports/trait.Send.html' title='glutin::api::x11::ffi::glx_extra::__gl_imports::Send'>Send</a></span></code></li>
<li><code>impl !Send for <a class='struct' href='../../../../../../std/sync/mpsc/select/struct.Select.html' title='std::sync::mpsc::select::Select'>Select</a></code></li>
<li><code>impl<T> Send for <a class='struct' href='../../../../../../std/sync/mpsc/struct.Receiver.html' title='std::sync::mpsc::Receiver'>Receiver</a><T> <span class='where'>where T: <a class='trait' href='../../../../../../glutin/api/x11/ffi/glx_extra/__gl_imports/trait.Send.html' title='glutin::api::x11::ffi::glx_extra::__gl_imports::Send'>Send</a></span></code></li>
<li><code>impl<T> Send for <a class='struct' href='../../../../../../std/sync/mpsc/struct.Sender.html' title='std::sync::mpsc::Sender'>Sender</a><T> <span class='where'>where T: <a class='trait' href='../../../../../../glutin/api/x11/ffi/glx_extra/__gl_imports/trait.Send.html' title='glutin::api::x11::ffi::glx_extra::__gl_imports::Send'>Send</a></span></code></li>
<li><code>impl<T> Send for <a class='struct' href='../../../../../../std/sync/mpsc/struct.SyncSender.html' title='std::sync::mpsc::SyncSender'>SyncSender</a><T> <span class='where'>where T: <a class='trait' href='../../../../../../glutin/api/x11/ffi/glx_extra/__gl_imports/trait.Send.html' title='glutin::api::x11::ffi::glx_extra::__gl_imports::Send'>Send</a></span></code></li>
<li><code>impl<T> Send for <a class='struct' href='../../../../../../std/sync/mutex/struct.Mutex.html' title='std::sync::mutex::Mutex'>Mutex</a><T> <span class='where'>where T: <a class='trait' href='../../../../../../glutin/api/x11/ffi/glx_extra/__gl_imports/trait.Send.html' title='glutin::api::x11::ffi::glx_extra::__gl_imports::Send'>Send</a> + ?<a class='trait' href='../../../../../../core/marker/trait.Sized.html' title='core::marker::Sized'>Sized</a></span></code></li>
<li><code>impl<'a, T> !Send for <a class='struct' href='../../../../../../std/sync/mutex/struct.MutexGuard.html' title='std::sync::mutex::MutexGuard'>MutexGuard</a><'a, T> <span class='where'>where T: ?<a class='trait' href='../../../../../../core/marker/trait.Sized.html' title='core::marker::Sized'>Sized</a></span></code></li>
<li><code>impl Send for <a class='struct' href='../../../../../../std/sync/once/struct.Once.html' title='std::sync::once::Once'>Once</a></code></li>
<li><code>impl<T> Send for <a class='struct' href='../../../../../../std/sync/rwlock/struct.RwLock.html' title='std::sync::rwlock::RwLock'>RwLock</a><T> <span class='where'>where T: <a class='trait' href='../../../../../../glutin/api/x11/ffi/glx_extra/__gl_imports/trait.Send.html' title='glutin::api::x11::ffi::glx_extra::__gl_imports::Send'>Send</a> + <a class='trait' href='../../../../../../core/marker/trait.Sync.html' title='core::marker::Sync'>Sync</a> + ?<a class='trait' href='../../../../../../core/marker/trait.Sized.html' title='core::marker::Sized'>Sized</a></span></code></li>
<li><code>impl<'a, T> !Send for <a class='struct' href='../../../../../../std/sync/rwlock/struct.RwLockReadGuard.html' title='std::sync::rwlock::RwLockReadGuard'>RwLockReadGuard</a><'a, T> <span class='where'>where T: ?<a class='trait' href='../../../../../../core/marker/trait.Sized.html' title='core::marker::Sized'>Sized</a></span></code></li>
<li><code>impl<'a, T> !Send for <a class='struct' href='../../../../../../std/sync/rwlock/struct.RwLockWriteGuard.html' title='std::sync::rwlock::RwLockWriteGuard'>RwLockWriteGuard</a><'a, T> <span class='where'>where T: ?<a class='trait' href='../../../../../../core/marker/trait.Sized.html' title='core::marker::Sized'>Sized</a></span></code></li>
<li><code>impl<T> Send for <a class='struct' href='../../../../../../collections/vec/struct.IntoIter.html' title='collections::vec::IntoIter'>IntoIter</a><T> <span class='where'>where T: <a class='trait' href='../../../../../../glutin/api/x11/ffi/glx_extra/__gl_imports/trait.Send.html' title='glutin::api::x11::ffi::glx_extra::__gl_imports::Send'>Send</a></span></code></li>
<li><code>impl<'a, T> Send for <a class='struct' href='../../../../../../collections/vec/struct.Drain.html' title='collections::vec::Drain'>Drain</a><'a, T> <span class='where'>where T: <a class='trait' href='../../../../../../glutin/api/x11/ffi/glx_extra/__gl_imports/trait.Send.html' title='glutin::api::x11::ffi::glx_extra::__gl_imports::Send'>Send</a></span></code></li>
<li><code>impl<T> !Send for <a class='struct' href='../../../../../../alloc/rc/struct.Rc.html' title='alloc::rc::Rc'>Rc</a><T> <span class='where'>where T: ?<a class='trait' href='../../../../../../core/marker/trait.Sized.html' title='core::marker::Sized'>Sized</a></span></code></li>
<li><code>impl<T> !Send for <a class='struct' href='../../../../../../alloc/rc/struct.Weak.html' title='alloc::rc::Weak'>Weak</a><T> <span class='where'>where T: ?<a class='trait' href='../../../../../../core/marker/trait.Sized.html' title='core::marker::Sized'>Sized</a></span></code></li>
<li><code>impl<'a> Send for <a class='struct' href='../../../../../../collections/string/struct.Drain.html' title='collections::string::Drain'>Drain</a><'a></code></li>
<li><code>impl Send for <a class='struct' href='../../../../../../glutin/api/egl/ffi/egl/struct.Egl.html' title='glutin::api::egl::ffi::egl::Egl'>Egl</a></code></li>
<li><code>impl Send for <a class='struct' href='../../../../../../glutin/api/egl/struct.Context.html' title='glutin::api::egl::Context'>Context</a></code></li>
<li><code>impl Send for <a class='struct' href='../../../../../../glutin/api/glx/struct.Context.html' title='glutin::api::glx::Context'>Context</a></code></li>
<li><code>impl Send for <a class='struct' href='../../../../../../glutin/api/osmesa/struct.OsMesaContext.html' title='glutin::api::osmesa::OsMesaContext'>OsMesaContext</a></code></li>
<li><code>impl Send for <a class='struct' href='../../../../../../glutin/api/x11/ffi/glx/struct.Glx.html' title='glutin::api::x11::ffi::glx::Glx'>Glx</a></code></li>
<li><code>impl Send for <a class='struct' href='../../../../../../glutin/api/x11/ffi/glx_extra/struct.Glx.html' title='glutin::api::x11::ffi::glx_extra::Glx'>Glx</a></code></li>
<li><code>impl Send for <a class='struct' href='../../../../../../glutin/api/x11/window/struct.WindowProxyData.html' title='glutin::api::x11::window::WindowProxyData'>WindowProxyData</a></code></li>
<li><code>impl Send for <a class='struct' href='../../../../../../glutin/api/x11/struct.XWindow.html' title='glutin::api::x11::XWindow'>XWindow</a></code></li>
<li><code>impl Send for <a class='struct' href='../../../../../../glutin/api/x11/struct.Window.html' title='glutin::api::x11::Window'>Window</a></code></li>
<li><code>impl Send for <a class='struct' href='../../../../../../glutin/api/x11/struct.XConnection.html' title='glutin::api::x11::XConnection'>XConnection</a></code></li>
<li><code>impl Send for <a class='struct' href='../../../../../../glutin/struct.WindowID.html' title='glutin::WindowID'>WindowID</a></code></li>
</ul><script type="text/javascript" async
src="../../../../../../implementors/core/marker/trait.Send.js">
</script></section>
<section id='search' class="content hidden"></section>
<section class="footer"></section>
<aside id="help" class="hidden">
<div>
<h1 class="hidden">Help</h1>
<div class="shortcuts">
<h2>Keyboard Shortcuts</h2>
<dl>
<dt>?</dt>
<dd>Show this help dialog</dd>
<dt>S</dt>
<dd>Focus the search field</dd>
<dt>⇤</dt>
<dd>Move up in search results</dd>
<dt>⇥</dt>
<dd>Move down in search results</dd>
<dt>⏎</dt>
<dd>Go to active search result</dd>
<dt>+</dt>
<dd>Collapse/expand all sections</dd>
</dl>
</div>
<div class="infos">
<h2>Search Tricks</h2>
<p>
Prefix searches with a type followed by a colon (e.g.
<code>fn:</code>) to restrict the search to a given type.
</p>
<p>
Accepted types are: <code>fn</code>, <code>mod</code>,
<code>struct</code>, <code>enum</code>,
<code>trait</code>, <code>type</code>, <code>macro</code>,
and <code>const</code>.
</p>
<p>
Search functions by type signature (e.g.
<code>vec -> usize</code> or <code>* -> vec</code>)
</p>
</div>
</div>
</aside>
<script>
window.rootPath = "../../../../../../";
window.currentCrate = "glutin";
window.playgroundUrl = "";
</script>
<script src="../../../../../../jquery.js"></script>
<script src="../../../../../../main.js"></script>
<script defer src="../../../../../../search-index.js"></script>
</body>
</html> |
png/struct.Writer.html | servo/doc.servo.org | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `Writer` struct in crate `png`.">
<meta name="keywords" content="rust, rustlang, rust-lang, Writer">
<title>png::Writer - Rust</title>
<link rel="stylesheet" type="text/css" href="../rustdoc.css">
<link rel="stylesheet" type="text/css" href="../main.css">
</head>
<body class="rustdoc">
<!--[if lte IE 8]>
<div class="warning">
This old browser is unsupported and will most likely display funky
things.
</div>
<![endif]-->
<nav class="sidebar">
<p class='location'><a href='index.html'>png</a></p><script>window.sidebarCurrent = {name: 'Writer', ty: 'struct', relpath: ''};</script><script defer src="sidebar-items.js"></script>
</nav>
<nav class="sub">
<form class="search-form js-only">
<div class="search-container">
<input class="search-input" name="search"
autocomplete="off"
placeholder="Click or press ‘S’ to search, ‘?’ for more options…"
type="search">
</div>
</form>
</nav>
<section id='main' class="content struct">
<h1 class='fqn'><span class='in-band'>Struct <a href='index.html'>png</a>::<wbr><a class='struct' href=''>Writer</a></span><span class='out-of-band'><span id='render-detail'>
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
[<span class='inner'>−</span>]
</a>
</span><a id='src-739' class='srclink' href='../src/png/encoder.rs.html#91-94' title='goto source code'>[src]</a></span></h1>
<pre class='rust struct'>pub struct Writer<W: <a class='trait' href='../std/io/trait.Write.html' title='std::io::Write'>Write</a>> {
w: W,
info: <a class='struct' href='../png/struct.Info.html' title='png::Info'>Info</a>,
}</pre><h2 class='fields'>Fields</h2><span id='structfield.w' class='structfield'><code>w: W</code>
</span><span class='stab '></span><span id='structfield.info' class='structfield'><code>info: <a class='struct' href='../png/struct.Info.html' title='png::Info'>Info</a></code>
</span><span class='stab '></span><h2 id='methods'>Methods</h2><h3 class='impl'><span class='in-band'><code>impl<W: <a class='trait' href='../std/io/trait.Write.html' title='std::io::Write'>Write</a>> <a class='struct' href='../png/struct.Writer.html' title='png::Writer'>Writer</a><W></code></span><span class='out-of-band'><div class='ghost'></div><a id='src-743' class='srclink' href='../src/png/encoder.rs.html#96-153' title='goto source code'>[src]</a></span></h3>
<div class='impl-items'><h4 id='method.new' class='method'><code>fn <a href='#method.new' class='fnname'>new</a>(w: W, info: <a class='struct' href='../png/struct.Info.html' title='png::Info'>Info</a>) -> <a class='struct' href='../png/struct.Writer.html' title='png::Writer'>Writer</a><W></code></h4>
<h4 id='method.init' class='method'><code>fn <a href='#method.init' class='fnname'>init</a>(self) -> <a class='type' href='../png/encoder/type.Result.html' title='png::encoder::Result'>Result</a><Self></code></h4>
<h4 id='method.write_chunk' class='method'><code>fn <a href='#method.write_chunk' class='fnname'>write_chunk</a>(&mut self, name: <a class='primitive' href='../std/primitive.array.html'>[</a><a class='primitive' href='../std/primitive.u8.html'>u8</a><a class='primitive' href='../std/primitive.array.html'>; 4]</a>, data: <a class='primitive' href='../std/primitive.slice.html'>&[</a><a class='primitive' href='../std/primitive.u8.html'>u8</a><a class='primitive' href='../std/primitive.slice.html'>]</a>) -> <a class='type' href='../png/encoder/type.Result.html' title='png::encoder::Result'>Result</a><<a class='primitive' href='../std/primitive.tuple.html'>()</a>></code></h4>
<h4 id='method.write_image_data' class='method'><code>fn <a href='#method.write_image_data' class='fnname'>write_image_data</a>(&mut self, data: <a class='primitive' href='../std/primitive.slice.html'>&[</a><a class='primitive' href='../std/primitive.u8.html'>u8</a><a class='primitive' href='../std/primitive.slice.html'>]</a>) -> <a class='type' href='../png/encoder/type.Result.html' title='png::encoder::Result'>Result</a><<a class='primitive' href='../std/primitive.tuple.html'>()</a>></code></h4>
<div class='docblock'><p>Writes the image data.</p>
</div></div><h2 id='implementations'>Trait Implementations</h2><h3 class='impl'><span class='in-band'><code>impl<W: <a class='trait' href='../std/io/trait.Write.html' title='std::io::Write'>Write</a>> <a class='trait' href='../core/ops/trait.Drop.html' title='core::ops::Drop'>Drop</a> for <a class='struct' href='../png/struct.Writer.html' title='png::Writer'>Writer</a><W></code></span><span class='out-of-band'><div class='ghost'></div><a id='src-791' class='srclink' href='../src/png/encoder.rs.html#155-159' title='goto source code'>[src]</a></span></h3>
<div class='impl-items'><h4 id='method.drop' class='method'><code>fn <a href='../core/ops/trait.Drop.html#tymethod.drop' class='fnname'>drop</a>(&mut self)</code></h4>
<div class='docblock'><p>A method called when the value goes out of scope. <a href="../core/ops/trait.Drop.html#tymethod.drop">Read more</a></p>
</div></div></section>
<section id='search' class="content hidden"></section>
<section class="footer"></section>
<aside id="help" class="hidden">
<div>
<h1 class="hidden">Help</h1>
<div class="shortcuts">
<h2>Keyboard Shortcuts</h2>
<dl>
<dt>?</dt>
<dd>Show this help dialog</dd>
<dt>S</dt>
<dd>Focus the search field</dd>
<dt>⇤</dt>
<dd>Move up in search results</dd>
<dt>⇥</dt>
<dd>Move down in search results</dd>
<dt>⏎</dt>
<dd>Go to active search result</dd>
<dt>+</dt>
<dd>Collapse/expand all sections</dd>
</dl>
</div>
<div class="infos">
<h2>Search Tricks</h2>
<p>
Prefix searches with a type followed by a colon (e.g.
<code>fn:</code>) to restrict the search to a given type.
</p>
<p>
Accepted types are: <code>fn</code>, <code>mod</code>,
<code>struct</code>, <code>enum</code>,
<code>trait</code>, <code>type</code>, <code>macro</code>,
and <code>const</code>.
</p>
<p>
Search functions by type signature (e.g.
<code>vec -> usize</code> or <code>* -> vec</code>)
</p>
</div>
</div>
</aside>
<script>
window.rootPath = "../";
window.currentCrate = "png";
window.playgroundUrl = "";
</script>
<script src="../jquery.js"></script>
<script src="../main.js"></script>
<script defer src="../search-index.js"></script>
</body>
</html> |
gleam/gl/constant.ACTIVE_UNIFORMS.html | servo/doc.servo.org | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `ACTIVE_UNIFORMS` constant in crate `gleam`.">
<meta name="keywords" content="rust, rustlang, rust-lang, ACTIVE_UNIFORMS">
<title>gleam::gl::ACTIVE_UNIFORMS - Rust</title>
<link rel="stylesheet" type="text/css" href="../../rustdoc.css">
<link rel="stylesheet" type="text/css" href="../../main.css">
</head>
<body class="rustdoc">
<!--[if lte IE 8]>
<div class="warning">
This old browser is unsupported and will most likely display funky
things.
</div>
<![endif]-->
<nav class="sidebar">
<p class='location'><a href='../index.html'>gleam</a>::<wbr><a href='index.html'>gl</a></p><script>window.sidebarCurrent = {name: 'ACTIVE_UNIFORMS', ty: 'constant', relpath: ''};</script><script defer src="sidebar-items.js"></script>
</nav>
<nav class="sub">
<form class="search-form js-only">
<div class="search-container">
<input class="search-input" name="search"
autocomplete="off"
placeholder="Click or press ‘S’ to search, ‘?’ for more options…"
type="search">
</div>
</form>
</nav>
<section id='main' class="content constant">
<h1 class='fqn'><span class='in-band'><a href='../index.html'>gleam</a>::<wbr><a href='index.html'>gl</a>::<wbr><a class='constant' href=''>ACTIVE_UNIFORMS</a></span><span class='out-of-band'><span id='render-detail'>
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
[<span class='inner'>−</span>]
</a>
</span><a id='src-1129' class='srclink' href='../../src/gleam/home/servo/buildbot/slave/doc/build/target/debug/build/gleam-8cc6d4d4d5b87928/out/gl_bindings.rs.html#569' title='goto source code'>[src]</a></span></h1>
<pre class='rust const'>pub const ACTIVE_UNIFORMS: <a class='type' href='../../gleam/gl/types/type.GLenum.html' title='gleam::gl::types::GLenum'>GLenum</a><code> = </code><code>35718</code></pre></section>
<section id='search' class="content hidden"></section>
<section class="footer"></section>
<aside id="help" class="hidden">
<div>
<h1 class="hidden">Help</h1>
<div class="shortcuts">
<h2>Keyboard Shortcuts</h2>
<dl>
<dt>?</dt>
<dd>Show this help dialog</dd>
<dt>S</dt>
<dd>Focus the search field</dd>
<dt>⇤</dt>
<dd>Move up in search results</dd>
<dt>⇥</dt>
<dd>Move down in search results</dd>
<dt>⏎</dt>
<dd>Go to active search result</dd>
<dt>+</dt>
<dd>Collapse/expand all sections</dd>
</dl>
</div>
<div class="infos">
<h2>Search Tricks</h2>
<p>
Prefix searches with a type followed by a colon (e.g.
<code>fn:</code>) to restrict the search to a given type.
</p>
<p>
Accepted types are: <code>fn</code>, <code>mod</code>,
<code>struct</code>, <code>enum</code>,
<code>trait</code>, <code>type</code>, <code>macro</code>,
and <code>const</code>.
</p>
<p>
Search functions by type signature (e.g.
<code>vec -> usize</code> or <code>* -> vec</code>)
</p>
</div>
</div>
</aside>
<script>
window.rootPath = "../../";
window.currentCrate = "gleam";
window.playgroundUrl = "";
</script>
<script src="../../jquery.js"></script>
<script src="../../main.js"></script>
<script defer src="../../search-index.js"></script>
</body>
</html> |
task_01.html | nparrilla/is210-week-02-synthesizing | <?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="Docutils 0.11: http://docutils.sourceforge.net/" />
<title>Why I Love Python</title>
<style type="text/css">
/*
:Author: David Goodger (goodger@python.org)
:Id: $Id: html4css1.css 7614 2013-02-21 15:55:51Z milde $
:Copyright: This stylesheet has been placed in the public domain.
Default cascading style sheet for the HTML output of Docutils.
See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to
customize this style sheet.
*/
/* used to remove borders from tables and images */
.borderless, table.borderless td, table.borderless th {
border: 0 }
table.borderless td, table.borderless th {
/* Override padding for "table.docutils td" with "! important".
The right padding separates the table cells. */
padding: 0 0.5em 0 0 ! important }
.first {
/* Override more specific margin styles with "! important". */
margin-top: 0 ! important }
.last, .with-subtitle {
margin-bottom: 0 ! important }
.hidden {
display: none }
a.toc-backref {
text-decoration: none ;
color: black }
blockquote.epigraph {
margin: 2em 5em ; }
dl.docutils dd {
margin-bottom: 0.5em }
object[type="image/svg+xml"], object[type="application/x-shockwave-flash"] {
overflow: hidden;
}
/* Uncomment (and remove this text!) to get bold-faced definition list terms
dl.docutils dt {
font-weight: bold }
*/
div.abstract {
margin: 2em 5em }
div.abstract p.topic-title {
font-weight: bold ;
text-align: center }
div.admonition, div.attention, div.caution, div.danger, div.error,
div.hint, div.important, div.note, div.tip, div.warning {
margin: 2em ;
border: medium outset ;
padding: 1em }
div.admonition p.admonition-title, div.hint p.admonition-title,
div.important p.admonition-title, div.note p.admonition-title,
div.tip p.admonition-title {
font-weight: bold ;
font-family: sans-serif }
div.attention p.admonition-title, div.caution p.admonition-title,
div.danger p.admonition-title, div.error p.admonition-title,
div.warning p.admonition-title, .code .error {
color: red ;
font-weight: bold ;
font-family: sans-serif }
/* Uncomment (and remove this text!) to get reduced vertical space in
compound paragraphs.
div.compound .compound-first, div.compound .compound-middle {
margin-bottom: 0.5em }
div.compound .compound-last, div.compound .compound-middle {
margin-top: 0.5em }
*/
div.dedication {
margin: 2em 5em ;
text-align: center ;
font-style: italic }
div.dedication p.topic-title {
font-weight: bold ;
font-style: normal }
div.figure {
margin-left: 2em ;
margin-right: 2em }
div.footer, div.header {
clear: both;
font-size: smaller }
div.line-block {
display: block ;
margin-top: 1em ;
margin-bottom: 1em }
div.line-block div.line-block {
margin-top: 0 ;
margin-bottom: 0 ;
margin-left: 1.5em }
div.sidebar {
margin: 0 0 0.5em 1em ;
border: medium outset ;
padding: 1em ;
background-color: #ffffee ;
width: 40% ;
float: right ;
clear: right }
div.sidebar p.rubric {
font-family: sans-serif ;
font-size: medium }
div.system-messages {
margin: 5em }
div.system-messages h1 {
color: red }
div.system-message {
border: medium outset ;
padding: 1em }
div.system-message p.system-message-title {
color: red ;
font-weight: bold }
div.topic {
margin: 2em }
h1.section-subtitle, h2.section-subtitle, h3.section-subtitle,
h4.section-subtitle, h5.section-subtitle, h6.section-subtitle {
margin-top: 0.4em }
h1.title {
text-align: center }
h2.subtitle {
text-align: center }
hr.docutils {
width: 75% }
img.align-left, .figure.align-left, object.align-left {
clear: left ;
float: left ;
margin-right: 1em }
img.align-right, .figure.align-right, object.align-right {
clear: right ;
float: right ;
margin-left: 1em }
img.align-center, .figure.align-center, object.align-center {
display: block;
margin-left: auto;
margin-right: auto;
}
.align-left {
text-align: left }
.align-center {
clear: both ;
text-align: center }
.align-right {
text-align: right }
/* reset inner alignment in figures */
div.align-right {
text-align: inherit }
/* div.align-center * { */
/* text-align: left } */
ol.simple, ul.simple {
margin-bottom: 1em }
ol.arabic {
list-style: decimal }
ol.loweralpha {
list-style: lower-alpha }
ol.upperalpha {
list-style: upper-alpha }
ol.lowerroman {
list-style: lower-roman }
ol.upperroman {
list-style: upper-roman }
p.attribution {
text-align: right ;
margin-left: 50% }
p.caption {
font-style: italic }
p.credits {
font-style: italic ;
font-size: smaller }
p.label {
white-space: nowrap }
p.rubric {
font-weight: bold ;
font-size: larger ;
color: maroon ;
text-align: center }
p.sidebar-title {
font-family: sans-serif ;
font-weight: bold ;
font-size: larger }
p.sidebar-subtitle {
font-family: sans-serif ;
font-weight: bold }
p.topic-title {
font-weight: bold }
pre.address {
margin-bottom: 0 ;
margin-top: 0 ;
font: inherit }
pre.literal-block, pre.doctest-block, pre.math, pre.code {
margin-left: 2em ;
margin-right: 2em }
pre.code .ln { color: grey; } /* line numbers */
pre.code, code { background-color: #eeeeee }
pre.code .comment, code .comment { color: #5C6576 }
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
pre.code .literal.string, code .literal.string { color: #0C5404 }
pre.code .name.builtin, code .name.builtin { color: #352B84 }
pre.code .deleted, code .deleted { background-color: #DEB0A1}
pre.code .inserted, code .inserted { background-color: #A3D289}
span.classifier {
font-family: sans-serif ;
font-style: oblique }
span.classifier-delimiter {
font-family: sans-serif ;
font-weight: bold }
span.interpreted {
font-family: sans-serif }
span.option {
white-space: nowrap }
span.pre {
white-space: pre }
span.problematic {
color: red }
span.section-subtitle {
/* font-size relative to parent (h1..h6 element) */
font-size: 80% }
table.citation {
border-left: solid 1px gray;
margin-left: 1px }
table.docinfo {
margin: 2em 4em }
table.docutils {
margin-top: 0.5em ;
margin-bottom: 0.5em }
table.footnote {
border-left: solid 1px black;
margin-left: 1px }
table.docutils td, table.docutils th,
table.docinfo td, table.docinfo th {
padding-left: 0.5em ;
padding-right: 0.5em ;
vertical-align: top }
table.docutils th.field-name, table.docinfo th.docinfo-name {
font-weight: bold ;
text-align: left ;
white-space: nowrap ;
padding-left: 0 }
/* "booktabs" style (no vertical lines) */
table.docutils.booktabs {
border: 0px;
border-top: 2px solid;
border-bottom: 2px solid;
border-collapse: collapse;
}
table.docutils.booktabs * {
border: 0px;
}
table.docutils.booktabs th {
border-bottom: thin solid;
text-align: left;
}
h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
font-size: 100% }
ul.auto-toc {
list-style-type: none }
</style>
</head>
<body>
<div class="document" id="why-i-love-python">
<h1 class="title">Why I Love Python</h1>
<p>Why I love <strong>Python</strong>, a language worth knowing.</p>
<div class="section" id="running-it">
<h1>Running It</h1>
<p>Python syntax is really quite simple to execute. Anyone can do it just by
executing the <tt class="docutils literal">python</tt> command on the command line and invoking the interpreter.</p>
<p>You can also execute python programs by calling the program filename such as:</p>
<pre class="code console literal-block">
<span class="generic output">me@mymachine $ python my_file_name.py</span>
</pre>
</div>
<div class="section" id="the-syntax">
<h1>The Syntax</h1>
<p>Python syntax is very easy to write. Take a look at this simple statement:</p>
<pre class="code python literal-block">
<span class="operator">>>></span> <span class="keyword">print</span> <span class="literal string">'Hello!'</span>
</pre>
</div>
<div class="section" id="the-people">
<h1>The People</h1>
<p>It's amazing how nice people are in the Python development world. Just as with
any community, however, it's important to follow certain rules of decorum.</p>
<ul>
<li><p class="first">Be courteous to others</p>
</li>
<li><p class="first">Always read the manual before asking questions</p>
</li>
<li><p class="first">Be succinct in your questions</p>
<ul>
<li><p class="first">Don't give unnecessary details if they aren't needed</p>
</li>
<li><p class="first">Don't start a question with an apology or an announcement that you're going
to ask the question.</p>
<p><em>Just ask the question!</em></p>
</li>
</ul>
</li>
</ul>
</div>
<div class="section" id="the-tools">
<h1>The Tools</h1>
<p>Python has a ton of excellent tools available for use.</p>
<div class="section" id="docutils">
<h2>Docutils</h2>
<p>A fantastic documentation generator that interprets reStructuredText and turns
it into rich documents.</p>
</div>
<div class="section" id="web-frameworks">
<h2>Web Frameworks</h2>
<p>Python has many great web frameworks, only a few of which will be listed here.</p>
<div class="section" id="django">
<h3>Django</h3>
<p>One of the world's leading content management systems for the web. To learn more about Django, visit:</p>
<p><a class="reference external" href="https://www.djangoproject.com/">https://www.djangoproject.com/</a></p>
</div>
<div class="section" id="pyramid">
<h3>Pyramid</h3>
<p>A relative newcomer to the web framework work. Pyramid began as part of the
Pylons project and has an interesting (though challenging) templating language.</p>
</div>
</div>
</div>
<div class="section" id="other-details">
<h1>Other Details</h1>
<ol class="arabic simple">
<li>Python can be used for almost any task you can think of.</li>
<li>It has a huge library of available modules.</li>
<li>Pip extends that library even more.</li>
<li>Why aren't you using it already! Go write some Python!</li>
</ol>
<table border="1" class="docutils">
<caption>Sources</caption>
<colgroup>
<col width="28%" />
<col width="72%" />
</colgroup>
<thead valign="bottom">
<tr><th class="head">Name</th>
<th class="head">Contact</th>
</tr>
</thead>
<tbody valign="top">
<tr><td>Me</td>
<td><a class="reference external" href="mailto:me@mysite.com">me@mysite.com</a></td>
</tr>
<tr><td>Myself</td>
<td><a class="reference external" href="mailto:myself@me.com">myself@me.com</a></td>
</tr>
<tr><td>I</td>
<td><a class="reference external" href="mailto:i@mii.com">i@mii.com</a></td>
</tr>
</tbody>
</table>
<div class="note">
<p class="first admonition-title">Note</p>
<p class="last">This is just a little taste of how great Python can be!</p>
</div>
</div>
</div>
</body>
</html>
|
script/dom/bindings/codegen/Bindings/HTMLTableElementBinding/constant.deleteTFoot_methodinfo.html | servo/doc.servo.org | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `deleteTFoot_methodinfo` constant in crate `script`.">
<meta name="keywords" content="rust, rustlang, rust-lang, deleteTFoot_methodinfo">
<title>script::dom::bindings::codegen::Bindings::HTMLTableElementBinding::deleteTFoot_methodinfo - Rust</title>
<link rel="stylesheet" type="text/css" href="../../../../../../rustdoc.css">
<link rel="stylesheet" type="text/css" href="../../../../../../main.css">
</head>
<body class="rustdoc">
<!--[if lte IE 8]>
<div class="warning">
This old browser is unsupported and will most likely display funky
things.
</div>
<![endif]-->
<nav class="sidebar">
<p class='location'><a href='../../../../../index.html'>script</a>::<wbr><a href='../../../../index.html'>dom</a>::<wbr><a href='../../../index.html'>bindings</a>::<wbr><a href='../../index.html'>codegen</a>::<wbr><a href='../index.html'>Bindings</a>::<wbr><a href='index.html'>HTMLTableElementBinding</a></p><script>window.sidebarCurrent = {name: 'deleteTFoot_methodinfo', ty: 'constant', relpath: ''};</script><script defer src="sidebar-items.js"></script>
</nav>
<nav class="sub">
<form class="search-form js-only">
<div class="search-container">
<input class="search-input" name="search"
autocomplete="off"
placeholder="Click or press ‘S’ to search, ‘?’ for more options…"
type="search">
</div>
</form>
</nav>
<section id='main' class="content constant">
<h1 class='fqn'><span class='in-band'><a href='../../../../../index.html'>script</a>::<wbr><a href='../../../../index.html'>dom</a>::<wbr><a href='../../../index.html'>bindings</a>::<wbr><a href='../../index.html'>codegen</a>::<wbr><a href='../index.html'>Bindings</a>::<wbr><a href='index.html'>HTMLTableElementBinding</a>::<wbr><a class='constant' href=''>deleteTFoot_methodinfo</a></span><span class='out-of-band'><span id='render-detail'>
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
[<span class='inner'>−</span>]
</a>
</span><a id='src-56643' class='srclink' href='../../../../../../src/script/home/servo/buildbot/slave/doc/build/target/debug/build/script-4d3bb93218cab884/out/Bindings/HTMLTableElementBinding.rs.html#613-630' title='goto source code'>[src]</a></span></h1>
<pre class='rust const'>const deleteTFoot_methodinfo: <a class='struct' href='../../../../../../js/jsapi/struct.JSJitInfo.html' title='js::jsapi::JSJitInfo'>JSJitInfo</a><code> = </code><code>JSJitInfo{call: deleteTFoot as *const os::raw::c_void,
protoID: PrototypeList::ID::HTMLTableElement as u16,
depth: 4,
_bitfield_1:
JSJitInfo::new_bitfield_1(JSJitInfo_OpType::Method as u8,
JSJitInfo_AliasSet::AliasEverything as
u8,
JSValueType::JSVAL_TYPE_UNDEFINED as
u8, true, false, false, false,
false, false, 0 as u16),}</code></pre></section>
<section id='search' class="content hidden"></section>
<section class="footer"></section>
<aside id="help" class="hidden">
<div>
<h1 class="hidden">Help</h1>
<div class="shortcuts">
<h2>Keyboard Shortcuts</h2>
<dl>
<dt>?</dt>
<dd>Show this help dialog</dd>
<dt>S</dt>
<dd>Focus the search field</dd>
<dt>⇤</dt>
<dd>Move up in search results</dd>
<dt>⇥</dt>
<dd>Move down in search results</dd>
<dt>⏎</dt>
<dd>Go to active search result</dd>
<dt>+</dt>
<dd>Collapse/expand all sections</dd>
</dl>
</div>
<div class="infos">
<h2>Search Tricks</h2>
<p>
Prefix searches with a type followed by a colon (e.g.
<code>fn:</code>) to restrict the search to a given type.
</p>
<p>
Accepted types are: <code>fn</code>, <code>mod</code>,
<code>struct</code>, <code>enum</code>,
<code>trait</code>, <code>type</code>, <code>macro</code>,
and <code>const</code>.
</p>
<p>
Search functions by type signature (e.g.
<code>vec -> usize</code> or <code>* -> vec</code>)
</p>
</div>
</div>
</aside>
<script>
window.rootPath = "../../../../../../";
window.currentCrate = "script";
window.playgroundUrl = "";
</script>
<script src="../../../../../../jquery.js"></script>
<script src="../../../../../../main.js"></script>
<script defer src="../../../../../../search-index.js"></script>
</body>
</html> |
tests/wpt/web-platform-tests/2dcontext/line-styles/2d.line.miter.acute.html | UK992/servo | <!DOCTYPE html>
<!-- DO NOT EDIT! This test has been generated by /2dcontext/tools/gentest.py. -->
<title>Canvas test: 2d.line.miter.acute</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/2dcontext/resources/canvas-tests.js"></script>
<link rel="stylesheet" href="/2dcontext/resources/canvas-tests.css">
<body class="show_output">
<h1>2d.line.miter.acute</h1>
<p class="desc">Miter joins are drawn correctly with acute angles</p>
<p class="output">Actual output:</p>
<canvas id="c" class="output" width="100" height="50"><p class="fallback">FAIL (fallback content)</p></canvas>
<p class="output expectedtext">Expected output:<p><img src="/images/green-100x50.png" class="output expected" id="expected" alt="">
<ul id="d"></ul>
<script>
var t = async_test("Miter joins are drawn correctly with acute angles");
_addTest(function(canvas, ctx) {
ctx.fillStyle = '#f00';
ctx.fillRect(0, 0, 100, 50);
ctx.lineWidth = 200;
ctx.lineJoin = 'miter';
ctx.strokeStyle = '#0f0';
ctx.miterLimit = 2.614;
ctx.beginPath();
ctx.moveTo(100, 1000);
ctx.lineTo(100, 100);
ctx.lineTo(1000, 1000);
ctx.stroke();
ctx.strokeStyle = '#f00';
ctx.miterLimit = 2.613;
ctx.beginPath();
ctx.moveTo(100, 1000);
ctx.lineTo(100, 100);
ctx.lineTo(1000, 1000);
ctx.stroke();
_assertPixel(canvas, 1,1, 0,255,0,255, "1,1", "0,255,0,255");
_assertPixel(canvas, 48,1, 0,255,0,255, "48,1", "0,255,0,255");
_assertPixel(canvas, 48,48, 0,255,0,255, "48,48", "0,255,0,255");
_assertPixel(canvas, 1,48, 0,255,0,255, "1,48", "0,255,0,255");
});
</script>
|
accessible/tests/mochitest/events/test_text.html | Yukarumya/Yukarum-Redfoxes | <html>
<head>
<title>Accessible mutation events testing</title>
<link rel="stylesheet" type="text/css"
href="chrome://mochikit/content/tests/SimpleTest/test.css" />
<script type="application/javascript"
src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js"></script>
<script type="application/javascript"
src="chrome://mochikit/content/tests/SimpleTest/EventUtils.js"></script>
<script type="application/javascript"
src="../common.js"></script>
<script type="application/javascript"
src="../events.js"></script>
<script type="application/javascript">
////////////////////////////////////////////////////////////////////////////
// Invokers
/**
* Base text remove invoker and checker.
*/
function textRemoveInvoker(aID, aStart, aEnd, aText)
{
this.DOMNode = getNode(aID);
this.eventSeq = [
new textChangeChecker(aID, aStart, aEnd, aText, false)
];
}
function textInsertInvoker(aID, aStart, aEnd, aText)
{
this.DOMNode = getNode(aID);
this.eventSeq = [
new textChangeChecker(aID, aStart, aEnd, aText, true)
];
}
/**
* Remove inaccessible child node containing accessibles.
*/
function removeChildSpan(aID)
{
this.__proto__ = new textRemoveInvoker(aID, 0, 5, "33322");
this.invoke = function removeChildSpan_invoke()
{
// remove HTML span, a first child of the node
this.DOMNode.removeChild(this.DOMNode.firstChild);
}
this.getID = function removeChildSpan_getID()
{
return "Remove inaccessible span containing accessible nodes" + prettyName(aID);
}
}
/**
* Insert inaccessible child node containing accessibles.
*/
function insertChildSpan(aID, aInsertAllTogether)
{
this.__proto__ = new textInsertInvoker(aID, 0, 5, "33322");
this.invoke = function insertChildSpan_invoke()
{
// <span><span>333</span><span>22</span></span>
if (aInsertAllTogether) {
var topSpan = document.createElement("span");
var fSpan = document.createElement("span");
fSpan.textContent = "333";
topSpan.appendChild(fSpan);
var sSpan = document.createElement("span");
sSpan.textContent = "22";
topSpan.appendChild(sSpan);
this.DOMNode.insertBefore(topSpan, this.DOMNode.childNodes[0]);
} else {
var topSpan = document.createElement("span");
this.DOMNode.insertBefore(topSpan, this.DOMNode.childNodes[0]);
var fSpan = document.createElement("span");
fSpan.textContent = "333";
topSpan.appendChild(fSpan);
var sSpan = document.createElement("span");
sSpan.textContent = "22";
topSpan.appendChild(sSpan);
}
}
this.getID = function insertChildSpan_getID()
{
return "Insert inaccessible span containing accessibles" +
prettyName(aID);
}
}
/**
* Remove child embedded accessible.
*/
function removeChildDiv(aID)
{
this.__proto__ = new textRemoveInvoker(aID, 5, 6, kEmbedChar);
this.invoke = function removeChildDiv_invoke()
{
var childDiv = this.DOMNode.childNodes[1];
// Ensure accessible is created to get text remove event when it's
// removed.
getAccessible(childDiv);
this.DOMNode.removeChild(childDiv);
}
this.getID = function removeChildDiv_getID()
{
return "Remove accessible div from the middle of text accessible " +
prettyName(aID);
}
}
/**
* Insert child embedded accessible.
*/
function insertChildDiv(aID)
{
this.__proto__ = new textInsertInvoker(aID, 5, 6, kEmbedChar);
this.invoke = function insertChildDiv_invoke()
{
var childDiv = document.createElement("div");
this.DOMNode.insertBefore(childDiv, this.DOMNode.childNodes[1]);
}
this.getID = function insertChildDiv_getID()
{
return "Insert accessible div into the middle of text accessible " +
prettyName(aID);
}
}
/**
* Remove children from text container from first to last child or vice
* versa.
*/
function removeChildren(aID, aLastToFirst, aStart, aEnd, aText)
{
this.__proto__ = new textRemoveInvoker(aID, aStart, aEnd, aText);
this.invoke = function removeChildren_invoke()
{
if (aLastToFirst) {
while (this.DOMNode.firstChild)
this.DOMNode.removeChild(this.DOMNode.lastChild);
} else {
while (this.DOMNode.firstChild)
this.DOMNode.removeChild(this.DOMNode.firstChild);
}
}
this.getID = function removeChildren_getID()
{
return "remove children of " + prettyName(aID) +
(aLastToFirst ? " from last to first" : " from first to last");
}
}
/**
* Remove text from HTML input.
*/
function removeTextFromInput(aID, aStart, aEnd, aText)
{
this.__proto__ = new textRemoveInvoker(aID, aStart, aEnd, aText);
this.eventSeq.push(new invokerChecker(EVENT_TEXT_VALUE_CHANGE,
this.DOMNode));
this.invoke = function removeTextFromInput_invoke()
{
const nsIDOMNSEditableElement =
Components.interfaces.nsIDOMNSEditableElement;
this.DOMNode.focus();
this.DOMNode.setSelectionRange(aStart, aEnd);
synthesizeKey("VK_DELETE", {});
}
this.getID = function removeTextFromInput_getID()
{
return "Remove text from " + aStart + " to " + aEnd + " for " +
prettyName(aID);
}
}
/**
* Add text into HTML input.
*/
function insertTextIntoInput(aID, aStart, aEnd, aText)
{
this.__proto__ = new textInsertInvoker(aID, aStart, aEnd, aText);
this.eventSeq.push(new invokerChecker(EVENT_TEXT_VALUE_CHANGE,
this.DOMNode));
this.invoke = function insertTextIntoInput_invoke()
{
this.DOMNode.focus();
synthesizeKey("a", {});
}
this.getID = function insertTextIntoInput_getID()
{
return "Insert text to " + aStart + " for " + prettyName(aID);
}
}
/**
* Remove text data from text node of editable area.
*/
function removeTextFromEditable(aID, aStart, aEnd, aText, aTextNode)
{
this.__proto__ = new textRemoveInvoker(aID, aStart, aEnd, aText);
this.invoke = function removeTextFromEditable_invoke()
{
this.DOMNode.focus();
var selection = window.getSelection();
var range = document.createRange();
range.setStart(this.textNode, aStart);
range.setEnd(this.textNode, aEnd);
selection.addRange(range);
synthesizeKey("VK_DELETE", {});
}
this.getID = function removeTextFromEditable_getID()
{
return "Remove text from " + aStart + " to " + aEnd + " for " +
prettyName(aID);
}
this.textNode = getNode(aTextNode);
}
////////////////////////////////////////////////////////////////////////////
// Do tests
gA11yEventDumpToConsole = true; // debugging
var gQueue = null;
function doTests()
{
gQueue = new eventQueue();
// Text remove event on inaccessible child HTML span removal containing
// accessible text nodes.
gQueue.push(new removeChildSpan("p"));
gQueue.push(new insertChildSpan("p"), true);
gQueue.push(new insertChildSpan("p"), false);
// Remove embedded character.
gQueue.push(new removeChildDiv("div"));
gQueue.push(new insertChildDiv("div"));
// Remove all children.
var text = kEmbedChar + "txt" + kEmbedChar;
gQueue.push(new removeChildren("div2", true, 0, 5, text));
gQueue.push(new removeChildren("div3", false, 0, 5, text));
// Text remove from text node within hypertext accessible.
gQueue.push(new removeTextFromInput("input", 1, 3, "al"));
gQueue.push(new insertTextIntoInput("input", 1, 2, "a"));
// bug 570691
todo(false, "Fix text change events from editable area, see bug 570691");
//var textNode = getNode("editable").firstChild;
//gQueue.push(new removeTextFromEditable("editable", 1, 3, "al", textNode));
//textNode = getNode("editable2").firstChild.firstChild;
//gQueue.push(new removeTextFromEditable("editable2", 1, 3, "al", textNode));
gQueue.invoke(); // Will call SimpleTest.finish();
}
SimpleTest.waitForExplicitFinish();
addA11yLoadEvent(doTests);
</script>
</head>
<body>
<a target="_blank"
href="https://bugzilla.mozilla.org/show_bug.cgi?id=566293"
title=" wrong length of text remove event when inaccessible node containing accessible nodes is removed">
Mozilla Bug 566293
</a><br>
<a target="_blank"
href="https://bugzilla.mozilla.org/show_bug.cgi?id=570710"
title="Avoid extra array traversal during text event creation">
Mozilla Bug 570710
</a><br>
<a target="_blank"
href="https://bugzilla.mozilla.org/show_bug.cgi?id=574003"
title="Coalesce text events on nodes removal">
Mozilla Bug 574003
</a>
<a target="_blank"
href="https://bugzilla.mozilla.org/show_bug.cgi?id=575052"
title="Cache text offsets within hypertext accessible">
Mozilla Bug 575052
</a>
<a target="_blank"
href="https://bugzilla.mozilla.org/show_bug.cgi?id=570275"
title="Rework accessible tree update code">
Mozilla Bug 570275
</a>
<p id="display"></p>
<div id="content" style="display: none"></div>
<pre id="test">
</pre>
<p id="p"><span><span>333</span><span>22</span></span>1111</p>
<div id="div">hello<div>hello</div>hello</div>
<div id="div2"><div>txt</div>txt<div>txt</div></div>
<div id="div3"><div>txt</div>txt<div>txt</div></div>
<input id="input" value="value">
<div contentEditable="true" id="editable">value</div>
<div contentEditable="true" id="editable2"><span>value</span></div>
</body>
</html>
|
MicroUnitsApp - Source Code/javadoc/Model/class-use/Fix.html | gabrieleduardo/MicroUnits | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="pt">
<head>
<!-- Generated by javadoc (version 1.7.0_71) on Thu Jan 08 02:47:01 BRST 2015 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Class Model.Fix</title>
<meta name="date" content="2015-01-08">
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class Model.Fix";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../Model/Fix.html" title="class in Model">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?Model/class-use/Fix.html" target="_top">Frames</a></li>
<li><a href="Fix.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class Model.Fix" class="title">Uses of Class<br>Model.Fix</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../Model/Fix.html" title="class in Model">Fix</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#Model">Model</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="Model">
<!-- -->
</a>
<h3>Uses of <a href="../../Model/Fix.html" title="class in Model">Fix</a> in <a href="../../Model/package-summary.html">Model</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../Model/package-summary.html">Model</a> that return <a href="../../Model/Fix.html" title="class in Model">Fix</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../Model/Fix.html" title="class in Model">Fix</a></code></td>
<td class="colLast"><span class="strong">MyDoc.</span><code><strong><a href="../../Model/MyDoc.html#getfixList(java.lang.Integer)">getfixList</a></strong>(java.lang.Integer i)</code>
<div class="block">Get a fix in fixList
Recupera uma fixação da lista</div>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../Model/package-summary.html">Model</a> that return types with arguments of type <a href="../../Model/Fix.html" title="class in Model">Fix</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>java.util.ArrayList<<a href="../../Model/Fix.html" title="class in Model">Fix</a>></code></td>
<td class="colLast"><span class="strong">MyDoc.</span><code><strong><a href="../../Model/MyDoc.html#getfixationWin(java.lang.Integer)">getfixationWin</a></strong>(java.lang.Integer i)</code>
<div class="block">Gets the selected fixation window list
Recupera a lista das fixações na janela desejada</div>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../Model/package-summary.html">Model</a> with parameters of type <a href="../../Model/Fix.html" title="class in Model">Fix</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">MyDoc.</span><code><strong><a href="../../Model/MyDoc.html#addfixationWin(Model.Fix)">addfixationWin</a></strong>(<a href="../../Model/Fix.html" title="class in Model">Fix</a> fix)</code>
<div class="block">Add a fix object into Fixation Windows List
Adiciona um objeto fix na lista de fixação de janelas</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">MyDoc.</span><code><strong><a href="../../Model/MyDoc.html#addFixList(Model.Fix)">addFixList</a></strong>(<a href="../../Model/Fix.html" title="class in Model">Fix</a> fix)</code>
<div class="block">Add a fix object into fixation list
Adiciona um objeto fix na lista de fixações</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../Model/Fix.html" title="class in Model">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?Model/class-use/Fix.html" target="_top">Frames</a></li>
<li><a href="Fix.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
public/assets/themes/default/stylesheets/og/co.css | libersoft/fengoffice-ls | .coViewAction {
background-position:0pt 2px;
background-repeat:no-repeat;
padding:3px 0pt 2px 18px;
}
.coViewClose{
cursor: pointer;
position: absolute;
right: 0;
top: 0;
border-bottom:2px solid;
border-left:2px solid;
/*width: 16px;*/
padding-right:3px;
height: 16px;
font-weight: bold;
padding-left:3px;
}
.coViewIcon{
padding:0;
width:72px;
max-width: 72px;
border-bottom: 1px solid;
}
.coViewIconImage{
height: 48px;
width: 48px;
margin: 12px;
}
.coViewHeader {
padding:0px;
padding-bottom:4px;
border-bottom: 1px solid;
}
.coViewSmallHeader {
padding:12px;
padding-bottom:4px;
padding-top:8px;
}
.coViewHeader .coViewTitleContainer {
padding: 8px 12px 0px 12px;
position:relative;
}
.coViewHeader .coViewTitle {
font-size: 130%;
font-weight: bold;
padding-bottom: 4px;
border-bottom: 3px solid;
}
.coViewHeader .coViewDesc {
padding-left: 12px;
}
.coViewBody {
padding:10px;
background:white;
}
.prop-col-div {
border-bottom: 1px solid #dddddd;
padding-top:4px;
padding-bottom :2px;
margin-bottom: 2px;
/*margin-right: 12px;*/
}
.coViewPropertiesHeader {
font-size: 120%;
font-weight: bold;
}
/* ----Shadows---- */
.coViewTopRight {
width:1%;
min-width:12px;
height:12px;
background-image: url(../../images/layout/shcornertop.png);
background-repeat: no-repeat;
}
.coViewRight {
background-image: url(../../images/layout/shr.png);
background-repeat: repeat-y;
}
.coViewBottomRight {
background-image: url(../../images/layout/shcorner.png);
background-repeat: no-repeat;
width:1%;
min-width:12px;
height:12px;
}
.coViewBottom {
background-image: url(../../images/layout/shb.png);
background-repeat: repeat-x;
}
.coViewBottomLeft {
background-image: url(../../images/layout/shcornerbottom.png);
width:1%;
min-width:12px;
height:12px;
background-repeat: no-repeat;
}
/* ------------------------------------- Specific Content Objects -----------------------------*/
/* ----- Message ----- */
/*
.message .coViewHeader {
background: rgb(246,214,78);
border-color: rgb(201,163,10);
color: rgb(101,82,5);
}
.message .coViewIcon {
background: rgb(232,232,168);
border-color: rgb(246,214,78);
}
.message .coViewHeader .coViewTitle {
border-color: rgb(201,163,10);
}
.message .coViewClose {
background: rgb(232,232,168);
color: rgb(201,163,10);
}*/
.message .coViewHeader {
background: #FFE966;
border-color: #FFE966;
color: #736617;
}
.message .coViewSubHeader {
background: #FFED8C;
border:0px;
color: #736617;
}
.message .coViewSubHeader .odd {
background: #FFF8CC;
}
.message .coViewIcon {
background: #FFF8CC;
border-color: #FFF8CC;
}
.message .coViewHeader .coViewTitle {
border-color: #CCB633;
}
.message .coViewClose {
background: #FFF8CC;
color: #736617;
}
.ico-large-message {
background: transparent url(../../images/48x48/all_48_48_sprite.png) no-repeat scroll 0 -2488px !important;
}
.ico-large-message-trashed {
background: transparent url(../../images/48x48/all_48_48_sprite.png) no-repeat scroll 0 -2596px !important;
}
.ico-large-message-archived {
background: transparent url(../../images/48x48/all_48_48_sprite.png) no-repeat scroll 0 -2542px !important;
}
/* ----- Template ----- */
.template .coViewHeader {
background: #DDDDDD;
border-color: #AAAAAA;
color: #666666;
}
.template .coViewIcon {
background: #EEEEEE;
border-color: #AAAAAA;
}
.template .coViewHeader .coViewTitle {
border-color: #AAAAAA;
}
.template .coViewClose {
background: #EEEEEE;
color: #666666;
}
.ico-large-template {
background: transparent url(../../images/48x48/all_48_48_sprite.png) no-repeat scroll 0 -3028px !important;
}
.ico-large-template-trashed {
background: transparent url(../../images/48x48/all_48_48_sprite.png) no-repeat scroll 0 -3136px !important;
}
.ico-large-template-archived {
background: transparent url(../../images/48x48/all_48_48_sprite.png) no-repeat scroll 0 -3082px !important;
}
/* ----- Email ----- */
.email .coViewHeader {
background: #BABFD9;
border-color: #7882BF;
color: #404566;
}
.email .coViewSubHeader {
background: #D2CEEF;
border:0px;
color: #404566;
}
.email .coViewIcon {
background: #DBE0FF;
border-color: #BABFD9;
}
.email .coViewHeader .coViewTitle {
border-color: #7882BF;
}
.email .coViewClose {
background: #DBE0FF;
color: #7882BF;
}
.ico-large-email {
background: transparent url(../../images/48x48/all_48_48_sprite.png) no-repeat scroll 0 -1624px !important;
}
.ico-large-email-trashed {
background: transparent url(../../images/48x48/all_48_48_sprite.png) no-repeat scroll 0 -1732px !important;
}
.ico-large-email-archived {
background: transparent url(../../images/48x48/all_48_48_sprite.png) no-repeat scroll 0 -1678px !important;
}
/* ----- Chart ----- */
.chart .coViewHeader {
background: #BABFD9;
border-color: #7882BF;
color: #404566;
}
.chart .coViewIcon {
background: #DBE0FF;
border-color: #BABFD9;
}
.chart .coViewHeader .coViewTitle {
border-color: #7882BF;
}
.chart .coViewClose {
background: #DBE0FF;
color: #7882BF;
}
.ico-large-chart {
background: transparent url(../../images/48x48/all_48_48_sprite.png) no-repeat scroll 0 -1080px !important;
}
/* ----- Contact ----- */
.contact .coViewHeader {
background: #F2D7AA;
border-color: #F2D7AA;
color: #735D39;
}
.contact .coViewSubHeader {
background: #F2E3C9;
border:0px;
color: #444;
}
.contact .coViewSubHeader .odd {
background: #F2EBE0;
}
.contact .coViewIcon {
background: #F2E0C2;
border-color: #F2E0C2;
}
.contact .coViewHeader .coViewTitle {
border-color: #CCA970;
}
.contact .coViewClose {
background: #F2E0C2;
color: #CCA970;
}
.ico-large-contact {
background: transparent url(../../images/48x48/all_48_48_sprite.png) no-repeat scroll 0 -1354px !important;
}
.ico-large-contact-trashed {
background: transparent url(../../images/48x48/all_48_48_sprite.png) no-repeat scroll 0 -1462px !important;
}
.ico-large-contact-archived {
background: transparent url(../../images/48x48/all_48_48_sprite.png) no-repeat scroll 0 -1408px !important;
}
/* ----- Company ----- */
.company .coViewHeader {
background: #E3E3E3;
border-color: #C7C7C7;
color: #7F7F7F;
}
.company .coViewIcon {
background: #EBEBEB;
border-color: #E3E3E3;
}
.company .coViewHeader .coViewTitle {
border-color: #C7C7C7;
}
.company .coViewClose {
background: #EBEBEB;
color: #7F7F7F;
}
.ico-large-company {
background: transparent url(../../images/48x48/all_48_48_sprite.png) no-repeat scroll 0 -1134px !important;
}
.ico-large-company-trashed {
background: transparent url(../../images/48x48/all_48_48_sprite.png) no-repeat scroll 0 -1246px !important;
}
.ico-large-company-archived {
background: transparent url(../../images/48x48/all_48_48_sprite.png) no-repeat scroll 0 -1190px !important;
}
/* ----- User ----- */
.user .coViewHeader {
background: #C0CFFF;
border-color: #648AFF;
color: #384D8F;
}
.user .coViewIcon {
background: #D4DFFF;
border-color: #C0CFFF;
}
.user .coViewHeader .coViewTitle {
border-color: #648AFF;
}
.user .coViewClose {
background: #D4DFFF;
color: #384D8F;
}
.ico-large-user {
background: transparent url(../../images/48x48/all_48_48_sprite.png) no-repeat scroll 0 -3568px !important;
}
/* ----- Files ----- */
.files .coViewHeader {
background: #C9D9C3;
border-color: #C9D9C3;
color: #3F4D39;
}
.files .coViewSubHeader {
background: #D0D9CC;
border:0px;
color: #3F4D39;
}
.files .coViewSubHeader .odd {
background: #EDFFE6;
}
.files .coViewIcon {
background: #EDFFE6;
border-color: #EDFFE6;
}
.files .coViewHeader .coViewTitle {
border-color: #B1BFAC;
}
.files .coViewClose {
background: #EDFFE6;
color: #B1BFAC;
}
.ico-large-files {
background: transparent url(../../images/48x48/all_48_48_sprite.png) no-repeat scroll 0 -1948px !important;
}
.ico-large-files-trashed {
background: transparent url(../../images/48x48/all_48_48_sprite.png) no-repeat scroll 0 -2056px !important;
}
.ico-large-files-archived {
background: transparent url(../../images/48x48/all_48_48_sprite.png) no-repeat scroll 0 -2002px !important;
}
/* ----- Tasks ----- */
.tasks .coViewHeader {
background: #717FA1;
border-color: #717FA1;
color: #FFFFFF;
}
.tasks .coViewSubHeader {
background: #ACB5CF;
border:0px;
color: #444;
}
.tasks .coViewIcon {
background: #E8EDF7;
border-color: #E8EDF7;
}
.tasks .coViewHeader .coViewTitle {
border-color: #455678;
}
.tasks .coViewClose {
background: #E8EDF7;
color: #717FA1;
}
.ico-large-tasks {
background: transparent url(../../images/48x48/all_48_48_sprite.png) no-repeat scroll 0 -2866px !important;
}
.ico-large-tasks-trashed {
background: transparent url(../../images/48x48/all_48_48_sprite.png) no-repeat scroll 0 -2974px !important;
}
.ico-large-tasks-archived {
background: transparent url(../../images/48x48/all_48_48_sprite.png) no-repeat scroll 0 -2920px !important;
}
/* ----- Milestones ----- */
.milestone .coViewHeader {
background: #717FA1;
border-color: #717FA1;
color: #FFFFFF;
}
.milestone .coViewSubHeader {
background: #ACB5CF;
border:0px;
color: #444;
}
.milestone .coViewIcon {
background: #E8EDF7;
border-color: #E8EDF7;
}
.milestone .coViewHeader .coViewTitle {
border-color: #455678;
}
.milestone .coViewClose {
background: #E8EDF7;
color: #717FA1;
}
.ico-large-milestone {
background: transparent url(../../images/48x48/all_48_48_sprite.png) no-repeat scroll 0 -2326px !important;
}
.ico-large-milestone-trashed {
background: transparent url(../../images/48x48/all_48_48_sprite.png) no-repeat scroll 0 -2434px !important;
}
.ico-large-milestone-archived {
background: transparent url(../../images/48x48/all_48_48_sprite.png) no-repeat scroll 0 -2380px !important;
}
/* ----- Events ----- */
.event .coViewHeader {
background: #717FA1;
border-color: #717FA1;
color: #FFFFFF;
}
.event .coViewSubHeader {
background: #ACB5CF;
border:0px;
color: #444;
}
.event .coViewIcon {
background: #E8EDF7;
border-color: #E8EDF7;
}
.event .coViewHeader .coViewTitle {
border-color: #455678;
}
.event .coViewClose {
background: #E8EDF7;
color: #717FA1;
}
.ico-large-event {
background: transparent url(../../images/48x48/all_48_48_sprite.png) no-repeat scroll 0 -3676px !important;
}
.ico-large-event-trashed {
background: transparent url(../../images/48x48/all_48_48_sprite.png) no-repeat scroll 0 -1840px !important;
}
.ico-large-event-archived {
background: transparent url(../../images/48x48/all_48_48_sprite.png) no-repeat scroll 0 -1786px !important;
}
/* ----- Calendar ----- */
.calendar .coViewHeader {
background: #717FA1;
border-color: #717FA1;
color: #FFFFFF;
}
.calendar .coViewSubHeader {
background: #ACB5CF;
border:0px;
color: #444;
}
.calendar .coViewIcon {
background: #717FA1;
border-color: #717FA1;
}
.calendar .coViewHeader .coViewTitle {
border-color: #455678;
border-bottom: none;
text-align: center;
font-size:14px;
}
.calendar .coViewClose {
background: #717FA1;
color: #FFFFFF;
}
.ico-small-calendar {
background-image: url(../../images/32x32/view_calendar_month.png);
}
/* ----- Report ----- */
.report .coViewHeader {
background: #717FA1;
border-color: #455678;
color: #FFFFFF;
}
.report .coViewSubHeader {
background: #ACB5CF;
border:0px;
color: #444;
}
.report .coViewIcon {
background: #E8EDF7;
border-color: #455678;
}
.report .coViewHeader .coViewTitle {
border-color: #455678;
}
.report .coViewClose {
background: #717FA1;
color: #FFFFFF;
}
.ico-large-report {
background: transparent url(../../images/48x48/all_48_48_sprite.png) no-repeat scroll 0 -2758px !important;
}
/* ----- Weblinks -----*/
.weblink .coViewHeader {
background: #FFE966;
border-color: #CCB633;
color: #736617;
}
.weblink .coViewIcon {
background: #FFF8CC;
border-color: #F2DF6D;
}
.weblink .coViewHeader .coViewTitle {
border-color: #CCB633;
}
.weblink .coViewClose {
background: #FFF8CC;
color: #736617;
}
.ico-large-weblink {
background: transparent url(../../images/48x48/all_48_48_sprite.png) no-repeat scroll 0 -3784px !important;
}
.ico-large-weblink-archived {
background: transparent url(../../images/48x48/all_48_48_sprite.png) no-repeat scroll 0 -3838px !important;
}
.ico-large-weblink-trashed {
background: transparent url(../../images/48x48/all_48_48_sprite.png) no-repeat scroll 0 -3892px !important;
}
.tpTaskHeader, .tpMilestoneHeader {
width: 90%;
border-bottom: solid 1px #AAA;
font-size: 130%;
font-weight: bold;
color: #666;
padding-top: 12px;
padding-left: 20px;
}
.tpTaskHeader {
background-image: url(../../images/16x16/tasks.png) !important;
background-repeat: no-repeat;
background-position: bottom left;
}
.tpMilestoneHeader {
background-image: url(../../images/16x16/milestone.png) !important;
background-repeat: no-repeat;
background-position: bottom left;
}
/** custom properties **/
.og-custom-properties {
width:100%;
}
.og-custom-properties td.value {
padding: 1px 5px;
}
.og-custom-properties td.name {
font-weight: bold;
padding: 1px 5px;
white-space:nowrap;
width:1%;
}
.og-add-custom-properties th {
width: 200px;
text-align: center;
font-weight: bold;
}
.og-add-custom-properties th.actions {
width: 16px;
background: none;
}
.og-add-custom-properties input {
width: 200px;
}
.og-custom-properties .row {
background-color:white;
}
.og-custom-properties .altRow {
background-color:#ECEFF7;
}
.og-custom-properties .subAltRow {
background-color:#F4F5F7;
}
|
rules/rules-rgaa3.2017/src/test/resources/testcases/rgaa32017/Rgaa32017Rule130401/Rgaa32017.Test.13.4.1-3NMI-01.html | dzc34/Asqatasun | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<title>Rgaa32017 Test.13.4.1 NMI 01</title>
</head>
<body class="NMI">
<div>
<h1>Rgaa32017 Test.13.4.1 NMI 01</h1>
<!-- START [test-detail] -->
<div class="test-detail" lang="fr">
Dans chaque page web, chaque tâche limitée dans le temps vérifie-t-elle une de ces conditions ? <ul><li>La tâche se déroule en temps réel.</li> <li>La tâche requiert une limite de temps essentielle à son bon déroulement.</li> </ul>
</div>
<!-- END [test-detail] -->
<div class="testcase">
</div>
<div class="test-explanation">
NMI.
</div>
</div>
</body>
</html>
|
ckanext/deadoralive/templates/broken_links_by_email.html | ckan/ckanext-deadoralive | {% extends "admin/base.html" %}
{% block styles %}
{{ super() }}
{% resource "deadoralive/styles/master.css" %}
{% endblock %}
{% block subtitle %}{{ _("Broken Links") }}{% endblock %}
{% block primary_content_inner %}
{% if report %}
<ul class="broken-links-list unstyled">
{% for item in report %}
{% if item.email %}
<li class="item">
<h3>{{ item.email }}</h3>
<p>{{ _("{0} broken links").format(item.num_broken_links) }}</p>
<ul>
{% for dataset in item.datasets_with_broken_links %}
<li>
<a href="{{ h.url_for(controller="package", action="read", id=dataset.name) }}">{{ dataset.title }}</a>:
{{ _("{0} broken links").format(dataset.num_broken_links) }}
</li>
{% endfor %}
</ul>
<p>
<a href="{{ item.mailto }}" class="btn">
<i class="icon-envelope"></i>
{{ _("Email maintainer") }}
</a>
</p>
</li>
{% else %}
<li class="item">
<h3>{{ _("No author or maintainer email") }}</h3>
<p>{{ _("{0} broken links").format(item.num_broken_links) }}</p>
<ul>
{% for dataset in item.datasets_with_broken_links %}
<li>
<a href="{{ h.url_for(controller="package", action="read", id=dataset.name) }}">{{ dataset.title }}</a>:
{{ _("{0} broken links").format(dataset.num_broken_links) }}
</li>
{% endfor %}
</ul>
</li>
{% endif %}
{% endfor %}
</ul>
{% else %}
<p>{{ _("This site has no broken links") }}</p>
{% endif %}
{% endblock %}
{% block secondary_content %}
<div class="module module-narrow module-shallow">
<h2 class="module-heading">
<i class="icon-info-sign"></i>
{{ _('Broken links') }}
</h2>
<div class="module-content">
{% trans %}
<p>These are the maintainers of datasets that have resources which have broken links within them.</p>
{% endtrans %}
</div>
</div>
{% endblock %}
|
theme/attila/templates/base.html | kmolab/kmolab.github.io | <!DOCTYPE html>
<html lang="{{ DEFAULT_LANG }}">
<head>
{% block head %}
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
{% if GOOGLE_SITE_VERIFICATION %}
<meta name="google-site-verification" content="{{ GOOGLE_SITE_VERIFICATION }}">
{% endif %}
<title>{% block title %}{{ SITENAME }}{% if SITESUBTITLE and SHOW_SITESUBTITLE_IN_HTML %} - {{ SITESUBTITLE }}{% endif %}{% endblock title %}</title>
{% if SITE_DESCRIPTION %}
<meta name="description" content="{{SITE_DESCRIPTION}}" />
{% endif %}
<meta name="HandheldFriendly" content="True" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="referrer" content="origin" />
<meta name="generator" content="Pelican" />
<link href="{{ SITEURL }}/" rel="canonical" />
<!-- Feed -->
{% for name,link in SOCIAL if name.lower() in ['rss', 'rss-square', 'feed'] %}
<link href="{{ link }}" type="application/atom+xml" rel="alternate" title="{{ SITENAME }} Full Atom Feed" />
{% else %}
{% if FEED_ALL_ATOM %}
<link href="{{ FEED_DOMAIN }}/{{ FEED_ALL_ATOM }}" type="application/atom+xml" rel="alternate" title="{{ SITENAME }} Full Atom Feed" />
{% endif %}
{% if FEED_ALL_RSS %}
<link href="{{ FEED_DOMAIN }}/{{ FEED_ALL_RSS }}" type="application/rss+xml" rel="alternate" title="{{ SITENAME }} Full RSS Feed" />
{% endif %}
{% if FEED_ATOM %}
<link href="{{ FEED_DOMAIN }}/{{ FEED_ATOM }}" type="application/atom+xml" rel="alternate" title="{{ SITENAME }} Atom Feed" />
{% endif %}
{% if FEED_RSS %}
<link href="{{ FEED_DOMAIN }}/{{ FEED_RSS }}" type="application/rss+xml" rel="alternate" title="{{ SITENAME }} RSS Feed" />
{% endif %}
{% if CATEGORY_FEED_ATOM and category %}
<link href="{{ FEED_DOMAIN }}/{{ CATEGORY_FEED_ATOM|format(slug=category.slug) }}" type="application/atom+xml" rel="alternate" title="{{ SITENAME }} Categories Atom Feed" />
{% endif %}
{% if CATEGORY_FEED_RSS and category %}
<link href="{{ FEED_DOMAIN }}/{{ CATEGORY_FEED_RSS|format(slug=category.slug) }}" type="application/rss+xml" rel="alternate" title="{{ SITENAME }} Categories RSS Feed" />
{% endif %}
{% if TAG_FEED_ATOM and tag %}
<link href="{{ FEED_DOMAIN }}/{{ TAG_FEED_ATOM|format(slug=tag.slug) }}" type="application/atom+xml" rel="alternate" title="{{ SITENAME }} Tags Atom Feed" />
{% endif %}
{% if TAG_FEED_RSS and tag %}
<link href="{{ FEED_DOMAIN }}/{{ TAG_FEED_RSS|format(slug=tag.slug) }}" type="application/rss+xml" rel="alternate" title="{{ SITENAME }} Tags RSS Feed" />
{% endif %}
{% endfor %}
<link href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/style.css" type="text/css" rel="stylesheet" />
<!-- Code highlight color scheme -->
{% if COLOR_SCHEME_CSS %}
<link href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/code_blocks/{{ COLOR_SCHEME_CSS }}" rel="stylesheet">
{% else %}
<link href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/code_blocks/github.css" rel="stylesheet">
{% endif %}
{% if CSS_OVERRIDE %}
<!-- CSS specified by the user -->
{% for css in CSS_OVERRIDE %}
{% if css|lower|truncate(4, True, '') == "http" %}
{% set css = css %}
{% else %}
{% set css = SITEURL+"/"+css %}
{% endif %}
<link href="{{ css }}" type="text/css" rel="stylesheet" />
{% endfor %}
{% endif %}
{% if 'tipue_search' in PLUGINS %}
<link href="{{ SITEURL}}/theme/tipuesearch/tipuesearch.css" rel="stylesheet">
{% endif %}
<!-- Custom fonts -->
<link href='https://fonts.googleapis.com/css?family=Montserrat:400,300' rel='stylesheet' type='text/css' />
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet" type="text/css" />
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
{% endblock head %}
<script type="text/javascript" src="./../cmsimde/static/syntaxhighlighter/shCore.js"></script>
<script type="text/javascript" src="./../cmsimde/static/syntaxhighlighter/shBrushJScript.js"></script>
<script type="text/javascript" src="./../cmsimde/static/syntaxhighlighter/shBrushJava.js"></script>
<script type="text/javascript" src="./../cmsimde/static/syntaxhighlighter/shBrushPython.js"></script>
<script type="text/javascript" src="./../cmsimde/static/syntaxhighlighter/shBrushSql.js"></script>
<script type="text/javascript" src="./../cmsimde/static/syntaxhighlighter/shBrushXml.js"></script>
<script type="text/javascript" src="./../cmsimde/static/syntaxhighlighter/shBrushPhp.js"></script>
<script type="text/javascript" src="./../cmsimde/static/syntaxhighlighter/shBrushCpp.js"></script>
<script type="text/javascript" src="./../cmsimde/static/syntaxhighlighter/shBrushCss.js"></script>
<script type="text/javascript" src="./../cmsimde/static/syntaxhighlighter/shBrushCSharp.js"></script>
<script type="text/javascript" src="./../cmsimde/static/syntaxhighlighter/shBrushBash.js"></script>
<script type="text/javascript" src="./../cmsimde/static/syntaxhighlighter/shBrushLua.js"></script>
<script type='text/javascript'>
(function(){
var corecss = document.createElement('link');
var themecss = document.createElement('link');
var corecssurl = "./../cmsimde/static/syntaxhighlighter/css/shCore.css";
if ( corecss.setAttribute ) {
corecss.setAttribute( "rel", "stylesheet" );
corecss.setAttribute( "type", "text/css" );
corecss.setAttribute( "href", corecssurl );
} else {
corecss.rel = "stylesheet";
corecss.href = corecssurl;
}
document.getElementsByTagName("head")[0].insertBefore( corecss, document.getElementById("syntaxhighlighteranchor") );
var themecssurl = "./../cmsimde/static/syntaxhighlighter/css/shThemeDefault.css?ver=3.0.9b";
if ( themecss.setAttribute ) {
themecss.setAttribute( "rel", "stylesheet" );
themecss.setAttribute( "type", "text/css" );
themecss.setAttribute( "href", themecssurl );
} else {
themecss.rel = "stylesheet";
themecss.href = themecssurl;
}
//document.getElementById("syntaxhighlighteranchor").appendChild(themecss);
document.getElementsByTagName("head")[0].insertBefore( themecss, document.getElementById("syntaxhighlighteranchor") );
})();
SyntaxHighlighter.config.strings.expandSource = '+ expand source';
SyntaxHighlighter.config.strings.help = '?';
SyntaxHighlighter.config.strings.alert = 'SyntaxHighlighter\n\n';
SyntaxHighlighter.config.strings.noBrush = 'Can\'t find brush for: ';
SyntaxHighlighter.config.strings.brushNotHtmlScript = 'Brush wasn\'t configured for html-script option: ';
SyntaxHighlighter.defaults['pad-line-numbers'] = false;
SyntaxHighlighter.defaults['toolbar'] = false;
SyntaxHighlighter.all();
</script>
<!-- for LaTeX equations -->
<script src="https://scrum-3.github.io/web/math/MathJax.js?config=TeX-MML-AM_CHTML" type="text/javascript"></script>
<script type="text/javascript">
init_mathjax = function() {
if (window.MathJax) {
// MathJax loaded
MathJax.Hub.Config({
tex2jax: {
inlineMath: [ ['$','$'], ["\\(","\\)"] ],
displayMath: [ ['$$','$$'], ["\\[","\\]"] ]
},
displayAlign: 'left', // Change this to 'center' to center equations.
"HTML-CSS": {
styles: {'.MathJax_Display': {"margin": 0}}
}
});
MathJax.Hub.Queue(["Typeset",MathJax.Hub]);
}
}
init_mathjax();
</script>
</head>
<!-- TODO : Body class -->
<body class="home-template">
{% include 'partials/navigation.html' %}
{% block header %}{% endblock header %}
<section id="wrapper">
<a class="hidden-close"></a>
<section class="search">
<form class="navbar-search" action="{{ SITEURL }}/search.html">
<input type="text" placeholder="Search" name="q" id="tipue_search_input" required>
</form>
</section>
{% block content %}{% endblock content %}
<!-- TODO : Body class -->
<div id="body-class" style="display: none;" class="{{body_class}}"></div>
<footer id="footer">
<div class="inner">
<section class="credits">
{% if SHOW_CREDITS|default(True) %}
{% if SHOW_CREDITS and SHOW_CREDITS.left %}
{% set left=SHOW_CREDITS.left %}
{% else %}
{% set left='Theme <a href="https://github.com/arulrajnet/attila" rel="nofollow">Attila</a>' %}
{% endif %}
{% if SHOW_CREDITS and SHOW_CREDITS.right %}
{% set right=SHOW_CREDITS.right %}
{% else %}
{% set right='Published with <a href="https://github.com/getpelican/pelican" rel="nofollow">Pelican</a>' %}
{% endif %}
<span class="credits-theme">{{left}}</span>
<span class="credits-software">{{right}}</span>
{% endif %}
</section>
</div>
</footer>
</section>
<script type="text/javascript" src="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/js/script.js"></script>
{% if JS_OVERRIDE %}
<!-- Script specified by the user -->
{% for js in JS_OVERRIDE %}
{% if js|lower|truncate(4, True, '') == "http" %}
{% set js = js %}
{% else %}
{% set js = SITEURL+"/"+js %}
{% endif %}
<script type="text/javascript" src="{{ js }}"></script>
{% endfor %}
{% endif %}
{% include 'partials/analytics.js' %}
{% include 'partials/disqus.js' %}
{% block scripts %}{% endblock %}
</body>
</html>
|
themes/default/css/tinymce.css | paolocerto/x3cms | textarea {width:90%;}
div {width:auto;}
.quote {color:#369;}
|
Ephesoft_Community_Release_4.0.2.0/javadocs/com/ephesoft/gxt/core/client/ui/widget/class-use/DataTableGrid.html | ungerik/ephesoft | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_71) on Fri Jul 10 16:43:20 IST 2015 -->
<title>Uses of Class com.ephesoft.gxt.core.client.ui.widget.DataTableGrid</title>
<meta name="date" content="2015-07-10">
<link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class com.ephesoft.gxt.core.client.ui.widget.DataTableGrid";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../../../com/ephesoft/gxt/core/client/ui/widget/DataTableGrid.html" title="class in com.ephesoft.gxt.core.client.ui.widget">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../../index.html?com/ephesoft/gxt/core/client/ui/widget/class-use/DataTableGrid.html" target="_top">Frames</a></li>
<li><a href="DataTableGrid.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class com.ephesoft.gxt.core.client.ui.widget.DataTableGrid" class="title">Uses of Class<br>com.ephesoft.gxt.core.client.ui.widget.DataTableGrid</h2>
</div>
<div class="classUseContainer">No usage of com.ephesoft.gxt.core.client.ui.widget.DataTableGrid</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../../../com/ephesoft/gxt/core/client/ui/widget/DataTableGrid.html" title="class in com.ephesoft.gxt.core.client.ui.widget">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../../index.html?com/ephesoft/gxt/core/client/ui/widget/class-use/DataTableGrid.html" target="_top">Frames</a></li>
<li><a href="DataTableGrid.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
webservice/apiapp/templates/apiapp/index.html | zarafagroupware/zarafa-zsm | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Zarafa Server Management API</title>
<link href="{{ STATIC_URL }}apiapp/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet" media="screen">
<style type="text/css">
body {
padding-top: 60px;
padding-bottom: 40px;
}
.sidebar-nav {
padding: 9px 0;
}
</style>
</head>
<body>
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container-fluid">
<a class="brand" href="/">Zarafa Server Management API</a>
</div>
</div>
</div>
<div class="container-fluid">
<div class="row-fluid">
<div class="span3">
<div class="well sidebar-nav">
<ul class="nav nav-list">
<li class="nav-header">API Reference</li>
<li><a href="{% url apidoc_overview api_name=api_name %}">API overview</a></li>
<li><a href="{% url api_get_doc api_name=api_name resource_name="tenants" %}">Tenants resource</a></li>
<li><a href="{% url api_get_doc api_name=api_name resource_name="users" %}">Users resource</a></li>
<li><a href="{% url api_get_doc api_name=api_name resource_name="groups" %}">Groups resource</a></li>
<li><a href="{% url api_get_doc api_name=api_name resource_name="contacts" %}">Contacts resource</a></li>
</ul>
</div><!--/.well -->
</div><!--/span-->
<div class="span9">
<div class="row-fluid">
<h1>Zarafa Server Management API</h1>
<p class="lead">This is a simple landing page for the Zarafa Server
Management API. Its only purpose is to serve basic level
developer-oriented documentation of the API, mostly
reference material.</p>
</div>
<div class="row-fluid">
<div class="span6">
<h2>v1 API overview</h2>
<p>This will give a basic overview of the capabilities
of the REST Zarafa Server Management API (ZSM) and how to use the API from
your application.</p>
<p><a class="btn" href="{% url apidoc_overview api_name=api_name %}">Overview »</a></p>
</div><!--/span-->
<div class="span6">
<h2>v1 API reference</h2>
<p>When developing for the Zarafa Server Management API, you can go
here to lookup the details of the resources you will be
dealing with.</p>
<p><a class="btn" href="{% url api_get_doc api_name="v1" resource_name="users" %}">Reference »</a></p>
</div><!--/span-->
</div><!--/row-->
<div class="row-fluid">
<div class="span6">
<h2>Code examples</h2>
<p>View some sample implementations of a client in
Python to get you started.</p>
<p><a class="btn" href="{% url apidoc_overview api_name=api_name %}#examples">Code examples »</a></p>
</div><!--/span-->
<div class="span6">
<h2>API Endpoint</h2>
<p>Go straight to the API endpoint to explore your data.</p>
<p><a class="btn" href="{% url api_v1_top_level api_name=api_name %}">API Endpoint »</a></p>
</div><!--/span-->
</div><!--/row-->
</div><!--/span-->
</div><!--/row-->
<hr>
<footer>
<p>© Zarafa 2013</p>
</footer>
</div><!--/.fluid-container-->
</body>
</html>
|
saskatoon/harvest/templates/harvest/organizations/update.html | tiagovaz/saskatoon | {% extends "base.html" %}
{% load staticfiles %}
{% load bootstrap3 %}
{% block extrahead %}
<link rel="stylesheet" href="http://code.jquery.com/ui/1.11.0/themes/smoothness/jquery-ui.css">
<link rel="stylesheet" type="text/css" media="screen" href="{% static 'datetimepicker/css/bootstrap-datetimepicker.min.css' %}">
{% endblock %}
{% block extrascript %}
<!-- DatePicker JavaScript -->
<script type="text/javascript" src="{% static 'sbadmin2/bower_components/jquery/dist/jquery.js' %}"></script>
<script type="text/javascript" src="{% static 'datetimepicker/js/moment.js' %}"></script>
<script type="text/javascript" src="{% static 'sbadmin2/bower_components/bootstrap/js/transition.js' %}"></script>
<script type="text/javascript" src="{% static 'sbadmin2/bower_components/bootstrap/js/collapse.js' %}"></script>
<script src="{% static 'datetimepicker/js/bootstrap-datetimepicker.min.js' %}"></script>
<script type="text/javascript">
$(function () {
$('#id_start_date').datetimepicker({sideBySide: true, format: 'YYYY-MM-DD HH:mm'});
});
$(function () {
$('#id_end_date').datetimepicker({sideBySide: true, format: 'YYYY-MM-DD HH:mm'});
});
</script>
{{ form.media }}
{% endblock %}
{% block content %}
<div class="row">
<div class="col-lg-12">
<h1 class="page-header">
Edit Property
</h1>
</div>
<!-- /.col-lg-12 -->
</div>
<!-- /.row -->
<div class="row">
<div class="col-lg-12">
<div class="panel panel-default">
<div class="panel-heading">
Enter data for your property
</div>
<div class="panel-body">
<div class="row">
<div class="col-lg-12">
<form method="post">
{% csrf_token %}
{% bootstrap_form form %}
{% buttons %}
<button type="submit" class="btn btn-primary">Enregistrer</button>
<button type="reset" class="btn btn-danger">Réinitialiser</button>
{% endbuttons %}
</form>
</div>
</div>
<!-- /row -->
</div>
<!-- /.panel-body -->
</div>
<!-- /.panel -->
</div>
<!-- /.col-lg-12 -->
</div>
<!-- /row -->
{% endblock %}
|
l4s/static/templates/l4s/add_ontology.html | trentino-sistemi/l4s | <!--
This file is part of Lod4stat.
Copyright (c) 2014 Provincia autonoma di Trento
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
{% extends "explorer/base.html" %}
{% load i18n %}
{% block l4s_container %}
<h3>{% trans "Load rdf ontology" %}
</h3>
<form method="POST" enctype="multipart/form-data" action=".">
{% csrf_token %}
<span class="fileUpload btn btn-default btn-file">
<input id="fileInput" class="input-file" name="upload"
type="file">
<button class="btn btn-default" type="submit">
<span class="glyphicon glyphicon-upload"></span>{% trans "Upload file" %}
</button>
</span>
{% for k, message in form.errors.items %}
{{ message }}
{% endfor %}
</form>
{% endblock %}
|
main/templates/profile/edit_profile.html | MaximeBiset/care4care | {% extends "base.html" %}
{% load bootstrap3 %}{% load i18n %}{% load staticfiles %}
{% block title %}{% trans "Modifier mon profil" %}{% endblock %}
{% block extra_head %}
<script src="{% static "js/bloodhound.min.js" %}"></script>
<script src="http://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false&libraries=places"></script>
<script src="{% static "js/typeahead-addresspicker.js" %}"></script>
<script src="{% static "js/typeahead.js" %}"></script>
{% endblock %}
{% block content %}
<h3><i class="fa fa-angle-right"></i> {% trans "Modifier mon profil" %}</h3>
<form action="." enctype="multipart/form-data" role="form" method="post">
{% csrf_token %}
{% bootstrap_form_errors form %}
<div class="row mt">
<div class="col-lg-6 col-sm-12 background-gris">
<div class="showback">
<h4 class="mb"><i class="fa fa-angle-right"></i> {% trans "Informations générales" %}</h4>
{% bootstrap_field form.email %}
{% if request.user.id == object.id %}
<td>{% trans "Mot de passe" %}</td>
<br>
<td><a href="{% url 'auth_password_change' %}">{% bootstrap_icon 'lock' %}{% trans " Changer le mot de passe" %}</a></td>
<p>
{% endif %}
{% bootstrap_field form.photo %}
{% bootstrap_field form.status %}
{% bootstrap_field form.phone_number %}
{% bootstrap_field form.mobile_number %}
{% bootstrap_field form.facebook %}
</div>
</div>
<div class="col-lg-6 col-sm-12 background-gris">
<div class="showback">
<h4 class="mb"><i class="fa fa-angle-right"></i> {% trans "Préférences" %}</h4>
<div class="inlineProfile">
{% bootstrap_field form.offered_job %}
</div>
{% bootstrap_field form.receive_help_from_who %}
</div>
</div>
<div class="clearfix visible-lg-block"></div>
<div class="col-lg-6 col-sm-12 background-gris">
<div class="showback">
<h4 class="mb"><i class="fa fa-angle-right"></i> {% trans "Voiture" %}</h4>
{% bootstrap_field form.have_car %}
<div class="inlineProfile">
{% bootstrap_field form.drive_license %}
</div>
{% bootstrap_field form.can_wheelchair %}
</div>
</div>
<div class="col-lg-6 col-sm-12 background-gris">
<div class="showback">
<h4 class="mb"><i class="fa fa-angle-right"></i> {% trans "Langues" %}</h4>
{% bootstrap_field form.languages %}
</div>
</div>
<div class="clearfix visible-lg-block"></div>
<div class="col-lg-6 col-sm-12 background-gris">
<div class="showback">
<h4 class="mb"><i class="fa fa-angle-right"></i> {% trans "Hobbies" %}</h4>
{% bootstrap_field form.hobbies %}
</div>
</div>
<div class="col-lg-6 col-sm-12 background-gris">
<div class="showback">
<h4 class="mb"><i class="fa fa-angle-right"></i> {% trans "Informations supplémentaires" %}</h4>
{% bootstrap_field form.additional_info %}
</div>
</div>
<div class="col-lg-12 background-gris">
<div class="showback">
<h4 class="mb"><i class="fa fa-angle-right"></i> {% trans "Adresse" %}</h4>
<div class="row">
<div class="col-lg-6">
<input id="id_location_input" class="typeahead form-control" type="text" placeholder="{% trans "Entrez votre adresse"%}" value="{% if form.location.value %}{{ form.location.value }}{% endif %}">
</div>
<div class="col-lg-6">
<div id="map" style="min-height:300px;"></div>
<br />
<div class="alert alert-info"><b>{% trans "Information:"%}</b> {% trans "L'emplacement sur la carte peut être approximatif" %}</div>
</div>
</div>
{% bootstrap_field form.location %}
{% bootstrap_field form.latitude %}
{% bootstrap_field form.longitude %}
</div>
</div>
<div class="col-sm-12">
{% buttons %}
<div class="row mt mb">
<div class="col-lg-12 mb"><button type="submit" class="btn btn-success btn-lg btn-block">
{% bootstrap_icon "ok" %} {% trans "Modifier" %}
</button></div>
<div class="col-lg-12"><a href="{% url 'home' %}" class="btn btn-danger btn-lg btn-block">
{% bootstrap_icon "remove" %} {% trans "Annuler" %}
</a></div>
</div>
{% endbuttons %}
</div>
</div>
</form>
{% endblock %}
{% block extra_footer %}
<script>
$(document).ready(function () {
// https://github.com/sgruhier/typeahead-addresspicker
// instantiate the addressPicker suggestion engine (based on bloodhound)
var addressPicker = new AddressPicker({
map: {id: '#map', center: new google.maps.LatLng({{ form.latitude.value | default:'50.846975' }}, {{ form.longitude.value | default:'4.351815699999975' }}), zoom:15, scrollwheel: false,},
marker: {visible: true, draggable: false,}
});
// instantiate the typeahead UI
$('#id_location_input').typeahead(null, {
displayKey: 'description',
source: addressPicker.ttAdapter()
});
// Bind some event to update map on autocomplete selection
$('#id_location_input').bind("typeahead:selected", addressPicker.updateMap);
$('#id_location_input').bind("typeahead:cursorchanged", addressPicker.updateMap);
addressPicker.bindDefaultTypeaheadEvent($('#id_location_input'))
$(addressPicker).on('addresspicker:selected', function (event, result) {
$('#id_latitude').val(result.lat());
$('#id_longitude').val(result.lng());
$('#id_location').val($('#id_location_input').typeahead('val'));
});
});
</script>
{{ form.media }}
{% endblock %}
|
doc/api/files/__/__/__/__/usr/local/lib64/ruby/gems/2_1_0/gems/activesupport-4_2_3/lib/active_support/inflections_rb.html | FiloSpaTeam/thinks | <?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>inflections.rb</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" href="../../../../../../../../../../../../../../../css/reset.css" type="text/css" media="screen" />
<link rel="stylesheet" href="../../../../../../../../../../../../../../../css/main.css" type="text/css" media="screen" />
<link rel="stylesheet" href="../../../../../../../../../../../../../../../css/github.css" type="text/css" media="screen" />
<script src="../../../../../../../../../../../../../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
<script src="../../../../../../../../../../../../../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
<script src="../../../../../../../../../../../../../../../js/main.js" type="text/javascript" charset="utf-8"></script>
<script src="../../../../../../../../../../../../../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
</head>
<body>
<div class="banner">
<span>Ruby on Rails 4.2.3</span><br />
<h1>
inflections.rb
</h1>
<ul class="files">
<li>
../../../../usr/local/lib64/ruby/gems/2.1.0/gems/activesupport-4.2.3/lib/active_support/inflections.rb
</li>
<li>Last modified: 2015-08-02 14:43:36 +0200</li>
</ul>
</div>
<div id="bodyContent">
<div id="content">
<!-- File only: requires -->
<div class="sectiontitle">Required Files</div>
<ul>
<li>active_support/inflector/inflections</li>
</ul>
<!-- Namespace -->
<div class="sectiontitle">Namespace</div>
<ul>
<li>
<span class="type">MODULE</span>
<a href="../../../../../../../../../../../../../../../classes/ActiveSupport.html">ActiveSupport</a>
</li>
</ul>
<!-- Methods -->
</div>
</div>
</body>
</html> |
blog/tag/xie-tong-she-ji.html | s40523213/2016fallcp_hw | <!DOCTYPE html>
<html lang="en"
>
<head>
<title>協同設計 - 2016Fall CPB 課程網誌 (虎尾科大MDE)</title>
<!-- Using the latest rendering mode for IE -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style type="text/css">
/*some stuff for output/input prompts*/
div.cell{border:1px solid transparent;display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;display:flex;flex-direction:column;align-items:stretch}div.cell.selected{border-radius:4px;border:thin #ababab solid}
div.cell.edit_mode{border-radius:4px;border:thin #008000 solid}
div.cell{width:100%;padding:5px 5px 5px 0;margin:0;outline:none}
div.prompt{min-width:11ex;padding:.4em;margin:0;font-family:monospace;text-align:right;line-height:1.21429em}
@media (max-width:480px){div.prompt{text-align:left}}div.inner_cell{display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;display:flex;flex-direction:column;align-items:stretch;-webkit-box-flex:1;-moz-box-flex:1;box-flex:1;flex:1}
div.input_area{border:1px solid #cfcfcf;border-radius:4px;background:#f7f7f7;line-height:1.21429em}
div.prompt:empty{padding-top:0;padding-bottom:0}
div.input{page-break-inside:avoid;display:-webkit-box;-webkit-box-orient:horizontal;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:horizontal;-moz-box-align:stretch;display:box;box-orient:horizontal;box-align:stretch;}
div.inner_cell{width:90%;}
div.input_area{border:1px solid #cfcfcf;border-radius:4px;background:#f7f7f7;}
div.input_prompt{color:navy;border-top:1px solid transparent;}
div.output_wrapper{margin-top:5px;position:relative;display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;width:100%;}
div.output_scroll{height:24em;width:100%;overflow:auto;border-radius:4px;-webkit-box-shadow:inset 0 2px 8px rgba(0, 0, 0, 0.8);-moz-box-shadow:inset 0 2px 8px rgba(0, 0, 0, 0.8);box-shadow:inset 0 2px 8px rgba(0, 0, 0, 0.8);}
div.output_collapsed{margin:0px;padding:0px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;width:100%;}
div.out_prompt_overlay{height:100%;padding:0px 0.4em;position:absolute;border-radius:4px;}
div.out_prompt_overlay:hover{-webkit-box-shadow:inset 0 0 1px #000000;-moz-box-shadow:inset 0 0 1px #000000;box-shadow:inset 0 0 1px #000000;background:rgba(240, 240, 240, 0.5);}
div.output_prompt{color:darkred;}
a.anchor-link:link{text-decoration:none;padding:0px 20px;visibility:hidden;}
h1:hover .anchor-link,h2:hover .anchor-link,h3:hover .anchor-link,h4:hover .anchor-link,h5:hover .anchor-link,h6:hover .anchor-link{visibility:visible;}
/* end stuff for output/input prompts*/
.highlight-ipynb .hll { background-color: #ffffcc }
.highlight-ipynb { background: #f8f8f8; }
.highlight-ipynb .c { color: #408080; font-style: italic } /* Comment */
.highlight-ipynb .err { border: 1px solid #FF0000 } /* Error */
.highlight-ipynb .k { color: #008000; font-weight: bold } /* Keyword */
.highlight-ipynb .o { color: #666666 } /* Operator */
.highlight-ipynb .cm { color: #408080; font-style: italic } /* Comment.Multiline */
.highlight-ipynb .cp { color: #BC7A00 } /* Comment.Preproc */
.highlight-ipynb .c1 { color: #408080; font-style: italic } /* Comment.Single */
.highlight-ipynb .cs { color: #408080; font-style: italic } /* Comment.Special */
.highlight-ipynb .gd { color: #A00000 } /* Generic.Deleted */
.highlight-ipynb .ge { font-style: italic } /* Generic.Emph */
.highlight-ipynb .gr { color: #FF0000 } /* Generic.Error */
.highlight-ipynb .gh { color: #000080; font-weight: bold } /* Generic.Heading */
.highlight-ipynb .gi { color: #00A000 } /* Generic.Inserted */
.highlight-ipynb .go { color: #888888 } /* Generic.Output */
.highlight-ipynb .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
.highlight-ipynb .gs { font-weight: bold } /* Generic.Strong */
.highlight-ipynb .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
.highlight-ipynb .gt { color: #0044DD } /* Generic.Traceback */
.highlight-ipynb .kc { color: #008000; font-weight: bold } /* Keyword.Constant */
.highlight-ipynb .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
.highlight-ipynb .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */
.highlight-ipynb .kp { color: #008000 } /* Keyword.Pseudo */
.highlight-ipynb .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
.highlight-ipynb .kt { color: #B00040 } /* Keyword.Type */
.highlight-ipynb .m { color: #666666 } /* Literal.Number */
.highlight-ipynb .s { color: #BA2121 } /* Literal.String */
.highlight-ipynb .na { color: #7D9029 } /* Name.Attribute */
.highlight-ipynb .nb { color: #008000 } /* Name.Builtin */
.highlight-ipynb .nc { color: #0000FF; font-weight: bold } /* Name.Class */
.highlight-ipynb .no { color: #880000 } /* Name.Constant */
.highlight-ipynb .nd { color: #AA22FF } /* Name.Decorator */
.highlight-ipynb .ni { color: #999999; font-weight: bold } /* Name.Entity */
.highlight-ipynb .ne { color: #D2413A; font-weight: bold } /* Name.Exception */
.highlight-ipynb .nf { color: #0000FF } /* Name.Function */
.highlight-ipynb .nl { color: #A0A000 } /* Name.Label */
.highlight-ipynb .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
.highlight-ipynb .nt { color: #008000; font-weight: bold } /* Name.Tag */
.highlight-ipynb .nv { color: #19177C } /* Name.Variable */
.highlight-ipynb .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
.highlight-ipynb .w { color: #bbbbbb } /* Text.Whitespace */
.highlight-ipynb .mf { color: #666666 } /* Literal.Number.Float */
.highlight-ipynb .mh { color: #666666 } /* Literal.Number.Hex */
.highlight-ipynb .mi { color: #666666 } /* Literal.Number.Integer */
.highlight-ipynb .mo { color: #666666 } /* Literal.Number.Oct */
.highlight-ipynb .sb { color: #BA2121 } /* Literal.String.Backtick */
.highlight-ipynb .sc { color: #BA2121 } /* Literal.String.Char */
.highlight-ipynb .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
.highlight-ipynb .s2 { color: #BA2121 } /* Literal.String.Double */
.highlight-ipynb .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */
.highlight-ipynb .sh { color: #BA2121 } /* Literal.String.Heredoc */
.highlight-ipynb .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */
.highlight-ipynb .sx { color: #008000 } /* Literal.String.Other */
.highlight-ipynb .sr { color: #BB6688 } /* Literal.String.Regex */
.highlight-ipynb .s1 { color: #BA2121 } /* Literal.String.Single */
.highlight-ipynb .ss { color: #19177C } /* Literal.String.Symbol */
.highlight-ipynb .bp { color: #008000 } /* Name.Builtin.Pseudo */
.highlight-ipynb .vc { color: #19177C } /* Name.Variable.Class */
.highlight-ipynb .vg { color: #19177C } /* Name.Variable.Global */
.highlight-ipynb .vi { color: #19177C } /* Name.Variable.Instance */
.highlight-ipynb .il { color: #666666 } /* Literal.Number.Integer.Long */
</style>
<style type="text/css">
/* Overrides of notebook CSS for static HTML export */
div.entry-content {
overflow: visible;
padding: 8px;
}
.input_area {
padding: 0.2em;
}
a.heading-anchor {
white-space: normal;
}
.rendered_html
code {
font-size: .8em;
}
pre.ipynb {
color: black;
background: #f7f7f7;
border: none;
box-shadow: none;
margin-bottom: 0;
padding: 0;
margin: 0px;
font-size: 13px;
}
/* remove the prompt div from text cells */
div.text_cell .prompt {
display: none;
}
/* remove horizontal padding from text cells, */
/* so it aligns with outer body text */
div.text_cell_render {
padding: 0.5em 0em;
}
img.anim_icon{padding:0; border:0; vertical-align:middle; -webkit-box-shadow:none; -box-shadow:none}
</style>
<script src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML" type="text/javascript"></script>
<script type="text/javascript">
init_mathjax = function() {
if (window.MathJax) {
// MathJax loaded
MathJax.Hub.Config({
tex2jax: {
inlineMath: [ ['$','$'], ["\\(","\\)"] ],
displayMath: [ ['$$','$$'], ["\\[","\\]"] ]
},
displayAlign: 'left', // Change this to 'center' to center equations.
"HTML-CSS": {
styles: {'.MathJax_Display': {"margin": 0}}
}
});
MathJax.Hub.Queue(["Typeset",MathJax.Hub]);
}
}
init_mathjax();
</script>
<meta name="author" content="s40523213" />
<meta name="keywords" content="協同設計" />
<!-- Open Graph tags -->
<meta property="og:site_name" content="2016Fall CPB 課程網誌 (虎尾科大MDE)" />
<meta property="og:type" content="website"/>
<meta property="og:title" content="2016Fall CPB 課程網誌 (虎尾科大MDE)"/>
<meta property="og:url" content=".."/>
<meta property="og:description" content="2016Fall CPB 課程網誌 (虎尾科大MDE)"/>
<!-- Bootstrap -->
<link rel="stylesheet" href="../theme/css/bootstrap.united.min.css" type="text/css"/>
<link href="../theme/css/font-awesome.min.css" rel="stylesheet">
<link href="../theme/css/pygments/monokai.css" rel="stylesheet">
<link href="../theme/tipuesearch/tipuesearch.css" rel="stylesheet">
<link rel="stylesheet" href="../theme/css/style.css" type="text/css"/>
<link href="../feeds/all.atom.xml" type="application/atom+xml" rel="alternate"
title="2016Fall CPB 課程網誌 (虎尾科大MDE) ATOM Feed"/>
<script type="text/javascript" src="http://coursemdetw.github.io/project_site_files/files/syntaxhighlighter/shCore.js"></script>
<script type="text/javascript" src="http://coursemdetw.github.io/project_site_files/files/syntaxhighlighter/shBrushJScript.js"></script>
<script type="text/javascript" src="http://coursemdetw.github.io/project_site_files/files/syntaxhighlighter/shBrushJava.js"></script>
<script type="text/javascript" src="http://coursemdetw.github.io/project_site_files/files/syntaxhighlighter/shBrushPython.js"></script>
<script type="text/javascript" src="http://coursemdetw.github.io/project_site_files/files/syntaxhighlighter/shBrushSql.js"></script>
<script type="text/javascript" src="http://coursemdetw.github.io/project_site_files/files/syntaxhighlighter/shBrushXml.js"></script>
<script type="text/javascript" src="http://coursemdetw.github.io/project_site_files/files/syntaxhighlighter/shBrushPhp.js"></script>
<script type="text/javascript" src="http://coursemdetw.github.io/project_site_files/files/syntaxhighlighter/shBrushCpp.js"></script>
<script type="text/javascript" src="http://coursemdetw.github.io/project_site_files/files/syntaxhighlighter/shBrushCss.js"></script>
<script type="text/javascript" src="http://coursemdetw.github.io/project_site_files/files/syntaxhighlighter/shBrushCSharp.js"></script>
<script type="text/javascript" src="http://coursemdetw.github.io/project_site_files/files/syntaxhighlighter/shBrushBash.js"></script>
<script type='text/javascript'>
(function(){
var corecss = document.createElement('link');
var themecss = document.createElement('link');
var corecssurl = "http://chiamingyen.github.io/kmolab_data/files/syntaxhighlighter/css/shCore.css";
if ( corecss.setAttribute ) {
corecss.setAttribute( "rel", "stylesheet" );
corecss.setAttribute( "type", "text/css" );
corecss.setAttribute( "href", corecssurl );
} else {
corecss.rel = "stylesheet";
corecss.href = corecssurl;
}
document.getElementsByTagName("head")[0].insertBefore( corecss, document.getElementById("syntaxhighlighteranchor") );
var themecssurl = "http://chiamingyen.github.io/kmolab_data/files/syntaxhighlighter/css/shThemeDefault.css?ver=3.0.9b";
if ( themecss.setAttribute ) {
themecss.setAttribute( "rel", "stylesheet" );
themecss.setAttribute( "type", "text/css" );
themecss.setAttribute( "href", themecssurl );
} else {
themecss.rel = "stylesheet";
themecss.href = themecssurl;
}
//document.getElementById("syntaxhighlighteranchor").appendChild(themecss);
document.getElementsByTagName("head")[0].insertBefore( themecss, document.getElementById("syntaxhighlighteranchor") );
})();
SyntaxHighlighter.config.strings.expandSource = '+ expand source';
SyntaxHighlighter.config.strings.help = '?';
SyntaxHighlighter.config.strings.alert = 'SyntaxHighlighter\n\n';
SyntaxHighlighter.config.strings.noBrush = 'Can\'t find brush for: ';
SyntaxHighlighter.config.strings.brushNotHtmlScript = 'Brush wasn\'t configured for html-script option: ';
SyntaxHighlighter.defaults['pad-line-numbers'] = false;
SyntaxHighlighter.defaults['toolbar'] = false;
SyntaxHighlighter.all();
</script>
</head>
<body>
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="../" class="navbar-brand">
2016Fall CPB 課程網誌 (虎尾科大MDE) </a>
</div>
<div class="collapse navbar-collapse navbar-ex1-collapse">
<ul class="nav navbar-nav">
<li><a href="../pages/about/">
About
</a></li>
<li >
<a href="../category/course.html">Course</a>
</li>
<li >
<a href="../category/misc.html">Misc</a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><span>
<form class="navbar-search" action="../search.html">
<input type="text" class="search-query" placeholder="Search" name="q" id="tipue_search_input" required>
</form></span>
</li>
<li><a href="../archives.html"><i class="fa fa-th-list"></i><span class="icon-label">Archives</span></a></li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
</div> <!-- /.navbar -->
<!-- Banner -->
<!-- End Banner -->
<div class="container">
<div class="row">
<div class="col-sm-9">
<article>
<h2><a href="../2016fall-ji-jie-she-ji-zhu-ti-jiao-xue.html">2016Fall 機械設計主題教學</a></h2>
<div class="summary"><p>知識管理與最佳化應用實驗室試圖利用計算機程式、網際內容管理、電腦輔助設計實習與協同產品設計實習等課程, 進行與機械設計相關的主題式教學, 其中包含強化創造力的教學、令學員熟習六種工程表達方式, 並且俱備融入協同設計所需要的四大面向知識與技能.</p>
<a class="btn btn-default btn-xs" href="../2016fall-ji-jie-she-ji-zhu-ti-jiao-xue.html">more ...</a>
</div>
</article>
<hr/>
</div>
<div class="col-sm-3" id="sidebar">
<aside>
<section class="well well-sm">
<ul class="list-group list-group-flush">
<li class="list-group-item"><h4><i class="fa fa-home fa-lg"></i><span class="icon-label">Recent Posts</span></h4>
<ul class="list-group" id="recentposts">
<li class="list-group-item">
<a href="../2016fall-ji-jie-she-ji-zhu-ti-jiao-xue.html">
2016Fall 機械設計主題教學
</a>
</li>
</ul>
</li>
<li class="list-group-item"><a href="../categories.html"><h4><i class="fa fa-home fa-lg"></i><span class="icon-label">Categories</span></h4></a>
<ul class="list-group" id="categories">
<li class="list-group-item">
<a href="../category/course.html">
<i class="fa fa-folder-open fa-lg"></i> Course
</a>
</li>
<li class="list-group-item">
<a href="../category/misc.html">
<i class="fa fa-folder-open fa-lg"></i> Misc
</a>
</li>
</ul>
</li>
<li class="list-group-item"><a href="../tags.html"><h4><i class="fa fa-tags fa-lg"></i><span class="icon-label">Tags</span></h4></a>
<ul class="list-group list-inline tagcloud" id="tags">
</ul>
</li>
<li class="list-group-item"><h4><i class="fa fa-external-link-square fa-lg"></i><span class="icon-label">Links</span></h4>
<ul class="list-group" id="links">
<li class="list-group-item">
<a href="http://getpelican.com/" target="_blank">
Pelican
</a>
</li>
<li class="list-group-item">
<a href="https://github.com/DandyDev/pelican-bootstrap3/" target="_blank">
pelican-bootstrap3
</a>
</li>
<li class="list-group-item">
<a href="https://github.com/getpelican/pelican-plugins" target="_blank">
pelican-plugins
</a>
</li>
<li class="list-group-item">
<a href="https://github.com/Tipue/Tipue-Search" target="_blank">
Tipue search
</a>
</li>
</ul>
</li>
</ul>
</section>
</aside>
</div>
</div>
</div>
<footer>
<div class="container">
<hr>
<div class="row">
<div class="col-xs-10">© 2016 s40523213
· Powered by <a href="https://github.com/DandyDev/pelican-bootstrap3" target="_blank">pelican-bootstrap3</a>,
<a href="http://docs.getpelican.com/" target="_blank">Pelican</a>,
<a href="http://getbootstrap.com" target="_blank">Bootstrap</a> </div>
<div class="col-xs-2"><p class="pull-right"><i class="fa fa-arrow-up"></i> <a href="#">Back to top</a></p></div>
</div>
</div>
</footer>
<script src="../theme/js/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="../theme/js/bootstrap.min.js"></script>
<!-- Enable responsive features in IE8 with Respond.js (https://github.com/scottjehl/Respond) -->
<script src="../theme/js/respond.min.js"></script>
</body>
</html> |
app/packages/partup-client-pages/modal/profile_settings/account/account.html | part-up/part-up | <template name="modal_profile_settings_account">
<div class="pu-composition pu-composition-defaultmodal">
<h2 class="pu-title pu-title-modal">{{_ 'modal-profilesettings-account-title'}}</h2>
<p>{{_ 'modal-profilesettings-account-text-explaination'}}</p>
<article class="pu-form">
<div class="pu-formfield">
<span class="pu-label">
{{_ 'modal-profilesettings-account-label-language' }}
<a class="pu-hint pu-tooltip">
<i class="picon-question"></i>
<span class="pu-tooltip-wrapper"><p class="pu-paragraph">{{_ 'modal-profilesettings-account-hint-language' }}</p></span>
</a>
</span>
<!-- language selector -->
<div class="pu-sub-validations">
<label class="pu-sub-input"><span class="pu-inputcontainer pu-inputcontainer-select">
<select class="pu-input pu-input-select" data-translate>
<option value="nl" selected="{{partupEquals selectedLanguage 'nl'}}">{{_ 'modal-profilesettings-account-option-language-dutch'}}</option>
<option value="en" selected="{{partupEquals selectedLanguage 'en'}}">{{_ 'modal-profilesettings-account-option-language-english'}}</option>
</select>
<i class="picon-caret-down"></i>
</span></label>
<span class="pu-sub-error">error</span>
</div>
</div>
</article>
</div>
</template>
|
static/fonts/index.html | Offene-Bibel/offene-bibel.de | <?DOCTYPE html><meta charset=utf-8>
<title>Offene Bibel – Web Fonts</title>
<h1>Offene Bibel – Web Fonts</h1>
<p>The Ubuntu-R-derivative-Ofbi font is a converted and renamed version of the <a href="ubuntu-font-family-0.80.zip">Ubuntu font</a>.
See the file <a href="license-Ubuntu.txt">license-Ubuntu.txt</a> for copyright information and license.
<p>The Hebrew-OfBi font is a converted and renamed version of the <a href="EzraSIL251.zip">SILEOT font</a>.
See the file <a href="license-SILEOT.txt">license-SILEOT.txt</a> for copyright information and license.
<p>The Hebrew-OfBi font is a converted and renamed version of the <a href="LinLibertineFont-4.7.5-2.tgz">Linux Libertine font</a>.
See the file <a href="license-LinLibertine.txt">license-LinLibertine.txt</a> for copyright information and license. |
Library/Bootstrap.Jasny/3.1.3/vendor/twitter/bootstrap/docs/about.html | KWZwickau/KREDA-Sphere | ---
layout: default
title: About
slug: about
lead: "Learn about the project's history, meet the maintaining teams, and find out how to use the Bootstrap brand."
---
<!-- History
================================================== -->
<div class="bs-docs-section">
<h1 id="history" class="page-header">History</h1>
<p class="lead">Originally created by a designer and a developer at Twitter, Bootstrap has become one of the most
popular front-end frameworks and open source projects in the world.</p>
<p>Bootstrap was created at Twitter in mid-2010 by <a href="https://twitter.com/mdo">@mdo</a> and <a
href="https://twitter.com/fat">@fat</a>. Prior to being an open-sourced framework, Bootstrap was known as <em>Twitter
Blueprint</em>. A few months into development, Twitter held its <a
href="https://blog.twitter.com/2010/hack-week">first Hack Week</a> and the project exploded as developers of all
skill levels jumped in without any external guidance. It served as the style guide for internal tools
development at the company for over a year before its public release, and continues to do so today.</p>
<p>Originally <a href="https://blog.twitter.com/2011/bootstrap-twitter">released</a> on <a
href="https://twitter.com/mdo/statuses/104620039650557952">
<time datetime="2011-08-19 11:25">Friday, August 19, 2011</time>
</a>, we've since had over <a href="https://github.com/twbs/bootstrap/releases">twenty releases</a>, including two
major rewrites with v2 and v3. With Bootstrap 2, we added responsive functionality to the entire framework as an
optional stylesheet. Building on that with Bootstrap 3, we rewrote the library once more to make it responsive
by default with a mobile first approach.
</p>
</div>
<!-- Team
================================================== -->
<div class="bs-docs-section">
<h1 id="team" class="page-header">Team</h1>
<p class="lead">Bootstrap is maintained by the founding team and a small group of invaluable core contributors, with
the massive support and involvement of our community.</p>
<h2 id="team-core">Core team</h2>
<div class="list-group bs-team">
{% for member in site.data.core-team %}
<div class="list-group-item">
<iframe class="github-btn"
src="https://ghbtns.com/github-btn.html?user={{ member.user }}&type=follow"></iframe>
<a class="team-member" href="https://github.com/{{ member.user }}">
<img src="https://secure.gravatar.com/avatar/{{ member.gravatar }}.jpg?s=32"
alt="@{{ member.user }} avatar" width="32" height="32">
<strong>{{ member.name }}</strong>
<small>@{{ member.user }}</small>
</a>
</div>
{% endfor %}
</div>
<p>Get involved with Bootstrap development by <a href="https://github.com/twbs/bootstrap/issues/new">opening an
issue</a> or submitting a pull request. Read our <a
href="https://github.com/twbs/bootstrap/blob/master/CONTRIBUTING.md">contributing guidelines</a> for information
on how we develop.</p>
<h2 id="team-sass">Sass team</h2>
<div class="list-group bs-team">
{% for member in site.data.sass-team %}
<div class="list-group-item">
<iframe class="github-btn"
src="https://ghbtns.com/github-btn.html?user={{ member.user }}&type=follow"></iframe>
<a class="team-member" href="https://github.com/{{ member.user }}">
<img src="https://secure.gravatar.com/avatar/{{ member.gravatar }}.jpg?s=32"
alt="@{{ member.user }} avatar" width="32" height="32">
<strong>{{ member.name }}</strong>
<small>@{{ member.user }}</small>
</a>
</div>
{% endfor %}
</div>
<p>The <a href="{{ site.sass_repo }}">official Sass port of Bootstrap</a> was created and is maintained by this
team. It became part of Bootstrap's organization with v3.1.0. Read the Sass <a
href="https://github.com/twbs/bootstrap-sass/blob/master/CONTRIBUTING.md">contributing guidelines</a> for
information on how the Sass port is developed.</p>
</div>
<!-- Brand
================================================== -->
<div class="bs-docs-section">
<h1 id="brand" class="page-header">Brand guidelines</h1>
<p class="lead">Have a need for Bootstrap's brand resources? Great! We have only a few guidelines we follow, and in
turn ask you to follow as well. These guidelines were inspired by MailChimp's <a
href="http://mailchimp.com/about/brand-assets/" target="_blank">Brand Assets</a>.</p>
<h2>Mark and logo</h2>
<p>Use either the Bootstrap mark (a capital <strong>B</strong>) or the standard logo (just
<strong>Bootstrap</strong>). It should always appear in Helvetica Neue Bold. <strong>Do not use the Twitter
bird</strong> in association with Bootstrap.</p>
<div class="bs-brand-logos">
<div class="bs-brand-item">
<div class="bs-docs-booticon bs-docs-booticon-lg">B</div>
</div>
<div class="bs-brand-item inverse">
<div class="bs-docs-booticon bs-docs-booticon-lg bs-docs-booticon-inverse">B</div>
</div>
</div>
<div class="bs-brand-logos">
<div class="bs-brand-item">
<h1>Bootstrap</h1>
</div>
<div class="bs-brand-item inverse">
<h1>Bootstrap</h1>
</div>
</div>
<h2>Download mark</h2>
<p>Download the Bootstrap mark in one of three styles, each available as an SVG file. Right click, Save as.</p>
<div class="bs-brand-logos">
<div class="bs-brand-item">
<img class="svg" src="../assets/brand/bootstrap-solid.svg" alt="Bootstrap" width="144" height="144">
</div>
<div class="bs-brand-item inverse">
<img class="svg" src="../assets/brand/bootstrap-outline.svg" alt="Bootstrap" width="144" height="144">
</div>
<div class="bs-brand-item inverse">
<img class="svg" src="../assets/brand/bootstrap-punchout.svg" alt="Bootstrap" width="144" height="144">
</div>
</div>
<h2>Name</h2>
<p>The project and framework should always be referred to as <strong>Bootstrap</strong>. No Twitter before it, no
capital <em>s</em>, and no abbreviations except for one, a capital <strong>B</strong>.</p>
<div class="bs-brand-logos">
<div class="bs-brand-item">
<h3>Bootstrap</h3>
<span class="glyphicon glyphicon-ok" aria-hidden="true"></span>
<span class="sr-only">(correct)</span>
</div>
<div class="bs-brand-item">
<h3 class="text-muted">BootStrap</h3>
<span class="glyphicon glyphicon-remove" aria-hidden="true"></span>
<span class="sr-only">(incorrect)</span>
</div>
<div class="bs-brand-item">
<h3 class="text-muted">Twitter Bootstrap</h3>
<span class="glyphicon glyphicon-remove" aria-hidden="true"></span>
<span class="sr-only">(incorrect)</span>
</div>
</div>
<h2>Colors</h2>
<p>Our docs and branding use a handful of primary colors to differentiate what <em>is</em> Bootstrap from what <em>is
in</em> Bootstrap. In other words, if it's purple, it's representative of Bootstrap.</p>
<div class="bs-brand">
<div class="color-swatches">
<div class="color-swatch bs-purple"></div>
<div class="color-swatch bs-purple-light"></div>
<div class="color-swatch bs-purple-lighter"></div>
<div class="color-swatch bs-gray"></div>
</div>
</div>
</div>
|
web/fb-share/programa/ast/330.html | podemos-info/programa-electoral-podemos-26j | <!DOCTYPE html>
<html lang="ast">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Podemos - Reconocencia del Estáu palestín</title>
<meta property="og:title" content="Podemos - Reconocencia del Estáu palestín" />
<meta property="og:description" content="Vamos reconocer a Palestina como Estáu de forma inminente y unillateral. Creemos
qu’esti pasu primeru ye imprescindible, anque non l’únicu, pa garantizar la paz,
el respetu a los derechos humanos y la seguridá (doctrina de la seguridá humana
de la ONU) ente Israel y Palestina, asina como la reconocencia y el gociu de los
derechos nacionales.
Va tratase d’un compromisu hestóricu del nuestru Gobiernu non colos palestinos
namás, sinón tamién cola población del nuestru país. Un compromisu hestóricu que
tien de materializase en fechos concretos como pasu primeru pa encetar otros
asuntos, polo que vamos proponer que’l Conseyu de Seguridá de la ONU estableza
un plazu vinculante pa retomar les negociaciones ente israelinos y palestinos
baxo la supervisión y el control d’organismos multillaterales internacionales.
Nel casu de que se produzan violaciones de derechos humanos, el nuestru país va
impulsar la imposición de sanciones frente a les polítiques d’ocupación,
segregación, discriminación y castigos coletivos pola parte del Estáu d’Israel
hacia les poblaciones palestines." />
<meta property="og:image" content="http://lasonrisadeunpais.es/wp-content/plugins/programa/data/meta-programa.png" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="600" />
<meta property="og:image:height" content="315" />
</head>
<body>
<script type="text/javascript">
var url_base = '/ast/programa/?medida=330';
window.location = url_base;
</script>
<img src="http://lasonrisadeunpais.es/wp-content/plugins/programa/data/meta-programa.png" alt="Programa PODEMOS" />
<h1>Reconocencia del Estáu palestín</h1>
<div>
<p>Vamos reconocer a Palestina como Estáu de forma inminente y unillateral. Creemos qu’esti pasu primeru ye imprescindible, anque non l’únicu, pa garantizar la paz, el respetu a los derechos humanos y la seguridá (doctrina de la seguridá humana de la ONU) ente Israel y Palestina, asina como la reconocencia y el gociu de los derechos nacionales.</p>
<p>Va tratase d’un compromisu hestóricu del nuestru Gobiernu non colos palestinos namás, sinón tamién cola población del nuestru país. Un compromisu hestóricu que tien de materializase en fechos concretos como pasu primeru pa encetar otros asuntos, polo que vamos proponer que’l Conseyu de Seguridá de la ONU estableza un plazu vinculante pa retomar les negociaciones ente israelinos y palestinos baxo la supervisión y el control d’organismos multillaterales internacionales.</p>
<p>Nel casu de que se produzan violaciones de derechos humanos, el nuestru país va impulsar la imposición de sanciones frente a les polítiques d’ocupación, segregación, discriminación y castigos coletivos pola parte del Estáu d’Israel hacia les poblaciones palestines.</p>
</div>
</body>
</html>
|
rules/rules-rgaa3.2017/src/test/resources/testcases/rgaa32017/Rgaa32017Rule060101/Rgaa32017.Test.6.1.1-4NA-01.html | dzc34/Asqatasun | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<title>Rgaa32017 Test.6.1.1 NA 01</title>
</head>
<body class="NA">
<div>
<h1>Rgaa32017 Test.6.1.1 NA 01</h1>
<!-- START [test-detail] -->
<div class="test-detail" lang="fr">
Chaque <a href="http://references.modernisation.gouv.fr/rgaa-accessibilite/glossaire.html#lien-texte">lien texte</a> vérifie-t-il une de ces conditions (hors <a href="http://references.modernisation.gouv.fr/rgaa-accessibilite/cas-particuliers.html#cp-6-1,6-3" title="Cas particuliers pour le critère 6.1">cas particuliers</a>) ? <ul><li>L'<a href="http://references.modernisation.gouv.fr/rgaa-accessibilite/glossaire.html#intitul-de-lien">intitulé de lien</a> seul permet d'en comprendre la fonction et la destination.</li> <li>Le <a href="http://references.modernisation.gouv.fr/rgaa-accessibilite/glossaire.html#contexte-du-lien">contexte du lien</a> permet d'en comprendre la fonction et la destination.</li> </ul>
</div>
<!-- END [test-detail] -->
<div class="testcase">
</div>
<div class="test-explanation">
NA.
</div>
</div>
</body>
</html>
|
doc/CTD/planer2/objects/RoomTest.html | CrashTestDummies/FIAP | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0_25) on Sun Feb 08 02:34:42 CET 2015 -->
<title>RoomTest</title>
<meta name="date" content="2015-02-08">
<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="RoomTest";
}
}
catch(err) {
}
//-->
var methods = {"i0":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/RoomTest.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../CTD/planer2/objects/Room.html" title="class in CTD.planer2.objects"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../CTD/planer2/objects/Semester.html" title="class in CTD.planer2.objects"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?CTD/planer2/objects/RoomTest.html" target="_top">Frames</a></li>
<li><a href="RoomTest.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li><a href="#constructor.summary">Constr</a> | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor.detail">Constr</a> | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">CTD.planer2.objects</div>
<h2 title="Class RoomTest" class="title">Class RoomTest</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>CTD.planer2.objects.RoomTest</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <span class="typeNameLabel">RoomTest</span>
extends java.lang.Object</pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../CTD/planer2/objects/RoomTest.html#RoomTest--">RoomTest</a></span>()</code> </td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../CTD/planer2/objects/RoomTest.html#test--">test</a></span>()</code> </td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Object</h3>
<code>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="RoomTest--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>RoomTest</h4>
<pre>public RoomTest()</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="test--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>test</h4>
<pre>public void test()</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/RoomTest.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../CTD/planer2/objects/Room.html" title="class in CTD.planer2.objects"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../CTD/planer2/objects/Semester.html" title="class in CTD.planer2.objects"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?CTD/planer2/objects/RoomTest.html" target="_top">Frames</a></li>
<li><a href="RoomTest.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li><a href="#constructor.summary">Constr</a> | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor.detail">Constr</a> | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
report/html/com/rapidminer/example/AttributeTransformation.html | cm-is-dog/rapidminer-studio-core | <!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel="SHORTCUT ICON" href="../../../img/clover.ico" />
<link rel="stylesheet" href="../../../aui/css/aui.min.css" media="all"/>
<link rel="stylesheet" href="../../../aui/css/aui-experimental.min.css" media="all"/>
<!--[if IE 9]><link rel="stylesheet" href="../../../aui/css/aui-ie9.min.css" media="all"/><![endif]-->
<style type="text/css" media="all">
@import url('../../../style.css');
@import url('../../../tree.css');
</style>
<script src="../../../jquery-1.8.3.min.js" type="text/javascript"></script>
<script src="../../../aui/js/aui.min.js" type="text/javascript"></script>
<script src="../../../aui/js/aui-experimental.min.js" type="text/javascript"></script>
<script src="../../../aui/js/aui-soy.min.js" type="text/javascript"></script>
<script src="../../../package-nodes-tree.js" type="text/javascript"></script>
<script src="../../../clover-tree.js" type="text/javascript"></script>
<script src="../../../clover.js" type="text/javascript"></script>
<script src="../../../clover-descriptions.js" type="text/javascript"></script>
<script src="../../../cloud.js" type="text/javascript"></script>
<title>rapidminer-studio-core 转换结果 </title>
</head>
<body onload="onLoad('rapidminer-studio-core 转换结果 : com.rapidminer.example.AttributeTransformation.java')">
<div id="page">
<header id="header" role="banner">
<nav class="aui-header aui-dropdown2-trigger-group" role="navigation">
<div class="aui-header-inner">
<div class="aui-header-primary">
<h1 id="logo" class="aui-header-logo aui-header-logo-clover">
<a href="http://www.atlassian.com/clover" title="Open Atlassian Clover home page"><span class="aui-header-logo-device">Clover</span></a>
</h1>
</div>
<div class="aui-header-secondary">
<ul class="aui-nav">
<li id="system-help-menu">
<a class="aui-nav-link" title="Open online Clover documentation" target="_blank"
href="https://confluence.atlassian.com/display/CLOVER/Clover+Documentation+Home">
<span class="aui-icon aui-icon-small aui-iconfont-help"> Help</span>
</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<div class="aui-page-panel">
<div class="aui-page-panel-inner">
<div class="aui-page-panel-nav aui-page-panel-nav-clover">
<div class="aui-page-header-inner" style="margin-bottom: 20px;">
<div class="aui-page-header-image">
<div class="aui-avatar aui-avatar-large aui-avatar-project">
<div class="aui-avatar-inner">
<img src="../../../img/clover_logo_large.png" alt="Clover icon"/>
</div>
</div>
</div>
<div class="aui-page-header-main" >
<h1>
rapidminer-studio-core 转换结果
</h1>
</div>
</div>
<nav class="aui-navgroup aui-navgroup-vertical">
<div class="aui-navgroup-inner">
<ul class="aui-nav">
<li class="">
<a href="../../../dashboard.html">Project overview</a>
</li>
</ul>
<div class="aui-nav-heading packages-nav-heading">
<strong>Packages</strong>
</div>
<div class="aui-nav project-packages">
<form method="get" action="#" class="aui package-filter-container">
<input type="text" autocomplete="off" class="package-filter text"
placeholder="Type to filter packages..." name="package-filter" id="package-filter"
title="Start typing package name (or part of the name) to search through the tree. Use arrow keys and the Enter key to navigate."/>
</form>
<p class="package-filter-no-results-message hidden">
<small>No results found.</small>
</p>
<div class="packages-tree-wrapper" data-root-relative="../../../" data-package-name="com.rapidminer.example">
<div class="packages-tree-container"></div>
<div class="clover-packages-lozenges"></div>
</div>
</div>
</div>
</nav> </div>
<section class="aui-page-panel-content">
<div class="aui-page-panel-content-clover">
<ol class="aui-nav aui-nav-breadcrumbs">
<li><a href="../../../dashboard.html">Project Clover database 星期二 九月 5 2017 16:40:29 CST</a></li>
<li><a href="pkg-summary.html"> Package com.rapidminer.example</a></li>
</ol>
<h1 class="aui-h2-clover">
File AttributeTransformation.java
</h1>
<div class="aui-message aui-message-warning">
<p class="title">
<strong>Evaluation License</strong>
</p>
<p>
This report was generated with an evaluation server license. <a href="http://www.atlassian.com/software/clover">Purchase Clover</a> or <a href="http://confluence.atlassian.com/x/JAgQCQ">configure your license.</a>
</p>
</div>
<div class="aui-tabs horizontal-tabs" id="tabs-file">
<div class="tabs-pane aui-tabs-pane-100-pcnt active-pane" id="tabs-file-source">
<div> </div>
<div style="display: table; width: 100%">
<div style="display: table-cell; ">
<div class="dashboard-widget">
<header class="dashboard-widget-header">
<h3>Code metrics</h3>
</header>
<div class="dashboard-widget-content">
<div id="td-header-stats" class="aui-item" style="display: ">
<div style="display: table">
<div class="stats-box">
<div class="stats-box-label"><label title="Total number of branches in this file">Branches:</label></div>
<div class="stats-box-value">0</div>
</div>
<div class="stats-box">
<div class="stats-box-label"><label title="Total number of statements in this file">Statements:</label></div>
<div class="stats-box-value">0</div>
</div>
<div class="stats-box">
<div class="stats-box-label"><label title="Total number of methods in this file">Methods:</label></div>
<div class="stats-box-value">0</div>
</div>
<div class="stats-box">
<div class="stats-box-label"><label title="Total number of classes in this file">Classes:</label></div>
<div class="stats-box-value">1</div>
</div>
<div class="stats-box">
<div class="stats-box-label"><label title="Total number of lines of code in this file">LOC:</label></div>
<div class="stats-box-value">39</div>
</div>
<div class="stats-box">
<div class="stats-box-label"><label title="Total number of non-comment lines of code in this file">NCLOC:</label></div>
<div class="stats-box-value">8</div>
</div>
<div class="stats-box">
<div class="stats-box-label"><label title="Cyclomatic complexity is the number of paths in this file">Total complexity:</label></div>
<div class="stats-box-value">0</div>
</div>
<div class="stats-box">
<div class="stats-box-label">
<label title="Complexity density is the complexity divided by the number of statements in this file">Complexity density:</label>
</div>
<div class="stats-box-value">-</div>
</div>
<div class="stats-box">
<div class="stats-box-label"><label title="Number of statements per method.">Statements/Method:</label></div>
<div class="stats-box-value">-</div>
</div>
<div class="stats-box">
<div class="stats-box-label"><label title="Number of methods per class.">Methods/Class:</label></div>
<div class="stats-box-value">0</div>
</div>
<div class="stats-box">
<div class="stats-box-label"><label title="Complexity divided by the number of methods in this file">Average method complexity:</label></div>
<div class="stats-box-value">-</div>
</div>
</div>
</div>
<div id="td-filtered-header-stats" class="aui-item" style="display: none">
<div style="display: table">
<div class="stats-box">
<div class="stats-box-label"><label title="Total number of branches in this file">Branches:</label></div>
<div class="stats-box-value">0</div>
</div>
<div class="stats-box">
<div class="stats-box-label"><label title="Total number of statements in this file">Statements:</label></div>
<div class="stats-box-value">0</div>
</div>
<div class="stats-box">
<div class="stats-box-label"><label title="Total number of methods in this file">Methods:</label></div>
<div class="stats-box-value">0</div>
</div>
<div class="stats-box">
<div class="stats-box-label"><label title="Total number of classes in this file">Classes:</label></div>
<div class="stats-box-value">1</div>
</div>
<div class="stats-box">
<div class="stats-box-label"><label title="Total number of lines of code in this file">LOC:</label></div>
<div class="stats-box-value">39</div>
</div>
<div class="stats-box">
<div class="stats-box-label"><label title="Total number of non-comment lines of code in this file">NCLOC:</label></div>
<div class="stats-box-value">8</div>
</div>
<div class="stats-box">
<div class="stats-box-label"><label title="Cyclomatic complexity is the number of paths in this file">Total complexity:</label></div>
<div class="stats-box-value">0</div>
</div>
<div class="stats-box">
<div class="stats-box-label">
<label title="Complexity density is the complexity divided by the number of statements in this file">Complexity density:</label>
</div>
<div class="stats-box-value">-</div>
</div>
<div class="stats-box">
<div class="stats-box-label"><label title="Number of statements per method.">Statements/Method:</label></div>
<div class="stats-box-value">-</div>
</div>
<div class="stats-box">
<div class="stats-box-label"><label title="Number of methods per class.">Methods/Class:</label></div>
<div class="stats-box-value">0</div>
</div>
<div class="stats-box">
<div class="stats-box-label"><label title="Complexity divided by the number of methods in this file">Average method complexity:</label></div>
<div class="stats-box-value">-</div>
</div>
</div>
</div> </div>
</div>
</div>
</div>
<h2>Classes</h2>
<table class="aui aui-table-sortable">
<thead>
<tr> <th>Class</th>
<th>Line #</th>
<th class="">
<label title="The total number of statements.">Total Statements</label>
</th>
<th class="">
<label title="Cyclomatic complexity is a measure of the number of paths in your code.">Complexity</label>
</th>
<th class="">
<label title="The amount of code that was hit at least once during testing.">TOTAL Coverage</label>
</th>
<th>Actions</th>
</tr> </thead>
<tbody>
<tr> <td id="AttributeTransformation">
<span><a href="#29" title="AttributeTransformation" onclick="closeDialogAndScrollTo('dialog-AttributeTransformation', '29');">AttributeTransformation</a></span>
</td>
<td>29<a name="sl-29"></a></td>
<td class="">0</td>
<td class="">0</td>
<td class=""><div style="display: table; width: 100%">
<div class="barGraphValue"><span class="sortValue">-1.0</span> - </div><div style="display: table-cell">
<div title="Empty" class="barEmpty" style="min-width:200px;"></div></div></div></td>
<td><button data-dialog-id="dialog-AttributeTransformation" class="aui-button aui-button-link dialog-show-button">Show methods</button></td>
</tr> </tbody>
</table>
<section role="dialog" id="dialog-AttributeTransformation" class="aui-layer aui-dialog2 aui-dialog2-xlarge" aria-hidden="true">
<header class="aui-dialog2-header">
<h1 class="aui-dialog2-header-main">Class AttributeTransformation</h1>
<div class="aui-dialog2-header-secondary">
<input id="dialog-AttributeTransformation-method-filter" class="test-filter text" type="text" name="method-filter"
placeholder="Type to filter methods..." autocomplete="off"
onkeyup="filterMethods('dialog-AttributeTransformation-methods-body', 'dialog-AttributeTransformation-method-filter');"/>
</div>
</header>
<div class="aui-dialog2-content">
<table class="aui aui-table-sortable">
<thead>
<tr> <th id="AttributeTransformation">
Class<br/> <span><a href="#29" title="AttributeTransformation" onclick="closeDialogAndScrollTo('dialog-AttributeTransformation', '29');">AttributeTransformation</a></span>
</th>
<th>Line #<br/>29<a name="sl-29"></a></th>
<th class=""><label title="The total number of statements.">Total Statements</label><br/>0</th>
<th class=""><label title="Cyclomatic complexity is a measure of the number of paths in your code.">Complexity</label><br/>0</th>
<th class=""><label title="The amount of code that was hit at least once during testing.">TOTAL Coverage</label><br/><div style="display: table; width: 100%">
<div class="barGraphValue"><span class="sortValue">-1.0</span> - </div><div style="display: table-cell">
<div title="Empty" class="barEmpty" style="min-width:200px;"></div></div></div></th>
</tr> </thead>
<tbody id="dialog-AttributeTransformation-methods-body">
</tbody>
</table>
<div> </div>
</div>
<footer class="aui-dialog2-footer">
<div class="aui-dialog2-footer-actions">
<button class="aui-button aui-button-primary dialog-close-button"
data-dialog-id="dialog-AttributeTransformation">Close</button>
</div>
<div class="aui-dialog2-footer-hint">Click on a class or a method name to jump to source.</div>
</footer>
</section>
<div> </div>
<h2>Contributing tests</h2>
<div class="aui-message">
<p>No tests hitting this source file were found.</p>
</div>
<h2>Source view</h2>
<div style="display: table; width: 100%;">
<div style="display: table-cell">
<button class="aui-button aui-button-link"
title="Toggles all methods in the source to be either expanded or collapsed."
onclick="toggleAllInlineMethods(this); return false;" id="method-expander">
Collapse all methods
</button>
</div>
<div style="display: table-cell">
<div style="text-align: right; margin-bottom: 10px">
<button class="aui-button aui-button-subtle" id="popupHelp">
<span class="aui-icon aui-icon-small aui-iconfont-help"></span> Show legend
</button>
<script>
AJS.InlineDialog(AJS.$("#popupHelp"), "helpDialog",
function(content, trigger, showPopup) {
content.css({"padding":"20px"}).html(SRC_FILE_LEGEND_TEXT);
showPopup();
return false;
},
{
width: 700, hideDelay: 60000
}
);
</script> </div>
</div>
</div>
<table cellspacing="0" cellpadding="0" class="srcView" width="100%">
<tbody> <tr id="l1">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=1#src-1">1</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-1" class="srcLine"><span class="comment">/**</span></span></td>
</tr>
<tr id="l2">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=2#src-2">2</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-2" class="srcLine"><span class="comment"> * Copyright (C) 2001-2017 by RapidMiner and the contributors</span></span></td>
</tr>
<tr id="l3">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=3#src-3">3</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-3" class="srcLine"><span class="comment"> * </span></span></td>
</tr>
<tr id="l4">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=4#src-4">4</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-4" class="srcLine"><span class="comment"> * Complete list of developers available at our web site:</span></span></td>
</tr>
<tr id="l5">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=5#src-5">5</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-5" class="srcLine"><span class="comment"> * </span></span></td>
</tr>
<tr id="l6">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=6#src-6">6</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-6" class="srcLine"><span class="comment"> * http://rapidminer.com</span></span></td>
</tr>
<tr id="l7">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=7#src-7">7</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-7" class="srcLine"><span class="comment"> * </span></span></td>
</tr>
<tr id="l8">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=8#src-8">8</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-8" class="srcLine"><span class="comment"> * This program is free software: you can redistribute it and/or modify it under the terms of the</span></span></td>
</tr>
<tr id="l9">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=9#src-9">9</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-9" class="srcLine"><span class="comment"> * GNU Affero General Public License as published by the Free Software Foundation, either version 3</span></span></td>
</tr>
<tr id="l10">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=10#src-10">10</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-10" class="srcLine"><span class="comment"> * of the License, or (at your option) any later version.</span></span></td>
</tr>
<tr id="l11">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=11#src-11">11</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-11" class="srcLine"><span class="comment"> * </span></span></td>
</tr>
<tr id="l12">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=12#src-12">12</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-12" class="srcLine"><span class="comment"> * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without</span></span></td>
</tr>
<tr id="l13">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=13#src-13">13</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-13" class="srcLine"><span class="comment"> * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU</span></span></td>
</tr>
<tr id="l14">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=14#src-14">14</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-14" class="srcLine"><span class="comment"> * Affero General Public License for more details.</span></span></td>
</tr>
<tr id="l15">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=15#src-15">15</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-15" class="srcLine"><span class="comment"> * </span></span></td>
</tr>
<tr id="l16">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=16#src-16">16</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-16" class="srcLine"><span class="comment"> * You should have received a copy of the GNU Affero General Public License along with this program.</span></span></td>
</tr>
<tr id="l17">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=17#src-17">17</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-17" class="srcLine"><span class="comment"> * If not, see http://www.gnu.org/licenses/.</span></span></td>
</tr>
<tr id="l18">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=18#src-18">18</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-18" class="srcLine"><span class="comment">*/</span></span></td>
</tr>
<tr id="l19">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=19#src-19">19</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-19" class="srcLine"><span class="keyword">package</span> com.<a href="../../rapidminer/pkg-summary.html">rapidminer</a>.<a href="../example/pkg-summary.html">example</a>;</span></td>
</tr>
<tr id="l20">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=20#src-20">20</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-20" class="srcLine"></span></td>
</tr>
<tr id="l21">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=21#src-21">21</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-21" class="srcLine"><span class="keyword">import</span> java.io.Serializable;</span></td>
</tr>
<tr id="l22">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=22#src-22">22</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-22" class="srcLine"></span></td>
</tr>
<tr id="l23">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=23#src-23">23</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-23" class="srcLine"></span></td>
</tr>
<tr id="l24">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=24#src-24">24</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-24" class="srcLine"><span class="comment">/**</span></span></td>
</tr>
<tr id="l25">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=25#src-25">25</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-25" class="srcLine"><span class="comment"> * This interface is used to define on-the-fly transformations in data views.</span></span></td>
</tr>
<tr id="l26">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=26#src-26">26</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-26" class="srcLine"><span class="comment"> * </span></span></td>
</tr>
<tr id="l27">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=27#src-27">27</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-27" class="srcLine"><span class="comment"> * </span><span class="javadoc">@author</span><span class="comment"> Ingo Mierswa</span></span></td>
</tr>
<tr id="l28">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=28#src-28">28</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-28" class="srcLine"><span class="comment"> */</span></span></td>
</tr>
<tr class="inlineStatsRow" align="right" valign="middle">
<td class="coverageCount"><a name="29" class="nolink"> </a></td>
<td class="coverageCount aui-icon aui-icon-small aui-iconfont-arrows-right" id='inlineStatsToggle-29' onclick="toggleInlineStats(this, 'inlinestats-29');"/>
<td align="center" valign="middle">
<table id="inlinestats-29" style="display:none;" class="inlineStats" width="100%" cellspacing="1px" cellpadding="1px">
<tr onclick="toggleInlineStats(document.getElementById('inlineStatsToggle-29'), 'inlinestats-29');return true;">
<td><div>
<div title="Empty" class="barEmpty" style="min-width:40px;"></div>
</div></td><td> - </td>
<td class="inlineStat">Uncovered Elements: 0 (0)</td>
<td class="inlineStat">Complexity: 0</td>
<td class="inlineStat">Complexity Density: -</td>
</tr>
</table>
</td>
</tr>
<tr id="l29">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=29#src-29">29</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" id="id-29"><span class="spacer"></span><span id="src-29" class="srcLine"><span class="keyword">public</span> <span class="keyword">interface</span> <a href="../../../com/rapidminer/example/AttributeTransformation.html#AttributeTransformation">AttributeTransformation</a> <span class="keyword">extends</span> Serializable, Cloneable {</span></td>
</tr>
<tr id="l30">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=30#src-30">30</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-30" class="srcLine"></span></td>
</tr>
<tr id="l31">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=31#src-31">31</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-31" class="srcLine"> <span class="keyword">public</span> Object clone();</span></td>
</tr>
<tr id="l32">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=32#src-32">32</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-32" class="srcLine"></span></td>
</tr>
<tr id="l33">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=33#src-33">33</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-33" class="srcLine"> <span class="keyword">public</span> <span class="keyword">double</span> transform(<a href="../../../com/rapidminer/example/Attribute.html#Attribute">Attribute</a> attribute, <span class="keyword">double</span> value);</span></td>
</tr>
<tr id="l34">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=34#src-34">34</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-34" class="srcLine"></span></td>
</tr>
<tr id="l35">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=35#src-35">35</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-35" class="srcLine"> <span class="keyword">public</span> <span class="keyword">double</span> inverseTransform(<a href="../../../com/rapidminer/example/Attribute.html#Attribute">Attribute</a> attribute, <span class="keyword">double</span> value);</span></td>
</tr>
<tr id="l36">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=36#src-36">36</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-36" class="srcLine"></span></td>
</tr>
<tr id="l37">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=37#src-37">37</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-37" class="srcLine"> <span class="keyword">public</span> <span class="keyword">boolean</span> isReversable();</span></td>
</tr>
<tr id="l38">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=38#src-38">38</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-38" class="srcLine"></span></td>
</tr>
<tr id="l39">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=39#src-39">39</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-39" class="srcLine">}</span></td>
</tr>
</tbody></table> </div>
</div><!-- .aui-tabs -->
<script type="text/javascript">
var ol_bgclass = "overBG";
var ol_fgclass = "overFG";
var ol_cgclass = "overCaption";
var ol_captionfontclass= "overCaption";
var ol_closefontclass = "closeFont";
var ol_closeclick = 1;
var ol_close = 'X';
var ol_wrap = 1;
var rootRelPath = '../../../';
var testsPerFile = -1;
</script>
<script src="AttributeTransformation.js" type="text/javascript"></script>
</div> <!-- class="aui-page-panel-content-clover" -->
<footer id="footer" role="contentinfo">
<section class="footer-body">
<ul>
<li>
Report generated by <a target="_new" href="http://www.atlassian.com/software/clover">Atlassian Clover</a> v 4.1.2
on 星期二 九月 5 2017 17:24:16 CST using coverage data from 星期四 一月 1 1970 08:00:00 CST.
</li>
</ul>
<ul>
<li>Clover Evaluation License registered to Clover Plugin. You have 29 day(s) before your license expires.</li>
</ul>
<div id="footer-logo">
<a target="_blank" href="http://www.atlassian.com/">
Atlassian
</a>
</div>
</section>
</footer> </section> <!-- class="aui-page-panel-content" -->
</div> <!-- class="aui-page-panel-inner" -->
</div> <!-- class="aui-page-panel" -->
</div> <!-- id="page" -->
</body>
</html> |
ProdocWeb/web/help/ES/ListSistAuth.html | JHierrot/openprodoc | <!DOCTYPE html>
<html>
<head>
<title>Lista Sistemas de Autenticación</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="keywords" content="OpenProdoc, ECM, OpenSource, Document Management"/>
<meta name="author" content="Joaquin Hierro" />
<link rel="stylesheet" type="text/css" href="HelpProdoc.css" />
</head>
<body>
<H4>Lista Sistemas de Autenticación</H4><hr>
<p>Al seleccionar la opción de administrar Sistemas de Autenticación, aparecerá la pantalla de listado de Sistemas de Autenticación. Esta pantalla permite realizar el mantenimiento de todos los Sistemas de Autenticación del sistema.</p>
<p>Cada vez que un usuario se conecta, se comprueba su identidad llamando al sistema de autenticación asignado al usuario. Todos los usuarios puede utilizar el mismo sistema o definir distintos sistemas para distintos perfiles de usuario.
Independientemente del sistema de autenticación, el usuario debe estar dado de alta en el sistema, ya que debe asignársele sus permisos y preferencias y darse de alta en grupos y ACL, pues en otro caso no podrá ver ni modificar ningún documento. OPD soporta los tipos de Sistema de Autenticación:</p>
<ul>
<li><b>OPD</b>: OpenProdoc. En este modo, tanto el usuario como la clave (encriptada) se almacenan junto con el resto de los datos de OPD. Se verifica la clave introducida contra estos datos.</li>
<li><b>BBDD</b>: Base de Datos. Esta forma de autenticación realiza una conexión contra la base de datos definida en url y con el usuario y clave introducidos para conectarse. Si la BBDD acepta la conexión, OPD reconoce como autenticado al usuario.</li>
<li><b>LDAP</b>: El usuario se verifica contra el LDAP indicado en la url. Si la autenticación contra LDAP es correcta, OPD reconoce como autenticado al usuario.</li>
<li><b>SO</b>: Esta forma debe utilizarse solo para arrancar procesos en servidor o en entornos con ordenadores personales muy controlados. OPD reconoce como válido el usuario si su nombre de acceso coincide con el nombre de usuario actual de sistema operativo, sin comprobar la clave.</li>
</ul>
<p>Para filtrar los Sistemas de Autenticación que se desea revisar, basta introducir parte del nombre en el cuadro de texto y pulsar el botón. La lista de Sistemas de Autenticación que cumplen las condiciones aparecerá en la tabla de resultados.
Si se pulsa el botón sin introducir ningún valor se visualizará todos los elementos sobre los que tenga permiso el usuario.La tabla de resultados muestra los datos:</p>
<ul>
<li>Nombre identificativo</li>
<li>Descripción del Sistema de Autenticación</li>
<li>Tipo de Sistema de Autenticación</li>
<li>URL o referencia al Sistema de Autenticación</li>
<li>Parámetros adicionales del Sistema de Autenticación (específicos de cada tipo)</li>
<li>Usuario de conexión al Sistema de Autenticación</li>
<li>Password de conexión al Sistema de Autenticación</li>
<li>Nombre del último usuario que modificó la definición del Sistema de Autenticación</li>
<li>Fecha y hora de la última modificación</li>
</ul>
<p style="text-align:center;"><img alt="Copia de pantalla ListSistAuth" src="img/ListSistAuth.jpg"/></p>
<p>Esa tabla de resultados puede ordenarse seleccionando la cabecera de cada columna. Puede también cambiarse el tamaño de cada columna arrastrando la línea separadora de las cabeceras</p>
<p>Sobre la tabla de resultados se dispone de varios botones que permiten realizar operaciones sobre el elemento seleccionado. Las operaciones disponibles son:</p>
<ul>
<li> <img alt="button image" src="img/add.png"/> Añadir un nuevo elemento</li>
<li> <img alt="button image" src="img/del.png"/> Eliminar el elemento seleccionado (Siempre que no se esté utilizando)</li>
<li> <img alt="button image" src="img/edit.png"/> Modificar el elemento seleccionado</li>
<li> <img alt="button image" src="img/copy.png"/> Crear un nuevo elemento como copia del elemento seleccionado</li>
<li> <img alt="button image" src="img/export.png"/> Exportar el elemento seleccionado</li>
<li> <img alt="button image" src="img/export_all.png"/> Exportar todos los elementos listados</li>
<li> <img alt="button image" src="img/import.png"/> Importar desde archivo uno o más elementos previamente guardados</li>
<li> <img alt="button image" src="img/expCSV.png"/> Exportar todos los elementos listados en formato CSV, para su importación en Hojas de Cálculo o BBDD</li>
</ul>
<p>Debe tenerse en cuenta al exportar e importar que algunos elementos pueden tener dependencia de otros, por lo que debe exportarse todos los elementos relacionados y en el momento de importarse hacerlo en el orden adecuado</p>
<p>En caso de producirse un error (carencia de permisos del usuario, incoherencia de los datos, etc), la operación se cancela y se comunicará al usuario el motivo del error.</p>
<p>Ver: <a href="MantSistAuth.html">Mantenimiento Sistemas de Autenticación</a> y <a href="ListUsers.html">Lista de Usuarios</a></p>
<hr>
<a href="HelpIndex.html">Índice Ayuda OpenProdoc</a>
</body>
</html>
|
media/css/watch.css | pculture/unisubs | body#watch {
font-family: Helvetica, Arial, sans-serif;
}
.pod {
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
background: -webkit-gradient(linear, 0% 100%, 0% 50%, from(#ecf0f1), to(#fff)); /* for webkit browsers */
background: -moz-linear-gradient(0% 75% 270deg, #fff, #ecf0f1); /* for firefox 3.6+ */
margin: 0 0 10px 0;
}
body#watch h1 {
font-size: 24px;
font-weight: bold;
color: #536064;
margin: 0 0 15px 0;
text-shadow: 0 1px 0 #FFF;
}
body#watch #main_bar h1 {
margin: 0;
}
body#watch h1 a {
text-decoration: none;
}
.pod .hd {
position: relative;
float: left;
width: 100%;
border-bottom: 1px #D4D8D9 solid;
-webkit-box-shadow: inset 0 -1px 0 #FFF;
background: -webkit-gradient(linear, 0% 100%, 0% 40%, from(#ecf0f1), to(#FFF)); /* for webkit browsers */
background: -moz-linear-gradient(0% 75% 270deg, #FFF, #ecf0f1); /* for firefox 3.6+ */
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
}
.pod .hd h2 {
font-size: 18px;
font-weight: bold;
color: #52686e;
margin: 0;
padding: 15px;
text-shadow: 0 1px 0 #FFF;
}
.pod .hd a.btn_more_videos {
font-weight: bold;
font-size: 13px;
color: #7a949b;
display: block;
background: transparent url(../images/icon_btn_more_videos.png) 90% center no-repeat;
text-decoration: none;
float: right;
padding: 28px 40px 27px 25px;
border-left: 1px #e2e5e6 solid;
line-height: 0;
}
.pod .hd a:hover.btn_more_videos {
opacity: 0.8;
background: #FFF url(../images/icon_btn_more_videos.png) 90% center no-repeat;
}
.hd .heading_button {
position: absolute;
top: 15px; right: 15px;
font-size: 12px;
padding: 5px 10px;
-webkit-border-radius: 30px;
border-radius: 30px;
-moz-border-radius: 30px;
text-decoration: none;
border: 1px solid #E2E6E7;
color: #828687;
}
.pod .bd {
padding: 0;
color: #747b81;
font-size: 14px;
font-family: Helvetica, Arial, sans-serif;
}
.pod .small_list li {
padding: 15px;
border-bottom: 1px solid #E2E6E7;
}
.pod .big_list li {
padding: 20px;
border-bottom: 1px solid #E2E6E7;
}
.pod .ft {
float: left;
width: 100%;
clear: both;
padding: 10px 0;
border-top: 1px solid #d4d8d9;
text-indent: 15px;
line-height: 32px;
}
.pod .padding .ft {
padding-left: 30px;
padding-right: 30px;
margin-left: -30px;
margin-right: -30px;
}
.pod .ft button {
float: right;
margin-right: 15px;
}
#watch_search {
float: right;
position: relative;
top: -5px;
background: transparent;
border: 1px #d3dadc solid;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
width: 190px;
height: 31px;
background: -webkit-gradient(linear, 0% 100%, 0% 40%, from(#FFF), to(#ecf0f1)); /* for webkit browsers */
background: -moz-linear-gradient(0% 75% 270deg, #ecf0f1, #FFF); /* for firefox 3.6+ */
-webkit-box-shadow: 0 1px 0 #e5ebed;
}
#watch_search span.icon {
width: 13px;
height: 13px;
background: transparent url(../images/icon_watch_search.png) 10px 10px no-repeat;
text-indent: -99999px;
display: block;
float: left;
padding: 13px 13px 13px 0;
}
#watch_search input {
border: 0;
background: transparent;
float: left;
width: 114px;
position: relative;
top: 8px;
margin: 0 0 0 8px;
font-size: 11px;
color: #78868a;
}
#watch_search a#advanced_search {
width: 11px;
height: 7px;
background: transparent url(../images/icon_watch_search_arrow.png) 12px 13px no-repeat;
display: block;
float: right;
border-left: 1px #d3dadc solid;
padding: 12px;
}
#watch_search #advanced_menu {
display: none;
}
#watch_search #advanced_menu.open {
display: block;
}
#watch_search a:hover#advanced_search {
background: #FFF url(../images/icon_watch_search_arrow.png) 12px 13px no-repeat;
-moz-border-radius-topright: 5px;
-webkit-border-top-right-radius: 5px;
}
#watch_search a#advanced_search.btn_active {
background: #FFF url(../images/icon_watch_search_arrow.png) 12px 13px no-repeat;
-moz-border-radius-topright: 5px;
-webkit-border-top-right-radius: 5px;
}
#watch_search #advanced_menu {
background: #FFF;
width: 170px;
position: relative;
right: 1px;
top: 31px;
padding: 0 10px 10px 10px;
border: 1px #d3dadc solid;
-moz-border-radius-bottomleft: 5px;
-moz-border-radius-bottomright: 5px;
-webkit-border-bottom-left-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-webkit-box-shadow: 0 1px 3px #e5ebed;
z-index: 2;
}
#watch_search #advanced_menu .menu_item {
}
#watch_search #advanced_menu .menu_item label {
font-size: 12px;
margin: 0;
padding: 0;
text-indent: 0;
color: #6d787c;
display: block;
font-weight: bold;
}
#watch_search #advanced_menu .videos_in {
margin: -20px 0 15px 0;
}
#watch_search #advanced_menu .menu_item select {
width: 170px;
}
#watch_search #advanced_menu button {
border: 1px #34454b solid;
background: -webkit-gradient(linear, left top, left bottom, from(#6e8b93), to(#566d75)) no-repeat;
background: -moz-linear-gradient(top, #6e8b93, #566d75) no-repeat;
-webkit-box-shadow: 0 1px 1px #a1a1a1, inset 0 1px 0 #9ababf;
color: #FFF;
font-weight: bold;
font-size: 12px;
text-shadow: 0 -1px 0 #34454b;
-webkit-border-radius: 5px;
text-align: center;
display: block;
padding: 7px 5px 5px 5px;
width: 100%;
margin: 5px 0 0 0;
}
#watch_search #advanced_menu button:hover {
background: -webkit-gradient(linear, left top, left bottom, from(#7897a0), to(#607881)) no-repeat;
background: -moz-linear-gradient(top, #7897a0, #607881) no-repeat;
-webkit-box-shadow: 0 1px 1px #a1a1a1, inset 0 1px 0 #9ababf;
color: #FFF;
text-shadow: 0 -1px 0 #34454b;
}
#watch_search #advanced_menu button:active {
background: -webkit-gradient(linear, left bottom, left top, from(#7897a0), to(#607881)) no-repeat;
background: -moz-linear-gradient(bottom, #7897a0, #607881) no-repeat;
-webkit-box-shadow: 0 -1px 1px #a1a1a1, inset 0 -1px 0 #9ababf;
color: #FFF;
text-shadow: 0 -1px 0 #34454b;
}
ul.video_list {
margin: 20px 0 0 0;
}
ul.video_list > li {
width: 120px;
float: left;
margin: 13px;
}
ul.video_list li ul.details {
border-top: 1px solid #dae1e4;
padding: 5px 0 0;
font-size: 12px;
}
ul.video_list li ul.details li {
padding-bottom: 5px;
}
ul.video_list li a {
text-decoration: none !important;
}
ul.video_list li a span.video_thumb {
vertical-align: bottom;
display: inline-block;
_display: inline;
overflow: hidden;
}
ul.video_list li a span.video_thumb span.clip {
position: relative;
overflow: hidden;
display: block;
width: 120px;
height: 90px;
}
ul.video_list li a span.video_thumb span.clip img {
top: 0;
position: absolute;
display: block;
left: 0;
width: 120px;
height: 90px;
}
ul.video_list li a h4 {
padding: 5px 0;
font-size: 13px;
overflow: hidden;
width: 120px;
height: 55px;
}
ul.video_list li a:hover h4 {
color: #7f878d;
}
ul.video_list li li.languages div.lang_arrow {
width: 18px;
height: 18px;
background: transparent url(../images/icon_lang_arrow.png) 0 0 no-repeat;
display: block;
float: left;
margin: 0 5px 0 0;
position: relative;
top: -2px;
cursor: pointer;
}
ul.video_list li li.languages div.lang_arrow div.lang_menu {
display: block;
background: #FFF;
position: absolute;
top: 0;
left: 0;
width: 130px;
-webkit-box-shadow: 0 0 8px #BBB;
-webkit-border-radius: 5px;
border: 1px #b1bec3 solid;
z-index: 2;
}
div.lang_menu div.hd {
padding: 5px 0;
margin-bottom: 5px;
background: -webkit-gradient(linear, left bottom, left top, from(#d3dee2), to(#eaeff1)) no-repeat;
background: -moz-linear-gradient(bottom, #d3dee2, #eaeff1) no-repeat;
-webkit-box-shadow: inset 0 1px 0 #FFF;
}
div.lang_menu div.hd span {
padding-left: 5px;
}
div.lang_menu div.hd .menu_close {
float: right;
}
div.lang_menu div.bd {
padding: 7px;
}
div.lang_menu div.bd span {
display: block;
float: left;
background: #EEE;
-webkit-border-radius: 55px;
font-size: 11px;
padding: 4px 8px 4px 8px;
margin: 3px;
}
div.lang_menu div.bd a.more_link, body#index div.lang_menu div.bd a.more_link {
display: block;
clear: both;
padding: 5px 3px 0;
font-size: 11px;
color: #747B81;
text-align: right;
font-weight: normal;
}
div.pages {
width: 100%;
text-align: center;
border-top: 1px #cad1d4 solid;
}
div.pages span.page_count {
display: inline-block;
padding: 13px 0;
}
div.pages a.pag_first {
display: block;
float: left;
padding: 12px 15px 12px 15px;
border-right: 1px #cad1d4 solid;
}
div.pages a:hover.pag_first {
opacity: 0.7;
}
div.pages a:active.pag_prev, div.pages a:active.pag_next,
div.pages a:active.pag_first, div.pages a:active.pag_last {
-webkit-box-shadow: inset 0 2px 5px #c7dae1;
background: -webkit-gradient(linear, left bottom, left top, from(#FFF), to(#d2e0e3)) no-repeat;
background: -moz-linear-gradient(bottom, #FFF, #d2e0e3) no-repeat;
}
div.pages a.pag_prev {
display: block;
float: left;
padding: 12px 15px 12px 15px;
border-right: 1px #cad1d4 solid;
}
div.pages a:hover.pag_prev {
opacity: 0.7;
}
div.pages a.pag_last {
float: right;
display: block;
padding: 12px 15px 12px 15px;
border-left: 1px #cad1d4 solid;
}
div.pages a:hover.pag_last {
opacity: 0.7;
}
div.pages a.pag_next {
float: right;
display: block;
padding: 12px 15px 12px 15px;
border-left: 1px #cad1d4 solid;
}
div.pages a:hover.pag_next {
opacity: 0.7;
}
div.pages a:active.pag_prev, div.pages a:active.pag_next,
div.pages a:active.pag_first, div.pages a:active.pag_last {
-webkit-box-shadow: inset 0 2px 5px #c7dae1;
background: -webkit-gradient(linear, left bottom, left top, from(#FFF), to(#d2e0e3)) no-repeat;
background: -moz-linear-gradient(bottom, #FFF, #d2e0e3) no-repeat;
}
div.pages a.pag_prev span.icon {
background: transparent url(../images/icon_pages_prev.png) 0 0 no-repeat;
width: 12px;
height: 18px;
display: block;
}
div.pages a.pag_next span.icon {
background: transparent url(../images/icon_pages_next.png) 0 0 no-repeat;
width: 12px;
height: 18px;
display: block;
}
div.pages a.pag_first span.icon {
background: transparent url(../images/icon_pages_first.png) 0 0 no-repeat;
width: 18px;
height: 18px;
display: block;
}
div.pages a.pag_last span.icon {
background: transparent url(../images/icon_pages_last.png) 0 0 no-repeat;
width: 18px;
height: 18px;
display: block;
}
#popular_videos .hd h2 {
float: left;
padding: 15px 20px 15px 15px;
border-right: 1px #cad1d4 solid;
margin: 0;
}
#popular_videos .hd {
position: relative;
}
#popular_videos .hd a#popular_sort {
float: left;
display: block;
position: absolute;
width: 100px;
top: 0;
left: 167px;
padding: 22px 35px 18px 15px;
text-decoration: none;
font-size: 16px;
font-weight: bold;
background: transparent url(../images/icon_sort_arrow.png) 85% 27px no-repeat;
}
#popular_videos .hd a#popular_sort span.current-sort {
color: #6d787c;
}
#popular_videos .hd a#popular_sort #sort_menu {
display: none;
}
#popular_videos .hd a:hover#popular_sort {
background: #FFF url(../images/icon_sort_arrow.png) 85% 27px no-repeat;
border-right: 1px #cad1d4 solid;
}
#popular_videos .hd a:hover#popular_sort #sort_menu {
display: block;
background: #FFF;
position: absolute;
top: 40px;
left: -1px;
-webkit-box-shadow: 0 1px 3px #DDD;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
border: 1px #cad1d4 solid;
border-top: 0;
z-index: 2;
padding: 20px 0 0 0;
color: #6d787c;
}
#popular_videos .hd a:hover#popular_sort #sort_menu ul {
margin: 0;
padding: 0;
}
#popular_videos .hd a:hover#popular_sort #sort_menu ul li {
font-size: 12px;
display: block;
padding: 5px 0 3px 0;
width: 150px;
text-align: center;
margin: 4px 0 4px 0;
color: #6d787c;
}
#popular_videos .hd a:hover#popular_sort #sort_menu ul li:hover {
background: #ecf3f5;
}
body#watch_results #watch_search {
top: 12px;
right: 15px;
}
body#watch_results #sidebar {
width: 170px;
float: left;
border-right: 1px #cad1d4 solid;
}
body#watch_results #sidebar h2 {
font-size: 16px;
border-bottom: 1px #cad1d4 solid;
margin: 0 0 10px 0;
padding: 13px 20px 10px 20px;
text-align: right;
color: #52686e;
}
body#watch_results #sidebar ul {
border-bottom: 1px #cad1d4 solid;
margin: 0;
padding: 0 0 10px 0;
display: block;
}
body#watch_results #sidebar ul.last {
border: 0;
padding: 0;
}
body#watch_results #sidebar ul li {
margin: 0;
padding: 0;
}
body#watch_results #sidebar ul li a {
display: block;
text-align: right;
padding: 7px 10px 7px 10px;
text-decoration: none;
font-weight: bold;
color: #788b90;
}
body#watch_results #sidebar ul li a:hover {
background: #dce5e7;
}
body#watch_results #sidebar ul li.active a {
color: #31879f;
padding: 7px 10px 7px 10px;
}
body#watch_results #sidebar ul li.active a span {
background: transparent url(../images/icon_results_active.png) left center no-repeat;
padding: 0 0 0 20px;
}
body#watch_results #sidebar ul li.active a:hover span {
background: #dce5e7 url(../images/icon_results_active.png) left center no-repeat;
padding: 0 0 0 20px;
}
body#watch_results #main_col {
width: 764px;
float: left;
border-left: 1px #cad1d4 solid;
position: relative;
left: -1px;
}
body#watch_results .pages {
width: 769px;
margin: 0 0 0 170px;
border-left: 1px #cad1d4 solid;
}
|
templates/president/widgets/menu_list.html | EducationAdministrationSystem/EducationSystem |
<div class="menu-list">
<a href="/president/homepage" class="menu-button-middle">理论课程</a>
<a href="/president/practice" class="menu-button-middle">本日上机</a>
<a href="/logout" class="menu-button-middle">安全退出</a>
<div class="menu-blank"></div>
</div>
|
content/citoyens.html | democratech/LaPrimaire | ---
title: Liste des citoyens plébiscités pour participer à LaPrimaire.org, la Primaire Citoyenne Ouverte pour l'élection Présidentielle de 2017
url: https://laprimaire.org/citoyens/
social_title: Qui sont les citoyens plébiscités pour participer à LaPrimaire.org ?
image: https://laprimaire.org/assets/images/social/citoyens-laprimaire.png
footer: true
navbar: true
candidats: true
author: des citoyens ordinaires
description: Retrouvez la liste des citoyen(ne)s qui ont été plébiscité(e)s pour participer à LaPrimaire.org, la première primaire citoyenne ouverte, organisée hors des partis politiques dont le but est de faire émerger des candidats crédibles et représentatifs en vue des prochaines élections présidentielles de 2017.
---
<style>
.lp-cat-active {
font-weight: bold;
color: #d91d1c !important;
}
.lp-cat-count {
color: #d91d1c;
}
.lp-cat-item {
font-variant: small-caps;
margin: 18px 5px 5px 5px;
display: inline-block;
font-size: 18px;
color: #5e5e5e;
}
.lp-cat-header {
font-weight:bold;
color: #5e5e5e;
font-size: 18px;
font-variant: small-caps;
}
.lp-search-input {
width: 300px;
height: 50px;
padding-left: 10px;
border: 2px solid #d91d1c;
}
.lp-search {
width: auto;
padding: 5px 5px;
margin: 15px auto 15px auto;
text-align: center;
font-size: 20px;
}
.candidate_pic img {
position: absolute;
top: 0;
/* fill vertically */
width: auto;
height: 100%;
/* center horizontally */
left: -500px;
right: -500px;
margin-left: auto;
margin-right: auto;
}
.candidate_box a:hover { text-decoration:none; }
.candidate_box {
height:350px;
margin-bottom:10px;
}
.candidate_pic:hover .nb_soutiens { display:none; }
.candidate_pic:hover .nb_soutiens_total { display:inline; }
.candidate_pic {
overflow: hidden;
position: relative;
margin: 0 auto;
border: 10px solid #d91d1c;
width: 200px;
height: 300px;
}
.badge_qualified {
position:absolute;
color:white;
font-weight:bold;
background-color:#56d840;
padding:5px;
top:0px;
display:none;
}
.badge_qualified.not_qualified { display:none; }
.nb_soutiens_total {
position:absolute;
color:white;
font-size:12px;
background-color:#527bdd;
padding:5px;
bottom:0px;
z-index: 1;
}
.nb_soutiens {
position:absolute;
color:white;
font-size:12px;
background-color:#527bdd;
padding:5px;
bottom:0px;
z-index: 1;
}
#powered_by {
display: inline-block;
background-color: white;
padding: 0px 5px 0px 5px;
float:right;
margin-top: -11px;
}
.candidate_name em { background-color: yellow; }
.candidate_name {
font-size:16px;
color:#5e5e5e;
font-weight:bold;
text-align:center;
}
.candidate_M_since.Femme { display:none; }
.candidate_F_since.Homme { display:none; }
.candidate_M_since, .candidate_F_since {
font-size:12px;
color:#5e5e5e;
font-weight:normal;
text-align:center;
}
</style>
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/instantsearch.js/1/instantsearch.min.css">
<script src="https://cdn.jsdelivr.net/instantsearch.js/1/instantsearch.min.js"></script>
<header id="page-top">
<div id="header_overlay" class="blue">
<div class="container">
<div class="row">
<input type="text" id="search-box" />
</div>
</div>
</div>
</header>
<div id="powered_by"><a href="https://algolia.com" target="_blank"><img src="/assets/images/powered-by-algolia.png"></a></div>
<div class="row" style="border-bottom: 2px solid #527bdd;padding: 10px;width:100%;margin: 0px auto 0px auto;font-size: 16px;color: #5e5e5e;text-align:center;">
Voici la liste des citoyens <b>plébiscités</b> pour être candidat à LaPrimaire.org ayant reçu plus de 2 soutiens. Cette liste et le nombre de soutiens sont rafraîchis une fois par jour.<br/>
LaPrimaire.org invitera officiellement les citoyens ayant recueillis plus de 500 soutiens à être candidats.
</div>
<div class="alert alert-warning">
<p style="font-size:16px;font-weight:bold;text-align: center;"><i class="fa fa-info-circle" style="font-size:1.5em;" aria-hidden="true"></i>La phase de qualification à LaPrimaire.org est terminée. La liste des candidat-e-s qualifié-e-s est <a href="/qualifies/" target="_blank">visible ici</a>.</p>
</div>
<section id="contribute_form" style="margin-top:0px;padding-top:0px;">
<div class="container-fluid">
<div class="row" style="width:95%;margin: 5px auto;">
<div class="col-sm-5">
<div id="gender"></div>
</div>
<div class="col-sm-3">
<div id="nb_days_added"></div>
</div>
<div class="col-sm-1"> </div>
<div class="col-sm-3">
<div id="nb_soutiens"></div>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<div class="row">
<div id="hits-container"></div>
</div>
<div class="row">
<div id="pagination-container"></div>
</div>
</div>
</div>
</div>
</section>
<script type="text/javascript">
function shuffle (o){
for(var j, x, i = o.length; i; j = Math.floor(Math.random() * i), x = o[--i], o[i] = o[j], o[j] = x);
return o;
}
var search = instantsearch({
appId: 'D1XVECSSVA',
apiKey: '58643f9dff29db9f8da06875479fb290',
indexName: 'citizens',
urlSync: false
});
search.addWidget(
instantsearch.widgets.searchBox({
container: '#search-box',
placeholder: 'Chercher un(e) citoyen(ne)...',
cssClasses: {root: 'lp-search',input:'lp-search-input'}
})
);
search.addWidget(
instantsearch.widgets.refinementList({
container: '#gender',
attributeName: 'gender',
sortBy: ['name:asc'],
cssClasses: {
header:'lp-cat-header',
item:'lp-cat-item',
active:'lp-cat-active',
count:'lp-cat-count'
},
templates: {
header: 'Sexe des citoyens',
}
})
);
/*
search.addWidget(
instantsearch.widgets.rangeSlider({
container: '#nb_days_added',
attributeName: 'nb_days_added',
cssClasses: {
header:'lp-cat-header',
item:'lp-cat-item',
active:'lp-cat-active'
},
templates: {
header: 'Nombre de jours en ligne',
}
})
);
search.addWidget(
instantsearch.widgets.rangeSlider({
container: '#nb_soutiens',
attributeName: 'nb_soutiens',
cssClasses: {
header:'lp-cat-header',
item:'lp-cat-item',
active:'lp-cat-active'
},
templates: {
header: 'Nombre de soutiens total',
}
})
);
*/
search.addWidget(
instantsearch.widgets.hits({
container: '#hits-container',
transformData: {
allItems: function (content) {
return { hits: shuffle(content.hits) };
}
},
templates: {
empty: '\
<div style="width:320px;margin:0px auto 20px auto;">\
Aucun citoyen avec ce nom n'a été plébiscité... Vous êtes vous assuré qu'il n'était pas <a href="/candidats/">déjà candidat</a> ?\
</div>\
<div style="width:320px;margin:20px auto;">\
Si non, inscrivez-vous dès maintenant sur LaPrimaire.org et plébiscitez-le !\
</div>\
<div style="width:200px;margin:20px auto;">\
<a style="font-size:18px;width:200px;font-variant:small-caps;font-weight:bold;" href="/citoyens/" class="btn btn-xl red" target="_blank" title="Plébisciter un citoyen">S'inscrire</a>\
</div>\
<div style="width:320px;margin:20px auto;">\
Personne ne vous convient ? <a href="/inscription-candidat/" target="_blank">Soyez candidat</a> !\
</div>',
allItems: '{{#hits}}\
<div class="col-sm-4 col-md-3">\
<div class="candidate_box">\
<div class="candidate_pic" style="margin: 0 auto;">\
<div class="badge_qualified {{qualified}}">Qualifié</div>\
<a href="https://laprimaire.org/candidat/{{candidate_id}}">\
<img src="https://s3.eu-central-1.amazonaws.com{{photo}}" height="300px">\
</a>\
</div>\
<div class="candidate_name"><a href="https://laprimaire.org/candidat/{{candidate_id}}">{{{_highlightResult.name.value}}}</a></div>\
</div>\
</div>{{/hits}}'
},
hitsPerPage: 200
})
);
/*
search.addWidget(
instantsearch.widgets.pagination({
container: '#pagination-container'
})
);
*/
search.start();
</script>
|
event_contact/static/description/index.html | OCA/event | <?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="Docutils 0.15.1: http://docutils.sourceforge.net/" />
<title>Event Contacts</title>
<style type="text/css">
/*
:Author: David Goodger (goodger@python.org)
:Id: $Id: html4css1.css 7952 2016-07-26 18:15:59Z milde $
:Copyright: This stylesheet has been placed in the public domain.
Default cascading style sheet for the HTML output of Docutils.
See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to
customize this style sheet.
*/
/* used to remove borders from tables and images */
.borderless, table.borderless td, table.borderless th {
border: 0 }
table.borderless td, table.borderless th {
/* Override padding for "table.docutils td" with "! important".
The right padding separates the table cells. */
padding: 0 0.5em 0 0 ! important }
.first {
/* Override more specific margin styles with "! important". */
margin-top: 0 ! important }
.last, .with-subtitle {
margin-bottom: 0 ! important }
.hidden {
display: none }
.subscript {
vertical-align: sub;
font-size: smaller }
.superscript {
vertical-align: super;
font-size: smaller }
a.toc-backref {
text-decoration: none ;
color: black }
blockquote.epigraph {
margin: 2em 5em ; }
dl.docutils dd {
margin-bottom: 0.5em }
object[type="image/svg+xml"], object[type="application/x-shockwave-flash"] {
overflow: hidden;
}
/* Uncomment (and remove this text!) to get bold-faced definition list terms
dl.docutils dt {
font-weight: bold }
*/
div.abstract {
margin: 2em 5em }
div.abstract p.topic-title {
font-weight: bold ;
text-align: center }
div.admonition, div.attention, div.caution, div.danger, div.error,
div.hint, div.important, div.note, div.tip, div.warning {
margin: 2em ;
border: medium outset ;
padding: 1em }
div.admonition p.admonition-title, div.hint p.admonition-title,
div.important p.admonition-title, div.note p.admonition-title,
div.tip p.admonition-title {
font-weight: bold ;
font-family: sans-serif }
div.attention p.admonition-title, div.caution p.admonition-title,
div.danger p.admonition-title, div.error p.admonition-title,
div.warning p.admonition-title, .code .error {
color: red ;
font-weight: bold ;
font-family: sans-serif }
/* Uncomment (and remove this text!) to get reduced vertical space in
compound paragraphs.
div.compound .compound-first, div.compound .compound-middle {
margin-bottom: 0.5em }
div.compound .compound-last, div.compound .compound-middle {
margin-top: 0.5em }
*/
div.dedication {
margin: 2em 5em ;
text-align: center ;
font-style: italic }
div.dedication p.topic-title {
font-weight: bold ;
font-style: normal }
div.figure {
margin-left: 2em ;
margin-right: 2em }
div.footer, div.header {
clear: both;
font-size: smaller }
div.line-block {
display: block ;
margin-top: 1em ;
margin-bottom: 1em }
div.line-block div.line-block {
margin-top: 0 ;
margin-bottom: 0 ;
margin-left: 1.5em }
div.sidebar {
margin: 0 0 0.5em 1em ;
border: medium outset ;
padding: 1em ;
background-color: #ffffee ;
width: 40% ;
float: right ;
clear: right }
div.sidebar p.rubric {
font-family: sans-serif ;
font-size: medium }
div.system-messages {
margin: 5em }
div.system-messages h1 {
color: red }
div.system-message {
border: medium outset ;
padding: 1em }
div.system-message p.system-message-title {
color: red ;
font-weight: bold }
div.topic {
margin: 2em }
h1.section-subtitle, h2.section-subtitle, h3.section-subtitle,
h4.section-subtitle, h5.section-subtitle, h6.section-subtitle {
margin-top: 0.4em }
h1.title {
text-align: center }
h2.subtitle {
text-align: center }
hr.docutils {
width: 75% }
img.align-left, .figure.align-left, object.align-left, table.align-left {
clear: left ;
float: left ;
margin-right: 1em }
img.align-right, .figure.align-right, object.align-right, table.align-right {
clear: right ;
float: right ;
margin-left: 1em }
img.align-center, .figure.align-center, object.align-center {
display: block;
margin-left: auto;
margin-right: auto;
}
table.align-center {
margin-left: auto;
margin-right: auto;
}
.align-left {
text-align: left }
.align-center {
clear: both ;
text-align: center }
.align-right {
text-align: right }
/* reset inner alignment in figures */
div.align-right {
text-align: inherit }
/* div.align-center * { */
/* text-align: left } */
.align-top {
vertical-align: top }
.align-middle {
vertical-align: middle }
.align-bottom {
vertical-align: bottom }
ol.simple, ul.simple {
margin-bottom: 1em }
ol.arabic {
list-style: decimal }
ol.loweralpha {
list-style: lower-alpha }
ol.upperalpha {
list-style: upper-alpha }
ol.lowerroman {
list-style: lower-roman }
ol.upperroman {
list-style: upper-roman }
p.attribution {
text-align: right ;
margin-left: 50% }
p.caption {
font-style: italic }
p.credits {
font-style: italic ;
font-size: smaller }
p.label {
white-space: nowrap }
p.rubric {
font-weight: bold ;
font-size: larger ;
color: maroon ;
text-align: center }
p.sidebar-title {
font-family: sans-serif ;
font-weight: bold ;
font-size: larger }
p.sidebar-subtitle {
font-family: sans-serif ;
font-weight: bold }
p.topic-title {
font-weight: bold }
pre.address {
margin-bottom: 0 ;
margin-top: 0 ;
font: inherit }
pre.literal-block, pre.doctest-block, pre.math, pre.code {
margin-left: 2em ;
margin-right: 2em }
pre.code .ln { color: grey; } /* line numbers */
pre.code, code { background-color: #eeeeee }
pre.code .comment, code .comment { color: #5C6576 }
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
pre.code .literal.string, code .literal.string { color: #0C5404 }
pre.code .name.builtin, code .name.builtin { color: #352B84 }
pre.code .deleted, code .deleted { background-color: #DEB0A1}
pre.code .inserted, code .inserted { background-color: #A3D289}
span.classifier {
font-family: sans-serif ;
font-style: oblique }
span.classifier-delimiter {
font-family: sans-serif ;
font-weight: bold }
span.interpreted {
font-family: sans-serif }
span.option {
white-space: nowrap }
span.pre {
white-space: pre }
span.problematic {
color: red }
span.section-subtitle {
/* font-size relative to parent (h1..h6 element) */
font-size: 80% }
table.citation {
border-left: solid 1px gray;
margin-left: 1px }
table.docinfo {
margin: 2em 4em }
table.docutils {
margin-top: 0.5em ;
margin-bottom: 0.5em }
table.footnote {
border-left: solid 1px black;
margin-left: 1px }
table.docutils td, table.docutils th,
table.docinfo td, table.docinfo th {
padding-left: 0.5em ;
padding-right: 0.5em ;
vertical-align: top }
table.docutils th.field-name, table.docinfo th.docinfo-name {
font-weight: bold ;
text-align: left ;
white-space: nowrap ;
padding-left: 0 }
/* "booktabs" style (no vertical lines) */
table.docutils.booktabs {
border: 0px;
border-top: 2px solid;
border-bottom: 2px solid;
border-collapse: collapse;
}
table.docutils.booktabs * {
border: 0px;
}
table.docutils.booktabs th {
border-bottom: thin solid;
text-align: left;
}
h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
font-size: 100% }
ul.auto-toc {
list-style-type: none }
</style>
</head>
<body>
<div class="document" id="event-contacts">
<h1 class="title">Event Contacts</h1>
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external" href="https://github.com/OCA/event/tree/14.0/event_contact"><img alt="OCA/event" src="https://img.shields.io/badge/github-OCA%2Fevent-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/event-14-0/event-14-0-event_contact"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external" href="https://runbot.odoo-community.org/runbot/199/14.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p>
<p>This module adds the possibility to define contacts for the event.
Contacts are needed due to inform the people who should be contacted for
the event.</p>
<p><strong>Table of contents</strong></p>
<div class="contents local topic" id="contents">
<ul class="simple">
<li><a class="reference internal" href="#usage" id="id1">Usage</a></li>
<li><a class="reference internal" href="#bug-tracker" id="id2">Bug Tracker</a></li>
<li><a class="reference internal" href="#credits" id="id3">Credits</a><ul>
<li><a class="reference internal" href="#authors" id="id4">Authors</a></li>
<li><a class="reference internal" href="#contributors" id="id5">Contributors</a></li>
<li><a class="reference internal" href="#maintainers" id="id6">Maintainers</a></li>
</ul>
</li>
</ul>
</div>
<div class="section" id="usage">
<h1><a class="toc-backref" href="#id1">Usage</a></h1>
<p>To set contacts to event, you need to:</p>
<ol class="arabic simple">
<li>Go to <em>Events > Events</em>.</li>
<li>Edit or create one.</li>
<li>You will see a new field under field <em>Organizer</em> named <em>Contacts</em>.</li>
</ol>
<p>To set contacts for an event type, you need to:</p>
<ol class="arabic simple">
<li>Go to <em>Events > Configuration > Event Templates</em>.</li>
<li>Edit or create one.</li>
<li>You will see a new field on <em>Attendees Section</em> named <em>Contacts</em>.</li>
<li>After doing this, if you create an event and set it this type, the event
will get appended these contacts automatically.</li>
</ol>
</div>
<div class="section" id="bug-tracker">
<h1><a class="toc-backref" href="#id2">Bug Tracker</a></h1>
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/event/issues">GitHub Issues</a>.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed
<a class="reference external" href="https://github.com/OCA/event/issues/new?body=module:%20event_contact%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
<p>Do not contact contributors directly about support or help with technical issues.</p>
</div>
<div class="section" id="credits">
<h1><a class="toc-backref" href="#id3">Credits</a></h1>
<div class="section" id="authors">
<h2><a class="toc-backref" href="#id4">Authors</a></h2>
<ul class="simple">
<li>OpenSynergy Indonesia</li>
<li>Tecnativa</li>
</ul>
</div>
<div class="section" id="contributors">
<h2><a class="toc-backref" href="#id5">Contributors</a></h2>
<ul class="simple">
<li>Michael Viriyananda <<a class="reference external" href="mailto:viriyananda.michael@gmail.com">viriyananda.michael@gmail.com</a>></li>
<li>David Alonso <<a class="reference external" href="mailto:david.alonso@solvos.es">david.alonso@solvos.es</a>></li>
<li><a class="reference external" href="https://www.tecnativa.com">Tecnativa</a>:<ul>
<li>Jairo Llopis</li>
<li>Alexandre Díaz</li>
<li>Ernesto Tejeda</li>
</ul>
</li>
</ul>
</div>
<div class="section" id="maintainers">
<h2><a class="toc-backref" href="#id6">Maintainers</a></h2>
<p>This module is maintained by the OCA.</p>
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.</p>
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/event/tree/14.0/event_contact">OCA/event</a> project on GitHub.</p>
<p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
</div>
</div>
</div>
</body>
</html>
|
doc/tools/monitor/class-use/TrafficStatistics.html | jburnim/GreasySpoon | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_22) on Wed Apr 27 22:22:06 CEST 2011 -->
<TITLE>
Uses of Class tools.monitor.TrafficStatistics
</TITLE>
<META NAME="date" CONTENT="2011-04-27">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class tools.monitor.TrafficStatistics";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../tools/monitor/TrafficStatistics.html" title="class in tools.monitor"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../index.html?tools/monitor//class-useTrafficStatistics.html" target="_top"><B>FRAMES</B></A>
<A HREF="TrafficStatistics.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Class<br>tools.monitor.TrafficStatistics</B></H2>
</CENTER>
No usage of tools.monitor.TrafficStatistics
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../tools/monitor/TrafficStatistics.html" title="class in tools.monitor"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../index.html?tools/monitor//class-useTrafficStatistics.html" target="_top"><B>FRAMES</B></A>
<A HREF="TrafficStatistics.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
|
modules/openlmis-web/src/main/webapp/public/pages/vaccine/inventory/partials/voucher-receive-stock-partial.html | kelvinmbwilo/open_elmis | <div ng-show="distribution ===undefined && voucherNumberSearched" class="alert alert-danger">
<span openlmis-message="alert.no.distribution"></span><strong> {{receivedProducts.voucherNumber}}</strong>
</div>
<div ng-show="distribution !==undefined">
<table id="podTable2" class="table table-bordered" fixed-table-header>
<thead>
<tr>
<th class="col-product " openlmis-message="label.products"></th>
<th class="col-quantity" style="max-width:160px !important"
openlmis-message="label.quantity.requested"></th>
<th class="col-quantity" style="max-width:160px !important"
openlmis-message="label.stock.total.quantity"></th>
<th class="col-lot"><span openlmis-message="label.stock.batch"></span></th>
<th class="col-quantity" style="max-width:160px !important"><span
openlmis-message="label.stock.quantity"></span></th>
<th class="col-vvm-status"><span openlmis-message="label.stock.vvm"></span></th>
<th colspan="3"></th>
</tr>
</thead>
<tbody>
<tr ng-repeat-start="product in distribution.lineItems" style="border-bottom:2px solid #333"
ng-class-odd="'odd'" ng-class-even="'even'" ng-init="$index%2==0?(color='odd'): (color='even')"
ng-form="receivingForm2">
<td rowspan="{{product.lots.length}}" class="col-product cell-input last-row disabled">
<span class="cell-text" ng-bind="product.product.primaryName"></span>
</td>
<td rowspan="{{product.lots.length}}" class="col-product cell-input last-row disabled">
<span ng-show="product.quantityRequested !== null" class="cell-text" class="cell-text">{{product.quantityRequested | number}}</span>
</td>
<td rowspan="{{product.lots.length}}" class="col-product cell-input last-row disabled"
ng-class="{'disabled':product.batchTracked}">
<span class="cell-text" ng-if="product.lots.length>0" class="cell-text">{{sumLots(product) | number}}</span>
<span class="cell-text" ng-if="product.lots.length ===0" class="cell-text">{{product.quantity | number}}</span>
</td>
<td class="col-lot cell-input cell-text disabled"
ng-class="{'last-row':product.lots.length===1,'skip':product.lots.length===0}">
<span class="cell-text" ng-if="product.lots.length > 0"
ng-bind="product.lots[0].lot.lotCode"></span>
</td>
<td class="col-count cell-input col-general"
ng-class="{'last-row':product.lots.length===1}">
<input ng-required="product.lots.length > 0" ng-if="product.lots.length > 0"
name="batchQuantity_{{$index}}_0" ng-model="product.lots[0].quantity" min="1"
type="number"/>
<input name="quantity_{{$index}}"
ng-if="!product.lots.length" type="number" min="1" ng-model="product.quantity">
</td>
<td
class="col-vvmstatus cell-text"
ng-class="{'last-row':product.lots.length===1,'skip':product.lots[0].vvmStatus ===undefined || product.lots[0].vvmStatus ===null}">
<!--<span ng-if="product.lots.length > 0" ng-bind="product.lots[0].vvmStatus"></span>-->
<select ng-show="(product.lots.length >0 && product.lots[0].vvmStatus !== null ) || (product.lots.length ===0 && product.vvmStatus !== null)" style="max-width:130px !important;min-width:130px !important" ui-select2
ng-options="i.value as i.name for i in vvmStatuses" name="vvmToAdd"
ng-model="product.lots[0].vvmStatus">
<option value="" openlmis-message="placeholder.select.vvmstatus"></option>
</select>
</td>
<td colspan="3" rowspan="{{product.lots.length}}" class="col-product cell-input last-row disabled"></td>
</tr>
<tr ng-repeat-end ng-repeat="lot in product.lots" ng-show="!$first" ng-class="color">
<td ng-class="{'last-row':$last}"
class="col-lot cell-input cell-text disabled">
<span class="cell-text" ng-bind="lot.lot.lotCode"></span>
</td>
<td ng-class="{'last-row':$last}"
class="col-count cell-input col-general ">
<input name="batchQuantity_{{$parent.$index}}_{{$index}}" ng-required="product.batchTracked"
ng-model="lot.quantity" min="1" type="number"/>
</td>
<td ng-class="{'last-row':$last}"
class="col-count cell-text ">
<select ng-show="lot.vvmStatus !== undefined" style="max-width:130px !important;min-width:130px !important" ui-select2
ng-options="i.value as i.name for i in vvmStatuses" name="vvmToAdd"
ng-model="lot.vvmStatus">
<option value="" openlmis-message="placeholder.select.vvmstatus"></option>
</select>
</td>
</tr>
</tbody>
</table>
</div>
|
animation/static/css/animation.css | pmitros/AnimationXBlock | /* CSS for AnimationXBlock */
/*div {
border-width:1px;
border-style:solid;
border-color:rgba(0,0,0,0.1);
}
Above is useful for debugging
*/
.animation_header {
border-width:1px;
border-style:solid;
border-color:rgba(0,0,0,0.1);
border-radius: 16px 16px 16px 16px;
background:rgba(255,255,255,1);
display:flex;
}
.animation_wrapper { // Whole XBlock. Gray background
display:block;
background:rgba(0,0,0,0.01);
/*background:rgb(200, 200, 200); // TODO: edX gray*/
border-width:1px;
border-style:solid;
border-color:rgba(0,0,0,0.1);
border-radius: 16px 16px 16px 16px;
width:100%;
}
.animation_slider_wrapper { // Div around slider. Give a bit of a border
display:block;
width:100%;
padding:10px;
}
.ui-slider-labels {
top:-2px !important;
}
.ui-slider-labels-ticks {
height:14px !important;
}
.ui-widget-content .ui-state-default,
.animation_slider
.ui-widget-header .ui-state-default, .animation_slider {
border: 1px solid #222222;
background: #e6e6e6 linear-gradient(rgb(109, 204, 241), rgb(56, 168, 229));
font-weight: normal;
color: #555555;
}
.ui-widget-content, .animation_slider {
border: 1px solid #222222;
background: #23c400 linear-gradient(90deg, rgb(109, 204, 241), rgb(202, 232, 202));
color: #222222;
}
.animation_flex_column {
display:flex;
flex-direction: column;
}
.animation_flex_row {
display:flex;
flex-direction: column;
}
.animation_text {
border-width:1px;
border-style:solid;
border-color:rgba(0,0,0,0.05);
border-radius:8px;
padding:10px;
text-align:center;
margin:10px;
background:rgba(255,255,255,1);
}
|
twistranet/themes/twistheme/static/css/forms.css | numericube/twistranet | /* Fieldset for form containment */
/* All TN forms styles */
fieldset {
padding: 0 5px 5px;
margin: 0 0 15px;
}
.formBlock {
padding: 10px;
clear: both;
}
.fieldWrapper {
padding: 10px;
border-bottom: 1px solid white ;
clear: both;
position: relative;
}
.fieldWrapper label {
font-size: 13px;
float:left;
margin-right:10px;
padding: 0;
text-align:right;
width:25%;
margin-bottom: 5px;
display: block;
}
.fieldWrapper input[type="text"],
.fieldWrapper textarea {
display: block;
margin-bottom: 5px;
width: 60%;
}
.fieldWrapper select {
}
.fieldWrapperWithError {
background-color: #DF2429;
}
.fieldWrapperWithError label {
color: white;
}
ul.errorlist {
color: #efd3d4;
list-style: none;
list-style-image: none;
margin: 0;
padding: 0;
}
ul.errorlist li {
list-style: none;
list-style-image: none;
margin: 0 10px 10px;
padding: 2px 0;
}
.form-controls {
padding: 15px 10px 0;
clear: both;
}
/* inline forms */
.fieldset-inline-form {
margin-top: 10px;
padding-right: 0;
clear: both;
}
.fieldset-inline-form legend {
text-transform: capitalize;
margin: -3px 0 0 0;
padding: 0;
background-color: #f7f7f7;
border: 1px solid #ccc;
font-weight: normal;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
.fieldset-inline-form legend :first-child {
border-radius: 5px 0 0 5px;
-moz-border-radius: 5px 0 0 5px;
-webkit-border-radius: 5px 0 0 5px;
}
.fieldset-inline-form legend :last-child {
border-radius: 0 5px 5px 0;
-moz-border-radius: 0 5px 5px 0;
-webkit-border-radius: 0 5px 5px 0;
padding-right: 12px !important;
}
.fieldset-inline-form legend a,
.fieldset-inline-form legend span {
padding: 1px 7px;
display: inline-block;
}
.fieldset-inline-form legend a,
.fieldset-inline-form legend a:link,
.fieldset-inline-form legend a:hover,
.fieldset-inline-form legend a:visited {
color: #0093e0;
text-decoration: none !important;
}
.fieldset-inline-form legend span {
background-color: white;
}
/* Form handles for inline content */
#formhandle-StatusUpdate {
background-image: url(../images/icons/statusupdate.png);
background-position: 6px 3px;
background-repeat: no-repeat;
padding-left: 25px;
}
/*#formhandle-Document {
background: url(../images/icons/document.png) 0 0 no-repeat;
margin-left: 6px;
padding-left: 15px;
}
*/
#formhandle-File {
background-image: url(../images/icons/upload.png);
background-position: 6px 3px;
background-repeat: no-repeat;
padding-left: 25px;
}
#formhandle-Task {
background-image: url(../images/icons/task.png);
background-position: 6px 3px;
background-repeat: no-repeat;
padding-left: 25px;
}
ul.inline-form {
margin: 0;
padding: 0;
position: relative;
top: 5px;
}
ul.inline-form li {
list-style: none;
padding: 0;
margin: 0;
display: inline;
}
ul.inline-form li label {
width: 50%;
vertical-align: top;
margin-top: 1em;
display: none;
}
ul.inline-form textarea {
margin-bottom: 10px;
font-style: italic;
color: #AAA;
}
ul.inline-form textarea:focus {
color: #686868;
font-style: normal;
}
ul.inline-form select {
background-color: #efefef;
}
/* firefox only bug it doesn't support form inside fieldsets */
#form-File form, x:-moz-any-link, x:default {
margin-top: -10px !important;
}
/* For resource widget cohabitation (the textarea is displayed only after upload) */
#form-File ul.inline-form textarea {
display: none;
}
#form-File ul.inline-form input[type="submit"] {
visibility: hidden;
}
/* edit forms */
.edit-form fieldset {
border: none;
background-color: #f7f7f7;
padding: 5px 0 10px;
margin: 10px 0 0 0;
clear: both;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.edit-form legend {
/* not used for now */
}
.edit-form h2 {
font-size: 16px;
padding: 0 10px 8px;
}
/* specific for forms with some fields inline (ex: search for invite in community) */
.two-blocks-form .formBlock {
padding: 0;
width: 50%;
float: left;
clear: none;
}
.three-blocks-form .formBlock {
padding: 0;
width: 33%;
float: left;
clear: none;
}
.three-blocks-form .formBlock input[type="submit"] {
position: relative;
top: -5px;
}
.formBlock label {
font-size: 13px;
padding: 0 10px 0 0;
text-align: right;
}
/* forms using results inside (eg: invite users grid) */
.resultsInFormBlock {
padding: 0 10px;
clear: both;
}
.tnGrid {
border-spacing: 1px;
/* IMPORTANT : the grid is shown by javascript tn.js > gridStyle */
display: none;
}
/* rows are added in js, depending on grid class */
.tnGridRow {
display: table-row;
}
.tnGridItem {
height: auto;
width: auto;
/* possible fix needed for IE<=7 in future */
display: table-cell;
vertical-align: top;
padding: 4px;
border: 1px solid #F7F7F7;
cursor: pointer;
}
.tnGridItem:hover {
border-color: #AAA;
}
.tnGrid .itemSelected {
background-color: white;
border-color: #333;
}
.tnGridItem .thumbnail-account-part {
margin: 0 !important;
}
.tnGridItem a,
.tnGridItem a:hover {
text-decoration: none !important;
}
.tnGridItem input[type="checkbox"],
.tnGridItem input[type="radio"] {
display: none;
}
/* Our great resource widget */
.resource-widget {
margin-left: 150px;
}
/* permissions select list is shown in js with dd.js */
select.permissions-widget {
display: none;
}
#form-protect-unload-message {
display: none;
}
.permission-description {
display: none;
}
/* Inline Comment forms */
.comment-form {
padding: 0 5px 0 0;
}
.comment-form ul.inline-form {
top: 0;
}
.comment-form ul.inline-form textarea {
margin-bottom: 5px;
}
.comment-form input[type="submit"] {
display: none;
}
#commentmessage {
display: none;
}
/* */
/* Our tags widget */
/* */
.tags-widget {
position: relative;
z-index: 1000;
float: left;
width: 328px;
}
.noleftcol .tags-widget {
width: 438px;
}
/* */
/* Inline textareas */
/* */
.su-description-field {
width: 534px;
height: 50px;
padding: 3px;
}
.noleftcol.su-description-field {
width: 716px;
}
.file-description-field {
padding: 3px;
width: 422px;
height: 91px;
}
.noleftcol .file-description-field {
width: 604px !important;
}
.comment-description-field {
width: 465px;
padding: 3px;
height: 15px;
}
.comment-active {
height: 30px !important;
color: #686868 !important;
font-style: normal !important;
}
.noleftcol .comment-description-field {
width: 647px;
}
/* */
/* Form Tooltips */
/* */
.hint {
background-color: #FFFFCC;
border: 1px solid #CC9933;
display: none;
margin-top: -25px;
padding: 10px 12px;
position: absolute;
right: -170px;
top: 30px;
width: 200px;
z-index: 10000;
}
.hint .hint-pointer {
position: absolute;
left: -10px;
top: 5px;
width: 10px;
height: 19px;
background: url(../images/tooltip-pointer.gif) left top no-repeat;
}
|
report/html/com/rapidminer/gui/plotter/conditions/top-risks.html | cm-is-dog/rapidminer-studio-core | <!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel="SHORTCUT ICON" href="../../../../../img/clover.ico" />
<link rel="stylesheet" href="../../../../../aui/css/aui.min.css" media="all"/>
<link rel="stylesheet" href="../../../../../aui/css/aui-experimental.min.css" media="all"/>
<!--[if IE 9]><link rel="stylesheet" href="../../../../../aui/css/aui-ie9.min.css" media="all"/><![endif]-->
<style type="text/css" media="all">
@import url('../../../../../style.css');
@import url('../../../../../tree.css');
</style>
<script src="../../../../../jquery-1.8.3.min.js" type="text/javascript"></script>
<script src="../../../../../aui/js/aui.min.js" type="text/javascript"></script>
<script src="../../../../../aui/js/aui-experimental.min.js" type="text/javascript"></script>
<script src="../../../../../aui/js/aui-soy.min.js" type="text/javascript"></script>
<script src="../../../../../package-nodes-tree.js" type="text/javascript"></script>
<script src="../../../../../clover-tree.js" type="text/javascript"></script>
<script src="../../../../../clover.js" type="text/javascript"></script>
<script src="../../../../../clover-descriptions.js" type="text/javascript"></script>
<script src="../../../../../cloud.js" type="text/javascript"></script>
<title>rapidminer-studio-core 转换结果 </title>
</head>
<body >
<div id="page">
<header id="header" role="banner">
<nav class="aui-header aui-dropdown2-trigger-group" role="navigation">
<div class="aui-header-inner">
<div class="aui-header-primary">
<h1 id="logo" class="aui-header-logo aui-header-logo-clover">
<a href="http://www.atlassian.com/clover" title="Open Atlassian Clover home page"><span class="aui-header-logo-device">Clover</span></a>
</h1>
</div>
<div class="aui-header-secondary">
<ul class="aui-nav">
<li id="system-help-menu">
<a class="aui-nav-link" title="Open online Clover documentation" target="_blank"
href="https://confluence.atlassian.com/display/CLOVER/Clover+Documentation+Home">
<span class="aui-icon aui-icon-small aui-iconfont-help"> Help</span>
</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<div class="aui-page-panel">
<div class="aui-page-panel-inner">
<div class="aui-page-panel-nav aui-page-panel-nav-clover">
<div class="aui-page-header-inner" style="margin-bottom: 20px;">
<div class="aui-page-header-image">
<div class="aui-avatar aui-avatar-large aui-avatar-project">
<div class="aui-avatar-inner">
<img src="../../../../../img/clover_logo_large.png" alt="Clover icon"/>
</div>
</div>
</div>
<div class="aui-page-header-main" >
<h1>
rapidminer-studio-core 转换结果
</h1>
</div>
</div>
<nav class="aui-navgroup aui-navgroup-vertical">
<div class="aui-navgroup-inner">
<ul class="aui-nav">
<li class="">
<a href="../../../../../dashboard.html">Project overview</a>
</li>
</ul>
<div class="aui-nav-heading packages-nav-heading">
<strong>Packages</strong>
</div>
<div class="aui-nav project-packages">
<form method="get" action="#" class="aui package-filter-container">
<input type="text" autocomplete="off" class="package-filter text"
placeholder="Type to filter packages..." name="package-filter" id="package-filter"
title="Start typing package name (or part of the name) to search through the tree. Use arrow keys and the Enter key to navigate."/>
</form>
<p class="package-filter-no-results-message hidden">
<small>No results found.</small>
</p>
<div class="packages-tree-wrapper" data-root-relative="../../../../../" data-package-name="com.rapidminer.gui.plotter.conditions">
<div class="packages-tree-container"></div>
<div class="clover-packages-lozenges"></div>
</div>
</div>
</div>
</nav> </div>
<section class="aui-page-panel-content">
<div class="aui-page-panel-content-clover">
<ol class="aui-nav aui-nav-breadcrumbs">
<li><a href="../../../../../dashboard.html">Project Clover database 星期二 九月 5 2017 16:40:29 CST</a></li>
</ol>
<h1 class="aui-h2-clover">
Package com.rapidminer.gui.plotter.conditions
</h1>
<div class="aui-tabs horizontal-tabs">
<ul class="tabs-menu">
<li class="menu-item ">
<a href="pkg-summary.html"><strong>Application code</strong></a>
</li>
<li class="menu-item active-tab">
<a href="top-risks.html"><strong>Top risks</strong></a>
</li>
<li class="menu-item ">
<a href="quick-wins.html"><strong>Quick wins</strong></a>
</li>
</ul>
<div class="tabs-pane active-pane" id="tabs-first">
<div> </div>
<div class="aui-message aui-message-warning">
<p class="title">
<strong>Evaluation License</strong>
</p>
<p>
This report was generated with an evaluation server license. <a href="http://www.atlassian.com/software/clover">Purchase Clover</a> or <a href="http://confluence.atlassian.com/x/JAgQCQ">configure your license.</a>
</p>
</div>
<div style="text-align: right; margin-bottom: 10px">
<button class="aui-button aui-button-subtle" id="popupHelp">
<span class="aui-icon aui-icon-small aui-iconfont-help"></span> How to read this chart
</button>
<script>
AJS.InlineDialog(AJS.$("#popupHelp"), "helpDialog",
function (content, trigger, showPopup) {
var description = topRisksDescription();
var title = 'Top Risks';
content.css({"padding": "20px"}).html(
'<h2>' + title + '</h2>' + description);
showPopup();
return false;
},
{
width: 600
}
);
</script>
</div>
<div style="padding: 20px; border: 1px solid #cccccc; background-color: #f5f5f5; border-radius: 3px">
<div id="shallowPackageCloud" >
</div>
</div>
</div> <!-- tabs-pane active-pane -->
</div> <!-- aui-tabs horizontal-tabs -->
</div> <!-- class="aui-page-panel-content-clover" -->
<footer id="footer" role="contentinfo">
<section class="footer-body">
<ul>
<li>
Report generated by <a target="_new" href="http://www.atlassian.com/software/clover">Atlassian Clover</a> v 4.1.2
on 星期二 九月 5 2017 17:24:16 CST using coverage data from 星期四 一月 1 1970 08:00:00 CST.
</li>
</ul>
<ul>
<li>Clover Evaluation License registered to Clover Plugin. You have 29 day(s) before your license expires.</li>
</ul>
<div id="footer-logo">
<a target="_blank" href="http://www.atlassian.com/">
Atlassian
</a>
</div>
</section>
</footer> </section> <!-- class="aui-page-panel-content" -->
</div> <!-- class="aui-page-panel-inner" -->
</div> <!-- class="aui-page-panel" -->
</div> <!-- id="page" -->
</body>
</html> |
additions/style.css | alexksikes/report-ligatel | .paid, .due {
cursor: pointer;
}
.paid a, .due a {
text-decoration: none;
color: black;
}
.paid {
background-color: green;
}
.due {
background-color: red;
}
|
dist/wrapperTrigger_zhtw.html | dHumanities/markus | <div id="wrapperTrigger" data-toggle="tooltip" data-placement="auto" title="點選打開快速轉換標記功能" ><span class="glyphicon glyphicon-menu-hamburger"></span></div>
<div id="sidebar-wrapper">
<ul class="sidebar-nav">
<li class="sidebar-brand">
選項
</li>
<li>
<a onclick="markus.util.saveAndMove('automarkup')" >自動標記</a>
</li>
<li>
<a onclick="markus.util.saveAndMove('manualmarkup')" >手動標記</a>
</li>
<li>
<a onclick="markus.util.saveAndMove('termsmarkup')" >關鍵字標記</a>
</li>
<li>
<a onclick="markus.util.saveAndMove('filter')" >段落篩選</a>
</li>
</ul>
</div>
|
ad/templates/ad/street_form.html | simonpanay/flatsearch | {% extends "base.html" %}
{% load i18n %}
{% load crispy_forms_tags %}
{% block head_title %}{% trans "add street" %}{% endblock %}
{% block content %}
{% crispy form form.helper %}
{% endblock %}
|
privacyidea/static/components/config/views/config.tokens.html | privacyidea/privacyidea | <div class="row" ng-controller="tokenConfigController">
<div class="col-lg-3">
<div class="pa-sidebar panel">
<ul class="nav nav-pills nav-stacked">
<li role="presentation"
ng-class="{ active: tokentype == 'hotp'}">
<a ui-sref="config.tokens({tokentype: 'hotp'})">HOTP</a>
</li>
<li role="presentation"
ng-class="{ active: tokentype == 'totp'}">
<a ui-sref="config.tokens({tokentype: 'totp'})">TOTP</a>
</li>
<!--
<li role="presentation"
ng-class="{ active: tokentype == 'motp'}">
<a ui-sref="config.tokens({tokentype: 'motp'})">mOTP</a>
</li>
-->
<li role="presentation"
ng-class="{ active: tokentype == 'u2f'}">
<a ui-sref="config.tokens({tokentype: 'u2f'})">U2F</a>
</li>
<li role="presentation"
ng-class="{ active: tokentype == 'webauthn'}">
<a ui-sref="config.tokens({tokentype: 'webauthn'})">WebAuthn</a>
</li>
<li role="presentation"
ng-class="{ active: tokentype == 'radius'}">
<a ui-sref="config.tokens({tokentype: 'radius'})">RADIUS</a>
</li>
<li role="presentation"
ng-class="{ active: tokentype == 'remote'}">
<a ui-sref="config.tokens({tokentype: 'remote'})">Remote</a>
</li>
<li role="presentation"
ng-class="{ active: tokentype == 'sms'}">
<a ui-sref="config.tokens({tokentype: 'sms'})">SMS</a>
</li>
<li role="presentation"
ng-class="{ active: tokentype == 'tiqr'}">
<a ui-sref="config.tokens({tokentype: 'tiqr'})">TiQR</a>
</li>
<li role="presentation"
ng-class="{ active: tokentype == 'email'}">
<a ui-sref="config.tokens({tokentype: 'email'})">EMail</a>
</li>
<li role="presentation"
ng-class="{ active: tokentype == 'question'}">
<a ui-sref="config.tokens({tokentype: 'question'})
" translate>Questionnaire</a>
</li>
<li role="presentation"
ng-class="{ active: tokentype == 'yubico'}">
<a ui-sref="config.tokens({tokentype: 'yubico'})">Yubico</a>
</li>
<li role="presentation"
ng-class="{ active: tokentype == 'yubikey'}">
<a ui-sref="config.tokens({tokentype: 'yubikey'})">Yubikey</a>
</li>
</ul>
</div>
</div>
<div class="col-lg-9 slide panel">
<form name="formTokenConfig" role="form" validate>
<ng-include
src="instanceUrl +
'/static/components/config/views/config.token.' +
tokentype + '.html'">
</ng-include>
<div class="text-center"
ng-show="checkRight('configwrite')">
<button class="btn btn-primary"
ng-click="saveTokenConfig()"
ng-disabled="formTokenConfig.$invalid"
translate>
Save
</button>
</div>
</form>
</div>
</div>
|
web/templates/profile.html | cedricbonhomme/Grenouille | {% extends "layout.html" %}
{% block head%}
{{super()}}
{% endblock %}
{% block content %}
<div class="container">
<div class="jumbotron">
<h1>Profile</h1>
<div class="row">
<div class="col-md-6">
<form action="" method="post" name="saveprofileform" id="profileform">
{{ form.hidden_tag() }}
{{ form.firstname.label }}
{{ form.firstname(class_="form-control") }} {% for error in form.firstname.errors %} <span style="color: red;">{{ error }}<br /></span>{% endfor %}
{{ form.lastname.label }}
{{ form.lastname(class_="form-control") }} {% for error in form.lastname.errors %} <span style="color: red;">{{ error }}<br /></span>{% endfor %}
{{ form.email.label }}
{{ form.email(class_="form-control") }} {% for error in form.email.errors %} <span style="color: red;">{{ error }}<br /></span>{% endfor %}
{{ form.password.label }}
{{ form.password(class_="form-control") }} {% for error in form.password.errors %} <span style="color: red;">{{ error }}<br /></span>{% endfor %}
<br />
{{ form.submit(class_="btn") }}
</form>
</div>
<div class="col-md-6">
<img src="{{ user.email | gravatar }}" />
</div>
</div>
<div class="row">
<div class="col-md-12">
<a href="/delete_account/" class="btn btn-default" onclick="return confirm('You are going to delete your account.');">Delete your account</a>
</div>
</div>
<h2>Your API key</h2>
<div class="well">
{% if user.apikey == "" %}
<p>Your API key has been disabled. Contact the administrator.</p>
{% else %}
{{ user.apikey }}
{% endif %}
</div>
<h2>Membership</h2>
<p>Contributor since {{ user.date_created.strftime('%A, %d %B %Y') }}.</p>
<p>Last seen: {{ user.last_seen.strftime('%A, %d %B %Y at %H:%M:%S') }}.</p>
</div>
<div class="jumbotron">
{% if user.stations.all()|count == 0 %}
<h1>You haven't added any stations.</h1>
{% else %}
<h1>Your stations</h1>
<table class="table table-striped">
<thead>
<tr>
<th>#</th>
<th>Name</th>
<th>Altitude</th>
<th>Latitude</th>
<th>Longitude</th>
<th>Mesures sent</th>
<th>Actions</th>
</tr>
</thead>
<tbody>
{% for station in user.stations|sort(attribute="name") %}
<tr>
<td>{{ loop.index }}</td>
<td><a href="/station/{{ station.id }}">{{ station.name }}</a></td>
<td>{{ station.altitude }}</td>
<td>{{ station.latitude }}</td>
<td>{{ station.longitude }}</td>
<td>{{ station.measures.all()|count }}</td>
<td>
<a href="/station/{{ station.id }}"><i class="glyphicon glyphicon-th-list" title="Measures"></i></a>
<a href="/download_station/{{ station.id }}"><i class="glyphicon glyphicon-download" title="Download all measures from this station"></i></a>
<a href="/edit_station/{{ station.id }}"><i class="glyphicon glyphicon-edit" title="Edit this station"></i></a>
<a href="/delete_station/{{ station.id }}"><i class="glyphicon glyphicon-remove" title="Delete this station"></i></a>
</td>
{% endfor %}
</tbody>
</table>
{% endif %}
<a href="/create_station/" class="btn btn-default">Add a new station</a>
</div>
</div>
{% endblock %}
|
AlexGracia/doc/javadoc/org/alex/accesodatos/gui/class-use/JConfirmacion.html | AlexGracia/Trabajo-de-fin-de-ciclo | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (version 1.7.0_72) on Wed Feb 04 16:41:24 CET 2015 -->
<title>Uses of Class org.alex.accesodatos.gui.JConfirmacion</title>
<meta name="date" content="2015-02-04">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.alex.accesodatos.gui.JConfirmacion";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../org/alex/accesodatos/gui/JConfirmacion.html" title="class in org.alex.accesodatos.gui">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/alex/accesodatos/gui/class-use/JConfirmacion.html" target="_top">Frames</a></li>
<li><a href="JConfirmacion.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.alex.accesodatos.gui.JConfirmacion" class="title">Uses of Class<br>org.alex.accesodatos.gui.JConfirmacion</h2>
</div>
<div class="classUseContainer">No usage of org.alex.accesodatos.gui.JConfirmacion</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../org/alex/accesodatos/gui/JConfirmacion.html" title="class in org.alex.accesodatos.gui">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/alex/accesodatos/gui/class-use/JConfirmacion.html" target="_top">Frames</a></li>
<li><a href="JConfirmacion.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
doc/app/files/app/models/classroom_rb.html | bgoldowsky/projdays | <?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>File: classroom.rb</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
<script type="text/javascript">
// <![CDATA[
function popupCode( url ) {
window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
}
function toggleCode( id ) {
if ( document.getElementById )
elem = document.getElementById( id );
else if ( document.all )
elem = eval( "document.all." + id );
else
return false;
elemStyle = elem.style;
if ( elemStyle.display != "block" ) {
elemStyle.display = "block"
} else {
elemStyle.display = "none"
}
return true;
}
// Make codeblocks hidden by default
document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
// ]]>
</script>
</head>
<body>
<div id="fileHeader">
<h1>classroom.rb</h1>
<table class="header-table">
<tr class="top-aligned-row">
<td><strong>Path:</strong></td>
<td>app/models/classroom.rb
</td>
</tr>
<tr class="top-aligned-row">
<td><strong>Last Update:</strong></td>
<td>Sat May 12 14:43:33 -0400 2007</td>
</tr>
</table>
</div>
<!-- banner header -->
<div id="bodyContent">
<div id="contextContent">
</div>
</div>
<!-- if includes -->
<div id="section">
<!-- if method_list -->
</div>
<div id="validator-badges">
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
</div>
</body>
</html> |
blog/tag/w9.html | 40423236/2017springcd_bg5 | <!DOCTYPE html>
<html lang="en"
>
<head>
<title>w9 - 2017Spring 協同產品設計實習 (虎尾科大MDE)</title>
<!-- Using the latest rendering mode for IE -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="KMOL" />
<meta name="keywords" content="w9" />
<!-- Open Graph tags -->
<meta property="og:site_name" content="2017Spring 協同產品設計實習 (虎尾科大MDE)" />
<meta property="og:type" content="website"/>
<meta property="og:title" content="2017Spring 協同產品設計實習 (虎尾科大MDE)"/>
<meta property="og:url" content=".."/>
<meta property="og:description" content="2017Spring 協同產品設計實習 (虎尾科大MDE)"/>
<!-- Bootstrap -->
<link rel="stylesheet" href="../theme/css/bootstrap.united.min.css" type="text/css"/>
<link href="../theme/css/font-awesome.min.css" rel="stylesheet">
<link href="../theme/css/pygments/monokai.css" rel="stylesheet">
<link href="../theme/tipuesearch/tipuesearch.css" rel="stylesheet">
<link rel="stylesheet" href="../theme/css/style.css" type="text/css"/>
<link href="../feeds/all.atom.xml" type="application/atom+xml" rel="alternate"
title="2017Spring 協同產品設計實習 (虎尾科大MDE) ATOM Feed"/>
<script type="text/javascript" src="https://coursemdetw.github.io/project_site_files/files/syntaxhighlighter/shCore.js"></script>
<script type="text/javascript" src="https://coursemdetw.github.io/project_site_files/files/syntaxhighlighter/shBrushJScript.js"></script>
<script type="text/javascript" src="https://coursemdetw.github.io/project_site_files/files/syntaxhighlighter/shBrushJava.js"></script>
<script type="text/javascript" src="https://coursemdetw.github.io/project_site_files/files/syntaxhighlighter/shBrushPython.js"></script>
<script type="text/javascript" src="https://coursemdetw.github.io/project_site_files/files/syntaxhighlighter/shBrushSql.js"></script>
<script type="text/javascript" src="https://coursemdetw.github.io/project_site_files/files/syntaxhighlighter/shBrushXml.js"></script>
<script type="text/javascript" src="https://coursemdetw.github.io/project_site_files/files/syntaxhighlighter/shBrushPhp.js"></script>
<script type="text/javascript" src="https://coursemdetw.github.io/project_site_files/files/syntaxhighlighter/shBrushCpp.js"></script>
<script type="text/javascript" src="https://coursemdetw.github.io/project_site_files/files/syntaxhighlighter/shBrushCss.js"></script>
<script type="text/javascript" src="https://coursemdetw.github.io/project_site_files/files/syntaxhighlighter/shBrushCSharp.js"></script>
<script type="text/javascript" src="https://coursemdetw.github.io/project_site_files/files/syntaxhighlighter/shBrushBash.js"></script>
<script type='text/javascript'>
(function(){
var corecss = document.createElement('link');
var themecss = document.createElement('link');
var corecssurl = "https://chiamingyen.github.io/kmolab_data/files/syntaxhighlighter/css/shCore.css";
if ( corecss.setAttribute ) {
corecss.setAttribute( "rel", "stylesheet" );
corecss.setAttribute( "type", "text/css" );
corecss.setAttribute( "href", corecssurl );
} else {
corecss.rel = "stylesheet";
corecss.href = corecssurl;
}
document.getElementsByTagName("head")[0].insertBefore( corecss, document.getElementById("syntaxhighlighteranchor") );
var themecssurl = "https://chiamingyen.github.io/kmolab_data/files/syntaxhighlighter/css/shThemeDefault.css?ver=3.0.9b";
if ( themecss.setAttribute ) {
themecss.setAttribute( "rel", "stylesheet" );
themecss.setAttribute( "type", "text/css" );
themecss.setAttribute( "href", themecssurl );
} else {
themecss.rel = "stylesheet";
themecss.href = themecssurl;
}
//document.getElementById("syntaxhighlighteranchor").appendChild(themecss);
document.getElementsByTagName("head")[0].insertBefore( themecss, document.getElementById("syntaxhighlighteranchor") );
})();
SyntaxHighlighter.config.strings.expandSource = '+ expand source';
SyntaxHighlighter.config.strings.help = '?';
SyntaxHighlighter.config.strings.alert = 'SyntaxHighlighter\n\n';
SyntaxHighlighter.config.strings.noBrush = 'Can\'t find brush for: ';
SyntaxHighlighter.config.strings.brushNotHtmlScript = 'Brush wasn\'t configured for html-script option: ';
SyntaxHighlighter.defaults['pad-line-numbers'] = false;
SyntaxHighlighter.defaults['toolbar'] = false;
SyntaxHighlighter.all();
</script>
</head>
<body>
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="../" class="navbar-brand">
2017Spring 協同產品設計實習 (虎尾科大MDE) </a>
</div>
<div class="collapse navbar-collapse navbar-ex1-collapse">
<ul class="nav navbar-nav">
<li><a href="../pages/about/">
About
</a></li>
<li >
<a href="../category/course.html">Course</a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><span>
<form class="navbar-search" action="../search.html">
<input type="text" class="search-query" placeholder="Search" name="q" id="tipue_search_input" required>
</form></span>
</li>
<li><a href="../archives.html"><i class="fa fa-th-list"></i><span class="icon-label">Archives</span></a></li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
</div> <!-- /.navbar -->
<!-- Banner -->
<!-- End Banner -->
<div class="container">
<div class="row">
<div class="col-sm-9">
<article>
<h2><a href="../Week 9.html">2017/04/19 W9</a></h2>
<div class="summary"><h3>四連桿機構協同 Trace Point 查驗</h3>
<p>參考的網際程式如下:</p>
<pre class="brush: python">
<!-- 導入 Brython 標準程式庫 -->
<script type="text/javascript" src="https://cdn.rawgit.com/brython-dev/brython/master/www/src/brython_dist.js">
</script>
<!-- 啟動 Brython -->
<script>
window.onload=function(){
brython(1);
}
</script>
<!-- 以下實際利用 Brython 畫四連桿 trace point 路徑-->
<canvas id="fourbar_40123158" width="600" height="400"></canvas>
<script type="text/python3">
from browser import document as doc
from browser import html
import math
# 準備繪圖畫布
canvas = doc["fourbar_40123158"]
ctx = canvas.getContext("2d")
fourbar_data = open("./../40123158/data/midterm1.csv").read()
fourbar_list = fourbar_data.splitlines()
# 以下可以利用 ctx 物件進行畫圖
# 先畫一條直線
ctx.beginPath()
# 設定線的寬度為 1 個單位
ctx ...</script></!--></!--></!--></pre>
<a class="btn btn-default btn-xs" href="../Week 9.html">more ...</a>
</div>
</article>
<hr/>
</div>
<div class="col-sm-3" id="sidebar">
<aside>
<section class="well well-sm">
<ul class="list-group list-group-flush">
<li class="list-group-item"><h4><i class="fa fa-home fa-lg"></i><span class="icon-label">Recent Posts</span></h4>
<ul class="list-group" id="recentposts">
<li class="list-group-item">
<a href="../Week 9.html">
2017/04/19 W9
</a>
</li>
</ul>
</li>
<li class="list-group-item"><a href="../categories.html"><h4><i class="fa fa-home fa-lg"></i><span class="icon-label">Categories</span></h4></a>
<ul class="list-group" id="categories">
<li class="list-group-item">
<a href="../category/course.html">
<i class="fa fa-folder-open fa-lg"></i> Course
</a>
</li>
</ul>
</li>
<li class="list-group-item"><a href="../tags.html"><h4><i class="fa fa-tags fa-lg"></i><span class="icon-label">Tags</span></h4></a>
<ul class="list-group list-inline tagcloud" id="tags">
</ul>
</li>
<li class="list-group-item"><h4><i class="fa fa-external-link-square fa-lg"></i><span class="icon-label">Links</span></h4>
<ul class="list-group" id="links">
<li class="list-group-item">
<a href="http://getpelican.com/" target="_blank">
Pelican
</a>
</li>
<li class="list-group-item">
<a href="https://github.com/DandyDev/pelican-bootstrap3/" target="_blank">
pelican-bootstrap3
</a>
</li>
<li class="list-group-item">
<a href="https://github.com/getpelican/pelican-plugins" target="_blank">
pelican-plugins
</a>
</li>
<li class="list-group-item">
<a href="https://github.com/Tipue/Tipue-Search" target="_blank">
Tipue search
</a>
</li>
</ul>
</li>
</ul>
</section>
</aside>
</div>
</div>
</div>
<footer>
<div class="container">
<hr>
<div class="row">
<div class="col-xs-10">© 2017 KMOL
· Powered by <a href="https://github.com/DandyDev/pelican-bootstrap3" target="_blank">pelican-bootstrap3</a>,
<a href="http://docs.getpelican.com/" target="_blank">Pelican</a>,
<a href="http://getbootstrap.com" target="_blank">Bootstrap</a> </div>
<div class="col-xs-2"><p class="pull-right"><i class="fa fa-arrow-up"></i> <a href="#">Back to top</a></p></div>
</div>
</div>
</footer>
<script src="../theme/js/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="../theme/js/bootstrap.min.js"></script>
<!-- for https://github.com/jsor/lity lightbox video popup -->
<link href="../theme/css/lity.css" rel="stylesheet">
<script src="../theme/js/lity.js"></script>
<!-- Enable responsive features in IE8 with Respond.js (https://github.com/scottjehl/Respond) -->
<script src="../theme/js/respond.min.js"></script>
</body>
</html> |
BabylonJS/enemies/maze_1.html | metalx1000/Game-Basics | <!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Very Basic Enemy finds Player</title>
<script src="../babylon.js"></script>
<style>
html, body {
width: 100%;
height: 100%;
padding: 0;
margin: 0;
overflow: hidden;
}
#renderCanvas {
width: 100%;
height: 100%;
}
</style>
</head>
<body>
<canvas id="renderCanvas"></canvas>
<script>
var Scene, Camera, canvas, engine;
if (BABYLON.Engine.isSupported()) {
canvas = document.getElementById("renderCanvas");
engine = new BABYLON.Engine(canvas, true);
BABYLON.SceneLoader.Load("", "maze.babylon", engine, function (newScene) {
Scene = newScene;
// Wait for textures and shaders to be ready
newScene.executeWhenReady(function () {
// Attach camera to canvas inputs
Camera = Scene.activeCamera;
newScene.activeCamera.attachControl(canvas);
Load_Objects();
Start_Timer();
// Once the scene is loaded, just register a render loop to render it
engine.runRenderLoop(function() {
newScene.render();
});
});
}, function (progress) {
// To do: give progress feedback to user
});
}
var Walls = [];
function Load_Objects(){
Enemy = Scene.getMeshByName("Enemy");
Player = Scene.getMeshByName("Player");
for(var i = 0;i < Scene.meshes.length;i++){
obj = Scene.meshes[i];
obj.ar = obj.name.split(".");
obj.type = obj.ar[0];
if( obj.type == "Wall"){
Walls.push(obj);
}
}
}
function Start_Timer(){
var moveTimer = setInterval(function(){
Enemy.locallyTranslate(new BABYLON.Vector3(0, 0, -0.5));
for(var i = 0;i < Walls.length;i++){
if(Enemy.intersectsMesh(Walls[i])){
Enemy.locallyTranslate(new BABYLON.Vector3(0, 0, 1));
var rotate = Math.floor(Math.random() * 3) + 1;
Enemy.rotate(BABYLON.Axis.Y, rotate, BABYLON.Space.LOCAL);
}else if(Enemy.intersectsMesh(Player)){
clearInterval(moveTimer);
alert("Enemy has kill Player");
break;
}
}
},50);
var lookTimer = setInterval(function(){
Enemy.lookAt(Player.position);
},3000)
}
</script>
</body>
</html>
|
blog/authors.html | 40423105/2017springcd_hw | <!DOCTYPE html>
<html lang="en"
>
<head>
<title>Authors - 2017 協同產品設計實習 設計二甲 王奕智</title>
<!-- Using the latest rendering mode for IE -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style type="text/css">
/*some stuff for output/input prompts*/
div.cell{border:1px solid transparent;display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;display:flex;flex-direction:column;align-items:stretch}div.cell.selected{border-radius:4px;border:thin #ababab solid}
div.cell.edit_mode{border-radius:4px;border:thin #008000 solid}
div.cell{width:100%;padding:5px 5px 5px 0;margin:0;outline:none}
div.prompt{min-width:11ex;padding:.4em;margin:0;font-family:monospace;text-align:right;line-height:1.21429em}
@media (max-width:480px){div.prompt{text-align:left}}div.inner_cell{display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;display:flex;flex-direction:column;align-items:stretch;-webkit-box-flex:1;-moz-box-flex:1;box-flex:1;flex:1}
div.input_area{border:1px solid #cfcfcf;border-radius:4px;background:#f7f7f7;line-height:1.21429em}
div.prompt:empty{padding-top:0;padding-bottom:0}
div.input{page-break-inside:avoid;display:-webkit-box;-webkit-box-orient:horizontal;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:horizontal;-moz-box-align:stretch;display:box;box-orient:horizontal;box-align:stretch;}
div.inner_cell{width:90%;}
div.input_area{border:1px solid #cfcfcf;border-radius:4px;background:#f7f7f7;}
div.input_prompt{color:navy;border-top:1px solid transparent;}
div.output_wrapper{margin-top:5px;position:relative;display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;width:100%;}
div.output_scroll{height:24em;width:100%;overflow:auto;border-radius:4px;-webkit-box-shadow:inset 0 2px 8px rgba(0, 0, 0, 0.8);-moz-box-shadow:inset 0 2px 8px rgba(0, 0, 0, 0.8);box-shadow:inset 0 2px 8px rgba(0, 0, 0, 0.8);}
div.output_collapsed{margin:0px;padding:0px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;width:100%;}
div.out_prompt_overlay{height:100%;padding:0px 0.4em;position:absolute;border-radius:4px;}
div.out_prompt_overlay:hover{-webkit-box-shadow:inset 0 0 1px #000000;-moz-box-shadow:inset 0 0 1px #000000;box-shadow:inset 0 0 1px #000000;background:rgba(240, 240, 240, 0.5);}
div.output_prompt{color:darkred;}
a.anchor-link:link{text-decoration:none;padding:0px 20px;visibility:hidden;}
h1:hover .anchor-link,h2:hover .anchor-link,h3:hover .anchor-link,h4:hover .anchor-link,h5:hover .anchor-link,h6:hover .anchor-link{visibility:visible;}
/* end stuff for output/input prompts*/
.highlight-ipynb .hll { background-color: #ffffcc }
.highlight-ipynb { background: #f8f8f8; }
.highlight-ipynb .c { color: #408080; font-style: italic } /* Comment */
.highlight-ipynb .err { border: 1px solid #FF0000 } /* Error */
.highlight-ipynb .k { color: #008000; font-weight: bold } /* Keyword */
.highlight-ipynb .o { color: #666666 } /* Operator */
.highlight-ipynb .cm { color: #408080; font-style: italic } /* Comment.Multiline */
.highlight-ipynb .cp { color: #BC7A00 } /* Comment.Preproc */
.highlight-ipynb .c1 { color: #408080; font-style: italic } /* Comment.Single */
.highlight-ipynb .cs { color: #408080; font-style: italic } /* Comment.Special */
.highlight-ipynb .gd { color: #A00000 } /* Generic.Deleted */
.highlight-ipynb .ge { font-style: italic } /* Generic.Emph */
.highlight-ipynb .gr { color: #FF0000 } /* Generic.Error */
.highlight-ipynb .gh { color: #000080; font-weight: bold } /* Generic.Heading */
.highlight-ipynb .gi { color: #00A000 } /* Generic.Inserted */
.highlight-ipynb .go { color: #888888 } /* Generic.Output */
.highlight-ipynb .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
.highlight-ipynb .gs { font-weight: bold } /* Generic.Strong */
.highlight-ipynb .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
.highlight-ipynb .gt { color: #0044DD } /* Generic.Traceback */
.highlight-ipynb .kc { color: #008000; font-weight: bold } /* Keyword.Constant */
.highlight-ipynb .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
.highlight-ipynb .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */
.highlight-ipynb .kp { color: #008000 } /* Keyword.Pseudo */
.highlight-ipynb .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
.highlight-ipynb .kt { color: #B00040 } /* Keyword.Type */
.highlight-ipynb .m { color: #666666 } /* Literal.Number */
.highlight-ipynb .s { color: #BA2121 } /* Literal.String */
.highlight-ipynb .na { color: #7D9029 } /* Name.Attribute */
.highlight-ipynb .nb { color: #008000 } /* Name.Builtin */
.highlight-ipynb .nc { color: #0000FF; font-weight: bold } /* Name.Class */
.highlight-ipynb .no { color: #880000 } /* Name.Constant */
.highlight-ipynb .nd { color: #AA22FF } /* Name.Decorator */
.highlight-ipynb .ni { color: #999999; font-weight: bold } /* Name.Entity */
.highlight-ipynb .ne { color: #D2413A; font-weight: bold } /* Name.Exception */
.highlight-ipynb .nf { color: #0000FF } /* Name.Function */
.highlight-ipynb .nl { color: #A0A000 } /* Name.Label */
.highlight-ipynb .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
.highlight-ipynb .nt { color: #008000; font-weight: bold } /* Name.Tag */
.highlight-ipynb .nv { color: #19177C } /* Name.Variable */
.highlight-ipynb .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
.highlight-ipynb .w { color: #bbbbbb } /* Text.Whitespace */
.highlight-ipynb .mf { color: #666666 } /* Literal.Number.Float */
.highlight-ipynb .mh { color: #666666 } /* Literal.Number.Hex */
.highlight-ipynb .mi { color: #666666 } /* Literal.Number.Integer */
.highlight-ipynb .mo { color: #666666 } /* Literal.Number.Oct */
.highlight-ipynb .sb { color: #BA2121 } /* Literal.String.Backtick */
.highlight-ipynb .sc { color: #BA2121 } /* Literal.String.Char */
.highlight-ipynb .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
.highlight-ipynb .s2 { color: #BA2121 } /* Literal.String.Double */
.highlight-ipynb .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */
.highlight-ipynb .sh { color: #BA2121 } /* Literal.String.Heredoc */
.highlight-ipynb .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */
.highlight-ipynb .sx { color: #008000 } /* Literal.String.Other */
.highlight-ipynb .sr { color: #BB6688 } /* Literal.String.Regex */
.highlight-ipynb .s1 { color: #BA2121 } /* Literal.String.Single */
.highlight-ipynb .ss { color: #19177C } /* Literal.String.Symbol */
.highlight-ipynb .bp { color: #008000 } /* Name.Builtin.Pseudo */
.highlight-ipynb .vc { color: #19177C } /* Name.Variable.Class */
.highlight-ipynb .vg { color: #19177C } /* Name.Variable.Global */
.highlight-ipynb .vi { color: #19177C } /* Name.Variable.Instance */
.highlight-ipynb .il { color: #666666 } /* Literal.Number.Integer.Long */
</style>
<style type="text/css">
/* Overrides of notebook CSS for static HTML export */
div.entry-content {
overflow: visible;
padding: 8px;
}
.input_area {
padding: 0.2em;
}
a.heading-anchor {
white-space: normal;
}
.rendered_html
code {
font-size: .8em;
}
pre.ipynb {
color: black;
background: #f7f7f7;
border: none;
box-shadow: none;
margin-bottom: 0;
padding: 0;
margin: 0px;
font-size: 13px;
}
/* remove the prompt div from text cells */
div.text_cell .prompt {
display: none;
}
/* remove horizontal padding from text cells, */
/* so it aligns with outer body text */
div.text_cell_render {
padding: 0.5em 0em;
}
img.anim_icon{padding:0; border:0; vertical-align:middle; -webkit-box-shadow:none; -box-shadow:none}
</style>
<script src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML" type="text/javascript"></script>
<script type="text/javascript">
init_mathjax = function() {
if (window.MathJax) {
// MathJax loaded
MathJax.Hub.Config({
tex2jax: {
inlineMath: [ ['$','$'], ["\\(","\\)"] ],
displayMath: [ ['$$','$$'], ["\\[","\\]"] ]
},
displayAlign: 'left', // Change this to 'center' to center equations.
"HTML-CSS": {
styles: {'.MathJax_Display': {"margin": 0}}
}
});
MathJax.Hub.Queue(["Typeset",MathJax.Hub]);
}
}
init_mathjax();
</script>
<meta name="author" content="KMOL" />
<!-- Open Graph tags -->
<meta property="og:site_name" content="2017 協同產品設計實習 設計二甲 王奕智" />
<meta property="og:type" content="website"/>
<meta property="og:title" content="2017 協同產品設計實習 設計二甲 王奕智"/>
<meta property="og:url" content="."/>
<meta property="og:description" content="2017 協同產品設計實習 設計二甲 王奕智"/>
<!-- Bootstrap -->
<link rel="stylesheet" href="./theme/css/bootstrap.united.min.css" type="text/css"/>
<link href="./theme/css/font-awesome.min.css" rel="stylesheet">
<link href="./theme/css/pygments/monokai.css" rel="stylesheet">
<link href="./theme/tipuesearch/tipuesearch.css" rel="stylesheet">
<link rel="stylesheet" href="./theme/css/style.css" type="text/css"/>
<link href="./feeds/all.atom.xml" type="application/atom+xml" rel="alternate"
title="2017 協同產品設計實習 設計二甲 王奕智 ATOM Feed"/>
<script type="text/javascript" src="http://coursemdetw.github.io/project_site_files/files/syntaxhighlighter/shCore.js"></script>
<script type="text/javascript" src="http://coursemdetw.github.io/project_site_files/files/syntaxhighlighter/shBrushJScript.js"></script>
<script type="text/javascript" src="http://coursemdetw.github.io/project_site_files/files/syntaxhighlighter/shBrushJava.js"></script>
<script type="text/javascript" src="http://coursemdetw.github.io/project_site_files/files/syntaxhighlighter/shBrushPython.js"></script>
<script type="text/javascript" src="http://coursemdetw.github.io/project_site_files/files/syntaxhighlighter/shBrushSql.js"></script>
<script type="text/javascript" src="http://coursemdetw.github.io/project_site_files/files/syntaxhighlighter/shBrushXml.js"></script>
<script type="text/javascript" src="http://coursemdetw.github.io/project_site_files/files/syntaxhighlighter/shBrushPhp.js"></script>
<script type="text/javascript" src="http://coursemdetw.github.io/project_site_files/files/syntaxhighlighter/shBrushCpp.js"></script>
<script type="text/javascript" src="http://coursemdetw.github.io/project_site_files/files/syntaxhighlighter/shBrushCss.js"></script>
<script type="text/javascript" src="http://coursemdetw.github.io/project_site_files/files/syntaxhighlighter/shBrushCSharp.js"></script>
<script type="text/javascript" src="http://coursemdetw.github.io/project_site_files/files/syntaxhighlighter/shBrushBash.js"></script>
<script type='text/javascript'>
(function(){
var corecss = document.createElement('link');
var themecss = document.createElement('link');
var corecssurl = "http://chiamingyen.github.io/kmolab_data/files/syntaxhighlighter/css/shCore.css";
if ( corecss.setAttribute ) {
corecss.setAttribute( "rel", "stylesheet" );
corecss.setAttribute( "type", "text/css" );
corecss.setAttribute( "href", corecssurl );
} else {
corecss.rel = "stylesheet";
corecss.href = corecssurl;
}
document.getElementsByTagName("head")[0].insertBefore( corecss, document.getElementById("syntaxhighlighteranchor") );
var themecssurl = "http://chiamingyen.github.io/kmolab_data/files/syntaxhighlighter/css/shThemeDefault.css?ver=3.0.9b";
if ( themecss.setAttribute ) {
themecss.setAttribute( "rel", "stylesheet" );
themecss.setAttribute( "type", "text/css" );
themecss.setAttribute( "href", themecssurl );
} else {
themecss.rel = "stylesheet";
themecss.href = themecssurl;
}
//document.getElementById("syntaxhighlighteranchor").appendChild(themecss);
document.getElementsByTagName("head")[0].insertBefore( themecss, document.getElementById("syntaxhighlighteranchor") );
})();
SyntaxHighlighter.config.strings.expandSource = '+ expand source';
SyntaxHighlighter.config.strings.help = '?';
SyntaxHighlighter.config.strings.alert = 'SyntaxHighlighter\n\n';
SyntaxHighlighter.config.strings.noBrush = 'Can\'t find brush for: ';
SyntaxHighlighter.config.strings.brushNotHtmlScript = 'Brush wasn\'t configured for html-script option: ';
SyntaxHighlighter.defaults['pad-line-numbers'] = false;
SyntaxHighlighter.defaults['toolbar'] = false;
SyntaxHighlighter.all();
</script>
</head>
<body>
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="./" class="navbar-brand">
2017 協同產品設計實習 設計二甲 王奕智 </a>
</div>
<div class="collapse navbar-collapse navbar-ex1-collapse">
<ul class="nav navbar-nav">
<li><a href="./pages/about/">
About
</a></li>
<li >
<a href="./category/hw.html">Hw</a>
</li>
<li >
<a href="./category/qi-zhong-kao.html">期中考</a>
</li>
<li >
<a href="./category/xing-zou-ji-gou.html">行走機構</a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><span>
<form class="navbar-search" action="./search.html">
<input type="text" class="search-query" placeholder="Search" name="q" id="tipue_search_input" required>
</form></span>
</li>
<li><a href="./archives.html"><i class="fa fa-th-list"></i><span class="icon-label">Archives</span></a></li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
</div> <!-- /.navbar -->
<!-- Banner -->
<!-- End Banner -->
<div class="container">
<div class="row">
<div class="col-sm-9">
<h1>Authors on 2017 協同產品設計實習 設計二甲 王奕智</h1>
<li><a href="./author/40423105.html">40423105</a> (16)</li>
<li><a href="./author/ag1.html">AG1</a> (1)</li>
</div>
<div class="col-sm-3" id="sidebar">
<aside>
<section class="well well-sm">
<ul class="list-group list-group-flush">
<li class="list-group-item"><h4><i class="fa fa-home fa-lg"></i><span class="icon-label">Recent Posts</span></h4>
<ul class="list-group" id="recentposts">
<li class="list-group-item">
<a href="./qi-mo-fen-zu-zhuan-ti-ag1_fang-sheng-zi-zou-shou.html">
<font face="標楷體">期末分組專題:AG1_仿生自走獸</font><br>
</a>
</li>
<li class="list-group-item">
<a href="./qi-mo-fen-zu-zhuan-ti-ag1_fang-sheng-zi-zou-shou-dui-tuan-dui-de-gong-xian.html">
<font face="標楷體">期末分組專題:AG1_仿生自走獸(對團隊的貢獻)</font><br>
</a>
</li>
<li class="list-group-item">
<a href="./w17-xing-zou-ji-gou-2d-jing-tai-hui-tu.html">
<font face="標楷體">W17 行走機構 2D 靜態繪圖</font><br>
</a>
</li>
<li class="list-group-item">
<a href="./xie-tong-chan-pin-she-ji-shi-xi-w17zuo-ye.html">
<font face="標楷體">協同產品設計實習 w17作業</font><br>
</a>
</li>
<li class="list-group-item">
<a href="./xie-tong-chan-pin-she-ji-shi-xi-w15ke-cheng-zuo-ye.html">
<font face="標楷體">協同產品設計實習 w15課程作業</font><br>
</a>
</li>
</ul>
</li>
<li class="list-group-item"><a href="./categories.html"><h4><i class="fa fa-home fa-lg"></i><span class="icon-label">Categories</span></h4></a>
<ul class="list-group" id="categories">
<li class="list-group-item">
<a href="./category/hw.html">
<i class="fa fa-folder-open fa-lg"></i> HW
</a>
</li>
<li class="list-group-item">
<a href="./category/qi-zhong-kao.html">
<i class="fa fa-folder-open fa-lg"></i> 期中考
</a>
</li>
<li class="list-group-item">
<a href="./category/xing-zou-ji-gou.html">
<i class="fa fa-folder-open fa-lg"></i> 行走機構
</a>
</li>
</ul>
</li>
<li class="list-group-item"><a href="./tags.html"><h4><i class="fa fa-tags fa-lg"></i><span class="icon-label">Tags</span></h4></a>
<ul class="list-group list-inline tagcloud" id="tags">
</ul>
</li>
<li class="list-group-item"><h4><i class="fa fa-external-link-square fa-lg"></i><span class="icon-label">Links</span></h4>
<ul class="list-group" id="links">
<li class="list-group-item">
<a href="http://getpelican.com/" target="_blank">
Pelican
</a>
</li>
<li class="list-group-item">
<a href="https://github.com/DandyDev/pelican-bootstrap3/" target="_blank">
pelican-bootstrap3
</a>
</li>
<li class="list-group-item">
<a href="https://github.com/getpelican/pelican-plugins" target="_blank">
pelican-plugins
</a>
</li>
<li class="list-group-item">
<a href="https://github.com/Tipue/Tipue-Search" target="_blank">
Tipue search
</a>
</li>
</ul>
</li>
</ul>
</section>
</aside>
</div>
</div>
</div>
<footer>
<div class="container">
<hr>
<div class="row">
<div class="col-xs-10">© 2017 KMOL
· Powered by <a href="https://github.com/DandyDev/pelican-bootstrap3" target="_blank">pelican-bootstrap3</a>,
<a href="http://docs.getpelican.com/" target="_blank">Pelican</a>,
<a href="http://getbootstrap.com" target="_blank">Bootstrap</a> </div>
<div class="col-xs-2"><p class="pull-right"><i class="fa fa-arrow-up"></i> <a href="#">Back to top</a></p></div>
</div>
</div>
</footer>
<script src="./theme/js/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="./theme/js/bootstrap.min.js"></script>
<!-- Enable responsive features in IE8 with Respond.js (https://github.com/scottjehl/Respond) -->
<script src="./theme/js/respond.min.js"></script>
</body>
</html> |
drama-transformation/ChasIpub.html | ebeshero/mitford | <!DOCTYPE html
SYSTEM "about:legacy-compat">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Digital Mitford Dramas: Charles</title>
<meta name="Description" content="Supported by the University of Pittsburgh at Greensburg and the Mary Russell Mitford Society." />
<meta name="keywords" content="Mitford, Mary Russell Mitford, Digital Mitford, Digital Mary Russell Mitford, Digital Mary Russell Mitford Archive, Mitford Archive, TEI, Text Encoding Initiative, digital edition, electronic edition, electronic text, Romanticism, Romantic literature, Victorianism, Victorian literature, humanities computing, electronic editing, Beshero-Bondar" />
<link rel="stylesheet" type="text/css" href="mitfordDrama.css" /><script type="text/javascript" src="MRMPlays.js">/**/</script></head>
<body>
<!--#include virtual="mitfordMainMenu.html" -->
<div id="container">
<h1>Charles I, an Historical Tragedy in Five Acts</h1>
<section id="front">
<h2>Edited by Rebecca Nesvet</h2>
<p>This edition compares Mitford's manuscript [1825] against the published text of 1834.
Variants are
recorded from the manuscript held in the British Library, originally submitted in
1825 to the Examiner's office.
</p>
<p>The hand in the manuscript is Mary Russell Mitford's. Mitford tends to write out
the full character names, whereas published versions abbreviate. For this variant
edition, we are not recording distinctions in delineating the speaker names in the
manuscript vs. published version when the speakers are identical.
</p>
<p>This critical edition compares the following versions of the play:</p>
<ul>
<li>Manuscript of 1825 rejected by the Lord Chamberlain, in Mary
Russell Mitford's hand.
</li>
<li>Charles I, A Tragedy in Five Acts. Published 1834.</li>
</ul>
<p>You are viewing a representation of the Charles I, A Tragedy in Five Acts. Published 1834.<a href="CharlesIAppTrans.xml">View the encoding of this edition in TEI P5.</a></p>
<h2>Preface</h2>
<h2>
PREFACE
</h2>
<p><span class="prose">
In the following Play I have, without any such praiseworthy
intention on my own part, obeyed to the very letter the well-known Horatian precept—<span class="q">keep your piece nine
years!</span><span id="Note5" class="anchor">[5] <span class="note" id="n5">Mitford here quotes, not Horace, but Pope's An Epistle from Mr. Pope to Dr. Arbuthnot, in which he paraphrases Horace's advice to authors.—#lmw</span></span></span></p>
<p><span class="prose">The attempt to dramatize one of the most striking events in English History, and to delineate one of the most remarkable characters that ever figured on the great Theatre of Life, was originally suggested to me by
Mr. Macready, whose earnest recommendation to try my hand on Cromwell, was at a subsequent period stil more strongly enforced by Mr. Charles Kemble; neither of those gentlemen, whose judgment in dramatic affairs will hardly be disputed,
having foreseen any objection to such an experiment on the part of the Licenser or the Lord Chamberlain. How indeed could they have anticipated any obstacle from that quarter, when an acted
Tragedy on the same story and bearing the same title, written above sixty years ago
by Mr. Havard, and frequently played in by Mr. John Kemble, was already in possession of the stage, and might have been performed without let
or hindrance on any night at any Theatre whether in Town or Country?</span></p>
<p><span class="prose">Unforeseen as it was however, such an obstacle unfortunately arose. Mr. Colman did object not to the details or the execution of the piece but to the title and
the subject, and as the Duke of Montrose, the then Lord Chamberlain, confirmed the decision of his <span class="q">Reader of Plays,</span> we submitted to the fiat without complaint, though not without remonstrance, and the
Tragedy, instead of being produced at Covent Garden eight seasons ago, has remained unacted and unpublished, with little apparent chance
of representation, until the spirited Managers of the Victoria Theatre applied to me for permission to bring it forward on a stage honourably distinguished
in this age of opera and spectacle by its encouragement of the legitimate drama.</span></p>
<p><span class="prose">. In acceding to their proposal I beg most earnestly and sincerely to disavow having
been influenced by any thing like a spirit of defiance toward the Licenser or his
office. To the present Lord Chamberlain the whole theatrical world, and I myself more particularly, owe nothing but respect
and gratitude. Under his administration a similar case can hardly occur; since, however,
a characteristic delicacy might have withheld him from rescinding a declared resolution
or nullifying a positive decree of his noble predecessor, the Duke of Devonshire is too eminent for liberality and kindness, too tasteful and enlightened a patron
of the acted Drama, to be led by the fear of an imaginary danger into placing fetters
and shackles on an art which he loves. He is far more likely to foster and cherish
in an attempt to pursue at a humble distance, the track of those master poets of all
countries, who from the first Tragedy of <span class="sic">Eschylus</span><span class="reg">Aeschylus</span> down to this very hour, have found the subjects of their noblest plays in the heart-stirring
convulsions, the dark and dangerous conspiracies, the bold and daring usurpations,
the parricides, and the Regicides of their national annals.</span></p>
<p><span class="prose">That Mr. Colman's scruples arose from no ill-will to the writer, but were the offspring of an honest
timidity, an over-zealous fear, I do not for a moment question. A Licenser must needs
be somewhat of an alarmist in virtue of his office. But he who apprehends danger to
the Monarchy from the representation of this Play, because it embodies the trial and condemnation of Charles the First, will do well to suppress, if he can, the striking narrative of Hume. In the present universal diffusion of literature and general knowledge, the Stage
has lost much of its ancient influence over the feelings and passions of the multitude.
That democratic engine the Press, has swept away the regal supremacy of the drama.
And even if the Theatre were as powerful as in the days of old,—if the tendency of
this Play were revolutionary, which I deny,—and if Cromwells were <span class="q">plenty as blackberries,</span><span id="Note6" class="anchor">[6] <span class="note" id="n6">Falstaff from Henry IV, part one: "If reasons were as plentiful as blackberries, I would give no man a reason upon
compulsion, I." (II.iv). A favorite quotation of Mitford's, which also appears in other contexts in her letters.—#lmw</span></span> which I must be permitted to doubt,—against such a King as William the Fourth, their shafts would fall harmless. The Monarch who has earned, as he has done, the
honest love of a whole people, may defy the subtlest attacks of fanaticism and rebellion.</span></p>
<p><span class="prose">Of the Tragedy, considered as a literary production, I shall say little: that is before
the reader, and must speak for itself. No one can be more conscious than I am of its
numerous defects, and still more numerous deficiencies; but great as those faults
may be, they are not the result of negligence or carelessness. It would be the worst
of all pedantries, female pedantry, were I to enumerate the very many cotemporary
writers, the Histories, Memoirs, Narratives, and State Papers, the Roundhead Sermons
and Cavalier Ballads from which I have endeavoured to gather not merely an accurate
outline— of this great event, but those minute and apparently trifling touches which
might serve to realize the scene, and supply, by a vivid impression of the people
and the time, the usual sources of dramatic attraction, the interest of story and
suspense, from which I was cut off by the nature of my subject.</span></p>
<p><span class="prose">Many of these allusions, those for instance to the papers concealed in the stuffing
of the saddle, —to the sowing of the melon seeds, to Charles's constant perusal of Shakespeare whilst in prison, so prettily recorded by Milton, and to the falling of the head of the king's staff in the trial scene,—are mentioned by the best writers, and will be immediately
recognized by all who are any ways conversant with the histories of the time. The
anecdote of Lord Broghill (afterwards Earl of Orrery), which really happened at a subsequent period, is less
generally known. He was in London on a mission from Charles the Second during the early part of the Protectorate, when Cromwell discovered, confronted, converted, and employed him, much in the manner that I have
related.</span></p>
<p><span class="prose">The materials of the scene of signing the warrant, in which I believe that I have given, from the marking of Marten's cheek to the guiding of Ingoldsby's hand, a very faithful version of what actually occurred, are chiefly taken from
the Defences in the Trials of the Regicides.<span id="Note7" class="anchor">[7] <span class="note" id="n7">Likely refers to the collections of State Trials collected and edited throughout the
eighteenth century and early nineteenth century by Francis Hargrave, William Cobbett,
and others. Mitford likely also had access to collections of memoirs of the regicides from Heneage Finch's
works to James Caulfield's.—#rnes #lmw</span></span> It is certain that the Judges, after the condemnation, were panic-struck at their
own act; and that but for an extraordinary exertion of his singular power over the
minds of all with whom he came in contact, Cromwell would never have succeeded in obtaining the signatures of the Commissioners of the High Court of Justice to an instrument essential to the completion of this great national crime, and to the purposes of his own ambition.</span></p>
<p><span class="prose">I am not aware of having in any material point departed from the truth of History,
except in shortening the trial, in bringing the Queen to England, and in assigning to Henrietta the interruption of the sentence, which was actually occasioned by Lady Fairfax; deviations, which were vitally necessary to the effect of the drama. I have some
doubts also whether Cromwell did really get rid of Fairfax by dismissing him and Harrison to "seek the Lord together."<span id="Note8" class="anchor">[8] <span class="note" id="n8">Not a direct quotation, but a corruption of the anecdote from Hume's History of England,
Volume I, Part E.—#rnes</span></span> Hume tells the story confidently; but Hume, although the most delightful, is by no means the most accurate of historians; and the manner in which we are, by the casual mention of contemporary writers, as
well "as by the evidence on the different trials, enabled to account for almost every
instant of Cromwell's time during that eventful morning, goes far in my mind to disprove the circumstance.<span id="Note9" class="anchor">[9] <span class="note" id="n9">Source unidentified.—#rnes</span></span> But the incident is highly dramatic, and so strictly in keeping with the characters
of all parties, that I have no scruple in assuming it as a fact. The thing might have
happened, if it did not, and that is excuse enough for the dramatist, although not
for the historian.</span></p>
<h2>
To Mr. Serjeant Talfourd
<br />
PROLOGUE. Written and Spoken by Mr. Serle
</h2>
<h2>DRAMATIS PERSONAE.</h2>
<table>
<tr>
<th><span class="castGroup">Role</span></th>
<th>Actor</th>
</tr>
<tr>
<td><span class="role">
Charles the First
</span>
<span class="app"> (King of England)<span class="var"><span class="wit"><span class="witLabel">#msC1: </span> King of England.</span></span></span>
</td>
<td>
Mr. Abbott.
</td>
</tr>
<tr>
<td><span class="role">
Duke of Gloucester</span>
<span class="app"> (his Son, a boy of seven years old)<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>, his Son, a boy seven years old.</span></span></span>
</td>
<td>
Norman
</td>
</tr>
<tr>
<td><span class="role"> Lord Fairfax</span>
<span class="app"> (General of the Parliamentary Army)<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>, General of the Parliamentary Army.</span></span></span>
</td>
<td>
Mr. Selby
</td>
</tr>
<tr>
<td><span class="role">
Lord Salisbury
</span>
(Commissioner sent by the Parliament to treat with the
King)
</td>
<td>
Mr. T. Lee
</td>
</tr>
<tr>
<td><span class="role">
Lord Say
</span>
(Commissioner sent by the Parliament to treat with the
King)
</td>
<td>
Mr. Mildenhall
</td>
</tr>
<tr>
<td><span class="role">
Sir Harry Vane
</span>
(Commissioner sent by the Parliament to treat with the
King)
</td>
<td>
Mr. Debar
</td>
</tr>
<tr>
<td><span class="role">Lord President
Bradshaw
</span> (Judge appointed by the
Commons to try the King)
</td>
<td>
Mr. Green
</td>
</tr>
<tr>
<td><span class="role">
Oliver
Cromwell
</span> (Judge appointed by the
Commons to try the King)
</td>
<td>
Mr. Cathcart.
</td>
</tr>
<tr>
<td><span class="role">
Ireton
</span> (Judge appointed by the
Commons to try the King)
</td>
<td>
Mr. J. Webster
</td>
</tr>
<tr>
<td><span class="role">
Harrison
</span> (Judge appointed by the
Commons to try the King)
</td>
<td>
Mr. Doyne
</td>
</tr>
<tr>
<td><span class="role">
Downes
</span> (Judge appointed by the
Commons to try the King)
</td>
<td>
Mr. Bender
</td>
</tr>
<tr>
<td><span class="role">
Marten
</span> (Judge appointed by the
Commons to try the King)
</td>
<td>
Mr. Forrester
</td>
</tr>
<tr>
<td><span class="role">
Tichburne
</span> (Judge appointed by the
Commons to try the King)
</td>
<td>
Mr. G. Williams
</td>
</tr>
<tr>
<td><span class="role">
Cook</span>
<span class="app"> (Solicitor to the Commons)<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>, Solicitor to the Commons.</span></span></span>
</td>
<td>
Mr. Chalk
</td>
</tr>
<tr>
<td><span class="role">
Pride</span>
<span class="app"> (An Officer in the Parliamentary Army)<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>, an Officer in the Parliamentary Army.</span></span></span>
</td>
<td>
Mr. Addison
</td>
</tr>
<tr>
<td><span class="role">
Hacker</span>
<span class="app"> (Colonel of the Guard)<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>, Colonel of the Guard.</span></span></span>
</td>
<td>
Mr. Thomas
</td>
</tr>
<tr>
<td><span class="role">Sir Thomas
Herbert</span>
<span class="app"> (A Gentleman attending on the King)<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>, a Gentleman attending on the King.</span></span></span>
</td>
<td>
Mr. Doyne
</td>
</tr>
<tr>
<td><span class="role">
Hammond</span>
<span class="app"> (Governor of the Isle of Wight)<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>, Governor of the Isle of Wight</span></span></span>
</td>
<td>
Mr. Fleming
</td>
</tr>
<tr>
<td><span class="role">
<span class="app">Centinel<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>A Centinel</span></span></span>
</span>
</td>
<td>
Mr. Chippendale
</td>
</tr>
<tr>
<td><span class="role">Servant</span>
<span class="app">(Belonging to Cromwell)<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>, belonging to Cromwell.</span></span></span>
</td>
<td>
Mr. Kerridge
</td>
</tr>
<tr>
<td><span class="role">
Henrietta
Maria
</span>
<span class="app">Queen of England<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Queen of England.</span></span></span>
</td>
<td>
Mrs. Fisher
</td>
</tr>
<tr>
<td><span class="role">
<span class="app">
Princess
Elizabeth
<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>The Princess
Elizabeth
</span></span></span>
</span>
<span class="app">(A girl of 12)<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>, a girl aged 12.</span></span></span>
</td>
<td>
Miss Josephine
</td>
</tr>
<tr>
<td><span class="role">
<span class="app">
Lady Fairfax
<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>
Lady Fairfax.</span></span></span>
</span>
</td>
<td>
Miss Somerville
</td>
</tr>
</table>
<p><span class="prose">
<span class="app">The Scene is in London, except during the
latter part of the First Act, when it is laid in the Isle of
Wight.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>The Scene during part of the first Act is in the Isle
of Wight—subsequently in London.</span></span></span>
</span></p>
</section>
<section id="play">
<div class="act">
<h2>
<span class="app">ACT I.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Charles the First.<br />Act the First.</span></span></span>
</h2>
<div class="scene">
<h2>
SCENE I.
</h2>
<span class="stage">Scene—An Apartment in <span class="context" title="place">Whitehall<span class="si">Whitehall Palace, Westminster, London, England | Whitehall | Westminster | London
| England |
51.5045858 -0.12600050000003193
| Main London residence of English monarchs from 1530 until
1698, when a major part of the palace was destroyed by fire. During the
seventeenth century, renovations made it the largest palace in Europe. Site
of the execution of King Charles I.—#ebb51.5045858 -0.12600050000003193</span></span>.</span>
<span class="stage">
<span class="app">Enter Ireton, Harrison, and Pride, to Downes and
Marten.
<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Enter Ireton
Harrison & Pride, to Downes & Marten.
</span></span></span>
</span>
<span class="speaker">
Downes.
</span>
<span class="line" id="L45">Welcome to <span class="app">London,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>London</span></span></span> ! dearly welcome <span class="lineNum">45</span></span>
<span class="line" id="L46">To fair <span class="context" title="place">Whitehall!<span class="si">Whitehall Palace, Westminster, London, England | Whitehall | Westminster | London
| England |
51.5045858 -0.12600050000003193
| Main London residence of English monarchs from 1530 until
1698, when a major part of the palace was destroyed by fire. During the
seventeenth century, renovations made it the largest palace in Europe. Site
of the execution of King Charles I.—#ebb51.5045858 -0.12600050000003193</span></span>
Harrison!
Pride!<span class="app"> <span class="var"><span class="wit"><span class="witLabel">#msC1: </span>—</span></span></span>Where loiters <span class="lineNum">46</span></span>
<span class="line" id="L47">The valiant General? <span class="lineNum">47</span></span>
<span class="speaker">Ireton.</span>
<span class="line" id="L48">He alighted with us <span class="lineNum">48</span></span>
<span class="line" id="L49">Three hours agone. <span class="lineNum">49</span></span>
<span class="speaker">Marten.</span>
<span class="line" id="L50"><span class="app">What,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>What</span></span></span> three hours here, <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> still <span class="lineNum">50</span></span>
<span class="line" id="L51">In harness! Know ye not your coat of mail <span class="lineNum">51</span></span>
<span class="line" id="L52">Is out of date? Go, doff your armour quick, <span class="lineNum">52</span></span>
<span class="line" id="L53">Provide ye civil suits, grave civil suits, <span class="lineNum">53</span></span>
<span class="line" id="L54">Sad reverend civil suits. <span class="lineNum">54</span></span>
<span class="speaker">Pride.</span>
<span class="line" id="L55">What mean'st thou? <span class="lineNum">55</span></span>
<span class="speaker">Dow.</span>
<span class="line" id="L56">Seek <span class="lineNum">56</span></span>
<span class="line" id="L57">Meaning of Harry Marten! Tush! Where
tarries <span class="lineNum">57</span></span>
<span class="line" id="L58">The <span class="app">pious<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>valiant</span></span></span> Cromwell? <span class="lineNum">58</span></span>
<span class="speaker">Ire.</span>
<span class="line" id="L59">He is busied still <span class="lineNum">59</span></span>
<span class="line" id="L60">Disposing the tired soldiery. <span class="lineNum">60</span></span>
<span class="speaker">Mar.</span>
<span class="line" id="L61">Disbanding <span class="lineNum">61</span></span>
<span class="line" id="L62">Will be his business soon. The lubbard people, <span class="lineNum">62</span></span>
<span class="line" id="L63">And the smug citizens, are grown aweary <span class="lineNum">63</span></span>
<span class="line" id="L64">Of this rough war. Ye must learn gentler trades <span class="lineNum">64</span></span>
<span class="line" id="L65">If ye would thrive. Peace is the cry, my masters<span class="app">;<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>,</span></span></span> <span class="lineNum">65</span></span>
<span class="line" id="L66"> Peace <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> the King<span class="app">!<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>.</span></span></span> <span class="lineNum">66</span></span>
<span class="speaker">Dow.</span>
<span class="line" id="L67">The Newport treaty speeds<span class="app">;<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>,</span></span></span> <span class="lineNum">67</span></span>
<span class="line" id="L68">So far is sure. <span class="lineNum">68</span></span>
<span class="speaker">Harrison.</span>
<span class="line" id="L69">But we bring <span class="app">victory,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>victory</span></span></span> <span class="lineNum">69</span></span>
<span class="line" id="L70">To the good cause. Cromwell hath <span class="app">passed<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>past</span></span></span> careering <span class="lineNum">70</span></span>
<span class="line" id="L71">From hold to hold, sweeping as with a besom <span class="lineNum">71</span></span>
<span class="line" id="L72">The foul malignants from the land. <span class="context" title="place">The
North</span> <span class="lineNum">72</span></span>
<span class="line" id="L73">Is <span class="app">ours<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>our's</span></span></span> from sea to sea. <span class="lineNum">73</span></span>
<span class="speaker">Dow.</span>
<span class="line" id="L74">'Tis a brave <span class="app">leader;<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>leader</span></span></span> <span class="lineNum">74</span></span>
<span class="line" id="L75">But peace is ever the best victory. <span class="lineNum">75</span></span>
<span class="stage">Enter <span class="app">Cromwel<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Cromwell</span></span></span>.</span>
<span class="speaker">Mar.</span>
<span class="line" id="L76">In good time comes the General. Valiant Cromwell <span class="lineNum">76</span></span>
<span class="line" id="L77">Thy praise was on our lips. <span class="lineNum">77</span></span>
<span class="speaker">Cromwell.</span>
<span class="line" id="L78">Not mine! not mine! <span class="lineNum">78</span></span>
<span class="line" id="L79">Praise to the Lord of <span class="app">Hosts,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Hosts</span></span></span> whose mighty shield <span class="lineNum">79</span></span>
<span class="line" id="L80">Bucklered us in the battle<span class="app">,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>!</span></span></span> whose right arm <span class="lineNum">80</span></span>
<span class="line" id="L81">Strengthened us when we smote! Praise to the Lord! <span class="lineNum">81</span></span>
<span class="line" id="L82">For his poor instruments, the meanest soldier <span class="lineNum">82</span></span>
<span class="line" id="L83">Doth his great duty<span class="app">;<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>,</span></span></span> we no more. My masters <span class="lineNum">83</span></span>
<span class="line" id="L84">Have ye no news astir? <span class="app">News,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>News</span></span></span> the prime staple <span class="lineNum">84</span></span>
<span class="line" id="L85">Of yonder tattling city<span class="app">?<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>.</span></span></span> <span class="lineNum">85</span></span>
<span class="speaker">Mar.</span>
<span class="line" id="L86">Aye; the worst <span class="lineNum">86</span></span>
<span class="line" id="L87">Is that the Commons grow from day to day <span class="lineNum">87</span></span>
<span class="line" id="L88"> of the army, more possessed <span class="lineNum">88</span></span>
<span class="line" id="L89">By canting
<span class="app">presbyters.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Presbyters</span></span></span>
<span class="lineNum">89</span></span>
<span class="speaker">Ire.</span>
<span class="line" id="L90">Name not the Commons, <span class="lineNum">90</span></span>
<span class="line" id="L91">A jealous crew, whose envious hate <span class="app">descends<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>descends,</span></span></span> <span class="lineNum">91</span></span>
<span class="line" id="L92">'Twixt every pause of <span class="app">fear<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>fear,</span></span></span> on us their loathed <span class="lineNum">92</span></span>
<span class="line" id="L93">Despised defenders. Were there but one head <span class="lineNum">93</span></span>
<span class="line" id="L94">To the whole army, they would turn to truth <span class="lineNum">94</span></span>
<span class="line" id="L95">An elder tyrant's wish, <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> chop it off. <span class="lineNum">95</span></span>
<span class="line" id="L96">Despots who prate of <span class="app">liberty!—<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>liberty!</span></span></span> <span class="lineNum">96</span></span>
<span class="speaker">Har.</span>
<span class="line" id="L97">Worse! worse! <span class="lineNum">97</span></span>
<span class="line" id="L98">A godless yet intolerant crew, who rear <span class="lineNum">98</span></span>
<span class="line" id="L99">O'er the down-fallen Church that blacker <span class="app">idol<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Idol</span></span></span> <span class="lineNum">99</span></span>
<span class="line" id="L100">A conscience-fettering Presbytery. <span class="lineNum">100</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L101">Sir <span class="lineNum">101</span></span>
<span class="line" id="L102">They shall be quelled. Power, howsoever called, <span class="lineNum">102</span></span>
<span class="line" id="L103">Is still the subtlest snare the Tempter weaves <span class="lineNum">103</span></span>
<span class="line" id="L104">For <span class="app">man's<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Man's</span></span></span> frail sinful soul. Save me from power! <span class="lineNum">104</span></span>
<span class="line" id="L105">Grant me to follow <span class="app">still,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>still</span></span></span> a lowly soldier <span class="lineNum">105</span></span>
<span class="line" id="L106">In the great cause! The Commons shall be
quelled. <span class="lineNum">106</span></span>
<span class="line" id="L107">What other news? <span class="lineNum">107</span></span>
<span class="speaker">Dow.</span>
<span class="line" id="L108">The best is that the King <span class="lineNum">108</span></span>
<span class="line" id="L109">And the Commissioners draw near a godly <span class="lineNum">109</span></span>
<span class="line" id="L110">And salutary peace. The King hath bent <span class="lineNum">110</span></span>
<span class="line" id="L111">His will in a wise humbleness<span class="app">; and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span> &</span></span></span> now— <span class="lineNum">111</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L112">I joy to hear thee say so. <span class="app">What!<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>What</span></span></span> the Lord <span class="lineNum">112</span></span>
<span class="line" id="L113">Hath turned his heart, <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> he hath yielded up <span class="lineNum">113</span></span>
<span class="line" id="L114">His haughty prelates, his ill
<span class="app">councillors<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>counsellors</span></span></span>
, <span class="lineNum">114</span></span>
<span class="line" id="L115">The popish mummery of his <span class="app">chapel<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Chapel</span></span></span>? <span class="lineNum">115</span></span>
<span class="speaker">Dow.</span>
<span class="line" id="L116">Nay, <span class="lineNum">116</span></span>
<span class="line" id="L117">Not yet<span class="app">;<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>,</span></span></span> but he hath promised. <span class="lineNum">117</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L118">Promised! Oh <span class="lineNum">118</span></span>
<span class="line" id="L119">The King hath promised! <span class="lineNum">119</span></span>
<span class="speaker">Mar.</span>
<span class="line" id="L120">Well? <span class="lineNum">120</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L121">And ye believe? <span class="lineNum">121</span></span>
<span class="speaker">Dow.</span>
<span class="line" id="L122"><span class="app">Would'st<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Wouldst</span></span></span> have us doubters? <span class="lineNum">122</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L123">In good <span class="app">sooth,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>sooth</span></span></span> not I<span class="app">!<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>.</span></span></span> <span class="lineNum">123</span></span>
<span class="line" id="L124">Believe who can! yet ere ye set him free <span class="lineNum">124</span></span>
<span class="line" id="L125"> to the stuffing of his saddle, search <span class="lineNum">125</span></span>
<span class="line" id="L126">The waste leaves of his prayer<span class="app">-<span class="var"><span class="wit"><span class="witLabel">#msC1: </span> </span></span></span>book, lest ye find <span class="lineNum">126</span></span>
<span class="line" id="L127">Some vow to Henrietta, some shrewd
protest, <span class="lineNum">127</span></span>
<span class="line" id="L128">Some <span class="app">antedated<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>ante-dated</span></span></span> scroll to throw the shadow <span class="lineNum">128</span></span>
<span class="line" id="L129">Of a plain lie before his words. Search! search! <span class="lineNum">129</span></span>
<span class="line" id="L130">It is a prudent King that casts about him <span class="lineNum">130</span></span>
<span class="line" id="L131">To rid him of his enemies. <span class="app">Search,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Search</span></span></span> I say. <span class="lineNum">131</span></span>
<span class="speaker">Dow.</span>
<span class="line" id="L132"><span class="app">Why,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Why</span></span></span>
<span class="app">,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span></span></span></span><span class="app">,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span></span></span></span> thou art bitter. <span class="lineNum">132</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L133">Heaven forfend! <span class="lineNum">133</span></span>
<span class="line" id="L134">I liked Charles Stuart well. I am of the
fools <span class="lineNum">134</span></span>
<span class="line" id="L135">Whom Habit counts amidst her slaves<span class="app">;<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>,</span></span></span> that love <span class="lineNum">135</span></span>
<span class="line" id="L136">For old acquaintance <span class="app">sake,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>sake</span></span></span> each long-known pest <span class="lineNum">136</span></span>
<span class="line" id="L137">And close familiar evil. I liked him well; <span class="lineNum">137</span></span>
<span class="line" id="L138">The better that his proud disgracious speech <span class="lineNum">138</span></span>
<span class="line" id="L139">Seemed to my plain <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> downright simpleness <span class="lineNum">139</span></span>
<span class="line" id="L140">As honest as mine own. Ye all remember <span class="lineNum">140</span></span>
<span class="line" id="L141">What friends we were at <span class="context" title="place">Holmby<span class="si">Holmby House, Althorp, Northamptonshire, England |
Holdenby House
| Holdenby | Northamptonshire | England |
52.303791 -0.985606999999959
| Country house estate in Holdenby, near Althorp,
Northamptonshire where King Charles
I was held captive in 1647 before being
turned over to the Long Parliament. The original mansion, built in 1583, was
almost entirely demolished in the seventeenth century; subsequent renovations
have left little remaining of the original.—#ebb #lmw52.303791 -0.985606999999959</span></span>. Harrison <span class="lineNum">141</span></span>
<span class="line" id="L142">And e'en my loving kinsman deemed I waxed <span class="lineNum">142</span></span>
<span class="line" id="L143">Faint in the cause. But rightly <span class="app">it is<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>is it</span></span></span> written <span class="lineNum">143</span></span>
<span class="line" id="L144">In the one <span class="app">Holy Book<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>holy book</span></span></span>, Put not thy <span class="app">trust<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>faith</span></span></span> <span class="lineNum">144</span></span>
<span class="line" id="L145">In Princes.<span id="Note11" class="anchor">[11] <span class="note" id="n11">Cromwell refers to the time in 1647 when he and his army held Charles I in palatial
captivity at Holmby House in Northamptonshire. In commenting "what friends we were"
may be referring to the considerable attentions provided for the King's comfort even
while under military observation.—#ebb</span></span> <span class="lineNum">145</span></span>
<span class="speaker">Ire.</span>
<span class="line" id="L146">Yet is he in
<span class="app">Carisbooke<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Carisbrooke</span></span></span>
<span class="lineNum">146</span></span>
<span class="line" id="L147">A present danger. Round <span class="context" title="place">yon prison <span class="app">isle<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Isle</span></span></span><span class="si">Isle of Wight, England | Isle of Wight | England |
50.69384789999999 -1.3047340000000531
| An island in the English Channel off the coast of Hampshire. Was
earlier owned by a Norman family and a kingdom in its own right until 1293.
Until 1890, it was part of the county of Hampshire, and it shared a Lord Lieutenant
with that county
until 1974. Until 1995, the island, like Jersey and Guernsey, also had a
governor. The Island is now considered its own administrative county.—#lmw50.69384789999999 -1.3047340000000531</span></span> <span class="lineNum">147</span></span>
<span class="line" id="L148">Lurk spies <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> plots <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> treasons. Every breeze <span class="lineNum">148</span></span>
<span class="line" id="L149">Comes pregnant with quick rumours<span class="app">; every<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>. Every</span></span></span> ear <span class="lineNum">149</span></span>
<span class="line" id="L150">Is bent to listen<span class="app">; every<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>, Every</span></span></span> eye is turned <span class="lineNum">150</span></span>
<span class="line" id="L151">On those grey walls. <span class="lineNum">151</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L152">I grant ye. But astir, <span class="lineNum">152</span></span>
<span class="line" id="L153">Free as the breeze to traverse sea <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> land, <span class="lineNum">153</span></span>
<span class="line" id="L154">Creep in our councils, sweep across our camps, <span class="lineNum">154</span></span>
<span class="line" id="L155"> the King harmless then? Yet thou art right; <span class="lineNum">155</span></span>
<span class="line" id="L156">He's dangerous in <span class="context" title="place">Carisbrooke<span class="si">Carisbrooke, Isle of Wight, England | Carisbrooke | Isle of Wight | England |
50.6914722 -1.3117460999999366
| Village near Newport on the Isle of Wight. Charles I was imprisoned at Carisbrooke
Castle in this village before his trial.—#lmw50.6914722 -1.3117460999999366</span></span>. <span class="lineNum">156</span></span>
<span class="speaker">Har.</span>
<span class="line" id="L157">Dismiss him; <span class="lineNum">157</span></span>
<span class="line" id="L158">Send him abroad unkinged; or drive him forth <span class="lineNum">158</span></span>
<span class="line" id="L159">As Amaziah. <span class="lineNum">159</span></span>
<span class="speaker">Crom.</span>
<span class="stage">
</span>
<span class="line" id="L160">Ha! And they slew <span class="app">him<span class="var"><span class="wit"><span class="witLabel">#msC1: </span><em>him</em>
</span></span></span>! <span class="lineNum">160</span></span>
<span class="speaker">Mar.</span>
<span class="line" id="L161">What<span class="app">,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>!</span></span></span> send him to seek succour in each court, <span class="lineNum">161</span></span>
<span class="line" id="L162">From papal <span class="context" title="place">Rome<span class="si">Rome, Italy | Rome | Papal States | Italy |
41.9027835 12.496365500000024
| City on the central Italian Peninsula on the River Tiber. One of
the oldest cities in the world, and once capital of the ancient Roman Empire.
Throughout much of Mitford’s lifetime, Rome was
governed by the Vatican as part of the Papal States, although it was part of
the short-lived Roman Republic between 1798 and 1800, annexed to the French
Empire under Napoleon between 1808 and 1814, and experienced another
short-lived attempt at Italian unification in 1849. Center of art and culture
since ancient times, Rome was a frequent stop for young men from Western Europe
on the Grand Tour. Now the capital of Italy and of the Lazio region.—#lmw41.9027835 12.496365500000024</span></span> to savage
<span class="context" title="place">Muscovy<span class="si">Muscovy |
Grand Duchy of Moscow
|
Grand Principality of Moscow
| Russia |
55.755826 37.6173
| Grand Duchy of Moscow, known in English as Muscovy. A medieval
Rus’ principality centered on Moscow, the forerunner of the state of Russia
under the Tsars, sometimes called the Tsardom of Muscovy.—#lmw55.755826 37.6173</span></span>, <span class="lineNum">162</span></span>
<span class="line" id="L163">Till he shall burst on us in triumph, heading <span class="lineNum">163</span></span>
<span class="line" id="L164"><span class="context" title="place">Europe<span class="si">
Europe
|
54.883056 15.430833
—54.883056 15.430833</span></span>'s great armament<span class="app">.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>!</span></span></span> <span class="lineNum">164</span></span>
<span class="speaker">Ire.</span>
<span class="line" id="L165">Wert thou a <span class="app">soldier,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>soldier</span></span></span> <span class="lineNum">165</span></span>
<span class="line" id="L166">And in this <span class="app">cause,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>cause</span></span></span> thou would'st cry Welcome, Marten, <span class="lineNum">166</span></span>
<span class="line" id="L167">To such an armament. <span class="lineNum">167</span></span>
<span class="speaker">Har.</span>
<span class="line" id="L168">With His great help. <span class="lineNum">168</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L169">Aye, with His help<span class="app"> and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>, &</span></span></span> in this cause, if union <span class="lineNum">169</span></span>
<span class="line" id="L170">Dwelt in the land. But this is idle talk. <span class="lineNum">170</span></span>
<span class="line" id="L171">The King is dangerous; dangerous on the throne<span class="app">,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>;</span></span></span> <span class="lineNum">171</span></span>
<span class="line" id="L172">Dangerous in prison<span class="app">,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>;</span></span></span> dangerous abroad<span class="app">,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>;</span></span></span> <span class="lineNum">172</span></span>
<span class="line" id="L173">At home <span class="app">and everywhere<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>& every where</span></span></span>. Yet this is idle<span class="app">.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>:</span></span></span> <span class="lineNum">173</span></span>
<span class="line" id="L174">We must abide the
Commons' treaty. <span class="lineNum">174</span></span>
<span class="speaker">Har.</span>
<span class="line" id="L175">Wherefore <span class="lineNum">175</span></span>
<span class="line" id="L176">Lifts not the army the strong hand of
power <span class="lineNum">176</span></span>
<span class="line" id="L177">Over these stiff-necked rulers? Put them down<span class="app">.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>!</span></span></span> <span class="lineNum">177</span></span>
<span class="line" id="L178">Tread out the firebrands<span class="app">.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>!</span></span></span> <span class="lineNum">178</span></span>
<span class="speaker">Ire.</span>
<span class="line" id="L179">Rather move the Commons <span class="lineNum">179</span></span>
<span class="line" id="L180">To bring the King to trial. <span class="lineNum">180</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L181">Who said that? <span class="lineNum">181</span></span>
<span class="speaker">Mar.</span>
<span class="line" id="L182">'Twas bravely spoken. <span class="lineNum">182</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L183">Who said that? <span class="lineNum">183</span></span>
<span class="speaker">Dow.</span>
<span class="line" id="L184">The words <span class="lineNum">184</span></span>
<span class="line" id="L185"> like treason. <span class="lineNum">185</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L186">Sir, had we met here <span class="lineNum">186</span></span>
<span class="line" id="L187">To compass such intent, the very thought <span class="lineNum">187</span></span>
<span class="line" id="L188">Had been a treason. But the words fell straight <span class="lineNum">188</span></span>
<span class="line" id="L189">Midst our unconscious hearts, <span class="app">unprompted, quick,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>unprompted quick</span></span></span> <span class="lineNum">189</span></span>
<span class="line" id="L190">Startling even him who spake them<span class="app">—-<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>,</span></span></span>like the fire <span class="lineNum">190</span></span>
<span class="line" id="L191">That it the Burning Bush<span class="app">. A sign from Heaven!<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>, a sign from Heaven</span></span></span> <span class="lineNum">191</span></span>
<span class="line" id="L192">Direct from Heaven! A comfortable light <span class="lineNum">192</span></span>
<span class="line" id="L193">To our benighted spirits! As I wrestled <span class="lineNum">193</span></span>
<span class="line" id="L194"> prayer this morning, when I would have cried <span class="lineNum">194</span></span>
<span class="line" id="L195">For mercy on Charles Stuart, my parched
tongue <span class="lineNum">195</span></span>
<span class="line" id="L196">Clave to my mouth. A token from on high! <span class="lineNum">196</span></span>
<span class="line" id="L197">A star lit up to guide us! <span class="lineNum">197</span></span>
<span class="speaker">Mar.</span>
<span class="line" id="L198">Yet the Commons <span class="lineNum">198</span></span>
<span class="line" id="L199">Will scarcely echo this rapt strain. The King <span class="lineNum">199</span></span>
<span class="line" id="L200">Hath friends amongst us. <span class="lineNum">200</span></span>
<span class="speaker">Har.</span>
<span class="line" id="L201">Fear not. He who sent <span class="lineNum">201</span></span>
<span class="line" id="L202">This impulse on his <span class="app">servants<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>servants,</span></span></span> will know how <span class="lineNum">202</span></span>
<span class="line" id="L203">To turn <span class="app">all<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>their</span></span></span> hearts. <span class="lineNum">203</span></span>
<span class="speaker">Dow.</span>
<span class="line" id="L204">Ye will not slay the King? <span class="lineNum">204</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L205">Life hangs not on our lips. Yet surely, Sir, <span class="lineNum">205</span></span>
<span class="line" id="L206">I hope to spare him. Friends, we must not sleep <span class="lineNum">206</span></span>
<span class="line" id="L207">Over such stirring business. Downes, go
thou <span class="lineNum">207</span></span>
<span class="line" id="L208">For Bradshaw, that resolved <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> learned <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> wise <span class="lineNum">208</span></span>
<span class="line" id="L209">And godly <span class="app">law-man<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>lawman</span></span></span>. Thou art like to find him <span class="lineNum">209</span></span>
<span class="line" id="L210">At the <span class="context" title="place">Guildhall<span class="si">Guildhall, City of London, London, England | London | England |
51.515819 -0.09198200000002998
| A building (and its main room, a medieval-era great hall) used
as a town hall and administrative center for the Corporation of the City of
London. It is situated off Gresham and Basinghall streets, in the wards of
Bassishaw and Cheap. Site of the Sheriff’s Court in London over which John Bradshaw
presided as judge from 1640 to 1659. Guildhall is now a Grade I
listed building. |
—#ebb51.515819 -0.09198200000002998</span></span>. Say we would speak
with him. <span class="lineNum">210</span></span>
<span class="stage">
<span class="app">(Exit Downes.)<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Exit Downes.</span></span></span>
</span>
<span class="line" id="L211">Harrison!—Downes went
forth as one who loves not <span class="lineNum">211</span></span>
<span class="line" id="L212">His errand<span class="app">—<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>. </span></span></span>Lacks he zeal? 'Tis a brave soldier <span class="lineNum">212</span></span>
<span class="line" id="L213">And yet—Follow him<span class="app">, Marten; and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Marten, &</span></span></span> return <span class="lineNum">213</span></span>
<span class="line" id="L214"> Bradshaw hither. We shall need
thy counsel. <span class="lineNum">214</span></span>
<span class="line" id="L215">Delay <span class="app">not.—<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>not.</span></span></span> <span class="lineNum">215</span></span>
<span class="stage">
<span class="app"> (Exit Marten.)<span class="var"><span class="wit"><span class="witLabel">#msC1: </span> Exit Marten.</span></span></span>
</span>
<span class="line" id="L216">Harrison! thou truest soldier <span class="lineNum">216</span></span>
<span class="line" id="L217">Of the good cause, to thee we trust the charge <span class="lineNum">217</span></span>
<span class="line" id="L218">Of guarding our great prisoner. Make thee ready <span class="lineNum">218</span></span>
<span class="line" id="L219">For a swift journey. I'll confer with thee <span class="lineNum">219</span></span>
<span class="line" id="L220"><span class="app">Alone<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Alone,</span></span></span> afore thou goest. <span class="lineNum">220</span></span>
<span class="speaker">Har.</span>
<span class="line" id="L221">Should I not see <span class="lineNum">221</span></span>
<span class="line" id="L222">The General? <span class="lineNum">222</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L223">Wherefore? Hence<span class="app">.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>!</span></span></span> <span class="lineNum">223</span></span>
<span class="stage">
<span class="app">(Exit Harrison.)<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Exit Harrison.</span></span></span>
</span>
<span class="stage">
(To Pride)
</span>
<span class="line" id="L224">Nay, Colonel, go not! <span class="lineNum">224</span></span>
<span class="line" id="L225">I'd speak with thee<span class="app">, good Colonel. Rest thee, son,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span> good Colonel. Rest thee Son.</span></span></span> <span class="lineNum">225</span></span>
<span class="line" id="L226">I'd speak with this good Colonel. <span class="lineNum">226</span></span>
<span class="speaker">Pri.</span>
<span class="line" id="L227">I attend <span class="lineNum">227</span></span>
<span class="line" id="L228">Your Excellency's pleasure. <span class="lineNum">228</span></span>
<span class="stage">
(During the next few speeches Cromwell walks up and down the stage, now speaking to himself, now looking at the weather,
now asking questions, without attending to the answers, evidently absorbed in thought.)
</span>
<span class="speaker">Crom.</span>
<span class="stage">
</span>
<span class="line" id="L229"><span class="app">Aye,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Aye</span></span></span> the light <span class="lineNum">229</span></span>
<span class="line" id="L230">Mercurial Harry Marten said but sooth<span class="app">;<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>,</span></span></span> <span class="lineNum">230</span></span>
<span class="line" id="L231">They are unripe for this great charge. It shall be<span class="app">—<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>.</span></span></span> <span class="lineNum">231</span></span>
<span class="line" id="L232">And yet—What is the hour? <span class="lineNum">232</span></span>
<span class="speaker">Pri.</span>
<span class="line" id="L233">Upon the stroke <span class="lineNum">233</span></span>
<span class="line" id="L234">Of one. <span class="lineNum">234</span></span>
<span class="speaker">Ire.</span>
<span class="line" id="L235">He listens not. <span class="app">Look<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> how he searches <span class="lineNum">235</span></span>
<span class="line" id="L236">The weather with unseeing eyes<span class="app">.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>!</span></span></span> <span class="lineNum">236</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L237">'Tis stormy. <span class="lineNum">237</span></span>
<span class="speaker">Pri.</span>
<span class="line" id="L238">Nay a bright day. <span class="lineNum">238</span></span>
<span class="speaker">Ire.</span>
<span class="line" id="L239">He hears not. <span class="lineNum">239</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L240">Sweep them <span class="app">off,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>off</span></span></span> <span class="lineNum">240</span></span>
<span class="line" id="L241">And the whole game is ours<span class="app">! But<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>, but</span></span></span>—Which way blows <span class="lineNum">241</span></span>
<span class="line" id="L242">The wind? <span class="lineNum">242</span></span>
<span class="speaker">Pride.</span>
<span class="line" id="L243">Right from the <span class="app">south<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>South</span></span></span>. <span class="lineNum">243</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L244">It must be<span class="app">, shall be.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>! Shall be!</span></span></span> <span class="lineNum">244</span></span>
<span class="line" id="L245">Ireton<span class="app">,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span></span></span></span><span class="app">,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span></span></span></span> I gave thee yesterday a scroll <span class="lineNum">245</span></span>
<span class="line" id="L246">Of the Malignants in the Commons<span class="app">—Hark ye!<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>. Hark ye</span></span></span> <span class="lineNum">246</span></span>
<span class="line" id="L247">The Commons our great masters! If Charles
Stuart <span class="lineNum">247</span></span>
<span class="line" id="L248">Have friends in <span class="context" title="place">England<span class="si">England |
52.3555177 -1.1743197000000691
| Country in the British Isles. Borders Scotland and Wales. London is the capital
city, and is situated on the River Thames.—#bas52.3555177 -1.1743197000000691</span></span><span class="app">there<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>there,</span></span></span> <span class="lineNum">248</span></span>
<span class="line" id="L249">'Mid those self-seekers. <span class="lineNum">249</span></span>
<span class="speaker">Pri.</span>
<span class="line" id="L250">Wherefore not arraign <span class="lineNum">250</span></span>
<span class="line" id="L251">The King before the Council<span class="app">?.</span> <span class="lineNum">251</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L252"><span class="app">Sir,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Sir</span></span></span> we need <span class="lineNum">252</span></span>
<span class="line" id="L253">The Commons' name. I would not that our just <span class="lineNum">253</span></span>
<span class="line" id="L254">And righteous cause lacked any form of law <span class="lineNum">254</span></span>
<span class="line" id="L255">To startle tender consciences. I have thought <span class="lineNum">255</span></span>
<span class="line" id="L256">Afore of this. Didst never see the <span class="app">thrasher<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>thresher</span></span></span> <span class="lineNum">256</span></span>
<span class="line" id="L257">Winnow the chaff from the full grain? Good <span class="app">Colonel,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Colonel</span></span></span> <span class="lineNum">257</span></span>
<span class="line" id="L258">Thyself shalt play the husbandman to cleanse <span class="lineNum">258</span></span>
<span class="line" id="L259">This sample of foul corn. Take yonder scroll, <span class="lineNum">259</span></span>
<span class="line" id="L260">And with a troop of <span class="app">horse,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>horse</span></span></span> go post <span class="app">thyself<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>thy self</span></span></span> <span class="lineNum">260</span></span>
<span class="line" id="L261">Beside the Commons' door, <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> seize each man <span class="lineNum">261</span></span>
<span class="line" id="L262">Whose name stains <span class="app">that<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>this</span></span></span> white parchment. Treat all well <span class="lineNum">262</span></span>
<span class="line" id="L263">But let none enter. <span class="lineNum">263</span></span>
<span class="speaker">Pri.</span>
<span class="line" id="L264">And my warrant? <span class="lineNum">264</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L265"><span class="app">Sir,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Sir</span></span></span> <span class="lineNum">265</span></span>
<span class="line" id="L266">My word. If any question, say the General<span class="app">—<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>.</span></span></span> <span class="lineNum">266</span></span>
<span class="speaker">Pri.</span>
<span class="line" id="L267">Lord Fairfax? <span class="lineNum">267</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L268">Aye the good <span class="app">Lord General<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>lord-general</span></span></span> <span class="lineNum">268</span></span>
<span class="line" id="L269">Shall hear of thy good service<span class="app">. Fear<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>, fear</span></span></span> it not. <span class="lineNum">269</span></span>
<span class="line" id="L270">Myself shall tell him <span class="app">. Thy<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>thy</span></span></span> good service, dearer <span class="lineNum">270</span></span>
<span class="line" id="L271">Than half a dozen battles<span class="app">; better worth<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>,—better worth,</span></span></span> <span class="lineNum">271</span></span>
<span class="line" id="L272">And richlier guerdoned. Haste! Lord Grey of
Groby <span class="lineNum">272</span></span>
<span class="line" id="L273"> aid thee to detect the knaves. Away! <span class="lineNum">273</span></span>
<span class="line" id="L274"><span class="app">Full many<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Many</span></span></span> a goodly manor shall change masters <span class="lineNum">274</span></span>
<span class="line" id="L275"><span class="app">To-morrow<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Tomorrow</span></span></span> 'fore the <span class="app">sequestrators<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Sequestrators</span></span></span>. <span class="lineNum">275</span></span>
<span class="stage">
<span class="app">(Exit Pride.)<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Exit Pride.</span></span></span>
</span>
<span class="speaker">Ire.</span>
<span class="line" id="L276">So! <span class="lineNum">276</span></span>
<span class="line" id="L277">That work will be well done. <span class="lineNum">277</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L278">I loathe myself <span class="lineNum">278</span></span>
<span class="line" id="L279">That I employ the mercenary tool; <span class="lineNum">279</span></span>
<span class="line" id="L280">But we are in our great aims <span class="app">justified,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>justified</span></span></span> <span class="lineNum">280</span></span>
<span class="line" id="L281">Our high and holy purpose. Saints <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> prophets <span class="lineNum">281</span></span>
<span class="line" id="L282">Have used uncleanly instruments. Good <span class="app">son,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Son</span></span></span> <span class="lineNum">282</span></span>
<span class="line" id="L283">Keep between Fairfax <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> these men. The weak <span class="lineNum">283</span></span>
<span class="line" id="L284">Wife-ridden <span class="app">faintling<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Faintling</span></span></span> would demur <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> dally <span class="lineNum">284</span></span>
<span class="line" id="L285">And pause at every step, <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> then draw back<span class="app">,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>—</span></span></span> <span class="lineNum">285</span></span>
<span class="line" id="L286">Unapt for good or ill. He <span class="app">must<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>shall</span></span></span> know nought. <span class="lineNum">286</span></span>
<span class="stage">Re-enter Harrison and Pride.
</span>
<span class="line" id="L287">What make ye here again? <span class="lineNum">287</span></span>
<span class="speaker">Pri.</span>
<span class="line" id="L288">Dost thou not hear? <span class="lineNum">288</span></span>
<span class="line" id="L289">A mutiny amongst the soldiers. <span class="lineNum">289</span></span>
<span class="speaker">Har.</span>
<span class="line" id="L290">Nay, <span class="lineNum">290</span></span>
<span class="line" id="L291">But half a score malignants, who would fain <span class="lineNum">291</span></span>
<span class="line" id="L292">Stir up the soldiery. <span class="lineNum">292</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L293">And they? <span class="lineNum">293</span></span>
<span class="speaker">Har.</span>
<span class="line" id="L294">They listen, <span class="lineNum">294</span></span>
<span class="line" id="L295">But move not. <span class="lineNum">295</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L296">Seize the traitors. Shoot them dead<span class="app">;<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>.</span></span></span> <span class="lineNum">296</span></span>
<span class="line" id="L297">If any <span class="app">murmur,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>murmur</span></span></span> still them too. Let death <span class="lineNum">297</span></span>
<span class="line" id="L298">Follow offence as closely as the sound <span class="lineNum">298</span></span>
<span class="line" id="L299">Of the <span class="app">harquebuss<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Harquebuss</span></span></span> the flash. Art thou not gone? <span class="lineNum">299</span></span>
<span class="line" id="L300">What stops thee? <span class="lineNum">300</span></span>
<span class="speaker">Har.</span>
<span class="line" id="L301"> more merciful. <span class="lineNum">301</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L302">Why this <span class="lineNum">302</span></span>
<span class="line" id="L303">Is mercy. If thou saw'st one, match in <span class="app">hand<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>hand,</span></span></span><span id="Note12" class="anchor">[12] <span class="note" id="n12">An anachronism. The chemical match in the modern sense was not invented until 1805,
in France. In Cromwell's time, and, indeed, Mitford's youth, a “match” was a variety
of other things, including a torch and, as here, a device used to ignite machines
of war.—#rnes</span></span> <span class="lineNum">303</span></span>
<span class="line" id="L304">Approach a mine hollowed beneath some rich <span class="lineNum">304</span></span>
<span class="line" id="L305">And populous town, would'st strike him down at <span class="app">once,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>once</span></span></span> <span class="lineNum">305</span></span>
<span class="line" id="L306">Or wait till he had fired the train<span class="app">.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>?</span></span></span> <span class="lineNum">306</span></span>
<span class="speaker">Har.</span>
<span class="line" id="L307">At once! <span class="lineNum">307</span></span>
<span class="line" id="L308">At once! <span class="lineNum">308</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L309">Well<span class="app">?<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>!</span></span></span>—Go thou too fair son! away! <span class="lineNum">309</span></span>
<span class="line" id="L310">I'll follow on the instant. Look I find <span class="lineNum">310</span></span>
<span class="line" id="L311">The guilty quiet. <span class="lineNum">311</span></span>
<span class="stage">Exeunt Harrison
<span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span>
Ireton.
</span>
<span class="line" id="L312">We have been too easy <span class="lineNum">312</span></span>
<span class="line" id="L313"> Yet this swift vengeance <span class="lineNum">313</span></span>
<span class="line" id="L314">Will strike a wholesome terror, <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> the echo <span class="lineNum">314</span></span>
<span class="line" id="L315">May reach to higher miscreants. Good <span class="app">Colonel,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Colonel</span></span></span> <span class="lineNum">315</span></span>
<span class="line" id="L316">Thou loiterest <span class="app">overlong. Go,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>over long. Go</span></span></span> block the door <span class="lineNum">316</span></span>
<span class="line" id="L317">And let none pass<span class="app">. Be sure thou let none pass.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>, be sure thou let none pass!</span></span></span> <span class="lineNum">317</span></span>
<span class="line" id="L318">I must to yon poor traitors<span class="app">. <span class="var"><span class="wit"><span class="witLabel">#msC1: </span>—</span></span></span>Let none pass. <span class="lineNum">318</span></span>
<span class="stage">Exeunt.</span>
</div>
<div class="scene">
<h2>
SCENE II.
</h2>
<span class="stage">
<span class="app">—An Apartment in Carisbrooke
Castle.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Scene—An Apartment in Carisbrooke
Castle</span></span></span>
</span>
<span class="stage">The King <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span>
Herbert</span>
<span class="speaker">King.</span>
<span class="line" id="L319">Herbert! <span class="lineNum">319</span></span>
<span class="speaker">Herbert.</span>
<span class="line" id="L320">My liege. <span class="lineNum">320</span></span>
<span class="speaker">King.</span>
<span class="line" id="L321">Put up my book. I wait <span class="lineNum">321</span></span>
<span class="line" id="L322">The grave Commissioners, <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> to be seen <span class="lineNum">322</span></span>
<span class="line" id="L323">
Poring o'er Shakespeare's page—Oh heinous sin! <span class="lineNum">323</span></span>
<span class="line" id="L324">Inexpiable deadly sin! <span class="lineNum">324</span></span>
<span class="speaker">Herb.</span>
<span class="line" id="L325">Your Grace <span class="lineNum">325</span></span>
<span class="line" id="L326">Speaks cheerily. <span class="lineNum">326</span></span>
<span class="speaker">King.</span>
<span class="line" id="L327">Why I have fed my thoughts <span class="lineNum">327</span></span>
<span class="line" id="L328">On the sweet woodland tale, the lovely tale <span class="lineNum">328</span></span>
<span class="line" id="L329">Of <span class="context" title="place"><span class="sic">Ardenne</span><span class="reg">Arden</span>
Forest</span>, till the peaceful end, <span class="lineNum">329</span></span>
<span class="line" id="L330">The gentle comfortable end, hath
bathed <span class="lineNum">330</span></span>
<span class="line" id="L331">My very heart in sunshine. We are here <span class="lineNum">331</span></span>
<span class="line" id="L332">Banished as the old Duke, <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> friends come round, <span class="lineNum">332</span></span>
<span class="line" id="L333">And foes relent, <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> calm Forgiveness hangs <span class="lineNum">333</span></span>
<span class="line" id="L334">An Angel<span class="app">, in the air,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span> in the air</span></span></span> to drop her balm <span class="lineNum">334</span></span>
<span class="line" id="L335">On all our wounds. I thank thee<span class="app">, royal spirit,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span> royal spirit</span></span></span> <span class="lineNum">335</span></span>
<span class="line" id="L336">Thrice princely poet, from whose lightest scene <span class="lineNum">336</span></span>
<span class="line" id="L337">Kings may draw comfort. Take yon sprig of bay <span class="lineNum">337</span></span>
<span class="line" id="L338">And lay <span class="app">between<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>betwixt</span></span></span> the leaves. I marvel much <span class="lineNum">338</span></span>
<span class="line" id="L339">Where loiter the Commissioners. <span class="lineNum">339</span></span>
<span class="speaker">Herb.</span>
<span class="line" id="L340">Your <span class="app">Grace<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>grace</span></span></span> <span class="lineNum">340</span></span>
<span class="line" id="L341">Hath vanquished them so often that they creep <span class="lineNum">341</span></span>
<span class="line" id="L342">Fearfully to the field—a beaten foe. <span class="lineNum">342</span></span>
<span class="speaker">King.</span>
<span class="line" id="L343"> we are near agreed. I have granted more <span class="lineNum">343</span></span>
<span class="line" id="L344">Than they durst <span class="app">think<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>hope</span></span></span> for. They set forth to day <span class="lineNum">344</span></span>
<span class="line" id="L345">Bearing my answer to the Commons. Look <span class="lineNum">345</span></span>
<span class="line" id="L346">To see a sudden peace<span class="app">.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>!</span></span></span> Many will deem <span class="lineNum">346</span></span>
<span class="line" id="L347">I have yielded overmuch; but I keep quick <span class="lineNum">347</span></span>
<span class="line" id="L348">The roots of kingly power, albeit the boughs <span class="lineNum">348</span></span>
<span class="line" id="L349">Be shrewdly <span class="app">lopt<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>lopped</span></span></span>. And then to see again <span class="lineNum">349</span></span>
<span class="line" id="L350">My wife, my children<span class="app">,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>!</span></span></span> to reward my poor <span class="lineNum">350</span></span>
<span class="line" id="L351">And faithful servants<span class="app">, to walk free, to reign!<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>! to walk free! to reign!</span></span></span> <span class="lineNum">351</span></span>
<span class="line" id="L352">Look to see sudden peace. <span class="lineNum">352</span></span>
<span class="speaker">Herb.</span>
<span class="line" id="L354"><span class="app">Yet, Sire—forgive my fear!—<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Yet, Sire, forgive my fear, </span></span></span>would thou hadst ta'en <span class="lineNum">354</span></span>
<span class="line" id="L355">The proffered means of safety, had escaped <span class="lineNum">355</span></span>
<span class="line" id="L356">This Island prison! <span class="lineNum">356</span></span>
<span class="speaker">King.</span>
<span class="line" id="L357">What! when I had pledged <span class="lineNum">357</span></span>
<span class="line" id="L358">My word, my royal word! Fie<span class="app">! fie! good Herbert;<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>, fie, good Herbert!</span></span></span> <span class="lineNum">358</span></span>
<span class="line" id="L359">Better<span class="app">, if danger were,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span> if danger were</span></span></span> a thousand fold <span class="lineNum">359</span></span>
<span class="line" id="L360">Perish even here than forfeit that great bond <span class="lineNum">360</span></span>
<span class="line" id="L361">Of honour<span class="app">, a King's word. Fie! fie! Yet<span class="var"><span class="wit"><span class="witLabel">#msC1: </span> a King's word. Fie! Fie!—Yet</span></span></span> sooth <span class="lineNum">361</span></span>
<span class="line" id="L362">Thou mean'st me kindly<span class="app">, Herbert. Ha,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Herbert.—Ha. the Sea</span></span></span> <span class="lineNum">362</span></span>
<span class="line" id="L363">That day <span class="app">and night hath chased so angrily,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>& night hath chased so angrily</span></span></span> <span class="lineNum">363</span></span>
<span class="line" id="L364">Breaking around us with so <span class="app">wild<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>fierce</span></span></span> a coil, <span class="lineNum">364</span></span>
<span class="line" id="L365">An elemental warder, smiles again, <span class="lineNum">365</span></span>
<span class="line" id="L366">Merrily dancing in the cold keen light <span class="lineNum">366</span></span>
<span class="line" id="L367">Of the bright wintery <span class="app">Sun<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>sun</span></span></span>. We shall have boats <span class="lineNum">367</span></span>
<span class="line" id="L368">From <span class="context" title="place">England<span class="si">England |
52.3555177 -1.1743197000000691
| Country in the British Isles. Borders Scotland and Wales. London is the capital
city, and is situated on the River Thames.—#bas52.3555177 -1.1743197000000691</span></span>. <span class="lineNum">368</span></span>
<span class="speaker">Herb.</span>
<span class="line" id="L369">One hath landed, Sire. <span class="lineNum">369</span></span>
<span class="speaker">King.</span>
<span class="line" id="L370">And they <span class="lineNum">370</span></span>
<span class="line" id="L371">May bear my message without pause. Who comes? <span class="lineNum">371</span></span>
<span class="stage">
<span class="app">(Enter Hammond.)<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Enter Hammond.</span></span></span>
</span>
<span class="speaker">Ham</span>
<span class="line" id="L372">May't please you, Sire, the high Commissioners <span class="lineNum">372</span></span>
<span class="line" id="L373">Crave audience of your Majesty. <span class="lineNum">373</span></span>
<span class="speaker">King.</span>
<span class="line" id="L374">Admit them. <span class="lineNum">374</span></span>
<span class="stage">
Lord Salisbury, Lord Say, Sir Harry
Vane, <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> other Commissioners,
some of them Ministers.</span>
<span class="stage">
</span>
<span class="line" id="L375">See<span class="app">, Vane hath lost his
frown!<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>! Vane hath lost his
frown.</span></span></span> We shall have peace. <span class="lineNum">375</span></span>
<span class="stage">
</span>
<span class="line" id="L376">Good morrow my good Lord of Salisbury! <span class="lineNum">376</span></span>
<span class="line" id="L377">Lord Say, Sir Harry Vane, <span class="app">and gentles all,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>& gentles all</span></span></span> <span class="lineNum">377</span></span>
<span class="line" id="L378">A fair good morrow. The sun smiles at last <span class="lineNum">378</span></span>
<span class="line" id="L379">Upon our meeting. <span class="lineNum">379</span></span>
<span class="speaker">Say.</span>
<span class="line" id="L380">Sunshine after storm<span class="app">;<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>!</span></span></span> <span class="lineNum">380</span></span>
<span class="line" id="L381">A happy <span class="app">omen, Sire,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>bodement Sire;</span></span></span> a type of peace. <span class="lineNum">381</span></span>
<span class="speaker">Salis.</span>
<span class="line" id="L382">Yet clouds are gathering. <span class="lineNum">382</span></span>
<span class="speaker">Say.</span>
<span class="line" id="L383">Tush! the noon-day sun <span class="lineNum">383</span></span>
<span class="line" id="L384">Will overcome them. <span class="lineNum">384</span></span>
<span class="speaker">Vane.</span>
<span class="line" id="L385">Cease this heathenish talk <span class="lineNum">385</span></span>
<span class="line" id="L386">Of omens. Hath your grace prepared your answer <span class="lineNum">386</span></span>
<span class="line" id="L387">To the proposals of the Commons? <span class="lineNum">387</span></span>
<span class="speaker">King.</span>
<span class="line" id="L388">Reach <span class="lineNum">388</span></span>
<span class="line" id="L389">Yon paper Herbert.
Set ye forth <span class="app">to-day<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>today</span></span></span>? <span class="lineNum">389</span></span>
<span class="speaker">Vane.</span>
<span class="line" id="L390">With the next tide. <span class="lineNum">390</span></span>
<span class="speaker">King.</span>
<span class="line" id="L391">So speed ye wind <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> wave <span class="lineNum">391</span></span>
<span class="line" id="L392">And send ye swiftly hence<span class="app">, and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span> &</span></span></span> swiftlier back <span class="lineNum">392</span></span>
<span class="line" id="L393">Blest messengers of peace, winged like the dove <span class="lineNum">393</span></span>
<span class="line" id="L394">That bore the olive token<span class="app">. Take my answer,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>! Take my answer,—</span></span></span> <span class="lineNum">394</span></span>
<span class="line" id="L395">A frank compliance with each <span class="app">article<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Article</span></span></span> <span class="lineNum">395</span></span>
<span class="line" id="L396">Save twain, save only twain. <span class="lineNum">396</span></span>
<span class="speaker">Say.</span>
<span class="line" id="L397">And they—I <span class="app">pray thee<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>prithee</span></span></span> <span class="lineNum">397</span></span>
<span class="line" id="L398">Be wholly <span class="app">gracious,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>gracious</span></span></span> Sire! Peril not thus <span class="lineNum">398</span></span>
<span class="line" id="L399">Your country's weal, your freedom, <span class="app">and your crown,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>& your crown</span></span></span> <span class="lineNum">399</span></span>
<span class="line" id="L400">By timeless reservation. <span class="lineNum">400</span></span>
<span class="speaker">King.</span>
<span class="line" id="L401">I have yielded <span class="lineNum">401</span></span>
<span class="line" id="L402">Power <span class="app">and prerogative, and state and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>& prerogative & state &</span></span></span> wealth <span class="lineNum">402</span></span>
<span class="line" id="L403">For my dear country. All that was mine <span class="app">own<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>own,</span></span></span> <span class="lineNum">403</span></span>
<span class="line" id="L404">All that was mine to give<span class="app">, I freely gave;<span class="var"><span class="wit"><span class="witLabel">#msC1: </span> I freely gave,—</span></span></span> <span class="lineNum">404</span></span>
<span class="line" id="L405">That I withhold is of the conscience. Look <span class="lineNum">405</span></span>
<span class="line" id="L406"> these white hairs, and think if one so signed <span class="lineNum">406</span></span>
<span class="line" id="L407">Marked for the grave, may for the vain <span class="app">respect<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>respect,</span></span></span> <span class="lineNum">407</span></span>
<span class="line" id="L408">Of crowns or kingdoms offer up his friends <span class="lineNum">408</span></span>
<span class="line" id="L409">Or his old worship. Mark <span class="app">me:<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>me</span></span></span> I'll not yield <span class="lineNum">409</span></span>
<span class="line" id="L410"> man of that devoted seven, nor bate <span class="lineNum">410</span></span>
<span class="line" id="L411">A word of my accustomed prayer, to save <span class="lineNum">411</span></span>
<span class="line" id="L412">My limbs from cankering fetters, or win back <span class="lineNum">412</span></span>
<span class="line" id="L413">That velvet <span class="app">prison,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>prison</span></span></span> a throne. No more of this. <span class="lineNum">413</span></span>
<span class="line" id="L414">Bear ye <span class="app">the treaty, Sirs; and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>my treaty, Sirs, &</span></span></span> use but half <span class="lineNum">414</span></span>
<span class="line" id="L415">That goodly gift of eloquence for me <span class="lineNum">415</span></span>
<span class="line" id="L416">That ye to me have <span class="app">shown, and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>shewn, &</span></span></span> be but heard <span class="lineNum">416</span></span>
<span class="line" id="L417">With half the grace, <span class="app">and we shall meet full soon& we shall meet full soon,</span> <span class="lineNum">417</span></span>
<span class="line" id="L418">Subject <span class="app">and King, in peace, in blessed peace.—<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>& King, in peace, in blessed peace.</span></span></span> <span class="lineNum">418</span></span>
<span class="stage">
Harrison heard without.
</span>
<span class="line" id="L419">Whoso asks entrance with so wild a din? <span class="lineNum">419</span></span>
<span class="line" id="L420">Give him admittance quickly. <span class="lineNum">420</span></span>
<span class="speaker">Vane.</span>
<span class="line" id="L421">Yet<span class="app">, my liege,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span> my liege</span></span></span> <span class="lineNum">421</span></span>
<span class="line" id="L422">For these seven <span class="app">cavaliers<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Cavaliers</span></span></span>— <span class="lineNum">422</span></span>
<span class="speaker">King.</span>
<span class="line" id="L423">No more! No more! <span class="lineNum">423</span></span>
<span class="line" id="L424">Thou hast my answer.<span class="app">—<span class="var"><span class="wit"><span class="witLabel">#msC1: </span> </span></span></span>By the iron tread <span class="lineNum">424</span></span>
<span class="line" id="L425">A soldier. <span class="lineNum">425</span></span>
<span class="stage">Enter Harrison.</span>
<span class="speaker">Salis.</span>
<span class="line" id="L426">Harrison! What brings
thee <span class="app">hither<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>here</span></span></span>? <span class="lineNum">426</span></span>
<span class="speaker">Har.</span>
<span class="line" id="L427">A sad and solemn message to your prisoner. <span class="lineNum">427</span></span>
<span class="speaker">King.</span>
<span class="line" id="L428">Speak out thy tidings<span class="app">. Speak thine errand, Sir.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>, speak thine errand, Sir,</span></span></span> <span class="lineNum">428</span></span>
<span class="line" id="L429">I am strong-hearted<span class="app">. Sovran<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>,—sovran</span></span></span> privilege <span class="lineNum">429</span></span>
<span class="line" id="L430">Of them that tower so high<span class="app">!—Strong<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>,—Strong</span></span></span> as yon eagle <span class="lineNum">430</span></span>
<span class="line" id="L431">That nests <span class="app">among<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>amongst</span></span></span> the cliffs. I have borne loads <span class="lineNum">431</span></span>
<span class="line" id="L432">That would have sunk a meaner man in gulphs <span class="lineNum">432</span></span>
<span class="line" id="L433">Of deep despair. Thine errand<span class="app">. Stop! Who<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>!—Stop!—Who</span></span></span> sent thee? <span class="lineNum">433</span></span>
<span class="speaker">Har.</span>
<span class="line" id="L434">The Commons <span class="lineNum">434</span></span>
<span class="speaker">King.</span>
<span class="line" id="L435">Now thine errand. <span class="lineNum">435</span></span>
<span class="speaker">Har.</span>
<span class="line" id="L436">To demand <span class="lineNum">436</span></span>
<span class="line" id="L437"> body of Charles Stuart,
sometime King <span class="lineNum">437</span></span>
<span class="line" id="L438">Of <span class="context" title="place">England<span class="si">England |
52.3555177 -1.1743197000000691
| Country in the British Isles. Borders Scotland and Wales. London is the capital
city, and is situated on the River Thames.—#bas52.3555177 -1.1743197000000691</span></span><span class="app">—<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>.</span></span></span> <span class="lineNum">438</span></span>
<span class="speaker">King.</span>
<span class="line" id="L439">Sometime King<span class="app">?<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>!</span></span></span> <span class="lineNum">439</span></span>
<span class="speaker">Har.</span>
<span class="line" id="L440">Whom I attach <span class="lineNum">440</span></span>
<span class="line" id="L441"> treason. <span class="lineNum">441</span></span>
<span class="speaker">King.</span>
<span class="line" id="L442">Treason <span class="app">and the King! Off, Sir!<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>& the King! Off Sir</span></span></span> <span class="lineNum">442</span></span>
<span class="line" id="L443">I warn thee touch me not. Some natures feel <span class="lineNum">443</span></span>
<span class="line" id="L444">A shuddering loathing <span class="app">of<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>at</span></span></span> cold-blooded worms, <span class="lineNum">444</span></span>
<span class="line" id="L445">Snakes, aspics, vipers, <span class="app">toads<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>toads,</span></span></span> flesh doth creep <span class="lineNum">445</span></span>
<span class="line" id="L446">And shiver if the reptile man approach <span class="lineNum">446</span></span>
<span class="line" id="L447">Too closely. <span class="app">Show<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Shew</span></span></span> thy warrant. <span class="lineNum">447</span></span>
<span class="speaker">Har.</span>
<span class="line" id="L448">Look you, Sir, <span class="lineNum">448</span></span>
<span class="line" id="L449">The warrant be obeyed. <span class="lineNum">449</span></span>
<span class="speaker">Vane.</span>
<span class="line" id="L450">Dost thou not see <span class="lineNum">450</span></span>
<span class="stage">(to Salisbury)</span>
<span class="line" id="L451">The <span class="app">master hand<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>master-hand</span></span></span> of Cromwell in this deed? <span class="lineNum">451</span></span>
<span class="stage">(to Harrison)</span>
<span class="line" id="L452">Where is the General? <span class="lineNum">452</span></span>
<span class="speaker">Har.</span>
<span class="line" id="L453">Come victorious home— <span class="lineNum">453</span></span>
<span class="line" id="L454"><span class="app">Know'st<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Knowst</span></span></span> thou not that?—to lend his pious aid <span class="lineNum">454</span></span>
<span class="line" id="L455">To our great work. <span class="lineNum">455</span></span>
<span class="speaker">Salis.</span>
<span class="line" id="L456">But thou art from the Commons, <span class="lineNum">456</span></span>
<span class="line" id="L457">Not from the Council<span class="app">,—sure thou saidst the Commons?<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>—sure thou saidst the Commons!—</span></span></span> <span class="lineNum">457</span></span>
<span class="line" id="L458">And they were earnest for the treaty. <span class="lineNum">458</span></span>
<span class="speaker">Har.</span>
<span class="line" id="L459"><span class="app">Aye,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Aye</span></span></span> <span class="lineNum">459</span></span>
<span class="line" id="L460">But in that goodly field grew tares, rank tares, <span class="lineNum">460</span></span>
<span class="line" id="L461">Which have been weeded out<span class="app">: stiff<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>. Stiff</span></span></span>presbyters, <span class="lineNum">461</span></span>
<span class="line" id="L462">Bitter malignants, <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> those sons of wrath <span class="lineNum">462</span></span>
<span class="line" id="L463"><span class="app">Who falter in the better path—<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>That falter in the better path,</span></span></span> dead boughs <span class="lineNum">463</span></span>
<span class="line" id="L464">Upon a noble tree. Some fifty horse <span class="lineNum">464</span></span>
<span class="line" id="L465">Swept off the rubbish. <span class="lineNum">465</span></span>
<span class="speaker">Say.</span>
<span class="line" id="L466">But the men are safe? <span class="lineNum">466</span></span>
<span class="speaker">Har.</span>
<span class="line" id="L467">Even as thyself. <span class="lineNum">467</span></span>
<span class="stage">(to the King)</span>
<span class="line" id="L468">Now, sir, hast thou enough <span class="lineNum">468</span></span>
<span class="line" id="L469">Studied yon parchment? <span class="lineNum">469</span></span>
<span class="speaker">King.</span>
<span class="line" id="L470">Treason! to arraign <span class="lineNum">470</span></span>
<span class="line" id="L471">A crowned King of treason! I am here <span class="lineNum">471</span></span>
<span class="line" id="L472"> with these same Commons on the faith, <span class="lineNum">472</span></span>
<span class="line" id="L473">The general faith of nations. I appeal <span class="lineNum">473</span></span>
<span class="line" id="L474">To ye, my foes; to thee, my gaoler. What! <span class="lineNum">474</span></span>
<span class="line" id="L475">Stand ye all mute<span class="app">? high lords and learned lawmen,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>, high lords & learned lawmen</span></span></span> <span class="lineNum">475</span></span>
<span class="line" id="L476">And reverend ministers? Ye had glib tongues <span class="lineNum">476</span></span>
<span class="line" id="L477">For subtle argument<span class="app">, and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span> &</span></span></span> treasonous craft, <span class="lineNum">477</span></span>
<span class="line" id="L478"> cobweb sophistry. Have ye no word <span class="lineNum">478</span></span>
<span class="line" id="L479">For faith, for honour? <span class="app">not one word? Shame! shame!<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Not one word? Shame! Shame!</span></span></span> <span class="lineNum">479</span></span>
<span class="speaker">Vane.</span>
<span class="line" id="L480">We are the Commons'
servants, <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> must needs <span class="lineNum">480</span></span>
<span class="line" id="L481">Obey their <span class="app">mandates<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>mandate</span></span></span>. <span class="lineNum">481</span></span>
<span class="speaker">Say.</span>
<span class="line" id="L482">Yet with grief of heart— <span class="lineNum">482</span></span>
<span class="speaker">Har.</span>
<span class="line" id="L483">Silence! <span class="lineNum">483</span></span>
<span class="speaker">King.</span>
<span class="line" id="L484"><span class="app">Aye, silence! Sir,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Aye silence! Sir</span></span></span> I thank thee yet <span class="lineNum">484</span></span>
<span class="line" id="L485">That sparest me that sharpest injury <span class="lineNum">485</span></span>
<span class="line" id="L486">A traitor's pity. For that gentle deed <span class="lineNum">486</span></span>
<span class="line" id="L487">I yield me gently to thy hands. Lead on <span class="lineNum">487</span></span>
<span class="line" id="L488">Where'er thou <span class="app">wilt;<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>wilt</span></span></span> I follow. <span class="lineNum">488</span></span>
<span class="speaker">Har.</span>
<span class="line" id="L489">Straight to <span class="context" title="place">London<span class="si">London, England | London | England |
51.5073509 -0.12775829999998223
| Capital city of England and the United Kingdom; one the oldest
cities in Western Europe. Major seaport and global trading center at the mouth
of the Thames. From 1831 to 1925, the
largest city in the world.—#lmw51.5073509 -0.12775829999998223</span></span>. <span class="lineNum">489</span></span>
<span class="line" id="L490">To bide thy trial. <span class="lineNum">490</span></span>
<span class="speaker">King.</span>
<span class="line" id="L491">What! <span class="app">will<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Will</span></span></span> they dare that? <span class="lineNum">491</span></span>
<span class="line" id="L492">Doth not the very thought, the very word <span class="lineNum">492</span></span>
<span class="line" id="L493">Appal the rebels? Trial! When we meet <span class="lineNum">493</span></span>
<span class="line" id="L494">Confronted in <span class="context" title="place">that regal <span class="app">Hall<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>hall</span></span></span><span class="si">Painted Chamber, Westminster Palace, Westminster, London,
England | Westminster | London | England |
51.4994794 -0.12480919999995876
| | A room in Westminster
Palace destroyed during the accidental burning of the
Houses of Parliament
in
1834.—#lmw #rnes51.4994794 -0.12480919999995876</span></span>, the King <span class="lineNum">494</span></span>
<span class="line" id="L495">And his revolted subjects, whoso then <span class="lineNum">495</span></span>
<span class="line" id="L496">Shall be the <span class="app">Judge? The King. Whoso make inquest,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>judge? The King! Whoso make inquest?</span></span></span> <span class="lineNum">496</span></span>
<span class="line" id="L497"><span class="app">Whoso condemn, and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Whoso condemn? And</span></span></span> whoso fling a pardon, <span class="lineNum">497</span></span>
<span class="line" id="L498">A scornful pardon on your heads? The <span class="app">King,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>King!</span></span></span> <span class="lineNum">498</span></span>
<span class="line" id="L499">The <span class="app">King, I tell ye,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>King! I tell ye</span></span></span> Sirs. Come on! I pant <span class="lineNum">499</span></span>
<span class="line" id="L500">To meet these <span class="app">Judges<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>judges</span></span></span>. For ye, solemn mockers, <span class="lineNum">500</span></span>
<span class="line" id="L501">Grave men of peace, <span class="app">deceivers<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>(deceivers</span></span></span> or deceived, <span class="lineNum">501</span></span>
<span class="line" id="L502"><span class="app">Sincere or false boots little,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Or false or true boots little)</span></span></span> fare ye well! <span class="lineNum">502</span></span>
<span class="line" id="L503">Yet give me yon vain treaty<span class="app">—<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>. </span></span></span>Now, by Heaven <span class="lineNum">503</span></span>
<span class="line" id="L504">I shame to have communed with ye!<span class="app">—This slight paper,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span> This slight paper</span></span></span> <span class="lineNum">504</span></span>
<span class="line" id="L505">That shivers at a touch<span class="app">, is tough and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span> is tough &</span></span></span> firm <span class="lineNum">505</span></span>
<span class="line" id="L506">Mated with such as ye. Bear to the Commons, <span class="lineNum">506</span></span>
<span class="line" id="L507">Your masters, yon torn fragments, fitting type <span class="lineNum">507</span></span>
<span class="line" id="L508"> type <span class="lineNum">508</span></span>
<span class="line" id="L509">Of ye, men of a broken faith! Farewell! <span class="lineNum">509</span></span>
<span class="line" id="L510"><span class="app">I wait thy pleasure, Sir.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Now Sir I wait thee.</span></span></span> <span class="lineNum">510</span></span>
<span class="stage">
<span class="app">END OF THE FIRST ACT.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>End of Act the First.</span></span></span>
</span>
</div>
</div>
<div class="act">
<h2>
<span class="app">ACT II.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>
Charles the First.<br />Act the Second.</span></span></span>
</h2>
<div class="scene">
<h2>
SCENE I.
</h2>
<span class="stage">
<span class="app">Scene—The Painted Chamber. A table at which
are seated Commissioners, Lawyers, &c.; <span class="var"><span class="wit"><span class="witLabel">#msC1: </span>The Painted Chamber. A table with the
Commissioners lawyers & c seated.</span></span></span> A gothic window behind the table through which objects that pass may be seen.</span>
<span class="stage">
Bradshaw, Fairfax, Ireton, Downes, Cook,
Marten
<span class="app">, Tichburn, &c. Fairfax comes forward, followed by
Bradshaw, Ireton,
and Downes
<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>
Tichburn & c. Fairfax comes forward, followed by
Bradshaw
Ireton & Downes
</span></span></span>.</span>
<span class="speaker">Fairfax.</span>
<span class="line" id="L511">Soon as the day be fixed<span class="app">, apprize me, Sirs;<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>—apprise me Sirs</span></span></span> <span class="lineNum">511</span></span>
<span class="line" id="L512">The <span class="app">halberdiers<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Halberdiers</span></span></span> shall wait ye. <span class="lineNum">512</span></span>
<span class="speaker">Bradshaw.</span>
<span class="line" id="L513">Good my lord <span class="lineNum">513</span></span>
<span class="line" id="L514">Thou wilt not leave us? When did Fairfax
fly <span class="lineNum">514</span></span>
<span class="line" id="L515">A post of danger? And his honoured name <span class="lineNum">515</span></span>
<span class="line" id="L516">Stands foremost in our roll. <span class="lineNum">516</span></span>
<span class="speaker">Fair.</span>
<span class="line" id="L517"><span class="app">Sir,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Sir</span></span></span> I am sworn <span class="lineNum">517</span></span>
<span class="line" id="L518">The soldier of the Commons, <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> as soldier <span class="lineNum">518</span></span>
<span class="line" id="L519">Obey them loyally. All that ye need <span class="lineNum">519</span></span>
<span class="line" id="L520">For state or for defence in this sad pageant <span class="lineNum">520</span></span>
<span class="line" id="L521">Our camp shall furnish. Save their <span class="app">General,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>General</span></span></span> <span class="lineNum">521</span></span>
<span class="line" id="L522">You may command the army. For this trial <span class="lineNum">522</span></span>
<span class="line" id="L523">I like it not. I am no gownsman. <span class="app">Sirs,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Sir</span></span></span> <span class="lineNum">523</span></span>
<span class="line" id="L524">The <span class="app">halberdiers<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Halberdiers</span></span></span> shall wait ye. <span class="lineNum">524</span></span>
<span class="stage">
<span class="app">(Exit Fairfax.)<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Exit Fairfax.</span></span></span>
</span>
<span class="speaker">Mar.</span>
<span class="line" id="L525"> a nice <span class="lineNum">525</span></span>
<span class="line" id="L526">And peevish conscience Fairfax bears! Will
send <span class="lineNum">526</span></span>
<span class="line" id="L527"><span class="app">Arms, horses, men,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>
Arms horses men</span></span></span> to escort the prisoner, line <span class="lineNum">527</span></span>
<span class="line" id="L528">The Court, defend the <span class="app">judges<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Judges</span></span></span>, guard the scaffold— <span class="lineNum">528</span></span>
<span class="line" id="L529">If so our wisdom wills—yet hold himself <span class="lineNum">529</span></span>
<span class="line" id="L530">Content <span class="app">and harmless, so<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>& harmless so</span></span></span> his single voice <span class="lineNum">530</span></span>
<span class="line" id="L531">Swell not the general doom. <span class="lineNum">531</span></span>
<span class="speaker">Dow.</span>
<span class="line" id="L532">Yet 'tis a wise <span class="lineNum">532</span></span>
<span class="line" id="L533">And noble gentleman. <span class="lineNum">533</span></span>
<span class="speaker">Brad.</span>
<span class="line" id="L534">Tush! a good <span class="app">sword-<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>sword</span></span></span>blade<span class="app">,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>!</span></span></span> <span class="lineNum">534</span></span>
<span class="line" id="L535">Keen in the field, but at the <span class="app">council<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Council</span></span></span> dull <span class="lineNum">535</span></span>
<span class="line" id="L536">And heavy as <span class="app">as<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>
<span class="caret">^</span>
</span></span></span> the scabbard. <span class="lineNum">536</span></span>
<span class="stage">Enter Cromwell.</span>
<span class="line" id="L537">Lo! where comes <span class="lineNum">537</span></span>
<span class="line" id="L538">One whose bright spirit knows no dimness. Cromwell! <span class="lineNum">538</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L539">Hear ye the news my masters? <span class="app">Harrison,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Harrison</span></span></span> <span class="lineNum">539</span></span>
<span class="line" id="L540">That bold and zealous soldier of our <span class="app">Israel,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Israel</span></span></span> <span class="lineNum">540</span></span>
<span class="line" id="L541">Is here. <span class="lineNum">541</span></span>
<span class="speaker">Brad.</span>
<span class="line" id="L542">Where is the King? <span class="lineNum">542</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L543">The King of Kings<span id="Note13" class="anchor">[13] <span class="note" id="n13">A New Testament epithet for Christ, who is called the King of Kings in Revelations 17:2 ("the Lamb
shall overcome them: for he is Lord of lords, and King of kings.") See also Revelations
19:16.—#rnes</span></span> <span class="lineNum">543</span></span>
<span class="line" id="L544">Delivers him unto us. Harrison <span class="lineNum">544</span></span>
<span class="line" id="L545">Awaits his landing. We must be prepared <span class="lineNum">545</span></span>
<span class="line" id="L546">For instant trial. Glad am I <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> proud <span class="lineNum">546</span></span>
<span class="line" id="L547">To greet with looks so firm <span class="app">and resolute<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>& confident</span></span></span> <span class="lineNum">547</span></span>
<span class="line" id="L548">This full <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> frequent council. <span class="lineNum">548</span></span>
<span class="speaker">Brad.</span>
<span class="line" id="L549">Yet you met <span class="lineNum">549</span></span>
<span class="line" id="L550">A great one who forsakes us. <span class="lineNum">550</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L551">The <span class="app">Lord General<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Lord-General</span></span></span>? <span class="lineNum">551</span></span>
<span class="line" id="L552">Why on the battle-day such loss might cause <span class="lineNum">552</span></span>
<span class="line" id="L553">An hour's perplexity. Now—Hark <span class="app">ye<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>ye,</span></span></span> Sirs! <span class="lineNum">553</span></span>
<span class="line" id="L554">Passing awhile Lord Fairfax<span class="app">'s<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>'</span></span></span> door I saw <span class="lineNum">554</span></span>
<span class="line" id="L555">The Queen. <span class="lineNum">555</span></span>
<span class="speaker">Ire.</span>
<span class="line" id="L556"><span class="app">
<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>
</span></span></span>In <span class="context" title="place">England<span class="si">England |
52.3555177 -1.1743197000000691
| Country in the British Isles. Borders Scotland and Wales. London is the capital
city, and is situated on the River Thames.—#bas52.3555177 -1.1743197000000691</span></span>! Didst thou see her face? <span class="lineNum">556</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L557">No<span class="app">. But<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>! but</span></span></span> I knew her by the wanton curls, <span class="lineNum">557</span></span>
<span class="line" id="L558">The mincing delicate step of pride, the gait <span class="lineNum">558</span></span>
<span class="line" id="L559">Erect and lofty. 'Twas herself, I say, <span class="lineNum">559</span></span>
<span class="line" id="L560">Vain Jezabel! <span class="lineNum">560</span></span>
<span class="speaker">Dow.</span>
<span class="line" id="L561">At Fairfax<span class="app">'s gate! Alas!<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>' gate! Alas</span></span></span> <span class="lineNum">561</span></span>
<span class="line" id="L562">Poor lady! <span class="lineNum">562</span></span>
<span class="speaker">Crom.</span>
<span class="stage">(Aside)</span>
<span class="line" id="L563">Ha! And must we watch thee too? <span class="lineNum">563</span></span>
<span class="stage">
</span>
<span class="line" id="L564">No word of this good Sirs<span class="app">.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>!</span></span></span> <span class="lineNum">564</span></span>
<span class="stage">(going to the <span class="app">table<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Table</span></span></span>)</span>
<span class="line" id="L565">Why master Cook <span class="lineNum">565</span></span>
<span class="line" id="L566">What needs this long <span class="app">i<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>I</span></span></span>ndictment? Seems to me <span class="lineNum">566</span></span>
<span class="line" id="L567">Thou dost mistake our cause. The crime is not <span class="lineNum">567</span></span>
<span class="line" id="L568">A trivial larceny, where some poor thief <span class="lineNum">568</span></span>
<span class="line" id="L569">Is fenced <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> hemmed in by a form of words <span class="lineNum">569</span></span>
<span class="line" id="L570">In tedious repetition, endless links <span class="lineNum">570</span></span>
<span class="line" id="L571"> chain of law, lest at some loophole <span class="lineNum">571</span></span>
<span class="line" id="L572">The paltry wretch escape. We try a King, <span class="lineNum">572</span></span>
<span class="line" id="L573">In the stern name of Justice. Fling aside <span class="lineNum">573</span></span>
<span class="line" id="L574">These cumbering subtleties, this maze of words, <span class="lineNum">574</span></span>
<span class="line" id="L575">And in brief homely phrase, such as the soldier <span class="lineNum">575</span></span>
<span class="line" id="L576">May con over his watchfire, or the <span class="app">milk-maid<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>milkmaid</span></span></span> <span class="lineNum">576</span></span>
<span class="line" id="L577">Wonderingly murmur as she tends her kine, <span class="lineNum">577</span></span>
<span class="line" id="L578">Or the young boy trace in his first huge scroll, <span class="lineNum">578</span></span>
<span class="line" id="L579"> sew in her sampler, say <span class="lineNum">579</span></span>
<span class="line" id="L580">That we arraign Charles Stuart King of England <span class="lineNum">580</span></span>
<span class="line" id="L581">For warring on his people. Let this deed <span class="lineNum">581</span></span>
<span class="line" id="L582">Be clear <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> open as beseems the men <span class="lineNum">582</span></span>
<span class="line" id="L583">On whom the Lord hath set his seal. Besides <span class="lineNum">583</span></span>
<span class="line" id="L584">That will let loose thy stream of eloquence <span class="lineNum">584</span></span>
<span class="line" id="L585"> by this cold freezing plea. What says <span class="lineNum">585</span></span>
<span class="line" id="L586">Our learned President<span class="app">?<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>.</span></span></span> <span class="lineNum">586</span></span>
<span class="speaker">Brad.</span>
<span class="line" id="L587">Thou art right<span class="app">.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>!</span></span></span> Thou art right. <span class="lineNum">587</span></span>
<span class="line" id="L588">Our fair intent needs not a veil. Be sure <span class="lineNum">588</span></span>
<span class="line" id="L589">He shall have noble trial <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> speedy, such <span class="lineNum">589</span></span>
<span class="line" id="L590">As may beseem a King. <span class="lineNum">590</span></span>
<span class="speaker">Dow.</span>
<span class="line" id="L591">What is his bearing? <span class="lineNum">591</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L592">Resolved <span class="app">and confident. Lately<span class="var"><span class="wit"><span class="witLabel">#msC1: </span> & confident. Last night</span></span></span> at <span class="context" title="place">Windsor</span> <span class="lineNum">592</span></span>
<span class="line" id="L593">Eating a Spanish melon of choice <span class="app">flavour,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>flavour</span></span></span> <span class="lineNum">593</span></span>
<span class="line" id="L594">He bade his <span class="app">servant Herbert<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>servant, Herbert,</span></span></span> send the seeds <span class="lineNum">594</span></span>
<span class="line" id="L595">To be sowed straight at <span class="context" title="place">Hampton.</span> <span class="lineNum">595</span></span>
<span class="speaker">Mar.</span>
<span class="line" id="L596">Many men <span class="lineNum">596</span></span>
<span class="line" id="L597">Plant acorns for their successors<span class="app">; this<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>. This</span></span></span> King sets <span class="lineNum">597</span></span>
<span class="line" id="L598">A gourd. <span class="lineNum">598</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L599">The
<span class="app">Prophet's<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>prophet's</span></span></span>
gourd. We are all mortal. <span class="lineNum">599</span></span>
<span class="line" id="L600">Sow but a grain of mustard<span id="Note14" class="anchor">[14] <span class="note" id="n14">An allusion to the New Testament parable of the mustardseed (Matthew 17:20)—#rnes</span></span>, the green thing <span class="lineNum">600</span></span>
<span class="line" id="L601"><span class="app">Which soonest springs from death to life, and thou<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>That soonest springs from death to life, & thou</span></span></span> <span class="lineNum">601</span></span>
<span class="line" id="L602">Shalt wither ere the leaflets shoot. <span class="lineNum">602</span></span>
<span class="speaker">Ire.</span>
<span class="line" id="L603">The King <span class="lineNum">603</span></span>
<span class="line" id="L604">Deems that we dare not try him. <span class="lineNum">604</span></span>
<span class="speaker">Brad.</span>
<span class="line" id="L605">Dare not! Cromwell <span class="lineNum">605</span></span>
<span class="line" id="L606">How soon dost think— <span class="lineNum">606</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L607">Was't not the plash of oars? <span class="lineNum">607</span></span>
<span class="speaker">Brad.</span>
<span class="line" id="L608">Cromwell! <span class="lineNum">608</span></span>
<span class="speaker">Ire.</span>
<span class="line" id="L609">He hears thee not. His sense rejects <span class="lineNum">609</span></span>
<span class="line" id="L610">All <span class="app">sound<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>sounds</span></span></span> save that for which with such intense <span class="lineNum">610</span></span>
<span class="line" id="L611">And <span class="app">passionate<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>breathless</span></span></span> zeal he listens. See his cheek <span class="lineNum">611</span></span>
<span class="line" id="L612">Quivers with expectation. Its old hue <span class="lineNum">612</span></span>
<span class="line" id="L613">Of ruddy brown is gone. <span class="lineNum">613</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L614">Hark! <span class="app">Hark!<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>hark!</span></span></span> my masters! <span class="lineNum">614</span></span>
<span class="line" id="L615"> is come! He is come! We are about to do <span class="lineNum">615</span></span>
<span class="line" id="L616">A deed which shall draw on us
questioning eyes <span class="lineNum">616</span></span>
<span class="line" id="L617">From the <span class="app">astonished<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>astonied</span></span></span> nations. shall gaze <span class="lineNum">617</span></span>
<span class="line" id="L618">Afeared <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> wondering on this spot of earth <span class="lineNum">618</span></span>
<span class="line" id="L619">As on a comet in the Heavens, fatal <span class="lineNum">619</span></span>
<span class="line" id="L620">To Kings of old. Start ye? Why at the first <span class="lineNum">620</span></span>
<span class="line" id="L621"> started, as a man who in a dream <span class="lineNum">621</span></span>
<span class="line" id="L622">Sees indistinct <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> terrible grim forms <span class="lineNum">622</span></span>
<span class="line" id="L623">Of <span class="app">death and danger<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Death & Danger</span></span></span> float before his glazed <span class="lineNum">623</span></span>
<span class="line" id="L624">And <span class="app">wondering eyes; <span class="var"><span class="wit"><span class="witLabel">#msC1: </span>powerless eyes:—</span></span></span>but then as one who wakes <span class="lineNum">624</span></span>
<span class="line" id="L625">The inspiring light fell on me, <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> I saw <span class="lineNum">625</span></span>
<span class="line" id="L626">The <span class="app">guiding hand<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Guiding Hand</span></span></span> of Providence visibly <span class="lineNum">626</span></span>
<span class="line" id="L627">Beckoning to the great combat. We are His soldiers <span class="lineNum">627</span></span>
<span class="line" id="L628">Following the Cloud by day, the Fire by <span class="app">night:<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>night</span></span></span> <span class="lineNum">628</span></span>
<span class="line" id="L629">And shall we not be constant? We are arrayed <span class="lineNum">629</span></span>
<span class="line" id="L630">Against the stiff combined embodied spirits <span class="lineNum">630</span></span>
<span class="line" id="L631">Of prelacy <span class="app">and tyranny:<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>& tyranny</span></span></span>—Shall we not <span class="lineNum">631</span></span>
<span class="line" id="L632">Be bold? <span class="lineNum">632</span></span>
<span class="stage">(The King, Herbert, <span class="app">
Harrison, &c. pass the window<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Harrison, guards &c pass the window</span></span></span>)</span>
<span class="line" id="L633">See! See! <span class="app">he passes!<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>He passes.</span></span></span> So shall pass <span class="lineNum">633</span></span>
<span class="line" id="L634">The <span class="app">oppressor<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Oppressor</span></span></span> from the earth. His very shadow <span class="lineNum">634</span></span>
<span class="line" id="L635">The very traces of his foot are <span class="app">gone,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>gone</span></span></span> <span class="lineNum">635</span></span>
<span class="line" id="L636">And the English ground is free, the English air <span class="lineNum">636</span></span>
<span class="line" id="L637">Free, free<span class="app">!—All praise be to His mighty name<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>.—All praise be to His Mighty Name</span></span></span>! <span class="lineNum">637</span></span>
<span class="line" id="L638">This is the crowning work. <span class="lineNum">638</span></span>
<span class="stage">
<span class="app">(The Scene closes.)<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>The Scene closes.</span></span></span>
</span>
</div>
<div class="scene">
<h2>
SCENE II.
</h2>
<span class="stage">
<span class="app">—A Gallery leading to the King's
Prison
<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Scene—A gallery near the King's prison</span></span></span>.</span>
<span class="stage">The Queen, Lady Fairfax, a
Centinel.</span>
<span class="speaker">Lady Fairfax.</span>
<span class="line" id="L639">Another guard! The pass-word that hath served us <span class="lineNum">639</span></span>
<span class="line" id="L640">Through <span class="app">court, and gate, and hall, will fail us here;<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>court & gate & hall will fail us here,</span></span></span> <span class="lineNum">640</span></span>
<span class="line" id="L641">This is the immediate prison of the King. <span class="lineNum">641</span></span>
<span class="line" id="L642">Say, <span class="app">Royal<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>royal</span></span></span> Madam, had we best accost <span class="lineNum">642</span></span>
<span class="line" id="L643">Yon centinel? <span class="lineNum">643</span></span>
<span class="speaker">Queen.</span>
<span class="line" id="L644">The prison of the King! <span class="lineNum">644</span></span>
<span class="line" id="L645">And I have lived to hear those <span class="app">words<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>words,</span></span></span> that pierce <span class="lineNum">645</span></span>
<span class="line" id="L646"><span class="app">daggers<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>daggers,</span></span></span> spoken familiarly <span class="lineNum">646</span></span>
<span class="line" id="L647">As she would say <span class="app">good day or fare<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Good den, or Fare</span></span></span> ye well! <span class="lineNum">647</span></span>
<span class="line" id="L648">The prison of the King! <span class="context" title="place">England<span class="si">England |
52.3555177 -1.1743197000000691
| Country in the British Isles. Borders Scotland and Wales. London is the capital
city, and is situated on the River Thames.—#bas52.3555177 -1.1743197000000691</span></span> hath
been <span class="lineNum">648</span></span>
<span class="line" id="L649">His prison<span class="app">—but this one leads<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>, but this one leads</span></span></span>—My
<span class="app">Lady<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>lady</span></span></span> Fairfax <span class="lineNum">649</span></span>
<span class="line" id="L650">Command him to admit us. <span class="lineNum">650</span></span>
<span class="speaker">Lady F.</span>
<span class="line" id="L651">He draws nigh. <span class="lineNum">651</span></span>
<span class="speaker">Centinel.</span>
<span class="line" id="L652">Fair mistresses how won ye here? This gallery <span class="lineNum">652</span></span>
<span class="line" id="L653">Leads to the prisoner's chambers. <span class="lineNum">653</span></span>
<span class="speaker">
<span class="app">Lady F.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Queen.</span></span></span>
</span>
<span class="line" id="L654">We would see him. <span class="lineNum">654</span></span>
<span class="line" id="L655">Admit us<span class="app">.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>!</span></span></span> <span class="lineNum">655</span></span>
<span class="speaker">Cent.</span>
<span class="line" id="L656">Be ye frenetic? Know ye not <span class="lineNum">656</span></span>
<span class="line" id="L657"><span class="app">That,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>That</span></span></span> save the Lords Commissioners none dare <span class="lineNum">657</span></span>
<span class="line" id="L658">Approach the prisoner? <span class="lineNum">658</span></span>
<span class="speaker">Queen.</span>
<span class="line" id="L659">Say the King. <span class="lineNum">659</span></span>
<span class="speaker">Cent.</span>
<span class="line" id="L660">Who art thou <span class="lineNum">660</span></span>
<span class="line" id="L661">That speak'st with such command? <span class="lineNum">661</span></span>
<span class="speaker">Lady F.</span>
<span class="app">Know'st thou not me?<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>
<em>me</em>
</span></span></span>
<span class="line" id="L663">Thy General's wife<span class="app">.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>?</span></span></span> <span class="lineNum">663</span></span>
<span class="speaker">Cent.</span>
<span class="line" id="L664">I am of Cromwell's <span class="app">soldiers,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>soldiers</span></span></span> <span class="lineNum">664</span></span>
<span class="line" id="L665">And own no woman's rule. <span class="lineNum">665</span></span>
<span class="speaker">Queen.</span>
<span class="line" id="L666">Admit us<span class="app">, slave!<span class="var"><span class="wit"><span class="witLabel">#msC1: </span> slave</span></span></span> <span class="lineNum">666</span></span>
<span class="line" id="L667">I am the Queen, thy Queen, the Queen of
<span class="context" title="place">England<span class="si">England |
52.3555177 -1.1743197000000691
| Country in the British Isles. Borders Scotland and Wales. London is the capital
city, and is situated on the River Thames.—#bas52.3555177 -1.1743197000000691</span></span><span class="app">!<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>,</span></span></span> <span class="lineNum">667</span></span>
<span class="line" id="L668">Make way<span class="app">.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>!</span></span></span> <span class="lineNum">668</span></span>
<span class="speaker">Cent.</span>
<span class="line" id="L669">Stand back I say. <span class="lineNum">669</span></span>
<span class="speaker">Queen.</span>
<span class="line" id="L670"> am a wife <span class="lineNum">670</span></span>
<span class="line" id="L671">Seeking her husband in his prison<span class="app">. Soldier,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>! Soldier</span></span></span> <span class="lineNum">671</span></span>
<span class="line" id="L672">If thou have a man's heart! <span class="lineNum">672</span></span>
<span class="speaker">Lady F.</span>
<span class="line" id="L673">Here's money for <span class="app">thee—<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>thee</span></span></span> <span class="lineNum">673</span></span>
<span class="line" id="L674">Admit her. <span class="lineNum">674</span></span>
<span class="speaker">Cent.</span>
<span class="line" id="L675">I have fought in twenty <span class="app">fields<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>fields,</span></span></span> <span class="lineNum">675</span></span>
<span class="line" id="L676"><span class="app">A veteran of the cause. Put up your gold.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>A Veteran of the cause. Put up thy gold;</span></span></span> <span class="lineNum">676</span></span>
<span class="line" id="L677">And, <span class="app">madam<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Madam</span></span></span>, please you home! <span class="lineNum">677</span></span>
<span class="speaker">Queen.</span>
<span class="line" id="L678">Here is my <span class="app">home,—<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>home</span></span></span> <span class="lineNum">678</span></span>
<span class="line" id="L679">My husband's prison gate<span class="app">. I'll live here, die here,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>—I'll live here, die here;</span></span></span> <span class="lineNum">679</span></span>
<span class="line" id="L680"><span class="app">without<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>without,</span></span></span> as he within, <span class="lineNum">680</span></span>
<span class="line" id="L681">Till <span class="app">death, the great deliverer<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Death the great Deliverer</span></span></span> comes to free <span class="lineNum">681</span></span>
<span class="line" id="L682">The <span class="app">captives. This<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Captives; this</span></span></span> shall be my grave. Charles!Charles! <span class="lineNum">682</span></span>
<span class="speaker">Lady F.</span>
<span class="line" id="L683">Peace! <span class="app">Peace<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>peace</span></span></span>! <span class="lineNum">683</span></span>
<span class="speaker">Queen.</span>
<span class="line" id="L684">I thought I heard him. Charles! <span class="app">my<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>My</span></span></span>Charles! <span class="lineNum">684</span></span>
<span class="line" id="L685">My King! My <span class="app">Husband<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>husband</span></span></span>! <span class="lineNum">685</span></span>
<span class="speaker">Cent.</span>
<span class="line" id="L686">There are many chambers <span class="lineNum">686</span></span>
<span class="line" id="L687">Between thee <span class="app">and the King. I prythee hence!<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>& the King. I prythee hence.</span></span></span> <span class="lineNum">687</span></span>
<span class="speaker">Lady F.</span>
<span class="line" id="L688"><span class="app">Madam,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Madam</span></span></span> take patience. <span class="lineNum">688</span></span>
<span class="speaker">Queen.</span>
<span class="line" id="L689">Charles! He must be
dead <span class="lineNum">689</span></span>
<span class="line" id="L690">Already that he answers not. <span class="lineNum">690</span></span>
<span class="stage">Enter Cromwell.
</span>
<span class="speaker">Crom.</span>
<span class="line" id="L691">What means <span class="lineNum">691</span></span>
<span class="line" id="L692">This clamourous din of female tongues so near <span class="lineNum">692</span></span>
<span class="line" id="L693">The prison of the King? The
<span class="app">Lady<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>lady</span></span></span> Fairfax! <span class="lineNum">693</span></span>
<span class="speaker">Queen.</span>
<span class="line" id="L694">Cromwell! <span class="lineNum">694</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L695">The Queen! <span class="lineNum">695</span></span>
<span class="speaker">Queen.</span>
<span class="line" id="L696">Cromwell<span class="app"><span class="var"><span class="wit"><span class="witLabel">#msC1: </span>!</span></span></span><span class="app"><span class="var"><span class="wit"><span class="witLabel">#msC1: </span>!</span></span></span><span class="app">thee,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>thee</span></span></span> <span class="lineNum">696</span></span>
<span class="line" id="L697">Yet open yonder door<span class="app">, and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span> &</span></span></span> I'll pray for thee <span class="lineNum">697</span></span>
<span class="line" id="L698">All my life long. <span class="app">Yon<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>That</span></span></span> churlish centinel— <span class="lineNum">698</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L699"><span class="app">duty.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>duty.—</span></span></span> her to her husband. <span class="lineNum">699</span></span>
<span class="speaker">Queen.</span>
<span class="line" id="L700">Be quick! Be quick! <span class="lineNum">700</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L701">The word is <span class="context" title="place">Naseby.<span class="si">Naseby, Northamptonshire, England | Naseby | Northamptonshire | England |
52.3954519 -0.9885334000000512
| Village in Northamptonshire, the site of the Battle of
Naseby on 14 June 1645, the decisive
Parliamentary victory in the English Civil War.—#rnes #lmw52.3954519 -0.9885334000000512</span></span> <span class="lineNum">701</span></span>
<span class="speaker">Queen.</span>
<span class="line" id="L702"><span class="app">On!<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>On</span></span></span> <span class="lineNum">702</span></span>
<span class="line" id="L703">Be quick<span class="app">.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>!</span></span></span> Be quick! <span class="lineNum">703</span></span>
<span class="stage">
<span class="app">(Exeunt Queen and Centinel )<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Exeunt the Queen & the Centinel.</span></span></span>
</span>
<span class="speaker">Crom.</span>
<span class="line" id="L704">Now my good <span class="app">Lady<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>lady</span></span></span> Fairfax<span class="app">,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>!</span></span></span>
<span class="lineNum">704</span></span>
<span class="line" id="L705">Right well beseemeth christian charity <span class="lineNum">705</span></span>
<span class="line" id="L706">To succour them that suffer<span class="app">;<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>,</span></span></span> howsoe'er <span class="lineNum">706</span></span>
<span class="line" id="L707"><span class="app">Midst<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>'Mid</span></span></span> strict professors it may breed some marvel <span class="lineNum">707</span></span>
<span class="line" id="L708">That one so famed for rigid sanctity, <span class="lineNum">708</span></span>
<span class="line" id="L709">The gravest matron of the <span class="app">land<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>land,</span></span></span> should herd <span class="lineNum">709</span></span>
<span class="line" id="L710">With yonder woman. <span class="lineNum">710</span></span>
<span class="speaker">Lady F.</span>
<span class="line" id="L711"> the Queen? <span class="lineNum">711</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L712">A papist; <span class="lineNum">712</span></span>
<span class="line" id="L713">A rank Idolater; a mumming masquer; <span class="lineNum">713</span></span>
<span class="line" id="L714">A troller of lewd songs; a wanton dancer; <span class="lineNum">714</span></span>
<span class="line" id="L715">A vain upholder of that strength of Satan <span class="lineNum">715</span></span>
<span class="line" id="L716">The <span class="app">playhouse<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Playhouse</span></span></span>. They that be so eminent <span class="lineNum">716</span></span>
<span class="line" id="L717">As thou will find maligners<span class="app">; 'tis<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>. 'Tis</span></span></span> the curse <span class="lineNum">717</span></span>
<span class="line" id="L718">Of our poor fallen nature. Be not seen <span class="lineNum">718</span></span>
<span class="line" id="L719">Hovering about these walls. I speak in love <span class="lineNum">719</span></span>
<span class="line" id="L720">Of the
<span class="app">Lord General<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>lord-general</span></span></span>
. <span class="lineNum">720</span></span>
<span class="speaker">Lady F.</span>
<span class="line" id="L721">The
<span class="app">Lord General<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>lord-general</span></span></span>
, <span class="lineNum">721</span></span>
<span class="line" id="L722">And many a godly minister, <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> I, <span class="lineNum">722</span></span>
<span class="line" id="L723">Weak woman though I be, mourn that these walls <span class="lineNum">723</span></span>
<span class="line" id="L724">Should come between the King <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> people. Peace <span class="lineNum">724</span></span>
<span class="line" id="L725">Had been a holier bond. <span class="lineNum">725</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L726">Peace! that our General <span class="lineNum">726</span></span>
<span class="line" id="L727">The good <span class="app">Lord<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>lord</span></span></span> Fairfax, Captain of the guard, <span class="lineNum">727</span></span>
<span class="line" id="L728"><span class="app">Should<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>May</span></span></span> tend the popish ladies to their mass <span class="lineNum">728</span></span>
<span class="line" id="L729">A high promotion! Peace! That every dungeon <span class="lineNum">729</span></span>
<span class="line" id="L730">May swarm with pious <span class="app">ministers;<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>ministers</span></span></span> they <span class="lineNum">730</span></span>
<span class="line" id="L731">Their old oppressions? Peace! <span class="app">that<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>That</span></span></span> the grave matron <span class="lineNum">731</span></span>
<span class="line" id="L732">The
<span class="app">Lady<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>lady</span></span></span> Fairfax may with troubled thoughts <span class="lineNum">732</span></span>
<span class="line" id="L733">Sit witness of lewd revels;<span class="app"> mock and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>—mock &</span></span></span> scorn <span class="lineNum">733</span></span>
<span class="line" id="L734">Of the light dames of the chamber<span class="app">, and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span> &</span></span></span> the lordlings <span class="lineNum">734</span></span>
<span class="line" id="L735">Their gallants<span class="app">;—popinjays who scoff and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>,—popinjays, who scoff &</span></span></span> jeer <span class="lineNum">735</span></span>
<span class="line" id="L736">At the staid solemn port, the decent coif, <span class="lineNum">736</span></span>
<span class="line" id="L737">The modest kerchief<span class="app">. I have heard such jeers<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>—I have heard such jibes—</span></span></span> <span class="lineNum">737</span></span>
<span class="line" id="L738">When <span class="app">yon gay Queen hath laughed.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>the gay Queen hath laughed</span></span></span> <span class="lineNum">738</span></span>
<span class="speaker">Lady F.</span>
<span class="line" id="L739"><span class="app">Laughed! Hath she dared!<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>What! Hath she dared</span></span></span> <span class="lineNum">739</span></span>
<span class="line" id="L740">Vain minion! <span class="lineNum">740</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L741">And to see thee with her! Thou <span class="lineNum">741</span></span>
<span class="line" id="L742">That shouldst have been a Jael in this land, <span class="lineNum">742</span></span>
<span class="line" id="L743">A Deborah, a Judith<span class="app">!<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>.</span></span></span> <span class="lineNum">743</span></span>
<span class="speaker">Lady F.</span>
<span class="line" id="L744"><span class="app">Nay,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Nay</span></span></span> we live <span class="lineNum">744</span></span>
<span class="line" id="L745">Under a milder law. Whate'er their crimes <span class="lineNum">745</span></span>
<span class="line" id="L746">Urge not this bloody trial. <span class="lineNum">746</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L747">Whoso saith <span class="lineNum">747</span></span>
<span class="line" id="L748">That the trial shall be bloody? He who reads <span class="lineNum">748</span></span>
<span class="line" id="L749">All <span class="app">hearts,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>hearts</span></span></span> He only knows how my soul yearns <span class="lineNum">749</span></span>
<span class="line" id="L750">Toward yonder pair. I seek them now, a friend, <span class="lineNum">750</span></span>
<span class="line" id="L751">With friendly proffers. As we reach thy coach <span class="lineNum">751</span></span>
<span class="line" id="L752">I'll tell thee more. Come<span class="app">, madam<span class="var"><span class="wit"><span class="witLabel">#msC1: </span> Madam</span></span></span>! <span class="lineNum">752</span></span>
<span class="stage">
<span class="app">(Exeunt.)<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Exeunt.</span></span></span>
</span>
<div class="scene">
<h2>
SCENE III.
</h2>
<span class="stage">
<span class="app">—The King's Apartments<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>The scene opens & shews the King's Apartment</span></span></span>
</span>
<span class="stage">
<span class="app">The King and Herbert.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>The King, Herbert.</span></span></span>
</span>
<span class="speaker">King.</span>
<span class="line" id="L753">Herbert! <span class="lineNum">753</span></span>
<span class="speaker">Her.</span>
<span class="line" id="L754"><span class="app">An<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>
An</span></span></span> please your Majesty. <span class="lineNum">754</span></span>
<span class="speaker">King.</span>
<span class="line" id="L755">Go seek <span class="lineNum">755</span></span>
<span class="line" id="L756">The General. <span class="lineNum">756</span></span>
<span class="speaker">Her.</span>
<span class="line" id="L757">Fairfax? <span class="lineNum">757</span></span>
<span class="speaker">King.</span>
<span class="line" id="L758">Cromwell!
Cromwell!
<span class="app">say<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Say</span></span></span> <span class="lineNum">758</span></span>
<span class="line" id="L759">The King commands his presence. <span class="lineNum">759</span></span>
<span class="stage">
<span class="app">(Exit Herbert)<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Exit Herbert.</span></span></span>
</span>
<span class="line" id="L760">To <span class="app">fore-run him,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>forerun him;</span></span></span> <span class="lineNum">760</span></span>
<span class="line" id="L761">To plunge at once into this stormy sea <span class="lineNum">761</span></span>
<span class="line" id="L762">Of griefs<span class="app">,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>;</span></span></span> to summon my great foe<span class="app">,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>;</span></span></span> to front <span class="lineNum">762</span></span>
<span class="line" id="L763">The obdurate Commons, the fanatic <span class="app">army,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>army</span></span></span> <span class="lineNum">763</span></span>
<span class="line" id="L764">Even the mock <span class="app">judges<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Judges</span></span></span>, they who dare to reign <span class="lineNum">764</span></span>
<span class="line" id="L765">Over a King<span class="app">, <span class="var"><span class="wit"><span class="witLabel">#msC1: </span>—</span></span></span>to breast them all! Then trial, <span class="lineNum">765</span></span>
<span class="line" id="L766">Or peace! Death or the crown! Rest comes with either <span class="lineNum">766</span></span>
<span class="line" id="L767">To me <span class="app">and England, comfortable
rest,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>& England, comfortable
rest</span></span></span> <span class="lineNum">767</span></span>
<span class="line" id="L768">After my many wanderings. <span class="lineNum">768</span></span>
<span class="stage">Enter the <span class="app">Queen<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Queen.</span></span></span>
</span>
<span class="line" id="L769">Henrietta! <span class="lineNum">769</span></span>
<span class="line" id="L770">My wife, my Queen, is't thou? Is't not a dream? <span class="lineNum">770</span></span>
<span class="line" id="L771">For I have dreamed so<span class="app">, and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span> &</span></span></span> awakened—Heaven <span class="lineNum">771</span></span>
<span class="line" id="L772">Shield me from such a waking! Is't a truth? <span class="lineNum">772</span></span>
<span class="speaker">Queen.</span>
<span class="line" id="L773">Do not my tears give answer? Did that vision <span class="lineNum">773</span></span>
<span class="line" id="L774">Rain drops of joy like these? <span class="lineNum">774</span></span>
<span class="speaker">King.</span>
<span class="line" id="L775">To see thee here <span class="lineNum">775</span></span>
<span class="line" id="L776">Is to be young <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> free again, again <span class="lineNum">776</span></span>
<span class="line" id="L777">A bridegroom <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> a King. <span class="lineNum">777</span></span>
<span class="speaker">Queen.</span>
<span class="line" id="L778">Ever my King! <span class="lineNum">778</span></span>
<span class="speaker">King.</span>
<span class="line" id="L779">I have heard nothing like that voice of hope <span class="lineNum">779</span></span>
<span class="line" id="L780">Since we were parted<span class="app">.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>!</span></span></span> <span class="lineNum">780</span></span>
<span class="speaker">Queen.</span>
<span class="line" id="L781">Wherefore dost thou pause? <span class="lineNum">781</span></span>
<span class="line" id="L782">Why gaze on me so mournfully? <span class="lineNum">782</span></span>
<span class="speaker">King.</span>
<span class="line" id="L783"> <span class="lineNum">783</span></span>
<span class="line" id="L784">Thou art pale, my Henrietta, very pale; <span class="lineNum">784</span></span>
<span class="line" id="L785">And this dear hand that was so round <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> fair <span class="lineNum">785</span></span>
<span class="line" id="L786">Is thin <span class="app">and wan—<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>& wan, </span></span></span>Oh very wan! <span class="lineNum">786</span></span>
<span class="speaker">Queen.</span>
<span class="line" id="L787">'Twas pining <span class="lineNum">787</span></span>
<span class="line" id="L788">For thee that made it so. Think on the cause, <span class="lineNum">788</span></span>
<span class="line" id="L789">And <span class="app">thou'lt<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>thoult</span></span></span> not mourn its beauty. <span class="lineNum">789</span></span>
<span class="speaker">King.</span>
<span class="line" id="L790">And this grief, <span class="lineNum">790</span></span>
<span class="line" id="L791">Will kill her! Joined to any other man <span class="lineNum">791</span></span>
<span class="line" id="L792">She might have lived on in her loveliness <span class="lineNum">792</span></span>
<span class="line" id="L793">For half an age<span class="app">. She's mine, and she will<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>—She's mine, & she must</span></span></span> die. <span class="lineNum">793</span></span>
<span class="line" id="L794">Oh this is a sad meeting! I have longed <span class="lineNum">794</span></span>
<span class="line" id="L795">Have prayed to see thee<span class="app">—now—Would thou wast<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>!—Now—Would thou wert</span></span></span> safe <span class="lineNum">795</span></span>
<span class="line" id="L796">In <span class="context" title="place">France<span class="si">France |
46.227638 2.213749000000007
| Country in western Europe. Paris is the capital and largest city.—#bas46.227638 2.213749000000007</span></span> again, my <span class="app">dear one<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Dear-One</span></span></span>! <span class="lineNum">796</span></span>
<span class="speaker">Queen.</span>
<span class="line" id="L797">Say not so<span class="app">.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>,</span></span></span> <span class="lineNum">797</span></span>
<span class="line" id="L798">I bring thee <span class="app">comfort,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>comfort</span></span></span> safety. <span class="context" title="place">Holland</span>, <span class="app">France,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>France</span></span></span>
<span class="app">,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span></span></span></span> <span class="lineNum">798</span></span>
<span class="line" id="L799">Are firmly with thee; save the army all <span class="lineNum">799</span></span>
<span class="line" id="L800">This rebel <span class="context" title="place">England<span class="si">England |
52.3555177 -1.1743197000000691
| Country in the British Isles. Borders Scotland and Wales. London is the capital
city, and is situated on the River Thames.—#bas52.3555177 -1.1743197000000691</span></span>
is thine own; <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> e'en <span class="lineNum">800</span></span>
<span class="line" id="L801">Amid the Army
some the greatest, some <span class="lineNum">801</span></span>
<span class="line" id="L802">That call themselves <span class="app">thy judges. <span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Thy Judges;—</span></span></span>'Tis the turn <span class="lineNum">802</span></span>
<span class="line" id="L803">Of <span class="app">fate;<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Fate,</span></span></span> the reflux of the tide. <span class="lineNum">803</span></span>
<span class="speaker">King.</span>
<span class="line" id="L804">Forget not <span class="lineNum">804</span></span>
<span class="line" id="L805">That <span class="app">I am a prisoner, sweet-one;<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>I'm a prisoner, sweet-one,</span></span></span> a foredoomed <span class="lineNum">805</span></span>
<span class="line" id="L806">Discrowned prisoner. As erewhile I passed <span class="lineNum">806</span></span>
<span class="line" id="L807">Sadly along, a soldier in his mood <span class="lineNum">807</span></span>
<span class="line" id="L808">Spat on me<span class="app">: none rebuked him; none cried shame;<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>; none rebuked him, none cried shame,</span></span></span> <span class="lineNum">808</span></span>
<span class="line" id="L809">None cleft the coward to the earth<span class="app">.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>,—<span class="del">
</span>
</span></span></span> <span class="lineNum">809</span></span>
<span class="speaker">Queen.</span>
<span class="line" id="L811">Oh traitors! <span class="lineNum">811</span></span>
<span class="line" id="L812">Oh sacrilegious rebels! Let my lips <span class="lineNum">812</span></span>
<span class="line" id="L813">Wipe off that scorn<span class="app">. My Charles,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>! My Charles</span></span></span> thou shalt resume <span class="lineNum">813</span></span>
<span class="line" id="L814">Thy state, shalt sit enthroned<span class="app">, a judge, a King,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span> a judge a King</span></span></span> <span class="lineNum">814</span></span>
<span class="line" id="L815">Even in the solemn
<span class="app">Hall<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>hall</span></span></span>
, the lofty seat <span class="lineNum">815</span></span>
<span class="line" id="L816">Of their predestined treason. For thy life <span class="lineNum">816</span></span>
<span class="line" id="L817">It is assured—Lord
Broghill<span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> a band <span class="lineNum">817</span></span>
<span class="line" id="L818">Of faithful Cavaliers—But thou shalt reign. <span class="lineNum">818</span></span>
<span class="speaker">King.</span>
<span class="line" id="L819">Dost thou remember Cromwell? Ere thou <span class="app">quitted'st<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>quittedst</span></span></span> <span class="lineNum">819</span></span>
<span class="line" id="L820"><span class="context" title="place">England<span class="si">England |
52.3555177 -1.1743197000000691
| Country in the British Isles. Borders Scotland and Wales. London is the capital
city, and is situated on the River Thames.—#bas52.3555177 -1.1743197000000691</span></span><span class="app"><span class="var"><span class="wit"><span class="witLabel">#msC1: </span>,</span></span></span><span class="app"><span class="var"><span class="wit"><span class="witLabel">#msC1: </span>,</span></span></span> he was most like the delving worm <span class="lineNum">820</span></span>
<span class="line" id="L821">Hypocrisy; that slough is cast, <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> now <span class="lineNum">821</span></span>
<span class="line" id="L822">His strong <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> shining wings soar high in air <span class="lineNum">822</span></span>
<span class="line" id="L823">As proud ambition. First demand of him <span class="lineNum">823</span></span>
<span class="line" id="L824">What King shall reign. <span class="lineNum">824</span></span>
<span class="speaker">Queen.</span>
<span class="line" id="L825">He is my trust. <span class="lineNum">825</span></span>
<span class="speaker">King.</span>
<span class="line" id="L826">Hast seen him? <span class="lineNum">826</span></span>
<span class="speaker">Queen.</span>
<span class="line" id="L827">He sent me to thee now. <span class="lineNum">827</span></span>
<span class="speaker">King.</span>
<span class="line" id="L828">Ha<span class="app">, w<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>! W</span></span></span>herefore<span class="app">! But I've learned<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>? But I've learnt</span></span></span> to trust in nought <span class="lineNum">828</span></span>
<span class="line" id="L829">Save Heaven. Since thou art here I am content <span class="lineNum">829</span></span>
<span class="line" id="L830">To live <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> reign, but all in honour. I'll <span class="lineNum">830</span></span>
<span class="line" id="L831">Renounce no creed, resign no friend, abandon <span class="lineNum">831</span></span>
<span class="line" id="L832">No right or liberty of this abused <span class="lineNum">832</span></span>
<span class="line" id="L833">Misguided people<span class="app">; no<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>,—no!</span></span></span> nor bate one jot <span class="lineNum">833</span></span>
<span class="line" id="L834">Of the old prerogative, <span class="app">
<em>my</em>
<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>
<em>my</em>
</span></span></span>
privilege, <span class="lineNum">834</span></span>
<span class="line" id="L835">The right divine of Kings. Death were to me <span class="lineNum">835</span></span>
<span class="line" id="L836">As welcome as his pleasant evening rest <span class="lineNum">836</span></span>
<span class="line" id="L837">To the poor <span class="app">way-worn traveller;—And<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>way worn traveller, &</span></span></span> yet <span class="lineNum">837</span></span>
<span class="line" id="L838">I fain would live for thee—<span class="app">Cheer up, fair wife!—<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>cheer up fair wife!</span></span></span> <span class="lineNum">838</span></span>
<span class="line" id="L839">Would live for love <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> thee. Hast seen thy
children? <span class="lineNum">839</span></span>
<span class="speaker">Queen.</span>
<span class="line" id="L840">Not yet. They say Elizabeth whose face <span class="lineNum">840</span></span>
<span class="line" id="L841">Even when a little child resembled <span class="app">thine,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>thine</span></span></span> <span class="lineNum">841</span></span>
<span class="line" id="L842">To wonder, hath pined after thee<span class="app">, and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span> &</span></span></span> fed <span class="lineNum">842</span></span>
<span class="line" id="L843">Her love by thinking on thee, till she hath stolen <span class="lineNum">843</span></span>
<span class="line" id="L844">Unconsciously thy mien <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> tone <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> words <span class="lineNum">844</span></span>
<span class="line" id="L845">Of patient pensiveness<span class="app">;<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>,</span></span></span> a dignity <span class="lineNum">845</span></span>
<span class="line" id="L846">Of youthful sorrow, beautiful <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> sad. <span class="lineNum">846</span></span>
<span class="speaker">King.</span>
<span class="line" id="L847">Poor child! poor child! a woeful heritage! <span class="lineNum">847</span></span>
<span class="line" id="L848">When I have gazed on the sweet seriousness <span class="lineNum">848</span></span>
<span class="line" id="L849">Of her young beauty, I have pictured her <span class="lineNum">849</span></span>
<span class="line" id="L850">In the bright May of life, a Queenly bride, <span class="lineNum">850</span></span>
<span class="line" id="L851">Standing afore the altar with that look <span class="lineNum">851</span></span>
<span class="line" id="L852"><span class="app">Regal and calm, and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Royal & calm &</span></span></span> pure as the azure skies <span class="lineNum">852</span></span>
<span class="line" id="L853"><span class="app">Now—<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Now</span></span></span> <span class="lineNum">853</span></span>
<span class="stage">Enter Cromwell.</span>
<span class="line" id="L854">Cromwell! <span class="lineNum">854</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L855">Did'st thou desire my presence? <span class="lineNum">855</span></span>
<span class="speaker">King.</span>
<span class="line" id="L856">I sent for thee <span class="lineNum">856</span></span>
<span class="line" id="L857">To bear my message to thy comrades. <span class="lineNum">857</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L858">Sir, <span class="lineNum">858</span></span>
<span class="line" id="L859">I wait <span class="app">thy pleasure. I would welcome thee<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>your pleasure. I would welcome you</span></span></span> <span class="lineNum">859</span></span>
<span class="line" id="L860">Unto this goodly city— <span class="lineNum">860</span></span>
<span class="speaker">King.</span>
<span class="line" id="L861">Doth the <span class="app">gaoler<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Gaoler</span></span></span> <span class="lineNum">861</span></span>
<span class="line" id="L862">Welcome his prisoner? I am Charles Stuart, <span class="lineNum">862</span></span>
<span class="line" id="L863">And thou—Now shame on this rebellious blood! <span class="lineNum">863</span></span>
<span class="line" id="L864">I thought that it was disciplined <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> schooled <span class="lineNum">864</span></span>
<span class="line" id="L865">Into proud patience. Let me not appear <span class="lineNum">865</span></span>
<span class="line" id="L866">Discourteous<span class="app">—Sir, the King is bounden to thee!<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>. Sir the King is bounden to thee.</span></span></span> <span class="lineNum">866</span></span>
<span class="line" id="L867">Now hear mine errand. <span class="lineNum">867</span></span>
<span class="speaker">Queen.</span>
<span class="line" id="L868"><span class="app">Tush,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>First</span></span></span> hear me! <span class="lineNum">868</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L869">The <span class="app">Queen!<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Queen</span></span></span> <span class="lineNum">869</span></span>
<span class="speaker">Queen.</span>
<span class="line" id="L870">Fie! doff this strangeness, when it was thyself <span class="lineNum">870</span></span>
<span class="line" id="L871">That sent me hither<span class="app">!<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>.</span></span></span> Cast aside the smooth <span class="lineNum">871</span></span>
<span class="line" id="L872">Obedient looks <span class="app">which hide thy thoughts. Be<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>that hide thy thoughts, be</span></span></span> plain <span class="lineNum">872</span></span>
<span class="line" id="L873"><span class="app">honest,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>honest</span></span></span>
. <span class="lineNum">873</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L874">I have ever been so. <span class="lineNum">874</span></span>
<span class="speaker">Queen.</span>
<span class="line" id="L875">Open in speech <span class="app">and heart,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>& heart</span></span></span> even as myself
<span class="lineNum">875</span></span>
<span class="line" id="L876">When I, thy Queen, hold out the hand of peace <span class="lineNum">876</span></span>
<span class="line" id="L877">And amity, <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> bid thee say what title <span class="lineNum">877</span></span>
<span class="line" id="L878">The King shall give to his great General. <span class="lineNum">878</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L879">None. <span class="lineNum">879</span></span>
<span class="line" id="L880">Thou <span class="app">bad'st<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>badst</span></span></span> me answer plainly. <span class="lineNum">880</span></span>
<span class="speaker">Queen.</span>
<span class="line" id="L881">Yet thou wast <span class="lineNum">881</span></span>
<span class="line" id="L882">Ambitious once. <span class="lineNum">882</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L883">Grant that I were,—as well <span class="lineNum">883</span></span>
<span class="line" id="L884">I trust I had more grace,—but say I were so, <span class="lineNum">884</span></span>
<span class="line" id="L885"><span class="app">Think'st<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Thinkst</span></span></span> thou not there be homely names which sound <span class="lineNum">885</span></span>
<span class="line" id="L886">As sweetly in men's ears? <span class="app">which<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Which</span></span></span> shall outlive <span class="lineNum">886</span></span>
<span class="line" id="L887">A thousand titles in that book of <span class="app">fame,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>fame</span></span></span> <span class="lineNum">887</span></span>
<span class="line" id="L888">History? All praise be to the Lord <span class="app">I am<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>I'm</span></span></span> not <span class="lineNum">888</span></span>
<span class="line" id="L889">Ambitious. <span class="lineNum">889</span></span>
<span class="speaker">Queen.</span>
<span class="line" id="L890">Chuse thine office. Keep the name <span class="lineNum">890</span></span>
<span class="line" id="L891">Thy sword hath rendered famous. Be <span class="app">L<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>l</span></span></span>ord Vicar<span class="app">;<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>,</span></span></span> <span class="lineNum">891</span></span>
<span class="line" id="L892">Be Captain of the Guard<span class="app">; forbid this suit—<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>. Forbid this trial—</span></span></span> <span class="lineNum">892</span></span>
<span class="line" id="L893">Thou <span class="app">can'st<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>canst</span></span></span> an if thou wilt—be Charles's <span class="app">friend<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>friend,</span></span></span> <span class="lineNum">893</span></span>
<span class="line" id="L894">And second man <span class="app">in the kingdom<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>of the Kingdom</span></span></span>. <span class="lineNum">894</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L895">Second! <span class="app">Speak'st<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Speakst</span></span></span> thou <span class="lineNum">895</span></span>
<span class="line" id="L896">These tempting words to me? I nor preside <span class="lineNum">896</span></span>
<span class="line" id="L897">O'er <span class="app">court<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Court</span></span></span> or Parliament; I am not, Madam, <span class="lineNum">897</span></span>
<span class="line" id="L898">Lord General of the
Army. Seek those great ones<span class="app">.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>—</span></span></span> <span class="lineNum">898</span></span>
<span class="line" id="L899">My place is in the ranks. <span class="app">Would'st<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Wouldst</span></span></span> thou make me <span class="lineNum">899</span></span>
<span class="line" id="L900">The second in the kingdom? Seek those great ones<span class="app">.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>—</span></span></span> <span class="lineNum">900</span></span>
<span class="line" id="L901">The second! <span class="lineNum">901</span></span>
<span class="speaker">Queen.</span>
<span class="line" id="L902">Thou, <span class="app">and well thou know'st it,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>& well thou know'st it</span></span></span> Cromwell, <span class="lineNum">902</span></span>
<span class="line" id="L903"><span class="app">Art the main prop of this rebellion! General,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>
Art the main prop of this rebellion. General</span></span></span> <span class="lineNum">903</span></span>
<span class="line" id="L904">Lord <span class="app">President,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>President</span></span></span> what are they but thy tools, <span class="lineNum">904</span></span>
<span class="line" id="L905">Thy puppets, moved by thy directing will <span class="lineNum">905</span></span>
<span class="line" id="L906">As chessmen by the skilful player<span class="app">.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>?</span></span></span> 'Tis thou <span class="lineNum">906</span></span>
<span class="line" id="L907">That art the <span class="app">master-spirit of the time,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Master Spirit of the Time</span></span></span> <span class="lineNum">907</span></span>
<span class="line" id="L908">Idol of people <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> of army, leader <span class="lineNum">908</span></span>
<span class="line" id="L909">Of the fanatic
<span class="app">Commons<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>commons</span></span></span>, <span class="app">judge<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>judge,</span></span></span> <span class="lineNum">909</span></span>
<span class="line" id="L910">Of this unrighteous cause. <span class="lineNum">910</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L911">And she would make me <span class="lineNum">911</span></span>
<span class="line" id="L912">The second man of the kingdom! Thou but troublest <span class="lineNum">912</span></span>
<span class="line" id="L913">Thyself <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> me. <span class="lineNum">913</span></span>
<span class="speaker">Queen.</span>
<span class="line" id="L914">Yet hear me but one word<span class="app">.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>!</span></span></span> <span class="lineNum">914</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L915">No more of bribes<span class="app">!—thou bad'st me to speak plainly:<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>—thou badst me to speak plainly,—</span></span></span> <span class="lineNum">915</span></span>
<span class="line" id="L916">Thou hast been bred in courts <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> deemest them <span class="lineNum">916</span></span>
<span class="line" id="L917">Omnipotent o'er all<span class="app">. But<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>; but</span></span></span> I eschew <span class="lineNum">917</span></span>
<span class="line" id="L918">The Mammon of <span class="app">unrighteousness. I<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Unrighteousness.—I</span></span></span> warn ye <span class="lineNum">918</span></span>
<span class="line" id="L919">Ye shall learn faith in one man's honesty <span class="lineNum">919</span></span>
<span class="line" id="L920">Before ye die. <span class="lineNum">920</span></span>
<span class="speaker">Queen.</span>
<span class="line" id="L921">Never in thine<span class="app">!<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>.</span></span></span> At <span class="context" title="place">Holmby<span class="si">Holmby House, Althorp, Northamptonshire, England |
Holdenby House
| Holdenby | Northamptonshire | England |
52.303791 -0.985606999999959
| Country house estate in Holdenby, near Althorp,
Northamptonshire where King Charles
I was held captive in 1647 before being
turned over to the Long Parliament. The original mansion, built in 1583, was
almost entirely demolished in the seventeenth century; subsequent renovations
have left little remaining of the original.—#ebb #lmw52.303791 -0.985606999999959</span></span> <span class="lineNum">921</span></span>
<span class="line" id="L922">We trusted<span class="app">—Fool again—'Twas not in fear;<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>. Fool to think—'Twas not in fear—</span></span></span> <span class="lineNum">922</span></span>
<span class="line" id="L923">I dread thee not. Thou dar'st not try the King. <span class="lineNum">923</span></span>
<span class="line" id="L924">The very word stands as a double guard, <span class="lineNum">924</span></span>
<span class="line" id="L925">A triple armour, a bright shield before him; <span class="lineNum">925</span></span>
<span class="line" id="L926">A sacred halo plays around the head <span class="lineNum">926</span></span>
<span class="line" id="L927">Anointed <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span>
<span class="app">endiademed<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>endiademmed</span></span></span>, a dim <span class="lineNum">927</span></span>
<span class="line" id="L928">Mysterious glory. Who may dare to call <span class="lineNum">928</span></span>
<span class="line" id="L929">For justice on a King? Who dare to touch <span class="lineNum">929</span></span>
<span class="line" id="L930">The crowned <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> lofty head? <span class="lineNum">930</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L931">Was it at <span class="app">Hardwick,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>
Hardwicke
</span></span></span> <span class="lineNum">931</span></span>
<span class="line" id="L932">Or <span class="context" title="place">Fotheringay<span class="si">Fotheringhay Castle, Fotheringhay, Northamptonshire,
England |
Fotheringay Castle
| Fotheringhay | Northamptonshire | England |
52.526409 -0.43752500000005057
| Castle in the village of Fotheringhay where Mary, Queen of Scots was imprisoned,
tried, and
executed in 1587. Also the birthplace of King Richard III. Alternate spelling
"Fotheringay."—#rnes #lmw52.526409 -0.43752500000005057</span></span><span class="app">,—fie on my dull brain—<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>—fie on my dull brain!—</span></span></span> <span class="lineNum">932</span></span>
<span class="line" id="L933"> the fair Queen of Scots, the
popish woman, <span class="lineNum">933</span></span>
<span class="line" id="L934">The beautiful, his <span class="app">grandame<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Grandame,</span></span></span> died?<span id="Note15" class="anchor">[15] <span class="note" id="n15">Mitford's Cromwell is confused over where
Mary Queen of Scots was immprisoned and executed, an historical event that of course foreshadows the
events of King Charles's imprisonment, trial, and regicide. His mention of "Hardwicke" seems to refer to
<span class="context" title="place">Hardwick Hall<span class="si">Hardwick Hall, Derbyshire, England |
53.168791 -1.3087262000000237
| Palatial Elizabethan country house in
Derbyshire in the north Midlands of England, built
between 1590 and 1597 by the wealthy
Bess of Hardwick. Mentioned in
the play, Charles the First. Now owned
by the National Trust. |
|
—#ebb53.168791 -1.3087262000000237</span></span>, built by Bess of Hardwick (or Elizabeth Talbot), but the queen was never held here. Likely Mitford is referring through Cromwell to the period when Mary Queen of Scots was held captive at <span class="context" title="place">Sheffield Castle and Manor Lodge<span class="si">Sheffield Castle and Manor Lodge |
Sheffield
Yorkshire
England
|
53.3843613 -1.4639856000000009
| Location where Mary Queen of
Scots was held captive in 1568 by order
of Queen Elizabeth I. Here, Mary was guarded
by George Talbot, the Sixth Earl of
Shrewsbury, and his wife, Elizabeth Talbot or "Bess of Hardwick" befriended the royal
captive. There are no standing remains of the castle, since the site has been
covered over by a market district. Only partial foundations have been
discovered during the excavation and renovations for buildings in the area.—#ebb #jmh53.3843613 -1.4639856000000009</span></span>, guarded by George Talbot, the Sixth Earl of Shrewsbury and his wife, who was Bess of Hardwick. Bess befriended the Queen during this period
of captivity.—#ebb</span></span> <span class="lineNum">934</span></span>
<span class="speaker">Queen.</span>
<span class="line" id="L935">A <span class="app">Queen,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Queen</span></span></span> <span class="lineNum">935</span></span>
<span class="line" id="L936">A vain <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> envious woman, yet a Queen, <span class="lineNum">936</span></span>
<span class="line" id="L937">Condemned Queen
Mary. Ye are subjects, rebels, <span class="lineNum">937</span></span>
<span class="line" id="L938">Ye dare not try your King; all else ye may do; <span class="lineNum">938</span></span>
<span class="line" id="L939">All else ye have done; fought, imprisoned, chased, <span class="lineNum">939</span></span>
<span class="line" id="L940"><span class="app">Aye,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Aye</span></span></span> tracked <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> hunted, like that pious <span class="app">Henry,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Henry</span></span></span> <span class="lineNum">940</span></span>
<span class="line" id="L941">The last of the red-rose, whom visiting <span class="lineNum">941</span></span>
<span class="line" id="L942">Helpless in prison, his arch enemy <span class="lineNum">942</span></span>
<span class="line" id="L943">The fiendish
Richard slew;—even as perchance— <span class="lineNum">943</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L944">Shame on thy slanderous tongue! There lies my sword. <span class="lineNum">944</span></span>
<span class="stage">
</span>
<span class="line" id="L945"><span class="app">Did'st take me for a murderer? Harken, Madam;<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Didst take me for a murderer? <span class="del"> Royal Madam</span> Harken, Madam,</span></span></span> <span class="lineNum">945</span></span>
<span class="line" id="L946"><span class="app">When thou shalt speak again of Henry's death,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>When thou<span class="del">
</span> shalt speak again of Henry's fate,</span></span></span> <span class="lineNum">946</span></span>
<span class="line" id="L947">Remember 'twas the restless shrew of Anjou <span class="lineNum">947</span></span>
<span class="line" id="L948">That drove her gentle husband to his end. <span class="lineNum">948</span></span>
<span class="speaker">King.</span>
<span class="line" id="L949">Take up the sword<span class="app">; and, wife,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>! and wife</span></span></span> I prythee peace! <span class="lineNum">949</span></span>
<span class="line" id="L950">I yet am King enough to end these brawls. <span class="lineNum">950</span></span>
<span class="line" id="L951">Take up thy sword!<span class="app"> Albeit my breast be bare,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>—Albeit my breast be bare</span></span></span> <span class="lineNum">951</span></span>
<span class="line" id="L952">him, he'll not strike<span class="app">.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>,</span></span></span> <span class="lineNum">952</span></span>
<span class="line" id="L953">That were an honest murder. There be ways <span class="lineNum">953</span></span>
<span class="line" id="L954">Stiller <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> darker; there be men whose craft <span class="lineNum">954</span></span>
<span class="line" id="L955">Can doom with other tongues<span class="app">,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>;</span></span></span> with other hands <span class="lineNum">955</span></span>
<span class="line" id="L956">Can slay.<span class="app"> I know thee,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>—I know thee</span></span></span> Sir. <span class="lineNum">956</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L957">I would not slay <span class="lineNum">957</span></span>
<span class="line" id="L958">A sinner unprepared. <span class="lineNum">958</span></span>
<span class="speaker">King.</span>
<span class="line" id="L959">Go to! I know thee. <span class="lineNum">959</span></span>
<span class="line" id="L960">Say to the Parliament that I demand <span class="lineNum">960</span></span>
<span class="line" id="L961">A conference<span class="app"> Lords and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>; lords &</span></span></span>Commons. <span class="lineNum">961</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L962"><span class="app">Sir,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Sir</span></span></span> the Commons <span class="lineNum">962</span></span>
<span class="line" id="L963">Will grant no conference. Thou must address thee <span class="lineNum">963</span></span>
<span class="line" id="L964">To the High Court of Justice, to thy <span class="app">judges<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Judges</span></span></span>. <span class="lineNum">964</span></span>
<span class="speaker">King.</span>
<span class="line" id="L965">Oh vain <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> shallow treason! Have ye not <span class="lineNum">965</span></span>
<span class="line" id="L966">The King's <span class="app">High Court, the judges<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>high court? the Judges</span></span></span> of the land? <span class="lineNum">966</span></span>
<span class="line" id="L967">I own no other. Yet if they— <span class="lineNum">967</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L968">Expect <span class="lineNum">968</span></span>
<span class="line" id="L969">Nothing of them but <span class="app">justice. I came to thee,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Justice. I came to thee</span></span></span> <span class="lineNum">969</span></span>
<span class="line" id="L970">As to a brother, in pure charity, <span class="lineNum">970</span></span>
<span class="line" id="L971">In meek <span class="app">and Christian<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>& christian</span></span></span> love, when these sharp taunts <span class="lineNum">971</span></span>
<span class="line" id="L972">Arose betwixt us. Still I fain would save thee<span class="app">.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>—</span></span></span> <span class="lineNum">972</span></span>
<span class="line" id="L973">Resign the crown. <span class="lineNum">973</span></span>
<span class="speaker">King.</span>
<span class="line" id="L974">Never. <span class="lineNum">974</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L975">Oh vanity <span class="lineNum">975</span></span>
<span class="line" id="L976">Of man's proud heart! <span class="app">cling to that sinful toy<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Cling to that sinful toy,</span></span></span> <span class="lineNum">976</span></span>
<span class="line" id="L977">A sound, an echo, a dim <span class="app">shadow,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>shadow</span></span></span> weakening <span class="lineNum">977</span></span>
<span class="line" id="L978">As the true substance <span class="app">flies,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>flies</span></span></span> to that word, <span class="lineNum">978</span></span>
<span class="line" id="L979">And cast away thy life! <span class="lineNum">979</span></span>
<span class="speaker">King.</span>
<span class="line" id="L980">Hold Henrietta! <span class="lineNum">980</span></span>
<span class="line" id="L981">What<span class="app">! Dost<span class="var"><span class="wit"><span class="witLabel">#msC1: </span> dost</span></span></span> thou ask me for so poor a boon <span class="lineNum">981</span></span>
<span class="line" id="L982">As life to change fair <span class="app">honour? I've a son,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Honour? I've a son</span></span></span> <span class="lineNum">982</span></span>
<span class="line" id="L983">A gallant princely boy—<span class="app">would'st<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Wouldst</span></span></span> have me yield <span class="lineNum">983</span></span>
<span class="line" id="L984">The old ancestral crown<span class="app">, his heritage,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span> his heritage</span></span></span> <span class="lineNum">984</span></span>
<span class="line" id="L985">For the small privilege to crawl awhile <span class="lineNum">985</span></span>
<span class="line" id="L986">On this vile earth, mated with fouler worms <span class="lineNum">986</span></span>
<span class="line" id="L987">Than they that <span class="app">sleep below? Would'st<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>feed below? Wouldst</span></span></span> have me sell <span class="lineNum">987</span></span>
<span class="line" id="L988">My Kingdom for a little breath? <span class="lineNum">988</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L989">Thy Kingdom! <span class="lineNum">989</span></span>
<span class="line" id="L990">Thou hast not a <span class="app">stronghold<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>strong hold</span></span></span> left. <span class="lineNum">990</span></span>
<span class="speaker">King.</span>
<span class="line" id="L991">I have one here. <span class="lineNum">991</span></span>
<span class="line" id="L992"> know'st my answer. <span class="lineNum">992</span></span>
<span class="speaker">Queen.</span>
<span class="line" id="L993">Yet if there be danger— <span class="lineNum">993</span></span>
<span class="speaker">King.</span>
<span class="line" id="L994">Peace, dearest, peace! Is the day fixed? <span class="lineNum">994</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L995">The day, <span class="lineNum">995</span></span>
<span class="line" id="L996">The very <span class="app">hour,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>hour</span></span></span> is set. At noon tomorrow, <span class="lineNum">996</span></span>
<span class="line" id="L997">Heaven permitting<span class="app">—<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>!</span></span></span> <span class="lineNum">997</span></span>
<span class="speaker">King.</span>
<span class="line" id="L998">The decrees of Heaven <span class="lineNum">998</span></span>
<span class="line" id="L999">Be oft to man's dark mind inscrutable<span class="app">:<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>.</span></span></span> <span class="lineNum">999</span></span>
<span class="line" id="L1000">The lightning flame hath <span class="app">fired<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>scorched</span></span></span> the straw-thatched roof <span class="lineNum">1000</span></span>
<span class="line" id="L1001">Of harmless cottagers, hath rent the spire <span class="lineNum">1001</span></span>
<span class="line" id="L1002">Of consecrated temples, hath struck down <span class="lineNum">1002</span></span>
<span class="line" id="L1003">Even the dumb innocent oak that never <span class="app">lied<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>lied,</span></span></span> <span class="lineNum">1003</span></span>
<span class="line" id="L1004">Never rebelled, never blasphemed. A veil <span class="lineNum">1004</span></span>
<span class="line" id="L1005">Hangs before Heaven's high purpose<span class="app">. Yet<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>; yet</span></span></span> when man <span class="lineNum">1005</span></span>
<span class="line" id="L1006">Slays man, albeit no King, a reckoning <span class="app">comes<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>comes.</span></span></span> <span class="lineNum">1006</span></span>
<span class="line" id="L1007">A deep <span class="app">and awful<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>& aweful</span></span></span> reckoning. I'll abide <span class="lineNum">1007</span></span>
<span class="line" id="L1008">The trial. <span class="lineNum">1008</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L1009">At thy peril. <span class="lineNum">1009</span></span>
<span class="stage">
<span class="app">END OF THE SECOND ACT.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>End of the Second Act.</span></span></span>
</span>
</div>
</div>
</div>
<div class="act">
<h2>
<span class="app">
Act III.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>
Charles the First<br />Act the Third.</span></span></span>
</h2>
<div class="scene">
<h2>
SCENE I.
</h2>
<span class="stage">
<span class="app">
Westminster Hall fitted up for the King's
trial.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Scene—Westminster Hall fitted up for
the King's trial—</span></span></span>
</span>
<span class="stage">
<span class="app">
Bradshaw, seated as President; Cromwell, Ireton, Harrison, Downes, Marten, Tichburne, and other Judges on benches; Cook, and other Lawyers, Clerks, &c., at a table; a chair of State for the King on one side; the Queen, veiled, and other Ladies in a Gallery behind; the whole stage filled with Guards
Spectators, &c., &c.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>
Bradshaw, seated as President;—Cromwell, Ireton, Harrison, Downes, Marten, Millington, & other Judges on benches;—Cook & other lawyers clerks &c. at a table;—The Queen & the Lady Fairfax veiled, with other ladies in a gallery;—a chair of state on one side for the King;—the whole stage filled with spectators guards &c.</span></span></span>
</span>
<span class="speaker">Brad.</span>
<span class="line" id="L1010">Hath every name been called? And every Judge <span class="lineNum">1010</span></span>
<span class="line" id="L1011">Appeared at the high summons? <span class="lineNum">1011</span></span>
<span class="speaker">Clerk.</span>
<span class="line" id="L1012">Good my <span class="app">Lord,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>lord</span></span></span> <span class="lineNum">1012</span></span>
<span class="line" id="L1013">Each one hath answered. <span class="lineNum">1013</span></span>
<span class="speaker">Ire.</span>
<span class="stage">(to Cromwell)</span>
<span class="line" id="L1014">The
<span class="app">Lord General<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Lord-General</span></span></span>
<span class="lineNum">1014</span></span>
<span class="line" id="L1015">Is wanting still. <span class="lineNum">1015</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L1016">The better. <span class="lineNum">1016</span></span>
<span class="speaker">Ire.</span>
<span class="line" id="L1017">How? <span class="lineNum">1017</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L1018">Fair <span class="app">son<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>son,</span></span></span> <span class="lineNum">1018</span></span>
<span class="line" id="L1019">We have enow of work—Doth not <span class="app">you<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>yon</span></span></span> cry <span class="lineNum">1019</span></span>
<span class="line" id="L1020">Announce the prisoner?—enow of work <span class="lineNum">1020</span></span>
<span class="line" id="L1021">For one brief day without him.—Downes sit <span class="app">here<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>here,</span></span></span> <span class="lineNum">1021</span></span>
<span class="line" id="L1022">Beside me man<span class="app">.—We lack not waverers;<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>!—We lack not waverers,</span></span></span> <span class="lineNum">1022</span></span>
<span class="line" id="L1023">Men whose long doubts would hold from rosy dawn <span class="lineNum">1023</span></span>
<span class="line" id="L1024"> the slow lighting of the evening star <span class="lineNum">1024</span></span>
<span class="line" id="L1025">In the clear Heaven of June. Of such as they <span class="lineNum">1025</span></span>
<span class="line" id="L1026"> were too many. How say'st thou good Downes? <span class="lineNum">1026</span></span>
<span class="speaker">Dow.</span>
<span class="line" id="L1027">Even as thou say'st. <span class="lineNum">1027</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L1028">Yet 'tis a <span class="app">valiant General,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>godly General—</span></span></span> <span class="lineNum">1028</span></span>
<span class="line" id="L1029">A <span class="app">godly and a valiant<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>valiant & a godly</span></span></span>. Ha! the prisoner! <span class="lineNum">1029</span></span>
<span class="stage">
<span class="app">Enter the King, Herbert, and other Servants, Hacker and guards.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Enter King Charles, attended by Herbert & other servants, Hacker & guards.</span></span></span>
</span>
<span class="stage">
<span class="app">(The Soldiers &c. as the King walks to his chair cry <span class="q">Justice! Justice!</span>)<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>The Soldiers &c as the King walks to his Chair cry <span class="q">Justice! Justice!</span></span></span></span>
</span>
<span class="speaker">
<span class="app">Crier.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Cryer.</span></span></span>
</span>
<span class="line" id="L1030">Peace! <span class="app">silence in the court!<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Silence in the Court.</span></span></span> <span class="lineNum">1030</span></span>
<span class="speaker">Brad.</span>
<span class="line" id="L1031">Ye shall have justice. <span class="lineNum">1031</span></span>
<span class="line" id="L1032">My <span class="app">Lords<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>lords</span></span></span>Commissioners, whilst I
stood pausing <span class="lineNum">1032</span></span>
<span class="line" id="L1033">How fitliest to disclose our mighty plea, <span class="lineNum">1033</span></span>
<span class="line" id="L1034">Dallying with phrase <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> form, yon eager cry <span class="lineNum">1034</span></span>
<span class="line" id="L1035">Shot like an arrow to the mark, laying bare <span class="lineNum">1035</span></span>
<span class="line" id="L1036">The very core of our intent. Sirs, we <span class="lineNum">1036</span></span>
<span class="line" id="L1037">Are met to render justice, met to judge <span class="lineNum">1037</span></span>
<span class="line" id="L1038">In such a cause as scarce <span class="app">the lucent<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>yon ardent</span></span></span> sun <span class="lineNum">1038</span></span>
<span class="line" id="L1039">That smiles upon us from his throne hath seen <span class="lineNum">1039</span></span>
<span class="line" id="L1040">Since light was born. We sit to judge a King <span class="lineNum">1040</span></span>
<span class="line" id="L1041">Arraigned by his own people; to make inquest <span class="lineNum">1041</span></span>
<span class="line" id="L1042">Into the innocent blood which hath been <span class="app">spilled<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>spilt</span></span></span> <span class="lineNum">1042</span></span>
<span class="line" id="L1043">Like water; into crime <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> tyranny, <span class="lineNum">1043</span></span>
<span class="line" id="L1044">Treason <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> murder. Look that we be pure <span class="lineNum">1044</span></span>
<span class="line" id="L1045">My brethren! that we cast from out our hearts <span class="lineNum">1045</span></span>
<span class="line" id="L1046">All blinding passions<span class="app">: Fear that blinks and trembles<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>;—Fear that blinks & trembles</span></span></span> <span class="lineNum">1046</span></span>
<span class="line" id="L1047">At shadows ere they come; Pride that walks dazzled <span class="lineNum">1047</span></span>
<span class="line" id="L1048">In the light of her <span class="app">vainglory<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>vain glory</span></span></span>; feeble Pity <span class="lineNum">1048</span></span>
<span class="line" id="L1049">Whose sight is <span class="app">quenched in tears; and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>drowned in tears; &</span></span></span> grim Revenge <span class="lineNum">1049</span></span>
<span class="line" id="L1050">Her fierce eyes sealed with gore. Look that we chase <span class="lineNum">1050</span></span>
<span class="line" id="L1051"> hidden sin, <span class="lineNum">1051</span></span>
<span class="line" id="L1052">Each meaner virtue from our <span class="app">hearts, and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>breasts, &</span></span></span> cling <span class="lineNum">1052</span></span>
<span class="line" id="L1053">To Justice, only Justice. Now for thee <span class="lineNum">1053</span></span>
<span class="line" id="L1054">Charles Stuart King
of <span class="context" title="place">England<span class="si">England |
52.3555177 -1.1743197000000691
| Country in the British Isles. Borders Scotland and Wales. London is the capital
city, and is situated on the River Thames.—#bas52.3555177 -1.1743197000000691</span></span><span class="app">:<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>.</span></span></span> Thou art here <span class="lineNum">1054</span></span>
<span class="line" id="L1055">To render compt of awful crimes, of treason <span class="lineNum">1055</span></span>
<span class="line" id="L1056">Conspiracy <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> murder. Answer! <span class="lineNum">1056</span></span>
<span class="speaker">Cook.</span>
<span class="line" id="L1057">First <span class="lineNum">1057</span></span>
<span class="line" id="L1058">May it please you hear the charge<span class="app">?<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>.</span></span></span> <span class="lineNum">1058</span></span>
<span class="speaker">King.</span>
<span class="line" id="L1059">Stop<span class="app">!<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>.</span></span></span> Who are ye <span class="lineNum">1059</span></span>
<span class="line" id="L1060">That dare to question me? <span class="lineNum">1060</span></span>
<span class="speaker">Brad.</span>
<span class="line" id="L1061">Thy Judges. <span class="lineNum">1061</span></span>
<span class="speaker">King.</span>
<span class="line" id="L1062">Say <span class="lineNum">1062</span></span>
<span class="line" id="L1063">My subjects. I am a <span class="app">King<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>King,</span></span></span> whom none may judge <span class="lineNum">1063</span></span>
<span class="line" id="L1064">On earth. Who sent ye here<span class="app">?<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>.</span></span></span> <span class="lineNum">1064</span></span>
<span class="speaker">Brad.</span>
<span class="line" id="L1065">The Commons. <span class="lineNum">1065</span></span>
<span class="speaker">King.</span>
<span class="line" id="L1066">What! <span class="lineNum">1066</span></span>
<span class="line" id="L1067">Be there no traitors, no <span class="app">conspirators<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>conspirators,</span></span></span> <span class="lineNum">1067</span></span>
<span class="line" id="L1068">No <span class="app">murderers<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>murderers,</span></span></span> save Kings, that <span class="app">they<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>
<em>they</em>
</span></span></span> dare call <span class="lineNum">1068</span></span>
<span class="line" id="L1069">Stern <span class="app">justice<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Justice</span></span></span> down from Heaven? Sir I fling back <span class="lineNum">1069</span></span>
<span class="line" id="L1070">The charge upon their heads, the <span class="app">guilt,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>guilt</span></span></span> the shame, <span class="lineNum">1070</span></span>
<span class="line" id="L1071">The eternal infamy,—on <span class="app">them<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>them,</span></span></span> who sowed <span class="lineNum">1071</span></span>
<span class="line" id="L1072">The tares of hate in fields of love; who armed <span class="lineNum">1072</span></span>
<span class="line" id="L1073">Brother <span class="app">'gainst<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>gainst</span></span></span> brother, breaking the sweet peace <span class="lineNum">1073</span></span>
<span class="line" id="L1074">Of country innocence, the holy ties <span class="lineNum">1074</span></span>
<span class="line" id="L1075">Of <span class="app">nature<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Nature</span></span></span> breaking, making war accurst <span class="lineNum">1075</span></span>
<span class="line" id="L1076">As that Egyptian plague the worst <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> last <span class="lineNum">1076</span></span>
<span class="line" id="L1077">When the First-born were slain. I have no answer <span class="lineNum">1077</span></span><span id="Note16" class="anchor">[16] <span class="note" id="n16">References the plagues in the Old Testament Book of Exodus, chapters 11-12, brought upon the Eqyptians to convince the Pharoah
to release the Israelites from slavery. In the final plague, the Egyptians' first-born
sons are killed by divine vengeance while the homes of the Israelites are passed over
and their sons escape.—#rnes</span></span>
<span class="line" id="L1078">For them or ye. I know ye not. <span class="lineNum">1078</span></span>
<span class="speaker">Brad.</span>
<span class="line" id="L1079">Be warned; <span class="lineNum">1079</span></span>
<span class="line" id="L1080"> to the accusation. <span class="lineNum">1080</span></span>
<span class="speaker">King.</span>
<span class="line" id="L1081">I will die <span class="lineNum">1081</span></span>
<span class="line" id="L1082">A thousand deaths, rather than by my breath <span class="lineNum">1082</span></span>
<span class="line" id="L1083">Give life to this new court against the laws <span class="lineNum">1083</span></span>
<span class="line" id="L1084">And liberties of <span class="context" title="place">England<span class="si">England |
52.3555177 -1.1743197000000691
| Country in the British Isles. Borders Scotland and Wales. London is the capital
city, and is situated on the River Thames.—#bas52.3555177 -1.1743197000000691</span></span>. <span class="lineNum">1084</span></span>
<span class="speaker">Brad.</span>
<span class="line" id="L1085"> we know <span class="lineNum">1085</span></span>
<span class="line" id="L1086">Your love of liberty <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span><span class="context" title="place">England<span class="si">England |
52.3555177 -1.1743197000000691
| Country in the British Isles. Borders Scotland and Wales. London is the capital
city, and is situated on the River Thames.—#bas52.3555177 -1.1743197000000691</span></span>. Call <span class="lineNum">1086</span></span>
<span class="line" id="L1087">The witnesses. Be they in court? <span class="lineNum">1087</span></span>
<span class="speaker">Cook.</span>
<span class="line" id="L1088">They wait <span class="lineNum">1088</span></span>
<span class="line" id="L1089">Without. <span class="lineNum">1089</span></span>
<span class="speaker">Brad.</span>
<span class="line" id="L1090">Send for them quickly. Once again <span class="lineNum">1090</span></span>
<span class="line" id="L1091">King wilt thou plead? <span class="lineNum">1091</span></span>
<span class="speaker">King.</span>
<span class="line" id="L1092">Thou hast my answer<span class="app">, never.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>. Never.</span></span></span> <span class="lineNum">1092</span></span>
<span class="stage">
<span class="app">(A pause of a few moments during which the head of the King's
staff on which he was leaning falls and rolls across the stage.)<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>(A pause of a few moments, during which the head of the King's
staff, on which he was leaning falls and rolls across the stage.</span></span></span>
</span>
<span class="speaker">Mar.</span>
<span class="stage">
(to Ireton)
</span>
<span class="line" id="L1093">What fell? The breathless silence of this vast <span class="lineNum">1093</span></span>
<span class="line" id="L1094">And crowded court gives to each common sound <span class="lineNum">1094</span></span>
<span class="line" id="L1095">A startling clearness. What hath fallen? <span class="lineNum">1095</span></span>
<span class="speaker">Ire.</span>
<span class="line" id="L1096">The head <span class="lineNum">1096</span></span>
<span class="line" id="L1097">Of the King's staff. See how it spins and bounds <span class="lineNum">1097</span></span>
<span class="line" id="L1098">Along the floor, as hurrying to forsake <span class="lineNum">1098</span></span>
<span class="line" id="L1099">The royal wretch its master. Now it stops <span class="lineNum">1099</span></span>
<span class="line" id="L1100">At Cromwell's
feet—direct at Cromwell's feet. <span class="lineNum">1100</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L1101">The toy is <span class="app">broken.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>broken</span></span></span> <span class="lineNum">1101</span></span>
<span class="speaker">Har.</span>
<span class="line" id="L1102">What is the device? <span class="lineNum">1102</span></span>
<span class="line" id="L1103">Some vain <span class="app">Idolatrous<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>idolatrous</span></span></span> image? <span class="lineNum">1103</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L1104">No, a crown<span class="app">;<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>,</span></span></span> <span class="lineNum">1104</span></span>
<span class="line" id="L1105">A <span class="app">gilded<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>golden</span></span></span> crown, a hollow glittering crown, <span class="lineNum">1105</span></span>
<span class="line" id="L1106">Shaped by some quaint <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> cunning goldsmith. Look <span class="lineNum">1106</span></span>
<span class="line" id="L1107"> what a reed he leans, who props himself <span class="lineNum">1107</span></span>
<span class="line" id="L1108">On such a bauble<span class="app">.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>!</span></span></span> <span class="lineNum">1108</span></span>
<span class="speaker">Dow.</span>
<span class="line" id="L1109">It rolled straight to <span class="app">thee;—<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>thee;</span></span></span> <span class="lineNum">1109</span></span>
<span class="line" id="L1110">If thou wast superstitious— <span class="lineNum">1110</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L1111">Pass the toy <span class="lineNum">1111</span></span>
<span class="line" id="L1112">On to the prisoner<span class="app">!<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>;</span></span></span> he hath faith in omens— <span class="lineNum">1112</span></span>
<span class="line" id="L1113">I—<span class="app">fling him back his gewgaw!<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Fling him back his gew-gaw.</span></span></span> <span class="lineNum">1113</span></span>
<span class="speaker">Brad.</span>
<span class="line" id="L1114"> Cook <span class="lineNum">1114</span></span>
<span class="line" id="L1115">We wait too long. <span class="lineNum">1115</span></span>
<span class="speaker">Cook.</span>
<span class="line" id="L1116">My Lord the witnesses— <span class="lineNum">1116</span></span>
<span class="speaker">Brad.</span>
<span class="line" id="L1117">Call any man. Within our bleeding land <span class="lineNum">1117</span></span>
<span class="line" id="L1118">There lives not one so blest in ignorance <span class="lineNum">1118</span></span>
<span class="line" id="L1119">As not to know this treason<span class="app">. None<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>; none</span></span></span> so high <span class="lineNum">1119</span></span>
<span class="line" id="L1120">But the storm overtopped him; none so low <span class="lineNum">1120</span></span>
<span class="line" id="L1121">But the wind stooped to root him up. Call <span class="app">any man<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>any</span></span></span> <span class="lineNum">1121</span></span>
<span class="line" id="L1122">The Judge upon the bench, the Halberdier <span class="lineNum">1122</span></span>
<span class="line" id="L1123">That guards the door. <span class="lineNum">1123</span></span>
<span class="speaker">Cook.</span>
<span class="line" id="L1124">Oliver
Cromwell! <span class="lineNum">1124</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L1125">Aye? <span class="lineNum">1125</span></span>
<span class="speaker">Cook.</span>
<span class="line" id="L1126">No need to swear him<span class="app">.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>!</span></span></span> He hath ta'en already <span class="lineNum">1126</span></span>
<span class="line" id="L1127">The <span class="app">Judges'<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Judge's</span></span></span> oath. <span class="lineNum">1127</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L1128">The <span class="app">Judges'<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Judge's</span></span></span> oath, not this. <span class="lineNum">1128</span></span>
<span class="line" id="L1129">Omit no form of guardian law<span class="app">,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>;</span></span></span> remember <span class="lineNum">1129</span></span>
<span class="line" id="L1130">The life of man hangs on our lips. <span class="lineNum">1130</span></span>
<span class="speaker">King.</span>
<span class="line" id="L1131">Smooth traitor! <span class="lineNum">1131</span></span>
<span class="stage">
<span class="app">(Cromwell is
sworn.)<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>
Cromwell is sworn.</span></span></span>
</span>
<span class="speaker">Cook.</span>
<span class="line" id="L1132">Lieutenant General Cromwell wast thou present <span class="lineNum">1132</span></span>
<span class="line" id="L1133">In the great fight of <span class="context" title="place">Naseby?<span class="si">Naseby, Northamptonshire, England | Naseby | Northamptonshire | England |
52.3954519 -0.9885334000000512
| Village in Northamptonshire, the site of the Battle of
Naseby on 14 June 1645, the decisive
Parliamentary victory in the English Civil War.—#rnes #lmw52.3954519 -0.9885334000000512</span></span> <span class="lineNum">1133</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L1134">Was I present! <span class="lineNum">1134</span></span>
<span class="line" id="L1135">Why I think ye know that. I was. <span class="lineNum">1135</span></span>
<span class="speaker">Cook.</span>
<span class="line" id="L1136"> see <span class="lineNum">1136</span></span>
<span class="line" id="L1137">The prisoner in the battle? <span class="lineNum">1137</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L1138">Many times. <span class="lineNum">1138</span></span>
<span class="line" id="L1139">He led his army,
in a better cause <span class="lineNum">1139</span></span>
<span class="line" id="L1140">I should have said right gallantly. I saw him <span class="lineNum">1140</span></span>
<span class="line" id="L1141">First in the onset, last in the retreat. <span class="lineNum">1141</span></span>
<span class="line" id="L1142">That justice let me pay the King. <span class="lineNum">1142</span></span>
<span class="speaker">Brad.</span>
<span class="line" id="L1143">Raised he <span class="lineNum">1143</span></span>
<span class="line" id="L1144">His banner 'gainst his people? Didst thou see <span class="lineNum">1144</span></span>
<span class="line" id="L1145"> royal standard in the field? <span class="lineNum">1145</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L1146">My <span class="app">Lord<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>lord</span></span></span> <span class="lineNum">1146</span></span>
<span class="line" id="L1147">It rose full in the centre of their host <span class="lineNum">1147</span></span>
<span class="line" id="L1148">Floating upon the heavy air. <span class="lineNum">1148</span></span>
<span class="speaker">Cook.</span>
<span class="line" id="L1149">The arms <span class="lineNum">1149</span></span>
<span class="line" id="L1150">Of <span class="context" title="place">England<span class="si">England |
52.3555177 -1.1743197000000691
| Country in the British Isles. Borders Scotland and Wales. London is the capital
city, and is situated on the River Thames.—#bas52.3555177 -1.1743197000000691</span></span>? <span class="lineNum">1150</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L1151">Aye<span class="app">, the very lion shield<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>; the very lion-shield</span></span></span> <span class="lineNum">1151</span></span>
<span class="line" id="L1152">That waved at <span class="context" title="place"><span class="sic">Cressi</span><span class="reg">Crécy</span><span class="si">Crécy, Picardy, France | Crécy | Picardy | France |
50.252468 1.8828919999999698
| Village in northern France. Location of the Battle of
Crécy in 1436, during which Edward
III of England and his
allied troops achieved a significant victory over France in the Hundred Years’ War.—#rnes #lmw50.252468 1.8828919999999698</span></span><span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> at <span class="context" title="place"><span class="sic">Azincourt</span><span class="reg">Agincourt</span><span class="si">Agincourt, Meurthe-et-Moselle, France | Agincourt | Meurthe-et-Moselle | France |
48.73204 6.236217000000011
| Agincourt is a commune in the Meurthe-et-Moselle
department in northeastern France. In
English history, best-known as the location of the Battle of Agincourt in 1415,
where Henry V consolidated his conquest of France. This event is memorialized in
Shakespeare’s play Henry V
.—#rnes #lmw48.73204 6.236217000000011</span></span> <span class="lineNum">1152</span></span>
<span class="line" id="L1153">Triumphant. None may better know than <span class="app">I,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>I</span></span></span> <span class="lineNum">1153</span></span>
<span class="line" id="L1154">For it so pleased the Ruler of the Field, <span class="lineNum">1154</span></span>
<span class="line" id="L1155">The Almighty King of Battles, that my arm <span class="lineNum">1155</span></span>
<span class="line" id="L1156">Struck down the <span class="app">standard-bearer and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Standard-Bearer, &</span></span></span> restored <span class="lineNum">1156</span></span>
<span class="line" id="L1157">The English lion to
the lion hearts <span class="lineNum">1157</span></span>
<span class="line" id="L1158">Of <span class="context" title="place">England<span class="si">England |
52.3555177 -1.1743197000000691
| Country in the British Isles. Borders Scotland and Wales. London is the capital
city, and is situated on the River Thames.—#bas52.3555177 -1.1743197000000691</span></span>. <span class="lineNum">1158</span></span>
<span class="speaker">Cook.</span>
<span class="line" id="L1159">Please you, Sir, retire. Now summon— <span class="lineNum">1159</span></span>
<span class="speaker">King.</span>
<span class="line" id="L1160">Call not another. What I have done <span class="app">boldly,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>boldly</span></span></span> <span class="lineNum">1160</span></span>
<span class="line" id="L1161">In the face of day <span class="app">and of the nation, that,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>& of the nation, that,—</span></span></span> <span class="lineNum">1161</span></span>
<span class="line" id="L1162">Nothing repenting, nothing derogating <span class="lineNum">1162</span></span>
<span class="line" id="L1163">From the King's high <span class="app">perogative,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>perogative,—</span></span></span> boldly <span class="lineNum">1163</span></span>
<span class="line" id="L1164">As freely I avow—to you—to all men<span class="app">.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>!</span></span></span> <span class="lineNum">1164</span></span>
<span class="line" id="L1165">I own ye not as Judges. Ye have power <span class="lineNum">1165</span></span>
<span class="line" id="L1166">As pirates or land robbers <span class="app">o'er<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>oer</span></span></span> the wretch <span class="lineNum">1166</span></span>
<span class="line" id="L1167">Entrapped within their den<span class="app">,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>;</span></span></span> a power to mock <span class="lineNum">1167</span></span>
<span class="line" id="L1168">Your victim with a form of trial, to dress <span class="lineNum">1168</span></span>
<span class="line" id="L1169">Plain murder in a mask of <span class="app">law<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Law</span></span></span>. As Judges <span class="lineNum">1169</span></span>
<span class="line" id="L1170">I know ye not. <span class="lineNum">1170</span></span>
<span class="speaker">Brad.</span>
<span class="line" id="L1171">Enough that you confess <span class="lineNum">1171</span></span>
<span class="line" id="L1172">The treason— <span class="lineNum">1172</span></span>
<span class="speaker">King.</span>
<span class="line" id="L1173">Stop<span class="app">! Sir,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>. Sir</span></span></span> I appeal to them <span class="lineNum">1173</span></span>
<span class="line" id="L1174">Whence you derive your power. <span class="lineNum">1174</span></span>
<span class="speaker">Brad.</span>
<span class="line" id="L1175">The people? King <span class="lineNum">1175</span></span>
<span class="line" id="L1176">Thou seest them here in us. <span class="lineNum">1176</span></span>
<span class="speaker">King.</span>
<span class="line" id="L1177">Oh that my voice <span class="lineNum">1177</span></span>
<span class="line" id="L1178">Could reach my loyal people! That the winds <span class="lineNum">1178</span></span>
<span class="line" id="L1179"> waft the echoes of this groined roof <span class="lineNum">1179</span></span>
<span class="line" id="L1180">So that each corner of the land might hear, <span class="lineNum">1180</span></span>
<span class="line" id="L1181">From the fair Southern vallies to
the <span class="app">hills<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>hills,</span></span></span> <span class="lineNum">1181</span></span>
<span class="line" id="L1182"><span class="app">Of my own native North, from the
bleak shores<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>
The wild hills of my native North, from the
shores</span></span></span> <span class="lineNum">1182</span></span>
<span class="line" id="L1183">Of the <span class="context" title="place">great <span class="app">ocean<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Ocean</span></span></span></span> to the <span class="context" title="place">channeled West<span class="si">The English Channel |
the Channel
|
50.134664 -0.3570560000000569
| Part of the Atlantic Ocean, it is a body of water that joins the
North Sea to the Atlantic and separates southern England from northern
France.—#lmw50.134664 -0.3570560000000569</span></span>, <span class="lineNum">1183</span></span>
<span class="line" id="L1184">Their rightful Monarch's cry. Then should ye hear <span class="lineNum">1184</span></span>
<span class="line" id="L1185">From the universal nation, town and plain, <span class="lineNum">1185</span></span>
<span class="line" id="L1186">Forest <span class="app">and village, the stern awful<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>& village, the stern aweful</span></span></span> shout <span class="lineNum">1186</span></span>
<span class="line" id="L1187">Of just deliverance, mighty <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> prolonged, <span class="lineNum">1187</span></span>
<span class="line" id="L1188">Deafening the earth <span class="app">and piercing Heaven, and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>& piercing Heaven, &</span></span></span> smiting <span class="lineNum">1188</span></span>
<span class="line" id="L1189">Each guilty conscience with such fear as waits <span class="lineNum">1189</span></span>
<span class="line" id="L1190">On the great Judgment-Day. The wish is vain— <span class="lineNum">1190</span></span>
<span class="line" id="L1191"><span class="app">Ah! vainer<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Oh vainer</span></span></span> than a dream! I <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> my people <span class="lineNum">1191</span></span>
<span class="line" id="L1192">Are over-mastered. Yet, Sir, I demand <span class="lineNum">1192</span></span>
<span class="line" id="L1193">A conference with these masters. Tell the Commons <span class="lineNum">1193</span></span>
<span class="line" id="L1194">The King would speak with them. <span class="lineNum">1194</span></span>
<span class="speaker">Brad.</span>
<span class="line" id="L1195">We have no power <span class="lineNum">1195</span></span>
<span class="line" id="L1196">To stay the trial.
<span class="lineNum">1196</span></span>
<span class="speaker">Dow.</span>
<span class="line" id="L1197">Nay, good my Lord, perchance <span class="lineNum">1197</span></span>
<span class="line" id="L1198">The King would yield such reason as might move <span class="lineNum">1198</span></span>
<span class="line" id="L1199">The Commons to renew the treaty. Best <span class="lineNum">1199</span></span>
<span class="line" id="L1200">Confer with them. <span class="lineNum">1200</span></span>
<span class="speaker">Crom.</span>
<span class="stage">(to Downes)</span>
<span class="line" id="L1201">Art mad? <span class="lineNum">1201</span></span>
<span class="speaker">Dow.</span>
<span class="line" id="L1202">'Tis ye are mad <span class="lineNum">1202</span></span>
<span class="line" id="L1203"><span class="app">That urge<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Who drive</span></span></span> with a remorseless haste this work <span class="lineNum">1203</span></span>
<span class="line" id="L1204">Of savage butchery onward. I was mad <span class="lineNum">1204</span></span>
<span class="line" id="L1205">That joined ye. <span class="lineNum">1205</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L1206">This is sudden. <span class="lineNum">1206</span></span>
<span class="speaker">Dow.</span>
<span class="line" id="L1207">He's our King. <span class="lineNum">1207</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L1208">Our King! Have we not faced him in the field <span class="lineNum">1208</span></span>
<span class="line" id="L1209"><span class="app">A thousand<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>An hundred</span></span></span> times? Our King! Downes, hath the
Lord <span class="lineNum">1209</span></span>
<span class="line" id="L1210">Forsaken thee? <span class="app">Why I have seen thyself<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Our King! Why I have seen thee</span></span></span> <span class="lineNum">1210</span></span>
<span class="line" id="L1211">Hewing through mailed <span class="app">battalia,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Battalia</span></span></span> till thy sword <span class="lineNum">1211</span></span>
<span class="line" id="L1212">And thy good arm were dyed in <span class="app">gore,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>gore</span></span></span> to reach <span class="lineNum">1212</span></span>
<span class="line" id="L1213">Yon man. Didst mean to save him? Listen, Sir<span class="app">,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>;</span></span></span> <span class="lineNum">1213</span></span>
<span class="line" id="L1214">I am thy friend<span class="app">. 'Tis said,—<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>—'Tis said—</span></span></span>I lend no ear <span class="lineNum">1214</span></span>
<span class="line" id="L1215">To slanderers, but this tale was forced upon me— <span class="lineNum">1215</span></span>
<span class="line" id="L1216">'Tis said that <span class="app">one<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>one,</span></span></span> whose grave & honoured name <span class="lineNum">1216</span></span>
<span class="line" id="L1217">Sorts ill with midnight treachery, was seen <span class="lineNum">1217</span></span>
<span class="line" id="L1218">Stealing from the Queen's <span class="app">lodging!<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>lodging</span></span></span> thy friend, <span class="lineNum">1218</span></span>
<span class="line" id="L1219">Thy fast friend<span class="app">! <span class="var"><span class="wit"><span class="witLabel">#msC1: </span>—</span></span></span>We oft see in this bad world <span class="lineNum">1219</span></span>
<span class="line" id="L1220">The shadow Envy crawling stealthily <span class="lineNum">1220</span></span>
<span class="line" id="L1221">Behind fair <span class="app">Virtue;<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Virtue</span></span></span> hold all for false <span class="lineNum">1221</span></span>
<span class="line" id="L1222">Unless thou prove it <span class="app">true;<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>true</span></span></span><span class="app">friend!<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>friend</span></span></span> <span class="lineNum">1222</span></span>
<span class="line" id="L1223">But if the <span class="app">sequestrators<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Sequestrators</span></span></span> heard this tale— <span class="lineNum">1223</span></span>
<span class="line" id="L1224">Thou hast broad lands.<span class="app">
<span class="stage"><em>(Aloud)</em></span>
<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>—<span class="stage">(<em>aloud</em>)</span>
</span></span></span>Why do ye pause? <span class="lineNum">1224</span></span>
<span class="speaker">Cook.</span>
<span class="line" id="L1225">My high <span class="lineNum">1225</span></span>
<span class="line" id="L1226"> honouring task to plead at this great bar <span class="lineNum">1226</span></span>
<span class="line" id="L1227">For lawful <span class="app">liberty, for suffering conscience<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Liberty, for suffering Conscience</span></span></span>, <span class="lineNum">1227</span></span>
<span class="line" id="L1228">For the old guardians of our <span class="app">rights<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>rights,</span></span></span> the Commons, <span class="lineNum">1228</span></span>
<span class="line" id="L1229">Against the lawless fiend Prerogative, <span class="lineNum">1229</span></span>
<span class="line" id="L1230">The persecuting Church, the tyrant <span class="app">King,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>King</span></span></span> <span class="lineNum">1230</span></span>
<span class="line" id="L1231">Were needless now & vain<span class="app">. The<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>: the</span></span></span> haughty prisoner <span class="lineNum">1231</span></span>
<span class="line" id="L1232">Denies your jurisdiction. I call on ye <span class="lineNum">1232</span></span>
<span class="line" id="L1233">For instant judgment. <span class="lineNum">1233</span></span>
<span class="speaker">Brad.</span>
<span class="line" id="L1234">Sir, for the last <span class="app">time<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>time,</span></span></span> <span class="lineNum">1234</span></span>
<span class="line" id="L1235">I ask thee<span class="app">, <span class="var"><span class="wit"><span class="witLabel">#msC1: </span>—</span></span></span>wilt thou plead? <span class="lineNum">1235</span></span>
<span class="speaker">King.</span>
<span class="line" id="L1236">Have I not answered? <span class="lineNum">1236</span></span>
<span class="speaker">Cook.</span>
<span class="line" id="L1237">Your judgment, good my <span class="app">Lords<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>lord</span></span></span>! <span class="lineNum">1237</span></span>
<span class="speaker">Brad.</span>
<span class="line" id="L1238">All ye who deem <span class="lineNum">1238</span></span>
<span class="line" id="L1239">Charles Stuart
guilty, rise! <span class="lineNum">1239</span></span>
<span class="stage">
(The Judges all stand up.)
</span>
<span class="speaker">King.</span>
<span class="line" id="L1240">What all! <span class="lineNum">1240</span></span>
<span class="speaker">Brad.</span>
<span class="line" id="L1241">Not one <span class="lineNum">1241</span></span>
<span class="line" id="L1242">Is wanting. <span class="app">Clerk,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Clerk</span></span></span> record him guilty. <span class="lineNum">1242</span></span>
<span class="speaker">Cook.</span>
<span class="line" id="L1243">Now <span class="lineNum">1243</span></span>
<span class="line" id="L1244">The sentence! <span class="lineNum">1244</span></span>
<span class="speaker">Queen.</span>
<span class="stage">
(from the <span class="app">Gallery<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>gallery</span></span></span>)</span>
<span class="line" id="L1245"><span class="app">Traitors,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Traitors</span></span></span> hold! <span class="lineNum">1245</span></span>
<span class="speaker">Crom.</span>
<span class="stage">(To Ireton)</span>
<span class="line" id="L1246">Heard'st thou a scream? <span class="lineNum">1246</span></span>
<span class="speaker">Ire.</span>
<span class="line" id="L1247">'Tis the malignant wife of
Fairfax. <span class="lineNum">1247</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L1248">No<span class="app">!<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>.</span></span></span> <span class="lineNum">1248</span></span>
<span class="line" id="L1249">A greater far than she. <span class="lineNum">1249</span></span>
<span class="speaker">Queen.</span>
<span class="line" id="L1250"><span class="app">Hold,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Hold</span></span></span> murderers! <span class="lineNum">1250</span></span>
<span class="speaker">Crom.</span>
<span class="stage">(aloud)</span>
<span class="line" id="L1251">Lead <span class="lineNum">1251</span></span>
<span class="line" id="L1252">Yon railing woman from her seat. My <span class="app">Lord,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>lord</span></span></span> <span class="lineNum">1252</span></span>
<span class="line" id="L1253">Please you proceed. <span class="lineNum">1253</span></span>
<span class="speaker">Queen.</span>
<span class="stage">(rushing to the King)</span>
<span class="line" id="L1254"><span class="app">Traitors,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Traitors</span></span></span> here is my seat— <span class="lineNum">1254</span></span>
<span class="line" id="L1255">I am the Queen is my place, my state, <span class="lineNum">1255</span></span>
<span class="line" id="L1256"><span class="app">My Lord and Sovereign,—here at thy feet.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>
My lord & Sovereign—here at thy feet!</span></span></span> <span class="lineNum">1256</span></span>
<span class="line" id="L1257">I claim <span class="app">it<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>it,</span></span></span> with a prouder humbler heart, <span class="lineNum">1257</span></span>
<span class="line" id="L1258">A lowlier duty, a more loyal love, <span class="lineNum">1258</span></span>
<span class="line" id="L1259">Than when the false <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> glittering diadem <span class="lineNum">1259</span></span>
<span class="line" id="L1260">Encircled first my brow, a <span class="app">queenly<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Queenly</span></span></span> bride. <span class="lineNum">1260</span></span>
<span class="line" id="L1261">Put me not from thee! <span class="app">scorn<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Scorn</span></span></span> me not! I am <span class="lineNum">1261</span></span>
<span class="line" id="L1262">Thy wife. <span class="lineNum">1262</span></span>
<span class="speaker">King.</span>
<span class="line" id="L1263">Oh true <span class="app">and faithful wife! Yet leave me,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>& faithful wife! Yet leave me</span></span></span> <span class="lineNum">1263</span></span>
<span class="line" id="L1264">Lest the strong armour of my soul, her patience, <span class="lineNum">1264</span></span>
<span class="line" id="L1265">Be melted by thy tears. Oh go! go! go! <span class="lineNum">1265</span></span>
<span class="line" id="L1266">This is no place for thee. <span class="lineNum">1266</span></span>
<span class="speaker">Queen.</span>
<span class="line" id="L1267">Why thou art here<span class="app">!<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>—</span></span></span> <span class="lineNum">1267</span></span>
<span class="line" id="L1268">Who shall divide us? <span class="lineNum">1268</span></span>
<span class="speaker">Ire.</span>
<span class="line" id="L1269">Force her from him<span class="app">, Guards;<span class="var"><span class="wit"><span class="witLabel">#msC1: </span> guards!</span></span></span> <span class="lineNum">1269</span></span>
<span class="line" id="L1270">Remove her<span class="app">.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>!</span></span></span> <span class="lineNum">1270</span></span>
<span class="speaker">King.</span>
<span class="line" id="L1271">Tremble <span class="app">ye<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>ye,</span></span></span> who come so near <span class="lineNum">1271</span></span>
<span class="line" id="L1272">As but to touch her garments<span class="app">.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>!</span></span></span> Cowards! Slaves! <span class="lineNum">1272</span></span>
<span class="line" id="L1273">Though the King's power be gone, yet the man's
strength <span class="lineNum">1273</span></span>
<span class="line" id="L1274">Remains unwithered. She's my wife<span class="app">; my all.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>! my All!</span></span></span> <span class="lineNum">1274</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L1275">None thinks to harm the <span class="app">Lady. Good my Lord,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>lady. Good my lord,</span></span></span> <span class="lineNum">1275</span></span>
<span class="line" id="L1276">The hour wears fast with these slight toys. <span class="lineNum">1276</span></span>
<span class="speaker">Queen.</span>
<span class="line" id="L1277"> come <span class="lineNum">1277</span></span>
<span class="line" id="L1278">To aid <span class="app">ye<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>ye</span></span></span> not impede. If in this land <span class="lineNum">1278</span></span>
<span class="line" id="L1279">To wear the lineal crown, maintain the laws, <span class="lineNum">1279</span></span>
<span class="line" id="L1280">Uphold the insulted <span class="app">Church,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Church</span></span></span> be crimes, then I <span class="lineNum">1280</span></span>
<span class="line" id="L1281">Am guilty, guiltier than your King<span class="app">.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>!</span></span></span> 'Twas I <span class="lineNum">1281</span></span>
<span class="line" id="L1282">That urged the war—ye know he loved <span class="app">me;<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>me</span></span></span> <span class="lineNum">1282</span></span>
<span class="line" id="L1283">That prompted his bold councils<span class="app">; edged and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>, edged &</span></span></span> whetted <span class="lineNum">1283</span></span>
<span class="line" id="L1284">His great resolves<span class="app">;<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>,</span></span></span> spurred his high courage on <span class="lineNum">1284</span></span>
<span class="line" id="L1285">Against ye, rebels! I that armed my knight <span class="lineNum">1285</span></span>
<span class="line" id="L1286">And sent him forth to battle. Mine the crime<span class="app">;—<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>.</span></span></span> <span class="lineNum">1286</span></span>
<span class="line" id="L1287">Be mine the punishment<span class="app">! Deliver him,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>. Deliver him</span></span></span> <span class="lineNum">1287</span></span>
<span class="line" id="L1288">And lead me to the block. Pause ye? My blood <span class="lineNum">1288</span></span>
<span class="line" id="L1289">Is royal too. Within my veins the rich <span class="lineNum">1289</span></span>
<span class="line" id="L1290">Commingled stream of princely Medici <span class="lineNum">1290</span></span>
<span class="line" id="L1291">And regal Bourbon flows: <span class="app">'Twill<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>'twill</span></span></span> mount as high, <span class="lineNum">1291</span></span>
<span class="line" id="L1292"><span class="app">Twill stain your axe as red, t'will<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>'Twill stain your axe as red, 'twill</span></span></span> feed as full <span class="lineNum">1292</span></span>
<span class="line" id="L1293">Your hate of Kings. <span class="lineNum">1293</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L1294">Madam, we wage no war <span class="lineNum">1294</span></span>
<span class="line" id="L1295">On women. <span class="lineNum">1295</span></span>
<span class="speaker">Queen.</span>
<span class="line" id="L1296">I have warred on ye, <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> now— <span class="lineNum">1296</span></span>
<span class="line" id="L1297">Take heed how ye release <span class="app">me!<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>me!—</span></span></span> is gentle <span class="lineNum">1297</span></span>
<span class="line" id="L1298">Patient <span class="app">and kind; he can forgive. But<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>& kind; he can forgive; but</span></span></span> I <span class="lineNum">1298</span></span>
<span class="line" id="L1299">Shall roam a frantic widow through the <span class="app">world,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>world</span></span></span> <span class="lineNum">1299</span></span>
<span class="line" id="L1300">Counting each day for lost that hath not gained <span class="lineNum">1300</span></span>
<span class="line" id="L1301">An enemy to <span class="context" title="place">England<span class="si">England |
52.3555177 -1.1743197000000691
| Country in the British Isles. Borders Scotland and Wales. London is the capital
city, and is situated on the River Thames.—#bas52.3555177 -1.1743197000000691</span></span>, a revenger <span class="lineNum">1301</span></span>
<span class="line" id="L1302">Of this foul murder. <span class="lineNum">1302</span></span>
<span class="speaker">Har.</span>
<span class="line" id="L1303"><span class="app">Woman,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Woman</span></span></span> peace! The sentence! <span class="lineNum">1303</span></span>
<span class="speaker">Queen.</span>
<span class="line" id="L1304"><em>Your</em>sentence, bloody <span class="app">judges<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Judges</span></span></span>! As ye deal <span class="lineNum">1304</span></span>
<span class="line" id="L1305">With your anointed <span class="app">King<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>King,</span></span></span> the red right arm <span class="lineNum">1305</span></span>
<span class="line" id="L1306">Of Heaven shall avenge him: here on earth <span class="lineNum">1306</span></span>
<span class="line" id="L1307">By clinging <span class="app">fear and black remorse, and death<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Fear & black Remorse, & Death,</span></span></span> <span class="lineNum">1307</span></span>
<span class="line" id="L1308">Unnatural ghastly <span class="app">death, and then the fire,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Death; & then the fire</span></span></span> <span class="lineNum">1308</span></span>
<span class="line" id="L1309">The eternal <span class="app">fire,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>fire</span></span></span> where panting murderers gasp <span class="lineNum">1309</span></span>
<span class="line" id="L1310"> cannot die, that deepest Hell which holds <span class="lineNum">1310</span></span>
<span class="line" id="L1311">The Regicide. <span class="lineNum">1311</span></span>
<span class="speaker">Brad.</span>
<span class="line" id="L1312">Peace! I have overlong <span class="lineNum">1312</span></span>
<span class="line" id="L1313">Forgotten my <span class="app">great<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>high</span></span></span> office. Hence! or force <span class="lineNum">1313</span></span>
<span class="line" id="L1314">Shall rid us of thy frenzy. <span class="app">Know'st<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Knowst</span></span></span> thou not <span class="lineNum">1314</span></span>
<span class="line" id="L1315">That curses light upon the curser's head, <span class="lineNum">1315</span></span>
<span class="line" id="L1316">As <span class="app">surely<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>surely,</span></span></span> as the cloud which the sun drains <span class="lineNum">1316</span></span>
<span class="line" id="L1317"> the salt sea returns into the wave <span class="lineNum">1317</span></span>
<span class="line" id="L1318">In stormy gusts or plashing showers? Remove her. <span class="lineNum">1318</span></span>
<span class="speaker">Queen.</span>
<span class="line" id="L1319">Oh mercy! mercy! I'll not curse; I'll be <span class="lineNum">1319</span></span>
<span class="line" id="L1320">As gentle as a babe. Ye cannot doom him <span class="lineNum">1320</span></span>
<span class="line" id="L1321">Whilst I stand by. Even the hard headsman veils <span class="lineNum">1321</span></span>
<span class="line" id="L1322">His victim's eyes before he strikes, afeared <span class="lineNum">1322</span></span>
<span class="line" id="L1323">Lest his heart fail. And could ye, being men <span class="lineNum">1323</span></span>
<span class="line" id="L1324">Not fiends, abide a wife's keen agony <span class="lineNum">1324</span></span>
<span class="line" id="L1325">Whilst—I'll not leave thee Charles! I'll never leave <span class="app">thee<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>thee.</span></span></span> <span class="lineNum">1325</span></span>
<span class="speaker">King.</span>
<span class="line" id="L1326">This is the love stronger than life, the love <span class="lineNum">1326</span></span>
<span class="line" id="L1327">Of woman. Henrietta listen. Loose <span class="lineNum">1327</span></span>
<span class="line" id="L1328">Thy arms from round my neck<span class="app">; here is no axe;<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>—Here is no axe—</span></span></span> <span class="lineNum">1328</span></span>
<span class="line" id="L1329">This is no scaffold<span class="app">. <span class="var"><span class="wit"><span class="witLabel">#msC1: </span>—</span></span></span>We shall meet anon <span class="lineNum">1329</span></span>
<span class="line" id="L1330">Untouched, unharmed<span class="app">;<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>.</span></span></span> I shall return to thee <span class="lineNum">1330</span></span>
<span class="line" id="L1331"><span class="app">Safe, safe,—shall bide with thee. Listen my dear
one,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Safe! safe! shall bide with thee—Listen, my Dear-One,</span></span></span> <span class="lineNum">1331</span></span>
<span class="line" id="L1332">Thy husband prays, thy King commands <span class="app">thee,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>thee</span></span></span> Go! <span class="lineNum">1332</span></span>
<span class="line" id="L1333">Go! Lead her gently, very gently. <span class="lineNum">1333</span></span>
<span class="stage">
<span class="app">(Exit the Queen, led.)<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Exit the Queen led.</span></span></span>
</span>
<span class="line" id="L1334">Now <span class="lineNum">1334</span></span>
<span class="line" id="L1335">I am ready. Speak your doom<span class="app">, and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span> &</span></span></span> quickly. <span class="lineNum">1335</span></span>
<span class="speaker">Brad.</span>
<span class="line" id="L1336">Death. <span class="lineNum">1336</span></span>
<span class="line" id="L1337">Thou art adjudged to die. Sirs, do ye all <span class="lineNum">1337</span></span>
<span class="line" id="L1338">Accord in this just sentence? <span class="lineNum">1338</span></span>
<span class="stage">The Judges all stand up.</span>
<span class="speaker">King.</span>
<span class="line" id="L1339">I am ready. <span class="lineNum">1339</span></span>
<span class="line" id="L1340">To a grey head, aching with royal cares, <span class="lineNum">1340</span></span>
<span class="line" id="L1341">The block is a kind pillow. Yet once more— <span class="lineNum">1341</span></span>
<span class="speaker">Brad.</span>
<span class="line" id="L1342">Silence<span class="app">.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>!</span></span></span> The Sentence is pronounced; the time <span class="lineNum">1342</span></span>
<span class="line" id="L1343">Is past. Conduct him from the Court. <span class="lineNum">1343</span></span>
<span class="speaker">King.</span>
<span class="line" id="L1344">Not hear me<span class="app">!<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>?</span></span></span> <span class="lineNum">1344</span></span>
<span class="line" id="L1345"><span class="app">Me your anointed King!<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>
Me your anointed King?</span></span></span> Look ye what justice <span class="lineNum">1345</span></span>
<span class="line" id="L1346">A meaner man may hope for. <span class="lineNum">1346</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L1347">Why refuse <span class="lineNum">1347</span></span>
<span class="line" id="L1348">His death-speech to a prisoner? Whoso knoweth <span class="lineNum">1348</span></span>
<span class="line" id="L1349">What weight hangs on his soul<span class="app">. Speak on and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>? Speak King &</span></span></span> fear not. <span class="lineNum">1349</span></span>
<span class="speaker">King.</span>
<span class="line" id="L1350">Fear! Let the guilty fear<span class="app">.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>!</span></span></span> Feel if my pulse <span class="lineNum">1350</span></span>
<span class="line" id="L1351">Flutter? Look if my cheek be faded? Harken <span class="lineNum">1351</span></span>
<span class="line" id="L1352">If my calm breathing be not <span class="app">regular,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>regular</span></span></span> <span class="lineNum">1352</span></span>
<span class="line" id="L1353">Even as an infant's who hath dropt asleep <span class="lineNum">1353</span></span>
<span class="line" id="L1354">Upon its mother's breast? As I lift up <span class="lineNum">1354</span></span>
<span class="line" id="L1355">This Sword, miscalled of Justice, my clear voice <span class="lineNum">1355</span></span>
<span class="line" id="L1356">Hoarsens nor falters not<span class="app">. See,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>! See</span></span></span> I can smile <span class="lineNum">1356</span></span>
<span class="line" id="L1357">As thinking on the <span class="app">axe,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>axe</span></span></span> I draw the bright <span class="lineNum">1357</span></span>
<span class="line" id="L1358">Keen edge across my hand<span class="app">. Fear! Would ye ask<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>
<span class="del">
! And yet for ye,
</span>
</span></span></span> <span class="lineNum">1358</span></span>
<span class="line" id="L1365">What weight is on my soul, I tell ye none <span class="lineNum">1365</span></span>
<span class="line" id="L1366">Save that I yielded once to your
decree, <span class="lineNum">1366</span></span>
<span class="line" id="L1367">And slew my Faithfullest. Oh
Strafford!
Strafford! <span class="lineNum">1367</span></span>
<span class="line" id="L1368">This is a retribution! <span class="lineNum">1368</span></span>
<span class="speaker">Brad.</span>
<span class="line" id="L1369">Better weep <span class="lineNum">1369</span></span>
<span class="line" id="L1370">Thy sins than one just holy act. <span class="lineNum">1370</span></span>
<span class="speaker">King.</span>
<span class="line" id="L1371">For ye <span class="lineNum">1371</span></span>
<span class="line" id="L1372">My subject-judges I <span class="app">could<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>might</span></span></span>weep; for thee <span class="lineNum">1372</span></span>
<span class="line" id="L1373">Beloved and lovely country<span class="app">.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>!</span></span></span> Thou wilt groan <span class="lineNum">1373</span></span>
<span class="line" id="L1374">Under the tyrant Many till some bold <span class="lineNum">1374</span></span>
<span class="line" id="L1375">And crafty soldier, one who in the field <span class="lineNum">1375</span></span>
<span class="line" id="L1376">Is brave as the roused lion, at the Council <span class="lineNum">1376</span></span>
<span class="line" id="L1377">Watchful and gentle as the couchant pard, <span class="lineNum">1377</span></span>
<span class="line" id="L1378">The lovely spotted pard, what time she stoops <span class="lineNum">1378</span></span>
<span class="line" id="L1379">To spring upon her prey; one who puts on, <span class="lineNum">1379</span></span>
<span class="line" id="L1380"> win each several soul, his several sin, <span class="lineNum">1380</span></span>
<span class="line" id="L1381">A stern fanatic, a smooth hypocrite, <span class="lineNum">1381</span></span>
<span class="line" id="L1382">A fierce <span class="app">r<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>R</span></span></span>e<span class="app">b<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>p</span></span></span>ublican, a coarse buffoon, <span class="lineNum">1382</span></span>
<span class="line" id="L1383">Always a great bad
man; till he shall come, <span class="lineNum">1383</span></span>
<span class="line" id="L1384">And climb the vacant & fix
him there, <span class="lineNum">1384</span></span>
<span class="line" id="L1385">A more than King. Cromwell, if such thou know'st <span class="lineNum">1385</span></span>
<span class="line" id="L1386">Tell him the rack would prove an easier couch <span class="lineNum">1386</span></span>
<span class="line" id="L1387">Than he shall find that throne. Tell him the crown <span class="lineNum">1387</span></span>
<span class="line" id="L1388">On an Usurper's brow will scorch and burn, <span class="lineNum">1388</span></span>
<span class="line" id="L1389">As though the diamonded and ermined round <span class="lineNum">1389</span></span>
<span class="line" id="L1390">Were framed of glowing steel. <span class="lineNum">1390</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L1391">Hath His dread wrath <span class="lineNum">1391</span></span>
<span class="line" id="L1392">Smitten thee with frenzy? <span class="lineNum">1392</span></span>
<span class="speaker">King.</span>
<span class="line" id="L1393">Tell him, for thou know'st him, <span class="lineNum">1393</span></span>
<span class="line" id="L1394">That Doubt & Discord like fell harpies wait <span class="lineNum">1394</span></span>
<span class="line" id="L1395">Around the Usurper's board. By night, by day, <span class="lineNum">1395</span></span>
<span class="line" id="L1396">Beneath the palace roof, beneath that roof <span class="lineNum">1396</span></span>
<span class="line" id="L1397">More fair, the summer sky, fear shall appal <span class="lineNum">1397</span></span>
<span class="line" id="L1398">And <span class="app">d<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>D</span></span></span>anger threaten, and all natural loves <span class="lineNum">1398</span></span>
<span class="line" id="L1399">Wither and die; till on <span class="app">his<span class="var"><span class="wit"><span class="witLabel">#msC1: </span><em>his</em></span></span></span> dying bed, <span class="lineNum">1399</span></span>
<span class="line" id="L1400"> his time, the wretched traitor lies <span class="lineNum">1400</span></span>
<span class="line" id="L1401">Heartbroken. Then, for well thou know'st him,
Cromwell, <span class="lineNum">1401</span></span>
<span class="line" id="L1402"> fell <span class="lineNum">1402</span></span>
<span class="line" id="L1403">Hewn in my strength and prime, like a proud oak, <span class="lineNum">1403</span></span>
<span class="line" id="L1404">The tallest of the forest, that but shivers <span class="lineNum">1404</span></span>
<span class="line" id="L1405">His glorious top and dies. Oh! thou shalt envy, <span class="lineNum">1405</span></span>
<span class="line" id="L1406">In thy long agony, my fall, that shakes <span class="lineNum">1406</span></span>
<span class="line" id="L1407"> <span class="lineNum">1407</span></span>
<span class="app">
Crom.
<span class="line" id="L1417">He is possessed!— <span class="lineNum">1417</span></span>
<span class="line" id="L1418">My good Lord President, the day wears on— <span class="lineNum">1418</span></span>
<span class="line" id="L1419">Possessed of a fierce Devil! <span class="lineNum">1419</span></span>
Brad.
<span class="line" id="L1420">Lead him forth. <span class="lineNum">1420</span></span>
King.
<span class="line" id="L1421">Why so. Ye are warned. <span class="lineNum">1421</span></span>
<span class="line" id="L1422">On to my prison, Sirs! <span class="lineNum">1422</span></span>
<span class="line" id="L1423">On to my prison! <span class="lineNum">1423</span></span>
<span class="stage">
(Soldiers &c. cry "On to Execution!" "Justice and Execution!"
</span>
Crom.
<span class="line" id="L1424">Nay, my comrades, <span class="lineNum">1424</span></span>
<span class="line" id="L1425">Vex not a sinner's parting hour. The wrath <span class="lineNum">1425</span></span>
<span class="line" id="L1426">Is on him, Harrison! <span class="lineNum">1426</span></span>
<span class="stage">
END OF THE THIRD ACT.
</span>
<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>
Bradshaw.
Lead the prisoner forth.
Soldiers.
Justice & Execution.
Crom.
Good my comrades
Vex not a dying man with words. Full surely
He is possessed with a fierce Devil! The Wrath
Hath fallen upon him Harrison.
Soldiers.
To Justice
To Execution.
<span class="stage">
End of the Third Act.
</span></span></span></span>
</div>
</div>
<div class="act">
<h2><span class="app">ACT IV.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Charles the First.<br />Act the Fourth.</span></span></span></h2>
<div class="scene">
<h2>
SCENE I.
</h2>
<span class="stage">
<span class="app">An Apartment<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Scene— an apartment</span></span></span> in Cromwell's<span class="app"> H<span class="var"><span class="wit"><span class="witLabel">#msC1: </span> h</span></span></span>ouse.</span>
<span class="stage">
Cromwell alone.</span>
<span class="speaker">Crom.</span>
<span class="line" id="L1427"><span class="app">So,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>So</span></span></span> my lord Broghill! We are shrewdly rid <span class="lineNum">1427</span></span>
<span class="line" id="L1428">Of one bold plotter. Now to strike at <span class="app">once,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>once</span></span></span>
<span class="lineNum">1428</span></span>
<span class="line" id="L1429">Ere fresh conspiracies— <span class="lineNum">1429</span></span>
<span class="stage">Enter Ireton.</span>
<span class="speaker">Cromwell.</span>
<span class="line" id="L1430">What mak'st thou <span class="app">here,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>here</span></span></span> <span class="lineNum">1430</span></span>
<span class="line" id="L1431">Fair <span class="app">s<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>S</span></span></span>on? <span class="lineNum">1431</span></span>
<span class="speaker">Ire.</span>
<span class="line" id="L1432">
Sir,
<span class="lineNum">1432</span></span>
<span class="line" id="L1433">The <span class="app">L<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>l</span></span></span>ords Commissioners refuse <span class="lineNum">1433</span></span>
<span class="line" id="L1434">To sign the warrant. He'll escape us yet. <span class="lineNum">1434</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L1435">Refuse! What all? <span class="lineNum">1435</span></span>
<span class="speaker">Ire.</span>
<span class="line" id="L1436">No; Harrison<span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> Marten <span class="lineNum">1436</span></span><span class="line" id="L1437">
still hold firm. <span class="lineNum">1437</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L1438">Too few! too few! <span class="lineNum">1438</span></span>
<span class="line" id="L1439"><span class="app">Aye,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Aye</span></span></span> he'll escape. They'll treat. What say the traitors? <span class="lineNum">1439</span></span>
<span class="speaker">Ire.</span>
<span class="line" id="L1440">The most keep stubborn silence. Harrison <span class="lineNum">1440</span></span>
<span class="line" id="L1441">Is hoarse with railing. <span class="lineNum">1441</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L1442">Overhot! But that's <span class="lineNum">1442</span></span>
<span class="line" id="L1443">A fault may pass for virtue. <span class="app">Over<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Over-</span></span></span> <span class="lineNum">1443</span></span>
<span class="line" id="L1444">Your modish sin. Weakness or treachery! <span class="lineNum">1444</span></span>
<span class="line" id="L1445">Peters or Judases! They'll <span class="app">treat.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>treat.—</span></span></span> <span class="lineNum">1445</span></span>
<span class="line" id="L1446"> lies thy regiment? <span class="lineNum">1446</span></span>
<span class="speaker">Ire.</span>
<span class="line" id="L1447">At <span class="context" title="place">Westminster<span class="si">City of Westminster, London, England | Westminster | London | England |
51.5001754 -0.1332326000000421
| Now an inner London borough centrally located in Greater
London; historically a separate entity west of the City of London and the
site of Westminster Abbey and the Palace of Westminster. In Mitford’s time, a district
of Greater London and
the location of St. James’s Palace, Buckingham Palace, and the Houses of
Parliament; shopping districts around Bond Street, Regent Street, and Oxford
Street; and the fashionable residential and theater districts of the West
End.—#lmw51.5001754 -0.1332326000000421</span></span>. <span class="lineNum">1447</span></span>
<span class="line" id="L1448">One <span class="app">glance<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>gleam</span></span></span> of their bright swords, one stirring note <span class="lineNum">1448</span></span>
<span class="line" id="L1449">Of their war-trumpet, <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> these dastard Judges— <span class="lineNum">1449</span></span>
<span class="line" id="L1450">I'll seek them instantly. <span class="lineNum">1450</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L1451"><span class="app">Son,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Son</span></span></span> thou mistak'st. <span class="lineNum">1451</span></span>
<span class="line" id="L1452">Foul shame it <span class="app">were<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>were,</span></span></span> here in <span class="app">a<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>this</span></span></span> Christian land <span class="lineNum">1452</span></span>
<span class="line" id="L1453">To govern by brute <span class="app">force<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>force,</span></span></span> many hast thou? <span class="lineNum">1453</span></span>
<span class="speaker">Ire.</span>
<span class="line" id="L1454">A thousand horse. <span class="lineNum">1454</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L1455">Or turn their very guards <span class="lineNum">1455</span></span>
<span class="line" id="L1456">Against the <span class="app">Judges—Be they trusty?<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>judges—We must keep unstained</span></span></span> <span class="lineNum">1456</span></span>
<span class="speaker">Ire.</span>
<span class="line" id="L1458"><span class="app">Sir,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Sir</span></span></span> <span class="lineNum">1458</span></span>
<span class="line" id="L1459">I'll answer for them as myself. <span class="lineNum">1459</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L1460"><span class="app">Nay,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Nay</span></span></span> go not<span class="app">.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>!</span></span></span>
<span class="lineNum">1460</span></span>
<span class="line" id="L1461">No <span class="app">force,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>force</span></span></span> good <span class="app">S<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>s</span></span></span>on! No force! <span class="lineNum">1461</span></span>
<span class="stage">Enter a <span class="app">Servant.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Servant</span></span></span></span>
<span class="line" id="L1462">What wouldst thou? Speak. <span class="lineNum">1462</span></span>
<span class="speaker">Servant.</span>
<span class="line" id="L1463">The Colonel Harrison
sends me to crave <span class="lineNum">1463</span></span>
<span class="line" id="L1464">Your <span class="app">E<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>e</span></span></span>xcellency's presence. <span class="lineNum">1464</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L1465">Aye<span class="app">!<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>?</span></span></span> I come. <span class="lineNum">1465</span></span>
<span class="line" id="L1466"> the gallant <span class="lineNum">1466</span></span>
<span class="line" id="L1467">Whom thou <span class="app">saw'<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>saw</span></span></span> here this morning? <span class="lineNum">1467</span></span>
<span class="speaker">Serv.</span>
<span class="line" id="L1468"><span class="app">Sir,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Sir</span></span></span> they passed me <span class="lineNum">1468</span></span>
<span class="line" id="L1469">At speed. <span class="lineNum">1469</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L1470">I come. No <span class="app">force,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>force</span></span></span> good son<span class="app">.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>!</span></span></span> Remember <span class="lineNum">1470</span></span>
<span class="line" id="L1471">This is a Christian land. We must keep pure <span class="lineNum">1471</span></span>
<span class="line" id="L1472">The <span class="app">J<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>j</span></span></span>udgment seat. No force. <span class="lineNum">1472</span></span>
<span class="stage"> Ireton<span class="app">.)<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>.</span></span></span></span>
<span class="line" id="L1473">At speed! Ere now <span class="lineNum">1473</span></span>
<span class="line" id="L1474">They have crost the <span class="context" title="place">Thames<span class="si">River Thames, England | Thames | England |
51.5855735 -0.6160753000000341
| The longest river in England, the Thames has its source in
Gloucestershire and flows through Reading, Oxford, Windsor,
and London into the
Thames Estuary to the North
Sea.—#ebb51.5855735 -0.6160753000000341</span></span> at
<span class="context" title="place">Kew<span class="si">Kew, Richmond upon Thames, England |
Kew village
| Kew | Richmond upon Thames | England |
51.475251 -0.284890799999971
| Once a village northeast of Richmond, now a suburban district
part of the London Borough of Richmond upon Thames. Site of what is now the
Royal Botanic Gardens, a World Heritage Site, which includes Kew Palace, a
royal residence favored by George III, and
Kew Gardens.—#lmw51.475251 -0.284890799999971</span></span>. We are quit of one <span class="lineNum">1474</span></span>
<span class="line" id="L1475">Bold Cavalier. What said the Colonel? <span class="lineNum">1475</span></span>
<span class="speaker">Serv.</span>
<span class="line" id="L1476">Prayed <span class="lineNum">1476</span></span>
<span class="line" id="L1477">Your instant presence, <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> betwixt his teeth <span class="lineNum">1477</span></span>
<span class="line" id="L1478"><span class="app">souls!"<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>souls!</span></span></span> <span class="lineNum">1478</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L1479">Fie! <span class="app">F<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>f</span></span></span>ie! to speak <span class="lineNum">1479</span></span>
<span class="line" id="L1480">Irreverently of such great-ones. Faint <span class="lineNum">1480</span></span>
<span class="line" id="L1481">And craven souls<span class="app">!<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>.</span></span></span> Follow my <span class="app">son; thoul't<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>son. Thou'lt</span></span></span> find him <span class="lineNum">1481</span></span>
<span class="line" id="L1482">Heading his valiant <span class="app">h<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>H</span></span></span>orse. Bid him be still <span class="lineNum">1482</span></span>
<span class="line" id="L1483">Till I send to him<span class="app">—<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>,</span></span></span>still as night. And now <span class="lineNum">1483</span></span>
<span class="line" id="L1484">For ye wise Judges! <span class="lineNum">1484</span></span>
<span class="stage">
</span>
</div>
<div class="scene">
<h2>SCENE II.</h2>
<span class="stage"><span class="app">The Painted Chamber.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>The scene draws & discloses the </span></span></span></span>
<span class="stage">Bradshaw, Harrison, Cook, Downes, Tichburne, Marten <span class="app">, and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> other Judges.</span>
<span class="speaker">Har.</span>
<span class="line" id="L1485">Be ye all smit with palsy? Hang your arms <span class="lineNum">1485</span></span>
<span class="line" id="L1486">Dead at your <span class="app">sides,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>sides</span></span></span> that ye refuse to sign <span class="lineNum">1486</span></span>
<span class="line" id="L1487">The Warrant? Be ye turned Idolaters? <span class="lineNum">1487</span></span>
<span class="line" id="L1488">Rank worshippers of Baal? <span class="lineNum">1488</span></span>
<span class="speaker">Brad.</span>
<span class="line" id="L1489">They refuse not. <span class="lineNum">1489</span></span>
<span class="speaker">Mar.</span>
<span class="line" id="L1490">They parley, Sir, they dally, they delay. <span class="lineNum">1490</span></span>
<span class="speaker">Cook.</span>
<span class="line" id="L1491"> vantage ground, <span class="lineNum">1491</span></span>
<span class="line" id="L1492">The keen axe swinging o'er his head, to treat <span class="lineNum">1492</span></span>
<span class="line" id="L1493">With y<span class="app">on<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>our</span></span></span> great prisoner. <span class="lineNum">1493</span></span>
<span class="speaker">Har.</span>
<span class="line" id="L1494">Treat! Was yonder trial <span class="lineNum">1494</span></span>
<span class="line" id="L1495">A mummery, a stage-play, a farce? Oh blind <span class="lineNum">1495</span></span>
<span class="line" id="L1496">And stubborn generation! <span class="lineNum">1496</span></span>
<span class="speaker">Dow.</span>
<span class="line" id="L1497">The whole people <span class="lineNum">1497</span></span>
<span class="line" id="L1498">Are struck with awe <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> pity. Each man's cheek <span class="lineNum">1498</span></span>
<span class="line" id="L1499">Is pale; each woman's eye is wet; each child <span class="lineNum">1499</span></span>
<span class="line" id="L1500">Lifts up its little <span class="app">hands<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>hands,</span></span></span> as to implore <span class="lineNum">1500</span></span>
<span class="line" id="L1501">Mercy for the poor King. <span class="lineNum">1501</span></span>
<span class="speaker">Har.</span>
<span class="line" id="L1502">Captivity <span class="lineNum">1502</span></span>
<span class="line" id="L1503">And bondage will o'ertake them<span class="app">!<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>.</span></span></span> They fall off <span class="lineNum">1503</span></span>
<span class="line" id="L1504">Like the revolted Tribes<span class="app">. <span class="var"><span class="wit"><span class="witLabel">#msC1: </span>—</span></span></span>Ægyptian bondage! <span class="lineNum">1504</span></span>
<span class="stage"><span class="app">(Enter Cromwell.)<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Enter Cromwell.</span></span></span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L1505">Wherefore so loud good Colonel? <span class="app">Sirs,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Sirs</span></span></span> I shame <span class="lineNum">1505</span></span>
<span class="line" id="L1506">To have held ye waiting here<span class="app">.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>,</span></span></span> <span class="app">A<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>a</span></span></span> sudden cause <span class="lineNum">1506</span></span>
<span class="line" id="L1507">I pray ye believe it <span class="app">urgent<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>earnest</span></span></span>, hindered me. <span class="lineNum">1507</span></span>
<span class="line" id="L1508">Where is the <span class="app">w<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>W</span></span></span>arrant? Have ye left a space <span class="lineNum">1508</span></span>
<span class="line" id="L1509">For my poor name? <span class="lineNum">1509</span></span>
<span class="speaker">Mar.</span>
<span class="line" id="L1510">Thou wilt find room enow. <span class="lineNum">1510</span></span>
<span class="line" id="L1511">There! <span class="lineNum">1511</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L1512">What unsigned?<span class="app">—<span class="var"><span class="wit"><span class="witLabel">#msC1: </span> </span></span></span>Harrison!<span class="app">—<span class="var"><span class="wit"><span class="witLabel">#msC1: </span> </span></span></span>He came hither <span class="lineNum">1512</span></span>
<span class="line" id="L1513">To crave your signatures. <span class="lineNum">1513</span></span>
<span class="speaker">Har.</span>
<span class="line" id="L1514">I did my <span class="app">message!<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>message</span></span></span> <span class="lineNum">1514</span></span>
<span class="line" id="L1515">But these Philistines— <span class="lineNum">1515</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L1516">Do ye shame to set <span class="lineNum">1516</span></span>
<span class="line" id="L1517">Your names to your own deeds? Did ye not pass <span class="lineNum">1517</span></span>
<span class="line" id="L1518"><span class="app">This solemn sentence in the face of day,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>This <span class="del"> just and </span> solemn sentence
in the face of day</span></span></span> <span class="lineNum">1518</span></span>
<span class="line" id="L1519">Before the arraigned King, the shouting people, <span class="lineNum">1519</span></span>
<span class="line" id="L1520">The <span class="app">m<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>M</span></span></span>ajesty of Heaven? <span class="lineNum">1520</span></span>
<span class="speaker">Tich.</span>
<span class="line" id="L1521">Thou dost mistake us. <span class="lineNum">1521</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L1522">I crave your <span class="app">pardon,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>pardon</span></span></span> Sirs. I deemed ye were <span class="lineNum">1522</span></span>
<span class="line" id="L1523">The <span class="app">j<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>J</span></span></span>udges, the King's judges, the <span class="app">e<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>E</span></span></span>lect <span class="lineNum">1523</span></span>
<span class="line" id="L1524">Of <span class="context" title="place">England<span class="si">England |
52.3555177 -1.1743197000000691
| Country in the British Isles. Borders Scotland and Wales. London is the capital
city, and is situated on the River Thames.—#bas52.3555177 -1.1743197000000691</span></span>, chosen by her godly Commons <span class="lineNum">1524</span></span>
<span class="line" id="L1525">As wisest, boldest, best. I did mistake ye. <span class="lineNum">1525</span></span>
<span class="speaker">Dow.</span>
<span class="line" id="L1526"><span class="app">Listen,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Listen</span></span></span> ere thou accuse us. <span class="lineNum">1526</span></span>
<span class="speaker">Mar.</span>
<span class="line" id="L1527">Listen! <span class="app">s<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>S</span></span></span>ign<span class="app">!<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>;</span></span></span> <span class="lineNum">1527</span></span>
<span class="line" id="L1528">And <span class="app">we<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>I</span></span></span> will listen though your pleaded reason <span class="lineNum">1528</span></span>
<span class="line" id="L1529">Outlast Hugh Peter's <span class="app">s<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>S</span></span></span>ermon. <span class="lineNum">1529</span></span>
<span class="speaker">Dow.</span>
<span class="line" id="L1530">Hear me first. <span class="lineNum">1530</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L1531">Well<span class="app">.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>.</span></span></span> <span class="lineNum">1531</span></span>
<span class="speaker">Dow.</span>
<span class="line" id="L1532">We have here Commissioners from <span class="context" title="place">Scotland<span class="si">Scotland |
55.85, -4.266667
| Country that occupies the northern third of the island of Great Britain. Part of
the United Kingdom.—#bas55.85, -4.266667</span></span> <span class="lineNum">1532</span></span>
<span class="line" id="L1533">Praying our mercy on the King. <span class="lineNum">1533</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L1534">They gave him <span class="lineNum">1534</span></span>
<span class="line" id="L1535">Into our hands. <span class="lineNum">1535</span></span>
<span class="speaker">Har.</span>
<span class="line" id="L1536">And they are answered Sir. <span class="lineNum">1536</span></span>
<span class="line" id="L1537">Thou know'st that Cromwell singly put
them <span class="app">down,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>down</span></span></span> <span class="lineNum">1537</span></span>
<span class="line" id="L1538">As they had been young babes. <span class="lineNum">1538</span></span>
<span class="speaker">Dow.</span>
<span class="line" id="L1539">The Pensionary— <span class="lineNum">1539</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L1540">Pshaw! <span class="lineNum">1540</span></span>
<span class="speaker">Dow.</span>
<span class="line" id="L1541">Hath sent pressing missives; Embassies <span class="lineNum">1541</span></span>
<span class="line" id="L1542">From every <span class="app">court,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>court</span></span></span> are on the seas; <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> Charles <span class="lineNum">1542</span></span>
<span class="line" id="L1543">Proffers great terms. <span class="lineNum">1543</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L1544">Have we not all? <span class="lineNum">1544</span></span>
<span class="speaker">Cook.</span>
<span class="line" id="L1545">But he <span class="lineNum">1545</span></span>
<span class="line" id="L1546">Will give a fair security, a large <span class="lineNum">1546</span></span>
<span class="line" id="L1547">And general amnesty<span class="app">. S<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>; s</span></span></span>o are we freed <span class="lineNum">1547</span></span>
<span class="line" id="L1548">From fear of after<span class="app">-<span class="var"><span class="wit"><span class="witLabel">#msC1: </span> </span></span></span>reckoning. <span class="lineNum">1548</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L1549">Master Cook <span class="lineNum">1549</span></span>
<span class="line" id="L1550">No wonder that a lawyer pleads to<span class="app">-<span class="var"><span class="wit"><span class="witLabel">#msC1: </span> </span></span></span>day <span class="lineNum">1550</span></span>
<span class="line" id="L1551">Against his cause of yesterday<span class="app">—<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>,</span></span></span>if fee <span class="lineNum">1551</span></span>
<span class="line" id="L1552">To the height. But thou art not of us; thy part <span class="lineNum">1552</span></span>
<span class="line" id="L1553">Is <span class="app">o'er<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>o'er.</span></span></span> <span class="lineNum">1553</span></span>
<span class="speaker">Mar.</span>
<span class="line" id="L1554">He will give large securities<span class="app">!<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>—</span></span></span> <span class="lineNum">1554</span></span>
<span class="line" id="L1555">For what? <span class="lineNum">1555</span></span>
<span class="speaker">Dow.</span>
<span class="line" id="L1556">The general safety<span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>, &</span></span></span>our own<span class="app">.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>,</span></span></span> <span class="lineNum">1556</span></span>
<span class="speaker">Mar.</span>
<span class="line" id="L1557">Safety<span class="app">, s<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>! S</span></span></span>ay liberty! Securities. <span class="lineNum">1557</span></span>
<span class="line" id="L1558">Many large promises! An ye will trust <span class="lineNum">1558</span></span>
<span class="line" id="L1559">Ye may be Earls <span class="app">and <span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span>Marquesses, and portion <span class="lineNum">1559</span></span>
<span class="line" id="L1560">This <span class="context" title="place">pretty <span class="app">i<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>I</span></span></span>slet England<span class="si">England |
52.3555177 -1.1743197000000691
| Country in the British Isles. Borders Scotland and Wales. London is the capital
city, and is situated on the River Thames.—#bas52.3555177 -1.1743197000000691</span></span> as a <span class="app">m<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>M</span></span></span>anor <span class="lineNum">1560</span></span>
<span class="line" id="L1561">Amongst ye. Shame ye not to think a bribe <span class="lineNum">1561</span></span>
<span class="line" id="L1562">Might win your souls from freedom? <span class="lineNum">1562</span></span>
<span class="speaker">Har.</span>
<span class="line" id="L1563">From the Lord! <span class="lineNum">1563</span></span>
<span class="line" id="L1564">Would ye desert <span class="app">H<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>h</span></span></span>is people? sell for gain <span class="lineNum">1564</span></span>
<span class="line" id="L1565">His cause<span class="app">?<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>.</span></span></span> <span class="lineNum">1565</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L1566">Hush! Hush! None thinketh to forsake <span class="lineNum">1566</span></span>
<span class="line" id="L1567">The <span class="app">c<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>C</span></span></span>ause<span class="app">!<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>.</span></span></span> <span class="lineNum">1567</span></span>
<span class="speaker">Tich.</span>
<span class="line" id="L1568">Let Bradshaw sign. What need more names <span class="lineNum">1568</span></span>
<span class="line" id="L1569">Than the Lord President's? <span class="lineNum">1569</span></span>
<span class="speaker">Brad.</span>
<span class="line" id="L1570">I am <span class="app">ready,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>ready</span></span></span><span class="app">Sirs,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Sirs</span></span></span> <span class="lineNum">1570</span></span>
<span class="line" id="L1571">An ye will follow me. The Instrument <span class="lineNum">1571</span></span>
<span class="line" id="L1572">Were else illegal. When ye are prepared, <span class="lineNum">1572</span></span>
<span class="line" id="L1573">Speak. <span class="lineNum">1573</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L1574">My good <span class="app">m<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>M</span></span></span>asters ye remember me <span class="lineNum">1574</span></span>
<span class="line" id="L1575">Of a passage of my boyhood. <span class="lineNum">1575</span></span>
<span class="stage">
(then aside to Bradshaw and Harrison
</span>
<span class="stage">
</span>
<span class="line" id="L1576">Deem me not <span class="lineNum">1576</span></span>
<span class="line" id="L1577">A light unmeaning trifler<span class="app">, r<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>. R</span></span></span>ecollect <span class="lineNum">1577</span></span>
<span class="line" id="L1578">How Nathan spake to David.<span class="stage"><span class="app">(then aloud)<span class="var"><span class="wit"><span class="witLabel">#msC1: </span><em>(aloud)</em></span></span></span></span> Being a child <span class="lineNum">1578</span></span>
<span class="line" id="L1579">Nutting with other imps in the old copse <span class="lineNum">1579</span></span>
<span class="line" id="L1580">At <span class="context" title="place">Hinchinbroke<span class="si">Hinchinbrooke House, Huntingdon, Cambridgeshire, England |
Hinchingbrooke House
| Huntingdon | Cambridgeshire | England |
52.327831 -0.20055899999999838
| Country house estate built around a thirteenth-century
nunnery. During the dissolution of the monasteries, it was given to the
Cromwell family and later became the estate of the Earls of Sandwich. From
1627, it was the estate of the Parliamentary army leader Sir Edward Montagu. Also
spelled "Hinchingbrooke." Now
a Grade I listed building. |
—#rnes #lmw52.327831 -0.20055899999999838</span></span>, we saw across a wide <span class="lineNum">1580</span></span>
<span class="line" id="L1581">But shallow stream one overhanging <span class="app">hazel.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>hazel</span></span></span> <span class="lineNum">1581</span></span>
<span class="line" id="L1582">Whose lissome stalks were weighed by the rich fruitage <span class="lineNum">1582</span></span>
<span class="line" id="L1583">Almost into the water. As we stood <span class="lineNum">1583</span></span>
<span class="line" id="L1584">Eyeing the tempting boughs, a shining nut <span class="lineNum">1584</span></span>
<span class="line" id="L1585">Fell from its socket, dimpling wide around <span class="lineNum">1585</span></span>
<span class="line" id="L1586">The dark clear mirror. At that sight one bold <span class="lineNum">1586</span></span>
<span class="line" id="L1587">And hardy urchin, with myself, no less <span class="lineNum">1587</span></span>
<span class="line" id="L1588">In those young days a daring wight, at once <span class="lineNum">1588</span></span>
<span class="line" id="L1589">Plunged in the sparkling rivulet. It rose <span class="lineNum">1589</span></span>
<span class="line" id="L1590">Above our ancles, to our knees, half up <span class="lineNum">1590</span></span>
<span class="line" id="L1591">Our thighs, <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> my scared comrade i<span class="app">n <span class="var"><span class="wit"><span class="witLabel">#msC1: </span>'</span></span></span>the midst <span class="lineNum">1591</span></span>
<span class="line" id="L1592">Of the stream turned roaring back, <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> gained the bank <span class="lineNum">1592</span></span>
<span class="line" id="L1593">Nutless <span class="app">and wet,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>& wet</span></span></span> amidst the scoffing shouts <span class="lineNum">1593</span></span>
<span class="line" id="L1594">Of the small people. <span class="lineNum">1594</span></span>
<span class="speaker">Marten.</span>
<span class="line" id="L1595">And thou? <span class="lineNum">1595</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L1596">Why I bore <span class="lineNum">1596</span></span>
<span class="line" id="L1597">My course right on <span class="app">, and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> gained the spoil. Sirs, we <span class="lineNum">1597</span></span>
<span class="line" id="L1598">Have plunged knee<span class="app"> <span class="var"><span class="wit"><span class="witLabel">#msC1: </span>-</span></span></span>deep in the waters<span class="app">;<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>,</span></span></span> are mid<span class="app"> <span class="var"><span class="wit"><span class="witLabel">#msC1: </span>-</span></span></span>way <span class="lineNum">1598</span></span>
<span class="line" id="L1599">The stream<span class="app">: W<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>,—w</span></span></span>ill ye turn now <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> leave the fruit <span class="lineNum">1599</span></span>
<span class="line" id="L1600"><span class="app">Ungathered,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Ungathered</span></span></span> recreants<span class="app">?<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>,</span></span></span> or hold boldly on <span class="lineNum">1600</span></span>
<span class="line" id="L1601">And win the holy prize of freedom? Give me <span class="lineNum">1601</span></span>
<span class="line" id="L1602">The <span class="app">w<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>W</span></span></span>arrant.
<span class="stage"><span class="app">(signs.)<span class="var"><span class="wit"><span class="witLabel">#msC1: </span><em>(signs)</em></span></span></span></span>So! <span class="app">m<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>M</span></span></span>ethinks an it were not <span class="lineNum">1602</span></span>
<span class="line" id="L1603">Over ambitious, <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> that's a sin<span class="app">;<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>,</span></span></span> <span class="lineNum">1603</span></span>
<span class="line" id="L1604">My homely name should stand alone to this <span class="lineNum">1604</span></span>
<span class="line" id="L1605">Most righteous scroll. Follow who list<span class="app">.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>!</span></span></span> I've left <span class="lineNum">1605</span></span>
<span class="line" id="L1606">A space for the Lord President. <span class="lineNum">1606</span></span>
<span class="speaker">Brad.</span>
<span class="line" id="L1607">I'll fill it <span class="lineNum">1607</span></span>
<span class="line" id="L1608">With an unworthy name. <span class="lineNum">1608</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L1609">Now swell the <span class="app">roll<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>roll,</span></span></span> <span class="lineNum">1609</span></span>
<span class="line" id="L1611">My masters! Whither goest thou Marten? None <span class="lineNum">1611</span></span>
<span class="line" id="L1612">Shall stir till he hath signed. Thou a ripe <span class="app">scholar,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>scholar</span></span></span> <span class="lineNum">1612</span></span>
<span class="line" id="L1613">Not write thy name! I can write mine i' the dark, <span class="lineNum">1613</span></span>
<span class="line" id="L1614">And oft with my sword-point have traced in air <span class="lineNum">1614</span></span>
<span class="line" id="L1615">The viewless characters in the long hour <span class="lineNum">1615</span></span>
<span class="line" id="L1616">Before the joy of battle. Shut thine <span class="app">eyes,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>eyes</span></span></span> <span class="lineNum">1616</span></span>
<span class="line" id="L1617">And write thy name! Anywhere! <span class="app">See<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>See,</span></span></span> <span class="lineNum">1617</span></span>
<span class="stage">(Marking Marten's cheek
with a <span class="app">pen.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>pen</span></span></span> </span>
<span class="line" id="L1618"><span class="app">Nay<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Nay,</span></span></span> , <span class="lineNum">1618</span></span>
<span class="line" id="L1619">Stand <span class="app">still!<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>still</span></span></span>—See! See! how fair <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> clerkly! Yet <span class="lineNum">1619</span></span>
<span class="line" id="L1620">This parchment is the smoother. <span class="lineNum">1620</span></span>
<span class="speaker">Mar.</span>
<span class="line" id="L1621">Hold thee sure <span class="lineNum">1621</span></span>
<span class="line" id="L1622">I'll pay <span class="app">thee,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>thee</span></span></span> General. <span class="lineNum">1622</span></span>
<span class="speaker">Bradshaw.</span>
<span class="line" id="L1623">Why he hath marked thee <span class="lineNum">1623</span></span>
<span class="line" id="L1624">Like a <span class="app">new <span class="var"><span class="wit"><span class="witLabel">#msC1: </span>fresh-</span></span></span>ruddled sheep. <span class="lineNum">1624</span></span>
<span class="speaker">Mar.</span>
<span class="line" id="L1625">I'll pay thee. <span class="lineNum">1625</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L1626">Sign. <span class="lineNum">1626</span></span>
<span class="speaker">Marten.</span>
<span class="line" id="L1627"><span class="app">Willingly; joyfully.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Willingly, joyfully!</span></span></span> <span class="lineNum">1627</span></span>
<span class="stage">(signs.)</span>
<span class="speaker">Crom.</span>
<span class="line" id="L1628">Why so. Where goes <span class="lineNum">1628</span></span>
<span class="line" id="L1629">Our zealous alderman? I deemed to see <span class="lineNum">1629</span></span>
<span class="line" id="L1630">His name the first. <span class="lineNum">1630</span></span>
<span class="speaker">Brad.</span>
<span class="line" id="L1631">He fears the <span class="app">C<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>c</span></span></span>ity's safety, <span class="lineNum">1631</span></span>
<span class="line" id="L1632">Full, as he says, of the King's friends. <span class="lineNum">1632</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L1633">He fears! <span class="lineNum">1633</span></span>
<span class="line" id="L1634">They be bold men who fearlessly do own <span class="lineNum">1634</span></span>
<span class="line" id="L1635">Their fears<span class="app">.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>,</span></span></span> I dare not. Fear! Sir didst thou come <span class="lineNum">1635</span></span>
<span class="line" id="L1636">By water hither? <span class="lineNum">1636</span></span>
<span class="speaker">Tich.</span>
<span class="line" id="L1637">No. <span class="lineNum">1637</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L1638">And didst thou meet <span class="lineNum">1638</span></span>
<span class="line" id="L1639">No soldiers on thy way? <span class="lineNum">1639</span></span>
<span class="speaker">Tich.</span>
<span class="line" id="L1640">Many. The streets <span class="lineNum">1640</span></span>
<span class="line" id="L1641">Are swarming with them. <span class="lineNum">1641</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L1642">Were they silent? <span class="lineNum">1642</span></span>
<span class="speaker">Tich.</span>
<span class="line" id="L1643">No<span class="app">.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>,</span></span></span> <span class="lineNum">1643</span></span>
<span class="line" id="L1644">They called aloud for execution. <span class="lineNum">1644</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L1645"><span class="app">Say,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Say</span></span></span> <span class="lineNum">1645</span></span>
<span class="line" id="L1646">For justice <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> for execution. Marry <span class="lineNum">1646</span></span>
<span class="line" id="L1647">My <span class="app">Ironsides<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>bold Dragoons</span></span></span> know not the new state trick <span class="lineNum">1647</span></span>
<span class="line" id="L1648">To separate the words. Well! are not they <span class="lineNum">1648</span></span>
<span class="line" id="L1649">A nearer fear? Sign boldly. <span class="lineNum">1649</span></span>
<span class="stage">
(Cromwell,Marten, and Downesadvance to the front)
</span>
<span class="stage"></span>
<span class="speaker">Mar.</span>
<span class="line" id="L1650">They flock fast. <span class="lineNum">1650</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L1651">'Tis time<span class="app">,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>;</span></span></span> for plots are weaving round about us <span class="lineNum">1651</span></span>
<span class="line" id="L1652">Like spider's nets in Au<span class="app">tumn<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>gust</span></span></span>. But this morning <span class="lineNum">1652</span></span>
<span class="line" id="L1653">I swept one web away. Lord Broghill— <span class="lineNum">1653</span></span>
<span class="speaker">Mar.</span>
<span class="line" id="L1654">What! <span class="lineNum">1654</span></span>
<span class="line" id="L1655">Hath he been here? <span class="lineNum">1655</span></span>
<span class="speaker">Dow.</span>
<span class="line" id="L1656">Is he discovered? <span class="lineNum">1656</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L1657"><span class="app">Sir,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Sir</span></span></span> <span class="lineNum">1657</span></span>
<span class="line" id="L1658">I have a slow-hound's scent to track a traitor<span class="app">.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>—</span></span></span>
<span class="lineNum">1658</span></span>
<span class="line" id="L1659">He's found<span class="app"> and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>, &</span></span></span> he's despatched. <span class="lineNum">1659</span></span>
<span class="speaker">Dow.</span>
<span class="line" id="L1660">How? <span class="lineNum">1660</span></span>
<span class="speaker">Mar.</span>
<span class="line" id="L1661">Where? <span class="lineNum">1661</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L1662">To <span class="app">Ireland,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Ireland</span></span></span> <span class="lineNum">1662</span></span>
<span class="line" id="L1663">With a commission 'gainst the rebels. 'Tis <span class="lineNum">1663</span></span>
<span class="line" id="L1664">An honest soldier who deserves to fight <span class="lineNum">1664</span></span>
<span class="line" id="L1665"> He but mistook his side; <span class="lineNum">1665</span></span>
<span class="line" id="L1666">The Queen beguiled him, <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> the knightly sound <span class="lineNum">1666</span></span>
<span class="line" id="L1667">Of <span class="app">l<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>L</span></span></span>loyalty. But tis an honest soldier<span class="app">.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>;</span></span></span> <span class="lineNum">1667</span></span>
<span class="line" id="L1668">He will prove faithful. <span class="lineNum">1668</span></span>
<span class="speaker">Mar.</span>
<span class="line" id="L1669">How didst win him? <span class="lineNum">1669</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L1670">How? <span class="lineNum">1670</span></span>
<span class="line" id="L1671">A word of praise, a thought of fear. How do men <span class="lineNum">1671</span></span>
<span class="line" id="L1672">Win traitors? Hark <span class="app">ye<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>ye,</span></span></span> <span class="app">!<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>,</span></span></span> Lord Broghill left <span class="lineNum">1672</span></span>
<span class="line" id="L1673">A list of the King's friends amongst us here;— <span class="lineNum">1673</span></span>
<span class="line" id="L1674">Grave seeming <span class="app">R<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>r</span></span></span>oundheads, bold <span class="app">and zealous<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>& pious</span></span></span> soldiers, <span class="lineNum">1674</span></span>
<span class="line" id="L1675">High officers—I marvel not ye look <span class="lineNum">1675</span></span>
<span class="line" id="L1676">Distrustfully—one of renown, a <span class="app">Colonel,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Colonel</span></span></span> <span class="lineNum">1676</span></span>
<span class="line" id="L1677">A Judge too<span class="app">!<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>—</span></span></span>Downes hast thou signed yonder Warrant? <span class="lineNum">1677</span></span>
<span class="speaker">Mar.</span>
<span class="line" id="L1678">What was the plan? <span class="lineNum">1678</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L1679">Go sign I say.—The plan<span class="app">!<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>?</span></span></span>
<span class="lineNum">1679</span></span>
<span class="line" id="L1680">A sudden rescue, to o'erpower the guard.— <span class="lineNum">1680</span></span>
<span class="line" id="L1681">Ha! <span class="app">Ingoldsby<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Ingoldsby!</span></span></span> <span class="lineNum">1681</span></span>
<span class="stage">(<span class="app">Seizing one of the Judges and going with him to the table.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span><em>seizing one of the Judges & going with him to the table</em></span></span></span>)</span>
<span class="speaker">Crom.</span>
<span class="line" id="L1682">Nay, man, if thou be <span class="app">questioned,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>questioned</span></span></span> <span class="lineNum">1682</span></span>
<span class="line" id="L1683">Some dozen years hence, say that I forced thee, swear <span class="lineNum">1683</span></span>
<span class="line" id="L1684">Thy wicked <span class="app">k<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>K</span></span></span>insman held thy hand.<span class="app">—<span class="var"><span class="wit"><span class="witLabel">#msC1: </span> </span></span></span>Aye
<span class="app">n<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>N</span></span></span>ow <span class="lineNum">1684</span></span>
<span class="line" id="L1685">The blank is nobly filled, <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> bravely! now <span class="lineNum">1685</span></span>
<span class="line" id="L1686">I know ye once again, the pious Judges <span class="lineNum">1686</span></span>
<span class="line" id="L1687">The <span class="app">e<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>E</span></span></span>lect <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> godly of the land<span class="app">!<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>.—</span></span></span>
<span class="lineNum">1687</span></span>
<span class="stage">(A trumpet heard without)</span>
<span class="line" id="L1688">
Ha!—Marten
<span class="lineNum">1688</span></span>
<span class="line" id="L1689">Haste to my son<span class="app">;<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>,</span></span></span> bid him disband his force <span class="lineNum">1689</span></span>
<span class="line" id="L1690">The peril is gone by. <span class="lineNum">1690</span></span>
<span class="stage">(Exit Marten.)</span>
<span class="speaker">Har.</span>
<span class="line" id="L1691">What peril? <span class="lineNum">1691</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L1692">Ye <span class="lineNum">1692</span></span>
<span class="line" id="L1693">That are assembled <span class="app">here,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>here</span></span></span> should lift your voice <span class="lineNum">1693</span></span>
<span class="line" id="L1694"> for quick deliverance <span class="lineNum">1694</span></span>
<span class="line" id="L1695">From <span class="app">sudden danger. Y<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>hidden danger; y</span></span></span>e knew nought of this <span class="lineNum">1695</span></span>
<span class="line" id="L1696">Great jeopardy, nor need ye know. Give thanks<span class="app">,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>;</span></span></span> <span class="lineNum">1696</span></span>
<span class="line" id="L1697">And question not. Ye are safe. <span class="lineNum">1697</span></span>
<span class="speaker">Brad.</span>
<span class="line" id="L1698">Art sure of that? <span class="lineNum">1698</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L1699">Did ye not hear me even now take order <span class="lineNum">1699</span></span>
<span class="line" id="L1700">The guard should be dispersed? Question no more. <span class="lineNum">1700</span></span>
<span class="line" id="L1701">Ye are so <span class="app">safe,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>safe</span></span></span> that this slight parchment, Sirs, <span class="lineNum">1701</span></span>
<span class="line" id="L1702">May be your shield. <span class="lineNum">1702</span></span>
<span class="speaker">Brad.</span>
<span class="line" id="L1703">The deed is incomplete. <span class="lineNum">1703</span></span>
<span class="line" id="L1704">It hath no date. <span class="lineNum">1704</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L1705"><span class="app">Ah!<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Ha</span></span></span> well reminded<span class="app">! w<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>. W</span></span></span>rite <span class="lineNum">1705</span></span>
<span class="line" id="L1706">The Thirtieth. <span class="lineNum">1706</span></span>
<span class="speaker">Dow.</span>
<span class="line" id="L1707">Tomorrow? <span class="app">t<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>T</span></span></span>hat were sudden. <span class="lineNum">1707</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L1708">Why so we must be. There be plots astir <span class="lineNum">1708</span></span>
<span class="line" id="L1709">And speed is our best safety.—Thou hast signed<span class="app">?<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>—</span></span></span> <span class="lineNum">1709</span></span>
<span class="line" id="L1710"><span class="app">Thy name is here amongst us?<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Is not thy name among us?</span></span></span>—I must haste <span class="lineNum">1710</span></span>
<span class="line" id="L1711">To overtake the hour. 'Tis still unsealed<span class="app">.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>;</span></span></span> <span class="lineNum">1711</span></span>
<span class="line" id="L1712">Bradshaw. <span class="lineNum">1712</span></span>
<span class="stage">Exit Cromwell.</span>
<span class="speaker">Tich.</span>
<span class="line" id="L1713">What intends <span class="lineNum">1713</span></span>
<span class="line" id="L1714">The General? <span class="lineNum">1714</span></span>
<span class="speaker">Brad.</span>
<span class="line" id="L1715">Question not of that. A taper! <span class="lineNum">1715</span></span>
<span class="line" id="L1716">Your seals, my Lords Commissioners! Your seals! <span class="lineNum">1716</span></span>
<span class="stage"><span class="app">(The Scene closes.)<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>The Scene closes.</span></span></span></span>
</div>
<div class="scene">
<h2>
SCENE III.
</h2>
<span class="stage">The <span class="context" title="place"> King Apartments</span>.</span>
<span class="stage">Enter the King leading in the Princess Elizabeth
<span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> the Duke of Gloucester.</span>
<span class="speaker">King.</span>
<span class="line" id="L1717">Here we may weep at leisure. Yon fierce ruffian <span class="lineNum">1717</span></span>
<span class="line" id="L1718">Will scarce pursue us here. <span class="app">Elizabeth,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Elizabeth</span></span></span> <span class="lineNum">1718</span></span>
<span class="line" id="L1719">I thought I had done with anger, but the <span class="app">soldier<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>ruffian</span></span></span> <span class="lineNum">1719</span></span>
<span class="line" id="L1720">Who gazed on thee awhile, with looks that seemed <span class="lineNum">1720</span></span>
<span class="line" id="L1721">To wither thy young beauty, <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> with words— <span class="lineNum">1721</span></span>
<span class="line" id="L1722">My child! my child! And I had not the power <span class="lineNum">1722</span></span>
<span class="line" id="L1723">To shield mine own sweet child! <span class="lineNum">1723</span></span>
<span class="speaker">Eliz.</span>
<span class="line" id="L1724">I saw him not; <span class="lineNum">1724</span></span>
<span class="line" id="L1725">I heard him not<span class="app">:<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>;</span></span></span> I could see none but thee; <span class="lineNum">1725</span></span>
<span class="line" id="L1726">Could hear no voice <span class="app">but<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>save</span></span></span> thine. <span class="lineNum">1726</span></span>
<span class="speaker">King.</span>
<span class="line" id="L1727">When I am gone <span class="lineNum">1727</span></span>
<span class="line" id="L1728">Who shall protect thee<span class="app">?<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>!</span></span></span> <span class="lineNum">1728</span></span>
<span class="speaker">Glou.</span>
<span class="line" id="L1729">I shall soon be tall; <span class="lineNum">1729</span></span>
<span class="line" id="L1730">And then— <span class="lineNum">1730</span></span>
<span class="speaker">King.</span>
<span class="line" id="L1731">Poor boy! Elizabeth be thou <span class="lineNum">1731</span></span>
<span class="line" id="L1732">A mother to him<span class="app">.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>!</span></span></span> Rear him up in peace <span class="lineNum">1732</span></span>
<span class="line" id="L1733">And humbleness. Show him how sweet Content <span class="lineNum">1733</span></span>
<span class="line" id="L1734">Can smile on dungeon floors; how the mewed lark <span class="lineNum">1734</span></span>
<span class="line" id="L1735">Sings in his narrow cage. Plant <span class="app">p<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>P</span></span></span>atience, dear<span class="app"> <span class="var"><span class="wit"><span class="witLabel">#msC1: </span>-</span></span></span>ones, <span class="lineNum">1735</span></span>
<span class="line" id="L1736">Deep in your hearts. <span class="lineNum">1736</span></span>
<span class="stage">Enter Herbert.</span>
<span class="line" id="L1737">Herbert<span class="app">,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span></span></span></span><span class="app">,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span></span></span></span> where stays the Queen? <span class="lineNum">1737</span></span>
<span class="line" id="L1738">Still on that hopeless quest of hope, though friends <span class="lineNum">1738</span></span>
<span class="line" id="L1739">Drop from her fast as leaves in Autumn<span class="app">?<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>.</span></span></span> <span class="lineNum">1739</span></span>
<span class="speaker">Herb.</span>
<span class="line" id="L1740"><span class="app">Sire,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Sire</span></span></span> <span class="lineNum">1740</span></span>
<span class="line" id="L1741">Her Grace is absent still<span class="app">.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>;</span></span></span> But General Cromwell <span class="lineNum">1741</span></span>
<span class="line" id="L1742">Craves audience of your Majesty. <span class="lineNum">1742</span></span>
<span class="speaker">King.</span>
<span class="line" id="L1743">Admit him. <span class="lineNum">1743</span></span>
<span class="line" id="L1744">Wipe off those <span class="app">tears,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>tears</span></span></span>Elizabeth. Resume <span class="lineNum">1744</span></span>
<span class="line" id="L1745">Thy gentle courage. Thou art a Princess. <span class="lineNum">1745</span></span>
<span class="stage">Enter Cromwell.
</span>
<span class="line" id="L1746"><span class="app">Sir,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Sir</span></span></span> <span class="lineNum">1746</span></span>
<span class="line" id="L1747">Thou seest me with my children. Doth thine errand <span class="lineNum">1747</span></span>
<span class="line" id="L1748">Demand their absence? <span class="lineNum">1748</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L1749">No. I sent them to thee <span class="lineNum">1749</span></span>
<span class="line" id="L1750">In <span class="app">C<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>c</span></span></span>hristian charity. Thou hast not fallen <span class="lineNum">1750</span></span>
<span class="line" id="L1751">Amongst the Heathen. <span class="lineNum">1751</span></span>
<span class="speaker">King.</span>
<span class="line" id="L1752">Howsoever <span class="app">sent,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>sent</span></span></span> <span class="lineNum">1752</span></span>
<span class="line" id="L1753">It was a royal boon. My heart hath ached <span class="lineNum">1753</span></span>
<span class="line" id="L1754">With the vain agony of longing love <span class="lineNum">1754</span></span>
<span class="line" id="L1755">To look upon those blooming cheeks, to kiss <span class="lineNum">1755</span></span>
<span class="line" id="L1756">Those red <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> innocent lips, to hear the sound <span class="lineNum">1756</span></span>
<span class="line" id="L1757">Of those dear voices. <span class="lineNum">1757</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L1758"><span class="app">Sir, 'twas meet they came<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Sir, 'twas meet <span class="del"> to send them</span>
they came,</span></span></span> <span class="lineNum">1758</span></span>
<span class="line" id="L1759">That thou <span class="app">might'st<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>might</span></span></span> see them once again, <span class="app">might'st<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>might</span></span></span> say— <span class="lineNum">1759</span></span>
<span class="speaker">King.</span>
<span class="line" id="L1760">Farewell!<span class="app">—<span class="var"><span class="wit"><span class="witLabel">#msC1: </span> </span></span></span>I can endure the word—a last <span class="lineNum">1760</span></span>
<span class="line" id="L1761">Farewell! I have dwelt so long upon the <span class="app">thought,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>thought</span></span></span> <span class="lineNum">1761</span></span>
<span class="line" id="L1762">The sound seems nothing. Ye have signed
the sentence<span class="app">?<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>.</span></span></span> <span class="lineNum">1762</span></span>
<span class="line" id="L1763">Fear not to speak Sir<span class="app">.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>?</span></span></span> <span class="lineNum">1763</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L1764"><span class="app">'Tis a grievous duty—<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>'Tis a <span class="del"> heavy task</span> heavy
duty—</span></span></span> <span class="lineNum">1764</span></span>
<span class="speaker">King.</span>
<span class="line" id="L1765">Ye <em>have</em>signed. And the day? <span class="lineNum">1765</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L1766">Tomorrow. <span class="lineNum">1766</span></span>
<span class="speaker">King.</span>
<span class="line" id="L1767">What! <span class="lineNum">1767</span></span>
<span class="line" id="L1768">So soon? And yet I thank <span class="del"> ye.</span> Speed is mercy. <span class="lineNum">1768</span></span>
<span class="line" id="L1769">Ye must away, poor children. <span class="lineNum">1769</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L1770">Nay<span class="app">, the c<span class="var"><span class="wit"><span class="witLabel">#msC1: </span> the C</span></span></span>hildren <span class="lineNum">1770</span></span>
<span class="line" id="L1771">May bide with thee till nightfall. <span class="lineNum">1771</span></span>
<span class="speaker">King.</span>
<span class="line" id="L1772">Herbert! <span class="lineNum">1772</span></span>
<span class="line" id="L1773">Take them<span class="app">.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>!</span></span></span> <span class="lineNum">1773</span></span>
<span class="speaker">Children.</span>
<span class="line" id="L1774"><span class="app">Oh! no, no, no!<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Oh! No! No! No!</span></span></span> <span class="lineNum">1774</span></span>
<span class="speaker">King.</span>
<span class="line" id="L1775">Dear<span class="app">-<span class="var"><span class="wit"><span class="witLabel">#msC1: </span> </span></span></span>ones I go <span class="lineNum">1775</span></span>
<span class="line" id="L1776">On a great journey. Bless ye once again, <span class="lineNum">1776</span></span>
<span class="line" id="L1777">My children! We must part. Farewell<span class="app">.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>!</span></span></span> <span class="lineNum">1777</span></span>
<span class="speaker">Eliz.</span>
<span class="line" id="L1778">Oh <span class="app">father,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>father</span></span></span> <span class="lineNum">1778</span></span>
<span class="line" id="L1779">Let me go with thee! <span class="lineNum">1779</span></span>
<span class="speaker">King.</span>
<span class="line" id="L1780"><span class="app">Know'<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Know</span></span></span> thou whither? <span class="lineNum">1780</span></span>
<span class="speaker">Eliz.</span>
<span class="line" id="L1781">Yes; <span class="lineNum">1781</span></span>
<span class="line" id="L1782">To Heaven. Oh take me with thee! I must <span class="app">die;<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>die</span></span></span> <span class="lineNum">1782</span></span>
<span class="line" id="L1783">When the tree <span class="app">falls,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>falls</span></span></span> the young buds wither. Take me <span class="lineNum">1783</span></span>
<span class="line" id="L1784">Along with thee to Heaven! Let us lie <span class="lineNum">1784</span></span>
<span class="line" id="L1785">Both in one grave! <span class="lineNum">1785</span></span>
<span class="speaker">King.</span>
<span class="line" id="L1786">Now bless ye! This is death<span class="app">;<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>!</span></span></span> <span class="lineNum">1786</span></span>
<span class="line" id="L1787">This is the bitterness of love<span class="app">.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>!</span></span></span>
<span class="lineNum">1787</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L1788">Fair child <span class="lineNum">1788</span></span>
<span class="line" id="L1789">Be comforted. <span class="lineNum">1789</span></span>
<span class="speaker">King.</span>
<span class="line" id="L1790"><span class="app">Did'<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Did</span></span></span> thou not pat her head? <span class="lineNum">1790</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L1791">She minded me, all in her innocent tears, <span class="lineNum">1791</span></span>
<span class="line" id="L1792">Of one in mine own dwelling. <span class="lineNum">1792</span></span>
<span class="speaker">King.</span>
<span class="line" id="L1793">Thou hast daughters<span class="app">;<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>.</span></span></span>
<span class="lineNum">1793</span></span>
<span class="line" id="L1794">Be kind to her. <span class="lineNum">1794</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L1795">I will. <span class="lineNum">1795</span></span>
<span class="speaker">King.</span>
<span class="line" id="L1796">And the poor boy<span class="app">—<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>,</span></span></span>
<span class="lineNum">1796</span></span>
<span class="line" id="L1797">He comes not near the throne. Make not of him <span class="lineNum">1797</span></span>
<span class="line" id="L1798">A puppet King. <span class="lineNum">1798</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L1799">I think not of it. <span class="lineNum">1799</span></span>
<span class="speaker">King.</span>
<span class="line" id="L1800">Take <span class="app">them,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>them</span></span></span> <span class="lineNum">1800</span></span>
<span class="line" id="L1801">Good Herbert! And
my wife— <span class="lineNum">1801</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L1802">She shall be safe; <span class="lineNum">1802</span></span>
<span class="line" id="L1803"> shall home to <span class="context" title="place">France<span class="si">France |
46.227638 2.213749000000007
| Country in western Europe. Paris is the capital and largest city.—#bas46.227638 2.213749000000007</span></span> unharmed. <span class="lineNum">1803</span></span>
<span class="speaker">King.</span>
<span class="line" id="L1804">Now <span class="app">f<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>F</span></span></span>are ye well!— <span class="lineNum">1804</span></span>
<span class="line" id="L1805">Cromwell come <span class="app">back!<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>back</span></span></span><span class="app">—No,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>—No</span></span></span><span class="app">again<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>again,</span></span></span> <span class="lineNum">1805</span></span>
<span class="line" id="L1806">No more of parting<span class="app">—<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>! </span></span></span><span class="app">b<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>B</span></span></span>less them! <span class="app">b<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>B</span></span></span>less them! See <span class="lineNum">1806</span></span>
<span class="line" id="L1807">The <span class="app">girl,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>girl</span></span></span> hath wept away <span class="lineNum">1807</span></span>
<span class="line" id="L1808">Her tears<span class="app">, and pants and shivers<span class="var"><span class="wit"><span class="witLabel">#msC1: </span> & pants & shivers</span></span></span> like a fawn <span class="lineNum">1808</span></span>
<span class="line" id="L1809">Dying. <span class="app">Oh!<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Oh</span></span></span> for some gentle face to look on <span class="lineNum">1809</span></span>
<span class="line" id="L1810">When she <span class="app">revives,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>awakes</span></span></span> or she will surely die <span class="lineNum">1810</span></span>
<span class="stage">Exeunt Herbert
<span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> the Children.</span>
<span class="speaker">Crom.</span>
<span class="line" id="L1811">She shall be cared for. <span class="lineNum">1811</span></span>
<span class="speaker">King.</span>
<span class="line" id="L1812">Are they gone? quite gone? <span class="lineNum">1812</span></span>
<span class="line" id="L1813">I might have kissed them once again, have charged them <span class="lineNum">1813</span></span>
<span class="line" id="L1814">To love each <span class="app">other.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>other</span></span></span>—No<span class="app">,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>!</span></span></span> 'tis best. <span class="lineNum">1814</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L1815">Thou bad'st me <span class="lineNum">1815</span></span>
<span class="line" id="L1816">Remain. What is thy will? <span class="lineNum">1816</span></span>
<span class="speaker">King.</span>
<span class="line" id="L1817">Be kind to them<span class="app">,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>!</span></span></span>
<span class="lineNum">1817</span></span>
<span class="line" id="L1818">Be very kind to them<span class="app">!<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>.</span></span></span> <span class="lineNum">1818</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L1819">Have I not promised? <span class="lineNum">1819</span></span>
<span class="line" id="L1820">Was <span class="app">that<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>this</span></span></span> what thou would say? <span class="lineNum">1820</span></span>
<span class="speaker">King.</span>
<span class="line" id="L1821"><span class="app">No.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>No</span></span></span> But the love, <span class="lineNum">1821</span></span>
<span class="line" id="L1822">The o'ermastering love—that was the <span class="app">death-pang.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>death-pang</span></span></span> Cromwell, <span class="lineNum">1822</span></span>
<span class="line" id="L1823">Thou <span class="app">wilt<span class="var"><span class="wit"><span class="witLabel">#msC1: </span><em>wilt</em></span></span></span> be kind to them? <span class="lineNum">1823</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L1824"><span class="app">Would'<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Would</span></span></span> have me swear? <span class="lineNum">1824</span></span>
<span class="speaker">King.</span>
<span class="line" id="L1825"><span class="app">Nay, swear not, lest<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Nay swear not lest</span></span></span> I doubt. I <span class="app">will<span class="var"><span class="wit"><span class="witLabel">#msC1: </span><em>will</em></span></span></span> believe thee. <span class="lineNum">1825</span></span>
<span class="line" id="L1826">And for the human pity thou hast shown, <span class="lineNum">1826</span></span>
<span class="line" id="L1827">The touch of natural ruth, I <span class="app">pray thee<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>prithee</span></span></span> take <span class="lineNum">1827</span></span>
<span class="line" id="L1828">My thanks. <span class="lineNum">1828</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L1829">I would have saved thee. By this hand, <span class="lineNum">1829</span></span>
<span class="line" id="L1830">This sinful hand, I would have saved thee, King, <span class="lineNum">1830</span></span>
<span class="line" id="L1831"><span class="app">Had'<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Had</span></span></span> thou flung by yon bauble. <span class="lineNum">1831</span></span>
<span class="speaker">King.</span>
<span class="line" id="L1832">There is One <span class="lineNum">1832</span></span>
<span class="line" id="L1833">Who reads all hearts<span class="app">,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>;</span></span></span> one who pursues all crimes, <span class="lineNum">1833</span></span>
<span class="line" id="L1834">From silver-tongued <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> bland <span class="app">h<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>H</span></span></span>ypocrisy <span class="lineNum">1834</span></span>
<span class="line" id="L1835">To treasonous murder. The unspoken <span class="app">thought,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>thought</span></span></span> <span class="lineNum">1835</span></span>
<span class="line" id="L1836">And the loud lie, <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> the accursed act <span class="lineNum">1836</span></span>
<span class="line" id="L1837">Mount to His throne together. Tempt Him not<span class="app">.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>!</span></span></span> <span class="lineNum">1837</span></span>
<span class="line" id="L1838">I know thee for the worker of this deed, <span class="lineNum">1838</span></span>
<span class="line" id="L1839">And knowing pardon thee<span class="app">:<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>,</span></span></span>—but tempt not Him! <span class="lineNum">1839</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L1840">Thy blood be on thy head! I would have saved thee<span class="app">—<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>;</span></span></span> <span class="lineNum">1840</span></span>
<span class="line" id="L1841">Even now the thought stirred in me. Pardon, Lord, <span class="lineNum">1841</span></span>
<span class="line" id="L1842">That gazing on the father's <span class="app">agonies,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>agonies</span></span></span> <span class="lineNum">1842</span></span>
<span class="line" id="L1843">My heart of flesh waxed faint, <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> I forgot <span class="lineNum">1843</span></span>
<span class="app">Thy glory &and Tt hy cause, the suffering saints .<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Thy glory &and Tt hy cause, the suffering saints .
</span></span></span>
<span class="app"><span class="var"><span class="wit"><span class="witLabel">#msC1: </span>
</span></span></span>
<span class="app"><span class="var"><span class="wit"><span class="witLabel">#msC1: </span>
</span></span></span>
<span class="line" id="L1844">Freedom! Thy blood be on thy head<span class="app">.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>!</span></span></span> <span class="lineNum">1844</span></span>
<span class="speaker">King.</span>
<span class="line" id="L1845">So be it<span class="app">.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>!</span></span></span> <span class="lineNum">1845</span></span>
<span class="stage">End of the Fourth Act.</span>
</div>
</div>
<div class="act">
<h2>
<span class="app">ACT V.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Charles the First<br /> Act the Fifth.</span></span></span>
</h2>
<div class="scene">
<h2>
SCENE I.
</h2>
<span class="stage"> The King's <span class="app">B<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>b</span></span></span>edchamber.</span>
<span class="stage">
(On account of the length of the Tragedy, this scene is omitted in representation.)
</span>
<span class="stage">The King, starting from his couch<span class="app">;<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>,</span></span></span> Herbert asleep.</span>
<span class="speaker">King.</span>
<span class="line" id="L1846">Herbert! Is't time
to rise? He sleeps. What sounds <span class="lineNum">1846</span></span>
<span class="line" id="L1847">Were those that roused me? Hark again! The clang <span class="lineNum">1847</span></span>
<span class="line" id="L1848">Of hammers! Yet the <span class="app">watch-<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>watch</span></span></span> burns; the day <span class="lineNum">1848</span></span>
<span class="line" id="L1849">Is still unborn. This is a work of night, <span class="lineNum">1849</span></span>
<span class="line" id="L1850">Of deep funereal darkness. Each loud stroke <span class="lineNum">1850</span></span>
<span class="line" id="L1851">Rings like a knell, distinct, discordant, shrill, <span class="lineNum">1851</span></span>
<span class="line" id="L1852">Gathering, redoubling, echoing round my head, <span class="lineNum">1852</span></span>
<span class="line" id="L1853">Smiting me only with its sound amid <span class="lineNum">1853</span></span>
<span class="line" id="L1854">The slumbering city, tolling in mine ear— <span class="lineNum">1854</span></span>
<span class="line" id="L1855">A passing bell! It is the scaffold. Heaven <span class="lineNum">1855</span></span>
<span class="line" id="L1856">Grant me to tread it with as calm a heart <span class="lineNum">1856</span></span>
<span class="line" id="L1857">As I bear now. His sleep is troubled.Herbert! <span class="lineNum">1857</span></span>
<span class="line" id="L1858">'Twere best to wake him. Herbert! <span class="app">rouse thee,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Rouse thee</span></span></span> man! <span class="lineNum">1858</span></span>
<span class="speaker">Herb.</span>
<span class="line" id="L1859">Did your Grace call? <span class="lineNum">1859</span></span>
<span class="speaker">King.</span>
<span class="line" id="L1860">Aye; we should be today <span class="lineNum">1860</span></span>
<span class="line" id="L1861">Early astir. I've a great business toward<span class="app">,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>;</span></span></span> <span class="lineNum">1861</span></span>
<span class="line" id="L1862">To exchange the <span class="app">k<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>K</span></span></span>ingly wreath, my crown of thorns, <span class="lineNum">1862</span></span>
<span class="line" id="L1863">For an eternal diadem<span class="app">;<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>—</span></span></span> to die— <span class="lineNum">1863</span></span>
<span class="line" id="L1864">And I would go trim as a bridegroom. Give me <span class="lineNum">1864</span></span>
<span class="line" id="L1865">Yon ermined cloak. If the crisp nipping frost <span class="lineNum">1865</span></span>
<span class="line" id="L1866">Should cause me shiver, there be tongues would call <span class="lineNum">1866</span></span>
<span class="line" id="L1867">The wintery chillness Fear. Herbert my sleep <span class="lineNum">1867</span></span>
<span class="line" id="L1868">Hath been as soft <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> balmy as young babes <span class="lineNum">1868</span></span>
<span class="line" id="L1869">Inherit from their blessed <span class="app">innocence,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>innocence</span></span></span> <span class="lineNum">1869</span></span>
<span class="line" id="L1870">Or hardy peasants win with honest toil. <span class="lineNum">1870</span></span>
<span class="line" id="L1871">When I awoke thy slumbers were perturbed,<span id="Note17" class="anchor">[17] <span class="note" id="n17">At the beginning of this line in the manuscript with a pencilled left square bracket
around the “W” in “When”, Mitford marks the start of a long suggested deletion of
34 lines with the following pencilled note in the left margin: <span class="embedded_note">This perhaps better omitted.—#MRM</span> The suggested deletion runs to the end of this following dialogue about Herbert’s
dream, to the King’s line below in the manuscript, “A thrice blessed omen!”—#ebb</span></span> <span class="lineNum">1871</span></span>
<span class="line" id="L1872">Unquiet. <span class="lineNum">1872</span></span>
<span class="speaker">Herb.</span>
<span class="line" id="L1873"><span class="app">Vexed, my liege, with dreams.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Vexed my liege with dreams.</span></span></span> <span class="lineNum">1873</span></span>
<span class="speaker">King.</span>
<span class="line" id="L1874">Of what? <span class="lineNum">1874</span></span>
<span class="speaker">Herb.</span>
<span class="line" id="L1875">So please you, Sire, demand not. <span class="lineNum">1875</span></span>
<span class="speaker">King.</span>
<span class="line" id="L1876">Dost thou think <span class="lineNum">1876</span></span>
<span class="line" id="L1877">A dream can <span class="app">vex<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>grieve</span></span></span> me now? Speak. <span class="lineNum">1877</span></span>
<span class="speaker">Herb.</span>
<span class="line" id="L1878">Thrice I slept, <span class="lineNum">1878</span></span>
<span class="line" id="L1879">And thrice I woke, <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> thrice the self-same vision <span class="lineNum">1879</span></span>
<span class="line" id="L1880">Haunted my fancy. Seemed this very room, <span class="lineNum">1880</span></span>
<span class="line" id="L1881">This dim and waning taper, this dark couch, <span class="lineNum">1881</span></span>
<span class="line" id="L1882">Beneath whose crimson canopy reclined <span class="lineNum">1882</span></span>
<span class="line" id="L1883">A form august <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> stately. The pale ray <span class="lineNum">1883</span></span>
<span class="line" id="L1884">Of the <span class="app">watch-<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>watch</span></span></span>light dwelt upon his face, <span class="app">and showed<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>& shewed</span></span></span> <span class="lineNum">1884</span></span>
<span class="line" id="L1885">His paler lineaments, where <span class="app">m<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>M</span></span></span>ajesty <span class="lineNum">1885</span></span>
<span class="line" id="L1886">And manly <span class="app">beauty,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Beauty</span></span></span>
<span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> deep trenching <span class="app">t<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>T</span></span></span>hought, <span class="lineNum">1886</span></span>
<span class="line" id="L1887">And <span class="app">Care<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Care,</span></span></span> the <span class="app">w<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>W</span></span></span>rinkler, all were blended now <span class="lineNum">1887</span></span>
<span class="line" id="L1888">Into one calm <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> holy pensiveness
<span class="lineNum">1888</span></span>
<span class="line" id="L1889">Softened by slumber. I stood gazing on him <span class="lineNum">1889</span></span>
<span class="line" id="L1890">With weeping love, as one awake; when sudden <span class="lineNum">1890</span></span>
<span class="line" id="L1891">A thick <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> palpable darkness fell around, <span class="lineNum">1891</span></span>
<span class="line" id="L1892">A blindness, <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> dull groans <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> piercing shrieks <span class="lineNum">1892</span></span>
<span class="line" id="L1893">A moment echoed; then they ceased, <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> light <span class="lineNum">1893</span></span>
<span class="line" id="L1894">Burst forth <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> musick such as the flood <span class="lineNum">1894</span></span>
<span class="line" id="L1895">Of day-spring at the dawning, <span class="app">rosy,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>rosy</span></span></span> sparkling, <span class="lineNum">1895</span></span>
<span class="line" id="L1896">An insupportable brightness<span class="app">—<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>!</span></span></span><span class="app">a<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>A</span></span></span>nd i'th' midst, <span class="lineNum">1896</span></span>
<span class="line" id="L1897">Over the <span class="app">couch,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>couch</span></span></span> a <span class="app">milk-white<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>milk white</span></span></span> dove, which soared <span class="lineNum">1897</span></span>
<span class="line" id="L1898">Right upward, <span class="app">cleaving<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>cleaving,</span></span></span> with its train of light <span class="lineNum">1898</span></span>
<span class="line" id="L1899">The Heavens like a star. The couch remained <span class="lineNum">1899</span></span>
<span class="line" id="L1900">Vacant. <span class="lineNum">1900</span></span>
<span class="speaker">King.</span>
<span class="line" id="L1901">Oh that the spirit so may pass! <span class="lineNum">1901</span></span>
<span class="line" id="L1902">So rise! Thrice <span class="app">did'<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>did</span></span></span> thou say? <span class="lineNum">1902</span></span>
<span class="speaker">Herb.</span>
<span class="line" id="L1903">Three times the vision <span class="lineNum">1903</span></span>
<span class="line" id="L1904">Passed o'er my fancy. <span class="lineNum">1904</span></span>
<span class="speaker">King.</span>
<span class="line" id="L1905">A <span class="app">thrice-blessed<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>thrice blessed</span></span></span> omen! <span class="lineNum">1905</span></span><span id="Note19" class="anchor">[19] <span class="note" id="n19">Here Mitford indicates the end of a long suggested deletion of 34 lines with a pencilled
right square bracket after “omen!”, and the following pencilled note: <span class="embedded_note">better omit to here.—#MRM</span> The suggested deletion begins above with the King’s observation of Herbert’s restless
sleep and inquiry into his dream, above with “When I awoke, thy slumbers were perturbed.”—#ebb</span></span>
<span class="line" id="L1906">Herbert<span class="app">,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span></span></span></span><span class="app">,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span></span></span></span><span class="app">joy,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>joy</span></span></span> <span class="lineNum">1906</span></span>
<span class="line" id="L1907">Content <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> peaceful as the Autumn sun
<span class="lineNum">1907</span></span>
<span class="line" id="L1908">When, smiling for awhile on the ripe sheaves <span class="lineNum">1908</span></span>
<span class="line" id="L1909">And kissing the brown woods, he bids the world <span class="lineNum">1909</span></span>
<span class="line" id="L1910">A calm <span class="app">g<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>G</span></span></span>oodnight. Bear witness that I die <span class="lineNum">1910</span></span>
<span class="line" id="L1911">In charity with all men<span class="app">; a<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>. A</span></span></span>nd take thou, <span class="lineNum">1911</span></span>
<span class="line" id="L1912">My kind <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> faithful servant, follower <span class="lineNum">1912</span></span>
<span class="line" id="L1913">Of my evil <span class="app">fortunes,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>fortunes</span></span></span> true <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> tender, take <span class="lineNum">1913</span></span>
<span class="line" id="L1914">All that thy master hath to give—his thanks, <span class="lineNum">1914</span></span>
<span class="line" id="L1915">His poor but honest thanks<span class="app">.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>!</span></span></span> Another King <span class="lineNum">1915</span></span>
<span class="line" id="L1916">Shall better pay thee. Weep not. Seek the
Bishop; <span class="lineNum">1916</span></span>
<span class="line" id="L1917">And if thou meet with that fair <span class="app">c<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>C</span></span></span>onstancy, <span class="lineNum">1917</span></span>
<span class="line" id="L1918">My mournful Henrietta, strive to turn <span class="lineNum">1918</span></span>
<span class="line" id="L1919">Her steps away till—I'm a coward <span class="app">yet,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>yet</span></span></span>
<span class="lineNum">1919</span></span>
<span class="line" id="L1920">And fear <span class="app">her,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>her</span></span></span> lest she come to plunge my thoughts <span class="lineNum">1920</span></span>
<span class="line" id="L1921">In the deep fountain of her sad fond tears, <span class="lineNum">1921</span></span>
<span class="line" id="L1922">To win me—Ha! <span class="app">c<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>C</span></span></span>an that impatient foot, <span class="lineNum">1922</span></span>
<span class="line" id="L1923">That hurrying <span class="app">hand,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>hand</span></span></span> which shakes the door— <span class="lineNum">1923</span></span>
<span class="stage">Enter the Queen.</span>
<span class="speaker">Queen.</span>
<span class="line" id="L1924">My Charles! <span class="lineNum">1924</span></span>
<span class="speaker">King.</span>
<span class="line" id="L1925">Haste to the Bishop<span class="app">.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>!</span></span></span> <span class="lineNum">1925</span></span>
<span class="stage">Exit Herbert.</span>
<span class="speaker">Queen.</span>
<span class="line" id="L1926">Charles! <span class="lineNum">1926</span></span>
<span class="speaker">King.</span>
<span class="line" id="L1927">Already here! <span class="lineNum">1927</span></span>
<span class="line" id="L1928">Thou <span class="app">did'<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>did</span></span></span><span class="app">arms,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>arms</span></span></span> last night, <span class="lineNum">1928</span></span>
<span class="line" id="L1929">Dizzy <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> faint <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> spent, as the tired martlet, <span class="lineNum">1929</span></span>
<span class="line" id="L1930">Midway her <span class="app">voyage,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>voyage</span></span></span><span class="app">deck,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>deck</span></span></span>
<span class="lineNum">1930</span></span>
<span class="line" id="L1931">And slumbers through the tempest. I kissed off <span class="lineNum">1931</span></span>
<span class="line" id="L1932">The tears that hung on <span class="app">those<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>thy</span></span></span> fair eyelids, blessing <span class="lineNum">1932</span></span>
<span class="line" id="L1933">Thy speechless weariness, thy weeping love <span class="lineNum">1933</span></span>
<span class="line" id="L1934">That sobbed itself to rest. Never did <span class="app">m<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>M</span></span></span>other
<span class="lineNum">1934</span></span>
<span class="line" id="L1935">Watching her fevered <span class="app">infant<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>infant,</span></span></span> pray for sleep <span class="lineNum">1935</span></span>
<span class="line" id="L1936">So calm, so <span class="app">deep,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>deep</span></span></span><span class="app">long,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>long</span></span></span> as I besought <span class="lineNum">1936</span></span>
<span class="line" id="L1937">Of Heaven for <span class="app">thee<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>thee,</span></span></span> when half unconscious, yet <span class="lineNum">1937</span></span>
<span class="line" id="L1938">Moaning <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> plaining like a dove, they bore thee <span class="lineNum">1938</span></span>
<span class="line" id="L1939">With gentle force away. And thou art here <span class="lineNum">1939</span></span>
<span class="line" id="L1940">Already! <span class="app">w<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>W</span></span></span>akened into sense <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> life <span class="lineNum">1940</span></span>
<span class="line" id="L1941">And the <span class="app">day'<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>day</span></span></span>s agony<span class="app">.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>!</span></span></span> <span class="lineNum">1941</span></span>
<span class="speaker">Queen.</span>
<span class="line" id="L1942">Here! I have been <span class="lineNum">1942</span></span>
<span class="line" id="L1943">To Harrison, to
Marten, to Lord
Fairfax, <span class="lineNum">1943</span></span>
<span class="line" id="L1944">To Downes, to Ireton<span class="app">,— e<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>. E</span></span></span>ven at Bradshaw's feet <span class="lineNum">1944</span></span>
<span class="line" id="L1945">I've knelt to day. Sleep <span class="app">now? s<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>! S</span></span></span>hall I e<span class="app">'<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>v</span></span></span>er sleep <span class="lineNum">1945</span></span>
<span class="line" id="L1946">Again! <span class="lineNum">1946</span></span>
<span class="speaker">King.</span>
<span class="line" id="L1947">At Bradshaw's feet<span class="app">!<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>?</span></span></span> Oh perfect love <span class="lineNum">1947</span></span>
<span class="line" id="L1948">How can I chide thee? Yet I would thou <span class="app">had'<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>had</span></span></span> spared <span class="lineNum">1948</span></span>
<span class="line" id="L1949">Thyself <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> me that scorn. <span class="lineNum">1949</span></span>
<span class="speaker">Queen.</span>
<span class="line" id="L1950">Do <span class="app">H<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>h</span></span></span>unters scorn <span class="lineNum">1950</span></span>
<span class="line" id="L1951">The shrill cries of the lioness, whose cubs <span class="lineNum">1951</span></span>
<span class="line" id="L1952">They've snared, although the <span class="app">F<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>f</span></span></span>orest-Queen approach <span class="lineNum">1952</span></span>
<span class="line" id="L1953">Crouching? Do seamen scorn the forked lightning <span class="lineNum">1953</span></span>
<span class="line" id="L1954">Albeit the storm-cloud <span class="app">weep<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>weeps</span></span></span> They strove to soothe; <span class="lineNum">1954</span></span>
<span class="line" id="L1955">They spake of pity; one of hope. <span class="lineNum">1955</span></span>
<span class="speaker">King.</span>
<span class="line" id="L1956">Alas! <span class="lineNum">1956</span></span>
<span class="line" id="L1957">All thy life long the torturer <span class="app">h<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>H</span></span></span>ope hath been <span class="lineNum">1957</span></span>
<span class="line" id="L1958">Thy <span class="app">m<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>M</span></span></span>aster!—Yet if she can steal an hour <span class="lineNum">1958</span></span>
<span class="line" id="L1959">From grief—<span class="app">w<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>W</span></span></span>hom dost thou trust? <span class="lineNum">1959</span></span>
<span class="speaker">Queen.</span>
<span class="line" id="L1960">Thyself <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> Heaven <span class="lineNum">1960</span></span>
<span class="line" id="L1961">And a relenting woman. Wrap thyself <span class="lineNum">1961</span></span>
<span class="line" id="L1962">Close in my cloak—Here! <span class="app">h<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>H</span></span></span>ere!—<span class="app">t<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>T</span></span></span>o Lady Fairfax! <span class="lineNum">1962</span></span>
<span class="line" id="L1963">She's faithful<span class="app">;<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>,</span></span></span> she'll conceal thee<span class="app">.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>!</span></span></span> Take the cloak<span class="app">;<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>!</span></span></span>
<span class="lineNum">1963</span></span>
<span class="line" id="L1964">Waste not a point of time, not <span class="app">whilst the<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>while one</span></span></span> grain of sand <span class="lineNum">1964</span></span>
<span class="line" id="L1965">Runs in the glass<span class="app">.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>!</span></span></span> Dost fear its shortness? See <span class="lineNum">1965</span></span>
<span class="line" id="L1966"> <span class="lineNum">1966</span></span>
<span class="line" id="L1970">
On with the cloak. Begone!
<span class="lineNum">1970</span></span>
<span class="speaker">King.</span>
<span class="line" id="L1971">And thou? <span class="lineNum">1971</span></span>
<span class="speaker">Queen.</span>
<span class="line" id="L1972">My post is here. <span class="lineNum">1972</span></span>
<span class="speaker">King.</span>
<span class="line" id="L1973">To <span class="app">perish<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>perish!</span></span></span> <span class="lineNum">1973</span></span>
<span class="speaker">Queen.</span>
<span class="line" id="L1974">No<span class="app">,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>;</span></span></span>
<span class="lineNum">1974</span></span>
<span class="line" id="L1975">To live to a blest old age with thee in freedom<span class="app">.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>!</span></span></span>
<span class="lineNum">1975</span></span>
<span class="line" id="L1976">Away my Charles, my
King! I shall be safe— <span class="lineNum">1976</span></span>
<span class="line" id="L1977">And if I were <span class="app">not<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>not,</span></span></span> could I live if thou— <span class="lineNum">1977</span></span>
<span class="line" id="L1978"><span class="app">Charles,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Charles</span></span></span> thou wilt madden me. 'Tis the first boon <span class="lineNum">1978</span></span>
<span class="line" id="L1979">I ever craved<span class="app">;<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>,</span></span></span>
<span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> now by our young loves, <span class="lineNum">1979</span></span>
<span class="line" id="L1980">By our commingled griefs, a mighty spell, <span class="lineNum">1980</span></span>
<span class="line" id="L1981">Our smiling children<span class="app"> and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>, &</span></span></span> this bleeding land, <span class="lineNum">1981</span></span>
<span class="line" id="L1982">Go<span class="app">!<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>,</span></span></span> I conjure thee, go! <span class="lineNum">1982</span></span>
<span class="speaker">King.</span>
<span class="line" id="L1983">I cannot. <span class="lineNum">1983</span></span>
<span class="speaker">Queen.</span>
<span class="line" id="L1984">King <span class="lineNum">1984</span></span>
<span class="line" id="L1985">Begone! or I will speak such truth—<span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> truth <span class="lineNum">1985</span></span>
<span class="line" id="L1986">Is a foul treason in this land—will rain <span class="lineNum">1986</span></span>
<span class="line" id="L1987">Such curses on <span class="app">them,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>them</span></span></span> as shall force them to <span class="app">send me<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>lay</span></span></span> <span class="lineNum">1987</span></span>
<span class="line" id="L1988"><span class="app">To the scaffold at thy side. Fly!<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>My head upon the block. Fly! Fly!</span></span></span> <span class="lineNum">1988</span></span>
<span class="speaker">Charles.</span>
<span class="line" id="L1989"> <span class="app">Dost thou<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Dost</span></span></span> see <span class="lineNum">1989</span></span>
<span class="line" id="L1990">Fierce soldiers crowded <span class="app">round,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>round</span></span></span> as if to watch <span class="lineNum">1990</span></span>
<span class="line" id="L1991">A garrisoned fort, rather than one unarmed <span class="lineNum">1991</span></span>
<span class="line" id="L1992">Defenceless man, <span class="app">and think'st<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>& thinkst</span></span></span> thou I could win <span class="lineNum">1992</span></span>
<span class="line" id="L1993">A step unchallenged? <span class="app">Nor<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Nor,</span></span></span> though to escape <span class="lineNum">1993</span></span>
<span class="line" id="L1994">Were easy as to breathe, the vigilant guard <span class="lineNum">1994</span></span>
<span class="line" id="L1995">Smitten with sudden blindness, the unnumbered <span class="lineNum">1995</span></span>
<span class="line" id="L1996">And stirring swarms of this vast city locked <span class="lineNum">1996</span></span>
<span class="line" id="L1997">In charmed sleep, <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> darkness over all <span class="lineNum">1997</span></span>
<span class="line" id="L1998">Blacker than starless night, spectral <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> dim <span class="lineNum">1998</span></span>
<span class="line" id="L1999">As an eclipse at <span class="app">noontide<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>noon-tide</span></span></span>, though the gates <span class="lineNum">1999</span></span>
<span class="line" id="L2000">Opened before me<span class="app">, and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span> &</span></span></span> my feet were swift <span class="lineNum">2000</span></span>
<span class="line" id="L2001">As the Antelope's, not <span class="app">then<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>then,</span></span></span> if it but perilled <span class="lineNum">2001</span></span>
<span class="line" id="L2002">A single hair of friend or <span class="app">foe<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>foe,</span></span></span> would I <span class="lineNum">2002</span></span>
<span class="line" id="L2003">Pass o'er the threshold. In my cause too much <span class="lineNum">2003</span></span>
<span class="line" id="L2004">Of blood hath fallen. Let mine seal all. I go <span class="lineNum">2004</span></span>
<span class="line" id="L2005">To <span class="app">death<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Death</span></span></span> as to a bridal; thou thyself <span class="lineNum">2005</span></span>
<span class="line" id="L2006">In thy young beauty wast not welcomer <span class="lineNum">2006</span></span>
<span class="line" id="L2007">Than he. <span class="app">Farewell,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Farewell</span></span></span> beloved wife! My chosen! <span class="lineNum">2007</span></span>
<span class="line" id="L2008">My <span class="app">dear-one<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>dear one</span></span></span>! We have loved as peasants<span class="app"> love,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>, sweetest,</span></span></span> <span class="lineNum">2008</span></span>
<span class="line" id="L2009"><span class="app">Been fond and true as they. Now fare thee well!<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Rather than Princes,<span class="del"> & have</span> been as fond as they,</span></span></span> <span class="lineNum">2009</span></span>
<span class="line" id="L2011">I thank thee<span class="app">, and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span> &</span></span></span> I bless thee. Pray for me, <span class="lineNum">2011</span></span>
<span class="line" id="L2012">My Henrietta<span class="app">.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>!</span></span></span> <span class="lineNum">2012</span></span>
<span class="speaker">Queen.</span>
<span class="line" id="L2013">Charles<span class="app">,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span></span></span></span><span class="app">,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span></span></span></span> thou shalt be saved. <span class="lineNum">2013</span></span>
<span class="line" id="L2014">Talk not of parting. I'll to Fairfax<span class="app">; h<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>. H</span></span></span>e <span class="lineNum">2014</span></span>
<span class="line" id="L2015">Gave hope<span class="app">, and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> hope is life. <span class="lineNum">2015</span></span>
<span class="speaker">Charles.</span>
<span class="line" id="L2016">Farewell! <span class="lineNum">2016</span></span>
<span class="speaker">Queen.</span>
<span class="line" id="L2017">That word— <span class="lineNum">2017</span></span>
<span class="line" id="L2018">I prythee speak it <span class="app">not<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>not!</span></span></span> me, lives <span class="lineNum">2018</span></span>
<span class="line" id="L2019">Like a serpent's hiss within mine ear, sho<span class="app">u<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>o</span></span></span>ts through <span class="lineNum">2019</span></span>
<span class="line" id="L2020">My veins like poison, twines <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> coils about me <span class="lineNum">2020</span></span>
<span class="line" id="L2021">Clinging <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> killing. 'Tis a sound accurst, <span class="lineNum">2021</span></span>
<span class="line" id="L2022">A word of death <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> doom<span class="app">.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>!</span></span></span> Why shouldst thou speak it? <span class="lineNum">2022</span></span>
<span class="line" id="L2023">
<span class="lineNum">2023</span></span>
<span class="line" id="L2024">Give me a ringlet of thy hair—<span class="app">No, no—<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>No! no!</span></span></span> <span class="lineNum">2024</span></span>
<span class="line" id="L2025">ot now!<span class="app"> <span class="var"><span class="wit"><span class="witLabel">#msC1: </span>—</span></span></span>Thou shalt not die. <span class="lineNum">2025</span></span>
<span class="speaker">King.</span>
<span class="line" id="L2026">Sweet <span class="app">wife,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>wife</span></span></span>
<span class="lineNum">2026</span></span>
<span class="line" id="L2027">Say to my children that my last fond thought— <span class="lineNum">2027</span></span>
<span class="speaker">Queen.</span>
<span class="line" id="L2028">Last! Thou shalt live to tell them of thy thoughts <span class="lineNum">2028</span></span>
<span class="line" id="L2029">Longer than they or I to hear thee. <span class="app">Harken<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Harken!</span></span></span> <span class="lineNum">2029</span></span>
<span class="line" id="L2030">Promise thou wilt await me here<span class="app">!<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>.</span></span></span> Let none— <span class="lineNum">2030</span></span>
<span class="line" id="L2031">They will not dare, they shall not. I but waste <span class="lineNum">2031</span></span>
<span class="line" id="L2032">The hour. To Fairfax,
the good Fairfax! Charles <span class="lineNum">2032</span></span>
<span class="line" id="L2033">Thou shalt not <span class="app">die<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>die!</span></span></span>
<span class="lineNum">2033</span></span>
<span class="stage"><span class="app">(Exit Queen.)<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Exit Queen.</span></span></span></span>
<span class="speaker">King.</span>
<span class="line" id="L2034">Oh <span class="app">truest fondest<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>fondest truest</span></span></span> woman! <span class="lineNum">2034</span></span>
<span class="line" id="L2035">My matchless <span class="app">wife!<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>wife!—</span></span></span> The pang is mastered now<span class="app">,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>!</span></span></span>
<span class="lineNum">2035</span></span>
<span class="line" id="L2036">I am Death's <span class="app">conqueror.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>conqueror.—</span></span></span> My Faithfullest! <span class="lineNum">2036</span></span>
<span class="line" id="L2037">My Fairest! My <span class="app">most-<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>most</span></span></span>dear! I <span class="app">ne'er shall<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>shall ne'er</span></span></span> see <span class="lineNum">2037</span></span>
<span class="line" id="L2038">Those radiant looks again, or hear the sound <span class="lineNum">2038</span></span>
<span class="line" id="L2039">Of thy <span class="app">b<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>blythe</span></span></span> voice, which was a hope, or feel <span class="lineNum">2039</span></span>
<span class="line" id="L2040">The thrilling pressure of thy hand, almost <span class="lineNum">2040</span></span>
<span class="line" id="L2041">A language, so the ardent spirit burned <span class="lineNum">2041</span></span>
<span class="line" id="L2042">And vibrated within thee<span class="app">! <span class="var"><span class="wit"><span class="witLabel">#msC1: </span>.—</span></span></span>I'll to prayer, <span class="lineNum">2042</span></span>
<span class="line" id="L2043">And chase away that image<span class="app">! <span class="var"><span class="wit"><span class="witLabel">#msC1: </span>.—</span></span></span>I'll to prayer<span class="app">,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>—</span></span></span>
<span class="lineNum">2043</span></span>
<span class="line" id="L2044">And pray for <span class="app">thee,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>thee</span></span></span> sweet wife! I'll to my prayers. <span class="lineNum">2044</span></span>
<span class="stage">Exit.</span>
</div>
<div class="scene">
<h2>
SCENE II.
</h2>
<span class="stage">
<span class="app">—<em>The Banquetting-House at Whitehall, glass folding-doors opening to the Scaffold, which is covered with black. The block,
axe, &c. visible ; Officers and other persons are busy inthe background, and Cromwell is also there giving directions.</em><span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Scene—The Banqueting-house at Whitehall; glass folding doors opening on the scaffold, which is covered with black; the block
axe & visible. Officers & other persons are busy in the back-ground. Cromwell giving directions. Ireton, Hacker, & Harrison meeting. Cromwell! behind. </span></span></span>
</span>
<span class="speaker">Har.</span>
<span class="line" id="L2045">Cromwell!—Good<span class="app">-<span class="var"><span class="wit"><span class="witLabel">#msC1: </span> </span></span></span>morrow Ireton<span class="app">!<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>.</span></span></span>Whither goes <span class="lineNum">2045</span></span>
<span class="line" id="L2046">The General? <span class="lineNum">2046</span></span>
<span class="speaker">Ire.</span>
<span class="line" id="L2047">To see that all be ready <span class="lineNum">2047</span></span>
<span class="line" id="L2048">For this great deed. <span class="lineNum">2048</span></span>
<span class="speaker">Hack.</span>
<span class="line" id="L2049">He hath the eager step, <span class="lineNum">2049</span></span>
<span class="line" id="L2050">The dark light in his eye, the upward look, <span class="lineNum">2050</span></span>
<span class="line" id="L2051">The flush upon his <span class="app">cheek,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>cheek</span></span></span> that I've marked in him <span class="lineNum">2051</span></span>
<span class="line" id="L2052">When marching to the battle. <span class="lineNum">2052</span></span>
<span class="speaker">Har.</span>
<span class="line" id="L2053">Doth he not lead <span class="lineNum">2053</span></span>
<span class="line" id="L2054">To day in a great combat, a most holy <span class="lineNum">2054</span></span>
<span class="line" id="L2055">And glorious victory? <span class="lineNum">2055</span></span>
<span class="speaker">Crom.</span>
<span class="stage">(at the back of the <span class="app">S<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>s</span></span></span>tage)</span>
<span class="line" id="L2056">Hast thou ta'en order <span class="lineNum">2056</span></span>
<span class="line" id="L2057">That soon as the head's off <span class="context" title="place">the
Abbey<span class="si">Westminster Abbey, Westminster, London, England |
Collegiate Church of St. Peter at
Westminster
| Westminster | London | England |
51.4992921 -0.12730970000006891
| Gothic style church in Westminster, London, where
English monarchs have traditionally been crowned and buried since 1066. Many
important literary and historical figures are recognized with memorials
throughout this famous abbey. The present structure began construction in
1245 by King Henry III and
the two western towers were added in the early eighteenth century. —#ebb #lmw51.4992921 -0.12730970000006891</span></span> bell <span class="lineNum">2057</span></span>
<span class="line" id="L2058">Begin to toll? <span class="lineNum">2058</span></span>
<span class="speaker">Officer.</span>
<span class="line" id="L2059">I have. <span class="lineNum">2059</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L2060">Look that the axe <span class="lineNum">2060</span></span>
<span class="line" id="L2061">Be <span class="app">keen,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>keen</span></span></span>
<span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> the hand steady. Let us have <span class="lineNum">2061</span></span>
<span class="line" id="L2062">No butchery. <span class="lineNum">2062</span></span>
<span class="stage">(advancing to the front of the <span class="app">S<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>s</span></span></span>tage.</span>
<span class="line" id="L2063">If he die not, we must perish— <span class="lineNum">2063</span></span>
<span class="line" id="L2064">That were as nothing<span class="app">!<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>;</span></span></span> but with us will die <span class="lineNum">2064</span></span>
<span class="line" id="L2065">The liberty for which the blood of saints <span class="lineNum">2065</span></span>
<span class="line" id="L2066">And martyrs hath been spilt, freedom of <span class="app">act,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>act</span></span></span>
<span class="lineNum">2066</span></span>
<span class="line" id="L2067">Of speech, of <span class="app">will,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>will</span></span></span> of faith! Better one gr<span class="app">e<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>a</span></span></span>y <span class="lineNum">2067</span></span>
<span class="line" id="L2068">Discrowned head should fall, albeit a thought <span class="lineNum">2068</span></span>
<span class="line" id="L2069">Before the time, than God's own people groan <span class="lineNum">2069</span></span>
<span class="line" id="L2070">In slavery <span class="app">for <span class="var"><span class="wit"><span class="witLabel">#msC1: </span>for</span></span></span> <span class="lineNum">2070</span></span>
<span class="speaker">Har.</span>
<span class="line" id="L2071">Whoso doubteth <span class="lineNum">2071</span></span>
<span class="line" id="L2072">But he shall die? <span class="lineNum">2072</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L2073"> <span class="lineNum">2073</span></span>
<span class="line" id="L2074">The <span class="app">soldiery,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>soldiery</span></span></span> that one of a high place, <span class="lineNum">2074</span></span>
<span class="line" id="L2075">Fairfax—But I believe
it not. Hast thou <span class="lineNum">2075</span></span>
<span class="line" id="L2076">The <span class="app">W<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>w</span></span></span>arrant Hacker? <span class="lineNum">2076</span></span>
<span class="speaker">Hack.</span>
<span class="line" id="L2077">No. <span class="lineNum">2077</span></span>
<span class="speaker"><span class="app">Ire.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Har.</span></span></span></span>
<span class="line" id="L2078">Since when doth Fairfax <span class="lineNum">2078</span></span>
<span class="line" id="L2079">Dare to impugn the sentence of a free <span class="lineNum">2079</span></span>
<span class="line" id="L2080">And <span class="app">publick<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>public</span></span></span> court, of <span class="context" title="place">England<span class="si">England |
52.3555177 -1.1743197000000691
| Country in the British Isles. Borders Scotland and Wales. London is the capital
city, and is situated on the River Thames.—#bas52.3555177 -1.1743197000000691</span></span><span class="app">—<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>, of the Great</span></span></span> <span class="lineNum">2080</span></span>
<span class="speaker">Har.</span>
<span class="line" id="L2081">
Of the Great
<span class="lineNum">2081</span></span>
<span class="line" id="L2082">All-Righteous <span class="app">Judge<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Judge,</span></span></span> who hath delivered him <span class="lineNum">2082</span></span>
<span class="line" id="L2083">Manifestly to us? <span class="lineNum">2083</span></span>
<span class="speaker"><span class="app"><span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Ire.</span></span></span></span>
<span class="line" id="L2084">Will he dare oppose <span class="lineNum">2084</span></span>
<span class="line" id="L2085">Army <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> people? <span class="app">H<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>h</span></span></span>e alone<span class="app">!<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>?</span></span></span> <span class="lineNum">2085</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L2086">Be sure <span class="lineNum">2086</span></span>
<span class="line" id="L2087">The good Lord<span class="app">-<span class="var"><span class="wit"><span class="witLabel">#msC1: </span> </span></span></span>General, howsoe'er some scruple <span class="lineNum">2087</span></span>
<span class="line" id="L2088">May trouble him, will play a godly part <span class="lineNum">2088</span></span>
<span class="line" id="L2089">In this sad <span class="app">drama.—Aye,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>drama.—Aye</span></span></span> I have the <span class="app">W<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>w</span></span></span>arrant<span class="app">!<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>.</span></span></span> <span class="lineNum">2089</span></span>
<span class="line" id="L2090">It is addressed to thee. Thou must receive <span class="lineNum">2090</span></span>
<span class="line" id="L2091">The <span class="app">prisoner, and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span> prisoner &</span></span></span> conduct him hither. <span class="lineNum">2091</span></span>
<span class="speaker">Hack.</span>
<span class="line" id="L2092">Hath <span class="lineNum">2092</span></span>
<span class="line" id="L2093">The hour been yet resolved? <span class="lineNum">2093</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L2094">Not that I hear. <span class="lineNum">2094</span></span>
<span class="stage">Enter Fairfax.</span>
<span class="line" id="L2095"><span class="app">Ha!<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Ha</span></span></span> our great General! Well met my <span class="app">L<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>l</span></span></span>ord! <span class="lineNum">2095</span></span>
<span class="line" id="L2096">We that are laden with this heavy burthen <span class="lineNum">2096</span></span>
<span class="line" id="L2097">Lacked your sustaining aid<span class="app">!<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>.</span></span></span> <span class="lineNum">2097</span></span>
<span class="speaker">Fair.</span>
<span class="line" id="L2098">Cromwell<span class="app">,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span></span></span></span><span class="app">,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span></span></span></span> I too <span class="lineNum">2098</span></span>
<span class="line" id="L2099">Am heavy<span class="app">-<span class="var"><span class="wit"><span class="witLabel">#msC1: </span> </span></span></span>laden. <span class="lineNum">2099</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L2100">You look ill at ease; <span class="lineNum">2100</span></span>
<span class="line" id="L2101">'Tis this chill air, the nourisher of rheums, <span class="lineNum">2101</span></span>
<span class="line" id="L2102">The very fog of frost, that turns men's blood <span class="lineNum">2102</span></span>
<span class="line" id="L2103">To water. <span class="lineNum">2103</span></span>
<span class="speaker">Fair.</span>
<span class="line" id="L2104">No<span class="app">,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>!</span></span></span> the grief is here. Regret, <span class="lineNum">2104</span></span>
<span class="line" id="L2105">Almost remorse, <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> doubt <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> fear of wrong <span class="lineNum">2105</span></span>
<span class="line" id="L2106">Press <span class="app">heav<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>wear</span></span></span>ily upon me. Is this death <span class="lineNum">2106</span></span>
<span class="line" id="L2107">Lawful? <span class="lineNum">2107</span></span>
<span class="speaker">Ire.</span>
<span class="line" id="L2108">His country's sentence, good my <span class="app">L<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>l</span></span></span>ord, <span class="lineNum">2108</span></span>
<span class="line" id="L2109">May be thy warrant. <span class="lineNum">2109</span></span>
<span class="speaker">Fair.</span>
<span class="line" id="L2110">An anointed King! <span class="lineNum">2110</span></span>
<span class="speaker">Har.</span>
<span class="line" id="L2111">A bloody tyrant. <span class="lineNum">2111</span></span>
<span class="speaker">Fair.</span>
<span class="line" id="L2112">Yet a man, whose doom <span class="lineNum">2112</span></span>
<span class="line" id="L2113">Lies on our conscience. <span class="app">We might save<span class="var"><span class="wit"><span class="witLabel">#msC1: </span><span class="stage">(to Cromwell)</span> We might save</span></span></span> the King <span class="lineNum">2113</span></span>
<span class="line" id="L2114">Even now at the eleventh hour<span class="app">; w<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>. W</span></span></span>e two <span class="lineNum">2114</span></span>
<span class="line" id="L2115">Hold the nice scales of life <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> death, <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> shall not <span class="lineNum">2115</span></span>
<span class="line" id="L2116">Fair <span class="app">m<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>M</span></span></span>ercy sway the balance? Dost thou hear me? <span class="lineNum">2116</span></span>
<span class="line" id="L2117">Wilt thou not answer? Canst thou doubt our power? <span class="lineNum">2117</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L2118">No. Man hath always power for ill. I know <span class="lineNum">2118</span></span>
<span class="line" id="L2119">We might desert our friends, betray our country, <span class="lineNum">2119</span></span>
<span class="line" id="L2120">Abandon our great cause, <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> sell our souls <span class="lineNum">2120</span></span>
<span class="line" id="L2121">To Hell<span class="app">. <span class="var"><span class="wit"><span class="witLabel">#msC1: </span>.—</span></span></span> We might <span class="app">do this, and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span><span class="del"> do</span> do this &</span></span></span> more; might shroud <span class="lineNum">2121</span></span>
<span class="line" id="L2122">These devilish sins in holy names, <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> call them <span class="lineNum">2122</span></span>
<span class="line" id="L2123">Loyalty, Honour, Faith, Repentance<span class="app">—c<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>. C</span></span></span>heats <span class="lineNum">2123</span></span>
<span class="line" id="L2124">Which the great Tempter <span class="app">loves!<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>loves.</span></span></span> <span class="lineNum">2124</span></span>
<span class="speaker">Fair.</span>
<span class="line" id="L2125">Yet <span class="app">h<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>he</span></span></span><span class="app">arken,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>arken</span></span></span>
! <span class="lineNum">2125</span></span>
<span class="line" id="L2126">Bethink thee of thy <span class="app">fame<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>fame!</span></span></span> <span class="lineNum">2126</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L2127">Talk'st thou of fame <span class="lineNum">2127</span></span>
<span class="line" id="L2128">To me? I am too mean a man, too lowly, <span class="lineNum">2128</span></span>
<span class="line" id="L2129">Too poor in state <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> name to need abjure <span class="lineNum">2129</span></span>
<span class="line" id="L2130">That princely sin, <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> for my humbleness <span class="lineNum">2130</span></span>
<span class="line" id="L2131">I duly render thanks. Were I as thou— <span class="lineNum">2131</span></span>
<span class="line" id="L2132">Beware the lust of fame, Lord
General<span class="app">,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>!</span></span></span>
<span class="lineNum">2132</span></span>
<span class="line" id="L2133">Of perishable fame, vain breath of man<span class="app">,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>!</span></span></span>
<span class="lineNum">2133</span></span>
<span class="line" id="L2134">Slight bubble, frailer than the ocean foam <span class="lineNum">2134</span></span>
<span class="line" id="L2135">Which from her prow the good ship in her course <span class="lineNum">2135</span></span>
<span class="line" id="L2136">Scattereth <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> passeth on regardlessly. <span class="lineNum">2136</span></span>
<span class="line" id="L2137">Lord General beware! <span class="lineNum">2137</span></span>
<span class="speaker">Fair.</span>
<span class="line" id="L2138">I am Lord General<span class="app">;<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>,</span></span></span>
<span class="lineNum">2138</span></span>
<span class="line" id="L2139">And I alone by mine own voice have power <span class="lineNum">2139</span></span>
<span class="line" id="L2140">To stay this deed. <span class="lineNum">2140</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L2141">Alone? <span class="lineNum">2141</span></span>
<span class="speaker">Fair.</span>
<span class="line" id="L2142">I'll answer it <span class="lineNum">2142</span></span>
<span class="line" id="L2143">Before the Council. <span class="lineNum">2143</span></span>
<span class="speaker">Crom.</span>
<span class="stage"></span>
<span class="line" id="L2144">Ha! <span class="app">a<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>A</span></span></span>lone!<span class="app">c<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>C</span></span></span>ome nearer<span class="app">.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>!</span></span></span> <span class="lineNum">2144</span></span>
<span class="speaker">Fair.</span>
<span class="line" id="L2145">What <span class="app">would'<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>would</span></span></span>st thou <span class="app">of<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>with</span></span></span> me? <span class="lineNum">2145</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L2146">Yonder men are firm <span class="lineNum">2146</span></span>
<span class="line" id="L2147">And honest in the cause, <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> brave as steel;
<span class="lineNum">2147</span></span>
<span class="line" id="L2148">Yet are they zealots, blind <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> furious zealots! <span class="lineNum">2148</span></span>
<span class="line" id="L2149">I would not they should hear us—<span class="app">b<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>B</span></span></span>loody zealots! <span class="lineNum">2149</span></span>
<span class="speaker">Fair.</span>
<span class="line" id="L2150"><span class="app">Speak,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Speak</span></span></span> Sir<span class="app">;<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>!</span></span></span> we waste the hour. <span class="lineNum">2150</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L2151">I would confess <span class="lineNum">2151</span></span>
<span class="line" id="L2152">Relentings like thine <span class="app">own.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>own</span></span></span> hear us not? <span class="lineNum">2152</span></span>
<span class="speaker">Fair.</span>
<span class="line" id="L2153">I joy to hear thee. <span class="lineNum">2153</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L2154">Thou art one elect, <span class="lineNum">2154</span></span>
<span class="line" id="L2155">A leader in the land, a chosen <span class="app">vessel,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>vessel</span></span></span> <span class="lineNum">2155</span></span>
<span class="line" id="L2156">And yet of such a mild <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> gracious mood, <span class="lineNum">2156</span></span>
<span class="line" id="L2157">That I, stern as I seem, may doff to thee <span class="lineNum">2157</span></span>
<span class="line" id="L2158">This smooth <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> governed mask of polity, <span class="lineNum">2158</span></span>
<span class="line" id="L2159">And shew the struggling heart perplexed <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> grieved <span class="lineNum">2159</span></span>
<span class="line" id="L2160">In all its nakedness. Yes<span class="app">,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>!</span></span></span> I have known <span class="lineNum">2160</span></span>
<span class="line" id="L2161">The kindly natural love of man to man <span class="lineNum">2161</span></span>
<span class="line" id="L2162">His fellow<span class="app">!—<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>,</span></span></span>the rough soldier's shuddering hate <span class="lineNum">2162</span></span>
<span class="line" id="L2163">Of violent <span class="app">death,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>death</span></span></span> save in the battle<span class="app">;<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>,</span></span></span> lastly <span class="lineNum">2163</span></span>
<span class="line" id="L2164">A passionate yearning for that sweetest power <span class="lineNum">2164</span></span>
<span class="line" id="L2165">Born of fair Mercy. <span class="lineNum">2165</span></span>
<span class="speaker">Fair.</span>
<span class="line" id="L2166">Yet but now thou chidd'st me <span class="lineNum">2166</span></span>
<span class="line" id="L2167">And with a lofty scorn for such <span class="del"> </span>a weakness. <span class="lineNum">2167</span></span>
<span class="line" id="L2168">The change is sudden. <span class="lineNum">2168</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L2169">Good my <span class="app">l<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>L</span></span></span>ord I strove <span class="lineNum">2169</span></span>
<span class="line" id="L2170">And wrestled with each pitying thought as born <span class="lineNum">2170</span></span>
<span class="line" id="L2171">Of earthly pride <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> mortal sin. Full oft <span class="lineNum">2171</span></span>
<span class="line" id="L2172"><span class="app">We,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>We</span></span></span><span class="app">selves,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>selves</span></span></span>
<span class="lineNum">2172</span></span>
<span class="line" id="L2173">Aiming at <span class="del"> p</span>higher <span class="app">virtues,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>virtues</span></span></span> trample down <span class="lineNum">2173</span></span>
<span class="line" id="L2174">Fair shoots of charity <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> gentle love
<span class="lineNum">2174</span></span>
<span class="line" id="L2175">Yet still my breast was troubled<span class="app">. <span class="var"><span class="wit"><span class="witLabel">#msC1: </span>;</span></span></span>
<span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> since thou <span class="lineNum">2175</span></span>
<span class="line" id="L2176">Art moved by such relentings— <span class="lineNum">2176</span></span>
<span class="speaker">Fair.</span>
<span class="line" id="L2177">And a promise <span class="lineNum">2177</span></span>
<span class="line" id="L2178">Made to my <span class="app">wife<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>wife.</span></span></span> <span class="lineNum">2178</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L2179">A wise <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> pious lady! <span class="lineNum">2179</span></span>
<span class="speaker">Fair.</span>
<span class="line" id="L2180">Thou wilt then save the King? <span class="lineNum">2180</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L2181">Sir<span class="app">, <span class="var"><span class="wit"><span class="witLabel">#msC1: </span>!</span></span></span> we must have <span class="lineNum">2181</span></span>
<span class="line" id="L2182">Some higher warrantry than our wild <span class="app">will,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>will</span></span></span>
<span class="lineNum">2182</span></span>
<span class="line" id="L2183">Our treacherous human <span class="app">will,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>will</span></span></span> afore we change <span class="lineNum">2183</span></span>
<span class="line" id="L2184">The fiat of a nation. Thou art a man <span class="lineNum">2184</span></span>
<span class="line" id="L2185">Elect <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> godlyHarrison!—<span class="app">g<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>G</span></span></span>o seek <span class="lineNum">2185</span></span>
<span class="line" id="L2186">The presence of the Lord. Perhaps to thee <span class="lineNum">2186</span></span>
<span class="line" id="L2187">A guiding <span class="app">answer,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>answer</span></span></span> a divine impulsion, <span class="lineNum">2187</span></span>
<span class="line" id="L2188">May be vouchsafed. Go with him Harrison! <span class="lineNum">2188</span></span>
<span class="line" id="L2189">Seek ye the Lord together. <span class="lineNum">2189</span></span>
<span class="speaker">Fair.</span>
<span class="line" id="L2190">'Tis a <span class="app">wise<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>fair</span></span></span> <span class="lineNum">2190</span></span>
<span class="line" id="L2191">And pious counsel. <span class="lineNum">2191</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L2192">Step apart awhile; <span class="lineNum">2192</span></span>
<span class="line" id="L2193">We will await ye here. <span class="lineNum">2193</span></span>
<span class="stage">Exeunt Fairfax
<span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span>
Harrison</span>
<span class="stage">
Cromwell gives
the Warrant to Hacker.)
</span>
<span class="line" id="L2194">Now! <span class="app">n<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>N</span></span></span>ow! <span class="app">b<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>B</span></span></span>e quick! <span class="lineNum">2194</span></span>
<span class="stage"><span class="app">(Exit Hacker.)<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Exit Hacker</span></span></span>
</span>
<span class="line" id="L2195">Is the scaffold all prepared? The headsman waiting <span class="lineNum">2195</span></span>
<span class="line" id="L2196">With shrouded visage <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> bare arm? The axe <span class="lineNum">2196</span></span>
<span class="line" id="L2197">Whetted? Be ready on the instant. Where <span class="lineNum">2197</span></span>
<span class="line" id="L2198">Be guards to line the room, mute wondering faces, <span class="lineNum">2198</span></span>
<span class="line" id="L2199">A living tapestry, <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> men of place <span class="lineNum">2199</span></span>
<span class="line" id="L2200">To witness this great deed? A King should fall <span class="lineNum">2200</span></span>
<span class="line" id="L2201">Decked with the pageantries of Death, the clouds <span class="lineNum">2201</span></span>
<span class="line" id="L2202">That roll around the setting sun. <span class="lineNum">2202</span></span>
<span class="speaker">Ire.</span>
<span class="line" id="L2203">If Fairfax <span class="lineNum">2203</span></span>
<span class="line" id="L2204">Return before he come— <span class="lineNum">2204</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L2205">Dost thou mistrust <span class="lineNum">2205</span></span>
<span class="line" id="L2206">Harrison's gift in
prayer? The General's safe. <span class="lineNum">2206</span></span>
<span class="line" id="L2207">Besides I sent erewhile the Halberdiers <span class="lineNum">2207</span></span>
<span class="line" id="L2208">To guard Charles
Stuart hither. Hacker'll
meet <span class="lineNum">2208</span></span>
<span class="line" id="L2209">His prisoner. <span class="lineNum">2209</span></span>
<span class="speaker">Ire.</span>
<span class="line" id="L2210">But should Fairfax— <span class="lineNum">2210</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L2211">Wherefore waste <span class="lineNum">2211</span></span>
<span class="line" id="L2212">A word on such a waverer<span class="app">!<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>?</span></span></span> <span class="lineNum">2212</span></span>
<span class="speaker">Ire.</span>
<span class="line" id="L2213">What hath swayed him? <span class="lineNum">2213</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L2214">His wife! his wife! The Queen hath seen again <span class="lineNum">2214</span></span>
<span class="line" id="L2215">That haughty dame, <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> her fond tears— <span class="lineNum">2215</span></span>
<span class="speaker">Ire.</span>
<span class="line" id="L2216">I marvel <span class="lineNum">2216</span></span>
<span class="line" id="L2217">That thou endur'st that popish witch of
<span class="context" title="place">France<span class="si">France |
46.227638 2.213749000000007
| Country in western Europe. Paris is the capital and largest city.—#bas46.227638 2.213749000000007</span></span> <span class="lineNum">2217</span></span>
<span class="line" id="L2218">So near. <span class="lineNum">2218</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L2219">I watch her. He must die<span class="app">!<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>.</span></span></span> 'Tis borne <span class="lineNum">2219</span></span>
<span class="line" id="L2220">Upon my soul as what shall be. The race, <span class="lineNum">2220</span></span>
<span class="line" id="L2221">The name shall perish. <span class="lineNum">2221</span></span>
<span class="speaker">Ire.</span>
<span class="line" id="L2222"><span class="app">Aye,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Aye</span></span></span> the very name <span class="lineNum">2222</span></span>
<span class="line" id="L2223">Of King. <span class="lineNum">2223</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L2224">Of Stuart. <span class="lineNum">2224</span></span>
<span class="speaker">Ire.</span>
<span class="line" id="L2225">And of King. <span class="lineNum">2225</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L2226">So be it. <span class="lineNum">2226</span></span>
<span class="line" id="L2227">Will Bradshaw never come? <span class="lineNum">2227</span></span>
<span class="stage">
<span class="app">Bradshaw, Cook, Marten, and others.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Enter Bradshaw, Marten, Cook & others.</span></span></span></span>
<span class="line" id="L2228">Ah welcome! welcome! <span class="lineNum">2228</span></span>
<span class="line" id="L2229">Ye are late. <span class="lineNum">2229</span></span>
<span class="speaker">Brad.</span>
<span class="line" id="L2230">Yon living mass is hard to pierce <span class="lineNum">2230</span></span>
<span class="line" id="L2231">By men of civil calling. The armed soldiers <span class="lineNum">2231</span></span>
<span class="line" id="L2232">Can scantly force a passage for their prisoner. <span class="lineNum">2232</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L2233">He comes? <span class="lineNum">2233</span></span>
<span class="speaker">Brad.</span>
<span class="line" id="L2234">He's at the gate. <span class="lineNum">2234</span></span>
<span class="speaker">Ire.</span>
<span class="line" id="L2235">What say the <span class="app">people?<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>people</span></span></span> <span class="lineNum">2235</span></span>
<span class="speaker">Brad.</span>
<span class="line" id="L2236">The most are pale <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> silent, as a Fear <span class="lineNum">2236</span></span>
<span class="line" id="L2237">Hung its dull shadow over them; whilst some <span class="lineNum">2237</span></span>
<span class="line" id="L2238">Struck with a sudden pity weep <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> wonder <span class="lineNum">2238</span></span>
<span class="line" id="L2239">What ails them; <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> a few bold tongues are loud <span class="lineNum">2239</span></span>
<span class="line" id="L2240">In execration. <span class="lineNum">2240</span></span>
<span class="speaker">Ire.</span>
<span class="line" id="L2241">And the soldiers? <span class="lineNum">2241</span></span>
<span class="speaker">Mar.</span>
<span class="line" id="L2242">They <span class="lineNum">2242</span></span>
<span class="line" id="L2243">Are true to the good cause. <span class="lineNum">2243</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L2244">The righteous cause! <span class="lineNum">2244</span></span>
<span class="line" id="L2245">My friends <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> comrades ye are come to witness <span class="lineNum">2245</span></span>
<span class="line" id="L2246">The mighty consummation. <span class="app">See,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>See</span></span></span> the sun <span class="lineNum">2246</span></span>
<span class="line" id="L2247">Breaks forth! The Heavens look down upon our work <span class="lineNum">2247</span></span>
<span class="line" id="L2248">Smiling! The Lord hath risen! <span class="lineNum">2248</span></span>
<span class="speaker">Ire.</span>
<span class="line" id="L2249">The King! <span class="lineNum">2249</span></span>
<span class="stage">Enter the King, Hacker,
Herbert, a Bishop, <span class="app">G<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>g</span></span></span>uards &c.</span>
<span class="speaker">King.</span>
<span class="line" id="L2250">Why pause ye? <span class="lineNum">2250</span></span>
<span class="line" id="L2251">Come on<span class="app">.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>!</span></span></span> <span class="lineNum">2251</span></span>
<span class="stage">
Herbert gives the
King a letter.
</span>
<span class="speaker">Herb.</span>
<span class="line" id="L2252"><span class="app">Sire<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Sir</span></span></span>, from thy <span class="app">S<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>s</span></span></span>on. <span class="lineNum">2252</span></span>
<span class="speaker">King.</span>
<span class="line" id="L2253">My boy! My boy! <span class="lineNum">2253</span></span>
<span class="line" id="L2254"><span class="app">No; no;<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>No, no,</span></span></span> this letter is of life, <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> I <span class="lineNum">2254</span></span>
<span class="line" id="L2255">And life have shaken hands. My <span class="app">k<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>K</span></span></span>ingly boy! <span class="lineNum">2255</span></span>
<span class="line" id="L2256">And the fair girl! I thought to have done with this<span class="app">.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>—</span></span></span>
<span class="lineNum">2256</span></span>
<span class="line" id="L2257">But it so clings! Take back the <span class="app">letter,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>letter</span></span></span>
<span class="app">.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>!</span></span></span>
<span class="lineNum">2257</span></span>
<span class="line" id="L2258">Take <span class="app">it,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>it</span></span></span><span class="app">me,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>me</span></span></span> faithful Herbert, <span class="lineNum">2258</span></span>
<span class="line" id="L2259">That last impatient word<span class="app">.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>!</span></span></span> Forgive me<span class="app">.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>!—</span></span></span> Now<span class="app">Sirs,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Sirs</span></span></span> <span class="lineNum">2259</span></span>
<span class="line" id="L2260">What see ye on that platform? I am as one <span class="lineNum">2260</span></span>
<span class="line" id="L2261">Bent on a far <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> perilous voyage, who seeks <span class="lineNum">2261</span></span>
<span class="line" id="L2262">To hear what rocks beset his <span class="app">path. <span class="var"><span class="wit"><span class="witLabel">#msC1: </span>track.—</span></span></span>What see ye? <span class="lineNum">2262</span></span>
<span class="speaker">Brad.</span>
<span class="line" id="L2263">Only the black-masked headsman. <span class="lineNum">2263</span></span>
<span class="speaker">King.</span>
<span class="line" id="L2264"><span class="app">Aye,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Aye</span></span></span> he wears <span class="lineNum">2264</span></span>
<span class="line" id="L2265">His mask upon his face<span class="app">,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>;</span></span></span> an honest mask<span class="app">.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>!</span></span></span>
<span class="lineNum">2265</span></span>
<span class="line" id="L2266">What see ye more? <span class="lineNum">2266</span></span>
<span class="speaker">Brad.</span>
<span class="line" id="L2267"><span class="app">Nought<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Nought,</span></span></span> save the living sea <span class="lineNum">2267</span></span>
<span class="line" id="L2268">Of human faces, blent into one mass <span class="lineNum">2268</span></span>
<span class="line" id="L2269">Of sentient various <span class="app">life:<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>life;</span></span></span> woman <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> man, <span class="lineNum">2269</span></span>
<span class="line" id="L2270">Childhood <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> infancy<span class="app">, and youth and age,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span> & youth & age</span></span></span> <span class="lineNum">2270</span></span>
<span class="line" id="L2271"><span class="app">Commingled<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Commingled,</span></span></span> with its multitudinous eyes <span class="lineNum">2271</span></span>
<span class="line" id="L2272">Upturned in expectation. Aweful <span class="app">gaze!<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>gaze</span></span></span> <span class="lineNum">2272</span></span>
<span class="line" id="L2273">Who may abide thy <span class="app">power?<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>power!</span></span></span> <span class="lineNum">2273</span></span>
<span class="speaker">King.</span>
<span class="line" id="L2274">I shall look upward. <span class="lineNum">2274</span></span>
<span class="line" id="L2275">Why pause we here? <span class="lineNum">2275</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L2276">why<span class="app">?<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>!!</span></span></span> <span class="lineNum">2276</span></span>
<span class="speaker">Brad.</span>
<span class="line" id="L2277">May it please thee, Sir, <span class="lineNum">2277</span></span>
<span class="line" id="L2278">To rest awhile? Bring wine. <span class="lineNum">2278</span></span>
<span class="speaker">King.</span>
<span class="line" id="L2279">I need it not. <span class="lineNum">2279</span></span>
<span class="line" id="L2280">Yes! fill the cup! fill high the sparkling cup! <span class="lineNum">2280</span></span>
<span class="line" id="L2281">This is a holiday to loyal breasts, <span class="lineNum">2281</span></span>
<span class="line" id="L2282">The King's accession day. Fill high! fill high! <span class="lineNum">2282</span></span>
<span class="line" id="L2283"><span class="app">axe,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>axe</span></span></span>
<span class="lineNum">2283</span></span>
<span class="line" id="L2284">Have yet a privilege beyond the slow <span class="lineNum">2284</span></span>
<span class="line" id="L2285">And painful dying bed, <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> I may quaff <span class="lineNum">2285</span></span>
<span class="line" id="L2286">In my full pride of strength a health to him, <span class="lineNum">2286</span></span>
<span class="line" id="L2287"><span class="app">Whom, pass one short half-hour, the funeral knell<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Whom in one short half hour my funeral knell</span></span></span> <span class="lineNum">2287</span></span>
<span class="line" id="L2288">Proclaims my successor<span class="app">. <span class="var"><span class="wit"><span class="witLabel">#msC1: </span>:—</span></span></span> Health to my son! <span class="lineNum">2288</span></span>
<span class="line" id="L2289">Health to the King of <span class="context" title="place">England<span class="si">England |
52.3555177 -1.1743197000000691
| Country in the British Isles. Borders Scotland and Wales. London is the capital
city, and is situated on the River Thames.—#bas52.3555177 -1.1743197000000691</span></span><span class="app">!<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>!—</span></span></span> Start ye, Sirs, <span class="lineNum">2289</span></span>
<span class="line" id="L2290">To hear the word? Health to King Charles<span class="app">, and peace,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>! & peace</span></span></span> <span class="lineNum">2290</span></span>
<span class="line" id="L2291">To this fair realm! And when that blessed time <span class="lineNum">2291</span></span>
<span class="line" id="L2292">Of rightful rule shall come, say that I left <span class="lineNum">2292</span></span>
<span class="line" id="L2293">For the bold traitors that condemned, the cowards <span class="lineNum">2293</span></span>
<span class="line" id="L2294"><span class="app">Who<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>That</span></span></span>not opposing murdered me<span class="app"> <span class="var"><span class="wit"><span class="witLabel">#msC1: </span>—</span></span></span>(I have won <span class="lineNum">2294</span></span>
<span class="line" id="L2295">So near the <span class="app">T<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>t</span></span></span>hrone of Truth that
true words spring <span class="lineNum">2295</span></span>
<span class="line" id="L2296">Unbidden from my <span class="app">lips,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>lips</span></span></span> say that I left <span class="lineNum">2296</span></span>
<span class="line" id="L2297">A <span class="app">pardon,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>pardon</span></span></span><span class="app">air,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>air</span></span></span><span class="app">all,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>all</span></span></span>
<span class="lineNum">2297</span></span>
<span class="line" id="L2298">A free <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span><span class="del"> </span> royal pardon!—Prythee speed me <span class="lineNum">2298</span></span>
<span class="line" id="L2299">On my rough journey. <span class="lineNum">2299</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L2300">Wherefore crowd ye there? <span class="lineNum">2300</span></span>
<span class="line" id="L2301">Make way<span class="app">.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>!</span></span></span>
<span class="lineNum">2301</span></span>
<span class="speaker">King.</span>
<span class="line" id="L2302">I thank <span class="app">thee,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>thee</span></span></span><span class="app">Bishop,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Bishop</span></span></span>
<span class="lineNum">2302</span></span>
<span class="line" id="L2303">Beware the <span class="app">step.—<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>step.</span></span></span>
<span class="lineNum">2303</span></span>
<span class="stage">
(Exeunt King, Herbert, Bishop, and Guards. A
pause.)
</span>
<span class="stage"></span>
<span class="speaker">Crom.</span>
<span class="line" id="L2304">Doth he address the people? <span class="lineNum">2304</span></span>
<span class="speaker">Mar.</span>
<span class="line" id="L2305">Not so<span class="app">. H<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>, h</span></span></span>e kneels. <span class="lineNum">2305</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L2306">'Twere fittest. Close the <span class="app">door.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>door</span></span></span>
<span class="lineNum">2306</span></span>
<span class="line" id="L2307">This wintery air <span class="app">is<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>comes</span></span></span> chill, <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> the Lord President <span class="lineNum">2307</span></span>
<span class="line" id="L2308">Is of a feeble body. <span class="lineNum">2308</span></span>
<span class="stage">
(Scream without.)
</span>
<span class="stage"></span>
<span class="speaker">Brad.</span>
<span class="line" id="L2309">H<span class="app">ush<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>ark</span></span></span>! <span class="lineNum">2309</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L2310">'Tis one <span class="lineNum">2310</span></span>
<span class="line" id="L2311">Who must be stayed. <span class="lineNum">2311</span></span>
<span class="speaker">Brad.</span>
<span class="line" id="L2312">The Queen? <span class="lineNum">2312</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L2313">Go stop <span class="app">her,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>her</span></span></span>
<span class="app">.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>!</span></span></span>
<span class="lineNum">2313</span></span>
<span class="stage"><span class="app">(Exit Ireton.)<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Exit Ireton.</span></span></span></span>
<span class="line" id="L2314">It were not meet that earthly loves should mingle <span class="lineNum">2314</span></span>
<span class="line" id="L2315">With yonder dying prayer. Yes! Still he kneels. <span class="lineNum">2315</span></span>
<span class="line" id="L2316">Hacker come hither<span class="app">.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>!</span></span></span> If thou see a stir <span class="lineNum">2316</span></span>
<span class="line" id="L2317">Amongst the crowd, send for my horse<span class="app">;<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>,</span></span></span> they're ready<span class="app">;—<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>.</span></span></span> <span class="lineNum">2317</span></span>
<span class="line" id="L2318">Or <span class="app">if,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>if</span></span></span><span class="app">men,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>men</span></span></span> some feeble heart <span class="lineNum">2318</span></span>
<span class="line" id="L2319">Wax faint in the great cause<span class="app">,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>—</span></span></span> as such there be<span class="app">;<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>!</span></span></span>— <span class="lineNum">2319</span></span>
<span class="line" id="L2320">Or on the scaffold, if he cling to life <span class="lineNum">2320</span></span>
<span class="line" id="L2321">Too <span class="app">fondly;<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>fondly</span></span></span> not send a sinful soul <span class="lineNum">2321</span></span>
<span class="line" id="L2322">Before his time to his <span class="app">accompt, good Bradshaw!<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>account good Bradshaw!—</span></span></span> <span class="lineNum">2322</span></span>
<span class="line" id="L2323">But no delay!<span class="app"> <span class="var"><span class="wit"><span class="witLabel">#msC1: </span>—</span></span></span>Is he still kneeling?—Mark me
<span class="lineNum">2323</span></span>
<span class="line" id="L2324">No idle dalliance Hacker! I must hence, <span class="lineNum">2324</span></span>
<span class="line" id="L2325">Lest Fairfax—<span class="app">no<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>No</span></span></span> weak dalliance! <span class="app">no<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>No</span></span></span> delay!
<span class="lineNum">2325</span></span>
<span class="line" id="L2326">The cause<span class="app">,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>!</span></span></span> the cause<span class="app">,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>!</span></span></span> good Bradshaw! <span class="lineNum">2326</span></span>
<span class="stage">Exit <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> the <span class="app">S<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>s</span></span></span>cene closes</span>
</div>
<div class="scene">
<h2>SCENE III.</h2>
<span class="stage">
</span>
<span class="stage">Enter Cromwell.</span>
<span class="speaker">Crom.</span>
<span class="line" id="L2327">Methought I heard her <span class="app">here.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>here</span></span></span> she win <span class="lineNum">2327</span></span>
<span class="line" id="L2328">To Fairfax—<span class="app">h<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>H</span></span></span>e must die, as Ahab <span class="app">erst<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>erst,</span></span></span>
<span class="lineNum">2328</span></span>
<span class="line" id="L2329">Or Rehoboam<span class="app">,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>;</span></span></span> or as that great <span class="app">h<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>H</span></span></span>eathen <span class="lineNum">2329</span></span>
<span class="line" id="L2330">Whom Brutus loved <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> slew. None ever called <span class="lineNum">2330</span></span>
<span class="line" id="L2331">Brutus a murderer! And
Charles had trial<span class="app">—<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>,</span></span></span>
<span class="lineNum">2331</span></span>
<span class="line" id="L2332">'Twas more than Caesar had<span class="app">!—<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>,</span></span></span>free open trial, <span class="lineNum">2332</span></span>
<span class="line" id="L2333">If he had pleaded<span class="app">.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>;</span></span></span> But the Eternal Wrath <span class="lineNum">2333</span></span>
<span class="line" id="L2334">Stiffened him in his pride. It was <span class="app">ordained,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>ordained</span></span></span> <span class="lineNum">2334</span></span>
<span class="line" id="L2335">And I but an impassive instrument <span class="lineNum">2335</span></span>
<span class="line" id="L2336">In the Almighty hand<span class="app">,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>;</span></span></span> an arrow chosen <span class="lineNum">2336</span></span>
<span class="line" id="L2337">From out the sheaf. If I should reign hereafter <span class="lineNum">2337</span></span>
<span class="line" id="L2338">Men shall not call me <span class="app">bloody.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>bloody</span></span></span><span class="app">bell!<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>bell!—</span></span></span>
<span class="lineNum">2338</span></span>
<span class="line" id="L2339">No—all is hush as <span class="app">midnight.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>midnight</span></span></span> shall be <span class="lineNum">2339</span></span>
<span class="line" id="L2340">Tenderer of English lives. Have they forgot <span class="lineNum">2340</span></span>
<span class="line" id="L2341">To sound the bell? He must be dead. <span class="lineNum">2341</span></span>
<span class="speaker">Queen.</span>
<span class="stage">(without)</span>
<span class="line" id="L2342">Lord Fairfax! <span class="lineNum">2342</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L2343">The Queen! the Queen! <span class="lineNum">2343</span></span>
<span class="stage">Enter the <span class="app">Queen<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Queen.</span></span></span></span>
<span class="speaker">Queen.</span>
<span class="line" id="L2344">They told me he was <span class="app">here<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>here;</span></span></span> <span class="lineNum">2344</span></span>
<span class="line" id="L2345">I see him not<span class="app">,—<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>; </span></span></span>but I have wept me blind; <span class="lineNum">2345</span></span>
<span class="line" id="L2346">And then that axe, that <span class="app">keen,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>keen</span></span></span><span class="app">bright,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>bright</span></span></span> edgy axe, <span class="lineNum">2346</span></span>
<span class="line" id="L2347">Which flashed across my eyeballs, blinding me <span class="lineNum">2347</span></span>
<span class="line" id="L2348">More than a sea of tears.—Here's one<span class="app">! <span class="var"><span class="wit"><span class="witLabel">#msC1: </span></span></span></span>: <span class="app">fly<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>fly,</span></span></span>
<span class="lineNum">2348</span></span>
<span class="line" id="L2349">If thou be man, and bid the <span class="app">h<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>H</span></span></span>eadsman stay <span class="lineNum">2349</span></span>
<span class="line" id="L2350">His blow for one short <span class="app">hour,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>hour</span></span></span><span class="app">hour,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>hour</span></span></span> <span class="lineNum">2350</span></span>
<span class="line" id="L2351">Till I have found Lord Fairfax! Thou shalt
have <span class="lineNum">2351</span></span>
<span class="line" id="L2352"><span class="app">Gold, mines of gold! Oh save him! Save the King!<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Gold, mines of gold. Fly! Save him! Save the King!</span></span></span> <span class="lineNum">2352</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L2353">Peace! <span class="app">p<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>P</span></span></span>eace! Have comfort! <span class="lineNum">2353</span></span>
<span class="speaker">Queen.</span>
<span class="line" id="L2354">Comfort! <span class="app">a<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>A</span></span></span>nd he dies<span class="app">,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>!</span></span></span> <span class="lineNum">2354</span></span>
<span class="line" id="L2355">They murder him<span class="app">;<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>!</span></span></span> the axe falls on his neck<span class="app">;<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>!</span></span></span> <span class="lineNum">2355</span></span>
<span class="line" id="L2356">The blood comes plashing<span class="app">;—<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>!</span></span></span>Comfort! <span class="lineNum">2356</span></span>
<span class="stage">Enter <span class="app">Lady Fairfax<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Lady Fairfax.</span></span></span>
</span>
<span class="speaker">Lady F.</span>
<span class="line" id="L2357">Out alas! <span class="lineNum">2357</span></span>
<span class="line" id="L2358">I can hear nought of Fairfax, royal Madam<span class="app">!—<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>.</span></span></span> <span class="lineNum">2358</span></span>
<span class="line" id="L2359">Cromwell<span class="app">,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span></span></span></span><span class="app">,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span></span></span></span> the Master-murderer! <span class="lineNum">2359</span></span>
<span class="speaker">Queen.</span>
<span class="line" id="L2360">Oh forgive <span class="app">her!<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>her</span></span></span> <span class="lineNum">2360</span></span>
<span class="line" id="L2361">She knows not what she says. If thou be Cromwell <span class="lineNum">2361</span></span>
<span class="line" id="L2362">Thou hast the power to rescue<span class="app">:<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>.</span></span></span> See I kneel<span class="app">;<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>,</span></span></span> <span class="lineNum">2362</span></span>
<span class="line" id="L2363">I kiss thy feet. Oh save him! Take the crown<span class="app">;<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>,</span></span></span> <span class="lineNum">2363</span></span>
<span class="line" id="L2364">Take all but his dear life! Oh save <span class="app">him!<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>him</span></span></span> <span class="lineNum">2364</span></span>
<span class="line" id="L2365">And I will be thy slave!<span class="app">—<span class="var"><span class="wit"><span class="witLabel">#msC1: </span> </span></span></span>I a born Princess, <span class="lineNum">2365</span></span>
<span class="line" id="L2366"><span class="app">I,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>I</span></span></span><span class="app">Queen,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>Queen</span></span></span> will be thy slave<span class="app">.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>!</span></span></span> <span class="lineNum">2366</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L2367">Arise! <span class="lineNum">2367</span></span>
<span class="line" id="L2368">My Lady Fairfax lead this frantic
woman <span class="lineNum">2368</span></span>
<span class="line" id="L2369">To where her children bide. <span class="lineNum">2369</span></span>
<span class="speaker">Queen.</span>
<span class="line" id="L2370">Thou wilt not make <span class="lineNum">2370</span></span>
<span class="line" id="L2371">My children fatherless? Oh mercy! <span class="app">M<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>m</span></span></span>ercy! <span class="lineNum">2371</span></span>
<span class="line" id="L2372">I have a <span class="app">girl,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>girl</span></span></span> <span class="lineNum">2372</span></span>
<span class="line" id="L2373">That never learnt to smile, <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> she shall be <span class="lineNum">2373</span></span>
<span class="line" id="L2374">Thy handmaid; she shall tend thy daughters<span class="app">.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>;</span></span></span> I, <span class="lineNum">2374</span></span>
<span class="line" id="L2375">That was so proud, offer my fairest child <span class="lineNum">2375</span></span>
<span class="line" id="L2376">To be thy bondwoman. <span class="lineNum">2376</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L2377">Raise her! Undo <span class="lineNum">2377</span></span>
<span class="line" id="L2378">These clasping hands<span class="app">.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>!</span></span></span> I marvel <span class="app">,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span></span></span></span> <span class="lineNum">2378</span></span>
<span class="line" id="L2379">Thou canst endure to see a creature kneel <span class="lineNum">2379</span></span>
<span class="line" id="L2380">To one create. <span class="lineNum">2380</span></span>
<span class="speaker">Lady F.</span>
<span class="line" id="L2381">Out on <span class="app">thee,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>thee</span></span></span> <span class="app">h<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>H</span></span></span>ypocrite! <span class="lineNum">2381</span></span>
<span class="line" id="L2382">Where lags my husband? <span class="lineNum">2382</span></span>
<span class="speaker">Queen.</span>
<span class="line" id="L2383">Save him<span class="app">,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>!</span></span></span> save him <span class="lineNum">2383</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L2384">Woman arise! Will this long agony <span class="lineNum">2384</span></span>
<span class="line" id="L2385">Endure forever? <span class="lineNum">2385</span></span>
<span class="stage">Enter Ireton
followed by Fairfax and Harrison</span>
<span class="line" id="L2386">Is he dead? <span class="lineNum">2386</span></span>
<span class="speaker">Fair.</span>
<span class="line" id="L2387">What means <span class="lineNum">2387</span></span>
<span class="line" id="L2388">This piercing outcry? <span class="lineNum">2388</span></span>
<span class="speaker">Queen.</span>
<span class="line" id="L2389">Fairfax! He is saved! <span class="lineNum">2389</span></span>
<span class="line" id="L2390">He is saved! <span class="lineNum">2390</span></span>
<span class="speaker">Ire.</span>
<span class="line" id="L2391">The bell! the <span class="context" title="place">Abbey<span class="si">Westminster Abbey, Westminster, London, England |
Collegiate Church of St. Peter at
Westminster
| Westminster | London | England |
51.4992921 -0.12730970000006891
| Gothic style church in Westminster, London, where
English monarchs have traditionally been crowned and buried since 1066. Many
important literary and historical figures are recognized with memorials
throughout this famous abbey. The present structure began construction in
1245 by King Henry III and
the two western towers were added in the early eighteenth century. —#ebb #lmw51.4992921 -0.12730970000006891</span></span> bell! Hark! <span class="lineNum">2391</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L2392">There <span class="lineNum">2392</span></span>
<span class="line" id="L2393">The will of Heaven spake<span class="app">.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>;</span></span></span> The King is dead. <span class="lineNum">2393</span></span>
<span class="speaker">Fair.</span>
<span class="line" id="L2394">Look to the Queen. Cromwell this bloody
work <span class="lineNum">2394</span></span>
<span class="line" id="L2395">Is thine. <span class="lineNum">2395</span></span>
<span class="speaker">Crom.</span>
<span class="line" id="L2396">This work is mine. For yon sad <span class="app">dame,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>dame</span></span></span> <span class="lineNum">2396</span></span>
<span class="line" id="L2397">She shall away to <span class="context" title="place">France<span class="si">France |
46.227638 2.213749000000007
| Country in western Europe. Paris is the capital and largest city.—#bas46.227638 2.213749000000007</span></span>. This
deed is <span class="app">mine,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>mine</span></span></span> <span class="lineNum">2397</span></span>
<span class="line" id="L2398">And I will answer it. The Commonwealth <span class="lineNum">2398</span></span>
<span class="line" id="L2399">Is firmly 'stablished Ireton. Harrison, <span class="lineNum">2399</span></span>
<span class="line" id="L2400">The Saints shall rule in <span class="context" title="place">Israel<span class="si">Israel |
land of Israel
|
31.046051 34.85161199999993
| In Mitford’s time, the ancient
lost kingdom of the Hebrews, known as the "land of Israel." Now the State of
Israel, a unitary parliamentary republic.—#ebb31.046051 34.85161199999993</span></span>. My Lord <span class="app">General,<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>General</span></span></span> <span class="lineNum">2400</span></span>
<span class="line" id="L2401">The army is thine own, <span class="app">and<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>&</span></span></span> I a soldier <span class="lineNum">2401</span></span>
<span class="line" id="L2402">A lowly follower in the <span class="app">c<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>C</span></span></span>ause.
<span id="Note21" class="anchor">[21] <span class="note" id="n21">An X in ink appears here in another hand, likely to mark the end of the manuscript.—#rnes</span></span>This deed <span class="lineNum">2402</span></span>
<span class="line" id="L2403">Is mine.— <span class="lineNum">2403</span></span>
<span class="stage"><span class="app">END OF THE PLAY.<br />PRINTED BY JOHN DUNCOMBE AND CO.10, MIDDLE ROW, HOLBORN.<span class="var"><span class="wit"><span class="witLabel">#msC1: </span>End of the Play</span></span></span></span>
</div>
</div>
</section>
<hr />
</div>
<div id="menubar">
<div id="playMeta">
<div id="fieldset">
<fieldset>
<legend><span class="dipNorm">Our default is the Diplomatic view.<br /> Click to toggle the Normalized view</span><span class="dipNormSmall"> (shows conventional spellings;<br /> hides pagebreaks, insertion marks, and deletions):</span></legend><input type="checkbox" id="REGtoggle" style="cursor:pointer" /><br /></fieldset>
</div>
<p class="boilerplate"><span><strong>Maintained by: </strong> Elisa E. Beshero-Bondar (ebb8 at
pitt.edu) <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/80x15.png" /></a></span><span><strong>Last modified: </strong>2018-05-29T07:11:35.4-04:00</span></p>
<h3>Digital Mitford: The Mary Russell Mitford Archive</h3>
<h4>Literary Works | Dramas</h4>
<ul>
<li>Headnote: CharlesIanHistoricalTragedyinFiveActs</li>
</ul>
<h4>Main Site Menu:</h4>
<ul>
<li><a href="index.html">Welcome</a></li>
<li><a href="about.html">About</a></li>
<li>Literary Works</li>
<li><a href="letters.html">Letters</a></li>
<li><a href="bibliogType.html">Bibliography of Publications</a></li>
<li><a href="lettersData.html">Manuscript Locations</a></li>
<li><a href="visual.html">People, Places, and Networks</a></li>
<li><a href="staff.html">Staff</a></li>
<li><a href="workshop.html">Workshop Materials</a></li>
</ul>
</div>
</div>
</body>
</html> |
devices/Storage/FriendStoreDrive/gui.html | FriendSoftwareLabs/friendup |
<!-- comment in when we can access remove friend cores!
<div class="HRow">
<p class="Layout">
<strong>
{i18n_connection_details}:
</strong>
</p>
</div>
<div class="HRow">
<div class="HContent70 FloatLeft">
<p class="Layout">
<input type="text" id="Server" class="FullWidth" value="" placeholder="Server address/IP..."/>
</p>
</div>
<div class="HContent30 FloatLeft" style="padding-left: 10px">
<p class="Layout">
<input type="text" id="Port" class="FullWidth" value="" placeholder="Port..."/>
</p>
</div>
</div>-->
<!-- Comment back in when we're allowing other friend cores
<div class="HRow">
<p class="Layout">
<strong>
{i18n_login_info}:
</strong>
</p>
</div>
<div class="HRow">
<div class="HContent35 FloatLeft">
<p class="Layout">
<input type="text" id="Username" class="FullWidth" style="width: 95%" value="" placeholder="{i18n_username}"/>
</p>
</div>
<div class="HContent35 FloatLeft">
<p class="Layout">
<input type="password" id="Password" class="FullWidth" value="" placeholder="Password"/>
</p>
</div>
</div>-->
<div class="HRow">
<div class="HContent30 FloatLeft">
<p class="Layout InputHeight">
<strong>
{i18n_vendor}:
</strong>
</p>
</div>
<div class="HContent70 FloatLeft">
<p class="Layout InputHeight">
<input type="text" id="conf.VendorID" class="FullWidth" value="" placeholder="{i18n_vendor_ID}..."/>
</p>
</div>
</div>
<div class="HRow">
<div class="HContent30 FloatLeft">
<p class="Layout InputHeight">
<strong>
{i18n_notes}:
</strong>
</p>
</div>
<div class="HContent70 FloatLeft">
<p class="Layout InputHeight">
<input type="text" id="ShortDescription" class="FullWidth" value="" placeholder="{i18n_your_notes}..."/>
</p>
</div>
</div>
|
src/admin/views/main.view.html | lkiversonlk/eth-cms | <!-- 捐赠模态 -->
<div class="modal fade" id="sponsorModal" tabindex="-1" role="dialog" aria-labelledby="sponsorModalTitle">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="关闭"><span aria-hidden="true">×</span></button>
<h4 class="modal-title" id="sponsorModalTitle">捐赠信息</h4>
</div>
<div class="modal-body">
<h3 class="text-center text-welcome">感谢您使用 NoderCMS</h3>
<h5 class="text-center text-muted">本软件为开源软件,项目的发展离不开你的支持,可以请作者吃顿饭来激励一下作者 : )</h5>
<br>
<div class="btn-group btn-group-justified" role="group">
<div class="btn-group" role="group">
<button ng-click="sponsor = 99" ng-class="{ 'active': sponsor === 99 }" type="button" class="btn btn-default">请作者一顿饭</button>
</div>
<div class="btn-group" role="group">
<button ng-click="sponsor = 199" ng-class="{ 'active': sponsor === 199 }" type="button" class="btn btn-default">请作者两顿饭</button>
</div>
<div class="btn-group" role="group">
<button ng-click="sponsor = 499" ng-class="{ 'active': sponsor === 499 }" type="button" class="btn btn-default">请作者豪华大餐<span class="badge sponsor-badge">荐</span></button>
</div>
<div class="btn-group" role="group">
<button ng-click="sponsor = 999" ng-class="{ 'active': sponsor === 999 }" type="button" class="btn btn-default">帮作者赢取白富美</button>
</div>
</div>
<br>
<div class="row sponsor">
<div class="col-md-6">
<div class="thumbnail weixin">
<img ng-if="sponsor === 99" src="/assets/admin/images/sponsor/weixin99.jpg">
<img ng-if="sponsor === 199" src="/assets/admin/images/sponsor/weixin199.jpg">
<img ng-if="sponsor === 499" src="/assets/admin/images/sponsor/weixin499.jpg">
<img ng-if="sponsor === 999" src="/assets/admin/images/sponsor/weixin999.jpg">
<div class="caption">
<h3>微信打赏</h3>
<p ng-if="sponsor === 99">¥99</p>
<p ng-if="sponsor === 199">¥199</p>
<p ng-if="sponsor === 499">¥499</p>
<p ng-if="sponsor === 999">¥999</p>
</div>
</div>
</div>
<div class="col-md-6">
<div class="thumbnail alipay">
<img ng-if="sponsor === 99" src="/assets/admin/images/sponsor/alipay99.jpg">
<img ng-if="sponsor === 199" src="/assets/admin/images/sponsor/alipay199.jpg">
<img ng-if="sponsor === 499" src="/assets/admin/images/sponsor/alipay499.jpg">
<img ng-if="sponsor === 999" src="/assets/admin/images/sponsor/alipay999.jpg">
<div class="caption">
<h3>支付宝打赏</h3>
<p ng-if="sponsor === 99">¥99</p>
<p ng-if="sponsor === 199">¥199</p>
<p ng-if="sponsor === 499">¥499</p>
<p ng-if="sponsor === 999">¥999</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<nd-navigation></nd-navigation>
<article ui-view class="page view clearfix">
<div class="page-header clearfix">
<ol class="heading">
<li><a ui-sref="main">控制面板</a></li>
</ol>
</div>
<div class="row">
<div class="col-md-8">
<div class="panel panel-default">
<div class="panel-body">
<div class="row text-center">
<div class="col-xs-4"><h4>{{contentsTotal}}</h4><p>总内容数</p></div>
<div class="col-xs-4"><h4>{{mediaTotal}}</h4><p>总媒体数</p></div>
<div class="col-xs-4"><h4>{{adminsTotal}}</h4><p>作者数</p></div>
</div>
<hr>
<div class="row text-center">
<div class="col-xs-4">
<a href="http://www.nodercms.com" target="_blank">
<p><i class="fa fa-home fa-2x"></i></p>
<p>NoderCMS 官网</p>
</a>
</div>
<div class="col-xs-4">
<a href="http://www.nodercms.com/help" target="_blank">
<p><i class="fa fa-question-circle fa-2x"></i></p>
<p>帮助中心</p>
</a>
</div>
<div class="col-xs-4">
<a href="mailto:feedback@nodercms.com?subject=%E6%84%8F%E8%A7%81%E5%8F%8D%E9%A6%88" target="_blank">
<p><i class="fa fa-envelope-o fa-2x"></i></p>
<p>反馈</p>
</a>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="panel panel-default">
<div class="panel-heading">总排行</div>
<div class="list-group">
<a ng-repeat="item in readingList.total" href="{{item.href}}" class="list-group-item" target="_blank">{{item.title}}</a>
</div>
</div>
</div>
<div class="col-md-6">
<div class="panel panel-default">
<div class="panel-heading">今日排行</div>
<div class="list-group">
<a ng-repeat="item in readingList.day" href="{{item.href}}" class="list-group-item" target="_blank">{{item.title}}</a>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="panel panel-default">
<div class="panel-heading">本周排行</div>
<div class="list-group">
<a ng-repeat="item in readingList.week" href="{{item.href}}" class="list-group-item" target="_blank">{{item.title}}</a>
</div>
</div>
</div>
<div class="col-md-6">
<div class="panel panel-default">
<div class="panel-heading">本月排行</div>
<div class="list-group">
<a ng-repeat="item in readingList.month" href="{{item.href}}" class="list-group-item" target="_blank">{{item.title}}</a>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="panel panel-default">
<div class="panel-body">
<div class="row">
<div class="col-xs-5 text-right"><p><b>网站:</b></p></div>
<div class="col-xs-7"><a href="{{website.origin}}" target="_blank">{{website.hostname}}</a></div>
</div>
<div class="row">
<div class="col-xs-5 text-right"><p><b>程序版本:</b></p></div>
<div class="col-xs-7">
<p>v{{systemInfo.version}} <small ng-if="!compareVersion(systemInfo.version, officialSystemInfo.version)" class="text-muted">已是最新版本</small></p>
<p><a ng-if="compareVersion(systemInfo.version, officialSystemInfo.version)" class="btn btn-info btn-xs" href="http://www.nodercms.com/download" target="_blank" role="button">最新版本 v{{officialSystemInfo.version}}</a></p>
</div>
</div>
<div class="row">
<div class="col-xs-5 text-right"><p><b>操作系统:</b></p></div>
<div class="col-xs-7"><p>{{systemInfo.osType}} {{systemInfo.osRelease}}</p></div>
</div>
<div class="row">
<div class="col-xs-5 text-right"><p><b>Node:</b></p></div>
<div class="col-xs-7"><p>Node.js v{{nodeInfo.node}}</p></div>
</div>
<div class="row">
<div class="col-xs-5 text-right"><p><b>数据库:</b></p></div>
<div class="col-xs-7"><p>MongoDB v{{databaseInfo.version}}</p></div>
</div>
<hr>
<div class="row">
<div class="col-xs-5 text-right"><p><b>官方QQ群:</b></p></div>
<div class="col-xs-7"><p>369888346</p></div>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">捐赠信息</div>
<div class="panel-body">
<p>本软件为开源软件,项目的发展离不开你的支持,可以请作者吃顿饭来激励一下作者 : )</p>
<button data-toggle="modal" data-target="#sponsorModal" type="button" class="btn btn-default btn-block btn-sm">请作者吃饭</button>
</div>
</div>
</div>
</div>
</article> |
crislib/libscapi/lib/boost_1_64_0/libs/hana/doc/html/deprecated.html | cris-iisc/mpc-primitives | <!--
Copyright Louis Dionne 2013-2017
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt)
-->
<!-- boost-no-inspect -->
<!-- HTML header for doxygen 1.8.9.1-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<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>Boost.Hana: Deprecated 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="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
$(window).load(resizeHeight);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
extensions: ["tex2jax.js"],
jax: ["input/TeX","output/HTML-CSS"],
});
// Copyright Louis Dionne 2013-2017
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt)
MathJax.Hub.Config({
"HTML-CSS": {
linebreaks: {
automatic: true,
width: "75% container"
}
}
});
</script><script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<!-- Additional javascript for drawing charts. -->
<script type="text/javascript" src="highcharts.js"></script>
<script type="text/javascript" src="highcharts-data.js"></script>
<script type="text/javascript" src="highcharts-exporting.js"></script>
<script type="text/javascript" src="chart.js"></script>
<script type="text/javascript" src="hana.js"></script>
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="Boost.png"/></td>
<td style="padding-left: 0.5em;">
<div id="projectname">Boost.Hana
 <span id="projectnumber">1.1.0</span>
</div>
<div id="projectbrief">Your standard library for metaprogramming</div>
</td>
<td> <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>
</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><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('deprecated.html','');});
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
<div class="headertitle">
<div class="title">Deprecated List </div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><dl class="reflist">
<dt><a class="anchor" id="_deprecated000001"></a>Member <a class="el" href="structboost_1_1hana_1_1type.html#a7d68ff2275cbb295556d83598f04e39a">decltype_</a> </dt>
<dd>The semantics of <code>decltype_</code> can be confusing, and <code>hana::typeid_</code> should be preferred instead. <code>decltype_</code> may be removed in the next major version of the library.</dd>
</dl>
</div></div><!-- contents -->
</div><!-- doc-content -->
<!--
Copyright Louis Dionne 2013-2017
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt)
-->
<!-- boost-no-inspect -->
<!-- HTML footer for doxygen 1.8.9.1-->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
</ul>
</div>
</body>
</html>
|
docs/source/kb.armenian.warmenian.windows.html | NFLC-UMD/NFLCIME | <!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>The source code</title>
<link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" />
<script type="text/javascript" src="../resources/prettify/prettify.js"></script>
<style type="text/css">
.highlight { display: block; background-color: #ddd; }
</style>
<script type="text/javascript">
function highlight() {
document.getElementById(location.hash.replace(/#/, "")).className = "highlight";
}
</script>
</head>
<body onload="prettyPrint(); highlight();">
<pre class="prettyprint lang-js"><span id='NFLCIME-kb-armenian-warmenian-windows'>/**
</span> * @docauthor Christopher Rhodes <clrhodes@gmail.com>
*
* @class NFLCIME.kb.armenian.warmenian.windows
* Western Armenian language keyboard map class.
*
* @extends NFLCIME.Keyboard
*
*/
NFLCIME.dispatchEvent({
type: 'ModuleAdd',
module: {
id: 'kb.armenian.warmenian.windows',
type: 'keyboard layout',
inheritance: ['kb'],
mapNormal: {
0xc0: '\u055d', // `
0x31: ':', // 1
0x32: '\u0571', // 2
0x33: '\u0575', // 3
0x34: '\u055b', // 4
0x35: ',', // 5
0x36: '-', // 6
0x37: '.', // 7
0x38: '\u00ab', // 8
0x39: '\u00bb', // 9
0x30: '\u0585', // 0
0xbd: '\u057c', // -
0xbb: '\u056a', // =
0x51: '\u056d', // q
0x57: '\u057e', // w
0x45: '\u0567', // e
0x52: '\u0580', // r
0x54: '\u0564', // t
0x59: '\u0565', // y
0x55: '\u0568', // u
0x49: '\u056b', // i
0x4f: '\u0578', // o
0x50: '\u0562', // p
0xdb: '\u0579', // [
0xdd: '\u057b', // ]
0xdc: '\'', // \
0x41: '\u0561', // a
0x53: '\u057d', // s
0x44: '\u057f', // d
0x46: '\u0586', // f
0x47: '\u056f', // g
0x48: '\u0570', // h
0x4a: '\u0573', // j
0x4b: '\u0584', // k
0x4c: '\u056c', // l
0xba: '\u0569', // ;
0xde: '\u0583', // '
0x0d: '\u000d', // [return]
0x5a: '\u0566', // z
0x58: '\u0581', // x
0x43: '\u0563', // c
0x56: '\u0582', // v
0x42: '\u057a', // b
0x4e: '\u0576', // n
0x4d: '\u0574', // m
0xbc: '\u0577', // ,
0xbe: '\u0572', // .
0xbf: '\u056e', // /
0x20: '\u0020' // [space]
},
mapShift: {
0xc0: '\u055c', // `
0x31: '1', // 1
0x32: '\u0541', // 2
0x33: '\u0545', // 3
0x34: '3', // 4
0x35: '4', // 5
0x36: '9', // 6
0x37: '\u0587', // 7
0x38: '(', // 8
0x39: ')', // 9
0x30: '\u0555', // 0
0xbd: '\u054c', // -
0xbb: '\u053a', // =
0x51: '\u053d', // q
0x57: '\u054e', // w
0x45: '\u0537', // e
0x52: '\u0550', // r
0x54: '\u0534', // t
0x59: '\u0535', // y
0x55: '\u0538', // u
0x49: '\u053b', // i
0x4f: '\u0548', // o
0x50: '\u0532', // p
0xdb: '\u0549', // [
0xdd: '\u054b', // ]
0xdc: '\u055e', // \
0x41: '\u0531', // a
0x53: '\u054d', // s
0x44: '\u054f', // d
0x46: '\u0556', // f
0x47: '\u053f', // g
0x48: '\u0540', // h
0x4a: '\u0543', // j
0x4b: '\u0554', // k
0x4c: '\u053c', // l
0xba: '\u0539', // ;
0xde: '\u0553', // '
0x0d: '\u000d', // [return]
0x5a: '\u0536', // z
0x58: '\u0551', // x
0x43: '\u0533', // c
0x56: '\u0552', // v
0x42: '\u054a', // b
0x4e: '\u0546', // n
0x4d: '\u0544', // m
0xbc: '\u0547', // ,
0xbe: '\u0542', // .
0xbf: '\u053e', // /
0x20: '\u0020' // [space]
}
}
});
</pre>
</body>
</html>
|
tpl/css/pagination.css | xpressengine/xe-module-textyle | @charset "utf-8";
/* NHN (developers@xpressengine.com) */
/* Pagination Reset */
.pagination{padding:15px 0;margin:0;text-align:center}
.pagination.aLeft{text-align:left}
.pagination.aRight{text-align:right}
.pagination *{margin:0;padding:0}
.pagination img{border:0}
.pagination a,
.pagination strong{position:relative;display:inline-block;text-decoration:none;line-height:normal;color:#333;font-family:Tahoma, Sans-serif;vertical-align:middle}
.pagination a:hover,
.pagination a:active,
.pagination a:focus{background-color:#f4f4f4 !important}
.pagination strong{color:#ff6600 !important}
.pagination a.prev,
.pagination a.prevEnd,
.pagination a.next,
.pagination a.nextEnd{font-weight:normal !important;border:none !important;margin:0 !important;white-space:nowrap}
/* Pagination Textyle */
.pagination a,
.pagination strong{margin:0 2px;padding:1px 2px;font-size:12px}
.pagination a.prev,
.pagination a.prevEnd,
.pagination a.next,
.pagination a.nextEnd{display:inline-block;width:18px;height:19px;padding:0;margin:0;background-image:url(../img/buttonPagination.gif);background-repeat:no-repeat}
.pagination a.prev,
.pagination a.prevEnd{background-position:left top;margin-right:5px !important}
.pagination a.next,
.pagination a.nextEnd{background-position:right top;margin-left:5px !important}
.pagination a.prev span,
.pagination a.prevEnd span,
.pagination a.next span,
.pagination a.nextEnd span{position:absolute;width:0;height:0;overflow:hidden;visibility:hidden;font-size:0;line-height:0}
.pagination a:hover,
.pagination a:active,
.pagination a:focus{background-color:#f4f4f4 !important;border:1px solid #ececec;margin:-1px 1px;-moz-border-radius:2px;-webkit-border-radius:2px}
|
site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/class-use/EqualsHashCodeCheck.html | guharoytamajit/checkstyle | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_65) on Mon Feb 03 22:27:04 EST 2014 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Uses of Class com.puppycrawl.tools.checkstyle.checks.coding.EqualsHashCodeCheck (checkstyle 5.7 API)
</TITLE>
<META NAME="date" CONTENT="2014-02-03">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class com.puppycrawl.tools.checkstyle.checks.coding.EqualsHashCodeCheck (checkstyle 5.7 API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../com/puppycrawl/tools/checkstyle/checks/coding/EqualsHashCodeCheck.html" title="class in com.puppycrawl.tools.checkstyle.checks.coding"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../../index.html?com/puppycrawl/tools/checkstyle/checks/coding//class-useEqualsHashCodeCheck.html" target="_top"><B>FRAMES</B></A>
<A HREF="EqualsHashCodeCheck.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Class<br>com.puppycrawl.tools.checkstyle.checks.coding.EqualsHashCodeCheck</B></H2>
</CENTER>
No usage of com.puppycrawl.tools.checkstyle.checks.coding.EqualsHashCodeCheck
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../com/puppycrawl/tools/checkstyle/checks/coding/EqualsHashCodeCheck.html" title="class in com.puppycrawl.tools.checkstyle.checks.coding"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../../index.html?com/puppycrawl/tools/checkstyle/checks/coding//class-useEqualsHashCodeCheck.html" target="_top"><B>FRAMES</B></A>
<A HREF="EqualsHashCodeCheck.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
Copyright © 2001-2014. All Rights Reserved.
</BODY>
</HTML>
|
src/abilian/web/templates/widgets/fieldlist_view.html | abilian/abilian-core | {%- for entry in field.entries %}
<div class="row">{{ entry.data }}</div>
{%- endfor %}
|
3rdparty/mockito-1.8.5/javadoc/org/mockito/internal/debugging/WarningsPrinterImpl.html | cacheonix/cacheonix-core | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_22) on Mon May 24 23:03:14 CEST 2010 -->
<TITLE>
WarningsPrinterImpl (Mockito API)
</TITLE>
<META NAME="keywords" CONTENT="org.mockito.internal.debugging.WarningsPrinterImpl class">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="WarningsPrinterImpl (Mockito API)";
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/WarningsPrinterImpl.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../org/mockito/internal/debugging/WarningsFinder.html" title="class in org.mockito.internal.debugging"><B>PREV CLASS</B></A>
NEXT CLASS</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?org/mockito/internal/debugging/WarningsPrinterImpl.html" target="_top"><B>FRAMES</B></A>
<A HREF="WarningsPrinterImpl.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
org.mockito.internal.debugging</FONT>
<BR>
Class WarningsPrinterImpl</H2>
<PRE>
java.lang.Object
<IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.mockito.internal.debugging.WarningsPrinterImpl</B>
</PRE>
<HR>
<DL>
<DT><PRE>public class <B>WarningsPrinterImpl</B><DT>extends java.lang.Object</DL>
</PRE>
<P>
<HR>
<P>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<A NAME="constructor_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Constructor Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../org/mockito/internal/debugging/WarningsPrinterImpl.html#WarningsPrinterImpl(java.util.List, java.util.List)">WarningsPrinterImpl</A></B>(java.util.List<<A HREF="../../../../org/mockito/internal/invocation/Invocation.html" title="class in org.mockito.internal.invocation">Invocation</A>> unusedStubs,
java.util.List<<A HREF="../../../../org/mockito/internal/invocation/InvocationMatcher.html" title="class in org.mockito.internal.invocation">InvocationMatcher</A>> unstubbedInvocations)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../org/mockito/internal/debugging/WarningsPrinterImpl.html#WarningsPrinterImpl(java.util.List, java.util.List, boolean)">WarningsPrinterImpl</A></B>(java.util.List<<A HREF="../../../../org/mockito/internal/invocation/Invocation.html" title="class in org.mockito.internal.invocation">Invocation</A>> unusedStubs,
java.util.List<<A HREF="../../../../org/mockito/internal/invocation/InvocationMatcher.html" title="class in org.mockito.internal.invocation">InvocationMatcher</A>> allInvocations,
boolean warnAboutUnstubbed)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Method Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/mockito/internal/debugging/WarningsPrinterImpl.html#print()">print</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/mockito/internal/debugging/WarningsPrinterImpl.html#print(org.mockito.internal.util.MockitoLogger)">print</A></B>(<A HREF="../../../../org/mockito/internal/util/MockitoLogger.html" title="interface in org.mockito.internal.util">MockitoLogger</A> logger)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
</TR>
</TABLE>
<P>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<A NAME="constructor_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="WarningsPrinterImpl(java.util.List, java.util.List)"><!-- --></A><H3>
WarningsPrinterImpl</H3>
<PRE>
public <B>WarningsPrinterImpl</B>(java.util.List<<A HREF="../../../../org/mockito/internal/invocation/Invocation.html" title="class in org.mockito.internal.invocation">Invocation</A>> unusedStubs,
java.util.List<<A HREF="../../../../org/mockito/internal/invocation/InvocationMatcher.html" title="class in org.mockito.internal.invocation">InvocationMatcher</A>> unstubbedInvocations)</PRE>
<DL>
</DL>
<HR>
<A NAME="WarningsPrinterImpl(java.util.List, java.util.List, boolean)"><!-- --></A><H3>
WarningsPrinterImpl</H3>
<PRE>
public <B>WarningsPrinterImpl</B>(java.util.List<<A HREF="../../../../org/mockito/internal/invocation/Invocation.html" title="class in org.mockito.internal.invocation">Invocation</A>> unusedStubs,
java.util.List<<A HREF="../../../../org/mockito/internal/invocation/InvocationMatcher.html" title="class in org.mockito.internal.invocation">InvocationMatcher</A>> allInvocations,
boolean warnAboutUnstubbed)</PRE>
<DL>
</DL>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="print(org.mockito.internal.util.MockitoLogger)"><!-- --></A><H3>
print</H3>
<PRE>
public void <B>print</B>(<A HREF="../../../../org/mockito/internal/util/MockitoLogger.html" title="interface in org.mockito.internal.util">MockitoLogger</A> logger)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="print()"><!-- --></A><H3>
print</H3>
<PRE>
public java.lang.String <B>print</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/WarningsPrinterImpl.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../org/mockito/internal/debugging/WarningsFinder.html" title="class in org.mockito.internal.debugging"><B>PREV CLASS</B></A>
NEXT CLASS</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?org/mockito/internal/debugging/WarningsPrinterImpl.html" target="_top"><B>FRAMES</B></A>
<A HREF="WarningsPrinterImpl.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.