text
stringlengths 2
1.05M
| repo_name
stringlengths 5
101
| path
stringlengths 4
991
| language
stringclasses 3
values | license
stringclasses 5
values | size
int64 2
1.05M
|
---|---|---|---|---|---|
{% extends "bootstrap/base.html" %}
{% block styles %}
{{super()}}
<link rel="stylesheet" href="{{ url_for('.static', filename='css/style.css') }}">
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
<link href="http://fonts.googleapis.com/css?family=Arvo:400,700" rel="stylesheet" type="text/css">
{% endblock %}
{% block title %}{{ config.SITENAME }}{% endblock %}
{% block content %}
{% include "navbar.html" %}
<div class="container">
{% with messages = get_flashed_messages(with_categories=true) %}
{% if messages %}
{% for category, message in messages %}
<div class="alert alert-{{ category }}">
<button type="button" class="close" data-dismiss="alert">×</button>
<strong>{{ message }}</strong>
</div>
{% endfor %}
{% endif %}
{% endwith %}
<h1>Rules</h1>
<ul>
<li>Tipps kรถnnen bis <strong>24 Uhr</strong> jeweils vor Spielbeginn abgegeben werden</li>
<li>Sobald die folgenden Runden feststehen, erscheinen sie unter "Rounds"
</ul>
<dl class="dl-horizontal">
<dt>Richtiges Ergebniss</dt>
<dd>5 Punkte</dd>
<dt>Richtiges Torverhältniss</dt>
<dd>4 Punkte</dd>
<dt>Richtige Tendenz</dt>
<dd>3 Punkte</dd>
</div>
{% endblock %}
| xsteadfastx/praeger | app/templates/rules.html | HTML | mit | 1,238 |
<div ng-controller="LoginCtrl">
<div ng-controller="FacebookCtrl">
<p>This is the partial Facebook</p>
<button ng-click="login()">Login con face</button>
<button ng-click="logout()">Logout con face</button>
</div>
<div ng-controller="LinkedInCtrl">
<p>This is the partial LinkedIn</p>
<button ng-click="login()">Login con linkedin</button>
<button ng-click="logout()">Logout con linkedin</button>
</div>
</div> | fmaceachen/angularFacebookLinkedin | app/partials/home.html | HTML | mit | 475 |
<!DOCTYPE html>
<html>
<head>
<title>Inline editing</title>
<meta charset="utf-8">
<link href="../content/shared/styles/examples-offline.css" rel="stylesheet">
<link href="../../styles/kendo.common.min.css" rel="stylesheet">
<link href="../../styles/kendo.rtl.min.css" rel="stylesheet">
<link href="../../styles/kendo.default.min.css" rel="stylesheet">
<link href="../../styles/kendo.default.mobile.min.css" rel="stylesheet">
<script src="../../js/jquery.min.js"></script>
<script src="../../js/jszip.min.js"></script>
<script src="../../js/kendo.all.min.js"></script>
<script src="../content/shared/js/console.js"></script>
<script>
</script>
</head>
<body>
<a class="offline-button" href="../index.html">Back</a>
<div id="example">
<div id="grid"></div>
<script>
$(document).ready(function () {
var crudServiceBaseUrl = "//demos.telerik.com/kendo-ui/service",
dataSource = new kendo.data.DataSource({
transport: {
read: {
url: crudServiceBaseUrl + "/Products",
dataType: "jsonp"
},
update: {
url: crudServiceBaseUrl + "/Products/Update",
dataType: "jsonp"
},
destroy: {
url: crudServiceBaseUrl + "/Products/Destroy",
dataType: "jsonp"
},
create: {
url: crudServiceBaseUrl + "/Products/Create",
dataType: "jsonp"
},
parameterMap: function(options, operation) {
if (operation !== "read" && options.models) {
return {models: kendo.stringify(options.models)};
}
}
},
batch: true,
pageSize: 20,
schema: {
model: {
id: "ProductID",
fields: {
ProductID: { editable: false, nullable: true },
ProductName: { validation: { required: true } },
UnitPrice: { type: "number", validation: { required: true, min: 1} },
Discontinued: { type: "boolean" },
UnitsInStock: { type: "number", validation: { min: 0, required: true } }
}
}
}
});
$("#grid").kendoGrid({
dataSource: dataSource,
pageable: true,
height: 550,
toolbar: ["create"],
columns: [
"ProductName",
{ field: "UnitPrice", title: "Unit Price", format: "{0:c}", width: "120px" },
{ field: "UnitsInStock", title:"Units In Stock", width: "120px" },
{ field: "Discontinued", width: "120px" },
{ command: ["edit", "destroy"], title: " ", width: "250px" }],
editable: "inline"
});
});
</script>
</div>
</body>
</html>
| jclementdev/Proto1 | kendoUI/examples/grid/editing-inline.html | HTML | mit | 4,001 |
<html lang="en">
<head>
<title>Offset - Using as</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="Using as">
<meta name="generator" content="makeinfo 4.8">
<link title="Top" rel="start" href="index.html#Top">
<link rel="up" href="Pseudo-Ops.html#Pseudo-Ops" title="Pseudo Ops">
<link rel="prev" href="Octa.html#Octa" title="Octa">
<link rel="next" href="Org.html#Org" title="Org">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
<!--
This file documents the GNU Assembler "as".
Copyright (C) 1991-2017 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3
or any later version published by the Free Software Foundation;
with no Invariant Sections, with no Front-Cover Texts, and with no
Back-Cover Texts. A copy of the license is included in the
section entitled ``GNU Free Documentation License''.
-->
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
pre.display { font-family:inherit }
pre.format { font-family:inherit }
pre.smalldisplay { font-family:inherit; font-size:smaller }
pre.smallformat { font-family:inherit; font-size:smaller }
pre.smallexample { font-size:smaller }
pre.smalllisp { font-size:smaller }
span.sc { font-variant:small-caps }
span.roman { font-family:serif; font-weight:normal; }
span.sansserif { font-family:sans-serif; font-weight:normal; }
--></style>
</head>
<body>
<div class="node">
<p>
<a name="Offset"></a>
Next: <a rel="next" accesskey="n" href="Org.html#Org">Org</a>,
Previous: <a rel="previous" accesskey="p" href="Octa.html#Octa">Octa</a>,
Up: <a rel="up" accesskey="u" href="Pseudo-Ops.html#Pseudo-Ops">Pseudo Ops</a>
<hr>
</div>
<h3 class="section">7.63 <code>.offset </code><var>loc</var></h3>
<p><a name="index-g_t_0040code_007boffset_007d-directive-421"></a>Set the location counter to <var>loc</var> in the absolute section. <var>loc</var> must
be an absolute expression. This directive may be useful for defining
symbols with absolute values. Do not confuse it with the <code>.org</code>
directive.
</body></html>
| ChangsoonKim/STM32F7DiscTutor | toolchain/osx/gcc-arm-none-eabi-6-2017-q1-update/share/doc/gcc-arm-none-eabi/html/as.html/Offset.html | HTML | mit | 2,263 |
<!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.4.2_05) on Fri Dec 23 12:54:35 EST 2005 -->
<TITLE>
PageEventTrigger (ATG Java API)
</TITLE>
<META NAME="keywords" CONTENT="atg.userprofiling.PageEventTrigger class">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="PageEventTrigger (ATG Java API)";
}
</SCRIPT>
</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=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../atg/userprofiling/PageEvent.html" title="class in atg.userprofiling"><B>PREV CLASS</B></A>
<A HREF="../../atg/userprofiling/PageEventTriggerDroplet.html" title="class in atg.userprofiling"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../index.html" target="_top"><B>FRAMES</B></A>
<A HREF="PageEventTrigger.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
atg.userprofiling</FONT>
<BR>
Class PageEventTrigger</H2>
<PRE>
java.lang.Object
<IMG SRC="../../resources/inherit.gif" ALT="extended by"><B>atg.userprofiling.PageEventTrigger</B>
</PRE>
<HR>
<DL>
<DT>public class <B>PageEventTrigger</B><DT>extends java.lang.Object</DL>
<P>
This class is used to fire events/messages when pages are viewed, or
certain links are clicked
<p>
For PageViewedEvents, both the D4 style events will be
fired (if sendD4StyleEvents is set to true in Nucleus.properties) as
well as the JMS Message,
<code>atg.userprofiling.dms.PageVisitMessage</code>
<p>
For ClickThroughMessages, only the JMS Message will be sent. There is no
corresponding D4 style event that is fired.
<P>
<P>
<DL>
</DL>
<HR>
<P>
<!-- ======== NESTED CLASS SUMMARY ======== -->
<!-- =========== FIELD SUMMARY =========== -->
<A NAME="field_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Field Summary</B></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../atg/userprofiling/PageEventTrigger.html#CLASS_VERSION">CLASS_VERSION</A></B></CODE>
<BR>
Class version string</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../atg/userprofiling/PageEventTrigger.html#SCENARIO_PATH_INFO_SEPARATOR">SCENARIO_PATH_INFO_SEPARATOR</A></B></CODE>
<BR>
The separator for the scenario path info</TD>
</TR>
</TABLE>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<A NAME="constructor_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Constructor Summary</B></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../atg/userprofiling/PageEventTrigger.html#PageEventTrigger()">PageEventTrigger</A></B>()</CODE>
<BR>
Constructs an instanceof PageEventTrigger</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">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Method Summary</B></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../atg/userprofiling/PageEventTrigger.html#getClickThroughProfileIdParameter()">getClickThroughProfileIdParameter</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../atg/userprofiling/PageEventTrigger.html#getClickThroughReferrerParameter()">getClickThroughReferrerParameter</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../atg/userprofiling/PageEventTrigger.html#getClickThroughSourceParameter()">getClickThroughSourceParameter</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> atg.service.event.EventDistributor</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../atg/userprofiling/PageEventTrigger.html#getDistributor()">getDistributor</A></B>()</CODE>
<BR>
The EventDistributor to send fired events to.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> atg.userprofiling.dms.DPSMessageSource</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../atg/userprofiling/PageEventTrigger.html#getMessageSource()">getMessageSource</A></B>()</CODE>
<BR>
Returns property messageSource</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.lang.String[]</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../atg/userprofiling/PageEventTrigger.html#getNoPageEventMimeTypes()">getNoPageEventMimeTypes</A></B>()</CODE>
<BR>
Returns property noPageEventMimeTypes</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> long</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../atg/userprofiling/PageEventTrigger.html#getNumClickThroughEvents()">getNumClickThroughEvents</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> long</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../atg/userprofiling/PageEventTrigger.html#getNumPageViewedEvents()">getNumPageViewedEvents</A></B>()</CODE>
<BR>
Returns property NumPageViewedEvents</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../atg/userprofiling/PageEventTrigger.html#getProfilePath()">getProfilePath</A></B>()</CODE>
<BR>
Returns property ProfilePath</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../atg/userprofiling/PageEventTrigger.html#getRequestPageName(atg.servlet.DynamoHttpServletRequest, boolean)">getRequestPageName</A></B>(<A HREF="../../atg/servlet/DynamoHttpServletRequest.html" title="class in atg.servlet">DynamoHttpServletRequest</A> pRequest,
boolean pRemoveQueryArgs)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../atg/userprofiling/PageEventTrigger.html#getSourceNameDelimiter()">getSourceNameDelimiter</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../atg/userprofiling/PageEventTrigger.html#getUsePathInfo()">getUsePathInfo</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../atg/service/webappregistry/WebAppRegistry.html" title="class in atg.service.webappregistry">WebAppRegistry</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../atg/userprofiling/PageEventTrigger.html#getWebAppRegistry()">getWebAppRegistry</A></B>()</CODE>
<BR>
Get property <code>WebAppRegistry</code></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../atg/userprofiling/PageEventTrigger.html#isNoIncludedPages()">isNoIncludedPages</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../atg/userprofiling/PageEventTrigger.html#isNoRedirectedPages()">isNoRedirectedPages</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../atg/userprofiling/PageEventTrigger.html#isRemoveClickThroughURIArguments()">isRemoveClickThroughURIArguments</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../atg/userprofiling/PageEventTrigger.html#isRemoveURIArguments()">isRemoveURIArguments</A></B>()</CODE>
<BR>
Returns property RemoveURIArguments</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../atg/userprofiling/PageEventTrigger.html#sendClickThroughEvent(atg.servlet.DynamoHttpServletRequest)">sendClickThroughEvent</A></B>(<A HREF="../../atg/servlet/DynamoHttpServletRequest.html" title="class in atg.servlet">DynamoHttpServletRequest</A> pRequest)</CODE>
<BR>
Sends a click through event using the parameters defined
in <code>pRequest</code>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../atg/userprofiling/PageEventTrigger.html#sendClickThroughEvent(atg.servlet.DynamoHttpServletRequest, java.lang.String[])">sendClickThroughEvent</A></B>(<A HREF="../../atg/servlet/DynamoHttpServletRequest.html" title="class in atg.servlet">DynamoHttpServletRequest</A> pRequest,
java.lang.String[] pSourceNames)</CODE>
<BR>
This sends a ClickThroughMessage using the current request and the
value of the source parameter.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../atg/userprofiling/PageEventTrigger.html#sendClickThroughEvent(atg.servlet.DynamoHttpServletRequest, java.lang.String, java.lang.String, java.lang.String[])">sendClickThroughEvent</A></B>(<A HREF="../../atg/servlet/DynamoHttpServletRequest.html" title="class in atg.servlet">DynamoHttpServletRequest</A> pRequest,
java.lang.String pSourcePath,
java.lang.String pDestinationPath,
java.lang.String[] pSourceNames)</CODE>
<BR>
Sends a ClickThroughMessage using the method arguments.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../atg/userprofiling/PageEventTrigger.html#sendClickThroughEvent(atg.servlet.DynamoHttpServletRequest, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String[])">sendClickThroughEvent</A></B>(<A HREF="../../atg/servlet/DynamoHttpServletRequest.html" title="class in atg.servlet">DynamoHttpServletRequest</A> pRequest,
java.lang.String pSourcePath,
java.lang.String pDestinationPath,
java.lang.String pSourceScenarioPathInfo,
java.lang.String pDestinationScenarioPathInfo,
java.lang.String[] pSourceNames)</CODE>
<BR>
Sends a ClickThroughMessage using the method arguments.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../atg/userprofiling/PageEventTrigger.html#sendClickThroughEvent(java.lang.String, java.lang.String, java.lang.String[], java.lang.String)">sendClickThroughEvent</A></B>(java.lang.String pSourcePath,
java.lang.String pDestinationPath,
java.lang.String[] pSourceNames,
java.lang.String pProfileId)</CODE>
<BR>
Sends a ClickThroughMessage</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../atg/userprofiling/PageEventTrigger.html#sendClickThroughEvent(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String[], atg.repository.RepositoryItem, java.lang.String, java.lang.String)">sendClickThroughEvent</A></B>(java.lang.String pSourcePath,
java.lang.String pDestinationPath,
java.lang.String pSourceScenarioPathInfo,
java.lang.String pDestinationScenarioPathInfo,
java.lang.String[] pSourceNames,
<A HREF="../../atg/repository/RepositoryItem.html" title="interface in atg.repository">RepositoryItem</A> pProfile,
java.lang.String pSessionId,
java.lang.String pParentSessionId)</CODE>
<BR>
Sends a ClickThroughMessage</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../atg/userprofiling/PageEventTrigger.html#sendClickThroughEvent(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String[], java.lang.String)">sendClickThroughEvent</A></B>(java.lang.String pSourcePath,
java.lang.String pDestinationPath,
java.lang.String pSourceScenarioPathInfo,
java.lang.String pDestinationScenarioPathInfo,
java.lang.String[] pSourceNames,
java.lang.String pProfileId)</CODE>
<BR>
Sends a ClickThroughMessage</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../atg/userprofiling/PageEventTrigger.html#sendClickThroughEvent(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String[], java.lang.String, java.lang.String, java.lang.String)">sendClickThroughEvent</A></B>(java.lang.String pSourcePath,
java.lang.String pDestinationPath,
java.lang.String pSourceScenarioPathInfo,
java.lang.String pDestinationScenarioPathInfo,
java.lang.String[] pSourceNames,
java.lang.String pProfileId,
java.lang.String pSessionId,
java.lang.String pParentSessionId)</CODE>
<BR>
Sends a ClickThroughMessage</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../atg/userprofiling/PageEventTrigger.html#sendPageViewedEvent(atg.servlet.DynamoHttpServletRequest)">sendPageViewedEvent</A></B>(<A HREF="../../atg/servlet/DynamoHttpServletRequest.html" title="class in atg.servlet">DynamoHttpServletRequest</A> pRequest)</CODE>
<BR>
Send a page viewed event.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../atg/userprofiling/PageEventTrigger.html#sendPageViewedEvent(java.lang.String)">sendPageViewedEvent</A></B>(java.lang.String pPageName)</CODE>
<BR>
Send a page viewed event with out attached request, session, or
profile properties</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../atg/userprofiling/PageEventTrigger.html#sendPageViewedEvent(java.lang.String, java.lang.String, atg.servlet.DynamoHttpServletRequest)">sendPageViewedEvent</A></B>(java.lang.String pPageName,
java.lang.String pScenarioPathInfo,
<A HREF="../../atg/servlet/DynamoHttpServletRequest.html" title="class in atg.servlet">DynamoHttpServletRequest</A> pRequest)</CODE>
<BR>
Send a page viewed event.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../atg/userprofiling/PageEventTrigger.html#sendPageViewedEvent(java.lang.String, java.lang.String, atg.servlet.DynamoHttpServletRequest, javax.servlet.http.HttpSession, atg.repository.RepositoryItem)">sendPageViewedEvent</A></B>(java.lang.String pPageName,
java.lang.String pScenarioPathInfo,
<A HREF="../../atg/servlet/DynamoHttpServletRequest.html" title="class in atg.servlet">DynamoHttpServletRequest</A> pRequest,
javax.servlet.http.HttpSession pSession,
<A HREF="../../atg/repository/RepositoryItem.html" title="interface in atg.repository">RepositoryItem</A> pProfile)</CODE>
<BR>
Send a page viewed event with the given information.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../atg/userprofiling/PageEventTrigger.html#setClickThroughProfileIdParameter(java.lang.String)">setClickThroughProfileIdParameter</A></B>(java.lang.String pClickThroughProfileIdParameter)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../atg/userprofiling/PageEventTrigger.html#setClickThroughReferrerParameter(java.lang.String)">setClickThroughReferrerParameter</A></B>(java.lang.String pClickThroughReferrerParameter)</CODE>
<BR>
Sets the name of the request parameter that is used to identify the
source path of the referring page.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../atg/userprofiling/PageEventTrigger.html#setClickThroughSourceParameter(java.lang.String)">setClickThroughSourceParameter</A></B>(java.lang.String pClickThroughSourceParameter)</CODE>
<BR>
Sets the name of the source parameter that will be used to generate
ClickThroughMessages</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../atg/userprofiling/PageEventTrigger.html#setDistributor(atg.service.event.EventDistributor)">setDistributor</A></B>(atg.service.event.EventDistributor pValue)</CODE>
<BR>
The EventDistributor to send fired events to.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../atg/userprofiling/PageEventTrigger.html#setMessageSource(atg.userprofiling.dms.DPSMessageSource)">setMessageSource</A></B>(atg.userprofiling.dms.DPSMessageSource pMessageSource)</CODE>
<BR>
Sets property messageSource</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../atg/userprofiling/PageEventTrigger.html#setNoIncludedPages(boolean)">setNoIncludedPages</A></B>(boolean pNoIncludedPages)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../atg/userprofiling/PageEventTrigger.html#setNoPageEventMimeTypes(java.lang.String[])">setNoPageEventMimeTypes</A></B>(java.lang.String[] pNoPageEventMimeTypes)</CODE>
<BR>
Sets property noPageEventMimeTypes</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../atg/userprofiling/PageEventTrigger.html#setNoRedirectedPages(boolean)">setNoRedirectedPages</A></B>(boolean pNoRedirectedPages)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../atg/userprofiling/PageEventTrigger.html#setProfilePath(java.lang.String)">setProfilePath</A></B>(java.lang.String pProfilePath)</CODE>
<BR>
Sets property ProfilePath</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../atg/userprofiling/PageEventTrigger.html#setRemoveClickThroughURIArguments(boolean)">setRemoveClickThroughURIArguments</A></B>(boolean pRemoveClickThroughURIArguments)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../atg/userprofiling/PageEventTrigger.html#setRemoveURIArguments(boolean)">setRemoveURIArguments</A></B>(boolean pRemoveURIArguments)</CODE>
<BR>
Sets property RemoveURIArguments</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../atg/userprofiling/PageEventTrigger.html#setSourceNameDelimiter(java.lang.String)">setSourceNameDelimiter</A></B>(java.lang.String pSourceNameDelimiter)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../atg/userprofiling/PageEventTrigger.html#setUsePathInfo(boolean)">setUsePathInfo</A></B>(boolean pUsePathInfo)</CODE>
<BR>
Sets the property UsePathInfo.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../atg/userprofiling/PageEventTrigger.html#setWebAppRegistry(atg.service.webappregistry.WebAppRegistry)">setWebAppRegistry</A></B>(<A HREF="../../atg/service/webappregistry/WebAppRegistry.html" title="class in atg.service.webappregistry">WebAppRegistry</A> pWebAppRegistry)</CODE>
<BR>
Set property <code>WebAppRegistry</code></TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TD><B>Methods inherited from class java.lang.Object</B></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
</TR>
</TABLE>
<P>
<!-- ============ FIELD DETAIL =========== -->
<A NAME="field_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Field Detail</B></FONT></TD>
</TR>
</TABLE>
<A NAME="CLASS_VERSION"><!-- --></A><H3>
CLASS_VERSION</H3>
<PRE>
public static java.lang.String <B>CLASS_VERSION</B></PRE>
<DL>
<DD>Class version string
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="SCENARIO_PATH_INFO_SEPARATOR"><!-- --></A><H3>
SCENARIO_PATH_INFO_SEPARATOR</H3>
<PRE>
public static final java.lang.String <B>SCENARIO_PATH_INFO_SEPARATOR</B></PRE>
<DL>
<DD>The separator for the scenario path info
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../constant-values.html#atg.userprofiling.PageEventTrigger.SCENARIO_PATH_INFO_SEPARATOR">Constant Field Values</A></DL>
</DL>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<A NAME="constructor_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TD>
</TR>
</TABLE>
<A NAME="PageEventTrigger()"><!-- --></A><H3>
PageEventTrigger</H3>
<PRE>
public <B>PageEventTrigger</B>()</PRE>
<DL>
<DD>Constructs an instanceof PageEventTrigger
<P>
</DL>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Method Detail</B></FONT></TD>
</TR>
</TABLE>
<A NAME="setWebAppRegistry(atg.service.webappregistry.WebAppRegistry)"><!-- --></A><H3>
setWebAppRegistry</H3>
<PRE>
public void <B>setWebAppRegistry</B>(<A HREF="../../atg/service/webappregistry/WebAppRegistry.html" title="class in atg.service.webappregistry">WebAppRegistry</A> pWebAppRegistry)</PRE>
<DL>
<DD>Set property <code>WebAppRegistry</code>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>pWebAppRegistry</CODE> - new value to set</DL>
</DD>
</DL>
<HR>
<A NAME="getWebAppRegistry()"><!-- --></A><H3>
getWebAppRegistry</H3>
<PRE>
public <A HREF="../../atg/service/webappregistry/WebAppRegistry.html" title="class in atg.service.webappregistry">WebAppRegistry</A> <B>getWebAppRegistry</B>()</PRE>
<DL>
<DD>Get property <code>WebAppRegistry</code>
<P>
<DD><DL>
<DT><B>Returns:</B><DD><code>WebAppRegistry</code></DL>
</DD>
</DL>
<HR>
<A NAME="setDistributor(atg.service.event.EventDistributor)"><!-- --></A><H3>
setDistributor</H3>
<PRE>
public void <B>setDistributor</B>(atg.service.event.EventDistributor pValue)</PRE>
<DL>
<DD>The EventDistributor to send fired events to.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getDistributor()"><!-- --></A><H3>
getDistributor</H3>
<PRE>
public atg.service.event.EventDistributor <B>getDistributor</B>()</PRE>
<DL>
<DD>The EventDistributor to send fired events to.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setClickThroughSourceParameter(java.lang.String)"><!-- --></A><H3>
setClickThroughSourceParameter</H3>
<PRE>
public void <B>setClickThroughSourceParameter</B>(java.lang.String pClickThroughSourceParameter)</PRE>
<DL>
<DD>Sets the name of the source parameter that will be used to generate
ClickThroughMessages
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getClickThroughSourceParameter()"><!-- --></A><H3>
getClickThroughSourceParameter</H3>
<PRE>
public java.lang.String <B>getClickThroughSourceParameter</B>()</PRE>
<DL>
<DD><DL>
<DT><B>Returns:</B><DD>the name of the source request parameter that is used
in ClickThroughMessages</DL>
</DD>
</DL>
<HR>
<A NAME="setClickThroughReferrerParameter(java.lang.String)"><!-- --></A><H3>
setClickThroughReferrerParameter</H3>
<PRE>
public void <B>setClickThroughReferrerParameter</B>(java.lang.String pClickThroughReferrerParameter)</PRE>
<DL>
<DD>Sets the name of the request parameter that is used to identify the
source path of the referring page. This is an optional parameter and
if it is not present, the "Referer" HTTP header will be used to
determine the referring page's path
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>pClickThroughReferrerParameter</CODE> - the name of the request parameter
that is used to identify the path of the referring page</DL>
</DD>
</DL>
<HR>
<A NAME="getClickThroughReferrerParameter()"><!-- --></A><H3>
getClickThroughReferrerParameter</H3>
<PRE>
public java.lang.String <B>getClickThroughReferrerParameter</B>()</PRE>
<DL>
<DD><DL>
<DT><B>Returns:</B><DD>the name of the request parameter that is used to identify
the path of the referring page</DL>
</DD>
</DL>
<HR>
<A NAME="setClickThroughProfileIdParameter(java.lang.String)"><!-- --></A><H3>
setClickThroughProfileIdParameter</H3>
<PRE>
public void <B>setClickThroughProfileIdParameter</B>(java.lang.String pClickThroughProfileIdParameter)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getClickThroughProfileIdParameter()"><!-- --></A><H3>
getClickThroughProfileIdParameter</H3>
<PRE>
public java.lang.String <B>getClickThroughProfileIdParameter</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setProfilePath(java.lang.String)"><!-- --></A><H3>
setProfilePath</H3>
<PRE>
public void <B>setProfilePath</B>(java.lang.String pProfilePath)</PRE>
<DL>
<DD>Sets property ProfilePath
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getProfilePath()"><!-- --></A><H3>
getProfilePath</H3>
<PRE>
public java.lang.String <B>getProfilePath</B>()</PRE>
<DL>
<DD>Returns property ProfilePath
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getNumPageViewedEvents()"><!-- --></A><H3>
getNumPageViewedEvents</H3>
<PRE>
public long <B>getNumPageViewedEvents</B>()</PRE>
<DL>
<DD>Returns property NumPageViewedEvents
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getNumClickThroughEvents()"><!-- --></A><H3>
getNumClickThroughEvents</H3>
<PRE>
public long <B>getNumClickThroughEvents</B>()</PRE>
<DL>
<DD><DL>
<DT><B>Returns:</B><DD>the number of ClickThroughMessages that have been
sent</DL>
</DD>
</DL>
<HR>
<A NAME="setRemoveURIArguments(boolean)"><!-- --></A><H3>
setRemoveURIArguments</H3>
<PRE>
public void <B>setRemoveURIArguments</B>(boolean pRemoveURIArguments)</PRE>
<DL>
<DD>Sets property RemoveURIArguments
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="isRemoveURIArguments()"><!-- --></A><H3>
isRemoveURIArguments</H3>
<PRE>
public boolean <B>isRemoveURIArguments</B>()</PRE>
<DL>
<DD>Returns property RemoveURIArguments
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setUsePathInfo(boolean)"><!-- --></A><H3>
setUsePathInfo</H3>
<PRE>
public void <B>setUsePathInfo</B>(boolean pUsePathInfo)</PRE>
<DL>
<DD>Sets the property UsePathInfo.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>pUsePathInfo</CODE> - new value to set</DL>
</DD>
</DL>
<HR>
<A NAME="getUsePathInfo()"><!-- --></A><H3>
getUsePathInfo</H3>
<PRE>
public boolean <B>getUsePathInfo</B>()</PRE>
<DL>
<DD><DL>
<DT><B>Returns:</B><DD>The value of the property UsePathInfo.</DL>
</DD>
</DL>
<HR>
<A NAME="setMessageSource(atg.userprofiling.dms.DPSMessageSource)"><!-- --></A><H3>
setMessageSource</H3>
<PRE>
public void <B>setMessageSource</B>(atg.userprofiling.dms.DPSMessageSource pMessageSource)</PRE>
<DL>
<DD>Sets property messageSource
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getMessageSource()"><!-- --></A><H3>
getMessageSource</H3>
<PRE>
public atg.userprofiling.dms.DPSMessageSource <B>getMessageSource</B>()</PRE>
<DL>
<DD>Returns property messageSource
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setNoPageEventMimeTypes(java.lang.String[])"><!-- --></A><H3>
setNoPageEventMimeTypes</H3>
<PRE>
public void <B>setNoPageEventMimeTypes</B>(java.lang.String[] pNoPageEventMimeTypes)</PRE>
<DL>
<DD>Sets property noPageEventMimeTypes
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getNoPageEventMimeTypes()"><!-- --></A><H3>
getNoPageEventMimeTypes</H3>
<PRE>
public java.lang.String[] <B>getNoPageEventMimeTypes</B>()</PRE>
<DL>
<DD>Returns property noPageEventMimeTypes
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setSourceNameDelimiter(java.lang.String)"><!-- --></A><H3>
setSourceNameDelimiter</H3>
<PRE>
public void <B>setSourceNameDelimiter</B>(java.lang.String pSourceNameDelimiter)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getSourceNameDelimiter()"><!-- --></A><H3>
getSourceNameDelimiter</H3>
<PRE>
public java.lang.String <B>getSourceNameDelimiter</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setRemoveClickThroughURIArguments(boolean)"><!-- --></A><H3>
setRemoveClickThroughURIArguments</H3>
<PRE>
public void <B>setRemoveClickThroughURIArguments</B>(boolean pRemoveClickThroughURIArguments)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="isRemoveClickThroughURIArguments()"><!-- --></A><H3>
isRemoveClickThroughURIArguments</H3>
<PRE>
public boolean <B>isRemoveClickThroughURIArguments</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setNoIncludedPages(boolean)"><!-- --></A><H3>
setNoIncludedPages</H3>
<PRE>
public void <B>setNoIncludedPages</B>(boolean pNoIncludedPages)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="isNoIncludedPages()"><!-- --></A><H3>
isNoIncludedPages</H3>
<PRE>
public boolean <B>isNoIncludedPages</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setNoRedirectedPages(boolean)"><!-- --></A><H3>
setNoRedirectedPages</H3>
<PRE>
public void <B>setNoRedirectedPages</B>(boolean pNoRedirectedPages)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="isNoRedirectedPages()"><!-- --></A><H3>
isNoRedirectedPages</H3>
<PRE>
public boolean <B>isNoRedirectedPages</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="sendClickThroughEvent(atg.servlet.DynamoHttpServletRequest)"><!-- --></A><H3>
sendClickThroughEvent</H3>
<PRE>
public void <B>sendClickThroughEvent</B>(<A HREF="../../atg/servlet/DynamoHttpServletRequest.html" title="class in atg.servlet">DynamoHttpServletRequest</A> pRequest)</PRE>
<DL>
<DD>Sends a click through event using the parameters defined
in <code>pRequest</code>. A Message will not get sent unless <code>
pRequest</code> contains the parameter defined by <code>
getClickThroughSourceParameter</code>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>pRequest</CODE> - the current request object</DL>
</DD>
</DL>
<HR>
<A NAME="sendClickThroughEvent(atg.servlet.DynamoHttpServletRequest, java.lang.String[])"><!-- --></A><H3>
sendClickThroughEvent</H3>
<PRE>
public void <B>sendClickThroughEvent</B>(<A HREF="../../atg/servlet/DynamoHttpServletRequest.html" title="class in atg.servlet">DynamoHttpServletRequest</A> pRequest,
java.lang.String[] pSourceNames)</PRE>
<DL>
<DD>This sends a ClickThroughMessage using the current request and the
value of the source parameter. The remaining properties used
to generate a ClickThroughMessage will be retrieved
from the <code>pRequest</code> Object
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>pRequest</CODE> - the current request<DD><CODE>pSourceNames</CODE> - an array of logical source names</DL>
</DD>
</DL>
<HR>
<A NAME="sendClickThroughEvent(atg.servlet.DynamoHttpServletRequest, java.lang.String, java.lang.String, java.lang.String[])"><!-- --></A><H3>
sendClickThroughEvent</H3>
<PRE>
public void <B>sendClickThroughEvent</B>(<A HREF="../../atg/servlet/DynamoHttpServletRequest.html" title="class in atg.servlet">DynamoHttpServletRequest</A> pRequest,
java.lang.String pSourcePath,
java.lang.String pDestinationPath,
java.lang.String[] pSourceNames)</PRE>
<DL>
<DD>Sends a ClickThroughMessage using the method arguments. The remaining
properties required to create a ClickThroughMessage are retrieved from
the <code>pRequest</code> Object
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>pRequest</CODE> - the current request<DD><CODE>pSourcePath</CODE> - the path info of the referring page<DD><CODE>pDestinationPath</CODE> - the path info of the current request<DD><CODE>pSourceNames</CODE> - an array of logical source names</DL>
</DD>
</DL>
<HR>
<A NAME="sendClickThroughEvent(atg.servlet.DynamoHttpServletRequest, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String[])"><!-- --></A><H3>
sendClickThroughEvent</H3>
<PRE>
public void <B>sendClickThroughEvent</B>(<A HREF="../../atg/servlet/DynamoHttpServletRequest.html" title="class in atg.servlet">DynamoHttpServletRequest</A> pRequest,
java.lang.String pSourcePath,
java.lang.String pDestinationPath,
java.lang.String pSourceScenarioPathInfo,
java.lang.String pDestinationScenarioPathInfo,
java.lang.String[] pSourceNames)</PRE>
<DL>
<DD>Sends a ClickThroughMessage using the method arguments. The remaining
properties required to create a ClickThroughMessage are retrieved from
the <code>pRequest</code> Object
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>pRequest</CODE> - the current request<DD><CODE>pSourcePath</CODE> - the path info of the referring page<DD><CODE>pDestinationPath</CODE> - the path info of the current request<DD><CODE>pSourceScenarioPathInfo</CODE> - the application name and relative path of the source URL<DD><CODE>pDestinationScenarioPathInfo</CODE> - the application name and relative path of the destination URL<DD><CODE>pSourceNames</CODE> - an array of logical source names</DL>
</DD>
</DL>
<HR>
<A NAME="sendClickThroughEvent(java.lang.String, java.lang.String, java.lang.String[], java.lang.String)"><!-- --></A><H3>
sendClickThroughEvent</H3>
<PRE>
public void <B>sendClickThroughEvent</B>(java.lang.String pSourcePath,
java.lang.String pDestinationPath,
java.lang.String[] pSourceNames,
java.lang.String pProfileId)</PRE>
<DL>
<DD>Sends a ClickThroughMessage
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>pSourcePath</CODE> - the path info of the referring page. At this
point it could be a fully qualified URI with protocol, domain name
and URI arguments, but this will be dealt with later<DD><CODE>pDestinationPath</CODE> - the path info of the current request. This
is expected to be the strict pathInfo<DD><CODE>pSourceNames</CODE> - an array of logical source names</DL>
</DD>
</DL>
<HR>
<A NAME="sendClickThroughEvent(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String[], java.lang.String)"><!-- --></A><H3>
sendClickThroughEvent</H3>
<PRE>
public void <B>sendClickThroughEvent</B>(java.lang.String pSourcePath,
java.lang.String pDestinationPath,
java.lang.String pSourceScenarioPathInfo,
java.lang.String pDestinationScenarioPathInfo,
java.lang.String[] pSourceNames,
java.lang.String pProfileId)</PRE>
<DL>
<DD>Sends a ClickThroughMessage
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>pSourcePath</CODE> - the path info of the referring page. At this
point it could be a fully qualified URI with protocol, domain name
and URI arguments, but this will be dealt with later<DD><CODE>pDestinationPath</CODE> - the path info of the current request. This
is expected to be the strict pathInfo<DD><CODE>pSourceScenarioPathInfo</CODE> - the application name and relative path of the source URL<DD><CODE>pDestinationScenarioPathInfo</CODE> - the application name and relative path of the destination URL<DD><CODE>pSourceNames</CODE> - an array of logical source names</DL>
</DD>
</DL>
<HR>
<A NAME="sendClickThroughEvent(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String[], atg.repository.RepositoryItem, java.lang.String, java.lang.String)"><!-- --></A><H3>
sendClickThroughEvent</H3>
<PRE>
public void <B>sendClickThroughEvent</B>(java.lang.String pSourcePath,
java.lang.String pDestinationPath,
java.lang.String pSourceScenarioPathInfo,
java.lang.String pDestinationScenarioPathInfo,
java.lang.String[] pSourceNames,
<A HREF="../../atg/repository/RepositoryItem.html" title="interface in atg.repository">RepositoryItem</A> pProfile,
java.lang.String pSessionId,
java.lang.String pParentSessionId)</PRE>
<DL>
<DD>Sends a ClickThroughMessage
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>pSourcePath</CODE> - the path info of the referring page. At this
point it could be a fully qualified URI with protocol, domain name
and URI arguments, but this will be dealt with later<DD><CODE>pDestinationPath</CODE> - the path info of the current request. This
is expected to be the strict pathInfo<DD><CODE>pSourceScenarioPathInfo</CODE> - the application name and relative path of the source URL<DD><CODE>pDestinationScenarioPathInfo</CODE> - the application name and relative path of the destination URL<DD><CODE>pSourceNames</CODE> - an array of logical source names<DD><CODE>pProfile</CODE> - the Profile RepositoryItem associated with this
clicked link<DD><CODE>pSessionId</CODE> - session id<DD><CODE>pParentSessionId</CODE> - parent session id</DL>
</DD>
</DL>
<HR>
<A NAME="sendClickThroughEvent(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String[], java.lang.String, java.lang.String, java.lang.String)"><!-- --></A><H3>
sendClickThroughEvent</H3>
<PRE>
public void <B>sendClickThroughEvent</B>(java.lang.String pSourcePath,
java.lang.String pDestinationPath,
java.lang.String pSourceScenarioPathInfo,
java.lang.String pDestinationScenarioPathInfo,
java.lang.String[] pSourceNames,
java.lang.String pProfileId,
java.lang.String pSessionId,
java.lang.String pParentSessionId)</PRE>
<DL>
<DD>Sends a ClickThroughMessage
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>pSourcePath</CODE> - the path info of the referring page. At this
point it could be a fully qualified URI with protocol, domain name
and URI arguments, but this will be dealt with later<DD><CODE>pDestinationPath</CODE> - the path info of the current request. This
is expected to be the strict pathInfo<DD><CODE>pSourceScenarioPathInfo</CODE> - the application name and relative path of the source URL<DD><CODE>pDestinationScenarioPathInfo</CODE> - the application name and relative path of the destination URL<DD><CODE>pSourceNames</CODE> - an array of logical source names<DD><CODE>pSessionId</CODE> - session id<DD><CODE>pParentSessionId</CODE> - parent session id</DL>
</DD>
</DL>
<HR>
<A NAME="sendPageViewedEvent(atg.servlet.DynamoHttpServletRequest)"><!-- --></A><H3>
sendPageViewedEvent</H3>
<PRE>
public void <B>sendPageViewedEvent</B>(<A HREF="../../atg/servlet/DynamoHttpServletRequest.html" title="class in atg.servlet">DynamoHttpServletRequest</A> pRequest)</PRE>
<DL>
<DD>Send a page viewed event. The name of the page, session and
profile is extracted out of the request
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getRequestPageName(atg.servlet.DynamoHttpServletRequest, boolean)"><!-- --></A><H3>
getRequestPageName</H3>
<PRE>
public java.lang.String <B>getRequestPageName</B>(<A HREF="../../atg/servlet/DynamoHttpServletRequest.html" title="class in atg.servlet">DynamoHttpServletRequest</A> pRequest,
boolean pRemoveQueryArgs)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="sendPageViewedEvent(java.lang.String)"><!-- --></A><H3>
sendPageViewedEvent</H3>
<PRE>
public void <B>sendPageViewedEvent</B>(java.lang.String pPageName)</PRE>
<DL>
<DD>Send a page viewed event with out attached request, session, or
profile properties
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="sendPageViewedEvent(java.lang.String, java.lang.String, atg.servlet.DynamoHttpServletRequest)"><!-- --></A><H3>
sendPageViewedEvent</H3>
<PRE>
public void <B>sendPageViewedEvent</B>(java.lang.String pPageName,
java.lang.String pScenarioPathInfo,
<A HREF="../../atg/servlet/DynamoHttpServletRequest.html" title="class in atg.servlet">DynamoHttpServletRequest</A> pRequest)</PRE>
<DL>
<DD>Send a page viewed event. The session and profile is extracted out
of the request object if they are available.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="sendPageViewedEvent(java.lang.String, java.lang.String, atg.servlet.DynamoHttpServletRequest, javax.servlet.http.HttpSession, atg.repository.RepositoryItem)"><!-- --></A><H3>
sendPageViewedEvent</H3>
<PRE>
public void <B>sendPageViewedEvent</B>(java.lang.String pPageName,
java.lang.String pScenarioPathInfo,
<A HREF="../../atg/servlet/DynamoHttpServletRequest.html" title="class in atg.servlet">DynamoHttpServletRequest</A> pRequest,
javax.servlet.http.HttpSession pSession,
<A HREF="../../atg/repository/RepositoryItem.html" title="interface in atg.repository">RepositoryItem</A> pProfile)</PRE>
<DL>
<DD>Send a page viewed event with the given information.
<P>
<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=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../atg/userprofiling/PageEvent.html" title="class in atg.userprofiling"><B>PREV CLASS</B></A>
<A HREF="../../atg/userprofiling/PageEventTriggerDroplet.html" title="class in atg.userprofiling"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../index.html" target="_top"><B>FRAMES</B></A>
<A HREF="PageEventTrigger.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
| Smolations/more-dash-docsets | docsets/ATG 2007.1.docset/Contents/Resources/Documents/atg/userprofiling/PageEventTrigger.html | HTML | mit | 53,999 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_111) on Wed Jan 25 17:06:10 EET 2017 -->
<title>ObjectFactory</title>
<meta name="date" content="2017-01-25">
<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="ObjectFactory";
}
}
catch(err) {
}
//-->
var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":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/ObjectFactory.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="../../../../../../../../../ee/ria/dhx/server/types/ee/riik/schemas/dhl_meta_automatic/DhlEmailHeader.html" title="class in ee.ria.dhx.server.types.ee.riik.schemas.dhl_meta_automatic"><span class="typeNameLink">Prev Class</span></a></li>
<li>Next Class</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../../../index.html?ee/ria/dhx/server/types/ee/riik/schemas/dhl_meta_automatic/ObjectFactory.html" target="_top">Frames</a></li>
<li><a href="ObjectFactory.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">ee.ria.dhx.server.types.ee.riik.schemas.dhl_meta_automatic</div>
<h2 title="Class ObjectFactory" class="title">Class ObjectFactory</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>ee.ria.dhx.server.types.ee.riik.schemas.dhl_meta_automatic.ObjectFactory</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <span class="typeNameLabel">ObjectFactory</span>
extends java.lang.Object</pre>
<div class="block">This object contains factory methods for each Java content interface and Java element interface
generated in the ee.riik.schemas.dhl_meta_automatic package.
<p>
An ObjectFactory allows you to programatically construct new instances of the Java representation
for XML content. The Java representation of XML content can consist of schema derived interfaces
and classes representing the binding of schema type definitions, element declarations and model
groups. Factory methods for each of these are provided in this class.</div>
</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="../../../../../../../../../ee/ria/dhx/server/types/ee/riik/schemas/dhl_meta_automatic/ObjectFactory.html#ObjectFactory--">ObjectFactory</a></span>()</code>
<div class="block">Create a new ObjectFactory that can be used to create new instances of schema derived classes
for package: ee.riik.schemas.dhl_meta_automatic</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code><a href="../../../../../../../../../ee/ria/dhx/server/types/ee/riik/schemas/dhl_meta_automatic/DhlEmailHeader.html" title="class in ee.ria.dhx.server.types.ee.riik.schemas.dhl_meta_automatic">DhlEmailHeader</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../../ee/ria/dhx/server/types/ee/riik/schemas/dhl_meta_automatic/ObjectFactory.html#createDhlEmailHeader--">createDhlEmailHeader</a></span>()</code>
<div class="block">Create an instance of <a href="../../../../../../../../../ee/ria/dhx/server/types/ee/riik/schemas/dhl_meta_automatic/DhlEmailHeader.html" title="class in ee.ria.dhx.server.types.ee.riik.schemas.dhl_meta_automatic"><code>DhlEmailHeader</code></a></div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>javax.xml.bind.JAXBElement<java.lang.String></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../../ee/ria/dhx/server/types/ee/riik/schemas/dhl_meta_automatic/ObjectFactory.html#createDhlId-java.lang.String-">createDhlId</a></span>(java.lang.String value)</code>
<div class="block">Create an instance of <code>JAXBElement</code><code><</code><code>String</code><code>></code></div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>javax.xml.bind.JAXBElement<java.lang.String></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../../ee/ria/dhx/server/types/ee/riik/schemas/dhl_meta_automatic/ObjectFactory.html#createDhlKaust-java.lang.String-">createDhlKaust</a></span>(java.lang.String value)</code>
<div class="block">Create an instance of <code>JAXBElement</code><code><</code><code>String</code><code>></code></div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>javax.xml.bind.JAXBElement<javax.xml.datatype.XMLGregorianCalendar></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../../ee/ria/dhx/server/types/ee/riik/schemas/dhl_meta_automatic/ObjectFactory.html#createDhlSaabumisaeg-javax.xml.datatype.XMLGregorianCalendar-">createDhlSaabumisaeg</a></span>(javax.xml.datatype.XMLGregorianCalendar value)</code>
<div class="block">Create an instance of <code>JAXBElement</code><code><</code><code>XMLGregorianCalendar</code><code>></code></div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>javax.xml.bind.JAXBElement<java.lang.String></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../../ee/ria/dhx/server/types/ee/riik/schemas/dhl_meta_automatic/ObjectFactory.html#createDhlSaabumisviis-java.lang.String-">createDhlSaabumisviis</a></span>(java.lang.String value)</code>
<div class="block">Create an instance of <code>JAXBElement</code><code><</code><code>String</code><code>></code></div>
</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>javax.xml.bind.JAXBElement<java.lang.String></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../../ee/ria/dhx/server/types/ee/riik/schemas/dhl_meta_automatic/ObjectFactory.html#createDhlSaajaAsutuseNimi-java.lang.String-">createDhlSaajaAsutuseNimi</a></span>(java.lang.String value)</code>
<div class="block">Create an instance of <code>JAXBElement</code><code><</code><code>String</code><code>></code></div>
</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>javax.xml.bind.JAXBElement<java.lang.String></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../../ee/ria/dhx/server/types/ee/riik/schemas/dhl_meta_automatic/ObjectFactory.html#createDhlSaajaAsutuseNr-java.lang.String-">createDhlSaajaAsutuseNr</a></span>(java.lang.String value)</code>
<div class="block">Create an instance of <code>JAXBElement</code><code><</code><code>String</code><code>></code></div>
</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code>javax.xml.bind.JAXBElement<java.lang.String></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../../ee/ria/dhx/server/types/ee/riik/schemas/dhl_meta_automatic/ObjectFactory.html#createDhlSaajaEpost-java.lang.String-">createDhlSaajaEpost</a></span>(java.lang.String value)</code>
<div class="block">Create an instance of <code>JAXBElement</code><code><</code><code>String</code><code>></code></div>
</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code>javax.xml.bind.JAXBElement<java.lang.String></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../../ee/ria/dhx/server/types/ee/riik/schemas/dhl_meta_automatic/ObjectFactory.html#createDhlSaajaIsikukood-java.lang.String-">createDhlSaajaIsikukood</a></span>(java.lang.String value)</code>
<div class="block">Create an instance of <code>JAXBElement</code><code><</code><code>String</code><code>></code></div>
</td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code>javax.xml.bind.JAXBElement<java.lang.String></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../../ee/ria/dhx/server/types/ee/riik/schemas/dhl_meta_automatic/ObjectFactory.html#createDhlSaatjaAsutuseNimi-java.lang.String-">createDhlSaatjaAsutuseNimi</a></span>(java.lang.String value)</code>
<div class="block">Create an instance of <code>JAXBElement</code><code><</code><code>String</code><code>></code></div>
</td>
</tr>
<tr id="i10" class="altColor">
<td class="colFirst"><code>javax.xml.bind.JAXBElement<java.lang.String></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../../ee/ria/dhx/server/types/ee/riik/schemas/dhl_meta_automatic/ObjectFactory.html#createDhlSaatjaAsutuseNr-java.lang.String-">createDhlSaatjaAsutuseNr</a></span>(java.lang.String value)</code>
<div class="block">Create an instance of <code>JAXBElement</code><code><</code><code>String</code><code>></code></div>
</td>
</tr>
<tr id="i11" class="rowColor">
<td class="colFirst"><code>javax.xml.bind.JAXBElement<java.lang.String></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../../ee/ria/dhx/server/types/ee/riik/schemas/dhl_meta_automatic/ObjectFactory.html#createDhlSaatjaEpost-java.lang.String-">createDhlSaatjaEpost</a></span>(java.lang.String value)</code>
<div class="block">Create an instance of <code>JAXBElement</code><code><</code><code>String</code><code>></code></div>
</td>
</tr>
<tr id="i12" class="altColor">
<td class="colFirst"><code>javax.xml.bind.JAXBElement<java.lang.String></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../../ee/ria/dhx/server/types/ee/riik/schemas/dhl_meta_automatic/ObjectFactory.html#createDhlSaatjaIsikukood-java.lang.String-">createDhlSaatjaIsikukood</a></span>(java.lang.String value)</code>
<div class="block">Create an instance of <code>JAXBElement</code><code><</code><code>String</code><code>></code></div>
</td>
</tr>
<tr id="i13" class="rowColor">
<td class="colFirst"><code>javax.xml.bind.JAXBElement<javax.xml.datatype.XMLGregorianCalendar></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../../ee/ria/dhx/server/types/ee/riik/schemas/dhl_meta_automatic/ObjectFactory.html#createDhlSaatmisaeg-javax.xml.datatype.XMLGregorianCalendar-">createDhlSaatmisaeg</a></span>(javax.xml.datatype.XMLGregorianCalendar value)</code>
<div class="block">Create an instance of <code>JAXBElement</code><code><</code><code>XMLGregorianCalendar</code><code>></code></div>
</td>
</tr>
<tr id="i14" class="altColor">
<td class="colFirst"><code>javax.xml.bind.JAXBElement<java.lang.String></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../../ee/ria/dhx/server/types/ee/riik/schemas/dhl_meta_automatic/ObjectFactory.html#createDhlSaatmisviis-java.lang.String-">createDhlSaatmisviis</a></span>(java.lang.String value)</code>
<div class="block">Create an instance of <code>JAXBElement</code><code><</code><code>String</code><code>></code></div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Object</h3>
<code>equals, getClass, hashCode, notify, notifyAll, 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="ObjectFactory--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>ObjectFactory</h4>
<pre>public ObjectFactory()</pre>
<div class="block">Create a new ObjectFactory that can be used to create new instances of schema derived classes
for package: ee.riik.schemas.dhl_meta_automatic</div>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="createDhlEmailHeader--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createDhlEmailHeader</h4>
<pre>public <a href="../../../../../../../../../ee/ria/dhx/server/types/ee/riik/schemas/dhl_meta_automatic/DhlEmailHeader.html" title="class in ee.ria.dhx.server.types.ee.riik.schemas.dhl_meta_automatic">DhlEmailHeader</a> createDhlEmailHeader()</pre>
<div class="block">Create an instance of <a href="../../../../../../../../../ee/ria/dhx/server/types/ee/riik/schemas/dhl_meta_automatic/DhlEmailHeader.html" title="class in ee.ria.dhx.server.types.ee.riik.schemas.dhl_meta_automatic"><code>DhlEmailHeader</code></a></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd><a href="../../../../../../../../../ee/ria/dhx/server/types/ee/riik/schemas/dhl_meta_automatic/DhlEmailHeader.html" title="class in ee.ria.dhx.server.types.ee.riik.schemas.dhl_meta_automatic"><code>DhlEmailHeader</code></a></dd>
</dl>
</li>
</ul>
<a name="createDhlId-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createDhlId</h4>
<pre>public javax.xml.bind.JAXBElement<java.lang.String> createDhlId(java.lang.String value)</pre>
<div class="block">Create an instance of <code>JAXBElement</code><code><</code><code>String</code><code>></code></div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - value</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd><code>JAXBElement</code></dd>
</dl>
</li>
</ul>
<a name="createDhlSaabumisviis-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createDhlSaabumisviis</h4>
<pre>public javax.xml.bind.JAXBElement<java.lang.String> createDhlSaabumisviis(java.lang.String value)</pre>
<div class="block">Create an instance of <code>JAXBElement</code><code><</code><code>String</code><code>></code></div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - value</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd><code>JAXBElement</code></dd>
</dl>
</li>
</ul>
<a name="createDhlSaabumisaeg-javax.xml.datatype.XMLGregorianCalendar-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createDhlSaabumisaeg</h4>
<pre>public javax.xml.bind.JAXBElement<javax.xml.datatype.XMLGregorianCalendar> createDhlSaabumisaeg(javax.xml.datatype.XMLGregorianCalendar value)</pre>
<div class="block">Create an instance of <code>JAXBElement</code><code><</code><code>XMLGregorianCalendar</code><code>></code></div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - value</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd><code>JAXBElement</code></dd>
</dl>
</li>
</ul>
<a name="createDhlSaatmisviis-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createDhlSaatmisviis</h4>
<pre>public javax.xml.bind.JAXBElement<java.lang.String> createDhlSaatmisviis(java.lang.String value)</pre>
<div class="block">Create an instance of <code>JAXBElement</code><code><</code><code>String</code><code>></code></div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - value</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd><code>JAXBElement</code></dd>
</dl>
</li>
</ul>
<a name="createDhlSaatmisaeg-javax.xml.datatype.XMLGregorianCalendar-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createDhlSaatmisaeg</h4>
<pre>public javax.xml.bind.JAXBElement<javax.xml.datatype.XMLGregorianCalendar> createDhlSaatmisaeg(javax.xml.datatype.XMLGregorianCalendar value)</pre>
<div class="block">Create an instance of <code>JAXBElement</code><code><</code><code>XMLGregorianCalendar</code><code>></code></div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - value</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd><code>JAXBElement</code></dd>
</dl>
</li>
</ul>
<a name="createDhlSaatjaAsutuseNr-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createDhlSaatjaAsutuseNr</h4>
<pre>public javax.xml.bind.JAXBElement<java.lang.String> createDhlSaatjaAsutuseNr(java.lang.String value)</pre>
<div class="block">Create an instance of <code>JAXBElement</code><code><</code><code>String</code><code>></code></div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - value</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd><code>JAXBElement</code></dd>
</dl>
</li>
</ul>
<a name="createDhlSaatjaAsutuseNimi-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createDhlSaatjaAsutuseNimi</h4>
<pre>public javax.xml.bind.JAXBElement<java.lang.String> createDhlSaatjaAsutuseNimi(java.lang.String value)</pre>
<div class="block">Create an instance of <code>JAXBElement</code><code><</code><code>String</code><code>></code></div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - value</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd><code>JAXBElement</code></dd>
</dl>
</li>
</ul>
<a name="createDhlSaatjaIsikukood-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createDhlSaatjaIsikukood</h4>
<pre>public javax.xml.bind.JAXBElement<java.lang.String> createDhlSaatjaIsikukood(java.lang.String value)</pre>
<div class="block">Create an instance of <code>JAXBElement</code><code><</code><code>String</code><code>></code></div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - value</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd><code>JAXBElement</code></dd>
</dl>
</li>
</ul>
<a name="createDhlSaajaAsutuseNr-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createDhlSaajaAsutuseNr</h4>
<pre>public javax.xml.bind.JAXBElement<java.lang.String> createDhlSaajaAsutuseNr(java.lang.String value)</pre>
<div class="block">Create an instance of <code>JAXBElement</code><code><</code><code>String</code><code>></code></div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - value</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd><code>JAXBElement</code></dd>
</dl>
</li>
</ul>
<a name="createDhlSaajaAsutuseNimi-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createDhlSaajaAsutuseNimi</h4>
<pre>public javax.xml.bind.JAXBElement<java.lang.String> createDhlSaajaAsutuseNimi(java.lang.String value)</pre>
<div class="block">Create an instance of <code>JAXBElement</code><code><</code><code>String</code><code>></code></div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - value</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd><code>JAXBElement</code></dd>
</dl>
</li>
</ul>
<a name="createDhlSaajaIsikukood-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createDhlSaajaIsikukood</h4>
<pre>public javax.xml.bind.JAXBElement<java.lang.String> createDhlSaajaIsikukood(java.lang.String value)</pre>
<div class="block">Create an instance of <code>JAXBElement</code><code><</code><code>String</code><code>></code></div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - value</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd><code>JAXBElement</code></dd>
</dl>
</li>
</ul>
<a name="createDhlSaatjaEpost-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createDhlSaatjaEpost</h4>
<pre>public javax.xml.bind.JAXBElement<java.lang.String> createDhlSaatjaEpost(java.lang.String value)</pre>
<div class="block">Create an instance of <code>JAXBElement</code><code><</code><code>String</code><code>></code></div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - value</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd><code>JAXBElement</code></dd>
</dl>
</li>
</ul>
<a name="createDhlSaajaEpost-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createDhlSaajaEpost</h4>
<pre>public javax.xml.bind.JAXBElement<java.lang.String> createDhlSaajaEpost(java.lang.String value)</pre>
<div class="block">Create an instance of <code>JAXBElement</code><code><</code><code>String</code><code>></code></div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - value</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd><code>JAXBElement</code></dd>
</dl>
</li>
</ul>
<a name="createDhlKaust-java.lang.String-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>createDhlKaust</h4>
<pre>public javax.xml.bind.JAXBElement<java.lang.String> createDhlKaust(java.lang.String value)</pre>
<div class="block">Create an instance of <code>JAXBElement</code><code><</code><code>String</code><code>></code></div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - value</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd><code>JAXBElement</code></dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/ObjectFactory.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="../../../../../../../../../ee/ria/dhx/server/types/ee/riik/schemas/dhl_meta_automatic/DhlEmailHeader.html" title="class in ee.ria.dhx.server.types.ee.riik.schemas.dhl_meta_automatic"><span class="typeNameLink">Prev Class</span></a></li>
<li>Next Class</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../../../index.html?ee/ria/dhx/server/types/ee/riik/schemas/dhl_meta_automatic/ObjectFactory.html" target="_top">Frames</a></li>
<li><a href="ObjectFactory.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>
| e-gov/DHX-adapter | dhx-adapter-server/doc/ee/ria/dhx/server/types/ee/riik/schemas/dhl_meta_automatic/ObjectFactory.html | HTML | mit | 27,897 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>squiggle-eq: Not compatible ๐ผ</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.11.1 / squiggle-eq - 1.0.2</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">ยซ Up</a>
<h1>
squiggle-eq
<small>
1.0.2
<span class="label label-info">Not compatible ๐ผ</span>
</small>
</h1>
<p>๐
<em><script>document.write(moment("2021-12-07 11:43:43 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-07 11:43:43 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-num base Num library distributed with the OCaml compiler
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
coq 8.11.1 Formal proof management system
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.05.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.05.0 Official 4.05.0 release
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "https://github.com/aa755/SquiggleEq"
dev-repo: "git+https://github.com/aa755/SquiggleEq"
authors: ["Abhishek Anand" "Vincent Rahli"]
bug-reports: "https://github.com/aa755/SquiggleEq/issues"
license: "MIT"
build: [
[make "-j%{jobs}%"]
]
install: [
[make "install"]
]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/SquiggleEq"]
depends: [
"ocaml"
"coq" {>= "8.6" & < "8.7~"}
"coq-ext-lib"
]
synopsis:
"An abstract formalization of variable bindings (both named and de-bruijn),"
description: """
based on ideas in the following paper:
Howe, Douglas J. โEquality in Lazy Computation Systems.โ In LICS, 198โ203, 1989."""
flags: light-uninstall
url {
src: "https://github.com/aa755/SquiggleEq/archive/1.0.2.tar.gz"
checksum: "md5=0d072f3a98ceb9114f95837c450573d3"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install ๐๏ธ</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-squiggle-eq.1.0.2 coq.8.11.1</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.11.1).
The following dependencies couldn't be met:
- coq-squiggle-eq -> coq < 8.7~ -> ocaml < 4.03.0
base of this switch (use `--unlock-base' to force)
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-squiggle-eq.1.0.2</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install ๐</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall ๐งน</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐ฃ
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.05.0-2.0.1/released/8.11.1/squiggle-eq/1.0.2.html | HTML | mit | 6,847 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>User agent detail - htdig/3.1.6 ([email protected])</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="../circle.css" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="section">
<h1 class="header center orange-text">User agent detail</h1>
<div class="row center">
<h5 class="header light">
htdig/3.1.6 ([email protected])
</h5>
</div>
</div>
<div class="section">
<table class="striped"><tr><th></th><th colspan="3">General</th><th colspan="5">Device</th><th colspan="3">Bot</th><th colspan="2"></th></tr><tr><th>Provider</th><th>Browser</th><th>Engine</th><th>OS</th><th>Brand</th><th>Model</th><th>Type</th><th>Is mobile</th><th>Is touch</th><th>Is bot</th><th>Name</th><th>Type</th><th>Parse time</th><th>Actions</th></tr><tr><th colspan="14" class="green lighten-3">Test suite</th></tr><tr><td>Browscap<br /><small>6014</small><br /><small>vendor/browscap/browscap/tests/fixtures/issues/issue-900.php</small></td><td> </td><td> </td><td> </td><td style="border-left: 1px solid #555"></td><td></td><td></td><td></td><td></td><td style="border-left: 1px solid #555">yes</td><td>ht://Dig</td><td>Bot/Crawler</td><td>0</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-b3ace57b-0c56-4fa0-aa1d-8ee4ba0e42c7">Detail</a>
<!-- Modal Structure -->
<div id="modal-b3ace57b-0c56-4fa0-aa1d-8ee4ba0e42c7" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>Browscap result detail</h4>
<p><pre><code class="php">Array
(
[Comment] => ht://Dig
[Browser] => ht://Dig
[Browser_Type] => Bot/Crawler
[Browser_Bits] => 0
[Browser_Maker] => unknown
[Browser_Modus] => unknown
[Version] => 3.1
[MajorVer] => 3
[MinorVer] => 1
[Platform] => unknown
[Platform_Version] => unknown
[Platform_Description] => unknown
[Platform_Bits] => 0
[Platform_Maker] => unknown
[Alpha] =>
[Beta] =>
[Win16] =>
[Win32] =>
[Win64] =>
[Frames] =>
[IFrames] =>
[Tables] =>
[Cookies] =>
[BackgroundSounds] =>
[JavaScript] =>
[VBScript] =>
[JavaApplets] =>
[ActiveXControls] =>
[isMobileDevice] =>
[isTablet] =>
[isSyndicationReader] =>
[Crawler] => 1
[isFake] =>
[isAnonymized] =>
[isModified] =>
[CssVersion] => 0
[AolVersion] => 0
[Device_Name] => unknown
[Device_Maker] => unknown
[Device_Type] => unknown
[Device_Pointing_Method] => unknown
[Device_Code_Name] => unknown
[Device_Brand_Name] => unknown
[RenderingEngine_Name] => unknown
[RenderingEngine_Version] => unknown
[RenderingEngine_Maker] => unknown
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><th colspan="14" class="green lighten-3">Providers</th></tr><tr><td>BrowscapFull<br /><small>6014</small><br /></td><td> </td><td> </td><td> </td><td style="border-left: 1px solid #555"></td><td></td><td></td><td></td><td></td><td style="border-left: 1px solid #555">yes</td><td>ht://Dig</td><td>Bot/Crawler</td><td>0.004</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-47a9cd06-e213-4882-bc34-db6aed664223">Detail</a>
<!-- Modal Structure -->
<div id="modal-47a9cd06-e213-4882-bc34-db6aed664223" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>BrowscapFull result detail</h4>
<p><pre><code class="php">stdClass Object
(
[browser_name_regex] => /^htdig\/3\.1.*$/
[browser_name_pattern] => htdig/3.1*
[parent] => ht://Dig
[comment] => ht://Dig
[browser] => ht://Dig
[browser_type] => Bot/Crawler
[browser_bits] => 0
[browser_maker] => unknown
[browser_modus] => unknown
[version] => 3.1
[majorver] => 3
[minorver] => 1
[platform] => unknown
[platform_version] => unknown
[platform_description] => unknown
[platform_bits] => 0
[platform_maker] => unknown
[alpha] =>
[beta] =>
[win16] =>
[win32] =>
[win64] =>
[frames] =>
[iframes] =>
[tables] =>
[cookies] =>
[backgroundsounds] =>
[javascript] =>
[vbscript] =>
[javaapplets] =>
[activexcontrols] =>
[ismobiledevice] =>
[istablet] =>
[issyndicationreader] =>
[crawler] => 1
[isfake] =>
[isanonymized] =>
[ismodified] =>
[cssversion] => 0
[aolversion] => 0
[device_name] => unknown
[device_maker] => unknown
[device_type] => unknown
[device_pointing_method] => unknown
[device_code_name] => unknown
[device_brand_name] => unknown
[renderingengine_name] => unknown
[renderingengine_version] => unknown
[renderingengine_description] => unknown
[renderingengine_maker] => unknown
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>BrowscapLite<br /><small>6014</small><br /></td>
<td colspan="12" class="center-align red lighten-1">
<strong>No result found</strong>
</td>
</tr><tr><td>BrowscapPhp<br /><small>6014</small><br /></td><td> </td><td><i class="material-icons">close</i></td><td> </td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td></td><td></td><td></td><td style="border-left: 1px solid #555">yes</td><td>ht://Dig</td><td><i class="material-icons">close</i></td><td>0.01</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-ad0041a2-b0f4-43f6-a70d-cad1443caa68">Detail</a>
<!-- Modal Structure -->
<div id="modal-ad0041a2-b0f4-43f6-a70d-cad1443caa68" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>BrowscapPhp result detail</h4>
<p><pre><code class="php">stdClass Object
(
[browser_name_regex] => /^htdig\/3\.1.*$/
[browser_name_pattern] => htdig/3.1*
[parent] => ht://Dig
[comment] => ht://Dig
[browser] => ht://Dig
[browser_type] => unknown
[browser_bits] => 0
[browser_maker] => unknown
[browser_modus] => unknown
[version] => 3.1
[majorver] => 3
[minorver] => 1
[platform] => unknown
[platform_version] => unknown
[platform_description] => unknown
[platform_bits] => 0
[platform_maker] => unknown
[alpha] => false
[beta] => false
[win16] => false
[win32] => false
[win64] => false
[frames] => false
[iframes] => false
[tables] => false
[cookies] => false
[backgroundsounds] => false
[javascript] => false
[vbscript] => false
[javaapplets] => false
[activexcontrols] => false
[ismobiledevice] =>
[istablet] =>
[issyndicationreader] => false
[crawler] => 1
[isfake] => false
[isanonymized] => false
[ismodified] => false
[cssversion] => 0
[aolversion] => 0
[device_name] => unknown
[device_maker] => unknown
[device_type] => unknown
[device_pointing_method] => unknown
[device_code_name] => unknown
[device_brand_name] => unknown
[renderingengine_name] => unknown
[renderingengine_version] => unknown
[renderingengine_description] => unknown
[renderingengine_maker] => unknown
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>DonatjUAParser<br /><small>v0.5.1</small><br /></td><td>htdig 3.1.6</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.001</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-15fbc1f0-2615-4d42-b5d9-a30dd647b050">Detail</a>
<!-- Modal Structure -->
<div id="modal-15fbc1f0-2615-4d42-b5d9-a30dd647b050" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>DonatjUAParser result detail</h4>
<p><pre><code class="php">Array
(
[platform] =>
[browser] => htdig
[version] => 3.1.6
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>JenssegersAgent<br /><small>v2.3.3</small><br /></td>
<td colspan="12" class="center-align red lighten-1">
<strong>No result found</strong>
</td>
</tr><tr><td>NeutrinoApiCom<br /><small></small><br /></td>
<td colspan="12" class="center-align red lighten-1">
<strong>No result found</strong>
</td>
</tr><tr><td>PiwikDeviceDetector<br /><small>3.6.1</small><br /></td><td> </td><td> </td><td> </td><td style="border-left: 1px solid #555"></td><td></td><td></td><td></td><td></td><td style="border-left: 1px solid #555">yes</td><td></td><td></td><td>0.002</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-4a941d34-a8d3-4914-9724-346f60ad7046">Detail</a>
<!-- Modal Structure -->
<div id="modal-4a941d34-a8d3-4914-9724-346f60ad7046" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>PiwikDeviceDetector result detail</h4>
<p><pre><code class="php">Array
(
[client] =>
[operatingSystem] =>
[device] => Array
(
[brand] =>
[brandName] =>
[model] =>
[device] =>
[deviceName] =>
)
[bot] => Array
(
[name] => Bot
)
[extra] => Array
(
[isBot] => 1
[isBrowser] =>
[isFeedReader] =>
[isMobileApp] =>
[isPIM] =>
[isLibrary] =>
[isMediaPlayer] =>
[isCamera] =>
[isCarBrowser] =>
[isConsole] =>
[isFeaturePhone] =>
[isPhablet] =>
[isPortableMediaPlayer] =>
[isSmartDisplay] =>
[isSmartphone] =>
[isTablet] =>
[isTV] =>
[isDesktop] =>
[isMobile] =>
[isTouchEnabled] =>
)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>SinergiBrowserDetector<br /><small>6.0.1</small><br /></td>
<td colspan="12" class="center-align red lighten-1">
<strong>No result found</strong>
</td>
</tr><tr><td>UAParser<br /><small>v3.4.5</small><br /></td><td> </td><td><i class="material-icons">close</i></td><td> </td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555">yes</td><td>htdig</td><td><i class="material-icons">close</i></td><td>0</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-3160e405-8a8f-46dd-8f47-5115f06462d2">Detail</a>
<!-- Modal Structure -->
<div id="modal-3160e405-8a8f-46dd-8f47-5115f06462d2" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>UAParser result detail</h4>
<p><pre><code class="php">UAParser\Result\Client Object
(
[ua] => UAParser\Result\UserAgent Object
(
[major] => 3
[minor] => 1
[patch] => 6
[family] => htdig
)
[os] => UAParser\Result\OperatingSystem Object
(
[major] =>
[minor] =>
[patch] =>
[patchMinor] =>
[family] => Other
)
[device] => UAParser\Result\Device Object
(
[brand] => Spider
[model] => Desktop
[family] => Spider
)
[originalUserAgent] => htdig/3.1.6 ([email protected])
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>UserAgentApiCom<br /><small></small><br /></td>
<td colspan="12" class="center-align red lighten-1">
<strong>No result found</strong>
</td>
</tr><tr><td>UserAgentStringCom<br /><small></small><br /></td><td> </td><td><i class="material-icons">close</i></td><td> </td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555">yes</td><td>htdig</td><td>Crawler</td><td>0.06</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-08a9ddfb-838f-48d7-9ede-1d132306b2ee">Detail</a>
<!-- Modal Structure -->
<div id="modal-08a9ddfb-838f-48d7-9ede-1d132306b2ee" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>UserAgentStringCom result detail</h4>
<p><pre><code class="php">stdClass Object
(
[agent_type] => Crawler
[agent_name] => htdig
[agent_version] => 3.1.6
[os_type] => unknown
[os_name] => unknown
[os_versionName] =>
[os_versionNumber] =>
[os_producer] =>
[os_producerURL] =>
[linux_distibution] => Null
[agent_language] =>
[agent_languageTag] =>
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>WhatIsMyBrowserCom<br /><small></small><br /></td>
<td colspan="12" class="center-align red lighten-1">
<strong>No result found</strong>
</td>
</tr><tr><td>WhichBrowser<br /><small>v2.0.18</small><br /></td><td> </td><td> </td><td> </td><td style="border-left: 1px solid #555"></td><td></td><td></td><td></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555">yes</td><td>htdig</td><td><i class="material-icons">close</i></td><td>0.001</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-083a336f-5d73-4505-84f3-c5fc9bb78652">Detail</a>
<!-- Modal Structure -->
<div id="modal-083a336f-5d73-4505-84f3-c5fc9bb78652" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>WhichBrowser result detail</h4>
<p><pre><code class="php">Array
(
[browser] => Array
(
[name] => htdig
[version] => 3.1.6
)
[device] => Array
(
[type] => bot
)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>Woothee<br /><small>v1.2.0</small><br /></td>
<td colspan="12" class="center-align red lighten-1">
<strong>No result found</strong>
</td>
</tr><tr><td>Wurfl<br /><small>1.7.1.0</small><br /></td>
<td colspan="12" class="center-align red lighten-1">
<strong>No result found</strong>
</td>
</tr><tr><td>Zsxsoft<br /><small>1.3</small><br /></td>
<td colspan="12" class="center-align red lighten-1">
<strong>No result found</strong>
</td>
</tr></table>
</div>
<div class="section">
<h1 class="header center orange-text">About this comparison</h1>
<div class="row center">
<h5 class="header light">
The primary goal of this project is simple<br />
I wanted to know which user agent parser is the most accurate in each part - device detection, bot detection and so on...<br />
<br />
The secondary goal is to provide a source for all user agent parsers to improve their detection based on this results.<br />
<br />
You can also improve this further, by suggesting ideas at <a href="https://github.com/ThaDafinser/UserAgentParserComparison">ThaDafinser/UserAgentParserComparison</a><br />
<br />
The comparison is based on the abstraction by <a href="https://github.com/ThaDafinser/UserAgentParser">ThaDafinser/UserAgentParser</a>
</h5>
</div>
</div>
<div class="card">
<div class="card-content">
Comparison created <i>2016-05-10 08:12:20</i> | by
<a href="https://github.com/ThaDafinser">ThaDafinser</a>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/js/materialize.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/list.js/1.2.0/list.min.js"></script>
<script>
$(document).ready(function(){
// the "href" attribute of .modal-trigger must specify the modal ID that wants to be triggered
$('.modal-trigger').leanModal();
});
</script>
</body>
</html> | ThaDafinser/UserAgentParserComparison | v5/user-agent-detail/fe/c3/fec37d3f-7b67-4688-a34c-00faf9b4ccac.html | HTML | mit | 19,053 |
๏ปฟ<!DOCTYPE html><html><head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="description">
<meta name="keywords" content="static content generator,static site generator,static site,HTML,web development,.NET,C#,Razor,Markdown,YAML">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="/KVLite/assets/img/favicon.ico" type="image/x-icon">
<link rel="icon" href="/KVLite/assets/img/favicon.ico" type="image/x-icon">
<title>PommaLabs.KVLite - API - DbCacheConnectionFactory<TSettings, TConnection, TCommand>.AddParameter(TCommand, string, PooledMemoryStream) Method</title>
<link href="/KVLite/assets/css/mermaid.css" rel="stylesheet">
<link href="/KVLite/assets/css/highlight.css" rel="stylesheet">
<link href="/KVLite/assets/css/bootstrap/bootstrap.css" rel="stylesheet">
<link href="/KVLite/assets/css/adminlte/AdminLTE.css" rel="stylesheet">
<link href="/KVLite/assets/css/theme/theme.css" rel="stylesheet">
<link href="//fonts.googleapis.com/css?family=Roboto+Mono:400,700|Roboto:400,400i,700,700i" rel="stylesheet">
<link href="/KVLite/assets/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="/KVLite/assets/css/override.css" rel="stylesheet">
<script src="/KVLite/assets/js/jquery-2.2.3.min.js"></script>
<script src="/KVLite/assets/js/bootstrap.min.js"></script>
<script src="/KVLite/assets/js/app.min.js"></script>
<script src="/KVLite/assets/js/highlight.pack.js"></script>
<script src="/KVLite/assets/js/jquery.slimscroll.min.js"></script>
<script src="/KVLite/assets/js/jquery.sticky-kit.min.js"></script>
<script src="/KVLite/assets/js/mermaid.min.js"></script>
<!--[if lt IE 9]>
<script src="/KVLite/assets/js/html5shiv.min.js"></script>
<script src="/KVLite/assets/js/respond.min.js"></script>
<![endif]-->
</head>
<body class="hold-transition wyam layout-boxed ">
<div class="top-banner"></div>
<div class="wrapper with-container">
<!-- Header -->
<header class="main-header">
<a href="/KVLite/" class="logo">
<span>PommaLabs.KVLite</span>
</a>
<nav class="navbar navbar-static-top" role="navigation">
<!-- Sidebar toggle button-->
<a href="#" class="sidebar-toggle visible-xs-block" data-toggle="offcanvas" role="button">
<span class="sr-only">Toggle side menu</span>
<i class="fa fa-chevron-circle-right"></i>
</a>
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse">
<span class="sr-only">Toggle side menu</span>
<i class="fa fa-chevron-circle-down"></i>
</button>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse pull-left" id="navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="/KVLite/about">About This Project</a></li>
<li><a href="/KVLite/docs">Docs</a></li>
<li><a href="/KVLite/blog">Blog</a></li>
<li class="active"><a href="/KVLite/api">API</a></li>
</ul>
</div>
<!-- /.navbar-collapse -->
<!-- Navbar Right Menu -->
</nav>
</header>
<!-- Left side column. contains the logo and sidebar -->
<aside class="main-sidebar ">
<section class="infobar" data-spy="affix" data-offset-top="60" data-offset-bottom="200">
<div id="infobar-headings"><h6>On This Page</h6><p><a href="#Summary">Summary</a></p>
<p><a href="#Syntax">Syntax</a></p>
<p><a href="#Parameters">Parameters</a></p>
<p><a href="#ReturnValue">Return Value</a></p>
<hr class="infobar-hidden">
</div>
</section>
<section class="sidebar">
<script src="/KVLite/assets/js/lunr.min.js"></script>
<script src="/KVLite/assets/js/searchIndex.js"></script>
<div class="sidebar-form">
<div class="input-group">
<input type="text" name="search" id="search" class="form-control" placeholder="Search Types...">
<span class="input-group-btn">
<button class="btn btn-flat"><i class="fa fa-search"></i></button>
</span>
</div>
</div>
<div id="search-results">
</div>
<script>
function runSearch(query){
$("#search-results").empty();
if( query.length < 2 ){
return;
}
var results = searchModule.search("*" + query + "*");
var listHtml = "<ul class='sidebar-menu'>";
listHtml += "<li class='header'>Type Results</li>";
if(results.length == 0 ){
listHtml += "<li>No results found</li>";
} else {
for(var i = 0; i < results.length; ++i){
var res = results[i];
listHtml += "<li><a href='" + res.url + "'>" + htmlEscape(res.title) + "</a></li>";
}
}
listHtml += "</ul>";
$("#search-results").append(listHtml);
}
$(document).ready(function(){
$("#search").on('input propertychange paste', function() {
runSearch($("#search").val());
});
});
function htmlEscape(html) {
return document.createElement('div')
.appendChild(document.createTextNode(html))
.parentNode
.innerHTML;
}
</script>
<hr>
<ul class="sidebar-menu">
<li class="header">Namespace</li>
<li><a href="/KVLite/api/PommaLabs.KVLite.Database">PommaLabs<wbr>.KVLite<wbr>.Database</a></li>
<li class="header">Type</li>
<li><a href="/KVLite/api/PommaLabs.KVLite.Database/DbCacheConnectionFactory_3">Db<wbr>Cache<wbr>Connection<wbr>Factory<wbr><TSettings, <wbr>TConnection, <wbr>TCommand><wbr></a></li>
<li role="separator" class="divider"></li>
<li class="header">Constructors</li>
<li><a href="/KVLite/api/PommaLabs.KVLite.Database/DbCacheConnectionFactory_3/11410078">Db<wbr>Cache<wbr>Connection<wbr>Factory<wbr>(TSettings)<wbr></a></li>
<li class="header">Property Members</li>
<li><a href="/KVLite/api/PommaLabs.KVLite.Database/DbCacheConnectionFactory_3/E335ABEF">ConnectionString</a></li>
<li><a href="/KVLite/api/PommaLabs.KVLite.Database/DbCacheConnectionFactory_3/1A917CC8">Contains<wbr>Cache<wbr>Entry<wbr>Query</a></li>
<li><a href="/KVLite/api/PommaLabs.KVLite.Database/DbCacheConnectionFactory_3/56E7D18B">Count<wbr>Cache<wbr>Entries<wbr>Query</a></li>
<li><a href="/KVLite/api/PommaLabs.KVLite.Database/DbCacheConnectionFactory_3/62F04CEA">Delete<wbr>Cache<wbr>Entries<wbr>Command</a></li>
<li><a href="/KVLite/api/PommaLabs.KVLite.Database/DbCacheConnectionFactory_3/A9C08EF9">Delete<wbr>Cache<wbr>Entry<wbr>Command</a></li>
<li><a href="/KVLite/api/PommaLabs.KVLite.Database/DbCacheConnectionFactory_3/8A1205C2">Get<wbr>Cache<wbr>Size<wbr>In<wbr>Bytes<wbr>Query</a></li>
<li><a href="/KVLite/api/PommaLabs.KVLite.Database/DbCacheConnectionFactory_3/BB36EC93">Insert<wbr>Or<wbr>Update<wbr>Cache<wbr>Entry<wbr>Command</a></li>
<li><a href="/KVLite/api/PommaLabs.KVLite.Database/DbCacheConnectionFactory_3/FAE0E70A">Left<wbr>Identifier<wbr>Encloser</a></li>
<li><a href="/KVLite/api/PommaLabs.KVLite.Database/DbCacheConnectionFactory_3/05880571">LengthSqlFunction</a></li>
<li><a href="/KVLite/api/PommaLabs.KVLite.Database/DbCacheConnectionFactory_3/3B07CA45">MaxKeyNameLength</a></li>
<li><a href="/KVLite/api/PommaLabs.KVLite.Database/DbCacheConnectionFactory_3/C064EC58">Max<wbr>Partition<wbr>Name<wbr>Length</a></li>
<li><a href="/KVLite/api/PommaLabs.KVLite.Database/DbCacheConnectionFactory_3/C90E1690">ParameterPrefix</a></li>
<li><a href="/KVLite/api/PommaLabs.KVLite.Database/DbCacheConnectionFactory_3/2562CD0E">Peek<wbr>Cache<wbr>Entries<wbr>Query</a></li>
<li><a href="/KVLite/api/PommaLabs.KVLite.Database/DbCacheConnectionFactory_3/079205E9">PeekCacheEntryQuery</a></li>
<li><a href="/KVLite/api/PommaLabs.KVLite.Database/DbCacheConnectionFactory_3/CDB1C8E4">PeekCacheValueQuery</a></li>
<li><a href="/KVLite/api/PommaLabs.KVLite.Database/DbCacheConnectionFactory_3/EA7BFCB3">Right<wbr>Identifier<wbr>Encloser</a></li>
<li><a href="/KVLite/api/PommaLabs.KVLite.Database/DbCacheConnectionFactory_3/B643AFA9">Settings</a></li>
<li><a href="/KVLite/api/PommaLabs.KVLite.Database/DbCacheConnectionFactory_3/6A983E47">SqlSchemaWithDot</a></li>
<li><a href="/KVLite/api/PommaLabs.KVLite.Database/DbCacheConnectionFactory_3/9B9C8E34">Update<wbr>Cache<wbr>Entry<wbr>Expiry<wbr>Command</a></li>
<li class="header">Method Members</li>
<li><a href="/KVLite/api/PommaLabs.KVLite.Database/DbCacheConnectionFactory_3/A3FAF765">AddParameter<wbr>(TCommand, <wbr>string, <wbr>string)<wbr></a></li>
<li><a href="/KVLite/api/PommaLabs.KVLite.Database/DbCacheConnectionFactory_3/9154EF53">AddParameter<wbr>(TCommand, <wbr>string, <wbr>long)<wbr></a></li>
<li><a href="/KVLite/api/PommaLabs.KVLite.Database/DbCacheConnectionFactory_3/AC893CD9">AddParameter<wbr>(TCommand, <wbr>string, <wbr>long?)<wbr></a></li>
<li class="selected"><a href="/KVLite/api/PommaLabs.KVLite.Database/DbCacheConnectionFactory_3/4F9784A2">AddParameter<wbr>(TCommand, <wbr>string, <wbr>PooledMemoryStream)<wbr></a></li>
<li><a href="/KVLite/api/PommaLabs.KVLite.Database/DbCacheConnectionFactory_3/EA5F218A">BeginTransaction<wbr>()<wbr></a></li>
<li><a href="/KVLite/api/PommaLabs.KVLite.Database/DbCacheConnectionFactory_3/03EF3F4C">CreateCommand<wbr>(TConnection, <wbr>string)<wbr></a></li>
<li><a href="/KVLite/api/PommaLabs.KVLite.Database/DbCacheConnectionFactory_3/21BD0E0E">MinifyQuery<wbr>(string)<wbr></a></li>
<li><a href="/KVLite/api/PommaLabs.KVLite.Database/DbCacheConnectionFactory_3/9FDBB5C9">On<wbr>Settings<wbr>Property<wbr>Changed<wbr>(object, <wbr>Property<wbr>Changed<wbr>Event<wbr>Args)<wbr></a></li>
<li><a href="/KVLite/api/PommaLabs.KVLite.Database/DbCacheConnectionFactory_3/0313A4B0">OpenConnection<wbr>()<wbr></a></li>
<li><a href="/KVLite/api/PommaLabs.KVLite.Database/DbCacheConnectionFactory_3/40B83490">OpenConnectionAsync<wbr>(CancellationToken)<wbr></a></li>
<li><a href="/KVLite/api/PommaLabs.KVLite.Database/DbCacheConnectionFactory_3/FC52618F">Update<wbr>Commands<wbr>And<wbr>Queries<wbr>()<wbr></a></li>
<li><a href="/KVLite/api/PommaLabs.KVLite.Database/DbCacheConnectionFactory_3/64F81F0C">Update<wbr>Connection<wbr>String<wbr>()<wbr></a></li>
</ul>
</section>
</aside>
<!-- Content Wrapper. Contains page content -->
<div class="content-wrapper">
<section class="content-header">
<h3><a href="/KVLite/api/PommaLabs.KVLite.Database/DbCacheConnectionFactory_3">Db<wbr>Cache<wbr>Connection<wbr>Factory<wbr><TSettings, <wbr>TConnection, <wbr>TCommand><wbr></a>.</h3>
<h1>AddParameter<wbr>(TCommand, <wbr>string, <wbr>PooledMemoryStream)<wbr> <small>Method</small></h1>
</section>
<section class="content">
<h1 id="Summary">Summary</h1>
<div class="lead">
Adds a database parameter to specified command.
</div>
<div class="panel panel-default">
<div class="panel-body">
<dl class="dl-horizontal">
<dt>Namespace</dt>
<dd><a href="/KVLite/api/PommaLabs.KVLite.Database">PommaLabs<wbr>.KVLite<wbr>.Database</a></dd>
<dt>Containing Type</dt>
<dd><a href="/KVLite/api/PommaLabs.KVLite.Database/DbCacheConnectionFactory_3">Db<wbr>Cache<wbr>Connection<wbr>Factory<wbr><TSettings, <wbr>TConnection, <wbr>TCommand><wbr></a></dd>
</dl>
</div>
</div>
<h1 id="Syntax">Syntax</h1>
<pre><code>public abstract DbParameter AddParameter(TCommand command, string name, PooledMemoryStream value)</code></pre>
<h1 id="Parameters">Parameters</h1>
<div class="box">
<div class="box-body no-padding table-responsive">
<table class="table table-striped table-hover three-cols">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody><tr>
<td>command</td>
<td><a href="/KVLite/api/PommaLabs.KVLite.Database/DbCacheConnectionFactory_3#typeparam-TCommand">TCommand</a></td>
<td>SQL command.</td>
</tr>
<tr>
<td>name</td>
<td>string</td>
<td>Name.</td>
</tr>
<tr>
<td>value</td>
<td><a href="/KVLite/api/PommaLabs.KVLite.Core/PooledMemoryStream">PooledMemoryStream</a></td>
<td>Value.</td>
</tr>
</tbody></table>
</div>
</div>
<h1 id="ReturnValue">Return Value</h1>
<div class="box">
<div class="box-body no-padding table-responsive">
<table class="table table-striped table-hover two-cols">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody><tr>
<td>DbParameter</td>
<td>An object representing a database parameter.</td>
</tr>
</tbody></table>
</div>
</div>
</section>
</div>
<!-- Footer -->
<footer class="main-footer">
</footer>
</div>
<div class="wrapper bottom-wrapper">
<footer class="bottom-footer">
Generated by <a href="https://wyam.io">Wyam</a>
</footer>
</div>
<a href="javascript:" id="return-to-top"><i class="fa fa-chevron-up"></i></a>
<script>
// Close the sidebar if we select an anchor link
$(".main-sidebar a[href^='#']:not('.expand')").click(function(){
$(document.body).removeClass('sidebar-open');
});
$(document).load(function() {
mermaid.initialize(
{
flowchart:
{
htmlLabels: false,
useMaxWidth:false
}
});
mermaid.init(undefined, ".mermaid")
$('svg').addClass('img-responsive');
$('pre code').each(function(i, block) {
hljs.highlightBlock(block);
});
});
hljs.initHighlightingOnLoad();
// Back to top
$(window).scroll(function() {
if ($(this).scrollTop() >= 200) { // If page is scrolled more than 50px
$('#return-to-top').fadeIn(1000); // Fade in the arrow
} else {
$('#return-to-top').fadeOut(1000); // Else fade out the arrow
}
});
$('#return-to-top').click(function() { // When arrow is clicked
$('body,html').animate({
scrollTop : 0 // Scroll to top of body
}, 500);
});
</script>
</body></html> | pomma89/KVLite | docs/api/PommaLabs.KVLite.Database/DbCacheConnectionFactory_3/4F9784A2.html | HTML | mit | 16,171 |
<!DOCTYPE html>
<html lang="en" ng-app="myApp">
<body ng-cloak>
<nav class="navbar navbar-default" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#auth">
<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="#/home" class="navbar-brand">100% Pure Firestorm</a>
</div>
<form id="auth" class="navbar-form navbar-right collapse navbar-collapse" ng-controller="HomeCtrl">
<fieldset ng-hide="auth.user">
<div class="form-group">
<input type="email" class="form-control" placeholder="email" ng-model="email" />
</div>
<div class="form-group">
<input type="password" class="form-control" placeholder="password" ng-model="password" />
</div>
<button type="submit" class="btn btn-default" ng-click="signIn()">Sign In / Sign Up</button>
</fieldset>
<span ng-show="auth.user">
{{auth.user.name}}
<button type="submit" class="btn btn-default" ng-click="auth.$logout()">Sign Out</button>
</span>
</form>
<p id="signed_in_as" class="navbar-text navbar-right" ng-show="auth.user">Signed in as {{auth.user.email}}</p>
</div>
</nav>
<div class="container" ng-controller="AlertCtrl">
<div class="alert alert-{{alert.class}}" ng-model="alert.message" ng-show="alert.message">
{{alert.message}}
</div>
</div>
</body>
</html> | rawrsome/ecommerce_firebase | app/home/home.html | HTML | mit | 1,910 |
<!DOCTYPE html>
<html>
<head>
<title>Test page</title>
<link rel="stylesheet" href="/css/app.css">
</head>
<body>
<h1>Test page</h1>
<script src="/js/bundle.js"></script>
</body>
</html> | bdunn313/elixir-prototyper | public/index.html | HTML | mit | 203 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Coq bench</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../../..">Unstable</a></li>
<li><a href=".">8.4.5 / coq-of-ocaml dev</a></li>
<li class="active"><a href="">2014-12-05 13:08:54</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="../../../../../about.html">About</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href=".">ยซ Up</a>
<h1>
coq-of-ocaml
<small>
dev
<span class="label label-warning">Error with dependencies</span>
</small>
</h1>
<p><em><script>document.write(moment("2014-12-05 13:08:54 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2014-12-05 13:08:54 UTC)</em><p>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>ruby lint.rb unstable ../unstable/packages/coq:coq-of-ocaml/coq:coq-of-ocaml.dev</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
<dt>Output</dt>
<dd><pre>The package is valid.
</pre></dd>
</dl>
<h2>Dry install</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --dry-run coq:coq-of-ocaml.dev coq.8.4.5</code></dd>
<dt>Return code</dt>
<dd>16896</dd>
<dt>Duration</dt>
<dd>0 s</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.4.5).
[ERROR] coq:coq-of-ocaml.dev is not available because it requires OCaml >= 4.02.0.
</pre></dd>
</dl>
<p>Dry install without Coq, to test if the problem was incompatibility with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --dry-run coq:coq-of-ocaml.dev</code></dd>
<dt>Return code</dt>
<dd>16896</dd>
<dt>Duration</dt>
<dd>1 s</dd>
<dt>Output</dt>
<dd><pre>The following actions will be performed:
- remove coq.8.4.5
=== 1 to remove ===
=-=- Removing Packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Removing coq.8.4.5.
[WARNING] Directory /home/bench/.opam/system/lib/coq is not empty, not removing
[WARNING] Directory /home/bench/.opam/system/share/coq is not empty, not removing
[ERROR] coq:coq-of-ocaml.dev is not available because it requires OCaml >= 4.02.0.
</pre></dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
<small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. ยฉ Guillaume Claret.</small>
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html> | coq-bench/coq-bench.github.io-old | clean/Linux-x86_64-4.01.0-1.2.0/unstable/8.4.5/coq-of-ocaml/dev/2014-12-05_13-08-54.html | HTML | mit | 6,076 |
<!DOCTYPE html>
<html lang="en">
<head>
<!-- start: Meta -->
<meta charset="utf-8" />
<!-- end: Meta -->
<!-- start: Mobile Specific -->
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- end: Mobile Specific -->
<!-- start: CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet" />
<link href="css/bootstrap-responsive.min.css" rel="stylesheet" />
<link href="css/style.min.css" rel="stylesheet" />
<link href="css/style-responsive.min.css" rel="stylesheet" />
<link href="css/retina.css" rel="stylesheet" />
<link href="css/overwrite.css" rel="stylesheet" />
<!-- end: CSS -->
<!-- The HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<link id="ie-style" href="css/ie.css" rel="stylesheet">
<![endif]-->
<!--[if IE 9]>
<link id="ie9style" href="css/ie9.css" rel="stylesheet">
<![endif]-->
<!-- start: Favicon and Touch Icons -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="ico/apple-touch-icon-144-precomposed.png" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="ico/apple-touch-icon-114-precomposed.png" />
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="ico/apple-touch-icon-72-precomposed.png" />
<link rel="apple-touch-icon-precomposed" href="ico/apple-touch-icon-57-precomposed.png" />
<link rel="shortcut icon" href="ico/favicon.png" />
<!-- end: Favicon and Touch Icons -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></head>
<body>
<!-- start: Header -->
<div class="navbar">
<div class="navbar-inner">
<div class="container-fluid">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".top-nav.nav-collapse,.sidebar-nav.nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a id="main-menu-toggle" class="hidden-phone open"><i class="icon-reorder"></i></a>
<div class="row-fluid">
<a class="brand span2" href="index.html"><span>Formula Admin</span></a>
</div>
<!-- start: Header Menu -->
<div class="nav-no-collapse header-nav">
<ul class="nav pull-right">
<li class="dropdown hidden-phone">
<a class="btn dropdown-toggle" data-toggle="dropdown" href="#">
<i class="icon-warning-sign"></i>
</a>
<ul class="dropdown-menu notifications">
<li class="dropdown-menu-title">
<span>You have 11 notifications</span>
</li>
<li>
<a href="#">
<span class="icon blue"><i class="icon-user"></i></span>
<span class="message">New user registration</span>
<span class="time">1 min</span>
</a>
</li>
<li>
<a href="#">
<span class="icon green"><i class="icon-comment-alt"></i></span>
<span class="message">New comment</span>
<span class="time">7 min</span>
</a>
</li>
<li>
<a href="#">
<span class="icon green"><i class="icon-comment-alt"></i></span>
<span class="message">New comment</span>
<span class="time">8 min</span>
</a>
</li>
<li>
<a href="#">
<span class="icon green"><i class="icon-comment-alt"></i></span>
<span class="message">New comment</span>
<span class="time">16 min</span>
</a>
</li>
<li>
<a href="#">
<span class="icon blue"><i class="icon-user"></i></span>
<span class="message">New user registration</span>
<span class="time">36 min</span>
</a>
</li>
<li>
<a href="#">
<span class="icon yellow"><i class="icon-shopping-cart"></i></span>
<span class="message">2 items sold</span>
<span class="time">1 hour</span>
</a>
</li>
<li class="warning">
<a href="#">
<span class="icon red"><i class="icon-user"></i></span>
<span class="message">User deleted account</span>
<span class="time">2 hour</span>
</a>
</li>
<li class="warning">
<a href="#">
<span class="icon red"><i class="icon-shopping-cart"></i></span>
<span class="message">Transaction was canceled</span>
<span class="time">6 hour</span>
</a>
</li>
<li>
<a href="#">
<span class="icon green"><i class="icon-comment-alt"></i></span>
<span class="message">New comment</span>
<span class="time">yesterday</span>
</a>
</li>
<li>
<a href="#">
<span class="icon blue"><i class="icon-user"></i></span>
<span class="message">New user registration</span>
<span class="time">yesterday</span>
</a>
</li>
<li class="dropdown-menu-sub-footer">
<a>View all notifications</a>
</li>
</ul>
</li>
<!-- start: Notifications Dropdown -->
<li class="dropdown hidden-phone">
<a class="btn dropdown-toggle" data-toggle="dropdown" href="#">
<i class="icon-tasks"></i>
</a>
<ul class="dropdown-menu tasks">
<li>
<span class="dropdown-menu-title">You have 17 tasks in progress</span>
</li>
<li>
<a href="#">
<span class="header">
<span class="title">iOS Development</span>
<span class="percent"></span>
</span>
<div class="taskProgress progressSlim progressBlue">80</div>
</a>
</li>
<li>
<a href="#">
<span class="header">
<span class="title">Android Development</span>
<span class="percent"></span>
</span>
<div class="taskProgress progressSlim progressYellow">47</div>
</a>
</li>
<li>
<a href="#">
<span class="header">
<span class="title">Django Project For Google</span>
<span class="percent"></span>
</span>
<div class="taskProgress progressSlim progressRed">32</div>
</a>
</li>
<li>
<a href="#">
<span class="header">
<span class="title">SEO for new sites</span>
<span class="percent"></span>
</span>
<div class="taskProgress progressSlim progressGreen">63</div>
</a>
</li>
<li>
<a href="#">
<span class="header">
<span class="title">New blog posts</span>
<span class="percent"></span>
</span>
<div class="taskProgress progressSlim progressPink">80</div>
</a>
</li>
<li>
<a class="dropdown-menu-sub-footer">View all tasks</a>
</li>
</ul>
</li>
<!-- end: Notifications Dropdown -->
<!-- start: Message Dropdown -->
<li class="dropdown hidden-phone">
<a class="btn dropdown-toggle" data-toggle="dropdown" href="#">
<i class="icon-envelope"></i>
</a>
<ul class="dropdown-menu messages">
<li>
<span class="dropdown-menu-title">You have 9 messages</span>
</li>
<li>
<a href="#">
<span class="avatar"><img src="img/avatar.jpg" alt="Avatar" /></span>
<span class="header">
<span class="from">
ลukasz Holeczek
</span>
<span class="time">
6 min
</span>
</span>
<span class="message">
Lorem ipsum dolor sit amet consectetur adipiscing elit, et al commore
</span>
</a>
</li>
<li>
<a href="#">
<span class="avatar"><img src="img/avatar2.jpg" alt="Avatar" /></span>
<span class="header">
<span class="from">
Megan Abott
</span>
<span class="time">
56 min
</span>
</span>
<span class="message">
Lorem ipsum dolor sit amet consectetur adipiscing elit, et al commore
</span>
</a>
</li>
<li>
<a href="#">
<span class="avatar"><img src="img/avatar3.jpg" alt="Avatar" /></span>
<span class="header">
<span class="from">
Kate Ross
</span>
<span class="time">
3 hours
</span>
</span>
<span class="message">
Lorem ipsum dolor sit amet consectetur adipiscing elit, et al commore
</span>
</a>
</li>
<li>
<a href="#">
<span class="avatar"><img src="img/avatar4.jpg" alt="Avatar" /></span>
<span class="header">
<span class="from">
Julie Blank
</span>
<span class="time">
yesterday
</span>
</span>
<span class="message">
Lorem ipsum dolor sit amet consectetur adipiscing elit, et al commore
</span>
</a>
</li>
<li>
<a href="#">
<span class="avatar"><img src="img/avatar5.jpg" alt="Avatar" /></span>
<span class="header">
<span class="from">
Jane Sanders
</span>
<span class="time">
Jul 25, 2012
</span>
</span>
<span class="message">
Lorem ipsum dolor sit amet consectetur adipiscing elit, et al commore
</span>
</a>
</li>
<li>
<a class="dropdown-menu-sub-footer">View all messages</a>
</li>
</ul>
</li>
<!-- end: Message Dropdown -->
<li>
<a class="btn" href="#">
<i class="icon-wrench"></i>
</a>
</li>
<!-- start: User Dropdown -->
<li class="dropdown">
<a class="btn account dropdown-toggle" data-toggle="dropdown" href="#">
<div class="avatar"><img src="img/avatar.jpg" alt="Avatar" /></div>
<div class="user">
<span class="hello">Welcome!</span>
<span class="name">ลukasz Holeczek</span>
</div>
</a>
<ul class="dropdown-menu">
<li class="dropdown-menu-title">
</li>
<li><a href="#"><i class="icon-user"></i> Profile</a></li>
<li><a href="#"><i class="icon-cog"></i> Settings</a></li>
<li><a href="#"><i class="icon-envelope"></i> Messages</a></li>
<li><a href="login.html"><i class="icon-off"></i> Logout</a></li>
</ul>
</li>
<!-- end: User Dropdown -->
</ul>
</div>
<!-- end: Header Menu -->
</div>
</div>
</div>
<!-- start: Header -->
<div class="container-fluid-full">
<div class="row-fluid">
<!-- start: Main Menu -->
<div id="sidebar-left" class="span2">
<div class="row-fluid actions">
<input type="text" class="search span12" placeholder="..." />
</div>
<div class="nav-collapse sidebar-nav">
<ul class="nav nav-tabs nav-stacked main-menu">
<li><a href="index.html"><i class="icon-bar-chart"></i><span class="hidden-tablet"> Dashboard</span></a></li>
<li><a href="ui.html"><i class="icon-eye-open"></i><span class="hidden-tablet"> UI Features</span></a></li>
<li><a href="widgets.html"><i class="icon-dashboard"></i><span class="hidden-tablet"> Widgets</span></a></li>
<li>
<a class="dropmenu" href="#"><i class="icon-folder-close-alt"></i><span class="hidden-tablet"> Example Pages</span> <span class="label">3</span></a>
<ul>
<li><a class="submenu" href="infrastructure.html"><i class="icon-hdd"></i><span class="hidden-tablet"> Infrastructure</span></a></li>
<li><a class="submenu" href="messages.html"><i class="icon-envelope"></i><span class="hidden-tablet"> Messages</span></a></li>
<li><a class="submenu" href="tasks.html"><i class="icon-tasks"></i><span class="hidden-tablet"> Tasks</span></a></li>
</ul>
</li>
<li><a href="form.html"><i class="icon-edit"></i><span class="hidden-tablet"> Forms</span></a></li>
<li><a href="chart.html"><i class="icon-list-alt"></i><span class="hidden-tablet"> Charts</span></a></li>
<li><a href="typography.html"><i class="icon-font"></i><span class="hidden-tablet"> Typography</span></a></li>
<li><a href="gallery.html"><i class="icon-picture"></i><span class="hidden-tablet"> Gallery</span></a></li>
<li><a href="table.html"><i class="icon-align-justify"></i><span class="hidden-tablet"> Tables</span></a></li>
<li><a href="calendar.html"><i class="icon-calendar"></i><span class="hidden-tablet"> Calendar</span></a></li>
<li><a href="file-manager.html"><i class="icon-folder-open"></i><span class="hidden-tablet"> File Manager</span></a></li>
<li><a href="icon.html"><i class="icon-star"></i><span class="hidden-tablet"> Icons</span></a></li>
<li><a href="login.html"><i class="icon-lock"></i><span class="hidden-tablet"> Login Page</span></a></li>
</ul>
</div>
</div>
<!-- end: Main Menu -->
<!-- start: Content -->
<div id="content" class="span10">
<div class="row-fluid">
<div class="span7">
<h1>Inbox</h1>
<ul class="messagesList">
<li>
<span class="from"><span class="glyphicons star"><i></i></span> Lukasz Holeczek <span class="glyphicons paperclip"><i></i></span></span><span class="title"><span class="label label-warning">problem</span> Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit..</span><span class="date">Today, <b>3:47 PM</b></span>
</li>
<li>
<span class="from"><span class="glyphicons dislikes"><i></i></span> Lukasz Holeczek</span><span class="title">Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit..</span><span class="date">Today, <b>3:47 PM</b></span>
</li>
<li>
<span class="from"><span class="glyphicons dislikes"><i></i></span> Lukasz Holeczek</span><span class="title">Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit..</span><span class="date">Today, <b>3:47 PM</b></span>
</li>
<li>
<span class="from"><span class="glyphicons star"><i></i></span> Lukasz Holeczek <span class="glyphicons paperclip"><i></i></span></span><span class="title"><span class="label label-success">task</span> Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit..</span><span class="date">Today, <b>3:47 PM</b></span>
</li>
<li>
<span class="from"><span class="glyphicons dislikes"><i></i></span> Lukasz Holeczek <span class="glyphicons paperclip"><i></i></span></span><span class="title">Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit..</span><span class="date">Today, <b>3:47 PM</b></span>
</li>
<li>
<span class="from"><span class="glyphicons dislikes"><i></i></span> Lukasz Holeczek <span class="glyphicons paperclip"><i></i></span></span><span class="title">Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit..</span><span class="date">Today, <b>3:47 PM</b></span>
</li>
<li>
<span class="from"><span class="glyphicons dislikes"><i></i></span> Lukasz Holeczek</span><span class="title"><span class="label label-info">information</span> Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit..</span><span class="date">Today, <b>3:47 PM</b></span>
</li>
<li>
<span class="from"><span class="glyphicons star"><i></i></span> Lukasz Holeczek</span><span class="title">Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit..</span><span class="date">Today, <b>3:47 PM</b></span>
</li>
<li>
<span class="from"><span class="glyphicons dislikes"><i></i></span> Lukasz Holeczek <span class="glyphicons paperclip"><i></i></span></span><span class="title">Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit..</span><span class="date">Today, <b>3:47 PM</b></span>
</li>
<li>
<span class="from"><span class="glyphicons dislikes"><i></i></span> Lukasz Holeczek <span class="glyphicons paperclip"><i></i></span></span><span class="title">Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit..</span><span class="date">Today, <b>3:47 PM</b></span>
</li>
<li>
<span class="from"><span class="glyphicons dislikes"><i></i></span> Lukasz Holeczek</span><span class="title">Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit..</span><span class="date">Today, <b>3:47 PM</b></span>
</li>
<li>
<span class="from"><span class="glyphicons star"><i></i></span> Lukasz Holeczek <span class="glyphicons paperclip"><i></i></span></span><span class="title">Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit..</span><span class="date">Today, <b>3:47 PM</b></span>
</li>
<li>
<span class="from"><span class="glyphicons dislikes"><i></i></span> Lukasz Holeczek</span><span class="title">Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit..</span><span class="date">Today, <b>3:47 PM</b></span>
</li>
<li>
<span class="from"><span class="glyphicons dislikes"><i></i></span> Lukasz Holeczek</span><span class="title">Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit..</span><span class="date">Today, <b>3:47 PM</b></span>
</li>
<li>
<span class="from"><span class="glyphicons star"><i></i></span> Lukasz Holeczek <span class="glyphicons paperclip"><i></i></span></span><span class="title">Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit..</span><span class="date">Today, <b>3:47 PM</b></span>
</li>
<li>
<span class="from"><span class="glyphicons dislikes"><i></i></span> Lukasz Holeczek <span class="glyphicons paperclip"><i></i></span></span><span class="title">Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit..</span><span class="date">Today, <b>3:47 PM</b></span>
</li>
<li>
<span class="from"><span class="glyphicons dislikes"><i></i></span> Lukasz Holeczek <span class="glyphicons paperclip"><i></i></span></span><span class="title">Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit..</span><span class="date">Today, <b>3:47 PM</b></span>
</li>
<li>
<span class="from"><span class="glyphicons dislikes"><i></i></span> Lukasz Holeczek</span><span class="title">Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit..</span><span class="date">Today, <b>3:47 PM</b></span>
</li>
<li>
<span class="from"><span class="glyphicons star"><i></i></span> Lukasz Holeczek</span><span class="title">Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit..</span><span class="date">Today, <b>3:47 PM</b></span>
</li>
<li>
<span class="from"><span class="glyphicons dislikes"><i></i></span> Lukasz Holeczek <span class="glyphicons paperclip"><i></i></span></span><span class="title">Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit..</span><span class="date">Today, <b>3:47 PM</b></span>
</li>
<li>
<span class="from"><span class="glyphicons dislikes"><i></i></span> Lukasz Holeczek <span class="glyphicons paperclip"><i></i></span></span><span class="title">Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit..</span><span class="date">Today, <b>3:47 PM</b></span>
</li>
<li>
<span class="from"><span class="glyphicons dislikes"><i></i></span> Lukasz Holeczek</span><span class="title">Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit..</span><span class="date">Today, <b>3:47 PM</b></span>
</li>
<li>
<span class="from"><span class="glyphicons dislikes"><i></i></span> Lukasz Holeczek <span class="glyphicons paperclip"><i></i></span></span><span class="title">Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit..</span><span class="date">Today, <b>3:47 PM</b></span>
</li>
<li>
<span class="from"><span class="glyphicons dislikes"><i></i></span> Lukasz Holeczek</span><span class="title">Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit..</span><span class="date">Today, <b>3:47 PM</b></span>
</li>
<li>
<span class="from"><span class="glyphicons star"><i></i></span> Lukasz Holeczek</span><span class="title">Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit..</span><span class="date">Today, <b>3:47 PM</b></span>
</li>
<li>
<span class="from"><span class="glyphicons dislikes"><i></i></span> Lukasz Holeczek <span class="glyphicons paperclip"><i></i></span></span><span class="title">Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit..</span><span class="date">Today, <b>3:47 PM</b></span>
</li>
<li>
<span class="from"><span class="glyphicons dislikes"><i></i></span> Lukasz Holeczek <span class="glyphicons paperclip"><i></i></span></span><span class="title">Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit..</span><span class="date">Today, <b>3:47 PM</b></span>
</li>
<li>
<span class="from"><span class="glyphicons dislikes"><i></i></span> Lukasz Holeczek</span><span class="title">Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit..</span><span class="date">Today, <b>3:47 PM</b></span>
</li>
<li>
<span class="from"><span class="glyphicons dislikes"><i></i></span> Lukasz Holeczek <span class="glyphicons paperclip"><i></i></span></span><span class="title">Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit..</span><span class="date">Today, <b>3:47 PM</b></span>
</li>
<li>
<span class="from"><span class="glyphicons dislikes"><i></i></span> Lukasz Holeczek</span><span class="title">Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit..</span><span class="date">Today, <b>3:47 PM</b></span>
</li>
<li>
<span class="from"><span class="glyphicons star"><i></i></span> Lukasz Holeczek</span><span class="title">Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit..</span><span class="date">Today, <b>3:47 PM</b></span>
</li>
<li>
<span class="from"><span class="glyphicons dislikes"><i></i></span> Lukasz Holeczek <span class="glyphicons paperclip"><i></i></span></span><span class="title">Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit..</span><span class="date">Today, <b>3:47 PM</b></span>
</li>
<li>
<span class="from"><span class="glyphicons dislikes"><i></i></span> Lukasz Holeczek <span class="glyphicons paperclip"><i></i></span></span><span class="title">Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit..</span><span class="date">Today, <b>3:47 PM</b></span>
</li>
<li>
<span class="from"><span class="glyphicons dislikes"><i></i></span> Lukasz Holeczek</span><span class="title">Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit..</span><span class="date">Today, <b>3:47 PM</b></span>
</li>
</ul>
</div>
<div class="span5 message-view">
<div class="message">
<div class="header">
<h1>"Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit.."</h1>
<div class="from"><i class="halflings-icon user"></i> <b>Lukasz Holeczek</b> / [email protected]</div>
<div class="date"><i class="halflings-icon time"></i> Today, <b>3:47 PM</b></div>
<div class="menu"></div>
</div>
<div class="content">
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</p>
<blockquote>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</blockquote>
</div>
<div class="attachments">
<ul>
<li>
<span class="label label-important">zip</span> <b>bootstrap.zip</b> <i>(2,5MB)</i>
<span class="quickMenu">
<a href="#" class="glyphicons search"><i></i></a>
<a href="#" class="glyphicons share"><i></i></a>
<a href="#" class="glyphicons cloud-download"><i></i></a>
</span>
</li>
<li>
<span class="label label-info">txt</span> <b>readme.txt</b> <i>(7KB)</i>
<span class="quickMenu">
<a href="#" class="glyphicons search"><i></i></a>
<a href="#" class="glyphicons share"><i></i></a>
<a href="#" class="glyphicons cloud-download"><i></i></a>
</span>
</li>
<li>
<span class="label label-success">xls</span> <b>spreadsheet.xls</b> <i>(984KB)</i>
<span class="quickMenu">
<a href="#" class="glyphicons search"><i></i></a>
<a href="#" class="glyphicons share"><i></i></a>
<a href="#" class="glyphicons cloud-download"><i></i></a>
</span>
</li>
</ul>
</div>
<form class="replyForm" method="post" action="" />
<fieldset>
<textarea tabindex="3" class="input-xlarge span12" id="message" name="body" rows="12" placeholder="Click here to reply"></textarea>
<div class="actions">
<button tabindex="3" type="submit" class="btn btn-success">Send message</button>
</div>
</fieldset>
</form>
</div>
</div>
</div>
</div>
<!-- end: Content -->
</div><!--/fluid-row-->
<div class="modal hide fade" id="myModal">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">ร</button>
<h3>Settings</h3>
</div>
<div class="modal-body">
<p>Here settings can be configured...</p>
</div>
<div class="modal-footer">
<a href="#" class="btn" data-dismiss="modal">Close</a>
<a href="#" class="btn btn-primary">Save changes</a>
</div>
</div>
<div class="clearfix"></div>
<footer>
</footer>
</div><!--/.fluid-container-->
<!-- start: JavaScript-->
<script src="js/jquery-1.10.2.min.js"></script>
<script src="js/jquery-migrate-1.2.1.min.js"></script>
<script src="js/jquery-ui-1.10.3.custom.min.js"></script>
<script src="js/jquery.ui.touch-punch.js"></script>
<script src="js/modernizr.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.cookie.js"></script>
<script src='js/fullcalendar.min.js'></script>
<script src='js/jquery.dataTables.min.js'></script>
<script src="js/excanvas.js"></script>
<script src="js/jquery.flot.js"></script>
<script src="js/jquery.flot.pie.js"></script>
<script src="js/jquery.flot.stack.js"></script>
<script src="js/jquery.flot.resize.min.js"></script>
<script src="js/jquery.flot.time.js"></script>
<script src="js/jquery.chosen.min.js"></script>
<script src="js/jquery.uniform.min.js"></script>
<script src="js/jquery.cleditor.min.js"></script>
<script src="js/jquery.noty.js"></script>
<script src="js/jquery.elfinder.min.js"></script>
<script src="js/jquery.raty.min.js"></script>
<script src="js/jquery.iphone.toggle.js"></script>
<script src="js/jquery.uploadify-3.1.min.js"></script>
<script src="js/jquery.gritter.min.js"></script>
<script src="js/jquery.imagesloaded.js"></script>
<script src="js/jquery.masonry.min.js"></script>
<script src="js/jquery.knob.modified.js"></script>
<script src="js/jquery.sparkline.min.js"></script>
<script src="js/counter.min.js"></script>
<script src="js/raphael.2.1.0.min.js"></script>
<script src="js/justgage.1.0.1.min.js"></script>
<script src="js/jquery.autosize.min.js"></script>
<script src="js/retina.js"></script>
<script src="js/jquery.placeholder.min.js"></script>
<script src="js/wizard.min.js"></script>
<script src="js/core.min.js"></script>
<script src="js/charts.min.js"></script>
<script src="js/custom.min.js"></script>
<!-- end: JavaScript-->
</body>
</html> | xumx/Example | admin/messages.html | HTML | mit | 32,584 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>18 --> 19</title>
<link href="./../../assets/style.css" rel="stylesheet">
</head>
<body>
<h2>You have to be fast</h2>
<a href="./502f1cbec298f3589707449e7bac839cc48a5a54d7def4a2cf2ab132dd62237e.html">Teleport</a>
<hr>
<a href="./../../about.md">About</a> (Spoilers! )
<script src="./../../assets/md5.js"></script>
<script>
window.currentLevel = 7;
</script>
<script src="./../../assets/script.js"></script>
</body>
</html> | simonmysun/praxis | TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/221202041ef5932dab6cd10be5fdf25beb4be5d3ccd9d5df7a5288a0d98006cf.html | HTML | mit | 550 |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- Common Lisp REST Server 0.2, Feb 15, 2022
Mariano Montone
Copyright (C) 2014, Mariano Montone
-->
<!-- Created by GNU Texinfo 6.7, http://www.gnu.org/software/texinfo/ -->
<!-- This file redirects to the location of a node or anchor -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>3a (Common Lisp REST Server Documentation)</title>
<meta name="description" content="3a (Common Lisp REST Server Documentation)">
<meta name="keywords" content="3a (Common Lisp REST Server Documentation)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<style type="text/css">
<!--
/* Style-sheet to use for manuals (copied from Emacs) */
@import url('../style.css');
/* makeinfo 6.5 converts @quotation to <blockquote>. Highlight them. */
a.summary-letter {text-decoration: none}
blockquote.indentedblock {margin-right: 0em}
div.display {margin-left: 3.2em}
div.example {margin-left: 3.2em}
div.lisp {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}
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}
blockquote {
font-style: normal;
border-left: solid 10px red;
padding-left: 2.5%;
margin-left: 0px;
}
/* Increase inter-line spacing to improve readability. */
p, pre, li, dt, dd, table, code, address { line-height: 1.5em; }
var { font-style: italic; }
/* Lay out @lisp just like @example. Copied from what /style.css
does for the 'example' class. */
div.lisp { padding: .8em 1.2em .4em; }
pre.lisp { padding: .8em 1.2em; }
div.lisp, pre.lisp {
margin: 1em 0 1em 3% ;
-webkit-border-radius: .3em;
-moz-border-radius: .3em;
border-radius: .3em;
border: 1px solid #d4cbb6;
background-color: #f2efe4;
}
div.lisp > pre.lisp {
padding: 0 0 .4em;
margin: 0;
border: none;
}
/* makeinfo 6.7 uses <div class="header"> for navigation links above node
titles. Make those links less prominent. */
.header {
line-height: 2em;
font-size: 87.5%;
color: #433;
}
/* In title and node titles, use Fira Sans if available as it is more
pleasant and more compact than Helvetica. */
.settitle, .top, .chapter, .section, .subsection, .subsubsection {
font-family: Fira Sans, sans;
}
/* ----- coreutils specific styling ----- */
/* layout.css indents "body p" when it should probably only indent "body > p"?
In any case, disable indenting of p in these sub elements. */
dd p,li p {
margin-left: 0;
margin-right: 0;
}
/* underlined links are distracting, especially within outlined tables. */
a { /*add :link for external links*/
text-decoration: none; /* don't underline links by default */
outline-style: none; /* don't put dotted box around clicked links */
}
a:hover {
text-decoration: underline;
}
body {
/* Make sure the body doesn't become to wide: long lines are hard to
read. */
max-width: 45em;
}
-->
</style>
<meta http-equiv="Refresh" content="0; url=API.html#g_t3a">
</head>
<body lang="en">
<p>The node you are looking for is at <a href="API.html#g_t3a">3a</a>.</p>
</body>
| mmontone/cl-rest-server | docs/cl-rest-server/3a.html | HTML | mit | 3,511 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>T177911430127943681</title>
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,600">
<link rel="stylesheet" href="/style.css">
<link rel="stylesheet" href="/custom.css">
<link rel="alternate" type="application/rss+xml" title="Des Paroz" href="http://desparoz.me/feed.xml" />
<link rel="alternate" type="application/json" title="Des Paroz" href="http://desparoz.me/feed.json" />
<link rel="EditURI" type="application/rsd+xml" href="/rsd.xml" />
<link rel="me" href="https://micro.blog/desparoz" />
<link rel="me" href="https://twitter.com/desparoz" />
<link rel="me" href="https://github.com/desparoz" />
<link rel="authorization_endpoint" href="https://indieauth.com/auth" />
<link rel="token_endpoint" href="https://tokens.indieauth.com/token" />
<link rel="micropub" href="https://micro.blog/micropub" />
<link rel="webmention" href="https://micro.blog/webmention" />
</head>
<body>
<div class="container">
<header class="masthead">
<h1 class="masthead-title--small">
<a href="/">Des Paroz</a>
</h1>
</header>
<div class="content post h-entry">
<div class="post-date">
<time class="dt-published" datetime="2012-03-09 10:19:00 +1000">09 Mar 2012</time>
</div>
<div class="e-content">
<p>Loving it! RT @iA: iA Writer for iPhone is available now: <a href="http://t.co/0300WO9J">t.co/0300WO9J</a> Curious to hear what you think.</p>
</div>
</div>
</div>
</body>
</html>
| desparoz/desparoz.github.io | _site/2012/03/09/t177911430127943681.html | HTML | mit | 1,627 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.11"/>
<title>V8 API Reference Guide for node.js v8.0.0 - v8.1.0: Member List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">V8 API Reference Guide for node.js v8.0.0 - v8.1.0
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.11 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="inherits.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespacev8.html">v8</a></li><li class="navelem"><a class="el" href="classv8_1_1NativeWeakMap.html">NativeWeakMap</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">v8::NativeWeakMap Member List</div> </div>
</div><!--header-->
<div class="contents">
<p>This is the complete list of members for <a class="el" href="classv8_1_1NativeWeakMap.html">v8::NativeWeakMap</a>, including all inherited members.</p>
<table class="directory">
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Delete</b>(Local< Value > key) (defined in <a class="el" href="classv8_1_1NativeWeakMap.html">v8::NativeWeakMap</a>)</td><td class="entry"><a class="el" href="classv8_1_1NativeWeakMap.html">v8::NativeWeakMap</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>Get</b>(Local< Value > key) (defined in <a class="el" href="classv8_1_1NativeWeakMap.html">v8::NativeWeakMap</a>)</td><td class="entry"><a class="el" href="classv8_1_1NativeWeakMap.html">v8::NativeWeakMap</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Has</b>(Local< Value > key) (defined in <a class="el" href="classv8_1_1NativeWeakMap.html">v8::NativeWeakMap</a>)</td><td class="entry"><a class="el" href="classv8_1_1NativeWeakMap.html">v8::NativeWeakMap</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>New</b>(Isolate *isolate) (defined in <a class="el" href="classv8_1_1NativeWeakMap.html">v8::NativeWeakMap</a>)</td><td class="entry"><a class="el" href="classv8_1_1NativeWeakMap.html">v8::NativeWeakMap</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Set</b>(Local< Value > key, Local< Value > value) (defined in <a class="el" href="classv8_1_1NativeWeakMap.html">v8::NativeWeakMap</a>)</td><td class="entry"><a class="el" href="classv8_1_1NativeWeakMap.html">v8::NativeWeakMap</a></td><td class="entry"></td></tr>
</table></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.11
</small></address>
</body>
</html>
| v8-dox/v8-dox.github.io | c8be718/html/classv8_1_1NativeWeakMap-members.html | HTML | mit | 5,981 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>io: 10 s</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.5.0~camlp4 / io - 2.0.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">ยซ Up</a>
<h1>
io
<small>
2.0.0
<span class="label label-success">10 s</span>
</small>
</h1>
<p><em><script>document.write(moment("2020-09-09 03:51:12 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-09-09 03:51:12 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-num base Num library distributed with the OCaml compiler
base-threads base
base-unix base
camlp4 4.05+1 Camlp4 is a system for writing extensible parsers for programming languages
conf-findutils 1 Virtual package relying on findutils
coq 8.5.0~camlp4 Formal proof management system.
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.05.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.05.0 Official 4.05.0 release
ocaml-config 1 OCaml Switch Configuration
ocamlbuild 0.14.0 OCamlbuild is a build system with builtin rules to easily build most OCaml projects.
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "https://github.com/clarus/io"
dev-repo: "git+https://github.com/clarus/io.git"
bug-reports: "https://github.com/clarus/io/issues"
authors: ["Guillaume Claret"]
license: "MIT"
build: [
["./configure.sh"]
[make "-j%{jobs}%"]
]
install: [
[make "install"]
]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Io"]
depends: [
"ocaml"
"coq" {>= "8.4pl4"}
]
synopsis: "A library for effects in Coq"
flags: light-uninstall
url {
src: "https://github.com/coq-io/io/archive/2.0.0.tar.gz"
checksum: "md5=0e49a9b1286fca15f2b34b1065388244"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-io.2.0.0 coq.8.5.0~camlp4</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam list; echo; ulimit -Sv 4000000; timeout 2h opam install -y --deps-only coq-io.2.0.0 coq.8.5.0~camlp4</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>7 s</dd>
</dl>
<h2>Install</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam list; echo; ulimit -Sv 16000000; timeout 2h opam install -y -v coq-io.2.0.0 coq.8.5.0~camlp4</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>10 s</dd>
</dl>
<h2>Installation size</h2>
<p>Total: 17 K</p>
<ul>
<li>7 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Io/C.vo</code></li>
<li>7 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Io/Run.vo</code></li>
<li>2 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Io/Effects.vo</code></li>
<li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Io/All.vo</code></li>
</ul>
<h2>Uninstall</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq-io.2.0.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
<small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. ยฉ Guillaume Claret.</small>
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.05.0-2.0.6/released/8.5.0~camlp4/io/2.0.0.html | HTML | mit | 6,778 |
{% capture pageurl %}{% if site.lang == "en" %}/{{ site.lang }}{% endif %}{{ page.url }}{% endcapture %}
<li {% if page.url == "/" %} class="active" {% endif %}>
<a href="{{ site.baseurl | append: "/" }}">{% t menu.home %}</a>
</li>
{% capture service %}{% tl perkhidmatan %}{% endcapture %}
<li {% if pageurl == service %} class="active" {% endif %}>
<a href="{{ service }}">{% t menu.service %}</a>
</li>
<li>
<a class="dropdown-button" href="#" data-activates="nav-products">{% t menu.product %}<i class="material-icons right">arrow_drop_down</i></a>
<ul id="nav-products" class="dropdown-content">
<li><a href="{% tl cwt_terminal %}">{% t menu.products.cwt %}</a></li>
<li><a href="{% tl app %}">{% t menu.products.app %}</a></li>
<li><a href="{% tl season_pass %}">{% t menu.products.season_pass %}</a></li>
<li><a href="{% tl reserve_bay %}">{% t menu.products.reserve_bay %}</a></li>
</ul>
</li>
<li>
<a class="dropdown-button" href="#" data-activates="nav-operations">{% t menu.operation %}<i class="material-icons right">arrow_drop_down</i></a>
<ul id="nav-operations" class="dropdown-content">
<li><a href="{% tl terminal_ops %}">{% t menu.operations.terminal %}</a></li>
<li><a href="{% tl season_pass %}">{% t menu.operations.season_pass %}</a></li>
<li><a href="{% tl reserve_bay %}">{% t menu.operations.reserve_bay %}</a></li>
<li><a href="{% tl compound %}">{% t menu.operations.compound %}</a></li>
<li><a href="{% tl rate %}">{% t menu.operations.rate %}</a></li>
</ul>
</li>
<!-- {% capture contact %}{% tl ontact %}{% endcapture %} -->
<li><a href="{% tl contact %}">{% t menu.contact %}</a></li>
<li><a href="{{ site.baseurl_root }}/">MS</a></li>
<li><a href="{{ site.baseurl_root }}/en">EN</a></li>
| kuntau/ccpdbkl | _includes/nav-main.html | HTML | mit | 1,773 |
<!DOCTYPE html>
<html>
<head>
<title>Opa tests for md_flp_unit_line_no_line_unit</title>
<meta http-equiv='X-UA-Compatible' content='IE=edge' />
<meta charset="UTF-8">
<script id="sap-ui-bootstrap"
src="../../resources/sap-ui-core.js"
data-sap-ui-resourceroots='{
"md.flp.unit.line.no.line.unit.test.integration": "./",
"md.flp.unit.line.no.line.unit.app" : "../flpSandboxMockServer"
}'>
</script>
<script>
jQuery.sap.require("md.flp.unit.line.no.line.unit.test.integration.PhoneJourneys");
</script>
</head>
<body>
<div id="qunit"></div>
<div id="qunit-fixture"></div>
</body>
</html> | saphka/grunt-openui5-templates | test/expected/md_flp_unit_line_no_line_unit/webapp/test/integration/opaTestsPhone.qunit.html | HTML | mit | 635 |
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Three.js StarterApp</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- build:css assets/css/style.css -->
<link rel="stylesheet" href="assets/css/main.css">
<!-- endbuild -->
</head>
<body>
<!--[if lt IE 10]>
<p class="browsehappy">
You are using an <strong>outdated</strong> browser.
Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.
</p>
<![endif]-->
<div id="canvas-body">
</div>
<!-- build:js assets/js/vendor.js -->
<script src="assets/js/lib/dat.gui.min.js"></script>
<script src="assets/js/lib/three.min.js"></script>
<script src="assets/js/lib/plugins/OrbitControls.js"></script>
<!-- endbuild -->
<!-- build:js assets/js/main.js -->
<script src="assets/js/src/StarterApp.js"></script>
<script src="assets/js/src/StarterAppCore.js"></script>
<script src="assets/js/src/StarterAppHUD.js"></script>
<script src="assets/js/src/StarterAppUtils.js"></script>
<script src="assets/js/main.js"></script>
<!-- endbuild -->
</body>
</html>
| codenameyau/threejs-prototype-starter | app/index.html | HTML | mit | 1,245 |
<!DOCTYPE html>
<html lang="en">
<head>
<!-- hexo-inject:begin --><!-- hexo-inject:end --><meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="generator" content="ๅฌๆฅใฎ่ๅ">
<title>Tag: Papers - ๅฌๆฅใฎ่ๅ</title>
<meta name="author" content="Yujiang Bi">
<meta name="keywords" content="c++,mac,hexo,linux,python,physics,quantum,machine learning,">
<link rel="icon" href="https://amito.me/images/favicon.ico">
<link rel="alternate" type="application/atom+xml" title="RSS" href="/atom.xml">
<script type="application/ld+json">{}</script>
<meta name="description" content="Assistant Professor">
<meta name="keywords" content="c++,mac,hexo,linux,python,physics,quantum,machine learning">
<meta property="og:type" content="blog">
<meta property="og:title" content="ๅฌๆฅใฎ่ๅ">
<meta property="og:url" content="https://amito.me/tags/Papers/index.html">
<meta property="og:site_name" content="ๅฌๆฅใฎ่ๅ">
<meta property="og:description" content="Assistant Professor">
<meta property="og:locale" content="en">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="ๅฌๆฅใฎ่ๅ">
<meta name="twitter:description" content="Assistant Professor">
<meta name="twitter:creator" content="@byujiang">
<meta property="fb:admins" content="892874147463767"/>
<meta property="og:image" content="https://amito.me/images/bio.jpg"/>
<!--STYLES-->
<link rel="stylesheet" href="/assets/css/style-9bctnjhlsyiflkf3kdwi047d70orexb72ufc7ahbpnrfa9tbfhztodacxslc.min.css">
<link rel="stylesheet" href="/assets/css/donate.css">
<!--STYLES END-->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-46872566-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-46872566-3');
</script>
<link rel="stylesheet" href="/css/prism-a11y-dark.css" type="text/css"><!-- hexo-inject:begin --><!-- hexo-inject:end --></head>
<body>
<!-- hexo-inject:begin --><!-- hexo-inject:end --><div id="blog">
<!-- Define author's picture -->
<header id="header" data-behavior="2">
<i id="btn-open-sidebar" class="fa fa-lg fa-bars"></i>
<div class="header-title">
<a
class="header-title-link"
href="/ "
aria-label=""
>
ๅฌๆฅใฎ่ๅ
</a>
</div>
<a
class="header-right-picture "
href="#about"
aria-label="Open the link: /#about"
>
<img class="header-picture" src="/images/bio.jpg" alt="Author's picture"/>
</a>
</header>
<!-- Define author's picture -->
<nav id="sidebar" data-behavior="2">
<div class="sidebar-container">
<div class="sidebar-profile">
<a
href="/#about"
aria-label="Read more about the author"
>
<img class="sidebar-profile-picture" src="/images/bio.jpg" alt="Author's picture"/>
</a>
<h4 class="sidebar-profile-name">Yujiang Bi</h4>
<h5 class="sidebar-profile-bio"><p>author.bio</p>
</h5>
</div>
<ul class="sidebar-buttons">
<li class="sidebar-button">
<a class="sidebar-button-link "
href="/ "
title="Home"
>
<i class="sidebar-button-icon fa fa-home" aria-hidden="true"></i>
<span class="sidebar-button-desc">Home</span>
</a>
</li>
<li class="sidebar-button">
<a class="sidebar-button-link "
href="/all-categories"
title="Categories"
>
<i class="sidebar-button-icon fa fa-bookmark" aria-hidden="true"></i>
<span class="sidebar-button-desc">Categories</span>
</a>
</li>
<li class="sidebar-button">
<a class="sidebar-button-link "
href="/all-tags"
title="Tags"
>
<i class="sidebar-button-icon fa fa-tags" aria-hidden="true"></i>
<span class="sidebar-button-desc">Tags</span>
</a>
</li>
<li class="sidebar-button">
<a class="sidebar-button-link "
href="/all-archives"
title="Archives"
>
<i class="sidebar-button-icon fa fa-archive" aria-hidden="true"></i>
<span class="sidebar-button-desc">Archives</span>
</a>
</li>
<li class="sidebar-button">
<a class="sidebar-button-link open-algolia-search"
href="#search"
title="Search"
>
<i class="sidebar-button-icon fa fa-search" aria-hidden="true"></i>
<span class="sidebar-button-desc">Search</span>
</a>
</li>
<li class="sidebar-button">
<a class="sidebar-button-link "
href="#about"
title="About"
>
<i class="sidebar-button-icon fa fa-question" aria-hidden="true"></i>
<span class="sidebar-button-desc">About</span>
</a>
</li>
</ul>
<ul class="sidebar-buttons">
<li class="sidebar-button">
<a class="sidebar-button-link " href="https://github.com/darkshell" target="_blank" rel="noopener" title="GitHub">
<i class="sidebar-button-icon fab fa-github" aria-hidden="true"></i>
<span class="sidebar-button-desc">GitHub</span>
</a>
</li>
<li class="sidebar-button">
<a class="sidebar-button-link " href="https://twitter.com/byujiang" target="_blank" rel="noopener" title="Twitter">
<i class="sidebar-button-icon fab fa-twitter" aria-hidden="true"></i>
<span class="sidebar-button-desc">Twitter</span>
</a>
</li>
<li class="sidebar-button">
<a class="sidebar-button-link " href="https://facebook.com/byujiang" target="_blank" rel="noopener" title="Facebook">
<i class="sidebar-button-icon fab fa-facebook" aria-hidden="true"></i>
<span class="sidebar-button-desc">Facebook</span>
</a>
</li>
<li class="sidebar-button">
<a class="sidebar-button-link " href="https://www.linkedin.com/profile/" target="_blank" rel="noopener" title="LinkedIn">
<i class="sidebar-button-icon fab fa-linkedin" aria-hidden="true"></i>
<span class="sidebar-button-desc">LinkedIn</span>
</a>
</li>
<li class="sidebar-button">
<a class="sidebar-button-link " href="mailto:[email protected]" target="_blank" rel="noopener" title="Mail">
<i class="sidebar-button-icon fa fa-envelope" aria-hidden="true"></i>
<span class="sidebar-button-desc">Mail</span>
</a>
</li>
</ul>
<ul class="sidebar-buttons">
<li class="sidebar-button">
<a class="sidebar-button-link "
href="/atom.xml"
title="RSS"
>
<i class="sidebar-button-icon fa fa-rss" aria-hidden="true"></i>
<span class="sidebar-button-desc">RSS</span>
</a>
</li>
<li class="sidebar-button">
<a class="sidebar-button-link "
href="/links"
title="links"
>
<i class="sidebar-button-icon fa fa-link" aria-hidden="true"></i>
<span class="sidebar-button-desc">links</span>
</a>
</li>
<li class="sidebar-button">
<a class="sidebar-button-link " href="https://www.vultr.com/?ref=6840862" target="_blank" rel="noopener" title="vultr">
<i class="sidebar-button-icon fa fa-cloud" aria-hidden="true"></i>
<span class="sidebar-button-desc">vultr</span>
</a>
</li>
</ul>
</div>
</nav>
<div id="main" data-behavior="2"
class="
hasCoverMetaIn
">
<section class="postShorten-group main-content-wrap">
<article class="postShorten postShorten--thumbnailimg-right">
<div class="postShorten-wrap">
<div class="postShorten-header">
<h1 class="postShorten-title">
<a
class="link-unstyled"
href="/2016/Using-Papers-to-Manage-Your-Docs-on-OSX/"
aria-label=": Using Papers to Manage Your Docs on OSX"
>
Using Papers to Manage Your Docs on OSX
</a>
</h1>
<div class="postShorten-meta">
<time datetime="2016-02-21T08:57:15+08:00">
Feb 21, 2016
</time>
<span>in </span>
<a class="category-link" href="/categories/macOS/">macOS</a>
</div>
</div>
<div class="postShorten-excerpt">
<p>ไฝ ๆฏๅฆๅจไธบๆตฉๅฆ็ๆตท็ๆๆกฃ็ฎก็่็ฆๆผ? ไฝ ๆฏๅฆๅจไธบๅ paper ๆถๅผ็จๆ็ฎๅคด็ไธๅทฒ?ไฝ ๆฏๅฆๅจไธบๆณ็็ papers ไธๆถไธ็ฅ้ๆพๅจๅช้่ๅ็? ๆฅๅง,ๆฌข่ฟๆๅ
ฅ Papers ็ๆๆฑโฆ<sub>(โงโฝโฆ)/</sub>ๅฆๅฆๅฆ</p>
<a
href="/2016/Using-Papers-to-Manage-Your-Docs-on-OSX/"
class="postShorten-excerpt_link link"
aria-label=": Using Papers to Manage Your Docs on OSX"
>
Continue reading
</a>
</div>
</div>
<a
href="/2016/Using-Papers-to-Manage-Your-Docs-on-OSX/"
aria-label=": Using Papers to Manage Your Docs on OSX"
>
<div class="postShorten-thumbnailimg">
<img alt="" src="/thumbs/papers.jpeg"/>
</div>
</a>
</article>
<div class="pagination-bar">
<ul class="pagination">
<li class="pagination-number">page 1 of 1</li>
</ul>
</div>
</section>
<footer id="footer" class="main-content-wrap">
<hr width="100%" style="margin-bottom:6px;" color="#C0C0C0" size="3">
<span class="copyrights">
Copyrights © 2020 Yujiang Bi. Powered by <a href="http://www.vultr.com/?ref=7046824" target="_blank">Vultr</a> and <a href="https://hexo.io" target="_blank" >Hexo</a>. All Rights Reserved.
</span>
</footer>
</div>
</div>
<div id="about">
<div id="about-card">
<div id="about-btn-close">
<i class="fa fa-times"></i>
</div>
<img id="about-card-picture" src="/images/bio.jpg" alt="Author's picture"/>
<h4 id="about-card-name">Yujiang Bi</h4>
<div id="about-card-bio"><p>author.bio</p>
</div>
<div id="about-card-job">
<i class="fa fa-briefcase"></i>
<br/>
<p>author.job</p>
</div>
<div id="about-card-location">
<i class="fa fa-map-marker-alt"></i>
<br/>
Beijing, China
</div>
</div>
</div>
<div id="cover" style="background-image:url('/images/cover.jpg');"></div>
<!--SCRIPTS-->
<script src="/assets/js/script-hhj2oqszdfg8u3vh4xvunplwdpthjzzdce3copqgcov5y4oddrvvcszkf8jz.min.js"></script>
<script src="/assets/js/donate.js"></script>
<script src="/assets/js/prism.js"></script>
<!--SCRIPTS END--><!-- hexo-inject:begin --><!-- hexo-inject:end -->
</body>
</html>
| darkshell/darkshell.github.io | tags/Papers/index.html | HTML | mit | 14,830 |
<html><img border=0 src=101-18-8.txt alt=101-18-8.txt></img><body>
"x"
"1" "JUDSON, PN, COOKE, PA, DOERRER, NG, GREENE, N, HANZLIK, RP, HARDY, C, HARTMANN, A, HINCHLIFFE, D, HOLDER, J, MUELLER, L, STEGER-HARTMANN, T, ROTHFUSS, A, SMITH, M, THOMAS, K, VESSEY, JD AND ZEIGER E. __ TOWARDS THE CREATION OF AN INTERNATIONAL TOXICOLOGY INFORMATION CENTRE. TOXICOLOGY 213(1-2):117-28, 2005"
</body></html>
| andrewdefries/Ames_ToxBenchmark | 101-18-8.txt.html | HTML | mit | 401 |
<html>
<head>
<!-- Copyright Olli Etuaho 2013 -->
<title>glbrush.js brush benchmark</title>
<script type="text/javascript" src="../util2d.js"></script>
<script type="text/javascript" src="../util2d_painting.js"></script>
<script type="text/javascript" src="../utilgl.js"></script>
<script type="text/javascript" src="../blit_shader.js"></script>
<script type="text/javascript" src="../rasterize_shader.js"></script>
<script type="text/javascript" src="../gradient_shader.js"></script>
<script type="text/javascript" src="../compositing_shader.js"></script>
<script type="text/javascript" src="../brush_tip_mover.js"></script>
<script type="text/javascript" src="../brush_textures.js"></script>
<script type="text/javascript" src="../compositor.js"></script>
<script type="text/javascript" src="../picture_event.js"></script>
<script type="text/javascript" src="../rasterize.js"></script>
<script type="text/javascript" src="../picture_update.js"></script>
<script type="text/javascript" src="../picture_buffer.js"></script>
<script type="text/javascript" src="../undo_state.js"></script>
<script type="text/javascript" src="../picture.js"></script>
<script type="text/javascript">
// Test brush scaling by resizing the picture bitmap on each frame.
var runTest = function() {
var w = 256;
var pictureMode = 'webgl';
var bitmapScale = 1.0;
var t = 0;
var testPics = [];
var testPic = Picture.create(0, null, new Rect(0, w, 0, w), bitmapScale, [pictureMode]);
testPic.addBuffer(0, [255, 255, 255, 255], false);
var pushEvent = function(event) {
var update = new PictureUpdate('add_picture_event');
update.setPictureEvent(0, event);
testPic.pushUpdate(update);
};
var color = [0, 0, 0];
var flow = 0.8;
var opacity = 1.0;
var radius = 20;
var softness = 1.0;
var mode = PictureEvent.Mode.normal;
var event = testPic.createBrushEvent(color, flow, opacity, radius, 0, softness, mode);
var yStep = 1/6;
var ySteps = yStep;
for (var j = 0; j < 101; ++j) {
var x = (0.005 * j + 0.2) * w;
var y = ySteps * w - Math.sin(x / w * Math.PI * 4) * 0.03 * w;
event.pushCoordTriplet(x, y, (x * 1.2) / w);
}
pushEvent(event);
ySteps += yStep;
event = testPic.createBrushEvent(color, flow, opacity, radius, 0, softness, mode);
for (var j = 0; j < 2; ++j) {
var x = (0.5 * j + 0.2) * w;
var y = (ySteps - 0.02) * w;
event.pushCoordTriplet(x, y, (x * 1.2) / w);
}
pushEvent(event);
ySteps += yStep;
softness = 0.0;
event = testPic.createBrushEvent(color, flow, opacity, radius, 0, softness, mode);
for (var j = 0; j < 101; ++j) {
var x = (0.005 * j + 0.2) * w;
var y = ySteps * w - Math.sin(x / w * Math.PI * 4) * 0.03 * w;
event.pushCoordTriplet(x, y, (x * 1.2) / w);
}
pushEvent(event);
ySteps += yStep;
event = testPic.createBrushEvent(color, flow, opacity, radius, 0, softness, mode);
for (var j = 0; j < 2; ++j) {
var x = (0.5 * j + 0.2) * w;
var y = (ySteps - 0.01) * w;
event.pushCoordTriplet(x, y, (x * 1.2) / w);
}
pushEvent(event);
ySteps += yStep;
softness = 0.0;
flow = 0.999;
event = testPic.createBrushEvent(color, flow, opacity, radius, 0, softness, mode);
for (var j = 0; j < 2; ++j) {
var x = j * 2 + 0.25 * w;
var y = ySteps * w;
event.pushCoordTriplet(x, y, 0.5 * j + 0.5);
}
pushEvent(event);
flow = 0.95;
event = testPic.createBrushEvent(color, flow, opacity, radius, 0, softness, mode);
for (var j = 0; j < 25; ++j) {
var x = j * 0.9 + 0.45 * w;
var y = ySteps * w;
if (j === 0) {
x -= 10;
y -= 5;
}
if (j === 24) {
x -= 10;
y += 20;
}
event.pushCoordTriplet(x, y, 0.5 + j / 100);
}
pushEvent(event);
event = testPic.createBrushEvent(color, flow, opacity, radius, 0, softness, mode);
for (var j = 0; j < 20; ++j) {
var x = j % 2 + 0.7 * w;
var y = ySteps * w;
event.pushCoordTriplet(x, y, j / 20);
}
pushEvent(event);
event = testPic.createGradientEvent(color, opacity, mode);
event.coords0.y = 50;
event.coords0.x = 50;
event.coords1.y = 10;
event.coords1.x = 22;
pushEvent(event);
var drawFrame = function() {
if (testPics.length <= t) {
var generatePic = function(k) {
bitmapScale = 0.5 + k * 0.5;
Picture.copy(testPic, function(pic) {
testPics[k] = pic;
}, bitmapScale);
};
generatePic(t);
setTimeout(drawFrame, 50);
} else {
testPic = testPics[t];
t = (t + 1) % 6;
var parent = document.getElementById('parent');
parent.innerHTML = '';
var picElement = testPic.pictureElement();
picElement.style.width = '100%';
picElement.style.height = '100%';
parent.appendChild(picElement);
testPic.display();
setTimeout(drawFrame, 1000);
var picScale = document.getElementById('picScale');
picScale.innerHTML = 'Bitmap width: ' + testPic.bitmapWidth();
}
}
if (testPic === null) {
console.log('Could not test mode ' + pictureMode);
} else {
setTimeout(drawFrame, 100);
}
};
</script>
</head>
<body onload="runTest()" style="background:#888;">
<div id="parent" style="width:384px; height: 384px;">
</div>
<p id="picScale"></p>
<p id="description">Ideally the appearance should change as little as possible
as the brush strokes are re-rendered at different resolutions.</p>
<p>The bottom strokes are/were problematic cases: in the one on the left, the radius changes faster than position.
In the one in the center, coordinates are moved at large increments at each end and at small increments in the center.
In the one on the right, the brush stroke wiggles back and forth at < 1 pixel distance (on the lowest scaling).</p>
</body>
</html> | garg/examplepressure | adhoc_tests/brush_scaling.html | HTML | mit | 6,173 |
<!doctype html>
<html class="default no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>"core/mesh" | @cityofzion/neo-js</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../assets/css/main.css">
</head>
<body>
<header>
<div class="tsd-page-toolbar">
<div class="container">
<div class="table-wrap">
<div class="table-cell" id="tsd-search" data-index="../assets/js/search.js" data-base="..">
<div class="field">
<label for="tsd-search-field" class="tsd-widget search no-caption">Search</label>
<input id="tsd-search-field" type="text" />
</div>
<ul class="results">
<li class="state loading">Preparing search index...</li>
<li class="state failure">The search index is not available</li>
</ul>
<a href="../index.html" class="title">@cityofzion/neo-js</a>
</div>
<div class="table-cell" id="tsd-widgets">
<div id="tsd-filter">
<a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a>
<div class="tsd-filter-group">
<div class="tsd-select" id="tsd-filter-visibility">
<span class="tsd-select-label">All</span>
<ul class="tsd-select-list">
<li data-value="public">Public</li>
<li data-value="protected">Public/Protected</li>
<li data-value="private" class="selected">All</li>
</ul>
</div>
<input type="checkbox" id="tsd-filter-inherited" checked />
<label class="tsd-widget" for="tsd-filter-inherited">Inherited</label>
<input type="checkbox" id="tsd-filter-externals" checked />
<label class="tsd-widget" for="tsd-filter-externals">Externals</label>
<input type="checkbox" id="tsd-filter-only-exported" />
<label class="tsd-widget" for="tsd-filter-only-exported">Only exported</label>
</div>
</div>
<a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a>
</div>
</div>
</div>
</div>
<div class="tsd-page-title">
<div class="container">
<ul class="tsd-breadcrumb">
<li>
<a href="../globals.html">Globals</a>
</li>
<li>
<a href="_core_mesh_.html">"core/mesh"</a>
</li>
</ul>
<h1>External module "core/mesh"</h1>
</div>
</div>
</header>
<div class="container container-main">
<div class="row">
<div class="col-8 col-content">
<section class="tsd-panel-group tsd-index-group">
<h2>Index</h2>
<section class="tsd-panel tsd-index-panel">
<div class="tsd-index-content">
<section class="tsd-index-section ">
<h3>Classes</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-class tsd-parent-kind-external-module"><a href="../classes/_core_mesh_.mesh.html" class="tsd-kind-icon">Mesh</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<h3>Interfaces</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-interface tsd-parent-kind-external-module"><a href="../interfaces/_core_mesh_.meshoptions.html" class="tsd-kind-icon">Mesh<wbr>Options</a></li>
</ul>
</section>
<section class="tsd-index-section tsd-is-not-exported">
<h3>Variables</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported"><a href="_core_mesh_.html#module_name" class="tsd-kind-icon">MODULE_<wbr>NAME</a></li>
</ul>
</section>
<section class="tsd-index-section tsd-is-not-exported">
<h3>Object literals</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-object-literal tsd-parent-kind-external-module tsd-is-not-exported"><a href="_core_mesh_.html#default_options" class="tsd-kind-icon">DEFAULT_<wbr>OPTIONS</a></li>
</ul>
</section>
</div>
</section>
</section>
<section class="tsd-panel-group tsd-member-group tsd-is-not-exported">
<h2>Variables</h2>
<section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported">
<a name="module_name" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagConst">Const</span> MODULE_<wbr>NAME</h3>
<div class="tsd-signature tsd-kind-icon">MODULE_<wbr>NAME<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"Mesh"</span><span class="tsd-signature-symbol"> = "Mesh"</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/CityOfZion/neo-js/blob/558b58f/src/core/mesh.ts#L6">core/mesh.ts:6</a></li>
</ul>
</aside>
</section>
</section>
<section class="tsd-panel-group tsd-member-group tsd-is-not-exported">
<h2>Object literals</h2>
<section class="tsd-panel tsd-member tsd-kind-object-literal tsd-parent-kind-external-module tsd-is-not-exported">
<a name="default_options" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagConst">Const</span> DEFAULT_<wbr>OPTIONS</h3>
<div class="tsd-signature tsd-kind-icon">DEFAULT_<wbr>OPTIONS<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">object</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/CityOfZion/neo-js/blob/558b58f/src/core/mesh.ts#L7">core/mesh.ts:7</a></li>
</ul>
</aside>
<section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported">
<a name="default_options.benchmarkintervalms" class="tsd-anchor"></a>
<h3>benchmark<wbr>Interval<wbr>Ms</h3>
<div class="tsd-signature tsd-kind-icon">benchmark<wbr>Interval<wbr>Ms<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> = 2000</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/CityOfZion/neo-js/blob/558b58f/src/core/mesh.ts#L10">core/mesh.ts:10</a></li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported">
<a name="default_options.fetchmissinguseragentintervalms" class="tsd-anchor"></a>
<h3>fetch<wbr>Missing<wbr>User<wbr>Agent<wbr>Interval<wbr>Ms</h3>
<div class="tsd-signature tsd-kind-icon">fetch<wbr>Missing<wbr>User<wbr>Agent<wbr>Interval<wbr>Ms<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> = 5000</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/CityOfZion/neo-js/blob/558b58f/src/core/mesh.ts#L11">core/mesh.ts:11</a></li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported">
<a name="default_options.loggeroptions" class="tsd-anchor"></a>
<h3>logger<wbr>Options</h3>
<div class="tsd-signature tsd-kind-icon">logger<wbr>Options<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">object</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/CityOfZion/neo-js/blob/558b58f/src/core/mesh.ts#L15">core/mesh.ts:15</a></li>
</ul>
</aside>
<div class="tsd-type-declaration">
<h4>Type declaration</h4>
<ul class="tsd-parameters">
</ul>
</div>
</section>
<section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported">
<a name="default_options.minactivenodesrequired" class="tsd-anchor"></a>
<h3>min<wbr>Active<wbr>Nodes<wbr>Required</h3>
<div class="tsd-signature tsd-kind-icon">min<wbr>Active<wbr>Nodes<wbr>Required<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> = 2</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/CityOfZion/neo-js/blob/558b58f/src/core/mesh.ts#L13">core/mesh.ts:13</a></li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported">
<a name="default_options.pendingrequeststhreshold" class="tsd-anchor"></a>
<h3>pending<wbr>Requests<wbr>Threshold</h3>
<div class="tsd-signature tsd-kind-icon">pending<wbr>Requests<wbr>Threshold<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> = 5</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/CityOfZion/neo-js/blob/558b58f/src/core/mesh.ts#L14">core/mesh.ts:14</a></li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported">
<a name="default_options.refreshuseragentintervalms" class="tsd-anchor"></a>
<h3>refresh<wbr>User<wbr>Agent<wbr>Interval<wbr>Ms</h3>
<div class="tsd-signature tsd-kind-icon">refresh<wbr>User<wbr>Agent<wbr>Interval<wbr>Ms<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> = 5 * 60 * 1000</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/CityOfZion/neo-js/blob/558b58f/src/core/mesh.ts#L12">core/mesh.ts:12</a></li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported">
<a name="default_options.startbenchmarkoninit" class="tsd-anchor"></a>
<h3>start<wbr>Benchmark<wbr>OnInit</h3>
<div class="tsd-signature tsd-kind-icon">start<wbr>Benchmark<wbr>OnInit<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">true</span><span class="tsd-signature-symbol"> = true</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/CityOfZion/neo-js/blob/558b58f/src/core/mesh.ts#L8">core/mesh.ts:8</a></li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported">
<a name="default_options.tofetchuseragent" class="tsd-anchor"></a>
<h3>to<wbr>Fetch<wbr>User<wbr>Agent</h3>
<div class="tsd-signature tsd-kind-icon">to<wbr>Fetch<wbr>User<wbr>Agent<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">true</span><span class="tsd-signature-symbol"> = true</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/CityOfZion/neo-js/blob/558b58f/src/core/mesh.ts#L9">core/mesh.ts:9</a></li>
</ul>
</aside>
</section>
</section>
</section>
</div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<nav class="tsd-navigation primary">
<ul>
<li class="globals ">
<a href="../globals.html"><em>Globals</em></a>
</li>
<li class=" tsd-kind-external-module">
<a href="_analyzers_block_meta_analyzer_.html">"analyzers/block-<wbr>meta-<wbr>analyzer"</a>
</li>
<li class=" tsd-kind-external-module">
<a href="_common_constants_.html">"common/constants"</a>
</li>
<li class=" tsd-kind-external-module">
<a href="_common_profiles_.html">"common/profiles"</a>
</li>
<li class=" tsd-kind-external-module">
<a href="_core_api_.html">"core/api"</a>
</li>
<li class="current tsd-kind-external-module">
<a href="_core_mesh_.html">"core/mesh"</a>
</li>
<li class=" tsd-kind-external-module">
<a href="_core_node_.html">"core/node"</a>
</li>
<li class=" tsd-kind-external-module">
<a href="_core_syncer_.html">"core/syncer"</a>
</li>
<li class=" tsd-kind-external-module">
<a href="_delegates_rpc_delegate_.html">"delegates/rpc-<wbr>delegate"</a>
</li>
<li class=" tsd-kind-external-module">
<a href="_helpers_block_helper_.html">"helpers/block-<wbr>helper"</a>
</li>
<li class=" tsd-kind-external-module">
<a href="_neo_.html">"neo"</a>
</li>
<li class=" tsd-kind-external-module">
<a href="_storages_memory_storage_.html">"storages/memory-<wbr>storage"</a>
</li>
<li class=" tsd-kind-external-module">
<a href="_storages_mongodb_storage_.html">"storages/mongodb-<wbr>storage"</a>
</li>
<li class=" tsd-kind-external-module">
<a href="_validators_endpoint_validator_.html">"validators/endpoint-<wbr>validator"</a>
</li>
<li class=" tsd-kind-external-module">
<a href="_validators_mongodb_validator_.html">"validators/mongodb-<wbr>validator"</a>
</li>
<li class=" tsd-kind-external-module">
<a href="_validators_neo_validator_.html">"validators/neo-<wbr>validator"</a>
</li>
<li class=" tsd-kind-external-module">
<a href="_validators_rpc_validator_.html">"validators/rpc-<wbr>validator"</a>
</li>
</ul>
</nav>
<nav class="tsd-navigation secondary menu-sticky">
<ul class="before-current">
<li class=" tsd-kind-class tsd-parent-kind-external-module">
<a href="../classes/_core_mesh_.mesh.html" class="tsd-kind-icon">Mesh</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-external-module">
<a href="../interfaces/_core_mesh_.meshoptions.html" class="tsd-kind-icon">Mesh<wbr>Options</a>
</li>
<li class=" tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported">
<a href="_core_mesh_.html#module_name" class="tsd-kind-icon">MODULE_<wbr>NAME</a>
</li>
<li class=" tsd-kind-object-literal tsd-parent-kind-external-module tsd-is-not-exported">
<a href="_core_mesh_.html#default_options" class="tsd-kind-icon">DEFAULT_<wbr>OPTIONS</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
<footer class="with-border-bottom">
<div class="container">
<h2>Legend</h2>
<div class="tsd-legend-group">
<ul class="tsd-legend">
<li class="tsd-kind-module"><span class="tsd-kind-icon">Module</span></li>
<li class="tsd-kind-object-literal"><span class="tsd-kind-icon">Object literal</span></li>
<li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li>
<li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li>
<li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li>
<li class="tsd-kind-index-signature"><span class="tsd-kind-icon">Index signature</span></li>
<li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li>
<li class="tsd-kind-enum-member"><span class="tsd-kind-icon">Enumeration member</span></li>
<li class="tsd-kind-property tsd-parent-kind-enum"><span class="tsd-kind-icon">Property</span></li>
<li class="tsd-kind-method tsd-parent-kind-enum"><span class="tsd-kind-icon">Method</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
<li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li>
<li class="tsd-kind-constructor tsd-parent-kind-interface"><span class="tsd-kind-icon">Constructor</span></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
<li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li>
<li class="tsd-kind-index-signature tsd-parent-kind-interface"><span class="tsd-kind-icon">Index signature</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
<li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li>
<li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li>
<li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li>
<li class="tsd-kind-accessor tsd-parent-kind-class"><span class="tsd-kind-icon">Accessor</span></li>
<li class="tsd-kind-index-signature tsd-parent-kind-class"><span class="tsd-kind-icon">Index signature</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited constructor</span></li>
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited method</span></li>
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited accessor</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected method</span></li>
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected accessor</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private method</span></li>
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private accessor</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static property</span></li>
<li class="tsd-kind-call-signature tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li>
</ul>
</div>
</div>
</footer>
<div class="container tsd-generator">
<p>Generated using <a href="http://typedoc.org/" target="_blank">TypeDoc</a></p>
</div>
<div class="overlay"></div>
<script src="../assets/js/main.js"></script>
<script>if (location.protocol == 'file:') document.write('<script src="../assets/js/search.js"><' + '/script>');</script>
</body>
</html> | rockacola/neo-js | docs/modules/_core_mesh_.html | HTML | mit | 19,012 |
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="css/styles.css">
<script src="//code.jquery.com/jquery-3.3.1.min.js" crossorigin="anonymous"></script>
<script src="js/highlight.pack.js"></script>
<script src="js/tippy.all.min.js"></script>
<script src="js/app.min.js"></script>
</head>
<body>
<div id="docma-main"></div>
</body>
</html>
| onury/docma | templates/zebra/template/index.html | HTML | mit | 495 |
<div class="commune_descr limited">
<p>
Saint-Germain-de-la-Grange est
une ville situรฉe dans le dรฉpartement des Yvelines en รle-de-France. Elle comptait 1 795 habitants en 2008.</p>
<p>Le parc d'habitations, ร Saint-Germain-de-la-Grange, se dรฉcomposait en 2011 en 48 appartements et 635 maisons soit
un marchรฉ relativement รฉquilibrรฉ.</p>
<p>La commune propose quelques amรฉnagements, elle dispose, entre autres, de un terrain de sport.</p>
<p>ร Saint-Germain-de-la-Grange, la valeur moyenne ร la vente d'un appartement s'รฉvalue ร 3 786 € du mยฒ en vente. Le prix moyen d'une maison ร l'achat se situe ร 3 360 € du mยฒ. ร la location la valorisation moyenne se situe ร 7,66 € du mยฒ par mois.</p>
<p>ร proximitรฉ de Saint-Germain-de-la-Grange sont positionnรฉes gรฉographiquement les communes de
<a href="{{VLROOT}}/immobilier/thiverval-grignon_78615/">Thiverval-Grignon</a> situรฉe ร 2 km, 1 014 habitants,
<a href="{{VLROOT}}/immobilier/villiers-saint-frederic_78683/">Villiers-Saint-Frรฉderic</a> ร 1 km, 2 684 habitants,
<a href="{{VLROOT}}/immobilier/beynes_78062/">Beynes</a> ร 3 km, 7 501 habitants,
<a href="{{VLROOT}}/immobilier/plaisir_78490/">Plaisir</a> localisรฉe ร 4 km, 31 539 habitants,
<a href="{{VLROOT}}/immobilier/neauphle-le-vieux_78443/">Neauphle-le-Vieux</a> localisรฉe ร 3 km, 693 habitants,
<a href="{{VLROOT}}/immobilier/saulx-marchais_78588/">Saulx-Marchais</a> situรฉe ร 4 km, 784 habitants,
entre autres. De plus, Saint-Germain-de-la-Grange est situรฉe ร seulement 25 km de <a href="{{VLROOT}}/immobilier/boulogne-billancourt_92012/">Boulogne-Billancourt</a>.</p>
</div>
| donaldinou/frontend | src/Viteloge/CoreBundle/Resources/descriptions/78550.html | HTML | mit | 1,719 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>functions-in-zfc: Not compatible ๐ผ</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.8.0 / functions-in-zfc - 8.9.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">ยซ Up</a>
<h1>
functions-in-zfc
<small>
8.9.0
<span class="label label-info">Not compatible ๐ผ</span>
</small>
</h1>
<p>๐
<em><script>document.write(moment("2022-02-24 18:15:59 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-24 18:15:59 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-num base Num library distributed with the OCaml compiler
base-threads base
base-unix base
camlp5 7.14 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-perl 2 Virtual package relying on perl
coq 8.8.0 Formal proof management system
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.04.2 The OCaml compiler (virtual package)
ocaml-base-compiler 4.04.2 Official 4.04.2 release
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.3 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "https://github.com/coq-contribs/functions-in-zfc"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/FunctionsInZFC"]
depends: [
"ocaml"
"coq" {>= "8.9" & < "8.10~"}
]
tags: [
"keyword: set theory"
"keyword: Zermelo-Fraenkel"
"keyword: functions"
"category: Mathematics/Logic/Set theory"
"date: April 2001"
]
authors: [
"Carlos Simpson <[email protected]>"
]
bug-reports: "https://github.com/coq-contribs/functions-in-zfc/issues"
dev-repo: "git+https://github.com/coq-contribs/functions-in-zfc.git"
synopsis: "Functions in classical ZFC"
description: """
This mostly repeats Guillaume Alexandre's contribution `zf',
but in classical logic and with a different proof style. We start with a
simple axiomatization of some flavor of ZFC (for example Werner's
implementation of ZFC should provide a model).
We develop some very basic things like pairs, functions, and a little
bit about natural numbers, following the standard classical path."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/functions-in-zfc/archive/v8.9.0.tar.gz"
checksum: "md5=6b065d9b2e6d203dd29f0674e1f7c87b"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install ๐๏ธ</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-functions-in-zfc.8.9.0 coq.8.8.0</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.8.0).
The following dependencies couldn't be met:
- coq-functions-in-zfc -> coq >= 8.9 -> ocaml >= 4.05.0
base of this switch (use `--unlock-base' to force)
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-functions-in-zfc.8.9.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install ๐</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall ๐งน</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐ฃ
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.04.2-2.0.5/released/8.8.0/functions-in-zfc/8.9.0.html | HTML | mit | 7,457 |
<!DOCTYPE html>
<html class="writer-html5" lang="en" >
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>pymatgen.io.aiida module — pymatgen 2022.0.6 documentation</title>
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/custom.css" type="text/css" />
<link rel="canonical" href="https://pymatgen.orgpymatgen.io.aiida.html"/>
<!--[if lt IE 9]>
<script src="_static/js/html5shiv.min.js"></script>
<![endif]-->
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
<script src="_static/jquery.js"></script>
<script src="_static/underscore.js"></script>
<script src="_static/doctools.js"></script>
<script type="text/javascript" src="_static/js/theme.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="pymatgen.io.ase module" href="pymatgen.io.ase.html" />
<link rel="prev" title="pymatgen.io.adf module" href="pymatgen.io.adf.html" />
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-33990148-1']);
_gaq.push(['_trackPageview']);
</script>
</head>
<body class="wy-body-for-nav">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search" style="background: linear-gradient(0deg, rgba(23,63,162,1) 0%, rgba(0,70,192,1) 100%)" >
<a href="index.html" class="icon icon-home" alt="Documentation Home"> pymatgen
</a>
<div class="version">
2022.0.6
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
<input type="text" name="q" placeholder="Search docs" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div>
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="introduction.html">Introduction</a></li>
<li class="toctree-l1"><a class="reference internal" href="installation.html">Installation</a></li>
<li class="toctree-l1"><a class="reference internal" href="change_log.html">Change log</a></li>
<li class="toctree-l1"><a class="reference internal" href="compatibility.html">Compatibility</a></li>
<li class="toctree-l1"><a class="reference internal" href="contributing.html">Contributing</a></li>
<li class="toctree-l1"><a class="reference internal" href="usage.html">Usage</a></li>
<li class="toctree-l1"><a class="reference internal" href="team.html">Development Team</a></li>
<li class="toctree-l1"><a class="reference internal" href="references.html">References</a></li>
<li class="toctree-l1 current"><a class="reference internal" href="modules.html">API Docs</a><ul class="current">
<li class="toctree-l2 current"><a class="reference internal" href="pymatgen.html">pymatgen namespace</a><ul class="current">
<li class="toctree-l3 current"><a class="reference internal" href="pymatgen.html#subpackages">Subpackages</a><ul class="current">
<li class="toctree-l4"><a class="reference internal" href="pymatgen.alchemy.html">pymatgen.alchemy package</a></li>
<li class="toctree-l4"><a class="reference internal" href="pymatgen.analysis.html">pymatgen.analysis namespace</a></li>
<li class="toctree-l4"><a class="reference internal" href="pymatgen.apps.html">pymatgen.apps package</a></li>
<li class="toctree-l4"><a class="reference internal" href="pymatgen.cli.html">pymatgen.cli package</a></li>
<li class="toctree-l4"><a class="reference internal" href="pymatgen.command_line.html">pymatgen.command_line package</a></li>
<li class="toctree-l4"><a class="reference internal" href="pymatgen.core.html">pymatgen.core package</a></li>
<li class="toctree-l4"><a class="reference internal" href="pymatgen.electronic_structure.html">pymatgen.electronic_structure package</a></li>
<li class="toctree-l4"><a class="reference internal" href="pymatgen.entries.html">pymatgen.entries package</a></li>
<li class="toctree-l4"><a class="reference internal" href="pymatgen.ext.html">pymatgen.ext namespace</a></li>
<li class="toctree-l4 current"><a class="reference internal" href="pymatgen.io.html">pymatgen.io namespace</a></li>
<li class="toctree-l4"><a class="reference internal" href="pymatgen.optimization.html">pymatgen.optimization package</a></li>
<li class="toctree-l4"><a class="reference internal" href="pymatgen.phonon.html">pymatgen.phonon package</a></li>
<li class="toctree-l4"><a class="reference internal" href="pymatgen.symmetry.html">pymatgen.symmetry package</a></li>
<li class="toctree-l4"><a class="reference internal" href="pymatgen.transformations.html">pymatgen.transformations package</a></li>
<li class="toctree-l4"><a class="reference internal" href="pymatgen.util.html">pymatgen.util package</a></li>
<li class="toctree-l4"><a class="reference internal" href="pymatgen.vis.html">pymatgen.vis package</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="pymatgen.html#submodules">Submodules</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
<nav class="wy-nav-top" aria-label="top navigation">
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="index.html">pymatgen</a>
</nav>
<div class="wy-nav-content">
<div class="rst-content style-external-links">
<div role="navigation" aria-label="breadcrumbs navigation">
<ul class="wy-breadcrumbs">
<li><a href="index.html" class="icon icon-home"></a> »</li>
<li><a href="modules.html">pymatgen</a> »</li>
<li><a href="pymatgen.html">pymatgen namespace</a> »</li>
<li><a href="pymatgen.io.html">pymatgen.io namespace</a> »</li>
<li>pymatgen.io.aiida module</li>
<li class="wy-breadcrumbs-aside">
<a href="https://github.com/materialsproject/pymatgen/blob/master/docs_rst/pymatgen.io.aiida.rst" class="fa fa-github"> Edit on GitHub</a>
</li>
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">
<div class="section" id="module-pymatgen.io.aiida">
<span id="pymatgen-io-aiida-module"></span><h1>pymatgen.io.aiida module<a class="headerlink" href="#module-pymatgen.io.aiida" title="Permalink to this headline">ยถ</a></h1>
<p>This module provides conversion between AiiDA StructureData object and
pymatgen Molecule/Structure objects.</p>
</div>
</div>
</div>
<footer>
<hr/>
<div role="contentinfo">
<p>
© Copyright 2011, Pymatgen Development Team
</p>
</div>
Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/rtfd/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.
</footer>
</div>
</div>
</section>
</div>
<script type="text/javascript">
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
});
</script>
<div class="footer">This page uses <a href="http://analytics.google.com/">
Google Analytics</a> to collect statistics. You can disable it by blocking
the JavaScript coming from www.google-analytics.com.
<script type="text/javascript">
(function() {
var ga = document.createElement('script');
ga.src = ('https:' == document.location.protocol ?
'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
ga.setAttribute('async', 'true');
document.documentElement.firstChild.appendChild(ga);
})();
</script>
</div>
</body>
</html> | richardtran415/pymatgen | docs/pymatgen.io.aiida.html | HTML | mit | 8,802 |
<!-- TODO ็ฎก็ๅ็Boardๅ่กจ้กตๅ่ฝ-->
<%- Loader('/public/stylesheets/dashboard.min.css')
.css('/public/stylesheets/dashboard.less')
.css('/public/libs/select2/css/select2.css')
.css('/public/libs/bootstrap-select2/select2-bootstrap.css')
.done(assets, config.site_static_host, config.mini_assets)
%>
<%- include ../navbar.html %>
<div id='dashboard' class="content">
<div class='container-fluid container-limited'>
<div class="admin-dashboard prepend-top-default">
<div class="row">
<div class="col-md-10">
<div class="panel panel-default">
<div class="panel-heading">
<h4>Boardๅ่กจ</h4>
</div>
<div class="panel-body">
<table class="table table-striped">
<thead>
<th><input type="checkbox"></th>
<th>ๅ็งฐ</th>
<th>ๅฑไบ</th>
<th>ๅพ็ๆฐ้</th>
<th>่ขซๆถ่ๆฐ้</th>
<th>็ฑปๅ</th>
<th>ๅๅปบไบ</th>
<th>ๆไฝ</th>
</thead>
<%- partial('_abstract_board_item', {collection:boards, as:'board'}) %>
</table>
<nav aria-label="Page navigation">
<ul class="pagination">
<% var base_url = '?'
+ 'page='; %>
<% if (current_page == 1) { %>
<li class='disabled'><a>ยซ</a></li>
<% } else { %>
<li><a href="<%= base_url %>1">ยซ</a></li>
<% } %>
<%
var page_start = current_page - 2 > 0 ? current_page - 2 : 1;
var page_end = page_start + 4 >= pages ? pages : page_start + 4;
%>
<% if (page_start > 1) { %>
<li><a>...</a></li>
<% } %>
<% for(var i = page_start; i <= page_end; i++) { %>
<% if (i === current_page) { %>
<li class='disabled'><a><%= i %></a></li>
<% } else { %>
<li><a href='<%= base_url + i %>'><%= i %></a></li>
<% } %>
<% } %>
<% if (page_end < pages ) { %>
<li><a>...</a></li>
<% } %>
<% if (current_page == pages) { %>
<li class='disabled'><a>ยป</a></li>
<% } else { %>
<li><a href='<%= base_url + pages %>'>ยป</a></li>
<% } %>
</ul>
</nav>
</div>
</div>
</div>
<div class="col-md-2">
<div class="panel panel-default">
<div class="panel-body text-center">
<!--TODO ็ฎก็ๅBoardๅ่กจ๏ผๆ็ดขๅ่ฝ -->
<div class="input-group">
<input type="text" class="form-control" name="q" placeholder="ๅ
ณ้ฎ่ฏ">
<div class="input-group-btn">
<button class="btn btn-default" style="height: 34px;">ๆ็ดข</button>
</div>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-body text-center">
<!--TODO ็ฎก็ๅBoardๅ่กจ๏ผ็นๅปๅ ้คBoardๅฏไปฅๅ ้ค้ๅฎBoard-->
<button class="btn btn-default">ๅ ้คBoard</button>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading"><h4>ๆฐๆฎ็ป่ฎก</h4></div>
<div class="panel-body">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--DONE ็ฎก็ๅBoardๅ่กจ๏ผ็นๅปไฟฎๆนๅผนๅบไฟฎๆนๆจกๆๆกๅนถๅฏไฟฎๆนBoardไฟกๆฏ-->
<div class="modal fade" id="modify_board_modal" role="dialog" aria-hidden="true" aria-labelledby="modifyBoardModalLabel">
<div class="modal-dialog" role="document">
<div class="modal-content">
<form class="form-horizontal" action="/admin/boards" method="post">
<div class="modal-header">
<h5 class="modal-title">Board ไฟกๆฏ</h5>
</div>
<div class="modal-body">
<!--TODO ็จๆทไฟฎๆนBoardไฟกๆฏ-->
<div class="form-group">
<div class="col-sm-12">
<input type="text" class="form-control" name="title" placeholder="ๅ็งฐ">
</div>
</div>
<div class="checkbox text-right">
<label>
<input type="radio" name="type" value="private"> ็งๆ
<input type="radio" name="type" value="public" checked="checked"> ๅ
ฌๅผ
</label>
</div>
</div>
<div class="modal-footer">
<button type="button" id="modify-board-close" class="btn btn-default" data-dismiss="modal">Close
</button>
<button type="submit" id="modify-board-submit" class="btn btn-default ">ไฟๅญ
</button>
</div>
</form>
</div>
</div>
</div>
<!--Message modal -->
<div class="modal fade" id="message_modal" role="dialog" aria-hidden="true" aria-labelledby="messageModalLabel">
<div class="modal-dialog" role="document">
<div class="modal-content">
<form class="form-horizontal" action="/admin/boards" method="post">
<div class="modal-header">
<h5 class="modal-title">ไฟกๆฏ</h5>
</div>
<div class="modal-body">
<p id="message"></p>
</div>
<div class="modal-footer">
<input type="hidden" name="id">
<button type="button" id="message-close" class="btn btn-default" data-dismiss="modal">Close
</button>
</div>
</form>
</div>
</div>
</div>
<script>
$(document).ready(function () {
var $nav = $('.pagination');
var current_page = $nav.attr('current_page');
if (current_page) {
$nav.find('li').each(function () {
var $li = $(this);
var $a = $li.find('a');
if ($a.html() == current_page) {
$li.addClass('active');
$a.removeAttr('href');
}
});
}
});
// ๅทๆฐๆฟๅๆฐ้
$(document).on('click', '#refreshBoardCount', function (event) {
if (!event.currentTarget) {
return;
}
var id = event.currentTarget.dataset.id;
$.ajax({
type: "POST",
url: "/admin/boards/refresh/count/" + id
}).done(function (result) {
if (!result.success) {
return ;
} else {
$('#board_count_' + id).html(result.topic_count);
}
});
});
</script>
<%- Loader('/public/javascripts/dashboard/boards.min.js')
.js('/public/libs/select2/js/select2.full.js')
.js('/public/javascripts/dashboard/boards.js')
.done(assets, config.site_static_host, config.mini_assets)
%> | pinclub/pinclub | picviews/dashboard/boards.html | HTML | mit | 8,621 |
{% extends "menus/partials/menu.html" %}
{% load i18n %}
{% load breadcrumbs %}
{% load menus %}
{% load avatar %}
{% block menu-id %}userarea{% endblock %}
{% block menu-css %}ui menu{% endblock %}
{% block menu-links %}
<a class="ui home icon item" href="{% url 'home' %}" title="{% trans 'Home' %}">
<i class="home icon"></i>
</a>
<div class="ui breadcrumb item">
{% render_breadcrumbs %}
</div>
<div class="ui bookmarks top left pointing dropdown icon item">
<i class="empty star icon"></i>
{% render_user_bookmarks %}
</div>
{% include "menus/partials/menu_only_links.html" with menu=menu link_template="menus/partials/link_only_icon.html" %}
<div class="ui notifications top center pointing dropdown icon item">
<i class="inbox icon"></i>
{% with request.user.notification_set.unread.count as notification_count %}
{% if notification_count %}<div class="floating ui red label">{{ notification_count }}</div>{% endif %}
<div class="menu">
<div class="header">
{% trans "Notifications" %}
</div>
<div class="divider"></div>
{% if notification_count %}
{% for notification in request.user.notification_set.unread.all %}
<div class="item">
<i class="mail icon"></i>
<a class="ui" href="{{ notification.get_absolute_url }}">{{ notification }}</a>
<div class="description">{{ notification.created|timesince }}</div>
</div>
{% endfor %}
<div class="divider"></div>
{% endif %}
<a class="ui item" title="{% trans 'View all' %}" href="{% url 'notification_list' 'users' user.pk %}">
<i class="list icon"></i>
{% trans "View all" %}
</a>
</div>
{% endwith %}
</div>
<a class="ui profile item" href="{{ request.user.get_absolute_url }}">
{% avatar request.user.email "32" css_class="ui avatar image" %} {{ request.user }}
</a>
<a class="ui logout icon item" href="{% url 'user_confirm_logout' %}">
<i class="large power off icon"></i>
</a>
{% endblock %}
| mobb-io/django-erp | djangoerp/themes/default/templates/menus/partials/menu_userarea.html | HTML | mit | 2,242 |
<!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/carter/.cargo/registry/src/github.com-1ecc6299db9ec823/gl_generator-0.0.25/generators/static_struct_gen.rs`.">
<meta name="keywords" content="rust, rustlang, rust-lang">
<title>static_struct_gen.rs.html -- source</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">
</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 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>
</pre><pre class='rust '>
<span class='comment'>// Copyright 2013-2014 The gl-rs developers. For a full listing of the authors,</span>
<span class='comment'>// refer to the AUTHORS 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 (the "License");</span>
<span class='comment'>// you may not use this file except in compliance with the License.</span>
<span class='comment'>// You may obtain a copy of the License at</span>
<span class='comment'>//</span>
<span class='comment'>// http://www.apache.org/licenses/LICENSE-2.0</span>
<span class='comment'>//</span>
<span class='comment'>// Unless required by applicable law or agreed to in writing, software</span>
<span class='comment'>// distributed under the License is distributed on an "AS IS" BASIS,</span>
<span class='comment'>// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span>
<span class='comment'>// See the License for the specific language governing permissions and</span>
<span class='comment'>// limitations under the License.</span>
<span class='kw'>use</span> <span class='ident'>registry</span>::{<span class='ident'>Registry</span>, <span class='ident'>Ns</span>};
<span class='kw'>use</span> <span class='ident'>std</span>::<span class='ident'>io</span>;
<span class='attribute'>#[<span class='ident'>allow</span>(<span class='ident'>missing_copy_implementations</span>)]</span>
<span class='kw'>pub</span> <span class='kw'>struct</span> <span class='ident'>StaticStructGenerator</span>;
<span class='kw'>impl</span> <span class='ident'>super</span>::<span class='ident'>Generator</span> <span class='kw'>for</span> <span class='ident'>StaticStructGenerator</span> {
<span class='kw'>fn</span> <span class='ident'>write</span><span class='op'><</span><span class='ident'>W</span><span class='op'>></span>(<span class='kw-2'>&</span><span class='self'>self</span>, <span class='ident'>registry</span>: <span class='kw-2'>&</span><span class='ident'>Registry</span>, <span class='ident'>ns</span>: <span class='ident'>Ns</span>, <span class='ident'>dest</span>: <span class='kw-2'>&</span><span class='kw-2'>mut</span> <span class='ident'>W</span>) <span class='op'>-></span> <span class='ident'>io</span>::<span class='prelude-ty'>Result</span><span class='op'><</span>()<span class='op'>></span> <span class='kw'>where</span> <span class='ident'>W</span>: <span class='ident'>io</span>::<span class='ident'>Write</span> {
<span class='macro'>try</span><span class='macro'>!</span>(<span class='ident'>write_header</span>(<span class='ident'>dest</span>));
<span class='macro'>try</span><span class='macro'>!</span>(<span class='ident'>write_type_aliases</span>(<span class='kw-2'>&</span><span class='ident'>ns</span>, <span class='ident'>dest</span>));
<span class='macro'>try</span><span class='macro'>!</span>(<span class='ident'>write_enums</span>(<span class='ident'>registry</span>, <span class='ident'>dest</span>));
<span class='macro'>try</span><span class='macro'>!</span>(<span class='ident'>write_struct</span>(<span class='kw-2'>&</span><span class='ident'>ns</span>, <span class='ident'>dest</span>));
<span class='macro'>try</span><span class='macro'>!</span>(<span class='ident'>write_impl</span>(<span class='ident'>registry</span>, <span class='kw-2'>&</span><span class='ident'>ns</span>, <span class='ident'>dest</span>));
<span class='macro'>try</span><span class='macro'>!</span>(<span class='ident'>write_fns</span>(<span class='ident'>registry</span>, <span class='kw-2'>&</span><span class='ident'>ns</span>, <span class='ident'>dest</span>));
<span class='prelude-val'>Ok</span>(())
}
}
<span class='doccomment'>/// Creates a `__gl_imports` module which contains all the external symbols that we need for the</span>
<span class='doccomment'>/// bindings.</span>
<span class='kw'>fn</span> <span class='ident'>write_header</span><span class='op'><</span><span class='ident'>W</span><span class='op'>></span>(<span class='ident'>dest</span>: <span class='kw-2'>&</span><span class='kw-2'>mut</span> <span class='ident'>W</span>) <span class='op'>-></span> <span class='ident'>io</span>::<span class='prelude-ty'>Result</span><span class='op'><</span>()<span class='op'>></span> <span class='kw'>where</span> <span class='ident'>W</span>: <span class='ident'>io</span>::<span class='ident'>Write</span> {
<span class='macro'>writeln</span><span class='macro'>!</span>(<span class='ident'>dest</span>, <span class='string'>r#"
mod __gl_imports {{
extern crate libc;
pub use std::mem;
}}
"#</span>)
}
<span class='doccomment'>/// Creates a `types` module which contains all the type aliases.</span>
<span class='doccomment'>///</span>
<span class='doccomment'>/// See also `generators::gen_type_aliases`.</span>
<span class='kw'>fn</span> <span class='ident'>write_type_aliases</span><span class='op'><</span><span class='ident'>W</span><span class='op'>></span>(<span class='ident'>ns</span>: <span class='kw-2'>&</span><span class='ident'>Ns</span>, <span class='ident'>dest</span>: <span class='kw-2'>&</span><span class='kw-2'>mut</span> <span class='ident'>W</span>) <span class='op'>-></span> <span class='ident'>io</span>::<span class='prelude-ty'>Result</span><span class='op'><</span>()<span class='op'>></span> <span class='kw'>where</span> <span class='ident'>W</span>: <span class='ident'>io</span>::<span class='ident'>Write</span> {
<span class='macro'>try</span><span class='macro'>!</span>(<span class='macro'>writeln</span><span class='macro'>!</span>(<span class='ident'>dest</span>, <span class='string'>r#"
pub mod types {{
#![allow(non_camel_case_types)]
#![allow(non_snake_case)]
#![allow(dead_code)]
#![allow(missing_copy_implementations)]
"#</span>));
<span class='macro'>try</span><span class='macro'>!</span>(<span class='ident'>super</span>::<span class='ident'>gen_type_aliases</span>(<span class='ident'>ns</span>, <span class='ident'>dest</span>));
<span class='macro'>writeln</span><span class='macro'>!</span>(<span class='ident'>dest</span>, <span class='string'>"}}"</span>)
}
<span class='doccomment'>/// Creates all the `<enum>` elements at the root of the bindings.</span>
<span class='kw'>fn</span> <span class='ident'>write_enums</span><span class='op'><</span><span class='ident'>W</span><span class='op'>></span>(<span class='ident'>registry</span>: <span class='kw-2'>&</span><span class='ident'>Registry</span>, <span class='ident'>dest</span>: <span class='kw-2'>&</span><span class='kw-2'>mut</span> <span class='ident'>W</span>) <span class='op'>-></span> <span class='ident'>io</span>::<span class='prelude-ty'>Result</span><span class='op'><</span>()<span class='op'>></span> <span class='kw'>where</span> <span class='ident'>W</span>: <span class='ident'>io</span>::<span class='ident'>Write</span> {
<span class='kw'>for</span> <span class='ident'>e</span> <span class='kw'>in</span> <span class='ident'>registry</span>.<span class='ident'>enum_iter</span>() {
<span class='macro'>try</span><span class='macro'>!</span>(<span class='ident'>super</span>::<span class='ident'>gen_enum_item</span>(<span class='ident'>e</span>, <span class='string'>"types::"</span>, <span class='ident'>dest</span>));
}
<span class='prelude-val'>Ok</span>(())
}
<span class='doccomment'>/// Creates a stub structure.</span>
<span class='doccomment'>///</span>
<span class='doccomment'>/// The name of the struct corresponds to the namespace.</span>
<span class='kw'>fn</span> <span class='ident'>write_struct</span><span class='op'><</span><span class='ident'>W</span><span class='op'>></span>(<span class='ident'>ns</span>: <span class='kw-2'>&</span><span class='ident'>Ns</span>, <span class='ident'>dest</span>: <span class='kw-2'>&</span><span class='kw-2'>mut</span> <span class='ident'>W</span>) <span class='op'>-></span> <span class='ident'>io</span>::<span class='prelude-ty'>Result</span><span class='op'><</span>()<span class='op'>></span> <span class='kw'>where</span> <span class='ident'>W</span>: <span class='ident'>io</span>::<span class='ident'>Write</span> {
<span class='macro'>writeln</span><span class='macro'>!</span>(<span class='ident'>dest</span>, <span class='string'>"
#[allow(non_camel_case_types)]
#[allow(non_snake_case)]
#[allow(dead_code)]
pub struct {ns};"</span>,
<span class='ident'>ns</span> <span class='op'>=</span> <span class='ident'>ns</span>.<span class='ident'>fmt_struct_name</span>(),
)
}
<span class='doccomment'>/// Creates the `impl` of the structure created by `write_struct`.</span>
<span class='kw'>fn</span> <span class='ident'>write_impl</span><span class='op'><</span><span class='ident'>W</span><span class='op'>></span>(<span class='ident'>registry</span>: <span class='kw-2'>&</span><span class='ident'>Registry</span>, <span class='ident'>ns</span>: <span class='kw-2'>&</span><span class='ident'>Ns</span>, <span class='ident'>dest</span>: <span class='kw-2'>&</span><span class='kw-2'>mut</span> <span class='ident'>W</span>) <span class='op'>-></span> <span class='ident'>io</span>::<span class='prelude-ty'>Result</span><span class='op'><</span>()<span class='op'>></span> <span class='kw'>where</span> <span class='ident'>W</span>: <span class='ident'>io</span>::<span class='ident'>Write</span> {
<span class='macro'>try</span><span class='macro'>!</span>(<span class='macro'>writeln</span><span class='macro'>!</span>(<span class='ident'>dest</span>,
<span class='string'>"impl {ns} {{
/// Stub function.
#[allow(dead_code)]
pub fn load_with<F>(mut _loadfn: F) -> {ns} where F: FnMut(&str) -> *const __gl_imports::libc::c_void {{
{ns}
}}"</span>,
<span class='ident'>ns</span> <span class='op'>=</span> <span class='ident'>ns</span>.<span class='ident'>fmt_struct_name</span>(),
));
<span class='kw'>for</span> <span class='ident'>c</span> <span class='kw'>in</span> <span class='ident'>registry</span>.<span class='ident'>cmd_iter</span>() {
<span class='macro'>try</span><span class='macro'>!</span>(<span class='macro'>writeln</span><span class='macro'>!</span>(<span class='ident'>dest</span>,
<span class='string'>"#[allow(non_snake_case)]
// #[allow(unused_variables)]
#[allow(dead_code)]
#[inline]
pub unsafe fn {name}(&self, {typed_params}) -> {return_suffix} {{
{name}({idents})
}}"</span>,
<span class='ident'>name</span> <span class='op'>=</span> <span class='ident'>c</span>.<span class='ident'>proto</span>.<span class='ident'>ident</span>,
<span class='ident'>typed_params</span> <span class='op'>=</span> <span class='ident'>super</span>::<span class='ident'>gen_parameters</span>(<span class='ident'>c</span>, <span class='boolval'>true</span>, <span class='boolval'>true</span>).<span class='ident'>connect</span>(<span class='string'>", "</span>),
<span class='ident'>return_suffix</span> <span class='op'>=</span> <span class='ident'>super</span>::<span class='ident'>gen_return_type</span>(<span class='ident'>c</span>),
<span class='ident'>idents</span> <span class='op'>=</span> <span class='ident'>super</span>::<span class='ident'>gen_parameters</span>(<span class='ident'>c</span>, <span class='boolval'>true</span>, <span class='boolval'>false</span>).<span class='ident'>connect</span>(<span class='string'>", "</span>),
));
}
<span class='macro'>writeln</span><span class='macro'>!</span>(<span class='ident'>dest</span>, <span class='string'>"}}"</span>)
}
<span class='doccomment'>/// io::Writes all functions corresponding to the GL bindings.</span>
<span class='doccomment'>///</span>
<span class='doccomment'>/// These are foreign functions, they don't have any content.</span>
<span class='kw'>fn</span> <span class='ident'>write_fns</span><span class='op'><</span><span class='ident'>W</span><span class='op'>></span>(<span class='ident'>registry</span>: <span class='kw-2'>&</span><span class='ident'>Registry</span>, <span class='ident'>ns</span>: <span class='kw-2'>&</span><span class='ident'>Ns</span>, <span class='ident'>dest</span>: <span class='kw-2'>&</span><span class='kw-2'>mut</span> <span class='ident'>W</span>) <span class='op'>-></span> <span class='ident'>io</span>::<span class='prelude-ty'>Result</span><span class='op'><</span>()<span class='op'>></span> <span class='kw'>where</span> <span class='ident'>W</span>: <span class='ident'>io</span>::<span class='ident'>Write</span> {
<span class='macro'>try</span><span class='macro'>!</span>(<span class='macro'>writeln</span><span class='macro'>!</span>(<span class='ident'>dest</span>, <span class='string'>"
#[allow(non_snake_case)]
#[allow(unused_variables)]
#[allow(dead_code)]
extern \"system\" {{"</span>));
<span class='kw'>for</span> <span class='ident'>c</span> <span class='kw'>in</span> <span class='ident'>registry</span>.<span class='ident'>cmd_iter</span>() {
<span class='macro'>try</span><span class='macro'>!</span>(<span class='macro'>writeln</span><span class='macro'>!</span>(<span class='ident'>dest</span>,
<span class='string'>"#[link_name=\"{symbol}\"] fn {name}({params}) -> {return_suffix};"</span>,
<span class='ident'>symbol</span> <span class='op'>=</span> <span class='ident'>super</span>::<span class='ident'>gen_symbol_name</span>(<span class='ident'>ns</span>, <span class='kw-2'>&</span><span class='ident'>c</span>.<span class='ident'>proto</span>.<span class='ident'>ident</span>),
<span class='ident'>name</span> <span class='op'>=</span> <span class='ident'>c</span>.<span class='ident'>proto</span>.<span class='ident'>ident</span>,
<span class='ident'>params</span> <span class='op'>=</span> <span class='ident'>super</span>::<span class='ident'>gen_parameters</span>(<span class='ident'>c</span>, <span class='boolval'>true</span>, <span class='boolval'>true</span>).<span class='ident'>connect</span>(<span class='string'>", "</span>),
<span class='ident'>return_suffix</span> <span class='op'>=</span> <span class='ident'>super</span>::<span class='ident'>gen_return_type</span>(<span class='ident'>c</span>)
));
}
<span class='macro'>writeln</span><span class='macro'>!</span>(<span class='ident'>dest</span>, <span class='string'>"}}"</span>)
}
</pre>
</section>
<section id='search' class="content hidden"></section>
<section class="footer"></section>
<div id="help" class="hidden">
<div class="shortcuts">
<h1>Keyboard shortcuts</h1>
<dl>
<dt>?</dt>
<dd>Show this help dialog</dd>
<dt>S</dt>
<dd>Focus the search field</dd>
<dt>⇤</dt>
<dd>Move up in search results</dd>
<dt>⇥</dt>
<dd>Move down in search results</dd>
<dt>⏎</dt>
<dd>Go to active search result</dd>
</dl>
</div>
<div class="infos">
<h1>Search tricks</h1>
<p>
Prefix searches with a type followed by a colon (e.g.
<code>fn:</code>) to restrict the search to a given type.
</p>
<p>
Accepted types are: <code>fn</code>, <code>mod</code>,
<code>struct</code>, <code>enum</code>,
<code>trait</code>, <code>typedef</code> (or
<code>tdef</code>).
</p>
<p>
Search functions by type signature (e.g.
<code>vec -> usize</code>)
</p>
</div>
</div>
<script>
window.rootPath = "../../../";
window.currentCrate = "gl_generator";
window.playgroundUrl = "";
</script>
<script src="../../../jquery.js"></script>
<script src="../../../main.js"></script>
<script async src="../../../search-index.js"></script>
</body>
</html> | mcanders/bevy | doc/src/gl_generator/generators/static_struct_gen.rs.html | HTML | mit | 21,592 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.9.1"/>
<title>V8 API Reference Guide for node.js v0.1.22 - v0.1.23: Member List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">V8 API Reference Guide for node.js v0.1.22 - v0.1.23
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.9.1 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespacev8.html">v8</a></li><li class="navelem"><a class="el" href="classv8_1_1_try_catch.html">TryCatch</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">v8::TryCatch Member List</div> </div>
</div><!--header-->
<div class="contents">
<p>This is the complete list of members for <a class="el" href="classv8_1_1_try_catch.html">v8::TryCatch</a>, including all inherited members.</p>
<table class="directory">
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1_try_catch.html#a2ec467d4653d26c064d749cab98791cb">CanContinue</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_try_catch.html">v8::TryCatch</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1_try_catch.html#a99c425f29b3355b4294cbe762377f99b">Exception</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_try_catch.html">v8::TryCatch</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1_try_catch.html#a48f704fbf2b82564b5d2a4ff596e4137">HasCaught</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_try_catch.html">v8::TryCatch</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1_try_catch.html#a2811e500fbb906ee505895a3d94fc66f">Message</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_try_catch.html">v8::TryCatch</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1_try_catch.html#a3aae8acab4c99b374b7d782763d4c8e1">Reset</a>()</td><td class="entry"><a class="el" href="classv8_1_1_try_catch.html">v8::TryCatch</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1_try_catch.html#a4a7506617800bbc49c3c08bbfefb9c2d">ReThrow</a>()</td><td class="entry"><a class="el" href="classv8_1_1_try_catch.html">v8::TryCatch</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1_try_catch.html#a541b8fa6951bd5a439692c22d5c7b73c">SetCaptureMessage</a>(bool value)</td><td class="entry"><a class="el" href="classv8_1_1_try_catch.html">v8::TryCatch</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1_try_catch.html#a032cd889d76bd596e2616df11ced8682">SetVerbose</a>(bool value)</td><td class="entry"><a class="el" href="classv8_1_1_try_catch.html">v8::TryCatch</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1_try_catch.html#a1ee3e6ee74a4fc50185443ccdc4d3ae7">StackTrace</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_try_catch.html">v8::TryCatch</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1_try_catch.html#adc9b1b11e73b0325df727914c348053d">TryCatch</a>()</td><td class="entry"><a class="el" href="classv8_1_1_try_catch.html">v8::TryCatch</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>v8::internal::Top</b> (defined in <a class="el" href="classv8_1_1_try_catch.html">v8::TryCatch</a>)</td><td class="entry"><a class="el" href="classv8_1_1_try_catch.html">v8::TryCatch</a></td><td class="entry"><span class="mlabel">friend</span></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1_try_catch.html#a2c9ad4b40d17dd31c6dd020736b30679">~TryCatch</a>()</td><td class="entry"><a class="el" href="classv8_1_1_try_catch.html">v8::TryCatch</a></td><td class="entry"></td></tr>
</table></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Tue Aug 11 2015 23:44:25 for V8 API Reference Guide for node.js v0.1.22 - v0.1.23 by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.9.1
</small></address>
</body>
</html>
| v8-dox/v8-dox.github.io | a98afdf/html/classv8_1_1_try_catch-members.html | HTML | mit | 7,571 |
<!DOCTYPE html>
<!--[if lt IE 9]><html class="no-js lt-ie9" lang="en" dir="ltr"><![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="en" dir="ltr">
<!--<![endif]-->
<!-- Usage: /eic/site/ccc-rec.nsf/tpl-eng/template-1col.html?Open&id=3 (optional: ?Open&page=filename.html&id=x) -->
<!-- Created: ; Product Code: 536; Server: stratnotes2.ic.gc.ca -->
<head>
<!-- Title begins / Dรฉbut du titre -->
<title>
New Chapter Translations -
Complete profile - Canadian Company Capabilities - Industries and Business - Industry Canada
</title>
<!-- Title ends / Fin du titre -->
<!-- Meta-data begins / Dรฉbut des mรฉtadonnรฉes -->
<meta charset="utf-8" />
<meta name="dcterms.language" title="ISO639-2" content="eng" />
<meta name="dcterms.title" content="" />
<meta name="description" content="" />
<meta name="dcterms.description" content="" />
<meta name="dcterms.type" content="report, data set" />
<meta name="dcterms.subject" content="businesses, industry" />
<meta name="dcterms.subject" content="businesses, industry" />
<meta name="dcterms.issued" title="W3CDTF" content="" />
<meta name="dcterms.modified" title="W3CDTF" content="" />
<meta name="keywords" content="" />
<meta name="dcterms.creator" content="" />
<meta name="author" content="" />
<meta name="dcterms.created" title="W3CDTF" content="" />
<meta name="dcterms.publisher" content="" />
<meta name="dcterms.audience" title="icaudience" content="" />
<meta name="dcterms.spatial" title="ISO3166-1" content="" />
<meta name="dcterms.spatial" title="gcgeonames" content="" />
<meta name="dcterms.format" content="HTML" />
<meta name="dcterms.identifier" title="ICsiteProduct" content="536" />
<!-- EPI-11240 -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- MCG-202 -->
<meta content="width=device-width,initial-scale=1" name="viewport">
<!-- EPI-11567 -->
<meta name = "format-detection" content = "telephone=no">
<!-- EPI-12603 -->
<meta name="robots" content="noarchive">
<!-- EPI-11190 - Webtrends -->
<script>
var startTime = new Date();
startTime = startTime.getTime();
</script>
<!--[if gte IE 9 | !IE ]><!-->
<link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="icon" type="image/x-icon">
<link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/wet-boew.min.css">
<!--<![endif]-->
<link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/theme.min.css">
<!--[if lt IE 9]>
<link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="shortcut icon" />
<link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/ie8-wet-boew.min.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew.min.js"></script>
<![endif]-->
<!--[if lte IE 9]>
<![endif]-->
<noscript><link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/noscript.min.css" /></noscript>
<!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER -->
<script>dataLayer1 = [];</script>
<!-- End Google Tag Manager -->
<!-- EPI-11235 -->
<link rel="stylesheet" href="/eic/home.nsf/css/add_WET_4-0_Canada_Apps.css">
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
<link href="/app/ccc/srch/css/print.css" media="print" rel="stylesheet" type="text/css" />
</head>
<body class="home" vocab="http://schema.org/" typeof="WebPage">
<!-- EPIC HEADER BEGIN -->
<!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER -->
<noscript><iframe title="Google Tag Manager" src="//www.googletagmanager.com/ns.html?id=GTM-TLGQ9K" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer1'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer1','GTM-TLGQ9K');</script>
<!-- End Google Tag Manager -->
<!-- EPI-12801 -->
<span typeof="Organization"><meta property="legalName" content="Department_of_Industry"></span>
<ul id="wb-tphp">
<li class="wb-slc">
<a class="wb-sl" href="#wb-cont">Skip to main content</a>
</li>
<li class="wb-slc visible-sm visible-md visible-lg">
<a class="wb-sl" href="#wb-info">Skip to "About this site"</a>
</li>
</ul>
<header role="banner">
<div id="wb-bnr" class="container">
<section id="wb-lng" class="visible-md visible-lg text-right">
<h2 class="wb-inv">Language selection</h2>
<div class="row">
<div class="col-md-12">
<ul class="list-inline mrgn-bttm-0">
<li><a href="nvgt.do?V_TOKEN=1492306294656&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=32251&V_SEARCH.docsStart=32250&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn/updt.sec?_flId?_flxKy=e1s1&estblmntNo=234567041301&profileId=61&_evId=bck&lang=eng&V_SEARCH.showStricts=false&prtl=1&_flId?_flId?_flxKy=e1s1" title="Franรงais" lang="fr">Franรงais</a></li>
</ul>
</div>
</div>
</section>
<div class="row">
<div class="brand col-xs-8 col-sm-9 col-md-6">
<a href="http://www.canada.ca/en/index.html"><object type="image/svg+xml" tabindex="-1" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/sig-blk-en.svg"></object><span class="wb-inv"> Government of Canada</span></a>
</div>
<section class="wb-mb-links col-xs-4 col-sm-3 visible-sm visible-xs" id="wb-glb-mn">
<h2>Search and menus</h2>
<ul class="list-inline text-right chvrn">
<li><a href="#mb-pnl" title="Search and menus" aria-controls="mb-pnl" class="overlay-lnk" role="button"><span class="glyphicon glyphicon-search"><span class="glyphicon glyphicon-th-list"><span class="wb-inv">Search and menus</span></span></span></a></li>
</ul>
<div id="mb-pnl"></div>
</section>
<!-- Site Search Removed -->
</div>
</div>
<nav role="navigation" id="wb-sm" class="wb-menu visible-md visible-lg" data-trgt="mb-pnl" data-ajax-fetch="//cdn.canada.ca/gcweb-cdn-dev/sitemenu/sitemenu-en.html" typeof="SiteNavigationElement">
<h2 class="wb-inv">Topics menu</h2>
<div class="container nvbar">
<div class="row">
<ul class="list-inline menu">
<li><a href="https://www.canada.ca/en/services/jobs.html">Jobs</a></li>
<li><a href="http://www.cic.gc.ca/english/index.asp">Immigration</a></li>
<li><a href="https://travel.gc.ca/">Travel</a></li>
<li><a href="https://www.canada.ca/en/services/business.html">Business</a></li>
<li><a href="https://www.canada.ca/en/services/benefits.html">Benefits</a></li>
<li><a href="http://healthycanadians.gc.ca/index-eng.php">Health</a></li>
<li><a href="https://www.canada.ca/en/services/taxes.html">Taxes</a></li>
<li><a href="https://www.canada.ca/en/services.html">More services</a></li>
</ul>
</div>
</div>
</nav>
<!-- EPIC BODY BEGIN -->
<nav role="navigation" id="wb-bc" class="" property="breadcrumb">
<h2 class="wb-inv">You are here:</h2>
<div class="container">
<div class="row">
<ol class="breadcrumb">
<li><a href="/eic/site/icgc.nsf/eng/home" title="Home">Home</a></li>
<li><a href="/eic/site/icgc.nsf/eng/h_07063.html" title="Industries and Business">Industries and Business</a></li>
<li><a href="/eic/site/ccc-rec.nsf/tpl-eng/../eng/home" >Canadian Company Capabilities</a></li>
</ol>
</div>
</div>
</nav>
</header>
<main id="wb-cont" role="main" property="mainContentOfPage" class="container">
<!-- End Header -->
<!-- Begin Body -->
<!-- Begin Body Title -->
<!-- End Body Title -->
<!-- Begin Body Head -->
<!-- End Body Head -->
<!-- Begin Body Content -->
<br>
<!-- Complete Profile -->
<!-- Company Information above tabbed area-->
<input id="showMore" type="hidden" value='more'/>
<input id="showLess" type="hidden" value='less'/>
<h1 id="wb-cont">
Company profile - Canadian Company Capabilities
</h1>
<div class="profileInfo hidden-print">
<ul class="list-inline">
<li><a href="cccSrch.do?lang=eng&profileId=&prtl=1&key.hitsPerPage=25&searchPage=%252Fapp%252Fccc%252Fsrch%252FcccBscSrch.do%253Flang%253Deng%2526amp%253Bprtl%253D1%2526amp%253Btagid%253D&V_SEARCH.scopeCategory=CCC.Root&V_SEARCH.depth=1&V_SEARCH.showStricts=false&V_SEARCH.sortSpec=title+asc&rstBtn.x=" class="btn btn-link">New Search</a> |</li>
<li><form name="searchForm" method="post" action="/app/ccc/srch/bscSrch.do">
<input type="hidden" name="lang" value="eng" />
<input type="hidden" name="profileId" value="" />
<input type="hidden" name="prtl" value="1" />
<input type="hidden" name="searchPage" value="%2Fapp%2Fccc%2Fsrch%2FcccBscSrch.do%3Flang%3Deng%26amp%3Bprtl%3D1%26amp%3Btagid%3D" />
<input type="hidden" name="V_SEARCH.scopeCategory" value="CCC.Root" />
<input type="hidden" name="V_SEARCH.depth" value="1" />
<input type="hidden" name="V_SEARCH.showStricts" value="false" />
<input id="repeatSearchBtn" class="btn btn-link" type="submit" value="Return to search results" />
</form></li>
<li>| <a href="nvgt.do?V_SEARCH.docsStart=32249&V_DOCUMENT.docRank=32250&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492306300936&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=234567001829&profileId=&key.newSearchLabel=">Previous Company</a></li>
<li>| <a href="nvgt.do?V_SEARCH.docsStart=32251&V_DOCUMENT.docRank=32252&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492306300936&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=234567152623&profileId=&key.newSearchLabel=">Next Company</a></li>
</ul>
</div>
<details>
<summary>Third-Party Information Liability Disclaimer</summary>
<p>Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.</p>
</details>
<h2>
New Chapter Translations
</h2>
<div class="row">
<div class="col-md-5">
<h2 class="h5 mrgn-bttm-0">Legal/Operating Name:</h2>
<p>New Chapter Translations</p>
<div class="mrgn-tp-md"></div>
<p class="mrgn-bttm-0" ><a href="http://www.nctranslation.com"
target="_blank" title="Website URL">http://www.nctranslation.com</a></p>
<p><a href="mailto:[email protected]" title="[email protected]">[email protected]</a></p>
</div>
<div class="col-md-4 mrgn-sm-sm">
<h2 class="h5 mrgn-bttm-0">Mailing Address:</h2>
<address class="mrgn-bttm-md">
510-146 Franรงois St<br/>
VERDUN,
Quebec<br/>
H3E 1G3
<br/>
</address>
<h2 class="h5 mrgn-bttm-0">Location Address:</h2>
<address class="mrgn-bttm-md">
510-146 Franรงois St<br/>
VERDUN,
Quebec<br/>
H3E 1G3
<br/>
</address>
<p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>:
(514) 739-2312
</p>
<p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>:
</p>
</div>
<div class="col-md-3 mrgn-tp-md">
</div>
</div>
<div class="row mrgn-tp-md mrgn-bttm-md">
<div class="col-md-12">
<h2 class="wb-inv">Company Profile</h2>
<br> Translation ย Editing ย Proofreading Localization Adaptation
<br>
<br>Field of expertise
<br>ย Education
<br>ย Business Administration and Finance
<br> Project Proposals
<br>ย Marketing
<br>ย Engineering
<br>ย Human Resources
<br>ย Medical
<br> Health Research
<br> Psychology
<br> Criminology
<br>ย Web sites
<br>
<br>
<br>
<br>Production of :
<br>
<br>ย Advertising brochures
<br>ย Annual reports
<br>ย Cover letters
<br>ย Newsletters
<br>ย Press releases
<br>ย Research and analysis reports
<br>ย Rรฉsumรฉs
<br>ย Speeches
<br>ย Texts for the internet
<br><br>
</div>
</div>
<!-- <div class="wb-tabs ignore-session update-hash wb-eqht-off print-active"> -->
<div class="wb-tabs ignore-session">
<div class="tabpanels">
<details id="details-panel1">
<summary>
Full profile
</summary>
<!-- Tab 1 -->
<h2 class="wb-invisible">
Full profile
</h2>
<!-- Contact Information -->
<h3 class="page-header">
Contact information
</h3>
<section class="container-fluid">
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Louise
Beaudry
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
<!--if client gender is not null or empty we use gender based job title-->
Owner
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Area of Responsibility:
</strong>
</div>
<div class="col-md-7">
Administrative Services.
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(514) 739-2312
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
[email protected]
</div>
</div>
</section>
<p class="mrgn-tp-lg text-right small hidden-print">
<a href="#wb-cont">top of page</a>
</p>
<!-- Company Description -->
<h3 class="page-header">
Company description
</h3>
<section class="container-fluid">
<div class="row">
<div class="col-md-5">
<strong>
Country of Ownership:
</strong>
</div>
<div class="col-md-7">
Canada
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Year Established:
</strong>
</div>
<div class="col-md-7">
2009
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Exporting:
</strong>
</div>
<div class="col-md-7">
Yes
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Industry (NAICS):
</strong>
</div>
<div class="col-md-7">
541930 - Translation and Interpretation Services
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Alternate Industries (NAICS):
</strong>
</div>
<div class="col-md-7">
561410 - Document Preparation Services<br>
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Services
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Total Sales ($CDN):
</strong>
</div>
<div class="col-md-7">
$100,000 to $199,999
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Number of Employees:
</strong>
</div>
<div class="col-md-7">
2
</div>
</div>
</section>
<!-- Products / Services / Licensing -->
<h3 class="page-header">
Product / Service / Licensing
</h3>
<section class="container-fluid">
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Service Name:
</strong>
</div>
<div class="col-md-9">
New Chapter Translations<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
Translation - Editing - Proofreading - Localization - Adaptation<br>
<br>
</div>
</div>
</section>
<p class="mrgn-tp-lg text-right small hidden-print">
<a href="#wb-cont">top of page</a>
</p>
<!-- Technology Profile -->
<h3 class="page-header">
Technology profile
</h3>
<section class="container-fluid">
Wordfast - Trados - Word - PowerPoint - Excel - Omega t - Transit - Similis - Catalyst
</section>
<!-- Market Profile -->
<!-- Sector Information -->
<details class="mrgn-tp-md mrgn-bttm-md">
<summary>
Third-Party Information Liability Disclaimer
</summary>
<p>
Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.
</p>
</details>
</details>
<details id="details-panel2">
<summary>
Contacts
</summary>
<h2 class="wb-invisible">
Contact information
</h2>
<!-- Contact Information -->
<section class="container-fluid">
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Louise
Beaudry
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
<!--if client gender is not null or empty we use gender based job title-->
Owner
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Area of Responsibility:
</strong>
</div>
<div class="col-md-7">
Administrative Services.
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(514) 739-2312
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
[email protected]
</div>
</div>
</section>
</details>
<details id="details-panel3">
<summary>
Description
</summary>
<h2 class="wb-invisible">
Company description
</h2>
<section class="container-fluid">
<div class="row">
<div class="col-md-5">
<strong>
Country of Ownership:
</strong>
</div>
<div class="col-md-7">
Canada
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Year Established:
</strong>
</div>
<div class="col-md-7">
2009
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Exporting:
</strong>
</div>
<div class="col-md-7">
Yes
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Industry (NAICS):
</strong>
</div>
<div class="col-md-7">
541930 - Translation and Interpretation Services
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Alternate Industries (NAICS):
</strong>
</div>
<div class="col-md-7">
561410 - Document Preparation Services<br>
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Services
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Total Sales ($CDN):
</strong>
</div>
<div class="col-md-7">
$100,000 to $199,999
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Number of Employees:
</strong>
</div>
<div class="col-md-7">
2
</div>
</div>
</section>
</details>
<details id="details-panel4">
<summary>
Products, services and licensing
</summary>
<h2 class="wb-invisible">
Product / Service / Licensing
</h2>
<section class="container-fluid">
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Service Name:
</strong>
</div>
<div class="col-md-9">
New Chapter Translations<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
Translation - Editing - Proofreading - Localization - Adaptation<br>
<br>
</div>
</div>
</section>
</details>
<details id="details-panel5">
<summary>
Technology
</summary>
<h2 class="wb-invisible">
Technology profile
</h2>
<section class="container-fluid">
Wordfast - Trados - Word - PowerPoint - Excel - Omega t - Transit - Similis - Catalyst
</section>
</details>
</div>
</div>
<div class="row">
<div class="col-md-12 text-right">
Last Update Date 2016-06-14
</div>
</div>
<!--
- Artifact ID: CBW - IMBS - CCC Search WAR
- Group ID: ca.gc.ic.strategis.imbs.ccc.search
- Version: 3.26
- Built-By: bamboo
- Build Timestamp: 2017-03-02T21:29:28Z
-->
<!-- End Body Content -->
<!-- Begin Body Foot -->
<!-- End Body Foot -->
<!-- END MAIN TABLE -->
<!-- End body -->
<!-- Begin footer -->
<div class="row pagedetails">
<div class="col-sm-5 col-xs-12 datemod">
<dl id="wb-dtmd">
<dt class=" hidden-print">Date Modified:</dt>
<dd class=" hidden-print">
<span><time>2017-03-02</time></span>
</dd>
</dl>
</div>
<div class="clear visible-xs"></div>
<div class="col-sm-4 col-xs-6">
</div>
<div class="col-sm-3 col-xs-6 text-right">
</div>
<div class="clear visible-xs"></div>
</div>
</main>
<footer role="contentinfo" id="wb-info">
<nav role="navigation" class="container wb-navcurr">
<h2 class="wb-inv">About government</h2>
<!-- EPIC FOOTER BEGIN -->
<!-- EPI-11638 Contact us -->
<ul class="list-unstyled colcount-sm-2 colcount-md-3">
<li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07026.html#pageid=E048-H00000&from=Industries">Contact us</a></li>
<li><a href="https://www.canada.ca/en/government/dept.html">Departments and agencies</a></li>
<li><a href="https://www.canada.ca/en/government/publicservice.html">Public service and military</a></li>
<li><a href="https://www.canada.ca/en/news.html">News</a></li>
<li><a href="https://www.canada.ca/en/government/system/laws.html">Treaties, laws and regulations</a></li>
<li><a href="https://www.canada.ca/en/transparency/reporting.html">Government-wide reporting</a></li>
<li><a href="http://pm.gc.ca/eng">Prime Minister</a></li>
<li><a href="https://www.canada.ca/en/government/system.html">How government works</a></li>
<li><a href="http://open.canada.ca/en/">Open government</a></li>
</ul>
</nav>
<div class="brand">
<div class="container">
<div class="row">
<nav class="col-md-10 ftr-urlt-lnk">
<h2 class="wb-inv">About this site</h2>
<ul>
<li><a href="https://www.canada.ca/en/social.html">Social media</a></li>
<li><a href="https://www.canada.ca/en/mobile.html">Mobile applications</a></li>
<li><a href="http://www1.canada.ca/en/newsite.html">About Canada.ca</a></li>
<li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html">Terms and conditions</a></li>
<li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html#p1">Privacy</a></li>
</ul>
</nav>
<div class="col-xs-6 visible-sm visible-xs tofpg">
<a href="#wb-cont">Top of Page <span class="glyphicon glyphicon-chevron-up"></span></a>
</div>
<div class="col-xs-6 col-md-2 text-right">
<object type="image/svg+xml" tabindex="-1" role="img" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/wmms-blk.svg" aria-label="Symbol of the Government of Canada"></object>
</div>
</div>
</div>
</div>
</footer>
<!--[if gte IE 9 | !IE ]><!-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/wet-boew.min.js"></script>
<!--<![endif]-->
<!--[if lt IE 9]>
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew2.min.js"></script>
<![endif]-->
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/theme.min.js"></script>
<!-- EPI-10519 -->
<span class="wb-sessto"
data-wb-sessto='{"inactivity": 1800000, "reactionTime": 180000, "sessionalive": 1800000, "logouturl": "/app/ccc/srch/cccSrch.do?lang=eng&prtl=1"}'></span>
<script src="/eic/home.nsf/js/jQuery.externalOpensInNewWindow.js"></script>
<!-- EPI-11190 - Webtrends -->
<script src="/eic/home.nsf/js/webtrends.js"></script>
<script>var endTime = new Date();</script>
<noscript>
<div><img alt="" id="DCSIMG" width="1" height="1" src="//wt-sdc.ic.gc.ca/dcs6v67hwe0ei7wsv8g9fv50d_3k6i/njs.gif?dcsuri=/nojavascript&WT.js=No&WT.tv=9.4.0&dcssip=www.ic.gc.ca"/></div>
</noscript>
<!-- /Webtrends -->
<!-- JS deps -->
<script src="/eic/home.nsf/js/jquery.imagesloaded.js"></script>
<!-- EPI-11262 - Util JS -->
<script src="/eic/home.nsf/js/_WET_4-0_utils_canada.min.js"></script>
<!-- EPI-11383 -->
<script src="/eic/home.nsf/js/jQuery.icValidationErrors.js"></script>
<span style="display:none;" id='app-info' data-project-groupid='' data-project-artifactid='' data-project-version='' data-project-build-timestamp='' data-issue-tracking='' data-scm-sha1='' data-scm-sha1-abbrev='' data-scm-branch='' data-scm-commit-date=''></span>
</body></html>
<!-- End Footer -->
<!--
- Artifact ID: CBW - IMBS - CCC Search WAR
- Group ID: ca.gc.ic.strategis.imbs.ccc.search
- Version: 3.26
- Built-By: bamboo
- Build Timestamp: 2017-03-02T21:29:28Z
-->
| GoC-Spending/data-corporations | html/234567132563.html | HTML | mit | 37,722 |
<!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>Mrpt: Class Members - Related Functions</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<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">Mrpt
 <span id="projectnumber">0.1.0</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.14 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="contents">
 <ul>
<li>MrptTest
: <a class="el" href="class_mrpt.html#ad0e0eebd68b89d6815155d43dfc795e0">Mrpt</a>
</li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
</body>
</html>
| teemupitkanen/mrpt | docs/html/functions_rela.html | HTML | mit | 2,883 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>metacoq-safechecker: Not compatible ๐ผ</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.7.1 / metacoq-safechecker - 1.0~beta2+8.12</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">ยซ Up</a>
<h1>
metacoq-safechecker
<small>
1.0~beta2+8.12
<span class="label label-info">Not compatible ๐ผ</span>
</small>
</h1>
<p>๐
<em><script>document.write(moment("2021-12-11 23:07:18 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-11 23:07:18 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
camlp5 7.14 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-perl 1 Virtual package relying on perl
coq 8.7.1 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.07.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.07.1 Official release 4.07.1
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "https://metacoq.github.io/metacoq"
dev-repo: "git+https://github.com/MetaCoq/metacoq.git#coq-8.11"
bug-reports: "https://github.com/MetaCoq/metacoq/issues"
authors: ["Abhishek Anand <[email protected]>"
"Simon Boulier <[email protected]>"
"Cyril Cohen <[email protected]>"
"Yannick Forster <[email protected]>"
"Fabian Kunze <[email protected]>"
"Gregory Malecha <[email protected]>"
"Matthieu Sozeau <[email protected]>"
"Nicolas Tabareau <[email protected]>"
"Thรฉo Winterhalter <[email protected]>"
]
license: "MIT"
build: [
["sh" "./configure.sh"]
[make "-j" "%{jobs}%" "-C" "safechecker"]
]
install: [
[make "-C" "safechecker" "install"]
]
depends: [
"ocaml" {>= "4.07.1" & < "4.10~"}
"coq" { >= "8.12~" & < "8.13~" }
"coq-metacoq-template" {= version}
"coq-metacoq-pcuic" {= version}
]
synopsis: "Implementation and verification of safe conversion and typechecking algorithms for Coq"
description: """
MetaCoq is a meta-programming framework for Coq.
The SafeChecker modules provides a correct implementation of
weak-head reduction, conversion and typechecking of Coq definitions and global environments.
"""
url {
src: "https://github.com/MetaCoq/metacoq/archive/v1.0-beta2-8.12.tar.gz"
checksum: "sha256=108582a6f11ed511a5a94f2b302359f8d648168cba893169009def7c19e08778"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install ๐๏ธ</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-metacoq-safechecker.1.0~beta2+8.12 coq.8.7.1</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.7.1).
The following dependencies couldn't be met:
- coq-metacoq-safechecker -> coq-metacoq-pcuic = 1.0~beta2+8.12 -> coq >= 8.12~
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-metacoq-safechecker.1.0~beta2+8.12</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install ๐</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall ๐งน</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐ฃ
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.07.1-2.0.6/released/8.7.1/metacoq-safechecker/1.0~beta2+8.12.html | HTML | mit | 7,786 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>ioisup's Page</title>
<meta name="description" content="All about ioisup" />
<meta name="HandheldFriendly" content="True" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="//ioisup.github.io/themes/Casper/favicon.ico">
<link rel="stylesheet" type="text/css" href="//ioisup.github.io/themes/Casper/assets/css/screen.css?v=1.0.0" />
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Merriweather:300,700,700italic,300italic|Open+Sans:700,400" />
<link rel="canonical" href="https://ioisup.github.io" />
<meta name="generator" content="Ghost ?" />
<link rel="alternate" type="application/rss+xml" title="ioisup's Page" href="https://ioisup.github.io/rss" />
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/default.min.css">
</head>
<body class="tag-template tag-i-O-S home-template">
<header class="main-header tag-head " style="background-image: url(images/covers/site.jpg)">
<nav class="main-nav overlay clearfix">
<a class="back-button icon-arrow-left" href="https://ioisup.github.io">Home</a>
<!-- <a class="subscribe-button icon-feed" href="https://ioisup.github.io/tag/i-O-S/rss/">i-O-S</a> -->
</nav>
<div class="vertical">
<div class="main-header-content inner">
<h1 class="page-title">i-O-S</h1>
<h2 class="page-description">
A 1-post collection
</h2>
</div>
</div>
</header>
<main class="content" role="main">
<div class="extra-pagination inner">
<nav class="pagination" role="navigation">
<span class="page-number">Page 1 of 1</span>
</nav>
</div>
<article class="post tag-programing tag-i-O-S tag-mac-mini tag-mac">
<header class="post-header">
<h2 class="post-title"><a href="https://ioisup.github.io/2017/01/10/i-O-S-1890000.html">เนเธเธตเธขเธเนเธเธฃเนเธเธฃเธก iOS เนเธเธเธเธธเนเธกเธชเธธเธ เธฟ18,900.00</a></h2>
</header>
<section class="post-excerpt">
<p>เธเธฑเธเธซเธฒเธเธญเธเธเธฒเธฃเนเธเธตเธขเธเนเธเธฃเนเธเธฃเธกเธเธ iOS เธเธทเธญ เธเนเธญเธเนเธเน Mac เนเธเธเธฒเธฃ compile เนเธเนเธฒเธเธฑเนเธ เธเธฑเธเธเธฑเนเธเธเธถเธเธเธณเนเธเนเธเธเนเธญเธเธกเธตเนเธเธฃเธทเนเธญเธ Mac เนเธงเนเธเธณเธเธฒเธ เธเธถ <a class="read-more" href="https://ioisup.github.io/2017/01/10/i-O-S-1890000.html">»</a></p>
</section>
<footer class="post-meta">
on <a href="https://ioisup.github.io/tag/programing">programing</a>, <a href="https://ioisup.github.io/tag/i-O-S"> iOS</a>, <a href="https://ioisup.github.io/tag/mac-mini"> mac mini</a>, <a href="https://ioisup.github.io/tag/mac"> mac</a>
<time class="post-date" datetime="2017-01-10">10 January 2017</time>
</footer>
</article>
<nav class="pagination" role="navigation">
<span class="page-number">Page 1 of 1</span>
</nav>
</main>
<footer class="site-footer clearfix">
<section class="copyright"><a href="https://ioisup.github.io">ioisup's Page</a> © 2017</section>
<section class="poweredby">Proudly published with <a href="http://hubpress.io">HubPress</a></section>
</footer>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js?v="></script> <script src="//cdnjs.cloudflare.com/ajax/libs/moment.js/2.9.0/moment-with-locales.min.js?v="></script> <script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/highlight.min.js?v="></script>
<script type="text/javascript">
jQuery( document ).ready(function() {
// change date with ago
jQuery('ago.ago').each(function(){
var element = jQuery(this).parent();
element.html( moment(element.text()).fromNow());
});
});
hljs.initHighlightingOnLoad();
</script>
<script type="text/javascript" src="//ioisup.github.io/themes/Casper/assets/js/jquery.fitvids.js?v=1.0.0"></script>
<script type="text/javascript" src="//ioisup.github.io/themes/Casper/assets/js/index.js?v=1.0.0"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-78152903-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>
| ioisup/ioisup.github.io | tag/i-O-S/index.html | HTML | mit | 4,862 |
---
layout: default
title: Home
---
<div class="posts">
{% for post in paginator.posts %}
<div class="post">
<h1 class="post-title">
<a href="{{ site.baseurl }}{{ post.url }}">
{{ post.title }}
</a>
</h1>
<span class="post-date">{{ post.date | date_to_string }}</span>
{% if post.tags %} |
{% for tag in post.tags %}
<a href="{{ site.baseurl }}{{ site.tag_page }}#{{ tag | slugify }}" class="post-tag">{{ tag }}</a>
{% endfor %}
{% endif %}
<article>
{{ post.excerpt | markdownify }}
<article>
<div class="post-more">
{% if site.disqus_short_name %}
<a href="{{ site.baseurl }}{{ post.url }}#disqus_thread"> <i class="fa fa-comments" aria-hidden="true"></i>Comment</a>
{% endif %}
<a href="{{ site.baseurl }}{{ post.url }}"><i class="fa fa-plus-circle" aria-hidden="true"></i>Read more</a>
</div>
</div>
{% endfor %}
</div>
<div class="pagination">
{% if paginator.next_page %}
<a class="pagination-item older" href="{{ site.baseurl }}/blog/page{{paginator.next_page}}">Older</a>
{% else %}
<span class="pagination-item older">Older</span>
{% endif %}
{% if paginator.previous_page %}
{% if paginator.page == 2 %}
<a class="pagination-item newer" href="{{ site.baseurl }}/blog/">Newer</a>
{% else %}
<a class="pagination-item newer" href="{{ site.baseurl }}/blog/page{{paginator.previous_page}}">Newer</a>
{% endif %}
{% else %}
<span class="pagination-item newer">Newer</span>
{% endif %}
</div>
| howardzhang/howardzhang.github.io | index.html | HTML | mit | 1,561 |
๏ปฟ<template>
<li><a href="/Launcher_AcceptanceHelperOne">Launcher Acceptance Helper One</a></li>
</template> | StarcounterPrefabs/Launcher | test/Launcher_AcceptanceHelperOne/wwwroot/Launcher_AcceptanceHelperOne/Menu.html | HTML | mit | 113 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Login Page - Photon Admin Panel Theme</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0">
<link rel="shortcut icon" href="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/plugins/prettify/images/photon/js/plugins/favicon.ico"/>
<link rel="apple-touch-icon" href="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/plugins/prettify/images/photon/js/plugins/iosicon.png"/>
<link rel="stylesheet" href="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/plugins/prettify/images/photon/js/plugins/css/css_compiled/photon-min.css?v1.1" media="all"/>
<link rel="stylesheet" href="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/plugins/prettify/images/photon/js/plugins/css/css_compiled/photon-min-part2.css?v1.1" media="all"/>
<link rel="stylesheet" href="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/plugins/prettify/images/photon/js/plugins/css/css_compiled/photon-responsive-min.css?v1.1" media="all"/>
<!--[if IE]>
<link rel="stylesheet" type="text/css" href="css/css_compiled/ie-only-min.css?v1.1" />
<![endif]-->
<!--[if lt IE 9]>
<link rel="stylesheet" type="text/css" href="css/css_compiled/ie8-only-min.css?v1.1" />
<script type="text/javascript" src="js/plugins/excanvas.js"></script>
<script type="text/javascript" src="js/plugins/html5shiv.js"></script>
<script type="text/javascript" src="js/plugins/respond.min.js"></script>
<script type="text/javascript" src="js/plugins/fixFontIcons.js"></script>
<![endif]-->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/jquery-ui.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/plugins/prettify/images/photon/js/plugins/js/bootstrap/bootstrap.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/plugins/prettify/images/photon/js/plugins/js/plugins/modernizr.custom.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/plugins/prettify/images/photon/js/plugins/js/plugins/jquery.pnotify.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/plugins/prettify/images/photon/js/plugins/js/plugins/less-1.3.1.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/plugins/prettify/images/photon/js/plugins/js/plugins/xbreadcrumbs.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/plugins/prettify/images/photon/js/plugins/js/plugins/jquery.maskedinput-1.3.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/plugins/prettify/images/photon/js/plugins/js/plugins/jquery.autotab-1.1b.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/plugins/prettify/images/photon/js/plugins/js/plugins/charCount.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/plugins/prettify/images/photon/js/plugins/js/plugins/jquery.textareaCounter.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/plugins/prettify/images/photon/js/plugins/js/plugins/elrte.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/plugins/prettify/images/photon/js/plugins/js/plugins/elrte.en.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/plugins/prettify/images/photon/js/plugins/js/plugins/select2.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/plugins/prettify/images/photon/js/plugins/js/plugins/jquery-picklist.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/plugins/prettify/images/photon/js/plugins/js/plugins/jquery.validate.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/plugins/prettify/images/photon/js/plugins/js/plugins/additional-methods.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/plugins/prettify/images/photon/js/plugins/js/plugins/jquery.form.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/plugins/prettify/images/photon/js/plugins/js/plugins/jquery.metadata.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/plugins/prettify/images/photon/js/plugins/js/plugins/jquery.mockjax.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/plugins/prettify/images/photon/js/plugins/js/plugins/jquery.uniform.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/plugins/prettify/images/photon/js/plugins/js/plugins/jquery.tagsinput.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/plugins/prettify/images/photon/js/plugins/js/plugins/jquery.rating.pack.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/plugins/prettify/images/photon/js/plugins/js/plugins/farbtastic.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/plugins/prettify/images/photon/js/plugins/js/plugins/jquery.timeentry.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/plugins/prettify/images/photon/js/plugins/js/plugins/jquery.dataTables.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/plugins/prettify/images/photon/js/plugins/js/plugins/jquery.jstree.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/plugins/prettify/images/photon/js/plugins/js/plugins/dataTables.bootstrap.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/plugins/prettify/images/photon/js/plugins/js/plugins/jquery.mousewheel.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/plugins/prettify/images/photon/js/plugins/js/plugins/jquery.mCustomScrollbar.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/plugins/prettify/images/photon/js/plugins/js/plugins/jquery.flot.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/plugins/prettify/images/photon/js/plugins/js/plugins/jquery.flot.stack.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/plugins/prettify/images/photon/js/plugins/js/plugins/jquery.flot.pie.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/plugins/prettify/images/photon/js/plugins/js/plugins/jquery.flot.resize.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/plugins/prettify/images/photon/js/plugins/js/plugins/raphael.2.1.0.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/plugins/prettify/images/photon/js/plugins/js/plugins/justgage.1.0.1.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/plugins/prettify/images/photon/js/plugins/js/plugins/jquery.qrcode.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/plugins/prettify/images/photon/js/plugins/js/plugins/jquery.clock.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/plugins/prettify/images/photon/js/plugins/js/plugins/jquery.countdown.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/plugins/prettify/images/photon/js/plugins/js/plugins/jquery.jqtweet.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/plugins/prettify/images/photon/js/plugins/js/plugins/jquery.cookie.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/plugins/prettify/images/photon/js/plugins/js/plugins/bootstrap-fileupload.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/plugins/prettify/images/photon/js/plugins/js/plugins/prettify/prettify.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/plugins/prettify/images/photon/js/plugins/js/plugins/bootstrapSwitch.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/plugins/prettify/images/photon/js/plugins/js/plugins/mfupload.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/plugins/prettify/images/photon/js/plugins/js/common.js"></script>
</head>
<body class="body-login">
<div class="nav-fixed-topright" style="visibility: hidden">
<ul class="nav nav-user-menu">
<li class="user-sub-menu-container">
<a href="javascript:;">
<i class="user-icon"></i><span class="nav-user-selection">Theme Options</span><i class="icon-menu-arrow"></i>
</a>
<ul class="nav user-sub-menu">
<li class="light">
<a href="javascript:;">
<i class='icon-photon stop'></i>Light Version
</a>
</li>
<li class="dark">
<a href="javascript:;">
<i class='icon-photon stop'></i>Dark Version
</a>
</li>
</ul>
</li>
<li>
<a href="javascript:;">
<i class="icon-photon mail"></i>
</a>
</li>
<li>
<a href="javascript:;">
<i class="icon-photon comment_alt2_stroke"></i>
<div class="notification-count">12</div>
</a>
</li>
</ul>
</div>
<script>
$(function(){
setTimeout(function(){
$('.nav-fixed-topright').removeAttr('style');
}, 300);
$(window).scroll(function(){
if($('.breadcrumb-container').length){
var scrollState = $(window).scrollTop();
if (scrollState > 0) $('.nav-fixed-topright').addClass('nav-released');
else $('.nav-fixed-topright').removeClass('nav-released')
}
});
$('.user-sub-menu-container').on('click', function(){
$(this).toggleClass('active-user-menu');
});
$('.user-sub-menu .light').on('click', function(){
if ($('body').is('.light-version')) return;
$('body').addClass('light-version');
setTimeout(function() {
$.cookie('themeColor', 'light', {
expires: 7,
path: '/'
});
}, 500);
});
$('.user-sub-menu .dark').on('click', function(){
if ($('body').is('.light-version')) {
$('body').removeClass('light-version');
$.cookie('themeColor', 'dark', {
expires: 7,
path: '/'
});
}
});
});
</script>
<div class="container-login">
<div class="form-centering-wrapper">
<div class="form-window-login">
<div class="form-window-login-logo">
<div class="login-logo">
<img src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/plugins/prettify/images/photon/js/plugins/images/photon/[email protected]" alt="Photon UI"/>
</div>
<h2 class="login-title">Welcome to Photon UI!</h2>
<div class="login-member">Not a Member? <a href="charCount.js.html#">Sign Up »</a>
<a href="charCount.js.html#" class="btn btn-facebook"><i class="icon-fb"></i>Login with Facebook<i class="icon-fb-arrow"></i></a>
</div>
<div class="login-or">Or</div>
<div class="login-input-area">
<form method="POST" action="dashboard.php">
<span class="help-block">Login With Your Photon Account</span>
<input type="text" name="email" placeholder="Email">
<input type="password" name="password" placeholder="Password">
<button type="submit" class="btn btn-large btn-success btn-login">Login</button>
</form>
<a href="charCount.js.html#" class="forgot-pass">Forgot Your Password?</a>
</div>
</div>
</div>
</div>
</div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-1936460-27']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>
| user-tony/photon-rails | lib/assets/images/photon/plugins/elrte/css/css_compiled/js/plugins/prettify/images/photon/js/plugins/charCount.js.html | HTML | mit | 14,576 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>18 --> 19</title>
<link href="./../../assets/style.css" rel="stylesheet">
</head>
<body>
<h2>You have to be fast</h2>
<a href="./00eecb206cc74203dd6429e091e32701019aac8cd1294bfaddbaef90ee84beab.html">Teleport</a>
<hr>
<a href="./../../about.md">About</a> (Spoilers! )
<script src="./../../assets/md5.js"></script>
<script>
window.currentLevel = 7;
</script>
<script src="./../../assets/script.js"></script>
</body>
</html> | simonmysun/praxis | TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/d15b27970614ca3c240355bb0f4ec8d8667031f33eae943458f0f70b1c9ebf1d.html | HTML | mit | 550 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>dpdgraph: Not compatible ๐ผ</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.12.0 / dpdgraph - 0.6.5</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">ยซ Up</a>
<h1>
dpdgraph
<small>
0.6.5
<span class="label label-info">Not compatible ๐ผ</span>
</small>
</h1>
<p>๐
<em><script>document.write(moment("2022-01-12 21:03:31 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-12 21:03:31 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
coq 8.12.0 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.07.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.07.1 Official release 4.07.1
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
license: "LGPL-2.1-only"
homepage: "https://github.com/karmaki/coq-dpdgraph"
build: [
["./configure"]
["echo" "%{jobs}%" "jobs for the linter"]
[make "-j%{jobs}%"]
]
bug-reports: "https://github.com/karmaki/coq-dpdgraph/issues"
dev-repo: "git+https://github.com/karmaki/coq-dpdgraph.git"
install: [
[make "install" "BINDIR=%{bin}%"]
]
depends: [
"ocaml" {< "4.10.0"}
"coq" {>= "8.9" & < "8.10~"}
"ocamlgraph"
]
authors: [ "Anne Pacalet" "Yves Bertot"]
synopsis: "Compute dependencies between Coq objects (definitions, theorems) and produce graphs"
url {
src:
"https://github.com/Karmaki/coq-dpdgraph/releases/download/v0.6.5/coq-dpdgraph-0.6.5.tgz"
checksum: "sha256=539d49b739a4f173e03a3194453f8367051e808c8e329773648ba1c0a495a07f"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install ๐๏ธ</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-dpdgraph.0.6.5 coq.8.12.0</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.12.0).
The following dependencies couldn't be met:
- coq-dpdgraph -> coq < 8.10~ -> ocaml < 4.06.0
base of this switch (use `--unlock-base' to force)
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-dpdgraph.0.6.5</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install ๐</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall ๐งน</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐ฃ
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.07.1-2.0.6/released/8.12.0/dpdgraph/0.6.5.html | HTML | mit | 6,717 |
{% extends 'base.html' %}
{% block page_title %} Partner Reports {% endblock %}
{% block content %}
<div class="container">
<h1 class="heading-primary brand-purple">Reports</h1>
<p>This page lists primarily two kinds of reports. The first kind are those generated by organizations who are a part of the Karnataka Learning Partnership and the second are reports of general interest in the primary education space. If you would like to see your reports featured here, please do email us at <a href="mailto:[email protected]">[email protected]</a>.</p>
</div>
<div class="center-text">
<h2 class="heading-section">Reports</h2>
<div class="heading-section-block">
<ul>
<li><a href="http://reports.klp.org.in" target="_blank">KLP Reports</a></li>
<li><a href="http://sslc.klp.org.in" target="_blank">SSLC</a></li>
</ul>
</div>
</div>
<div class="center-text">
<h2 class="heading-section">Ad-hoc Reports</h2>
<div class="heading-section-block">
<ul>
<li><a href="{% url 'klpreports' %}" target="_blank">KLP Reports</a></li>
<li><a href="{% url 'disereports' %}" target="_blank">DISE Reports</a></li>
</ul>
</div>
</div>
<section>
<div class="center-text">
<h2 class="heading-section">Partner Reports</h2>
<div class="heading-section-block">
<ul>
<li><a href="#akshara" class="js-scroll-smooth-link">Akshara Foundation</a></li>
</ul>
</div>
</div>
</section>
<div class="container">
<h2 class="heading-secondary brand-blue" id="akshara">Akshara Foundation</h2>
<p>Since its inception in March 2000, Akshara has touched the lives of over 800,000 children in the state of Karnataka, India. Over the last thirteen years, Akshara has run <a href="http://akshara.org.in/programmes" target="_blank"> multiple programmes</a> that have all been designed to be comprehensive, scalable, replicable and cost-effective remedial or supplementary education solutions.</p>
<p>All Akshara's programs are child-centric and are designed to ensure that :
enrolment in schools increase, drop-outs from schools decrease, and that children's learning outcomes and overall development improve.
In particular, Akshara works in close partnership with the Education Department of the Government of Karnataka and the Department of Women and Child Welfare to supplement existing primary school and pre-primary school programs. Here are links to Akshara Foundation's reports:
</p>
<div><a href="http://akshara.org.in/research/programme-reports" target="_blank">Programme Reports</a></div>
<div><a href="http://akshara.org.in/research/research-reports" target="_blank">Research Reports</a></div>
</div>
<section>
<div class="center-text">
<h2 class="heading-section">External Reports</h2>
<div class="heading-section-block">
<ul>
<li><a href="#aser" class="js-scroll-smooth-link">ASER</a></li>
<li><a href="#paisa" class="js-scroll-smooth-link">PAISA</a></li>
<li><a href="#ig" class="js-scroll-smooth-link">IndiaGoverns</a></li>
<li><a href="#probe" class="js-scroll-smooth-link">PROBE</a></li>
<li><a href="#efa" class="js-scroll-smooth-link">Education for All</a></li>
<li><a href="#car" class="js-scroll-smooth-link">Country Analytic Review</a></li>
<li><a href="#pisa" class="js-scroll-smooth-link">PISA</a></li>
<li><a href="#misc" class="js-scroll-smooth-link">Miscellaneous</a></li>
</ul>
</div>
</div>
</section>
<div class="container">
<h2 class="heading-secondary brand-blue" id="aser">ASER</h2>
<p>Every year since 2005, the non government organization Pratham has facilitated an innovative exercise: that of implementing the Annual Status of Education Report (ASER). This enormous annual task engages citizens across the country in understanding and tracking children's ability to read and do basic arithmetic via the participation of local organizations and institutions in every rural district in the country. It is the largest household survey of children conducted in India by citizens' groups, carried out by more than 25,000 volunteers and covering over 700,000 children in 15,000 villages each year. It is also the only annual source of information regarding learning levels of children in elementary school.</p>
<p>Here are the links to <a href="http://www.asercentre.org/Keywords/p/205.html" target="_blank" >ASER Archives</a> and the <a href="http://img.asercentre.org/docs/Publications/ASER%20Reports/ASER%202014/fullaser2014mainreport_1.pdf" target="_blank">2014 ASER Report.</a></p>
<hr>
<h2 class="heading-secondary brand-blue" id="paisa">PAISA</h2>
<p>Accountability Initiative seeks to improve the quality of Indias public services by promoting informed and accountable governance. PAISA is an Accountability Initiatives flagship project that works to develop innovative models to track social sector programs. Under <a href="http://www.accountabilityindia.in/paisa-planning-allocations-and-expenditures-institutions-studies-accountability" target="_blank" >PAISA</a>, we develop practical, scalable, people-friendly tools and use these tools to collect data on fund flows, expenditures and implementation processes.</p>
<p>Here are some Accountability Initiative Reports:
<br/><a href="http://accountabilityindia.in/paisa/study/download/1472" target="_blank">HOW MUCH DOES INDIA SPEND PER STUDENT ON EDUCATION?</a>
<br/><a href="http://accountabilityindia.in/paisa/study/download/170" target="_blank">DO SCHOOLS GET THEIR MONEY? PAISA 2014</a>
</p>
<hr>
<h2 class="heading-secondary brand-blue" id="ig">IndiaGoverns</h2>
<p>
<a href="http://www.indiagoverns.org" target="_blank">IndiaGoverns Research Institute</a> aims to make development data matter in two ways:<br>
- Make the development discourse between elected representatives and citizens better informed and backed by specific data, rather than only relying on perceptions;
<br>
- Enable citizen groups and elected representatives to use such government data to strengthen their demands for greater government intervention on development issues relevant to them.
</p>
<p>
Here are the links to <a href="http://www.indiagoverns.org/summaries/" target="_blank">IndiaGoverns Archives</a>.
<!-- We have provided a searchable listing of IndiaGovern's Constituency Reports on Education <a href="/listFiles/4" target="_blank">here.</a> -->
</p>
<hr>
<h2 class="heading-secondary brand-blue" id="probe">PROBE</h2>
<p>UNDP is the United Nations' global development network, an organization advocating for change and connecting countries to knowledge, experience and resources to help people build a better life. Their work in <a href="http://undp.org.in/democratic_governance/education" target="_blank" >Education</a> is linked up here.</p>
<p>The Public Report on Basic Education (PROBE) can be downloaded off the UNDP website from <a href="http://www.undp.org/content/dam/india/docs/public_report_basic_education_india.pdf" target="_blank" >here</a>.</p>
<hr>
<h2 class="heading-secondary brand-blue" id="efa">Education for All</h2>
<p>Developed by an independent team and published by UNESCO, the Education for All Global Monitoring Report is an authoritative reference that aims to inform, influence and sustain genuine commitment towards Education for All. <a href="http://www.unesco.org/new/en/education/themes/leading-the-international-agenda/efareport/the-report-and-efa/" target="_blank" > More about the Report here...</a></p>
<p>The 2015 EFA Global Monitoring report can be accessed from <a href="http://unesdoc.unesco.org/images/0023/002322/232205e.pdf" target="_blank" >here.</a></p>
<hr>
<h2 class="heading-secondary brand-blue" id="car">Country Analytic Review</h2>
<p>The <a href="http://www.create-rpc.org/" target="_blank">Consortium for Research on Educational Access, Transitions and Equity (CREATE)</a> is a programme of research.CREATEs research aims to increase knowledge and understanding of the reasons why so many children fail to access and complete basic education.</p>
<p>The <a href="http://www.create-rpc.org/pdf_documents/India_CAR.pdf" target="_blank" >Country Analytic Review (CAR)</a> for India has been published here.</p>
<hr>
<h2 class="heading-secondary brand-blue" id="pisa">PISA</h2>
<p>The mission of the Organisation for Economic Co-operation and Development (OECD) is to promote policies that will improve the economic and social well-being of people around the world. Their work in Education can be accessed from <a href="http://www.oecd.org/topic/0,3699,en_2649_37455_1_1_1_1_37455,00.html" target="_blank">here</a>.</p>
<p>Here are the links to <a href="http://www.oecd.org/pisa/" target="_blank">PISA Archives</a> and <a href="http://www.oecd.org/pisa/keyfindings/pisa-2012-results-overview.pdf" target="_blank">PISA 2012 Results</a>.</p>
<hr>
<h2 class="heading-secondary brand-blue" id="misc">Miscellaneous</h2>
<p>Published early in 2010 by Cisco, Learning from the Extemes examines how social entrepreneurs around the world are devising new approaches to learning in extreme social circumstances - favelas, slums, informal settlements - when there are few teachers, schools, text books. The radically innovative approaches they develop challenge conventional wisdom about schooling and provide new insights into how the developed world should reform its education systems. The report is available <a href="http://www.charlesleadbeater.net/cms/xstandard/LearningfromExtremes_WhitePaper.pdf" target="_blank" > here. </a></p>
</div> <!-- /container -->
{% endblock %}
| klpdotorg/dubdubdub | templates/reports.html | HTML | mit | 9,661 |
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset='utf-8'>
<title>Simple baseline headers valid document</title>
<!-- remove the below when CSS Validator is fixed -->
<style></style>
</head>
<body>
<div class='head'>
<a href="http://www.w3.org/">
<img height="48" width="72" alt="W3C" src="http://www.w3.org/Icons/w3c_home">
</a>
<h1>Simple baseline headers valid document</h1>
<h2>W3C Working Draft 15 March 1977</h2>
<dl>
<dt>Previous Version:</dt>
<dd><a href='http://www.w3.org/TR/1977/WD-specberus-19770312/'>http://www.w3.org/TR/1977/WD-specberus-19770312/</a></dd>
<dt>Latest Version:</dt>
<dd><a href='http://www.w3.org/TR/specberus/'>http://www.w3.org/TR/specberus/</a></dd>
<dt>This Version:</dt>
<dd><a href='http://www.w3.org/TR/1977/WD-specberus-19770315/'>http://www.w3.org/TR/1977/WD-specberus-19770315/</a></dd>
<dt>Editor:</dt>
<dd>Specberus The Cranky</dd>
</dl>
<hr>
</div>
<p>
We are the internets!
</p>
</body>
</html>
| dontcallmedom/specberus | test/docs/headers/dl-order.html | HTML | mit | 1,104 |
<div ng-include=" 'app/template/partial/cabezera.html'" ng-init="sessionStorage = session"></div>
<div class="panel-body col-lg-offset-1 col-lg-10 panelfondo">
<table class="table tablaagenda">
<tr>
<th hidden>Id</th>
<th>Foto</th>
<th>Nombre</th>
<th>Apellido</th>
<th>Telefรณno</th>
<th>Correo</th>
<th>Acciones</th>
</tr>
<tr ng-repeat="contacto in contacto">
<td hidden>{{contacto.con_id}}</td>
<td>{{contacto.con_foto}}</td>
<td>{{contacto.con_nombre}}</td>
<td>{{contacto.con_apellido}}</td>
<td>{{contacto.con_telefono}}</td>
<td>{{contacto.con_correo}}</td>
<td><i ng-click="editarcontacto(contacto)" title="Editar" class="glyphicon glyphicon-edit"> </i>
<i ng-click="Eliminarcontacto(contacto)" title="Eliminar" class="glyphicon glyphicon-trash"></i></td>
</tr>
</table>
</div>
<!-- MODAL ELIMINAR COLABORADOR-->
<div class="modal fade bs-example-modal-sm" tabindex="-1" id="eliminarContacto" role="dialog" aria-labelledby="mySmallModalLabel">
<div class="modal-dialog modal-sm" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h4 class="modal-title" id="myModalLabel"><i class="fa fa-trash"></i>
Eliminar Contacto</h4>
</div>
<div class="modal-body">
<div class="alert alert-success" ng-show="usuarioEliminado">
<center>Usuario Eliminado</center>
</div>
<center>
<h4>Esta seguro?</h4>
<p>Se va a eliminar el Usuario</p>
<h3>{{nombre}}</h3>
</center>
<button ng-click="submitEliminarContacto()" type="button" class="btn btn-danger btn-block btn-sm">Eliminar</button>
</div>
</div>
</div>
</div>
| juandiegorb/ejemploexamen | www/app/template/agenda.html | HTML | mit | 2,170 |
{% load i18n %}
{% load account_tags %}
{% load postman_tags %}
<ul class="nav navbar-nav pull-right">
{% if request.user.is_authenticated %}
<!-- .dropdown-user -->
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">
<i class="fa fa-user fa-fw"></i> {% user_display request.user %} <i class="fa fa-caret-down"></i>
</a>
<ul class="dropdown-menu dropdown-user">
<li><a href="{% url 'myaccount:index' %}"><i class="fa fa-user fa-fw"></i> {% trans "Dashboard" %}</a>
</li>
<li><a href="{% url 'account_settings' %}"><i class="fa fa-cog fa-fw"></i> {% trans "Settings" %}</a>
</li>
<li class="divider"></li>
<li><a id="account_logout" href="{% url 'account_logout' %}"><i class="fa fa-power-off fa-fw"></i> {% trans "Log out" %}</a>
</li>
</ul>
</li>
<!-- /.dropdown-user -->
<!-- .dropdown-messages -->
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">
<i class="fa fa-envelope fa-fw"></i>
{% trans "Messages" %}
<i class="fa fa-caret-down"></i>
<!-- Dropdown <span class="caret"></span> -->
</a>
<ul class="dropdown-menu dropdown-messages">
<li>
<a href="{% url 'postman_inbox' %}">
<div>
<i class="fa fa-comment fa-fw"></i>
{% trans "Inbox" %}
{% postman_unread as unread_count %}
{% if unread_count %}
<!-- <span class="pull-right text-muted small"> -->
<span class = "badge pull-right">
{{ unread_count }}
</span>
{% endif %}
</div>
</a>
</li>
<li class="divider"></li>
<li>
<a href="{% url 'postman_sent' %}">
<div>
<i class="fa fa-envelope fa-fw"></i>
{% trans "Messages Sent" %}
</div>
</a>
</li>
<li class="divider"></li>
<li>
<a href="{% url 'postman_write' %}">
<div>
<i class="fa fa-twitter fa-fw"></i>
{% trans "Write Message" %}
</div>
</a>
</li>
<li class="divider"></li>
<li>
<a href="{% url 'postman_archives' %}">
<div>
<i class="fa fa-archive fa-fw"></i>
{% trans "Archives" %}
</div>
</a>
</li>
<li class="divider"></li>
<li>
<a href="{% url 'postman_trash' %}">
<div>
<i class="fa fa-bitbucket fa-fw"></i>
{% trans "Trash" %}
</div>
</a>
</li>
</ul>
</li>
<!-- /.dropdown-messages -->
{% else %}
<li><a href="{% url 'account_login' %}">{% trans "Log in" %}</a></li>
{% if ACCOUNT_OPEN_SIGNUP %}
<li><a href="{% url 'account_signup' %}">{% trans "Sign up" %}</a></li>
{% endif %}
{% endif %}
</ul>
<form id="accountLogOutForm" style="display: none;" action="{% url 'account_logout' %}" method="POST">
{% csrf_token %}
</form>
| zqsun/Buybuybiz_pinax | Buybuybiz_pinax/templates/_account_bar.html | HTML | mit | 3,855 |
<!doctype html>
<html>
<title>npm-init</title>
<meta http-equiv="content-type" value="text/html;utf-8">
<link rel="stylesheet" type="text/css" href="../../static/style.css">
<link rel="canonical" href="https://www.npmjs.org/doc/cli/npm-init.html">
<script async=true src="../../static/toc.js"></script>
<body>
<div id="wrapper">
<h1><a href="../cli/npm-init.html">npm-init</a></h1> <p>Interactively create a package.json file</p>
<h2 id="synopsis">SYNOPSIS</h2>
<pre><code>npm init [-f|--force|-y|--yes]
</code></pre><h2 id="description">DESCRIPTION</h2>
<p>This will ask you a bunch of questions, and then write a package.json for you.</p>
<p>It attempts to make reasonable guesses about what you want things to be set to,
and then writes a package.json file with the options you've selected.</p>
<p>If you already have a package.json file, it'll read that first, and default to
the options in there.</p>
<p>It is strictly additive, so it does not delete options from your package.json
without a really good reason to do so.</p>
<p>If you invoke it with <code>-f</code>, <code>--force</code>, <code>-y</code>, or <code>--yes</code>, it will use only
defaults and not prompt you for any options.</p>
<h2 id="configuration">CONFIGURATION</h2>
<h3 id="scope">scope</h3>
<ul>
<li>Default: none</li>
<li>Type: String</li>
</ul>
<p>The scope under which the new module should be created.</p>
<h2 id="see-also">SEE ALSO</h2>
<ul>
<li><a href="https://github.com/isaacs/init-package-json">https://github.com/isaacs/init-package-json</a></li>
<li><a href="../files/package.json.html">package.json(5)</a></li>
<li><a href="../cli/npm-version.html">npm-version(1)</a></li>
<li><a href="../misc/npm-scope.html">npm-scope(7)</a></li>
</ul>
</div>
<table border=0 cellspacing=0 cellpadding=0 id=npmlogo>
<tr><td style="width:180px;height:10px;background:rgb(237,127,127)" colspan=18> </td></tr>
<tr><td rowspan=4 style="width:10px;height:10px;background:rgb(237,127,127)"> </td><td style="width:40px;height:10px;background:#fff" colspan=4> </td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=4> </td><td style="width:40px;height:10px;background:#fff" colspan=4> </td><td rowspan=4 style="width:10px;height:10px;background:rgb(237,127,127)"> </td><td colspan=6 style="width:60px;height:10px;background:#fff"> </td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=4> </td></tr>
<tr><td colspan=2 style="width:20px;height:30px;background:#fff" rowspan=3> </td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=3> </td><td style="width:10px;height:10px;background:#fff" rowspan=3> </td><td style="width:20px;height:10px;background:#fff" rowspan=4 colspan=2> </td><td style="width:10px;height:20px;background:rgb(237,127,127)" rowspan=2> </td><td style="width:10px;height:10px;background:#fff" rowspan=3> </td><td style="width:20px;height:10px;background:#fff" rowspan=3 colspan=2> </td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=3> </td><td style="width:10px;height:10px;background:#fff" rowspan=3> </td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=3> </td></tr>
<tr><td style="width:10px;height:10px;background:#fff" rowspan=2> </td></tr>
<tr><td style="width:10px;height:10px;background:#fff"> </td></tr>
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr>
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr>
</table>
<p id="footer">npm-init — [email protected]</p>
| liquidg3/altair | node_modules/npm/html/doc/cli/npm-init.html | HTML | mit | 3,912 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN""http://www.w3.org/TR/REC-html40/frameset.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc on Sun Jan 20 16:41:32 MST 2002 -->
<TITLE>
: Class ConstructPageException
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
</HEAD>
<BODY BGCOLOR="white">
<!-- ========== START OF NAVBAR ========== -->
<A NAME="navbar_top"><!-- --></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../btree/AddFileEntryException.html"><B>PREV CLASS</B></A>
<A HREF="../btree/ConvertException.html"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../index.html" TARGET="_top"><B>FRAMES</B></A>
<A HREF="ConstructPageException.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: INNER | <A HREF="#fields_inherited_from_class_chainexception.ChainException">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#methods_inherited_from_class_chainexception.ChainException">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | METHOD</FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
btree</FONT>
<BR>
Class ConstructPageException</H2>
<PRE>
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--<A HREF="../chainexception/ChainException.html">chainexception.ChainException</A>
|
+--<B>btree.ConstructPageException</B>
</PRE>
<DL>
<DT><B>All Implemented Interfaces:</B> <DD>java.io.Serializable</DD>
</DL>
<HR>
<DL>
<DT>public class <B>ConstructPageException</B><DT>extends <A HREF="../chainexception/ChainException.html">ChainException</A></DL>
<P>
<DL>
<DT><B>See Also: </B><DD><A HREF="../serialized-form.html#btree.ConstructPageException">Serialized Form</A></DL>
<HR>
<P>
<!-- ======== INNER CLASS SUMMARY ======== -->
<!-- =========== FIELD SUMMARY =========== -->
<A NAME="fields_inherited_from_class_chainexception.ChainException"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TD><B>Fields inherited from class chainexception.<A HREF="../chainexception/ChainException.html">ChainException</A></B></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../chainexception/ChainException.html#prev">prev</A></CODE></TD>
</TR>
</TABLE>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<A NAME="constructor_summary"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Constructor Summary</B></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../btree/ConstructPageException.html#ConstructPageException()">ConstructPageException</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../btree/ConstructPageException.html#ConstructPageException(java.lang.Exception, java.lang.String)">ConstructPageException</A></B>(java.lang.Exception e,
java.lang.String s)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../btree/ConstructPageException.html#ConstructPageException(java.lang.String)">ConstructPageException</A></B>(java.lang.String s)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="methods_inherited_from_class_chainexception.ChainException"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TD><B>Methods inherited from class chainexception.<A HREF="../chainexception/ChainException.html">ChainException</A></B></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../chainexception/ChainException.html#printStackTrace()">printStackTrace</A></CODE></TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_java.lang.Throwable"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TD><B>Methods inherited from class java.lang.Throwable</B></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, toString</CODE></TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TD><B>Methods inherited from class java.lang.Object</B></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>equals, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD>
</TR>
</TABLE>
<P>
<!-- ============ FIELD DETAIL =========== -->
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<A NAME="constructor_detail"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TD>
</TR>
</TABLE>
<A NAME="ConstructPageException()"><!-- --></A><H3>
ConstructPageException</H3>
<PRE>
public <B>ConstructPageException</B>()</PRE>
<DL>
</DL>
<HR>
<A NAME="ConstructPageException(java.lang.String)"><!-- --></A><H3>
ConstructPageException</H3>
<PRE>
public <B>ConstructPageException</B>(java.lang.String s)</PRE>
<DL>
</DL>
<HR>
<A NAME="ConstructPageException(java.lang.Exception, java.lang.String)"><!-- --></A><H3>
ConstructPageException</H3>
<PRE>
public <B>ConstructPageException</B>(java.lang.Exception e,
java.lang.String s)</PRE>
<DL>
</DL>
<!-- ============ METHOD DETAIL ========== -->
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ========== START OF NAVBAR ========== -->
<A NAME="navbar_bottom"><!-- --></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../btree/AddFileEntryException.html"><B>PREV CLASS</B></A>
<A HREF="../btree/ConvertException.html"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../index.html" TARGET="_top"><B>FRAMES</B></A>
<A HREF="ConstructPageException.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: INNER | <A HREF="#fields_inherited_from_class_chainexception.ChainException">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#methods_inherited_from_class_chainexception.ChainException">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | METHOD</FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->
<HR>
</BODY>
</HTML>
| pgaines937/javaminibase | src/javadoc/btree/ConstructPageException.html | HTML | mit | 10,121 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>T26389039670</title>
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,600">
<link rel="stylesheet" href="/style.css">
<link rel="stylesheet" href="/custom.css">
<link rel="alternate" type="application/rss+xml" title="Des Paroz" href="https://desparoz.me/feed.xml" />
<link rel="alternate" type="application/json" title="Des Paroz" href="https://desparoz.me/feed.json" />
<link rel="EditURI" type="application/rsd+xml" href="/rsd.xml" />
<link rel="me" href="https://micro.blog/desparoz" />
<link rel="me" href="https://twitter.com/desparoz" />
<link rel="me" href="https://github.com/desparoz" />
<link rel="authorization_endpoint" href="https://indieauth.com/auth" />
<link rel="token_endpoint" href="https://tokens.indieauth.com/token" />
<link rel="micropub" href="https://micro.blog/micropub" />
<link rel="webmention" href="https://micro.blog/webmention" />
<link rel="subscribe" href="https://micro.blog/users/follow" />
</head>
<body>
<div class="container">
<header class="masthead">
<h1 class="masthead-title--small">
<a href="/">Des Paroz</a>
</h1>
</header>
<div class="content post h-entry">
<div class="post-date">
<time class="dt-published" datetime="2010-10-04 03:00:00 +0300">04 Oct 2010</time>
</div>
<div class="e-content">
<p>Finished walk with @walkmeter, on 4km Home route, time 39:20, 4.10 km, behind best walk 6:48, 6.26 average.</p>
</div>
</div>
</div>
</body>
</html>
| desparoz/desparoz.github.io | _site/2010/10/04/t26389039670.html | HTML | mit | 1,659 |
<!DOCTYPE HTML>
<html lang="default">
<head>
<meta charset="UTF-8">
<title>ๆต็จๅพ | ๆๅ</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=3, minimum-scale=1">
<meta name="author" content="bobird">
<meta name="description" content="st=&gt;start: Starte=&gt;endop=&gt;operation: My Operationcond=&gt;condition: Yes or No?st-&gt;op-&gt;condcond(yes)-&gt;econd(no)-&gt;op">
<link rel="icon" href="/img/favicon.ico">
<link rel="apple-touch-icon" href="/img/pacman.jpg">
<link rel="apple-touch-icon-precomposed" href="/img/pacman.jpg">
<link rel="stylesheet" href="/css/style.css">
</head>
<body>
<header>
<div>
<div id="textlogo">
<h1 class="site-name"><a href="/" title="ๆๅ">ๆๅ</a></h1>
<h2 class="blog-motto">It's only too late if you decide it is. Get busy living. or get busy dying!</h2>
</div>
<div class="navbar"><a class="navbutton navmobile" href="#" title="Menu">
</a></div>
<nav class="animated">
<ul>
<li><a href="/">Home</a></li>
<li><a href="/archives">Archives</a></li>
<li>
<form class="search" action="//google.com/search" method="get" accept-charset="utf-8">
<label>Search</label>
<input type="text" id="search" name="q" autocomplete="off" maxlength="20" placeholder="Search" />
<input type="hidden" name="q" value="site:yoursite.com">
</form>
</li>
</ul>
</nav>
</div>
</header>
<div id="container">
<div id="main" class="post" itemscope itemprop="blogPost">
<article itemprop="articleBody">
<header class="article-info clearfix">
<h1 itemprop="name">
<a href="/2016/06/18/flow/" title="ๆต็จๅพ" itemprop="url">ๆต็จๅพ</a>
</h1>
<p class="article-author">By
<a href="http://yoursite.com" title="bobird">bobird</a>
</p>
<p class="article-time">
<time datetime="2016-06-18T13:32:49.599Z" itemprop="datePublished">2016-06-18</time>
Updated:<time datetime="2016-06-18T14:39:11.937Z" itemprop="dateModified">2016-06-18</time>
</p>
</header>
<div class="article-content">
<div id="toc" class="toc-article">
<strong class="toc-title">Contents</strong>
</div>
<figure class="highlight plain"><table><tr><td class="code"><pre><span class="line">st=>start: Start</span><br><span class="line">e=>end</span><br><span class="line">op=>operation: My Operation</span><br><span class="line">cond=>condition: Yes or No?</span><br><span class="line"></span><br><span class="line">st->op->cond</span><br><span class="line">cond(yes)->e</span><br><span class="line">cond(no)->op</span><br></pre></td></tr></table></figure>
</div>
<footer class="article-footer clearfix">
<div class="article-share" id="share">
<div data-url="http://yoursite.com/2016/06/18/flow/" data-title="ๆต็จๅพ | ๆๅ" data-tsina="null" class="share clearfix">
</div>
</div>
</footer>
</article>
<nav class="article-nav clearfix">
<div class="prev" >
<a href="/2016/06/20/word/" title="ๅ่ฏๆถ้">
<strong>PREVIOUS:</strong><br/>
<span>
ๅ่ฏๆถ้</span>
</a>
</div>
<div class="next">
<a href="/2016/06/17/css_em/" title="css em">
<strong>NEXT:</strong><br/>
<span>css em
</span>
</a>
</div>
</nav>
<section class="comment">
<div class="ds-thread"></div>
</section>
</div>
<div class="openaside"><a class="navbutton" href="#" title="Show Sidebar"></a></div>
<div id="toc" class="toc-aside">
<strong class="toc-title">Contents</strong>
</div>
<div id="asidepart">
<div class="closeaside"><a class="closebutton" href="#" title="Hide Sidebar"></a></div>
<aside class="clearfix">
<div class="rsspart">
<a href="null" target="_blank" title="rss">RSS</a>
</div>
</aside>
</div>
</div>
<footer><div id="footer" >
<div class="line">
<span></span>
<div class="author"></div>
</div>
<section class="info">
<p> ่ฟฝๆฑๅ่ถ๏ผๆๅๅฐฑไผไธ็ปๆ็่ฟฝไธไฝ ๏ผ <br/>
As you think, so shall you become.</p>
</section>
<div class="social-font clearfix">
<a href="https://github.com/hbobird" target="_blank" title="github"></a>
</div>
<p class="copyright">Powered by <a href="http://hexo.io" target="_blank" title="hexo">hexo</a> and Theme by <a href="https://github.com/A-limon/pacman" target="_blank" title="Pacman">Pacman</a> ยฉ 2016
<a href="http://yoursite.com" target="_blank" title="bobird">bobird</a>
</p>
</div>
</footer>
<script src="/js/jquery-2.1.0.min.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$('.navbar').click(function(){
$('header nav').toggleClass('shownav');
});
var myWidth = 0;
function getSize(){
if( typeof( window.innerWidth ) == 'number' ) {
myWidth = window.innerWidth;
} else if( document.documentElement && document.documentElement.clientWidth) {
myWidth = document.documentElement.clientWidth;
};
};
var m = $('#main'),
a = $('#asidepart'),
c = $('.closeaside'),
o = $('.openaside');
$(window).resize(function(){
getSize();
if (myWidth >= 1024) {
$('header nav').removeClass('shownav');
}else
{
m.removeClass('moveMain');
a.css('display', 'block').removeClass('fadeOut');
o.css('display', 'none');
$('#toc.toc-aside').css('display', 'none');
}
});
c.click(function(){
a.addClass('fadeOut').css('display', 'none');
o.css('display', 'block').addClass('fadeIn');
m.addClass('moveMain');
});
o.click(function(){
o.css('display', 'none').removeClass('beforeFadeIn');
a.css('display', 'block').removeClass('fadeOut').addClass('fadeIn');
m.removeClass('moveMain');
});
$(window).scroll(function(){
o.css("top",Math.max(80,260-$(this).scrollTop()));
});
});
</script>
<script type="text/javascript">
$(document).ready(function(){
var ai = $('.article-content>iframe'),
ae = $('.article-content>embed'),
t = $('#toc'),
h = $('article h2')
ah = $('article h2'),
ta = $('#toc.toc-aside'),
o = $('.openaside'),
c = $('.closeaside');
if(ai.length>0){
ai.wrap('<div class="video-container" />');
};
if(ae.length>0){
ae.wrap('<div class="video-container" />');
};
if(ah.length==0){
t.css('display','none');
}else{
c.click(function(){
ta.css('display', 'block').addClass('fadeIn');
});
o.click(function(){
ta.css('display', 'none');
});
$(window).scroll(function(){
ta.css("top",Math.max(140,320-$(this).scrollTop()));
});
};
});
</script>
<script type="text/javascript">
$(document).ready(function(){
var $this = $('.share'),
url = $this.attr('data-url'),
encodedUrl = encodeURIComponent(url),
title = $this.attr('data-title'),
tsina = $this.attr('data-tsina');
var html = [
'<a href="#" class="overlay" id="qrcode"></a>',
'<div class="qrcode clearfix"><span>ๆซๆไบ็ปด็ ๅไบซๅฐๅพฎไฟกๆๅๅ</span><a class="qrclose" href="#share"></a><strong>Loading...Please wait</strong><img id="qrcode-pic" data-src="http://s.jiathis.com/qrcode.php?url=' + encodedUrl + '"/></div>',
'<a href="#textlogo" class="article-back-to-top" title="Top"></a>',
'<a href="https://www.facebook.com/sharer.php?u=' + encodedUrl + '" class="article-share-facebook" target="_blank" title="Facebook"></a>',
'<a href="#qrcode" class="article-share-qrcode" title="QRcode"></a>',
'<a href="https://twitter.com/intent/tweet?url=' + encodedUrl + '" class="article-share-twitter" target="_blank" title="Twitter"></a>',
'<a href="http://service.weibo.com/share/share.php?title='+title+'&url='+encodedUrl +'&ralateUid='+ tsina +'&searchPic=true&style=number' +'" class="article-share-weibo" target="_blank" title="Weibo"></a>',
'<span title="Share to"></span>'
].join('');
$this.append(html);
$('.article-share-qrcode').click(function(){
var imgSrc = $('#qrcode-pic').attr('data-src');
$('#qrcode-pic').attr('src', imgSrc);
$('#qrcode-pic').load(function(){
$('.qrcode strong').text(' ');
});
});
});
</script>
<script type="text/javascript">
var duoshuoQuery = {short_name:"null"};
(function() {
var ds = document.createElement('script');
ds.type = 'text/javascript';ds.async = true;
ds.src = '//static.duoshuo.com/embed.js';
ds.charset = 'UTF-8';
(document.getElementsByTagName('head')[0]
|| document.getElementsByTagName('body')[0]).appendChild(ds);
})();
</script>
</body>
</html>
| HBobird/HBobird.github.io | 2016/06/18/flow/index.html | HTML | mit | 8,765 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>label: Not compatible ๐ผ</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.9.1 / label - 1.0.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">ยซ Up</a>
<h1>
label
<small>
1.0.0
<span class="label label-info">Not compatible ๐ผ</span>
</small>
</h1>
<p>๐
<em><script>document.write(moment("2022-02-16 00:21:27 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-16 00:21:27 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
camlp5 7.14 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-perl 2 Virtual package relying on perl
coq 8.9.1 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.07.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.07.1 Official release 4.07.1
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.3 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "https://github.com/pedagand/coq-label"
dev-repo: "git+https://github.com/pedagand/coq-label.git"
bug-reports: "https://github.com/pedagand/coq-label/issues"
authors: ["Pierre-รvariste Dagand" "Thรฉo Zimmermann" "Pierre-Marie Pรฉdrot"]
license: "MIT"
build: [
[make "-j%{jobs}%"]
]
install: [
[make "install"]
]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Label"]
depends: [
"ocaml"
"coq" {>= "8.7" & < "8.8~"}
]
synopsis:
"'label' is a Coq plugin for referring to Propositional hypotheses by their type"
flags: light-uninstall
url {
src:
"https://github.com/pedagand/coq-label/releases/download/v1.0.0/coq-label-1.0.0.tar.gz"
checksum: "md5=3ae47300d7985cf2ddb0ba87354d061c"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install ๐๏ธ</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-label.1.0.0 coq.8.9.1</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.9.1).
The following dependencies couldn't be met:
- coq-label -> coq < 8.8~ -> ocaml < 4.06.0
base of this switch (use `--unlock-base' to force)
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-label.1.0.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install ๐</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall ๐งน</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐ฃ
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.07.1-2.0.6/released/8.9.1/label/1.0.0.html | HTML | mit | 6,763 |
<!DOCTYPE html>
<!--[if lt IE 9]><html class="no-js lt-ie9" lang="en" dir="ltr"><![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="en" dir="ltr">
<!--<![endif]-->
<!-- Usage: /eic/site/ccc-rec.nsf/tpl-eng/template-1col.html?Open&id=3 (optional: ?Open&page=filename.html&id=x) -->
<!-- Created: ; Product Code: 536; Server: stratnotes2.ic.gc.ca -->
<head>
<!-- Title begins / Dรฉbut du titre -->
<title>
R.J.V. Gas Field Services -
Complete profile - Canadian Company Capabilities - Industries and Business - Industry Canada
</title>
<!-- Title ends / Fin du titre -->
<!-- Meta-data begins / Dรฉbut des mรฉtadonnรฉes -->
<meta charset="utf-8" />
<meta name="dcterms.language" title="ISO639-2" content="eng" />
<meta name="dcterms.title" content="" />
<meta name="description" content="" />
<meta name="dcterms.description" content="" />
<meta name="dcterms.type" content="report, data set" />
<meta name="dcterms.subject" content="businesses, industry" />
<meta name="dcterms.subject" content="businesses, industry" />
<meta name="dcterms.issued" title="W3CDTF" content="" />
<meta name="dcterms.modified" title="W3CDTF" content="" />
<meta name="keywords" content="" />
<meta name="dcterms.creator" content="" />
<meta name="author" content="" />
<meta name="dcterms.created" title="W3CDTF" content="" />
<meta name="dcterms.publisher" content="" />
<meta name="dcterms.audience" title="icaudience" content="" />
<meta name="dcterms.spatial" title="ISO3166-1" content="" />
<meta name="dcterms.spatial" title="gcgeonames" content="" />
<meta name="dcterms.format" content="HTML" />
<meta name="dcterms.identifier" title="ICsiteProduct" content="536" />
<!-- EPI-11240 -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- MCG-202 -->
<meta content="width=device-width,initial-scale=1" name="viewport">
<!-- EPI-11567 -->
<meta name = "format-detection" content = "telephone=no">
<!-- EPI-12603 -->
<meta name="robots" content="noarchive">
<!-- EPI-11190 - Webtrends -->
<script>
var startTime = new Date();
startTime = startTime.getTime();
</script>
<!--[if gte IE 9 | !IE ]><!-->
<link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="icon" type="image/x-icon">
<link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/wet-boew.min.css">
<!--<![endif]-->
<link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/theme.min.css">
<!--[if lt IE 9]>
<link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="shortcut icon" />
<link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/ie8-wet-boew.min.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew.min.js"></script>
<![endif]-->
<!--[if lte IE 9]>
<![endif]-->
<noscript><link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/noscript.min.css" /></noscript>
<!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER -->
<script>dataLayer1 = [];</script>
<!-- End Google Tag Manager -->
<!-- EPI-11235 -->
<link rel="stylesheet" href="/eic/home.nsf/css/add_WET_4-0_Canada_Apps.css">
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
<link href="/app/ccc/srch/css/print.css" media="print" rel="stylesheet" type="text/css" />
</head>
<body class="home" vocab="http://schema.org/" typeof="WebPage">
<!-- EPIC HEADER BEGIN -->
<!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER -->
<noscript><iframe title="Google Tag Manager" src="//www.googletagmanager.com/ns.html?id=GTM-TLGQ9K" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer1'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer1','GTM-TLGQ9K');</script>
<!-- End Google Tag Manager -->
<!-- EPI-12801 -->
<span typeof="Organization"><meta property="legalName" content="Department_of_Industry"></span>
<ul id="wb-tphp">
<li class="wb-slc">
<a class="wb-sl" href="#wb-cont">Skip to main content</a>
</li>
<li class="wb-slc visible-sm visible-md visible-lg">
<a class="wb-sl" href="#wb-info">Skip to "About this site"</a>
</li>
</ul>
<header role="banner">
<div id="wb-bnr" class="container">
<section id="wb-lng" class="visible-md visible-lg text-right">
<h2 class="wb-inv">Language selection</h2>
<div class="row">
<div class="col-md-12">
<ul class="list-inline mrgn-bttm-0">
<li><a href="nvgt.do?V_TOKEN=1492313406023&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=38256&V_SEARCH.docsStart=38255&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn//magmi/web/download_file.php?_flId?_flxKy=e1s1&estblmntNo=234567041301&profileId=61&_evId=bck&lang=eng&V_SEARCH.showStricts=false&prtl=1&_flId?_flId?_flxKy=e1s1" title="Franรงais" lang="fr">Franรงais</a></li>
</ul>
</div>
</div>
</section>
<div class="row">
<div class="brand col-xs-8 col-sm-9 col-md-6">
<a href="http://www.canada.ca/en/index.html"><object type="image/svg+xml" tabindex="-1" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/sig-blk-en.svg"></object><span class="wb-inv"> Government of Canada</span></a>
</div>
<section class="wb-mb-links col-xs-4 col-sm-3 visible-sm visible-xs" id="wb-glb-mn">
<h2>Search and menus</h2>
<ul class="list-inline text-right chvrn">
<li><a href="#mb-pnl" title="Search and menus" aria-controls="mb-pnl" class="overlay-lnk" role="button"><span class="glyphicon glyphicon-search"><span class="glyphicon glyphicon-th-list"><span class="wb-inv">Search and menus</span></span></span></a></li>
</ul>
<div id="mb-pnl"></div>
</section>
<!-- Site Search Removed -->
</div>
</div>
<nav role="navigation" id="wb-sm" class="wb-menu visible-md visible-lg" data-trgt="mb-pnl" data-ajax-fetch="//cdn.canada.ca/gcweb-cdn-dev/sitemenu/sitemenu-en.html" typeof="SiteNavigationElement">
<h2 class="wb-inv">Topics menu</h2>
<div class="container nvbar">
<div class="row">
<ul class="list-inline menu">
<li><a href="https://www.canada.ca/en/services/jobs.html">Jobs</a></li>
<li><a href="http://www.cic.gc.ca/english/index.asp">Immigration</a></li>
<li><a href="https://travel.gc.ca/">Travel</a></li>
<li><a href="https://www.canada.ca/en/services/business.html">Business</a></li>
<li><a href="https://www.canada.ca/en/services/benefits.html">Benefits</a></li>
<li><a href="http://healthycanadians.gc.ca/index-eng.php">Health</a></li>
<li><a href="https://www.canada.ca/en/services/taxes.html">Taxes</a></li>
<li><a href="https://www.canada.ca/en/services.html">More services</a></li>
</ul>
</div>
</div>
</nav>
<!-- EPIC BODY BEGIN -->
<nav role="navigation" id="wb-bc" class="" property="breadcrumb">
<h2 class="wb-inv">You are here:</h2>
<div class="container">
<div class="row">
<ol class="breadcrumb">
<li><a href="/eic/site/icgc.nsf/eng/home" title="Home">Home</a></li>
<li><a href="/eic/site/icgc.nsf/eng/h_07063.html" title="Industries and Business">Industries and Business</a></li>
<li><a href="/eic/site/ccc-rec.nsf/tpl-eng/../eng/home" >Canadian Company Capabilities</a></li>
</ol>
</div>
</div>
</nav>
</header>
<main id="wb-cont" role="main" property="mainContentOfPage" class="container">
<!-- End Header -->
<!-- Begin Body -->
<!-- Begin Body Title -->
<!-- End Body Title -->
<!-- Begin Body Head -->
<!-- End Body Head -->
<!-- Begin Body Content -->
<br>
<!-- Complete Profile -->
<!-- Company Information above tabbed area-->
<input id="showMore" type="hidden" value='more'/>
<input id="showLess" type="hidden" value='less'/>
<h1 id="wb-cont">
Company profile - Canadian Company Capabilities
</h1>
<div class="profileInfo hidden-print">
<ul class="list-inline">
<li><a href="cccSrch.do?lang=eng&profileId=&prtl=1&key.hitsPerPage=25&searchPage=%252Fapp%252Fccc%252Fsrch%252FcccBscSrch.do%253Flang%253Deng%2526amp%253Bprtl%253D1%2526amp%253Btagid%253D&V_SEARCH.scopeCategory=CCC.Root&V_SEARCH.depth=1&V_SEARCH.showStricts=false&V_SEARCH.sortSpec=title+asc&rstBtn.x=" class="btn btn-link">New Search</a> |</li>
<li><form name="searchForm" method="post" action="/app/ccc/srch/bscSrch.do">
<input type="hidden" name="lang" value="eng" />
<input type="hidden" name="profileId" value="" />
<input type="hidden" name="prtl" value="1" />
<input type="hidden" name="searchPage" value="%2Fapp%2Fccc%2Fsrch%2FcccBscSrch.do%3Flang%3Deng%26amp%3Bprtl%3D1%26amp%3Btagid%3D" />
<input type="hidden" name="V_SEARCH.scopeCategory" value="CCC.Root" />
<input type="hidden" name="V_SEARCH.depth" value="1" />
<input type="hidden" name="V_SEARCH.showStricts" value="false" />
<input id="repeatSearchBtn" class="btn btn-link" type="submit" value="Return to search results" />
</form></li>
<li>| <a href="nvgt.do?V_SEARCH.docsStart=38254&V_DOCUMENT.docRank=38255&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492313417040&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=234567149218&profileId=&key.newSearchLabel=">Previous Company</a></li>
<li>| <a href="nvgt.do?V_SEARCH.docsStart=38256&V_DOCUMENT.docRank=38257&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492313417040&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=123456205091&profileId=&key.newSearchLabel=">Next Company</a></li>
</ul>
</div>
<details>
<summary>Third-Party Information Liability Disclaimer</summary>
<p>Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.</p>
</details>
<h2>
TerraVest Ind. Ltd. Partnership
</h2>
<div class="row">
<div class="col-md-5">
<h2 class="h5 mrgn-bttm-0">Legal Name:</h2>
<p>TerraVest Ind. Ltd. Partnership</p>
<h2 class="h5 mrgn-bttm-0">Operating Name:</h2>
<p>R.J.V. Gas Field Services</p>
<div class="mrgn-tp-md"></div>
<p class="mrgn-bttm-0" ><a href="http://www.rjvgas.com"
target="_blank" title="Website URL">http://www.rjvgas.com</a></p>
<p><a href="mailto:[email protected]" title="[email protected]">[email protected]</a></p>
</div>
<div class="col-md-4 mrgn-sm-sm">
<h2 class="h5 mrgn-bttm-0">Mailing Address:</h2>
<address class="mrgn-bttm-md">
4901 Bruce Rd<br/>
VEGREVILLE,
Alberta<br/>
T9C 1C3
<br/>
</address>
<h2 class="h5 mrgn-bttm-0">Location Address:</h2>
<address class="mrgn-bttm-md">
4901 Bruce Rd<br/>
VEGREVILLE,
Alberta<br/>
T9C 1C3
<br/>
</address>
<p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>:
(780) 632-7774
</p>
<p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>:
(780) 632-6820</p>
</div>
<div class="col-md-3 mrgn-tp-md">
</div>
</div>
<div class="row mrgn-tp-md mrgn-bttm-md">
<div class="col-md-12">
<h2 class="wb-inv">Company Profile</h2>
<br> RJV Gas Field Services is a single-point source for the
<br>fabrication, supply, installation and field service of well site
<br>production services for the oil and natural gas industry.
<br>Products include pressure vessels and separator packages, SCADA
<br>systems, prefabricated building panels, above ground skid
<br>mounted double walled storage tanks, line heaters, low flow
<br>vessels and oilfield and electrical supplies. Services include
<br>field installation, transportation of products and electrical
<br>contracting.<br>
</div>
</div>
<!-- <div class="wb-tabs ignore-session update-hash wb-eqht-off print-active"> -->
<div class="wb-tabs ignore-session">
<div class="tabpanels">
<details id="details-panel1">
<summary>
Full profile
</summary>
<!-- Tab 1 -->
<h2 class="wb-invisible">
Full profile
</h2>
<!-- Contact Information -->
<h3 class="page-header">
Contact information
</h3>
<section class="container-fluid">
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Donald
Cherniawsky
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
<!--if client gender is not null or empty we use gender based job title-->
Manager
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Area of Responsibility:
</strong>
</div>
<div class="col-md-7">
Manufacturing/Production/Operations.
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(780) 632-7774
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(780) 632-6820
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
[email protected]
</div>
</div>
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Todd
Cikaliuk
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
Manager-Electrical Div. <br>
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(780) 632-7774
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(780) 632-7423
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
[email protected]
</div>
</div>
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Randy
Horon
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
Manager-Scada Division <br>
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(780) 632-7768
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(780) 632-7655
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
[email protected]
</div>
</div>
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Wesley
Markowsky
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
Production Supervisor <br>
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Area of Responsibility:
</strong>
</div>
<div class="col-md-7">
Manufacturing/Production/Operations.
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(780) 632-7774
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(780) 632-6820
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
[email protected]
</div>
</div>
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Paul
Casey
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
<!--if client gender is not null or empty we use gender based job title-->
Accountant
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Area of Responsibility:
</strong>
</div>
<div class="col-md-7">
Finance/Accounting.
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(780) 632-7774
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(780) 632-7694
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
[email protected]
</div>
</div>
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Katie
Boe
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
Office Administrator <br>
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(780) 632-7774
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(780) 632-7694
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
[email protected]
</div>
</div>
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Dale
Laniuk
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
<!--if client gender is not null or empty we use gender based job title-->
Chief Executive Officer
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Area of Responsibility:
</strong>
</div>
<div class="col-md-7">
Management Executive.
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(780) 632-7774
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(780) 632-7694
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
[email protected]
</div>
</div>
</section>
<p class="mrgn-tp-lg text-right small hidden-print">
<a href="#wb-cont">top of page</a>
</p>
<!-- Company Description -->
<h3 class="page-header">
Company description
</h3>
<section class="container-fluid">
<div class="row">
<div class="col-md-5">
<strong>
Country of Ownership:
</strong>
</div>
<div class="col-md-7">
Canada
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Year Established:
</strong>
</div>
<div class="col-md-7">
1976
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Exporting:
</strong>
</div>
<div class="col-md-7">
No
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Industry (NAICS):
</strong>
</div>
<div class="col-md-7">
333130 - Mining and Oil and Gas Field Machinery Manufacturing
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Alternate Industries (NAICS):
</strong>
</div>
<div class="col-md-7">
237120 - Oil and Gas Pipeline and Related Structures Construction<br>
332420 - Metal Tank (Heavy Gauge) Manufacturing<br>
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Manufacturer / Processor / Producer
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Total Sales ($CDN):
</strong>
</div>
<div class="col-md-7">
$25,000,000 to $49,999,999
</div>
</div>
</section>
<!-- Products / Services / Licensing -->
<h3 class="page-header">
Product / Service / Licensing
</h3>
<section class="container-fluid">
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
3-phase Vertical Mistex Sweet Svce Single Zone Separator-Meter Skid Unit <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
3" 600# ANSI sch. 40 flanged inlet and outlet connections at skid
<br>
edge. 2" 600# ANSI RFF sch. 80 process piping. 16" or 24" 3-
<br>
phase separator. 2" junior meter run and 2-pen flow recorder. 2"
<br>
manual choke valve.<br>
<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
Oil Separator-Meter Skid Unit <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
2" NPT sch. 80 inlet/outlet connections at skid edge. 24"-2-
<br>
phase separator with mechanical controls. 2" junior meter run c/w
<br>
block and bypass valving. 2-pen flow recorder.<br>
<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
Tank Packages <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
63 Barrel and 94 Barrel above ground double walled tanks.
<br>
Tanks are skid mounted and are complete with building and heater.<br>
<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
Line Heaters <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
1,000,000 BTU line heater units; sweet and sour service; 3"
<br>
heating coils; SCADA equipped.<br>
<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
SCADA Systems <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
Complete supply, installation and commissioning of Fischer,
<br>
Barton, Unitec and Micra SCADA Systems. Service crews available
<br>
for startup and commissioning.<br>
<br>
</div>
</div>
</section>
<p class="mrgn-tp-lg text-right small hidden-print">
<a href="#wb-cont">top of page</a>
</p>
<!-- Technology Profile -->
<!-- Market Profile -->
<!-- Sector Information -->
<details class="mrgn-tp-md mrgn-bttm-md">
<summary>
Third-Party Information Liability Disclaimer
</summary>
<p>
Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.
</p>
</details>
</details>
<details id="details-panel2">
<summary>
Contacts
</summary>
<h2 class="wb-invisible">
Contact information
</h2>
<!-- Contact Information -->
<section class="container-fluid">
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Donald
Cherniawsky
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
<!--if client gender is not null or empty we use gender based job title-->
Manager
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Area of Responsibility:
</strong>
</div>
<div class="col-md-7">
Manufacturing/Production/Operations.
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(780) 632-7774
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(780) 632-6820
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
[email protected]
</div>
</div>
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Todd
Cikaliuk
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
Manager-Electrical Div. <br>
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(780) 632-7774
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(780) 632-7423
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
[email protected]
</div>
</div>
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Randy
Horon
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
Manager-Scada Division <br>
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(780) 632-7768
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(780) 632-7655
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
[email protected]
</div>
</div>
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Wesley
Markowsky
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
Production Supervisor <br>
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Area of Responsibility:
</strong>
</div>
<div class="col-md-7">
Manufacturing/Production/Operations.
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(780) 632-7774
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(780) 632-6820
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
[email protected]
</div>
</div>
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Paul
Casey
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
<!--if client gender is not null or empty we use gender based job title-->
Accountant
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Area of Responsibility:
</strong>
</div>
<div class="col-md-7">
Finance/Accounting.
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(780) 632-7774
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(780) 632-7694
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
[email protected]
</div>
</div>
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Katie
Boe
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
Office Administrator <br>
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(780) 632-7774
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(780) 632-7694
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
[email protected]
</div>
</div>
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Dale
Laniuk
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
<!--if client gender is not null or empty we use gender based job title-->
Chief Executive Officer
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Area of Responsibility:
</strong>
</div>
<div class="col-md-7">
Management Executive.
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(780) 632-7774
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(780) 632-7694
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
[email protected]
</div>
</div>
</section>
</details>
<details id="details-panel3">
<summary>
Description
</summary>
<h2 class="wb-invisible">
Company description
</h2>
<section class="container-fluid">
<div class="row">
<div class="col-md-5">
<strong>
Country of Ownership:
</strong>
</div>
<div class="col-md-7">
Canada
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Year Established:
</strong>
</div>
<div class="col-md-7">
1976
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Exporting:
</strong>
</div>
<div class="col-md-7">
No
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Industry (NAICS):
</strong>
</div>
<div class="col-md-7">
333130 - Mining and Oil and Gas Field Machinery Manufacturing
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Alternate Industries (NAICS):
</strong>
</div>
<div class="col-md-7">
237120 - Oil and Gas Pipeline and Related Structures Construction<br>
332420 - Metal Tank (Heavy Gauge) Manufacturing<br>
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Manufacturer / Processor / Producer
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Total Sales ($CDN):
</strong>
</div>
<div class="col-md-7">
$25,000,000 to $49,999,999
</div>
</div>
</section>
</details>
<details id="details-panel4">
<summary>
Products, services and licensing
</summary>
<h2 class="wb-invisible">
Product / Service / Licensing
</h2>
<section class="container-fluid">
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
3-phase Vertical Mistex Sweet Svce Single Zone Separator-Meter Skid Unit <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
3" 600# ANSI sch. 40 flanged inlet and outlet connections at skid
<br>
edge. 2" 600# ANSI RFF sch. 80 process piping. 16" or 24" 3-
<br>
phase separator. 2" junior meter run and 2-pen flow recorder. 2"
<br>
manual choke valve.<br>
<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
Oil Separator-Meter Skid Unit <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
2" NPT sch. 80 inlet/outlet connections at skid edge. 24"-2-
<br>
phase separator with mechanical controls. 2" junior meter run c/w
<br>
block and bypass valving. 2-pen flow recorder.<br>
<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
Tank Packages <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
63 Barrel and 94 Barrel above ground double walled tanks.
<br>
Tanks are skid mounted and are complete with building and heater.<br>
<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
Line Heaters <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
1,000,000 BTU line heater units; sweet and sour service; 3"
<br>
heating coils; SCADA equipped.<br>
<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
SCADA Systems <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
Complete supply, installation and commissioning of Fischer,
<br>
Barton, Unitec and Micra SCADA Systems. Service crews available
<br>
for startup and commissioning.<br>
<br>
</div>
</div>
</section>
</details>
</div>
</div>
<div class="row">
<div class="col-md-12 text-right">
Last Update Date 2015-10-29
</div>
</div>
<!--
- Artifact ID: CBW - IMBS - CCC Search WAR
- Group ID: ca.gc.ic.strategis.imbs.ccc.search
- Version: 3.26
- Built-By: bamboo
- Build Timestamp: 2017-03-02T21:29:28Z
-->
<!-- End Body Content -->
<!-- Begin Body Foot -->
<!-- End Body Foot -->
<!-- END MAIN TABLE -->
<!-- End body -->
<!-- Begin footer -->
<div class="row pagedetails">
<div class="col-sm-5 col-xs-12 datemod">
<dl id="wb-dtmd">
<dt class=" hidden-print">Date Modified:</dt>
<dd class=" hidden-print">
<span><time>2017-03-02</time></span>
</dd>
</dl>
</div>
<div class="clear visible-xs"></div>
<div class="col-sm-4 col-xs-6">
</div>
<div class="col-sm-3 col-xs-6 text-right">
</div>
<div class="clear visible-xs"></div>
</div>
</main>
<footer role="contentinfo" id="wb-info">
<nav role="navigation" class="container wb-navcurr">
<h2 class="wb-inv">About government</h2>
<!-- EPIC FOOTER BEGIN -->
<!-- EPI-11638 Contact us -->
<ul class="list-unstyled colcount-sm-2 colcount-md-3">
<li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07026.html#pageid=E048-H00000&from=Industries">Contact us</a></li>
<li><a href="https://www.canada.ca/en/government/dept.html">Departments and agencies</a></li>
<li><a href="https://www.canada.ca/en/government/publicservice.html">Public service and military</a></li>
<li><a href="https://www.canada.ca/en/news.html">News</a></li>
<li><a href="https://www.canada.ca/en/government/system/laws.html">Treaties, laws and regulations</a></li>
<li><a href="https://www.canada.ca/en/transparency/reporting.html">Government-wide reporting</a></li>
<li><a href="http://pm.gc.ca/eng">Prime Minister</a></li>
<li><a href="https://www.canada.ca/en/government/system.html">How government works</a></li>
<li><a href="http://open.canada.ca/en/">Open government</a></li>
</ul>
</nav>
<div class="brand">
<div class="container">
<div class="row">
<nav class="col-md-10 ftr-urlt-lnk">
<h2 class="wb-inv">About this site</h2>
<ul>
<li><a href="https://www.canada.ca/en/social.html">Social media</a></li>
<li><a href="https://www.canada.ca/en/mobile.html">Mobile applications</a></li>
<li><a href="http://www1.canada.ca/en/newsite.html">About Canada.ca</a></li>
<li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html">Terms and conditions</a></li>
<li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html#p1">Privacy</a></li>
</ul>
</nav>
<div class="col-xs-6 visible-sm visible-xs tofpg">
<a href="#wb-cont">Top of Page <span class="glyphicon glyphicon-chevron-up"></span></a>
</div>
<div class="col-xs-6 col-md-2 text-right">
<object type="image/svg+xml" tabindex="-1" role="img" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/wmms-blk.svg" aria-label="Symbol of the Government of Canada"></object>
</div>
</div>
</div>
</div>
</footer>
<!--[if gte IE 9 | !IE ]><!-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/wet-boew.min.js"></script>
<!--<![endif]-->
<!--[if lt IE 9]>
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew2.min.js"></script>
<![endif]-->
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/theme.min.js"></script>
<!-- EPI-10519 -->
<span class="wb-sessto"
data-wb-sessto='{"inactivity": 1800000, "reactionTime": 180000, "sessionalive": 1800000, "logouturl": "/app/ccc/srch/cccSrch.do?lang=eng&prtl=1"}'></span>
<script src="/eic/home.nsf/js/jQuery.externalOpensInNewWindow.js"></script>
<!-- EPI-11190 - Webtrends -->
<script src="/eic/home.nsf/js/webtrends.js"></script>
<script>var endTime = new Date();</script>
<noscript>
<div><img alt="" id="DCSIMG" width="1" height="1" src="//wt-sdc.ic.gc.ca/dcs6v67hwe0ei7wsv8g9fv50d_3k6i/njs.gif?dcsuri=/nojavascript&WT.js=No&WT.tv=9.4.0&dcssip=www.ic.gc.ca"/></div>
</noscript>
<!-- /Webtrends -->
<!-- JS deps -->
<script src="/eic/home.nsf/js/jquery.imagesloaded.js"></script>
<!-- EPI-11262 - Util JS -->
<script src="/eic/home.nsf/js/_WET_4-0_utils_canada.min.js"></script>
<!-- EPI-11383 -->
<script src="/eic/home.nsf/js/jQuery.icValidationErrors.js"></script>
<span style="display:none;" id='app-info' data-project-groupid='' data-project-artifactid='' data-project-version='' data-project-build-timestamp='' data-issue-tracking='' data-scm-sha1='' data-scm-sha1-abbrev='' data-scm-branch='' data-scm-commit-date=''></span>
</body></html>
<!-- End Footer -->
<!--
- Artifact ID: CBW - IMBS - CCC Search WAR
- Group ID: ca.gc.ic.strategis.imbs.ccc.search
- Version: 3.26
- Built-By: bamboo
- Build Timestamp: 2017-03-02T21:29:28Z
-->
| GoC-Spending/data-corporations | html/123456238208.html | HTML | mit | 80,924 |
<!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>dustsim: dynamicalSystem.hpp 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">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
$(document).ready(initResizable);
/* @license-end */</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">dustsim
 <span id="projectnumber">1.0.0</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.14 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */</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">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('dynamicalSystem_8hpp.html','');});
/* @license-end */
</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="#nested-classes">Classes</a> |
<a href="#namespaces">Namespaces</a> </div>
<div class="headertitle">
<div class="title">dynamicalSystem.hpp File Reference</div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><code>#include <astro/astro.hpp></code><br />
<code>#include "<a class="el" href="state_8hpp_source.html">dustsim/state.hpp</a>"</code><br />
<code>#include "<a class="el" href="typedefs_8hpp_source.html">dustsim/typedefs.hpp</a>"</code><br />
</div>
<p><a href="dynamicalSystem_8hpp_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="nested-classes"></a>
Classes</h2></td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="classdustsim_1_1DynamicalSystem.html">dustsim::DynamicalSystem</a></td></tr>
<tr class="memdesc:"><td class="mdescLeft"> </td><td class="mdescRight">Class containing parameters and models to describe the dynamical system. <a href="classdustsim_1_1DynamicalSystem.html#details">More...</a><br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="namespaces"></a>
Namespaces</h2></td></tr>
<tr class="memitem:namespacedustsim"><td class="memItemLeft" align="right" valign="top">  </td><td class="memItemRight" valign="bottom"><a class="el" href="namespacedustsim.html">dustsim</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
</table>
</div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li><li class="navelem"><a class="el" href="dir_08130ff24f7633fb29a3abb10f5be15a.html">dustsim</a></li><li class="navelem"><a class="el" href="dynamicalSystem_8hpp.html">dynamicalSystem.hpp</a></li>
<li class="footer">Generated on Wed Dec 12 2018 18:06:32 for dustsim 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>
| kartikkumar/dustsim | docs/dynamicalSystem_8hpp.html | HTML | mit | 5,941 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>chinese: Not compatible</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.8.0 / chinese - 8.6.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">ยซ Up</a>
<h1>
chinese
<small>
8.6.0
<span class="label label-info">Not compatible</span>
</small>
</h1>
<p><em><script>document.write(moment("2020-09-14 18:10:41 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-09-14 18:10:41 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-num base Num library distributed with the OCaml compiler
base-threads base
base-unix base
camlp5 7.13 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-m4 1 Virtual package relying on m4
coq 8.8.0 Formal proof management system.
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.05.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.05.0 Official 4.05.0 release
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.8.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "https://github.com/coq-contribs/chinese"
license: "Unknown"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Chinese"]
depends: [
"ocaml"
"coq" {>= "8.6" & < "8.7~"}
]
tags: [ "keyword: number theory" "keyword: chinese remainder" "keyword: primality" "keyword: prime numbers" "category: Mathematics/Arithmetic and Number Theory/Number theory" ]
authors: [ "Valรฉrie Mรฉnissier-Morain" ]
bug-reports: "https://github.com/coq-contribs/chinese/issues"
dev-repo: "git+https://github.com/coq-contribs/chinese.git"
synopsis: "A proof of the Chinese Remainder Lemma"
description: "OBSOLETE. See rather Zchinese-lemma that uses Z of Zarith."
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/chinese/archive/v8.6.0.tar.gz"
checksum: "md5=293b520ce4e9a5a276fa84f1b5173a36"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-chinese.8.6.0 coq.8.8.0</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.8.0).
The following dependencies couldn't be met:
- coq-chinese -> coq < 8.7~ -> ocaml < 4.03.0
base of this switch (use `--unlock-base' to force)
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-chinese.8.6.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
<small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. ยฉ Guillaume Claret.</small>
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.05.0-2.0.6/released/8.8.0/chinese/8.6.0.html | HTML | mit | 6,993 |
<!DOCTYPE html>
<html xmlns:msxsl="urn:schemas-microsoft-com:xslt">
<head>
<meta content="en-us" http-equiv="Content-Language" />
<meta content="text/html; charset=utf-16" http-equiv="Content-Type" />
<title _locid="PortabilityAnalysis0">.NET Portability Report</title>
<style>
/* Body style, for the entire document */
body {
background: #F3F3F4;
color: #1E1E1F;
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
padding: 0;
margin: 0;
}
/* Header1 style, used for the main title */
h1 {
padding: 10px 0px 10px 10px;
font-size: 21pt;
background-color: #E2E2E2;
border-bottom: 1px #C1C1C2 solid;
color: #201F20;
margin: 0;
font-weight: normal;
}
/* Header2 style, used for "Overview" and other sections */
h2 {
font-size: 18pt;
font-weight: normal;
padding: 15px 0 5px 0;
margin: 0;
}
/* Header3 style, used for sub-sections, such as project name */
h3 {
font-weight: normal;
font-size: 15pt;
margin: 0;
padding: 15px 0 5px 0;
background-color: transparent;
}
h4 {
font-weight: normal;
font-size: 12pt;
margin: 0;
padding: 0 0 0 0;
background-color: transparent;
}
/* Color all hyperlinks one color */
a {
color: #1382CE;
}
/* Paragraph text (for longer informational messages) */
p {
font-size: 10pt;
}
/* Table styles */
table {
border-spacing: 0 0;
border-collapse: collapse;
font-size: 10pt;
}
table th {
background: #E7E7E8;
text-align: left;
text-decoration: none;
font-weight: normal;
padding: 3px 6px 3px 6px;
}
table td {
vertical-align: top;
padding: 3px 6px 5px 5px;
margin: 0px;
border: 1px solid #E7E7E8;
background: #F7F7F8;
}
.NoBreakingChanges {
color: darkgreen;
font-weight:bold;
}
.FewBreakingChanges {
color: orange;
font-weight:bold;
}
.ManyBreakingChanges {
color: red;
font-weight:bold;
}
.BreakDetails {
margin-left: 30px;
}
.CompatMessage {
font-style: italic;
font-size: 10pt;
}
.GoodMessage {
color: darkgreen;
}
/* Local link is a style for hyperlinks that link to file:/// content, there are lots so color them as 'normal' text until the user mouse overs */
.localLink {
color: #1E1E1F;
background: #EEEEED;
text-decoration: none;
}
.localLink:hover {
color: #1382CE;
background: #FFFF99;
text-decoration: none;
}
/* Center text, used in the over views cells that contain message level counts */
.textCentered {
text-align: center;
}
/* The message cells in message tables should take up all avaliable space */
.messageCell {
width: 100%;
}
/* Padding around the content after the h1 */
#content {
padding: 0px 12px 12px 12px;
}
/* The overview table expands to width, with a max width of 97% */
#overview table {
width: auto;
max-width: 75%;
}
/* The messages tables are always 97% width */
#messages table {
width: 97%;
}
/* All Icons */
.IconSuccessEncoded, .IconInfoEncoded, .IconWarningEncoded, .IconErrorEncoded {
min-width: 18px;
min-height: 18px;
background-repeat: no-repeat;
background-position: center;
}
/* Success icon encoded */
.IconSuccessEncoded {
/* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
/* [---XsltValidateInternal-Base64EncodedImage:IconSuccess#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABPElEQVR4Xp1Tv0vDUBi8FqeA4NpBcBLcWnQSApncOnTo4FSnjP0DsnXpH5CxiwbHDg4Zuj4oOEXiJgiC4FDcCkLWmIMc1Pfw+eMgQ77v3Xf3Pe51YKGqqisAEwCR1TIAsiAIblSo6xrdHeJR85Xle3mdmCQKb0PsfqyxxzM8K15HZADl/H5+sHpZwYfxyRjTs+kWwKBx8yoHd2mRiuzF8mkJniWH/13u3Fjrs/EdhsdDFHGB/DLXEJBDLh1MWPAhPo1BLB4WX5yQywHR+m3tVe/t97D52CB/ziG0nIgD/qDuYg8WuCcVZ2YGwlJ3YDugkpR/VNcAEx6GEKhERSr71FuO4YCM4XBdwKvecjIlkSnsO0Hyp/GxSeJAdzBKzpOtnPwyyiPdAZhpZptT04tU+zk7s8czeges//s5C5+CwqrR4/gw+AAAAABJRU5ErkJggg==);
}
/* Information icon encoded */
.IconInfoEncoded {
/* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
/* [---XsltValidateInternal-Base64EncodedImage:IconInformation#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABHElEQVR4Xs2TsUoDQRRF7wwoziokjZUKadInhdhukR9YP8DMX1hYW+QvdsXa/QHBbcXC7W0CamWTQnclFutceIQJwwaWNLlwm5k5d94M76mmaeCrrmsLYOocY12FcxZFUeozCqKqqgYA8uevv1H6VuPxcwlfk5N92KHBxfFeCSAxxswlYAW/Xr989x/mv9gkhtyMDhcAxgzRsp7flj8B/HF1RsMXq+NZMkopaHe7lbKxQUEIGbKsYNoGn969060hZBkQex/W8oRQwsQaW2o3Ago2SVcJUzAgY3N0lTCZZm+zPS8HB51gMmS1DEYyOz9acKO1D8JWTlafKIMxdhvlfdyT94Vv5h7P8Ky7nQzACmhvKq3zk3PjW9asz9D/1oigecsioooAAAAASUVORK5CYII=);
}
/* Warning icon encoded */
.IconWarningEncoded {
/* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
/* [---XsltValidateInternal-Base64EncodedImage:IconWarning#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAx0lEQVR4XpWSMQ7CMAxFf4xAyBMLCxMrO8dhaBcuwdCJS3RJBw7SA/QGTCxdWJgiQYWKXJWKIXHIlyw5lqr34tQgEOdcBsCOx5yZK3hCCKdYXneQkh4pEfqzLfu+wVDSyyzFoJjfz9NB+pAF+eizx2Vruts0k15mPgvS6GYvpVtQhB61IB/dk6AF6fS4Ben0uIX5odtFe8Q/eW1KvFeH4e8khT6+gm5B+t3juyDt7n0jpe+CANTd+oTUjN/U3yVaABnSUjFz/gFq44JaVSCXeQAAAABJRU5ErkJggg==);
}
/* Error icon encoded */
.IconErrorEncoded {
/* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
/* [---XsltValidateInternal-Base64EncodedImage:IconError#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABQElEQVR4XqWTvUoEQRCE6wYPZUA80AfwAQz23uCMjA7MDRQEIzPBVEyNTQUFIw00vcQTTMzuAh/AxEQQT8HF/3G/oGGnEUGuoNnd6qoZuqltyKEsyzVJq5I6rnUp6SjGeGhESikzzlc1eL7opfuVbrqbU1Zw9NCgtQMaZpY0eNnaaL2fHusvTK5vKu7sjSS1Y4y3QUA6K3e3Mau5UFDyMP7tYF9o8cAHZv68vipoIJg971PZIZ5HiwdvYGGvFVFHmGmZ2MxwmQYPXubPl9Up0tfoMQGetXd6mRbvhBw+boZ6WF7Mbv1+GsHRk0fQmPAH1GfmZirbCfDJ61tw3Px8/8pZsPAG4jlVhcPgZ7adwNWBB68lkRQWFiTgFlbnLY3DGGM7izIJIyT/jjIvEJw6fdJTc6krDzh6aMwMP9bvDH4ADSsa9uSWVJkAAAAASUVORK5CYII=);
}
</style>
</head>
<body>
<h1 _locid="PortabilityReport">.NET Portability Report</h1>
<div id="content">
<div id="submissionId" style="font-size:8pt;">
<p>
<i>
Submission Id
d59434e7-cdc4-4484-82fb-3eccf30f7a8b
</i>
</p>
</div>
<h2 _locid="SummaryTitle">
<a name="Portability Summary"></a>Portability Summary
</h2>
<div id="summary">
<table>
<tbody>
<tr>
<th>Assembly</th>
<th>ASP.NET 5,Version=v1.0</th>
<th>Windows,Version=v8.1</th>
<th>.NET Framework,Version=v4.6</th>
<th>Windows Phone,Version=v8.1</th>
</tr>
<tr>
<td><strong><a href="#FunScript.TypeScript.Binding.angular_ui_router">FunScript.TypeScript.Binding.angular_ui_router</a></strong></td>
<td class="text-center">100.00 %</td>
<td class="text-center">100.00 %</td>
<td class="text-center">100.00 %</td>
<td class="text-center">100.00 %</td>
</tr>
</tbody>
</table>
</div>
<div id="details">
</div>
</div>
</body>
</html> | kuhlenh/port-to-core | Reports/fu/funscript.typescript.binding.angular_ui_router.1.1.0.37/FunScript.TypeScript.Binding.angular_ui_router-net40.html | HTML | mit | 9,707 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.11"/>
<title>V8 API Reference Guide for node.js v7.3.0 - v7.4.0: Member List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">V8 API Reference Guide for node.js v7.3.0 - v7.4.0
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.11 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="inherits.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespacev8.html">v8</a></li><li class="navelem"><a class="el" href="classv8_1_1Isolate.html">Isolate</a></li><li class="navelem"><a class="el" href="classv8_1_1Isolate_1_1Scope.html">Scope</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">v8::Isolate::Scope Member List</div> </div>
</div><!--header-->
<div class="contents">
<p>This is the complete list of members for <a class="el" href="classv8_1_1Isolate_1_1Scope.html">v8::Isolate::Scope</a>, including all inherited members.</p>
<table class="directory">
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Scope</b>(Isolate *isolate) (defined in <a class="el" href="classv8_1_1Isolate_1_1Scope.html">v8::Isolate::Scope</a>)</td><td class="entry"><a class="el" href="classv8_1_1Isolate_1_1Scope.html">v8::Isolate::Scope</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">explicit</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>~Scope</b>() (defined in <a class="el" href="classv8_1_1Isolate_1_1Scope.html">v8::Isolate::Scope</a>)</td><td class="entry"><a class="el" href="classv8_1_1Isolate_1_1Scope.html">v8::Isolate::Scope</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
</table></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.11
</small></address>
</body>
</html>
| v8-dox/v8-dox.github.io | d685c99/html/classv8_1_1Isolate_1_1Scope-members.html | HTML | mit | 5,193 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=../../../../libc/constant.VM_FLAGS_USER_ALLOCATE.html">
</head>
<body>
<p>Redirecting to <a href="../../../../libc/constant.VM_FLAGS_USER_ALLOCATE.html">../../../../libc/constant.VM_FLAGS_USER_ALLOCATE.html</a>...</p>
<script>location.replace("../../../../libc/constant.VM_FLAGS_USER_ALLOCATE.html" + location.search + location.hash);</script>
</body>
</html> | IllinoisRoboticsInSpace/Arduino_Control | rust-serial/target/doc/libc/unix/bsd/apple/constant.VM_FLAGS_USER_ALLOCATE.html | HTML | mit | 453 |
<!DOCTYPE html>
<html>
<head>
<link href="css/awsdocs.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/awsdocs.min.js"></script>
<meta charset="utf-8">
</head>
<body>
<div id="content" style="padding: 10px 30px;">
<h1 class="topictitle" id="aws-resource-route53resolver-resolverruleassociation">AWS::Route53Resolver::ResolverRuleAssociation</h1><p>The <code class="code">AWS::Route53Resolver::ResolverRuleAssociation</code> resource contains information about an association between a resolver rule and a
VPC.
For more information, see
<a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ResolverRuleAssociation.html">ResolverRuleAssociation</a> in the
<em>Amazon Route 53 API Reference</em>.
</p><h2 id="aws-resource-route53resolver-resolverruleassociation-syntax">Syntax</h2><p>To declare this entity in your AWS CloudFormation template, use the following syntax:</p><div id="JSON" name="JSON" class="section langfilter">
<h3 id="aws-resource-route53resolver-resolverruleassociation-syntax.json">JSON</h3>
<pre class="programlisting"><div class="code-btn-container"><div class="btn-copy-code" title="Copy"></div><div class="btn-dark-theme" title="Dark theme" title-dark="Dark theme" title-light="Light theme"></div></div><code class="nohighlight">{
"Type" : "AWS::Route53Resolver::ResolverRuleAssociation",
"Properties" : {
"<a href="aws-resource-route53resolver-resolverruleassociation.html#cfn-route53resolver-resolverruleassociation-name">Name</a>" : <em class="replaceable"><code>String</code></em>,
"<a href="aws-resource-route53resolver-resolverruleassociation.html#cfn-route53resolver-resolverruleassociation-resolverruleid">ResolverRuleId</a>" : <em class="replaceable"><code>String</code></em>,
"<a href="aws-resource-route53resolver-resolverruleassociation.html#cfn-route53resolver-resolverruleassociation-vpcid">VPCId</a>" : <em class="replaceable"><code>String</code></em>
}
}</code></pre>
</div><div id="YAML" name="YAML" class="section langfilter">
<h3 id="aws-resource-route53resolver-resolverruleassociation-syntax.yaml">YAML</h3>
<pre class="programlisting"><div class="code-btn-container"><div class="btn-copy-code" title="Copy"></div><div class="btn-dark-theme" title="Dark theme" title-dark="Dark theme" title-light="Light theme"></div></div><code class="nohighlight">Type: "AWS::Route53Resolver::ResolverRuleAssociation"
Properties:
<a href="aws-resource-route53resolver-resolverruleassociation.html#cfn-route53resolver-resolverruleassociation-name">Name</a>: <em class="replaceable"><code>String</code></em>
<a href="aws-resource-route53resolver-resolverruleassociation.html#cfn-route53resolver-resolverruleassociation-resolverruleid">ResolverRuleId</a>: <em class="replaceable"><code>String</code></em>
<a href="aws-resource-route53resolver-resolverruleassociation.html#cfn-route53resolver-resolverruleassociation-vpcid">VPCId</a>: <em class="replaceable"><code>String</code></em></code></pre>
</div><h2 id="aws-resource-route53resolver-resolverruleassociation-properties">Properties</h2><div class="variablelist">
<dl>
<dt><a id="cfn-route53resolver-resolverruleassociation-name"></a><span class="term"><code class="code">Name</code></span></dt>
<dd>
<p>The name of an association between a resolver rule and a VPC.</p>
<p>
<em>Required</em>: No
</p>
<p>
<em>Type</em>: String
</p>
<p>
<em>Update requires</em>: <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement">Replacement</a>
</p>
</dd>
<dt><a id="cfn-route53resolver-resolverruleassociation-resolverruleid"></a><span class="term"><code class="code">ResolverRuleId</code></span></dt>
<dd>
<p>The ID of the resolver rule that you associated with the VPC that is specified by
<code class="code">VPCId</code>.
</p>
<p>
<em>Required</em>: Yes
</p>
<p>
<em>Type</em>: String
</p>
<p>
<em>Update requires</em>: <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement">Replacement</a>
</p>
</dd>
<dt><a id="cfn-route53resolver-resolverruleassociation-vpcid"></a><span class="term"><code class="code">VPCId</code></span></dt>
<dd>
<p>The ID of the VPC that you associated the resolver rule with.</p>
<p>
<em>Required</em>: Yes
</p>
<p>
<em>Type</em>: String
</p>
<p>
<em>Update requires</em>: <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement">Replacement</a>
</p>
</dd>
</dl>
</div><h2 id="aws-resource-route53resolver-resolverruleassociation-returnvalues">Return Values</h2><h3 id="aws-resource-route53resolver-resolverruleassociation-ref">Ref</h3><p>When you pass the logical ID of an <code class="code">AWS::Route53Resolver::ResolverRuleAssociation</code> resource to the intrinsic
<code class="code">Ref</code> function, the function returns the <code class="code">ResolverRuleAssociationId</code>.
</p><p>For more information about using the <code class="code">Ref</code> function, see <a href="intrinsic-function-reference-ref.html">Ref</a>.
</p><h3 id="aws-resource-route53resolver-resolverruleassociation-getatt">Fn::GetAtt</h3><p><code class="code">Fn::GetAtt</code> returns a value for a specified attribute of this type. The following are the available
attributes
and sample return values.
</p><div class="variablelist">
<dl>
<dt><span class="term"><code class="code">Name</code></span></dt>
<dd>
<p>The name of an association between a resolver rule and a VPC, such as <code class="code">test.example.com in beta VPC</code>.
</p>
</dd>
<dt><span class="term"><code class="code">ResolverRuleAssociationId</code></span></dt>
<dd>
<p>The ID of the resolver rule association that you want to get information about,
such as <code class="code">rslvr-rrassoc-97242eaf88example</code>.
</p>
</dd>
<dt><span class="term"><code class="code">ResolverRuleId</code></span></dt>
<dd>
<p>The ID of the resolver rule that you associated with the VPC that is specified by
<code class="code">VPCId</code>,
such as <code class="code">rslvr-rr-5328a0899example</code>.
</p>
</dd>
<dt><span class="term"><code class="code">VPCId</code></span></dt>
<dd>
<p>The ID of the VPC that you associated the resolver rule with, such as <code class="code">vpc-03cf94c75cexample</code>.
</p>
</dd>
</dl>
</div><p>For more information about using <code class="code">Fn::GetAtt</code>, see <a href="intrinsic-function-reference-getatt.html">Fn::GetAtt</a>.
</p><h2 id="aws-resource-route53resolver-resolverruleassociation-seealso">See Also</h2><div class="itemizedlist">
<ul class="itemizedlist" type="disc">
<li class="listitem">
<p>
<a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ResolverRuleAssociation.html">ResolverRuleAssociation</a>
in the <em>Amazon Route 53 API Reference</em>.
</p>
</li>
</ul>
</div></div>
</body>
</html> | pdhodgkinson/AWSCloudFormationTemplateReference-dash-docset | AWS_CloudFormation_Template_Reference.docset/Contents/Resources/Documents/aws-resource-route53resolver-resolverruleassociation.html | HTML | mit | 11,686 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>itree: Not compatible ๐ผ</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.7.1 / itree - 3.2.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">ยซ Up</a>
<h1>
itree
<small>
3.2.0
<span class="label label-info">Not compatible ๐ผ</span>
</small>
</h1>
<p>๐
<em><script>document.write(moment("2022-01-14 16:25:14 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-14 16:25:14 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-num base Num library distributed with the OCaml compiler
base-threads base
base-unix base
camlp5 7.14 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-perl 1 Virtual package relying on perl
coq 8.7.1 Formal proof management system
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.04.2 The OCaml compiler (virtual package)
ocaml-base-compiler 4.04.2 Official 4.04.2 release
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "Li-yao Xia <[email protected]>"
synopsis: "A Library for Representing Recursive and Impure Programs in Coq"
homepage: "https://github.com/DeepSpec/InteractionTrees"
dev-repo: "git+https://github.com/DeepSpec/InteractionTrees"
bug-reports: "https://github.com/DeepSpec/InteractionTrees/issues"
license: "MIT"
build: [ make "-j%{jobs}%" ]
install: [ make "install" ]
run-test: [ make "-j%{jobs}%" "all" ]
depends: [
"coq" {>= "8.8" & < "8.14~"}
"coq-ext-lib" {>= "0.11.1" & < "0.12"}
"coq-paco" {>= "4.0.0" & < "4.2.0"}
"ocamlbuild" {with-test}
]
authors: [
"Li-yao Xia <[email protected]>"
"Yannick Zakowski <[email protected]>"
"Paul He <[email protected]>"
"Chung-Kil Hur <[email protected]>"
"Gregory Malecha <[email protected]>"
"Steve Zdancewic <[email protected]>"
"Benjamin C. Pierce <[email protected]>"
]
tags: [
"org:deepspec"
"logpath: ITree"
"date: 2020-07-21"
]
url {
http: "https://github.com/DeepSpec/InteractionTrees/archive/3.2.0.tar.gz"
checksum: "sha512=7d29f559c7e836fc894eae3eb93441e3a1bae6af5299cd4f374015c4f4dd264d56bf9fdc432bf949331a86314f5149555e00ed70c9ab16f6db147ad5038fb3c3"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install ๐๏ธ</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-itree.3.2.0 coq.8.7.1</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.7.1).
The following dependencies couldn't be met:
- coq-itree -> coq >= 8.8 -> ocaml >= 4.05.0
base of this switch (use `--unlock-base' to force)
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-itree.3.2.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install ๐</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall ๐งน</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐ฃ
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.04.2-2.0.5/released/8.7.1/itree/3.2.0.html | HTML | mit | 7,430 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_73) on Sat Jun 17 15:42:20 EDT 2017 -->
<title>robinhood.api</title>
<meta name="date" content="2017-06-17">
<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="robinhood.api";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../overview-summary.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</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 Package</li>
<li><a href="../../robinhood/api/endpoint/account/package-summary.html">Next Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../index.html?robinhood/api/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 robinhood.api</h1>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table class="typeSummary" 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="../../robinhood/api/ApiMethod.html" title="class in robinhood.api">ApiMethod</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../robinhood/api/ConfigurationManager.html" title="class in robinhood.api">ConfigurationManager</a></td>
<td class="colLast">
<div class="block">Method which stores the current configuration for the library.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../robinhood/api/LogHandler.html" title="class in robinhood.api">LogHandler</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../robinhood/api/RobinhoodApi.html" title="class in robinhood.api">RobinhoodApi</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../overview-summary.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</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 Package</li>
<li><a href="../../robinhood/api/endpoint/account/package-summary.html">Next Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../index.html?robinhood/api/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>
| ConradWeiser/Unofficial-Robinhood-Api | docs/robinhood/api/package-summary.html | HTML | mit | 5,117 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>compcert: Not compatible</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / extra-dev</a></li>
<li class="active"><a href="">dev / compcert - 3.0.1</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">ยซ Up</a>
<h1>
compcert
<small>
3.0.1
<span class="label label-info">Not compatible</span>
</small>
</h1>
<p><em><script>document.write(moment("2021-04-06 20:47:58 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-04-06 20:47:58 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
conf-gmp 3 Virtual package relying on a GMP lib system installation
coq dev Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.10.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.10.1 Official release 4.10.1
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
maintainer: "Matej Koลกรญk <[email protected]>"
homepage: "http://compcert.inria.fr/"
dev-repo: "git+https://github.com/AbsInt/CompCert.git"
bug-reports: "https://github.com/AbsInt/CompCert/issues"
license: "INRIA Non-Commercial License Agreement"
build: [
[
"./configure"
"ia32-linux" {os = "linux"}
"ia32-macosx" {os = "macos"}
"ia32-cygwin" {os = "cygwin"}
"-bindir"
"%{bin}%"
"-libdir"
"%{lib}%/compcert"
"-clightgen"
]
[make "-j%{jobs}%"]
]
install: [
[make "install"]
]
remove: [
["rm" "%{bin}%/ccomp"]
["rm" "%{bin}%/clightgen"]
["rm" "-R" "%{lib}%/compcert"]
["rm" "%{share}%/compcert.ini"]
]
depends: [
"ocaml"
"coq" {= "8.6"}
"menhir" {>= "20160303" & < "20180530"}
]
synopsis: "The CompCert C compiler"
authors: "Xavier Leroy <[email protected]>"
flags: light-uninstall
url {
src: "https://github.com/AbsInt/CompCert/archive/v3.0.1.tar.gz"
checksum: "md5=76af0b470261df6b19053a60474fc84a"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-compcert.3.0.1 coq.dev</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is dev).
The following dependencies couldn't be met:
- coq-compcert -> coq = 8.6 -> ocaml < 4.06.0
base of this switch (use `--unlock-base' to force)
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-compcert.3.0.1</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
<small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. ยฉ Guillaume Claret.</small>
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.10.1-2.0.6/extra-dev/dev/compcert/3.0.1.html | HTML | mit | 7,125 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<base data-ice="baseUrl" href="../../">
<title data-ice="title">buildDocs/memoizeAll.spec.js | Lodash Decorators Documentation API Document</title>
<link type="text/css" rel="stylesheet" href="css/style.css">
<link type="text/css" rel="stylesheet" href="css/prettify-tomorrow.css">
<script src="script/prettify/prettify.js"></script>
<script src="script/manual.js"></script>
</head>
<body class="layout-container" data-ice="rootContainer">
<header>
<a href="./">Home</a>
<a href="identifiers.html">Reference</a>
<a href="source.html">Source</a>
<a href="test.html" data-ice="testLink">Test</a>
<a data-ice="repoURL" href="http://github.com/steelsojka/lodash-decorators" class="repo-url-github">Repository</a>
<div class="search-box">
<span>
<img src="./image/search.png">
<span class="search-input-edge"></span><input class="search-input"><span class="search-input-edge"></span>
</span>
<ul class="search-result"></ul>
</div>
</header>
<nav class="navigation" data-ice="nav"><div>
<ul>
<li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-BindAll">BindAll</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-Mixin">Mixin</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-After">After</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-AfterAll">AfterAll</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-Ary">Ary</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-Attempt">Attempt</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-Before">Before</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-BeforeAll">BeforeAll</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-Bind">Bind</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-Curry">Curry</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-CurryAll">CurryAll</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-CurryRight">CurryRight</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-CurryRightAll">CurryRightAll</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-Debounce">Debounce</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-DebounceAll">DebounceAll</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-Defer">Defer</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-Delay">Delay</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-Flip">Flip</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-Flow">Flow</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-FlowRight">FlowRight</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-Memoize">Memoize</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-MemoizeAll">MemoizeAll</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-Negate">Negate</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-Once">Once</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-OnceAll">OnceAll</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-OverArgs">OverArgs</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-Partial">Partial</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-PartialRight">PartialRight</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-Rearg">Rearg</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-Rest">Rest</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-Spread">Spread</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-Tap">Tap</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-Throttle">Throttle</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-ThrottleGetter">ThrottleGetter</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-ThrottleSetter">ThrottleSetter</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-ThrottleAll">ThrottleAll</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-Unary">Unary</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-Wrap">Wrap</a></span></span></li>
<li data-ice="doc"><div data-ice="dirPath" class="nav-dir-path">applicators</div><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/buildDocs/applicators/Applicator.js~Applicator.html">Applicator</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/buildDocs/applicators/BindApplicator.js~BindApplicator.html">BindApplicator</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/buildDocs/applicators/ComposeApplicator.js~ComposeApplicator.html">ComposeApplicator</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/buildDocs/applicators/InvokeApplicator.js~InvokeApplicator.html">InvokeApplicator</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/buildDocs/applicators/MemoizeApplicator.js~MemoizeApplicator.html">MemoizeApplicator</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/buildDocs/applicators/PartialApplicator.js~PartialApplicator.html">PartialApplicator</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/buildDocs/applicators/PartialedApplicator.js~PartialedApplicator.html">PartialedApplicator</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/buildDocs/applicators/PostValueApplicator.js~PostValueApplicator.html">PostValueApplicator</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/buildDocs/applicators/PreValueApplicator.js~PreValueApplicator.html">PreValueApplicator</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/buildDocs/applicators/WrapApplicator.js~WrapApplicator.html">WrapApplicator</a></span></span></li>
<li data-ice="doc"><div data-ice="dirPath" class="nav-dir-path">factory</div><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/buildDocs/factory/DecoratorConfig.js~DecoratorConfig.html">DecoratorConfig</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/buildDocs/factory/DecoratorFactory.js~InternalDecoratorFactory.html">InternalDecoratorFactory</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-DecoratorFactory">DecoratorFactory</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-InstanceChainMap">InstanceChainMap</a></span></span></li>
</ul>
</div>
</nav>
<div class="content" data-ice="content"><h1 data-ice="title">buildDocs/memoizeAll.spec.js</h1>
<pre class="source-code line-number raw-source-code"><code class="prettyprint linenums" data-ice="content">import * as tslib_1 from "tslib";
import { expect } from 'chai';
import { spy } from 'sinon';
import { MemoizeAll } from './memoizeAll';
describe('memoizeAll', () => {
it('should memoize the function', () => {
const _spy = spy();
class MyClass {
fn(n) {
_spy(n);
expect(this, 'context').to.equal(myClass);
return n;
}
}
tslib_1.__decorate([
MemoizeAll()
], MyClass.prototype, "fn", null);
const myClass = new MyClass();
const myClass2 = new MyClass();
myClass.fn(1);
myClass.fn(1);
myClass.fn(1);
myClass2.fn(1);
myClass2.fn(1);
myClass2.fn(1);
expect(_spy.callCount).to.equal(1);
});
describe('with function resolver', () => {
it('should resolve the key', () => {
const _spy = spy();
class MyClass {
fn(item) {
_spy();
expect(this, 'context').to.equal(myClass);
return item.value;
}
}
tslib_1.__decorate([
MemoizeAll((item) => item.key)
], MyClass.prototype, "fn", null);
const myClass = new MyClass();
const myClass2 = new MyClass();
myClass.fn({ key: 'test', value: 10 });
myClass.fn({ key: 'test', value: 20 });
myClass.fn({ key: 'test', value: 30 });
myClass2.fn({ key: 'test', value: 40 });
myClass2.fn({ key: 'test', value: 50 });
expect(myClass.fn({ key: 'test', value: 50 })).to.equal(10);
expect(_spy.callCount).to.equal(1);
});
});
});
</code></pre>
</div>
<footer class="footer">
Generated by <a href="https://esdoc.org">ESDoc<span data-ice="esdocVersion">(0.5.2)</span><img src="./image/esdoc-logo-mini-black.png"></a>
</footer>
<script src="script/search_index.js"></script>
<script src="script/search.js"></script>
<script src="script/pretty-print.js"></script>
<script src="script/inherited-summary.js"></script>
<script src="script/test-summary.js"></script>
<script src="script/inner-link.js"></script>
<script src="script/patch-for-local.js"></script>
</body>
</html>
| steelsojka/lodash-decorators | docs/test-file/buildDocs/memoizeAll.spec.js.html | HTML | mit | 13,943 |
{{=[[ ]]=}}
<li class="ui-field-contain">
<label for='[[form.name]]-[[field_id]]'>[[label]]</label>
<select id='[[form.name]]-[[field_id]]' data-xform-type='[[type]]' name='[[field_formname]]'[[#bind.required]] required[[/bind.required]][[#type_is_select]] multiple[[/type_is_select]]>
[[#type_is_select1]]
<option value="">Select one...</option>
[[/type_is_select1]]
{{#[[name]]_choices}}
<option value="{{name}}"{{#selected}} selected{{/selected}}>
{{label}}
</option>
{{/[[name]]_choices}}
</select>
[[#hint]]
<p class="hint">[[hint]]</p>
[[/hint]]
<p class='error [[form.name]]-[[field_id]]-errors'></p>
</li>
| wq/xlsform-converter | xlsconv/templates/fields/select.html | HTML | mit | 662 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0-beta2) on Mon Mar 19 18:29:49 CST 2007 -->
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<TITLE>
ReflectionException (Java Platform SE 6)
</TITLE><script>var _hmt = _hmt || [];(function() {var hm = document.createElement("script");hm.src = "//hm.baidu.com/hm.js?dd1361ca20a10cc161e72d4bc4fef6df";var s = document.getElementsByTagName("script")[0];s.parentNode.insertBefore(hm, s);})();</script>
<META NAME="date" CONTENT="2007-03-19">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="ReflectionException (Java Platform SE 6)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="่ทณ่ฟๅฏผ่ช้พๆฅ"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>ๆฆ่ฟฐ</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>่ฝฏไปถๅ
</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>็ฑป</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ReflectionException.html"><FONT CLASS="NavBarFont1"><B>ไฝฟ็จ</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>ๆ </B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>ๅทฒ่ฟๆถ</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>็ดขๅผ</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../help-doc.html"><FONT CLASS="NavBarFont1"><B>ๅธฎๅฉ</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
<b>Java<sup><font size=-2>TM</font></sup> Platform<br>Standard Ed. 6</b></EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../javax/management/QueryExp.html" title="javax.management ไธญ็ๆฅๅฃ"><B>ไธไธไธช็ฑป</B></A>
<A HREF="../../javax/management/RuntimeErrorException.html" title="javax.management ไธญ็็ฑป"><B>ไธไธไธช็ฑป</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../index.html?javax/management/ReflectionException.html" target="_top"><B>ๆกๆถ</B></A>
<A HREF="ReflectionException.html" target="_top"><B>ๆ ๆกๆถ</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../allclasses-noframe.html"><B>ๆๆ็ฑป</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../allclasses-noframe.html"><B>ๆๆ็ฑป</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
ๆ่ฆ๏ผ ๅตๅฅ | ๅญๆฎต | <A HREF="#constructor_summary">ๆ้ ๆนๆณ</A> | <A HREF="#method_summary">ๆนๆณ</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
่ฏฆ็ปไฟกๆฏ๏ผ ๅญๆฎต | <A HREF="#constructor_detail">ๆ้ ๆนๆณ</A> | <A HREF="#method_detail">ๆนๆณ</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
javax.management</FONT>
<BR>
็ฑป ReflectionException</H2>
<PRE>
<A HREF="../../java/lang/Object.html" title="java.lang ไธญ็็ฑป">java.lang.Object</A>
<IMG SRC="../../resources/inherit.gif" ALT="็ปงๆฟ่
"><A HREF="../../java/lang/Throwable.html" title="java.lang ไธญ็็ฑป">java.lang.Throwable</A>
<IMG SRC="../../resources/inherit.gif" ALT="็ปงๆฟ่
"><A HREF="../../java/lang/Exception.html" title="java.lang ไธญ็็ฑป">java.lang.Exception</A>
<IMG SRC="../../resources/inherit.gif" ALT="็ปงๆฟ่
"><A HREF="../../javax/management/JMException.html" title="javax.management ไธญ็็ฑป">javax.management.JMException</A>
<IMG SRC="../../resources/inherit.gif" ALT="็ปงๆฟ่
"><B>javax.management.ReflectionException</B>
</PRE>
<DL>
<DT><B>ๆๆๅทฒๅฎ็ฐ็ๆฅๅฃ๏ผ</B> <DD><A HREF="../../java/io/Serializable.html" title="java.io ไธญ็ๆฅๅฃ">Serializable</A></DD>
</DL>
<HR>
<DL>
<DT><PRE>public class <B>ReflectionException</B><DT>extends <A HREF="../../javax/management/JMException.html" title="javax.management ไธญ็็ฑป">JMException</A></DL>
</PRE>
<P>
่กจ็คบๅจไฝฟ็จ java.lang.reflect ็ฑป่ฐ็จ MBean ไธ็ๆนๆณๆถ๏ผMBean ๆๅกๅจไธญๆๅบ็ๅผๅธธใๅฎๅฏไปฅ“ๅ
่ฃ
”ๆๅบ็ๅฎ้
java.lang.Exceptionใ
<P>
<P>
<DL>
<DT><B>ไปไปฅไธ็ๆฌๅผๅง๏ผ</B></DT>
<DD>1.5</DD>
<DT><B>ๅฆ่ฏทๅ่ง๏ผ</B><DD><A HREF="../../serialized-form.html#javax.management.ReflectionException">ๅบๅๅ่กจๆ ผ</A></DL>
<HR>
<P>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<A NAME="constructor_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>ๆ้ ๆนๆณๆ่ฆ</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../javax/management/ReflectionException.html#ReflectionException(java.lang.Exception)">ReflectionException</A></B>(<A HREF="../../java/lang/Exception.html" title="java.lang ไธญ็็ฑป">Exception</A> e)</CODE>
<BR>
ๅๅปบๅ
่ฃ
ๅฎ้
<CODE>java.lang.Exception</CODE> ็ <CODE>ReflectionException</CODE>ใ</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../javax/management/ReflectionException.html#ReflectionException(java.lang.Exception, java.lang.String)">ReflectionException</A></B>(<A HREF="../../java/lang/Exception.html" title="java.lang ไธญ็็ฑป">Exception</A> e,
<A HREF="../../java/lang/String.html" title="java.lang ไธญ็็ฑป">String</A> message)</CODE>
<BR>
ๅๅปบๅ
่ฃ
ๅธฆๆ่ฏฆ็ปๆถๆฏ็ๅฎ้
<CODE>java.lang.Exception</CODE> ็ <CODE>ReflectionException</CODE>ใ</TD>
</TR>
</TABLE>
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>ๆนๆณๆ่ฆ</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../java/lang/Throwable.html" title="java.lang ไธญ็็ฑป">Throwable</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../javax/management/ReflectionException.html#getCause()">getCause</A></B>()</CODE>
<BR>
่ฟๅๆๅบ็ๅฎ้
<A HREF="../../java/lang/Exception.html" title="java.lang ไธญ็็ฑป"><CODE>Exception</CODE></A>ใ</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../java/lang/Exception.html" title="java.lang ไธญ็็ฑป">Exception</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../javax/management/ReflectionException.html#getTargetException()">getTargetException</A></B>()</CODE>
<BR>
่ฟๅๆๅบ็ๅฎ้
<A HREF="../../java/lang/Exception.html" title="java.lang ไธญ็็ฑป"><CODE>Exception</CODE></A>ใ</TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_java.lang.Throwable"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>ไป็ฑป java.lang.<A HREF="../../java/lang/Throwable.html" title="java.lang ไธญ็็ฑป">Throwable</A> ็ปงๆฟ็ๆนๆณ</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../java/lang/Throwable.html#fillInStackTrace()">fillInStackTrace</A>, <A HREF="../../java/lang/Throwable.html#getLocalizedMessage()">getLocalizedMessage</A>, <A HREF="../../java/lang/Throwable.html#getMessage()">getMessage</A>, <A HREF="../../java/lang/Throwable.html#getStackTrace()">getStackTrace</A>, <A HREF="../../java/lang/Throwable.html#initCause(java.lang.Throwable)">initCause</A>, <A HREF="../../java/lang/Throwable.html#printStackTrace()">printStackTrace</A>, <A HREF="../../java/lang/Throwable.html#printStackTrace(java.io.PrintStream)">printStackTrace</A>, <A HREF="../../java/lang/Throwable.html#printStackTrace(java.io.PrintWriter)">printStackTrace</A>, <A HREF="../../java/lang/Throwable.html#setStackTrace(java.lang.StackTraceElement[])">setStackTrace</A>, <A HREF="../../java/lang/Throwable.html#toString()">toString</A></CODE></TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>ไป็ฑป java.lang.<A HREF="../../java/lang/Object.html" title="java.lang ไธญ็็ฑป">Object</A> ็ปงๆฟ็ๆนๆณ</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../java/lang/Object.html#clone()">clone</A>, <A HREF="../../java/lang/Object.html#equals(java.lang.Object)">equals</A>, <A HREF="../../java/lang/Object.html#finalize()">finalize</A>, <A HREF="../../java/lang/Object.html#getClass()">getClass</A>, <A HREF="../../java/lang/Object.html#hashCode()">hashCode</A>, <A HREF="../../java/lang/Object.html#notify()">notify</A>, <A HREF="../../java/lang/Object.html#notifyAll()">notifyAll</A>, <A HREF="../../java/lang/Object.html#wait()">wait</A>, <A HREF="../../java/lang/Object.html#wait(long)">wait</A>, <A HREF="../../java/lang/Object.html#wait(long, int)">wait</A></CODE></TD>
</TR>
</TABLE>
<P>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<A NAME="constructor_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>ๆ้ ๆนๆณ่ฏฆ็ปไฟกๆฏ</B></FONT></TH>
</TR>
</TABLE>
<A NAME="ReflectionException(java.lang.Exception)"><!-- --></A><H3>
ReflectionException</H3>
<PRE>
public <B>ReflectionException</B>(<A HREF="../../java/lang/Exception.html" title="java.lang ไธญ็็ฑป">Exception</A> e)</PRE>
<DL>
<DD>ๅๅปบๅ
่ฃ
ๅฎ้
<CODE>java.lang.Exception</CODE> ็ <CODE>ReflectionException</CODE>ใ
<P>
<DL>
<DT><B>ๅๆฐ๏ผ</B><DD><CODE>e</CODE> - ๅ
่ฃ
็ๅผๅธธใ</DL>
</DL>
<HR>
<A NAME="ReflectionException(java.lang.Exception, java.lang.String)"><!-- --></A><H3>
ReflectionException</H3>
<PRE>
public <B>ReflectionException</B>(<A HREF="../../java/lang/Exception.html" title="java.lang ไธญ็็ฑป">Exception</A> e,
<A HREF="../../java/lang/String.html" title="java.lang ไธญ็็ฑป">String</A> message)</PRE>
<DL>
<DD>ๅๅปบๅ
่ฃ
ๅธฆๆ่ฏฆ็ปๆถๆฏ็ๅฎ้
<CODE>java.lang.Exception</CODE> ็ <CODE>ReflectionException</CODE>ใ
<P>
<DL>
<DT><B>ๅๆฐ๏ผ</B><DD><CODE>e</CODE> - ๅ
่ฃ
็ๅผๅธธใ<DD><CODE>message</CODE> - ่ฏฆ็ปๆถๆฏใ</DL>
</DL>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>ๆนๆณ่ฏฆ็ปไฟกๆฏ</B></FONT></TH>
</TR>
</TABLE>
<A NAME="getTargetException()"><!-- --></A><H3>
getTargetException</H3>
<PRE>
public <A HREF="../../java/lang/Exception.html" title="java.lang ไธญ็็ฑป">Exception</A> <B>getTargetException</B>()</PRE>
<DL>
<DD>่ฟๅๆๅบ็ๅฎ้
<A HREF="../../java/lang/Exception.html" title="java.lang ไธญ็็ฑป"><CODE>Exception</CODE></A>ใ
<P>
<DD><DL>
<DT><B>่ฟๅ๏ผ</B><DD>ๅ
่ฃ
็ <A HREF="../../java/lang/Exception.html" title="java.lang ไธญ็็ฑป"><CODE>Exception</CODE></A>ใ</DL>
</DD>
</DL>
<HR>
<A NAME="getCause()"><!-- --></A><H3>
getCause</H3>
<PRE>
public <A HREF="../../java/lang/Throwable.html" title="java.lang ไธญ็็ฑป">Throwable</A> <B>getCause</B>()</PRE>
<DL>
<DD>่ฟๅๆๅบ็ๅฎ้
<A HREF="../../java/lang/Exception.html" title="java.lang ไธญ็็ฑป"><CODE>Exception</CODE></A>ใ
<P>
<DD><DL>
<DT><B>่ฆ็๏ผ</B><DD>็ฑป <CODE><A HREF="../../java/lang/Throwable.html" title="java.lang ไธญ็็ฑป">Throwable</A></CODE> ไธญ็ <CODE><A HREF="../../java/lang/Throwable.html#getCause()">getCause</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>่ฟๅ๏ผ</B><DD>ๅ
่ฃ
็ <A HREF="../../java/lang/Exception.html" title="java.lang ไธญ็็ฑป"><CODE>Exception</CODE></A>ใ</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="่ทณ่ฟๅฏผ่ช้พๆฅ"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>ๆฆ่ฟฐ</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>่ฝฏไปถๅ
</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>็ฑป</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ReflectionException.html"><FONT CLASS="NavBarFont1"><B>ไฝฟ็จ</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>ๆ </B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>ๅทฒ่ฟๆถ</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>็ดขๅผ</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../help-doc.html"><FONT CLASS="NavBarFont1"><B>ๅธฎๅฉ</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
<b>Java<sup><font size=-2>TM</font></sup> Platform<br>Standard Ed. 6</b></EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../javax/management/QueryExp.html" title="javax.management ไธญ็ๆฅๅฃ"><B>ไธไธไธช็ฑป</B></A>
<A HREF="../../javax/management/RuntimeErrorException.html" title="javax.management ไธญ็็ฑป"><B>ไธไธไธช็ฑป</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../index.html?javax/management/ReflectionException.html" target="_top"><B>ๆกๆถ</B></A>
<A HREF="ReflectionException.html" target="_top"><B>ๆ ๆกๆถ</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../allclasses-noframe.html"><B>ๆๆ็ฑป</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../allclasses-noframe.html"><B>ๆๆ็ฑป</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
ๆ่ฆ๏ผ ๅตๅฅ | ๅญๆฎต | <A HREF="#constructor_summary">ๆ้ ๆนๆณ</A> | <A HREF="#method_summary">ๆนๆณ</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
่ฏฆ็ปไฟกๆฏ๏ผ ๅญๆฎต | <A HREF="#constructor_detail">ๆ้ ๆนๆณ</A> | <A HREF="#method_detail">ๆนๆณ</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
<font size="-1"><a href="http://bugs.sun.com/services/bugreport/index.jsp">ๆไบค้่ฏฏๆๆ่ง</a><br>ๆๅ
ณๆดๅค็ API ๅ่่ตๆๅๅผๅไบบๅๆๆกฃ๏ผ่ฏทๅ้
<a href="http://java.sun.com/javase/6/webnotes/devdocs-vs-specs.html">Java SE ๅผๅไบบๅๆๆกฃ</a>ใ่ฏฅๆๆกฃๅ
ๅซๆด่ฏฆ็ป็ใ้ขๅๅผๅไบบๅ็ๆ่ฟฐ๏ผไปฅๅๆปไฝๆฆ่ฟฐใๆฏ่ฏญๅฎไนใไฝฟ็จๆๅทงๅๅทฅไฝไปฃ็ ็คบไพใ <p>็ๆๆๆ 2007 Sun Microsystems, Inc. ไฟ็ๆๆๆๅฉใ ่ฏท้ตๅฎ<a href="http://java.sun.com/javase/6/docs/legal/license.html">่ฎธๅฏ่ฏๆกๆฌพ</a>ใๅฆ่ฏทๅ้
<a href="http://java.sun.com/docs/redist.html">ๆๆกฃ้ๆฐๅๅๆฟ็ญ</a>ใ</font>
</BODY>
</HTML>
| piterlin/piterlin.github.io | doc/jdk6_cn/javax/management/ReflectionException.html | HTML | mit | 17,429 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>hammer: Not compatible ๐ผ</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.12.2 / hammer - 1.1.1+8.10</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">ยซ Up</a>
<h1>
hammer
<small>
1.1.1+8.10
<span class="label label-info">Not compatible ๐ผ</span>
</small>
</h1>
<p>๐
<em><script>document.write(moment("2022-01-07 08:38:55 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-07 08:38:55 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
coq 8.12.2 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.11.2 The OCaml compiler (virtual package)
ocaml-base-compiler 4.11.2 Official release 4.11.2
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "https://github.com/lukaszcz/coqhammer"
dev-repo: "git+https://github.com/lukaszcz/coqhammer.git"
bug-reports: "https://github.com/lukaszcz/coqhammer/issues"
license: "LGPL-2.1-only"
synopsis: "General-purpose automated reasoning hammer tool for Coq"
description: """
A general-purpose automated reasoning hammer tool for Coq that combines
learning from previous proofs with the translation of problems to the
logics of automated systems and the reconstruction of successfully found proofs.
"""
build: [make "-j%{jobs}%" {ocaml:version >= "4.06"} "plugin"]
install: [
[make "install-plugin"]
[make "test-plugin"] {with-test}
]
depends: [
"ocaml"
"coq" {>= "8.10" & < "8.11~"}
"conf-g++" {build}
"coq-hammer-tactics" {= version}
]
tags: [
"category:Miscellaneous/Coq Extensions"
"keyword:automation"
"keyword:hammer"
"logpath:Hammer"
"date:2019-10-14"
]
authors: [
"Lukasz Czajka <[email protected]>"
"Cezary Kaliszyk <[email protected]>"
"Burak Ekici <[email protected]>"
]
url {
src: "https://github.com/lukaszcz/coqhammer/archive/v1.1.1-coq8.10.tar.gz"
checksum: "sha512=c9fd9c1a997775f515850fad54edceac6572d365f1e7cc043e448d6e5c9903ccb1bea2020fbbfda3983616f9ae4181a384b933f97731a487ee5cfba7cc1543d1"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install ๐๏ธ</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-hammer.1.1.1+8.10 coq.8.12.2</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.12.2).
The following dependencies couldn't be met:
- coq-hammer -> coq < 8.11~ -> ocaml < 4.10
base of this switch (use `--unlock-base' to force)
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-hammer.1.1.1+8.10</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install ๐</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall ๐งน</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐ฃ
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.11.2-2.0.7/released/8.12.2/hammer/1.1.1+8.10.html | HTML | mit | 7,221 |
<html><img border=0 src=103-83-3.txt alt=103-83-3.txt></img><body>
"x"
"1" "KAZIUS, J, MCGUIRE, R AND BURSI, R. DERIVATION AND VALIDATION OF TOXICOPHORES FOR MUTAGENICITY PREDICTION. J. MED. CHEM. 48: 312-320, 2005"
</body></html>
| andrewdefries/Ames_ToxBenchmark | 103-83-3.txt.html | HTML | mit | 231 |
{% extends 'diary/form_base.html' %}
{% block diary_nav %}
{% with diary_nav_prev='' diary_nav_next='' %}
{% if entry_pk %}
{% url 'diary:entry' pk=entry_pk as diary_nav_up %}
{% elif entry_slug %}
{% url 'diary:entry_new' slug=entry_slug as diary_nav_up %}
{% else %}
{% url 'diary:entry' as diary_nav_up %}
{% endif %}
{{ block.super }}
{% endwith %}
{% endblock diary_nav %}
{% block diary_title %}
New Customer
{% endblock diary_title %}
| BobBowles/django-diary | diary/templates/diary/customer_add.html | HTML | mit | 504 |
<!-- Common imports -->
<link rel="import" href="../../polymer/polymer.html" />
<link rel="import" href="../../px-polymer-font-awesome/px-polymer-font-awesome.html" />
<!-- Common demo imports -->
<link rel="import" href="../../px-demo/px-demo-header.html" />
<link rel="import" href="../../px-demo/px-demo-api-viewer.html" />
<link rel="import" href="../../px-demo/px-demo-footer.html" />
<link rel="import" href="../../px-demo/px-demo-props.html" />
<link rel="import" href="../../px-demo/px-demo-configs.html" />
<link rel="import" href="../../px-demo/px-demo-interactive.html" />
<link rel="import" href="../../px-demo/px-demo-component-snippet.html" />
<link rel="import" href="../../px-demo/px-demo-code-editor.html" />
<link rel="import" href="../../px-demo/css/px-demo-styles.html" />
<!-- Imports for this componnent -->
<link rel="import" href="px-vis-register-demo-component.html">
<!-- Demo DOM module -->
<dom-module id="px-vis-register-demo">
<template>
<style include="px-demo-styles" is="custom-style"></style>
<!-- Light theme -->
<style include="px-theme-styles" is="custom-style"></style>
<!-- Dark theme -->
<style include="px-dark-demo-theme-styles" is="custom-style"></style>
<style include="px-dark-theme-styles" is="custom-style"></style>
<!-- Header -->
<px-demo-header
module-name="px-vis-register"
description="[[description]]"
parent-name="px-vis">
</px-demo-header>
<!-- Interactive -->
<px-demo-interactive force-hide-props>
<px-demo-configs configs="[[configs]]" props="{{props}}" chosen-config="{{chosenConfig}}"></px-demo-configs>
<!-- Props -->
<px-demo-props props="{{props}}" config="[[chosenConfig]]"></px-demo-props>
<!-- Component ---------------------------------------------------------->
<px-demo-component>
<px-vis-register-demo-component type="{{props.type.value}}"></px-vis-register-demo-component>
</px-demo-component>
<!-- END Component ------------------------------------------------------>
<px-demo-component-snippet
element-properties="{{props}}"
element-name="px-vis-register">
</px-demo-component-snippet>
</px-demo-interactive>
<!-- API Viewer -->
<px-demo-api-viewer source="px-vis-register"></px-demo-api-viewer>
</template>
</dom-module>
<script>
Polymer({
is: 'px-vis-register-demo',
properties: {
description: {
type: String,
value: "The register displays data from the chart on mouseover. There are two options, a horizonal version for placement above or below the chart, or a vertical version for placement to the right or left of the chart. It must be paired with px-vis-interaction-space which provides the mouseover capabilities. Clicking on a series name on the register adds that series to the mutedSeries property. Series on the chart can listen to this property to toggle series on and off."
},
/**
* @property demoProps
* @type {Object}
*/
props: {
type: Object,
value: function(){ return this.demoProps; }
},
/**
* @property demoProps
* @type {Array}
*/
configs: {
type: Array,
value: function(){
return [
{
configName: "Horizontal",
configReset: true,
configShowProps: []
},
{
configName: "Vertical",
type: "vertical",
configShowProps: []
}
];
},
},
},
demoProps: {
width:{
defaultValue:"[[width]]"
},
height:{
defaultValue:"[[height]]"
},
units:{
defaultValue:"Hz"
},
type:{
defaultValue:"horizontal"
},
completeSeriesConfig:{
defaultValue:"[[seriesConfig]]"
},
tooltipData:{
defaultValue:"[[tooltipData]]"
},
mutedSeries:{
defaultValue:"[[mutedSeries]]"
},
xAxisType:{
defaultValue:"time"
}
}
});
</script>
| cdgallahue/atomic-turbine | web/bower_components/px-vis/demo/px-vis-register-demo.html | HTML | mit | 4,094 |
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Public Alerts Map</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.2.0/leaflet.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet.markercluster/1.2.0/MarkerCluster.Default.css"
/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/themes/base/jquery-ui.css" />
<link rel="stylesheet" href="font-awesome-4.7.0/css/font-awesome.min.css">
<!-- <link rel="stylesheet" href="http://code.ionicframework.com/ionicons/1.5.2/css/ionicons.min.css"> -->
<link rel="stylesheet" href="leaflet.awesome-markers/leaflet.awesome-markers.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.2.0/leaflet.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet.heat/0.2.0/leaflet-heat.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet.markercluster/1.2.0/leaflet.markercluster.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.12.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script>
<script src="https://unpkg.com/[email protected]/dist/esri-leaflet.js" integrity="sha512-ouokQ1RIIoqPTZKwlapdxHO5VWFoAi8wE+SwhSX89Ifac0w3p+H2da4oqHvRsBTIpNLewzAZU7gRVDFXyXcfjA=="
crossorigin=""></script>
<script src="https://unpkg.com/[email protected]"></script>
<script src="https://unpkg.com/[email protected]/dist/esri-leaflet-cluster.js"
crossorigin=""></script>
<script src="leaflet.awesome-markers/leaflet.awesome-markers.js"></script>
<script src='//api.tiles.mapbox.com/mapbox.js/plugins/leaflet-omnivore/v0.3.1/leaflet-omnivore.min.js'></script>
<script src="https://unpkg.com/@mapbox/leaflet-pip@latest/leaflet-pip.js"></script>
<script src='https://api.mapbox.com/mapbox.js/plugins/leaflet-fullscreen/v1.0.1/Leaflet.fullscreen.min.js'></script>
<link href='https://api.mapbox.com/mapbox.js/plugins/leaflet-fullscreen/v1.0.1/leaflet.fullscreen.css' rel='stylesheet' />
<style id="map-style">
#map {
height: 600px;
}
.legend {
line-height: 18px;
color: #555;
}
.legend i {
width: 16px;
height: 16px;
float: left;
margin-right: 3px;
opacity: 0.8;
}
.ui-autocomplete-loading {
background: white url("http://jqueryui.com/resources/demos/autocomplete/images/ui-anim_basic_16x16.gif") right center no-repeat;
}
ul.ui-autocomplete.ui-menu {
z-index: 1000;
}
.water-district-result {
margin: 5px;
}
.hideMarker {
display: none;
}
.timeline-header,
.timeline-footer {
display: none;
}
.staleMarker {
opacity: 0.6;
}
</style>
</head>
<body>
<div class="ui-widget">
<input class="water-district-result" size="40" placeholder="Type 123 Main or 5th Ave and Main or City Hall" id="user-address">
<br/>
<div class="water-district-result">Water District:
<label id="water-district"></label>
</div>
</div>
<div id="map"></div>
<script src="esri2geo.js"></script>
<script src="water-lookup.js"></script>
<script src="alert-map.js"></script>
</body>
</html> | kxwang/kxwang.github.io | portland/PublicAlerts.html | HTML | mit | 3,320 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>18 --> 19</title>
<link href="./../../assets/style.css" rel="stylesheet">
</head>
<body>
<h2>You have to be fast</h2>
<a href="./56d0b39654a83b7a81c839d3c75ee57f04250d6c7ca09ca8244c335b5dd55f83.html">Teleport</a>
<hr>
<a href="./../../about.md">About</a> (Spoilers! )
<script src="./../../assets/md5.js"></script>
<script>
window.currentLevel = 7;
</script>
<script src="./../../assets/script.js"></script>
</body>
</html> | simonmysun/praxis | TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/104a77c2bff8f273bcd4cb5bb057502f4b68a29f3c7ae2c064a2833c39927105.html | HTML | mit | 550 |
{% extends "layout.html" %}
{% block title %}
Change Password
{% endblock %}
{% block main %}
<form action="{{ url_for('change_pwd') }}" method="post">
<fieldset>
<div class="form-group">
<input class="form-control" name="password_old" autofocus="autofocus" placeholder="Old Password" type="password"/>
</div>
<div class="form-group">
<input class="form-control" name="password" placeholder="Password" type="password"/>
</div>
<div class="form-group">
<input class="form-control" name="password_retype" placeholder="Retype Password" type="password"/>
</div>
<div class="form-group">
<button class="btn btn-default" type="submit">Change Password</button>
</div>
</fieldset>
</form>
{% endblock %}
| MaxHeller0/celinas-kitchen | templates/change_pwd.html | HTML | mit | 792 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>18 --> 19</title>
<link href="./../../assets/style.css" rel="stylesheet">
</head>
<body>
<h2>You have to be fast</h2>
<a href="./b3072a3b06dc1394fd3de1e04ab6c54f1b35f691188d01817235aeb5cce67c7c.html">Teleport</a>
<hr>
<a href="./../../about.md">About</a> (Spoilers! )
<script src="./../../assets/md5.js"></script>
<script>
window.currentLevel = 7;
</script>
<script src="./../../assets/script.js"></script>
</body>
</html> | simonmysun/praxis | TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/203f9dffc76ea83cacb7c973375b6df5a30073a619c407ae168a74e8d1116c9d.html | HTML | mit | 550 |
<!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_29) on Sun Dec 11 02:01:57 EET 2011 -->
<TITLE>
edu.cmu.cs.stage3.alice.authoringtool.editors.soundeditor Class Hierarchy
</TITLE>
<META NAME="date" CONTENT="2011-12-11">
<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="edu.cmu.cs.stage3.alice.authoringtool.editors.soundeditor Class Hierarchy";
}
}
</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"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../../../edu/cmu/cs/stage3/alice/authoringtool/editors/scripteditor/package-tree.html"><B>PREV</B></A>
<A HREF="../../../../../../../../edu/cmu/cs/stage3/alice/authoringtool/editors/texturemapviewer/package-tree.html"><B>NEXT</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../../../index.html?edu/cmu/cs/stage3/alice/authoringtool/editors/soundeditor/package-tree.html" target="_top"><B>FRAMES</B></A>
<A HREF="package-tree.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>
Hierarchy For Package edu.cmu.cs.stage3.alice.authoringtool.editors.soundeditor
</H2>
</CENTER>
<DL>
<DT><B>Package Hierarchies:</B><DD><A HREF="../../../../../../../../overview-tree.html">All Packages</A></DL>
<HR>
<H2>
Class Hierarchy
</H2>
<UL>
<LI TYPE="circle">java.lang.Object<UL>
<LI TYPE="circle">java.awt.Component (implements java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable)
<UL>
<LI TYPE="circle">java.awt.Container<UL>
<LI TYPE="circle">javax.swing.JComponent (implements java.io.Serializable)
<UL>
<LI TYPE="circle">javax.swing.JPanel (implements javax.accessibility.Accessible)
<UL>
<LI TYPE="circle">edu.cmu.cs.stage3.alice.authoringtool.editors.soundeditor.<A HREF="../../../../../../../../edu/cmu/cs/stage3/alice/authoringtool/editors/soundeditor/SoundEditor.html" title="class in edu.cmu.cs.stage3.alice.authoringtool.editors.soundeditor"><B>SoundEditor</B></A> (implements edu.cmu.cs.stage3.alice.authoringtool.<A HREF="../../../../../../../../edu/cmu/cs/stage3/alice/authoringtool/Editor.html" title="interface in edu.cmu.cs.stage3.alice.authoringtool">Editor</A>)
</UL>
</UL>
</UL>
</UL>
</UL>
</UL>
<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"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../../../edu/cmu/cs/stage3/alice/authoringtool/editors/scripteditor/package-tree.html"><B>PREV</B></A>
<A HREF="../../../../../../../../edu/cmu/cs/stage3/alice/authoringtool/editors/texturemapviewer/package-tree.html"><B>NEXT</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../../../index.html?edu/cmu/cs/stage3/alice/authoringtool/editors/soundeditor/package-tree.html" target="_top"><B>FRAMES</B></A>
<A HREF="package-tree.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>
| ai-ku/langvis | doc/edu/cmu/cs/stage3/alice/authoringtool/editors/soundeditor/package-tree.html | HTML | mit | 7,320 |
<!doctype html>
<html lang="en">
<head>
<title>Code coverage report for lib\CachePlugin.js</title>
<meta charset="utf-8">
<link rel="stylesheet" href="../prettify.css">
<style>
body, html {
margin:0; padding: 0;
}
body {
font-family: Helvetica Neue, Helvetica,Arial;
font-size: 10pt;
}
div.header, div.footer {
background: #eee;
padding: 1em;
}
div.header {
z-index: 100;
position: fixed;
top: 0;
border-bottom: 1px solid #666;
width: 100%;
}
div.footer {
border-top: 1px solid #666;
}
div.body {
margin-top: 10em;
}
div.meta {
font-size: 90%;
text-align: center;
}
h1, h2, h3 {
font-weight: normal;
}
h1 {
font-size: 12pt;
}
h2 {
font-size: 10pt;
}
pre {
font-family: Consolas, Menlo, Monaco, monospace;
margin: 0;
padding: 0;
line-height: 14px;
font-size: 14px;
-moz-tab-size: 2;
-o-tab-size: 2;
tab-size: 2;
}
div.path { font-size: 110%; }
div.path a:link, div.path a:visited { color: #000; }
table.coverage { border-collapse: collapse; margin:0; padding: 0 }
table.coverage td {
margin: 0;
padding: 0;
color: #111;
vertical-align: top;
}
table.coverage td.line-count {
width: 50px;
text-align: right;
padding-right: 5px;
}
table.coverage td.line-coverage {
color: #777 !important;
text-align: right;
border-left: 1px solid #666;
border-right: 1px solid #666;
}
table.coverage td.text {
}
table.coverage td span.cline-any {
display: inline-block;
padding: 0 5px;
width: 40px;
}
table.coverage td span.cline-neutral {
background: #eee;
}
table.coverage td span.cline-yes {
background: #b5d592;
color: #999;
}
table.coverage td span.cline-no {
background: #fc8c84;
}
.cstat-yes { color: #111; }
.cstat-no { background: #fc8c84; color: #111; }
.fstat-no { background: #ffc520; color: #111 !important; }
.cbranch-no { background: yellow !important; color: #111; }
.cstat-skip { background: #ddd; color: #111; }
.fstat-skip { background: #ddd; color: #111 !important; }
.cbranch-skip { background: #ddd !important; color: #111; }
.missing-if-branch {
display: inline-block;
margin-right: 10px;
position: relative;
padding: 0 4px;
background: black;
color: yellow;
}
.skip-if-branch {
display: none;
margin-right: 10px;
position: relative;
padding: 0 4px;
background: #ccc;
color: white;
}
.missing-if-branch .typ, .skip-if-branch .typ {
color: inherit !important;
}
.entity, .metric { font-weight: bold; }
.metric { display: inline-block; border: 1px solid #333; padding: 0.3em; background: white; }
.metric small { font-size: 80%; font-weight: normal; color: #666; }
div.coverage-summary table { border-collapse: collapse; margin: 3em; font-size: 110%; }
div.coverage-summary td, div.coverage-summary table th { margin: 0; padding: 0.25em 1em; border-top: 1px solid #666; border-bottom: 1px solid #666; }
div.coverage-summary th { text-align: left; border: 1px solid #666; background: #eee; font-weight: normal; }
div.coverage-summary th.file { border-right: none !important; }
div.coverage-summary th.pic { border-left: none !important; text-align: right; }
div.coverage-summary th.pct { border-right: none !important; }
div.coverage-summary th.abs { border-left: none !important; text-align: right; }
div.coverage-summary td.pct { text-align: right; border-left: 1px solid #666; }
div.coverage-summary td.abs { text-align: right; font-size: 90%; color: #444; border-right: 1px solid #666; }
div.coverage-summary td.file { text-align: right; border-left: 1px solid #666; white-space: nowrap; }
div.coverage-summary td.pic { min-width: 120px !important; }
div.coverage-summary a:link { text-decoration: none; color: #000; }
div.coverage-summary a:visited { text-decoration: none; color: #333; }
div.coverage-summary a:hover { text-decoration: underline; }
div.coverage-summary tfoot td { border-top: 1px solid #666; }
div.coverage-summary .yui3-datatable-sort-indicator, div.coverage-summary .dummy-sort-indicator {
height: 10px;
width: 7px;
display: inline-block;
margin-left: 0.5em;
}
div.coverage-summary .yui3-datatable-sort-indicator {
background: url("https://yui-s.yahooapis.com/3.6.0/build/datatable-sort/assets/skins/sam/sort-arrow-sprite.png") no-repeat scroll 0 0 transparent;
}
div.coverage-summary .yui3-datatable-sorted .yui3-datatable-sort-indicator {
background-position: 0 -20px;
}
div.coverage-summary .yui3-datatable-sorted-desc .yui3-datatable-sort-indicator {
background-position: 0 -10px;
}
.high { background: #b5d592 !important; }
.medium { background: #ffe87c !important; }
.low { background: #fc8c84 !important; }
span.cover-fill, span.cover-empty {
display:inline-block;
border:1px solid #444;
background: white;
height: 12px;
}
span.cover-fill {
background: #ccc;
border-right: 1px solid #444;
}
span.cover-empty {
background: white;
border-left: none;
}
span.cover-full {
border-right: none !important;
}
pre.prettyprint {
border: none !important;
padding: 0 !important;
margin: 0 !important;
}
.com { color: #999 !important; }
.ignore-none { color: #999; font-weight: normal; }
</style>
</head>
<body>
<div class="header medium">
<h1>Code coverage report for <span class="entity">lib\CachePlugin.js</span></h1>
<h2>
Statements: <span class="metric">55.56% <small>(15 / 27)</small></span>
Branches: <span class="metric">28.57% <small>(4 / 14)</small></span>
Functions: <span class="metric">62.5% <small>(5 / 8)</small></span>
Lines: <span class="metric">56% <small>(14 / 25)</small></span>
Ignored: <span class="metric"><span class="ignore-none">none</span></span>
</h2>
<div class="path"><a href="../index.html">All files</a> » <a href="index.html">lib\</a> » CachePlugin.js</div>
</div>
<div class="body">
<pre><table class="coverage">
<tr><td class="line-count">1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43</td><td class="line-coverage"><span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-yes">1</span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-yes">1</span>
<span class="cline-any cline-yes">483</span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-yes">1</span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-yes">1</span>
<span class="cline-any cline-yes">483</span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-yes">483</span>
<span class="cline-any cline-yes">490</span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-yes">483</span>
<span class="cline-any cline-yes">483</span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-yes">483</span>
<span class="cline-any cline-yes">490</span>
<span class="cline-any cline-yes">490</span>
<span class="cline-any cline-yes">490</span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span></td><td class="text"><pre class="prettyprint lang-js">/*
MIT License http://www.opensource.org/licenses/mit-license.php
Author Tobias Koppers @sokra
*/
var async = require("async");
function CachePlugin(cache) {
this.cache = cache || {};
}
module.exports = CachePlugin;
CachePlugin.prototype.apply = function(compiler) {
<span class="missing-if-branch" title="if path not taken" >I</span>if(Array.isArray(compiler.compilers)) {
<span class="cstat-no" title="statement not covered" > compiler.compilers.forEach(<span class="fstat-no" title="function not covered" >function(c, idx) {</span></span>
<span class="cstat-no" title="statement not covered" > c.apply(new CachePlugin(this.cache[idx] = this.cache[idx] || {}));</span>
}, this);
} else {
compiler.plugin("compilation", function(compilation) {
compilation.cache = this.cache;
}.bind(this));
compiler.plugin("run", function(compiler, callback) {
<span class="missing-if-branch" title="else path not taken" >E</span>if(!compiler._lastCompilationFileDependencies) return callback();
<span class="cstat-no" title="statement not covered" > var fs = compiler.inputFileSystem;</span>
<span class="cstat-no" title="statement not covered" > fileTs = compiler.fileTimestamps = {};</span>
<span class="cstat-no" title="statement not covered" > async.forEach(compiler._lastCompilationFileDependencies, <span class="fstat-no" title="function not covered" >function(file, callback) {</span></span>
<span class="cstat-no" title="statement not covered" > fs.stat(file, <span class="fstat-no" title="function not covered" >function(err, stat) {</span></span>
<span class="cstat-no" title="statement not covered" > if(err) {</span>
<span class="cstat-no" title="statement not covered" > if(err.code === 'ENOENT') <span class="cstat-no" title="statement not covered" >return callback();</span></span>
<span class="cstat-no" title="statement not covered" > return callback(err);</span>
}
<span class="cstat-no" title="statement not covered" > fileTs[file] = stat.mtime || Infinity;</span>
<span class="cstat-no" title="statement not covered" > callback();</span>
});
}, callback);
}.bind(this));
compiler.plugin("after-compile", function(compilation, callback) {
compilation.compiler._lastCompilationFileDependencies = compilation.fileDependencies;
compilation.compiler._lastCompilationContextDependencies = compilation.contextDependencies;
callback();
}.bind(this));
}
};</pre></td></tr>
</table></pre>
</div>
<div class="footer">
<div class="meta">Generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Tue Aug 05 2014 08:06:14 GMT+0200 (Mitteleuropรคische Sommerzeit)</div>
</div>
<script src="../prettify.js"></script>
<script src="https://yui-s.yahooapis.com/3.6.0/build/yui/yui-min.js"></script>
<script>
YUI().use('datatable', function (Y) {
var formatters = {
pct: function (o) {
o.className += o.record.get('classes')[o.column.key];
try {
return o.value.toFixed(2) + '%';
} catch (ex) { return o.value + '%'; }
},
html: function (o) {
o.className += o.record.get('classes')[o.column.key];
return o.record.get(o.column.key + '_html');
}
},
defaultFormatter = function (o) {
o.className += o.record.get('classes')[o.column.key];
return o.value;
};
function getColumns(theadNode) {
var colNodes = theadNode.all('tr th'),
cols = [],
col;
colNodes.each(function (colNode) {
col = {
key: colNode.getAttribute('data-col'),
label: colNode.get('innerHTML') || ' ',
sortable: !colNode.getAttribute('data-nosort'),
className: colNode.getAttribute('class'),
type: colNode.getAttribute('data-type'),
allowHTML: colNode.getAttribute('data-html') === 'true' || colNode.getAttribute('data-fmt') === 'html'
};
col.formatter = formatters[colNode.getAttribute('data-fmt')] || defaultFormatter;
cols.push(col);
});
return cols;
}
function getRowData(trNode, cols) {
var tdNodes = trNode.all('td'),
i,
row = { classes: {} },
node,
name;
for (i = 0; i < cols.length; i += 1) {
name = cols[i].key;
node = tdNodes.item(i);
row[name] = node.getAttribute('data-value') || node.get('innerHTML');
row[name + '_html'] = node.get('innerHTML');
row.classes[name] = node.getAttribute('class');
//Y.log('Name: ' + name + '; Value: ' + row[name]);
if (cols[i].type === 'number') { row[name] = row[name] * 1; }
}
//Y.log(row);
return row;
}
function getData(tbodyNode, cols) {
var data = [];
tbodyNode.all('tr').each(function (trNode) {
data.push(getRowData(trNode, cols));
});
return data;
}
function replaceTable(node) {
if (!node) { return; }
var cols = getColumns(node.one('thead')),
data = getData(node.one('tbody'), cols),
table,
parent = node.get('parentNode');
table = new Y.DataTable({
columns: cols,
data: data,
sortBy: 'file'
});
parent.set('innerHTML', '');
table.render(parent);
}
Y.on('domready', function () {
replaceTable(Y.one('div.coverage-summary table'));
if (typeof prettyPrint === 'function') {
prettyPrint();
}
});
});
</script>
</body>
</html>
| paulshen/me | node_modules/webpack/coverage/lcov-report/lib/CachePlugin.js.html | HTML | mit | 15,880 |
<!DOCTYPE html>
<html>
<head>
<title>Classe QSequentialAnimationGroup</title>
</head>
<body>
<p>Classe <b>QSequentialAnimationGroup</b></p><p>Derivada de <a href='QAnimationGroup.html'>QAnimationGroup</a></p><p>Classes derivadas: <a href='.html'></a></p><p>Mรณdulo <b>QtCore</b></p><p>Construtor: QSequentialAnimationGroup():new(QObject *=0 )</p><p>Mรฉtodo: QSequentialAnimationGroup():addPause(int ) -> QPauseAnimation *</p><p>Mรฉtodo: QSequentialAnimationGroup():currentAnimation( ) -> QAbstractAnimation *</p><p>Mรฉtodo: QSequentialAnimationGroup():insertPause(int, int ) -> QPauseAnimation *</p><p>Mรฉtodo: QSequentialAnimationGroup():duration( ) -> int</p>
</body>
</html>
| marcosgambeta/Qt4xHb | doc/classes/QSequentialAnimationGroup.html | HTML | mit | 684 |
<%inherit file="pagebase.mako.html" />
<div class="title">Oops!</div>
<div class="aspect">
We're sorry, we do not currently support Internet Explorer 6. Please
<a href="http://www.microsoft.com/windows/products/winfamily/ie/default.mspx">
upgrade to Internet Explorer 7</a> or Firefox to use harmonize.fm.
<center style="padding-top: 20px;">
<a href="http://www.spreadfirefox.com/node&id=0&t=306">
<img border="0" alt="Firefox 3" title="Firefox 3"
src="http://sfx-images.mozilla.org/affiliates/Buttons/firefox3/110x32_get_ffx.png"/>
</a>
</center>
</div>
| JustinTulloss/harmonize.fm | masterapp/masterapp/templates/pages/ie6.mako.html | HTML | mit | 600 |
<!DOCTYPE html>
<html xmlns:msxsl="urn:schemas-microsoft-com:xslt">
<head>
<meta content="en-us" http-equiv="Content-Language" />
<meta content="text/html; charset=utf-16" http-equiv="Content-Type" />
<title _locid="PortabilityAnalysis0">.NET Portability Report</title>
<style>
/* Body style, for the entire document */
body {
background: #F3F3F4;
color: #1E1E1F;
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
padding: 0;
margin: 0;
}
/* Header1 style, used for the main title */
h1 {
padding: 10px 0px 10px 10px;
font-size: 21pt;
background-color: #E2E2E2;
border-bottom: 1px #C1C1C2 solid;
color: #201F20;
margin: 0;
font-weight: normal;
}
/* Header2 style, used for "Overview" and other sections */
h2 {
font-size: 18pt;
font-weight: normal;
padding: 15px 0 5px 0;
margin: 0;
}
/* Header3 style, used for sub-sections, such as project name */
h3 {
font-weight: normal;
font-size: 15pt;
margin: 0;
padding: 15px 0 5px 0;
background-color: transparent;
}
h4 {
font-weight: normal;
font-size: 12pt;
margin: 0;
padding: 0 0 0 0;
background-color: transparent;
}
/* Color all hyperlinks one color */
a {
color: #1382CE;
}
/* Paragraph text (for longer informational messages) */
p {
font-size: 10pt;
}
/* Table styles */
table {
border-spacing: 0 0;
border-collapse: collapse;
font-size: 10pt;
}
table th {
background: #E7E7E8;
text-align: left;
text-decoration: none;
font-weight: normal;
padding: 3px 6px 3px 6px;
}
table td {
vertical-align: top;
padding: 3px 6px 5px 5px;
margin: 0px;
border: 1px solid #E7E7E8;
background: #F7F7F8;
}
.NoBreakingChanges {
color: darkgreen;
font-weight:bold;
}
.FewBreakingChanges {
color: orange;
font-weight:bold;
}
.ManyBreakingChanges {
color: red;
font-weight:bold;
}
.BreakDetails {
margin-left: 30px;
}
.CompatMessage {
font-style: italic;
font-size: 10pt;
}
.GoodMessage {
color: darkgreen;
}
/* Local link is a style for hyperlinks that link to file:/// content, there are lots so color them as 'normal' text until the user mouse overs */
.localLink {
color: #1E1E1F;
background: #EEEEED;
text-decoration: none;
}
.localLink:hover {
color: #1382CE;
background: #FFFF99;
text-decoration: none;
}
/* Center text, used in the over views cells that contain message level counts */
.textCentered {
text-align: center;
}
/* The message cells in message tables should take up all avaliable space */
.messageCell {
width: 100%;
}
/* Padding around the content after the h1 */
#content {
padding: 0px 12px 12px 12px;
}
/* The overview table expands to width, with a max width of 97% */
#overview table {
width: auto;
max-width: 75%;
}
/* The messages tables are always 97% width */
#messages table {
width: 97%;
}
/* All Icons */
.IconSuccessEncoded, .IconInfoEncoded, .IconWarningEncoded, .IconErrorEncoded {
min-width: 18px;
min-height: 18px;
background-repeat: no-repeat;
background-position: center;
}
/* Success icon encoded */
.IconSuccessEncoded {
/* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
/* [---XsltValidateInternal-Base64EncodedImage:IconSuccess#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABPElEQVR4Xp1Tv0vDUBi8FqeA4NpBcBLcWnQSApncOnTo4FSnjP0DsnXpH5CxiwbHDg4Zuj4oOEXiJgiC4FDcCkLWmIMc1Pfw+eMgQ77v3Xf3Pe51YKGqqisAEwCR1TIAsiAIblSo6xrdHeJR85Xle3mdmCQKb0PsfqyxxzM8K15HZADl/H5+sHpZwYfxyRjTs+kWwKBx8yoHd2mRiuzF8mkJniWH/13u3Fjrs/EdhsdDFHGB/DLXEJBDLh1MWPAhPo1BLB4WX5yQywHR+m3tVe/t97D52CB/ziG0nIgD/qDuYg8WuCcVZ2YGwlJ3YDugkpR/VNcAEx6GEKhERSr71FuO4YCM4XBdwKvecjIlkSnsO0Hyp/GxSeJAdzBKzpOtnPwyyiPdAZhpZptT04tU+zk7s8czeges//s5C5+CwqrR4/gw+AAAAABJRU5ErkJggg==);
}
/* Information icon encoded */
.IconInfoEncoded {
/* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
/* [---XsltValidateInternal-Base64EncodedImage:IconInformation#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABHElEQVR4Xs2TsUoDQRRF7wwoziokjZUKadInhdhukR9YP8DMX1hYW+QvdsXa/QHBbcXC7W0CamWTQnclFutceIQJwwaWNLlwm5k5d94M76mmaeCrrmsLYOocY12FcxZFUeozCqKqqgYA8uevv1H6VuPxcwlfk5N92KHBxfFeCSAxxswlYAW/Xr989x/mv9gkhtyMDhcAxgzRsp7flj8B/HF1RsMXq+NZMkopaHe7lbKxQUEIGbKsYNoGn969060hZBkQex/W8oRQwsQaW2o3Ago2SVcJUzAgY3N0lTCZZm+zPS8HB51gMmS1DEYyOz9acKO1D8JWTlafKIMxdhvlfdyT94Vv5h7P8Ky7nQzACmhvKq3zk3PjW9asz9D/1oigecsioooAAAAASUVORK5CYII=);
}
/* Warning icon encoded */
.IconWarningEncoded {
/* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
/* [---XsltValidateInternal-Base64EncodedImage:IconWarning#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAx0lEQVR4XpWSMQ7CMAxFf4xAyBMLCxMrO8dhaBcuwdCJS3RJBw7SA/QGTCxdWJgiQYWKXJWKIXHIlyw5lqr34tQgEOdcBsCOx5yZK3hCCKdYXneQkh4pEfqzLfu+wVDSyyzFoJjfz9NB+pAF+eizx2Vruts0k15mPgvS6GYvpVtQhB61IB/dk6AF6fS4Ben0uIX5odtFe8Q/eW1KvFeH4e8khT6+gm5B+t3juyDt7n0jpe+CANTd+oTUjN/U3yVaABnSUjFz/gFq44JaVSCXeQAAAABJRU5ErkJggg==);
}
/* Error icon encoded */
.IconErrorEncoded {
/* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
/* [---XsltValidateInternal-Base64EncodedImage:IconError#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABQElEQVR4XqWTvUoEQRCE6wYPZUA80AfwAQz23uCMjA7MDRQEIzPBVEyNTQUFIw00vcQTTMzuAh/AxEQQT8HF/3G/oGGnEUGuoNnd6qoZuqltyKEsyzVJq5I6rnUp6SjGeGhESikzzlc1eL7opfuVbrqbU1Zw9NCgtQMaZpY0eNnaaL2fHusvTK5vKu7sjSS1Y4y3QUA6K3e3Mau5UFDyMP7tYF9o8cAHZv68vipoIJg971PZIZ5HiwdvYGGvFVFHmGmZ2MxwmQYPXubPl9Up0tfoMQGetXd6mRbvhBw+boZ6WF7Mbv1+GsHRk0fQmPAH1GfmZirbCfDJ61tw3Px8/8pZsPAG4jlVhcPgZ7adwNWBB68lkRQWFiTgFlbnLY3DGGM7izIJIyT/jjIvEJw6fdJTc6krDzh6aMwMP9bvDH4ADSsa9uSWVJkAAAAASUVORK5CYII=);
}
</style>
</head>
<body>
<h1 _locid="PortabilityReport">.NET Portability Report</h1>
<div id="content">
<div id="submissionId" style="font-size:8pt;">
<p>
<i>
Submission Id
b3f57ca3-e758-4142-b22d-f152e94669b2
</i>
</p>
</div>
<h2 _locid="SummaryTitle">
<a name="Portability Summary"></a>Portability Summary
</h2>
<div id="summary">
<table>
<tbody>
<tr>
<th>Assembly</th>
<th>ASP.NET 5,Version=v1.0</th>
<th>Windows,Version=v8.1</th>
<th>.NET Framework,Version=v4.6</th>
<th>Windows Phone,Version=v8.1</th>
</tr>
<tr>
<td><strong><a href="#Susanoo.Json">Susanoo.Json</a></strong></td>
<td class="text-center">93.83 %</td>
<td class="text-center">91.36 %</td>
<td class="text-center">100.00 %</td>
<td class="text-center">91.36 %</td>
</tr>
</tbody>
</table>
</div>
<div id="details">
<a name="Susanoo.Json"><h3>Susanoo.Json</h3></a>
<table>
<tbody>
<tr>
<th>Target type</th>
<th>ASP.NET 5,Version=v1.0</th>
<th>Windows,Version=v8.1</th>
<th>.NET Framework,Version=v4.6</th>
<th>Windows Phone,Version=v8.1</th>
<th>Recommended changes</th>
</tr>
<tr>
<td>System.Data.CommandType</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Data.Common.DbParameter</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Data.IDataReader</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">Read</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Data.IDataRecord</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">get_FieldCount</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">get_Item(System.Int32)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
</tbody>
</table>
<p>
<a href="#Portability Summary">Back to Summary</a>
</p>
</div>
</div>
</body>
</html> | kuhlenh/port-to-core | Reports/su/susanoo.json.0.8.4.36/Susanoo.Json-net45.html | HTML | mit | 14,834 |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Repetition Parser Directive (repeat[])</title>
<link rel="stylesheet" href="../../../../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="../../../../index.html" title="Spirit 2.5.8">
<link rel="up" href="../directive.html" title="Parser Directives">
<link rel="prev" href="raw.html" title="Directive for Transduction Parsing (raw[])">
<link rel="next" href="matches.html" title="Directive Testing if Parser Succeeded (matches[])">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../../../boost.png"></td>
<td align="center"><a href="../../../../../../../../index.html">Home</a></td>
<td align="center"><a href="../../../../../../../../libs/libraries.htm">Libraries</a></td>
<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
<td align="center"><a href="../../../../../../../../more/index.htm">More</a></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="raw.html"><img src="../../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../directive.html"><img src="../../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="matches.html"><img src="../../../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h5 class="title">
<a name="spirit.qi.reference.directive.repeat"></a><a class="link" href="repeat.html" title="Repetition Parser Directive (repeat[])">Repetition
Parser Directive (<code class="computeroutput"><span class="identifier">repeat</span><span class="special">[]</span></code>)</a>
</h5></div></div></div>
<h6>
<a name="spirit.qi.reference.directive.repeat.h0"></a>
<span class="phrase"><a name="spirit.qi.reference.directive.repeat.description"></a></span><a class="link" href="repeat.html#spirit.qi.reference.directive.repeat.description">Description</a>
</h6>
<p>
The <code class="computeroutput"><span class="identifier">repeat</span><span class="special">[]</span></code>
provides a more powerful and flexible mechanism for repeating a parser.
There are grammars that are impractical and cumbersome, if not impossible,
for the basic EBNF iteration syntax (<a class="link" href="../operator/kleene.html" title="Kleene Parser (*a)">Kleene</a>
and the <a class="link" href="../operator/plus.html" title="Plus Parser (+a)">Plus</a>)
to specify. Examples:
</p>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
A file name may have a maximum of 255 characters only.
</li>
<li class="listitem">
A specific bitmap file format has exactly 4096 RGB color information.
</li>
<li class="listitem">
A 256 bit binary string (1..256 1s or 0s).
</li>
</ul></div>
<h6>
<a name="spirit.qi.reference.directive.repeat.h1"></a>
<span class="phrase"><a name="spirit.qi.reference.directive.repeat.header"></a></span><a class="link" href="repeat.html#spirit.qi.reference.directive.repeat.header">Header</a>
</h6>
<pre class="programlisting"><span class="comment">// forwards to <boost/spirit/home/qi/directive/repeat.hpp></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">spirit</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">qi_repeat</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<p>
Also, see <a class="link" href="../../../structure/include.html" title="Include">Include Structure</a>.
</p>
<h6>
<a name="spirit.qi.reference.directive.repeat.h2"></a>
<span class="phrase"><a name="spirit.qi.reference.directive.repeat.namespace"></a></span><a class="link" href="repeat.html#spirit.qi.reference.directive.repeat.namespace">Namespace</a>
</h6>
<div class="informaltable"><table class="table">
<colgroup><col></colgroup>
<thead><tr><th>
<p>
Name
</p>
</th></tr></thead>
<tbody>
<tr><td>
<p>
<code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">spirit</span><span class="special">::</span><span class="identifier">repeat</span> <span class="comment">//
alias: boost::spirit::qi::repeat</span></code>
</p>
</td></tr>
<tr><td>
<p>
<code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">spirit</span><span class="special">::</span><span class="identifier">inf</span> <span class="comment">// alias:
boost::spirit::qi::inf</span></code>
</p>
</td></tr>
</tbody>
</table></div>
<h6>
<a name="spirit.qi.reference.directive.repeat.h3"></a>
<span class="phrase"><a name="spirit.qi.reference.directive.repeat.model_of"></a></span><a class="link" href="repeat.html#spirit.qi.reference.directive.repeat.model_of">Model
of</a>
</h6>
<div class="blockquote"><blockquote class="blockquote"><p>
<a class="link" href="../parser_concepts/unaryparser.html" title="UnaryParser"><code class="computeroutput"><span class="identifier">UnaryParser</span></code></a>
</p></blockquote></div>
<div class="variablelist">
<p class="title"><b>Notation</b></p>
<dl class="variablelist">
<dt><span class="term"><code class="computeroutput"><span class="identifier">a</span></code></span></dt>
<dd><p>
A <a class="link" href="../parser_concepts/parser.html" title="Parser"><code class="computeroutput"><span class="identifier">Parser</span></code></a>.
</p></dd>
<dt><span class="term"><code class="computeroutput"><span class="identifier">n</span></code>, <code class="computeroutput"><span class="identifier">min</span></code>, <code class="computeroutput"><span class="identifier">max</span></code></span></dt>
<dd><p>
An <code class="computeroutput"><span class="keyword">int</span></code> anything that
can be converted to an <code class="computeroutput"><span class="keyword">int</span></code>,
or a <a class="link" href="../basics.html#spirit.qi.reference.basics.lazy_argument">Lazy
Argument</a> that evaluates to anything that can be converted
to an <code class="computeroutput"><span class="keyword">int</span></code>.
</p></dd>
</dl>
</div>
<h6>
<a name="spirit.qi.reference.directive.repeat.h4"></a>
<span class="phrase"><a name="spirit.qi.reference.directive.repeat.expression_semantics"></a></span><a class="link" href="repeat.html#spirit.qi.reference.directive.repeat.expression_semantics">Expression
Semantics</a>
</h6>
<p>
Semantics of an expression is defined only where it differs from, or
is not defined in <a class="link" href="../parser_concepts/unaryparser.html" title="UnaryParser"><code class="computeroutput"><span class="identifier">UnaryParser</span></code></a>.
</p>
<div class="informaltable"><table class="table">
<colgroup>
<col>
<col>
</colgroup>
<thead><tr>
<th>
<p>
Expression
</p>
</th>
<th>
<p>
Semantics
</p>
</th>
</tr></thead>
<tbody>
<tr>
<td>
<p>
<code class="computeroutput"><span class="identifier">repeat</span><span class="special">[</span><span class="identifier">a</span><span class="special">]</span></code>
</p>
</td>
<td>
<p>
Repeat <code class="computeroutput"><span class="identifier">a</span></code> zero
or more times. Same as <a class="link" href="../operator/kleene.html" title="Kleene Parser (*a)">Kleene</a>.
</p>
</td>
</tr>
<tr>
<td>
<p>
<code class="computeroutput"><span class="identifier">repeat</span><span class="special">(</span><span class="identifier">n</span><span class="special">)[</span><span class="identifier">a</span><span class="special">]</span></code>
</p>
</td>
<td>
<p>
Repeat <code class="computeroutput"><span class="identifier">a</span></code> exactly
<code class="computeroutput"><span class="identifier">n</span></code> times.
</p>
</td>
</tr>
<tr>
<td>
<p>
<code class="computeroutput"><span class="identifier">repeat</span><span class="special">(</span><span class="identifier">min</span><span class="special">,</span>
<span class="identifier">max</span><span class="special">)[</span><span class="identifier">a</span><span class="special">]</span></code>
</p>
</td>
<td>
<p>
Repeat <code class="computeroutput"><span class="identifier">a</span></code> at
least <code class="computeroutput"><span class="identifier">min</span></code> times
and at most <code class="computeroutput"><span class="identifier">max</span></code>
times.
</p>
</td>
</tr>
<tr>
<td>
<p>
<code class="computeroutput"><span class="identifier">repeat</span><span class="special">(</span><span class="identifier">min</span><span class="special">,</span>
<span class="identifier">inf</span><span class="special">)[</span><span class="identifier">a</span><span class="special">]</span></code>
</p>
</td>
<td>
<p>
Repeat <code class="computeroutput"><span class="identifier">a</span></code> at
least <code class="computeroutput"><span class="identifier">min</span></code> or
more (continuing until <code class="computeroutput"><span class="identifier">a</span></code>
fails or the input is consumed).
</p>
</td>
</tr>
</tbody>
</table></div>
<h6>
<a name="spirit.qi.reference.directive.repeat.h5"></a>
<span class="phrase"><a name="spirit.qi.reference.directive.repeat.attributes"></a></span><a class="link" href="repeat.html#spirit.qi.reference.directive.repeat.attributes">Attributes</a>
</h6>
<p>
See <a class="link" href="../../quick_reference/compound_attribute_rules.html#spirit.qi.quick_reference.compound_attribute_rules.notation">Compound
Attribute Notation</a>.
</p>
<div class="informaltable"><table class="table">
<colgroup>
<col>
<col>
</colgroup>
<thead><tr>
<th>
<p>
Expression
</p>
</th>
<th>
<p>
Attribute
</p>
</th>
</tr></thead>
<tbody>
<tr>
<td>
<p>
<code class="computeroutput"><span class="identifier">repeat</span><span class="special">[</span><span class="identifier">a</span><span class="special">]</span></code>
</p>
</td>
<td>
<p>
</p>
<pre xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="table-programlisting"><span class="identifier">a</span><span class="special">:</span> <span class="identifier">A</span> <span class="special">--></span> <span class="identifier">repeat</span><span class="special">[</span><span class="identifier">a</span><span class="special">]:</span> <span class="identifier">vector</span><span class="special"><</span><span class="identifier">A</span><span class="special">></span>
<span class="identifier">a</span><span class="special">:</span> <span class="identifier">Unused</span> <span class="special">--></span> <span class="identifier">repeat</span><span class="special">[</span><span class="identifier">a</span><span class="special">]:</span> <span class="identifier">Unused</span></pre>
<p>
</p>
</td>
</tr>
<tr>
<td>
<p>
<code class="computeroutput"><span class="identifier">repeat</span><span class="special">(</span><span class="identifier">n</span><span class="special">)[</span><span class="identifier">a</span><span class="special">]</span></code>
</p>
</td>
<td>
<p>
</p>
<pre xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="table-programlisting"><span class="identifier">a</span><span class="special">:</span> <span class="identifier">A</span> <span class="special">--></span> <span class="identifier">repeat</span><span class="special">(</span><span class="identifier">n</span><span class="special">)[</span><span class="identifier">a</span><span class="special">]:</span> <span class="identifier">vector</span><span class="special"><</span><span class="identifier">A</span><span class="special">></span>
<span class="identifier">a</span><span class="special">:</span> <span class="identifier">Unused</span> <span class="special">--></span> <span class="identifier">repeat</span><span class="special">(</span><span class="identifier">n</span><span class="special">)[</span><span class="identifier">a</span><span class="special">]:</span> <span class="identifier">Unused</span></pre>
<p>
</p>
</td>
</tr>
<tr>
<td>
<p>
<code class="computeroutput"><span class="identifier">repeat</span><span class="special">(</span><span class="identifier">min</span><span class="special">,</span>
<span class="identifier">max</span><span class="special">)[</span><span class="identifier">a</span><span class="special">]</span></code>
</p>
</td>
<td>
<p>
</p>
<pre xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="table-programlisting"><span class="identifier">a</span><span class="special">:</span> <span class="identifier">A</span> <span class="special">--></span> <span class="identifier">repeat</span><span class="special">(</span><span class="identifier">min</span><span class="special">,</span> <span class="identifier">max</span><span class="special">)[</span><span class="identifier">a</span><span class="special">]:</span> <span class="identifier">vector</span><span class="special"><</span><span class="identifier">A</span><span class="special">></span>
<span class="identifier">a</span><span class="special">:</span> <span class="identifier">Unused</span> <span class="special">--></span> <span class="identifier">repeat</span><span class="special">(</span><span class="identifier">min</span><span class="special">,</span> <span class="identifier">max</span><span class="special">)[</span><span class="identifier">a</span><span class="special">]:</span> <span class="identifier">Unused</span></pre>
<p>
</p>
</td>
</tr>
<tr>
<td>
<p>
<code class="computeroutput"><span class="identifier">repeat</span><span class="special">(</span><span class="identifier">min</span><span class="special">,</span>
<span class="identifier">inf</span><span class="special">)[</span><span class="identifier">a</span><span class="special">]</span></code>
</p>
</td>
<td>
<p>
</p>
<pre xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="table-programlisting"><span class="identifier">a</span><span class="special">:</span> <span class="identifier">A</span> <span class="special">--></span> <span class="identifier">repeat</span><span class="special">(</span><span class="identifier">min</span><span class="special">,</span> <span class="identifier">inf</span><span class="special">)[</span><span class="identifier">a</span><span class="special">]:</span> <span class="identifier">vector</span><span class="special"><</span><span class="identifier">A</span><span class="special">></span>
<span class="identifier">a</span><span class="special">:</span> <span class="identifier">Unused</span> <span class="special">--></span> <span class="identifier">repeat</span><span class="special">(</span><span class="identifier">min</span><span class="special">,</span> <span class="identifier">inf</span><span class="special">)[</span><span class="identifier">a</span><span class="special">]:</span> <span class="identifier">Unused</span></pre>
<p>
</p>
</td>
</tr>
</tbody>
</table></div>
<h6>
<a name="spirit.qi.reference.directive.repeat.h6"></a>
<span class="phrase"><a name="spirit.qi.reference.directive.repeat.complexity"></a></span><a class="link" href="repeat.html#spirit.qi.reference.directive.repeat.complexity">Complexity</a>
</h6>
<div class="blockquote"><blockquote class="blockquote"><p>
The overall complexity is defined by the complexity of its subject
parser. The complexity of <code class="computeroutput"><span class="identifier">repeat</span></code>
itself is O(N), where N is the number of repetitions to execute.
</p></blockquote></div>
<h6>
<a name="spirit.qi.reference.directive.repeat.h7"></a>
<span class="phrase"><a name="spirit.qi.reference.directive.repeat.example"></a></span><a class="link" href="repeat.html#spirit.qi.reference.directive.repeat.example">Example</a>
</h6>
<div class="note"><table border="0" summary="Note">
<tr>
<td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../../../../images/note.png"></td>
<th align="left">Note</th>
</tr>
<tr><td align="left" valign="top"><p>
The test harness for the example(s) below is presented in the <a class="link" href="../basics.html#spirit.qi.reference.basics.examples">Basics Examples</a>
section.
</p></td></tr>
</table></div>
<p>
Using the repeat directive, we can now write our examples above.
</p>
<p>
Some using declarations:
</p>
<p>
</p>
<pre class="programlisting"><span class="keyword">using</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">spirit</span><span class="special">::</span><span class="identifier">qi</span><span class="special">::</span><span class="identifier">repeat</span><span class="special">;</span>
<span class="keyword">using</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">spirit</span><span class="special">::</span><span class="identifier">qi</span><span class="special">::</span><span class="identifier">lit</span><span class="special">;</span>
<span class="keyword">using</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">spirit</span><span class="special">::</span><span class="identifier">qi</span><span class="special">::</span><span class="identifier">uint_parser</span><span class="special">;</span>
<span class="keyword">using</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">spirit</span><span class="special">::</span><span class="identifier">qi</span><span class="special">::</span><span class="identifier">_1</span><span class="special">;</span>
<span class="keyword">using</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">spirit</span><span class="special">::</span><span class="identifier">ascii</span><span class="special">::</span><span class="identifier">char_</span><span class="special">;</span>
<span class="keyword">namespace</span> <span class="identifier">phx</span> <span class="special">=</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">phoenix</span><span class="special">;</span>
</pre>
<p>
</p>
<p>
A parser for a file name with a maximum of 255 characters:
</p>
<p>
</p>
<pre class="programlisting"><span class="identifier">test_parser</span><span class="special">(</span><span class="string">"batman.jpeg"</span><span class="special">,</span> <span class="identifier">repeat</span><span class="special">(</span><span class="number">1</span><span class="special">,</span> <span class="number">255</span><span class="special">)[</span><span class="identifier">char_</span><span class="special">(</span><span class="string">"a-zA-Z_./"</span><span class="special">)]);</span>
</pre>
<p>
</p>
<p>
A parser for a specific bitmap file format which has exactly 4096 RGB
color information. (for the purpose of this example, we will be testing
only 3 RGB color information.)
</p>
<p>
</p>
<pre class="programlisting"><span class="identifier">uint_parser</span><span class="special"><</span><span class="keyword">unsigned</span><span class="special">,</span> <span class="number">16</span><span class="special">,</span> <span class="number">6</span><span class="special">,</span> <span class="number">6</span><span class="special">></span> <span class="identifier">rgb</span><span class="special">;</span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">vector</span><span class="special"><</span><span class="keyword">unsigned</span><span class="special">></span> <span class="identifier">colors</span><span class="special">;</span>
<span class="identifier">test_parser_attr</span><span class="special">(</span><span class="string">"ffffff0000003f3f3f"</span><span class="special">,</span> <span class="identifier">repeat</span><span class="special">(</span><span class="number">3</span><span class="special">)[</span><span class="identifier">rgb</span><span class="special">],</span> <span class="identifier">colors</span><span class="special">);</span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span>
<span class="special"><<</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">hex</span>
<span class="special"><<</span> <span class="identifier">colors</span><span class="special">[</span><span class="number">0</span><span class="special">]</span> <span class="special"><<</span> <span class="char">','</span>
<span class="special"><<</span> <span class="identifier">colors</span><span class="special">[</span><span class="number">1</span><span class="special">]</span> <span class="special"><<</span> <span class="char">','</span>
<span class="special"><<</span> <span class="identifier">colors</span><span class="special">[</span><span class="number">2</span><span class="special">]</span> <span class="special"><<</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">endl</span><span class="special">;</span>
</pre>
<p>
</p>
<p>
A 256 bit binary string (1..256 1s or 0s). (For the purpose of this example,
we will be testing only 16 bits.)
</p>
<p>
</p>
<pre class="programlisting"><span class="identifier">test_parser</span><span class="special">(</span><span class="string">"1011101011110010"</span><span class="special">,</span> <span class="identifier">repeat</span><span class="special">(</span><span class="number">16</span><span class="special">)[</span><span class="identifier">lit</span><span class="special">(</span><span class="char">'1'</span><span class="special">)</span> <span class="special">|</span> <span class="char">'0'</span><span class="special">]);</span>
</pre>
<p>
</p>
<p>
The Loop parsers can be dynamic. Consider the parsing of a binary file
of Pascal-style length prefixed string, where the first byte determines
the length of the incoming string. Here's a sample input:
</p>
<div class="blockquote"><blockquote class="blockquote"><p>
<span class="inlinemediaobject"><img src="../../../.././images/pascal_string.png" alt="pascal_string"></span>
</p></blockquote></div>
<p>
This trivial example cannot be practically defined in traditional EBNF.
Although some EBNF variants allow more powerful repetition constructs
other than the Kleene Star, we are still limited to parsing fixed strings.
The nature of EBNF forces the repetition factor to be a constant. On
the other hand, Spirit allows the repetition factor to be variable at
run time. We could write a grammar that accepts the input string above.
Example using phoenix:
</p>
<p>
</p>
<pre class="programlisting"><span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span> <span class="identifier">str</span><span class="special">;</span>
<span class="keyword">int</span> <span class="identifier">n</span><span class="special">;</span>
<span class="identifier">test_parser_attr</span><span class="special">(</span><span class="string">"\x0bHello World"</span><span class="special">,</span>
<span class="identifier">char_</span><span class="special">[</span><span class="identifier">phx</span><span class="special">::</span><span class="identifier">ref</span><span class="special">(</span><span class="identifier">n</span><span class="special">)</span> <span class="special">=</span> <span class="identifier">_1</span><span class="special">]</span> <span class="special">>></span> <span class="identifier">repeat</span><span class="special">(</span><span class="identifier">phx</span><span class="special">::</span><span class="identifier">ref</span><span class="special">(</span><span class="identifier">n</span><span class="special">))[</span><span class="identifier">char_</span><span class="special">],</span> <span class="identifier">str</span><span class="special">);</span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special"><<</span> <span class="identifier">n</span> <span class="special"><<</span> <span class="char">','</span> <span class="special"><<</span> <span class="identifier">str</span> <span class="special"><<</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">endl</span><span class="special">;</span> <span class="comment">// will print "11,Hello World"</span>
</pre>
<p>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright ยฉ 2001-2011 Joel de Guzman, Hartmut Kaiser<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
</div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="raw.html"><img src="../../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../directive.html"><img src="../../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="matches.html"><img src="../../../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
| davehorton/drachtio-server | deps/boost_1_77_0/libs/spirit/doc/html/spirit/qi/reference/directive/repeat.html | HTML | mit | 29,070 |
<HTML><HEAD>
<TITLE>Review for Gun Crazy (1950)</TITLE>
<LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css">
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0042530">Gun Crazy (1950)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?Dennis+Schwartz">Dennis Schwartz</A></H3><HR WIDTH="40%" SIZE="4">
<P>GUN CRAZY(director: Joseph H. Lewis; screenwriter: MacKinlay Kantor from
his story in the "Saturday Evening Post"/Lillard Kaufman is the
uncredited Dalton Trumbo-he was blacklisted; cinematographer: Russell
Harlan; cast: Peggy Cummins (Annie Laurie Starr), John Dall (Bart Tare),
Berry Kroeger (Packett), Morris Carnovsky (Judge Willoughby), Anabel
Shaw (Ruby Tare), Harry Lewis (Clyde Boston), Nedrick Young (Dave
Allister), Trevor Bardette (Sheriff Clyde Boston), Anne O'Neal (Miss
Sifert), Don Beddoe (Car Owner from Chicago), Harry Hayden (Mr.
Mallenberg), Mickey Little (Bart Tare age 7), Russ Tamblyn (Bart Tare:
age 14), Paul Frison (Clyde Boston: age 14), Dave Bair (Dave Allister:
age 14), Robert Osterloh (Hampton Policeman), Stanley Prager (Clown),
Virginia Farmer (Miss Wynn, Teacher), 1950)</P>
<PRE>Reviewed by Dennis Schwartz</PRE>
<P>Bart Tare (John Dall) has always been obsessed with the love of guns. He
was raised by his older sister Ruby (Anabel), who bought him his first
BB gun as a child. On a rainy night in the small-town in the southwest
he lives in, the 14-year-old Bart (Russ Tamblyn) sees a beautiful gun in
a hardware store window and smashes the window with a rock to get it,
but he is caught by the sheriff (Trevor) when he stumbles in a puddle.
The judge (Carnovsky) sends him to reform school, despite Ruby's plea
for mercy, bringing up the point that he was raised without a father
figure. He stays for four years there and then he joins the army. Other
than that incident, Bart has shown no tendency for violence or breaking
the law, he just feels good when he's shooting a gun, something he is an
expert in. He feels compelled to always have a gun, as it makes him feel
important. But in this expressionist-like opening scene, it is shown
that Bart will have little chance of overcoming his obsession. There is
even one point in the robbery where he stretches his arms out
Christ-like, in a symbolic gesture of what is to come of the naive child
as he reaches adulthood.</P>
<P>Returning home for the first-time since he was sent away to reform
school, he meets again his childhood buddies, David Allister (Young),
who is now a newspaper reporter, and Clyde Boston (Paul), who is now a
sheriff, like his father, the one who arrested him. They both thought
the army would have been a natural place for him to make a career in,
but he tells them he got bored with showing soldiers how to fire a gun
and plans to look for work with Remington.</P>
<P>The boys decide to go to a travelling carnival that is in town that
night and when an Annie Oakley-type shooter from England, Annie Laurie
Starr (Cummins), challenges anyone in the audience to a pistol-shooting
contest, Bart accepts the challenge and wins. She talks her boss, a
sleazy carnival operator, Packy (Berry) into hiring him, as the two fall
in love on first sight. The intimacy that grows between the two
infuriates Packy, who has his eyes on Laurie, holding over-her-head the
knowledge that she killed someone in a St. Louis robbery, telling her he
will go to the police if she doesn't continue to give him sex. When he
grapples with her, Bart fires his gun at him and the two are fired. He
decides to marry her that night, even though he was warned by a clown
(Prager) at the carnival that he doesn't know anything about women-that
she's a bad one.</P>
<P>It now becomes a road movie of a crime spree, or a love-on-the run film.
Laurie demands the need for action and money, threatening to leave him
if he can't live up to her expectations. He has fallen so much in love
with her, that even though it isn't in his gentle nature to be a
criminal, he goes along with her robbery schemes. They rob their hotel,
a liquor store, and a gas station, but she wants more money. For another
of their robberies, they carefully come up with a more developed scheme,
as she hitches a ride from an older gentleman visiting California from
Illinois (Beddoe) who is suggestively coming on to her, while the
conversation takes place, she, in a casual manner pulls her pistol out
of her purse and steals his Cadillac, using it for their next robbery so
the cops can't get their real license plates, as they bound him in their
car on the roadside. The robbery takes place in Hampton, where they rob
the local bank dressed in their showbiz cowboy outfits and escape when
she conks the policeman (Osterloh) who is standing in front of the bank,
karate-style on the neck, knocking him out. The getaway scene is
dramatically filmed from the backseat of their car. The crimes become
very sexually stimulating to them, as she becomes more and more
passionate with Bart, even as their escape is taking place.</P>
<P>After another harrowing robbery, their pictures appear in the newspaper,
as Packett names them as the wanted criminals sought, even mentioning
the killing she did in St. Louis, and their names go over the wire
service, so that his hometown of Cashville is now aware of his crime
spree. After spending some time on-the-run, they plan one more big
robbery and have hopes of getting enough money from that one to retire
from crime (at least he feels that way). The both get jobs in an Armour
meat-packing plant in New Mexico and rob the payroll office, but this
time the office manager, Miss Sifert (O'Neal), rings the burglar alarm
in the middle of the robbery and Laurie plugs her. In their getaway, it
also becomes necessary for her to shoot a company guard who is in their
way. She tells Bart, that when she gets scared she uses her gun to kill.
Bart comments: "Two people dead, just so we can live without working!"</P>
<P>The two make plans to split-up for a few months and then get together
again, but they can't go their separate ways, having fallen too
passionately in love with each other. In town, they are staying in a
California hotel near the ocean and have made arrangements by bribing
some officials to get across the border into Mexico. Bart hopes to use
the money to buy a ranch in Mexico and maybe raise a family there.
Celebrating their changing luck by going on some amusement rides and
then dancing in the fairgrounds, they notice some federal agents have
spotted the marked money from the robbery they were using and assume
they are waiting for them back in the hotel, where they kept the stolen
loot. They are now broke and on-the-run again, as they flee town by
carjacking a cab and then riding the rails out of town.</P>
<P>With no place else to run to, they return to his small-town and force
their way into Ruby's place. She has a few children and is not pleased
to see them. The neighbors notice she has her blinds down and they
inform Clyde about it, who brings Dave along with him to Ruby's place,
suspecting he is there and that they can talk him into peacefully
surrendering. The two desperadoes have no intention of surrendering, and
after locking Ruby in the garage, they try to escape by going up a
mountain road. When trapped overnight in a swamp, chased by dogs and a
police posse, Dave and Clyde find them in the old hiding spot they used
as youths. When Laurie tries to kill them, Bart shoots her, the only
killing he does, and is shot in return by the sheriff, who mistakingly
thinks he was shooting at them. The swamp was used because this
low-budget film couldn't afford the money to pay extras and the swamp
scene would require only a limited cast.</P>
<P>As film noir, this hard-boiled story is much superior to the more
popular and more critically acclaimed "Bonnie and Clyde," which covered
the same territory story-wise: amour fou- the running away together by
lovers. Both films were based on the real lives of the infamous criminal
couple. This fast-action film, with its typically notorious femme fatale
depicted, is subversive to the nth degree. It celebrates the couple's
disregard for the law and their insatiable appetite for their own
desires, which causes them to disregard middle-class values, as they act
with a sense of bold impropriety. This is in line with what The Nation's
former iconoclastic film critic, Manny Farber, called many films such as
this one, that were now accepted by the surrealists and the new brand of
intellectual youths, revolting against the middlebrow critics who called
this merely a B- "pulp" film. He complimented films of this kind by
endearingly calling them, "perceptive trash." Whatever weakness the
story had as it waivered between art and entertainment, and even if it
was acted by not the most accomplished of actors, yet there was a raw
innocence about it creating a special kind of appeal to those who could
feel its lively pulse beating to their resentment of the establishment.
It should be remembered that this film came out at a time before there
was rock & roll, a civil rights demonstration, and a Vietnam War protest
movement, that even if the film appears dated in certain spots when
presently viewed, it still retains its revolutionary spirit of youth
being forced to find their own identity in the world, as they profoundly
and uninhibitedly search for love.</P>
<PRE>REVIEWED ON 1/20/2000 GRADE: A</PRE>
<P>Dennis Schwartz: " Ozus' World Movie Reviews "</P>
<PRE><A HREF="http://www.sover.net/~ozus">http://www.sover.net/~ozus</A></PRE>
<PRE><A HREF="mailto:[email protected]">[email protected]</A></PRE>
<P>ยฉ ALL RIGHTS RESERVED DENNIS SCHWARTZ</P>
<HR><P CLASS=flush><SMALL>The review above was posted to the
<A HREF="news:rec.arts.movies.reviews">rec.arts.movies.reviews</A> newsgroup (<A HREF="news:de.rec.film.kritiken">de.rec.film.kritiken</A> for German reviews).<BR>
The Internet Movie Database accepts no responsibility for the contents of the
review and has no editorial control. Unless stated otherwise, the copyright
belongs to the author.<BR>
Please direct comments/criticisms of the review to relevant newsgroups.<BR>
Broken URLs inthe reviews are the responsibility of the author.<BR>
The formatting of the review is likely to differ from the original due
to ASCII to HTML conversion.
</SMALL></P>
<P ALIGN=CENTER>Related links: <A HREF="/Reviews/">index of all rec.arts.movies.reviews reviews</A></P>
</P></BODY></HTML>
| xianjunzhengbackup/code | data science/machine_learning_for_the_web/chapter_4/movie/22957.html | HTML | mit | 10,660 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>18 --> 19</title>
<link href="./../../assets/style.css" rel="stylesheet">
</head>
<body>
<h2>You have to be fast</h2>
<a href="./35368f98039f30745c38d9a3f7126f6931a3f3d12d9711672b5afd2360002b20.html">Teleport</a>
<hr>
<a href="./../../about.md">About</a> (Spoilers! )
<script src="./../../assets/md5.js"></script>
<script>
window.currentLevel = 7;
</script>
<script src="./../../assets/script.js"></script>
</body>
</html> | simonmysun/praxis | TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/4b46735fd148a4bbcc6f8eaf304fcff0f03473507960de08af213ba67c217cfa.html | HTML | mit | 550 |
<!DOCTYPE html>
<html lang="en" class="wide wow-animation">
<!-- Mirrored from templateforest.top/business/clients.html by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 23 Nov 2017 02:04:30 GMT -->
<head>
<title>Business</title>
<meta name="format-detection" content="telephone=no">
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="utf-8">
<link rel="icon" href="images/favicon.html" type="image/x-icon">
<link rel="stylesheet" type="text/css" href="css/css235b.css?family=Montserrat:400,700%7CLato:300,300italic,400,400italic,700,900%7CPlayfair+Display:700italic,900">
<link rel="stylesheet" href="css/style.css">
</head>
<body style="">
<div class="page">
<header class="page-head">
<div class="rd-navbar-wrap">
<nav data-layout="rd-navbar-fixed" data-sm-layout="rd-navbar-fixed" data-md-device-layout="rd-navbar-fixed" data-lg-layout="rd-navbar-static" data-lg-device-layout="rd-navbar-static" data-stick-up-clone="false" data-md-stick-up-offset="53px" data-lg-stick-up-offset="53px" data-md-stick="true" data-lg-stick-up="true" class="rd-navbar rd-navbar-corporate-light">
<div class="rd-navbar-inner">
<div class="rd-navbar-aside-wrap">
<div class="rd-navbar-aside">
<div data-rd-navbar-toggle=".rd-navbar-aside" class="rd-navbar-aside-toggle"><span></span></div>
<div class="rd-navbar-aside-content">
<ul class="rd-navbar-aside-group list-units">
<li>
<div class="unit unit-horizontal unit-spacing-xs unit-middle">
<div class="unit-left"><span class="icon icon-xxs icon-primary material-icons-phone"></span></div>
<div class="unit-body"><a href="callto:#" class="link-secondary">+190089123</a></div>
</div>
</li>
<li>
<div class="unit unit-horizontal unit-spacing-xs unit-middle">
<div class="unit-left"><span class="icon icon-xxs icon-primary fa-envelope-o"></span></div>
<div class="unit-body"><a href="#ab88" class="link-secondary"><span class="__cf_email__" data-cfemail="81e8efe7eec1e5e4eceeede8efeaafeef3e6">[email protected]</span></a></div>
</div>
</li>
</ul>
<div class="rd-navbar-aside-group">
<ul class="list-inline list-inline-reset">
<li><a href="#" class="icon icon-circle icon-silver-chalice-filled icon-xxs-smallest fa fa-facebook"></a></li>
<li><a href="#" class="icon icon-circle icon-silver-chalice-filled icon-xxs-smallest fa fa-twitter"></a></li>
<li><a href="#" class="icon icon-circle icon-silver-chalice-filled icon-xxs-smallest fa fa-google-plus"></a></li>
</ul>
</div>
</div>
</div>
<div class="rd-navbar-search">
<form action="http://templateforest.top/business/search-results.html" method="GET" data-search-live="rd-search-results-live" data-search-live-count="6" class="rd-search">
<div class="rd-search-inner">
<div class="form-group">
<label for="rd-search-form-input" class="form-label">Search...</label>
<input id="rd-search-form-input" type="text" name="s" autocomplete="off" class="form-control">
</div>
<button type="submit" class="rd-search-submit"></button>
</div>
<div id="rd-search-results-live" class="rd-search-results-live"></div>
</form>
<button data-rd-navbar-toggle=".rd-navbar-search, .rd-navbar-search-wrap" class="rd-navbar-search-toggle"></button>
</div>
</div>
<div class="rd-navbar-group">
<div class="rd-navbar-panel">
<button data-rd-navbar-toggle=".rd-navbar-nav-wrap" class="rd-navbar-toggle"><span></span></button>
<a href="index-variant-2.html" class="rd-navbar-brand brand"><img src="images/logo-black.png" width="200" height="22" alt="logo"/></a> </div>
<div class="rd-navbar-nav-wrap">
<div class="rd-navbar-nav-inner">
<ul class="rd-navbar-nav">
<li><a href="index-variant-2.html">Home</a> </li>
<li><a href="about-us.html">About</a></li>
<li class="active"><a href="#">Pages</a>
<ul class="rd-navbar-megamenu">
<li>
<h5 class="rd-megamenu-header">Gallery</h5>
<ul class="rd-navbar-list">
<li><a href="gallery-grid.html">Grid gallery</a></li>
<li><a href="gallery-masonry.html">Masonry gallery</a></li>
<li><a href="gallery-cobbles.html">Cobbles gallery</a></li>
<li><a href="gallery-item.html">Gallery item</a></li>
</ul>
<h5 class="rd-megamenu-header">Pages</h5>
<ul class="rd-navbar-list">
<li><a href="index.html">Home landing</a></li>
<li><a href="index-variant-2.html">Home variant 2</a></li>
<li><a href="about-us.html">About us</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="contact-us.html">Contact us</a></li>
</ul>
</li>
<li>
<h5 class="rd-megamenu-header">Pages</h5>
<ul class="rd-navbar-list">
<li><a href="appointment.html">Appointment</a></li>
<li><a href="clients.html">Clients</a></li>
<li><a href="clients-testimonials.html">Clients testimonials</a></li>
<li><a href="our-team.html">Our team</a></li>
<li><a href="team-member-profile.html">Team member profile</a></li>
<li><a href="careers.html">Careers</a></li>
<li><a href="pricing.html">Pricing</a></li>
<li><a href="faq.html">FAQ</a></li>
</ul>
</li>
<li>
<h5 class="rd-megamenu-header">Extras</h5>
<ul class="rd-navbar-list">
<li><a href="404-page.html">404 Page</a></li>
<li><a href="503-page.html">503 Page</a></li>
<li><a href="maintenance.html">Maintenance</a></li>
<li><a href="coming-soon.html">Coming soon</a></li>
<li><a href="login.html">Login</a></li>
<li><a href="register.html">Register</a></li>
<li><a href="search-results.html">Search results</a></li>
<li><a href="privacy-policy.html">Terms of use</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="#">Portfolio</a>
<ul class="rd-navbar-dropdown">
<li><a href="gallery-grid.html">Gallery grid</a> </li>
<li><a href="gallery-masonry.html">Gallery masonry</a> </li>
<li><a href="gallery-cobbles.html">Gallery cobbles</a> </li>
<li><a href="gallery-item.html">Gallery item</a> </li>
</ul>
</li>
<li><a href="#">Blog</a>
<ul class="rd-navbar-dropdown">
<li><a href="blog-classic.html">Blog classic</a> </li>
<li><a href="blog-grid.html">Blog grid</a> </li>
<li><a href="blog-line.html">Blog line</a> </li>
<li><a href="blog-masonry.html">Blog masonry</a> </li>
<li><a href="blog-post.html">Blog post</a> </li>
</ul>
</li>
<li><a href="#">Shop</a>
<ul class="rd-navbar-dropdown">
<li><a href="shop-list.html">Shop list</a> </li>
<li><a href="shop-grid.html">Shop grid</a> </li>
<li><a href="shop-product.html">Shop product</a> </li>
<li><a href="shop-cart.html">Shop cart</a> </li>
<li><a href="shop-checkout.html">Shop checkout</a> </li>
</ul>
</li>
<li><a href="#">Components</a>
<ul class="rd-navbar-dropdown">
<li><a href="accordion.html">Accordion</a> </li>
<li><a href="buttons.html">Buttons</a> </li>
<li><a href="grid.html">Grid</a> </li>
<li><a href="forms.html">Forms</a> </li>
<li><a href="icons.html">Icons</a> </li>
<li><a href="icon-lists.html">Icon lists</a> </li>
<li><a href="progress-bars.html">Progress bars</a> </li>
<li><a href="tabs.html">Tabs</a> </li>
<li><a href="table-styles.html">Table styles</a> </li>
<li><a href="typography.html">Typography</a> </li>
</ul>
</li>
</ul>
</div>
</div>
</div>
</div>
</nav>
</div>
</header>
<main class="page-content">
<section style="background-image: url(images/bg-image-11.jpg);" class="section-30 section-sm-40 section-md-66 section-lg-bottom-90 bg-gray-dark page-title-wrap">
<div class="shell">
<div class="page-title">
<h2>Clients</h2>
</div>
</div>
</section>
<section class="section-66 section-sm-top-90 section-sm-bottom-75">
<div class="shell">
<h3>Our Partners</h3>
<p style="max-width: 590px;">We work with companies that have established a stainless reputation in what they do. There are leaders in various spheres of business, and we appreciate cooperating with them.</p>
<div data-arrows="false" data-loop="true" data-dots="true" data-swipe="true" data-items="1" data-xs-items="2" data-sm-items="3" data-md-items="5" data-lg-items="6" data-slide-to-scroll="1" class="slick-slider offset-top-40 offset-sm-top-60">
<div class="item">
<div class="link-image-wrap"><a href="#" class="link-image"><img src="images/clients-1-126x68.png" alt="" width="126" height="68"/></a></div>
<div class="link-image-wrap"><a href="#" class="link-image"><img src="images/clients-7-104x84.png" alt="" width="104" height="84"/></a></div>
</div>
<div class="item">
<div class="link-image-wrap"><a href="#" class="link-image"><img src="images/clients-2-126x100.png" alt="" width="126" height="100"/></a></div>
<div class="link-image-wrap"><a href="#" class="link-image"><img src="images/clients-8-144x68.png" alt="" width="144" height="68"/></a></div>
</div>
<div class="item">
<div class="link-image-wrap"><a href="#" class="link-image"><img src="images/clients-3-132x83.png" alt="" width="132" height="83"/></a></div>
<div class="link-image-wrap"><a href="#" class="link-image"><img src="images/clients-9-105x94.png" alt="" width="105" height="94"/></a></div>
</div>
<div class="item">
<div class="link-image-wrap"><a href="#" class="link-image"><img src="images/clients-4-169x68.png" alt="" width="169" height="68"/></a></div>
<div class="link-image-wrap"><a href="#" class="link-image"><img src="images/clients-10-95x101.png" alt="" width="95" height="101"/></a></div>
</div>
<div class="item">
<div class="link-image-wrap"><a href="#" class="link-image"><img src="images/clients-5-141x88.png" alt="" width="141" height="88"/></a></div>
<div class="link-image-wrap"><a href="#" class="link-image"><img src="images/clients-11-126x68.png" alt="" width="126" height="68"/></a></div>
</div>
<div class="item">
<div class="link-image-wrap"><a href="#" class="link-image"><img src="images/clients-6-138x55.png" alt="" width="138" height="55"/></a></div>
<div class="link-image-wrap"><a href="#" class="link-image"><img src="images/clients-12-132x83.png" alt="" width="132" height="83"/></a></div>
</div>
</div>
</div>
</section>
<section class="section-60 section-sm-90 section-md-bottom-120 bg-gray-dark">
<div class="shell text-center">
<h3>What Clients Say?</h3>
<div class="range range-xs-center range-sm-left offset-top-40">
<div class="cell-sm-4">
<blockquote class="quote-vertical quote-vertical-inverse">
<div class="quote-body">
<div class="quote-open">
<svg version="1.1" baseprofile="tiny" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="12px" viewbox="0 0 21 15" overflow="scroll" xml:space="preserve" preserveAspectRatio="none">
<path d="M9.597,10.412c0,1.306-0.473,2.399-1.418,3.277c-0.944,0.876-2.06,1.316-3.349,1.316 c-1.287,0-2.414-0.44-3.382-1.316C0.482,12.811,0,11.758,0,10.535c0-1.226,0.58-2.716,1.739-4.473L5.603,0H9.34L6.956,6.37 C8.716,7.145,9.597,8.493,9.597,10.412z M20.987,10.412c0,1.306-0.473,2.399-1.418,3.277c-0.944,0.876-2.06,1.316-3.35,1.316 c-1.288,0-2.415-0.44-3.381-1.316c-0.966-0.879-1.45-1.931-1.45-3.154c0-1.226,0.582-2.716,1.74-4.473L16.994,0h3.734l-2.382,6.37 C20.106,7.145,20.987,8.493,20.987,10.412z"></path>
</svg>
</div>
<p class="quote-text"> <q>The one thing I am sure about right now is that my next web startup will be developed by Business.</q> </p>
</div>
<div class="quote-meta">
<figure class="quote-image"><img src="images/clients-testimonials-7-113x113.png" alt="" width="113" height="113"/> </figure>
<cite>Axel Merphy</cite>
<p class="caption">Freelance developer</p>
</div>
</blockquote>
</div>
<div class="cell-sm-4 offset-top-60 offset-sm-top-0">
<blockquote class="quote-vertical quote-vertical-inverse">
<div class="quote-body">
<div class="quote-open">
<svg version="1.1" baseprofile="tiny" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="12px" viewbox="0 0 21 15" overflow="scroll" xml:space="preserve" preserveAspectRatio="none">
<path d="M9.597,10.412c0,1.306-0.473,2.399-1.418,3.277c-0.944,0.876-2.06,1.316-3.349,1.316 c-1.287,0-2.414-0.44-3.382-1.316C0.482,12.811,0,11.758,0,10.535c0-1.226,0.58-2.716,1.739-4.473L5.603,0H9.34L6.956,6.37 C8.716,7.145,9.597,8.493,9.597,10.412z M20.987,10.412c0,1.306-0.473,2.399-1.418,3.277c-0.944,0.876-2.06,1.316-3.35,1.316 c-1.288,0-2.415-0.44-3.381-1.316c-0.966-0.879-1.45-1.931-1.45-3.154c0-1.226,0.582-2.716,1.74-4.473L16.994,0h3.734l-2.382,6.37 C20.106,7.145,20.987,8.493,20.987,10.412z"></path>
</svg>
</div>
<p class="quote-text"> <q>Theyve developed a large multipage website with lots of additional functions in just two weeks.</q> </p>
</div>
<div class="quote-meta">
<figure class="quote-image"><img src="images/clients-testimonials-8-113x113.png" alt="" width="113" height="113"/> </figure>
<cite>Amelia Lee</cite>
<p class="caption">Sales, demolink.org</p>
</div>
</blockquote>
</div>
<div class="cell-sm-4 offset-top-60 offset-sm-top-0">
<blockquote class="quote-vertical quote-vertical-inverse">
<div class="quote-body">
<div class="quote-open">
<svg version="1.1" baseprofile="tiny" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="12px" viewbox="0 0 21 15" overflow="scroll" xml:space="preserve" preserveAspectRatio="none">
<path d="M9.597,10.412c0,1.306-0.473,2.399-1.418,3.277c-0.944,0.876-2.06,1.316-3.349,1.316 c-1.287,0-2.414-0.44-3.382-1.316C0.482,12.811,0,11.758,0,10.535c0-1.226,0.58-2.716,1.739-4.473L5.603,0H9.34L6.956,6.37 C8.716,7.145,9.597,8.493,9.597,10.412z M20.987,10.412c0,1.306-0.473,2.399-1.418,3.277c-0.944,0.876-2.06,1.316-3.35,1.316 c-1.288,0-2.415-0.44-3.381-1.316c-0.966-0.879-1.45-1.931-1.45-3.154c0-1.226,0.582-2.716,1.74-4.473L16.994,0h3.734l-2.382,6.37 C20.106,7.145,20.987,8.493,20.987,10.412z"></path>
</svg>
</div>
<p class="quote-text"> <q>Im extremely satisfied with their work. My new website looks great and runs smoothly. The support is excellent too.</q> </p>
</div>
<div class="quote-meta">
<figure class="quote-image"><img src="images/clients-testimonials-9-113x113.png" alt="" width="113" height="113"/> </figure>
<cite>Jack McGee</cite>
<p class="caption">Founder, The Therapy</p>
</div>
</blockquote>
</div>
<div class="cell-sm-4 offset-top-60">
<blockquote class="quote-vertical quote-vertical-inverse">
<div class="quote-body">
<div class="quote-open">
<svg version="1.1" baseprofile="tiny" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="12px" viewbox="0 0 21 15" overflow="scroll" xml:space="preserve" preserveAspectRatio="none">
<path d="M9.597,10.412c0,1.306-0.473,2.399-1.418,3.277c-0.944,0.876-2.06,1.316-3.349,1.316 c-1.287,0-2.414-0.44-3.382-1.316C0.482,12.811,0,11.758,0,10.535c0-1.226,0.58-2.716,1.739-4.473L5.603,0H9.34L6.956,6.37 C8.716,7.145,9.597,8.493,9.597,10.412z M20.987,10.412c0,1.306-0.473,2.399-1.418,3.277c-0.944,0.876-2.06,1.316-3.35,1.316 c-1.288,0-2.415-0.44-3.381-1.316c-0.966-0.879-1.45-1.931-1.45-3.154c0-1.226,0.582-2.716,1.74-4.473L16.994,0h3.734l-2.382,6.37 C20.106,7.145,20.987,8.493,20.987,10.412z"></path>
</svg>
</div>
<p class="quote-text"> <q>Got really enjoyable experience with your product. Easy set up is a huge plus. I even didnt turn to support service.</q> </p>
</div>
<div class="quote-meta">
<figure class="quote-image"><img src="images/clients-testimonials-10-113x113.png" alt="" width="113" height="113"/> </figure>
<cite>John Davis</cite>
<p class="caption">Writer</p>
</div>
</blockquote>
</div>
<div class="cell-sm-4 offset-top-60">
<blockquote class="quote-vertical quote-vertical-inverse">
<div class="quote-body">
<div class="quote-open">
<svg version="1.1" baseprofile="tiny" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="12px" viewbox="0 0 21 15" overflow="scroll" xml:space="preserve" preserveAspectRatio="none">
<path d="M9.597,10.412c0,1.306-0.473,2.399-1.418,3.277c-0.944,0.876-2.06,1.316-3.349,1.316 c-1.287,0-2.414-0.44-3.382-1.316C0.482,12.811,0,11.758,0,10.535c0-1.226,0.58-2.716,1.739-4.473L5.603,0H9.34L6.956,6.37 C8.716,7.145,9.597,8.493,9.597,10.412z M20.987,10.412c0,1.306-0.473,2.399-1.418,3.277c-0.944,0.876-2.06,1.316-3.35,1.316 c-1.288,0-2.415-0.44-3.381-1.316c-0.966-0.879-1.45-1.931-1.45-3.154c0-1.226,0.582-2.716,1.74-4.473L16.994,0h3.734l-2.382,6.37 C20.106,7.145,20.987,8.493,20.987,10.412z"></path>
</svg>
</div>
<p class="quote-text"> <q>An efficient and reliable resource. They always remain flexible, cost effective, and lightning fast. Keep up the good work!</q> </p>
</div>
<div class="quote-meta">
<figure class="quote-image"><img src="images/clients-testimonials-11-113x113.png" alt="" width="113" height="113"/> </figure>
<cite>Jill Miller</cite>
<p class="caption">Artist</p>
</div>
</blockquote>
</div>
<div class="cell-sm-4 offset-top-60">
<blockquote class="quote-vertical quote-vertical-inverse">
<div class="quote-body">
<div class="quote-open">
<svg version="1.1" baseprofile="tiny" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="12px" viewbox="0 0 21 15" overflow="scroll" xml:space="preserve" preserveAspectRatio="none">
<path d="M9.597,10.412c0,1.306-0.473,2.399-1.418,3.277c-0.944,0.876-2.06,1.316-3.349,1.316 c-1.287,0-2.414-0.44-3.382-1.316C0.482,12.811,0,11.758,0,10.535c0-1.226,0.58-2.716,1.739-4.473L5.603,0H9.34L6.956,6.37 C8.716,7.145,9.597,8.493,9.597,10.412z M20.987,10.412c0,1.306-0.473,2.399-1.418,3.277c-0.944,0.876-2.06,1.316-3.35,1.316 c-1.288,0-2.415-0.44-3.381-1.316c-0.966-0.879-1.45-1.931-1.45-3.154c0-1.226,0.582-2.716,1.74-4.473L16.994,0h3.734l-2.382,6.37 C20.106,7.145,20.987,8.493,20.987,10.412z"></path>
</svg>
</div>
<p class="quote-text"> <q>A superb product for the price. Easy to read instructions are really helpful. Excellent, have nothing to add.</q> </p>
</div>
<div class="quote-meta">
<figure class="quote-image"><img src="images/clients-testimonials-12-113x113.png" alt="" width="113" height="113"/> </figure>
<cite>Christopher Taylor</cite>
<p class="caption">Financial Consultant</p>
</div>
</blockquote>
</div>
</div>
</div>
</section>
</main>
<section class="section-40 section-sm-60 bg-cod-gray">
<div class="shell">
<div class="range range-xs-center">
<div class="cell-xs-10 cell-sm-11 cell-md-12">
<div class="range">
<div class="cell-sm-6 cell-md-4">
<div class="inset-md-right-30">
<h6 class="text-uppercase">About us</h6>
<p class="offset-top-22"> themeforest is an A-size depot of website templates - more than 46,000 designs to choose from. </p>
</div>
<div class="offset-top-22">
<div class="group-md group-top">
<div>
<div class="unit unit-horizontal unit-spacing-xs">
<div class="unit-left"><span class="icon icon-xs-smaller icon-primary fa-phone"></span></div>
<div class="unit-body"><a href="callto:#" class="link link-bold link-white-v2">190089123</a></div>
</div>
<div class="inset-left-30"><a href="#f0d3" class="link-white-v2 text-italic"><span class="__cf_email__" data-cfemail="2d44434b426d494840424144434603425f4a">[email protected]</span></a></div>
</div>
<div>
<ul class="list-inline list-inline-reset">
<li><a href="#" class="icon icon-round icon-gray-dark-filled icon-xxs-smallest fa fa-facebook"></a></li>
<li><a href="#" class="icon icon-round icon-gray-dark-filled icon-xxs-smallest fa fa-twitter"></a></li>
<li><a href="#" class="icon icon-round icon-gray-dark-filled icon-xxs-smallest fa fa-google-plus"></a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="cell-sm-6 cell-md-4 offset-top-50 offset-sm-top-0">
<h6 class="text-uppercase">Quick links</h6>
<div style="max-width: 340px;" class="row offset-top-22 offset-md-top-30">
<div class="col-xs-6">
<ul class="list-marked-variant-2">
<li><a href="index-variant-2.html">Home</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="careers.html">Careers</a></li>
<li><a href="blog-classic.html">Blog</a></li>
</ul>
</div>
<div class="col-xs-6">
<ul class="list-marked-variant-2">
<li><a href="about.html">About us</a></li>
<li><a href="contact-us.html">Contacts</a></li>
<li><a href="appointment.html">Appointment</a></li>
</ul>
</div>
</div>
</div>
<div class="cell-sm-6 cell-md-4 offset-top-50 offset-md-top-0">
<h6 class="text-uppercase">Subscribe</h6>
<div class="offset-top-22 offset-md-top-30">
<p>Get latest updates and offers.</p>
<form data-form-output="form-output-global" data-form-type="subscribe" method="post" action="#" class="rd-mailform form-classic form-inline offset-top-15">
<div class="form-group">
<input id="contact-email" type="email" name="email" data-constraints="@Email @Required" class="form-control">
<label for="contact-email" class="form-label">Enter Your E-mail</label>
</div>
<button type="submit" aria-label="Subscribe" class="btn btn-icon-only btn-primary"><span class="icon icon-xs icon-white fa-envelope-o"></span></button>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<footer class="page-foot section-15 bg-gray-base">
<div class="shell text-center">
<div class="range">
<div class="cell-sm-12">
<p class="rights text-white-03"><span>© </span><span id="copyright-year"></span><span>Business. </span><a href="privacy-policy.html" class="link-white-03">Privacy Policy</a> </p>
</div>
</div>
</div>
</footer>
</div>
<div id="form-output-global" class="snackbars"></div>
<div tabindex="-1" role="dialog" aria-hidden="true" class="pswp">
<div class="pswp__bg"></div>
<div class="pswp__scroll-wrap">
<div class="pswp__container">
<div class="pswp__item"></div>
<div class="pswp__item"></div>
<div class="pswp__item"></div>
</div>
<div class="pswp__ui pswp__ui--hidden">
<div class="pswp__top-bar">
<div class="pswp__counter"></div>
<button title="Close (Esc)" class="pswp__button pswp__button--close"></button>
<button title="Share" class="pswp__button pswp__button--share"></button>
<button title="Toggle fullscreen" class="pswp__button pswp__button--fs"></button>
<button title="Zoom in/out" class="pswp__button pswp__button--zoom"></button>
<div class="pswp__preloader">
<div class="pswp__preloader__icn">
<div class="pswp__preloader__cut">
<div class="pswp__preloader__donut"></div>
</div>
</div>
</div>
</div>
<div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap">
<div class="pswp__share-tooltip"></div>
</div>
<button title="Previous (arrow left)" class="pswp__button pswp__button--arrow--left"></button>
<button title="Next (arrow right)" class="pswp__button pswp__button--arrow--right"></button>
<div class="pswp__caption">
<div class="pswp__caption__cent"></div>
</div>
</div>
</div>
</div>
<script src="js/core.min.js"></script>
<script src="js/script.js"></script>
</body>
<!-- Mirrored from templateforest.top/business/clients.html by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 23 Nov 2017 02:04:36 GMT -->
</html> | fajarlabs/sucofindo | assets/public/business/clients.html | HTML | mit | 29,068 |
<!DOCTYPE html>
<!--[if lt IE 9]><html class="no-js lt-ie9" lang="en" dir="ltr"><![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="en" dir="ltr">
<!--<![endif]-->
<!-- Usage: /eic/site/ccc-rec.nsf/tpl-eng/template-1col.html?Open&id=3 (optional: ?Open&page=filename.html&id=x) -->
<!-- Created: ; Product Code: 536; Server: stratnotes2.ic.gc.ca -->
<head>
<!-- Title begins / Dรฉbut du titre -->
<title>
Designer Glass -
Complete profile - Canadian Company Capabilities - Industries and Business - Industry Canada
</title>
<!-- Title ends / Fin du titre -->
<!-- Meta-data begins / Dรฉbut des mรฉtadonnรฉes -->
<meta charset="utf-8" />
<meta name="dcterms.language" title="ISO639-2" content="eng" />
<meta name="dcterms.title" content="" />
<meta name="description" content="" />
<meta name="dcterms.description" content="" />
<meta name="dcterms.type" content="report, data set" />
<meta name="dcterms.subject" content="businesses, industry" />
<meta name="dcterms.subject" content="businesses, industry" />
<meta name="dcterms.issued" title="W3CDTF" content="" />
<meta name="dcterms.modified" title="W3CDTF" content="" />
<meta name="keywords" content="" />
<meta name="dcterms.creator" content="" />
<meta name="author" content="" />
<meta name="dcterms.created" title="W3CDTF" content="" />
<meta name="dcterms.publisher" content="" />
<meta name="dcterms.audience" title="icaudience" content="" />
<meta name="dcterms.spatial" title="ISO3166-1" content="" />
<meta name="dcterms.spatial" title="gcgeonames" content="" />
<meta name="dcterms.format" content="HTML" />
<meta name="dcterms.identifier" title="ICsiteProduct" content="536" />
<!-- EPI-11240 -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- MCG-202 -->
<meta content="width=device-width,initial-scale=1" name="viewport">
<!-- EPI-11567 -->
<meta name = "format-detection" content = "telephone=no">
<!-- EPI-12603 -->
<meta name="robots" content="noarchive">
<!-- EPI-11190 - Webtrends -->
<script>
var startTime = new Date();
startTime = startTime.getTime();
</script>
<!--[if gte IE 9 | !IE ]><!-->
<link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="icon" type="image/x-icon">
<link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/wet-boew.min.css">
<!--<![endif]-->
<link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/theme.min.css">
<!--[if lt IE 9]>
<link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="shortcut icon" />
<link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/ie8-wet-boew.min.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew.min.js"></script>
<![endif]-->
<!--[if lte IE 9]>
<![endif]-->
<noscript><link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/noscript.min.css" /></noscript>
<!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER -->
<script>dataLayer1 = [];</script>
<!-- End Google Tag Manager -->
<!-- EPI-11235 -->
<link rel="stylesheet" href="/eic/home.nsf/css/add_WET_4-0_Canada_Apps.css">
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
<link href="/app/ccc/srch/css/print.css" media="print" rel="stylesheet" type="text/css" />
</head>
<body class="home" vocab="http://schema.org/" typeof="WebPage">
<!-- EPIC HEADER BEGIN -->
<!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER -->
<noscript><iframe title="Google Tag Manager" src="//www.googletagmanager.com/ns.html?id=GTM-TLGQ9K" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer1'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer1','GTM-TLGQ9K');</script>
<!-- End Google Tag Manager -->
<!-- EPI-12801 -->
<span typeof="Organization"><meta property="legalName" content="Department_of_Industry"></span>
<ul id="wb-tphp">
<li class="wb-slc">
<a class="wb-sl" href="#wb-cont">Skip to main content</a>
</li>
<li class="wb-slc visible-sm visible-md visible-lg">
<a class="wb-sl" href="#wb-info">Skip to "About this site"</a>
</li>
</ul>
<header role="banner">
<div id="wb-bnr" class="container">
<section id="wb-lng" class="visible-md visible-lg text-right">
<h2 class="wb-inv">Language selection</h2>
<div class="row">
<div class="col-md-12">
<ul class="list-inline mrgn-bttm-0">
<li><a href="nvgt.do?V_TOKEN=1492280390441&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=13600&V_SEARCH.docsStart=1&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn/?_flId?_flxKy=e1s1&estblmntNo=234567041301&profileId=61&_evId=bck&lang=eng&V_SEARCH.showStricts=false&prtl=1&_flId?_flId?_flxKy=e1s1" title="Franรงais" lang="fr">Franรงais</a></li>
</ul>
</div>
</div>
</section>
<div class="row">
<div class="brand col-xs-8 col-sm-9 col-md-6">
<a href="http://www.canada.ca/en/index.html"><object type="image/svg+xml" tabindex="-1" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/sig-blk-en.svg"></object><span class="wb-inv"> Government of Canada</span></a>
</div>
<section class="wb-mb-links col-xs-4 col-sm-3 visible-sm visible-xs" id="wb-glb-mn">
<h2>Search and menus</h2>
<ul class="list-inline text-right chvrn">
<li><a href="#mb-pnl" title="Search and menus" aria-controls="mb-pnl" class="overlay-lnk" role="button"><span class="glyphicon glyphicon-search"><span class="glyphicon glyphicon-th-list"><span class="wb-inv">Search and menus</span></span></span></a></li>
</ul>
<div id="mb-pnl"></div>
</section>
<!-- Site Search Removed -->
</div>
</div>
<nav role="navigation" id="wb-sm" class="wb-menu visible-md visible-lg" data-trgt="mb-pnl" data-ajax-fetch="//cdn.canada.ca/gcweb-cdn-dev/sitemenu/sitemenu-en.html" typeof="SiteNavigationElement">
<h2 class="wb-inv">Topics menu</h2>
<div class="container nvbar">
<div class="row">
<ul class="list-inline menu">
<li><a href="https://www.canada.ca/en/services/jobs.html">Jobs</a></li>
<li><a href="http://www.cic.gc.ca/english/index.asp">Immigration</a></li>
<li><a href="https://travel.gc.ca/">Travel</a></li>
<li><a href="https://www.canada.ca/en/services/business.html">Business</a></li>
<li><a href="https://www.canada.ca/en/services/benefits.html">Benefits</a></li>
<li><a href="http://healthycanadians.gc.ca/index-eng.php">Health</a></li>
<li><a href="https://www.canada.ca/en/services/taxes.html">Taxes</a></li>
<li><a href="https://www.canada.ca/en/services.html">More services</a></li>
</ul>
</div>
</div>
</nav>
<!-- EPIC BODY BEGIN -->
<nav role="navigation" id="wb-bc" class="" property="breadcrumb">
<h2 class="wb-inv">You are here:</h2>
<div class="container">
<div class="row">
<ol class="breadcrumb">
<li><a href="/eic/site/icgc.nsf/eng/home" title="Home">Home</a></li>
<li><a href="/eic/site/icgc.nsf/eng/h_07063.html" title="Industries and Business">Industries and Business</a></li>
<li><a href="/eic/site/ccc-rec.nsf/tpl-eng/../eng/home" >Canadian Company Capabilities</a></li>
</ol>
</div>
</div>
</nav>
</header>
<main id="wb-cont" role="main" property="mainContentOfPage" class="container">
<!-- End Header -->
<!-- Begin Body -->
<!-- Begin Body Title -->
<!-- End Body Title -->
<!-- Begin Body Head -->
<!-- End Body Head -->
<!-- Begin Body Content -->
<br>
<!-- Complete Profile -->
<!-- Company Information above tabbed area-->
<input id="showMore" type="hidden" value='more'/>
<input id="showLess" type="hidden" value='less'/>
<h1 id="wb-cont">
Company profile - Canadian Company Capabilities
</h1>
<div class="profileInfo hidden-print">
<ul class="list-inline">
<li><a href="cccSrch.do?lang=eng&profileId=&prtl=1&key.hitsPerPage=25&searchPage=%252Fapp%252Fccc%252Fsrch%252FcccBscSrch.do%253Flang%253Deng%2526amp%253Bprtl%253D1%2526amp%253Btagid%253D&V_SEARCH.scopeCategory=CCC.Root&V_SEARCH.depth=1&V_SEARCH.showStricts=false&V_SEARCH.sortSpec=title+asc&rstBtn.x=" class="btn btn-link">New Search</a> |</li>
<li><form name="searchForm" method="post" action="/app/ccc/srch/bscSrch.do">
<input type="hidden" name="lang" value="eng" />
<input type="hidden" name="profileId" value="" />
<input type="hidden" name="prtl" value="1" />
<input type="hidden" name="searchPage" value="%2Fapp%2Fccc%2Fsrch%2FcccBscSrch.do%3Flang%3Deng%26amp%3Bprtl%3D1%26amp%3Btagid%3D" />
<input type="hidden" name="V_SEARCH.scopeCategory" value="CCC.Root" />
<input type="hidden" name="V_SEARCH.depth" value="1" />
<input type="hidden" name="V_SEARCH.showStricts" value="false" />
<input id="repeatSearchBtn" class="btn btn-link" type="submit" value="Return to search results" />
</form></li>
</ul>
</div>
<details>
<summary>Third-Party Information Liability Disclaimer</summary>
<p>Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.</p>
</details>
<h2>
Designer Glass
</h2>
<div class="row">
<div class="col-md-5">
<h2 class="h5 mrgn-bttm-0">Legal/Operating Name:</h2>
<p>Designer Glass</p>
<p><a href="mailto:[email protected]" title="[email protected]">[email protected]</a></p>
</div>
<div class="col-md-4 mrgn-sm-sm">
<h2 class="h5 mrgn-bttm-0">Mailing Address:</h2>
<address class="mrgn-bttm-md">
69 Gladstone Ave<br/>
OSHAWA,
Ontario<br/>
L1J 4E4
<br/>
</address>
<h2 class="h5 mrgn-bttm-0">Location Address:</h2>
<address class="mrgn-bttm-md">
69 Gladstone Ave<br/>
OSHAWA,
Ontario<br/>
L1J 4E4
<br/>
</address>
<p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>:
(905) 438-8195
</p>
<p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>:
(905) 438-8194</p>
</div>
<div class="col-md-3 mrgn-tp-md">
</div>
</div>
<div class="row mrgn-tp-md mrgn-bttm-md">
<div class="col-md-12">
<h2 class="wb-inv">Company Profile</h2>
<br> Design plain glass with special special lead and film to obtain an exact look of stained glass. We do kitchen cabinet glass inserts,front door and sidelights and much more.<br>
</div>
</div>
<!-- <div class="wb-tabs ignore-session update-hash wb-eqht-off print-active"> -->
<div class="wb-tabs ignore-session">
<div class="tabpanels">
<details id="details-panel1">
<summary>
Full profile
</summary>
<!-- Tab 1 -->
<h2 class="wb-invisible">
Full profile
</h2>
<!-- Contact Information -->
<h3 class="page-header">
Contact information
</h3>
<section class="container-fluid">
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Tom
Yates
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
Owner<br>
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(905) 438-8195
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(905) 438-8195
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
[email protected]
</div>
</div>
</section>
<p class="mrgn-tp-lg text-right small hidden-print">
<a href="#wb-cont">top of page</a>
</p>
<!-- Company Description -->
<h3 class="page-header">
Company description
</h3>
<section class="container-fluid">
<div class="row">
<div class="col-md-5">
<strong>
Country of Ownership:
</strong>
</div>
<div class="col-md-7">
Canada
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Exporting:
</strong>
</div>
<div class="col-md-7">
No
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Industry (NAICS):
</strong>
</div>
<div class="col-md-7">
327215 - Glass Product Manufacturing from Purchased Glass
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Alternate Industries (NAICS):
</strong>
</div>
<div class="col-md-7">
541420 - Industrial Design Services<br>
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Services
</div>
</div>
</section>
<!-- Products / Services / Licensing -->
<h3 class="page-header">
Product / Service / Licensing
</h3>
<section class="container-fluid">
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
Glass with design<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
Plate glass with lead , Designer film. and bevels added to creat unique custom designs.<br>
<br>
</div>
</div>
</section>
<p class="mrgn-tp-lg text-right small hidden-print">
<a href="#wb-cont">top of page</a>
</p>
<!-- Technology Profile -->
<!-- Market Profile -->
<!-- Sector Information -->
<details class="mrgn-tp-md mrgn-bttm-md">
<summary>
Third-Party Information Liability Disclaimer
</summary>
<p>
Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.
</p>
</details>
</details>
<details id="details-panel2">
<summary>
Contacts
</summary>
<h2 class="wb-invisible">
Contact information
</h2>
<!-- Contact Information -->
<section class="container-fluid">
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Tom
Yates
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
Owner<br>
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(905) 438-8195
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(905) 438-8195
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
[email protected]
</div>
</div>
</section>
</details>
<details id="details-panel3">
<summary>
Description
</summary>
<h2 class="wb-invisible">
Company description
</h2>
<section class="container-fluid">
<div class="row">
<div class="col-md-5">
<strong>
Country of Ownership:
</strong>
</div>
<div class="col-md-7">
Canada
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Exporting:
</strong>
</div>
<div class="col-md-7">
No
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Industry (NAICS):
</strong>
</div>
<div class="col-md-7">
327215 - Glass Product Manufacturing from Purchased Glass
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Alternate Industries (NAICS):
</strong>
</div>
<div class="col-md-7">
541420 - Industrial Design Services<br>
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Services
</div>
</div>
</section>
</details>
<details id="details-panel4">
<summary>
Products, services and licensing
</summary>
<h2 class="wb-invisible">
Product / Service / Licensing
</h2>
<section class="container-fluid">
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
Glass with design<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
Plate glass with lead , Designer film. and bevels added to creat unique custom designs.<br>
<br>
</div>
</div>
</section>
</details>
</div>
</div>
<div class="row">
<div class="col-md-12 text-right">
Last Update Date 2015-06-26
</div>
</div>
<!--
- Artifact ID: CBW - IMBS - CCC Search WAR
- Group ID: ca.gc.ic.strategis.imbs.ccc.search
- Version: 3.26
- Built-By: bamboo
- Build Timestamp: 2017-03-02T21:29:28Z
-->
<!-- End Body Content -->
<!-- Begin Body Foot -->
<!-- End Body Foot -->
<!-- END MAIN TABLE -->
<!-- End body -->
<!-- Begin footer -->
<div class="row pagedetails">
<div class="col-sm-5 col-xs-12 datemod">
<dl id="wb-dtmd">
<dt class=" hidden-print">Date Modified:</dt>
<dd class=" hidden-print">
<span><time>2017-03-02</time></span>
</dd>
</dl>
</div>
<div class="clear visible-xs"></div>
<div class="col-sm-4 col-xs-6">
</div>
<div class="col-sm-3 col-xs-6 text-right">
</div>
<div class="clear visible-xs"></div>
</div>
</main>
<footer role="contentinfo" id="wb-info">
<nav role="navigation" class="container wb-navcurr">
<h2 class="wb-inv">About government</h2>
<!-- EPIC FOOTER BEGIN -->
<!-- EPI-11638 Contact us -->
<ul class="list-unstyled colcount-sm-2 colcount-md-3">
<li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07026.html#pageid=E048-H00000&from=Industries">Contact us</a></li>
<li><a href="https://www.canada.ca/en/government/dept.html">Departments and agencies</a></li>
<li><a href="https://www.canada.ca/en/government/publicservice.html">Public service and military</a></li>
<li><a href="https://www.canada.ca/en/news.html">News</a></li>
<li><a href="https://www.canada.ca/en/government/system/laws.html">Treaties, laws and regulations</a></li>
<li><a href="https://www.canada.ca/en/transparency/reporting.html">Government-wide reporting</a></li>
<li><a href="http://pm.gc.ca/eng">Prime Minister</a></li>
<li><a href="https://www.canada.ca/en/government/system.html">How government works</a></li>
<li><a href="http://open.canada.ca/en/">Open government</a></li>
</ul>
</nav>
<div class="brand">
<div class="container">
<div class="row">
<nav class="col-md-10 ftr-urlt-lnk">
<h2 class="wb-inv">About this site</h2>
<ul>
<li><a href="https://www.canada.ca/en/social.html">Social media</a></li>
<li><a href="https://www.canada.ca/en/mobile.html">Mobile applications</a></li>
<li><a href="http://www1.canada.ca/en/newsite.html">About Canada.ca</a></li>
<li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html">Terms and conditions</a></li>
<li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html#p1">Privacy</a></li>
</ul>
</nav>
<div class="col-xs-6 visible-sm visible-xs tofpg">
<a href="#wb-cont">Top of Page <span class="glyphicon glyphicon-chevron-up"></span></a>
</div>
<div class="col-xs-6 col-md-2 text-right">
<object type="image/svg+xml" tabindex="-1" role="img" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/wmms-blk.svg" aria-label="Symbol of the Government of Canada"></object>
</div>
</div>
</div>
</div>
</footer>
<!--[if gte IE 9 | !IE ]><!-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/wet-boew.min.js"></script>
<!--<![endif]-->
<!--[if lt IE 9]>
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew2.min.js"></script>
<![endif]-->
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/theme.min.js"></script>
<!-- EPI-10519 -->
<span class="wb-sessto"
data-wb-sessto='{"inactivity": 1800000, "reactionTime": 180000, "sessionalive": 1800000, "logouturl": "/app/ccc/srch/cccSrch.do?lang=eng&prtl=1"}'></span>
<script src="/eic/home.nsf/js/jQuery.externalOpensInNewWindow.js"></script>
<!-- EPI-11190 - Webtrends -->
<script src="/eic/home.nsf/js/webtrends.js"></script>
<script>var endTime = new Date();</script>
<noscript>
<div><img alt="" id="DCSIMG" width="1" height="1" src="//wt-sdc.ic.gc.ca/dcs6v67hwe0ei7wsv8g9fv50d_3k6i/njs.gif?dcsuri=/nojavascript&WT.js=No&WT.tv=9.4.0&dcssip=www.ic.gc.ca"/></div>
</noscript>
<!-- /Webtrends -->
<!-- JS deps -->
<script src="/eic/home.nsf/js/jquery.imagesloaded.js"></script>
<!-- EPI-11262 - Util JS -->
<script src="/eic/home.nsf/js/_WET_4-0_utils_canada.min.js"></script>
<!-- EPI-11383 -->
<script src="/eic/home.nsf/js/jQuery.icValidationErrors.js"></script>
<span style="display:none;" id='app-info' data-project-groupid='' data-project-artifactid='' data-project-version='' data-project-build-timestamp='' data-issue-tracking='' data-scm-sha1='' data-scm-sha1-abbrev='' data-scm-branch='' data-scm-commit-date=''></span>
</body></html>
<!-- End Footer -->
<!--
- Artifact ID: CBW - IMBS - CCC Search WAR
- Group ID: ca.gc.ic.strategis.imbs.ccc.search
- Version: 3.26
- Built-By: bamboo
- Build Timestamp: 2017-03-02T21:29:28Z
-->
| GoC-Spending/data-corporations | html/234567124228.html | HTML | mit | 33,100 |
<div id="" class="formio-component formio-component-form formio-component-label-hidden" ref="component">
<div class="formio-form formio-read-only" ref="webform" novalidate>
<div id="container1" class="form-group has-feedback formio-component formio-component-container formio-component-container1 formio-component-label-hidden" ref="component">
<div ref="nested-container1">
<div id="radio1" class="form-group has-feedback formio-component formio-component-radio formio-component-radio1 " ref="component">
<label class="control-label " for="radio1-radio1">
Radio
</label>
<div class="input-group">
<div class="radio" ref="wrapper">
<label class="control-label form-check-label label-position-right" for="-radio1--yes">
<input ref="input" name="data[container1][radio1][-radio1]" type="radio" class="form-check-input" lang="en" disabled="disabled" value="yes" id="-radio1--yes">
<span>yes</span>
</label>
</div>
<div class="radio" ref="wrapper">
<label class="control-label form-check-label label-position-right" for="-radio1--no">
<input ref="input" name="data[container1][radio1][-radio1]" type="radio" class="form-check-input" lang="en" disabled="disabled" value="no" id="-radio1--no">
<span>no</span>
</label>
</div>
</div>
<div ref="messageContainer" class="formio-errors invalid-feedback"></div>
</div>
<div id="textField" class="form-group has-feedback formio-component formio-component-textfield formio-component-textField formio-hidden" ref="component">
</div>
</div>
<div ref="messageContainer" class="formio-errors invalid-feedback"></div>
</div>
<div id="container2" class="form-group has-feedback formio-component formio-component-container formio-component-container2 formio-component-label-hidden" ref="component">
<div ref="nested-container2">
<div id="radio1" class="form-group has-feedback formio-component formio-component-radio formio-component-radio1 " ref="component">
<label class="control-label " for="radio1-radio1">
Radio
</label>
<div class="input-group">
<div class="radio" ref="wrapper">
<label class="control-label form-check-label label-position-right" for="-radio1--yes">
<input ref="input" name="data[container2][radio1][-radio1]" type="radio" class="form-check-input" lang="en" disabled="disabled" value="yes" id="-radio1--yes">
<span>yes</span>
</label>
</div>
<div class="radio" ref="wrapper">
<label class="control-label form-check-label label-position-right" for="-radio1--no">
<input ref="input" name="data[container2][radio1][-radio1]" type="radio" class="form-check-input" lang="en" disabled="disabled" value="no" id="-radio1--no">
<span>no</span>
</label>
</div>
</div>
<div ref="messageContainer" class="formio-errors invalid-feedback"></div>
</div>
<div id="textField" class="form-group has-feedback formio-component formio-component-textfield formio-component-textField formio-hidden" ref="component">
</div>
</div>
<div ref="messageContainer" class="formio-errors invalid-feedback"></div>
</div>
</div>
<div ref="messageContainer" class="formio-errors invalid-feedback"></div>
</div> | formio/formio.js | test/renders/form-bootstrap3-readOnly-formWithConditionalLogic.html | HTML | mit | 3,615 |
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>UI</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<p>It works!</p>
</body>
</html> | bluekvirus/containers-webstarter | fig-init/ui/index.html | HTML | mit | 261 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>traversable-fincontainer: Not compatible ๐ผ</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.10.2 / traversable-fincontainer - 8.8.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">ยซ Up</a>
<h1>
traversable-fincontainer
<small>
8.8.0
<span class="label label-info">Not compatible ๐ผ</span>
</small>
</h1>
<p>๐
<em><script>document.write(moment("2021-11-30 11:23:11 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-30 11:23:11 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
coq 8.10.2 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.09.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.09.1 Official release 4.09.1
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "https://github.com/coq-contribs/traversable-fincontainer"
license: "ASL"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/TraversableFincontainer"]
depends: [
"ocaml"
"coq" {>= "8.8" & < "8.9~"}
]
tags: [
"keyword: finitary container"
"keyword: traversable functors"
"category: Computer Science/Data Types and Data Structures"
]
authors: [ "Russell O'Connor <[email protected]>" ]
bug-reports: "https://github.com/coq-contribs/traversable-fincontainer/issues"
dev-repo: "git+https://github.com/coq-contribs/traversable-fincontainer.git"
synopsis: "Traversable Functors are Finitary Containers"
description: """
https://github.com/oconnorr/traversable-fincontainer
A Coq proof that all Traversable functors are isomorphic to finitary containers."""
flags: light-uninstall
url {
src:
"https://github.com/coq-contribs/traversable-fincontainer/archive/v8.8.0.tar.gz"
checksum: "md5=b5ceb3f3705e9e9c94c3c414691733c7"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install ๐๏ธ</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-traversable-fincontainer.8.8.0 coq.8.10.2</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.10.2).
The following dependencies couldn't be met:
- coq-traversable-fincontainer -> coq < 8.9~ -> ocaml < 4.06.0
base of this switch (use `--unlock-base' to force)
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-traversable-fincontainer.8.8.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install ๐</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall ๐งน</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐ฃ
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.09.1-2.0.6/released/8.10.2/traversable-fincontainer/8.8.0.html | HTML | mit | 7,067 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>zchinese: Not compatible ๐ผ</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.8.0 / zchinese - 8.10.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">ยซ Up</a>
<h1>
zchinese
<small>
8.10.0
<span class="label label-info">Not compatible ๐ผ</span>
</small>
</h1>
<p>๐
<em><script>document.write(moment("2022-02-28 15:52:49 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-28 15:52:49 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-num base Num library distributed with the OCaml compiler
base-threads base
base-unix base
camlp5 7.14 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-perl 2 Virtual package relying on perl
coq 8.8.0 Formal proof management system
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.03.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.03.0 Official 4.03.0 release
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.3 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "https://github.com/coq-contribs/zchinese"
license: "Unknown"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/ZChinese"]
depends: [
"ocaml"
"coq" {>= "8.10" & < "8.11~"}
]
tags: [
"keyword: number theory"
"keyword: chinese remainder"
"keyword: primality"
"keyword: prime numbers"
"category: Mathematics/Arithmetic and Number Theory/Number theory"
"category: Miscellaneous/Extracted Programs/Arithmetic"
]
authors: [
"Valรฉrie Mรฉnissier-Morain"
]
bug-reports: "https://github.com/coq-contribs/zchinese/issues"
dev-repo: "git+https://github.com/coq-contribs/zchinese.git"
synopsis: "A proof of the Chinese Remainder Lemma"
description: """
This is a rewriting of the contribution chinese-lemma using Zarith"""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/zchinese/archive/v8.10.0.tar.gz"
checksum: "md5=4c3d13feff5035fbabc8df1943ab7219"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install ๐๏ธ</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-zchinese.8.10.0 coq.8.8.0</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.8.0).
The following dependencies couldn't be met:
- coq-zchinese -> coq >= 8.10 -> ocaml >= 4.05.0
base of this switch (use `--unlock-base' to force)
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-zchinese.8.10.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install ๐</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall ๐งน</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐ฃ
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.03.0-2.0.5/released/8.8.0/zchinese/8.10.0.html | HTML | mit | 7,053 |
<div class="row justify-content-md-center">
<div class="col-md-4 col-sm-12">
<div class="card mx-auto my-auto" >
<div class="card-block">
<h4 class="card-title">Inicio de sesion</h4>
<div class="form-group">
<label>Usuario</label>
<input type="text" class="form-control" [(ngModel)]="user" maxlength="20" placeholder="Usuario"/>
</div>
<div class="form-group">
<label>Contraseรฑa</label>
<input type="password" class="form-control" [(ngModel)]="password" maxlength="8" placeholder="Contraseรฑa"/>
</div>
<button class="btn btn-primary btn-lg btn-block" (click)="login()"> Entrar </button>
<a routerLink="/register">ยฟNo tienes cuenta, registrate? </a>
</div>
</div>
</div>
</div>
| AlvaroMolinaBarquera/RolleandoAPP | src/app/chat/components/chat-login/chat.login.view.html | HTML | mit | 749 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>ruler-compass-geometry: Not compatible ๐ผ</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / extra-dev</a></li>
<li class="active"><a href="">8.10.dev / ruler-compass-geometry - 8.6.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">ยซ Up</a>
<h1>
ruler-compass-geometry
<small>
8.6.0
<span class="label label-info">Not compatible ๐ผ</span>
</small>
</h1>
<p>๐
<em><script>document.write(moment("2020-07-17 06:06:32 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-07-17 06:06:32 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
conf-m4 1 Virtual package relying on m4
coq 8.10.dev Formal proof management system
num 1.3 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.08.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.08.1 Official release 4.08.1
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.8.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "https://github.com/coq-contribs/ruler-compass-geometry"
license: "GNU Lesser Public License"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/RulerCompassGeometry"]
depends: [
"ocaml"
"coq" {>= "8.6" & < "8.7~"}
]
tags: [ "keyword: geometry" "keyword: plane geometry" "keyword: ruler and compass geometry" "keyword: Euclidian geometry" "keyword: Hilbert's axioms" "category: Mathematics/Geometry/General" "date: 2007-11" ]
authors: [ "Jean Duprat <[email protected]>" ]
bug-reports: "https://github.com/coq-contribs/ruler-compass-geometry/issues"
dev-repo: "git+https://github.com/coq-contribs/ruler-compass-geometry.git"
synopsis: "Ruler and compass geometry axiomatization"
description: """
This library contains an axiomatization of the ruler and
compass euclidian geometry. Files A1 to A6 contain the axioms and the
basic constructions. The other files build the proof that this
axiomatization induces the whole plane geometry except the continuity
axiom. For that the proofs of the Hilbert's axioms conclude this work in
the files E1 to E5."""
flags: light-uninstall
url {
src:
"https://github.com/coq-contribs/ruler-compass-geometry/archive/v8.6.0.tar.gz"
checksum: "md5=3d7693bf8b1a555ee357d327de90e416"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install ๐๏ธ</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-ruler-compass-geometry.8.6.0 coq.8.10.dev</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.10.dev).
The following dependencies couldn't be met:
- coq-ruler-compass-geometry -> coq < 8.7~ -> ocaml < 4.06.0
base of this switch (use `--unlock-base' to force)
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-ruler-compass-geometry.8.6.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install ๐</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall ๐งน</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐ฃ
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.08.1-2.0.5/extra-dev/8.10.dev/ruler-compass-geometry/8.6.0.html | HTML | mit | 7,465 |
<h1>Movable</h1>
<div class="area">
<div class="target" iwMovable style="top: 20px; left: 40px;">
<div class="handle" iwMoveHandle></div>
</div>
</div>
<div class="area">
<div class="target" style="top: 20px; left: 40px;">
<div class="handle" iwMoveHandle>I'm a handle in a non-movable target :(</div>
</div>
</div>
<div class="area">
<div class="target" iwMovable style="top: 20px; left: 40px;">
<ng-container [ngComponentOutlet]="movableDemoContentComponent"></ng-container>
</div>
</div>
<div class="area">
<div class="target" iwMovable style="top: 20px; left: 40px;">
<ng-container [ngComponentOutlet]="movableDemoContent2Component"></ng-container>
</div>
</div>
| interfacewerk/iwerk-angular-ui | src/app/demo/movable-demo/movable-demo/movable-demo.component.html | HTML | mit | 703 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.7"/>
<title>App Engine Python SDK: google.appengine.datastore.datastore_v4_pb.MutationResult Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="common.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="gae-python.logo.png"/></td>
<td style="padding-left: 0.5em;">
<div id="projectname">App Engine Python SDK
 <span id="projectnumber">v1.6.9 rev.445</span>
</div>
<div id="projectbrief">The Python runtime is available as an experimental Preview feature.</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.7 -->
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><b>google</b></li><li class="navelem"><b>appengine</b></li><li class="navelem"><b>datastore</b></li><li class="navelem"><b>datastore_v4_pb</b></li><li class="navelem"><a class="el" href="classgoogle_1_1appengine_1_1datastore_1_1datastore__v4__pb_1_1_mutation_result.html">MutationResult</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-methods">Public Member Functions</a> |
<a href="#pub-attribs">Public Attributes</a> |
<a href="#pub-static-attribs">Static Public Attributes</a> |
<a href="classgoogle_1_1appengine_1_1datastore_1_1datastore__v4__pb_1_1_mutation_result-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">google.appengine.datastore.datastore_v4_pb.MutationResult Class Reference</div> </div>
</div><!--header-->
<div class="contents">
<div class="dynheader">
Inheritance diagram for google.appengine.datastore.datastore_v4_pb.MutationResult:</div>
<div class="dyncontent">
<div class="center">
<img src="classgoogle_1_1appengine_1_1datastore_1_1datastore__v4__pb_1_1_mutation_result.png" usemap="#google.appengine.datastore.datastore_v4_pb.MutationResult_map" alt=""/>
<map id="google.appengine.datastore.datastore_v4_pb.MutationResult_map" name="google.appengine.datastore.datastore_v4_pb.MutationResult_map">
</map>
</div></div>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:aabe01e1b59ff8ac7794b1dbbe6553a09"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aabe01e1b59ff8ac7794b1dbbe6553a09"></a>
def </td><td class="memItemRight" valign="bottom"><b>__init__</b></td></tr>
<tr class="separator:aabe01e1b59ff8ac7794b1dbbe6553a09"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a72f31c41a042ae8792780cac9dcf220e"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a72f31c41a042ae8792780cac9dcf220e"></a>
def </td><td class="memItemRight" valign="bottom"><b>key</b></td></tr>
<tr class="separator:a72f31c41a042ae8792780cac9dcf220e"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a4d6bf2cf335bc395d83cbcbc73de9067"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a4d6bf2cf335bc395d83cbcbc73de9067"></a>
def </td><td class="memItemRight" valign="bottom"><b>mutable_key</b></td></tr>
<tr class="separator:a4d6bf2cf335bc395d83cbcbc73de9067"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a2792b143b02d02f791ad99d71e36500d"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a2792b143b02d02f791ad99d71e36500d"></a>
def </td><td class="memItemRight" valign="bottom"><b>clear_key</b></td></tr>
<tr class="separator:a2792b143b02d02f791ad99d71e36500d"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a18e11caeac53869d2b71ac98811e56c4"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a18e11caeac53869d2b71ac98811e56c4"></a>
def </td><td class="memItemRight" valign="bottom"><b>has_key</b></td></tr>
<tr class="separator:a18e11caeac53869d2b71ac98811e56c4"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aee74e032a00dd9b3e902d8336cb87ea7"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aee74e032a00dd9b3e902d8336cb87ea7"></a>
def </td><td class="memItemRight" valign="bottom"><b>new_version</b></td></tr>
<tr class="separator:aee74e032a00dd9b3e902d8336cb87ea7"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a344f3d9c6949af2c71f131feb90121f8"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a344f3d9c6949af2c71f131feb90121f8"></a>
def </td><td class="memItemRight" valign="bottom"><b>set_new_version</b></td></tr>
<tr class="separator:a344f3d9c6949af2c71f131feb90121f8"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a6fa663d8e75ca34cafa5a7f6f6047302"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a6fa663d8e75ca34cafa5a7f6f6047302"></a>
def </td><td class="memItemRight" valign="bottom"><b>clear_new_version</b></td></tr>
<tr class="separator:a6fa663d8e75ca34cafa5a7f6f6047302"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a11194235da4d7cc3be6f70ada445192c"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a11194235da4d7cc3be6f70ada445192c"></a>
def </td><td class="memItemRight" valign="bottom"><b>has_new_version</b></td></tr>
<tr class="separator:a11194235da4d7cc3be6f70ada445192c"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a160c1836be22412a496063a0adcbc239"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a160c1836be22412a496063a0adcbc239"></a>
def </td><td class="memItemRight" valign="bottom"><b>MergeFrom</b></td></tr>
<tr class="separator:a160c1836be22412a496063a0adcbc239"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a183ad856ffa057a87bbdf2265505923f"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a183ad856ffa057a87bbdf2265505923f"></a>
def </td><td class="memItemRight" valign="bottom"><b>ParseASCII</b></td></tr>
<tr class="separator:a183ad856ffa057a87bbdf2265505923f"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aa18bf5b2f5a06e3b874dac1f3f156dfb"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aa18bf5b2f5a06e3b874dac1f3f156dfb"></a>
def </td><td class="memItemRight" valign="bottom"><b>ParseASCIIIgnoreUnknown</b></td></tr>
<tr class="separator:aa18bf5b2f5a06e3b874dac1f3f156dfb"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aa076ee8b4a1fbd4b0c2a59d6d4a4d8a3"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aa076ee8b4a1fbd4b0c2a59d6d4a4d8a3"></a>
def </td><td class="memItemRight" valign="bottom"><b>Equals</b></td></tr>
<tr class="separator:aa076ee8b4a1fbd4b0c2a59d6d4a4d8a3"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:af0eedd8f0d724df2b7e41a03fd49e67f"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="af0eedd8f0d724df2b7e41a03fd49e67f"></a>
def </td><td class="memItemRight" valign="bottom"><b>IsInitialized</b></td></tr>
<tr class="separator:af0eedd8f0d724df2b7e41a03fd49e67f"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a5039b40811da1f9374994b57531a9f67"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a5039b40811da1f9374994b57531a9f67"></a>
def </td><td class="memItemRight" valign="bottom"><b>ByteSize</b></td></tr>
<tr class="separator:a5039b40811da1f9374994b57531a9f67"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ad8e6bf5fac7c8f7e703a5248c06a52be"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ad8e6bf5fac7c8f7e703a5248c06a52be"></a>
def </td><td class="memItemRight" valign="bottom"><b>ByteSizePartial</b></td></tr>
<tr class="separator:ad8e6bf5fac7c8f7e703a5248c06a52be"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a2f84ae04b8a5cd7e6f6d67185599acba"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a2f84ae04b8a5cd7e6f6d67185599acba"></a>
def </td><td class="memItemRight" valign="bottom"><b>Clear</b></td></tr>
<tr class="separator:a2f84ae04b8a5cd7e6f6d67185599acba"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a4b076baf82a4fdb22e40dbff8ae35fb4"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a4b076baf82a4fdb22e40dbff8ae35fb4"></a>
def </td><td class="memItemRight" valign="bottom"><b>OutputUnchecked</b></td></tr>
<tr class="separator:a4b076baf82a4fdb22e40dbff8ae35fb4"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a110df81ce0696517eb04fb15ad323b9f"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a110df81ce0696517eb04fb15ad323b9f"></a>
def </td><td class="memItemRight" valign="bottom"><b>OutputPartial</b></td></tr>
<tr class="separator:a110df81ce0696517eb04fb15ad323b9f"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a0c19cf52ee80d0a54934b81af706ba65"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a0c19cf52ee80d0a54934b81af706ba65"></a>
def </td><td class="memItemRight" valign="bottom"><b>TryMerge</b></td></tr>
<tr class="separator:a0c19cf52ee80d0a54934b81af706ba65"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a689be585d1f167555487f9dfde1b27dd"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a689be585d1f167555487f9dfde1b27dd"></a>
def </td><td class="memItemRight" valign="bottom"><b>__str__</b></td></tr>
<tr class="separator:a689be585d1f167555487f9dfde1b27dd"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-attribs"></a>
Public Attributes</h2></td></tr>
<tr class="memitem:aa4d6cf88b6bf2d0dacdde73d09278110"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aa4d6cf88b6bf2d0dacdde73d09278110"></a>
 </td><td class="memItemRight" valign="bottom"><b>lazy_init_lock_</b></td></tr>
<tr class="separator:aa4d6cf88b6bf2d0dacdde73d09278110"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a8518fbb11ba3ea1993379bc81cbe1c33"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a8518fbb11ba3ea1993379bc81cbe1c33"></a>
 </td><td class="memItemRight" valign="bottom"><b>has_key_</b></td></tr>
<tr class="separator:a8518fbb11ba3ea1993379bc81cbe1c33"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ac667cb766ef07b2ade78d31b748b06f3"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ac667cb766ef07b2ade78d31b748b06f3"></a>
 </td><td class="memItemRight" valign="bottom"><b>has_new_version_</b></td></tr>
<tr class="separator:ac667cb766ef07b2ade78d31b748b06f3"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a9e0b33a01b686f48c36814c2da5a6bb4"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a9e0b33a01b686f48c36814c2da5a6bb4"></a>
 </td><td class="memItemRight" valign="bottom"><b>new_version_</b></td></tr>
<tr class="separator:a9e0b33a01b686f48c36814c2da5a6bb4"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-static-attribs"></a>
Static Public Attributes</h2></td></tr>
<tr class="memitem:ab1812d66e62fcc331b1427b4fe121e82"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ab1812d66e62fcc331b1427b4fe121e82"></a>
int </td><td class="memItemRight" valign="bottom"><b>has_key_</b> = 0</td></tr>
<tr class="separator:ab1812d66e62fcc331b1427b4fe121e82"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a9e807a9e93b342e797b32cd416691b04"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a9e807a9e93b342e797b32cd416691b04"></a>
 </td><td class="memItemRight" valign="bottom"><b>key_</b> = None</td></tr>
<tr class="separator:a9e807a9e93b342e797b32cd416691b04"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a970baf4800ffedd4c15caec595813741"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a970baf4800ffedd4c15caec595813741"></a>
int </td><td class="memItemRight" valign="bottom"><b>has_new_version_</b> = 0</td></tr>
<tr class="separator:a970baf4800ffedd4c15caec595813741"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aad04451db75120db2863eec70d2f48dd"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aad04451db75120db2863eec70d2f48dd"></a>
int </td><td class="memItemRight" valign="bottom"><b>new_version_</b> = 0</td></tr>
<tr class="separator:aad04451db75120db2863eec70d2f48dd"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:adfcc4392719bd10205743c37629a8832"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="adfcc4392719bd10205743c37629a8832"></a>
int </td><td class="memItemRight" valign="bottom"><b>kkey</b> = 3</td></tr>
<tr class="separator:adfcc4392719bd10205743c37629a8832"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ac22337408a719ab74ee94a508674a91b"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ac22337408a719ab74ee94a508674a91b"></a>
int </td><td class="memItemRight" valign="bottom"><b>knew_version</b> = 4</td></tr>
<tr class="separator:ac22337408a719ab74ee94a508674a91b"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<hr/>The documentation for this class was generated from the following file:<ul>
<li>code/googleappengine-read-only/python/google/appengine/datastore/datastore_v4_pb.py</li>
</ul>
</div><!-- contents -->
<address class="footer">
<small>Maintained by <a href="http://www.tzmartin.com">tzmartin</a></small>
</address> | tzmartin/gae-python.docset | Contents/Resources/Documents/classgoogle_1_1appengine_1_1datastore_1_1datastore__v4__pb_1_1_mutation_result.html | HTML | mit | 14,791 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>relation-extraction: Not compatible ๐ผ</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.8.1 / relation-extraction - 8.6.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">ยซ Up</a>
<h1>
relation-extraction
<small>
8.6.0
<span class="label label-info">Not compatible ๐ผ</span>
</small>
</h1>
<p>๐
<em><script>document.write(moment("2021-12-18 16:46:16 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-18 16:46:16 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-num base Num library distributed with the OCaml compiler
base-threads base
base-unix base
camlp5 7.14 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-perl 1 Virtual package relying on perl
coq 8.8.1 Formal proof management system
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.04.2 The OCaml compiler (virtual package)
ocaml-base-compiler 4.04.2 Official 4.04.2 release
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "https://github.com/coq-contribs/relation-extraction"
license: "Unknown"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/RelationExtraction"]
depends: [
"ocaml"
"coq" {>= "8.6" & < "8.7~"}
]
tags: [ "keyword: extraction" "keyword: inductive relations" "keyword: semantics" "category: Computer Science/Semantics and Compilation/Compilation" "date: 2011" ]
authors: [ "Catherine Dubois, David Delahaye, Pierre-Nicolas Tollitte" ]
bug-reports: "https://github.com/coq-contribs/relation-extraction/issues"
dev-repo: "git+https://github.com/coq-contribs/relation-extraction.git"
synopsis: "Functions extraction from inductive relations"
description: """
This plugin introduces a new set of extraction commands that
generates functional code form inductive specifications."""
flags: light-uninstall
url {
src:
"https://github.com/coq-contribs/relation-extraction/archive/v8.6.0.tar.gz"
checksum: "md5=05667e345b07b829ce84556cb476c35f"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install ๐๏ธ</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-relation-extraction.8.6.0 coq.8.8.1</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.8.1).
The following dependencies couldn't be met:
- coq-relation-extraction -> coq < 8.7~ -> ocaml < 4.03.0
base of this switch (use `--unlock-base' to force)
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-relation-extraction.8.6.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install ๐</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall ๐งน</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐ฃ
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.04.2-2.0.5/released/8.8.1/relation-extraction/8.6.0.html | HTML | mit | 7,259 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.9.1"/>
<title>V8 API Reference Guide for io.js v1.0.3: v8::InternalFieldsCallbackData< T, U > Class Template Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">V8 API Reference Guide for io.js v1.0.3
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.9.1 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespacev8.html">v8</a></li><li class="navelem"><a class="el" href="classv8_1_1_internal_fields_callback_data.html">InternalFieldsCallbackData</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-types">Public Types</a> |
<a href="#pub-methods">Public Member Functions</a> |
<a href="classv8_1_1_internal_fields_callback_data-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">v8::InternalFieldsCallbackData< T, U > Class Template Reference</div> </div>
</div><!--header-->
<div class="contents">
<div class="dynheader">
Inheritance diagram for v8::InternalFieldsCallbackData< T, U >:</div>
<div class="dyncontent">
<div class="center">
<img src="classv8_1_1_internal_fields_callback_data.png" usemap="#v8::InternalFieldsCallbackData< T, U >_map" alt=""/>
<map id="v8::InternalFieldsCallbackData< T, U >_map" name="v8::InternalFieldsCallbackData< T, U >_map">
<area href="classv8_1_1internal_1_1_callback_data.html" alt="v8::internal::CallbackData" shape="rect" coords="0,0,231,24"/>
</map>
</div></div>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-types"></a>
Public Types</h2></td></tr>
<tr class="memitem:a9ce479def3c8c0a9d73b2b7204747a95"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a9ce479def3c8c0a9d73b2b7204747a95"></a>
typedef void(* </td><td class="memItemRight" valign="bottom"><b>Callback</b>) (const <a class="el" href="classv8_1_1_internal_fields_callback_data.html">InternalFieldsCallbackData</a>< T, U > &data)</td></tr>
<tr class="separator:a9ce479def3c8c0a9d73b2b7204747a95"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:aa67d7551c6b33037b0fee29d6d157bb1"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aa67d7551c6b33037b0fee29d6d157bb1"></a>
 </td><td class="memItemRight" valign="bottom"><b>InternalFieldsCallbackData</b> (<a class="el" href="classv8_1_1_isolate.html">Isolate</a> *isolate, T *internalField1, U *internalField2)</td></tr>
<tr class="separator:aa67d7551c6b33037b0fee29d6d157bb1"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a35e848439ac60b5d3170f0882f2c29e6"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a35e848439ac60b5d3170f0882f2c29e6"></a>
V8_INLINE T * </td><td class="memItemRight" valign="bottom"><b>GetInternalField1</b> () const </td></tr>
<tr class="separator:a35e848439ac60b5d3170f0882f2c29e6"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a1c788384e7fe3591720fb71f50d002a5"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a1c788384e7fe3591720fb71f50d002a5"></a>
V8_INLINE U * </td><td class="memItemRight" valign="bottom"><b>GetInternalField2</b> () const </td></tr>
<tr class="separator:a1c788384e7fe3591720fb71f50d002a5"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="inherit_header pub_methods_classv8_1_1internal_1_1_callback_data"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_classv8_1_1internal_1_1_callback_data')"><img src="closed.png" alt="-"/> Public Member Functions inherited from <a class="el" href="classv8_1_1internal_1_1_callback_data.html">v8::internal::CallbackData</a></td></tr>
<tr class="memitem:ac94ddcb7e49c191922f03eb810f62692 inherit pub_methods_classv8_1_1internal_1_1_callback_data"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ac94ddcb7e49c191922f03eb810f62692"></a>
V8_INLINE <a class="el" href="classv8_1_1_isolate.html">v8::Isolate</a> * </td><td class="memItemRight" valign="bottom"><b>GetIsolate</b> () const </td></tr>
<tr class="separator:ac94ddcb7e49c191922f03eb810f62692 inherit pub_methods_classv8_1_1internal_1_1_callback_data"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="inherited"></a>
Additional Inherited Members</h2></td></tr>
<tr class="inherit_header pro_methods_classv8_1_1internal_1_1_callback_data"><td colspan="2" onclick="javascript:toggleInherit('pro_methods_classv8_1_1internal_1_1_callback_data')"><img src="closed.png" alt="-"/> Protected Member Functions inherited from <a class="el" href="classv8_1_1internal_1_1_callback_data.html">v8::internal::CallbackData</a></td></tr>
<tr class="memitem:a3f5e99bfe131cfea0ce0030895bdf593 inherit pro_methods_classv8_1_1internal_1_1_callback_data"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a3f5e99bfe131cfea0ce0030895bdf593"></a>
 </td><td class="memItemRight" valign="bottom"><b>CallbackData</b> (<a class="el" href="classv8_1_1_isolate.html">v8::Isolate</a> *isolate)</td></tr>
<tr class="separator:a3f5e99bfe131cfea0ce0030895bdf593 inherit pro_methods_classv8_1_1internal_1_1_callback_data"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<hr/>The documentation for this class was generated from the following file:<ul>
<li>deps/v8/include/<a class="el" href="v8_8h_source.html">v8.h</a></li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Tue Aug 11 2015 23:49:13 for V8 API Reference Guide for io.js v1.0.3 by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.9.1
</small></address>
</body>
</html>
| v8-dox/v8-dox.github.io | d566ded/html/classv8_1_1_internal_fields_callback_data.html | HTML | mit | 9,378 |
๏ปฟ<h3>Add New Movie Group</h3>
<form name="editMovieForm">
<div class="col-lg-6">
<div class="input-group">
<input type="text" class="form-control" placeholder="New Movie Group Name" ng-model="newMovieGroupName" required>
<span class="input-group-btn">
<button class="btn btn-default" type="button" ng-disabled="editMovieForm.$invalid" ng-click="addMovieGroup(newMovieGroupName)">Add</button>
</span>
</div>
<!-- /input-group -->
</div>
<!-- /.col-lg-6 -->
</form>
| jagberg/SynologyFileManager | JG.Synology.FileManager.Web/angular/app/partials/editMovieFile.html | HTML | mit | 554 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.11"/>
<title>V8 API Reference Guide for node.js v7.6.0: v8::ExternalResourceVisitor Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">V8 API Reference Guide for node.js v7.6.0
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.11 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="inherits.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespacev8.html">v8</a></li><li class="navelem"><a class="el" href="classv8_1_1ExternalResourceVisitor.html">ExternalResourceVisitor</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-methods">Public Member Functions</a> |
<a href="classv8_1_1ExternalResourceVisitor-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">v8::ExternalResourceVisitor Class Reference</div> </div>
</div><!--header-->
<div class="contents">
<p><code>#include <<a class="el" href="v8_8h_source.html">v8.h</a>></code></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:ad611b1b6a06753f8eaf6936f793441bd"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ad611b1b6a06753f8eaf6936f793441bd"></a>
virtual void </td><td class="memItemRight" valign="bottom"><b>VisitExternalString</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1String.html">String</a> > string)</td></tr>
<tr class="separator:ad611b1b6a06753f8eaf6936f793441bd"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>Interface for iterating through all external resources in the heap. </p>
</div><hr/>The documentation for this class was generated from the following file:<ul>
<li>deps/v8/include/<a class="el" href="v8_8h_source.html">v8.h</a></li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.11
</small></address>
</body>
</html>
| v8-dox/v8-dox.github.io | 20127e0/html/classv8_1_1ExternalResourceVisitor.html | HTML | mit | 5,553 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>dblib: Not compatible</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.7.0 / dblib - 8.5.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">ยซ Up</a>
<h1>
dblib
<small>
8.5.0
<span class="label label-info">Not compatible</span>
</small>
</h1>
<p><em><script>document.write(moment("2020-07-31 07:04:33 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-07-31 07:04:33 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-num base Num library distributed with the OCaml compiler
base-threads base
base-unix base
camlp5 7.12 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-m4 1 Virtual package relying on m4
coq 8.7.0 Formal proof management system.
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.05.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.05.0 Official 4.05.0 release
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.8.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "https://github.com/coq-contribs/dblib"
license: "GPL"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Dblib"]
depends: [
"ocaml"
"coq" {>= "8.5" & < "8.6~"}
]
tags: [ "keyword:abstract syntax" "keyword:binders" "keyword:de bruijn indices" "keyword:shift" "keyword:lift" "keyword:substitution" "category:Computer Science/Lambda Calculi" ]
authors: [ "Francois Pottier <[email protected]>" ]
bug-reports: "https://github.com/coq-contribs/dblib/issues"
dev-repo: "git+https://github.com/coq-contribs/dblib.git"
synopsis: "Dblib"
description:
"The dblib library offers facilities for working with de Bruijn indices."
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/dblib/archive/v8.5.0.tar.gz"
checksum: "md5=da4c2319a576400536ba980c3c11b54d"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-dblib.8.5.0 coq.8.7.0</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.7.0).
The following dependencies couldn't be met:
- coq-dblib -> coq < 8.6~ -> ocaml < 4.03.0
base of this switch (use `--unlock-base' to force)
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-dblib.8.5.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
<small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. ยฉ Guillaume Claret.</small>
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.05.0-2.0.6/released/8.7.0/dblib/8.5.0.html | HTML | mit | 6,993 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>mathcomp-finmap: 1 m 50 s ๐</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.9.0 / mathcomp-finmap - 1.3.3</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">ยซ Up</a>
<h1>
mathcomp-finmap
<small>
1.3.3
<span class="label label-success">1 m 50 s ๐</span>
</small>
</h1>
<p>๐
<em><script>document.write(moment("2022-01-10 01:57:47 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-10 01:57:47 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-num base Num library distributed with the OCaml compiler
base-threads base
base-unix base
camlp5 7.14 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-perl 1 Virtual package relying on perl
coq 8.9.0 Formal proof management system
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.04.2 The OCaml compiler (virtual package)
ocaml-base-compiler 4.04.2 Official 4.04.2 release
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "Cyril Cohen <[email protected]>"
homepage: "https://github.com/math-comp/finmap"
bug-reports: "https://github.com/math-comp/finmap/issues"
dev-repo: "git+https://github.com/math-comp/finmap.git"
license: "CeCILL-B"
build: [ make "-j" "%{jobs}%" ]
install: [ make "install" ]
depends: [
"coq" { (>= "8.7" & < "8.11~") }
"coq-mathcomp-ssreflect" { (>= "1.8.0" & < "1.10~") }
"coq-mathcomp-bigenough" { (>= "1.0.0" & < "1.1~") }
]
tags: [ "keyword:finmap" "keyword:finset" "keyword:multiset" "keyword:order" "date:2019-06-18" "logpath:mathcomp.finmap"]
authors: [ "Cyril Cohen <[email protected]>" "Kazuhiko Sakaguchi <[email protected]>" ]
synopsis: "Finite sets, finite maps, finitely supported functions, orders"
description: """
This library is an extension of mathematical component in order to
support finite sets and finite maps on choicetypes (rather that finite
types). This includes support for functions with finite support and
multisets. The library also contains a generic order and set libary,
which will be used to subsume notations for finite sets, eventually."""
url {
src: "https://github.com/math-comp/finmap/archive/1.3.3.tar.gz"
checksum: "sha256=e731e0becaf78f5710feef4b61a4485f2973645daf2f6320c677d99103cc0699"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install ๐๏ธ</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-mathcomp-finmap.1.3.3 coq.8.9.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-mathcomp-finmap.1.3.3 coq.8.9.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>1 m 58 s</dd>
</dl>
<h2>Install ๐</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-mathcomp-finmap.1.3.3 coq.8.9.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>1 m 50 s</dd>
</dl>
<h2>Installation size</h2>
<p>Total: 5 M</p>
<ul>
<li>1 M <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/mathcomp/finmap/finmap.glob</code></li>
<li>1 M <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/mathcomp/finmap/finmap.vo</code></li>
<li>921 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/mathcomp/finmap/order.glob</code></li>
<li>812 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/mathcomp/finmap/order.vo</code></li>
<li>281 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/mathcomp/finmap/multiset.glob</code></li>
<li>268 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/mathcomp/finmap/multiset.vo</code></li>
<li>254 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/mathcomp/finmap/set.vo</code></li>
<li>231 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/mathcomp/finmap/set.glob</code></li>
<li>147 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/mathcomp/finmap/order.v</code></li>
<li>135 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/mathcomp/finmap/finmap.v</code></li>
<li>36 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/mathcomp/finmap/set.v</code></li>
<li>33 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/mathcomp/finmap/multiset.v</code></li>
</ul>
<h2>Uninstall ๐งน</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq-mathcomp-finmap.1.3.3</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐ฃ
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.04.2-2.0.5/released/8.9.0/mathcomp-finmap/1.3.3.html | HTML | mit | 8,721 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>io-system: Not compatible</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / extra-dev</a></li>
<li class="active"><a href="">dev / io-system - 2.0.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">ยซ Up</a>
<h1>
io-system
<small>
2.0.0
<span class="label label-info">Not compatible</span>
</small>
</h1>
<p><em><script>document.write(moment("2021-10-27 02:59:51 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-10-27 02:59:51 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
conf-gmp 3 Virtual package relying on a GMP lib system installation
coq dev Formal proof management system
dune 2.9.1 Fast, portable, and opinionated build system
ocaml 4.12.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.12.0 Official release 4.12.0
ocaml-config 2 OCaml Switch Configuration
ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled
ocamlfind 1.9.1 A library manager for OCaml
zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "https://github.com/clarus/io-system"
dev-repo: "git+https://github.com/clarus/io-system.git"
bug-reports: "https://github.com/clarus/io-system/issues"
authors: ["Guillaume Claret"]
license: "MIT"
build: [
["./configure.sh"]
[make "-j%{jobs}%"]
]
install: [
[make "install"]
]
depends: [
"ocaml"
"coq" {>= "8.4pl4" & < "8.5~"}
"coq-function-ninjas"
"coq-list-string" {>= "2.0.0"}
"coq-io" {< "2.1.0"}
"coq-io-system-ocaml"
]
tags: [
"date:2015-03-03"
"keyword:effects"
"keyword:extraction"
"logpath:Io.System"
]
synopsis: "System effects for Coq"
url {
src: "https://github.com/coq-io/system/archive/2.0.0.tar.gz"
checksum: "md5=9cc821d7fb35a0b20ce55642dae034cb"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-io-system.2.0.0 coq.dev</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is dev).
The following dependencies couldn't be met:
- coq-io-system -> coq-io-system-ocaml -> ocaml < 4.06.0
base of this switch (use `--unlock-base' to force)
- coq-io-system -> coq-io-system-ocaml -> lwt < 5 -> ocaml < 4.12
base of this switch (use `--unlock-base' to force)
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-io-system.2.0.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
<small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. ยฉ Guillaume Claret.</small>
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.12.0-2.0.8/extra-dev/dev/io-system/2.0.0.html | HTML | mit | 7,009 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>reglang: Not compatible ๐ผ</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.5.0~camlp4 / reglang - 1.1.1</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">ยซ Up</a>
<h1>
reglang
<small>
1.1.1
<span class="label label-info">Not compatible ๐ผ</span>
</small>
</h1>
<p>๐
<em><script>document.write(moment("2021-10-04 15:23:52 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-10-04 15:23:52 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-num base Num library distributed with the OCaml compiler
base-threads base
base-unix base
camlp4 4.05+1 Camlp4 is a system for writing extensible parsers for programming languages
conf-findutils 1 Virtual package relying on findutils
coq 8.5.0~camlp4 Formal proof management system
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.05.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.05.0 Official 4.05.0 release
ocaml-config 1 OCaml Switch Configuration
ocamlbuild 0.14.0 OCamlbuild is a build system with builtin rules to easily build most OCaml projects.
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "https://github.com/coq-community/reglang"
dev-repo: "git+https://github.com/coq-community/reglang.git"
bug-reports: "https://github.com/coq-community/reglang/issues"
doc: "https://coq-community.org/reglang/"
license: "CECILL-B"
synopsis: "Representations of regular languages (i.e., regexps, various types of automata, and WS1S) with equivalence proofs, in Coq and MathComp"
description: """
This library provides definitions and verified translations between
different representations of regular languages: various forms of
automata (deterministic, nondeterministic, one-way, two-way),
regular expressions, and the logic WS1S. It also contains various
decidability results and closure properties of regular languages."""
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
"coq" {>= "8.10" & < "8.13~"}
"coq-mathcomp-ssreflect" {>= "1.9" & < "1.12~"}
]
tags: [
"category:Computer Science/Formal Languages Theory and Automata"
"keyword:regular languages"
"keyword:regular expressions"
"keyword:finite automata"
"keyword:two-way automata"
"keyword:monadic second-order logic"
"logpath:RegLang"
"date:2020-10-05"
]
authors: [
"Christian Doczkal"
"Jan-Oliver Kaiser"
"Gert Smolka"
]
url {
src: "https://github.com/coq-community/reglang/archive/v1.1.1.tar.gz"
checksum: "sha512=f3b92695d1c3fedd37dc0a6289c9cdc4bf051f0a7134123b633d9875e5ad01e260304488de3d12810e3de9054069362cbd46eedd3d59e3baf4b008862fafc783"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install ๐๏ธ</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-reglang.1.1.1 coq.8.5.0~camlp4</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.5.0~camlp4).
The following dependencies couldn't be met:
- coq-reglang -> coq >= 8.10
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-reglang.1.1.1</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install ๐</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall ๐งน</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐ฃ
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.05.0-2.0.1/released/8.5.0~camlp4/reglang/1.1.1.html | HTML | mit | 7,678 |
<!DOCTYPE html>
<html xmlns:msxsl="urn:schemas-microsoft-com:xslt">
<head>
<meta content="en-us" http-equiv="Content-Language" />
<meta content="text/html; charset=utf-16" http-equiv="Content-Type" />
<title _locid="PortabilityAnalysis0">.NET Portability Report</title>
<style>
/* Body style, for the entire document */
body {
background: #F3F3F4;
color: #1E1E1F;
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
padding: 0;
margin: 0;
}
/* Header1 style, used for the main title */
h1 {
padding: 10px 0px 10px 10px;
font-size: 21pt;
background-color: #E2E2E2;
border-bottom: 1px #C1C1C2 solid;
color: #201F20;
margin: 0;
font-weight: normal;
}
/* Header2 style, used for "Overview" and other sections */
h2 {
font-size: 18pt;
font-weight: normal;
padding: 15px 0 5px 0;
margin: 0;
}
/* Header3 style, used for sub-sections, such as project name */
h3 {
font-weight: normal;
font-size: 15pt;
margin: 0;
padding: 15px 0 5px 0;
background-color: transparent;
}
h4 {
font-weight: normal;
font-size: 12pt;
margin: 0;
padding: 0 0 0 0;
background-color: transparent;
}
/* Color all hyperlinks one color */
a {
color: #1382CE;
}
/* Paragraph text (for longer informational messages) */
p {
font-size: 10pt;
}
/* Table styles */
table {
border-spacing: 0 0;
border-collapse: collapse;
font-size: 10pt;
}
table th {
background: #E7E7E8;
text-align: left;
text-decoration: none;
font-weight: normal;
padding: 3px 6px 3px 6px;
}
table td {
vertical-align: top;
padding: 3px 6px 5px 5px;
margin: 0px;
border: 1px solid #E7E7E8;
background: #F7F7F8;
}
.NoBreakingChanges {
color: darkgreen;
font-weight:bold;
}
.FewBreakingChanges {
color: orange;
font-weight:bold;
}
.ManyBreakingChanges {
color: red;
font-weight:bold;
}
.BreakDetails {
margin-left: 30px;
}
.CompatMessage {
font-style: italic;
font-size: 10pt;
}
.GoodMessage {
color: darkgreen;
}
/* Local link is a style for hyperlinks that link to file:/// content, there are lots so color them as 'normal' text until the user mouse overs */
.localLink {
color: #1E1E1F;
background: #EEEEED;
text-decoration: none;
}
.localLink:hover {
color: #1382CE;
background: #FFFF99;
text-decoration: none;
}
/* Center text, used in the over views cells that contain message level counts */
.textCentered {
text-align: center;
}
/* The message cells in message tables should take up all avaliable space */
.messageCell {
width: 100%;
}
/* Padding around the content after the h1 */
#content {
padding: 0px 12px 12px 12px;
}
/* The overview table expands to width, with a max width of 97% */
#overview table {
width: auto;
max-width: 75%;
}
/* The messages tables are always 97% width */
#messages table {
width: 97%;
}
/* All Icons */
.IconSuccessEncoded, .IconInfoEncoded, .IconWarningEncoded, .IconErrorEncoded {
min-width: 18px;
min-height: 18px;
background-repeat: no-repeat;
background-position: center;
}
/* Success icon encoded */
.IconSuccessEncoded {
/* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
/* [---XsltValidateInternal-Base64EncodedImage:IconSuccess#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABPElEQVR4Xp1Tv0vDUBi8FqeA4NpBcBLcWnQSApncOnTo4FSnjP0DsnXpH5CxiwbHDg4Zuj4oOEXiJgiC4FDcCkLWmIMc1Pfw+eMgQ77v3Xf3Pe51YKGqqisAEwCR1TIAsiAIblSo6xrdHeJR85Xle3mdmCQKb0PsfqyxxzM8K15HZADl/H5+sHpZwYfxyRjTs+kWwKBx8yoHd2mRiuzF8mkJniWH/13u3Fjrs/EdhsdDFHGB/DLXEJBDLh1MWPAhPo1BLB4WX5yQywHR+m3tVe/t97D52CB/ziG0nIgD/qDuYg8WuCcVZ2YGwlJ3YDugkpR/VNcAEx6GEKhERSr71FuO4YCM4XBdwKvecjIlkSnsO0Hyp/GxSeJAdzBKzpOtnPwyyiPdAZhpZptT04tU+zk7s8czeges//s5C5+CwqrR4/gw+AAAAABJRU5ErkJggg==);
}
/* Information icon encoded */
.IconInfoEncoded {
/* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
/* [---XsltValidateInternal-Base64EncodedImage:IconInformation#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABHElEQVR4Xs2TsUoDQRRF7wwoziokjZUKadInhdhukR9YP8DMX1hYW+QvdsXa/QHBbcXC7W0CamWTQnclFutceIQJwwaWNLlwm5k5d94M76mmaeCrrmsLYOocY12FcxZFUeozCqKqqgYA8uevv1H6VuPxcwlfk5N92KHBxfFeCSAxxswlYAW/Xr989x/mv9gkhtyMDhcAxgzRsp7flj8B/HF1RsMXq+NZMkopaHe7lbKxQUEIGbKsYNoGn969060hZBkQex/W8oRQwsQaW2o3Ago2SVcJUzAgY3N0lTCZZm+zPS8HB51gMmS1DEYyOz9acKO1D8JWTlafKIMxdhvlfdyT94Vv5h7P8Ky7nQzACmhvKq3zk3PjW9asz9D/1oigecsioooAAAAASUVORK5CYII=);
}
/* Warning icon encoded */
.IconWarningEncoded {
/* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
/* [---XsltValidateInternal-Base64EncodedImage:IconWarning#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAx0lEQVR4XpWSMQ7CMAxFf4xAyBMLCxMrO8dhaBcuwdCJS3RJBw7SA/QGTCxdWJgiQYWKXJWKIXHIlyw5lqr34tQgEOdcBsCOx5yZK3hCCKdYXneQkh4pEfqzLfu+wVDSyyzFoJjfz9NB+pAF+eizx2Vruts0k15mPgvS6GYvpVtQhB61IB/dk6AF6fS4Ben0uIX5odtFe8Q/eW1KvFeH4e8khT6+gm5B+t3juyDt7n0jpe+CANTd+oTUjN/U3yVaABnSUjFz/gFq44JaVSCXeQAAAABJRU5ErkJggg==);
}
/* Error icon encoded */
.IconErrorEncoded {
/* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
/* [---XsltValidateInternal-Base64EncodedImage:IconError#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABQElEQVR4XqWTvUoEQRCE6wYPZUA80AfwAQz23uCMjA7MDRQEIzPBVEyNTQUFIw00vcQTTMzuAh/AxEQQT8HF/3G/oGGnEUGuoNnd6qoZuqltyKEsyzVJq5I6rnUp6SjGeGhESikzzlc1eL7opfuVbrqbU1Zw9NCgtQMaZpY0eNnaaL2fHusvTK5vKu7sjSS1Y4y3QUA6K3e3Mau5UFDyMP7tYF9o8cAHZv68vipoIJg971PZIZ5HiwdvYGGvFVFHmGmZ2MxwmQYPXubPl9Up0tfoMQGetXd6mRbvhBw+boZ6WF7Mbv1+GsHRk0fQmPAH1GfmZirbCfDJ61tw3Px8/8pZsPAG4jlVhcPgZ7adwNWBB68lkRQWFiTgFlbnLY3DGGM7izIJIyT/jjIvEJw6fdJTc6krDzh6aMwMP9bvDH4ADSsa9uSWVJkAAAAASUVORK5CYII=);
}
</style>
</head>
<body>
<h1 _locid="PortabilityReport">.NET Portability Report</h1>
<div id="content">
<div id="submissionId" style="font-size:8pt;">
<p>
<i>
Submission Id
6454c72f-6eea-4598-9f5f-cb4e196326c4
</i>
</p>
</div>
<h2 _locid="SummaryTitle">
<a name="Portability Summary"></a>Portability Summary
</h2>
<div id="summary">
<table>
<tbody>
<tr>
<th>Assembly</th>
<th>ASP.NET 5,Version=v1.0</th>
<th>Windows,Version=v8.1</th>
<th>.NET Framework,Version=v4.6</th>
<th>Windows Phone,Version=v8.1</th>
</tr>
<tr>
<td><strong><a href="#Crystalbyte.Equinox.Pop3">Crystalbyte.Equinox.Pop3</a></strong></td>
<td class="text-center">100.00 %</td>
<td class="text-center">100.00 %</td>
<td class="text-center">100.00 %</td>
<td class="text-center">100.00 %</td>
</tr>
</tbody>
</table>
</div>
<div id="details">
</div>
</div>
</body>
</html> | kuhlenh/port-to-core | Reports/co/codeplex.equinox.0.4.0/Crystalbyte.Equinox.Pop3-net40.html | HTML | mit | 9,663 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>aac-tactics: Not compatible ๐ผ</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.4.6~camlp4 / aac-tactics - 8.8.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">ยซ Up</a>
<h1>
aac-tactics
<small>
8.8.0
<span class="label label-info">Not compatible ๐ผ</span>
</small>
</h1>
<p>๐
<em><script>document.write(moment("2021-11-26 10:22:40 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-26 10:22:40 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-num base Num library distributed with the OCaml compiler
base-ocamlbuild base OCamlbuild binary and libraries distributed with the OCaml compiler
base-threads base
base-unix base
camlp4 4.02+7 Camlp4 is a system for writing extensible parsers for programming languages
conf-findutils 1 Virtual package relying on findutils
conf-which 1 Virtual package relying on which
coq 8.4.6~camlp4 Formal proof management system.
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.02.3 The OCaml compiler (virtual package)
ocaml-base-compiler 4.02.3 Official 4.02.3 release
ocaml-config 1 OCaml Switch Configuration
ocamlbuild 0 Build system distributed with the OCaml compiler since OCaml 3.10.0
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "https://github.com/coq-community/aac-tactics"
dev-repo: "git+https://github.com/coq-community/aac-tactics.git"
bug-reports: "https://github.com/coq-community/aac-tactics/issues"
license: "LGPL"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/AAC_tactics"]
depends: [
"ocaml"
"coq" {>= "8.8" & < "8.9~"}
]
tags: [
"keyword:reflexive tactic"
"keyword:rewriting"
"keyword:rewriting modulo associativity and commutativity"
"keyword:rewriting modulo ac"
"keyword:decision procedure"
"category:Miscellaneous/Coq Extensions"
"date:2018-10-04"
"logpath:AAC_tactics"
]
authors: [
"Damien Pous <>"
"Thomas Braibant <>"
"Fabian Kunze <>"
]
synopsis: "This Coq plugin provides tactics for rewriting universally quantified equations, modulo associative (and possibly commutative) operators"
flags: light-uninstall
url {
src: "https://github.com/coq-community/aac-tactics/archive/v8.8.0.tar.gz"
checksum: "md5=75de4d507926423e754c55694e826084"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install ๐๏ธ</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-aac-tactics.8.8.0 coq.8.4.6~camlp4</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.4.6~camlp4).
The following dependencies couldn't be met:
- coq-aac-tactics -> coq >= 8.8 -> ocaml >= 4.05.0
base of this switch (use `--unlock-base' to force)
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-aac-tactics.8.8.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install ๐</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall ๐งน</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐ฃ
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.02.3-2.0.6/released/8.4.6~camlp4/aac-tactics/8.8.0.html | HTML | mit | 7,480 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.