code 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 |
|---|---|---|---|---|---|
<div class="commune_descr limited">
<p>
Carnac est
une commune située dans le département de Morbihan en Bretagne. Elle totalisait 4 445 habitants en 2008.</p>
<p>À Carnac, la valeur moyenne à l'achat d'un appartement se situe à 4 295 € du m² en vente. la valorisation moyenne d'une maison à l'achat se situe à 3 619 € du m². À la location le prix moyen se situe à 11,48 € du m² par mois.</p>
<p>Le nombre de logements, à Carnac, se décomposait en 2011 en 3 590 appartements et 4 623 maisons soit
un marché relativement équilibré.</p>
<p>La ville compte de nombreux équipements sportifs, elle dispose, entre autres, de trois bassins de natation, huit terrains de tennis, un centre d'équitation et six boucles de randonnée.</p>
<p>
La localité dispose s'agissant de des études de deux collèges.
Pour les très jeunes, la commune est pourvue pour le bien être de sa population de deux écoles primaires.
Carnac propose les installations éducatives permettant une vie locale facilitée.
Lors d'un projet d'achat immobilier à Carnac, vous devrez impérativement évaluer la valeur des équipements éducatifs</p>
<p>À Carnac le salaire moyen mensuel par habitant est situé à environ 1 977 € net. Ceci est au dessous de la moyenne nationale.</p>
<p>À proximité de Carnac sont positionnées géographiquement les communes de
<a href="{{VLROOT}}/immobilier/saint-philibert_56233/">Saint-Philibert</a> localisée à 5 km, 1 442 habitants,
<a href="{{VLROOT}}/immobilier/crach_56046/">Crach</a> située à 6 km, 3 233 habitants,
<a href="{{VLROOT}}/immobilier/bono_56262/">Bono</a> à 11 km, 2 112 habitants,
<a href="{{VLROOT}}/immobilier/erdeven_56054/">Erdeven</a> localisée à 8 km, 3 146 habitants,
<a href="{{VLROOT}}/immobilier/auray_56007/">Auray</a> à 11 km, 12 420 habitants,
<a href="{{VLROOT}}/immobilier/ploemel_56161/">Ploemel</a> à 7 km, 2 388 habitants,
entre autres. De plus, Carnac est située à seulement 28 km de <a href="{{VLROOT}}/immobilier/lorient_56121/">Lorient</a>.</p>
</div>
| donaldinou/frontend | src/Viteloge/CoreBundle/Resources/descriptions/56034.html | HTML | mit | 2,158 |
<!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.4</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.4
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-01-19 18:24:42 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-19 18:24:42 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
conf-gmp 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.11.2 The OCaml compiler (virtual package)
ocaml-base-compiler 4.11.2 Official release 4.11.2
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
maintainer: "Jacques-Henri Jourdan <jacques-Henri.jourdan@normalesup.org>"
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"
"-install-coqdev"
"-clightgen"
"-coqdevdir"
"%{lib}%/coq/user-contrib/compcert"
"-ignore-coq-version"
]
[make "-j%{jobs}%"]
]
install: [
[make "install"]
["install" "-m" "0644" "VERSION" "%{lib}%/coq/user-contrib/compcert/"]
]
remove: [
["rm" "%{bin}%/ccomp"]
["rm" "%{bin}%/clightgen"]
["rm" "-R" "%{lib}%/compcert"]
["rm" "-R" "%{lib}%/coq/user-contrib/compcert"]
["rm" "%{share}%/compcert.ini"]
["rm" "%{share}%/man/man1/ccomp.1"]
["sh" "-c" "rmdir -p %{share}%/man/man1 || true"]
]
depends: [
"ocaml" {< "4.08"}
"coq" {>= "8.8.1" & <= "8.8.2"}
"menhir" {>= "20180530" & < "20181006"}
]
synopsis: "The CompCert C compiler"
authors: "Xavier Leroy <xavier.leroy@inria.fr>"
url {
src: "https://github.com/AbsInt/CompCert/archive/v3.4.tar.gz"
checksum: "md5=122b717e2c48c1a8fe36c89ec5a1050d"
}
</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.4 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 -> ocaml < 4.08
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.4</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.11.2-2.0.7/extra-dev/dev/compcert/3.4.html | HTML | mit | 7,633 |
<div> <h2>Setting</h2> <div class=row> <div class=col-md-12> <div class="panel panel-primary"> <div class=panel-body> <uib-tabset active=active> <uib-tab index=1 heading=Socials> <div class=divider></div> <a class="btn btn-success">Add +</a> <hr> <div class=row> <div class="col-md-12 text-center" ng-if=!instagrams.length> <h4>No data yet !</h4> </div> <div class=col-md-3 ng-repeat="data in instagrams"> <div class="panel panel-primary"> <div class="panel-body text-center"> <h3>Instagram</h3> <hr> <p ng-if=!data.ig_username>Not Connected Yet</p> <p ng-if=data.ig_username>{{ data.ig_username }}</p> <button class="btn btn-info" ng-click="authenticate('instagram')" ng-if=!data.ig_username>Connect</button> <button class="btn btn-warning" ng-if=data.ig_username>Disconnect</button> </div> </div> </div> </div> </uib-tab> <uib-tab index=2 heading=Account> </uib-tab> <uib-tab index=3 heading=Security> </uib-tab> </uib-tabset> </div> </div> </div> </div> </div> | FebriPratama/instagram-api-app1 | dist/views/dashboard/setting.html | HTML | mit | 963 |
{% extends 'base.html' %}
{% load staticfiles %}
{% load formtags %}
{% block extra_styles %}
<link rel="stylesheet" href="{% static 'css/daterangepicker.css' %}">
{% endblock %}
{% block content %}
<div class="container-fluid">
<ol class="breadcrumb">
<li><a href="{% url 'main:home' %}"><i class="fa fa-home fa-fw"></i> Inicio</a></li>
<li class='active'><i class="fa fa-pie-chart fa-fw"></i> Débitos</li>
</ol>
<div class="row" id="list_debit">
<div class="col-md-12">
<div class="panel">
<div class="panel-heading">
<h3 class="panel-title">Débitos</h3>
<div class='right'>
<ul class="list-inline">
<li>
<form class="form-inline" method="GET">
<label class="sr-only" for="date">Data</label>
<div class="input-group">
<div class="input-group-addon">
<i class="fa fa-calendar"></i>
</div>
<input type="text" class="form-control" name='date' id="date" placeholder="01/02/2017" value="{% if request.GET.date %}{{ request.GET.date }}{% endif %}">
</div>
<button type="submit"><i class='lnr lnr-magnifier'></i></button>
</form>
</li>
<li><a href='{% url "wallet:add_debit" %}'><i class='lnr lnr-plus-circle'></i></a></li>
</ul>
</div>
</div>
<div class="panel-body">
{% include "messages.html" %}
{% if not object_list %}
<div class='empty-object'>
<center>
<h3>Não existem lançamentos de débitos cadastrados</h3>
</center>
</div>
{% else %}
<div class="table-responsive">
<table class="table table-striped mb30">
<thead>
<tr>
<th></th>
<th>#</th>
<th>Origem</th>
<th>Valor</th>
<th>Data</th>
<th>Documento</th>
<th>Autor</th>
<th>Descrição</th>
<th></th>
</tr>
</thead>
<tbody>
{% for debit in object_list %}
<tr>
<td class='clean-td'><i class='fa fa-minus text-danger'></i></td>
<td style="width:16px;">{{ forloop.counter }}</td>
<td style="width:240px;padding: 0px 10px 0px 0px;">{{ debit.origin }}</td>
<td style="width:120px;">R$ {{ debit.value|decimal_to_real }}</td>
<td style="width:140px;">{{ debit.date_releases | date:"d/m/Y H:i" }}</td>
<td style="width:100px;">{{ debit.document }}</td>
<td style="width:120px;">{{ debit.author }}</td>
<td style="width:235px;">{{ debit.description }}</td>
<td style="width:60px;" class="actions">
<a href="{{ debit.get_absolute_url }}"><i class="lnr lnr-pencil"></i></a>
<a href="{{ debit.get_delete_debit }}"><i class="lnr lnr-trash"></i></a>
</td>
</tr>
{% endfor %}
</tbody>
</table>
</div>
<nav><!--nav-->
<ul class="pagination pagination-centered" style='margin: 5px 0 7px;'><!--ul pagination pagination-centered -->
<li>
<a class='{% if page_obj.has_previous %}btn{% else %} btn disabled{% endif %}' href="?page=1" title=""><<</a>
</li>
<li>
<a class='{% if page_obj.has_previous %}btn{% else %} btn disabled {% endif %}' href="?page={% if page_obj.has_previous %}{{ page_obj.previous_page_number }}{% endif %}" title=""><</a>
</li>
<li>
<a class='{% if page_obj.has_next %}btn{% else %} btn disabled{% endif %}' href="?page={% if page_obj.has_next %}{{ page_obj.next_page_number }}{% endif %}" title="">></a>
</li>
<li>
<a class='{% if page_obj.has_next %}btn{% else %}btn disabled{% endif %}' href="?page={{paginator.num_pages}}" title="">>></a>
</li>
</ul><!--ul pagination pagination-centered -->
</nav><!--nav-->
<small>{{ page_obj.number }} de {{paginator.num_pages}}</small>
{% endif %}
</div>
</div>
</div>
</div><!-- END ROW LIST_DEBIT -->
</div><!-- END CONTAINER-FLUID -->
{% endblock %}
{% block extra_scripts %}
<script src="{% static 'js/libs/moment.min.js' %}"></script>
<script src="{% static 'js/libs/daterangepicker.js' %}"></script>
<script src="{% static 'js/wallet.js' %}"></script>
{% endblock %} | HenriqueLR/payments | app/conf/templates/wallet/debit/list_debit.html | HTML | mit | 4,384 |
<!doctype html>
<!--
Minimal Mistakes Jekyll Theme 4.21.0 by Michael Rose
Copyright 2013-2020 Michael Rose - mademistakes.com | @mmistakes
Free for personal and commercial use under the MIT license
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
-->
<html lang="en" class="no-js">
<head>
<meta charset="utf-8">
<!-- begin _includes/seo.html --><title>Posts by Tag · soar’s blog (mirror)</title>
<meta name="description" content="GitHub Pages powered mirror for the blog https://soar.name">
<meta name="author" content="Aleksey @soar Smyrnov">
<meta property="og:type" content="website">
<meta property="og:locale" content="en">
<meta property="og:site_name" content="soar's blog (mirror)">
<meta property="og:title" content="Posts by Tag">
<meta property="og:url" content="/tags/">
<meta property="og:description" content="GitHub Pages powered mirror for the blog https://soar.name">
<link rel="canonical" href="/tags/">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "soar",
"url": "/"
}
</script>
<!-- end _includes/seo.html -->
<link href="/feed.xml" type="application/atom+xml" rel="alternate" title="soar's blog (mirror) Feed">
<!-- https://t.co/dKP3o1e -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script>
document.documentElement.className = document.documentElement.className.replace(/\bno-js\b/g, '') + ' js ';
</script>
<!-- For all browsers -->
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5/css/all.min.css">
<!--[if IE]>
<style>
/* old IE unsupported flexbox fixes */
.greedy-nav .site-title {
padding-right: 3em;
}
.greedy-nav button {
position: absolute;
top: 0;
right: 0;
height: 100%;
}
</style>
<![endif]-->
<!-- start custom head snippets -->
<!-- insert favicons. use https://realfavicongenerator.net/ -->
<!-- end custom head snippets -->
</head>
<body class="layout--tags">
<nav class="skip-links">
<h2 class="screen-reader-text">Skip links</h2>
<ul>
<li><a href="#site-nav" class="screen-reader-shortcut">Skip to primary navigation</a></li>
<li><a href="#main" class="screen-reader-shortcut">Skip to content</a></li>
<li><a href="#footer" class="screen-reader-shortcut">Skip to footer</a></li>
</ul>
</nav>
<!--[if lt IE 9]>
<div class="notice--danger align-center" style="margin: 0;">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience.</div>
<![endif]-->
<div class="masthead">
<div class="masthead__inner-wrap">
<div class="masthead__menu">
<nav id="site-nav" class="greedy-nav">
<a class="site-title" href="/">
soar's blog (mirror)
<span class="site-subtitle">Mirror for soar.name</span>
</a>
<ul class="visible-links"></ul>
<button class="search__toggle" type="button">
<span class="visually-hidden">Toggle search</span>
<svg class="icon" width="16" height="16" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.99 16">
<path d="M15.5,13.12L13.19,10.8a1.69,1.69,0,0,0-1.28-.55l-0.06-.06A6.5,6.5,0,0,0,5.77,0,6.5,6.5,0,0,0,2.46,11.59a6.47,6.47,0,0,0,7.74.26l0.05,0.05a1.65,1.65,0,0,0,.5,1.24l2.38,2.38A1.68,1.68,0,0,0,15.5,13.12ZM6.4,2A4.41,4.41,0,1,1,2,6.4,4.43,4.43,0,0,1,6.4,2Z" transform="translate(-.01)"></path>
</svg>
</button>
<button class="greedy-nav__toggle hidden" type="button">
<span class="visually-hidden">Toggle menu</span>
<div class="navicon"></div>
</button>
<ul class="hidden-links hidden"></ul>
</nav>
</div>
</div>
</div>
<div class="initial-content">
<div id="main" role="main">
<div class="sidebar sticky">
<div itemscope itemtype="https://schema.org/Person">
<div class="author__avatar">
<img src="/_static/img/profile-photo.jpg" alt="Aleksey @soar Smyrnov" itemprop="image">
</div>
<div class="author__content">
<h3 class="author__name" itemprop="name">Aleksey @soar Smyrnov</h3>
<div class="author__bio" itemprop="description">
<p>My awesome biography constrained to a sentence or two goes here.</p>
</div>
</div>
<div class="author__urls-wrapper">
<button class="btn btn--inverse">Follow</button>
<ul class="author__urls social-icons">
<li><a href="https://soar.name" rel="nofollow noopener noreferrer"><i class="fas fa-fw fa-link" aria-hidden="true"></i><span class="label">My Blog</span></a></li>
<li><a href="https://github.com/soar" rel="nofollow noopener noreferrer"><i class="fab fa-fw fa-github" aria-hidden="true"></i><span class="label">GitHub</span></a></li>
<!--
<li>
<a href="http://link-to-whatever-social-network.com/user/" itemprop="sameAs" rel="nofollow noopener noreferrer">
<i class="fas fa-fw" aria-hidden="true"></i> Custom Social Profile Link
</a>
</li>
-->
</ul>
</div>
</div>
</div>
<div class="archive">
<h1 id="page-title" class="page__title">Posts by Tag</h1>
<ul class="taxonomy__index">
<li>
<a href="#test1">
<strong>test1</strong> <span class="taxonomy__count">2</span>
</a>
</li>
<li>
<a href="#test2">
<strong>test2</strong> <span class="taxonomy__count">2</span>
</a>
</li>
</ul>
<section id="test1" class="taxonomy__section">
<h2 class="archive__subtitle">test1</h2>
<div class="entries-list">
<div class="list__item">
<article class="archive__item" itemscope itemtype="https://schema.org/CreativeWork">
<h2 class="archive__item-title no_toc" itemprop="headline">
<a href="/jekyll/update/2021/02/02/welcome-to-jekyll.html" rel="permalink">Welcome to Jekyll!
</a>
</h2>
<p class="page__meta">
<span class="page__meta-date">
<i class="far fa-calendar-alt" aria-hidden="true"></i>
<time datetime="2021-02-02T08:09:38+00:00">February 2, 2021</time>
</span>
<span class="page__meta-sep"></span>
<span class="page__meta-readtime">
<i class="far fa-clock" aria-hidden="true"></i>
less than 1 minute read
</span>
</p>
<p class="archive__item-excerpt" itemprop="description">You’ll find this post in your _posts directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different wa...</p>
</article>
</div>
<div class="list__item">
<article class="archive__item" itemscope itemtype="https://schema.org/CreativeWork">
<h2 class="archive__item-title no_toc" itemprop="headline">
<a href="/jekyll/update/2021/02/02/test2.html" rel="permalink">Test2!
</a>
</h2>
<p class="page__meta">
<span class="page__meta-date">
<i class="far fa-calendar-alt" aria-hidden="true"></i>
<time datetime="2021-02-02T08:09:38+00:00">February 2, 2021</time>
</span>
<span class="page__meta-sep"></span>
<span class="page__meta-readtime">
<i class="far fa-clock" aria-hidden="true"></i>
less than 1 minute read
</span>
</p>
<p class="archive__item-excerpt" itemprop="description">This is test2 post
</p>
</article>
</div>
</div>
<a href="#page-title" class="back-to-top">Back to Top ↑</a>
</section>
<section id="test2" class="taxonomy__section">
<h2 class="archive__subtitle">test2</h2>
<div class="entries-list">
<div class="list__item">
<article class="archive__item" itemscope itemtype="https://schema.org/CreativeWork">
<h2 class="archive__item-title no_toc" itemprop="headline">
<a href="/jekyll/update/2021/02/02/welcome-to-jekyll.html" rel="permalink">Welcome to Jekyll!
</a>
</h2>
<p class="page__meta">
<span class="page__meta-date">
<i class="far fa-calendar-alt" aria-hidden="true"></i>
<time datetime="2021-02-02T08:09:38+00:00">February 2, 2021</time>
</span>
<span class="page__meta-sep"></span>
<span class="page__meta-readtime">
<i class="far fa-clock" aria-hidden="true"></i>
less than 1 minute read
</span>
</p>
<p class="archive__item-excerpt" itemprop="description">You’ll find this post in your _posts directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different wa...</p>
</article>
</div>
<div class="list__item">
<article class="archive__item" itemscope itemtype="https://schema.org/CreativeWork">
<h2 class="archive__item-title no_toc" itemprop="headline">
<a href="/jekyll/update/2021/02/02/test2.html" rel="permalink">Test2!
</a>
</h2>
<p class="page__meta">
<span class="page__meta-date">
<i class="far fa-calendar-alt" aria-hidden="true"></i>
<time datetime="2021-02-02T08:09:38+00:00">February 2, 2021</time>
</span>
<span class="page__meta-sep"></span>
<span class="page__meta-readtime">
<i class="far fa-clock" aria-hidden="true"></i>
less than 1 minute read
</span>
</p>
<p class="archive__item-excerpt" itemprop="description">This is test2 post
</p>
</article>
</div>
</div>
<a href="#page-title" class="back-to-top">Back to Top ↑</a>
</section>
</div>
</div>
</div>
<div class="search-content">
<div class="search-content__inner-wrap"><form class="search-content__form" onkeydown="return event.key != 'Enter';">
<label class="sr-only" for="search">
Enter your search term...
</label>
<input type="search" id="search" class="search-input" tabindex="-1" placeholder="Enter your search term..." />
</form>
<div id="results" class="results"></div></div>
</div>
<div id="footer" class="page__footer">
<footer>
<!-- start custom footer snippets -->
<!-- end custom footer snippets -->
<div class="page__footer-follow">
<ul class="social-icons">
<li><a href="https://github.com/soar" rel="nofollow noopener noreferrer"><i class="fab fa-fw fa-github" aria-hidden="true"></i> GitHub</a></li>
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
</ul>
</div>
<div class="page__footer-copyright">© 2021 soar. Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.</div>
</footer>
</div>
<script src="/assets/js/main.min.js"></script>
<script src="/assets/js/lunr/lunr.min.js"></script>
<script src="/assets/js/lunr/lunr-store.js"></script>
<script src="/assets/js/lunr/lunr-en.js"></script>
</body>
</html>
| soar/soar.github.io | tags/index.html | HTML | mit | 12,134 |
<!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_131) on Thu Apr 27 18:12:31 EEST 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class ui.research.MouseGuy (MyPaint 1.0-SNAPSHOT API)</title>
<meta name="date" content="2017-04-27">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class ui.research.MouseGuy (MyPaint 1.0-SNAPSHOT API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../ui/research/MouseGuy.html" title="class in ui.research">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?ui/research/class-use/MouseGuy.html" target="_top">Frames</a></li>
<li><a href="MouseGuy.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class ui.research.MouseGuy" class="title">Uses of Class<br>ui.research.MouseGuy</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../ui/research/MouseGuy.html" title="class in ui.research">MouseGuy</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#ui.research">ui.research</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="ui.research">
<!-- -->
</a>
<h3>Uses of <a href="../../../ui/research/MouseGuy.html" title="class in ui.research">MouseGuy</a> in <a href="../../../ui/research/package-summary.html">ui.research</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../ui/research/package-summary.html">ui.research</a> with parameters of type <a href="../../../ui/research/MouseGuy.html" title="class in ui.research">MouseGuy</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/8/docs/api/javax/swing/JTextArea.html?is-external=true" title="class or interface in javax.swing">JTextArea</a></code></td>
<td class="colLast"><span class="typeNameLabel">NewWindow.</span><code><span class="memberNameLink"><a href="../../../ui/research/NewWindow.html#getCoordInfoArea-ui.research.MouseGuy-">getCoordInfoArea</a></span>(<a href="../../../ui/research/MouseGuy.html" title="class in ui.research">MouseGuy</a> m)</code> </td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructors in <a href="../../../ui/research/package-summary.html">ui.research</a> with parameters of type <a href="../../../ui/research/MouseGuy.html" title="class in ui.research">MouseGuy</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../ui/research/SidePanel.html#SidePanel-ui.research.NewWindow-app.ControlUnit-ui.research.MouseGuy-ui.research.PaintPanel-int-int-">SidePanel</a></span>(<a href="../../../ui/research/NewWindow.html" title="class in ui.research">NewWindow</a> w,
<a href="../../../app/ControlUnit.html" title="class in app">ControlUnit</a> cu,
<a href="../../../ui/research/MouseGuy.html" title="class in ui.research">MouseGuy</a> m,
<a href="../../../ui/research/PaintPanel.html" title="class in ui.research">PaintPanel</a> p,
int width,
int height)</code> </td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../ui/research/MouseGuy.html" title="class in ui.research">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?ui/research/class-use/MouseGuy.html" target="_top">Frames</a></li>
<li><a href="MouseGuy.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2017. All rights reserved.</small></p>
</body>
</html>
| kapistelijaKrisu/JavaPaint | Documentation/checkstyle/apidocs/ui/research/class-use/MouseGuy.html | HTML | mit | 7,473 |
---
layout: default
---
{% if page.header.overlay_color or page.header.overlay_image or page.header.image %}
{% include page__hero.html %}
{% endif %}
{% if page.url != "/" and site.breadcrumbs %}
{% unless paginator %}
{% include breadcrumbs.html %}
{% endunless %}
{% endif %}
<div id="main" role="main">
{% include sidebar.html %}
<div class="archive">
{% unless page.header.overlay_color or page.header.overlay_image %}
<h1 id="page-title" class="page__title">{{ page.title }}</h1>
{% endunless %}
{{ content }}
{%- assign search_provider = site.search_provider | default: "lunr" -%}
{%- case search_provider -%}
{%- when "lunr" -%}
<div class="search-searchbar"></div>
<div class="search-hits"></div>
{%- when "google" -%}
<form onsubmit="return executeQuery();" id="cse-search-box-form-id">
<input type="text" id="cse-search-input-box-id" class="search-input" tabindex="-1" placeholder="{{ site.data.ui-text[site.locale].search_placeholder_text | default: 'Enter your search term...' }}" />
</form>
<div id="results" class="results">
<gcse:searchresults-only></gcse:searchresults-only>
</div>
{%- when "algolia" -%}
<div class="search-searchbar"></div>
<div class="search-hits"></div>
{%- endcase -%}
</div>
</div> | keelezibel/keelezibel.github.io | _layouts/search.html | HTML | mit | 1,372 |
{% extends 'dashboard_base.html' %}
{% load i18n static %}
{% load compress crispy_forms_tags %}
{% load review_tools %}
{% block title %}{% blocktrans with proposal_title=proposal.title %}{{ proposal_title }} | Reviews{% endblocktrans %}
{% endblock title %}
{% block extra_css %}
<link rel="stylesheet" type="text/css" href="{% static 'css/vendors/simplemde.min.css' %}">
{% endblock extra_css %}
{% block dashboard_tablist %}
{% include '_includes/dashboard_tablist.html' with active='review' %}
{% endblock dashboard_tablist %}
{% block main-content %}
{# Current proposal. #}
<h3 class="dashboard-header"><span class="header-title">{{ proposal.title }}</span></h3>
<div class="dashboard-body reviewed-proposal-view">
{% if review_stage == 2 %}
<h4>{% trans 'Submitter' %}</h4>
<div class="simple-field">{{ proposal.submitter.speaker_name }}</div>
{% endif %}
<h4>{% trans 'Category' %}</h4>
<div class="simple-field">
{% line_diff proposal.get_category_display snapshot.get_category_display %}
</div>
<h4>{% trans 'Duration' %}</h4>
<div class="simple-field">
{% line_diff proposal.get_duration_display snapshot.get_duration_display %}
</div>
<h4>{% trans 'Language' %}</h4>
<div class="simple-field">
{% line_diff proposal.get_language_display snapshot.get_language_display %}
</div>
<h4>{% trans 'Abstract' %}</h4>
{% include 'reviews/_includes/review_proposal_text_field.html' with current=proposal.abstract snapshot=snapshot.abstract field="abstract" only %}
<h4>{% trans 'Python level' %}</h4>
<div class="simple-field">
{% line_diff proposal.get_python_level_display snapshot.get_python_level_display %}
</div>
<h4>{% trans 'Objective' %}</h4>
{% include 'reviews/_includes/review_proposal_text_field.html' with current=proposal.objective snapshot=snapshot.objective field="objective" only %}
{% if proposal.detailed_description %}
<h4>{% trans 'Detailed description' %}</h4>
{% include 'reviews/_includes/review_proposal_markdown_field.html' with current=proposal.detailed_description snapshot=snapshot.detailed_description field='detailed_description' only %}
{% endif %}
{% if proposal.outline %}
<h4>{% trans 'Outline' %}</h4>
{% include 'reviews/_includes/review_proposal_markdown_field.html' with current=proposal.outline snapshot=snapshot.outline field='outline' only %}
{% endif %}
{% if review_stage == 2 and proposal.supplementary %}
<h4>{% trans 'Supplementary' %}</h4>
{% include 'reviews/_includes/review_proposal_markdown_field.html' with current=proposal.supplementary snapshot=snapshot.supplementary field='supplementary' only %}
{% endif %}
</div>
{# Review table. #}
{% if review_stage == 2 and other_reviews %}
<h3 class="dashboard-header"><span class="header-title">{% trans 'Previous Reviews by Other Reviewers' %}</span></h3>
<div class="dashboard-body">
{% include 'reviews/_includes/previous_review_table.html' with reviews=other_reviews show_all_comments=True %}
</div>
{% endif %}
{% if review_stage == 2 and my_reviews %}
<h3 class="dashboard-header"><span class="header-title">{% trans 'My Previous Reviews' %}</span></h3>
<div class="dashboard-body">
{% include 'reviews/_includes/previous_review_table.html' with reviews=my_reviews show_all_comments=True %}
</div>
{% endif %}
{% if proposal.accepted == None %}
<h3 class="dashboard-header"><span class="header-title">{% trans 'Review Proposal' %}</span></h3>
<form method="POST">
{% csrf_token %}
{{ form|crispy }}
<button type="submit" class="btn btn-primary btn-lg">
{% trans 'Submit' %}
</button>
</form>
{% endif %}
{% endblock main-content %}
{% block extra_js %}
{{ block.super }}
<script src="{% static 'js/vendors/simplemde.min.js' %}"></script>
{% compress js %}
<script src="{% static 'js/reviews/review_form.js' %}"></script>
{% endcompress %}
{% endblock extra_js %}
| pycontw/pycontw2016 | src/templates/default/reviews/review_form.html | HTML | mit | 3,850 |
{% extends "layout.html" %}
{% block body %}
<a style="display: flex; justify-content: flex-end" href="/"><h4>Go to Designation Summary</h4></a>
<link href="{{ url_for('static', filename='semantic/semantic.min.css') }}" rel="stylesheet" type="text/css" />
<link href="https://cdnjs.cloudflare.com/ajax/libs/tabulator/3.4.1/css/tabulator.min.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/tabulator/3.4.1/css/semantic-ui/tabulator_semantic-ui.min.css" rel="stylesheet">
<script
src="https://code.jquery.com/jquery-3.3.1.min.js"
integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
crossorigin="anonymous"></script>
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.min.js" integrity="sha256-VazP97ZCwtekAsvgPBSUwPFKdrwD3unUfSGVYrahUqU=" crossorigin="anonymous"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/tabulator/3.4.1/js/tabulator.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.12/semantic.min.js"></script>
<!-- <script src="{{ url_for('static', filename='semantic/semantic.min.js') }}"></script> -->
{% if session.logged_in %}
<form action="{{ url_for('show_entries_filter') }}" method=post>
<dl>
<div class="ui fluid focus action input">
<input type="text" name="filter" placeholder="Search..." value='{{ qfilter|safe }}'>
<button class="ui button" type=submit>Search</button>
</div>
<!-- <dd><input type=submit value=Share> -->
</dl>
</form>
{% endif %}
<h2>Area Unit Summary</h2> <div class="ui mini statistics">
<div class="ui mini statistic">
<div class="value">
{{footer.tot}}
</div>
<div class="label">
Ext
</div>
</div>
<div class="ui mini statistic">
<div class="value">
{{footer.req}}
</div>
<div class="label">
Req
</div>
</div>
<div class="ui mini statistic">
<div class="value">
{{footer.san}}
</div>
<div class="label">
San
</div>
</div>
</div>
<div id="example-table"></div>
<script type="text/javascript">
//define some sample data
var tabledata = {{ entries|safe }};
var id_table = {}
//create Tabulator on DOM element with id "example-table"
$("#example-table").tabulator({
height: 600, // set height of table (in CSS or here), this enables the Virtual DOM and improves render speed dramatically (can be any valid css height value)
groupToggleElement: "header",
layout: "fitColumns", //fit columns to width of table (optional)
columns: [ //Define Table Columns
{ title: "area", field: "area" , headerFilter:true, formatter:area_linker},
{ title: "unit", field: "unit" , headerFilter:true,formatter:unit_linker},
{ title: "name", field: "name" , headerFilter:true},
{ title: "type", field: "type" , headerFilter:true},
{ title: "tot", field: "tot", topCalc: "sum", },
{ title: "req", field: "req", topCalc: "sum",},
{ title: "san", field: "san", topCalc: "sum",color:"green" },
],
persistenceID: "example4", //id string, can only be numbers, letters, hyphens and underscores.
persistentLayout: true,
movableColumns: true,
// movableRows: true,
groupBy: ["area"],
groupClosedShowCalcs: true,
groupHeader: [
function(value, count, data) { //generate header contents for color groups
return value + "<span style='margin-left:10px;'>(" + count + " item)</span>";
}
],
// rowClick:function(e, row){ //trigger an alert message when the row is clicked
// alert("Row " + row.getData().id + " Clicked!!!!");
// },
});
function area_linker(cell, formatterParams){
//cell - the cell component
//formatterParams - parameters set for the column
var data = cell.getData()
id_table[data.dscd] = data
var area = '<a href="javascript:show_area_entries(\''+data.area+'\')">'+cell.getValue()+'</a>'
return area
}
function unit_linker(cell, formatterParams){
//cell - the cell component
//formatterParams - parameters set for the column
var data = cell.getData()
id_table[data.dscd] = data
var unit = '<a href="javascript:show_unit_entries(\''+data.unit+'\')">'+cell.getValue()+'</a>'
return unit
}
//var link_url ={{ url_for('show_entries_filter') }}
function show_area_entries(area){
var filter = "area= \""+area+"\""
var url = '/filter'
$('#redirect_form').remove()
var form = $('<form hidden id="redirect_form" action="' + url + '" method="post">' +
'<input type="text" id="redirect_url_cond" name="filter" value="" />' +
'</form>');
$('body').append(form);
$('#redirect_url_cond')[0].value=filter
form.submit();
$('#redirect_form').remove()
}
function show_unit_entries(unit){
var filter = " unit= \""+unit+"\""
var url = '/filter'
$('#redirect_form').remove()
var form = $('<form hidden id="redirect_form" action="' + url + '" method="post">' +
'<input type="text" id="redirect_url_cond" name="filter" value="" />' +
'</form>');
$('body').append(form);
$('#redirect_url_cond')[0].value=filter
form.submit();
$('#redirect_form').remove()
}
$("#add-row").on("click", function(e) {
$('.ui.modal').modal('show')
});
$('.cancel').on("click", function(e) {
$('.ui.modal').modal('hide')
})
//load sample data into the table
$("#example-table").tabulator("setData", tabledata);
</script>
{% endblock %} | venkat299/mpBudget | flaskr/flaskr/templates/area_summ.html | HTML | mit | 5,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 v4.1.2: Member List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">V8 API Reference Guide for node.js v4.1.2
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.9.1 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="inherits.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespacev8.html">v8</a></li><li class="navelem"><a class="el" href="classv8_1_1ScriptCompiler.html">ScriptCompiler</a></li><li class="navelem"><a class="el" href="classv8_1_1ScriptCompiler_1_1ExternalSourceStream.html">ExternalSourceStream</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">v8::ScriptCompiler::ExternalSourceStream Member List</div> </div>
</div><!--header-->
<div class="contents">
<p>This is the complete list of members for <a class="el" href="classv8_1_1ScriptCompiler_1_1ExternalSourceStream.html">v8::ScriptCompiler::ExternalSourceStream</a>, including all inherited members.</p>
<table class="directory">
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1ScriptCompiler_1_1ExternalSourceStream.html#ac3a0221b5725f0b612a6342d8e83d899">GetMoreData</a>(const uint8_t **src)=0</td><td class="entry"><a class="el" href="classv8_1_1ScriptCompiler_1_1ExternalSourceStream.html">v8::ScriptCompiler::ExternalSourceStream</a></td><td class="entry"><span class="mlabel">pure virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1ScriptCompiler_1_1ExternalSourceStream.html#a425cf1ba265eeca194b805fe5c52bc19">ResetToBookmark</a>()</td><td class="entry"><a class="el" href="classv8_1_1ScriptCompiler_1_1ExternalSourceStream.html">v8::ScriptCompiler::ExternalSourceStream</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1ScriptCompiler_1_1ExternalSourceStream.html#a6848508547b3508a2d016738f12561e8">SetBookmark</a>()</td><td class="entry"><a class="el" href="classv8_1_1ScriptCompiler_1_1ExternalSourceStream.html">v8::ScriptCompiler::ExternalSourceStream</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>~ExternalSourceStream</b>() (defined in <a class="el" href="classv8_1_1ScriptCompiler_1_1ExternalSourceStream.html">v8::ScriptCompiler::ExternalSourceStream</a>)</td><td class="entry"><a class="el" href="classv8_1_1ScriptCompiler_1_1ExternalSourceStream.html">v8::ScriptCompiler::ExternalSourceStream</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">virtual</span></td></tr>
</table></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.9.1
</small></address>
</body>
</html>
| v8-dox/v8-dox.github.io | 5a9e795/html/classv8_1_1ScriptCompiler_1_1ExternalSourceStream-members.html | HTML | mit | 6,182 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.9.1"/>
<title>V8 API Reference Guide for node.js v5.0.0: v8::Array Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">V8 API Reference Guide for node.js v5.0.0
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.9.1 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="inherits.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespacev8.html">v8</a></li><li class="navelem"><a class="el" href="classv8_1_1Array.html">Array</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-methods">Public Member Functions</a> |
<a href="#pub-static-methods">Static Public Member Functions</a> |
<a href="classv8_1_1Array-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">v8::Array 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>
<div class="dynheader">
Inheritance diagram for v8::Array:</div>
<div class="dyncontent">
<div class="center"><img src="classv8_1_1Array__inherit__graph.png" border="0" usemap="#v8_1_1Array_inherit__map" alt="Inheritance graph"/></div>
<map name="v8_1_1Array_inherit__map" id="v8_1_1Array_inherit__map">
</map>
<center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div>
<div class="dynheader">
Collaboration diagram for v8::Array:</div>
<div class="dyncontent">
<div class="center"><img src="classv8_1_1Array__coll__graph.png" border="0" usemap="#v8_1_1Array_coll__map" alt="Collaboration graph"/></div>
<map name="v8_1_1Array_coll__map" id="v8_1_1Array_coll__map">
</map>
<center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></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:a3c47dfd8d26e60ed4fcdc683034d6d9c"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a3c47dfd8d26e60ed4fcdc683034d6d9c"></a>
uint32_t </td><td class="memItemRight" valign="bottom"><b>Length</b> () const </td></tr>
<tr class="separator:a3c47dfd8d26e60ed4fcdc683034d6d9c"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a3b1451b581932eef0d39c2c754adc1f9"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Array.html#a3b1451b581932eef0d39c2c754adc1f9">V8_DEPRECATE_SOON</a> ("Use maybe version", Local< <a class="el" href="classv8_1_1Object.html">Object</a> > CloneElementAt(uint32_t index))</td></tr>
<tr class="separator:a3b1451b581932eef0d39c2c754adc1f9"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aceb6239f3ca3855174c58f19c49ebe6b"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aceb6239f3ca3855174c58f19c49ebe6b"></a>
V8_WARN_UNUSED_RESULT <a class="el" href="classv8_1_1MaybeLocal.html">MaybeLocal</a>< <a class="el" href="classv8_1_1Object.html">Object</a> > </td><td class="memItemRight" valign="bottom"><b>CloneElementAt</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context, uint32_t index)</td></tr>
<tr class="separator:aceb6239f3ca3855174c58f19c49ebe6b"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="inherit_header pub_methods_classv8_1_1Object"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_classv8_1_1Object')"><img src="closed.png" alt="-"/> Public Member Functions inherited from <a class="el" href="classv8_1_1Object.html">v8::Object</a></td></tr>
<tr class="memitem:a86333122230b703cabfb08d8a7d54a58 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a86333122230b703cabfb08d8a7d54a58"></a>
 </td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> ("Use maybe version", bool <a class="el" href="classv8_1_1Set.html">Set</a>(<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > key, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > value))</td></tr>
<tr class="separator:a86333122230b703cabfb08d8a7d54a58 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ac5840fc655bea7b2b55a4b49338360ae inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ac5840fc655bea7b2b55a4b49338360ae"></a>
V8_WARN_UNUSED_RESULT <a class="el" href="classv8_1_1Maybe.html">Maybe</a>< bool > </td><td class="memItemRight" valign="bottom"><b>Set</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > key, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > value)</td></tr>
<tr class="separator:ac5840fc655bea7b2b55a4b49338360ae inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a0c2305335e71c88d245dd1aa0060a2de inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a0c2305335e71c88d245dd1aa0060a2de"></a>
 </td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> ("Use maybe version", bool <a class="el" href="classv8_1_1Set.html">Set</a>(uint32_t index, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > value))</td></tr>
<tr class="separator:a0c2305335e71c88d245dd1aa0060a2de inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ace0cbcf5659a82106601d07b3e6fa2be inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ace0cbcf5659a82106601d07b3e6fa2be"></a>
V8_WARN_UNUSED_RESULT <a class="el" href="classv8_1_1Maybe.html">Maybe</a>< bool > </td><td class="memItemRight" valign="bottom"><b>Set</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context, uint32_t index, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > value)</td></tr>
<tr class="separator:ace0cbcf5659a82106601d07b3e6fa2be inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ae334696b1e57ea2b333c4da48dd37895 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ae334696b1e57ea2b333c4da48dd37895"></a>
V8_WARN_UNUSED_RESULT <a class="el" href="classv8_1_1Maybe.html">Maybe</a>< bool > </td><td class="memItemRight" valign="bottom"><b>CreateDataProperty</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Name.html">Name</a> > key, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > value)</td></tr>
<tr class="separator:ae334696b1e57ea2b333c4da48dd37895 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aec3a99813837c0bc6444c59f8e5ca22a inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aec3a99813837c0bc6444c59f8e5ca22a"></a>
V8_WARN_UNUSED_RESULT <a class="el" href="classv8_1_1Maybe.html">Maybe</a>< bool > </td><td class="memItemRight" valign="bottom"><b>CreateDataProperty</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context, uint32_t index, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > value)</td></tr>
<tr class="separator:aec3a99813837c0bc6444c59f8e5ca22a inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a65f44f92b7ee9d479ce6b3ebb9ac8d4b inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a65f44f92b7ee9d479ce6b3ebb9ac8d4b"></a>
V8_WARN_UNUSED_RESULT <a class="el" href="classv8_1_1Maybe.html">Maybe</a>< bool > </td><td class="memItemRight" valign="bottom"><b>DefineOwnProperty</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Name.html">Name</a> > key, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > value, PropertyAttribute attributes=None)</td></tr>
<tr class="separator:a65f44f92b7ee9d479ce6b3ebb9ac8d4b inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a860fc8955b4e2bc05ec6a3ffefdd5d4c inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a860fc8955b4e2bc05ec6a3ffefdd5d4c"></a>
 </td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> ("Use CreateDataProperty", bool ForceSet(<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > key, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > value, PropertyAttribute attribs=None))</td></tr>
<tr class="separator:a860fc8955b4e2bc05ec6a3ffefdd5d4c inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ad27cf6f073e9a84f056f3858dc92ee64 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ad27cf6f073e9a84f056f3858dc92ee64"></a>
 </td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> ("Use CreateDataProperty", Maybe< bool > ForceSet(<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > key, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > value, PropertyAttribute attribs=None))</td></tr>
<tr class="separator:ad27cf6f073e9a84f056f3858dc92ee64 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a15c40cda73a1927bef406b85032d5564 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a15c40cda73a1927bef406b85032d5564"></a>
 </td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> ("Use maybe version", Local< <a class="el" href="classv8_1_1Value.html">Value</a> > Get(<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > key))</td></tr>
<tr class="separator:a15c40cda73a1927bef406b85032d5564 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a239c03bb250cd6bf583ca60f72e18918 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a239c03bb250cd6bf583ca60f72e18918"></a>
V8_WARN_UNUSED_RESULT <a class="el" href="classv8_1_1MaybeLocal.html">MaybeLocal</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > </td><td class="memItemRight" valign="bottom"><b>Get</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > key)</td></tr>
<tr class="separator:a239c03bb250cd6bf583ca60f72e18918 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ac27f1b680e53d4c9c879aac3c7380202 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ac27f1b680e53d4c9c879aac3c7380202"></a>
 </td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> ("Use maybe version", Local< <a class="el" href="classv8_1_1Value.html">Value</a> > Get(uint32_t index))</td></tr>
<tr class="separator:ac27f1b680e53d4c9c879aac3c7380202 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ac1fcfcfedaf66775c46b53cb1804b949 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ac1fcfcfedaf66775c46b53cb1804b949"></a>
V8_WARN_UNUSED_RESULT <a class="el" href="classv8_1_1MaybeLocal.html">MaybeLocal</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > </td><td class="memItemRight" valign="bottom"><b>Get</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context, uint32_t index)</td></tr>
<tr class="separator:ac1fcfcfedaf66775c46b53cb1804b949 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a45c99c5e2b16425b4e92c88d49463e5f inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Object.html#a45c99c5e2b16425b4e92c88d49463e5f">V8_DEPRECATE_SOON</a> ("Use maybe version", PropertyAttribute GetPropertyAttributes(<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > key))</td></tr>
<tr class="separator:a45c99c5e2b16425b4e92c88d49463e5f inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ae5c97a596bcb634c50605a574358a9c6 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ae5c97a596bcb634c50605a574358a9c6"></a>
V8_WARN_UNUSED_RESULT <a class="el" href="classv8_1_1Maybe.html">Maybe</a>< PropertyAttribute > </td><td class="memItemRight" valign="bottom"><b>GetPropertyAttributes</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > key)</td></tr>
<tr class="separator:ae5c97a596bcb634c50605a574358a9c6 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ac5503b0a8e861ec721c680eccf5aec2d inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Object.html#ac5503b0a8e861ec721c680eccf5aec2d">V8_DEPRECATE_SOON</a> ("Use maybe version", Local< <a class="el" href="classv8_1_1Value.html">Value</a> > GetOwnPropertyDescriptor(<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1String.html">String</a> > key))</td></tr>
<tr class="separator:ac5503b0a8e861ec721c680eccf5aec2d inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a17fd31922f11c634183c59c0eb08cf65 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a17fd31922f11c634183c59c0eb08cf65"></a>
V8_WARN_UNUSED_RESULT <a class="el" href="classv8_1_1MaybeLocal.html">MaybeLocal</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > </td><td class="memItemRight" valign="bottom"><b>GetOwnPropertyDescriptor</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1String.html">String</a> > key)</td></tr>
<tr class="separator:a17fd31922f11c634183c59c0eb08cf65 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:adbaa619d9f0588470c1e88532949da65 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="adbaa619d9f0588470c1e88532949da65"></a>
 </td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> ("Use maybe version", bool Has(<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > key))</td></tr>
<tr class="separator:adbaa619d9f0588470c1e88532949da65 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a57d4819c2cc13715ed22dd23cdc84d7c inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a57d4819c2cc13715ed22dd23cdc84d7c"></a>
V8_WARN_UNUSED_RESULT <a class="el" href="classv8_1_1Maybe.html">Maybe</a>< bool > </td><td class="memItemRight" valign="bottom"><b>Has</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > key)</td></tr>
<tr class="separator:a57d4819c2cc13715ed22dd23cdc84d7c inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ad76afc75f558f317a80b4f4b83c5cd53 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ad76afc75f558f317a80b4f4b83c5cd53"></a>
 </td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> ("Use maybe version", bool Delete(<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > key))</td></tr>
<tr class="separator:ad76afc75f558f317a80b4f4b83c5cd53 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ab0626985ff54cbeeccef5e50656e5481 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ab0626985ff54cbeeccef5e50656e5481"></a>
<a class="el" href="classv8_1_1Maybe.html">Maybe</a>< bool > </td><td class="memItemRight" valign="bottom"><b>Delete</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > key)</td></tr>
<tr class="separator:ab0626985ff54cbeeccef5e50656e5481 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a54ea0720cf71e2898049d05c44ef2133 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a54ea0720cf71e2898049d05c44ef2133"></a>
 </td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> ("Use maybe version", bool Has(uint32_t index))</td></tr>
<tr class="separator:a54ea0720cf71e2898049d05c44ef2133 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:adfbff82d3a45a69415ae99013a654daa inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="adfbff82d3a45a69415ae99013a654daa"></a>
V8_WARN_UNUSED_RESULT <a class="el" href="classv8_1_1Maybe.html">Maybe</a>< bool > </td><td class="memItemRight" valign="bottom"><b>Has</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context, uint32_t index)</td></tr>
<tr class="separator:adfbff82d3a45a69415ae99013a654daa inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a97a29f705ad4a7dda2f04d80dd80ef98 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a97a29f705ad4a7dda2f04d80dd80ef98"></a>
 </td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> ("Use maybe version", bool Delete(uint32_t index))</td></tr>
<tr class="separator:a97a29f705ad4a7dda2f04d80dd80ef98 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aabd005ef33ff69c15562d5296f4982d0 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aabd005ef33ff69c15562d5296f4982d0"></a>
<a class="el" href="classv8_1_1Maybe.html">Maybe</a>< bool > </td><td class="memItemRight" valign="bottom"><b>Delete</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context, uint32_t index)</td></tr>
<tr class="separator:aabd005ef33ff69c15562d5296f4982d0 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a80ab45ba0cc3e0ff8d6c863bdbbc5195 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a80ab45ba0cc3e0ff8d6c863bdbbc5195"></a>
 </td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> ("Use maybe version", bool SetAccessor(<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1String.html">String</a> > name, <a class="el" href="namespacev8.html#a722613c87061708a4f1aa050d095f868">AccessorGetterCallback</a> getter, AccessorSetterCallback setter=0, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > data=<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> >(), <a class="el" href="namespacev8.html#a31d8355cb043d7d2dda3f4a52760b64e">AccessControl</a> settings=DEFAULT, PropertyAttribute attribute=None))</td></tr>
<tr class="separator:a80ab45ba0cc3e0ff8d6c863bdbbc5195 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a19f25d6ccca31eff3f81f2b237042cbf inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a19f25d6ccca31eff3f81f2b237042cbf"></a>
 </td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> ("Use maybe version", bool SetAccessor(<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Name.html">Name</a> > name, AccessorNameGetterCallback getter, AccessorNameSetterCallback setter=0, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > data=<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> >(), <a class="el" href="namespacev8.html#a31d8355cb043d7d2dda3f4a52760b64e">AccessControl</a> settings=DEFAULT, PropertyAttribute attribute=None))</td></tr>
<tr class="separator:a19f25d6ccca31eff3f81f2b237042cbf inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a6ab0b45aa38debc2cc9877ae3b232e55 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a6ab0b45aa38debc2cc9877ae3b232e55"></a>
<a class="el" href="classv8_1_1Maybe.html">Maybe</a>< bool > </td><td class="memItemRight" valign="bottom"><b>SetAccessor</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Name.html">Name</a> > name, AccessorNameGetterCallback getter, AccessorNameSetterCallback setter=0, <a class="el" href="classv8_1_1MaybeLocal.html">MaybeLocal</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > data=<a class="el" href="classv8_1_1MaybeLocal.html">MaybeLocal</a>< <a class="el" href="classv8_1_1Value.html">Value</a> >(), <a class="el" href="namespacev8.html#a31d8355cb043d7d2dda3f4a52760b64e">AccessControl</a> settings=DEFAULT, PropertyAttribute attribute=None)</td></tr>
<tr class="separator:a6ab0b45aa38debc2cc9877ae3b232e55 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a284911d760fc853d81adf98c242bc453 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a284911d760fc853d81adf98c242bc453"></a>
void </td><td class="memItemRight" valign="bottom"><b>SetAccessorProperty</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Name.html">Name</a> > name, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Function.html">Function</a> > getter, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Function.html">Function</a> > setter=<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Function.html">Function</a> >(), PropertyAttribute attribute=None, <a class="el" href="namespacev8.html#a31d8355cb043d7d2dda3f4a52760b64e">AccessControl</a> settings=DEFAULT)</td></tr>
<tr class="separator:a284911d760fc853d81adf98c242bc453 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a3f735ad2eab826ddc5eba467ce624acb inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Object.html#a3f735ad2eab826ddc5eba467ce624acb">V8_DEPRECATE_SOON</a> ("Use maybe version", Local< <a class="el" href="classv8_1_1Array.html">Array</a> > GetPropertyNames())</td></tr>
<tr class="separator:a3f735ad2eab826ddc5eba467ce624acb inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a771be1943535959085da5c384f8e6405 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a771be1943535959085da5c384f8e6405"></a>
V8_WARN_UNUSED_RESULT <a class="el" href="classv8_1_1MaybeLocal.html">MaybeLocal</a>< <a class="el" href="classv8_1_1Array.html">Array</a> > </td><td class="memItemRight" valign="bottom"><b>GetPropertyNames</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context)</td></tr>
<tr class="separator:a771be1943535959085da5c384f8e6405 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aa72e9d0d22d1d4a4c4b63827a5469d40 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Object.html#aa72e9d0d22d1d4a4c4b63827a5469d40">V8_DEPRECATE_SOON</a> ("Use maybe version", Local< <a class="el" href="classv8_1_1Array.html">Array</a> > GetOwnPropertyNames())</td></tr>
<tr class="separator:aa72e9d0d22d1d4a4c4b63827a5469d40 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ab4f1fc692a02c11d749a7d5120e67026 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ab4f1fc692a02c11d749a7d5120e67026"></a>
V8_WARN_UNUSED_RESULT <a class="el" href="classv8_1_1MaybeLocal.html">MaybeLocal</a>< <a class="el" href="classv8_1_1Array.html">Array</a> > </td><td class="memItemRight" valign="bottom"><b>GetOwnPropertyNames</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context)</td></tr>
<tr class="separator:ab4f1fc692a02c11d749a7d5120e67026 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ae8d3fed7d6dbd667c29cabb3039fe7af inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Object.html#ae8d3fed7d6dbd667c29cabb3039fe7af">GetPrototype</a> ()</td></tr>
<tr class="separator:ae8d3fed7d6dbd667c29cabb3039fe7af inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a34e1ca49ed4944009d8d289e5530dabd inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Object.html#a34e1ca49ed4944009d8d289e5530dabd">V8_DEPRECATE_SOON</a> ("Use maybe version", bool SetPrototype(<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > prototype))</td></tr>
<tr class="separator:a34e1ca49ed4944009d8d289e5530dabd inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a1f1fc25d2a440ad2a8b7d94db04f88fb inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a1f1fc25d2a440ad2a8b7d94db04f88fb"></a>
V8_WARN_UNUSED_RESULT <a class="el" href="classv8_1_1Maybe.html">Maybe</a>< bool > </td><td class="memItemRight" valign="bottom"><b>SetPrototype</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > prototype)</td></tr>
<tr class="separator:a1f1fc25d2a440ad2a8b7d94db04f88fb inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ae2ad9fee9db6e0e5da56973ebb8ea2bc inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Object.html">Object</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Object.html#ae2ad9fee9db6e0e5da56973ebb8ea2bc">FindInstanceInPrototypeChain</a> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1FunctionTemplate.html">FunctionTemplate</a> > tmpl)</td></tr>
<tr class="separator:ae2ad9fee9db6e0e5da56973ebb8ea2bc inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:abc26147d5f501bf30217f227c9be4922 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Object.html#abc26147d5f501bf30217f227c9be4922">V8_DEPRECATE_SOON</a> ("Use maybe version", Local< <a class="el" href="classv8_1_1String.html">String</a> > ObjectProtoToString())</td></tr>
<tr class="separator:abc26147d5f501bf30217f227c9be4922 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a7a65552d78eff4a1b9755f99167f4255 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a7a65552d78eff4a1b9755f99167f4255"></a>
V8_WARN_UNUSED_RESULT <a class="el" href="classv8_1_1MaybeLocal.html">MaybeLocal</a>< <a class="el" href="classv8_1_1String.html">String</a> > </td><td class="memItemRight" valign="bottom"><b>ObjectProtoToString</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context)</td></tr>
<tr class="separator:a7a65552d78eff4a1b9755f99167f4255 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a7bbe987794658f20a3ec1b68326305e6 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1String.html">String</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Object.html#a7bbe987794658f20a3ec1b68326305e6">GetConstructorName</a> ()</td></tr>
<tr class="separator:a7bbe987794658f20a3ec1b68326305e6 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aaec28576353eebe6fee113bce2718ecc inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Object.html#aaec28576353eebe6fee113bce2718ecc">InternalFieldCount</a> ()</td></tr>
<tr class="separator:aaec28576353eebe6fee113bce2718ecc inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aa3324fdf652d8ac3b2f27faa0559231d inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top">V8_INLINE <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Object.html#aa3324fdf652d8ac3b2f27faa0559231d">GetInternalField</a> (int index)</td></tr>
<tr class="separator:aa3324fdf652d8ac3b2f27faa0559231d inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aebf949a0592cebc144bb2f96bfb7ec72 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Object.html#aebf949a0592cebc144bb2f96bfb7ec72">SetInternalField</a> (int index, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > value)</td></tr>
<tr class="separator:aebf949a0592cebc144bb2f96bfb7ec72 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a435f68bb7ef0f64dd522c5c910682448 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top">V8_INLINE void * </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Object.html#a435f68bb7ef0f64dd522c5c910682448">GetAlignedPointerFromInternalField</a> (int index)</td></tr>
<tr class="separator:a435f68bb7ef0f64dd522c5c910682448 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a0ccba69581f0b5e4e672bab90f26879b inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Object.html#a0ccba69581f0b5e4e672bab90f26879b">SetAlignedPointerInInternalField</a> (int index, void *value)</td></tr>
<tr class="separator:a0ccba69581f0b5e4e672bab90f26879b inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a791276cdeb1a7e6038878dba4cf5fee9 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a791276cdeb1a7e6038878dba4cf5fee9"></a>
 </td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> ("Use maybe version", bool HasOwnProperty(<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1String.html">String</a> > key))</td></tr>
<tr class="separator:a791276cdeb1a7e6038878dba4cf5fee9 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:acdd3921e95d5bb1a27cea489792607ff inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="acdd3921e95d5bb1a27cea489792607ff"></a>
V8_WARN_UNUSED_RESULT <a class="el" href="classv8_1_1Maybe.html">Maybe</a>< bool > </td><td class="memItemRight" valign="bottom"><b>HasOwnProperty</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Name.html">Name</a> > key)</td></tr>
<tr class="separator:acdd3921e95d5bb1a27cea489792607ff inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:abf24b52a108c801a74718e1a1e64ba5b inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="abf24b52a108c801a74718e1a1e64ba5b"></a>
 </td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> ("Use maybe version", bool HasRealNamedProperty(<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1String.html">String</a> > key))</td></tr>
<tr class="separator:abf24b52a108c801a74718e1a1e64ba5b inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ad830b937c7586fe2086b288ea79935c4 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ad830b937c7586fe2086b288ea79935c4"></a>
V8_WARN_UNUSED_RESULT <a class="el" href="classv8_1_1Maybe.html">Maybe</a>< bool > </td><td class="memItemRight" valign="bottom"><b>HasRealNamedProperty</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Name.html">Name</a> > key)</td></tr>
<tr class="separator:ad830b937c7586fe2086b288ea79935c4 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:abd04e5cb82426a70ebea6afec8687c9e inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="abd04e5cb82426a70ebea6afec8687c9e"></a>
 </td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> ("Use maybe version", bool HasRealIndexedProperty(uint32_t index))</td></tr>
<tr class="separator:abd04e5cb82426a70ebea6afec8687c9e inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a46de2f348f4caafca287328ce385ab56 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a46de2f348f4caafca287328ce385ab56"></a>
V8_WARN_UNUSED_RESULT <a class="el" href="classv8_1_1Maybe.html">Maybe</a>< bool > </td><td class="memItemRight" valign="bottom"><b>HasRealIndexedProperty</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context, uint32_t index)</td></tr>
<tr class="separator:a46de2f348f4caafca287328ce385ab56 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ae1ffb11a0fa7549652d0530c0c4c4ca6 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ae1ffb11a0fa7549652d0530c0c4c4ca6"></a>
 </td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> ("Use maybe version", bool HasRealNamedCallbackProperty(<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1String.html">String</a> > key))</td></tr>
<tr class="separator:ae1ffb11a0fa7549652d0530c0c4c4ca6 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a62bde6bea1ce32b30b2152f33a105b14 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a62bde6bea1ce32b30b2152f33a105b14"></a>
V8_WARN_UNUSED_RESULT <a class="el" href="classv8_1_1Maybe.html">Maybe</a>< bool > </td><td class="memItemRight" valign="bottom"><b>HasRealNamedCallbackProperty</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Name.html">Name</a> > key)</td></tr>
<tr class="separator:a62bde6bea1ce32b30b2152f33a105b14 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a2451d74f20c3c8c5792d2179df34d2de inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Object.html#a2451d74f20c3c8c5792d2179df34d2de">V8_DEPRECATE_SOON</a> ("Use maybe version", Local< <a class="el" href="classv8_1_1Value.html">Value</a> > GetRealNamedPropertyInPrototypeChain(<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1String.html">String</a> > key))</td></tr>
<tr class="separator:a2451d74f20c3c8c5792d2179df34d2de inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:afe68d490fc41783e30126ca547b7fc90 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="afe68d490fc41783e30126ca547b7fc90"></a>
V8_WARN_UNUSED_RESULT <a class="el" href="classv8_1_1MaybeLocal.html">MaybeLocal</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > </td><td class="memItemRight" valign="bottom"><b>GetRealNamedPropertyInPrototypeChain</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Name.html">Name</a> > key)</td></tr>
<tr class="separator:afe68d490fc41783e30126ca547b7fc90 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ac5755869ab0b95f6c1bbd3dd123e5cf4 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Object.html#ac5755869ab0b95f6c1bbd3dd123e5cf4">V8_DEPRECATE_SOON</a> ("Use maybe version", Maybe< PropertyAttribute > GetRealNamedPropertyAttributesInPrototypeChain(<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1String.html">String</a> > key))</td></tr>
<tr class="separator:ac5755869ab0b95f6c1bbd3dd123e5cf4 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aab7c2e5c5659e95e97488e01b04bf3c8 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aab7c2e5c5659e95e97488e01b04bf3c8"></a>
V8_WARN_UNUSED_RESULT <a class="el" href="classv8_1_1Maybe.html">Maybe</a>< PropertyAttribute > </td><td class="memItemRight" valign="bottom"><b>GetRealNamedPropertyAttributesInPrototypeChain</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Name.html">Name</a> > key)</td></tr>
<tr class="separator:aab7c2e5c5659e95e97488e01b04bf3c8 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a82e0bc7d399264127f911e4167d730b1 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Object.html#a82e0bc7d399264127f911e4167d730b1">V8_DEPRECATE_SOON</a> ("Use maybe version", Local< <a class="el" href="classv8_1_1Value.html">Value</a> > GetRealNamedProperty(<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1String.html">String</a> > key))</td></tr>
<tr class="separator:a82e0bc7d399264127f911e4167d730b1 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aecec39cefb3e394e1696fe618862efec inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aecec39cefb3e394e1696fe618862efec"></a>
V8_WARN_UNUSED_RESULT <a class="el" href="classv8_1_1MaybeLocal.html">MaybeLocal</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > </td><td class="memItemRight" valign="bottom"><b>GetRealNamedProperty</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Name.html">Name</a> > key)</td></tr>
<tr class="separator:aecec39cefb3e394e1696fe618862efec inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a9bc9b05ff7a9a8ad4e1977524b79da6f inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Object.html#a9bc9b05ff7a9a8ad4e1977524b79da6f">V8_DEPRECATE_SOON</a> ("Use maybe version", Maybe< PropertyAttribute > GetRealNamedPropertyAttributes(<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1String.html">String</a> > key))</td></tr>
<tr class="separator:a9bc9b05ff7a9a8ad4e1977524b79da6f inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a476c21f05ffc519252fad0ab46de33d7 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a476c21f05ffc519252fad0ab46de33d7"></a>
V8_WARN_UNUSED_RESULT <a class="el" href="classv8_1_1Maybe.html">Maybe</a>< PropertyAttribute > </td><td class="memItemRight" valign="bottom"><b>GetRealNamedPropertyAttributes</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Name.html">Name</a> > key)</td></tr>
<tr class="separator:a476c21f05ffc519252fad0ab46de33d7 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a1e96fcb9ee17101c0299ec68f2cf8610 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Object.html#a1e96fcb9ee17101c0299ec68f2cf8610">HasNamedLookupInterceptor</a> ()</td></tr>
<tr class="separator:a1e96fcb9ee17101c0299ec68f2cf8610 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a278913bcd203434870ce5184a538a9af inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Object.html#a278913bcd203434870ce5184a538a9af">HasIndexedLookupInterceptor</a> ()</td></tr>
<tr class="separator:a278913bcd203434870ce5184a538a9af inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ac1ece41e81a499920ec3a2a3471653bc inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Object.html#ac1ece41e81a499920ec3a2a3471653bc">GetIdentityHash</a> ()</td></tr>
<tr class="separator:ac1ece41e81a499920ec3a2a3471653bc inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ac27b823248165acf5284a7086dfed34b inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Object.html#ac27b823248165acf5284a7086dfed34b">SetHiddenValue</a> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1String.html">String</a> > key, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > value)</td></tr>
<tr class="separator:ac27b823248165acf5284a7086dfed34b inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a25d3ba454809fd3b316a1bd0135e7dc4 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a25d3ba454809fd3b316a1bd0135e7dc4"></a>
<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > </td><td class="memItemRight" valign="bottom"><b>GetHiddenValue</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1String.html">String</a> > key)</td></tr>
<tr class="separator:a25d3ba454809fd3b316a1bd0135e7dc4 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a2b3d1433e7231a12c217da5c0561c4e1 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a2b3d1433e7231a12c217da5c0561c4e1"></a>
bool </td><td class="memItemRight" valign="bottom"><b>DeleteHiddenValue</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1String.html">String</a> > key)</td></tr>
<tr class="separator:a2b3d1433e7231a12c217da5c0561c4e1 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a5018c9d085aa71f65530cf1e073a04ad inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Object.html">Object</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Object.html#a5018c9d085aa71f65530cf1e073a04ad">Clone</a> ()</td></tr>
<tr class="separator:a5018c9d085aa71f65530cf1e073a04ad inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:af6966283a7d7e20779961eed434db04d inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Object.html#af6966283a7d7e20779961eed434db04d">CreationContext</a> ()</td></tr>
<tr class="separator:af6966283a7d7e20779961eed434db04d inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a23c2c1f23b50fab4a02e2f819641b865 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Object.html#a23c2c1f23b50fab4a02e2f819641b865">IsCallable</a> ()</td></tr>
<tr class="separator:a23c2c1f23b50fab4a02e2f819641b865 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a5aa2616e9deaf26533c3870df2925530 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Object.html#a5aa2616e9deaf26533c3870df2925530">V8_DEPRECATE_SOON</a> ("Use maybe version", Local< <a class="el" href="classv8_1_1Value.html">Value</a> > CallAsFunction(<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > recv, int argc, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > argv[]))</td></tr>
<tr class="separator:a5aa2616e9deaf26533c3870df2925530 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aec7375fe34a800baac4e26deb33ccac0 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aec7375fe34a800baac4e26deb33ccac0"></a>
V8_WARN_UNUSED_RESULT <a class="el" href="classv8_1_1MaybeLocal.html">MaybeLocal</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > </td><td class="memItemRight" valign="bottom"><b>CallAsFunction</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > recv, int argc, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > argv[])</td></tr>
<tr class="separator:aec7375fe34a800baac4e26deb33ccac0 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a10222e80df73aaa0b381f4dabe6b5dd7 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Object.html#a10222e80df73aaa0b381f4dabe6b5dd7">V8_DEPRECATE_SOON</a> ("Use maybe version", Local< <a class="el" href="classv8_1_1Value.html">Value</a> > CallAsConstructor(int argc, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > argv[]))</td></tr>
<tr class="separator:a10222e80df73aaa0b381f4dabe6b5dd7 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a10dcefb0bd595a959234703690a02530 inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a10dcefb0bd595a959234703690a02530"></a>
V8_WARN_UNUSED_RESULT <a class="el" href="classv8_1_1MaybeLocal.html">MaybeLocal</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > </td><td class="memItemRight" valign="bottom"><b>CallAsConstructor</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context, int argc, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > argv[])</td></tr>
<tr class="separator:a10dcefb0bd595a959234703690a02530 inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a5e7199a517d980396bb86f876b5bae0a inherit pub_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Object.html#a5e7199a517d980396bb86f876b5bae0a">V8_DEPRECATE_SOON</a> ("Keep track of isolate correctly", Isolate *GetIsolate())</td></tr>
<tr class="separator:a5e7199a517d980396bb86f876b5bae0a inherit pub_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="inherit_header pub_methods_classv8_1_1Value"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_classv8_1_1Value')"><img src="closed.png" alt="-"/> Public Member Functions inherited from <a class="el" href="classv8_1_1Value.html">v8::Value</a></td></tr>
<tr class="memitem:aea287b745656baa8a12a2ae1d69744b6 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">V8_INLINE bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#aea287b745656baa8a12a2ae1d69744b6">IsUndefined</a> () const </td></tr>
<tr class="separator:aea287b745656baa8a12a2ae1d69744b6 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aa2c6ed8ef832223a7e2cd81e6ac61c78 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">V8_INLINE bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#aa2c6ed8ef832223a7e2cd81e6ac61c78">IsNull</a> () const </td></tr>
<tr class="separator:aa2c6ed8ef832223a7e2cd81e6ac61c78 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a8f27462322186b295195eecb3e81d6d7 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#a8f27462322186b295195eecb3e81d6d7">IsTrue</a> () const </td></tr>
<tr class="separator:a8f27462322186b295195eecb3e81d6d7 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a68c0296071d01ca899825d7643cf495a inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#a68c0296071d01ca899825d7643cf495a">IsFalse</a> () const </td></tr>
<tr class="separator:a68c0296071d01ca899825d7643cf495a inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a8829b16b442a6231499c89fd5a6f8049 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#a8829b16b442a6231499c89fd5a6f8049">IsName</a> () const </td></tr>
<tr class="separator:a8829b16b442a6231499c89fd5a6f8049 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ab23a34b7df62806808e01b0908bf5f00 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">V8_INLINE bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#ab23a34b7df62806808e01b0908bf5f00">IsString</a> () const </td></tr>
<tr class="separator:ab23a34b7df62806808e01b0908bf5f00 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:af3e6081c22d09a7bbc0a2aff59ed60a5 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#af3e6081c22d09a7bbc0a2aff59ed60a5">IsSymbol</a> () const </td></tr>
<tr class="separator:af3e6081c22d09a7bbc0a2aff59ed60a5 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a05532a34cdd215f273163830ed8b77e7 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#a05532a34cdd215f273163830ed8b77e7">IsFunction</a> () const </td></tr>
<tr class="separator:a05532a34cdd215f273163830ed8b77e7 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aaee0b144087d20eae02314c9393ff80f inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#aaee0b144087d20eae02314c9393ff80f">IsArray</a> () const </td></tr>
<tr class="separator:aaee0b144087d20eae02314c9393ff80f inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a355b7991c5c978c0341f6f961b63c5a2 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#a355b7991c5c978c0341f6f961b63c5a2">IsObject</a> () const </td></tr>
<tr class="separator:a355b7991c5c978c0341f6f961b63c5a2 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a0aceb7645e71b096df5cd73d1252b1b0 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#a0aceb7645e71b096df5cd73d1252b1b0">IsBoolean</a> () const </td></tr>
<tr class="separator:a0aceb7645e71b096df5cd73d1252b1b0 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a1bd51e3e55f67c65b9a8f587fbffb7c7 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#a1bd51e3e55f67c65b9a8f587fbffb7c7">IsNumber</a> () const </td></tr>
<tr class="separator:a1bd51e3e55f67c65b9a8f587fbffb7c7 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a7ac61a325c18af8dcb6d7d5bf47d2503 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#a7ac61a325c18af8dcb6d7d5bf47d2503">IsExternal</a> () const </td></tr>
<tr class="separator:a7ac61a325c18af8dcb6d7d5bf47d2503 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a01e1db51c65b2feace248b7acbf71a2c inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#a01e1db51c65b2feace248b7acbf71a2c">IsInt32</a> () const </td></tr>
<tr class="separator:a01e1db51c65b2feace248b7acbf71a2c inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a783c89631bac4ef3c4b909f40cc2b8d8 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#a783c89631bac4ef3c4b909f40cc2b8d8">IsUint32</a> () const </td></tr>
<tr class="separator:a783c89631bac4ef3c4b909f40cc2b8d8 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a8bc11fab0aded4a805722ab6df173cae inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#a8bc11fab0aded4a805722ab6df173cae">IsDate</a> () const </td></tr>
<tr class="separator:a8bc11fab0aded4a805722ab6df173cae inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ad06a4b1f7215d852c367df390491ac84 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#ad06a4b1f7215d852c367df390491ac84">IsArgumentsObject</a> () const </td></tr>
<tr class="separator:ad06a4b1f7215d852c367df390491ac84 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:abe7bc06283e5e66013f2f056a943168b inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#abe7bc06283e5e66013f2f056a943168b">IsBooleanObject</a> () const </td></tr>
<tr class="separator:abe7bc06283e5e66013f2f056a943168b inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a5f4aa9504a6d8fc3af9489330179fe14 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#a5f4aa9504a6d8fc3af9489330179fe14">IsNumberObject</a> () const </td></tr>
<tr class="separator:a5f4aa9504a6d8fc3af9489330179fe14 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a3e0f2727455fd01a39a60b92f77e28e0 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#a3e0f2727455fd01a39a60b92f77e28e0">IsStringObject</a> () const </td></tr>
<tr class="separator:a3e0f2727455fd01a39a60b92f77e28e0 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a867baa94cb8f1069452359e6cef6751e inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#a867baa94cb8f1069452359e6cef6751e">IsSymbolObject</a> () const </td></tr>
<tr class="separator:a867baa94cb8f1069452359e6cef6751e inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a579fb52e893cdc24f8b77e5acc77d06d inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#a579fb52e893cdc24f8b77e5acc77d06d">IsNativeError</a> () const </td></tr>
<tr class="separator:a579fb52e893cdc24f8b77e5acc77d06d inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aae41e43486937d6122c297a0d43ac0b8 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#aae41e43486937d6122c297a0d43ac0b8">IsRegExp</a> () const </td></tr>
<tr class="separator:aae41e43486937d6122c297a0d43ac0b8 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a1cbbebde8c256d051c4606a7300870c6 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#a1cbbebde8c256d051c4606a7300870c6">IsGeneratorFunction</a> () const </td></tr>
<tr class="separator:a1cbbebde8c256d051c4606a7300870c6 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a72982768acdadd82d1df02a452251d14 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#a72982768acdadd82d1df02a452251d14">IsGeneratorObject</a> () const </td></tr>
<tr class="separator:a72982768acdadd82d1df02a452251d14 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a93d6a0817b15a1d28050ba16e131e6b4 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#a93d6a0817b15a1d28050ba16e131e6b4">IsPromise</a> () const </td></tr>
<tr class="separator:a93d6a0817b15a1d28050ba16e131e6b4 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a71ef50f22d6bb4a093cc931b3d981c08 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#a71ef50f22d6bb4a093cc931b3d981c08">IsMap</a> () const </td></tr>
<tr class="separator:a71ef50f22d6bb4a093cc931b3d981c08 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a220bd4056471ee1dda8ab9565517edd7 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#a220bd4056471ee1dda8ab9565517edd7">IsSet</a> () const </td></tr>
<tr class="separator:a220bd4056471ee1dda8ab9565517edd7 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:af9c52a0668fa3260a0d12a2cdf895b4e inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#af9c52a0668fa3260a0d12a2cdf895b4e">IsMapIterator</a> () const </td></tr>
<tr class="separator:af9c52a0668fa3260a0d12a2cdf895b4e inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:addbae0104e07b990ee1af0bd7927824b inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#addbae0104e07b990ee1af0bd7927824b">IsSetIterator</a> () const </td></tr>
<tr class="separator:addbae0104e07b990ee1af0bd7927824b inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aab0297b39ed8e2a71b5dca7950228a36 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#aab0297b39ed8e2a71b5dca7950228a36">IsWeakMap</a> () const </td></tr>
<tr class="separator:aab0297b39ed8e2a71b5dca7950228a36 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a6f5a238206cbd95f98e2da92cab72e80 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#a6f5a238206cbd95f98e2da92cab72e80">IsWeakSet</a> () const </td></tr>
<tr class="separator:a6f5a238206cbd95f98e2da92cab72e80 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a65f9dad740f2468b44dc16349611c351 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#a65f9dad740f2468b44dc16349611c351">IsArrayBuffer</a> () const </td></tr>
<tr class="separator:a65f9dad740f2468b44dc16349611c351 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ad54475d15b7e6b6e17fc80fb4570cdf2 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#ad54475d15b7e6b6e17fc80fb4570cdf2">IsArrayBufferView</a> () const </td></tr>
<tr class="separator:ad54475d15b7e6b6e17fc80fb4570cdf2 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ac2f2f6c39f14a39fbb5b43577125dfe4 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#ac2f2f6c39f14a39fbb5b43577125dfe4">IsTypedArray</a> () const </td></tr>
<tr class="separator:ac2f2f6c39f14a39fbb5b43577125dfe4 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:acbe2cd9c9cce96ee498677ba37c8466d inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#acbe2cd9c9cce96ee498677ba37c8466d">IsUint8Array</a> () const </td></tr>
<tr class="separator:acbe2cd9c9cce96ee498677ba37c8466d inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ad3cb464ab5ef0215bd2cbdd4eb2b7e3d inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#ad3cb464ab5ef0215bd2cbdd4eb2b7e3d">IsUint8ClampedArray</a> () const </td></tr>
<tr class="separator:ad3cb464ab5ef0215bd2cbdd4eb2b7e3d inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a10a88a2794271dfcd9c3abd565e8f28a inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#a10a88a2794271dfcd9c3abd565e8f28a">IsInt8Array</a> () const </td></tr>
<tr class="separator:a10a88a2794271dfcd9c3abd565e8f28a inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a4a45fabf58b241f5de3086a3dd0a09ae inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#a4a45fabf58b241f5de3086a3dd0a09ae">IsUint16Array</a> () const </td></tr>
<tr class="separator:a4a45fabf58b241f5de3086a3dd0a09ae inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a928c586639dd75ae4efdaa66b1fc4d50 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#a928c586639dd75ae4efdaa66b1fc4d50">IsInt16Array</a> () const </td></tr>
<tr class="separator:a928c586639dd75ae4efdaa66b1fc4d50 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a5e39229dc74d534835cf4ceba10676f4 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#a5e39229dc74d534835cf4ceba10676f4">IsUint32Array</a> () const </td></tr>
<tr class="separator:a5e39229dc74d534835cf4ceba10676f4 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a48eac78a49c8b42d9f8cf05c514b3750 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#a48eac78a49c8b42d9f8cf05c514b3750">IsInt32Array</a> () const </td></tr>
<tr class="separator:a48eac78a49c8b42d9f8cf05c514b3750 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a4effc7ca1a221dd8c1e23c0f28145ef0 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#a4effc7ca1a221dd8c1e23c0f28145ef0">IsFloat32Array</a> () const </td></tr>
<tr class="separator:a4effc7ca1a221dd8c1e23c0f28145ef0 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a293f140b81b0219d1497e937ed948b1e inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#a293f140b81b0219d1497e937ed948b1e">IsFloat64Array</a> () const </td></tr>
<tr class="separator:a293f140b81b0219d1497e937ed948b1e inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ab071bf567d89c8ce1489b1b7d93abc36 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#ab071bf567d89c8ce1489b1b7d93abc36">IsFloat32x4</a> () const </td></tr>
<tr class="separator:ab071bf567d89c8ce1489b1b7d93abc36 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:afd20ab51e79658acc405c12dad2260ab inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#afd20ab51e79658acc405c12dad2260ab">IsDataView</a> () const </td></tr>
<tr class="separator:afd20ab51e79658acc405c12dad2260ab inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aa4ce26f174a4c1823dec56eb946d3134 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#aa4ce26f174a4c1823dec56eb946d3134">IsSharedArrayBuffer</a> () const </td></tr>
<tr class="separator:aa4ce26f174a4c1823dec56eb946d3134 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a40a62da1dd52184cc4c1fd735c538f8b inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a40a62da1dd52184cc4c1fd735c538f8b"></a>
V8_WARN_UNUSED_RESULT <a class="el" href="classv8_1_1MaybeLocal.html">MaybeLocal</a>< <a class="el" href="classv8_1_1Boolean.html">Boolean</a> > </td><td class="memItemRight" valign="bottom"><b>ToBoolean</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context) const </td></tr>
<tr class="separator:a40a62da1dd52184cc4c1fd735c538f8b inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a9fa8386aa436c2b83c9af6a65b8a2cad inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a9fa8386aa436c2b83c9af6a65b8a2cad"></a>
V8_WARN_UNUSED_RESULT <a class="el" href="classv8_1_1MaybeLocal.html">MaybeLocal</a>< <a class="el" href="classv8_1_1Number.html">Number</a> > </td><td class="memItemRight" valign="bottom"><b>ToNumber</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context) const </td></tr>
<tr class="separator:a9fa8386aa436c2b83c9af6a65b8a2cad inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a62315204812aa88ac5577587c49e02ab inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a62315204812aa88ac5577587c49e02ab"></a>
V8_WARN_UNUSED_RESULT <a class="el" href="classv8_1_1MaybeLocal.html">MaybeLocal</a>< <a class="el" href="classv8_1_1String.html">String</a> > </td><td class="memItemRight" valign="bottom"><b>ToString</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context) const </td></tr>
<tr class="separator:a62315204812aa88ac5577587c49e02ab inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aeb6599247811f27464db5dc4777e35e6 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aeb6599247811f27464db5dc4777e35e6"></a>
V8_WARN_UNUSED_RESULT <a class="el" href="classv8_1_1MaybeLocal.html">MaybeLocal</a>< <a class="el" href="classv8_1_1String.html">String</a> > </td><td class="memItemRight" valign="bottom"><b>ToDetailString</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context) const </td></tr>
<tr class="separator:aeb6599247811f27464db5dc4777e35e6 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a4823df6b6920f74f64f30d5341fc879a inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a4823df6b6920f74f64f30d5341fc879a"></a>
V8_WARN_UNUSED_RESULT <a class="el" href="classv8_1_1MaybeLocal.html">MaybeLocal</a>< <a class="el" href="classv8_1_1Object.html">Object</a> > </td><td class="memItemRight" valign="bottom"><b>ToObject</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context) const </td></tr>
<tr class="separator:a4823df6b6920f74f64f30d5341fc879a inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a183cd0a8d99f2bbbaa4405b21ef752d6 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a183cd0a8d99f2bbbaa4405b21ef752d6"></a>
V8_WARN_UNUSED_RESULT <a class="el" href="classv8_1_1MaybeLocal.html">MaybeLocal</a>< <a class="el" href="classv8_1_1Integer.html">Integer</a> > </td><td class="memItemRight" valign="bottom"><b>ToInteger</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context) const </td></tr>
<tr class="separator:a183cd0a8d99f2bbbaa4405b21ef752d6 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a3ea85bd616b0cf6335cd580937b56e1c inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a3ea85bd616b0cf6335cd580937b56e1c"></a>
V8_WARN_UNUSED_RESULT <a class="el" href="classv8_1_1MaybeLocal.html">MaybeLocal</a>< <a class="el" href="classv8_1_1Uint32.html">Uint32</a> > </td><td class="memItemRight" valign="bottom"><b>ToUint32</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context) const </td></tr>
<tr class="separator:a3ea85bd616b0cf6335cd580937b56e1c inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a710ab9ca1f72a69bee3223e03d01e414 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a710ab9ca1f72a69bee3223e03d01e414"></a>
V8_WARN_UNUSED_RESULT <a class="el" href="classv8_1_1MaybeLocal.html">MaybeLocal</a>< <a class="el" href="classv8_1_1Int32.html">Int32</a> > </td><td class="memItemRight" valign="bottom"><b>ToInt32</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context) const </td></tr>
<tr class="separator:a710ab9ca1f72a69bee3223e03d01e414 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ad3b9978f3fedccb48817ce87c5a454ed inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ad3b9978f3fedccb48817ce87c5a454ed"></a>
 </td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> ("Use maybe version", Local< <a class="el" href="classv8_1_1Boolean.html">Boolean</a> > ToBoolean(<a class="el" href="classv8_1_1Isolate.html">Isolate</a> *isolate) const)</td></tr>
<tr class="separator:ad3b9978f3fedccb48817ce87c5a454ed inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a855a0b74584b9c322c04891783f37e9c inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a855a0b74584b9c322c04891783f37e9c"></a>
 </td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> ("Use maybe version", Local< <a class="el" href="classv8_1_1Number.html">Number</a> > ToNumber(<a class="el" href="classv8_1_1Isolate.html">Isolate</a> *isolate) const)</td></tr>
<tr class="separator:a855a0b74584b9c322c04891783f37e9c inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a898f773c591e760fcb98e99cccff3e5c inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a898f773c591e760fcb98e99cccff3e5c"></a>
 </td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> ("Use maybe version", Local< <a class="el" href="classv8_1_1String.html">String</a> > ToString(<a class="el" href="classv8_1_1Isolate.html">Isolate</a> *isolate) const)</td></tr>
<tr class="separator:a898f773c591e760fcb98e99cccff3e5c inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a7966967b1b55bf39487b4485aa821fb2 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a7966967b1b55bf39487b4485aa821fb2"></a>
 </td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> ("Use maybe version", Local< <a class="el" href="classv8_1_1String.html">String</a> > ToDetailString(<a class="el" href="classv8_1_1Isolate.html">Isolate</a> *isolate) const)</td></tr>
<tr class="separator:a7966967b1b55bf39487b4485aa821fb2 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a4c98939a72d6c48b01c8279cfe218d34 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a4c98939a72d6c48b01c8279cfe218d34"></a>
 </td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> ("Use maybe version", Local< <a class="el" href="classv8_1_1Object.html">Object</a> > ToObject(<a class="el" href="classv8_1_1Isolate.html">Isolate</a> *isolate) const)</td></tr>
<tr class="separator:a4c98939a72d6c48b01c8279cfe218d34 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aae926c4392edf0ad4a5383ab0d8af4b1 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aae926c4392edf0ad4a5383ab0d8af4b1"></a>
 </td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> ("Use maybe version", Local< <a class="el" href="classv8_1_1Integer.html">Integer</a> > ToInteger(<a class="el" href="classv8_1_1Isolate.html">Isolate</a> *isolate) const)</td></tr>
<tr class="separator:aae926c4392edf0ad4a5383ab0d8af4b1 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a7bf28af92f41657ef0fc4bdc015a124f inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a7bf28af92f41657ef0fc4bdc015a124f"></a>
 </td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> ("Use maybe version", Local< <a class="el" href="classv8_1_1Uint32.html">Uint32</a> > ToUint32(<a class="el" href="classv8_1_1Isolate.html">Isolate</a> *isolate) const)</td></tr>
<tr class="separator:a7bf28af92f41657ef0fc4bdc015a124f inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:abf72660ee84f81fe2fed85e39e6a3c86 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="abf72660ee84f81fe2fed85e39e6a3c86"></a>
 </td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> ("Use maybe version", Local< <a class="el" href="classv8_1_1Int32.html">Int32</a> > ToInt32(<a class="el" href="classv8_1_1Isolate.html">Isolate</a> *isolate) const)</td></tr>
<tr class="separator:abf72660ee84f81fe2fed85e39e6a3c86 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a4c9960d9a42b62b83d70ade47d88fa52 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a4c9960d9a42b62b83d70ade47d88fa52"></a>
 </td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> ("Use maybe version", Local< <a class="el" href="classv8_1_1Boolean.html">Boolean</a> > ToBoolean() const)</td></tr>
<tr class="separator:a4c9960d9a42b62b83d70ade47d88fa52 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a3569dca21e27c889a4f4e343292e5ffc inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a3569dca21e27c889a4f4e343292e5ffc"></a>
 </td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> ("Use maybe version", Local< <a class="el" href="classv8_1_1Number.html">Number</a> > ToNumber() const)</td></tr>
<tr class="separator:a3569dca21e27c889a4f4e343292e5ffc inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a4d1fe1c6d7ba6cccef24fc3fe528d75a inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a4d1fe1c6d7ba6cccef24fc3fe528d75a"></a>
 </td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> ("Use maybe version", Local< <a class="el" href="classv8_1_1String.html">String</a> > ToString() const)</td></tr>
<tr class="separator:a4d1fe1c6d7ba6cccef24fc3fe528d75a inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:af8a9f3532d549640ad69037214d51305 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="af8a9f3532d549640ad69037214d51305"></a>
 </td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> ("Use maybe version", Local< <a class="el" href="classv8_1_1String.html">String</a> > ToDetailString() const)</td></tr>
<tr class="separator:af8a9f3532d549640ad69037214d51305 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a594821f24e204aa6a7b1f003a79089a5 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a594821f24e204aa6a7b1f003a79089a5"></a>
 </td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> ("Use maybe version", Local< <a class="el" href="classv8_1_1Object.html">Object</a> > ToObject() const)</td></tr>
<tr class="separator:a594821f24e204aa6a7b1f003a79089a5 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aaf6d45da85632495545435e44ed2eeab inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aaf6d45da85632495545435e44ed2eeab"></a>
 </td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> ("Use maybe version", Local< <a class="el" href="classv8_1_1Integer.html">Integer</a> > ToInteger() const)</td></tr>
<tr class="separator:aaf6d45da85632495545435e44ed2eeab inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ab1a06e5e80b70f38389d8add992e4b2a inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ab1a06e5e80b70f38389d8add992e4b2a"></a>
 </td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> ("Use maybe version", Local< <a class="el" href="classv8_1_1Uint32.html">Uint32</a> > ToUint32() const)</td></tr>
<tr class="separator:ab1a06e5e80b70f38389d8add992e4b2a inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a105c830761d2a094edc64d99a4c06f55 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a105c830761d2a094edc64d99a4c06f55"></a>
 </td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> ("Use maybe version", Local< <a class="el" href="classv8_1_1Int32.html">Int32</a> > ToInt32() const)</td></tr>
<tr class="separator:a105c830761d2a094edc64d99a4c06f55 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a48ae008760161c7ae7fd54a9db9cffcf inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#a48ae008760161c7ae7fd54a9db9cffcf">V8_DEPRECATE_SOON</a> ("Use maybe version", Local< <a class="el" href="classv8_1_1Uint32.html">Uint32</a> > ToArrayIndex() const)</td></tr>
<tr class="separator:a48ae008760161c7ae7fd54a9db9cffcf inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:abac68de66288d00b3b612c20e5059515 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="abac68de66288d00b3b612c20e5059515"></a>
V8_WARN_UNUSED_RESULT <a class="el" href="classv8_1_1MaybeLocal.html">MaybeLocal</a>< <a class="el" href="classv8_1_1Uint32.html">Uint32</a> > </td><td class="memItemRight" valign="bottom"><b>ToArrayIndex</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context) const </td></tr>
<tr class="separator:abac68de66288d00b3b612c20e5059515 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ae6e855a09c4b60ec2c4674731d0d365c inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ae6e855a09c4b60ec2c4674731d0d365c"></a>
V8_WARN_UNUSED_RESULT <a class="el" href="classv8_1_1Maybe.html">Maybe</a>< bool > </td><td class="memItemRight" valign="bottom"><b>BooleanValue</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context) const </td></tr>
<tr class="separator:ae6e855a09c4b60ec2c4674731d0d365c inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a3dcd02e3d5ee791e0c42c7f2ebfedbaf inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a3dcd02e3d5ee791e0c42c7f2ebfedbaf"></a>
V8_WARN_UNUSED_RESULT <a class="el" href="classv8_1_1Maybe.html">Maybe</a>< double > </td><td class="memItemRight" valign="bottom"><b>NumberValue</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context) const </td></tr>
<tr class="separator:a3dcd02e3d5ee791e0c42c7f2ebfedbaf inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a2163c66da18cfc69b21139496cbed80a inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a2163c66da18cfc69b21139496cbed80a"></a>
V8_WARN_UNUSED_RESULT <a class="el" href="classv8_1_1Maybe.html">Maybe</a>< int64_t > </td><td class="memItemRight" valign="bottom"><b>IntegerValue</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context) const </td></tr>
<tr class="separator:a2163c66da18cfc69b21139496cbed80a inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a99b845757d060f581f25df433362b216 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a99b845757d060f581f25df433362b216"></a>
V8_WARN_UNUSED_RESULT <a class="el" href="classv8_1_1Maybe.html">Maybe</a>< uint32_t > </td><td class="memItemRight" valign="bottom"><b>Uint32Value</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context) const </td></tr>
<tr class="separator:a99b845757d060f581f25df433362b216 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a60321e60ce602a225f0acc096af75ee8 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a60321e60ce602a225f0acc096af75ee8"></a>
V8_WARN_UNUSED_RESULT <a class="el" href="classv8_1_1Maybe.html">Maybe</a>< int32_t > </td><td class="memItemRight" valign="bottom"><b>Int32Value</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context) const </td></tr>
<tr class="separator:a60321e60ce602a225f0acc096af75ee8 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aff3530eeb271134bbb0b6206d736f00b inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aff3530eeb271134bbb0b6206d736f00b"></a>
 </td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> ("Use maybe version", bool BooleanValue() const)</td></tr>
<tr class="separator:aff3530eeb271134bbb0b6206d736f00b inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a2d1835968f05581123c96add5b03c41c inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a2d1835968f05581123c96add5b03c41c"></a>
 </td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> ("Use maybe version", double NumberValue() const)</td></tr>
<tr class="separator:a2d1835968f05581123c96add5b03c41c inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a0b08feca02c1c902c094b23ca245fce5 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a0b08feca02c1c902c094b23ca245fce5"></a>
 </td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> ("Use maybe version", int64_t IntegerValue() const)</td></tr>
<tr class="separator:a0b08feca02c1c902c094b23ca245fce5 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a67ef6d2af84b297bb1a6d825915c7f0f inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a67ef6d2af84b297bb1a6d825915c7f0f"></a>
 </td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> ("Use maybe version", uint32_t Uint32Value() const)</td></tr>
<tr class="separator:a67ef6d2af84b297bb1a6d825915c7f0f inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ac091f8bdb5fc293ec803f16b9780a3b5 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ac091f8bdb5fc293ec803f16b9780a3b5"></a>
 </td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> ("Use maybe version", int32_t Int32Value() const)</td></tr>
<tr class="separator:ac091f8bdb5fc293ec803f16b9780a3b5 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ae3528a485935d1b19a0e007cd5a06799 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#ae3528a485935d1b19a0e007cd5a06799">V8_DEPRECATE_SOON</a> ("Use maybe version", bool Equals(<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > that) const)</td></tr>
<tr class="separator:ae3528a485935d1b19a0e007cd5a06799 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ad98db94739e250aec626fc443bac7947 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ad98db94739e250aec626fc443bac7947"></a>
V8_WARN_UNUSED_RESULT <a class="el" href="classv8_1_1Maybe.html">Maybe</a>< bool > </td><td class="memItemRight" valign="bottom"><b>Equals</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > that) const </td></tr>
<tr class="separator:ad98db94739e250aec626fc443bac7947 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ae5742f470be23852222b577ff1f8ad4a inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ae5742f470be23852222b577ff1f8ad4a"></a>
bool </td><td class="memItemRight" valign="bottom"><b>StrictEquals</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > that) const </td></tr>
<tr class="separator:ae5742f470be23852222b577ff1f8ad4a inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ab64798867e84e66d5fa79003dad9d44b inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ab64798867e84e66d5fa79003dad9d44b"></a>
bool </td><td class="memItemRight" valign="bottom"><b>SameValue</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > that) const </td></tr>
<tr class="separator:ab64798867e84e66d5fa79003dad9d44b inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ac2142bb3ec6527633c4f9133e80cdc19 inherit pub_methods_classv8_1_1Value"><td class="memTemplParams" colspan="2"><a class="anchor" id="ac2142bb3ec6527633c4f9133e80cdc19"></a>
template<class T > </td></tr>
<tr class="memitem:ac2142bb3ec6527633c4f9133e80cdc19 inherit pub_methods_classv8_1_1Value"><td class="memTemplItemLeft" align="right" valign="top"><a class="el" href="classv8_1_1Value.html">Value</a> * </td><td class="memTemplItemRight" valign="bottom"><b>Cast</b> (T *value)</td></tr>
<tr class="separator:ac2142bb3ec6527633c4f9133e80cdc19 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-static-methods"></a>
Static Public Member Functions</h2></td></tr>
<tr class="memitem:a892f18fe6a25dfc0bc7b435759a30226"><td class="memItemLeft" align="right" valign="top">static <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Array.html">Array</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Array.html#a892f18fe6a25dfc0bc7b435759a30226">New</a> (<a class="el" href="classv8_1_1Isolate.html">Isolate</a> *isolate, int length=0)</td></tr>
<tr class="separator:a892f18fe6a25dfc0bc7b435759a30226"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ae56792766f8513395c3ebe8c29afde4b"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ae56792766f8513395c3ebe8c29afde4b"></a>
static V8_INLINE <a class="el" href="classv8_1_1Array.html">Array</a> * </td><td class="memItemRight" valign="bottom"><b>Cast</b> (<a class="el" href="classv8_1_1Value.html">Value</a> *obj)</td></tr>
<tr class="separator:ae56792766f8513395c3ebe8c29afde4b"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="inherit_header pub_static_methods_classv8_1_1Object"><td colspan="2" onclick="javascript:toggleInherit('pub_static_methods_classv8_1_1Object')"><img src="closed.png" alt="-"/> Static Public Member Functions inherited from <a class="el" href="classv8_1_1Object.html">v8::Object</a></td></tr>
<tr class="memitem:a324a71142f621a32bfe5738648718370 inherit pub_static_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top">static V8_INLINE int </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Object.html#a324a71142f621a32bfe5738648718370">InternalFieldCount</a> (const <a class="el" href="classv8_1_1PersistentBase.html">PersistentBase</a>< <a class="el" href="classv8_1_1Object.html">Object</a> > &object)</td></tr>
<tr class="separator:a324a71142f621a32bfe5738648718370 inherit pub_static_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a65b5a3dc93c0774594f8b0f2ab5481c8 inherit pub_static_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top">static V8_INLINE void * </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Object.html#a65b5a3dc93c0774594f8b0f2ab5481c8">GetAlignedPointerFromInternalField</a> (const <a class="el" href="classv8_1_1PersistentBase.html">PersistentBase</a>< <a class="el" href="classv8_1_1Object.html">Object</a> > &object, int index)</td></tr>
<tr class="separator:a65b5a3dc93c0774594f8b0f2ab5481c8 inherit pub_static_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a0c397b055e2f5050c6ffc33970669c4d inherit pub_static_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a0c397b055e2f5050c6ffc33970669c4d"></a>
static <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Object.html">Object</a> > </td><td class="memItemRight" valign="bottom"><b>New</b> (<a class="el" href="classv8_1_1Isolate.html">Isolate</a> *isolate)</td></tr>
<tr class="separator:a0c397b055e2f5050c6ffc33970669c4d inherit pub_static_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a1f9ac46d0b164197318ce81dc0ec1343 inherit pub_static_methods_classv8_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a1f9ac46d0b164197318ce81dc0ec1343"></a>
static V8_INLINE <a class="el" href="classv8_1_1Object.html">Object</a> * </td><td class="memItemRight" valign="bottom"><b>Cast</b> (<a class="el" href="classv8_1_1Value.html">Value</a> *obj)</td></tr>
<tr class="separator:a1f9ac46d0b164197318ce81dc0ec1343 inherit pub_static_methods_classv8_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="inherit_header pub_static_methods_classv8_1_1Value"><td colspan="2" onclick="javascript:toggleInherit('pub_static_methods_classv8_1_1Value')"><img src="closed.png" alt="-"/> Static Public Member Functions inherited from <a class="el" href="classv8_1_1Value.html">v8::Value</a></td></tr>
<tr class="memitem:ae5aa9b54ebed55819c3a4b2a3eb5fe12 inherit pub_static_methods_classv8_1_1Value"><td class="memTemplParams" colspan="2"><a class="anchor" id="ae5aa9b54ebed55819c3a4b2a3eb5fe12"></a>
template<class T > </td></tr>
<tr class="memitem:ae5aa9b54ebed55819c3a4b2a3eb5fe12 inherit pub_static_methods_classv8_1_1Value"><td class="memTemplItemLeft" align="right" valign="top">static V8_INLINE <a class="el" href="classv8_1_1Value.html">Value</a> * </td><td class="memTemplItemRight" valign="bottom"><b>Cast</b> (T *value)</td></tr>
<tr class="separator:ae5aa9b54ebed55819c3a4b2a3eb5fe12 inherit pub_static_methods_classv8_1_1Value"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>An instance of the built-in array constructor (ECMA-262, 15.4.2). </p>
</div><h2 class="groupheader">Member Function Documentation</h2>
<a class="anchor" id="a892f18fe6a25dfc0bc7b435759a30226"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static <a class="el" href="classv8_1_1Local.html">Local</a><<a class="el" href="classv8_1_1Array.html">Array</a>> v8::Array::New </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classv8_1_1Isolate.html">Isolate</a> * </td>
<td class="paramname"><em>isolate</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int </td>
<td class="paramname"><em>length</em> = <code>0</code> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Creates a JavaScript array with the given length. If the length is negative the returned array will have length 0. </p>
</div>
</div>
<a class="anchor" id="a3b1451b581932eef0d39c2c754adc1f9"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">v8::Array::V8_DEPRECATE_SOON </td>
<td>(</td>
<td class="paramtype">"Use maybe version" </td>
<td class="paramname">, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Object.html">Object</a> >  </td>
<td class="paramname"><em>CloneElementAt</em>uint32_t index </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Clones an element at index |index|. Returns an empty handle if cloning fails (for any reason). </p>
</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li>deps/v8/include/<a class="el" href="v8_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.9.1
</small></address>
</body>
</html>
| v8-dox/v8-dox.github.io | 0a43697/html/classv8_1_1Array.html | HTML | mit | 114,866 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="GENERATOR" content="VSdocman - documentation generator; https://www.helixoft.com" />
<link rel="icon" href="favicon.ico">
<title>CustomerService Attached Properties</title>
<link rel="stylesheet" type="text/css" href="msdn2019/toc.css" />
<script src="msdn2019/toc.js"></script>
<link rel="stylesheet" type="text/css" href="msdn2019/msdn2019.css"></link>
<script src="msdn2019/msdn2019.js" type="text/javascript"></script>
<script src="SyntaxHighlighter/scripts/shCore_helixoft.js" type="text/javascript"></script>
<script src="SyntaxHighlighter/scripts/shBrushVb.js" type="text/javascript"></script>
<script src="SyntaxHighlighter/scripts/shBrushCSharp.js" type="text/javascript"></script>
<script src="SyntaxHighlighter/scripts/shBrushFSharp.js" type="text/javascript"></script>
<script src="SyntaxHighlighter/scripts/shBrushCpp.js" type="text/javascript"></script>
<script src="SyntaxHighlighter/scripts/shBrushJScript.js" type="text/javascript"></script>
<link href="SyntaxHighlighter/styles/shCore.css" rel="stylesheet" type="text/css" />
<link href="SyntaxHighlighter/styles/shThemeMsdnLW.css" rel="stylesheet" type="text/css" />
<script type="text/javascript">
SyntaxHighlighter.all();
</script>
<link rel="stylesheet" type="text/css" href="vsdocman_overrides.css"></link>
</head>
<body style="direction: ltr;">
<div id="topic">
<!--HEADER START-->
<div id="header">
<div id="header-top-container">
<div id="header-top-parent-container1">
<div id="header-top-container1">
<div id="runningHeaderText1"><a id="headerLogo" href="#" onclick="window.location.href = getCssCustomProperty('--headerLogoLink'); return false;">logo</a></div>
<div id="runningHeaderText1b"><script>
document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
</script></div>
</div>
</div>
<div id="header-top-container2">
<div id="runningHeaderText">SOLUTION-WIDE PROPERTIES Reference</div>
<div id="search-bar-container">
<form id="search-bar" action="search--.html">
<input id="HeaderSearchInput" type="search" name="search" placeholder="Search" >
<button id="btn-search" class="c-glyph" title="Search">
<span>Search</span>
</button>
</form>
<button id="cancel-search" class="cancel-search" title="Cancel">
<span>Cancel</span>
</button>
</div>
</div>
</div>
<hr />
<div id="header-breadcrumbs"></div>
<div id="headerLinks">
</div>
<hr />
</div>
<!--HEADER END-->
<div id="mainSection">
<div id="toc-area">
<div id="toc-container" class="stickthis full-height">
<div id="-1"></div>
<div id="c-1">
<div id="ci-1" class="inner-for-height"></div>
</div>
</div>
</div>
<div id="mainBody">
<h1 class="title">CustomerService Attached Properties</h1>
<p />
<p>
The following tables list the members exposed by the
<a href="topic_0000000000000AE1.html">CustomerService</a>
type.
</p>
<div class="section_container">
<div class="section_heading">
<span><a href="javascript:void(0)" title="Collapse" onclick="toggleSection(this);">See Also</a></span>
<div> </div>
</div>
<div id="seeAlsoSection" class="section">
<div>
<a href="topic_0000000000000AE1.html">CustomerService Class</a><br />
<a href="topic_0000000000000AE0.html">Tlece.Recruitment.Services.Recruitment Namespace</a><br />
</div>
</div>
</div>
</div>
<div id="internal-toc-area">
<div id="internal-toc-container" class="stickthis">
<h3 id="internal-toc-heading">In this article</h3>
<span id="internal-toc-definition-localized-text">Definition</span>
</div>
</div>
</div>
<div id="footer">
<div id="footer-container">
<p><span style="color: #FF0000;">Generated with unregistered version of <a target="_top" href="http://www.helixoft.com/vsdocman/overview.html">VSdocman</a></span> <br />Your own footer text will only be shown in registered version.</p>
</div>
</div>
</div>
</body>
</html>
| asiboro/asiboro.github.io | vsdoc/topic_0000000000000AE1_attached_props--.html | HTML | mit | 4,446 |
<!--
這個檔案展示了 reveal.js 投影片資料的基本架構
其中使用 "reveal" class 與 "slides" class 來界定投影片的資料範圍
而各投影片則以 <section></section> 標示
且支援平行與垂直的投影片配置方法
-->
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>最簡單的 reveal 超文件</title>
<link rel="stylesheet" href="css/reveal.min.css">
<link rel="stylesheet" href="css/theme/default.css" id="theme">
<!--增加對於 IE 早期版本的支援 -->
<!--[if lt IE 9]>
<script src="lib/js/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<!-- 將整個投影片包在 "reveal" class 中 -->
<div class="reveal">
<!-- 將所有投影片包在 "slides" class 中 -->
<div class="slides">
<!-- 以下為投影片 -->
<!-- 每一個 section 都代表一張投影片, -->
<!-- section 標註中的多 section 標註, 將往下垂直延伸 -->
<section>
<h1>作業4</h1>
<p>40423143 楊智勝 </p>
</section>
<section id="hw-task-one">
<h1>上課心得</h1>
<p>從第一周..第2周都聽不太懂的情況下,每一個指令,每一個點,每一個操做,到最近一直問會做的同學怎麼push到github上怎麼放影片,拍影片...才慢慢跟上..回家看教學影片...還是覺得上課先不要睡覺,認真聽,才不用再花時間在去推老師要講的內容.</p>
<p>請參考 <a href="http://www.google.com">Google</a>
</section>
<section>
<h1>評分</h1>
<p>這次我自我評分70分,因為都上課睡覺導致落後,雖然有慢慢跟上,但需再加油</p>
<p>可以連結到內部投影片<a href="#/hw-task-one">作業任務一</a>
</section>
</div>
</div>
<script src="lib/js/head.min.js"></script>
<script src="js/reveal.min.js"></script>
<script>
// 啟動 Reveal.
Reveal.initialize({
});
</script>
</body>
| 40423143/cpaw4 | simplest.html | HTML | mit | 1,867 |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="../css/ss.css">
<title>YNCA Command List Ver. 1.10 for RX-A810_B</title>
</head>
<body bgcolor="#ffffff" text="#000000">
<div id="copy">© 2011 Yamaha Corporation All Rights Reserved.</div>
<div class="toptitle">Sub Unit : SYS</div>
<div class="version">Function Tree version: 1.10</div>
<div class="version">Firmware version: 1.03-</div>
<div class="version">Model: RX-A810</div>
<div class="version">Product Region: UK / Ireland</div>
<div class="version">$Date:: $</div>
<div class="version">$Revision: $</div>
<hr>
<div class ="title">Command Index</div>
<ol type="1" start="1">
<li class="title">Power</li>
<div class="norm"><a href="#PWR" name="CatIdxPWR">PWR</a></div>
<div class="norm"><a href="#PARTY" name="CatIdxPARTY">PARTY</a></div>
<li class="title">Volume</li>
<div class="norm"><a href="#PARTYVOL" name="CatIdxPARTYVOL">PARTYVOL</a></div>
<div class="norm"><a href="#PARTYMUTE" name="CatIdxPARTYMUTE">PARTYMUTE</a></div>
<li class="title">Input</li>
<div class="norm"><a href="#INPNAME" name="CatIdxINPNAME">INPNAME</a></div>
<div class="norm"><a href="#INPNAMEPHONO" name="CatIdxINPNAMEPHONO">INPNAMEPHONO</a></div>
<div class="norm"><a href="#INPNAMEHDMI1" name="CatIdxINPNAMEHDMI1">INPNAMEHDMI1</a></div>
<div class="norm"><a href="#INPNAMEHDMI2" name="CatIdxINPNAMEHDMI2">INPNAMEHDMI2</a></div>
<div class="norm"><a href="#INPNAMEHDMI3" name="CatIdxINPNAMEHDMI3">INPNAMEHDMI3</a></div>
<div class="norm"><a href="#INPNAMEHDMI4" name="CatIdxINPNAMEHDMI4">INPNAMEHDMI4</a></div>
<div class="norm"><a href="#INPNAMEHDMI5" name="CatIdxINPNAMEHDMI5">INPNAMEHDMI5</a></div>
<div class="norm"><a href="#INPNAMEHDMI6" name="CatIdxINPNAMEHDMI6">INPNAMEHDMI6</a></div>
<div class="norm"><a href="#INPNAMEHDMI7" name="CatIdxINPNAMEHDMI7">INPNAMEHDMI7</a></div>
<div class="norm"><a href="#INPNAMEAV1" name="CatIdxINPNAMEAV1">INPNAMEAV1</a></div>
<div class="norm"><a href="#INPNAMEAV2" name="CatIdxINPNAMEAV2">INPNAMEAV2</a></div>
<div class="norm"><a href="#INPNAMEAV3" name="CatIdxINPNAMEAV3">INPNAMEAV3</a></div>
<div class="norm"><a href="#INPNAMEAV4" name="CatIdxINPNAMEAV4">INPNAMEAV4</a></div>
<div class="norm"><a href="#INPNAMEAV5" name="CatIdxINPNAMEAV5">INPNAMEAV5</a></div>
<div class="norm"><a href="#INPNAMEAV6" name="CatIdxINPNAMEAV6">INPNAMEAV6</a></div>
<div class="norm"><a href="#INPNAMEVAUX" name="CatIdxINPNAMEVAUX">INPNAMEVAUX</a></div>
<div class="norm"><a href="#INPNAMEAUDIO1" name="CatIdxINPNAMEAUDIO1">INPNAMEAUDIO1</a></div>
<div class="norm"><a href="#INPNAMEAUDIO2" name="CatIdxINPNAMEAUDIO2">INPNAMEAUDIO2</a></div>
<div class="norm"><a href="#INPNAMEDOCK" name="CatIdxINPNAMEDOCK">INPNAMEDOCK</a></div>
<div class="norm"><a href="#INPNAMEUSB" name="CatIdxINPNAMEUSB">INPNAMEUSB</a></div>
<div class="norm"><a href="#TRIG1INPTUNER" name="CatIdxTRIG1INPTUNER">TRIG1INPTUNER</a></div>
<div class="norm"><a href="#TRIG1INPPHONO" name="CatIdxTRIG1INPPHONO">TRIG1INPPHONO</a></div>
<div class="norm"><a href="#TRIG1INPHDMI1" name="CatIdxTRIG1INPHDMI1">TRIG1INPHDMI1</a></div>
<div class="norm"><a href="#TRIG1INPHDMI2" name="CatIdxTRIG1INPHDMI2">TRIG1INPHDMI2</a></div>
<div class="norm"><a href="#TRIG1INPHDMI3" name="CatIdxTRIG1INPHDMI3">TRIG1INPHDMI3</a></div>
<div class="norm"><a href="#TRIG1INPHDMI4" name="CatIdxTRIG1INPHDMI4">TRIG1INPHDMI4</a></div>
<div class="norm"><a href="#TRIG1INPHDMI5" name="CatIdxTRIG1INPHDMI5">TRIG1INPHDMI5</a></div>
<div class="norm"><a href="#TRIG1INPHDMI6" name="CatIdxTRIG1INPHDMI6">TRIG1INPHDMI6</a></div>
<div class="norm"><a href="#TRIG1INPHDMI7" name="CatIdxTRIG1INPHDMI7">TRIG1INPHDMI7</a></div>
<div class="norm"><a href="#TRIG1INPAV1" name="CatIdxTRIG1INPAV1">TRIG1INPAV1</a></div>
<div class="norm"><a href="#TRIG1INPAV2" name="CatIdxTRIG1INPAV2">TRIG1INPAV2</a></div>
<div class="norm"><a href="#TRIG1INPAV3" name="CatIdxTRIG1INPAV3">TRIG1INPAV3</a></div>
<div class="norm"><a href="#TRIG1INPAV4" name="CatIdxTRIG1INPAV4">TRIG1INPAV4</a></div>
<div class="norm"><a href="#TRIG1INPAV5" name="CatIdxTRIG1INPAV5">TRIG1INPAV5</a></div>
<div class="norm"><a href="#TRIG1INPAV6" name="CatIdxTRIG1INPAV6">TRIG1INPAV6</a></div>
<div class="norm"><a href="#TRIG1INPVAUX" name="CatIdxTRIG1INPVAUX">TRIG1INPVAUX</a></div>
<div class="norm"><a href="#TRIG1INPAUDIO1" name="CatIdxTRIG1INPAUDIO1">TRIG1INPAUDIO1</a></div>
<div class="norm"><a href="#TRIG1INPAUDIO2" name="CatIdxTRIG1INPAUDIO2">TRIG1INPAUDIO2</a></div>
<div class="norm"><a href="#TRIG1INPDOCK" name="CatIdxTRIG1INPDOCK">TRIG1INPDOCK</a></div>
<div class="norm"><a href="#TRIG1INPIPOD" name="CatIdxTRIG1INPIPOD">TRIG1INPIPOD</a></div>
<div class="norm"><a href="#TRIG1INPBT" name="CatIdxTRIG1INPBT">TRIG1INPBT</a></div>
<div class="norm"><a href="#TRIG1INPUAW" name="CatIdxTRIG1INPUAW">TRIG1INPUAW</a></div>
<div class="norm"><a href="#TRIG1INPNET" name="CatIdxTRIG1INPNET">TRIG1INPNET</a></div>
<div class="norm"><a href="#TRIG1INPNAPSTER" name="CatIdxTRIG1INPNAPSTER">TRIG1INPNAPSTER</a></div>
<div class="norm"><a href="#TRIG1INPPC" name="CatIdxTRIG1INPPC">TRIG1INPPC</a></div>
<div class="norm"><a href="#TRIG1INPNETRADIO" name="CatIdxTRIG1INPNETRADIO">TRIG1INPNETRADIO</a></div>
<div class="norm"><a href="#TRIG1INPUSB" name="CatIdxTRIG1INPUSB">TRIG1INPUSB</a></div>
<div class="norm"><a href="#TRIG1INPIPODUSB" name="CatIdxTRIG1INPIPODUSB">TRIG1INPIPODUSB</a></div>
<li class="title">Others</li>
<div class="norm"><a href="#MODELNAME" name="CatIdxMODELNAME">MODELNAME</a></div>
<div class="norm"><a href="#VERSION" name="CatIdxVERSION">VERSION</a></div>
<div class="norm"><a href="#VIDANLGCONV" name="CatIdxVIDANLGCONV">VIDANLGCONV</a></div>
<div class="norm"><a href="#SPPATTERN1AMP" name="CatIdxSPPATTERN1AMP">SPPATTERN1AMP</a></div>
<div class="norm"><a href="#SPPATTERN1FRNTCNFG" name="CatIdxSPPATTERN1FRNTCNFG">SPPATTERN1FRNTCNFG</a></div>
<div class="norm"><a href="#SPPATTERN1CENTCNFG" name="CatIdxSPPATTERN1CENTCNFG">SPPATTERN1CENTCNFG</a></div>
<div class="norm"><a href="#SPPATTERN1SURCNFG" name="CatIdxSPPATTERN1SURCNFG">SPPATTERN1SURCNFG</a></div>
<div class="norm"><a href="#SPPATTERN1SURBCNFG" name="CatIdxSPPATTERN1SURBCNFG">SPPATTERN1SURBCNFG</a></div>
<div class="norm"><a href="#SPPATTERN1FRNTPRES" name="CatIdxSPPATTERN1FRNTPRES">SPPATTERN1FRNTPRES</a></div>
<div class="norm"><a href="#SPPATTERN1SWFR1CNFG" name="CatIdxSPPATTERN1SWFR1CNFG">SPPATTERN1SWFR1CNFG</a></div>
<div class="norm"><a href="#SPPATTERN1SWFR1PHASE" name="CatIdxSPPATTERN1SWFR1PHASE">SPPATTERN1SWFR1PHASE</a></div>
<div class="norm"><a href="#SPPATTERN1EXBASS" name="CatIdxSPPATTERN1EXBASS">SPPATTERN1EXBASS</a></div>
<div class="norm"><a href="#SPPATTERN1SWFRCRSOVR" name="CatIdxSPPATTERN1SWFRCRSOVR">SPPATTERN1SWFRCRSOVR</a></div>
<div class="norm"><a href="#DMCCONTROL" name="CatIdxDMCCONTROL">DMCCONTROL</a></div>
<div class="norm"><a href="#YNCAPORT" name="CatIdxYNCAPORT">YNCAPORT</a></div>
<div class="norm"><a href="#TRIG1MANUAL" name="CatIdxTRIG1MANUAL">TRIG1MANUAL</a></div>
<div class="norm"><a href="#TRIG1TYPE" name="CatIdxTRIG1TYPE">TRIG1TYPE</a></div>
<div class="norm"><a href="#TRIG1ZONE" name="CatIdxTRIG1ZONE">TRIG1ZONE</a></div>
<div class="norm"><a href="#MEMGRD" name="CatIdxMEMGRD">MEMGRD</a></div>
<div class="norm"><a href="#REMOTECODE" name="CatIdxREMOTECODE">REMOTECODE</a></div>
</ol><hr>
<div class="title">Command Details of SubUnit: SYS</div>
<ul type="disc">
<li>
<div class="itemtitle"><a name="MODELNAME">MODELNAME</a></div>
<dl>
<dt><span class="itemtitle">[GET Command]</span><dt>
<dd><div class="cmd">@SYS:MODELNAME=?</div></dd>
<dd><div class="description">Retrieving Model Name</div></dd>
<dt><div class="itemtitle">[Parameters]</div></dt>
<dd><div class="param">Character Code: Ascii, Variable Length (1 to 16 characters)</div></dd>
<dd><div class="description">GET Only</div></dd>
<div class="backlink"><a href="#CatIdxMODELNAME">Back To Index</a></div>
</dl></li>
<li>
<div class="itemtitle"><a name="VERSION">VERSION</a></div>
<dl>
<dt><span class="itemtitle">[GET Command]</span><dt>
<dd><div class="cmd">@SYS:VERSION=?</div></dd>
<dd><div class="description">Retrieving the version of software.</div></dd>
<dt><div class="itemtitle">[Parameters]</div></dt>
<dd><div class="param">Character Code: Ascii, Fixed 9 characters</div></dd>
<dd><div class="description">GET Only</div></dd>
<dd><div class="notes">Value string is in a format of "x.xx/y.yy"; x.xx = System Version, y.yy = Command Protocol Version.</div></dd>
<div class="backlink"><a href="#CatIdxVERSION">Back To Index</a></div>
</dl></li>
<li>
<div class="itemtitle"><a name="INPNAME">INPNAME</a></div>
<dl>
<dt><span class="itemtitle">[GET Command]</span><dt>
<dd><div class="cmd">@SYS:INPNAME=?</div></dd>
<dd><div class="description">Retrieving each input's renamed info at a time.</div></dd>
<dd><div class="notes">Each response command forms like @SYS:INPNAMExxxx=XXXX (xxxx: Default Input Name, XXXX: Renamed Info)</div></dd>
<div class="backlink"><a href="#CatIdxINPNAME">Back To Index</a></div>
</dl></li>
<li>
<div class="itemtitle"><a name="INPNAMEPHONO">INPNAMEPHONO</a></div>
<dl>
<dt><span class="itemtitle">[GET Command]</span><dt>
<dd><div class="cmd">@SYS:INPNAMEPHONO=?</div></dd>
<dd><div class="description">Retrieving renamed info of PHONO</div></dd>
<dt><div class="itemtitle">[Parameters]</div></dt>
<dd><div class="param">Parameters are the same as <a href="#INPNAMEMULTICH">INPNAMEMULTICH</a></div></dd>
<div class="backlink"><a href="#CatIdxINPNAMEPHONO">Back To Index</a></div>
</dl></li>
<li>
<div class="itemtitle"><a name="INPNAMEHDMI1">INPNAMEHDMI1</a></div>
<dl>
<dt><span class="itemtitle">[GET Command]</span><dt>
<dd><div class="cmd">@SYS:INPNAMEHDMI1=?</div></dd>
<dd><div class="description">Retrieving renamed info of HDMI1</div></dd>
<dt><div class="itemtitle">[Parameters]</div></dt>
<dd><div class="param">Parameters are the same as <a href="#INPNAMEMULTICH">INPNAMEMULTICH</a></div></dd>
<div class="backlink"><a href="#CatIdxINPNAMEHDMI1">Back To Index</a></div>
</dl></li>
<li>
<div class="itemtitle"><a name="INPNAMEHDMI2">INPNAMEHDMI2</a></div>
<dl>
<dt><span class="itemtitle">[GET Command]</span><dt>
<dd><div class="cmd">@SYS:INPNAMEHDMI2=?</div></dd>
<dd><div class="description">Retrieving renamed info of HDMI2</div></dd>
<dt><div class="itemtitle">[Parameters]</div></dt>
<dd><div class="param">Parameters are the same as <a href="#INPNAMEMULTICH">INPNAMEMULTICH</a></div></dd>
<div class="backlink"><a href="#CatIdxINPNAMEHDMI2">Back To Index</a></div>
</dl></li>
<li>
<div class="itemtitle"><a name="INPNAMEHDMI3">INPNAMEHDMI3</a></div>
<dl>
<dt><span class="itemtitle">[GET Command]</span><dt>
<dd><div class="cmd">@SYS:INPNAMEHDMI3=?</div></dd>
<dd><div class="description">Retrieving renamed info of HDMI3</div></dd>
<dt><div class="itemtitle">[Parameters]</div></dt>
<dd><div class="param">Parameters are the same as <a href="#INPNAMEMULTICH">INPNAMEMULTICH</a></div></dd>
<div class="backlink"><a href="#CatIdxINPNAMEHDMI3">Back To Index</a></div>
</dl></li>
<li>
<div class="itemtitle"><a name="INPNAMEHDMI4">INPNAMEHDMI4</a></div>
<dl>
<dt><span class="itemtitle">[GET Command]</span><dt>
<dd><div class="cmd">@SYS:INPNAMEHDMI4=?</div></dd>
<dd><div class="description">Retrieving renamed info of HDMI4</div></dd>
<dt><div class="itemtitle">[Parameters]</div></dt>
<dd><div class="param">Parameters are the same as <a href="#INPNAMEMULTICH">INPNAMEMULTICH</a></div></dd>
<div class="backlink"><a href="#CatIdxINPNAMEHDMI4">Back To Index</a></div>
</dl></li>
<li>
<div class="itemtitle"><a name="INPNAMEHDMI5">INPNAMEHDMI5</a></div>
<dl>
<dt><span class="itemtitle">[GET Command]</span><dt>
<dd><div class="cmd">@SYS:INPNAMEHDMI5=?</div></dd>
<dd><div class="description">Retrieving renamed info of HDMI5</div></dd>
<dt><div class="itemtitle">[Parameters]</div></dt>
<dd><div class="param">Parameters are the same as <a href="#INPNAMEMULTICH">INPNAMEMULTICH</a></div></dd>
<div class="backlink"><a href="#CatIdxINPNAMEHDMI5">Back To Index</a></div>
</dl></li>
<li>
<div class="itemtitle"><a name="INPNAMEHDMI6">INPNAMEHDMI6</a></div>
<dl>
<dt><span class="itemtitle">[GET Command]</span><dt>
<dd><div class="cmd">@SYS:INPNAMEHDMI6=?</div></dd>
<dd><div class="description">Retrieving renamed info of HDMI6</div></dd>
<dt><div class="itemtitle">[Parameters]</div></dt>
<dd><div class="param">Parameters are the same as <a href="#INPNAMEMULTICH">INPNAMEMULTICH</a></div></dd>
<div class="backlink"><a href="#CatIdxINPNAMEHDMI6">Back To Index</a></div>
</dl></li>
<li>
<div class="itemtitle"><a name="INPNAMEHDMI7">INPNAMEHDMI7</a></div>
<dl>
<dt><span class="itemtitle">[GET Command]</span><dt>
<dd><div class="cmd">@SYS:INPNAMEHDMI7=?</div></dd>
<dd><div class="description">Retrieving renamed info of HDMI7</div></dd>
<dt><div class="itemtitle">[Parameters]</div></dt>
<dd><div class="param">Parameters are the same as <a href="#INPNAMEMULTICH">INPNAMEMULTICH</a></div></dd>
<div class="backlink"><a href="#CatIdxINPNAMEHDMI7">Back To Index</a></div>
</dl></li>
<li>
<div class="itemtitle"><a name="INPNAMEAV1">INPNAMEAV1</a></div>
<dl>
<dt><span class="itemtitle">[GET Command]</span><dt>
<dd><div class="cmd">@SYS:INPNAMEAV1=?</div></dd>
<dd><div class="description">Retrieving renamed info of AV1</div></dd>
<dt><div class="itemtitle">[Parameters]</div></dt>
<dd><div class="param">Parameters are the same as <a href="#INPNAMEMULTICH">INPNAMEMULTICH</a></div></dd>
<div class="backlink"><a href="#CatIdxINPNAMEAV1">Back To Index</a></div>
</dl></li>
<li>
<div class="itemtitle"><a name="INPNAMEAV2">INPNAMEAV2</a></div>
<dl>
<dt><span class="itemtitle">[GET Command]</span><dt>
<dd><div class="cmd">@SYS:INPNAMEAV2=?</div></dd>
<dd><div class="description">Retrieving renamed info of AV2</div></dd>
<dt><div class="itemtitle">[Parameters]</div></dt>
<dd><div class="param">Parameters are the same as <a href="#INPNAMEMULTICH">INPNAMEMULTICH</a></div></dd>
<div class="backlink"><a href="#CatIdxINPNAMEAV2">Back To Index</a></div>
</dl></li>
<li>
<div class="itemtitle"><a name="INPNAMEAV3">INPNAMEAV3</a></div>
<dl>
<dt><span class="itemtitle">[GET Command]</span><dt>
<dd><div class="cmd">@SYS:INPNAMEAV3=?</div></dd>
<dd><div class="description">Retrieving renamed info of AV3</div></dd>
<dt><div class="itemtitle">[Parameters]</div></dt>
<dd><div class="param">Parameters are the same as <a href="#INPNAMEMULTICH">INPNAMEMULTICH</a></div></dd>
<div class="backlink"><a href="#CatIdxINPNAMEAV3">Back To Index</a></div>
</dl></li>
<li>
<div class="itemtitle"><a name="INPNAMEAV4">INPNAMEAV4</a></div>
<dl>
<dt><span class="itemtitle">[GET Command]</span><dt>
<dd><div class="cmd">@SYS:INPNAMEAV4=?</div></dd>
<dd><div class="description">Retrieving renamed info of AV4</div></dd>
<dt><div class="itemtitle">[Parameters]</div></dt>
<dd><div class="param">Parameters are the same as <a href="#INPNAMEMULTICH">INPNAMEMULTICH</a></div></dd>
<div class="backlink"><a href="#CatIdxINPNAMEAV4">Back To Index</a></div>
</dl></li>
<li>
<div class="itemtitle"><a name="INPNAMEAV5">INPNAMEAV5</a></div>
<dl>
<dt><span class="itemtitle">[GET Command]</span><dt>
<dd><div class="cmd">@SYS:INPNAMEAV5=?</div></dd>
<dd><div class="description">Retrieving renamed info of AV5</div></dd>
<dt><div class="itemtitle">[Parameters]</div></dt>
<dd><div class="param">Parameters are the same as <a href="#INPNAMEMULTICH">INPNAMEMULTICH</a></div></dd>
<div class="backlink"><a href="#CatIdxINPNAMEAV5">Back To Index</a></div>
</dl></li>
<li>
<div class="itemtitle"><a name="INPNAMEAV6">INPNAMEAV6</a></div>
<dl>
<dt><span class="itemtitle">[GET Command]</span><dt>
<dd><div class="cmd">@SYS:INPNAMEAV6=?</div></dd>
<dd><div class="description">Retrieving renamed info of AV6</div></dd>
<dt><div class="itemtitle">[Parameters]</div></dt>
<dd><div class="param">Parameters are the same as <a href="#INPNAMEMULTICH">INPNAMEMULTICH</a></div></dd>
<div class="backlink"><a href="#CatIdxINPNAMEAV6">Back To Index</a></div>
</dl></li>
<li>
<div class="itemtitle"><a name="INPNAMEVAUX">INPNAMEVAUX</a></div>
<dl>
<dt><span class="itemtitle">[GET Command]</span><dt>
<dd><div class="cmd">@SYS:INPNAMEVAUX=?</div></dd>
<dd><div class="description">Retrieving renamed info of VAUX</div></dd>
<dt><div class="itemtitle">[Parameters]</div></dt>
<dd><div class="param">Parameters are the same as <a href="#INPNAMEMULTICH">INPNAMEMULTICH</a></div></dd>
<div class="backlink"><a href="#CatIdxINPNAMEVAUX">Back To Index</a></div>
</dl></li>
<li>
<div class="itemtitle"><a name="INPNAMEAUDIO1">INPNAMEAUDIO1</a></div>
<dl>
<dt><span class="itemtitle">[GET Command]</span><dt>
<dd><div class="cmd">@SYS:INPNAMEAUDIO1=?</div></dd>
<dd><div class="description">Retrieving renamed info of AUDIO1</div></dd>
<dt><div class="itemtitle">[Parameters]</div></dt>
<dd><div class="param">Parameters are the same as <a href="#INPNAMEMULTICH">INPNAMEMULTICH</a></div></dd>
<div class="backlink"><a href="#CatIdxINPNAMEAUDIO1">Back To Index</a></div>
</dl></li>
<li>
<div class="itemtitle"><a name="INPNAMEAUDIO2">INPNAMEAUDIO2</a></div>
<dl>
<dt><span class="itemtitle">[GET Command]</span><dt>
<dd><div class="cmd">@SYS:INPNAMEAUDIO2=?</div></dd>
<dd><div class="description">Retrieving renamed info of AUDIO2</div></dd>
<dt><div class="itemtitle">[Parameters]</div></dt>
<dd><div class="param">Parameters are the same as <a href="#INPNAMEMULTICH">INPNAMEMULTICH</a></div></dd>
<div class="backlink"><a href="#CatIdxINPNAMEAUDIO2">Back To Index</a></div>
</dl></li>
<li>
<div class="itemtitle"><a name="INPNAMEDOCK">INPNAMEDOCK</a></div>
<dl>
<dt><span class="itemtitle">[GET Command]</span><dt>
<dd><div class="cmd">@SYS:INPNAMEDOCK=?</div></dd>
<dd><div class="description">Retrieving renamed info of DOCK</div></dd>
<dt><div class="itemtitle">[Parameters]</div></dt>
<dd><div class="param">Parameters are the same as <a href="#INPNAMEMULTICH">INPNAMEMULTICH</a></div></dd>
<div class="backlink"><a href="#CatIdxINPNAMEDOCK">Back To Index</a></div>
</dl></li>
<li>
<div class="itemtitle"><a name="INPNAMEUSB">INPNAMEUSB</a></div>
<dl>
<dt><span class="itemtitle">[GET Command]</span><dt>
<dd><div class="cmd">@SYS:INPNAMEUSB=?</div></dd>
<dd><div class="description">Retrieving renamed info of USB</div></dd>
<dt><div class="itemtitle">[Parameters]</div></dt>
<dd><div class="param">Parameters are the same as <a href="#INPNAMEMULTICH">INPNAMEMULTICH</a></div></dd>
<div class="backlink"><a href="#CatIdxINPNAMEUSB">Back To Index</a></div>
</dl></li>
<li>
<div class="itemtitle"><a name="PWR">PWR</a></div>
<dl>
<dt><span class="itemtitle">[PUT Command]</span></dt>
<dd><div class="cmd">@SYS:PWR=<span class="exparam">Parameter</span></div></dd>
<dt><span class="itemtitle">[GET Command]</span><dt>
<dd><div class="cmd">@SYS:PWR=?</div></dd>
<dd><div class="description">Operating & retrieving All Zones power state.</div></dd>
<dd><div class="iaf">Initial Auto Feedback is Available</div><dd>
<dt><div class="itemtitle">[Parameters]</div></dt>
<dd><div class="param">Standby</div></dd>
<dd><div class="description">PUT: turining its state to Standby / GET: indicating Standby status.</div></dd>
<dd><div class="param">On</div></dd>
<dd><div class="description">PUT: turining its state to On / GET: indicating On status.</div></dd>
<div class="backlink"><a href="#CatIdxPWR">Back To Index</a></div>
</dl></li>
<li>
<div class="itemtitle"><a name="PARTY">PARTY</a></div>
<dl>
<dt><span class="itemtitle">[PUT Command]</span></dt>
<dd><div class="cmd">@SYS:PARTY=<span class="exparam">Parameter</span></div></dd>
<dt><span class="itemtitle">[GET Command]</span><dt>
<dd><div class="cmd">@SYS:PARTY=?</div></dd>
<dd><div class="description">Operating & retrieving Party Mode state</div></dd>
<dd><div class="iaf">Initial Auto Feedback is Available</div><dd>
<dt><div class="itemtitle">[Parameters]</div></dt>
<dd><div class="param">Off</div></dd>
<dd><div class="description">PUT: turining its state to Off / GET: indicating Off status.</div></dd>
<dd><div class="param">On</div></dd>
<dd><div class="description">PUT: turining its state to On / GET: indicating On status.</div></dd>
<div class="backlink"><a href="#CatIdxPARTY">Back To Index</a></div>
</dl></li>
<li>
<div class="itemtitle"><a name="PARTYVOL">PARTYVOL</a></div>
<dl>
<dt><span class="itemtitle">[PUT Command]</span></dt>
<dd><div class="cmd">@SYS:PARTYVOL=<span class="exparam">Parameter</span></div></dd>
<dd><div class="description">Operating Party Mode Volume</div></dd>
<dt><div class="itemtitle">[Parameters]</div></dt>
<dd><div class="param">Down</div></dd>
<dd><div class="description">PUT Only: decrementing the volume by 1 step</div></dd>
<dd><div class="param">Up</div></dd>
<dd><div class="description">PUT Only: incrementing the volume by 1 step</div></dd>
<div class="backlink"><a href="#CatIdxPARTYVOL">Back To Index</a></div>
</dl></li>
<li>
<div class="itemtitle"><a name="PARTYMUTE">PARTYMUTE</a></div>
<dl>
<dt><span class="itemtitle">[PUT Command]</span></dt>
<dd><div class="cmd">@SYS:PARTYMUTE=<span class="exparam">Parameter</span></div></dd>
<dd><div class="description">Operating Party Mode Muting state</div></dd>
<dt><div class="itemtitle">[Parameters]</div></dt>
<dd><div class="param">Off</div></dd>
<dd><div class="description">PUT Only: un-muting Party Mode</div></dd>
<dd><div class="param">On</div></dd>
<dd><div class="description">PUT Only: muting Party Mode</div></dd>
<div class="backlink"><a href="#CatIdxPARTYMUTE">Back To Index</a></div>
</dl></li>
<li>
<div class="itemtitle"><a name="VIDANLGCONV">VIDANLGCONV</a></div>
<dl>
<dt><span class="itemtitle">[PUT Command]</span></dt>
<dd><div class="cmd">@SYS:VIDANLGCONV=<span class="exparam">Parameter</span></div></dd>
<dt><span class="itemtitle">[GET Command]</span><dt>
<dd><div class="cmd">@SYS:VIDANLGCONV=?</div></dd>
<dd><div class="description">Operating & retrieving Analog Video Conversion setting state.</div></dd>
<dt><div class="itemtitle">[Parameters]</div></dt>
<dd><div class="param">Off</div></dd>
<dd><div class="description">PUT: setting to Off / GET: indicating Off status.</div></dd>
<dd><div class="param">On</div></dd>
<dd><div class="description">PUT: setting to On / GET: indicating On status.</div></dd>
<div class="backlink"><a href="#CatIdxVIDANLGCONV">Back To Index</a></div>
</dl></li>
<li>
<div class="itemtitle"><a name="SPPATTERN1AMP">SPPATTERN1AMP</a></div>
<dl>
<dt><span class="itemtitle">[PUT Command]</span></dt>
<dd><div class="cmd">@SYS:SPPATTERN1AMP=<span class="exparam">Parameter</span></div></dd>
<dt><span class="itemtitle">[GET Command]</span><dt>
<dd><div class="cmd">@SYS:SPPATTERN1AMP=?</div></dd>
<dd><div class="description">Operating & retrieving Amp Assign setting state for Speaker Pattern1.</div></dd>
<dt><div class="itemtitle">[Parameters]</div></dt>
<dd><div class="param">Basic</div></dd>
<dd><div class="description">PUT: setting to Basic / GET: indicating its setting at Basic.</div></dd>
<dd><div class="param">7ch +1ZONE</div></dd>
<dd><div class="description">PUT: setting to 7ch +1ZONE / GET: indicating its setting at 7ch +1ZONE.</div></dd>
<dd><div class="param">5ch BI-AMP</div></dd>
<dd><div class="description">PUT: setting to 5ch BI-AMP / GET: indicating its setting at 5ch BI-AMP.</div></dd>
<div class="backlink"><a href="#CatIdxSPPATTERN1AMP">Back To Index</a></div>
</dl></li>
<li>
<div class="itemtitle"><a name="SPPATTERN1FRNTCNFG">SPPATTERN1FRNTCNFG</a></div>
<dl>
<dt><span class="itemtitle">[PUT Command]</span></dt>
<dd><div class="cmd">@SYS:SPPATTERN1FRNTCNFG=<span class="exparam">Parameter</span></div></dd>
<dt><span class="itemtitle">[GET Command]</span><dt>
<dd><div class="cmd">@SYS:SPPATTERN1FRNTCNFG=?</div></dd>
<dd><div class="description">Operating & retrieving Front Ch Configuration setting state for Speaker Pattern1.</div></dd>
<dt><div class="itemtitle">[Parameters]</div></dt>
<dd><div class="param">Small</div></dd>
<dd><div class="description">PUT: setting to Small / GET: indicating its setting at Small.</div></dd>
<dd><div class="param">Large</div></dd>
<dd><div class="description">PUT: setting to Large / GET: indicating its setting at Large.</div></dd>
<div class="backlink"><a href="#CatIdxSPPATTERN1FRNTCNFG">Back To Index</a></div>
</dl></li>
<li>
<div class="itemtitle"><a name="SPPATTERN1CENTCNFG">SPPATTERN1CENTCNFG</a></div>
<dl>
<dt><span class="itemtitle">[PUT Command]</span></dt>
<dd><div class="cmd">@SYS:SPPATTERN1CENTCNFG=<span class="exparam">Parameter</span></div></dd>
<dt><span class="itemtitle">[GET Command]</span><dt>
<dd><div class="cmd">@SYS:SPPATTERN1CENTCNFG=?</div></dd>
<dd><div class="description">Operating & retrieving Center Ch Configuration setting state for Speaker Pattern1.</div></dd>
<dt><div class="itemtitle">[Parameters]</div></dt>
<dd><div class="param">None</div></dd>
<dd><div class="description">PUT: setting to None / GET: indicating its setting at None.</div></dd>
<dd><div class="param">Small</div></dd>
<dd><div class="description">PUT: setting to Small / GET: indicating its setting at Small.</div></dd>
<dd><div class="param">Large</div></dd>
<dd><div class="description">PUT: setting to Large / GET: indicating its setting at Large.</div></dd>
<div class="backlink"><a href="#CatIdxSPPATTERN1CENTCNFG">Back To Index</a></div>
</dl></li>
<li>
<div class="itemtitle"><a name="SPPATTERN1SURCNFG">SPPATTERN1SURCNFG</a></div>
<dl>
<dt><span class="itemtitle">[PUT Command]</span></dt>
<dd><div class="cmd">@SYS:SPPATTERN1SURCNFG=<span class="exparam">Parameter</span></div></dd>
<dt><span class="itemtitle">[GET Command]</span><dt>
<dd><div class="cmd">@SYS:SPPATTERN1SURCNFG=?</div></dd>
<dd><div class="description">Operating & retrieving Surround Ch Configuration setting state for Speaker Pattern1.</div></dd>
<dt><div class="itemtitle">[Parameters]</div></dt>
<dd><div class="param">None</div></dd>
<dd><div class="description">PUT: setting to None / GET: indicating its setting at None.</div></dd>
<dd><div class="param">Small</div></dd>
<dd><div class="description">PUT: setting to 60 Hz / GET: indicating its setting at 60 Hz.</div></dd>
<dd><div class="param">Large</div></dd>
<dd><div class="description">PUT: setting to Large / GET: indicating its setting at Large.</div></dd>
<div class="backlink"><a href="#CatIdxSPPATTERN1SURCNFG">Back To Index</a></div>
</dl></li>
<li>
<div class="itemtitle"><a name="SPPATTERN1SURBCNFG">SPPATTERN1SURBCNFG</a></div>
<dl>
<dt><span class="itemtitle">[PUT Command]</span></dt>
<dd><div class="cmd">@SYS:SPPATTERN1SURBCNFG=<span class="exparam">Parameter</span></div></dd>
<dt><span class="itemtitle">[GET Command]</span><dt>
<dd><div class="cmd">@SYS:SPPATTERN1SURBCNFG=?</div></dd>
<dd><div class="description">Operating & retrieving Surround Back Ch Configuration setting state for Speaker Pattern1.</div></dd>
<dt><div class="itemtitle">[Parameters]</div></dt>
<dd><div class="param">None</div></dd>
<dd><div class="description">PUT: setting to None / GET: indicating its setting at None.</div></dd>
<dd><div class="param">Small x1</div></dd>
<dd><div class="description">PUT: setting to Small x1 / GET: indicating its setting at Small x1.</div></dd>
<dd><div class="param">Large x1</div></dd>
<dd><div class="description">PUT: setting to Large x1 / GET: indicating its setting at Large x1.</div></dd>
<dd><div class="param">Small x2</div></dd>
<dd><div class="description">PUT: setting to Small x2 / GET: indicating its setting at Small x2.</div></dd>
<dd><div class="param">Large x2</div></dd>
<dd><div class="description">PUT: setting to Large x2 / GET: indicating its setting at Large x2.</div></dd>
<div class="backlink"><a href="#CatIdxSPPATTERN1SURBCNFG">Back To Index</a></div>
</dl></li>
<li>
<div class="itemtitle"><a name="SPPATTERN1FRNTPRES">SPPATTERN1FRNTPRES</a></div>
<dl>
<dt><span class="itemtitle">[PUT Command]</span></dt>
<dd><div class="cmd">@SYS:SPPATTERN1FRNTPRES=<span class="exparam">Parameter</span></div></dd>
<dt><span class="itemtitle">[GET Command]</span><dt>
<dd><div class="cmd">@SYS:SPPATTERN1FRNTPRES=?</div></dd>
<dd><div class="description">Operating & retrieving Front Presence Ch setting state for Speaker Pattern1.</div></dd>
<dt><div class="itemtitle">[Parameters]</div></dt>
<dd><div class="param">None</div></dd>
<dd><div class="description">PUT: setting to None / GET: indicating its setting at None.</div></dd>
<dd><div class="param">Use</div></dd>
<dd><div class="description">PUT: setting to Use / GET: indicating its setting at Use.</div></dd>
<div class="backlink"><a href="#CatIdxSPPATTERN1FRNTPRES">Back To Index</a></div>
</dl></li>
<li>
<div class="itemtitle"><a name="SPPATTERN1SWFR1CNFG">SPPATTERN1SWFR1CNFG</a></div>
<dl>
<dt><span class="itemtitle">[PUT Command]</span></dt>
<dd><div class="cmd">@SYS:SPPATTERN1SWFR1CNFG=<span class="exparam">Parameter</span></div></dd>
<dt><span class="itemtitle">[GET Command]</span><dt>
<dd><div class="cmd">@SYS:SPPATTERN1SWFR1CNFG=?</div></dd>
<dd><div class="description">Operating & retrieving Subwoofer1 Configuration state for Speaker Pattern1.</div></dd>
<dt><div class="itemtitle">[Parameters]</div></dt>
<dd><div class="param">None</div></dd>
<dd><div class="description">PUT: setting to None / GET: indicating its setting at None.</div></dd>
<dd><div class="param">Use</div></dd>
<dd><div class="description">PUT: setting to Use / GET: indicating its setting at Use.</div></dd>
<div class="backlink"><a href="#CatIdxSPPATTERN1SWFR1CNFG">Back To Index</a></div>
</dl></li>
<li>
<div class="itemtitle"><a name="SPPATTERN1SWFR1PHASE">SPPATTERN1SWFR1PHASE</a></div>
<dl>
<dt><span class="itemtitle">[PUT Command]</span></dt>
<dd><div class="cmd">@SYS:SPPATTERN1SWFR1PHASE=<span class="exparam">Parameter</span></div></dd>
<dt><span class="itemtitle">[GET Command]</span><dt>
<dd><div class="cmd">@SYS:SPPATTERN1SWFR1PHASE=?</div></dd>
<dd><div class="description">Operating & retrieving Subwoofer1 Phase setting state for Speaker Pattern1.</div></dd>
<dt><div class="itemtitle">[Parameters]</div></dt>
<dd><div class="param">Normal</div></dd>
<dd><div class="description">PUT: setting to Normal / GET: indicating its setting at Normal.</div></dd>
<dd><div class="param">Reverse</div></dd>
<dd><div class="description">PUT: setting to Reverse / GET: indicating its setting at Reverse.</div></dd>
<div class="backlink"><a href="#CatIdxSPPATTERN1SWFR1PHASE">Back To Index</a></div>
</dl></li>
<li>
<div class="itemtitle"><a name="SPPATTERN1EXBASS">SPPATTERN1EXBASS</a></div>
<dl>
<dt><span class="itemtitle">[PUT Command]</span></dt>
<dd><div class="cmd">@SYS:SPPATTERN1EXBASS=<span class="exparam">Parameter</span></div></dd>
<dt><span class="itemtitle">[GET Command]</span><dt>
<dd><div class="cmd">@SYS:SPPATTERN1EXBASS=?</div></dd>
<dd><div class="description">Operating & retrieving Extra Bass Setting state for Speaker Pattern1.</div></dd>
<dt><div class="itemtitle">[Parameters]</div></dt>
<dd><div class="param">Off</div></dd>
<dd><div class="description">PUT: setting to Off / GET: indicating its setting at Off.</div></dd>
<dd><div class="param">On</div></dd>
<dd><div class="description">PUT: setting to On / GET: indicating its setting at On.</div></dd>
<div class="backlink"><a href="#CatIdxSPPATTERN1EXBASS">Back To Index</a></div>
</dl></li>
<li>
<div class="itemtitle"><a name="SPPATTERN1SWFRCRSOVR">SPPATTERN1SWFRCRSOVR</a></div>
<dl>
<dt><span class="itemtitle">[PUT Command]</span></dt>
<dd><div class="cmd">@SYS:SPPATTERN1SWFRCRSOVR=<span class="exparam">Parameter</span></div></dd>
<dt><span class="itemtitle">[GET Command]</span><dt>
<dd><div class="cmd">@SYS:SPPATTERN1SWFRCRSOVR=?</div></dd>
<dd><div class="description">Operating & retrieving Subwoofer Crossover Frequency Setting state for Speaker Pattern1.</div></dd>
<dt><div class="itemtitle">[Parameters]</div></dt>
<dd><div class="param">40 Hz</div></dd>
<dd><div class="description">PUT: setting to 40 Hz / GET: indicating its setting at 40 Hz.</div></dd>
<dd><div class="param">60 Hz</div></dd>
<dd><div class="description">PUT: setting to 60 Hz / GET: indicating its setting at 60 Hz.</div></dd>
<dd><div class="param">80 Hz</div></dd>
<dd><div class="description">PUT: setting to 80 Hz / GET: indicating its setting at 80 Hz.</div></dd>
<dd><div class="param">90 Hz</div></dd>
<dd><div class="description">PUT: setting to 90 Hz / GET: indicating its setting at 90 Hz.</div></dd>
<dd><div class="param">100 Hz</div></dd>
<dd><div class="description">PUT: setting to 100 Hz / GET: indicating its setting at 100 Hz.</div></dd>
<dd><div class="param">110 Hz</div></dd>
<dd><div class="description">PUT: setting to 110 Hz / GET: indicating its setting at 110 Hz.</div></dd>
<dd><div class="param">120 Hz</div></dd>
<dd><div class="description">PUT: setting to 120 Hz / GET: indicating its setting at 120 Hz.</div></dd>
<dd><div class="param">160 Hz</div></dd>
<dd><div class="description">PUT: setting to 160 Hz / GET: indicating its setting at 160 Hz.</div></dd>
<dd><div class="param">200 Hz</div></dd>
<dd><div class="description">PUT: setting to 200 Hz / GET: indicating its setting at 200 Hz.</div></dd>
<div class="backlink"><a href="#CatIdxSPPATTERN1SWFRCRSOVR">Back To Index</a></div>
</dl></li>
<li>
<div class="itemtitle"><a name="DMCCONTROL">DMCCONTROL</a></div>
<dl>
<dt><span class="itemtitle">[PUT Command]</span></dt>
<dd><div class="cmd">@SYS:DMCCONTROL=<span class="exparam">Parameter</span></div></dd>
<dt><span class="itemtitle">[GET Command]</span><dt>
<dd><div class="cmd">@SYS:DMCCONTROL=?</div></dd>
<dd><div class="description">Operating & retrieving DMC Control Setting state</div></dd>
<dd><div class="iaf">Initial Auto Feedback is Available</div><dd>
<dt><div class="itemtitle">[Parameters]</div></dt>
<dd><div class="param">Disable</div></dd>
<dd><div class="description">PUT: setting to Disable / GET: indicating its setting at Disable.</div></dd>
<dd><div class="param">Enable</div></dd>
<dd><div class="description">PUT: setting to Enable / GET: indicating its setting at Enable.</div></dd>
<div class="backlink"><a href="#CatIdxDMCCONTROL">Back To Index</a></div>
</dl></li>
<li>
<div class="itemtitle"><a name="YNCAPORT">YNCAPORT</a></div>
<dl>
<dt><span class="itemtitle">[PUT Command]</span></dt>
<dd><div class="cmd">@SYS:YNCAPORT=<span class="exparam">Parameter</span></div></dd>
<dt><span class="itemtitle">[GET Command]</span><dt>
<dd><div class="cmd">@SYS:YNCAPORT=?</div></dd>
<dd><div class="description">Operating & retrieving TCP Port Setting state for YNCA commands.</div></dd>
<dt><div class="itemtitle">[Parameters]</div></dt>
<dd><div class="param">Numerical Number: 50000 to 65535, Step: 1</div></dd>
<dd><div class="description">PUT: setting to the specified number. / GET: indicating its setting with the retrieved value. The Default value is 50000.</div></dd>
<div class="backlink"><a href="#CatIdxYNCAPORT">Back To Index</a></div>
</dl></li>
<li>
<div class="itemtitle"><a name="TRIG1MANUAL">TRIG1MANUAL</a></div>
<dl>
<dt><span class="itemtitle">[PUT Command]</span></dt>
<dd><div class="cmd">@SYS:TRIG1MANUAL=<span class="exparam">Parameter</span></div></dd>
<dt><span class="itemtitle">[GET Command]</span><dt>
<dd><div class="cmd">@SYS:TRIG1MANUAL=?</div></dd>
<dd><div class="description">Operating & retrieving Manual Operating state for Trigger Out 1.</div></dd>
<dt><div class="itemtitle">[Parameters]</div></dt>
<dd><div class="param">Lo</div></dd>
<dd><div class="description">PUT: turning its state to Lo / GET: indicating its status at Lo.</div></dd>
<dd><div class="param">Hi</div></dd>
<dd><div class="description">PUT: turning its state to Hi / GET: indicating its status at Hi.</div></dd>
<div class="backlink"><a href="#CatIdxTRIG1MANUAL">Back To Index</a></div>
</dl></li>
<li>
<div class="itemtitle"><a name="TRIG1TYPE">TRIG1TYPE</a></div>
<dl>
<dt><span class="itemtitle">[PUT Command]</span></dt>
<dd><div class="cmd">@SYS:TRIG1TYPE=<span class="exparam">Parameter</span></div></dd>
<dt><span class="itemtitle">[GET Command]</span><dt>
<dd><div class="cmd">@SYS:TRIG1TYPE=?</div></dd>
<dd><div class="description">Operating & retrieving Trigger Type Setting state for Trigger Out 1.</div></dd>
<dt><div class="itemtitle">[Parameters]</div></dt>
<dd><div class="param">Manual</div></dd>
<dd><div class="description">PUT: setting to Manual / GET: indicating its setting at Manual.</div></dd>
<dd><div class="param">Power</div></dd>
<dd><div class="description">PUT: setting to Power / GET: indicating its setting at Power.</div></dd>
<dd><div class="param">Zone and Input</div></dd>
<dd><div class="description">PUT: setting to Zone and Input / GET: indicating its setting at Zone and Input.</div></dd>
<div class="backlink"><a href="#CatIdxTRIG1TYPE">Back To Index</a></div>
</dl></li>
<li>
<div class="itemtitle"><a name="TRIG1ZONE">TRIG1ZONE</a></div>
<dl>
<dt><span class="itemtitle">[PUT Command]</span></dt>
<dd><div class="cmd">@SYS:TRIG1ZONE=<span class="exparam">Parameter</span></div></dd>
<dt><span class="itemtitle">[GET Command]</span><dt>
<dd><div class="cmd">@SYS:TRIG1ZONE=?</div></dd>
<dd><div class="description">Operating & retrieving Zone Setting state of Trigger Type "Zone and Input" for Trigger Out 1.</div></dd>
<dt><div class="itemtitle">[Parameters]</div></dt>
<dd><div class="param">Main Zone</div></dd>
<dd><div class="description">PUT: setting to Main Zone / GET: indicating its setting at Main Zone.</div></dd>
<dd><div class="param">Zone2</div></dd>
<dd><div class="description">PUT: setting to Zone2 / GET: indicating its setting at Zone2.</div></dd>
<dd><div class="param">All</div></dd>
<dd><div class="description">PUT: setting to All / GET: indicating its setting at All.</div></dd>
<div class="backlink"><a href="#CatIdxTRIG1ZONE">Back To Index</a></div>
</dl></li>
<li>
<div class="itemtitle"><a name="TRIG1INPTUNER">TRIG1INPTUNER</a></div>
<dl>
<dt><span class="itemtitle">[PUT Command]</span></dt>
<dd><div class="cmd">@SYS:TRIG1INPTUNER=<span class="exparam">Parameter</span></div></dd>
<dt><span class="itemtitle">[GET Command]</span><dt>
<dd><div class="cmd">@SYS:TRIG1INPTUNER=?</div></dd>
<dd><div class="description">Operating & retrieving the setting state for Input TUNER of Trigger "Type Zone and Input" for Trigger Out 1.</div></dd>
<dt><div class="itemtitle">[Parameters]</div></dt>
<dd><div class="param">Parameters are the same as <a href="#TRIG1INPSIRIUS">TRIG1INPSIRIUS</a></div></dd>
<div class="backlink"><a href="#CatIdxTRIG1INPTUNER">Back To Index</a></div>
</dl></li>
<li>
<div class="itemtitle"><a name="TRIG1INPPHONO">TRIG1INPPHONO</a></div>
<dl>
<dt><span class="itemtitle">[PUT Command]</span></dt>
<dd><div class="cmd">@SYS:TRIG1INPPHONO=<span class="exparam">Parameter</span></div></dd>
<dt><span class="itemtitle">[GET Command]</span><dt>
<dd><div class="cmd">@SYS:TRIG1INPPHONO=?</div></dd>
<dd><div class="description">Operating & retrieving the setting state for Input PHONO of Trigger "Type Zone and Input" for Trigger Out 1.</div></dd>
<dt><div class="itemtitle">[Parameters]</div></dt>
<dd><div class="param">Parameters are the same as <a href="#TRIG1INPSIRIUS">TRIG1INPSIRIUS</a></div></dd>
<div class="backlink"><a href="#CatIdxTRIG1INPPHONO">Back To Index</a></div>
</dl></li>
<li>
<div class="itemtitle"><a name="TRIG1INPHDMI1">TRIG1INPHDMI1</a></div>
<dl>
<dt><span class="itemtitle">[PUT Command]</span></dt>
<dd><div class="cmd">@SYS:TRIG1INPHDMI1=<span class="exparam">Parameter</span></div></dd>
<dt><span class="itemtitle">[GET Command]</span><dt>
<dd><div class="cmd">@SYS:TRIG1INPHDMI1=?</div></dd>
<dd><div class="description">Operating & retrieving the setting state for Input HDMI1 of Trigger "Type Zone and Input" for Trigger Out 1.</div></dd>
<dt><div class="itemtitle">[Parameters]</div></dt>
<dd><div class="param">Parameters are the same as <a href="#TRIG1INPSIRIUS">TRIG1INPSIRIUS</a></div></dd>
<div class="backlink"><a href="#CatIdxTRIG1INPHDMI1">Back To Index</a></div>
</dl></li>
<li>
<div class="itemtitle"><a name="TRIG1INPHDMI2">TRIG1INPHDMI2</a></div>
<dl>
<dt><span class="itemtitle">[PUT Command]</span></dt>
<dd><div class="cmd">@SYS:TRIG1INPHDMI2=<span class="exparam">Parameter</span></div></dd>
<dt><span class="itemtitle">[GET Command]</span><dt>
<dd><div class="cmd">@SYS:TRIG1INPHDMI2=?</div></dd>
<dd><div class="description">Operating & retrieving the setting state for Input HDMI2 of Trigger "Type Zone and Input" for Trigger Out 1.</div></dd>
<dt><div class="itemtitle">[Parameters]</div></dt>
<dd><div class="param">Parameters are the same as <a href="#TRIG1INPSIRIUS">TRIG1INPSIRIUS</a></div></dd>
<div class="backlink"><a href="#CatIdxTRIG1INPHDMI2">Back To Index</a></div>
</dl></li>
<li>
<div class="itemtitle"><a name="TRIG1INPHDMI3">TRIG1INPHDMI3</a></div>
<dl>
<dt><span class="itemtitle">[PUT Command]</span></dt>
<dd><div class="cmd">@SYS:TRIG1INPHDMI3=<span class="exparam">Parameter</span></div></dd>
<dt><span class="itemtitle">[GET Command]</span><dt>
<dd><div class="cmd">@SYS:TRIG1INPHDMI3=?</div></dd>
<dd><div class="description">Operating & retrieving the setting state for Input HDMI3 of Trigger "Type Zone and Input" for Trigger Out 1.</div></dd>
<dt><div class="itemtitle">[Parameters]</div></dt>
<dd><div class="param">Parameters are the same as <a href="#TRIG1INPSIRIUS">TRIG1INPSIRIUS</a></div></dd>
<div class="backlink"><a href="#CatIdxTRIG1INPHDMI3">Back To Index</a></div>
</dl></li>
<li>
<div class="itemtitle"><a name="TRIG1INPHDMI4">TRIG1INPHDMI4</a></div>
<dl>
<dt><span class="itemtitle">[PUT Command]</span></dt>
<dd><div class="cmd">@SYS:TRIG1INPHDMI4=<span class="exparam">Parameter</span></div></dd>
<dt><span class="itemtitle">[GET Command]</span><dt>
<dd><div class="cmd">@SYS:TRIG1INPHDMI4=?</div></dd>
<dd><div class="description">Operating & retrieving the setting state for Input HDMI4 of Trigger "Type Zone and Input" for Trigger Out 1.</div></dd>
<dt><div class="itemtitle">[Parameters]</div></dt>
<dd><div class="param">Parameters are the same as <a href="#TRIG1INPSIRIUS">TRIG1INPSIRIUS</a></div></dd>
<div class="backlink"><a href="#CatIdxTRIG1INPHDMI4">Back To Index</a></div>
</dl></li>
<li>
<div class="itemtitle"><a name="TRIG1INPHDMI5">TRIG1INPHDMI5</a></div>
<dl>
<dt><span class="itemtitle">[PUT Command]</span></dt>
<dd><div class="cmd">@SYS:TRIG1INPHDMI5=<span class="exparam">Parameter</span></div></dd>
<dt><span class="itemtitle">[GET Command]</span><dt>
<dd><div class="cmd">@SYS:TRIG1INPHDMI5=?</div></dd>
<dd><div class="description">Operating & retrieving the setting state for Input HDMI5 of Trigger "Type Zone and Input" for Trigger Out 1.</div></dd>
<dt><div class="itemtitle">[Parameters]</div></dt>
<dd><div class="param">Parameters are the same as <a href="#TRIG1INPSIRIUS">TRIG1INPSIRIUS</a></div></dd>
<div class="backlink"><a href="#CatIdxTRIG1INPHDMI5">Back To Index</a></div>
</dl></li>
<li>
<div class="itemtitle"><a name="TRIG1INPHDMI6">TRIG1INPHDMI6</a></div>
<dl>
<dt><span class="itemtitle">[PUT Command]</span></dt>
<dd><div class="cmd">@SYS:TRIG1INPHDMI6=<span class="exparam">Parameter</span></div></dd>
<dt><span class="itemtitle">[GET Command]</span><dt>
<dd><div class="cmd">@SYS:TRIG1INPHDMI6=?</div></dd>
<dd><div class="description">Operating & retrieving the setting state for Input HDMI6 of Trigger "Type Zone and Input" for Trigger Out 1.</div></dd>
<dt><div class="itemtitle">[Parameters]</div></dt>
<dd><div class="param">Parameters are the same as <a href="#TRIG1INPSIRIUS">TRIG1INPSIRIUS</a></div></dd>
<div class="backlink"><a href="#CatIdxTRIG1INPHDMI6">Back To Index</a></div>
</dl></li>
<li>
<div class="itemtitle"><a name="TRIG1INPHDMI7">TRIG1INPHDMI7</a></div>
<dl>
<dt><span class="itemtitle">[PUT Command]</span></dt>
<dd><div class="cmd">@SYS:TRIG1INPHDMI7=<span class="exparam">Parameter</span></div></dd>
<dt><span class="itemtitle">[GET Command]</span><dt>
<dd><div class="cmd">@SYS:TRIG1INPHDMI7=?</div></dd>
<dd><div class="description">Operating & retrieving the setting state for Input HDMI7 of Trigger "Type Zone and Input" for Trigger Out 1.</div></dd>
<dt><div class="itemtitle">[Parameters]</div></dt>
<dd><div class="param">Parameters are the same as <a href="#TRIG1INPSIRIUS">TRIG1INPSIRIUS</a></div></dd>
<div class="backlink"><a href="#CatIdxTRIG1INPHDMI7">Back To Index</a></div>
</dl></li>
<li>
<div class="itemtitle"><a name="TRIG1INPAV1">TRIG1INPAV1</a></div>
<dl>
<dt><span class="itemtitle">[PUT Command]</span></dt>
<dd><div class="cmd">@SYS:TRIG1INPAV1=<span class="exparam">Parameter</span></div></dd>
<dt><span class="itemtitle">[GET Command]</span><dt>
<dd><div class="cmd">@SYS:TRIG1INPAV1=?</div></dd>
<dd><div class="description">Operating & retrieving the setting state for Input AV1 of Trigger "Type Zone and Input" for Trigger Out 1.</div></dd>
<dt><div class="itemtitle">[Parameters]</div></dt>
<dd><div class="param">Parameters are the same as <a href="#TRIG1INPSIRIUS">TRIG1INPSIRIUS</a></div></dd>
<div class="backlink"><a href="#CatIdxTRIG1INPAV1">Back To Index</a></div>
</dl></li>
<li>
<div class="itemtitle"><a name="TRIG1INPAV2">TRIG1INPAV2</a></div>
<dl>
<dt><span class="itemtitle">[PUT Command]</span></dt>
<dd><div class="cmd">@SYS:TRIG1INPAV2=<span class="exparam">Parameter</span></div></dd>
<dt><span class="itemtitle">[GET Command]</span><dt>
<dd><div class="cmd">@SYS:TRIG1INPAV2=?</div></dd>
<dd><div class="description">Operating & retrieving the setting state for Input AV2 of Trigger "Type Zone and Input" for Trigger Out 1.</div></dd>
<dt><div class="itemtitle">[Parameters]</div></dt>
<dd><div class="param">Parameters are the same as <a href="#TRIG1INPSIRIUS">TRIG1INPSIRIUS</a></div></dd>
<div class="backlink"><a href="#CatIdxTRIG1INPAV2">Back To Index</a></div>
</dl></li>
<li>
<div class="itemtitle"><a name="TRIG1INPAV3">TRIG1INPAV3</a></div>
<dl>
<dt><span class="itemtitle">[PUT Command]</span></dt>
<dd><div class="cmd">@SYS:TRIG1INPAV3=<span class="exparam">Parameter</span></div></dd>
<dt><span class="itemtitle">[GET Command]</span><dt>
<dd><div class="cmd">@SYS:TRIG1INPAV3=?</div></dd>
<dd><div class="description">Operating & retrieving the setting state for Input AV3 of Trigger "Type Zone and Input" for Trigger Out 1.</div></dd>
<dt><div class="itemtitle">[Parameters]</div></dt>
<dd><div class="param">Parameters are the same as <a href="#TRIG1INPSIRIUS">TRIG1INPSIRIUS</a></div></dd>
<div class="backlink"><a href="#CatIdxTRIG1INPAV3">Back To Index</a></div>
</dl></li>
<li>
<div class="itemtitle"><a name="TRIG1INPAV4">TRIG1INPAV4</a></div>
<dl>
<dt><span class="itemtitle">[PUT Command]</span></dt>
<dd><div class="cmd">@SYS:TRIG1INPAV4=<span class="exparam">Parameter</span></div></dd>
<dt><span class="itemtitle">[GET Command]</span><dt>
<dd><div class="cmd">@SYS:TRIG1INPAV4=?</div></dd>
<dd><div class="description">Operating & retrieving the setting state for Input AV4 of Trigger "Type Zone and Input" for Trigger Out 1.</div></dd>
<dt><div class="itemtitle">[Parameters]</div></dt>
<dd><div class="param">Parameters are the same as <a href="#TRIG1INPSIRIUS">TRIG1INPSIRIUS</a></div></dd>
<div class="backlink"><a href="#CatIdxTRIG1INPAV4">Back To Index</a></div>
</dl></li>
<li>
<div class="itemtitle"><a name="TRIG1INPAV5">TRIG1INPAV5</a></div>
<dl>
<dt><span class="itemtitle">[PUT Command]</span></dt>
<dd><div class="cmd">@SYS:TRIG1INPAV5=<span class="exparam">Parameter</span></div></dd>
<dt><span class="itemtitle">[GET Command]</span><dt>
<dd><div class="cmd">@SYS:TRIG1INPAV5=?</div></dd>
<dd><div class="description">Operating & retrieving the setting state for Input AV5 of Trigger "Type Zone and Input" for Trigger Out 1.</div></dd>
<dt><div class="itemtitle">[Parameters]</div></dt>
<dd><div class="param">Parameters are the same as <a href="#TRIG1INPSIRIUS">TRIG1INPSIRIUS</a></div></dd>
<div class="backlink"><a href="#CatIdxTRIG1INPAV5">Back To Index</a></div>
</dl></li>
<li>
<div class="itemtitle"><a name="TRIG1INPAV6">TRIG1INPAV6</a></div>
<dl>
<dt><span class="itemtitle">[PUT Command]</span></dt>
<dd><div class="cmd">@SYS:TRIG1INPAV6=<span class="exparam">Parameter</span></div></dd>
<dt><span class="itemtitle">[GET Command]</span><dt>
<dd><div class="cmd">@SYS:TRIG1INPAV6=?</div></dd>
<dd><div class="description">Operating & retrieving the setting state for Input AV6 of Trigger "Type Zone and Input" for Trigger Out 1.</div></dd>
<dt><div class="itemtitle">[Parameters]</div></dt>
<dd><div class="param">Parameters are the same as <a href="#TRIG1INPSIRIUS">TRIG1INPSIRIUS</a></div></dd>
<div class="backlink"><a href="#CatIdxTRIG1INPAV6">Back To Index</a></div>
</dl></li>
<li>
<div class="itemtitle"><a name="TRIG1INPVAUX">TRIG1INPVAUX</a></div>
<dl>
<dt><span class="itemtitle">[PUT Command]</span></dt>
<dd><div class="cmd">@SYS:TRIG1INPVAUX=<span class="exparam">Parameter</span></div></dd>
<dt><span class="itemtitle">[GET Command]</span><dt>
<dd><div class="cmd">@SYS:TRIG1INPVAUX=?</div></dd>
<dd><div class="description">Operating & retrieving the setting state for Input VAUX of Trigger "Type Zone and Input" for Trigger Out 1.</div></dd>
<dt><div class="itemtitle">[Parameters]</div></dt>
<dd><div class="param">Parameters are the same as <a href="#TRIG1INPSIRIUS">TRIG1INPSIRIUS</a></div></dd>
<div class="backlink"><a href="#CatIdxTRIG1INPVAUX">Back To Index</a></div>
</dl></li>
<li>
<div class="itemtitle"><a name="TRIG1INPAUDIO1">TRIG1INPAUDIO1</a></div>
<dl>
<dt><span class="itemtitle">[PUT Command]</span></dt>
<dd><div class="cmd">@SYS:TRIG1INPAUDIO1=<span class="exparam">Parameter</span></div></dd>
<dt><span class="itemtitle">[GET Command]</span><dt>
<dd><div class="cmd">@SYS:TRIG1INPAUDIO1=?</div></dd>
<dd><div class="description">Operating & retrieving the setting state for Input AUDIO1 of Trigger "Type Zone and Input" for Trigger Out 1.</div></dd>
<dt><div class="itemtitle">[Parameters]</div></dt>
<dd><div class="param">Parameters are the same as <a href="#TRIG1INPSIRIUS">TRIG1INPSIRIUS</a></div></dd>
<div class="backlink"><a href="#CatIdxTRIG1INPAUDIO1">Back To Index</a></div>
</dl></li>
<li>
<div class="itemtitle"><a name="TRIG1INPAUDIO2">TRIG1INPAUDIO2</a></div>
<dl>
<dt><span class="itemtitle">[PUT Command]</span></dt>
<dd><div class="cmd">@SYS:TRIG1INPAUDIO2=<span class="exparam">Parameter</span></div></dd>
<dt><span class="itemtitle">[GET Command]</span><dt>
<dd><div class="cmd">@SYS:TRIG1INPAUDIO2=?</div></dd>
<dd><div class="description">Operating & retrieving the setting state for Input AUDIO2 of Trigger "Type Zone and Input" for Trigger Out 1.</div></dd>
<dt><div class="itemtitle">[Parameters]</div></dt>
<dd><div class="param">Parameters are the same as <a href="#TRIG1INPSIRIUS">TRIG1INPSIRIUS</a></div></dd>
<div class="backlink"><a href="#CatIdxTRIG1INPAUDIO2">Back To Index</a></div>
</dl></li>
<li>
<div class="itemtitle"><a name="TRIG1INPDOCK">TRIG1INPDOCK</a></div>
<dl>
<dt><span class="itemtitle">[PUT Command]</span></dt>
<dd><div class="cmd">@SYS:TRIG1INPDOCK=<span class="exparam">Parameter</span></div></dd>
<dt><span class="itemtitle">[GET Command]</span><dt>
<dd><div class="cmd">@SYS:TRIG1INPDOCK=?</div></dd>
<dd><div class="description">Operating & retrieving the setting state for Input DOCK of Trigger "Type Zone and Input" for Trigger Out 1.</div></dd>
<dt><div class="itemtitle">[Parameters]</div></dt>
<dd><div class="param">Parameters are the same as <a href="#TRIG1INPSIRIUS">TRIG1INPSIRIUS</a></div></dd>
<div class="backlink"><a href="#CatIdxTRIG1INPDOCK">Back To Index</a></div>
</dl></li>
<li>
<div class="itemtitle"><a name="TRIG1INPIPOD">TRIG1INPIPOD</a></div>
<dl>
<dt><span class="itemtitle">[PUT Command]</span></dt>
<dd><div class="cmd">@SYS:TRIG1INPIPOD=<span class="exparam">Parameter</span></div></dd>
<dt><span class="itemtitle">[GET Command]</span><dt>
<dd><div class="cmd">@SYS:TRIG1INPIPOD=?</div></dd>
<dd><div class="description">Operating & retrieving the setting state for Input IPOD of Trigger "Type Zone and Input" for Trigger Out 1.</div></dd>
<dt><div class="itemtitle">[Parameters]</div></dt>
<dd><div class="param">Parameters are the same as <a href="#TRIG1INPSIRIUS">TRIG1INPSIRIUS</a></div></dd>
<div class="backlink"><a href="#CatIdxTRIG1INPIPOD">Back To Index</a></div>
</dl></li>
<li>
<div class="itemtitle"><a name="TRIG1INPBT">TRIG1INPBT</a></div>
<dl>
<dt><span class="itemtitle">[PUT Command]</span></dt>
<dd><div class="cmd">@SYS:TRIG1INPBT=<span class="exparam">Parameter</span></div></dd>
<dt><span class="itemtitle">[GET Command]</span><dt>
<dd><div class="cmd">@SYS:TRIG1INPBT=?</div></dd>
<dd><div class="description">Operating & retrieving the setting state for Input BT of Trigger "Type Zone and Input" for Trigger Out 1.</div></dd>
<dt><div class="itemtitle">[Parameters]</div></dt>
<dd><div class="param">Parameters are the same as <a href="#TRIG1INPSIRIUS">TRIG1INPSIRIUS</a></div></dd>
<div class="backlink"><a href="#CatIdxTRIG1INPBT">Back To Index</a></div>
</dl></li>
<li>
<div class="itemtitle"><a name="TRIG1INPUAW">TRIG1INPUAW</a></div>
<dl>
<dt><span class="itemtitle">[PUT Command]</span></dt>
<dd><div class="cmd">@SYS:TRIG1INPUAW=<span class="exparam">Parameter</span></div></dd>
<dt><span class="itemtitle">[GET Command]</span><dt>
<dd><div class="cmd">@SYS:TRIG1INPUAW=?</div></dd>
<dd><div class="description">Operating & retrieving the setting state for Input UAW of Trigger "Type Zone and Input" for Trigger Out 1.</div></dd>
<dt><div class="itemtitle">[Parameters]</div></dt>
<dd><div class="param">Parameters are the same as <a href="#TRIG1INPSIRIUS">TRIG1INPSIRIUS</a></div></dd>
<div class="backlink"><a href="#CatIdxTRIG1INPUAW">Back To Index</a></div>
</dl></li>
<li>
<div class="itemtitle"><a name="TRIG1INPNET">TRIG1INPNET</a></div>
<dl>
<dt><span class="itemtitle">[PUT Command]</span></dt>
<dd><div class="cmd">@SYS:TRIG1INPNET=<span class="exparam">Parameter</span></div></dd>
<dt><span class="itemtitle">[GET Command]</span><dt>
<dd><div class="cmd">@SYS:TRIG1INPNET=?</div></dd>
<dd><div class="description">Operating & retrieving the setting state for Input NET of Trigger "Type Zone and Input" for Trigger Out 1.</div></dd>
<dt><div class="itemtitle">[Parameters]</div></dt>
<dd><div class="param">Parameters are the same as <a href="#TRIG1INPSIRIUS">TRIG1INPSIRIUS</a></div></dd>
<div class="backlink"><a href="#CatIdxTRIG1INPNET">Back To Index</a></div>
</dl></li>
<li>
<div class="itemtitle"><a name="TRIG1INPNAPSTER">TRIG1INPNAPSTER</a></div>
<dl>
<dt><span class="itemtitle">[PUT Command]</span></dt>
<dd><div class="cmd">@SYS:TRIG1INPNAPSTER=<span class="exparam">Parameter</span></div></dd>
<dt><span class="itemtitle">[GET Command]</span><dt>
<dd><div class="cmd">@SYS:TRIG1INPNAPSTER=?</div></dd>
<dd><div class="description">Operating & retrieving the setting state for Input NAPSTER of Trigger "Type Zone and Input" for Trigger Out 1.</div></dd>
<dt><div class="itemtitle">[Parameters]</div></dt>
<dd><div class="param">Parameters are the same as <a href="#TRIG1INPSIRIUS">TRIG1INPSIRIUS</a></div></dd>
<div class="backlink"><a href="#CatIdxTRIG1INPNAPSTER">Back To Index</a></div>
</dl></li>
<li>
<div class="itemtitle"><a name="TRIG1INPPC">TRIG1INPPC</a></div>
<dl>
<dt><span class="itemtitle">[PUT Command]</span></dt>
<dd><div class="cmd">@SYS:TRIG1INPPC=<span class="exparam">Parameter</span></div></dd>
<dt><span class="itemtitle">[GET Command]</span><dt>
<dd><div class="cmd">@SYS:TRIG1INPPC=?</div></dd>
<dd><div class="description">Operating & retrieving the setting state for Input PC of Trigger "Type Zone and Input" for Trigger Out 1.</div></dd>
<dt><div class="itemtitle">[Parameters]</div></dt>
<dd><div class="param">Parameters are the same as <a href="#TRIG1INPSIRIUS">TRIG1INPSIRIUS</a></div></dd>
<div class="backlink"><a href="#CatIdxTRIG1INPPC">Back To Index</a></div>
</dl></li>
<li>
<div class="itemtitle"><a name="TRIG1INPNETRADIO">TRIG1INPNETRADIO</a></div>
<dl>
<dt><span class="itemtitle">[PUT Command]</span></dt>
<dd><div class="cmd">@SYS:TRIG1INPNETRADIO=<span class="exparam">Parameter</span></div></dd>
<dt><span class="itemtitle">[GET Command]</span><dt>
<dd><div class="cmd">@SYS:TRIG1INPNETRADIO=?</div></dd>
<dd><div class="description">Operating & retrieving the setting state for Input NETRADIO of Trigger "Type Zone and Input" for Trigger Out 1.</div></dd>
<dt><div class="itemtitle">[Parameters]</div></dt>
<dd><div class="param">Parameters are the same as <a href="#TRIG1INPSIRIUS">TRIG1INPSIRIUS</a></div></dd>
<div class="backlink"><a href="#CatIdxTRIG1INPNETRADIO">Back To Index</a></div>
</dl></li>
<li>
<div class="itemtitle"><a name="TRIG1INPUSB">TRIG1INPUSB</a></div>
<dl>
<dt><span class="itemtitle">[PUT Command]</span></dt>
<dd><div class="cmd">@SYS:TRIG1INPUSB=<span class="exparam">Parameter</span></div></dd>
<dt><span class="itemtitle">[GET Command]</span><dt>
<dd><div class="cmd">@SYS:TRIG1INPUSB=?</div></dd>
<dd><div class="description">Operating & retrieving the setting state for Input USB of Trigger "Type Zone and Input" for Trigger Out 1.</div></dd>
<dt><div class="itemtitle">[Parameters]</div></dt>
<dd><div class="param">Parameters are the same as <a href="#TRIG1INPSIRIUS">TRIG1INPSIRIUS</a></div></dd>
<div class="backlink"><a href="#CatIdxTRIG1INPUSB">Back To Index</a></div>
</dl></li>
<li>
<div class="itemtitle"><a name="TRIG1INPIPODUSB">TRIG1INPIPODUSB</a></div>
<dl>
<dt><span class="itemtitle">[PUT Command]</span></dt>
<dd><div class="cmd">@SYS:TRIG1INPIPODUSB=<span class="exparam">Parameter</span></div></dd>
<dt><span class="itemtitle">[GET Command]</span><dt>
<dd><div class="cmd">@SYS:TRIG1INPIPODUSB=?</div></dd>
<dd><div class="description">Operating & retrieving the setting state for Input IPODUSB of Trigger "Type Zone and Input" for Trigger Out 1.</div></dd>
<dt><div class="itemtitle">[Parameters]</div></dt>
<dd><div class="param">Parameters are the same as <a href="#TRIG1INPSIRIUS">TRIG1INPSIRIUS</a></div></dd>
<div class="backlink"><a href="#CatIdxTRIG1INPIPODUSB">Back To Index</a></div>
</dl></li>
<li>
<div class="itemtitle"><a name="MEMGRD">MEMGRD</a></div>
<dl>
<dt><span class="itemtitle">[PUT Command]</span></dt>
<dd><div class="cmd">@SYS:MEMGRD=<span class="exparam">Parameter</span></div></dd>
<dt><span class="itemtitle">[GET Command]</span><dt>
<dd><div class="cmd">@SYS:MEMGRD=?</div></dd>
<dd><div class="description">Operating & retrieving Memory Guard Setting state</div></dd>
<dt><div class="itemtitle">[Parameters]</div></dt>
<dd><div class="param">Off</div></dd>
<dd><div class="description">PUT: setting to Off / GET: indicating its setting at Off.</div></dd>
<dd><div class="param">On</div></dd>
<dd><div class="description">PUT: setting to On / GET: indicating its setting at On.</div></dd>
<div class="backlink"><a href="#CatIdxMEMGRD">Back To Index</a></div>
</dl></li>
<li>
<div class="itemtitle"><a name="REMOTECODE">REMOTECODE</a></div>
<dl>
<dt><span class="itemtitle">[PUT Command]</span></dt>
<dd><div class="cmd">@SYS:REMOTECODE=<span class="exparam">Parameter</span></div></dd>
<dd><div class="description">Operation by specifying IR command codes.</div></dd>
<dt><div class="itemtitle">[Parameters]</div></dt>
<dd><div class="param">Character Code: Hex, Fixed 8 characters</div></dd>
<dd><div class="description">PUT Only: 8-digit ASCII (Hex) IR codes are to be specified for its value. See the IR command chart separately provided. <a href="../../ircode/IR_RX-V671-3071_rev1.0_Full.xls">[Link To the IR Code File]</a></div></dd>
<div class="backlink"><a href="#CatIdxREMOTECODE">Back To Index</a></div>
</dl></li>
</ul>
<p>
<div id="copy">© 2011 Yamaha Corporation All Rights Reserved.</div>
</body>
</html>
| akentner/yamaha-avr2mqtt | docs/YNCA/html/YNCA_Command_List_RX-A810_B/SYS_RX-A810_B.html | HTML | mit | 61,333 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>mtac2: 1 m 1 s 🏆</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.7.1+2 / mtac2 - 1.0.0+8.7</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
mtac2
<small>
1.0.0+8.7
<span class="label label-success">1 m 1 s 🏆</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-11-14 19:55:30 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-14 19:55:30 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
camlp5 7.14 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-perl 1 Virtual package relying on perl
coq 8.7.1+2 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.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: "beta.ziliani@gmail.com"
homepage: "https://github.com/Mtac2/Mtac2"
dev-repo: "git+https://github.com/Mtac2/Mtac2.git"
bug-reports: "https://github.com/Mtac2/Mtac2/issues"
authors: ["Beta Ziliani <beta.ziliani@gmail.com>" "Jan-Oliver Kaiser <janno@mpi-sws.org>" "Robbert Krebbers <mail@robbertkrebbers.nl>" "Yann Régis-Gianas <yrg@pps.univ-paris-diderot.fr>" "Derek Dreyer <dreyer@mpi-sws.org>"]
license: "MIT"
build: [
["./configure.sh"]
[make "-j%{jobs}%"]
]
install: [
[make "install"]
]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Mtac2"]
depends: [
"ocaml"
"coq" {>= "8.7.0" & < "8.8~"}
"coq-unicoq" {>= "1.3~" & < "2~"}
]
synopsis: "Mtac2: Typed Tactics for Coq"
flags: light-uninstall
url {
src: "https://github.com/Mtac2/Mtac2/archive/v1.0.0-coq8.7.tar.gz"
checksum: "md5=10fdc9569e0105d40f4ed22b8f92c2a7"
}
</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-mtac2.1.0.0+8.7 coq.8.7.1+2</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-mtac2.1.0.0+8.7 coq.8.7.1+2</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>24 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-mtac2.1.0.0+8.7 coq.8.7.1+2</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>1 m 1 s</dd>
</dl>
<h2>Installation size</h2>
<p>Total: 6 M</p>
<ul>
<li>787 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/MetaCoqPlugin.cmxs</code></li>
<li>693 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/tactics/Tactics.vo</code></li>
<li>537 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/tactics/IntroPatt.vo</code></li>
<li>421 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/ideas/DepDestruct.vo</code></li>
<li>396 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/ideas/Transport.vo</code></li>
<li>307 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/tactics/TacticsBase.vo</code></li>
<li>216 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/tactics/Ttactics.vo</code></li>
<li>194 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/intf/M.vo</code></li>
<li>183 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/tactics/CompoundTactics.vo</code></li>
<li>123 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/ideas/Abstract.vo</code></li>
<li>112 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/tactics/Tactics.glob</code></li>
<li>96 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/intf/M.glob</code></li>
<li>85 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/tactics/ConstrSelector.vo</code></li>
<li>79 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/intf/MTele.vo</code></li>
<li>77 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/tactics/TacticsBase.glob</code></li>
<li>73 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/ideas/StaticApply.vo</code></li>
<li>71 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/meta/MTeleMatch.vo</code></li>
<li>70 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/meta/MFix.vo</code></li>
<li>67 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/ideas/SubgoalsStrict.vo</code></li>
<li>67 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/MetaCoqPlugin.cmi</code></li>
<li>66 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/tactics/ImportedTactics.vo</code></li>
<li>63 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/DecomposeApp.vo</code></li>
<li>57 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/ideas/DepDestruct.glob</code></li>
<li>55 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/MetaCoqPlugin.cmx</code></li>
<li>45 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/meta/Exhaustive.vo</code></li>
<li>41 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/meta/MTeleMatchDef.vo</code></li>
<li>41 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/tactics/Ttactics.glob</code></li>
<li>34 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/meta/MFixDef.vo</code></li>
<li>34 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/ideas/Transport.glob</code></li>
<li>33 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/ideas/SumRun.vo</code></li>
<li>33 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/intf/Exceptions.vo</code></li>
<li>33 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/intf/M.v</code></li>
<li>31 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/Base.vo</code></li>
<li>31 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/lib/List.vo</code></li>
<li>29 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/intf/MTele.glob</code></li>
<li>28 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/ideas/Abstract.glob</code></li>
<li>27 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/Pattern.vo</code></li>
<li>26 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/Mtac2.vo</code></li>
<li>25 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/intf/Name.vo</code></li>
<li>25 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/intf/Lift.vo</code></li>
<li>24 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/lib/Specif.vo</code></li>
<li>23 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/tactics/Tactics.v</code></li>
<li>22 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/meta/MTeleMatch.glob</code></li>
<li>21 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/lib/List.glob</code></li>
<li>21 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/tactics/TacticsBase.v</code></li>
<li>16 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/ideas/DepDestruct.v</code></li>
<li>16 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/meta/MFix.glob</code></li>
<li>14 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/lib/Datatypes.vo</code></li>
<li>14 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/ideas/StaticApply.glob</code></li>
<li>13 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/Pattern.glob</code></li>
<li>13 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/tactics/ConstrSelector.glob</code></li>
<li>12 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/intf/Sorts.vo</code></li>
<li>12 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/ideas/SubgoalsStrict.glob</code></li>
<li>12 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/tactics/IntroPatt.glob</code></li>
<li>12 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/lib/Specif.glob</code></li>
<li>12 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/DecomposeApp.glob</code></li>
<li>10 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/meta/MTeleMatchDef.glob</code></li>
<li>10 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/lib/Specif.v</code></li>
<li>10 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/tactics/ImportedTactics.glob</code></li>
<li>10 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/intf/Reduction.vo</code></li>
<li>10 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/tactics/Ttactics.v</code></li>
<li>10 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/intf/MTele.v</code></li>
<li>9 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/lib/Logic.vo</code></li>
<li>9 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/Pattern.v</code></li>
<li>9 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/lib/Logic.v</code></li>
<li>9 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/MetaCoqPlugin.cmxa</code></li>
<li>9 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/intf/Exceptions.glob</code></li>
<li>8 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/intf/Goals.vo</code></li>
<li>7 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/meta/MTeleMatch.v</code></li>
<li>7 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/intf/Sorts.glob</code></li>
<li>7 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/ideas/Transport.v</code></li>
<li>7 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/tactics/CompoundTactics.glob</code></li>
<li>6 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/intf/DeclarationDefs.vo</code></li>
<li>6 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/lib/Utils.vo</code></li>
<li>6 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/ideas/Abstract.v</code></li>
<li>6 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/meta/Exhaustive.glob</code></li>
<li>5 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/ideas/StaticApply.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/lib/List.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/lib/Logic.glob</code></li>
<li>5 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/lib/Datatypes.glob</code></li>
<li>5 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/intf/Reduction.glob</code></li>
<li>5 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/meta/MFix.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/meta/MFixDef.glob</code></li>
<li>4 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/meta/MTeleMatchDef.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/intf/Tm_kind.vo</code></li>
<li>4 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/DecomposeApp.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/intf/Case.vo</code></li>
<li>4 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/lib/Datatypes.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/ideas/SumRun.glob</code></li>
<li>4 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/tactics/ImportedTactics.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/ideas/SubgoalsStrict.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/lib/Utils.glob</code></li>
<li>3 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/tactics/IntroPatt.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/intf/Unification.vo</code></li>
<li>3 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/intf/Dyn.vo</code></li>
<li>3 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/intf/Exceptions.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/tactics/ConstrSelector.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/Base.glob</code></li>
<li>3 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/metaCoqInstr.cmi</code></li>
<li>3 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/intf/Sorts.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/ideas/SumRun.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/tactics/CompoundTactics.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/meta/Exhaustive.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/Base.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/intf/DeclarationDefs.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/intf/Goals.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/meta/MFixDef.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/intf/Reduction.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/intf/Tm_kind.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/intf/Dyn.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/lib/Utils.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/intf/DeclarationDefs.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/intf/Name.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/intf/Dyn.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/intf/Name.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/intf/Goals.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/intf/Case.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/intf/Unification.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/intf/Case.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/Mtac2.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/Mtac2.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/intf/Lift.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/intf/Unification.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/intf/Lift.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Mtac2/intf/Tm_kind.v</code></li>
</ul>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq-mtac2.1.0.0+8.7</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.7.1+2/mtac2/1.0.0+8.7.html | HTML | mit | 21,088 |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>W28888_text</title>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<div style="margin-left: auto; margin-right: auto; width: 800px; overflow: hidden;">
<div style="float: left;">
<a href="page103.html">«</a>
</div>
<div style="float: right;">
</div>
</div>
<hr/>
<div style="position: absolute; margin-left: 1126px; margin-top: 0px;">
<p class="styleSans1.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p>
</div>
<div style="position: absolute; margin-left: 136px; margin-top: 109px;">
<p class="styleSans12000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p>
</div>
<div style="position: absolute; margin-left: 274px; margin-top: 246px;">
<p class="styleSans34.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Em <br/>Directional </p>
</div>
<div style="position: absolute; margin-left: 603px; margin-top: 631px;">
<p class="styleSans18.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Petra-Hunt, L.L.C. <br/>Sec.31-T160N-R94W MM Wold 160-94-31A-5-2HS Pad Sec.31-T160N-R94W MM Wold 160-94—31A-5-2HS </p>
</div>
<div style="position: absolute; margin-left: 576px; margin-top: 989px;">
<p class="styleSans13.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Wellbore #1 Plan #1 (7-21-14) </p>
</div>
<div style="position: absolute; margin-left: 604px; margin-top: 1539px;">
<p class="styleSans17.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Anticollision </p>
</div>
<div style="position: absolute; margin-left: 1198px; margin-top: 1539px;">
<p class="styleSans17.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Report </p>
</div>
<div style="position: absolute; margin-left: 604px; margin-top: 1869px;">
<p class="styleSans10.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">23 July, 2014 </p>
</div>
<div style="position: absolute; margin-left: 274px; margin-top: 109px;">
<p class="styleSans12000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p>
</div>
</body>
</html>
| datamade/elpc_bakken | ocr_extracted/W28888_text/page104.html | HTML | mit | 2,629 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>min-imports: 18 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.14.0 / min-imports - 1.0.1</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
min-imports
<small>
1.0.1
<span class="label label-success">18 s 🏆</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-01-23 04:43:17 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-23 04:43:17 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
conf-gmp 4 Virtual package relying on a GMP lib system installation
coq 8.14.0 Formal proof management system
dune 2.9.1 Fast, portable, and opinionated build system
ocaml 4.11.2 The OCaml compiler (virtual package)
ocaml-base-compiler 4.11.2 Official release 4.11.2
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
version: "1.0.1"
maintainer: "lord@crocodile.org"
homepage: "https://github.com/vzaliva/coq-min-imports"
dev-repo: "git+https://github.com/vzaliva/coq-min-imports.git"
bug-reports: "https://github.com/vzaliva/coq-min-imports/issues"
authors: ["Vadim Zaliva"]
license: "MIT"
build: ["jbuilder" "build" "-j" jobs "@install"]
depends: [
"ocaml"
"coq" {>= "8.5"}
"extlib"
"batteries"
"jbuilder" {build}
]
tags: [
"category:Miscellaneous/Coq Extensions"
"date:2018-04-22"
]
synopsis:
"This script will try to remove unnecessary module imports from Coq"
description: """
sources. It examines modules listed in "Require Import" statements one
by one and tries to recompile to see if their removal would cause
compilation errors."""
url {
src: "https://github.com/vzaliva/coq-min-imports/archive/v1.0.1.tar.gz"
checksum: "md5=3ffca724f7e8752ce4f1909b360914ab"
}
</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-min-imports.1.0.1 coq.8.14.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-min-imports.1.0.1 coq.8.14.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>3 m 12 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-min-imports.1.0.1 coq.8.14.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>18 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>opam remove -y coq-min-imports.1.0.1</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.14.0/min-imports/1.0.1.html | HTML | mit | 6,709 |
七、跨域资源共享(CORS)
新版本的XMLHttpRequest对象,可以向不同域名的服务器发出HTTP请求。这叫做"跨域资源共享"(Cross-origin resource sharing,简称CORS)。
使用"跨域资源共享"的前提,是浏览器必须支持这个功能,而且服务器端必须同意这种"跨域"。如果能够满足上面的条件,则代码的写法与不跨域的请求完全一样。
xhr.open('GET', 'http://other.server/and/path/to/script');
目前,除了IE 8和IE 9,主流浏览器都支持CORS,IE 10也将支持这个功能。服务器端的设置,请参考 | shehuaqigai/JSBOOK | resource/docs/xhr2/crossOrigin.html | HTML | mit | 608 |
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title>DriveShare Live Dashboard</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" href="css/styles.css">
<link rel="shortcut icon" href="/img/favicon.ico">
</head>
<body>
<div id="side-menu">
<div id="open-side-menu">
<div id="animate-cross"></div>
</div>
<div class="sidebar-header">
<img width="100" height="88" src="img/driveshare_logo.png">
<h2>Live</h2>
<div id="no-farmers">There aren't any farmers on this node with uptime.</div>
<div class="summary"></div>
</div>
<ul>
<h1 style="color: #fff; text-align: center; margin-top: 1em;">Work in Progress</h1>
<p style="color: #fff; text-align: center; line-height: 2em; padding: 1em 3em;">Test Group A has ended. Join the community Slack for information on Test Group B while we are working on updating the DriveShare dashboard. Thank you!
<a href="http://slack.storj.io" style="display: block; color: #fff; margin-top: 1em; font-size: 1.5em;">Join Slack</a>
</p>
</ul>
<a href="http://driveshare.org" class="sidebar-footer btn">
<span>❮</span>Back to DriveShare</a>
</div>
<div id="earth_div"></div>
<script src="js/webgl.js"></script>
<script src="js/frontend.js"></script>
</body>
</html> | Storj/downstream-dash | index.html | HTML | mit | 1,501 |
<div class="modal-header">
<h3 class="modal-title" id="modal-title">Edit Advertisement</h3>
</div>
<div class="modal-body" id="modal-body">
<div class="alert alert-danger" role="alert" ng-show="$ctrl.errors">
<ul>
<li ng-repeat="error in $ctrl.errors">
{{ error }}
</li>
</ul>
</div>
<form ng-submit="$ctrl.submitForm()">
<input type="hidden" ng-model="$ctrl.advertisement.id">
<div class="form-group">
<label for="inputInstrument">Instrument</label>
<input type="text" class="form-control" id="inputInstrument" placeholder="Instrument" ng-model="$ctrl.advertisement.instrument">
</div>
<div class="form-group">
<label for="inputGenre">Genre</label>
<input type="text" class="form-control" id="inputGenre" placeholder="Genre" ng-model="$ctrl.advertisement.genre">
</div>
<div class="form-group">
<label for="inputCity">City</label>
<input type="text" class="form-control" id="inputCity" placeholder="City" ng-model="$ctrl.advertisement.city">
</div>
<div class="form-group">
<label for="inputCountry">Country</label>
<input type="text" class="form-control" id="inputCountry" placeholder="Country" ng-model="$ctrl.advertisement.country">
</div>
<button class="btn btn-lg btn-block btn-default submit-add-ad-btn" type="submit">
<i class="fa fa-paper-plane"></i> Submit
</button>
</form>
</div> | Raulios/angular-controlpanel | app/components/edit-ad-modal.html | HTML | mit | 1,398 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>hammer-tactics: Black list 🏴☠️</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.13.1 / hammer-tactics - 1.3.1+8.13</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
hammer-tactics
<small>
1.3.1+8.13
<span class="label label-default">Black list 🏴☠️</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-02-18 03:17:35 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-18 03:17:35 UTC)</em><p>
<div class="alert alert-info" role="alert">
<p>This result is black-listed as it is considered as too hard to reproduce / to solve. If you find a way to fix this package, please make a pull-request to <a class="alert-link" href="https://github.com/coq/opam-coq-archive">github.com/coq/opam-coq-archive</a>. The list of black-listed packages is in <a class="alert-link" href="https://github.com/coq-bench/make-html/blob/master/black_list.rb">black_list.rb</a>.</p>
</div>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
conf-gmp 4 Virtual package relying on a GMP lib system installation
coq 8.13.1 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.12.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.12.1 Official release 4.12.1
ocaml-config 2 OCaml Switch Configuration
ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled
ocamlfind 1.9.3 A library manager for OCaml
zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
maintainer: "palmskog@gmail.com"
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: "Reconstruction tactics for the hammer for Coq"
description: """
Collection of tactics that are used by the hammer for Coq
to reconstruct proofs found by automated theorem provers. When the hammer
has been successfully applied to a project, only this package needs
to be installed; the hammer plugin is not required.
"""
build: [make "-j%{jobs}%" "tactics"]
install: [
[make "install-tactics"]
[make "test-tactics"] {with-test}
]
depends: [
"ocaml" { >= "4.08" }
"coq" {>= "8.13" & < "8.14~"}
]
conflicts: [
"coq-hammer" {!= version}
]
tags: [
"keyword:automation"
"keyword:hammer"
"keyword:tactics"
"logpath:Hammer.Tactics"
"date:2021-05-20"
]
authors: [
"Lukasz Czajka <lukaszcz@mimuw.edu.pl>"
]
url {
src: "https://github.com/lukaszcz/coqhammer/archive/v1.3.1-coq8.13.tar.gz"
checksum: "sha512=68f0471fbf12be87e850a91ceaff1a6799319d62cc5cf48fca04bcb5be5d800813bad9e325036d6d13673d79a4b353f14d8f164034c577ee0da91d32e9a444ad"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-hammer-tactics.1.3.1+8.13 coq.8.13.1</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-hammer-tactics.1.3.1+8.13 coq.8.13.1</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>14 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-hammer-tactics.1.3.1+8.13 coq.8.13.1</code></dd>
<dt>Return code</dt>
<dd>10240</dd>
<dt>Duration</dt>
<dd>14 s</dd>
<dt>Output</dt>
<dd><pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
conf-gmp 4 Virtual package relying on a GMP lib system installation
coq 8.13.1 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.12.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.12.1 Official release 4.12.1
ocaml-config 2 OCaml Switch Configuration
ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled
ocamlfind 1.9.3 A library manager for OCaml
zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers
[NOTE] Package coq is already installed (current version is 8.13.1).
The following actions will be performed:
- install coq-hammer-tactics 1.3.1+8.13
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing 1/1: [coq-hammer-tactics.1.3.1+8.13: http]
[ERROR] The sources of the following couldn't be obtained, aborting:
- coq-hammer-tactics.1.3.1+8.13:
https://github.com/lukaszcz/coqhammer/archive/v1.3.1-coq8.13.tar.gz (Bad checksum, expected sha512=68f0471fbf12be87e850a91ceaff1a6799319d62cc5cf48fca04bcb5be5d800813bad9e325036d6d13673d79a4b353f14d8f164034c577ee0da91d32e9a444ad)
'opam install -y -v coq-hammer-tactics.1.3.1+8.13 coq.8.13.1' failed.
</pre></dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.12.1-2.0.8/released/8.13.1/hammer-tactics/1.3.1+8.13.html | HTML | mit | 9,687 |
<!doctype html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Film scores for Netflix</title>
<style>
body {
margin: 0px;
padding: 0px;
background: #efefef;
font-family: sans-serif;
}
a {
text-decoration: none;
color: #555;
}
div.desc {
max-width: 1000px;
padding: 5px 10px;
font-size: 12pt;
margin: 10px auto;
min-height: 30px;
}
h3 {
text-align: left;
font-size: 20pt;
margin: 5px;
border-top: 1px solid #777;
padding-top: 10px;
padding-bottom: 0;
}
div.logo_back {
width: 100%;
height: 180px;
background: #111;
padding-top: 30px;
}
div.logo_grad {
width: 100%;
height: 10px;
background: linear-gradient(180deg, #111 0%,#555 80%);
}
div.logo_title {
width: 255px;
margin: 20px auto;
}
h3, h4, p {
color: #444;
}
h4 {
margin-bottom: 0;
}
h1, h2{
width: 180px;
float: left;
margin: 0;
text-align: right;
color: #eee;
}
h1 {
font-size: 20pt;
}
h2 {
font-size: 18pt;
}
img.netfweb_logo {
float: right;
margin: 0;
margin-top: 10px;
}
div.desc p {
margin: 0;
}
div.links {
color: #aaa;
border-spacing:15px;
width: 800px;
margin: 100px auto;
}
#intro {
color: #444;
border-spacing:15px;
width: 800px;
margin: 50px auto;
font-size: 14pt;
}
div.links div{
padding: 10px 20px;
display: table-cell;
font-size: 14pt;
border: 1px solid #aaa;
border-radius: 5px;
margin-right: 5px;
cursor: pointer;
}
div.nfw_score{
font-size: 14px;
margin-top: 10px;
margin-right: 5px;
border-radius: 50%;
float: left;
line-height: 34px;
width: 34px;
height: 34px;
text-align: center;
vertical-align: center;
background: rgba(100,100,100,0.7);
border: 2px solid #666;
color: #FF9;
font-weight: bold;
text-align: center;
}
</style>
<script type="text/javascript" src="jquery.js"></script>
</head>
<body>
<div class="logo_back">
<div class="logo_title">
<img class="netfweb_logo" src='icon48.png'>
<h2>Film scores for </h2>
<h1>Netflix</h1>
</div>
<div class='links'>
<div><a id='prev' href='#'><< prev</a></div>
<div><a id='next' href='#'>next > ></a></div>
<div><a id='tmdb' href='#'>TheMovieDB</a></div>
<div><a id='metacritic' href='#'>metacritic</a></div>
<div><a id='filmweb' href='#'>filmweb</a></div>
<div><a id='imdb' href='#'>IMDb</a></div>
<div><a id='rotten_tomatoes' href='#'>Rotten Tomatoes</a></div>
<div><a id='film_affinity' href='#'>FilmAffinity</a></div>
<div><a id='trakt_tv' href='#'>Trakt TV</a></div>
</div>
</div>
<div class="logo_grad"></div>
<div id='intro'>
The following rating list is based ONLY on indexed titles. The more you use the extension, the more accurate the list is.
</div>
<div id='list'>
</div>
<script type="text/javascript" src="top.js"></script>
</body>
</html>
| mrwrob/netfweb | netfweb/top.html | HTML | mit | 4,566 |
<section class="newsletter-form pattern">
<!-- Begin MailChimp Signup Form -->
<div id="mc_embed_signup">
<form action="//chaikenmusic.us15.list-manage.com/subscribe/post?u=4816ede113fab1ffcec43fe76&id=071312d4d6" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="ccms-newsletter validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<h2>Sign up for my Newsletter!</h2>
<p>And receive <strong>five life empowering tips</strong> to achieve musical success.</p>
<div class="mc-field-group half">
<label for="mce-FNAME">First Name </label>
<input type="text" value="" name="FNAME" class="" id="mce-FNAME">
</div>
<div class="mc-field-group half">
<label for="mce-LNAME">Last Name </label>
<input type="text" value="" name="LNAME" class="" id="mce-LNAME">
</div>
<div class="mc-field-group">
<label for="mce-EMAIL">Email Address <span class="asterisk">*</span>
</label>
<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL">
</div>
<div class="indicates-required"><span class="asterisk">*</span> indicates required</div>
<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div> <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_4816ede113fab1ffcec43fe76_071312d4d6" tabindex="-1" value=""></div>
<div class="clear"><input type="submit" value="Sign me up!" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
</div>
<p class="no-sharing"><em>I promise I won't share your email address with anybody.</em></p>
</form>
</div>
<!--End mc_embed_signup-->
</section> | cchaiken/ccms | _includes/newsletter-form.html | HTML | mit | 2,018 |
<md-data-table class="table">
<div class="md-data-table-card-header" layout="row" layout-align="start center">
<div class="md-data-table-card-header-title" flex="60" layout="row" layout-align="start center">
<span> My Projects</span>
<i class="material-icons">chevron_right</i>
<span>{{ task.project_name }}</span>
<i class="material-icons">chevron_right</i>
<span>{{ task.module_name }}</span>
</div>
<div ng-show="true" class="md-actions" flex="40" layout="row" layout-align="end center">
<md-button ng-if="task.selectedItems.length" ng-click="task.updateStatus(3)" aria-label="top" class="md-action-icon md-action-button">
<md-icon md-font-set="material-icons">done</md-icon>
<md-tooltip>Accept Submission</md-tooltip>
</md-button>
<md-button ng-if="task.selectedItems.length" ng-click="task.updateStatus(5)" aria-label="top" class="md-action-icon md-action-button">
<md-icon md-font-set="material-icons">reply</md-icon>
<md-tooltip>Return to worker</md-tooltip>
</md-button>
<md-button ng-if="task.selectedItems.length" ng-click="task.updateStatus(4)" aria-label="top" class="md-action-icon md-action-button">
<md-icon md-font-set="material-icons">clear</md-icon>
<md-tooltip>Reject submission</md-tooltip>
</md-button>
<div ng-if="task.selectedItems.length" class="action-divider" style="width: 1px; height: 32px; background-color: rgba(0, 0, 0, 0.34)"></div>
<md-button ng-click="task.downloadResults()" aria-label="top" class="md-action-icon md-action-button">
<md-icon md-font-set="material-icons">file_download</md-icon>
<md-tooltip>Download results</md-tooltip>
</md-button>
<md-button ng-click="task.filter()" aria-label="top" class="md-action-icon md-action-button">
<md-icon md-font-set="material-icons">filter_list</md-icon>
<md-tooltip>Filter</md-tooltip>
</md-button>
</div>
</div>
<div class="table-content">
<div class="md-data-table-header" layout="row" layout-align="start center">
<md-checkbox aria-label="select"></md-checkbox>
<div class="md-data-table-header-column" flex="5" layout="row" layout-alignment="start center">
Id
</div>
<div class="md-data-table-header-column" flex="30" layout="row" layout-alignment="start center">
Input
</div>
<div class="md-data-table-header-column" flex="30" layout="row" layout-alignment="start center">
Answers
</div>
<div class="md-data-table-header-column" flex="10" layout="row" layout-alignment="start center">
Status
</div>
<div class="md-data-table-header-column" flex="10" layout="row" layout-alignment="start center">
Worker
</div>
<div class="md-data-table-header-column" flex="15" layout="row" layout-alignment="start center">
Last updated
</div>
</div>
<md-divider></md-divider>
<div>
<div ng-repeat="item in task.tasks">
<div ng-repeat="task_worker in item.task_workers_monitoring">
<div class="md-data-table-row" layout="row" layout-align="start center"
ng-class="{'md-data-table-last-row': $parent.$last, 'selected': task.isSelected(task_worker)}">
<md-checkbox aria-label="select" ng-click="task.toggle(task_worker)"></md-checkbox>
<div class="md-data-table-row-cell cell-text" flex="5">{{ item.id }}</div>
<div class="md-data-table-row-cell cell-text" flex="30">
<div ng-repeat="question_item in item.template_items_monitoring | filter:{role: 'display'}">
{{ question_item.values }}
</div>
</div>
<div class="md-data-table-row-cell cell-text" flex="30">
<div ng-repeat="answer_item in item.template_items_monitoring | filter:{role: 'input'}">
{{ task.get_answer(task_worker.task_worker_results_monitoring, answer_item).result }}
</div>
</div>
<div class="md-data-table-row-cell cell-text" flex="10">{{ task.getStatusName(task_worker.task_status) }}</div>
<div class="md-data-table-row-cell cell-text" flex="10">{{ task_worker.worker_alias }}</div>
<div class="md-data-table-row-cell cell-text" flex="15">{{ task_worker.updated_delta }}</div>
</div>
<md-divider></md-divider>
</div>
<!--div ng-if="!item.task_workers_monitoring.length">
<div class="md-data-table-row" layout="row" layout-align="start center"
ng-class="{'md-data-table-last-row': $last, 'selected': task.isSelected(item)}">
<md-checkbox aria-label="select" ng-click="task.toggle(item)"></md-checkbox>
<div class="md-data-table-row-cell cell-text" flex="5">{{ item.id }}</div>
<div class="md-data-table-row-cell cell-text" flex="30">
<div ng-repeat="question_item in item.template_items_monitoring | filter:{role: 'display'}">
{{ question_item.values }}
</div>
</div>
<div class="md-data-table-row-cell cell-text" flex="30"></div>
<div class="md-data-table-row-cell cell-text" flex="10">{{ 'created' }}</div>
<div class="md-data-table-row-cell cell-text" flex="10">{{ }}</div>
<div class="md-data-table-row-cell cell-text" flex="15">{{ }}</div>
</div>
<md-divider></md-divider>
</div-->
</div>
</div>
</div>
<div ng-show="!task.tasks.length" class="animate-show">
<div layout="row" layout-sm="column" layout-align="space-around">
<md-progress-circular md-mode="indeterminate"></md-progress-circular>
</div>
<md-divider></md-divider>
</div>
</md-data-table> | maniksingh92/crowdsource-platform | static/templates/task/overview.html | HTML | mit | 6,676 |
<!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_41) on Tue Mar 05 22:46:37 EST 2013 -->
<TITLE>
org.apache.tools.ant.types.optional.image Class Hierarchy (Apache Ant API)
</TITLE>
<META NAME="date" CONTENT="2013-03-05">
<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="org.apache.tools.ant.types.optional.image Class Hierarchy (Apache Ant API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</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-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../../org/apache/tools/ant/types/optional/depend/package-tree.html"><B>PREV</B></A>
<A HREF="../../../../../../../org/apache/tools/ant/types/resolver/package-tree.html"><B>NEXT</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../../index.html?org/apache/tools/ant/types/optional/image/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 org.apache.tools.ant.types.optional.image
</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">org.apache.tools.ant.types.optional.image.<A HREF="../../../../../../../org/apache/tools/ant/types/optional/image/ColorMapper.html" title="class in org.apache.tools.ant.types.optional.image"><B>ColorMapper</B></A><LI TYPE="circle">org.apache.tools.ant.types.<A HREF="../../../../../../../org/apache/tools/ant/types/EnumeratedAttribute.html" title="class in org.apache.tools.ant.types"><B>EnumeratedAttribute</B></A><UL>
<LI TYPE="circle">org.apache.tools.ant.types.optional.image.<A HREF="../../../../../../../org/apache/tools/ant/types/optional/image/Scale.ProportionsAttribute.html" title="class in org.apache.tools.ant.types.optional.image"><B>Scale.ProportionsAttribute</B></A></UL>
<LI TYPE="circle">org.apache.tools.ant.<A HREF="../../../../../../../org/apache/tools/ant/ProjectComponent.html" title="class in org.apache.tools.ant"><B>ProjectComponent</B></A> (implements java.lang.Cloneable)
<UL>
<LI TYPE="circle">org.apache.tools.ant.types.<A HREF="../../../../../../../org/apache/tools/ant/types/DataType.html" title="class in org.apache.tools.ant.types"><B>DataType</B></A> (implements java.lang.Cloneable)
<UL>
<LI TYPE="circle">org.apache.tools.ant.types.optional.image.<A HREF="../../../../../../../org/apache/tools/ant/types/optional/image/ImageOperation.html" title="class in org.apache.tools.ant.types.optional.image"><B>ImageOperation</B></A><UL>
<LI TYPE="circle">org.apache.tools.ant.types.optional.image.<A HREF="../../../../../../../org/apache/tools/ant/types/optional/image/BasicShape.html" title="class in org.apache.tools.ant.types.optional.image"><B>BasicShape</B></A> (implements org.apache.tools.ant.types.optional.image.<A HREF="../../../../../../../org/apache/tools/ant/types/optional/image/DrawOperation.html" title="interface in org.apache.tools.ant.types.optional.image">DrawOperation</A>)
<UL>
<LI TYPE="circle">org.apache.tools.ant.types.optional.image.<A HREF="../../../../../../../org/apache/tools/ant/types/optional/image/Arc.html" title="class in org.apache.tools.ant.types.optional.image"><B>Arc</B></A> (implements org.apache.tools.ant.types.optional.image.<A HREF="../../../../../../../org/apache/tools/ant/types/optional/image/DrawOperation.html" title="interface in org.apache.tools.ant.types.optional.image">DrawOperation</A>)
<LI TYPE="circle">org.apache.tools.ant.types.optional.image.<A HREF="../../../../../../../org/apache/tools/ant/types/optional/image/Ellipse.html" title="class in org.apache.tools.ant.types.optional.image"><B>Ellipse</B></A> (implements org.apache.tools.ant.types.optional.image.<A HREF="../../../../../../../org/apache/tools/ant/types/optional/image/DrawOperation.html" title="interface in org.apache.tools.ant.types.optional.image">DrawOperation</A>)
<LI TYPE="circle">org.apache.tools.ant.types.optional.image.<A HREF="../../../../../../../org/apache/tools/ant/types/optional/image/Rectangle.html" title="class in org.apache.tools.ant.types.optional.image"><B>Rectangle</B></A> (implements org.apache.tools.ant.types.optional.image.<A HREF="../../../../../../../org/apache/tools/ant/types/optional/image/DrawOperation.html" title="interface in org.apache.tools.ant.types.optional.image">DrawOperation</A>)
</UL>
<LI TYPE="circle">org.apache.tools.ant.types.optional.image.<A HREF="../../../../../../../org/apache/tools/ant/types/optional/image/Text.html" title="class in org.apache.tools.ant.types.optional.image"><B>Text</B></A> (implements org.apache.tools.ant.types.optional.image.<A HREF="../../../../../../../org/apache/tools/ant/types/optional/image/DrawOperation.html" title="interface in org.apache.tools.ant.types.optional.image">DrawOperation</A>)
<LI TYPE="circle">org.apache.tools.ant.types.optional.image.<A HREF="../../../../../../../org/apache/tools/ant/types/optional/image/TransformOperation.html" title="class in org.apache.tools.ant.types.optional.image"><B>TransformOperation</B></A><UL>
<LI TYPE="circle">org.apache.tools.ant.types.optional.image.<A HREF="../../../../../../../org/apache/tools/ant/types/optional/image/Draw.html" title="class in org.apache.tools.ant.types.optional.image"><B>Draw</B></A><LI TYPE="circle">org.apache.tools.ant.types.optional.image.<A HREF="../../../../../../../org/apache/tools/ant/types/optional/image/Rotate.html" title="class in org.apache.tools.ant.types.optional.image"><B>Rotate</B></A> (implements org.apache.tools.ant.types.optional.image.<A HREF="../../../../../../../org/apache/tools/ant/types/optional/image/DrawOperation.html" title="interface in org.apache.tools.ant.types.optional.image">DrawOperation</A>)
<LI TYPE="circle">org.apache.tools.ant.types.optional.image.<A HREF="../../../../../../../org/apache/tools/ant/types/optional/image/Scale.html" title="class in org.apache.tools.ant.types.optional.image"><B>Scale</B></A> (implements org.apache.tools.ant.types.optional.image.<A HREF="../../../../../../../org/apache/tools/ant/types/optional/image/DrawOperation.html" title="interface in org.apache.tools.ant.types.optional.image">DrawOperation</A>)
</UL>
</UL>
</UL>
</UL>
</UL>
</UL>
<H2>
Interface Hierarchy
</H2>
<UL>
<LI TYPE="circle">org.apache.tools.ant.types.optional.image.<A HREF="../../../../../../../org/apache/tools/ant/types/optional/image/DrawOperation.html" title="interface in org.apache.tools.ant.types.optional.image"><B>DrawOperation</B></A></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="#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-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../../org/apache/tools/ant/types/optional/depend/package-tree.html"><B>PREV</B></A>
<A HREF="../../../../../../../org/apache/tools/ant/types/resolver/package-tree.html"><B>NEXT</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../../index.html?org/apache/tools/ant/types/optional/image/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>
| bownie/Brazil | thirdparty/apache-ant-1.9.0/manual/api/org/apache/tools/ant/types/optional/image/package-tree.html | HTML | mit | 11,387 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>geometric-algebra: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.7.0 / geometric-algebra - 0.8.12</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
geometric-algebra
<small>
0.8.12
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-11-26 07:28:24 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-26 07:28:24 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.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: "Laurent Théry"
homepage: "https://github.com/thery/GeometricAlgebra"
bug-reports: "https://github.com/thery/GeometricAlgebra/issues"
dev-repo: "git+https://github.com/thery/GeometricAlgebra.git"
authors : "Laurent Théry"
license: "LGPL-2.1-only"
build: [
[make "-j%{jobs}%"]
]
install: [
[make "install"]
]
depends: [
"ocaml"
"coq" {>= "8.12~"}
]
synopsis: "Grassman Cayley and Clifford formalisations"
tags: [
"logpath:GeometricAlgebra"
]
url {
src: "https://github.com/thery/GeometricAlgebra/archive/v8,12.zip"
checksum: "md5=0e0185d4efdb692a8f440796600e7063"
}
</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-geometric-algebra.0.8.12 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-geometric-algebra -> 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-geometric-algebra.0.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.0/geometric-algebra/0.8.12.html | HTML | mit | 6,531 |
<template name="login">
<div class="container">
<form id="loginForm" role="form">
<div class="form-group">
<label for="user">用户名:</label>
<input id="user" type="text" value="admin" class="form-control">
</div>
<div class="form-group">
<label>密码:</label>
<input id="password" type="password" value="admin" class="form-control">
</div>
<button type="submit" class="btn btn-default">登陆</button>
</form>
</div>
</template>
| zhanghaojie/pomelo-web-admin | client/login.html | HTML | mit | 476 |
<div class="demo-google-map">
<google-map height="400px"
width="750px"
[center]="center"
[zoom]="zoom"
(mapClick)="handleClick($event)"
(mapMousemove)="handleMove($event)"
(mapRightclick)="handleRightclick()"
[mapTypeId]="mapTypeId">
<map-marker-clusterer [imagePath]="markerClustererImagePath">
<map-marker #firstMarker="mapMarker"
[position]="center"
(mapClick)="clickMarker(firstMarker)"></map-marker>
<map-marker #marker="mapMarker"
*ngFor="let markerPosition of markerPositions"
[position]="markerPosition"
[options]="markerOptions"
(mapClick)="clickMarker(marker)"></map-marker>
</map-marker-clusterer>
<map-info-window>Testing 1 2 3</map-info-window>
<map-polyline *ngIf="isPolylineDisplayed" [options]="polylineOptions"></map-polyline>
<map-polygon *ngIf="isPolygonDisplayed" [options]="polygonOptions"></map-polygon>
<map-rectangle *ngIf="isRectangleDisplayed" [options]="rectangleOptions"></map-rectangle>
<map-circle *ngIf="isCircleDisplayed" [options]="circleOptions"></map-circle>
<map-ground-overlay *ngIf="isGroundOverlayDisplayed"
[url]="groundOverlayUrl"
[bounds]="groundOverlayBounds"></map-ground-overlay>
<map-kml-layer *ngIf="isKmlLayerDisplayed"
[url]="demoKml"></map-kml-layer>
<map-traffic-layer *ngIf="isTrafficLayerDisplayed"></map-traffic-layer>
<map-transit-layer *ngIf="isTransitLayerDisplayed"></map-transit-layer>
<map-bicycling-layer *ngIf="isBicyclingLayerDisplayed"></map-bicycling-layer>
<map-directions-renderer *ngIf="directionsResult"
[directions]="directionsResult"></map-directions-renderer>
<map-heatmap-layer *ngIf="isHeatmapDisplayed"
[data]="heatmapData"
[options]="heatmapOptions"></map-heatmap-layer>
</google-map>
<p><label>Latitude:</label> {{display?.lat}}</p>
<p><label>Longitude:</label> {{display?.lng}}</p>
<div>
<label for="map-type">
Select map type
<select id="map-type" (change)="mapTypeChanged($event)" #mapType>
<option *ngFor="let type of mapTypeIds" [value]="type">{{type}}</option>
</select>
</label>
</div>
<div>
<label for="polyline-checkbox">
Toggle Polyline
<input type="checkbox" (click)="togglePolylineDisplay()">
</label>
</div>
<div>
<label for="editable-polyline-checkbox">
Toggle Editable Polyline
<input type="checkbox"
[disabled]="!isPolylineDisplayed"
(click)="toggleEditablePolyline()">
</label>
</div>
<div>
<label for="polygon-checkbox">
Toggle Polygon
<input type="checkbox" (click)="togglePolygonDisplay()">
</label>
</div>
<div>
<label for="editable-polygon-checkbox">
Toggle Editable Polygon
<input type="checkbox"
[disabled]="!isPolygonDisplayed"
(click)="toggleEditablePolygon()">
</label>
</div>
<div>
<label for="rectangle-checkbox">
Toggle Rectangle
<input type="checkbox" (click)="toggleRectangleDisplay()">
</label>
</div>
<div>
<label for="editable-rectangle-checkbox">
Toggle Editable Rectangle
<input type="checkbox"
[disabled]="!isRectangleDisplayed"
(click)="toggleEditableRectangle()">
</label>
</div>
<div>
<label for="circle-checkbox">
Toggle Circle
<input type="checkbox" (click)="toggleCircleDisplay()">
</label>
</div>
<div>
<label for="editable-circle-checkbox">
Toggle Editable Circle
<input type="checkbox" [disabled]="!isCircleDisplayed" (click)="toggleEditableCircle()">
</label>
</div>
<div>
<label for="ground-overlay-checkbox">
Toggle Ground Overlay
<input type="checkbox" (click)="toggleGroundOverlayDisplay()">
</label>
</div>
<div>
<label for="ground-overlay-image">
Ground Overlay image
<select id="ground-overlay-image" (change)="groundOverlayUrlChanged($event)">
<option
*ngFor="let image of groundOverlayImages"
[value]="image.url">{{image.title}}</option>
</select>
</label>
</div>
<div>
<label for="kml-layer-checkbox">
Toggle KML Layer
<input type="checkbox" (click)="toggleKmlLayerDisplay()">
</label>
</div>
<div>
<label for="traffic-layer-checkbox">
Toggle Traffic Layer
<input type="checkbox" (click)="toggleTrafficLayerDisplay()">
</label>
</div>
<div>
<label for="transit-layer-checkbox">
Toggle Transit Layer
<input type="checkbox" (click)="toggleTransitLayerDisplay()">
</label>
</div>
<div>
<label for="bicycling-layer-checkbox">
Toggle Bicycling Layer
<input type="checkbox" (click)="toggleBicyclingLayerDisplay()">
</label>
</div>
<div>
<label for="heatmap-layer-checkbox">
Toggle Heatmap Layer
<input type="checkbox" (click)="toggleHeatmapLayerDisplay()">
</label>
</div>
<div>
<button mat-button (click)="calculateDirections()">
Calculate directions between first two markers
</button>
</div>
</div>
| andrewseguin/material2 | src/dev-app/google-map/google-map-demo.html | HTML | mit | 5,401 |
<p>Starting a <em>serious</em> blog was on my mind for some time before I finally got
around to it. In 2015 as part of a communication class we had to create a
blog where we would write our assignments, no one in the class had any
experience with blogging so we all naturally started the blog on WordPress,
something everyone was sort-of familiar with. It was kind of <em>okay</em>, no one
actually read the blog outside class and after the semester ended the blog
died a sudden death.</p>
<p>A year later the urge hit me again to create my own personal online space.
This urge was initiated by observing the effectiveness of one particular
blog. I was also getting deeper into GNU\Linux, modelling and coding,
sometimes solving problems that I could not find solutions for on the web
and I wanted to share all this. I decided to revisit the old blog, which
was not exciting at all. I had a juvenile name for my blog and I was
dreading the web interface. My enthusiasm was however strong and I pushed
forward and revamped the blog. After some initial posts and adding pictures
it was kind of <em>okay</em>, but I was not happy with it. I however made peace
with it.</p>
<p>Enter Jekyll. Late 2017 I stumbled upon a Jekyll site, heaven knowns why it
took me so long. I installed the Jekyll and did a <em>Jekyll serve</em> and there it
was. I was impressed. I started tweaking the default minima theme from my
command line and within a couple of hours I had a decent thing going, but
most importantly I felt in control. As I gained momentum I decided to look
for a real domain (.com/.co.za/.net). My name was not yet taken, it was
pretty cheap and I reckoned that I might as well do it anyway to prevent
someone from buying it and using it as a spam site so I just went for it.</p>
<p>In order to make this blog actually reflect me and to really accomplish
my goals for starting this blog I decided to make a list here with some
blogging resolutions:</p>
<ol>
<li>Be consistent, as with all things in life
<ul>
<li>More specifically, write regularly.</li>
</ul>
</li>
<li>Share as much things useful as possible.</li>
<li>Keep it simple stupid:
<ul>
<li>If it feels cluttered, it is.</li>
<li>Keep the site static and fast.</li>
</ul>
</li>
</ol>
<p>As this blog evolves, it will hopefully become a more
informative and interesting. That’s all for now.</p>
<hr />
<p>Check out the <a href="https://jekyllrb.com/docs/home">Jekyll docs</a> for more info on how to get the most out of Jekyll. File all bugs/feature requests at <a href="https://github.com/jekyll/jekyll">Jekyll’s GitHub repo</a>. If you have questions, you can ask them on <a href="https://talk.jekyllrb.com/">Jekyll Talk</a>.</p>
| h-havenga/h-havenga.github.io | _posts/_site/2017-10-29-genesis.html | HTML | mit | 2,748 |
setFontSize();µÚ¾Å°Ù°ËÊ®ÈýÕÂÊ¥ÁéÌ¥
ÅÁÃ×¶û¸ßÔ£¬¹Åʱ±»³Æ×÷´ÐÁ룬ÊÇË¿³ñ֮·µÄ±Ø¾Ö®µØ£¬Ä¿Ç°³ý¶«²¿ÇãÕåÆÂÈÔΪÖйúËù¹ÜϽÍ⣬ÆäÓàÒÑÔÚËü¹ú¾³ÄÚ¡£(/.yd/.com¸üб¾Êé×îÐÂÕ½Ú)
ÕâЩÌìÀ´£¬Ëù·¢ÉúÖîÊÂÒÑÒýÆðÁËÐùÈ»´óù²¨£¬Á¬µÀÃŶ¼×öºÃÁ˵ĴóÕ½µÄ×¼±¸£¬ÅÂÎ÷·½µÄÊ®×Ö¾üÕ½»ðÂûÑÓ½øÖÐÍÁ¡£
Ò¶·²ÕâÊÇҪһ·´òµ½Î÷·½È¥£¬Ó׿Æ÷»Ø¹é£¬µ½ÁËÏÖÔÚ¸ù±¾¾ÍûÓÐʲôÑÚÊÎÁË£¬ÖÐÍÁ³öħµÄñ×Ó¶¼°Î¿ÛÉÏÁË¡£
¶ø½ñ£¬Î÷ÍÁÐÞµÀ½ç̸µÄ×î¶àµÄ»°Ìâ¾ÍÊÇħ¹í£¬¶¼ÔÚ»«¿Ì˽«³öÊÀ³ýµôÕâ¸ö´óħ£¬ÈÃÉñµÄ¹â»ÔÕÕÒ«µÄÖÐÍÁÈ¥¡£
´ÐÁ룬º£°Î°Î¸ß£¬ÕâÊÇÒ»¸öÅÌÁúÎÔÉñÖ®µØ£¬Öî¶àÁúÂö»ã¾ÛÓÚ´Ë£¬ÓëÖйúÎ÷²¿½ÓÈÀ£¬³ÉΪһƬÁúÆøÕôÌڵء£
ÕâÀïΪÊÀ½çÎݼ¹£¬´óɽÖڶ࣬짵ʹ¦Ò²ÓÐËÄǧ¶àÃ×£¬¸ß´¦´ïÆßǧÆß°Ù¶àÃס£
Ò¶·²·ÉÉϸ߿գ¬°ÎĿǧÀ´ÐÓôµÄɽÑ·ì¶à£¬Ò°ÁëÃܲ¼£¬Ëû·¢ÏÖÕâÀïÓÐÉϹŴóÕ½µÄºÛ¼££¬µØÊƸ´ÔÓ¡£
ÕâÀïÊÇÌìɽ¡¢Ï²ÂíÀÑÅɽ¡¢À¥ÂØÉ½¡¢Ð˶¼¿âʲɽµÈÎå´óÁúÂöµÄ½áµØ£¬ÐγÉÒ»ºÍÌØÊâµÄ¸ñ¾Ö£¬ÖîÁú¾À²ø£¬½»½ÓÔÚÒ»Æð£¬Îª»ãÊ×Ö®µØ¡£
¡°»ý¹Å¹ÖµÄµØÊÆ£¬ÖÚÁú»ØÊ×£¬Ï໥ÅÊÌÚ£¬ÕâÀïÂñÓÐʲô¶«Î÷²»³É£¿¡±
Ò¶·²¶¢×¡¼¸¾Ã´óÁúÂöµÄ½áµØ£¬´ø×Å·²Î»µÜ×Ó½µÂäÏÂÀ´£¬Ëû¼ûµ½ÁËÒ»×ù´ÐÓôµÄɽ¹È£¬ÓÌÈçÖÚÁú»ØÐýµÄÒ»¸öäöÎС£
¡°¸øÎÒÍÚ¿ª£¬ÄѵÀÓÐÉϹŴóÉñͨêÈÔÚÕâÀïÂñÏÂÁËʲô£¬½ñÈÕÉÏËû¼ûÌì¹â¡£
¼¸Î»µÜ×Ó×Ô´ÓµÃϤ×Ô¼ºµÄʦ¸µÊÇһλԴÌìʦ£¬¾ÍÒѾ½«Ëû¹éΪµÁĽµÄ×æÊ¦Ò¯ÀàÁË£¬¾¡¹ÜËû½âÊ͹ý¼¸´Î£¬µ«¼¸È˵ÄÑÛÉñ»¹Êǹֵֹġ£
¡°Ê¦µÂÕâ¶¼Òѳö¹ú½çÁËÔÚÕâÂÒÍڻ᲻»á³öʲôÂÒ×Ó£¬ÒýÆð¹ú¼Ê¾À·×°¡£¿¡±
¼¸Î»µÜ×Ó¿ªÍæÐ¦£¬¸úÒ¶·²ÊìϤÁ˺ó£¬ÖªµÀÁËËûÊÇʲôÐÔ¸ñ£¬¾Í²»Ôõô¾åÅÂËûÁË¡£
¹ÅʱÕâÆ¬¸ßµØ°Î³Æ×÷´ÐÁ룬ֲ±»·á¸»£¬ÓеĵضθúÄÏÁëËÆµÄ£¬Éú»ú²ª²ª£¬Ò»Æ¬´ÐÓô¡£
¡°¶à¡£
Õ²Ò»·²ÏȳöÊÖ£¬ÒÔÒ¶·²ÊÚÓèÏɽ£ÊõÅüÁËÏÂÈ¥£¬Ñ̳¾³åÌ죬ÕâÆ¬äöÎÐÁú¹È°ÎËÙ³ÁÁÑ£¬Ï·½³öÏÖÁËÁú¹ÇΪÑÒʯ»¯Éú³É¡£
¡°¹ûÈ»²»ÊÇ·²µØ£¬¾Í¿´ÄãÃǵÄÔ컯ÁË£¬Ëµ²»¶¨ÄÜÍÚ³öÁúËèÀ´£¬²»½ö¿ÉÑÓÃüÔª£¬»¹ÔÌÓдóµÀ°õƬ£¬ÓÈÆäÊǶÔÄãÃÇ»¯ÁúÃØ¾³µÄÈËÀ´ËµÓдóÓÐñÔÒæÎÒµ±ÄêÔÚ»¯ÁúÃØ¾³Ê±¾ÍÔøÔÚÖÐÖݵõ½ÁË´ËÎïµÄÏàÖú¡£¡±
Ò¶·²Ò»·¬¹ÄÀø£¬¼¸È˵ĸɾ¢¸ü×ãÁË£¬·×·×¶¯ÊÖ£¬Á¬ÐãÆøµÄÑåСÓã¶¼ÏñÊǸöרҵ¾òµØµÄÁË£¬Ð§Âʼ«¸ß¡£
ÕâµÄÈ·ÊÇÒ»´¦Ê¥µØ£¬°´ÕÕÔ´ÌìÊéÖеļÇÎÒÁúÂöÈôδ¿ÝËÀ£¬¿Ï¶¨ÓÐÁ˲»µÃµÄ¶«Î÷ÔÚÔÐÓýÓë·õ»¯¡£
ÈôÊÇÔÚ±±¶·ÐÇÓò£¬Ò¶·²¼ûµ½ÕâÑùµÄµØ·½¿Ï¶¨²»»áÍÚ£¬³ý·ÇÕÒÀ´Á½×ðÊ¥È˺ÃÔÚµØÇò¸ÉºÔÁË£¬¼´±ãÓж«Î÷Ò²¿Ï¶¨²»ËÀ²»»îÁË¡£(/.yd/.com¸üб¾Êé×îÐÂÕ½Ú)
ÄܵØÇ§ÕÉÉÓöÉÏÁ˼áʯ£¬¾¹È»¿ÌÓÐÉϹŷ¨ÕóÊØ»¤×Ŵ󵨣¬ÄÑÒÔ¹¥ÆÆº³Ö®²»¶¯¡£
¡°Ê¥È˼¶µÄÉϹÅÕóÎÆ£¿¡±Ò¶·²Ò»Õú£¬¿´À´ÊÇÍÚµ½ÁË·ÇͬѰ³£µÄ¶«Î÷£¬¾¹ÓÐÕâºÍ¹ÅÕóÊØ»¤¡£
¼¸Î»µÜ×Ó°Ù°ãŬÁ¦¶¼¸ù±¾ÎÞÓã¬ÆÆ²»¿ª½ûÖÆ£¬²îµã±»É˵½£¬¼±Ã¦ÍËÁË»ØÀ´¡£
¡°¹ûÈ»ÊǷdz£µØ£¡¡±
Ò¶·²Ì÷ËÜ´ÐÁ룬¶¢×¡Õâ´¦ÖîÁú»ØÐý¾ÛÊ×Ö®µØ£¬Á¬ËûÉÏÇ°È¥ÆÆ½â¶¼ºÜÄÑËɶ¯£¬±Ï¾¹ÊÇÊ¥È˼¶µÄÉϹŴóÕó¡£
¡°¶¼Í˺󡣡±
Ïà¸ôÎÞ¾¡Ô¶ºó£¬Ëû½«Á½Ö§¹Å×¾µÄºÚ¼ýÈ¡³ö£¬½«Ò»Ö§´îÔÚÁ˹ÏÒÉÏ£¬¶øºó¹áעȫÉíÁ¦Á¿ÉäÁ˳öÈ¥¡£
ÕâÒ»¼ý¾ªÌìµØÆü¹íÉñ£¬ÔÚ³¤°×ɽ»¤µÀÈËÊÖÖж¼ÓÐÄÇÑù´óµÄÍþÁ¦£¬¾Í²»ÒªËµÔÚÒ¶·²ÊÖÖÐÁË¡£ÕâºÍ²ÄÖʺÜÌØ±ð£¬ÄÚÔÌ·¨Õó¸üÎªÌØÊ⣬ֻÐè΢ÈõµÄÁ¦Á¿´¥·¢£¬¾ÍÄÜ»¯³Éß±Éñ¼ý£¡
ºÚ¼ýµÄ¼¶±ðÄÑÒÔ˵Ç壬ËüÍþÁ¦Ææ´ó£¬µ«È´²¢²»À×Ê¥±øÄÇÑùÏûÆðÍôùÑóÒ»ÑùµÄ·¨Á¦£¬ÊÇÒ»ºÍÃØ±¦£¬ÉϹÅʱ±»ÁÐΪÉñÖ®´óɱÆ÷¡£
¡°ºä¡±
¾Þ´óµÄÉùÏì´«À´£¬ÖܶÚÎåÁùǧÃ׸ߵİãɽ¶¼±ÀËúÁË£¬·¢ÉúÁ˾çÁҵĴóµØùÕð£¬Ñ̳¾³åÏö£¬´óµØ±À¿ª¡£
¡°ÎÒ˵ʦ·ì£¬¶¯¾²Ì«´óÁË£¬µ½Ê±ºò»áÈÃÄÇЩµØùÕðѧ¼ÒÍ·Ì۵ģ¬Õâô´óµÄµØùÕð»áÉϹú¼ÊÐÂÎŵġ£¡±
¼¸Î»µÜ×ÓÕ¦É࣬ÈÃËûÓÆ×ŵ㡣
Ò¶·²Ò»¼ýÉäù³ö£¬²¢Ã»Óг¹µ×»ÙµôÉϹŷ¨Õó£¬Ëû½«ºÚ¼ýÊջأ¬¿ªÊ¼Á¬ÐøÉäɱ£¬Ò²²»Öª¶àÉٴΣ¬ÖÕÓÚ³¹µ×ºä¿ªÁ˵ص״óÕó¡£
ËûĦêýÁ½Ö§ºÚ¼ý£¬Ô½·¢Ï²»¶£¬ÕæÊÇÍþÁ¦´óµ½Á˼«µã£¬¼ýÌå²¢ÓÈÒ»µãËðÉË£¬Õâô¶à¼ýÉäù³öÈ¥¹Àʲ´ó³ÉÍõêȶ¼×ãÒÔɱÂݼ¸´ÎÁË¡£
¶ø½ñ£¬ÒÀ¾ÝËü¾¹ºä¿ªÁËÒ»×ùÊ¥ÈË·¨Ú棬ÏÔµÃËü¸üΪͻ³öÓëÕä¹óÁË£¬²»¿þÊÇÄÜÉäɱÑýÊ¥µÄÉñÆ÷¡£
¡°ºð¡¡¡£
ͻȻ£¬Ò»Éù¾Þ´óµÄºðÉù°×µØÏ³åÁËÉÏÀ´£¬Ô¶´¦µÄºÓɽ¶¼±À°õÁË£¬´óµØ¿ìËÙ¹êÁÑ£¬ÍÁʯ»¯³ÉÁËÀËÌγåÌì¶øÉÏÈýǧÃ×£¡
ÉñÍþ£¡
ÕâºÍ¾°ÏóÌ«¾ªÈËÁË£¬ÐÒ¿÷Ò¶·²×¼±¸³ä×㣬ÒÔÍòÎïÄ¸Æø¶¦½«ËùÓеÜ×Ó¶¼ÊÕÁ˽øÀ´¡£²»È»µÄ»°£¬¹âÕâºÍÐ¥Éù¾Í×ãÒÔ½«¼¸Î»ÄêÇáÆæ²ÅÕð³ÉѪÄ࣬²»¸´´æÔÚ¡£
ÕâÊÇÊ¥È˼¶µÄ´óºð£¬¾ªÌ춯µØ£¬Á¬ËûÏà¾àÊýÒÔǧÕÉÔ¶£¬Éí×Ó¶¼Ò»ÕóÒ¡×¹£¬°Î¾Þ´óµÄÒô²¨×²·É¡£
Ò¶·²¿ìËÙ¶¯×÷ÆðÀ´£¬½«¶¦ÊÕ½øÃ¼ÐÄÄÚ£¬·É¿ìµ¹ÍË£¬²»È»¼¸Î»µÜ×Ó¼´±ã¶ãÔÚ¶¦ÄÚ¶¼µÃÁ¶°õ£¬ËûÃǵÄÐÞΪ̫Èõ£¬¿Ï¶¨µ²²»×¡¡£
ËûÒÔÈâùÉí¶Ô¿¹£¬Ã»ÓÐÍòÎïÄ¸Æø»¤Ìå¶Ùʱ³ÐÊÜÁËĪ´óµÄѹÁ¦£¬Ê¥È˼¶ÅØÏø×î²îÒ²ÊÇɽºÓ°ÙÔÀ±À£¬×î¿Ö²ÀµÄ¼ÇÔØÊÇ£¬ÉϹÅÄê¼äÓдóÊ¥ºð°õ¹ýÔÂÁÁ¡£
µØÏºðÉù²»¾ø£¬Ò¶·²µÄ×ì½ÇÒç³öÒ»ÂÆÏÊѪ£¬ÈÃËûÐÄÉñ½Ôº§£¬µØÇòÉÏ»¹Óлî×ŵÄÊ¥ÈË£¡
һƬ»ðºìµÄÑªÆø³åÆð£¬¸ßÓâÊýǧÕÉ£¬Ò»¸öʯ̥³öÏÖ£¬Æø³å¶·±Ï£¬ÆøÊÆÇ¿Ê¢µ½Á˰εãǧɽÍò¶¼ÔÚ¶¶¶¯£¿
¡°ÕæµÄÍÚ³öÒ»¸ö´ó¸öµÄÀ´£¡¡±Ò¶·²×ÔÓïÒ»ÕóÍ·´ó£¬¾¹ÈÃÊÇÒ»¸öÊ¥ÁéÌ¥¡£
¡°ßõ£¬²»¶Ô£¬ÓÐЩÒì³£¡£¡±ºöÈ»£¬ËûÐÄÉñÒ»¶¯Õâλʯ̥ºÜ¹ÖÒ죬ÓÉÒ»µÀÑªÆø»¯³É£¬²¢·ÇÕæÉí£¬È·ÇеÄ˵ÏñÊÇÒ»¹ÉÔ¹Æø¡£
Ìì¿ÕÖУ¬Ì«Ñô¸à»ªÈ÷Â䣬ËûµÄÔÙÌå¿ìËÙÐéµÁË£¬Ã°ÆðÒ»¹ÉÇàÑÌ£¬¶øºó¾Í´ËÏûÉ¢£¬ÍðÈçÒ»³¡»Ã¾°¡£
Ò¶·²ÔøÌýͬ¹ýÓдóÔ¹ÆøÕßÂñÓÚµØÏÂÊýÒÔÍòÄê¶¼²»Ð࣬һµ©µÃ¼ûÌìÈÕ¿ÉÄÜÓëһ˲¼ä½âÍÑ£¬³ÉΪ³¾°£¡£
¡°ÉϹÅһλ¿à´ó³ðÉî¡¢Éú³ö´óÔ¹µÄʯ̥ÔÚµØÏ£¿¡±
°´Õչż®¼ÇÔØ£¬¸ÕµóÔ¹ÆøÒÑ»¯£¬´ËµØÓ¦¸Ã°²È«ÁË£¬Ëû·Å³ö¼¸Î»µÜ×ÓÒ»ÆðÏòµØµ×ÊÀ½çÐÐÈ¥¡£
µØ¸¹ÉһƬ¿Õ¿õΪ·²´óÁúÂö½»Í¦µØ£¬¾¹ÓÐÒ»¿Å¿ÅÉñÔ´¿éÉÁÁ¶£¬Ð¡ËÉ´óÑÛÁÁ¾§¾§£¬»¯³É×ϹâÈ¥À´Õª¡£
¶øÔÚÁúѨ×îÉî´¦ÓÐÒ»´¦ÆæÒìµÄµØ·½£¬Ò»¡£ÖìùºìµÄ´ó¹×Õòýѹһ¿éÆæÊ¯ÉÏ£¬ÔÚ¹×ÖÐ×ø×ÅÒ»¸öÀÏÈ˳෢³àÐ룬·ìÊÇÍþÃÍ¡£
¡°Ê¥ÈËÒź¡£¡¡±Ò¶·²¾ªÒ죬ûÓÐÏëµ½Ïȼûµ½ÁËÒ»×ðÊ¥ÈË¡£
ÔÚÖìùºì´ó¹×Ï£¬ÄÇ¿éÆæÊ¯Ò²·ìÌØ±ð½üÓÚ͸Ã÷£¬¿ÉÒÔ¿´µ½ÄÚ²¿ÓÐÒ»¸öÈËÐεÄÓ°×Ó£¬ÔÐÓýÓÐÒ»¸öÉúÃüÌå¡£
¡°Ê¯Ì¥Ê¥Á飡¡±
Ò¶·²ÔçÒѶ¾³ö´ËµØ¸ñ¾Ö·Ç·²£¬¹ûÕæÔÐÓýÓÐÒ»×ðÊ¥Áé¿ÉÊÇÉϹÅÊ¥È˹×ѹÓÚ´ËËùΪºÎ¹Ê£¿
¡°Ê¦µÂ£¬ÕâÀïÓÐ×Ö¡£¡±
Ò¶·²×ÐϸÔĶÁ²»½ûÒ»Õú£¬Õâ¸öÀÏÊ¥ÈËΪ×Ô¼ºÑ¡ÔñÔáµØÊ±£¬ÎÞÒâ¼ä·¢ÏÖ»¹Î´³ÉÊìµÄʯ̥£¬Óû¶áÆäÌ壬àà¹ûʧ°Ü¡£
¡°ÄѹÖÕâô´óµÄÔ¹Æø£¬Ò»¸ö¿É³ÉΪÎ޵дæÔÚµÄʯ̥±»ÈËËù×裬ËäÈ»½«Ê¥ÈË·´ÊÉ£¬½á¹û×Ô¼ºÔªÉñÒàÍö¡£¡±
¡°àÛ¡£
Õâ¸ö£¬Ê¥ÈËÒź¡Í»È»»¯µô£¬³ÉΪһ̲ŧѪ£¬ËûÃǼ±Ã¦¶ã±Ü£¬¹ûÈ»¹»²ÒÁÒ£¬ÌÃÌÃÒ»´úÊ¥ÈËËÀµÄÕâô²»ÌåÃæ¡£
¡°Ê¯Ì¥ÕæµÄËÀ͸ÁËÂ𣿡±·²Î»ÄêÇáµÄÆæ²Å»ëÉí²»°×ÔÚ£¬Ê¥ÁéÊÇÎ޵еĴú³Æ£¬Ö»ÒªÓÐÒ»¿ÚÆøÔھͿÉÃðµôÒ»·½ÊÀ½ç¡£
¡°²»Óõ£ÐÄ£¬ÁúÂö¿Ý½ßʱËû»¹Î´³ÉÊ죬ÓëÀÏÊ¥È˶·ÁËÒ»³¡£¬ÔªÉñ»ÙµôÁË¡£¡±
Ò¶·²¿´µÄÇå³þ£¬ÕâλʥÁ鹦¿÷Ò»ó壬³ÉΪÁËËÀÌ¥£¬¿Ý½ßÔÚÁËʯÖС£ËûÇ××Ô¶¯ÊÖ£¬½«Æä°þÂäÁ˳öÀ´£¬¹ûÈ»ÊÇÒ»¸ö¾ÅÇÏʥ̥¡£
ËûüÐĹ⻪һÉÁ£¬Âõ³öÒ»¸ö½ðÉ«µÄСÈË£¬Ã»Èë¾ÅÇÏÊ¥ÁéµÄÌåÄÚ£¬Õâ×ðʯùÈË˲¼äÕ¾ÁËÆðÀ´¡£
Ò»¹ÉÇ¿´óµÄÍþÊÆ¶ÙʱÒç³ö£¬·²Î»µÜ×Óֱͦ¾Í¹ò»ïÏÂÈ¥£¬³ÐÊܲ»×¡ÕâºÍÍþÊÆ£¬Õ½Õ½¾¤¾¤¡£
¡°¿ÉÇéÁË£¬Ô±¾¶¼¿ì»¯ÎªÑªÄÚÖ®ÉíÁË£¬°ë;¶ø»Ù£¬ÑªÆø¸ÉºÔ£¬²»ÀëÊÇÎÞÉÏʯ̥¡£¡±Ò¶·²Çá̾¡£
²»µ¥ÀÏÊ¥È˲ÒËÀ£¬Õâ¸öÊ¥ÁéÌ¥Ò²¼¸ºõ»¯Îª·²Ê¯£¬´ËÌ¥³ýÆð×ã¹»¼á¹Ì²»ÐàÍ⣬ûÓÐʲôÉñÁ¦º£ÁôÏ£¬Ê¯ÑªÒѸɡ£
¡°µ±×÷»¯Éíµ¹ÊDz»´í¡£¡±
¡°¹§Ï²Ê¦µÂ£¬Îò³öÒ»µÀÉí£¬ÓÖµÃÕâÑùÒ»¸öÊ¥Áéʯ̥£¬½«È绢ÌíÒí£¬´Ë´ÎÎ÷Ðн«ÀëÎÞ¹ËÂÇ¡£¡±·²Î»µÜ×Ó¶¼´óϲ¡£
¡°Êǰ¡£¬Ê¦¸µÎÒÃǸÃÈ¥Î÷·½Ê¥µØÒ®Â·ÈöÀäÓëèóµÙ¸ÔÁË£¬Ë³±ãÈ¥°ÂÁÖÆ¥Ë¹É½µÈµØËµ²»¶¨Ò²ÄÜÍÚ³öʲô¶«Î÷À´¡£¡±
¼¸¸öµÜ×Ó¼ûµ½´ËµØÓÐÕâô´óµÄÊÕ»ñ£¬»¹Ã»ÓÐÓëÎ÷·½µÀͳ¶Ô¾ö£¬¾Í´òÆðÁËÄDZßһЩÉñɽµÄÖ÷Òâ¡£
û°ì·¨£¬Ì¯ÉÏÕâÑùÒ»¸öʦ¸µËûÃǾõµÃÌìÏÂɽ¡¡¡±µØÊÆÔÐÓýµÄÉñÎï¶¼ÌÓ²»ÁË£¬Òѱ»¸ÐȾ¡£
¶øºó£¬ËûÃǼÌÐøÉÏ·£¬Í¾Öп´±éɽˮµØÊÆ£¬¼¸´Î³öÊÖ£¬ÕæµÄ´óÓÐÕ¶»ñ£¬ÔÚһЩ¹ú¼Ò¾¹ÍÚ³öÁËÁúËè¡£
ÔÚÕâ¿Ý½ßµÄʱ´úÌ«ÄѵÃÁË£¬Ô½·¢ÏÔµÃÕä¹ó£¬ÓÚ»¯ÁúÃØ¾³ÓдóÒæ´¦£¬¿ÉÌáÉýÐÞΪ£¬±»¼¸Î»µÜ×ÓÆ½·Ö¡£
¶øÔÚ;ÖУ¬Î÷·½¼¸´ÎÓÐÈËÀ´Ïà×裬ɱÉÏÃÅÀ´£¬½á¹ûÈ«¶¼ºÁÎÞÐüÄîµÄ±»Ò¶·²Õ¶Ãð¡£
¾ÍÕâÑù£¬ËûÃÇ×ß×ßͣͣ£¬°ï¸öÔºóÀ´µ½ÁËҮ·ÈöÀ䣬ÆÚ¼ä¹·¢ÁËÎ÷·½´óÕ𶯣¬Ã¿ÈÕ¶¼ÊÇËûÃǵϰÌâ¡£
¡°Ê¦¸µ£¬ÖÐÍÁµÀßøÎÒÃÇ´«À´ÁËÏûÏ¢£¬ËµÎ÷ÍÁÓйÅÀϵÄÊ¥ÆïÊ¿»¹»î×Å£¬¾Í×øµÈÔÚҮ·ÈöÀ䣬µÈÎÒÃǵ½À´ÄØ¡£¡±
¡°´ËÍ⣬½Ì»ÊºÅÕÙÁîÒ»³ö£¬¸÷¹ÅÀϼÒ×å¶¼ÓÐÇ¿êÈÏìÓ¦£¬×é³ÉÁËÒ»Ö§Î޵еÄÊ®×Ö¾ü£¬Ò²ÔڵȺò¶«À´µÄħ¡£¡±
¡°ÎÒÒàÌý˵£¬ÓÐÕæÕýµÄÉñ×å½µÁÙ£¬¶ø·ÇÈËÀàÐÞÁ¶ÓгÉÄÇô¼òµ¥¡£¡±ÁúÓîÐùÒàСÉùá²Å¶¡£
¡°ßí£¬»¹Óлî×ŵÄÌ«¹Å×åÂ𣿡±Ò¶·²°×Óï¡£
ËûÃǵִïҮ·ÈöÀ䣬²»¹ýȴûÓнø³Ç£¬¶øÊÇÈÆ×ÅËü×ßÁËһȦ£¬Æ¾¿ÕÏûʧÁË¡£
ÒòΪ£¬ÓÉÓÚÐÞÕßµÄҮ·ÈöÀäÔÚÉϹŴóÕóÖУ¬·²È˸ù±¾¼û²»µ½£¬ÊÇÒ»´¦ÕæÕýµÄÊ¥ÕßÖ®³Ç¡£
¡°Ì«²»¿É˼ÒéÁË£¬¾¹ÓÐÕâÑùÒ»×ùºêΰµÄ¹Å³Ç£¡¡±¼¸Î»µÜ×ÓÕ𺳡£
µØÆ½ÏßÉÏ£¬Ò»×ù¾Þ³ÇÈçºÚ½ðÖý³É£¬ÉÁÁ¶ÀäÓÄÓĵĽðÊô¹â·¨£¬Í¨Ìå·¢³öµãµãÊ¥¹â£¬×¯Ñ϶øÉñÊ¥¡£
ËûÃǸоõÏñÊǻص½ÁËÉϹÅÂù»ÄÊÀ½ç£¬³ÇÍâ´óµØÉϹÅľ²ÎÌ죬ÈÁÌ仢Х£¬Óë·²½ç±È½ÏÆðÀ´£¬·´²îÌ«´óÁË¡£
ÕâÊÇÒ»×ù×ÔÉϹÅÄê¼ä¾ÍÒÑ´æÔÚµÄÉñ³Ç£¬½ø³ö³ÇÃŵÄÈ˶¼ÊÇÐÞÊ¿£¬Ã»ÓÐÒ»¸öÊÇ·²Ë×£¬ºÜ¶à¶¼Æï׏ÅÊÞ£¬ÁÛ¼×ÉÈ»£¬ÆøÊÆÆÈÈË¡£
¡°ÎÒÔõô¾õµÃÀ´µ½ÁËÉñ»°ÊÀ½ç£¬ÄǸöÃÀÀöÎÞϾµÄÂÌ·¢Å®×ÓÔõôÏñÊÇ¡¡Ò»¸ö¾«Á飿¡±
¡°¸Õ²ÅÄǸöÊÇÉñ×åÂ𣬳¤ÓÐÈýÍ·Áù±Û£¬ÄÔºóÉúÓÐÒ»ÂÖÉñÅÌ£¬¹â»·ÁýÕÖÇûÌ壬»¹ÕæÊÇÉñÃØ¡£¡±
ÏÔÈ»£¬ÕâÊÇÒ»¸ö£¬ÐÞµÀÕßµÄÊÀ½ç£¬×Թžͱ»³ÆÎªÊ¥³Ç£¬ÔÚµ±½ñÕâ¸öʱ´ú»¹ÄÜÓÐÕâÑùÒ»×ù¹ÅÀϵľ޳ǣ¬ÊµÔÚÊÇÒ»ºÍÆæ¼£¡£
¡°ÓÐЩÂé·³£¬´Ë³ÇÔ¶ÔÚÉϹÅʱÆÚ¾ÍÒѾ´æÔÚÁË£¬Ëµ²»¶¨»¹ÕæÓÐʲôÒÅÀÏ»î×Å¡£¡±Ò¶·²×ÔÓï¡£ | sundayliu/android-demo | book/ForMoney/assets/8003434.html | HTML | mit | 7,628 |
---
layout: post
title: Writing Soy Templates in Your Atlassian Confluence Plugin
date: 2013-02-22 12:00:12.000000000 +00:00
type: post
published: true
status: publish
categories:
- Featured
- Programming
- web
tags:
- confluence
meta:
tmac_last_id: '618797352480944128'
_edit_last: '1'
_syntaxhighlighter_encoded: '1'
_thumbnail_id: '1661'
_pingme: '1'
_encloseme: '1'
_wpas_skip_11278197: '1'
_wpcom_is_markdown: '1'
author: David Simpson
excerpt_separator: <!--more-->
---
<p><strong>Level of experience:</strong> This is an <strong>intermediate</strong> tutorial. You should have completed at least one beginner tutorial before working through this tutorial. See the<a href="https://developer.atlassian.com/display/DOCS/Tutorials"> list of developer tutorials</a>.</p>
<p><strong>On this page:</strong></p>
<ul>
<li><a href="#WritingSoyTemplatesinYourPlugin-Overview">Overview</a></li>
<li><a href="#WritingSoyTemplatesinYourPlugin-SourceCode">Source Code</a></li>
<li><a href="#WritingSoyTemplatesinYourPlugin-WhatareSoytemplates?">What are Soy templates?</a></li>
<li><a href="#WritingSoyTemplatesinYourPlugin-Step1.Createthepluginproject">Step 1. Create the plugin project</a></li>
<li><a href="#WritingSoyTemplatesinYourPlugin-Step2.CreateaSoytemplate">Step 2. Create a Soy template</a></li>
<li><a href="#WritingSoyTemplatesinYourPlugin-Step3.CalltheSoytemplateinaseparateJavaScriptfile">Step 3. Call the Soy template in a separate JavaScript file</a></li>
<li><a href="#WritingSoyTemplatesinYourPlugin-Step4.Edittheatlassian-plugin.xmlfile">Step 4. Edit the atlassian-plugin.xml file</a>
<ul>
<li><a href="#WritingSoyTemplatesinYourPlugin-Thewebresourcemodule">The web resource module</a></li>
<li><a href="#WritingSoyTemplatesinYourPlugin-Thetransformers">The transformers</a></li>
<li><a href="#WritingSoyTemplatesinYourPlugin-Resources">Resources</a></li>
</ul>
</li>
<li><a href="#WritingSoyTemplatesinYourPlugin-Step5.Addnewresourcefilesandinternationalisation">Step 5. Add new resource files and internationalisation</a></li>
<li><a href="#WritingSoyTemplatesinYourPlugin-Step6.Build,installandruntheplugin">Step 6. Build, install and run the plugin</a></li>
</ul>
<p><strong>Related:</strong></p>
<ul>
<li><a href="https://developer.atlassian.com/display/CONFDEV/Templating+in+JavaScript+with+Soy">Templating in JavaScript with Soy</a></li>
<li><a href="https://developer.atlassian.com/display/CONFDEV/Extending+the+Confluence+Insert+Link+Dialog">Extending the Confluence Insert Link Dialog</a></li>
<li><a rel="nofollow" href="https://developers.google.com/closure/templates/" target="_blank">What are Closure Templates?</a> (Google developer documentation)</li>
<li><a rel="nofollow" href="https://developers.google.com/closure/templates/docs/concepts" target="_blank">Closure Template Concepts</a> (Google developer documentation)</li>
</ul>
<h2 id="WritingSoyTemplatesinYourPlugin-Overview">Overview</h2>
<p>This tutorial shows you how to write a <a href="https://developer.atlassian.com/display/AUI/Soy+Templates">Soy template</a> in your plugin to use in JavaScript. The plugin adds a table of metadata to the top of each Confluence page using Soy templates:</p>
<p><img src="{{ site.baseurl }}/assets/image2012-8-23%2021%3A54%3A8.png?version=1&modificationDate=1345755346199" alt="" width="650" /></p>
<p>In order to do this, you will create a very simple Confluence plugin. Your plugin will consist of the following components:</p>
<ul>
<li>Plugin descriptor – to enable the plugin module in Confluence.</li>
<li>A JavaScript resource – to call the Soy template</li>
<li>A Soy template.</li>
<li>A little internationalisation</li>
</ul>
<p>All these components will be contained within a single JAR file. Each component is further discussed in the examples below.</p>
<p>This plugin is of little practical value, but it is designed to show you a way of templating UI elements in JavaScript for use on Confluence.</p>
<h2 id="WritingSoyTemplatesinYourPlugin-SourceCode">Source Code</h2>
<p>The source code of the plugin used in this tutorial is available in bitbucket. You can browse the source code here: <a rel="nofollow" href="https://bitbucket.org/appfusions/confluence-tutorial-soy-templates" target="_blank">confluence-tutorial-soy-templates</a>.</p>
<h2 id="WritingSoyTemplatesinYourPlugin-WhatareSoytemplates?">What are Soy templates?</h2>
<p>Soy templates are a templating system for dynamically generating re-usable HTML and UI elements in both Java and JavaScript. Soy templates are also referred to as <a rel="nofollow" href="https://developers.google.com/closure/templates/" target="_blank">Closure templates</a>.</p>
<p>For the client side, Soy templates are precompiled into efficient JavaScript. This tutorial is only concerned with client-side aspect of templating.</p>
<h2 id="WritingSoyTemplatesinYourPlugin-Step1.Createthepluginproject">Step 1. Create the plugin project</h2>
<p>Begin by creating a new Confluence plugin. You can use the Atlassian Plugin SDK to do this. (See <a href="https://developer.atlassian.com/display/DOCS/Set+up+the+Atlassian+Plugin+SDK+and+Build+a+Project">Set up the Atlassian Plugin SDK and Build a Project</a> for full instructions.)</p>
<p>In a command window, go to the directory where you want to create your plugin project, and type: <code>atlas-create-confluence-plugin</code></p>
<p>You will be prompted to enter two values, the <strong>group ID</strong> and <strong>artifact ID</strong>. For this tutorial, we used the following values:</p>
<ul>
<li>Group ID: <strong>com.appfusions.confluence.plugins</strong></li>
<li>Artifact ID: <strong>confluence-tutorial-soy-templates</strong></li>
</ul>
<p>Accept the default values for <strong>version</strong> and <strong>package</strong>.</p>
<p>This will create a basic plugin with some Java code and tests. In the <a rel="nofollow" href="https://bitbucket.org/appfusions/confluence-tutorial-soy-templates" target="_blank">sample code</a>, all Java code including tests have been removed as they are not needed for the plugin.</p>
<h2 id="WritingSoyTemplatesinYourPlugin-Step2.CreateaSoytemplate">Step 2. Create a Soy template</h2>
<p>Create a new Soy template at <strong>src/main/resources/template.soy</strong>:</p>
<pre><code>
{namespace Confluence.Templates.SoyTutorial}<br />
/**<br />
* Renders a table of selected AJS.params<br />
* @param pageId<br />
* @param pageTitle<br />
* @param parentPageId<br />
* @param spaceKey<br />
* @param spaceName<br />
*/<br />
{template .listSelectedAjsParams}<br />
<b>{getText('confluence.tutorial.soy.templates.intro')}</b><br />
<table class="aui" id="basic"><br />
<thead><br />
<tr><br />
<th>{getText('confluence.tutorial.soy.templates.name')}</th><br />
<th>{getText('confluence.tutorial.soy.templates.value')}</th><br />
</tr><br />
</thead><br />
<tbody><br />
<tr><br />
<td>pageId</td><br />
<td>{$pageId}</td><br />
</tr><br />
<tr><br />
<td>pageTitle</td><br />
<td>{$pageTitle}</td><br />
</tr><br />
<tr><br />
<td>parentPageId</td><br />
<td>{$parentPageId}</td><br />
</tr><br />
<tr><br />
<td>spaceKey</td><br />
<td>{$spaceKey}</td><br />
</tr><br />
<tr><br />
<td>spaceName</td><br />
<td>{$spaceName}</td><br />
</tr><br />
<tbody><br />
</table><br />
{/template}<br />
</code></pre>
<p>Each Soy file needs a namespace declaration at the top of the file. It must be declared before any templates are declared.</p>
<p>In this case, we have created a new <strong>Confluence.Templates.SoyTutorial</strong> namespace for our templates and added a template which displays an <a href="https://developer.atlassian.com/display/AUI">AUI</a>-style table containing a number of attributes that a Confluence page is likely to possess.</p>
<p>For templates that need parameters, these <strong>must</strong> be declared in JavaDoc style immediately before the template:</p>
<pre><code>
/**<br />
* Renders a table of selected AJS.params<br />
* @param pageId<br />
* @param pageTitle<br />
* @param parentPageId<br />
* @param spaceKey<br />
* @param spaceName<br />
*/<br />
</code></pre>
<p>Parameters use this syntax within the template:</p>
<pre><code>
{$pageId}<br />
</code></pre>
<p>For internationalisation, use <code>getText()</code> – a JavaScript internationalisation transformer will take care of the i18n:</p>
<pre><code>
<b>{getText('confluence.tutorial.soy.templates.intro')}</b><br />
</code></pre>
<h2 id="WritingSoyTemplatesinYourPlugin-Step3.CalltheSoytemplateinaseparateJavaScriptfile">Step 3. Call the Soy template in a separate JavaScript file</h2>
<p>Create a new JavaScript resource at <strong>src/main/resources/init.js</strong>:</p>
<pre><code>
AJS.toInit(function () {<br />
var $pageMetadata = AJS.$('#content.page.view .page-metadata:first');</p>
<p> if ($pageMetadata.length > 0) {<br />
var selectedAjsParams = {<br />
pageId: AJS.params.pageId,<br />
pageTitle: AJS.params.pageTitle,<br />
parentPageId: AJS.params.parentPageId,<br />
spaceKey: AJS.params.spaceKey,<br />
spaceName: AJS.params.spaceName<br />
}<br />
var template = Confluence.Templates.SoyTutorial.listSelectedAjsParams(selectedAjsParams);<br />
$pageMetadata.after(template);<br />
}<br />
});<br />
</code></pre>
<p>Here we are doing four things:</p>
<ol>
<li>Getting the first <strong>.page-metadata</strong> element if it exists.</li>
<li>Creating an object containing only the AJS.params items that we are interested in.</li>
<li>Passing these items – <code>selectedAjsParams</code> – into the template – <code>Confluence.Templates.SoyTutorial.listSelectedAjsParams</code> – to render the template into HTML.</li>
<li>Appending the resulting HTML into the browser after the page metadata section.</li>
</ol>
<p><</p>
<p>blockquote><br />
You will notice the <a href="https://developer.atlassian.com/display/AUI">AUI</a> function, <code>AJS.params</code> – this contains some useful information about the Confluence installation and the current page. In this case, we are using it for convenience. Take a look at <code>AJS.params</code>in your browser's JavaScript console:</p>
<p><img src="https://developer.atlassian.com/download/attachments/13631994/image2012-8-23%2021%3A55%3A26.png?version=1&modificationDate=1345755346217" alt="" width="400" </p>
<h2 id="WritingSoyTemplatesinYourPlugin-Step4.Edittheatlassian-plugin.xmlfile">Step 4. Edit the atlassian-plugin.xml file</h2>
<p>You must now register the plugin module in your plugin descriptor, <code>atlassian-plugin.xml.</code></p>
<p>Add the following code to your <code>atlassian-plugin.xml</code> file between the <code><atlassian-plugin></code> tags, but below the <code><plugin-info></code> tag group.</p>
<pre><code>
<web-resource key="view-metadata" name="View metadata from AJS.params"></p>
<p> <!-- transform calls to AJS.getText() inside JS files --><br />
<transformation extension="js"><br />
<transformer key="jsI18n"/><br />
</transformation></p>
<p> <!-- transform Soy templates into JS --><br />
<transformation extension="soy"><br />
<transformer key="soyTransformer"><br />
<functions>com.atlassian.confluence.plugins.soy:soy-core-functions</functions><br />
</transformer><br />
</transformation></p>
<p> <!-- JavaScript resources --><br />
<resource name="init.js" type="download" location="init.js"/><br />
<resource name="template-soy.js" type="download" location="template.soy"/><br />
<context>page</context><br />
</web-resource><br />
</code></pre>
<p>Let's break down that XML code, by looking at the web resource module, transformers and resources in the code.</p>
<h3 id="WritingSoyTemplatesinYourPlugin-Thewebresourcemodule">The web resource module</h3>
<p>In the code example, the web-resource module (line) has 2 attributes:</p>
<ul>
<li><strong>key="view-metadata"</strong> sets an internal name for the new item.</li>
<li><strong>name="View metadata from AJS.params"</strong> defines the default name of the item.</li>
</ul>
<pre><code>
<web-resource key="view-metadata" name="View metadata from AJS.params"><br />
</code></pre>
<h3 id="WritingSoyTemplatesinYourPlugin-Thetransformers">The transformers</h3>
<p>In the code example, there are two transformation code blocks:</p>
<ul>
<li>The first transformation module performs the internationalisation work.</li>
<li>The second transformation module transforms the .soy template into precompiled efficient JavaScript which can then be called by the JavaScript in <strong>init.js</strong></li>
</ul>
<pre><code>
<!-- transform calls to AJS.getText() inside JS files --><br />
<transformation extension="js"><br />
<transformer key="jsI18n"/><br />
</transformation></p>
<p> <!-- transform Soy templates into JS --><br />
<transformation extension="soy"><br />
<transformer key="soyTransformer"><br />
<functions>com.atlassian.confluence.plugins.soy:soy-core-functions</functions><br />
</transformer><br />
</transformation><br />
</code></pre>
<h3 id="WritingSoyTemplatesinYourPlugin-Resources">Resources</h3>
<p>Lastly, there are Javascript resources for the web resources and the context in which they should be displayed. In this case, the Javascript is only added for Confluence pages, thus the 'page' context.</p>
<pre><code>
<!-- JavaScript resources --><br />
<resource name="init.js" type="download" location="init.js"/><br />
<resource name="template-soy.js" type="download" location="template.soy"/><br />
<context>page</context><br />
</code></pre>
<h2 id="WritingSoyTemplatesinYourPlugin-Step5.Addnewresourcefilesandinternationalisation">Step 5. Add new resource files and internationalisation</h2>
<p>To add new resource files and internationalisation, add a new file in the resources directory of your plugin, called <code>confluence-tutorial-soy-templates.properties</code>, and include these lines of code:</p>
<pre><code>
confluence.tutorial.soy.templates.intro = Some metadata extracted from the AJS.params JavaScript object:<br />
confluence.tutorial.soy.templates.name = Name<br />
confluence.tutorial.soy.templates.value = Value<br />
</code></pre>
<p>The above keys are used in the Soy template. For example:</p>
<pre><code>
<b>{getText('confluence.tutorial.soy.templates.intro')}</b><br />
</code></pre>
<p>Additionally, add a reference the resource file in the <code>atlassian-plugin.xml</code> file – add this line of code above the <code><web-resource></code> code block:</p>
<pre><code>
<resource type="i18n" name="i18n" location="confluence-tutorial-soy-templates" /><br />
</code></pre>
<p>This accesses your <code>confluence-tutorial-soy-templates.properties</code> file and retrieves the text for our button label.</p>
<p>If you would like to know more about internationalisation, see the <a rel="nofollow" href="http://confluence.atlassian.com/display/DISC/i18n+in+Confluence+Plugin+Development" target="_blank">Confluence documentation on the topic</a>.</p>
<h2 id="WritingSoyTemplatesinYourPlugin-Step6.Build,installandruntheplugin">Step 6. Build, install and run the plugin</h2>
<p>Go to the root directory in your plugin project – this is the directory that contains the<code> pom.xml</code> file. Type the <strong>atlas-run</strong> command, to compile the plugin project and then launch a local instance of Confluence.</p>
<p>Once Confluence has loaded:</p>
<ul>
<li>Go to your web browser and access your local instance with this URL:<br />
<code><a href="http://localhost:1990/confluence/">http://localhost:1990/confluence/</a></code>
</li>
<li>Log in with username "admin" and password "admin".</li>
<li>Browse to a page in the Demonstration space</li>
</ul>
<p>Each page will now have a table above the page content, containing a selection of metadata – this has been rendered client-side using Soy templates.</p>
<p><img src="{{ site.baseurl }}/assets/image2012-8-23%2021%3A54%3A8.png?version=1&modificationDate=1345755346199" alt="" width="650" /></p>
<p>:) Congratulations, you have completed this tutorial.</p>
<p><em>The above post is a tutorial I wrote for the last <a href="http://blogs.atlassian.com/2012/09/atlassian-doc-sprint-delivers-30-tutorials-for-confluence-4-3/">Atlassian Doc Sprint</a>. It is mirrored and maintained on the <a href="https://developer.atlassian.com/display/CONFDEV/Writing+Soy+Templates+in+Your+Plugin">Atlassian Developers website</a>.<br />
</em></p>
| dvdsmpsn/dvdsmpsn.github.io | _posts/2013-02-22-writing-soy-templates-in-your-confluence-plugin.html | HTML | mit | 17,719 |
{% raw %}{% load compress static wagtailuserbar wagtailsettings_tags navigation_tags settings_tags {% endraw %}{{ cookiecutter.project_slug }}{% raw %}_utils %}
{% get_settings %}
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>{% block title %}{% if self.seo_title %}{{ self.seo_title }}{% else %}{{ self.title }}{% endif %}{% endblock %}{% block title_suffix %}{% endblock %}</title>
<meta name="description" content="{% if self.search_description %}{{ self.search_description }}{% endif %}">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/x-icon" href="{% static 'favicon.ico' %}"/>
{% block canonical_url %}{% endblock %}
{% block cdn_css %}
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.1/css/all.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/lightbox2/2.10.0/css/lightbox.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/motion-ui/2.0.3/motion-ui.min.css" />
{% endblock %}
{% compress css %}
<link rel="stylesheet" type="text/x-scss" href="{% static 'css/app.scss' %}">
{% endcompress %}
{% block extra_css %}{% endblock %}
{% block facebook_og %}
{% include "utils/includes/facebook_opengraph.html" %}
{% endblock %}
{% block twitter_og %}
{% include "utils/includes/twitter_cards.html" %}
{% endblock %}
{% block google_analytics %}
{% include "utils/includes/google_analytics.html" %}
{% endblock %}
</head>
<body class="{% block body_class %}{% endblock %}">
{% wagtailuserbar %}
{% get_site_root as site_root %}
{% top_menu parent=site_root calling_page=self %}
<div class="off-canvas-content" data-off-canvas-content>
{% block breadcrumbs %}
{% breadcrumbs %}
{% endblock %}
{% block callout %}{% endblock %}
{% block content %}{% endblock %}
<a href="#" class="scrollup"><img src="{% static 'img/top.png' %}"></a>
<footer class="hide-for-print">
<div class="grid-container">
<div class="grid-x grid-padding-x align-spaced">
<div id="contact-us" class="medium-3 cell">
<h5><strong>Get in Contact</strong></h5>
{% get_contact_fields as contact %}
{% include "contact/includes/contact_card.html" with contact=contact only %}
<br>
<h5><strong>Follow Us</strong></h5>
<div class="social">
{% include "contact/includes/social.html" %}
</div>
</div>
<div id="sitemap" class="medium-3 cell hide-for-small-only">
<h5><strong>Explore Our Site</strong></h5>
{% site_menu parent=site_root calling_page=self %}
</div>
<div class="medium-4 cell text-center hide-for-small-only">
<a href="https://www.google.com/maps/place/chrisdev/" target="_blank">
<img src="{% static 'img/map.png' %}" alt="" style="border: 5px solid #fff;" />
</a>
</div>
</div>
</div>
<div id="copyright">
<div class="grid-x grid-padding-x align-center">
<p>Copyright © 2018 ChrisDev. All rights reserved</p>
</div>
</div>
</footer>
</div>
</div>
{% block cdn_js %}
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/lightbox2/2.10.0/js/lightbox.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/what-input/5.1.0/what-input.min.js"></script>
{% endblock %}
{% compress js %}
<script src="{% static 'node_modules/foundation-sites/dist/js/foundation.min.js' %}"></script>
<script type="text/javascript" src="{% static 'js/app.js' %}"></script>
{% endcompress %}
{% block site_js %}
<script>
$(document).foundation();
</script>
{% endblock %}
{% block extra_js %}{% endblock %}
</body>
</html>{% endraw %}
| ilendl2/wagtail-cookiecutter-foundation | {{cookiecutter.project_slug}}/pages/templates/base.html | HTML | mit | 4,290 |
<!doctype html>
<html>
<head>
<title></title>
</head>
<body>
{% if !user %}
<form id='login'>
<p>Usuario: <input id='username'/> </p>
<p>Constraseña: <input id='password' type="password" /> </p>
<button>Log!</button>
</form>
{% else %}
<h2>Hi {{user.username}} </h2>
<p>
<a href="/users/logout">Log Out</a>
</p>
{% endif %}
<script src="../bower_components/jquery/dist/jquery.js"></script>
<script>
/*
$(document).ready(function() {
$('#login').submit(function(event) {
event.preventDefault();
$('#name').val();
$.post("/users/login",
{
name: $('#username').val(),
password: $('#password').val()
},
function(data,status){
console.log({Token: data.token , Status: status});
//window.location.href="/users";
});
});
})
*/
</script>
</body>
</html> | Ale9Hack/RPJS.IO | views/user.html | HTML | mit | 945 |
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>robots - RDoc Documentation</title>
<script type="text/javascript">
var rdoc_rel_prefix = "../";
</script>
<script src="../js/jquery.js"></script>
<script src="../js/darkfish.js"></script>
<link href="../css/fonts.css" rel="stylesheet">
<link href="../css/rdoc.css" rel="stylesheet">
<body id="top" role="document" class="file">
<nav role="navigation">
<div id="project-navigation">
<div id="home-section" role="region" title="Quick navigation" class="nav-section">
<h2>
<a href="../index.html" rel="home">Home</a>
</h2>
<div id="table-of-contents-navigation">
<a href="../table_of_contents.html#pages">Pages</a>
<a href="../table_of_contents.html#classes">Classes</a>
<a href="../table_of_contents.html#methods">Methods</a>
</div>
</div>
<div id="search-section" role="search" class="project-section initially-hidden">
<form action="#" method="get" accept-charset="utf-8">
<div id="search-field-wrapper">
<input id="search-field" role="combobox" aria-label="Search"
aria-autocomplete="list" aria-controls="search-results"
type="text" name="search" placeholder="Search" spellcheck="false"
title="Type to search, Up and Down to navigate, Enter to load">
</div>
<ul id="search-results" aria-label="Search Results"
aria-busy="false" aria-expanded="false"
aria-atomic="false" class="initially-hidden"></ul>
</form>
</div>
</div>
<div id="project-metadata">
<div id="fileindex-section" class="nav-section">
<h3>Pages</h3>
<ul class="link-list">
<li><a href="../Gemfile.html">Gemfile</a>
<li><a href="../Gemfile_lock.html">Gemfile.lock</a>
<li><a href="../LICENSE.html">LICENSE</a>
<li><a href="../Procfile.html">Procfile</a>
<li><a href="../README_md.html">README</a>
<li><a href="../README_rdoc.html">README</a>
<li><a href="../Rakefile.html">Rakefile</a>
<li><a href="../app/assets/javascripts/application_js.html">application.js</a>
<li><a href="../app/assets/javascripts/equipments_js.html">equipments.js</a>
<li><a href="../app/assets/javascripts/productions_js.html">productions.js</a>
<li><a href="../app/assets/javascripts/rails_validations_js.html">rails.validations.js</a>
<li><a href="../app/assets/javascripts/users_js.html">users.js</a>
<li><a href="../app/assets/stylesheets/application_css.html">application.css</a>
<li><a href="../app/assets/stylesheets/color_libraries_scss.html">color_libraries.scss</a>
<li><a href="../app/assets/stylesheets/equipments_scss.html">equipments.scss</a>
<li><a href="../app/assets/stylesheets/libraries_scss.html">libraries.scss</a>
<li><a href="../app/assets/stylesheets/productions_scss.html">productions.scss</a>
<li><a href="../app/assets/stylesheets/unit_library_scss.html">unit_library.scss</a>
<li><a href="../app/assets/stylesheets/users_scss.html">users.scss</a>
<li><a href="../app/assets/stylesheets/welcome_scss.html">welcome.scss</a>
<li><a href="../config_ru.html">config.ru</a>
<li><a href="../config/database_yml_travis.html">database.yml.travis</a>
<li><a href="../log/development_log.html">development.log</a>
<li><a href="../log/test_log.html">test.log</a>
<li><a href="../public/404_html.html">404.html</a>
<li><a href="../public/422_html.html">422.html</a>
<li><a href="../public/500_html.html">500.html</a>
<li><a href="../public/favicon_ico.html">favicon.ico</a>
<li><a href="../public/robots_txt.html">robots</a>
<li><a href="../spec/testing-notes_md.html">testing-notes</a>
<li><a href="../up-and-down_tsv.html">up-and-down.tsv</a>
<li><a href="../vendor/assets/javascripts/handlebars_js.html">handlebars.js</a>
</ul>
</div>
</div>
</nav>
<main role="main" aria-label="Page public/robots.txt">
<p>See <a
href="http://www.robotstxt.org/robotstxt.html">www.robotstxt.org/robotstxt.html</a>
for documentation on how to use the robots.txt file</p>
<p>To ban all spiders from the entire site uncomment the next two lines:
User-agent: * Disallow: /</p>
</main>
<footer id="validator-badges" role="contentinfo">
<p><a href="http://validator.w3.org/check/referer">Validate</a>
<p>Generated by <a href="http://docs.seattlerb.org/rdoc/">RDoc</a> 4.2.1.
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
</footer>
| MastercraftLighting/Mastercraft-Lighting | doc/public/robots_txt.html | HTML | mit | 4,603 |
<section data-ng-controller="NotesController" data-ng-init="find()">
<div class="page-header">
<h1>Notes</h1>
</div>
<div class="list-group">
<a data-ng-repeat="note in notes" data-ng-href="#!/notes/{{note._id}}" class="list-group-item">
<small class="list-group-item-text">{{note.created | date:'medium'}} / {{note.user.displayName}}</small>
<h4 class="list-group-item-heading">{{note.name}}</h4>
</a>
</div>
<div class="alert alert-warning text-center" data-ng-hide="!notes.$resolved || notes.length">
No Notes yet, why don't you <a href="/#!/notes/create">create one</a>?
</div>
</section> | sguimont/sg-meanjs-test | public/modules/notes/views/list-notes.client.view.html | HTML | mit | 669 |
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width" />
<link rel="shortcut icon" type="image/x-icon" href="../../../../../../../favicon.ico" />
<title>LeaderboardScoreBuffer | Android Developers</title>
<!-- STYLESHEETS -->
<link rel="stylesheet"
href="http://fonts.googleapis.com/css?family=Roboto:regular,medium,thin,italic,mediumitalic,bold" title="roboto">
<link href="../../../../../../../assets/css/default.css" rel="stylesheet" type="text/css">
<!-- FULLSCREEN STYLESHEET -->
<link href="../../../../../../../assets/css/fullscreen.css" rel="stylesheet" class="fullscreen"
type="text/css">
<!-- JAVASCRIPT -->
<script src="http://www.google.com/jsapi" type="text/javascript"></script>
<script src="../../../../../../../assets/js/android_3p-bundle.js" type="text/javascript"></script>
<script type="text/javascript">
var toRoot = "../../../../../../../";
var metaTags = [];
var devsite = false;
</script>
<script src="../../../../../../../assets/js/docs.js" type="text/javascript"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-5831155-1']);
_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>
</head>
<body class="gc-documentation
develop" itemscope itemtype="http://schema.org/Article">
<div id="doc-api-level" class="" style="display:none"></div>
<a name="top"></a>
<a name="top"></a>
<!-- Header -->
<div id="header">
<div class="wrap" id="header-wrap">
<div class="col-3 logo">
<a href="../../../../../../../index.html">
<img src="../../../../../../../assets/images/dac_logo.png" width="123" height="25" alt="Android Developers" />
</a>
<div class="btn-quicknav" id="btn-quicknav">
<a href="#" class="arrow-inactive">Quicknav</a>
<a href="#" class="arrow-active">Quicknav</a>
</div>
</div>
<ul class="nav-x col-9">
<li class="design">
<a href="../../../../../../../design/index.html"
zh-tw-lang="設計"
zh-cn-lang="设计"
ru-lang="Проектирование"
ko-lang="디자인"
ja-lang="設計"
es-lang="Diseñar"
>Design</a></li>
<li class="develop"><a href="../../../../../../../develop/index.html"
zh-tw-lang="開發"
zh-cn-lang="开发"
ru-lang="Разработка"
ko-lang="개발"
ja-lang="開発"
es-lang="Desarrollar"
>Develop</a></li>
<li class="distribute last"><a href="../../../../../../../distribute/index.html"
zh-tw-lang="發佈"
zh-cn-lang="分发"
ru-lang="Распространение"
ko-lang="배포"
ja-lang="配布"
es-lang="Distribuir"
>Distribute</a></li>
</ul>
<!-- New Search -->
<div class="menu-container">
<div class="moremenu">
<div id="more-btn"></div>
</div>
<div class="morehover" id="moremenu">
<div class="top"></div>
<div class="mid">
<div class="header">Links</div>
<ul>
<li><a href="https://play.google.com/apps/publish/">Google Play Developer Console</a></li>
<li><a href="http://android-developers.blogspot.com/">Android Developers Blog</a></li>
<li><a href="../../../../../../../about/index.html">About Android</a></li>
</ul>
<div class="header">Android Sites</div>
<ul>
<li><a href="http://www.android.com">Android.com</a></li>
<li class="active"><a>Android Developers</a></li>
<li><a href="http://source.android.com">Android Open Source Project</a></li>
</ul>
<br class="clearfix" />
</div>
<div class="bottom"></div>
</div>
<div class="search" id="search-container">
<div class="search-inner">
<div id="search-btn"></div>
<div class="left"></div>
<form onsubmit="return submit_search()">
<input id="search_autocomplete" type="text" value="" autocomplete="off" name="q"
onfocus="search_focus_changed(this, true)" onblur="search_focus_changed(this, false)"
onkeydown="return search_changed(event, true, '../../../../../../../')"
onkeyup="return search_changed(event, false, '../../../../../../../')" />
</form>
<div class="right"></div>
<a class="close hide">close</a>
<div class="left"></div>
<div class="right"></div>
</div>
</div>
<div class="search_filtered_wrapper reference">
<div class="suggest-card reference no-display">
<ul class="search_filtered">
</ul>
</div>
</div>
<div class="search_filtered_wrapper docs">
<div class="suggest-card dummy no-display"> </div>
<div class="suggest-card develop no-display">
<ul class="search_filtered">
</ul>
<div class="child-card guides no-display">
</div>
<div class="child-card training no-display">
</div>
<div class="child-card samples no-display">
</div>
</div>
<div class="suggest-card design no-display">
<ul class="search_filtered">
</ul>
</div>
<div class="suggest-card distribute no-display">
<ul class="search_filtered">
</ul>
</div>
</div>
</div>
<!-- /New Search>
<!-- Expanded quicknav -->
<div id="quicknav" class="col-9">
<ul>
<li class="design">
<ul>
<li><a href="../../../../../../../design/index.html">Get Started</a></li>
<li><a href="../../../../../../../design/style/index.html">Style</a></li>
<li><a href="../../../../../../../design/patterns/index.html">Patterns</a></li>
<li><a href="../../../../../../../design/building-blocks/index.html">Building Blocks</a></li>
<li><a href="../../../../../../../design/downloads/index.html">Downloads</a></li>
<li><a href="../../../../../../../design/videos/index.html">Videos</a></li>
</ul>
</li>
<li class="develop">
<ul>
<li><a href="../../../../../../../training/index.html"
zh-tw-lang="訓練課程"
zh-cn-lang="培训"
ru-lang="Курсы"
ko-lang="교육"
ja-lang="トレーニング"
es-lang="Capacitación"
>Training</a></li>
<li><a href="../../../../../../../guide/index.html"
zh-tw-lang="API 指南"
zh-cn-lang="API 指南"
ru-lang="Руководства по API"
ko-lang="API 가이드"
ja-lang="API ガイド"
es-lang="Guías de la API"
>API Guides</a></li>
<li><a href="../../../../../../../reference/packages.html"
zh-tw-lang="參考資源"
zh-cn-lang="参考"
ru-lang="Справочник"
ko-lang="참조문서"
ja-lang="リファレンス"
es-lang="Referencia"
>Reference</a></li>
<li><a href="../../../../../../../tools/index.html"
zh-tw-lang="相關工具"
zh-cn-lang="工具"
ru-lang="Инструменты"
ko-lang="도구"
ja-lang="ツール"
es-lang="Herramientas"
>Tools</a>
<ul><li><a href="../../../../../../../sdk/index.html">Get the SDK</a></li></ul>
</li>
<li><a href="../../../../../../../google/index.html">Google Services</a>
</li>
</ul>
</li>
<li class="distribute last">
<ul>
<li><a href="../../../../../../../distribute/index.html">Google Play</a></li>
<li><a href="../../../../../../../distribute/googleplay/publish/index.html">Publishing</a></li>
<li><a href="../../../../../../../distribute/googleplay/promote/index.html">Promoting</a></li>
<li><a href="../../../../../../../distribute/googleplay/quality/index.html">App Quality</a></li>
<li><a href="../../../../../../../distribute/googleplay/spotlight/index.html">Spotlight</a></li>
<li><a href="../../../../../../../distribute/open.html">Open Distribution</a></li>
</ul>
</li>
</ul>
</div>
<!-- /Expanded quicknav -->
</div>
</div>
<!-- /Header -->
<div id="searchResults" class="wrap" style="display:none;">
<h2 id="searchTitle">Results</h2>
<div id="leftSearchControl" class="search-control">Loading...</div>
</div>
<!-- Secondary x-nav -->
<div id="nav-x">
<div class="wrap">
<ul class="nav-x col-9 develop" style="width:100%">
<li class="training"><a href="../../../../../../../training/index.html"
zh-tw-lang="訓練課程"
zh-cn-lang="培训"
ru-lang="Курсы"
ko-lang="교육"
ja-lang="トレーニング"
es-lang="Capacitación"
>Training</a></li>
<li class="guide"><a href="../../../../../../../guide/index.html"
zh-tw-lang="API 指南"
zh-cn-lang="API 指南"
ru-lang="Руководства по API"
ko-lang="API 가이드"
ja-lang="API ガイド"
es-lang="Guías de la API"
>API Guides</a></li>
<li class="reference"><a href="../../../../../../../reference/packages.html"
zh-tw-lang="參考資源"
zh-cn-lang="参考"
ru-lang="Справочник"
ko-lang="참조문서"
ja-lang="リファレンス"
es-lang="Referencia"
>Reference</a></li>
<li class="tools"><a href="../../../../../../../tools/index.html"
zh-tw-lang="相關工具"
zh-cn-lang="工具"
ru-lang="Инструменты"
ko-lang="도구"
ja-lang="ツール"
es-lang="Herramientas"
>Tools</a></li>
<li class="google"><a href="../../../../../../../google/index.html"
>Google Services</a>
</li>
</ul>
</div>
</div>
<!-- /Sendondary x-nav -->
<div class="wrap clearfix" id="body-content">
<div class="col-4" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
<div id="devdoc-nav">
<a class="totop" href="#top" data-g-event="left-nav-top">to top</a>
<div id="api-nav-header">
<div id="api-level-toggle">
<label for="apiLevelCheckbox" class="disabled"
title="Select your target API level to dim unavailable APIs">API level: </label>
<div class="select-wrapper">
<select id="apiLevelSelector">
<!-- option elements added by buildApiLevelSelector() -->
</select>
</div>
</div><!-- end toggle -->
<div id="api-nav-title">Android APIs</div>
</div><!-- end nav header -->
<script>
var SINCE_DATA = [ ];
buildApiLevelSelector();
</script>
<div id="swapper">
<div id="nav-panels">
<div id="resize-packages-nav">
<div id="packages-nav" class="scroll-pane">
<ul>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/package-summary.html">com.google.android.gms</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/ads/package-summary.html">com.google.android.gms.ads</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/ads/doubleclick/package-summary.html">com.google.android.gms.ads.doubleclick</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/ads/identifier/package-summary.html">com.google.android.gms.ads.identifier</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/ads/mediation/package-summary.html">com.google.android.gms.ads.mediation</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/ads/mediation/admob/package-summary.html">com.google.android.gms.ads.mediation.admob</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/ads/mediation/customevent/package-summary.html">com.google.android.gms.ads.mediation.customevent</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/ads/search/package-summary.html">com.google.android.gms.ads.search</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/appstate/package-summary.html">com.google.android.gms.appstate</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/auth/package-summary.html">com.google.android.gms.auth</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/common/package-summary.html">com.google.android.gms.common</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/common/annotation/package-summary.html">com.google.android.gms.common.annotation</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/common/api/package-summary.html">com.google.android.gms.common.api</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/common/data/package-summary.html">com.google.android.gms.common.data</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/common/images/package-summary.html">com.google.android.gms.common.images</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/drive/package-summary.html">com.google.android.gms.drive</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/drive/metadata/package-summary.html">com.google.android.gms.drive.metadata</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/drive/query/package-summary.html">com.google.android.gms.drive.query</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/drive/widget/package-summary.html">com.google.android.gms.drive.widget</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/games/package-summary.html">com.google.android.gms.games</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/games/achievement/package-summary.html">com.google.android.gms.games.achievement</a></li>
<li class="selected api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/games/leaderboard/package-summary.html">com.google.android.gms.games.leaderboard</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/games/multiplayer/package-summary.html">com.google.android.gms.games.multiplayer</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/games/multiplayer/realtime/package-summary.html">com.google.android.gms.games.multiplayer.realtime</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/games/multiplayer/turnbased/package-summary.html">com.google.android.gms.games.multiplayer.turnbased</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/gcm/package-summary.html">com.google.android.gms.gcm</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/location/package-summary.html">com.google.android.gms.location</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/maps/package-summary.html">com.google.android.gms.maps</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/maps/model/package-summary.html">com.google.android.gms.maps.model</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/panorama/package-summary.html">com.google.android.gms.panorama</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/plus/package-summary.html">com.google.android.gms.plus</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/plus/model/moments/package-summary.html">com.google.android.gms.plus.model.moments</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/plus/model/people/package-summary.html">com.google.android.gms.plus.model.people</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/wallet/package-summary.html">com.google.android.gms.wallet</a></li>
</ul><br/>
</div> <!-- end packages-nav -->
</div> <!-- end resize-packages -->
<div id="classes-nav" class="scroll-pane">
<ul>
<li><h2>Interfaces</h2>
<ul>
<li class="api apilevel-"><a href="../../../../../../../reference/com/google/android/gms/games/leaderboard/Leaderboard.html">Leaderboard</a></li>
<li class="api apilevel-"><a href="../../../../../../../reference/com/google/android/gms/games/leaderboard/LeaderboardScore.html">LeaderboardScore</a></li>
<li class="api apilevel-"><a href="../../../../../../../reference/com/google/android/gms/games/leaderboard/LeaderboardVariant.html">LeaderboardVariant</a></li>
<li class="api apilevel-"><a href="../../../../../../../reference/com/google/android/gms/games/leaderboard/OnLeaderboardMetadataLoadedListener.html">OnLeaderboardMetadataLoadedListener</a></li>
<li class="api apilevel-"><a href="../../../../../../../reference/com/google/android/gms/games/leaderboard/OnLeaderboardScoresLoadedListener.html">OnLeaderboardScoresLoadedListener</a></li>
<li class="api apilevel-"><a href="../../../../../../../reference/com/google/android/gms/games/leaderboard/OnPlayerLeaderboardScoreLoadedListener.html">OnPlayerLeaderboardScoreLoadedListener</a></li>
<li class="api apilevel-"><a href="../../../../../../../reference/com/google/android/gms/games/leaderboard/OnScoreSubmittedListener.html">OnScoreSubmittedListener</a></li>
</ul>
</li>
<li><h2>Classes</h2>
<ul>
<li class="api apilevel-"><a href="../../../../../../../reference/com/google/android/gms/games/leaderboard/LeaderboardBuffer.html">LeaderboardBuffer</a></li>
<li class="selected api apilevel-"><a href="../../../../../../../reference/com/google/android/gms/games/leaderboard/LeaderboardScoreBuffer.html">LeaderboardScoreBuffer</a></li>
<li class="api apilevel-"><a href="../../../../../../../reference/com/google/android/gms/games/leaderboard/SubmitScoreResult.html">SubmitScoreResult</a></li>
<li class="api apilevel-"><a href="../../../../../../../reference/com/google/android/gms/games/leaderboard/SubmitScoreResult.Result.html">SubmitScoreResult.Result</a></li>
</ul>
</li>
</ul><br/>
</div><!-- end classes -->
</div><!-- end nav-panels -->
<div id="nav-tree" style="display:none" class="scroll-pane">
<div id="tree-list"></div>
</div><!-- end nav-tree -->
</div><!-- end swapper -->
<div id="nav-swap">
<a class="fullscreen">fullscreen</a>
<a href='#' onclick='swapNav();return false;'><span id='tree-link'>Use Tree Navigation</span><span id='panel-link' style='display:none'>Use Panel Navigation</span></a>
</div>
</div> <!-- end devdoc-nav -->
</div> <!-- end side-nav -->
<script type="text/javascript">
// init fullscreen based on user pref
var fullscreen = readCookie("fullscreen");
if (fullscreen != 0) {
if (fullscreen == "false") {
toggleFullscreen(false);
} else {
toggleFullscreen(true);
}
}
// init nav version for mobile
if (isMobile) {
swapNav(); // tree view should be used on mobile
$('#nav-swap').hide();
} else {
chooseDefaultNav();
if ($("#nav-tree").is(':visible')) {
init_default_navtree("../../../../../../../");
}
}
// scroll the selected page into view
$(document).ready(function() {
scrollIntoView("packages-nav");
scrollIntoView("classes-nav");
});
</script>
<div class="col-12" id="doc-col">
<div id="api-info-block">
<div class="sum-details-links">
Summary:
<a href="#pubmethods">Methods</a>
| <a href="#inhmethods">Inherited Methods</a>
| <a href="#" onclick="return toggleAllClassInherited()" id="toggleAllClassInherited">[Expand All]</a>
</div><!-- end sum-details-links -->
<div class="api-level">
</div>
</div><!-- end api-info-block -->
<!-- ======== START OF CLASS DATA ======== -->
<div id="jd-header">
public
final
class
<h1 itemprop="name">LeaderboardScoreBuffer</h1>
extends <a href="../../../../../../../reference/com/google/android/gms/common/data/DataBuffer.html">DataBuffer</a><T><br/>
</div><!-- end header -->
<div id="naMessage"></div>
<div id="jd-content" class="api apilevel-">
<table class="jd-inheritance-table">
<tr>
<td colspan="3" class="jd-inheritance-class-cell">java.lang.Object</td>
</tr>
<tr>
<td class="jd-inheritance-space"> ↳</td>
<td colspan="2" class="jd-inheritance-class-cell"><a href="../../../../../../../reference/com/google/android/gms/common/data/DataBuffer.html">com.google.android.gms.common.data.DataBuffer</a><T></td>
</tr>
<tr>
<td class="jd-inheritance-space"> </td>
<td class="jd-inheritance-space"> ↳</td>
<td colspan="1" class="jd-inheritance-class-cell">com.google.android.gms.games.leaderboard.LeaderboardScoreBuffer</td>
</tr>
</table>
<div class="jd-descr">
<h2>Class Overview</h2>
<p itemprop="articleBody"><code><a href="../../../../../../../reference/com/google/android/gms/common/data/DataBuffer.html">DataBuffer</a></code> containing LeaderboardScore data.
</p>
</div><!-- jd-descr -->
<div class="jd-descr">
<h2>Summary</h2>
<!-- ========== METHOD SUMMARY =========== -->
<table id="pubmethods" class="jd-sumtable"><tr><th colspan="12">Public Methods</th></tr>
<tr class="alt-color api apilevel-" >
<td class="jd-typecol"><nobr>
<a href="../../../../../../../reference/com/google/android/gms/games/leaderboard/LeaderboardScore.html">LeaderboardScore</a></nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad"><a href="../../../../../../../reference/com/google/android/gms/games/leaderboard/LeaderboardScoreBuffer.html#get(int)">get</a></span>(int position)</nobr>
<div class="jd-descrdiv">Get the item at the specified position.</div>
</td></tr>
</table>
<!-- ========== METHOD SUMMARY =========== -->
<table id="inhmethods" class="jd-sumtable"><tr><th>
<a href="#" class="toggle-all" onclick="return toggleAllInherited(this, null)">[Expand]</a>
<div style="clear:left;">Inherited Methods</div></th></tr>
<tr class="api apilevel-" >
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-com.google.android.gms.common.data.DataBuffer" class="jd-expando-trigger closed"
><img id="inherited-methods-com.google.android.gms.common.data.DataBuffer-trigger"
src="../../../../../../../assets/images/triangle-closed.png"
class="jd-expando-trigger-img" /></a>
From class
<a href="../../../../../../../reference/com/google/android/gms/common/data/DataBuffer.html">com.google.android.gms.common.data.DataBuffer</a>
<div id="inherited-methods-com.google.android.gms.common.data.DataBuffer">
<div id="inherited-methods-com.google.android.gms.common.data.DataBuffer-list"
class="jd-inheritedlinks">
</div>
<div id="inherited-methods-com.google.android.gms.common.data.DataBuffer-summary" style="display: none;">
<table class="jd-sumtable-expando">
<tr class="alt-color api apilevel-" >
<td class="jd-typecol"><nobr>
void</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad"><a href="../../../../../../../reference/com/google/android/gms/common/data/DataBuffer.html#close()">close</a></span>()</nobr>
</td></tr>
<tr class=" api apilevel-" >
<td class="jd-typecol"><nobr>
int</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad"><a href="../../../../../../../reference/com/google/android/gms/common/data/DataBuffer.html#describeContents()">describeContents</a></span>()</nobr>
</td></tr>
<tr class="alt-color api apilevel-" >
<td class="jd-typecol"><nobr>
abstract
T</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad"><a href="../../../../../../../reference/com/google/android/gms/common/data/DataBuffer.html#get(int)">get</a></span>(int position)</nobr>
<div class="jd-descrdiv">Get the item at the specified position.</div>
</td></tr>
<tr class=" api apilevel-" >
<td class="jd-typecol"><nobr>
int</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad"><a href="../../../../../../../reference/com/google/android/gms/common/data/DataBuffer.html#getCount()">getCount</a></span>()</nobr>
</td></tr>
<tr class="alt-color api apilevel-" >
<td class="jd-typecol"><nobr>
boolean</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad"><a href="../../../../../../../reference/com/google/android/gms/common/data/DataBuffer.html#isClosed()">isClosed</a></span>()</nobr>
</td></tr>
<tr class=" api apilevel-" >
<td class="jd-typecol"><nobr>
Iterator<T></nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad"><a href="../../../../../../../reference/com/google/android/gms/common/data/DataBuffer.html#iterator()">iterator</a></span>()</nobr>
</td></tr>
</table>
</div>
</div>
</td></tr>
<tr class="api apilevel-" >
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
src="../../../../../../../assets/images/triangle-closed.png"
class="jd-expando-trigger-img" /></a>
From class
java.lang.Object
<div id="inherited-methods-java.lang.Object">
<div id="inherited-methods-java.lang.Object-list"
class="jd-inheritedlinks">
</div>
<div id="inherited-methods-java.lang.Object-summary" style="display: none;">
<table class="jd-sumtable-expando">
<tr class="alt-color api apilevel-" >
<td class="jd-typecol"><nobr>
Object</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad">clone</span>()</nobr>
</td></tr>
<tr class=" api apilevel-" >
<td class="jd-typecol"><nobr>
boolean</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad">equals</span>(Object arg0)</nobr>
</td></tr>
<tr class="alt-color api apilevel-" >
<td class="jd-typecol"><nobr>
void</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad">finalize</span>()</nobr>
</td></tr>
<tr class=" api apilevel-" >
<td class="jd-typecol"><nobr>
final
Class<?></nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad">getClass</span>()</nobr>
</td></tr>
<tr class="alt-color api apilevel-" >
<td class="jd-typecol"><nobr>
int</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad">hashCode</span>()</nobr>
</td></tr>
<tr class=" api apilevel-" >
<td class="jd-typecol"><nobr>
final
void</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad">notify</span>()</nobr>
</td></tr>
<tr class="alt-color api apilevel-" >
<td class="jd-typecol"><nobr>
final
void</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad">notifyAll</span>()</nobr>
</td></tr>
<tr class=" api apilevel-" >
<td class="jd-typecol"><nobr>
String</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad">toString</span>()</nobr>
</td></tr>
<tr class="alt-color api apilevel-" >
<td class="jd-typecol"><nobr>
final
void</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad">wait</span>()</nobr>
</td></tr>
<tr class=" api apilevel-" >
<td class="jd-typecol"><nobr>
final
void</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad">wait</span>(long arg0, int arg1)</nobr>
</td></tr>
<tr class="alt-color api apilevel-" >
<td class="jd-typecol"><nobr>
final
void</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad">wait</span>(long arg0)</nobr>
</td></tr>
</table>
</div>
</div>
</td></tr>
<tr class="api apilevel-" >
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Iterable" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Iterable-trigger"
src="../../../../../../../assets/images/triangle-closed.png"
class="jd-expando-trigger-img" /></a>
From interface
java.lang.Iterable
<div id="inherited-methods-java.lang.Iterable">
<div id="inherited-methods-java.lang.Iterable-list"
class="jd-inheritedlinks">
</div>
<div id="inherited-methods-java.lang.Iterable-summary" style="display: none;">
<table class="jd-sumtable-expando">
<tr class="alt-color api apilevel-" >
<td class="jd-typecol"><nobr>
abstract
Iterator<T></nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad">iterator</span>()</nobr>
</td></tr>
</table>
</div>
</div>
</td></tr>
</table>
</div><!-- jd-descr (summary) -->
<!-- Details -->
<!-- XML Attributes -->
<!-- Enum Values -->
<!-- Constants -->
<!-- Fields -->
<!-- Public ctors -->
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<!-- Protected ctors -->
<!-- ========= METHOD DETAIL ======== -->
<!-- Public methdos -->
<h2>Public Methods</h2>
<A NAME="get(int)"></A>
<div class="jd-details api apilevel-">
<h4 class="jd-details-title">
<span class="normal">
public
<a href="../../../../../../../reference/com/google/android/gms/games/leaderboard/LeaderboardScore.html">LeaderboardScore</a>
</span>
<span class="sympad">get</span>
<span class="normal">(int position)</span>
</h4>
<div class="api-level">
<div></div>
</div>
<div class="jd-details-descr">
<div class="jd-tagdata jd-tagdescr"><p>Get the item at the specified position. Note that the objects returned from subsequent
invocations of this method for the same position may not be identical objects, but will be
equal in value. In other words:
<p>
<code>buffer.get(i) == buffer.get(i)</code> may return false.
<p>
<code>buffer.get(i).equals(buffer.get(i))</code> will return true.</p></div>
<div class="jd-tagdata">
<h5 class="jd-tagtitle">Parameters</h5>
<table class="jd-tagtable">
<tr>
<th>position</td>
<td>The position of the item to retrieve.</td>
</tr>
</table>
</div>
<div class="jd-tagdata">
<h5 class="jd-tagtitle">Returns</h5>
<ul class="nolist"><li>the item at <code>position</code> in this buffer.
</li></ul>
</div>
</div>
</div>
<!-- ========= METHOD DETAIL ======== -->
<!-- ========= END OF CLASS DATA ========= -->
<A NAME="navbar_top"></A>
<div id="footer" class="wrap" >
<div id="copyright">
Except as noted, this content is licensed under <a
href="http://www.apache.org/licenses/LICENSE-2.0">Apache 2.0</a>.
For details and restrictions, see the <a href="../../../../../../../license.html">
Content License</a>.
</div>
<div id="build_info">
Android r —
<script src="../../../../../../../timestamp.js" type="text/javascript"></script>
<script>document.write(BUILD_TIMESTAMP)</script>
</div>
<div id="footerlinks">
<p>
<a href="../../../../../../../about/index.html">About Android</a> |
<a href="../../../../../../../legal.html">Legal</a> |
<a href="../../../../../../../support.html">Support</a>
</p>
</div>
</div> <!-- end footer -->
</div> <!-- jd-content -->
</div><!-- end doc-content -->
</div> <!-- end body-content -->
</body>
</html>
| Purdue-ACM-SIGAPP/SafeWalk | libraries/google-play-services_docs/reference/com/google/android/gms/games/leaderboard/LeaderboardScoreBuffer.html | HTML | mit | 37,876 |
<span class="credits left">
<a href="{{ "/about" | prepend:site.baseurl }}">About</a> |
<a href="{{ "/works" | prepend:site.baseurl }}">Works</a> |
<a href="{{ "/letter" | prepend:site.baseurl}}">Newsletter</a>
</span>
<span class="credits right">
</span>
| permafuture/permafuture.github.io | _includes/nav-links.html | HTML | mit | 264 |
<!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
78aa62a7-c817-42a9-b7eb-1357441ecc35
</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="#VirtualPath.AlexFTPS">VirtualPath.AlexFTPS</a></strong></td>
<td class="text-center">98.52 %</td>
<td class="text-center">97.04 %</td>
<td class="text-center">100.00 %</td>
<td class="text-center">97.04 %</td>
</tr>
</tbody>
</table>
</div>
<div id="details">
<a name="VirtualPath.AlexFTPS"><h3>VirtualPath.AlexFTPS</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.ComponentModel.Composition.ExportAttribute</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">#ctor(System.String,System.Type)</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.Net.Security.RemoteCertificateValidationCallback</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Not supported for HTTP - use new Handler and ignorable server certificate errors instead</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Security.Cryptography.X509Certificates.X509Certificate</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>
</tbody>
</table>
<p>
<a href="#Portability Summary">Back to Summary</a>
</p>
</div>
</div>
</body>
</html> | kuhlenh/port-to-core | Reports/vi/virtualpath.alexftps.0.3.0/VirtualPath.AlexFTPS-net45.html | HTML | mit | 13,416 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `SelectionCache` struct in crate `rustc_trans`.">
<meta name="keywords" content="rust, rustlang, rust-lang, SelectionCache">
<title>rustc_trans::middle::traits::SelectionCache - Rust</title>
<link rel="stylesheet" type="text/css" href="../../../main.css">
<link rel="shortcut icon" href="http://www.rust-lang.org/favicon.ico">
</head>
<body class="rustdoc">
<!--[if lte IE 8]>
<div class="warning">
This old browser is unsupported and will most likely display funky
things.
</div>
<![endif]-->
<section class="sidebar">
<a href='../../../rustc_trans/index.html'><img src='http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png' alt='' width='100'></a>
<p class='location'><a href='../../index.html'>rustc_trans</a>::<wbr><a href='../index.html'>middle</a>::<wbr><a href='index.html'>traits</a></p><script>window.sidebarCurrent = {name: 'SelectionCache', ty: 'struct', relpath: ''};</script><script defer src="sidebar-items.js"></script>
</section>
<nav class="sub">
<form class="search-form js-only">
<div class="search-container">
<input class="search-input" name="search"
autocomplete="off"
placeholder="Click or press 'S' to search, '?' for more options..."
type="search">
</div>
</form>
</nav>
<section id='main' class="content struct">
<h1 class='fqn'><span class='in-band'>Struct <a href='../../index.html'>rustc_trans</a>::<wbr><a href='../index.html'>middle</a>::<wbr><a href='index.html'>traits</a>::<wbr><a class='struct' href=''>SelectionCache</a><wbr><a class='stability Unstable' title=''>Unstable</a></span><span class='out-of-band'><span id='render-detail'>
<a id="collapse-all" href="#">[-]</a> <a id="expand-all" href="#">[+]</a>
</span><a id='src-161427' href='../../../rustc/middle/traits/select/struct.SelectionCache.html?gotosrc=161427'>[src]</a></span></h1>
<pre class='rust struct'>pub struct SelectionCache<'tcx> {
// some fields omitted
}</pre><h2 id='methods'>Methods</h2><h3 class='impl'><a class='stability Unstable' title='Unstable'></a><code>impl<'tcx> <a class='struct' href='../../../rustc_trans/middle/traits/struct.SelectionCache.html' title='rustc_trans::middle::traits::SelectionCache'>SelectionCache</a><'tcx></code></h3><div class='impl-items'><h4 id='method.new' class='method'><a class='stability Unstable' title='Unstable'></a><code>fn <a href='#method.new' class='fnname'>new</a>() -> <a class='struct' href='../../../rustc_trans/middle/traits/struct.SelectionCache.html' title='rustc_trans::middle::traits::SelectionCache'>SelectionCache</a><'tcx></code></h4>
</div><h2 id='implementations'>Trait Implementations</h2><h3 id='derived_implementations'>Derived Implementations </h3><h3 class='impl'><a class='stability Stable' title='Stable'></a><code>impl<'tcx> <a class='trait' href='../../../core/clone/trait.Clone.html' title='core::clone::Clone'>Clone</a> for <a class='struct' href='../../../rustc_trans/middle/traits/struct.SelectionCache.html' title='rustc_trans::middle::traits::SelectionCache'>SelectionCache</a><'tcx></code></h3><div class='impl-items'><h4 id='method.clone' class='method'><a class='stability Stable' title='Stable'></a><code>fn <a href='#method.clone' class='fnname'>clone</a>(&self) -> <a class='struct' href='../../../rustc_trans/middle/traits/struct.SelectionCache.html' title='rustc_trans::middle::traits::SelectionCache'>SelectionCache</a><'tcx></code></h4>
<h4 id='method.clone_from' class='tymethod'><a class='stability Unstable' title='Unstable: this function is rarely used'></a><code>fn <a href='#tymethod.clone_from' class='fnname'>clone_from</a>(&mut self, source: &Self)</code></h4>
</div></section>
<section id='search' class="content hidden"></section>
<section class="footer"></section>
<div id="help" class="hidden">
<div class="shortcuts">
<h1>Keyboard shortcuts</h1>
<dl>
<dt>?</dt>
<dd>Show this help dialog</dd>
<dt>S</dt>
<dd>Focus the search field</dd>
<dt>⇤</dt>
<dd>Move up in search results</dd>
<dt>⇥</dt>
<dd>Move down in search results</dd>
<dt>⏎</dt>
<dd>Go to active search result</dd>
</dl>
</div>
<div class="infos">
<h1>Search tricks</h1>
<p>
Prefix searches with a type followed by a colon (e.g.
<code>fn:</code>) to restrict the search to a given type.
</p>
<p>
Accepted types are: <code>fn</code>, <code>mod</code>,
<code>struct</code>, <code>enum</code>,
<code>trait</code>, <code>typedef</code> (or
<code>tdef</code>).
</p>
</div>
</div>
<script>
window.rootPath = "../../../";
window.currentCrate = "rustc_trans";
window.playgroundUrl = "";
</script>
<script src="../../../jquery.js"></script>
<script src="../../../main.js"></script>
<script async src="../../../search-index.js"></script>
</body>
</html> | ArcherSys/ArcherSys | Rust/share/doc/rust/html/rustc_trans/middle/traits/struct.SelectionCache.html | HTML | mit | 5,667 |
<html>
<body>
403
</body>
</html>
| MarkEEaton/gh-index | templates/403.html | HTML | mit | 34 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Luis Santiago Hobby Site</title>
<link rel="stylesheet" href="styles.css" media="screen" title="no title" >
</head>
<body>
<p><a href="index.html">Home</a></p>
<br>
<h1>Ponce Speedway</h1>
<h2>Some photos from our last event.</h2>
<img src="images/IMG_1185.JPG" height="150" width="200" alt="Pit Photo">
<img src="images/IMG_1220.JPG" height="150" width="200" alt="Track Photo">
<br>
<img src="images/IMG_2356.JPG" height="150" width="200" alt="911 Photo">
<img src="images/IMG_2357.JPG" height="150" width="200" alt="Porsche Photo" margin: 100px>
<br>
<img src="images/IMG_2359.JPG" height="150" width="200" alt="Race Car">
<img src="images/IMG_2360.JPG" height="150" width="200" alt="Cobra Photo">
<br>
<h2>Top 3 Cars - Best Laps</h2>
<table border="1">
<tr>
<th>Car Number</th>
<th>Car Model</th>
<th>Best Lap Time</th>
</tr>
<tr>
<td>7</td>
<td>Porsche GT3 RS</td>
<td>124.6</td>
</tr>
<tr>
<td>43</td>
<td>Cayman GT4</td>
<td>128.1</td>
</tr><tr>
<td>72</td>
<td>Nissan GTR</td>
<td>129.6</td>
</tr>
</table>
<p><a href="index.html">Back Home</a></p>
<div class="footer">
<p>Copyright (c) 2016</p>
</div>
</body>
</html>
| lsantiagt/lsantiagt.github.io | photos.html | HTML | mit | 1,536 |
<div class="commune_descr limited">
<p>
Domprel est
un village
géographiquement positionné dans le département des Doubs en Franche-Comté. On dénombrait 130 habitants en 2008.</p>
<p>Le parc d'habitations, à Domprel, était réparti en 2011 en dix appartements et 64 maisons soit
un marché plutôt équilibré.</p>
<p>À coté de Domprel sont situées les communes de
<a href="{{VLROOT}}/immobilier/germefontaine_25268/">Germéfontaine</a> située à 2 km, 113 habitants,
<a href="{{VLROOT}}/immobilier/villers-la-combe_25625/">Villers-la-Combe</a> localisée à 3 km, 53 habitants,
<a href="{{VLROOT}}/immobilier/vercel-villedieu-le-camp_25601/">Vercel-Villedieu-le-Camp</a> située à 5 km, 1 391 habitants,
<a href="{{VLROOT}}/immobilier/longechaux_25342/">Longechaux</a> à 5 km, 55 habitants,
<a href="{{VLROOT}}/immobilier/villers-chief_25623/">Villers-Chief</a> située à 3 km, 114 habitants,
<a href="{{VLROOT}}/immobilier/grandfontaine-sur-creuse_25289/">Grandfontaine-sur-Creuse</a> située à 1 km, 85 habitants,
entre autres. De plus, Domprel est située à seulement 18 km de <a href="{{VLROOT}}/immobilier/morteau_25411/">Morteau</a>.</p>
<p>La ville offre quelques équipements sportifs, elle propose entre autres une boucle de randonnée.</p>
<p>Si vous envisagez de demenager à Domprel, vous pourrez aisément trouver une maison à acheter. </p>
</div>
| donaldinou/frontend | src/Viteloge/CoreBundle/Resources/descriptions/25203.html | HTML | mit | 1,438 |
<div class="commune_descr limited">
<p>
Aste-Béon est
un village
localisé dans le département des Pyrénées-Atlantiques en Aquitaine. Elle totalisait 252 habitants en 2008.</p>
<p>Si vous envisagez de demenager à Aste-Béon, vous pourrez facilement trouver une maison à vendre. </p>
<p>La ville propose quelques équipements sportifs, elle dispose, entre autres, de deux boucles de randonnée.</p>
<p>À proximité de Aste-Béon sont situées les communes de
<a href="{{VLROOT}}/immobilier/eaux-bonnes_64204/">Eaux-Bonnes</a> à 6 km, 426 habitants,
<a href="{{VLROOT}}/immobilier/louvie-juzon_64353/">Louvie-Juzon</a> située à 7 km, 1 100 habitants,
<a href="{{VLROOT}}/immobilier/bilheres_64128/">Bilhères</a> située à 4 km, 150 habitants,
<a href="{{VLROOT}}/immobilier/louvie-soubiron_64354/">Louvie-Soubiron</a> localisée à 2 km, 113 habitants,
<a href="{{VLROOT}}/immobilier/izeste_64280/">Izeste</a> localisée à 7 km, 427 habitants,
<a href="{{VLROOT}}/immobilier/laruns_64320/">Laruns</a> localisée à 4 km, 1 373 habitants,
entre autres. De plus, Aste-Béon est située à seulement 24 km de <a href="{{VLROOT}}/immobilier/oloron-sainte-marie_64422/">Oloron-Sainte-Marie</a>.</p>
<p>Le nombre d'habitations, à Aste-Béon, se décomposait en 2011 en 25 appartements et 206 maisons soit
un marché relativement équilibré.</p>
</div>
| donaldinou/frontend | src/Viteloge/CoreBundle/Resources/descriptions/64069.html | HTML | mit | 1,423 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>elpi: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.5.2~camlp4 / elpi - 1.9.4</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
elpi
<small>
1.9.4
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-12-31 22:37:26 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-31 22:37:26 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.5.2~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: "Enrico Tassi <enrico.tassi@inria.fr>"
authors: [ "Enrico Tassi" ]
license: "LGPL-2.1-or-later"
homepage: "https://github.com/LPCIC/coq-elpi"
bug-reports: "https://github.com/LPCIC/coq-elpi/issues"
dev-repo: "git+https://github.com/LPCIC/coq-elpi"
build: [ [ make "build" "COQBIN=%{bin}%/" "ELPIDIR=%{prefix}%/lib/elpi" "OCAMLWARN=" ]
[ make "test" "COQBIN=%{bin}%/" "ELPIDIR=%{prefix}%/lib/elpi" ] {with-test}
]
install: [ make "install" "COQBIN=%{bin}%/" "ELPIDIR=%{prefix}%/lib/elpi" ]
depends: [
"elpi" {= "1.13.0"}
"coq" {>= "8.13" & < "8.14~" }
]
tags: [ "logpath:elpi" ]
synopsis: "Elpi extension language for Coq"
description: """
Coq-elpi provides a Coq plugin that embeds ELPI.
It also provides a way to embed Coq's terms into λProlog using
the Higher-Order Abstract Syntax approach
and a way to read terms back. In addition to that it exports to ELPI a
set of Coq's primitives, e.g. printing a message, accessing the
environment of theorems and data types, defining a new constant and so on.
For convenience it also provides a quotation and anti-quotation for Coq's
syntax in λProlog. E.g. `{{nat}}` is expanded to the type name of natural
numbers, or `{{A -> B}}` to the representation of a product by unfolding
the `->` notation. Finally it provides a way to define new vernacular commands
and
new tactics."""
url {
src: "https://github.com/LPCIC/coq-elpi/archive/v1.9.4.tar.gz"
checksum: "sha256=69736d4f595ff91ccf8e7aea21bea777dfef67e50cc98b464111bb04ca8e2614"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-elpi.1.9.4 coq.8.5.2~camlp4</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.5.2~camlp4).
The following dependencies couldn't be met:
- coq-elpi -> elpi = 1.13.0 -> ocaml >= 4.04.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-elpi.1.9.4</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.02.3-2.0.6/released/8.5.2~camlp4/elpi/1.9.4.html | HTML | mit | 7,814 |
<!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.5.2~camlp4 / hammer - 1.2+8.11</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.2+8.11
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-02-27 17:05:20 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-27 17:05:20 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-num base Num library distributed with the OCaml compiler
base-threads base
base-unix base
camlp4 4.04+1 Camlp4 is a system for writing extensible parsers for programming languages
conf-findutils 1 Virtual package relying on findutils
coq 8.5.2~camlp4 Formal proof management system
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.04.2 The OCaml compiler (virtual package)
ocaml-base-compiler 4.04.2 Official 4.04.2 release
ocaml-config 1 OCaml Switch Configuration
ocamlbuild 0.14.1 OCamlbuild is a build system with builtin rules to easily build most OCaml projects
# opam file:
opam-version: "2.0"
maintainer: "palmskog@gmail.com"
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.11" & < "8.12~"}
("conf-g++" {build} | "conf-clang" {build})
"coq-hammer-tactics" {= version}
]
tags: [
"category:Miscellaneous/Coq Extensions"
"keyword:automation"
"keyword:hammer"
"logpath:Hammer"
"date:2020-04-25"
]
authors: [
"Lukasz Czajka <lukaszcz@mimuw.edu.pl>"
"Cezary Kaliszyk <cezary.kaliszyk@uibk.ac.at>"
]
url {
src: "https://github.com/lukaszcz/coqhammer/archive/refs/tags/v1.2-coq8.11.tar.gz"
checksum: "sha512=f533eeb42fcad00447c174839dbc1c7882e14167e87275121c9a0ccc7dba7f25da4589caf53e26d816e8e06cc3de2d91b0a2ef9133b6371a8318ac037c4a0792"
}
</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.2+8.11 coq.8.5.2~camlp4</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.5.2~camlp4).
The following dependencies couldn't be met:
- coq-hammer -> coq >= 8.11 -> 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-hammer.1.2+8.11</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.04.2-2.0.5/released/8.5.2~camlp4/hammer/1.2+8.11.html | HTML | mit | 7,467 |
<!DOCTYPE html><!--
@license
Copyright (c) 2016 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
Code distributed by Google as part of the polymer project is also
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
-->
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes">
<title>polymer-openajax-datepicker tests</title>
<script src="../../web-component-tester/browser.js"></script>
</head>
<body>
<script>
window.WCT.loadSuites([
'polymer-openajax-datepicker_test.html',
'polymer-openajax-datepicker_test.html?dom=shadow',
]);
</script>
</body>
</html>
| felixzapata/polymer-openajax-datepicker | test/index.html | HTML | mit | 1,038 |
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Code Assesser</title>
<!--<base href="/"/>-->
<!-- build:css styles/main.css -->
<link rel="stylesheet" href="vendor/angular-material/angular-material.css"/>
<link rel="stylesheet" href="vendor/code-assessment-editor/dist/at-code-assessment.css"/>
<link rel="stylesheet" href="build/style.css" type="text/css"/>
<!-- endbuild -->
</head>
<body ng-app="app">
<ui-view></ui-view>
<!-- build:js scripts/scripts.js -->
<script src="vendor/hammerjs/hammer.js"></script>
<script src="vendor/ace-builds/src-noconflict/ace.js"></script>
<script src="vendor/ace-builds/src-noconflict/mode-java.js"></script>
<script src="vendor/angular/angular.js"></script>
<script src="vendor/angular-animate/angular-animate.js"></script>
<script src="vendor/angular-aria/angular-aria.js"></script>
<script src="vendor/angular-ui-router/release/angular-ui-router.js"></script>
<script src="vendor/angular-ui-ace/ui-ace.js"></script>
<script src="vendor/angular-material/angular-material.js"></script>
<script src="vendor/code-assessment-editor/dist/at-code-assessment.js"></script>
<script src="build/all-source.js"></script>
<script src="build/templates.js"></script>
<!-- endbuild -->
</body>
</html> | AdapTeach/code-assesser-ui | src/index.html | HTML | mit | 1,275 |
<!DOCTYPE html>
<html class="theme-next mist use-motion" lang="zh-Hans">
<head>
<meta charset="UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
<meta name="theme-color" content="#222">
<meta http-equiv="Cache-Control" content="no-transform" />
<meta http-equiv="Cache-Control" content="no-siteapp" />
<link href="/lib/fancybox/source/jquery.fancybox.css?v=2.1.5" rel="stylesheet" type="text/css" />
<link href="//fonts.googleapis.com/css?family=Monda:300,300italic,400,400italic,700,700italic|Roboto Slab:300,300italic,400,400italic,700,700italic|PT Mono:300,300italic,400,400italic,700,700italic&subset=latin,latin-ext" rel="stylesheet" type="text/css">
<link href="/lib/font-awesome/css/font-awesome.min.css?v=4.6.2" rel="stylesheet" type="text/css" />
<link href="/css/main.css?v=5.1.4" rel="stylesheet" type="text/css" />
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon-next.png?v=5.1.4">
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32-next.png?v=5.1.4">
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16-next.jpg?v=5.1.4">
<link rel="mask-icon" href="/images/logo.svg?v=5.1.4" color="#222">
<meta name="keywords" content="Hexo, NexT" />
<meta name="description" content="Life is full of ups and downs.">
<meta property="og:type" content="website">
<meta property="og:title" content="Orleven Blog">
<meta property="og:url" content="http://orleven.orleven.com/tags/mysql/index.html">
<meta property="og:site_name" content="Orleven Blog">
<meta property="og:description" content="Life is full of ups and downs.">
<meta property="og:locale" content="zh-Hans">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Orleven Blog">
<meta name="twitter:description" content="Life is full of ups and downs.">
<script type="text/javascript" id="hexo.configurations">
var NexT = window.NexT || {};
var CONFIG = {
root: '/',
scheme: 'Mist',
version: '5.1.4',
sidebar: {"position":"left","display":"post","offset":12,"b2t":false,"scrollpercent":false,"onmobile":false},
fancybox: true,
tabs: true,
motion: {"enable":true,"async":false,"transition":{"post_block":"fadeIn","post_header":"slideDownIn","post_body":"slideDownIn","coll_header":"slideLeftIn","sidebar":"slideUpIn"}},
duoshuo: {
userId: '0',
author: '博主'
},
algolia: {
applicationID: '',
apiKey: '',
indexName: '',
hits: {"per_page":10},
labels: {"input_placeholder":"Search for Posts","hits_empty":"We didn't find any results for the search: ${query}","hits_stats":"${hits} results found in ${time} ms"}
}
};
</script>
<link rel="canonical" href="http://orleven.orleven.com/tags/mysql/"/>
<title>标签: mysql | Orleven Blog</title>
<script type="text/javascript">
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?00a49c2d4ae104181c342efc37bbbdc8";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</head>
<body itemscope itemtype="http://schema.org/WebPage" lang="zh-Hans">
<div class="container sidebar-position-left ">
<div class="headband"></div>
<header id="header" class="header" itemscope itemtype="http://schema.org/WPHeader">
<div class="header-inner"><div class="site-brand-wrapper">
<div class="site-meta ">
<div class="custom-logo-site-title">
<a href="/" class="brand" rel="start">
<span class="logo-line-before"><i></i></span>
<span class="site-title">Orleven Blog</span>
<span class="logo-line-after"><i></i></span>
</a>
</div>
<p class="site-subtitle">Orleven Blog</p>
</div>
<div class="site-nav-toggle">
<button>
<span class="btn-bar"></span>
<span class="btn-bar"></span>
<span class="btn-bar"></span>
</button>
</div>
</div>
<nav class="site-nav">
<ul id="menu" class="menu">
<li class="menu-item menu-item-home">
<a href="/" rel="section">
<i class="menu-item-icon fa fa-fw fa-home"></i> <br />
首页
</a>
</li>
<li class="menu-item menu-item-about">
<a href="/about/" rel="section">
<i class="menu-item-icon fa fa-fw fa-user"></i> <br />
关于
</a>
</li>
<li class="menu-item menu-item-tags">
<a href="/tags/" rel="section">
<i class="menu-item-icon fa fa-fw fa-tags"></i> <br />
标签
</a>
</li>
<li class="menu-item menu-item-categories">
<a href="/categories/" rel="section">
<i class="menu-item-icon fa fa-fw fa-th"></i> <br />
分类
</a>
</li>
<li class="menu-item menu-item-archives">
<a href="/archives/" rel="section">
<i class="menu-item-icon fa fa-fw fa-archive"></i> <br />
归档
</a>
</li>
<li class="menu-item menu-item-search">
<a href="javascript:;" class="popup-trigger">
<i class="menu-item-icon fa fa-search fa-fw"></i> <br />
搜索
</a>
</li>
</ul>
<div class="site-search">
<div class="popup search-popup local-search-popup">
<div class="local-search-header clearfix">
<span class="search-icon">
<i class="fa fa-search"></i>
</span>
<span class="popup-btn-close">
<i class="fa fa-times-circle"></i>
</span>
<div class="local-search-input-wrapper">
<input autocomplete="off"
placeholder="搜索..." spellcheck="false"
type="text" id="local-search-input">
</div>
</div>
<div id="local-search-result"></div>
</div>
</div>
</nav>
</div>
</header>
<main id="main" class="main">
<div class="main-inner">
<div class="content-wrap">
<div id="content" class="content">
<div class="post-block tag">
<div id="posts" class="posts-collapse">
<div class="collection-title">
<h1>mysql<small>标签</small>
</h1>
</div>
<article class="post post-type-normal" itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h2 class="post-title">
<a class="post-title-link" href="/2018/03/08/port-pentest/" itemprop="url">
<span itemprop="name">端口渗透总结</span>
</a>
</h2>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated"
datetime="2018-03-08T13:22:12Z"
content="2018-03-08" >
03-08
</time>
</div>
</header>
</article>
<article class="post post-type-normal" itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h2 class="post-title">
<a class="post-title-link" href="/2016/09/29/mysql-root-code-execution-CVE-2016-6662/" itemprop="url">
<span itemprop="name">Mysql 提权漏洞 CVE-2016-6662</span>
</a>
</h2>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated"
datetime="2016-09-29T11:54:12Z"
content="2016-09-29" >
09-29
</time>
</div>
</header>
</article>
</div>
</div>
</div>
</div>
<div class="sidebar-toggle">
<div class="sidebar-toggle-line-wrap">
<span class="sidebar-toggle-line sidebar-toggle-line-first"></span>
<span class="sidebar-toggle-line sidebar-toggle-line-middle"></span>
<span class="sidebar-toggle-line sidebar-toggle-line-last"></span>
</div>
</div>
<aside id="sidebar" class="sidebar">
<div class="sidebar-inner">
<section class="site-overview sidebar-panel sidebar-panel-active">
<div class="site-author motion-element" itemprop="author" itemscope itemtype="http://schema.org/Person">
<img class="site-author-image" itemprop="image"
src="/images/avatar.jpg"
alt="Orleven" />
<p class="site-author-name" itemprop="name">Orleven</p>
<p class="site-description motion-element" itemprop="description">Life is full of ups and downs.</p>
</div>
<nav class="site-state motion-element">
<div class="site-state-item site-state-posts">
<a href="/archives/ || archive">
<span class="site-state-item-count">35</span>
<span class="site-state-item-name">日志</span>
</a>
</div>
<div class="site-state-item site-state-categories">
<a href="/categories/index.html">
<span class="site-state-item-count">19</span>
<span class="site-state-item-name">分类</span>
</a>
</div>
<div class="site-state-item site-state-tags">
<a href="/tags/index.html">
<span class="site-state-item-count">67</span>
<span class="site-state-item-name">标签</span>
</a>
</div>
</nav>
<div class="links-of-author motion-element">
</div>
<div class="links-of-blogroll motion-element links-of-blogroll-block">
<div class="links-of-blogroll-title">
<i class="fa fa-fw fa-link"></i>
Links
</div>
<ul class="links-of-blogroll-list">
<li class="links-of-blogroll-item">
<a href="http://www.warmeng.com/" title="warmeng" target="_blank">warmeng</a>
</li>
<li class="links-of-blogroll-item">
<a href="http://blog.0kami.cn/" title="0kimi" target="_blank">0kimi</a>
</li>
</ul>
</div>
</section>
</div>
</aside>
</div>
</main>
<footer id="footer" class="footer">
<div class="footer-inner">
<div class="copyright">© 2016 — <span itemprop="copyrightYear">2019</span>
<span class="with-love">
<i class="fa fa-user"></i>
</span>
<span class="author" itemprop="copyrightHolder">Orleven</span>
</div>
<div class="powered-by">由 <a class="theme-link" target="_blank" href="http://www.orleven.com">orleven</a> 强力驱动</div>
<span class="post-meta-divider">|</span>
<div class="theme-info"> <a class="theme-link" target="_blank" href="https://blog.orleven.com">My blog</a> version 1.2 </div>
</div>
</footer>
<div class="back-to-top">
<i class="fa fa-arrow-up"></i>
</div>
</div>
<script type="text/javascript">
if (Object.prototype.toString.call(window.Promise) !== '[object Function]') {
window.Promise = null;
}
</script>
<script type="text/javascript" src="/lib/jquery/index.js?v=2.1.3"></script>
<script type="text/javascript" src="/lib/fastclick/lib/fastclick.min.js?v=1.0.6"></script>
<script type="text/javascript" src="/lib/jquery_lazyload/jquery.lazyload.js?v=1.9.7"></script>
<script type="text/javascript" src="/lib/velocity/velocity.min.js?v=1.2.1"></script>
<script type="text/javascript" src="/lib/velocity/velocity.ui.min.js?v=1.2.1"></script>
<script type="text/javascript" src="/lib/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
<script type="text/javascript" src="/lib/canvas-nest/canvas-nest.min.js"></script>
<script type="text/javascript" src="/js/src/utils.js?v=5.1.4"></script>
<script type="text/javascript" src="/js/src/motion.js?v=5.1.4"></script>
<script type="text/javascript" src="/js/src/bootstrap.js?v=5.1.4"></script>
<script type="text/javascript">
// Popup Window;
var isfetched = false;
var isXml = true;
// Search DB path;
var search_path = "search.xml";
if (search_path.length === 0) {
search_path = "search.xml";
} else if (/json$/i.test(search_path)) {
isXml = false;
}
var path = "/" + search_path;
// monitor main search box;
var onPopupClose = function (e) {
$('.popup').hide();
$('#local-search-input').val('');
$('.search-result-list').remove();
$('#no-result').remove();
$(".local-search-pop-overlay").remove();
$('body').css('overflow', '');
}
function proceedsearch() {
$("body")
.append('<div class="search-popup-overlay local-search-pop-overlay"></div>')
.css('overflow', 'hidden');
$('.search-popup-overlay').click(onPopupClose);
$('.popup').toggle();
var $localSearchInput = $('#local-search-input');
$localSearchInput.attr("autocapitalize", "none");
$localSearchInput.attr("autocorrect", "off");
$localSearchInput.focus();
}
// search function;
var searchFunc = function(path, search_id, content_id) {
'use strict';
// start loading animation
$("body")
.append('<div class="search-popup-overlay local-search-pop-overlay">' +
'<div id="search-loading-icon">' +
'<i class="fa fa-spinner fa-pulse fa-5x fa-fw"></i>' +
'</div>' +
'</div>')
.css('overflow', 'hidden');
$("#search-loading-icon").css('margin', '20% auto 0 auto').css('text-align', 'center');
$.ajax({
url: path,
dataType: isXml ? "xml" : "json",
async: true,
success: function(res) {
// get the contents from search data
isfetched = true;
$('.popup').detach().appendTo('.header-inner');
var datas = isXml ? $("entry", res).map(function() {
return {
title: $("title", this).text(),
content: $("content",this).text(),
url: $("url" , this).text()
};
}).get() : res;
var input = document.getElementById(search_id);
var resultContent = document.getElementById(content_id);
var inputEventFunction = function() {
var searchText = input.value.trim().toLowerCase();
var keywords = searchText.split(/[\s\-]+/);
if (keywords.length > 1) {
keywords.push(searchText);
}
var resultItems = [];
if (searchText.length > 0) {
// perform local searching
datas.forEach(function(data) {
var isMatch = false;
var hitCount = 0;
var searchTextCount = 0;
var title = data.title.trim();
var titleInLowerCase = title.toLowerCase();
var content = data.content.trim().replace(/<[^>]+>/g,"");
var contentInLowerCase = content.toLowerCase();
var articleUrl = decodeURIComponent(data.url);
var indexOfTitle = [];
var indexOfContent = [];
// only match articles with not empty titles
if(title != '') {
keywords.forEach(function(keyword) {
function getIndexByWord(word, text, caseSensitive) {
var wordLen = word.length;
if (wordLen === 0) {
return [];
}
var startPosition = 0, position = [], index = [];
if (!caseSensitive) {
text = text.toLowerCase();
word = word.toLowerCase();
}
while ((position = text.indexOf(word, startPosition)) > -1) {
index.push({position: position, word: word});
startPosition = position + wordLen;
}
return index;
}
indexOfTitle = indexOfTitle.concat(getIndexByWord(keyword, titleInLowerCase, false));
indexOfContent = indexOfContent.concat(getIndexByWord(keyword, contentInLowerCase, false));
});
if (indexOfTitle.length > 0 || indexOfContent.length > 0) {
isMatch = true;
hitCount = indexOfTitle.length + indexOfContent.length;
}
}
// show search results
if (isMatch) {
// sort index by position of keyword
[indexOfTitle, indexOfContent].forEach(function (index) {
index.sort(function (itemLeft, itemRight) {
if (itemRight.position !== itemLeft.position) {
return itemRight.position - itemLeft.position;
} else {
return itemLeft.word.length - itemRight.word.length;
}
});
});
// merge hits into slices
function mergeIntoSlice(text, start, end, index) {
var item = index[index.length - 1];
var position = item.position;
var word = item.word;
var hits = [];
var searchTextCountInSlice = 0;
while (position + word.length <= end && index.length != 0) {
if (word === searchText) {
searchTextCountInSlice++;
}
hits.push({position: position, length: word.length});
var wordEnd = position + word.length;
// move to next position of hit
index.pop();
while (index.length != 0) {
item = index[index.length - 1];
position = item.position;
word = item.word;
if (wordEnd > position) {
index.pop();
} else {
break;
}
}
}
searchTextCount += searchTextCountInSlice;
return {
hits: hits,
start: start,
end: end,
searchTextCount: searchTextCountInSlice
};
}
var slicesOfTitle = [];
if (indexOfTitle.length != 0) {
slicesOfTitle.push(mergeIntoSlice(title, 0, title.length, indexOfTitle));
}
var slicesOfContent = [];
while (indexOfContent.length != 0) {
var item = indexOfContent[indexOfContent.length - 1];
var position = item.position;
var word = item.word;
// cut out 100 characters
var start = position - 20;
var end = position + 80;
if(start < 0){
start = 0;
}
if (end < position + word.length) {
end = position + word.length;
}
if(end > content.length){
end = content.length;
}
slicesOfContent.push(mergeIntoSlice(content, start, end, indexOfContent));
}
// sort slices in content by search text's count and hits' count
slicesOfContent.sort(function (sliceLeft, sliceRight) {
if (sliceLeft.searchTextCount !== sliceRight.searchTextCount) {
return sliceRight.searchTextCount - sliceLeft.searchTextCount;
} else if (sliceLeft.hits.length !== sliceRight.hits.length) {
return sliceRight.hits.length - sliceLeft.hits.length;
} else {
return sliceLeft.start - sliceRight.start;
}
});
// select top N slices in content
var upperBound = parseInt('1');
if (upperBound >= 0) {
slicesOfContent = slicesOfContent.slice(0, upperBound);
}
// highlight title and content
function highlightKeyword(text, slice) {
var result = '';
var prevEnd = slice.start;
slice.hits.forEach(function (hit) {
result += text.substring(prevEnd, hit.position);
var end = hit.position + hit.length;
result += '<b class="search-keyword">' + text.substring(hit.position, end) + '</b>';
prevEnd = end;
});
result += text.substring(prevEnd, slice.end);
return result;
}
var resultItem = '';
if (slicesOfTitle.length != 0) {
resultItem += "<li><a href='" + articleUrl + "' class='search-result-title'>" + highlightKeyword(title, slicesOfTitle[0]) + "</a>";
} else {
resultItem += "<li><a href='" + articleUrl + "' class='search-result-title'>" + title + "</a>";
}
slicesOfContent.forEach(function (slice) {
resultItem += "<a href='" + articleUrl + "'>" +
"<p class=\"search-result\">" + highlightKeyword(content, slice) +
"...</p>" + "</a>";
});
resultItem += "</li>";
resultItems.push({
item: resultItem,
searchTextCount: searchTextCount,
hitCount: hitCount,
id: resultItems.length
});
}
})
};
if (keywords.length === 1 && keywords[0] === "") {
resultContent.innerHTML = '<div id="no-result"><i class="fa fa-search fa-5x" /></div>'
} else if (resultItems.length === 0) {
resultContent.innerHTML = '<div id="no-result"><i class="fa fa-frown-o fa-5x" /></div>'
} else {
resultItems.sort(function (resultLeft, resultRight) {
if (resultLeft.searchTextCount !== resultRight.searchTextCount) {
return resultRight.searchTextCount - resultLeft.searchTextCount;
} else if (resultLeft.hitCount !== resultRight.hitCount) {
return resultRight.hitCount - resultLeft.hitCount;
} else {
return resultRight.id - resultLeft.id;
}
});
var searchResultList = '<ul class=\"search-result-list\">';
resultItems.forEach(function (result) {
searchResultList += result.item;
})
searchResultList += "</ul>";
resultContent.innerHTML = searchResultList;
}
}
if ('auto' === 'auto') {
input.addEventListener('input', inputEventFunction);
} else {
$('.search-icon').click(inputEventFunction);
input.addEventListener('keypress', function (event) {
if (event.keyCode === 13) {
inputEventFunction();
}
});
}
// remove loading animation
$(".local-search-pop-overlay").remove();
$('body').css('overflow', '');
proceedsearch();
}
});
}
// handle and trigger popup window;
$('.popup-trigger').click(function(e) {
e.stopPropagation();
if (isfetched === false) {
searchFunc(path, 'local-search-input', 'local-search-result');
} else {
proceedsearch();
};
});
$('.popup-btn-close').click(onPopupClose);
$('.popup').click(function(e){
e.stopPropagation();
});
$(document).on('keyup', function (event) {
var shouldDismissSearchPopup = event.which === 27 &&
$('.search-popup').is(':visible');
if (shouldDismissSearchPopup) {
onPopupClose();
}
});
</script>
<script src="https://cdn1.lncld.net/static/js/av-core-mini-0.6.4.js"></script>
<script>AV.initialize("EdyobKaxPz3ofLTPlxfLIN1V-gzGzoHsz", "3hpzfKGL11zsIHV0ONyWgUgW");</script>
<script>
function showTime(Counter) {
var query = new AV.Query(Counter);
var entries = [];
var $visitors = $(".leancloud_visitors");
$visitors.each(function () {
entries.push( $(this).attr("id").trim() );
});
query.containedIn('url', entries);
query.find()
.done(function (results) {
var COUNT_CONTAINER_REF = '.leancloud-visitors-count';
if (results.length === 0) {
$visitors.find(COUNT_CONTAINER_REF).text(0);
return;
}
for (var i = 0; i < results.length; i++) {
var item = results[i];
var url = item.get('url');
var time = item.get('time');
var element = document.getElementById(url);
$(element).find(COUNT_CONTAINER_REF).text(time);
}
for(var i = 0; i < entries.length; i++) {
var url = entries[i];
var element = document.getElementById(url);
var countSpan = $(element).find(COUNT_CONTAINER_REF);
if( countSpan.text() == '') {
countSpan.text(0);
}
}
})
.fail(function (object, error) {
console.log("Error: " + error.code + " " + error.message);
});
}
function addCount(Counter) {
var $visitors = $(".leancloud_visitors");
var url = $visitors.attr('id').trim();
var title = $visitors.attr('data-flag-title').trim();
var query = new AV.Query(Counter);
query.equalTo("url", url);
query.find({
success: function(results) {
if (results.length > 0) {
var counter = results[0];
counter.fetchWhenSave(true);
counter.increment("time");
counter.save(null, {
success: function(counter) {
var $element = $(document.getElementById(url));
$element.find('.leancloud-visitors-count').text(counter.get('time'));
},
error: function(counter, error) {
console.log('Failed to save Visitor num, with error message: ' + error.message);
}
});
} else {
var newcounter = new Counter();
/* Set ACL */
var acl = new AV.ACL();
acl.setPublicReadAccess(true);
acl.setPublicWriteAccess(true);
newcounter.setACL(acl);
/* End Set ACL */
newcounter.set("title", title);
newcounter.set("url", url);
newcounter.set("time", 1);
newcounter.save(null, {
success: function(newcounter) {
var $element = $(document.getElementById(url));
$element.find('.leancloud-visitors-count').text(newcounter.get('time'));
},
error: function(newcounter, error) {
console.log('Failed to create');
}
});
}
},
error: function(error) {
console.log('Error:' + error.code + " " + error.message);
}
});
}
$(function() {
var Counter = AV.Object.extend("Counter");
if ($('.leancloud_visitors').length == 1) {
addCount(Counter);
} else if ($('.post-title-link').length > 1) {
showTime(Counter);
}
});
</script>
</body>
</html>
| orleven/orleven.github.io | tags/mysql/index.html | HTML | mit | 29,475 |
{% extends "website/base.html" %}
{% block content %}
<script src="//cdn.plot.ly/plotly-latest.min.js" type="text/javascript"></script>
<div class="row">
<div class="col-lg-12">
<div align="center"><h4>Example Plots</h4></div>
</div>
<div class="col-lg-12">
<div align="center"><h5>Dynamic Plot</h5></div>
</div>
<div class="col-lg-12">
<div id="dynamic-plot"></div>
<div class="col-sm-2 col-sm-offset-5">
<div class="form-group">
<label for="number-of-points">Number of points:</label>
<input id="number-of-points" class="form-control" type="number" name="quantity" min="0" max="100" step="10" value="30">
<div class="btn-group" role="group">
<button id="button-refresh-plot" class="btn btn-default" type="button" title="Generate new plot">
<span class="glyphicon glyphicon-refresh" ></span>
</button>
</div>
</div>
</div>
<script type="text/javascript">
$(window).ready(function() {
function updatePlot() {
$.ajax({
type: "POST",
url: "/stats/exampleplotjson/",
data: {
// 'csrfmiddlewaretoken': // the CSRF token should be defined in the base template as global variable
'number-of-points': document.getElementById("number-of-points").value
},
success : function(data) {
$('#dynamic-plot').html(data.html);
}
});
};
updatePlot();
document.getElementById("button-refresh-plot").onclick = function() {
updatePlot();
};
});
</script>
</div>
<div class="col-lg-12">
<div align="center"><h5>Static Plot</h5></div>
</div>
<div class="col-lg-12">
{{ plot_html }}
</div>
</div>
{% endblock %} | openkamer/openkamer | website/templates/website/plot_examples.html | HTML | mit | 1,838 |
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Harshad</title>
<meta name="viewport" content="width=device-width,minimum-scale=1">
<meta name="description" content="">
<meta name="generator" content="Hugo 0.80.0" />
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
<link rel="stylesheet" href="/ananke/css/main.min.css" >
<link href="/tags/index.xml" rel="alternate" type="application/rss+xml" title="Harshad" />
<link href="/tags/index.xml" rel="feed" type="application/rss+xml" title="Harshad" />
<meta property="og:title" content="Tags" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://harshad.me/tags/" />
<meta property="og:updated_time" content="2021-01-06T00:00:00+00:00" />
<meta itemprop="name" content="Tags">
<meta itemprop="description" content="">
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Tags"/>
<meta name="twitter:description" content=""/>
</head>
<body class="ma0 avenir bg-near-white">
<header>
<div class="pb3-m pb6-l bg-black">
<nav class="pv3 ph3 ph4-ns" role="navigation">
<div class="flex-l justify-between items-center center">
<a href="/" class="f3 fw2 hover-white no-underline white-90 dib">
Harshad
</a>
<div class="flex-l items-center">
<ul class="pl0 mr3">
<li class="list f5 f4-ns fw4 dib pr3">
<a class="hover-white no-underline white-90" href="/posts/" title="Posts page">
Posts
</a>
</li>
<li class="list f5 f4-ns fw4 dib pr3">
<a class="hover-white no-underline white-90" href="/music/" title="Music page">
Music
</a>
</li>
<li class="list f5 f4-ns fw4 dib pr3">
<a class="hover-white no-underline white-90" href="/contact/" title="Contact page">
Contact
</a>
</li>
<li class="list f5 f4-ns fw4 dib pr3">
<a class="hover-white no-underline white-90" href="/about/" title="About page">
About
</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="tc-l pv3 ph3 ph4-ns">
<h1 class="f2 f-subheadline-l fw2 light-silver mb0 lh-title">
Tags
</h1>
</div>
</div>
</header>
<main class="pb7" role="main">
<article class="cf pa3 pa4-m pa4-l">
<div class="measure-wide-l center f4 lh-copy nested-copy-line-height nested-links nested-img mid-gray">
</div>
</article>
<div class="mw8 center">
<section class="ph4">
<h2 class="f1">
<a href="/tags/git" class="link blue hover-black">
Tag: git
</a>
</h2>
<div class="relative w-100 mb4 bg-white nested-copy-line-height">
<div class="bg-white mb3 pa4 gray overflow-hidden">
<span class="f6 db">Posts</span>
<h1 class="f3 near-black">
<a href="/posts/static-website/" class="link black dim">
Static Website with Password Protection
</a>
</h1>
<div class="nested-links f5 lh-copy nested-copy-line-height">
After numerous attempts at finding a cheap and easy solution to making a password protected static website, I finally have settled my mind on one! Before going over the solution let me go over the requirements that I had in my mind for the website:
Cheap
Static and blog-aware
Password protection on a part of the website
Smooth and easy workflow to move content from private part to public
</div>
</div>
</div>
<h2 class="f1">
<a href="/tags/jekyll" class="link blue hover-black">
Tag: jekyll
</a>
</h2>
<div class="relative w-100 mb4 bg-white nested-copy-line-height">
<div class="bg-white mb3 pa4 gray overflow-hidden">
<span class="f6 db">Posts</span>
<h1 class="f3 near-black">
<a href="/posts/pin/" class="link black dim">
Pin
</a>
</h1>
<div class="nested-links f5 lh-copy nested-copy-line-height">
Anyone who works in a field related to computer software, ends up running a bunch of CLI (command line interface) commands pretty often. The longer you stay in the field, the larger is your command set. With new systems being invented everyday, the complexity of commands being run is also increasing. Day by day, I am finding myself running more and more complex commands. That's when I decided I need something to manage these commands for me.
</div>
</div>
</div>
<div class="relative w-100 mb4 bg-white nested-copy-line-height">
<div class="bg-white mb3 pa4 gray overflow-hidden">
<span class="f6 db">Posts</span>
<h1 class="f3 near-black">
<a href="/posts/static-website/" class="link black dim">
Static Website with Password Protection
</a>
</h1>
<div class="nested-links f5 lh-copy nested-copy-line-height">
After numerous attempts at finding a cheap and easy solution to making a password protected static website, I finally have settled my mind on one! Before going over the solution let me go over the requirements that I had in my mind for the website:
Cheap
Static and blog-aware
Password protection on a part of the website
Smooth and easy workflow to move content from private part to public
</div>
</div>
</div>
<div class="relative w-100 mb4 bg-white nested-copy-line-height">
<div class="bg-white mb3 pa4 gray overflow-hidden">
<span class="f6 db">Posts</span>
<h1 class="f3 near-black">
<a href="/posts/writing-music-chords/" class="link black dim">
Writing Song Chords in markdown
</a>
</h1>
<div class="nested-links f5 lh-copy nested-copy-line-height">
I often struggled to keep chords for songs I played in a handy place. For a couple of years I have been maintaining chords in a Google Doc. Given the forgetful person that I'm, storing all the chords in one place has come as a blessing. Having all the chords in one place has helped me to be more organized about my music. It has helped me collaborate better with other musicians.
</div>
</div>
</div>
<h2 class="f1">
<a href="/tags/kernel" class="link blue hover-black">
Tag: kernel
</a>
</h2>
<div class="relative w-100 mb4 bg-white nested-copy-line-height">
<div class="bg-white mb3 pa4 gray overflow-hidden">
<span class="f6 db">Posts</span>
<h1 class="f3 near-black">
<a href="/posts/quick-cscope-emacs-hack/" class="link black dim">
Quick emacs+cscope hack for broken symlinks
</a>
</h1>
<div class="nested-links f5 lh-copy nested-copy-line-height">
I use cscope in emacs as my primary code browsing tool for Linux kernel development. However, I started to get annoyed by cscope errors for broken symlinks. What is happening is that during the Linux kernel build process, a few symlinks get created which are not needed once the kernel is built. I presume that the build tooling doesn't clean up these symlinks after they are removed and that confuses the cscope program.
</div>
</div>
</div>
<h2 class="f1">
<a href="/tags/tech" class="link blue hover-black">
Tag: tech
</a>
</h2>
<div class="relative w-100 mb4 bg-white nested-copy-line-height">
<div class="bg-white mb3 pa4 gray overflow-hidden">
<span class="f6 db">Posts</span>
<h1 class="f3 near-black">
<a href="/posts/pin/" class="link black dim">
Pin
</a>
</h1>
<div class="nested-links f5 lh-copy nested-copy-line-height">
Anyone who works in a field related to computer software, ends up running a bunch of CLI (command line interface) commands pretty often. The longer you stay in the field, the larger is your command set. With new systems being invented everyday, the complexity of commands being run is also increasing. Day by day, I am finding myself running more and more complex commands. That's when I decided I need something to manage these commands for me.
</div>
</div>
</div>
<div class="relative w-100 mb4 bg-white nested-copy-line-height">
<div class="bg-white mb3 pa4 gray overflow-hidden">
<span class="f6 db">Posts</span>
<h1 class="f3 near-black">
<a href="/posts/quick-cscope-emacs-hack/" class="link black dim">
Quick emacs+cscope hack for broken symlinks
</a>
</h1>
<div class="nested-links f5 lh-copy nested-copy-line-height">
I use cscope in emacs as my primary code browsing tool for Linux kernel development. However, I started to get annoyed by cscope errors for broken symlinks. What is happening is that during the Linux kernel build process, a few symlinks get created which are not needed once the kernel is built. I presume that the build tooling doesn't clean up these symlinks after they are removed and that confuses the cscope program.
</div>
</div>
</div>
<div class="relative w-100 mb4 bg-white nested-copy-line-height">
<div class="bg-white mb3 pa4 gray overflow-hidden">
<span class="f6 db">Posts</span>
<h1 class="f3 near-black">
<a href="/posts/static-website/" class="link black dim">
Static Website with Password Protection
</a>
</h1>
<div class="nested-links f5 lh-copy nested-copy-line-height">
After numerous attempts at finding a cheap and easy solution to making a password protected static website, I finally have settled my mind on one! Before going over the solution let me go over the requirements that I had in my mind for the website:
Cheap
Static and blog-aware
Password protection on a part of the website
Smooth and easy workflow to move content from private part to public
</div>
</div>
</div>
<div class="relative w-100 mb4 bg-white nested-copy-line-height">
<div class="bg-white mb3 pa4 gray overflow-hidden">
<span class="f6 db">Posts</span>
<h1 class="f3 near-black">
<a href="/posts/writing-music-chords/" class="link black dim">
Writing Song Chords in markdown
</a>
</h1>
<div class="nested-links f5 lh-copy nested-copy-line-height">
I often struggled to keep chords for songs I played in a handy place. For a couple of years I have been maintaining chords in a Google Doc. Given the forgetful person that I'm, storing all the chords in one place has come as a blessing. Having all the chords in one place has helped me to be more organized about my music. It has helped me collaborate better with other musicians.
</div>
</div>
</div>
<h2 class="f1">
<a href="/tags/web" class="link blue hover-black">
Tag: web
</a>
</h2>
<div class="relative w-100 mb4 bg-white nested-copy-line-height">
<div class="bg-white mb3 pa4 gray overflow-hidden">
<span class="f6 db">Posts</span>
<h1 class="f3 near-black">
<a href="/posts/org-and-orgzly/" class="link black dim">
Org mode and orgzly
</a>
</h1>
<div class="nested-links f5 lh-copy nested-copy-line-height">
When I first heard of org-mode, I thought org-mode, like any other task management app, would just work out of the box and be my task management planner inside emacs. But, I was so wrong. Org-mode is so much more than that. Instead of thinking of org-mode as a "plug-and-play task management software", one should think of org mode as a toolset for building their own personal knowledge management system.
</div>
</div>
</div>
<h2 class="f1">
<a href="/tags/website" class="link blue hover-black">
Tag: website
</a>
</h2>
<div class="relative w-100 mb4 bg-white nested-copy-line-height">
<div class="bg-white mb3 pa4 gray overflow-hidden">
<span class="f6 db">Posts</span>
<h1 class="f3 near-black">
<a href="/posts/static-website/" class="link black dim">
Static Website with Password Protection
</a>
</h1>
<div class="nested-links f5 lh-copy nested-copy-line-height">
After numerous attempts at finding a cheap and easy solution to making a password protected static website, I finally have settled my mind on one! Before going over the solution let me go over the requirements that I had in my mind for the website:
Cheap
Static and blog-aware
Password protection on a part of the website
Smooth and easy workflow to move content from private part to public
</div>
</div>
</div>
</section>
</div>
</main>
<footer class="bg-black bottom-0 w-100 pa3" role="contentinfo">
<div class="flex justify-between">
<a class="f4 fw4 hover-white no-underline white-70 dn dib-ns pv2 ph3" href="http://harshad.me/" >
© Harshad 2021
</a>
<div>
</div>
</div>
</footer>
</body>
</html>
| harshadjs/harshadjs.github.io | tags/index.html | HTML | mit | 13,540 |
<table width="90%" border="0"><tr><td><script>function openfile(url) {fullwin = window.open(url, "fulltext", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");}</script><div class="layoutclass_pic"><div class="layoutclass_first_pic"><table class="ztable"><tr><th class="ztd1"><b>成語 </b></th><td class="ztd2">魂不著體</td></tr>
<tr><th class="ztd1"><b>注音 </b></th><td class="ztd2">ㄏㄨㄣ<sup class="subfont">ˊ</sup> ㄅㄨ<sup class="subfont">ˋ</sup> ㄓㄨㄛ<sup class="subfont">ˊ</sup> ㄊ|<sup class="subfont">ˇ</sup></td></tr>
<tr><th class="ztd1"><b>漢語拼音 </b></th><td class="ztd2"><font class="english_word">hún bù zhuó tǐ</font></td></tr>
<tr><th class="ztd1"><b>釋義 </b></th><td class="ztd2"> 義參「<a href="/cgi-bin/cydic/gsweb.cgi?o=dcydic&schfmt=text&gourl=%3De0%26sec%3Dsec1%26op%3Dsid%3D%22CW0000001067%22.%26v%3D-1" class="clink" target=_blank>魂不附體</a>」。見「<a href="/cgi-bin/cydic/gsweb.cgi?o=dcydic&schfmt=text&gourl=%3De0%26sec%3Dsec1%26op%3Dsid%3D%22CW0000001067%22.%26v%3D-1" class="clink" target=_blank>魂不附體</a>」條。</font></td></tr>
<tr><th class="ztd1"><b><style>.tableoutfmt2 .std1{width:3%;}</style></b></th><td class="ztd2"><table class="fmt16_table"><tr><td width=150 style="text-align:left;" class="fmt16_td1" ><b>參考詞語︰</b></td><td width=150 style="text-align:left;" class="fmt16_td2" ><a href="/cgi-bin/cydic/gsweb.cgi?o=dcydic&schfmt=text&gourl=%3De0%26sec%3Dsec1%26op%3Dsid%3D%22CW0000001067%22.%26v%3D-1" class="clink" target=_blank>魂不附體</a></td></tr><tr><td width=150 style="text-align:left;" class="fmt16_td1" ><b>注音︰</b></td><td width=150 style="text-align:left;" class="fmt16_td2" >ㄏㄨㄣ<sup class="subfont">ˊ</sup> ㄅㄨ<sup class="subfont">ˋ</sup> ㄈㄨ<sup class="subfont">ˋ</sup> ㄊ|<sup class="subfont">ˇ</sup></td></tr><tr><td width=150 style="text-align:left;" class="fmt16_td1" ><b>漢語拼音︰</b></td><td width=150 style="text-align:left;" class="fmt16_td2" ><font class="english_word">hún bù fù tǐ</font></td></tr></table><br><br></td></tr>
</td></tr></table></div> <!-- layoutclass_first_pic --><div class="layoutclass_second_pic"></div> <!-- layoutclass_second_pic --></div> <!-- layoutclass_pic --></td></tr></table>
| BuzzAcademy/idioms-moe-unformatted-data | all-data/2000-2999/2878-34.html | HTML | mit | 2,347 |
<table width="90%" border="0"><tr><td><script>function openfile(url) {fullwin = window.open(url, "fulltext", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");}</script><div class="flayoutclass"><div class="flayoutclass_first"><table class="tableoutfmt2"><tr><th class="std1"><b>條目 </b></th><td class="std2">登高自卑</td></tr>
<tr><th class="std1"><b>注音 </b></th><td class="std2">ㄉㄥ ㄍㄠ ㄗ<sup class="subfont">ˋ</sup> ㄅㄟ</td></tr>
<tr><th class="std1"><b>漢語拼音 </b></th><td class="std2"><font class="english_word">dēng gāo zì bēi</font></td></tr>
<tr><th class="std1"><b>釋義 </b></th><td class="std2">比喻做事由淺入深,由簡入繁,循序漸進。見<img src=/cydic/dicword/fa40.gif border=0 alt=* class=fontimg valign=center>升高自下<img src=/cydic/dicword/fa41.gif border=0 alt=* class=fontimg valign=center>條。禮記˙中庸:<img src=/cydic/dicword/fa40.gif border=0 alt=* class=fontimg valign=center>君子之道,辟如行遠必自邇,辟如登高必自卑。<img src=/cydic/dicword/fa41.gif border=0 alt=* class=fontimg valign=center></td></tr>
<tr><th class="std1"><b><font class="fltypefont">附錄</font> </b></th><td class="std2">修訂本參考資料</td></tr>
</td></tr></table></div> <!-- flayoutclass_first --><div class="flayoutclass_second"></div> <!-- flayoutclass_second --></div> <!-- flayoutclass --></td></tr></table>
| BuzzAcademy/idioms-moe-unformatted-data | all-data/11000-11999/11000-22.html | HTML | mit | 1,473 |
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
<head>
<link href="http://gmpg.org/xfn/11" rel="profile">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<title> Series-Desc · maxent </title>
<link rel="stylesheet" href="http://ronojoy.github.io/maxent/css/poole.css">
<link rel="stylesheet" href="http://ronojoy.github.io/maxent/css/syntax.css">
<link rel="stylesheet" href="http://ronojoy.github.io/maxent/css/hyde.css">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/apple-touch-icon-144-precomposed.png">
<link rel="shortcut icon" href="/favicon.ico">
<link href="http://ronojoy.github.io/maxent/series-desc/index.xml/" rel="alternate" type="application/rss+xml" title="maxent" />
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Raleway:400,300' rel='stylesheet' type='text/css'>
<script src="//ajax.googleapis.com/ajax/libs/webfont/1.4.7/webfont.js"></script>
<script>
WebFont.load({
google: {
families: ['Raleway']
}
});
</script>
</head>
<body>
<div class="sidebar">
<div class="container sidebar-sticky">
<div class="sidebar-about">
<h1 class="brand"><a href="http://ronojoy.github.io/maxent">maxent</a></h1>
<p class="lead">
least biased thoughts
</p>
</div>
<ul class="sidebar-nav">
<li><a href="http://ronojoy.github.io/maxent/blog">Posts</a></li>
<li><a href="http://ronojoy.github.io/maxent/about/">About </a></li>
<br/>
</ul>
<a href="https://twitter.com/phyrjoy"><i class="fa fa-twitter-square"></i></a>
<a href="https://github.com/ronojoy"><i class="fa fa-github-square"></i></a>
<p class="footnote">powered by <a href="http://hugo.spf13.com">Hugo</a> <br/>
© 2015 Nate Finch. All rights reserved.</p>
</div>
</div>
<div class="content container">
<h1 class="title">Series-Desc</h1>
<ul>
<a href="http://ronojoy.github.io/maxent/series-desc/hugo-101"> Hugo 101 </a> (1 entries)
</ul>
</div>
</body>
</html> | ronojoy/maxent | public/series-desc/index.html | HTML | mit | 2,557 |
<!DOCTYPE html>
<html>
<head>
<base href="/">
<title>ng-bcomponents</title>
<!-- inject:css -->
<!-- endinject -->
<!-- inject:js -->
<!-- endinject -->
<script>
System.import('scripts/app.min.js').catch(function(err){ console.error(err); });
</script>
</head>
<body>
<app-component>
<style>
html, body, .container {
height: 100%;
background-color: #000;
color: #fff;
}
.container {
display: table;
vertical-align: middle;
}
.vertical-center-row {
display: table-cell;
vertical-align: middle;
}
</style>
<div class="container">
<div class="vertical-center-row">
<div align="center">
<h1>Loading ng-bcomponents demo</h1>
<small>prepare to have your mind blown</small>
</div>
</div>
</div>
</app-component>
</body>
</html> | cpamp21/angular2-bootstrap-components-demo | src/index.html | HTML | mit | 1,087 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>gappa: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.5.2~camlp4 / gappa - 1.5.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
gappa
<small>
1.5.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-01-30 12:27:18 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-30 12:27:18 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-num base Num library distributed with the OCaml compiler
base-threads base
base-unix base
camlp4 4.03+1 Camlp4 is a system for writing extensible parsers for programming languages
conf-findutils 1 Virtual package relying on findutils
conf-which 1 Virtual package relying on which
coq 8.5.2~camlp4 Formal proof management system
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.03.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.03.0 Official 4.03.0 release
ocaml-config 1 OCaml Switch Configuration
ocamlbuild 0.14.0 OCamlbuild is a build system with builtin rules to easily build most OCaml projects.
# opam file:
opam-version: "2.0"
maintainer: "guillaume.melquiond@inria.fr"
homepage: "https://gappa.gitlabpages.inria.fr/"
dev-repo: "git+https://gitlab.inria.fr/gappa/coq.git"
bug-reports: "https://gitlab.inria.fr/gappa/coq/issues"
license: "LGPL-3.0-or-later"
build: [
["autoconf"] {dev}
["./configure"]
["./remake" "-j%{jobs}%"]
]
install: ["./remake" "install"]
depends: [
"ocaml"
"ocamlfind" {build}
"coq" {>= "8.8.1" & < "8.15~"}
"coq-flocq" {>= "3.0"}
"conf-autoconf" {build & dev}
("conf-g++" {build} | "conf-clang" {build})
]
tags: [
"keyword:floating-point arithmetic"
"keyword:interval arithmetic"
"keyword:decision procedure"
"category:Computer Science/Decision Procedures and Certified Algorithms/Decision procedures"
"logpath:Gappa"
"date:2021-09-23"
]
authors: [ "Guillaume Melquiond <guillaume.melquiond@inria.fr>" ]
synopsis: "A Coq tactic for discharging goals about floating-point arithmetic and round-off errors using the Gappa prover"
url {
src: "https://gappa.gitlabpages.inria.fr/releases/gappalib-coq-1.5.0.tar.gz"
checksum: "sha512=54a8bc0c3c7c7340d81021596c1fd3cbfb2624b28a47eeb71afe386e3237a70e88cb516f5588595ca7e09fdd22c82a43ba379c04a20d3055dd4bf0362341866b"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-gappa.1.5.0 coq.8.5.2~camlp4</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.5.2~camlp4).
The following dependencies couldn't be met:
- coq-gappa -> coq >= 8.8.1 -> 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-gappa.1.5.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.03.0-2.0.5/released/8.5.2~camlp4/gappa/1.5.0.html | HTML | mit | 7,521 |
<!DOCTYPE HTML>
<html>
<head>
<title>rAppid:js TestRunner</title>
<script type="text/javascript" src="../../js/lib/require.js"></script>
<script type="text/javascript" src="../../js/lib/rAppid.js"></script>
<script type="text/javascript" src="helper.js"></script>
</head>
<body>
<script type="text/javascript">
(function (window, document, rAppid) {
var application,
paramMatcher = /^([^=]+)=?(.*)$/,
parameter = {},
urlParameter = window.location.search.replace(/^\?/, "").split("&");
for (var i = 0; i < urlParameter.length; i++) {
var param = paramMatcher.exec(urlParameter[i]);
if (param) {
parameter[param[1]] = param[2];
}
}
application = parameter.application;
if (application) {
application = "webtest/test/" + application;
rAppid.bootStrap(application, document.body, parameter, {
baseUrl: "../..",
loadConfiguration: "config.json"
}, function (err, stage, application) {
helper.err = err;
helper.stage = stage;
helper.application = application;
});
} else {
console.log("application not specified");
}
})(window, document, rAppid);
</script>
</body>
</html>
| rappid/rAppid.js | webtest/test/wd.html | HTML | mit | 1,388 |
{% extends 'cdc/base.html' %}
{% load staticfiles %}
{% block content %}
{% if script %}
<script>alert("You have been successfully logged out. Have a nice day!");</script>
{% endif %}
<div class="bar">
<div class="section">
This company is so great. The reason we do the things we do is because we do them, and we do them great. There is no doubt as to the excellence held within.
Without people like this working so hard, it is not likely that others on the internet would be able to succeed. In fact, there is something about people who
are truly capable of working this hard. It is so amazing that the foundation of the internet completely depended on their successes. With our success, people
in the future are much more likely to become successful if they try.
</div>
<div class="section">
Because true excellence is not to be taken for granted, it is only possible that the best of the best make it past the most complicated and challenging challenges in
the world through hard work, perseverence, and intelligence, only to be risen above all as the sun rises unquestionably every single day of the week, month, and of course, year.
</div>
</div>
<script src="{% static 'cdc/jquery.min.js' %}"></script>
<script>
$(function() {
$("#slideshow > div:gt(0)").hide();
setInterval(function() {
$('#slideshow > div:first')
.fadeOut(1000)
.next()
.fadeIn(1000)
.end()
.appendTo('#slideshow');
}, 6000);
});
</script>
<div class="center">
<div id="slideshow">
<div>
<img src="{% static 'cdc/images/fountain.jpg' %}" width="100%" height="100%">
</div>
<div>
<img src="{% static 'cdc/images/penn_paper.jpg' %}" width="100%" height="100%">
</div>
<div>
<img src="{% static 'cdc/images/city_hall.jpg' %}" width="100%" height="100%">
</div>
<div>
<img src="{% static 'cdc/images/hall.jpg' %}" width="100%" height="100%">
</div>
</div>
</div>
<div class="bar">
<div class="section">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed blandit massa vel mauris sollicitudin dignissim. Phasellus ultrices tellus eget ipsum ornare molestie scelerisque eros dignissim. Phasellus fringilla hendrerit lectus nec vehicula. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In faucibus, risus eu volutpat pellentesque, massa felis feugiat velit, nec mattis felis elit a eros. Cras convallis sodales orci, et pretium sapien egestas quis. Donec tellus leo, scelerisque in facilisis a, laoreet vel quam. Suspendisse arcu nisl, tincidunt a vulputate ac, feugiat vitae leo. Integer hendrerit orci id metus venenatis in luctus tellus convallis. Mauris posuere, nisi vel vehicula pellentesque, libero lacus egestas ante, a bibendum mauris mi ut diam. Duis arcu odio, tincidunt eu dictum interdum, sagittis quis dui.
</div>
</div>
{% endblock %}
| keaneokelley/Crippling-Debt-Corporation | cdc/templates/cdc/index.html | HTML | mit | 3,280 |
<!-- This is the contact form code from Wufoo.com -->
<p style="width:600px; margin-left: auto; margin-right: auto;">
<iframe height="972" allowTransparency="true" frameborder="0" scrolling="no" style="width:100%;border:none" src="https://jamiewaese.wufoo.com/embed/m8a96d703pcqqh/"><a href="https://jamiewaese.wufoo.com/forms/m8a96d703pcqqh/">Loading contact form...</a></iframe>
</p>
| jamiewaese/ePlant | contact.html | HTML | mit | 390 |
<html>
<head>
<title>Reginald D. Hunter's panel show appearances</title>
<script type="text/javascript" src="../common.js"></script>
<link rel="stylesheet" media="all" href="../style.css" type="text/css"/>
<script type="text/javascript" src="../people.js"></script>
<!--#include virtual="head.txt" -->
</head>
<body>
<!--#include virtual="nav.txt" -->
<div class="page">
<h1>Reginald D. Hunter's panel show appearances</h1>
<p>Reginald D. Hunter (born 1969-03-26<sup><a href="https://en.wikipedia.org/wiki/Reginald_D._Hunter">[ref]</a></sup>) has appeared in <span class="total">48</span> episodes between 2006-2019. <a href="http://www.imdb.com/name/nm1853304">Reginald D. Hunter on IMDB</a>. <a href="https://en.wikipedia.org/wiki/Reginald_D._Hunter">Reginald D. Hunter on Wikipedia</a>. <a href="http://www.chortle.co.uk/comics/r/603/">Reginald D. Hunter on Chortle</a>.</p>
<div class="performerholder">
<table class="performer">
<tr style="vertical-align:bottom;">
<td><div style="height:27px;" class="performances male" title="5"></div><span class="year">2006</span></td>
<td><div style="height:11px;" class="performances male" title="2"></div><span class="year">2007</span></td>
<td><div style="height:22px;" class="performances male" title="4"></div><span class="year">2008</span></td>
<td><div style="height:100px;" class="performances male" title="18"></div><span class="year">2009</span></td>
<td><div style="height:16px;" class="performances male" title="3"></div><span class="year">2010</span></td>
<td><div style="height:11px;" class="performances male" title="2"></div><span class="year">2011</span></td>
<td><div style="height:16px;" class="performances male" title="3"></div><span class="year">2012</span></td>
<td><div style="height:11px;" class="performances male" title="2"></div><span class="year">2013</span></td>
<td><div style="height:11px;" class="performances male" title="2"></div><span class="year">2014</span></td>
<td><div style="height:5px;" class="performances male" title="1"></div><span class="year">2015</span></td>
<td><div style="height:16px;" class="performances male" title="3"></div><span class="year">2016</span></td>
<td><div style="height:5px;" class="performances male" title="1"></div><span class="year">2017</span></td>
<td><div style="height:5px;" class="performances male" title="1"></div><span class="year">2018</span></td>
<td><div style="height:5px;" class="performances male" title="1"></div><span class="year">2019</span></td>
</tr>
</table>
</div>
<ol class="episodes">
<li><strong>2019-04-12</strong> / <a href="../shows/blame-game.html">The Blame Game</a></li>
<li><strong>2018-11-09</strong> / <a href="../shows/hignfy.html">Have I Got News For You</a></li>
<li><strong>2017-02-21</strong> / <a href="../shows/asyetuntitled.html">Alan Davies: As Yet Untitled</a></li>
<li><strong>2016-09-02</strong> / <a href="../shows/cats-does-countdown.html">8 Out of 10 Cats Does Countdown</a></li>
<li><strong>2016-05-17</strong> / <a href="../shows/the-unbelievable-truth.html">The Unbelievable Truth</a></li>
<li><strong>2016-04-26</strong> / <a href="../shows/the-unbelievable-truth.html">The Unbelievable Truth</a></li>
<li><strong>2015-01-23</strong> / <a href="../shows/cats-does-countdown.html">8 Out of 10 Cats Does Countdown</a></li>
<li><strong>2014-12-12</strong> / <a href="../shows/hignfy.html">Have I Got News For You</a></li>
<li><strong>2014-01-10</strong> / <a href="../shows/QI.html">QI</a></li>
<li><strong>2013-04-26</strong> / <a href="../shows/hignfy.html">Have I Got News For You</a></li>
<li><strong>2013-03-12</strong> / <a href="../shows/bigask.html">Alexander Armstrong's Big Ask</a></li>
<li><strong>2012-11-23</strong> / <a href="../shows/QI.html">QI</a></li>
<li><strong>2012-06-15</strong> / <a href="../shows/8-out-of-10-cats.html">8 Out of 10 Cats</a></li>
<li><strong>2012-05-11</strong> / <a href="../shows/hignfy.html">Have I Got News For You</a></li>
<li><strong>2011-12-09</strong> / <a href="../shows/hignfy.html">Have I Got News For You</a></li>
<li><strong>2011-06-10</strong> / <a href="../shows/hignfy.html">Have I Got News For You</a></li>
<li><strong>2010-10-21</strong> / <a href="../shows/hignfy.html">Have I Got News For You</a></li>
<li><strong>2010-05-20</strong> / <a href="../shows/you-have-been-watching.html">You Have Been Watching</a></li>
<li><strong>2010-04-28</strong> / <a href="../shows/spicks-and-specks.html">Spicks and Specks</a></li>
<li><strong>2009-12-11</strong> / <a href="../shows/hignfy.html">Have I Got News For You</a></li>
<li><strong>2009-11-24</strong> / <a href="../shows/its-only-a-theory.html">It's Only A Theory</a></li>
<li><strong>2009-11-17</strong> / <a href="../shows/its-only-a-theory.html">It's Only A Theory</a></li>
<li><strong>2009-11-10</strong> / <a href="../shows/its-only-a-theory.html">It's Only A Theory</a></li>
<li><strong>2009-11-03</strong> / <a href="../shows/its-only-a-theory.html">It's Only A Theory</a></li>
<li><strong>2009-10-27</strong> / <a href="../shows/its-only-a-theory.html">It's Only A Theory</a></li>
<li><strong>2009-10-26</strong> / <a href="../shows/the-unbelievable-truth.html">The Unbelievable Truth</a></li>
<li><strong>2009-10-20</strong> / <a href="../shows/its-only-a-theory.html">It's Only A Theory</a></li>
<li><strong>2009-10-13</strong> / <a href="../shows/its-only-a-theory.html">It's Only A Theory</a></li>
<li><strong>2009-10-06</strong> / <a href="../shows/its-only-a-theory.html">It's Only A Theory</a></li>
<li><strong>2009-10-05</strong> / <a href="../shows/the-unbelievable-truth.html">The Unbelievable Truth</a></li>
<li><strong>2009-08-17</strong> / <a href="../shows/wouldilietoyou.html">Would I Lie To You?</a></li>
<li><strong>2009-08-04</strong> / <a href="../shows/you-have-been-watching.html">You Have Been Watching</a></li>
<li><strong>2009-07-10</strong> / <a href="../shows/8-out-of-10-cats.html">8 Out of 10 Cats</a></li>
<li><strong>2009-07-03</strong> / <a href="../shows/8-out-of-10-cats.html">8 Out of 10 Cats</a></li>
<li><strong>2009-05-22</strong> / <a href="../shows/hignfy.html">Have I Got News For You</a></li>
<li><strong>2009-04-27</strong> / <a href="../shows/argumental.html">Argumental</a></li>
<li><strong>2009-02-13</strong> / <a href="../shows/QI.html">QI</a></li>
<li><strong>2008-11-07</strong> / <a href="../shows/hignfy.html">Have I Got News For You</a></li>
<li><strong>2008-09-24</strong> / <a href="../shows/spicks-and-specks.html">Spicks and Specks</a></li>
<li><strong>2008-08-27</strong> / <a href="../shows/spicks-and-specks.html">Spicks and Specks</a></li>
<li><strong>2008-05-09</strong> / <a href="../shows/hignfy.html">Have I Got News For You</a></li>
<li><strong>2007-11-09</strong> / <a href="../shows/hignfy.html">Have I Got News For You</a></li>
<li><strong>2007-04-27</strong> / <a href="../shows/hignfy.html">Have I Got News For You</a></li>
<li><strong>2006-11-10</strong> / <a href="../shows/8-out-of-10-cats.html">8 Out of 10 Cats</a></li>
<li><strong>2006-06-09</strong> / <a href="../shows/8-out-of-10-cats.html">8 Out of 10 Cats</a></li>
<li><strong>2006-05-17</strong> / <a href="../shows/heresy.html">Heresy</a></li>
<li><strong>2006-04-17</strong> / <a href="../shows/never-mind-the-buzzcocks.html">Never Mind The Buzzcocks</a></li>
<li><strong>2006-02-17</strong> / <a href="../shows/8-out-of-10-cats.html">8 Out of 10 Cats</a></li>
</ol>
</div>
</body>
</html>
| slowe/panelshows | people/uk8mmmbl.html | HTML | mit | 7,517 |
<!DOCTYPE html>
<html lang="en">
<head>
<title>SoftUni Blog</title>
<link type="text/css" rel="stylesheet" href="styles/style.css" />
<script src="scripts/jquery-1.10.2.js"></script>
<script src="scripts/bootstrap.js"></script>
</head>
<body>
<header>
<div class="navbar navbar-default navbar-fixed-top text-uppercase">
<div class="container">
<div class="navbar-header">
<a href="index.html" class="navbar-brand">SoftUni Blog</a>
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="#">Welcome, Iliyan</a></li>
<li><a href="newpost.html">New Post</a></li>
<li><a href="index.html">Logout</a></li>
</ul>
</div>
</div>
</div>
</header>
<main>
<div class="container body-content">
<div class="row">
<div class="col-md-6">
<article>
<header>
<h2>My Second Article</h2>
</header>
<p>
This is my first blog created with HTML and CSS. I'm in process of finishing it and again
This is my first blog created with HTML and CSS. I'm in process of finishing it and again
This is my first blog created with HTML and CSS. I'm in process of finishing it and again
This is my first blog created with HTML and CSS. I'm in process of finishing it and again
This is my first blog created with HTML and CSS. I'm in process of finishing it and again
This is my first blog created with HTML and CSS. I'm in process of finishing it and again
This is my first blog created with HTML and CSS. I'm in process of finishing it and again
This is my first blog created with HTML and CSS. I'm in process of finishing it and again
This is my first blog created with HTML and CSS. I'm in process of finishing it and again
This is my first blog created with HTML and CSS. I'm in process of finishing it and again
i'm gonna stop repeat this boring text! :D
</p>
<small>Iliyan Ivanov</small>
<footer>
<div class="pull-right">
<a class="btn btn-default btn-xs" href="viewpost.html">Read more »</a>
</div>
</footer>
</article>
</div>
<div class="col-md-6">
<article>
<header>
<h2>My First Article</h2>
</header>
<p>
This is my first blog created with HTML and CSS. I'm in process of finishing it and again
This is my first blog created with HTML and CSS. I'm in process of finishing it and again
This is my first blog created with HTML and CSS. I'm in process of finishing it and again
This is my first blog created with HTML and CSS. I'm in process of finishing it and again
This is my first blog created with HTML and CSS. I'm in process of finishing it and again
i'm gonna stop repeat this boring text! :D
</p>
<small>Iliyan Ivanov</small>
<footer>
<div class="pull-right">
<a class="btn btn-default btn-xs" href="#">Read more »</a>
</div>
</footer>
</article>
</div>
</div>
</div>
</main>
<footer>
<div class="container modal-footer">
<p>© 2016 - Iliyan Corporation</p>
</div>
</footer>
</body>
</html> | Iliyan7/SoftUni-Training | SoftwareTechnologies/HTML5 and CSS - Blog Design/indexlogged.html | HTML | mit | 4,367 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>demo</title>
<link rel="stylesheet" href="../../css/index.bundle.css" />
<script src="../../js/index.js"></script>
</head>
<body>
<div class="exh">
<section class="exh__nav">
<ul>
<li>
<a href="../plan/01.html">
<h3 class="iconfont"></h3>
<h4>平面图 Plan</h4>
</a>
</li>
<li class="active">
<a href="../restaurant/01.html">
<h3 class="iconfont"></h3>
<h4>餐饮 Restaurant</h4>
</a>
</li>
<li>
<a href="../hotel/01.html">
<h3 class="iconfont"></h3>
<h4>酒店 Hotel</h4>
</a>
</li>
<li>
<a href="../shuttle/01.html">
<h3 class="iconfont"></h3>
<h4>班车 Shuttle Bus</h4>
</a>
</li>
<li>
<a href="../traffic/01.html">
<h3 class="iconfont"></h3>
<h4>交通 Traffic</h4>
</a>
</li>
<li>
<a href="../shopping/01.html">
<h3 class="iconfont"></h3>
<h4>购物 Shopping</h4>
</a>
</li>
</ul>
</section>
<section class="exh__secNav">
<ul>
<li>
<h3>W1</h3>
<h4>综合品牌馆1</h4>
<h5>Comprehensive Printing</h5>
</li>
<li>
<h3>W2</h3>
<h4>综合品牌馆2</h4>
<h5>Comprehensive Printing</h5>
</li>
<li>
<h3>W3</h3>
<h4>综合品牌馆3</h4>
<h5>Comprehensive Printing</h5>
</li>
<li>
<h3>W4</h3>
<h4>综合品牌馆4</h4>
<h5>Comprehensive Printing</h5>
</li>
</ul>
</section>
<section class="exh__cont">
<form action="">
<div class="exh__cont__search">
<span class="exh__cont__search__inp">
<input type="input" name="keyword" placeholder="Search" autocomplete="off">
</span>
<span class="exh__cont__search__btn"></span>
</div>
</form>
<section class="exh__detail">
<div class="exh__detail__left">
<img src="../../img/restaurant/company/1.jpg" />
</div>
<div class="exh__detail__right">
<h3>俏江南</h3>
<h4>SOUTH BERUTY</h4>
<div>
<p>北京中联艾博国际会议展览服务有限公司成立于2008年8月,是一家专门从事组织,举办各类国内国际性展览服务, 商务会议策划的会展公司。我们不仅提供展览,会议策划组织,视觉设计,展位搭建,展品运输,展览全面解决方案等一系列专业化服务,同时还和政府相关部门及行业主管部门建立了广泛的联系网络和良好合作关系......</p>
<p>China United Expo Service Co., Ltd was established in August 2008. It is an exhibition company engaged in organizing various types of domestic and international exhibitions services, as well as planning business meetings. We not only provided a range of professional services, but also have established a wide network of contacts and good cooperative relations with the relevant government departments......</p>
<p><img src="../../img/restaurant/company/1_1.jpg" /></p>
</div>
</div>
</section>
</section>
</div>
</body>
</html>
| hongz1125/case | exhibit.com/html/restaurant/02.html | HTML | mit | 3,573 |
<!DOCTYPE html>
<html>
<head>
<title>Tibia Online Status Options</title>
<style>
body: { padding: 10px; }
</style>
</head>
<body>
<label>
<input type="checkbox" id="debugOutput">
Show debug output in the console.
</label>
<script src="options.js"></script>
</body>
</html> | gpedro/tibia_online_status | src/chrome/options/options.html | HTML | mit | 298 |
<!DOCTYPE html>
<html lang="en-GB">
<head>
<title>Test Product 6</title>
<!-- Metadata -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Styling -->
<link rel="stylesheet" href="resources/w3.css">
<link rel="stylesheet" href="resources/w3-theme.css">
<link rel="stylesheet" href="resources/tipuesearch.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto">
<link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/css/font-awesome.min.css">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:300,400">
<link rel="stylesheet" type="text/css" href="resources/nbgardens.css" />
<!-- Scripting -->
<script type="text/javascript" src="resources/jquery-3.1.0.js"></script>
<script type="text/javascript" src="resources/tipuesearch_content.js"></script>
<script type="text/javascript" src="resources/tipuesearch_set.js"></script>
<script type="text/javascript" src="resources/tipuesearch.min.js"></script>
<script type="text/javascript" src="resources/nbgardens.js"></script>
<script type="text/javascript">var loggedIn = checkCookie("username");</script>
<script type="text/javascript">var list; if (checkCookie("wishlist") === false) { list = new Array(); } else { list = [getCookie("wishlist")]; }</script>
<!-- Browser Fixes -->
<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<header id="main-navbar" class="w3-navbar w3-theme w3-top w3-left-align w3-large nb-fixed-top">
<div id="navbar">
<div id="nav-left" class="w3-col s2">
<div id="nav-logo">
<a href="#"><img src="img/Logo.png" alt="NBGardens.com"/></a>
</div>
</div>
<div id="nav-search" class="w3-col s8">
<form action="search.html">
<!-- <div id="nb-search-icon" class="w3-right">
<i class="fa fa-search fa-2x"></i>
</div>
--> <div id="nb-search-input">
<input id="tipue_search_input" name="q" class="w3-border w3-padding-left w3-padding-right" type="text" placeholder="Search Catalogue" autocomplete="off" required />
</div>
</form>
</div>
<div id="nav-right" class="w3-col s2">
<div id="nav-login" class="w3-right">
<i class="fa fa-user fa-2x" alt="Login" onclick="login(loggedIn)"></i>
</div>
<div id="nav-basket" class="w3-right">
<i class="fa fa-shopping-cart fa-2x" onclick="openWishlist()"></i>
<span class="items-in-basket" onclick="openWishlist()">
<!-- <b><script>itemsinbasket()</script></b>
--><!-- Placeholder --> <b>0</b>
</span>
</div>
</div>
<div id="wishlist" class="w3-dropdown-content w3-card">
<script type="text/javascript">displayWishlist();</script>
</div>
</div>
</header>
<header id="breadcrumbs-navbar">
<div id="breadcrumbs" class="w3-theme-l3">
<script>breadcrumbs()</script>
</div>
</header>
<main id="main-body">
<section id="product-page-images" class="w3-container w3-col s3">
<div id="slideshow-images" class="w3-content" style="max-width: 800px; position: relative">
<img class="mySlides" src="img/product/test6.jpg" style="width:100%;">
<!-- If more than one product image
<img class="mySlides" src="img/product/XXX-1.jpg" style="width:100%;">
<a class="w3-btn-floating" style="position:absolute;top:45%;left:0" onclick="plusDivs(-1)">❮</a>
<a class="w3-btn-floating" style="position:absolute;top:45%;right:0" onclick="plusDivs(1)">❯</a>
-->
<script>
var slideIndex = 1;
showDivs(slideIndex);
</script>
</div>
</section>
<section id="product-page-right-column" class="w3-container w3-col s9 w3-padding">
<section id="control-buttons" class="w3-container w3-right w3-card w3-pale-green w3-round-large w3-padding">
<label for="quantity">Quantity:</label>
<select id="quantity" name="quantity">
<option value="1" selected="">1</option>
<option value="2">2</option>
<option value="3">3</option>
<option value="4">4</option>
<option value="5">5</option>
</select>
<br/><br/>
<a class="w3-btn w3-green" style="width: 100%" onclick="addToBasket()">Add to Basket</a>
<br class="w3-margin-bottom"/>
<a class="w3-btn w3-green w3-opacity" style="width: 100%" onclick="addToWishlist(list)">Add to Wish List</a>
</section>
<section id="product-name" class="w3-border-bottom" style="margin-right: 200px;">
<h2>Female Gnome with Shovel</h2>
by GnomesRUs
</section>
<section id="product-pricing" class="w3-padding-top">
<table id="price-table">
<tr>
<td class="label w3-opacity">RRP:</td>
<td class="price w3-opacity"><s>£00.00</s></td>
</tr>
<tr>
<td class="label w3-opacity">Price:</td>
<td class="price"><b class="w3-text-red w3-large">£00.00</b></td>
</tr>
<tr>
<td class="label w3-opacity">You Save:</td>
<td class="price w3-text-red">£00.00 (00%)</td>
</tr>
</table>
<br/>
<input type="radio" name="product-selector" value="test6" checked hidden="true"/>
<!-- Multi-select if different versions of same product
<input type="radio" id="product-selector" value="test1" checked="checked"/> Red Clothing<br/>
<input type="radio" id="product-selector" value="test1-1" /> Blue Clothing<br/>
-->
<p class="w3-xlarge w3-text-green">In Stock</p>
</section>
<section id="product-summary">
<ul>
<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</li>
<li>Etiam ultricies libero eget augue luctus ultrices.</li>
<li>Morbi tincidunt aliquam nunc nec rutrum.</li>
<li>Nullam quis dolor massa. Maecenas sem augue, venenatis ullamcorper urna sit amet, viverra finibus lorem.</li>
<li>Sed feugiat mauris sit amet magna luctus porta quis ac ante.</li>
</ul>
</section>
</section>
<section id="product-page-details" class="w3-container w3-col s12">
<section id="product-details">
<h3>Product Details</h3>
<p><b>Product Dimensions:</b> XX x YY x ZZ cm</p>
<p><b>Product Weight:</b> AAA g</p>
<p><b>Boxed-product Weight:</b> BBB g</p>
<p><b>Product Material:</b> Poly-resin</p>
<p><b>Item model number:</b> test6</p>
</section>
<section id="product-description">
<h3>Product Description</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed pellentesque massa eget libero condimentum scelerisque. Etiam vitae tellus ex. Nunc sed sem eget turpis tempor scelerisque. Maecenas vulputate lobortis libero, ut egestas tellus imperdiet at. Sed maximus aliquam urna, eu rhoncus erat. In vitae vehicula ex, vel aliquet magna. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Phasellus viverra erat nec urna condimentum, id euismod leo hendrerit. Praesent lacinia scelerisque neque, in rutrum eros tempus nec. Suspendisse varius mauris id mauris eleifend, in sodales tellus mattis. Maecenas varius dolor hendrerit eros mollis faucibus.</p>
<p>Maecenas vel massa turpis. Sed ac nibh eget nibh consectetur suscipit. Aliquam mattis rutrum ante ut gravida. Praesent porta, eros nec placerat pulvinar, quam lectus ultricies leo, et congue dolor sem ut ex. Cras sed ullamcorper nunc. Phasellus in eros convallis, ultricies lectus quis, dapibus urna. Nulla lacus erat, gravida ut dapibus ut, dapibus a orci.</p>
<p>Morbi turpis quam, malesuada sit amet feugiat sit amet, pharetra eget sem. Praesent eget porttitor purus. Fusce justo nibh, rhoncus quis malesuada id, ultricies in lectus. In tincidunt mauris neque, non cursus odio posuere eget. Nam vel pellentesque eros. Morbi ultricies elit auctor tincidunt laoreet. Nam lacinia ligula et neque viverra finibus. Vestibulum nec malesuada ex, ut sodales dui. Sed luctus consectetur sollicitudin. Integer vestibulum eros tortor, congue egestas dui molestie ut. Aliquam id nibh quis quam consequat feugiat ac facilisis mauris. Nam gravida libero dictum felis efficitur maximus.</p>
<br/><br/>
</section>
</section>
</main>
<footer id="main-footer" class="w3-main nb-fixed-bottom">
<div class="w3-container w3-theme-l2 w3-xlarge w3-right">
<a href="#" class="w3-hover-text-indigo w3-show-inline-block"><i class="fa fa-facebook-official"></i></a>
<a href="#" class="w3-hover-text-red w3-show-inline-block"><i class="fa fa-google-plus"></i></a>
<a href="#" class="w3-hover-text-red w3-show-inline-block"><i class="fa fa-pinterest-p"></i></a>
<a href="#" class="w3-hover-text-light-blue w3-show-inline-block"><i class="fa fa-twitter"></i></a>
<a href="#" class="w3-hover-text-grey w3-show-inline-block"><i class="fa fa-flickr"></i></a>
</div>
<div class="w3-container w3-theme-l1">
<ul class="w3-navbar">
<li><a href="">FAQ's</a></li>
<li><a href="">Help</a></li>
<li><a href="">Contact Us</a></li>
<li><a href="">Refunds and Returns Policy</a></li>
<li><a href="">Terms and Conditions</a></li>
<li><a href="">Accessibility Policy</a></li>
</ul>
</div>
</footer>
</body>
</html> | AerosAtar/DBishop-NBGardens-HTML5 | web/test6.html | HTML | mit | 9,127 |
<!DOCTYPE HTML>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>jsTree</title>
<meta name="viewport" content="width=device-width" />
<link rel="stylesheet" href="./assets/bootstrap/css/bootstrap.min.css" />
<link rel="stylesheet" href="./assets/dist/themes/default/style.min.css" />
<script>window.$q=[];window.$=window.jQuery=function(a){window.$q.push(a);};</script>
</head>
<body>
<div >
<div class="col-md-12">
<div class="row">
<div class="col-md-4 col-sm-8 col-xs-8">
<button type="button" class="btn btn-success btn-sm" onclick="demo_create();"><i class="glyphicon glyphicon-asterisk"></i> Create</button>
<button type="button" class="btn btn-warning btn-sm" onclick="demo_rename();"><i class="glyphicon glyphicon-pencil"></i> Rename</button>
<button type="button" class="btn btn-danger btn-sm" onclick="demo_delete();"><i class="glyphicon glyphicon-remove"></i> Delete</button>
</div>
<div class="col-md-2 col-sm-4 col-xs-4" style="text-align:right;">
<input type="text" value="" style="box-shadow:inset 0 0 4px #eee; width:120px; margin:0; padding:6px 12px; border-radius:4px; border:1px solid silver; font-size:1.1em;" id="demo_q" placeholder="Search" />
</div>
</div>
<div class="row">
<div class="col-md-6">
<div id="jstree_demo" class="demo" style="margin-top:1em; min-height:400px;"></div>
<script>
function demo_create() {
var ref = $('#jstree_demo').jstree(true),
sel = ref.get_selected();
if(!sel.length) { return false; }
sel = sel[0];
sel = ref.create_node(sel, {"type":"file"});
if(sel) {
ref.edit(sel);
}
};
function demo_rename() {
var ref = $('#jstree_demo').jstree(true),
sel = ref.get_selected();
if(!sel.length) { return false; }
sel = sel[0];
ref.edit(sel);
};
function demo_delete() {
var ref = $('#jstree_demo').jstree(true),
sel = ref.get_selected();
if(!sel.length) { return false; }
ref.delete_node(sel);
};
$(function () {
var to = false;
$('#demo_q').keyup(function () {
if(to) { clearTimeout(to); }
to = setTimeout(function () {
var v = $('#demo_q').val();
$('#jstree_demo').jstree(true).search(v);
}, 250);
});
$('#jstree_demo')
.jstree({
"core" : {
"animation" : 0,
"check_callback" : true,
"themes" : { "stripes" : true },
'data' : {
'url' : function (node) {
return node.id === '#' ? './assets/ajax_demo_roots.json' : './assets/ajax_demo_children.json';
},
'data' : function (node) {
return { 'id' : node.id };
}
}
},
"types" : {
"#" : { "max_children" : 1,
"max_depth" : 4,
"valid_children" : ["root"]
},
"root" : { "icon" : "./assets/images/tree_icon.png", "valid_children" : ["default"] },
"default" : { "valid_children" : ["default","file"] },
"file" : { "icon" : "glyphicon glyphicon-file", "valid_children" : [] }
},
"plugins" : [ "contextmenu", "dnd", "search", "state", "types", "wholerow" ],
//dnd: arrastrar y soltar
//types: añadir tipos predefinidos para grupos de nodos
//state: guarda todos los nodos abiertos y seleccionados
//Wholerow: Hace que cada nodo aparezca a nivel de bloque que hace que sea más fácil la selección
}).on('create_node.jstree', function(e, data) {
console.log('saved');
});
});
</script>
</div>
</div>
</div>
</div>
<!--.-->
<script src="./assets/jquery-1.10.2.min.js"></script>
<script src="./assets/dist/jstree.min.js"></script>
<script>$.each($q,function(i,f){$(f)});$q=null;</script>
</body>
</html>
| osmel/tema_Codeigniter | js/jstree/demo/index.html | HTML | mit | 4,043 |
<p>
comp-1263 works!
</p>
| angular/angular-cli-stress-test | src/app/components/comp-1263/comp-1263.component.html | HTML | mit | 28 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'宋体'; font-size:9pt; font-weight:400; font-style:normal;">
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:20pt;">我</span><span style=" font-family:'华文楷体'; font-size:28pt; font-weight:600; color:#ff0000;">爱</span><span style=" font-size:20pt;"> </span><span style=" font-family:'Arial Black'; font-size:20pt; font-style:italic; text-decoration: underline; color:#00aa00;">Qt5</span><span style=" font-size:20pt; font-style:italic;"> </span><span style=" font-family:'微软雅黑'; font-size:16pt;">编程</span><span style=" font-size:20pt;">!</span></p></body></html> | captainwong/Qt5-src | CH17/build-MyselfWord-Desktop_Qt_5_4_0_MinGW_32bit-Debug/新建文件夹/文档 1.html | HTML | mit | 1,008 |
<docs-demo :meta="meta" :snippet="snippet">
<!-- Html controls start-->
<div slot="controls">
<label>
size
<select v-model="size">
<option v-for="option in sizes" v-bind:value="option.value">
{{ option.text }}
</option>
</select>
</label>
</div>
<!-- Html controls end-->
<!-- Html markup start-->
<div slot="markup">
<vs-btn :size="size" variant="primary">Primary</vs-btn>
<vs-btn :size="size" variant="secondary">Secondary</vs-btn>
<vs-btn :size="size" variant="success">Success</vs-btn>
<vs-btn :size="size" variant="info">Info</vs-btn>
<vs-btn :size="size" variant="warning">Warning</vs-btn>
<vs-btn :size="size" variant="danger">Danger</vs-btn>
<hr>
<vs-btn :size="size" variant="outline-primary">Primary</vs-btn>
<vs-btn :size="size" variant="outline-secondary">Secondary</vs-btn>
<vs-btn :size="size" variant="outline-success">Success</vs-btn>
<vs-btn :size="size" variant="outline-info">Info</vs-btn>
<vs-btn :size="size" variant="outline-warning">Warning</vs-btn>
<vs-btn :size="size" variant="outline-danger">Danger</vs-btn>
<hr>
<vs-btn :size="size" variant="link" link="#">Button Link</vs-btn>
<vs-btn :size="size" variant="primary" disabled>Disabled</vs-btn>
<hr>
<vs-btn :size="size" variant="primary" block>Block</vs-btn>
</div>
<!-- Html markup end-->
</docs-demo>
| nicedoc/vuestrap-components | docs/buttons/buttons.html | HTML | mit | 1,359 |
---
layout: post
title: ! 'Technorati subscription :'
---
<p>
In order to increase my blog visibility I have subscribed myself to Technorati. In order to claim this blog I had to create an article with a link to my <a rel="me" href="http://technorati.com/claim/84sb36mry">Technorati Profile</a> .
</p>
<p>
I am hoping to post to this blog on more regular intervals.
</p>
<p>
In order to get you started I will provide you a link to <a href="http://www.codeproject.com/script/articles/list_articles.asp?userid=616289">some of my articles on codeproject</a>. Enjoy !
</p>
<div style="text-align:right"><a class="addthis_button" href="http://www.addthis.com/bookmark.php?v=250&pub=xa-4aec37702e3161d4"><img src="http://s7.addthis.com/static/btn/v2/lg-share-en.gif" width="125" height="16" alt="Bookmark and Share" style="border:0"/></a><script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pub=xa-4aec37702e3161d4"></script></div>
| ToJans/tojans.me.dev | source/_posts/2007-06-13-technorati-subscription.html | HTML | mit | 997 |
{
"posts": [
{
"url": "/chat/joke/2018/01/01/jokeM.1514799208.A.0FC.html",
"title": "多餘的 (填問券送p幣",
"image": "https://lh4.googleusercontent.com/KdYlNsTmarWwXH1VK151dkT7yZB-RQKJ4pLJMGhTMpZZnAMVu6TZ4SY56S_qZZEbB5s=w1200-h630-p",
"push": "196",
"boo": "4",
"date": "2018-01-01 17:33:24 +0800",
"boardName": "就可",
"boardLink": "/category/joke"
}
]
}
| sunnyKiwi/JustCopy | tag/作文/json/index.html | HTML | mit | 538 |
<!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
b2a23faf-1453-40dd-b9b0-60b9abddf5ed
</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="#RomanticWeb">RomanticWeb</a></strong></td>
<td class="text-center">94.37 %</td>
<td class="text-center">89.47 %</td>
<td class="text-center">100.00 %</td>
<td class="text-center">89.47 %</td>
</tr>
</tbody>
</table>
</div>
<div id="details">
<a name="RomanticWeb"><h3>RomanticWeb</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.Activator</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">CreateInstance(System.Type,System.Boolean)</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.AppDomain</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Remove usage</td>
</tr>
<tr>
<td style="padding-left:2em">add_AssemblyResolve(System.ResolveEventHandler)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Remove usage</td>
</tr>
<tr>
<td style="padding-left:2em">DefineDynamicAssembly(System.Reflection.AssemblyName,System.Reflection.Emit.AssemblyBuilderAccess)</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_BaseDirectory</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Currently there is no workaround, but we are working on it. Please check back.</td>
</tr>
<tr>
<td style="padding-left:2em">get_CurrentDomain</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Remove usage</td>
</tr>
<tr>
<td style="padding-left:2em">get_RelativeSearchPath</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Remove usage</td>
</tr>
<tr>
<td style="padding-left:2em">GetAssemblies</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Remove usage</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Collections.Generic.List`1</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Call System.Collections.ObjectModel.ReadOnlyCollection<T> constructor</td>
</tr>
<tr>
<td style="padding-left:2em">AsReadOnly</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Call System.Collections.ObjectModel.ReadOnlyCollection<T> constructor</td>
</tr>
<tr>
<td style="padding-left:2em">ForEach(System.Action{`0})</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.Collections.Specialized.NameValueCollection</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">get_AllKeys</td>
<td class="IconSuccessEncoded"></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.String)</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.ComponentModel.ITypeDescriptorContext</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Currently there is no workaround, but we are working on it. Please check back.</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.ComponentModel.TypeConverter</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">#ctor</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">ConvertFrom(System.Object)</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">IsValid(System.ComponentModel.ITypeDescriptorContext,System.Object)</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">IsValid(System.Object)</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.ComponentModel.TypeConverterAttribute</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">#ctor(System.Type)</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.ComponentModel.TypeDescriptor</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">GetConverter(System.Type)</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Currently there is no workaround, but we are working on it. Please check back.</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Configuration.ConfigurationCollectionAttribute</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Use configuration appropriate for your application model. For portable Framework Components, expose API for configuration on type</td>
</tr>
<tr>
<td style="padding-left:2em">#ctor(System.Type)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Use configuration appropriate for your application model. For portable Framework Components, expose API for configuration on type</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Configuration.ConfigurationElement</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Use configuration appropriate for your application model. For portable Framework Components, expose API for configuration on type</td>
</tr>
<tr>
<td style="padding-left:2em">#ctor</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Use configuration appropriate for your application model. For portable Framework Components, expose API for configuration on type</td>
</tr>
<tr>
<td style="padding-left:2em">get_Item(System.String)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Use configuration appropriate for your application model. For portable Framework Components, expose API for configuration on type</td>
</tr>
<tr>
<td style="padding-left:2em">set_Item(System.String,System.Object)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Use configuration appropriate for your application model. For portable Framework Components, expose API for configuration on type</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Configuration.ConfigurationElementCollection</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Use configuration appropriate for your application model. For portable Framework Components, expose API for configuration on type</td>
</tr>
<tr>
<td style="padding-left:2em">#ctor</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Use configuration appropriate for your application model. For portable Framework Components, expose API for configuration on type</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Configuration.ConfigurationManager</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Remove usage: track configuration via alternate means.</td>
</tr>
<tr>
<td style="padding-left:2em">GetSection(System.String)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Remove usage: track configuration via alternate means.</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Configuration.ConfigurationPropertyAttribute</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Use configuration appropriate for your application model. For portable Framework Components, expose API for configuration on type</td>
</tr>
<tr>
<td style="padding-left:2em">#ctor(System.String)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Use configuration appropriate for your application model. For portable Framework Components, expose API for configuration on type</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Configuration.ConfigurationSection</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Use configuration appropriate for your application model. For portable Framework Components, expose API for configuration on type</td>
</tr>
<tr>
<td style="padding-left:2em">#ctor</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Use configuration appropriate for your application model. For portable Framework Components, expose API for configuration on type</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Configuration.ConfigurationValidatorAttribute</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">#ctor(System.Type)</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.Configuration.ConfigurationValidatorBase</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">#ctor</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.Delegate</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Use System.Reflection.RuntimeReflectionExtensions.GetMethodInfo</td>
</tr>
<tr>
<td style="padding-left:2em">get_Method</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Use System.Reflection.RuntimeReflectionExtensions.GetMethodInfo</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverageAttribute</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">#ctor</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.IO.Directory</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">GetFiles(System.String,System.String)</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.IO.Stream</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Use Dispose instead</td>
</tr>
<tr>
<td style="padding-left:2em">Close</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Use Dispose instead</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.MarshalByRefObject</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Remove usage</td>
</tr>
<tr>
<td style="padding-left:2em">#ctor</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Remove usage</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Net.WebRequest</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Use System.Net.Http.HttpClient.SendAsync (returns an HttpResponseMessage)</td>
</tr>
<tr>
<td style="padding-left:2em">GetResponse</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Use System.Net.Http.HttpClient.SendAsync (returns an HttpResponseMessage)</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Reflection.Assembly</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Use AssemblyLoadContext</td>
</tr>
<tr>
<td style="padding-left:2em">get_CodeBase</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">GetCustomAttributes(System.Type,System.Boolean)</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">GetExecutingAssembly</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>typeof(CurrentType).GetTypeInfo().Assembly</td>
</tr>
<tr>
<td style="padding-left:2em">GetType(System.String,System.Boolean)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Use Assembly.GetType(string), throw if you receive null return value.</td>
</tr>
<tr>
<td style="padding-left:2em">GetTypes</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Use Assembly.DefinedTypes</td>
</tr>
<tr>
<td style="padding-left:2em">Load(System.Byte[])</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">Load(System.Byte[],System.Byte[])</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">Load(System.String)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>use Assembly.Load(new AssemblyName(string))</td>
</tr>
<tr>
<td style="padding-left:2em">LoadFrom(System.String)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Use AssemblyLoadContext</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Reflection.AssemblyName</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_CultureInfo</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.Reflection.Binder</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Use an overload that does not take a Binder.</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Reflection.BindingFlags</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.Reflection.Emit.AssemblyBuilder</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">DefineDynamicModule(System.String)</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">GetDynamicModule(System.String)</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.Reflection.Emit.AssemblyBuilderAccess</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.Reflection.Emit.DynamicMethod</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">#ctor(System.String,System.Type,System.Type[],System.Reflection.Module,System.Boolean)</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">GetILGenerator</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.Reflection.Emit.ILGenerator</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">DeclareLocal(System.Type)</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">Emit(System.Reflection.Emit.OpCode)</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">Emit(System.Reflection.Emit.OpCode,System.Byte)</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">Emit(System.Reflection.Emit.OpCode,System.Int32)</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">Emit(System.Reflection.Emit.OpCode,System.Reflection.ConstructorInfo)</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">Emit(System.Reflection.Emit.OpCode,System.Reflection.Emit.LocalBuilder)</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">Emit(System.Reflection.Emit.OpCode,System.Reflection.MethodInfo)</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">Emit(System.Reflection.Emit.OpCode,System.SByte)</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">Emit(System.Reflection.Emit.OpCode,System.String)</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">Emit(System.Reflection.Emit.OpCode,System.Type)</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.Reflection.Emit.LocalBuilder</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.Reflection.Emit.MethodBuilder</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">GetILGenerator</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.Reflection.Emit.ModuleBuilder</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">DefineType(System.String,System.Reflection.TypeAttributes,System.Type)</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">DefineType(System.String,System.Reflection.TypeAttributes,System.Type,System.Type[])</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.Reflection.Emit.PropertyBuilder</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">SetGetMethod(System.Reflection.Emit.MethodBuilder)</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.Reflection.Emit.TypeBuilder</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">CreateType</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">DefineMethod(System.String,System.Reflection.MethodAttributes,System.Type,System.Type[])</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">DefineProperty(System.String,System.Reflection.PropertyAttributes,System.Type,System.Type[])</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.Reflection.MemberInfo</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_MemberType</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>use "is FieldInfo", "is PropertyInfo", etc</td>
</tr>
<tr>
<td style="padding-left:2em">IsDefined(System.Type,System.Boolean)</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.Reflection.MemberTypes</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Use is operator. Example: if (membertype == membertypes.Field) --> if (member is FieldInfo)</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Reflection.Module</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">GetType(System.String)</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">GetType(System.String,System.Boolean)</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.Reflection.ParameterModifier</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Use an overload that does not take a ParameterModifier array.</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Reflection.PropertyInfo</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Use PropertyInfo.GetMethod property</td>
</tr>
<tr>
<td style="padding-left:2em">GetGetMethod</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Use PropertyInfo.GetMethod property</td>
</tr>
<tr>
<td style="padding-left:2em">GetSetMethod</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Use PropertyInfo.SetMethod property</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.ResolveEventArgs</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Use AssemblyLoadContext</td>
</tr>
<tr>
<td style="padding-left:2em">get_Name</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Use AssemblyLoadContext</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.ResolveEventHandler</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Use AssemblyLoadContext</td>
</tr>
<tr>
<td style="padding-left:2em">#ctor(System.Object,System.IntPtr)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Use AssemblyLoadContext</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Runtime.Remoting.Messaging.CallContext</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">LogicalGetData(System.String)</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">LogicalSetData(System.String,System.Object)</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.StringComparer</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>CompareInfo.GetStringComparer</td>
</tr>
<tr>
<td style="padding-left:2em">get_InvariantCultureIgnoreCase</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>CompareInfo.GetStringComparer</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Type</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Equivalent available: Add using for System.Reflection, and reference System.Reflection.TypeExtensions </td>
</tr>
<tr>
<td style="padding-left:2em">EmptyTypes</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>new Type[0] (or create your own static property which returns a cached version of this)</td>
</tr>
<tr>
<td style="padding-left:2em">get_Assembly</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>.GetTypeInfo().Assembly</td>
</tr>
<tr>
<td style="padding-left:2em">get_BaseType</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>.GetTypeInfo().BaseType</td>
</tr>
<tr>
<td style="padding-left:2em">get_ContainsGenericParameters</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>.GetTypeInfo().ContainsGenericParameters</td>
</tr>
<tr>
<td style="padding-left:2em">get_IsAbstract</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>.GetTypeInfo().IsAbstract</td>
</tr>
<tr>
<td style="padding-left:2em">get_IsClass</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>.GetTypeInfo().IsClass</td>
</tr>
<tr>
<td style="padding-left:2em">get_IsGenericType</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>.GetTypeInfo().IsGenericType</td>
</tr>
<tr>
<td style="padding-left:2em">get_IsGenericTypeDefinition</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>.GetTypeInfo().IsGenericTypeDefinition</td>
</tr>
<tr>
<td style="padding-left:2em">get_IsInterface</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>.GetTypeInfo().IsInterface</td>
</tr>
<tr>
<td style="padding-left:2em">get_IsNestedPrivate</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>.GetTypeInfo().IsNestedPrivate</td>
</tr>
<tr>
<td style="padding-left:2em">get_IsValueType</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>.GetTypeInfo().IsValueType</td>
</tr>
<tr>
<td style="padding-left:2em">get_Module</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Use System.Reflection.AssemblyExtensions.GetModules(), iterate over returned collection.</td>
</tr>
<tr>
<td style="padding-left:2em">GetConstructor(System.Reflection.BindingFlags,System.Reflection.Binder,System.Type[],System.Reflection.ParameterModifier[])</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Use GetConstructor(Type[]) to search for public constructors by parameter type or filter the results of GetConstructors(BindingFlags) using LINQ for other queries.</td>
</tr>
<tr>
<td style="padding-left:2em">GetConstructor(System.Type[])</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">GetConstructors</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">GetConstructors(System.Reflection.BindingFlags)</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Equivalent available: Add using for System.Reflection, and reference System.Reflection.TypeExtensions </td>
</tr>
<tr>
<td style="padding-left:2em">GetGenericArguments</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">GetInterfaceMap(System.Type)</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">GetInterfaces</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">GetMethod(System.String)</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">GetMethod(System.String,System.Reflection.BindingFlags)</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Equivalent available: Add using for System.Reflection, and reference System.Reflection.TypeExtensions </td>
</tr>
<tr>
<td style="padding-left:2em">GetMethod(System.String,System.Type[])</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">GetMethods</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">GetProperties</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">GetProperty(System.String)</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">GetProperty(System.String,System.Reflection.BindingFlags)</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">IsAssignableFrom(System.Type)</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">IsInstanceOfType(System.Object)</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.UriTypeConverter</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.Xml.XmlConvert</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Currently there is no workaround, but we are working on it. Please check back.</td>
</tr>
<tr>
<td style="padding-left:2em">ToDateTime(System.String,System.Xml.XmlDateTimeSerializationMode)</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Currently there is no workaround, but we are working on it. Please check back.</td>
</tr>
<tr>
<td style="padding-left:2em">ToString(System.DateTime,System.Xml.XmlDateTimeSerializationMode)</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Use ToString(DateTimeOffset)</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Xml.XmlDateTimeSerializationMode</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Available in 4.0.10.0</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/ro/romanticweb.0.3.40/RomanticWeb-net40.html | HTML | mit | 102,050 |
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../src/styles/style.css">
<link href="https://fonts.googleapis.com/css?family=Anton" rel="stylesheet">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
</head>
<body>
</body>
</html>
| StankAnt/youtube-task | src/index.html | HTML | mit | 384 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>{{ page.title }}</title>
<meta name="author" content="{{ site.author.name }}" />
<meta name="description" content="{{ site.description }}" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="alternate" type="application/rss+xml" href="/atom.xml" />
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300'
rel='stylesheet' type='text/css'>
<link href="/css/up.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="apple-touch-icon-144x144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="apple-touch-icon-114x114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="apple-touch-icon-72x72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="apple-touch-icon-57x57-precomposed.png">
<link rel="shortcut icon" href="/favicon.ico">
</head>
<body>
<div id="navbar" class="navbar navbar-fixed-top">
<div class="container">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-responsive-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">{{ site.title }}</a>
<div class="nav-collapse collapse navbar-responsive-collapse">
<ul class="nav navbar-nav pull-right hidden-print lowercase">
<li><a title="See the post list" href="/">Posts</a></li>
<li><a title="About me" href="/about">About</a></li>
<li><a title="Some of my side projects" href="/labs">Labs</a></li>
<li><a title="About me" href="/cv">cv</a></li>
<li><a title="Atom Feed" href="/atom.xml">RSS</a></li>
</ul>
</div>
</div>
</div>
{{ content }}
<div id="footer" class="hidden-print">
<section class="meta">
<div class="container">
<div class="row">
<div class="col col-lg-4">
<a href="https://twitter.com/{{ site.author.twitter }}">
<i class="icon icon-twitter icon-4x"></i>
<div>Follow me on Twitter</div>
</a>
</div>
<div class="col col-lg-4">
<a href="https://github.com/{{ site.author.github }}">
<i class="icon icon-github icon-4x"></i>
<div>
See my github profile
</div>
</a>
</div>
<div class="col col-lg-4">
<a href="http://www.linkedin.com/pub/tristan-foureur/25/8a5/aa1">
<i class="icon icon-linkedin-sign icon-4x"></i>
<div>Linkedin Account</div>
</a>
</div>
</div>
</div>
</section>
</div>
{% include analytics.html %}
<!-- begin olark code -->
<script data-cfasync="false" type='text/javascript'>/*<![CDATA[*/window.olark||(function(c){var f=window,d=document,l=f.location.protocol=="https:"?"https:":"http:",z=c.name,r="load";var nt=function(){
f[z]=function(){
(a.s=a.s||[]).push(arguments)};var a=f[z]._={
},q=c.methods.length;while(q--){(function(n){f[z][n]=function(){
f[z]("call",n,arguments)}})(c.methods[q])}a.l=c.loader;a.i=nt;a.p={
0:+new Date};a.P=function(u){
a.p[u]=new Date-a.p[0]};function s(){
a.P(r);f[z](r)}f.addEventListener?f.addEventListener(r,s,false):f.attachEvent("on"+r,s);var ld=function(){function p(hd){
hd="head";return["<",hd,"></",hd,"><",i,' onl' + 'oad="var d=',g,";d.getElementsByTagName('head')[0].",j,"(d.",h,"('script')).",k,"='",l,"//",a.l,"'",'"',"></",i,">"].join("")}var i="body",m=d[i];if(!m){
return setTimeout(ld,100)}a.P(1);var j="appendChild",h="createElement",k="src",n=d[h]("div"),v=n[j](d[h](z)),b=d[h]("iframe"),g="document",e="domain",o;n.style.display="none";m.insertBefore(n,m.firstChild).id=z;b.frameBorder="0";b.id=z+"-loader";if(/MSIE[ ]+6/.test(navigator.userAgent)){
b.src="javascript:false"}b.allowTransparency="true";v[j](b);try{
b.contentWindow[g].open()}catch(w){
c[e]=d[e];o="javascript:var d="+g+".open();d.domain='"+d.domain+"';";b[k]=o+"void(0);"}try{
var t=b.contentWindow[g];t.write(p());t.close()}catch(x){
b[k]=o+'d.write("'+p().replace(/"/g,String.fromCharCode(92)+'"')+'");d.close();'}a.P(2)};ld()};nt()})({
loader: "static.olark.com/jsclient/loader0.js",name:"olark",methods:["configure","extend","declare","identify"]});
/* custom configuration goes here (www.olark.com/documentation) */
olark.identify('9102-272-10-8505');/*]]>*/</script><noscript><a href="https://www.olark.com/site/9102-272-10-8505/contact" title="Contact us" target="_blank">Questions? Feedback?</a> powered by <a href="http://www.olark.com?welcome" title="Olark live chat software">Olark live chat software</a></noscript>
<!-- end olark code -->
</body>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
<script src="/js/up.js"></script>
</html>
| Esya/esya.github.com | _layouts/layout.html | HTML | mit | 5,165 |
<div class="page">
<div class="wrapper">
<h2 ng-bind="ctrl.pageTitle"></h2>
</div>
<div class="content">
<div class="wrapper">
<div class="current-route"><span ng-bind-html="ctrl.pageRoute"></span></div>
<div ng-include=""views/templates/result.html""></div>
</div>
</div>
</div> | kidroca/project-quiz | Server/Server.WebApi/Views/quiz/quiz-result.html | HTML | mit | 322 |
<html>
<head>
<title>OGRE: Member List - OGRE Documentation</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link type="text/css" rel="stylesheet" href="doxygen.css">
<link type="text/css" rel="stylesheet" href="tabs.css">
</head>
<body>
<!-- Generated by Doxygen 1.7.4 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="dirs.html"><span>Directories</span></a></li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="inherits.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespaceOgre.html">Ogre</a> </li>
<li class="navelem"><a class="el" href="classOgre_1_1Bitwise.html">Bitwise</a> </li>
</ul>
</div>
</div>
<div class="header">
<div class="headertitle">
<div class="title">Ogre::Bitwise Member List</div> </div>
</div>
<div class="contents">
This is the complete list of members for <a class="el" href="classOgre_1_1Bitwise.html">Ogre::Bitwise</a>, including all inherited members.<table>
<tr class="memlist"><td><a class="el" href="classOgre_1_1Bitwise.html#a8abbcb20f50105117dc94c6fedf8ace6">convertBitPattern</a>(SrcT srcValue, SrcT srcBitMask, DestT destBitMask)</td><td><a class="el" href="classOgre_1_1Bitwise.html">Ogre::Bitwise</a></td><td><code> [static]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classOgre_1_1Bitwise.html#af1d86f2723f835a233138259c962a952">firstPO2From</a>(uint32 n)</td><td><a class="el" href="classOgre_1_1Bitwise.html">Ogre::Bitwise</a></td><td><code> [static]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classOgre_1_1Bitwise.html#aa59b3726641c31b63aa3e203559ca3bd">fixedToFixed</a>(uint32 value, unsigned int n, unsigned int p)</td><td><a class="el" href="classOgre_1_1Bitwise.html">Ogre::Bitwise</a></td><td><code> [static]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classOgre_1_1Bitwise.html#a48006ba79d6f8c690e3131c7b4e441bf">fixedToFloat</a>(unsigned value, unsigned int bits)</td><td><a class="el" href="classOgre_1_1Bitwise.html">Ogre::Bitwise</a></td><td><code> [static]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classOgre_1_1Bitwise.html#ad3f4d30ecc1aa5ea112a38e63a47b9c8">floatToFixed</a>(const float value, const unsigned int bits)</td><td><a class="el" href="classOgre_1_1Bitwise.html">Ogre::Bitwise</a></td><td><code> [static]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classOgre_1_1Bitwise.html#aa02a9c5a117baf2da38ad562c2130681">floatToHalf</a>(float i)</td><td><a class="el" href="classOgre_1_1Bitwise.html">Ogre::Bitwise</a></td><td><code> [static]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classOgre_1_1Bitwise.html#ad98268f6e1288301c0471e345e98cd1e">floatToHalfI</a>(uint32 i)</td><td><a class="el" href="classOgre_1_1Bitwise.html">Ogre::Bitwise</a></td><td><code> [static]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classOgre_1_1Bitwise.html#ab9e1672bc7f43a5a3467d3e0d0886b62">getBitShift</a>(T mask)</td><td><a class="el" href="classOgre_1_1Bitwise.html">Ogre::Bitwise</a></td><td><code> [static]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classOgre_1_1Bitwise.html#abb3cbaa74865420859ba7b1061f8d3f3">halfToFloat</a>(uint16 y)</td><td><a class="el" href="classOgre_1_1Bitwise.html">Ogre::Bitwise</a></td><td><code> [static]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classOgre_1_1Bitwise.html#a7ccd62b11c082f76d4972e27896c6028">halfToFloatI</a>(uint16 y)</td><td><a class="el" href="classOgre_1_1Bitwise.html">Ogre::Bitwise</a></td><td><code> [static]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classOgre_1_1Bitwise.html#ad0fcaa2e4f445d1e9c1fb69291061dec">intRead</a>(const void *src, int n)</td><td><a class="el" href="classOgre_1_1Bitwise.html">Ogre::Bitwise</a></td><td><code> [static]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classOgre_1_1Bitwise.html#afa88e9d32bbc468ac3ee803ee4228ca1">intWrite</a>(void *dest, const int n, const unsigned int value)</td><td><a class="el" href="classOgre_1_1Bitwise.html">Ogre::Bitwise</a></td><td><code> [static]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classOgre_1_1Bitwise.html#ab09f72312a62e0e0720e4b039f402654">isPO2</a>(T n)</td><td><a class="el" href="classOgre_1_1Bitwise.html">Ogre::Bitwise</a></td><td><code> [static]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classOgre_1_1Bitwise.html#aa3fd3a659f416fe2f6e034c42b6a873c">mostSignificantBitSet</a>(unsigned int value)</td><td><a class="el" href="classOgre_1_1Bitwise.html">Ogre::Bitwise</a></td><td><code> [static]</code></td></tr>
</table></div>
<hr>
<p>
Copyright © 2008 Torus Knot Software Ltd<br />
<!--Creative Commons License--><a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/3.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike 3.0 Unported License</a>.<br/>
<!--/Creative Commons License--><!-- <rdf:RDF xmlns="http://web.resource.org/cc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<Work rdf:about="">
<license rdf:resource="http://creativecommons.org/licenses/by-sa/2.5/" />
<dc:type rdf:resource="http://purl.org/dc/dcmitype/Text" />
</Work>
<License rdf:about="http://creativecommons.org/licenses/by-sa/2.5/"><permits rdf:resource="http://web.resource.org/cc/Reproduction"/><permits rdf:resource="http://web.resource.org/cc/Distribution"/><requires rdf:resource="http://web.resource.org/cc/Notice"/><requires rdf:resource="http://web.resource.org/cc/Attribution"/><permits rdf:resource="http://web.resource.org/cc/DerivativeWorks"/><requires rdf:resource="http://web.resource.org/cc/ShareAlike"/></License></rdf:RDF> -->
Last modified Sat Jan 14 2012 18:40:46
</p>
</body>
</html>
| milram/ogre-1.7.4-osx | Docs/api/html/classOgre_1_1Bitwise-members.html | HTML | mit | 6,816 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="NGI Stockholm Internal Dashboard">
<meta name="author" content="Phil Ewels">
<title>NGI Stockholm External Dashboard</title>
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<style type="text/css">
body {
padding-bottom: 30px;
}
h1 {
margin-top: 25px;
}
.navbar-brand {
padding: 9px;
}
.external_plot {
margin: 40px 0;
}
.dashboard-timestamps {
border-top: 1px solid #dedede;
padding: 30px;
color: #999;
}
</style>
<!--[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>
<nav class="navbar navbar-inverse navbar-static-top">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="/">
<img src="https://ngisweden.scilifelab.se/site/favicon.png" title="NGI Sweden Order Portal" alt="NGI Sweden Order Portal">
</a>
</div>
<ul class="nav navbar-nav">
<li><a href="https://ngisweden.scilifelab.se/"><span class="glyphicon glyphicon-home"></span></a></li>
</ul>
</div>
</nav>
<div class="container mainrow">
<h1>NGI Stockholm: Status</h1>
<p>Data shown for the Genomics Production facility at <a href="https://www.scilifelab.se/facilities/ngi-stockholm/">NGI Stockholm</a>, who perform high-throughput sequencing followed by data processing and best practice bioinformatics analyses.</p>
<form class="form-horizontal">
<div class="form-group">
<label for="show_year" class="col-xs-6 col-sm-3 col-md-2 control-label">Statistics for year:</label>
<div class="col-xs-6 col-sm-3 col-md-2">
<select id="show_year" class="form-control"></select>
</div>
</div>
</form>
<div class="plots_content">
<div class="row">
<div class="col-sm-6">
<div id="delivery_time_histograms" class="external_plot"></div>
</div>
<div class="col-sm-6">
<div id="delivery_times_plot" class="external_plot"></div>
<div id="finished_lib_median_tat" class="external_plot"></div>
</div>
</div>
<div class="row">
<div class="col-sm-6">
<div id="num_projects_plot" class="external_plot"></div>
</div>
<div class="col-sm-6">
<div id="num_samples_plot" class="external_plot"></div>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<div id="throughput_plot" class="external_plot"></div>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<div id="affiliations_plot" class="external_plot"></div>
</div>
</div>
</div>
<div class="dashboard-timestamps">
Fetched: <span id="date_rendered">{{ d.date_rendered }}</span>
<em>(<span id="report_age"></span>)</em> /
<a href="https://github.com/NationalGenomicsInfrastructure/NGI_dashboards" target="_blank">NGI Dashboards Package</a>, Version: <span>v{{ d.p_version }}</span>
</div>
</div><!-- /.container -->
<script src="https://code.jquery.com/jquery-1.12.3.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<script src="https://code.highcharts.com/highcharts.js"></script>
<script src="https://code.highcharts.com/highcharts-more.js"></script>
<script src="https://code.highcharts.com/modules/solid-gauge.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.14.1/moment.min.js"></script>
<script type="text/javascript">
var data = {{ d.json }};
var deliverytimes_data = {{ dt_data }};
// Javascript for the NGI Stockholm Internal Dashboard
var plot_height = 415;
$(function () {
try {
Highcharts.setOptions({
colors: ['#377eb8','#4daf4a','#984ea3','#ff7f00','#a65628','#f781bf','#999999','#e41a1c'],
chart: {
style: {
fontFamily:'"Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif'
}
}
});
// Calculate how old the report is
var updated = moment($('#date_rendered').text(), 'YYYY-MM-DD, HH:mm');
$('#report_age').text(updated.from(moment()));
// Check that the returned data is ok
if ('error_status' in data){
$('.plots_content').html('<div class="alert alert-danger text-center" style="margin: 100px 50px;"><p><strong>Apologies, there was an error whilst loading this data (API).</strong> Please try again soon.</p></div>');
console.error(data['error_reason']);
console.error(data['error_status']);
console.error(data['page_title']);
console.error(data['error_exception']);
// Try reloading in a few minutes
setTimeout(function(){ location.reload(); }, 60000); // 1 minute
return false;
}
// Populate the years dropdown
var get_keys = function(m) {
var y = m.slice(0,4);
return y;
};
var tmp = Object.keys(data['delivery_times']).map(get_keys);
var years = Array.from(new Set(tmp)).sort().reverse();
for (var i = 0; i < years.length; i++){
$('#show_year').append('<option>'+years[i]+'</option>');
}
// Years dropdown changed
$('#show_year').change(function(e){
plot_everything( $(this).val() );
});
// Plot everything that's year based
plot_everything(years[0]);
// Open Projects plot
// Add open sequencing and open lib prep projects
//make_bar_plot('#open_projects_plot', 'Currently Open Projects', 'Number of Projects', false, {'Projects': ydata});
} catch(err){
$('.plots_content').html('<div class="alert alert-danger text-center" style="margin: 100px 50px;"><p><strong>Apologies, there was an error whilst loading this data.</strong> Please try again soon.</p></div>');
console.error(err);
// Try reloading in a few minutes
setTimeout(function(){ location.reload(); }, 300000); // 5 minutes
}
});
function collect_year(data, year) {
var months = Object.keys(data).sort().reverse();
year_m = months.filter(function(n) {
return n.startsWith(year)
});
var ydata = Object();
for (i=0; i<year_m.length; i++) {
var month = data[year_m[i]];
var mkeys = Object.keys(data[year_m[i]]);
for (j=0; j<mkeys.length; j++) {
var mdata = data[year_m[i]][mkeys[j]];
if (Array.isArray(mdata)) {
if (ydata.hasOwnProperty(mkeys[j])) {
tmp = ydata[mkeys[j]].concat(mdata);
ydata[mkeys[j]] = tmp;
}
else {
ydata[mkeys[j]] = mdata;
}
}
else {
if (ydata.hasOwnProperty(mkeys[j])) {
ydata[mkeys[j]] += mdata;
}
else {
ydata[mkeys[j]] = mdata;
}
}
}
}
return ydata;
}
function get_median(arr) {
var median;
arr.sort( function(a,b) {return a - b;} );
var half = Math.floor(arr.length/2);
if(arr.length % 2)
median = arr[half];
else
median = (arr[half-1] + arr[half]) / 2.0;
return median;
}
function plot_everything(year){
try {
// # Samples plot
var ydata = collect_year(data['num_samples'], year);
var ydata_seq = collect_year(data['num_seq_samples'], year);
make_bar_plot('#num_samples_plot', '# Samples in '+year, undefined, true, {'Library prep': ydata, 'Sequencing only': ydata_seq});
// # Projects plot
var ydata = collect_year(data['num_projects'], year);
var ydata_seq = collect_year(data['num_seq_projects'], year);
var open = Object.keys(data['open_projects']).concat(Object.keys(data['open_seq_projects'])).reduce(function(obj, k) {
obj[k] = (data['open_projects'][k] || 0) + (data['open_seq_projects'][k] || 0);
return obj;
}, {});
make_bar_plot('#num_projects_plot', '# Projects in '+year, undefined, true, {'Library prep': ydata, 'Sequencing only': ydata_seq, 'Ongoing': open});
// Delivery times plot
delivery_times_histograms(year);
// Delivery times plot
make_delivery_times_plot(year);
// Finished Library turn-around-time plot
make_finished_lib_median_plot(year);
// Affiliations plot
make_affiliations_plot(year);
// Throughput plot
make_throughput_plot(year, 52);
} catch(err){
$('.plots_content').html('<div class="alert alert-danger text-center" style="margin: 100px 50px;"><p><strong>Apologies, there was an error whilst loading this data.</strong> Please try again soon.</p></div>');
console.error(err);
// Try reloading in a few minutes
setTimeout(function(){ location.reload(); }, 300000); // 5 minutes
}
};
// Make a bar plot
function make_bar_plot(target, title, yAxis_title, enableLegend, ydata){
try {
if(target === undefined){ throw 'Target missing'; }
if(ydata === undefined){ throw 'Data missing'; }
if(title === undefined){ title = null; }
if(yAxis_title === undefined){ yAxis_title = null; }
var iseries = [];
var total_count = 0;
var set_cats = {};
// Do it once to get the catagories
for (var i=0; i<Object.keys(ydata).length; i++) {
var idata = ydata[Object.keys(ydata)[i]];
var cats = Object.keys(idata).sort(function(a,b){return idata[a]-idata[b]}).reverse();
for(var j=0; j<cats.length; j++){
(set_cats[cats[j]] === undefined) ? set_cats[cats[j]]=idata[cats[j]] : set_cats[cats[j]]=set_cats[cats[j]]+idata[cats[j]];
}
}
// Do it twice to get the data or w.e
for (var i=0; i<Object.keys(ydata).length; i++) {
var idata = ydata[Object.keys(ydata)[i]];
var cats = Object.keys(set_cats).sort(function(a,b){return set_cats[a]-set_cats[b]}).reverse();
var sorted_idata = [];
for(var j=0; j<cats.length; j++){
if (idata[cats[j]] === undefined) {idata[cats[j]] = 0;}
sorted_idata.push(idata[cats[j]]);
total_count += idata[cats[j]];
}
iseries.push({"name": Object.keys(ydata)[i], "data": sorted_idata});
}
// Ugly hack requested by @ewels
if (title.indexOf((new Date()).getFullYear()) < 0) {
for (var i=0; i<iseries.length; i++) {
if (iseries[i]["name"] == "Ongoing") {iseries[i]["visible"] = false;};
}
}
var nice_cats = Object.keys(set_cats).sort(function(a,b){return set_cats[a]-set_cats[b]}).reverse();
var subtitle = 'Total: '+total_count;
colours = ['#377eb8'];
if (enableLegend) {
colours = ['#315a7b', '#377eb8', '#4daf4a'];
}
$(target).highcharts({
colors: colours,
chart: {
type: 'bar',
height: plot_height,
plotBackgroundColor: null,
},
title: {
text: title,
style: { 'font-size': '24px' }
},
subtitle: {
text: 'Total: '+total_count
},
tooltip: {
shared: true,
headerFormat: '',
pointFormat: '<span style="color:{series.color}; font-weight:bold;">{series.name}</span>: {point.y}<br/>'
},
credits: { enabled: false },
xAxis: {
categories: nice_cats
},
yAxis: {
min: 0,
title: { text: yAxis_title },
stackLabels: { enabled: true }
},
legend: {
reversed: true,
floating: true,
y: -30,
x: 100,
enabled: enableLegend
},
plotOptions: {
bar: {
borderWidth: 0,
groupPadding: 0.1
},
series: {
stacking: 'normal',
}
},
series: iseries
});
} catch(err) {
$(target).addClass('coming_soon').text('coming soon');
console.error(err);
}
}
function make_delivery_times_plot(year){
var ydata = collect_year(data['delivery_times'], year);
var ykeys = Object.keys(ydata).sort(function(a,b){ return a.match(/\d+/)-b.match(/\d+/) });
var pdata = Array();
for(i=0; i<ykeys.length; i++){ pdata.push([ykeys[i], ydata[ykeys[i]]]); }
var d = new Date();
$('#delivery_times_plot').highcharts({
chart: {
plotBackgroundColor: null,
plotBorderWidth: 0,
plotShadow: false,
height: plot_height * 0.65,
},
title: {
text: 'Delivery Times in '+year,
style: { 'font-size': '24px' }
},
subtitle: {
text: 'Measured from sample QC pass to data delivery dates <br />for projects started in '+year
},
credits: { enabled: false },
tooltip: {
headerFormat: '',
pointFormat: '<span style="color:{point.color}; font-weight:bold;">{point.name}eeks</span>: {point.y} projects'
},
plotOptions: {
pie: {
// dataLabels: { enabled: false },
dataLabels: {
enabled: true,
formatter: function() {
return Math.round(this.percentage*100)/100 + ' %';
},
distance: -40,
style: {
fontWeight: 'bold',
color: 'white',
textShadow: '0px 1px 2px black',
'font-size': '18px'
}
},
showInLegend: true,
startAngle: -90,
endAngle: 90,
size: '210%',
center: ['50%', '100%']
}
},
legend: {
enabled: true,
floating: true,
y: 20
},
series: [{
type: 'pie',
name: 'Delivery Times',
innerSize: '50%',
data: pdata
}]
});
}
function make_finished_lib_median_plot(year){
var ydata = collect_year(deliverytimes_data, year)['Sequencing Only'];
ydata = get_median(ydata);
$('#finished_lib_median_tat').highcharts({
chart: {
type: 'bar',
height: 100,
spacingLeft: 100,
spacingRight: 100,
spacingBottom: 10,
spacingTop: 0,
backgroundColor:'rgba(255, 255, 255, 0.1)',
plotBackgroundColor:'#ed8c83',
plotBorderColor: '#FFFFFF',
plotBorderWidth: 14
},
xAxis: {
categories: ['Queue'],
title: { text: null },
labels: { enabled: false },
tickWidth: 0,
lineWidth: 0
},
yAxis: [{
opposite: true,
min: 0,
max: 6,
title: {
text: 'Median turn around time for sequencing-ready libraries: <strong>'+ydata+' days</strong>',
y: -5,
style: { 'font-size': 12 }
},
labels: { enabled: false },
gridLineWidth: 0
},{
min: 0,
max: 30,
title: { text: null },
startOnTick: false,
labels: {
format: '{value} w',
y: 15
},
tickPositions: [ 0, 1, 2, 3, 4, 5 ],
gridLineWidth: 0,
plotBands: [{
color: '#87BA7D',
from: 0,
to: 3
},{
color: '#EDD983',
from: 3,
to: 4
},{
color: '#ED8C83',
from: 4,
to: 20
}],
plotLines: [{
name: 'Finished Lib TaT',
color : '#666666',
dataLabels: { enabled: true },
width: 4,
zIndex: 1000,
value: ydata/7
}]
}],
title: { text: null },
legend: { enabled: false },
credits: { enabled: false },
series: [
{ data: [0] },
{ data: [0], yAxis: 1 }
]
});
}
function make_affiliations_plot(year){
var ydata = collect_year(data['project_user_affiliations'], year);
var ykeys = Object.keys(ydata).sort(function(a,b){return ydata[a]-ydata[b]}).reverse();
var pdata = Array();
for(i=0; i<ykeys.length; i++){
var thiskey = ykeys[i];
if(data['key_names'][thiskey] != undefined){
thiskey = data['key_names'][thiskey];
}
pdata.push([thiskey, ydata[ykeys[i]]]);
}
$('#affiliations_plot').highcharts({
chart: {
plotBackgroundColor: null,
height: plot_height,
type:'pie'
},
title: {
text: 'Project Affiliations in '+year,
style: { 'font-size': '24px' }
},
credits: { enabled: false },
tooltip: {
headerFormat: '',
pointFormat: '<span style="color:{point.color}; font-weight:bold;">{point.name}</span>: {point.y} projects'
},
plotOptions: {
pie: {
dataLabels: { enabled: false },
showInLegend: true,
}
},
legend: {
enabled: true,
layout: 'vertical',
align: 'right',
verticalAlign: 'top',
y: 100,
itemStyle: {
'font-size': '12px',
'font-weight': 'normal'
}
},
series: [{ data: pdata }]
});
}
function make_throughput_plot(year, num_weeks){
var allweeks = Object.keys(data['bp_seq_per_week']).sort().reverse();
var yearweeks = [];
for(var i = 0; i < allweeks.length; i++){
if(allweeks[i].substr(0,4) == year){
yearweeks.push(allweeks[i]);
}
}
var weeks = yearweeks.slice(0,num_weeks+1).reverse();
var skeys = Array('HiseqX', 'NovaSeq', 'Hiseq', 'Miseq');
// Collect all series types
for(i=0; i<weeks.length; i++){
var wkeys = Object.keys(data['bp_seq_per_week'][weeks[i]]);
for(j = 0; j < wkeys.length; j++){
if(skeys.indexOf(wkeys[j]) == -1){
skeys.push(wkeys[j]);
}
}
}
// Collect the data
var sdata = Array();
var total_count = 0;
for(j=0; j<skeys.length; j++){
var swdata = Array();
for(i=0; i<weeks.length; i++){
thisdata = data['bp_seq_per_week'][weeks[i]][skeys[j]];
swdata.push(thisdata == undefined ? 0 : thisdata);
total_count += thisdata == undefined ? 0 : thisdata;
}
sdata.push({
name: skeys[j],
data: swdata
});
}
// Subtitle text
var bp_per_day = total_count / (weeks.length * 7);
var minutes_per_genome = 3236336281 / (bp_per_day / (24*60));
var subtitle_text = 'Average for '+weeks.length+' weeks: '+parseInt(bp_per_day/1000000000)+' Gbp per day <br>(1 Human genome equivalent every '+minutes_per_genome.toFixed(2)+' minutes)';
$('#throughput_plot').highcharts({
chart: {
plotBackgroundColor: null,
height: plot_height * 0.8,
type: 'area'
},
title: {
text: 'Sequencing Throughput',
style: { 'font-size': '24px' }
},
subtitle: {
text: subtitle_text
},
xAxis: {
labels: {
formatter: function() {
return weeks[this.value];
},
rotation: -30,
},
tickInterval: 1,
title: { enabled: false },
},
yAxis: {
title: { text: 'Base Pairs' },
labels: {
formatter: function () {
return this.value.toExponential();
}
}
},
credits: { enabled: false },
tooltip: {
shared: true,
useHTML: true,
formatter: function(){
tt = '<strong>Week of '+weeks[this.x]+'</strong><br><table>';
for(i=0; i<this.points.length; i++){
tt += '<tr><td style="padding-right: 15px;"><span style="color:'+this.points[i].color+';">'
tt += this.points[i].series.name+'</span>:</td><td class="text-right">'
tt += parseInt(this.points[i].y/1000000000)+' Gbp</td></tr>';
}
tt += '<tr style="border-top: 1px solid #333;"><td><strong>Total:</strong></td>';
tt += '<td>'+parseInt(this.points[0].total/1000000000)+' Gbp</td></tr></table>';
return tt;
}
},
plotOptions: {
area: {
stacking: 'normal',
lineColor: '#999999',
lineWidth: 1,
marker: { enabled: false }
}
},
legend: {
enabled: true,
floating: true,
layout: 'horizontal',
align: 'left',
verticalAlign: 'top',
y: 80,
x: 90,
itemStyle: { 'font-weight': 'normal' },
backgroundColor: ((Highcharts.theme && Highcharts.theme.legendBackgroundColor) || '#FFFFFF'),
},
series: sdata
});
}
/**
* Get histogram data out of xy data
* @param {Array} data Array of tuples [x, y]
* @param {Number} step Resolution for the histogram
* @returns {Array} Histogram data
* Adapted from: https://www.highcharts.com/demo/combo-histogram
*/
function histogram(data, step) {
var histo = {}, x, i, arr = [], maxx = 0;
// Group down
for (i = 0; i < data.length; i++) {
x = Math.floor(data[i] / step);
if (!histo[x]) {
histo[x] = 0;
}
histo[x]++;
maxx = Math.max(x, maxx);
}
// Make the histo group into an array
// for (x in histo) {
for (var x = 0; x <= maxx; x++){
if (histo.hasOwnProperty((x))) {
arr.push([parseFloat(x), histo[x]]);
} else {
arr.push([parseFloat(x),0]);
}
}
// Finally, sort the array
arr.sort(function (a, b) {
return a[0] - b[0];
});
return arr;
}
function delivery_times_histograms(year){
var ydata = collect_year(deliverytimes_data, year);
var applications = Object.keys(ydata);
// Sort by total count
var totals = [];
for(var i = 0; i < applications.length; i++){
totals.push([applications[i], ydata[applications[i]].reduce(function(a, b) { return a + b; }, 0)]);
}
totals.sort(function(a, b) {
return b[1] - a[1];
});
function median_bar(data, hist) {
var yvals = [];
for(idx = 0; idx < hist.length; idx++){
yvals.push(hist[idx][1]);
}
data.sort( function(a,b) {return a - b;} );
var halfval = Math.floor(data.length/2);
var maxval = Math.max.apply(null, yvals);
if(data.length % 2) {
return [ data[halfval]/7, maxval ];
} else {
return [ ((data[halfval-1] + data[halfval]) / 2.0)/7, maxval ];
}
}
// Create y axes and series for plot
var yaxes = [], series = [], misc_applications = [], misc_app_data = [];
var top_total = totals.slice(0,3).sort();
var the_rest = totals.slice(3,);
// Put sequencing only first
for(var i=0; i < top_total.length; i++) {
if(top_total[i][0] == "Sequencing Only"){
top_total.splice(0, 0, top_total.splice(i, 1)[0]);
}
}
for (var i = 0; i < the_rest.length; i++) {
misc_applications.push(the_rest[i][0]);
misc_app_data = misc_app_data.concat(ydata[the_rest[i][0]]);
}
for(var i = 0; i < top_total.length; i++){
var application = top_total[i][0];
var app_data = ydata[application];
var hist = histogram(app_data, 7);
yaxes.push({ title: { text: application } });
// Histogram data
series.push({
name: application,
data: hist,
marker: { enabled: false },
yAxis: yaxes.length - 1
});
// Median line
series.push({
name: 'Median: '+application,
type: 'column',
pointWidth: 2,
borderWidth: 0,
color: '#666',
data: [median_bar(app_data, hist)],
yAxis: yaxes.length - 1
});
}
if(misc_app_data.length > 0){
var hist = histogram(misc_app_data, 7);
yaxes.push({ title: { text: 'Others' } });
series.push({
name: 'Others ('+misc_applications.join(', ')+')',
data: hist,
marker: { enabled: false },
yAxis: yaxes.length - 1
});
// Median line
series.push({
name: 'Median: Others',
type: 'column',
pointWidth: 2,
borderWidth: 0,
color: '#666',
data: [median_bar(misc_app_data, hist)],
yAxis: yaxes.length - 1
});
}
var axes_height = 80/yaxes.length;
var gap = 20/(yaxes.length-1);
for(i=0; i<yaxes.length; i++){
yaxes[i]['height'] = axes_height+'%';
var top = axes_height*i;
top += gap*i;
yaxes[i]['top'] = top+'%';
yaxes[i]['allowDecimals'] = false;
yaxes[i]['gridLineWidth'] = 0;
yaxes[i]['offset'] = 0;
yaxes[i]['plotLines'] = [{ color: '#CAD8E9', width: 1, value: 0 }];
yaxes[i]['lineWidth'] = 1;
yaxes[i]['tickWidth'] = 1;
yaxes[i]['tickLength'] = 5;
yaxes[i]['minorGridLineWidth'] = 0;
yaxes[i]['minorTickInterval'] = 2;
yaxes[i]['minorTickWidth'] = 1;
yaxes[i]['title']['rotation'] = 0;
yaxes[i]['title']['margin'] = 30;
yaxes[i]['title']['style'] = { wordWrap:'break-word', width : "80px" };
}
// Make plot
$('#delivery_time_histograms').highcharts({
chart: {
type: 'area',
height: plot_height
},
title: {
text: 'Turnaround Times in '+year,
style: { 'font-size': '24px' }
},
subtitle: {
text: 'Projects started in '+year,
},
xAxis: {
title: { text: 'Number of Weeks' },
min: 0,
allowDecimals: false
},
tooltip: {
enabled: true,
useHTML: true,
formatter: function(){
tt = "<strong>"+(Number.isInteger(this.x)? this.x : this.x.toFixed(1))+" week(s)</strong><br>";
tt += '<span style="color:'+this.point.color+';">'
tt += this.series.name+'</span>'
return tt;
}
},
yAxis: yaxes,
credits: { enabled: false },
legend: { enabled: false },
series: series
});
}
</script>
</body>
</html>
| remiolsen/NGI_dashboards | make_dashboards/templates/portal/index.html | HTML | mit | 28,039 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>atbr: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.11.1 / atbr - 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>
atbr
<small>
8.9.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-02-26 16:52:27 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-26 16:52:27 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
coq 8.11.1 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.10.2 The OCaml compiler (virtual package)
ocaml-base-compiler 4.10.2 Official release 4.10.2
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.3 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "palmskog@gmail.com"
homepage: "https://github.com/coq-community/atbr"
dev-repo: "git+https://github.com/coq-community/atbr.git"
bug-reports: "https://github.com/coq-community/atbr/issues"
license: "LGPL-3.0-or-later"
synopsis: "A Coq tactic for deciding Kleene algebras"
description: """
This library provides algebraic tools for working with binary relations.
The main tactic provided is a reflexive tactic for solving (in)equations
in an arbitrary Kleene algebra. The decision procedure goes through
standard finite automata constructions.
Note that the initial authors consider this library to be superseded
by the Relation Algebra library, which is based on derivatives
rather than automata: https://github.com/damien-pous/relation-algebra
"""
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
"ocaml"
"coq" {>= "8.9" & < "8.10~"}
]
tags: [
"category:Miscellaneous/Coq Extensions"
"category:Computer Science/Decision Procedures and Certified Algorithms/Decision procedures"
"keyword:Kleene algebra"
"keyword:finite automata"
"keyword:semiring"
"keyword:matrices"
"keyword:decision procedure"
"keyword:reflexive tactic"
"logpath:ATBR"
"date:2019-05-22"
]
authors: [
"Thomas Braibant"
"Damien Pous"
]
url {
src: "https://github.com/coq-community/atbr/archive/v8.9.0.tar.gz"
checksum: "sha256=ff1172623317ed67e9b058b7edec44df350de9a2858a3baadfb1685d411decbf"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-atbr.8.9.0 coq.8.11.1</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.11.1).
The following dependencies couldn't be met:
- coq-atbr -> coq < 8.10~ -> ocaml < 4.10
base of this switch (use `--unlock-base' to force)
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-atbr.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.10.2-2.0.6/released/8.11.1/atbr/8.9.0.html | HTML | mit | 7,281 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>square-matrices: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / extra-dev</a></li>
<li class="active"><a href="">8.10.dev / square-matrices - 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>
square-matrices
<small>
8.5.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2020-08-11 14:39:01 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-08-11 14:39:01 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.06.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.06.1 Official 4.06.1 release
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.8.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "matej.kosik@inria.fr"
homepage: "https://github.com/coq-contribs/square-matrices"
license: "LGPL 2"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/SquareMatrices"]
depends: [
"ocaml"
"coq" {>= "8.5" & < "8.6~"}
]
tags: [ "keyword:exponentiation" "keyword:vectors" "keyword:matrices" "keyword:polymorphic recursion" "keyword:nested datatypes" "category:Mathematics/Algebra" ]
authors: [ "Jean-Christophe Filliâtre <>" ]
bug-reports: "https://github.com/coq-contribs/square-matrices/issues"
dev-repo: "git+https://github.com/coq-contribs/square-matrices.git"
synopsis: "From Fast Exponentiation to Square Matrices"
description: """
This development is a formalization of Chris Okasaki's article
``From Fast Exponentiation to Square Matrices: An Adventure in Types''"""
flags: light-uninstall
url {
src:
"https://github.com/coq-contribs/square-matrices/archive/v8.5.0.tar.gz"
checksum: "md5=c5ee897ece6be38f5f5f53cab72c50f1"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-square-matrices.8.5.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-square-matrices -> coq < 8.6~ -> 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-square-matrices.8.5.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.06.1-2.0.5/extra-dev/8.10.dev/square-matrices/8.5.0.html | HTML | mit | 7,090 |
<html>
<head><title>Image map created by yEd</title>
<style type="text/css">
.tooltip {
font-size:10pt;
background-color:#FFFFCC;
border:1px solid black;
padding:2px
}
</style>
<style type="text/css">
.tooltip {
position:absolute;
display:none
}
</style>
</head>
<body>
<script type="text/javascript">
tooltip = null;
document.onmousemove = updateTooltip;
function updateTooltip(e) {
try {
if (document.all) {
if (document.documentElement && document.documentElement.scrollTop) { // Explorer 6 Strict
x = document.documentElement.scrollLeft + window.event.x;
y = document.documentElement.scrollTop + window.event.y;
}
else { // all other Explorers
x = document.body.scrollLeft + window.event.x;
y = document.body.scrollTop + window.event.y;
}
}
else {
x = e.pageX;
y = e.pageY;
}
if (tooltip != null) {
o = 20;
var sx, sy;
if (self.pageYOffset) { // all except Explorer
sx = self.pageXOffset;
sy = self.pageYOffset;
}
else if (document.documentElement && document.documentElement.scrollTop) { // Explorer 6 Strict
sx = document.documentElement.scrollLeft;
sy = document.documentElement.scrollTop;
}
else if (document.body) { // all other Explorers
sx = document.body.scrollLeft;
sy = document.body.scrollTop;
}
t = y + o + tooltip.offsetHeight;
w = sy + document.body.clientHeight;
if (t > w) {
y = y - o - tooltip.offsetHeight;
}
else {
y = y + o;
}
t = x + o + tooltip.offsetWidth;
w = sx + document.body.clientWidth;
if (t > w) {
x = x - o - tooltip.offsetWidth;
}
else {
x = x + o;
}
if ((tooltip.style.top == '' || tooltip.style.top == 0) && (tooltip.style.left == '' || tooltip.style.left == 0))
{
tooltip.style.width = tooltip.offsetWidth + 'px';
tooltip.style.height = tooltip.offsetHeight + 'px';
}
tooltip.style.left = x + "px";
tooltip.style.top = y + "px";
}
} catch (error) { error = null; }
}
function showTooltip(id) {
try {
tooltip = document.getElementById(id);
tooltip.style.display = "block";
} catch (error) { error = null; }
}
function hideTooltip() {
try {
tooltip.style.display = "none";
} catch (error) { error = null; }
}
</script>
<div class="tooltip" id="n0">users</div>
<div class="tooltip" id="n1">subreddits</div>
<div class="tooltip" id="n2">posts</div>
<div class="tooltip" id="n3">comments</div>
<div class="tooltip" id="n4">subsriptions</div>
<div class="tooltip" id="n5">A user has many posts, and a post belongs to a user.<br>A user has many comments, and a comment belongs to a user.<br>A user has many votes, and a vote belongs to a user.<br><br>A subreddit has many posts, and a post belongs to a subreddit.<br>A post has many comments, and a comment belongs to a post.<br>A post has many votes, and a vote belongs to a post.<br>A comment has many votes, and a vote sometimes belongs to a comment.<br><br>A user has many subreddits through subscriptions.<br>A subreddit has many users through subscriptions.<br>A subscription belongs to a user.<br>A subscription belongs to a subreddit.<br><br>A subreddit has a mod that corresponds to a user id.</div>
<div class="tooltip" id="n6">votes</div>
<map name="image1_1">
<area shape="rect" coords="196,41,306,139" alt="" onmouseover="showTooltip('n6')" onmouseout="hideTooltip()"/>
<area shape="rect" coords="26,425,512,593" alt="" onmouseover="showTooltip('n5')" onmouseout="hideTooltip()"/>
<area shape="rect" coords="26,93,136,177" alt="" onmouseover="showTooltip('n4')" onmouseout="hideTooltip()"/>
<area shape="rect" coords="384,15,494,139" alt="" onmouseover="showTooltip('n3')" onmouseout="hideTooltip()"/>
<area shape="rect" coords="384,182,494,350" alt="" onmouseover="showTooltip('n2')" onmouseout="hideTooltip()"/>
<area shape="rect" coords="15,248,147,388" alt="" onmouseover="showTooltip('n1')" onmouseout="hideTooltip()"/>
<area shape="rect" coords="191,180,311,304" alt="" onmouseover="showTooltip('n0')" onmouseout="hideTooltip()"/>
</map>
<table class="yimagetable" cellspacing="0" cellpadding="0" border="0">
<tr>
<td><img class="yimage" src="micro_reddit_data_model1_1.png" usemap="#image1_1" border="0" alt=""/></td>
</tr>
</table>
</body>
</html> | Thomas-Rudge/micro_reddit | planning/micro_reddit_data_model.html | HTML | mit | 4,111 |
<html>
<head>
<title>Jacqueline Foster's panel show appearances</title>
<script type="text/javascript" src="../common.js"></script>
<link rel="stylesheet" media="all" href="../style.css" type="text/css"/>
<script type="text/javascript" src="../people.js"></script>
<!--#include virtual="head.txt" -->
</head>
<body>
<!--#include virtual="nav.txt" -->
<div class="page">
<h1>Jacqueline Foster's panel show appearances</h1>
<p>Jacqueline Foster has appeared in <span class="total">1</span> episodes between 2000-2000. <a href="https://en.wikipedia.org/wiki/Jacqueline_Foster">Jacqueline Foster on Wikipedia</a>.</p>
<div class="performerholder">
<table class="performer">
<tr style="vertical-align:bottom;">
<td><div style="height:100px;" class="performances female" title="1"></div><span class="year">2000</span></td>
</tr>
</table>
</div>
<ol class="episodes">
<li><strong>2000-02-28</strong> / <a href="../shows/loosewomen.html">Loose Women</a></li>
</ol>
</div>
</body>
</html>
| slowe/panelshows | people/34q1664f.html | HTML | mit | 1,006 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Sci blog jekyll theme">
<meta name="author" content="AIR RAYA Group">
<link href='/MyBlog/img/favicon.ico' type='image/icon' rel='shortcut icon'/>
<title>泽民博客 | Jekyll theme</title>
<link rel="stylesheet" href="/MyBlog/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<link rel="stylesheet" href="/MyBlog/css/font-awesome.min.css">
<link href="/MyBlog/css/simple-sidebar.css" rel="stylesheet">
<link href="/MyBlog/css/classic-10_7.css" rel="stylesheet" type="text/css">
<!-- Custom CSS -->
<link href="/MyBlog/css/style.css" rel="stylesheet">
<link href="/MyBlog/css/pygments.css" rel="stylesheet">
<!-- Fonts -->
<link href="/MyBlog/css/front.css" rel="stylesheet" type="text/css">
<link href="/MyBlog/css/Josefin_Slab.css" rel="stylesheet" type="text/css">
<link href="/MyBlog/css/Architects_Daughter.css" rel="stylesheet" type="text/css">
<link href="/MyBlog/css/Schoolbell.css" rel="stylesheet" type="text/css">
<link href="/MyBlog/css/Codystar.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="/MyBlog/js/jquery-1.12.0.min.js"></script>
<link href="/MyBlog/css/calendar/common.css" type="text/css" rel="stylesheet">
<script type="text/javascript" src="/MyBlog/js/calendar/calendar.js"></script>
<!-- share this -->
<script type="text/javascript">var switchTo5x=true;</script>
<script type="text/javascript" src="/MyBlog/js/buttons.js"></script>
<script type="text/javascript">stLight.options({publisher: "b28464c3-d287-4257-ad18-058346dd35f7", doNotHash: false, doNotCopy: false, hashAddressBar: false});</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="/MyBlog/js/html5shiv.js"></script>
<script src="/MyBlog/js/respond.min.js"></script>
<![endif]-->
<!--百度统计-->
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?e965cab8c73512b8b23939e7051d93bd";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<script async src="/MyBlog/katex/katex.js"></script>
<link rel="stylesheet" href="/MyBlog/katex/katex.css">
<!--轮播图片-->
<!--script type="text/javascript" src="https://xiazemin.github.io/MyBlog/js/jquery.js"></script>
<script type="text/javascript" src="https://xiazemin.github.io/MyBlog/js/jquery.stripesrotator.js"></script>
<script type="text/javascript">
$(document).ready(function() {
alert($('#rotator_xzm'));
alert($('#rotator_xzm').fn);
$('#rotator_xzm').stripesRotator({ images: [ "https://xiazemin.github.io/MyBlog/img/BPlusTree.png", "https://xiazemin.github.io/MyBlog/img/linuxMMap.jpeg"] });
});
</script-->
<!--水印-->
<script type="text/javascript" src="/MyBlog/js/waterMark.js"></script>
<script type="text/javascript">
$(document).ready(function(){
watermark({watermark_txt0:'泽民博客',watermark_txt1:'zemin',watermark_txt2:(new Date()).Format("yyyy-MM-dd hh:mm:ss.S")});
})
</script>
<!--水印-->
<!--adscene-->
<script data-ad-client="ca-pub-6672721494777557" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
</head>
<body>
<div id="wrapper">
<!-- Navigation -->
<!-- Sidebar -->
<div id="sidebar-wrapper">
<ul class="sidebar-nav">
<li class="sidebar-brand">
<a href="/MyBlog">
Home
</a>
</li>
<li>
<a href="#">About</a>
</li>
<li>
<a href="#">Services</a>
</li>
<li>
<a href="#">Portfolio</a>
</li>
<li>
<a href="#">Events</a>
</li>
<li>
<a href="#">Blog</a>
</li>
<li>
<a href="#">FAQ</a>
</li>
<li>
<a href="#">Contact</a>
</li>
</ul>
</div>
<header class="intro-header">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="heading text-center">
<a href="https://xiazemin.github.io/MyBlog/" style="color: #fff; font-size: 4em; font-family: 'Schoolbell', cursive;">泽民博客</a>
<a href="#menu-toggle" class="btn btn-default sciblog" id="menu-toggle" style="font-weight: bold;">☰ Menu</a>
</div>
</div>
</div>
</div>
</header>
<script async src="/MyBlog/js/busuanzi.pure.mini.js"></script>
<script type="text/javascript" src="/MyBlog/js/jquery.js"></script>
<script type="text/javascript" src="/MyBlog/js/jquery.stripesrotator.js"></script>
<div class="container">
<div class="row">
<div class="box">
<div class="col-lg-12">
<div class="intro-text text-center">
<h1 class="post-title" itemprop="name headline">writefile</h1>
<p class="post-meta"> <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">by 夏泽民</span></span> <time datetime="2021-11-06T00:00:00+08:00" itemprop="datePublished"><i class="fa fa-calendar"></i> Nov 6, 2021</time></p>
</div>
<p>ioutil.WriteFile(lfile, body, os.ModeAppend),每次执行都会清空原有内容,如何只追加</p><br />
<br />
<!-- more --><br />
<p>fl, err := os.OpenFile(f.FileName, os.O_APPEND|os.O_CREATE, 0644)<br />
if err != nil {<br />
return 0, err<br />
}<br />
defer fl.Close()<br />
n, err := fl.Write(data)<br />
if err == nil && n < len(data) {<br />
err = io.ErrShortWrite<br />
}<br />
return n, err</p><br />
<br />
<p>https://www.golangtc.com/t/530ecaa7320b5261970000a6</p><br />
<span class='st_sharethis_large' displayText='ShareThis'></span>
<span class='st_facebook_large' displayText='Facebook'></span>
<span class='st_twitter_large' displayText='Tweet'></span>
<span class='st_linkedin_large' displayText='LinkedIn'></span>
<span class='st_pinterest_large' displayText='Pinterest'></span>
<span class='st_email_large' displayText='Email'></span>
</div>
Category golang
</div>
</div>
<!--赞-->
<div class="row">
<div class="col-lg-6">
<img src="https://xiazemin.github.io/MyBlog/img/webwxgetmsgimg.jpeg" height="400" width="auto" />
</div>
</div>
<div class="row">
<div class="col-md-12">
<div id="disqus_thread"></div>
<div id="gitmentContainer"></div>
<link rel="stylesheet" href="/MyBlog/css/default.css">
<script src="/MyBlog/js/gitment.browser.js"></script>
<script type="text/javascript" src="/MyBlog/js/json2.js"></script>
<script>
var gitment = new Gitment({
owner: 'xiazemin',
repo: 'MyBlogComment',
oauth: {
client_id: '981ba8c916c262631ea0',
client_secret: 'a52260ef92de69011ccd1cf355b973ef11d6da0e',
},
});
var MyGitmentContainer=gitment.render('gitmentContainer');
window.setTimeout(MyGitMentBtnclick,1000);
//document.ready(function(){
//window.onload=function(){}
function MyGitMentBtnclick(){
//var MyGitmentContainer=document.getElementById('gitmentContainer');
var ele=[],all=MyGitmentContainer.getElementsByTagName("*");
for(var i=0;i<all.length;i++){
if(all[i].className=='gitment-comments-init-btn'){
MyGitMentBtn=all[i];
console.log(MyGitMentBtn);
MyGitMentBtn.click();
}
}
}
</script>
<!--script>
/**
* RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables
*/
/*
var disqus_config = function () {
this.page.url = PAGE_URL; // Replace PAGE_URL with your page's canonical URL variable
this.page.identifier = PAGE_IDENTIFIER; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
};
*/
(function() { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');
s.src = '//airrayagroup.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>
<script id="dsq-count-scr" src="//airrayagroup.disqus.com/count.js" async></script-->
</div>
</div>
</div>
<hr>
<footer>
<div class="container">
<a href="/MyBlog/" style="color: green; font-size: 2em; font-family: 'Schoolbell', cursive;">首页</a>
<div class="row">
<div class="col-lg-6">
<p>Copyright © 2017 465474307@qq.com <p>
</div>
<div class="col-lg-6">
<p style="float: right;">Jekyll theme by <a href="https://github.com/xiazemin/">夏泽民</a></p>
</div>
</div>
</div>
</footer>
<!-- jQuery -->
<script src="/MyBlog/js/jquery-1.12.0.min.js"></script>
<script src="/MyBlog/js/jquery-migrate-1.2.1.min.js"></script>
<!-- Latest compiled and minified JavaScript -->
<script src="/MyBlog/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
<!-- Menu Toggle Script -->
<script>
$("#menu-toggle").click(function(e) {
e.preventDefault();
$("#wrapper").toggleClass("toggled");
});
</script>
<script>window._bd_share_config={"common":{"bdSnsKey":{},"bdText":"","bdMini":"2","bdMiniList":false,"bdPic":"","bdStyle":"0","bdSize":"16"},"slide":{"type":"slide","bdImg":"6","bdPos":"right","bdTop":"100"},"image":{"viewList":["qzone","tsina","tqq","renren","weixin"],"viewText":"分享到:","viewSize":"16"}};with(document)0[(getElementsByTagName('head')[0]||body).appendChild(createElement('script')).src='/MyBlog/shareapi/js/share.js?v=89860593.js?'];</script>
<!-- 2d -->
<script type="text/javascript" charset="utf-8" src="/MyBlog/js/L2Dwidget.0.min.js"></script>
<script type="text/javascript" charset="utf-8" src="/MyBlog/js/L2Dwidget.min.js"></script>
<script type="text/javascript">
setTimeout(()=> {
/*L2Dwidget.init({"display": {
"superSample": 2,
"width": 200,
"height": 400,
"position": "right",
"hOffset": 0,
"vOffset": 0
}
});
*/
L2Dwidget
.on('*', (name) => {
console.log('%c EVENT ' + '%c -> ' + name, 'background: #222; color: yellow', 'background: #fff; color: #000')
})
.init({
dialog: {
// 开启对话框
enable: true,
script: {
// 每空闲 10 秒钟,显示一条一言
'every idle 10s': '$hitokoto$',
// 当触摸到星星图案
'hover .star': '星星在天上而你在我心里 (*/ω\*)',
// 当触摸到角色身体
'tap body': '哎呀!别碰我!',
// 当触摸到角色头部
'tap face': '人家已经不是小孩子了!'
}
}
});
})
</script>
<!--html xmlns:wb="http://open.weibo.com/wb">
<script src="http://tjs.sjs.sinajs.cn/open/api/js/wb.js" type="text/javascript" charset="utf-8"></script>
<wb:follow-button uid="2165491993" type="red_1" width="67" height="24" ></wb:follow-button-->
<!--本文来自-->
<script type="text/javascript">
/* 仅IE
document.body.oncopy = function(){
setTimeout(
function () {
var text =window.clipboardData.getData("text");
if (text) {
text = text + "/r/n本篇文章来源于 xiazemin 的 泽民博客|https://xiazemin.github.io/MyBlog/index.html 原文链接:"+location.href; clipboardData.setData("text", text);
}
},
100 )
}
*/
//绑定在了body上,也可以绑定在其他可用元素行,但是不是所有元素都支持copy和past事件。
/*
$(document.body).bind({
copy: function(event) {//copy事件
//var cpTxt = "复制的数据";
var clipboardData = window.clipboardData; //for IE
if (!clipboardData) { // for chrome
clipboardData = event.originalEvent.clipboardData;
}
if (event.clipboardData != null/false/undefined) { //ignore the incorrectness of the truncation
clipboarddata = event.clipboardData;
} else if (window.clipboardData != null/false/undefined) {
clipboarddata = window.clipboardData;
} else { //default to the last option even if it is null/false/undefined
clipboarddata = event.originalEvent.clipboardData;
}
//e.clipboardData.getData('text');//可以获取用户选中复制的数据
//clipboardData.setData('Text', cpTxt);
alert(clipboarddata.getData('text'));
//$('#message').text('Copy Data : ' + cpTxt);
return false;//否则设不生效
},paste: function(e) {//paste事件
var eve = e.originalEvent
var cp = eve.clipboardData;
var data = null;
var clipboardData = window.clipboardData; // IE
if (!clipboardData) { //chrome
clipboardData = e.originalEvent.clipboardData
}
data = clipboardData.getData('Text');
//$('#message').html(data);
}
});
*/
function addLink() {
var body_element = document.getElementsByTagName('body')[0];
var selection;
selection = window.getSelection();
var pagelink = "<br /><br />本文来源:xiazemin 的 泽民博客 <a href='"+document.location.href+"'>"+document.location.href+"</a>";
//+document.location.href+当前页面链接
var copy_text = selection + pagelink;
console.log(copy_text);
var new_div = document.createElement('div');
new_div.style.left='-99999px';
new_div.style.position='absolute';
body_element.appendChild(new_div );
new_div.innerHTML = copy_text ;
selection.selectAllChildren(new_div );
window.setTimeout(function() {
body_element.removeChild(new_div );
},0);
}
document.oncopy = addLink;
</script>
<!--本文来自-->
</div>
</body>
</html> | xiazemin/MyBlog | golang/2021/11/06/writefile.html | HTML | mit | 15,333 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>pi-calc: 1 m 21 s</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.7.1 / pi-calc - 8.7.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
pi-calc
<small>
8.7.0
<span class="label label-success">1 m 21 s</span>
</small>
</h1>
<p><em><script>document.write(moment("2020-02-19 06:39:30 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-02-19 06:39:30 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
camlp5 7.11 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-m4 1 Virtual package relying on m4
coq 8.7.1 Formal proof management system.
num 1.3 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.09.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.09.0 Official release 4.09.0
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.8.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/pi-calc"
license: "Unknown"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/PiCalc"]
depends: [
"ocaml"
"coq" {>= "8.7" & < "8.8~"}
]
tags: [ "keyword: process algebras" "keyword: pi-calculus" "keyword: concurrency" "keyword: formal verification" "keyword: higher order syntax" "category: Computer Science/Concurrent Systems and Protocols/Theory of concurrent systems" "date: 1998-07" ]
authors: [ "Ivan Scagnetto <scagnett@dimi.uniud.it>" ]
bug-reports: "https://github.com/coq-contribs/pi-calc/issues"
dev-repo: "git+https://github.com/coq-contribs/pi-calc.git"
synopsis: "Pi-calculus in Coq"
description: """
http://www.dimi.uniud.it/~scagnett/pi-calculus.html
This is a HOAS-based encoding of the pi-calculus (as originally
conceived by Milner, Parrow and Walker in "A Calculus of Mobile
Processes" Parts I-II, Information and Computation n. 100)
together with the formal verification of a large part of the
metatheory of Strong Late Bisimilarity."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/pi-calc/archive/v8.7.0.tar.gz"
checksum: "md5=2a2882cf9d2af6e68c377b9ffda3c373"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-pi-calc.8.7.0 coq.8.7.1</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam list; echo; ulimit -Sv 4000000; timeout 2h opam install -y --deps-only coq-pi-calc.8.7.0 coq.8.7.1</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>3 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-pi-calc.8.7.0 coq.8.7.1</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>1 m 21 s</dd>
</dl>
<h2>Installation size</h2>
<p>Total: 7 M</p>
<ul>
<li>3 M <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/PiCalc/alglaws.vo</code></li>
<li>918 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/PiCalc/alglaws.glob</code></li>
<li>862 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/PiCalc/bangpack.vo</code></li>
<li>661 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/PiCalc/basiclemmata.vo</code></li>
<li>456 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/PiCalc/basiclemmata.glob</code></li>
<li>271 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/PiCalc/alglaws.v</code></li>
<li>237 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/PiCalc/bangpack.glob</code></li>
<li>172 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/PiCalc/basiclemmata.v</code></li>
<li>103 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/PiCalc/picalcth.vo</code></li>
<li>83 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/PiCalc/hoaspack.vo</code></li>
<li>69 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/PiCalc/picalcth.glob</code></li>
<li>67 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/PiCalc/bangpack.v</code></li>
<li>57 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/PiCalc/hoaspack.glob</code></li>
<li>43 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/PiCalc/xadequacy.glob</code></li>
<li>19 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/PiCalc/picalcth.v</code></li>
<li>19 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/PiCalc/xadequacy.vo</code></li>
<li>17 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/PiCalc/hoaspack.v</code></li>
<li>7 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/PiCalc/xadequacy.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/PiCalc/picalc.vo</code></li>
<li>1 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/PiCalc/picalc.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/PiCalc/picalc.glob</code></li>
</ul>
<h2>Uninstall</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq-pi-calc.8.7.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
<small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small>
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.09.0-2.0.5/released/8.7.1/pi-calc/8.7.0.html | HTML | mit | 9,408 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>aac-tactics: 25 s 🏆</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.11.0 / aac-tactics - 8.11.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
aac-tactics
<small>
8.11.0
<span class="label label-success">25 s 🏆</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-10-20 03:14:38 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-10-20 03:14:38 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
coq 8.11.0 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.06.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.06.1 Official 4.06.1 release
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "palmskog@gmail.com"
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-3.0-or-later"
synopsis: "This Coq plugin provides tactics for rewriting universally quantified equations, modulo associative (and possibly commutative) operators"
description: """
This Coq plugin provides tactics for rewriting universally quantified
equations, modulo associativity and commutativity of some operator.
The tactics can be applied for custom operators by registering the
operators and their properties as type class instances. Many common
operator instances, such as for Z binary arithmetic and booleans, are
provided with the plugin."""
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
"ocaml" {>= "4.05.0"}
"coq" {>= "8.11" & < "8.12~"}
]
tags: [
"category:Miscellaneous/Coq Extensions"
"category:Computer Science/Decision Procedures and Certified Algorithms/Decision procedures"
"keyword:reflexive tactic"
"keyword:rewriting"
"keyword:rewriting modulo associativity and commutativity"
"keyword:rewriting modulo ac"
"keyword:decision procedure"
"logpath:AAC_tactics"
"date:2020-01-31"
]
authors: [
"Thomas Braibant"
"Damien Pous"
"Fabian Kunze"
]
url {
src: "https://github.com/coq-community/aac-tactics/archive/v8.11.0.tar.gz"
checksum: "sha512=91d8d83bef9d1156ec42b3ed02b6457cd776c4b1a6d93f2b64cb234ef96c044fa85052a6adc68acb0670a93574b80291d4abac80bd8eb694e2cb23e9fa880e92"
}
</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.11.0 coq.8.11.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-aac-tactics.8.11.0 coq.8.11.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>8 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-aac-tactics.8.11.0 coq.8.11.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>25 s</dd>
</dl>
<h2>Installation size</h2>
<p>Total: 1 M</p>
<ul>
<li>455 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/AAC_tactics/aac_plugin.cmxs</code></li>
<li>221 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/AAC_tactics/AAC.vo</code></li>
<li>105 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/AAC_tactics/AAC.glob</code></li>
<li>88 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/AAC_tactics/Instances.vo</code></li>
<li>78 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/AAC_tactics/Tutorial.vo</code></li>
<li>69 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/AAC_tactics/Utils.vo</code></li>
<li>50 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/AAC_tactics/Caveats.vo</code></li>
<li>41 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/AAC_tactics/Tutorial.glob</code></li>
<li>31 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/AAC_tactics/AAC.v</code></li>
<li>31 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/AAC_tactics/Instances.glob</code></li>
<li>28 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/AAC_tactics/Utils.glob</code></li>
<li>28 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/AAC_tactics/aac_plugin.cmi</code></li>
<li>24 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/AAC_tactics/aac_plugin.cmx</code></li>
<li>24 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/AAC_tactics/Caveats.glob</code></li>
<li>12 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/AAC_tactics/Caveats.v</code></li>
<li>12 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/AAC_tactics/Tutorial.v</code></li>
<li>11 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/AAC_tactics/Instances.v</code></li>
<li>8 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/AAC_tactics/Utils.v</code></li>
<li>7 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/AAC_tactics/aac_plugin.cmxa</code></li>
<li>3 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/AAC_tactics/Constants.vo</code></li>
<li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/AAC_tactics/Constants.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/AAC_tactics/Constants.glob</code></li>
</ul>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq-aac-tactics.8.11.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.06.1-2.0.5/released/8.11.0/aac-tactics/8.11.0.html | HTML | mit | 9,868 |
<table width="90%" border="0"><tr><td><script>function openfile(url) {fullwin = window.open(url, "fulltext", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");}</script><div class="layoutclass_pic"><div class="layoutclass_first_pic"><table class="ztable"><tr><th class="ztd1"><b>成語 </b></th><td class="ztd2">肉袒負荊</td></tr>
<tr><th class="ztd1"><b>注音 </b></th><td class="ztd2">ㄖㄡ<sup class="subfont">ˋ</sup> ㄊㄢ<sup class="subfont">ˇ</sup> ㄈㄨ<sup class="subfont">ˋ</sup> ㄐ|ㄥ</td></tr>
<tr><th class="ztd1"><b>漢語拼音 </b></th><td class="ztd2"><font class="english_word">ròu tǎn fù jīng</font></td></tr>
<tr><th class="ztd1"><b>釋義 </b></th><td class="ztd2"> 義參「<a href="/cgi-bin/cydic/gsweb.cgi?o=dcydic&schfmt=text&gourl=%3De0%26sec%3Dsec1%26op%3Dsid%3D%22CW0000000046%22.%26v%3D-1" class="clink" target=_blank>負荊請罪</a>」。見「<a href="/cgi-bin/cydic/gsweb.cgi?o=dcydic&schfmt=text&gourl=%3De0%26sec%3Dsec1%26op%3Dsid%3D%22CW0000000046%22.%26v%3D-1" class="clink" target=_blank>負荊請罪</a>」條。</font></td></tr>
<tr><th class="ztd1"><b><style>.tableoutfmt2 .std1{width:3%;}</style></b></th><td class="ztd2"><table class="fmt16_table"><tr><td width=150 style="text-align:left;" class="fmt16_td1" ><b>參考詞語︰</b></td><td width=150 style="text-align:left;" class="fmt16_td2" ><a href="/cgi-bin/cydic/gsweb.cgi?o=dcydic&schfmt=text&gourl=%3De0%26sec%3Dsec1%26op%3Dsid%3D%22CW0000000046%22.%26v%3D-1" class="clink" target=_blank>負荊請罪</a></td></tr><tr><td width=150 style="text-align:left;" class="fmt16_td1" ><b>注音︰</b></td><td width=150 style="text-align:left;" class="fmt16_td2" >ㄈㄨ<sup class="subfont">ˋ</sup> ㄐ|ㄥ ㄑ|ㄥ<sup class="subfont">ˇ</sup> ㄗㄨㄟ<sup class="subfont">ˋ</sup></td></tr><tr><td width=150 style="text-align:left;" class="fmt16_td1" ><b>漢語拼音︰</b></td><td width=150 style="text-align:left;" class="fmt16_td2" ><font class="english_word">fù jīng qǐng zuì</font></td></tr></table><br><br></td></tr>
</td></tr></table></div> <!-- layoutclass_first_pic --><div class="layoutclass_second_pic"></div> <!-- layoutclass_second_pic --></div> <!-- layoutclass_pic --></td></tr></table>
| BuzzAcademy/idioms-moe-unformatted-data | all-data/1000-1999/1913-34.html | HTML | mit | 2,297 |
<div class="centered">
<h1 class=".md-display-1">{{questionText}}</h1>
<div class="button-area" ng-repeat="button in answerButtons">
<md-button class="md-raised md-cornered">{{button}}</md-button>
</div>
</div> | jimgiven/housing-assistance | client/app/src/templates/buttonInput.html | HTML | mit | 230 |
---
title: Project
layout: default
layout_type: one-sidebar
display: project
active: "what we do"
---
<article class="main-content">
<div class="content-primary">
<header class="article-header">
<h1 class="article-title">Support Music</h1>
<h2 class="subtitle">Music and the arts are vital to every child's education!</h2>
</header> <!-- /.article-header -->
{% include components/share-links.html %}
<div class="article-body">
<p class="summary">SupportMusic provides tools and resources to advance community support for music education. You CAN make a difference!</p>
{% include components/support-music-resources.html %}
{% include components/join-coalition.html %}
</div> <!-- /.article-body -->
</div> <!-- /.content-primary -->
<aside role="complementary" id="sidebar" class="content-secondary">
{% include components/from-the-blog.html %}
{% include components/impact-spotlight.html %}
{% include components/stat-highlight.html %}
</aside> <!-- /.content-secondary -->
</article> <!-- /.main-content --> | Lullabot/namm-wireframes | project.html | HTML | mit | 1,122 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>plugin - Page 1 - Chalda's blog</title>
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description" content="">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="plugin - Page 1 - Chalda's blog">
<meta name="twitter:description" content="">
<meta property="og:type" content="article">
<meta property="og:title" content="plugin - Page 1 - Chalda's blog">
<meta property="og:description" content="">
<!-- <meta name="twitter:site" content="">
<meta name="twitter:creator" content="">
<meta name="google-site-verification" content="">
<meta property="fb:admins" content="">
-->
<link href="/favicon.ico" rel="shortcut icon" type="image/x-icon">
<link href="/apple-touch-icon-precomposed.png" rel="apple-touch-icon">
<link href="//fonts.googleapis.com/" rel="dns-prefetch">
<link href="//fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic|Open+Sans:700,400&subset=latin,latin-ext" rel="stylesheet">
<link rel="stylesheet" href="//blog.chalda.cz/themes/ghostium/assets/css/main.min.css?v=1533651074287"/>
<link rel="stylesheet" href="//blog.chalda.cz/themes/ghostium/assets/css/custom.css?v=1533651074287"/>
<link rel="stylesheet" href="//blog.chalda.cz/themes/ghostium/assets/css/asciidoctor-foundation.css?v=1533651074287"/>
<script type="text/javascript">
var ga_ua = 'UA-XXXXX-X';
var disqus_shortname = 'example';
var enable_pjax = true;
// Pace Options
// ==============
window.paceOptions = {
catchupTime: 100,
minTime: 100,
elements: false,
restartOnRequestAfter: 500,
startOnPageLoad: false
}
// Ghostium Globals
// ==============
window.GHOSTIUM = {};
GHOSTIUM.haveGA = typeof ga_ua !== 'undefined' && ga_ua !== 'UA-XXXXX-X';
GHOSTIUM.haveDisqus = typeof disqus_shortname !== 'undefined' && disqus_shortname !== 'example';
GHOSTIUM.enablePjax = typeof enable_pjax !== 'undefined' ? enable_pjax : true;
</script>
<script src="//blog.chalda.cz/themes/ghostium/assets/js/head-scripts.min.js?v=1533651074287"></script>
<link rel="canonical" href="http://blog.chalda.cz/http://blog.chalda.cz/tag/plugin/" />
<meta name="referrer" content="origin" />
<meta property="og:site_name" content="Chalda's blog" />
<meta property="og:type" content="website" />
<meta property="og:title" content="plugin - Page 1 - Chalda's blog" />
<meta property="og:url" content="http://blog.chalda.cz/http://blog.chalda.cz/tag/plugin/" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="plugin - Page 1 - Chalda's blog" />
<meta name="twitter:url" content="http://blog.chalda.cz/http://blog.chalda.cz/tag/plugin/" />
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Series",
"publisher": "Chalda's blog",
"url": "http://blog.chalda.cz/",
"name": "plugin"
}
</script>
<meta name="generator" content="HubPress" />
<link rel="alternate" type="application/rss+xml" title="Chalda's blog" href="http://blog.chalda.cz/rss/" />
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.10.0/styles/atom-one-dark.min.css">
<script src='https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script>
</head>
<body class="tag-template tag-plugin">
<button data-action="open-drawer" id="drawer-button" class="drawer-button"><i class="fa fa-bars"></i></button>
<nav tabindex="-1" class="drawer">
<div class="drawer-container">
<!--.drawer-search(role="search")-->
<ul role="navigation" class="drawer-list">
<li class="drawer-list-item">
<a href="http://blog.chalda.cz" data-pjax>
<i class="fa fa-home"></i>Home
</a>
</li>
<!-- <li class="drawer-list-item">
<a href="http://blog.chalda.cz" title="Chalda's blog" data-pjax>
<i class="fa fa-list-alt"></i>All posts
</a>
</li> -->
<li class="drawer-list-item">
<a href="http://blog.chalda.cz/rss/">
<i class="fa fa-rss"></i>Subscribe to Feed
</a>
</li>
<li class="drawer-list-divider"></li>
<li class="drawer-list-item">
<a href="http://blog.chalda.cz/2017/01/01/About-the-blog.html" data-pjax>
<i class="fa fa-rocket"></i>About the blog
</a>
</li>
<li class="drawer-list-item">
<a href="http://blog.chalda.cz/2017/05/05/Blog-posts-history.html" data-pjax>
<i class="fa fa-bolt"></i>Blog history
</a>
</li>
<li class="drawer-list-item">
<a href="http://blog.chalda.cz/2017/05/05/Links.html" data-pjax>
<i class="fa fa-navicon"></i>Links
</a>
</li>
<!--
<li class="drawer-list-divider"></li>
<li class="drawer-list-item drawer-list-title">
Follow me
</li> -->
<li class="drawer-list-item">
<a href="https://twitter.com/_chalda" title="Twitter" target="_blank">
<i class="fa fa-twitter"></i>Twitter
</a>
</li>
<li class="drawer-list-item">
<a href="http://github.com/ochaloup" title="Github" target="_blank">
<i class="fa fa-github"></i>Github
</a>
</li>
</ul>
</div>
</nav>
<div class="drawer-overlay"></div>
<main id="container" role="main" class="container">
<div class="surface">
<div class="surface-container">
<div data-pjax-container class="content">
<aside role="banner" class="cover">
<div data-load-image="/images/cover.jpg" class="cover-image"></div>
<div class="cover-container">
<a href="http://blog.chalda.cz" class="cover-logo" data-pjax>
<img src="/images/helmet.jpg" alt="Blog Logo">
</a>
<h1 class="cover-title"><a href="http://blog.chalda.cz" title="Chalda's blog">Chalda's blog</a></h1>
<p class="cover-description">Notes for not being forgotten</p>
</div>
</aside>
<section class="wrapper" tabindex="0">
<div class="wrapper-container">
<header>
<p><h2>Posts tagged with <i>plugin</i></h2></p>
<hr>
</header>
<section class="post-list">
<article itemscope itemtype="http://schema.org/BlogPosting"
role="article" class="post-item post tag-vim tag-plugin tag-scripting">
<header class="post-item-header">
<h2 itemprop="name" class="post-item-title">
<a href="http://blog.chalda.cz/2018/08/07/Vim-script-notes.html" itemprop="url" data-pjax title="Vim script notes">
Vim script notes
<br/><img class="post-cover-image" src="/articles/vim-script.png" alt="" title="Vim script notes"><br/>
</a>
</h2>
</header>
<section itemprop="description" class="post-item-excerpt">
<p>I’ve longed for a tool which would help me in manual investigation of server logs. I couldn’t find any thus I created a small Vim plugin which highlights text in the…</p>
</section>
<footer class="post-item-footer">
<ul class="post-item-meta-list">
<li class="post-item-meta-item">
<time datetime="2018-08-07" itemprop="datePublished">
16 hours ago
</time>
</li>
<li class="post-item-meta-item">
<span class="tags"><i class="fa fa-tags"></i>
<span>
<a href="http://blog.chalda.cz/tag/vim/">vim</a>, <a href="http://blog.chalda.cz/tag/plugin/">plugin</a>, <a href="http://blog.chalda.cz/tag/scripting/">scripting</a></span>
</span>
</li>
<li class="post-item-meta-item">
<a href="http://blog.chalda.cz/2018/08/07/Vim-script-notes.html#disqus_thread" data-pjax data-disqus-identifier="">Comments</a>
</li>
</ul>
</footer>
</article>
<article itemscope itemtype="http://schema.org/BlogPosting"
role="article" class="post-item post tag-plugin tag-vim">
<header class="post-item-header">
<h2 itemprop="name" class="post-item-title">
<a href="http://blog.chalda.cz/2018/05/04/Vim-plugin-to-work-with-text-highlighting.html" itemprop="url" data-pjax title="Vim plugin to work with text highlighting">
Vim plugin to work with text highlighting
</a>
</h2>
</header>
<section itemprop="description" class="post-item-excerpt">
<p>Are you Vim user and have you ever investigated long server logs with multiple identifiers needed to be tracked? Check out my plugin Vim syntax match that can help you with it. Topic background This…</p>
</section>
<footer class="post-item-footer">
<ul class="post-item-meta-list">
<li class="post-item-meta-item">
<time datetime="2018-05-04" itemprop="datePublished">
3 months ago
</time>
</li>
<li class="post-item-meta-item">
<span class="tags"><i class="fa fa-tags"></i>
<span>
<a href="http://blog.chalda.cz/tag/plugin/">plugin</a>, <a href="http://blog.chalda.cz/tag/vim/">vim</a></span>
</span>
</li>
<li class="post-item-meta-item">
<a href="http://blog.chalda.cz/2018/05/04/Vim-plugin-to-work-with-text-highlighting.html#disqus_thread" data-pjax data-disqus-identifier="">Comments</a>
</li>
</ul>
</footer>
</article>
</section>
<nav role="pagination" class="post-list-pagination">
<span class="post-list-pagination-item post-list-pagination-item-current">Page 1 of 1</span>
</nav>
<footer role="contentinfo" class="footer">
<p><small>Copyright © <span itemprop="copyrightHolder">Chalda's blog</span>. 2018. All Rights Reserved.</small></p>
<p><small><a href="http://ghostium.oswaldoacauan.com/" target="_blank">Ghostium Theme</a> by <a href="http://twitter.com/oswaldoacauan" target="_blank">@oswaldoacauan</a></small></p>
<p><small>Adapted by <a href="https://twitter.com/mgreau">Maxime Gréau</a></small></p>
<p><small>Published with <a href="http://hubpress.io">HubPress</a></small></p>
</footer>
</div>
</section>
</div>
</div>
</div>
</main>
<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/9.10.0/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 src="//blog.chalda.cz/themes/ghostium/assets/js/foot-scripts.min.js?v=1533651074287"></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-91848308-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>
| ochaloup/blog.chalda.cz | tag/plugin/index.html | HTML | mit | 12,829 |
{% extends "layout.html" %}
{% block page_title %}
Registered Traveller
{% endblock %}
{% block content %}
<main id="content" role="main">
<div class="grid-row">
<div class="column-full">
<a class="link-back" href="javascript:history.go(-1)">Back</a>
<a class="link-signout" href="/renewals-it4/">Sign out</a>
<div class="form-group">
<table class="check-your-answers">
<thead>
<tr>
<th colspan="2">
<h1 class="heading-medium">
Check your details before continuing
</h1>
</th>
<th>
</th>
</tr>
</thead>
<tbody>
<tr>
<td>
Full name
</td>
<td>
Gabriella Johnson<!--{{ data['otherfirstname'] }} {{ data['otherlastname'] }}-->
</td>
<td class="change-answer">
<a href="/renewals-it4/update-scenario/passport-name">
Change
</a>
</td>
</tr>
<tr>
<td>
Passport country or territory
</td>
<td>
{{ data['passportNationality'] }}
</td>
<td class="change-answer">
<a href="/renewals-it4/update-scenario/passport-nationality">
Change
</a>
</td>
</tr>
<tr>
<td>
Passport number
</td>
<td>
{{ data['passportnumber'] }}
</td>
<td class="change-answer">
<a href="/renewals-it4/update-scenario/passport-number">
Change
</a>
</td>
</tr>
<tr>
<td>
Passport expiry date
</td>
<td>
{{ data['expday'] }}/{{ data['expmonth'] }}/{{ data['expyear'] }}
</td>
<td class="change-answer">
<a href="/renewals-it4/update-scenario/passport-expiry">
Change
</a>
</td>
</tr>
<tr>
<td>
Visa, permit or travel purpose
</td>
<td>
Tier 2<!--{{ data['answer'] }}-->
</td>
<td class="change-answer">
<a href="/renewals-it4/update-scenario/why-are-you-coming.html">
Change <span class="visuallyhidden">/span>
</a>
</td>
</tr>
<tr>
<td>
Email
</td>
<td>
{{ data['email-check'] }}
</td>
<td class="change-answer">
<a href="/renewals-it4/update-scenario/email">
Change
</a>
</td>
</tr>
</tbody>
</table>
</div>
<div class="form-group">
<a class="button" href="/renewals-it4/update-scenario/declaration" id="continuebutton">Confirm details</a>
</div>
</div>
</div>
</main>
{% endblock %}
| tomskii/rt-new | app/views/renewals-it4/update-scenario/summary.html | HTML | mit | 2,934 |
<div class="row">
<div class="col-sm-12">
<h2>Add new user</h2>
<div class="form-group">
<label for="userid">ID</label>
<input type="text" class="form-control" id="userid" disabled="true" placeholder="User ID" ng-model="user.userid" />
</div>
<div class="form-group">
<label for="fullname">Fullname</label>
<input type="text" class="form-control" id="fullname" placeholder="Full Name" ng-model="user.fullname" />
</div>
<div class="form-group">
<label for="username">Username</label>
<input type="text" class="form-control" id="username" placeholder="Username" ng-model="user.username" />
</div>
<div class="form-group">
<label for="email">Email</label>
<input type="email" class="form-control" id="email" placeholder="Email" ng-model="user.email" />
</div>
<div class="form-group">
<label for="password">Password</label>
<input type="password" class="form-control" id="password" placeholder="Password" ng-model="user.password" />
</div>
<div class="checkbox">
<label>
<input type="checkbox" id="isactive" ng-model="user.active" /> Active
</label>
</div>
<button class="btn btn-primary" ng-click="submit()">Submit</button>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<div class="nav-links">
<a href="#/users">Back to home</a> |
<a href="#/users/new">New</a>
</div>
</div>
</div> | andreyluiz/eidolon-client | eidolon/partials/users/new.html | HTML | mit | 1,380 |
<!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=".">hott / contrib:coalgebras dev</a></li>
<li class="active"><a href="">2014-12-01 14:28:38</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="../../../../../about.html">About</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href=".">« Up</a>
<h1>
contrib:coalgebras
<small>
dev
<span class="label label-info">Not compatible with this Coq</span>
</small>
</h1>
<p><em><script>document.write(moment("2014-12-01 14:28:38 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2014-12-01 14:28:38 UTC)</em><p>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>ruby lint.rb unstable ../unstable/packages/coq:contrib:coalgebras/coq:contrib:coalgebras.dev</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
<dt>Output</dt>
<dd><pre>The package is valid.
</pre></dd>
</dl>
<h2>Dry install</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --dry-run coq:contrib:coalgebras.dev coq.hott</code></dd>
<dt>Return code</dt>
<dd>768</dd>
<dt>Duration</dt>
<dd>0 s</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is hott).
The following dependencies couldn't be met:
- coq:contrib:coalgebras -> coq = dev
Your request can't be satisfied:
- Conflicting version constraints for coq
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq, to test if the problem was incompatibility with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --dry-run coq:contrib:coalgebras.dev</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>3 s</dd>
<dt>Output</dt>
<dd><pre>The following actions will be performed:
- remove coq.hott
=== 1 to remove ===
=-=- Removing Packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Removing coq.hott.
[WARNING] Directory /home/bench/.opam/system/lib/coq is not empty, not removing
The following actions will be performed:
- install coq.dev [required by coq:contrib:coalgebras]
- install coq:contrib:coalgebras.dev
=== 2 to install ===
=-=- Synchronizing package archives -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
=-=- Installing packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Building coq.dev:
./configure -configdir /home/bench/.opam/system/lib/coq/config -mandir /home/bench/.opam/system/man -docdir /home/bench/.opam/system/doc -prefix /home/bench/.opam/system -usecamlp5 -camlp5dir /home/bench/.opam/system/lib/camlp5 -coqide no
make -j4
make install
Installing coq.dev.
Building coq:contrib:coalgebras.dev:
coq_makefile -f Make -o Makefile
make -j4
make install
Installing coq:contrib:coalgebras.dev.
</pre></dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
<small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small>
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html> | coq-bench/coq-bench.github.io-old | clean/Linux-x86_64-4.02.1-1.2.0/unstable/hott/contrib:coalgebras/dev/2014-12-01_14-28-38.html | HTML | mit | 6,842 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Git-the-truth</title>
<script type="text/javascript" src="d3.js"></script>
<style type="text/css">
.axis path,
.axis line {
fill: none;
stroke: black;
shape-rendering: crispEdges;
}
.axis text {
font-family: sans-serif;
font-size: 11px;
}
</style>
</head>
<body background = "background.png">
<button id="button1">Plot python (red)</button>
<button id="button2">Plot C++ (green)</button>
<button id="button3">Plot Java (blue)</button>
<button id="button4">Plot C# (purple)</button>
<a href = "graph2.html">Bytes per commit</href>
<script type="text/javascript">
// access series
var Python;
var Pythonline;
var Pythonregr;
var Ruby;
var Rubyline;
var Rubyregr;
var Cpp;
var Cppline;
var Cppregr;
var Java;
var Javaline;
var Javaregr;
var Csharp;
var Csharpline;
var Csharpregr;
//Width and height
var w = 1200;
var h = 600;
// Graph padding
var padding = 80;
//Columns to graph
var xColumn = 0;
var yColumn = 1;
function scaleX(){
var xScale = d3.scale.linear()
.domain([0, 55])
.range([padding, w-padding*2]);
return xScale;
}
function scaleY(){
var yScale = d3.scale.linear()
.domain([-10000, 100000])
.range([h-padding, padding]);
return yScale;
}
function makeGraph(){
console.log("entering make graph yo");
//make scales for graph
//Define X axis
var xAxis = d3.svg.axis()
.scale(scaleX())
.orient("bottom")
.ticks(5);
//Define Y axis
var yAxis = d3.svg.axis()
.scale(scaleY())
.orient("left")
.ticks(5);
//Create SVG element
var svg = d3.select("body")
.append("svg")
.attr("width", w)
.attr("height", h)
.attr("a","b","c","d");
// make circles
var xScale = scaleX();
var yScale = scaleY();
//Create X axis
svg.append("g")
.attr("class", "axis")
.attr("transform", "translate(0," + (h - padding) + ")")
.call(xAxis);
//Create Y axis
svg.append("g")
.attr("class", "axis")
.attr("transform", "translate(" + padding + ",0)")
.call(yAxis);
return svg;
}
function lines(datasetText, graph, color, seriesName) {
var parsedCSV = d3.csv.parseRows(datasetText);
var xScale = scaleX();
var yScale = scaleY();
var line = d3.svg.line()
.x(function(d){
return xScale(d[xColumn]);
})
.y(function(d){
return yScale(d[yColumn]);
}).interpolate("bundle");
return graph.append("path")
.data([parsedCSV])
.attr("d",line)
.style("fill","none")
.style("stroke", color);
}
function regrs(datasetText, graph, color, seriesName) {
var parsedCSV = d3.csv.parseRows(datasetText);
var xScale = scaleX();
var yScale = scaleY();
var line = d3.svg.line()
.x(function(d){
return xScale(d[xColumn]);
})
.y(function(d){
return yScale(d[yColumn]);
}).interpolate("bundle");
return graph.append("path")
.data([parsedCSV])
.attr("d",line)
.style("fill","none")
.style("stroke", color)
.style("stroke-dasharray", ("3, 3"));
}
function points(datasetText, graph,color, seriesName ){
var parsedCSV = d3.csv.parseRows(datasetText);
var xScale = scaleX();
var yScale = scaleY();
// make circles
return graph.selectAll(seriesName)
.data(parsedCSV)
.enter()
.append("circle")
.attr("class",seriesName)
.attr("cx", function(d) {
return xScale(d[xColumn]);
})
.attr("cy", function(d) {
return yScale(d[yColumn]+Math.random()*5);
})
.attr("r", 2)
.style("fill", color);
}
// Four languages
function appendPythonPoints(graph, color, seriesName){
d3.text("top-repos-by-lang/Pythonconcatenated.csv", function(datasetText) {
Python = points(datasetText, graph, color, seriesName);
});
d3.text("top-repos-by-lang/Pythoncheeky.csv", function(datasetText) {
Pythonline = lines(datasetText, graph, color, seriesName);
});
d3.text("top-repos-by-lang/Pythonregress.csv", function(datasetText){
Pythonregr = regrs(datasetText, graph, color, seriesName);
});
}
function appendCppPoints(graph, color, seriesName){
d3.text("top-repos-by-lang/C++concatenated.csv", function(datasetText) {
Cpp = points(datasetText, graph, color, seriesName);
});
d3.text("top-repos-by-lang/C++cheeky.csv", function(datasetText) {
Cppline = lines(datasetText, graph, color, seriesName);
});
d3.text("top-repos-by-lang/C++regress.csv", function(datasetText){
Cppregr = regrs(datasetText, graph, color, seriesName);
});
}
function appendJavaPoints(graph, color, seriesName){
d3.text("top-repos-by-lang/Javaconcatenated.csv", function(datasetText) {
Java = points(datasetText, graph, color, seriesName);
});
d3.text("top-repos-by-lang/Javacheeky.csv", function(datasetText) {
Javaline = lines(datasetText, graph, color, seriesName);
});
d3.text("top-repos-by-lang/Javaregress.csv", function(datasetText){
Javaregr = regrs(datasetText, graph, color, seriesName);
});
}
function appendCsharpPoints(graph, color, seriesName){
d3.text("top-repos-by-lang/Csharpconcatenated.csv", function(datasetText) {
Csharp = points(datasetText, graph, color, seriesName);
});
d3.text("top-repos-by-lang/Csharpcheeky.csv", function(datasetText) {
Csharpline = lines(datasetText, graph, color, seriesName);
});
d3.text("top-repos-by-lang/Csharpregress.csv", function(datasetText){
Csharpregr = regrs(datasetText, graph, color, seriesName);
});
}
var graph1 = makeGraph();
//Button functions
d3.select('#button1').on('click', function(){
if(Python) {
Python.remove();
Pythonline.remove();
Pythonregr.remove();
Python = null;
Pythonline = null;
Pythonregr = null;
}else{
appendPythonPoints(graph1,"red", "Python");
}
});
d3.select('#button2').on('click', function(){
if(Cpp) {
Cpp.remove();
Cppline.remove();
Cppregr.remove();
Cpp = null;
Cppline = null;
Cppregr = null;
}else{
appendCppPoints(graph1,"green", "Cplusplus");
}
});
d3.select('#button3').on('click', function(){
if(Java) {
Java.remove();
Javaline.remove();
Javaregr.remove();
Java = null;
Javaline = null;
Javaregr = null;
}else{
appendJavaPoints(graph1,"blue", "Java");
}
});
d3.select('#button4').on('click', function(){
if(Csharp) {
Csharp.remove();
Csharpline.remove();
Csharpregr.remove();
Csharp = null;
Csharpline = null;
Csharpregr = null;
}else{
appendCsharpPoints(graph1,"purple", "Csharp");
}
});
</script>
</body>
</html>
| MrTomWhite/git-the-truth | newindex.html | HTML | mit | 11,820 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>paco: 2 m 23 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.8.0 / paco - 2.0.2</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
paco
<small>
2.0.2
<span class="label label-success">2 m 23 s</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: "paco@sf.snu.ac.kr"
version: "2.0.2"
homepage: "https://github.com/snu-sf/paco/"
dev-repo: "git+https://github.com/snu-sf/paco.git"
bug-reports: "https://github.com/snu-sf/paco/issues/"
authors: [
"Chung-Kil Hur <gil.hur@sf.snu.ac.kr>"
"Georg Neis <neis@mpi-sws.org>"
"Derek Dreyer <dreyer@mpi-sws.org>"
"Viktor Vafeiadis <viktor@mpi-sws.org>"
]
license: "BSD-3"
build: [
[make "-C" "src" "all" "-j%{jobs}%"]
]
install: [
[make "-C" "src" "-f" "Makefile.coq" "install"]
]
remove: ["rm" "-r" "-f" "%{lib}%/coq/user-contrib/Paco"]
depends: [
"ocaml"
"coq" {>= "8.6" & < "8.10"}
]
synopsis: "Coq library implementing parameterized coinduction"
tags: [
"date:2018-02-11"
"category:Programming Languages/Formal Definitions and Theory"
"category:Mathematical Logic and Foramal Languages/Mathematical Logic"
"keyword:coinduction"
"keyword:simulation"
"keyword:parameterized greatest fixed point"
]
flags: light-uninstall
url {
src: "https://github.com/snu-sf/paco/archive/v2.0.2.tar.gz"
checksum: "md5=ae2dfe204429bfa1f46a842c5b962199"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-paco.2.0.2 coq.8.8.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 2h opam install -y --deps-only coq-paco.2.0.2 coq.8.8.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>5 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-paco.2.0.2 coq.8.8.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>2 m 23 s</dd>
</dl>
<h2>Installation size</h2>
<p>Total: 13 M</p>
<ul>
<li>1 M <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco18_upto.vo</code></li>
<li>1 M <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco17_upto.vo</code></li>
<li>946 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco16_upto.vo</code></li>
<li>798 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco15_upto.vo</code></li>
<li>692 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco14_upto.vo</code></li>
<li>595 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco13_upto.vo</code></li>
<li>513 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco12_upto.vo</code></li>
<li>444 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco11_upto.vo</code></li>
<li>380 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco10_upto.vo</code></li>
<li>323 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco9_upto.vo</code></li>
<li>314 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/pacotac.vo</code></li>
<li>271 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco8_upto.vo</code></li>
<li>225 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco18.vo</code></li>
<li>224 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco7_upto.vo</code></li>
<li>213 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paconotation_internal.vo</code></li>
<li>206 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco17.vo</code></li>
<li>188 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco16.vo</code></li>
<li>183 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco6_upto.vo</code></li>
<li>171 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco15.vo</code></li>
<li>155 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco14.vo</code></li>
<li>147 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco5_upto.vo</code></li>
<li>140 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco13.vo</code></li>
<li>126 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco12.vo</code></li>
<li>117 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/examples.vo</code></li>
<li>117 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco4_upto.vo</code></li>
<li>113 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paconotation.vo</code></li>
<li>113 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco11.vo</code></li>
<li>105 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paconotation.glob</code></li>
<li>100 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco10.vo</code></li>
<li>91 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco3_upto.vo</code></li>
<li>89 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco9.vo</code></li>
<li>85 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco18.glob</code></li>
<li>78 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco8.vo</code></li>
<li>78 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco17.glob</code></li>
<li>75 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco18_upto.glob</code></li>
<li>73 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/tutorial.vo</code></li>
<li>71 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco16.glob</code></li>
<li>68 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco17_upto.glob</code></li>
<li>68 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco2_upto.vo</code></li>
<li>68 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco7.vo</code></li>
<li>65 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco15.glob</code></li>
<li>62 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco16_upto.glob</code></li>
<li>61 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paconotation_internal.glob</code></li>
<li>59 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco14.glob</code></li>
<li>59 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco6.vo</code></li>
<li>57 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/pacotac.v</code></li>
<li>56 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco15_upto.glob</code></li>
<li>54 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco13.glob</code></li>
<li>51 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco14_upto.glob</code></li>
<li>50 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco1_upto.vo</code></li>
<li>50 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco5.vo</code></li>
<li>49 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco12.glob</code></li>
<li>47 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco13_upto.glob</code></li>
<li>45 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco11.glob</code></li>
<li>43 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco4.vo</code></li>
<li>43 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco12_upto.glob</code></li>
<li>41 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco10.glob</code></li>
<li>41 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/pacotac.glob</code></li>
<li>39 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco11_upto.glob</code></li>
<li>37 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco9.glob</code></li>
<li>36 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco0_upto.vo</code></li>
<li>36 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco3.vo</code></li>
<li>36 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco10_upto.glob</code></li>
<li>34 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco8.glob</code></li>
<li>32 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco9_upto.glob</code></li>
<li>31 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco7.glob</code></li>
<li>30 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco2.vo</code></li>
<li>30 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco8_upto.glob</code></li>
<li>29 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco6.glob</code></li>
<li>28 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco7_upto.glob</code></li>
<li>27 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco5.glob</code></li>
<li>26 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco6_upto.glob</code></li>
<li>26 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/tutorial.glob</code></li>
<li>25 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco4.glob</code></li>
<li>25 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco5_upto.glob</code></li>
<li>25 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco1.vo</code></li>
<li>24 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/tutorial.v</code></li>
<li>24 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco3.glob</code></li>
<li>23 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco4_upto.glob</code></li>
<li>22 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco3_upto.glob</code></li>
<li>22 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco2.glob</code></li>
<li>21 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco2_upto.glob</code></li>
<li>21 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco1.glob</code></li>
<li>20 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco1_upto.glob</code></li>
<li>20 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/pacon.vo</code></li>
<li>19 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco0_upto.glob</code></li>
<li>19 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco0.glob</code></li>
<li>19 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco0.vo</code></li>
<li>19 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/examples.glob</code></li>
<li>19 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paconotation.v</code></li>
<li>15 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco18_upto.v</code></li>
<li>15 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco18.v</code></li>
<li>15 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco17_upto.v</code></li>
<li>15 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/pacotacuser.vo</code></li>
<li>14 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco17.v</code></li>
<li>14 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco16_upto.v</code></li>
<li>14 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/hpattern.vo</code></li>
<li>13 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco16.v</code></li>
<li>13 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco15_upto.v</code></li>
<li>13 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paconotation_internal.v</code></li>
<li>13 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco14_upto.v</code></li>
<li>13 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco15.v</code></li>
<li>12 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco13_upto.v</code></li>
<li>12 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco14.v</code></li>
<li>12 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco12_upto.v</code></li>
<li>11 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco11_upto.v</code></li>
<li>11 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco13.v</code></li>
<li>11 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco10_upto.v</code></li>
<li>11 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/pacon.glob</code></li>
<li>10 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco12.v</code></li>
<li>10 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco9_upto.v</code></li>
<li>10 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco8_upto.v</code></li>
<li>10 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco11.v</code></li>
<li>10 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco7_upto.v</code></li>
<li>10 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco6_upto.v</code></li>
<li>9 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco5_upto.v</code></li>
<li>9 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco10.v</code></li>
<li>9 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco4_upto.v</code></li>
<li>9 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco3_upto.v</code></li>
<li>9 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco2_upto.v</code></li>
<li>9 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco1_upto.v</code></li>
<li>9 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco0_upto.v</code></li>
<li>9 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco9.v</code></li>
<li>8 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/examples.v</code></li>
<li>8 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco8.v</code></li>
<li>8 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco7.v</code></li>
<li>7 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco6.v</code></li>
<li>7 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco5.v</code></li>
<li>7 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco4.v</code></li>
<li>7 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco3.v</code></li>
<li>7 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco2.v</code></li>
<li>6 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco1.v</code></li>
<li>6 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco0.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco.vo</code></li>
<li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/hpattern.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/pacon.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/pacotacuser.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/pacotacuser.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/paco.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Paco/hpattern.glob</code></li>
</ul>
<h2>Uninstall</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq-paco.2.0.2</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/paco/2.0.2.html | HTML | mit | 22,483 |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>W28654_text</title>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<div style="margin-left: auto; margin-right: auto; width: 800px; overflow: hidden;">
<div style="float: left;">
<a href="page5.html">«</a>
</div>
<div style="float: right;">
</div>
</div>
<hr/>
<div style="position: absolute; margin-left: 1168px; margin-top: 212px;">
<p class="styleSans10.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">A Gvrodata Directional Survey </p>
</div>
<div style="position: absolute; margin-left: 297px; margin-top: 255px;">
<p class="styleSans12.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">a <br/>Oasis Petroleum Lease: Kline Federal Well: 5300 41-18 13T2X, 8 3/4" Case, and 6" Hole <br/>Location: NABORS #486, McKenzie, North Dakota Job Number: RDO814M179 </p>
</div>
<div style="position: absolute; margin-left: 297px; margin-top: 552px;">
<p class="styleSans9.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">MEASURED DEPTH feet </p>
</div>
<div style="position: absolute; margin-left: 612px; margin-top: 552px;">
<p class="styleSans9.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">INCL <br/>deg. </p>
</div>
<div style="position: absolute; margin-left: 780px; margin-top: 552px;">
<p class="styleSans9.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">AZIMUTH <br/>deg. </p>
</div>
<div style="position: absolute; margin-left: 1095px; margin-top: 552px;">
<p class="styleSans11.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">DOGLEG SEVERITY deg./ 100 fi. </p>
</div>
<div style="position: absolute; margin-left: 1368px; margin-top: 552px;">
<p class="styleSans11.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">VERTICAL CLOSURE DEPTH DIST. AZIMUTH feet feet deg. </p>
</div>
<div style="position: absolute; margin-left: 340px; margin-top: 892px;">
<p class="styleSans8.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">15442.00 15505.00 <br/>15568.00 15599.00 15694.00 15725.00 15757.00 <br/>15788.00 15883.00 15914.00 15977.00 16072.00 </p>
</div>
<div style="position: absolute; margin-left: 340px; margin-top: 1615px;">
<p class="styleSans7.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">16103 .00 16166.00 16197.00 16260.00 16355.00 </p>
</div>
<div style="position: absolute; margin-left: 340px; margin-top: 1912px;">
<p class="styleSans8.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">16449.00 16481.00 16513.00 <br/>16544‘00 16575.00 </p>
</div>
<div style="position: absolute; margin-left: 2953px; margin-top: 2273px;">
<p class="styleSans8.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p>
</div>
<div style="position: absolute; margin-left: 2146px; margin-top: 552px;">
<p class="styleSans9.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">HORIZONTAL <br/>COORDINATES feet </p>
</div>
<div style="position: absolute; margin-left: 637px; margin-top: 892px;">
<p class="styleSans8.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">89A9 8930 <br/>90J3 9L21 9029 9051 9081 <br/>9138 9L03 9024 9037 9099 </p>
</div>
<div style="position: absolute; margin-left: 637px; margin-top: 1615px;">
<p class="styleSans7.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">89.85 90.20 87.55 85.32 84.84 </p>
</div>
<div style="position: absolute; margin-left: 637px; margin-top: 1912px;">
<p class="styleSans8.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">86.73 87.21 87.21 87.21 87.96 </p>
</div>
<div style="position: absolute; margin-left: 871px; margin-top: 892px;">
<p class="styleSans7.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">8931 8983 <br/>8966 8983 9018 8983 9L41 <br/>9L06 9062 9L24 <br/>9L68 9&62 </p>
</div>
<div style="position: absolute; margin-left: 871px; margin-top: 1615px;">
<p class="styleSans8.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">91.41 91.15 90.18 90.10 89.92 </p>
</div>
<div style="position: absolute; margin-left: 871px; margin-top: 1912px;">
<p class="styleSans7.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">89.39 89.92 89.74 89.83 90.10 </p>
</div>
<div style="position: absolute; margin-left: 1189px; margin-top: 892px;">
<p class="styleSans7.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">6.08 0.96 <br/>1.50 1.64 1.04 1.33 5.03 </p>
</div>
<div style="position: absolute; margin-left: 1189px; margin-top: 1338px;">
<p class="styleSans7.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">2.16 0.59 3.24 0.73 1.29 </p>
</div>
<div style="position: absolute; margin-left: 1189px; margin-top: 1615px;">
<p class="styleSans7.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">4.47 0.69 9.10 3.54 0.54 </p>
</div>
<div style="position: absolute; margin-left: 1190px; margin-top: 1912px;">
<p class="styleSans7.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">2.09 2.23 0.56 0.29 2.57 </p>
</div>
<div style="position: absolute; margin-left: 1423px; margin-top: 892px;">
<p class="styleSans8.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">10894.23 10894.62 <br/>10894.33 10893.80 10892.56 10892.34 10891.98 </p>
</div>
<div style="position: absolute; margin-left: 1423px; margin-top: 1317px;">
<p class="styleSans8.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">10891.38 10889.39 10889.04 10888.71 10887.58 </p>
</div>
<div style="position: absolute; margin-left: 1423px; margin-top: 1615px;">
<p class="styleSans8.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">10887.35 10887.32 10887.93 10891.85 10900.00 <br/>10906.91 10908.60 10910.16 10911.66 10912.97 </p>
</div>
<div style="position: absolute; margin-left: 1721px; margin-top: 892px;">
<p class="styleSans8.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">4744.5 4807.0 <br/>4869.4 4900.2 4994.5 5025.3 5057.1 </p>
</div>
<div style="position: absolute; margin-left: 1889px; margin-top: 892px;">
<p class="styleSans8.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">97.2 97.1 <br/>97.0 97.0 96.8 96.8 96.7 </p>
</div>
<div style="position: absolute; margin-left: 1721px; margin-top: 1317px;">
<p class="styleSans8.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">5087.9 5182.4 5213.3 <br/>5276.0 5370.6 </p>
</div>
<div style="position: absolute; margin-left: 1889px; margin-top: 1317px;">
<p class="styleSans8.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">96.7 96.6 96.6 96.5 96.4 </p>
</div>
<div style="position: absolute; margin-left: 1721px; margin-top: 1615px;">
<p class="styleSans8.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">5401.5 5464.2 5495.1 5557.6 5651.7 <br/>5744.9 5776.6 5808.4 5839.2 5870.0 </p>
</div>
<div style="position: absolute; margin-left: 1889px; margin-top: 1615px;">
<p class="styleSans8.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">96.4 96.3 96.3 96.2 96.1 <br/>96.0 96.0 95.9 95.9 95.9 </p>
</div>
<div style="position: absolute; margin-left: 2125px; margin-top: 892px;">
<p class="styleSans8.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">593.83 593.36 <br/>593.08 592.94 592.95 592.95 593 .30 </p>
</div>
<div style="position: absolute; margin-left: 2272px; margin-top: 892px;">
<p class="styleSans5.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p>
</div>
<div style="position: absolute; margin-left: 2125px; margin-top: 1317px;">
<p class="styleSans8.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">593 .97 595.3 6 595.86 597.47 599.37 </p>
</div>
<div style="position: absolute; margin-left: 2272px; margin-top: 1317px;">
<p class="styleSans5.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p>
</div>
<div style="position: absolute; margin-left: 2125px; margin-top: 1615px;">
<p class="styleSans8.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">599.92 601.33 601.69 601.84 601.86 <br/>601.30 601.10 601.01 600.89 600.87 </p>
</div>
<div style="position: absolute; margin-left: 2272px; margin-top: 1615px;">
<p class="styleSans7.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p>
</div>
<div style="position: absolute; margin-left: 2380px; margin-top: 892px;">
<p class="styleSans7.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">4707.20 E 4770.19 E </p>
</div>
<div style="position: absolute; margin-left: 2380px; margin-top: 1041px;">
<p class="styleSans7.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">4833.19 E 4864.19 E 4959.18 E 4990.18 E 5022.17 E </p>
</div>
<div style="position: absolute; margin-left: 2401px; margin-top: 1317px;">
<p class="styleSans7.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">5053.16 E 5148.13 E 5179.12 E 5242.10 E 5337.07 E </p>
</div>
<div style="position: absolute; margin-left: 2401px; margin-top: 1615px;">
<p class="styleSans8.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">536806 E 5431.05 E 5462.04 E 5524.91 E 5619.56 E <br/>5713.30 E 5745.25 E 5777.22 E 5808.18 E 5839.15 E </p>
</div>
</body>
</html>
| datamade/elpc_bakken | ocr_extracted/W28654_text/page6.html | HTML | mit | 10,948 |
{% load staticfiles %}
<!DOCTYPE html >
<html ng-app="BasicHttpAuth">
<!--[if lt IE 7]> <html class="lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Registration | Autoscaling</title>
<link rel="stylesheet" href="{% static "assets/css/login-style.css" %}">
<!--[if lt IE 9]><script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<!-- angularjs lib -->
<script src="http://code.jquery.com/jquery-2.2.2.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.0/angular.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.0/angular-route.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.0/angular-cookies.js"></script>
<link rel='stylesheet' href='{% static "assets/css/angular-loading-bar.css" %}' type='text/css' media='all' />
<script type='text/javascript' src='//cdnjs.cloudflare.com/ajax/libs/angular-loading-bar/0.9.0/loading-bar.min.js'></script>
<script src="{% static "app/app.modules.js" %}"></script>
<!-- angular services -->
<script src="{% static "app/services/authentication.js" %}"></script>
<!-- angular controllers -->
<script src="{% static "app/controllers/registration.js" %}"></script>
</head>
<body>
{% verbatim %}
<section class="container" ng-controller='RegistrationController'>
<div class="login">
<h1>Registration</h1>
<div ng-show="error" class="alert alert-danger">{{error}}</div>
<form class="form" name="form" novalidate ng-submit="register()">
<span ng-show="form.username.$dirty && form.username.$error.required">Username is required</span>
<p><input type="text" name="username" ng-model="username" required placeholder="Username"></p>
<span ng-show="form.password.$dirty && form.password.$error.required">Password is required</span>
<p><input type="password" name="password" ng-model="password" required placeholder="Password"></p>
<span ng-show="form.email.$dirty && form.email.$error.required">Email is required</span>
<span ng-show="form.email.$dirty && form.email.$error.email">Email is invalid</span>
<p><input type="email" name="email" ng-model="email" required placeholder="Email"></p>
<span ng-show="form.first_name.$dirty && form.first_name.$error.required">First name is required</span>
<p><input type="text" name="first_name" ng-model="first_name" required placeholder="First Name"></p>
<span ng-show="form.last_name.$dirty && form.last_name.$error.required">Last name is required</span>
<p><input type="text" name="last_name" ng-model="last_name" required placeholder="Last Name"></p>
<p class="wrap-btn"><button class="submit" type="submit" ng-disabled="form.$invalid || dataLoading" class="btn btn-danger">Register</button>
{% endverbatim %}
<img ng-if="dataLoading" src="{% static "assets/img/loading.gif"%}"/></p>
</form>
</div>
<!-- <div class="login-help">
<p>Forgot your password? <a href="index.html">Click here to reset it</a>.</p>
</div> -->
</section>
</body>
</html>
| cuongnb14/autoscaling-paas | project/dashboard/apiv1/templates/registration.html | HTML | mit | 3,433 |
{% extends path+"/scenario_03o/_layout-case-simple.html" %}
{% block citizen_content %}
{{ data.nuggets | log }}
<style type="text/css">
.multiple-choice {
padding: 4px 10px 9px 40px;
margin-bottom:10px;}
.multiple-choice [type=checkbox] + label::before {
width: 22px;
height: 22px;
padding-top: 2px !important;
}
.multiple-choice label::after {
top: 9px !important;
left: 7px !important;
width: 10px !important;
height: 5px !important;
border-width: 0 0 3px 3px !important;
}
.total-score{
background-color: #FFF !important;
color:#000 !important;
text-align:right;
}
.total-score .heading-large{
margin-top: 0px !important;
margin-bottom: 0px !important;
}
</style>
<p class="no-kdBar mb20"><a href="javascript: history.go(-1)" class="link-back">Back</a></p>
<p class="caption-large mb0">File report: accept ongoing LCW</p>
<h1 class="heading-large mt10">Review activites</h1>
<div class="grid-row">
<div class="column-two-thirds">
{% if data['moving']==='moving' or data['standing']==='standing' or data['reaching']==='reaching' or data['picking']==='picking' or data['using']==='using'
or data['speaking']==='speaking' or data['hearing']==='hearing' or data['seeing']==='seeing' or data['controlling']==='controlling' or data['staying']==='staying' or data['learning']==='learning' or data['being']==='being' or data['planning']==='planning' or data['coping']==='coping' or data['going']==='going' or data['meeting']==='meeting'
or data['behaving']==='behaving' or data['eating']==='eating'%}
<table class="task-list">
<tbody>
{% if data['moving']==='moving' %}
<tr>
<td><a href="/{{path}}/assessment/{{customer._id}}/descriptor-moving">Mobilising and using steps</a></td>
<td>{% if data['movingDescriptors']%}<span class="task-completed">Saved</span>{% endif %}</td>
</tr>
{% endif %}
{% if data['standing']==='standing' %}
<tr>
<td><a href="/{{path}}/assessment/{{customer._id}}/descriptor-standing">Standing, sitting and transferring from seat to seat</a></td>
<td>{% if data['standingDescriptors']%}<span class="task-completed">Saved</span>{% endif %}</td>
</tr>
{% endif %}
{% if data['reaching']==='reaching' %}
<tr>
<td><a href="/{{path}}/assessment/{{customer._id}}/descriptor-reaching">Reaching</a></td>
<td>{% if data['reachingDescriptors']%}<span class="task-completed">Saved</span>{% endif %}</td>
</tr>
{% endif %}
{% if data['picking']==='picking' %}
<tr>
<td><a href="descriptorScoringPicking">Picking up and moving things</a></td>
<td>{% if data['pickingDescriptors']%}<span class="task-completed">9</span>{% endif %}</td>
</tr>
{% endif %}
{% if data['using']==='using' %}
<tr>
<td><a href="descriptorScoringUsing">Manual dexterity</a></td>
<td>{% if data['usingDescriptors']%}<span class="task-completed">9</span>{% endif %}</td>
</tr>
{% endif %}
{% if data['speaking']==='speaking' %}
<tr>
<td><a href="/{{path}}/assessment/{{customer._id}}/descriptor-speaking">Making self understood</a></td>
<td>{% if data['speakingDescriptors']%}<span class="task-completed">Saved</span>{% endif %}</td>
</tr>
{% endif %}
{% if data['hearing']==='hearing' %}
<tr>
<td><a href="/{{path}}/assessment/{{customer._id}}/descriptor-hearing">Understanding communication</a></td>
<td>{% if data['hearingDescriptors']%}<span class="task-completed">Saved</span>{% endif %}</td>
</tr>
{% endif %}
{% if data['seeing']==='seeing' %}
<tr>
<td><a href="/{{path}}/assessment/{{customer._id}}/descriptor-seeing">Navigation</a></td>
<td>{% if data['seeingDescriptors']%}<span class="task-completed">Saved</span>{% endif %}</td>
</tr>
{% endif %}
{% if data['controlling']==='controlling' %}
<tr>
<td><a href="/{{path}}/assessment/{{customer._id}}/descriptor-controlling">Continence</a></td>
<td>{% if data['controllingDescriptors']%}<span class="task-completed">Saved</span>{% endif %}</td>
</tr>
{% endif %}
{% if data['staying']==='staying' %}
<tr>
<td><a href="descriptorScoringStaying">Staying conscious when awake</a></td>
<td>{% if data['stayingDescriptors']%}<span class="task-completed">15</span>{% endif %}</td>
</tr>
{% endif %}
{% if data['learning']==='learning' %}
<tr>
<td><a href="/{{path}}/assessment/{{customer._id}}/descriptor-learning">Learning to do new tasks</a></td>
<td>{% if data['learningDescriptors']%}<span class="task-completed">Saved</span>{% endif %}</td>
</tr>
{% endif %}
{% if data['being']==='being' %}
<tr>
<td><a href="/{{path}}/assessment/{{customer._id}}/descriptor-being">Awareness of hazards and danger</a></td>
<td>{% if data['beingDescriptors']%}<span class="task-completed">Saved</span>{% endif %}</td>
</tr>
{% endif %}
{% if data['planning']==='planning' %}
<tr>
<td><a href="/{{path}}/assessment/{{customer._id}}/descriptor-planning">Planning, starting and finishing everyday tasks</a></td>
<td>{% if data['planningDescriptors']%}<span class="task-completed">Saved</span>{% endif %}</td>
</tr>
{% endif %}
{% if data['coping']==='coping' %}
<tr>
<td><a href="/{{path}}/assessment/{{customer._id}}/descriptor-coping">Coping with changes</a></td>
<td>{% if data['copingDescriptors']%}<span class="task-completed">Saved</span>{% endif %}</td>
</tr>
{% endif %}
{% if data['going']==='going' %}
<tr>
<td><a href="descriptorScoringGoing">Getting about</a></td>
<td>{% if data['goingDescriptors']%}<span class="task-completed">6</span>{% endif %}</td>
</tr>
{% endif %}
{% if data['meeting']==='meeting' %}
<tr>
<td><a href="/{{path}}/assessment/{{customer._id}}/descriptor-meeting">Coping with social situations</a></td>
<td>{% if data['meetingDescriptors']%}<span class="task-completed">Saved</span>{% endif %}</td>
</tr>
{% endif %}
{% if data['behaving']==='behaving' %}
<tr>
<td><a href="/{{path}}/assessment/{{customer._id}}/descriptor-behaving">Behaving appropriately around other people</a></td>
<td>{% if data['behavingDescriptors']%}<span class="task-completed">Saved</span>{% endif %}</td>
</tr>
{% endif %}
{% if data['eating']==='eating' %}
<tr>
<td><a href="/{{path}}/assessment/{{customer._id}}/descriptor-eating">Eating or drinking</a></td>
<td>{% if data['eatingDescriptors']%}<span class="task-completed">Saved</span>{% endif %}</td>
</tr>
{% endif %}
{% if data['pickingDescriptors'] and data['usingDescriptors'] %}
<tr>
<td class="bold" style="padding-top:20px !important;">Total score</td>
<td><span class="total-score"><h1 class="heading-large">18</h1></span></td>
</tr>
{% endif %}
{% if data['stayingDescriptors'] and data['goingDescriptors'] %}
<tr>
<td class="bold" style="padding-top:20px !important;">Total score</td>
<td><span class="total-score"><h1 class="heading-large">21</h1></span></td>
</tr>
{% elif data['stayingDescriptors'] %}
<tr>
<td class="bold" style="padding-top:20px !important;">Total score</td>
<td><span class="total-score"><h1 class="heading-large">15</h1></span></td>
</tr>
{% endif %}
</tbody>
</table>
{% endif %}
<p><a href="chooseActivity" class="button secondary">Add another relevant activity</a></p>
<hr>
{% if data['pickingDescriptors'] and data['usingDescriptors'] %}
<p class="mt30"><a href="supportingEvidence" class="button">Save and continue</a></p>
{% endif %}
{% if data['stayingDescriptors'] and data['goingDescriptors'] %}
<p class="mt30"><a href="supportingEvidence" class="button">Save and continue</a></p>
{% elif data['stayingDescriptors'] %}
<p class="mt30"><a href="supportingEvidence" class="button">Save and continue</a></p>
{% endif %}
</div>
</div>
{% endblock %} | dwpdigitaltech/healthanddisability | app/views/fha/assessment-scenarios/scenario_03o/activityToDo.html | HTML | mit | 8,463 |
<html><body>
<h4>Windows 10 x64 (19041.388)</h4><br>
<h2>_HEAP_UCR_DESCRIPTOR</h2>
<font face="arial"> +0x000 ListEntry : <a href="./_LIST_ENTRY.html">_LIST_ENTRY</a><br>
+0x010 SegmentEntry : <a href="./_LIST_ENTRY.html">_LIST_ENTRY</a><br>
+0x020 Address : Ptr64 Void<br>
+0x028 Size : Uint8B<br>
</font></body></html> | epikcraw/ggool | public/Windows 10 x64 (19041.388)/_HEAP_UCR_DESCRIPTOR.html | HTML | mit | 370 |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- 選舉資料查詢 -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>中選會選舉資料庫網站</title>
<link rel="stylesheet" type="text/css" href="http://db.cec.gov.tw/votehist.css">
<script type="text/javascript">
function AddToFaves_hp() {
var is_4up = parseInt(navigator.appVersion);
var is_mac = navigator.userAgent.toLowerCase().indexOf("mac")!=-1;
var is_ie = navigator.userAgent.toLowerCase().indexOf("msie")!=-1;
var thePage = location.href;
if (thePage.lastIndexOf('#')!=-1)
thePage = thePage.substring(0,thePage.lastIndexOf('#'));
if (is_ie && is_4up && !is_mac)
window.external.AddFavorite(thePage,document.title);
else if (is_ie || document.images)
booker_hp = window.open(thePage,'booker_','menubar,width=325,height=100,left=140,top=60');
//booker_hp.focus();
}
</script>
</head>
<body class="frame">
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- 標題:選舉資料庫網站 -->
<div style="width: 100%; height: 56px; margin: 0px 0px 0px 0px; border-style: solid; border-width: 0px 0px 1px 0px; border-color: black;">
<div style="float: left;">
<img src="http://db.cec.gov.tw/images/main_title.gif" />
</div>
<div style="width: 100%; height: 48px;">
<div style="text-align: center;">
<img src="http://db.cec.gov.tw/images/small_ghost.gif" /> <span
style="height: 30px; font-size: 20px;"> <a href="http://www.cec.gov.tw"
style="text-decoration: none;">回中選會網站</a>
</span>
</div>
</div>
<div style="width: 100%; height: 8px; background-color: #fde501;">
</div>
</div>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- 頁籤 -->
<div
style="width: 100%; height: 29px; background-image: url('http://db.cec.gov.tw/images/tab_background.gif'); background-repeat: repeat-x;">
<div style="text-align: center;">
<a href="histMain.jsp"><img border="0" src="http://db.cec.gov.tw/images/tab_01.gif" /></a>
<a href="histCand.jsp"><img border="0" src="http://db.cec.gov.tw/images/tab_02.gif" /></a>
<!-- <a href=""><img border="0" src="images/tab_03.gif" /></a> -->
<!-- <a href=""><img border="0" src="images/tab_04.gif" /></a> -->
<a href="histQuery.jsp?voteCode=20120101T1A2&qryType=ctks&prvCode=03&cityCode=000&areaCode=03&deptCode=012&liCode=0218#"><img border="0" src="http://db.cec.gov.tw/images/tab_05.gif" onClick="AddToFaves_hp()" /></a>
<a href="mailto:info@cec.gov.tw;ytlin@cec.gov.tw"><img border="0" src="http://db.cec.gov.tw/images/tab_06.gif" /></a>
</div>
</div>
<div
style="width: 100%; height: 22px; background-image: url('http://db.cec.gov.tw/images/tab_separator.gif'); background-repeat: repeat-x;">
</div>
<div class="query">
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- 子頁面:查詢候選人得票數 -->
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- 標題 -->
<div class="titlebox">
<div class="title">
<div class="head">第 08 屆 立法委員選舉(區域) 候選人得票數</div>
<div class="date">投票日期:中華民國101年01月14日</div>
<div class="separator"></div>
</div>
</div>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- 查詢:候選人得票數,縣市多選區,如區域立委 -->
<link rel="stylesheet" type="text/css" href="http://db.cec.gov.tw/qryCtks.css" />
<!-- 投開票所表頭 -->
<table class="ctks" width="950" height="22" border=1 cellpadding="0" cellspacing="0" >
<tr class="title">
<td nowrap align="center">地區</td>
<td nowrap align="center">姓名</td>
<td nowrap align="center">號次</td>
<td nowrap align="center">得票數</td>
<td nowrap align="center">得票率</td>
</tr>
<!-- 投開票所內容 -->
<tr class="data">
<td nowrap rowspan=3 align=center>臺中市第03選區后里區義里里第0382投開票所</td>
<td nowrap align="center">童瑞陽</td>
<td nowrap align="center">1</td>
<td nowrap align="right">300</td>
<td nowrap align="right"> 29.73%</td>
</tr>
<!-- 投開票所內容 -->
<tr class="data">
<td nowrap align="center">劉坤鱧</td>
<td nowrap align="center">2</td>
<td nowrap align="right">33</td>
<td nowrap align="right"> 3.27%</td>
</tr>
<!-- 投開票所內容 -->
<tr class="data">
<td nowrap align="center">楊瓊瓔</td>
<td nowrap align="center">3</td>
<td nowrap align="right">676</td>
<td nowrap align="right"> 66.99%</td>
</tr>
<!-- 投開票所內容 -->
<tr class="data">
<td nowrap rowspan=3 align=center>臺中市第03選區后里區義里里第0383投開票所</td>
<td nowrap align="center">童瑞陽</td>
<td nowrap align="center">1</td>
<td nowrap align="right">272</td>
<td nowrap align="right"> 24.54%</td>
</tr>
<!-- 投開票所內容 -->
<tr class="data">
<td nowrap align="center">劉坤鱧</td>
<td nowrap align="center">2</td>
<td nowrap align="right">67</td>
<td nowrap align="right"> 6.04%</td>
</tr>
<!-- 投開票所內容 -->
<tr class="data">
<td nowrap align="center">楊瓊瓔</td>
<td nowrap align="center">3</td>
<td nowrap align="right">769</td>
<td nowrap align="right"> 69.40%</td>
</tr>
</table>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<div style="width: 100%; height: 20px; margin: 30px 0px 0px 0px; text-align: center; ">
<span>
<img src="http://db.cec.gov.tw/images/leave_arrow_left.gif" />
</span>
<span style="margin: 0px 10px 0px 10px; ">
<a style="text-decoration: none; font-size: 15px; " href="histPrint">下載</a>
</span>
<span>
<img src="http://db.cec.gov.tw/images/leave_arrow_right.gif" />
</span>
<span style="margin-right: 100px;"> </span>
<span>
<img src="http://db.cec.gov.tw/images/leave_arrow_left.gif" />
</span>
<span style="margin: 0px 10px 0px 10px; ">
<a style="text-decoration: none; font-size: 15px; " href="histMain.jsp">離開</a>
</span>
<span>
<img src="http://db.cec.gov.tw/images/leave_arrow_right.gif" />
</span>
</div>
</div>
</body>
</html> | g0v/projectV | mirror/prvCode_07/cityCode_000-areaCode_03-deptCode_012/voteCode_20120101T1A2-qryType_ctks-prvCode_03-cityCode_000-areaCode_03-deptCode_012-liCode_0218.html | HTML | mit | 6,520 |
<!DOCTYPE html>
<html>
<body>
<button id="btn">button</button>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script>
// Optional, modify the port if it's already in use
$.portkeyWebsocket='ws://127.0.0.1:5000/'
</script>
<script src="../portkey.js"></script>
</body>
</html>
| red8012/portkey | examples/starter.html | HTML | mit | 359 |
---
layout: default
---
<div id="home">
<h1>{{ site.title }}</h1>
<hr />
<ol class="posts">
{% for post in paginator.posts %}
<li>
<a href="{{ post.url }}">{{ post.title }}</a> » <i><span>{{ post.date | date_to_string }}</span></i>
<br /><small>{{ post.description }}</small>
</li>
{% endfor %}
</ol>
<!-- Pagination links -->
{% if paginator.total_pages > 1 %}
<ul class="pagination pagination-sm">
{% if paginator.previous_page %}
<li><a href="{{ paginator.previous_page_path | prepend: site.baseurl | replace: '//', '/' }}">«</a></li>
{% else %}
<li class="disabled"><span aria-hidden="true">«</span></li>
{% endif %}
<li><a href="/">First</a></li>
{% for page in (1..paginator.total_pages) %}
{% if page == paginator.page %}
<li class="active"><a>{{ page }}<span class="sr-only">(current)</span></a></li>
{% elsif page == 1 %}
<li><a href="/">{{ page }}</a></li>
{% else %}
<li><a href="{{ site.paginate_path | prepend: site.baseurl | replace: '//', '/' | replace: ':num', page }}">{{ page }}</a></li>
{% endif %}
{% endfor %}
<li><a href="/page/{{ paginator.total_pages }}/">Last</a></li>
{% if paginator.next_page %}
<li><a href="{{ paginator.next_page_path | prepend: site.baseurl | replace: '//', '/' }}">»</a></li>
{% else %}
<li class="disabled"><span>»</span></li>
{% endif %}
</ul>
{% endif %}
</div><!-- end #home -->
| aVolpe/aVolpe.github.io | index.html | HTML | mit | 1,581 |
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>mysql_adapter.rb</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" href="../../../../../../../../../../../../../css/reset.css" type="text/css" media="screen" />
<link rel="stylesheet" href="../../../../../../../../../../../../../css/main.css" type="text/css" media="screen" />
<link rel="stylesheet" href="../../../../../../../../../../../../../css/github.css" type="text/css" media="screen" />
<script src="../../../../../../../../../../../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
<script src="../../../../../../../../../../../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
<script src="../../../../../../../../../../../../../js/main.js" type="text/javascript" charset="utf-8"></script>
<script src="../../../../../../../../../../../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
</head>
<body>
<div class="banner">
<span>Ruby on Rails 4.2.1</span><br />
<h1>
mysql_adapter.rb
</h1>
<ul class="files">
<li>
../../../../.rvm/gems/ruby-2.2.2/gems/activerecord-4.2.1/lib/active_record/connection_adapters/mysql_adapter.rb
</li>
<li>Last modified: 2015-05-15 20:53:13 +0100</li>
</ul>
</div>
<div id="bodyContent">
<div id="content">
<!-- File only: requires -->
<div class="sectiontitle">Required Files</div>
<ul>
<li>active_record/connection_adapters/abstract_mysql_adapter</li>
<li>active_record/connection_adapters/statement_pool</li>
<li>active_support/core_ext/hash/keys</li>
<li>mysql</li>
</ul>
<!-- Namespace -->
<div class="sectiontitle">Namespace</div>
<ul>
<li>
<span class="type">MODULE</span>
<a href="../../../../../../../../../../../../../classes/ActiveRecord.html">ActiveRecord</a>
</li>
<li>
<span class="type">MODULE</span>
<a href="../../../../../../../../../../../../../classes/ActiveRecord/ConnectionAdapters.html">ActiveRecord::ConnectionAdapters</a>
</li>
<li>
<span class="type">MODULE</span>
<a href="../../../../../../../../../../../../../classes/ActiveRecord/ConnectionAdapters/MysqlAdapter/Fields.html">ActiveRecord::ConnectionAdapters::MysqlAdapter::Fields</a>
</li>
<li>
<span class="type">MODULE</span>
<a href="../../../../../../../../../../../../../classes/ActiveRecord/ConnectionAdapters/MysqlAdapter/Fields/Type.html">ActiveRecord::ConnectionAdapters::MysqlAdapter::Fields::Type</a>
</li>
<li>
<span class="type">MODULE</span>
<a href="../../../../../../../../../../../../../classes/ActiveRecord/ConnectionHandling.html">ActiveRecord::ConnectionHandling</a>
</li>
<li>
<span class="type">MODULE</span>
<a href="../../../../../../../../../../../../../classes/Mysql/Field.html">Mysql::Field</a>
</li>
<li>
<span class="type">CLASS</span>
<a href="../../../../../../../../../../../../../classes/ActiveRecord/ConnectionAdapters/MysqlAdapter.html">ActiveRecord::ConnectionAdapters::MysqlAdapter</a>
</li>
<li>
<span class="type">CLASS</span>
<a href="../../../../../../../../../../../../../classes/ActiveRecord/ConnectionAdapters/MysqlAdapter/StatementPool.html">ActiveRecord::ConnectionAdapters::MysqlAdapter::StatementPool</a>
</li>
<li>
<span class="type">CLASS</span>
<a href="../../../../../../../../../../../../../classes/Mysql.html">Mysql</a>
</li>
<li>
<span class="type">CLASS</span>
<a href="../../../../../../../../../../../../../classes/Mysql/Result.html">Mysql::Result</a>
</li>
<li>
<span class="type">CLASS</span>
<a href="../../../../../../../../../../../../../classes/Mysql/Stmt.html">Mysql::Stmt</a>
</li>
<li>
<span class="type">CLASS</span>
<a href="../../../../../../../../../../../../../classes/Mysql/Time.html">Mysql::Time</a>
</li>
</ul>
<!-- Methods -->
</div>
</div>
</body>
</html> | TomMulvaney/AudioFlow | doc/api/files/__/__/__/__/_rvm/gems/ruby-2_2_2/gems/activerecord-4_2_1/lib/active_record/connection_adapters/mysql_adapter_rb.html | HTML | mit | 4,843 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_95) on Thu Feb 18 20:56:31 EST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>org.red5.server.net.rtmp.codec (Red5 :: Server 1.0.7-SNAPSHOT API)</title>
<meta name="date" content="2016-02-18">
<link rel="stylesheet" type="text/css" href="../../../../../../javadoc.css" title="Style">
</head>
<body>
<h1 class="bar"><a href="../../../../../../org/red5/server/net/rtmp/codec/package-summary.html" target="classFrame">org.red5.server.net.rtmp.codec</a></h1>
<div class="indexContainer">
<h2 title="Classes">Classes</h2>
<ul title="Classes">
<li><a href="RTMPMinaCodecFactory.html" title="class in org.red5.server.net.rtmp.codec" target="classFrame">RTMPMinaCodecFactory</a></li>
</ul>
</div>
</body>
</html>
| Red5/red5.github.io | javadoc/red5-server/org/red5/server/net/rtmp/codec/package-frame.html | HTML | mit | 927 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.