text
stringlengths 2
1.05M
| repo_name
stringlengths 5
101
| path
stringlengths 4
991
| language
stringclasses 3
values | license
stringclasses 5
values | size
int64 2
1.05M
|
---|---|---|---|---|---|
@(degrees: List[Individual], form: Form[CourseFormModel])
@import utils.semantic.Vocabulary.rdfs
@import utils.semantic.Individual
<div>
@helper.form(action = routes.CourseManagementController.coursePost()) {
@helper.inputText(form("id"), '_label -> "Id:")
@helper.inputText(form("name"), '_label -> "Name:")
@helper.select(form("degree"), (for(degree <- degrees; label <- degree.props(rdfs.label)) yield degree.uri.value -> label.value).sortBy(_._2), '_label -> "Studiengang:")
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Schließen</button>
<button type="submit" class="btn btn-primary">Hinzufügen</button>
</div>
}
</div> | FHK-ADV/lwm | app/views/courseForm.scala.html | HTML | mit | 748 |
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles/form.css">
<link rel="stylesheet" href="styles/style.css">
<title>SoftUni Beers</title>
</head>
<body>
<main>
<nav>
<div class="topnav">
<a class="logo" href="template.html"><img src="images/logo.png"/></a>
<a href="template.html">Home</a>
<a href="all-beers.html">See All Beers</a>
<a class="active" href="order.html">Order a Beer</a>
<a class="right" href="register.html">Register</a>
<a class="right" href="login.html">Log in</a>
</div>
</nav>
<center>
<h1>Register</h1>
<br/>
<form>
<label>Brand</label>
<select>
<option selected disabled> Select a brand</option>
<option>Corona Extra 330ml</option>
<option>Stella Artois 500ml</option>
<option>Carlsberg 330ml</option>
<option>Heineken 330ml</option>
</select>
<label>Quantity</label>
<input type="number" min="1" max="15" placeholder="Enter amount of beers (1-15)">
<label>Destination</label>
<select>
<option selected disabled> Select a destination</option>
<option>Sofia</option>
<option>Plovdiv</option>
<option>Varna</option>
<option>Burgas</option>
</select>
<label>Enter your birthdate</label>
<input type="date">
<label>Got an opinion, comment, recommendation? Share it with us!</label>
<input placeholder="Share your opinion with us!" type="textarea">
<input type="submit" value="Order">
</form>
</center>
</main>
</body>
</html> | VaskoViktorov/SoftUni-Homework | 10. C# Web Development Basics - 19.09.2017/04. HTML5 and CSS - Exercise/order.html | HTML | mit | 2,130 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="Description">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css">
</head>
<body>
<div id="app"></div>
<script>
window.$docsify = {
alias: {
'/.*/_navbar.md': '/_navbar.md'
},
name: 'GoBatis',
repo: 'runner-mei/GoBatis',
auto2top: true,
coverpage: true,
executeScript: true,
loadSidebar: true,
loadNavbar: true,
mergeNavbar: true,
maxLevel: 4,
subMaxLevel: 2,
search: 'auto', // 默认值
search : [
'/', // => /README.md
'/zh-cn/', // => /zh-cn/README.md
],
// 完整配置参数
search: {
maxAge: 86400000, // 过期时间,单位毫秒,默认一天
paths: [], // or 'auto'
placeholder: 'Type to search',
// 支持本地化
placeholder: {
'/zh-cn/': '搜索',
'/': 'Type to search'
},
noData: 'No Results!',
// 支持本地化
noData: {
'/zh-cn/': '找不到内容',
'/': 'No Results'
},
// 搜索标题的最大程级, 1 - 6
depth: 2
},
formatUpdated: '{MM}/{DD} {HH}:{mm}',
plugins: [
function (hook, vm) {
hook.beforeEach(function (html) {
//var url = 'https://github.com/QingWei-Li/docsify/blob/master/docs/' + vm.route.file
//var editHtml = '[:memo: Edit Document](' + url + ')\n'
var editHtml = ''
return editHtml
+ html
+ '\n\n----\n\n'
+ '<a href="https://docsify.js.org" target="_blank" style="color: inherit; font-weight: normal; text-decoration: none;">Powered by docsify</a>'
})
}
]
}
</script>
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
<script src="//unpkg.com/prismjs/components/prism-bash.min.js"></script>
<script src="//unpkg.com/prismjs/components/prism-go.min.js"></script>
<script src="//unpkg.com/docsify/lib/plugins/search.js"></script>
<script src="//unpkg.com/docsify/lib/plugins/emoji.js"></script>
</body>
</html>
| arstd/gobatis | docs/index.html | HTML | mit | 2,476 |
{% extends 'psoriassist/base.html' %}
{% load staticfiles %}
{% block js %}
<script src={% static 'js/medication.js' %}></script>
{% endblock %}
{% block css %}
<link rel="stylesheet" href={% static 'css/medication.css' %}>
{% endblock %}
{% block body %}
<div id="main-container" class="container">
<div class="row">
<a href='{% url 'psoriassist:index' %}' style="float: right; margin-top: 45px;" class="btn btn-success waves-effect waves-light conversation">Back to Chat</a>
<div class="col-md-12 col-md-offset-3">
<h2 style="color:white; position: relative; bottom: 20px;"><b>Current Medication</b></h2>
</div>
</div>
<div class="row">
<div class="col-lg-5 col-md-6 col-md-offset-3">
<!--Rotating card-->
<div class="card-wrapper">
<div id="card-1" class="card-rotating effect__click ">
<!--Front Side-->
<div class="face card-rotating__front z-depth-1">
<div class="card-up">
<img src="{% static 'images/cosentyx.jpg' %}" class="img-responsive">
</div>
<h5 class="weight"><b>Date started:</b> 15/2/16</h5>
<h5 class="weight"><b>Prescription info:</b> 300 mg by injection once a week for four weeks</h5>
<!--Triggering button-->
<a class="rotate-btn " data-card="card-1"><i class="fa fa-repeat"> Click here to
rotate</i></a>
</div>
<!--/.Front Side-->
<!--Back Side-->
<div class="face card-rotating__back z-depth-1">
<h4 class = 'weight'>Medication Ratings</h4>
<p class="card-content text-center weight">For Cosentyx</p>
<hr>
<br> <b class="weight">Treatment effectiveness:</b>
<br>
<p style="color:orange;">7.8/10</p>
<br>
<br> <b class="weight">Average emotional wellness while on treatment</b>
<br>
<p style="color:green"> 8.7/10</p>
<br>
<br> <b class="weight">Adherence score</b>
<br>
<p style="color:green">8.5/10</p>
<!--Triggering button-->
<a class="rotate-btn " data-card="card-1"><i class="fa fa-undo"> Click here to rotate
back</i></a>
</div>
<!--/.Back Side-->
</div>
</div>
<!--/.Rotating card-->
</div>
</div>
<div class="row">
<div class="col-md-12 col-md-offset-3">
<h1 style="position: relative;"><b>Past Medications</b></h1>
</div>
</div>
<div class='row'>
<div class="col-md-4">
<!--Image Card-->
<div class="card-wrapper">
<div id="card-2" class="card-rotating effect__click ">
<!--Front Side-->
<div class="face card-rotating__front z-depth-1">
<div class="card-up">
<img src="{% static 'images/dovonex.jpg' %}" class="img-responsive">
</div>
<p class="weight"><b>Date started:</b> 14/5/15</p>
<p class="weight"><b>Prescription info:</b> Apply a thin layer of Dovonex cream to the affected area. Do
not use two doses at once</p>
<!--Triggering button-->
<a class="rotate-btn" data-card="card-2"><i class="fa fa-repeat"> Click here to
rotate</i></a>
</div>
<!--/.Front Side-->
<!--Back Side-->
<div class="face card-rotating__back z-depth-1">
<h4 class="weight">Medication Ratings</h4>
<p class="card-content text-center weight">For Dovonex</p>
<hr>
<br> <b class="weight">Treatment effectiveness:</b>
<br>
<p style="color:orange;">5.6/10</p>
<br>
<br> <b class="weight">Average emotional wellness while on treatment</b>
<br>
<p style="color:red"> 2.9/10</p>
<br>
<br> <b class="weight">Adherence score</b>
<br>
<p style="color:green">7.5/10</p>
<!--Triggering button-->
<a class="rotate-btn" data-card="card-2"><i class="fa fa-undo"> Click here to rotate
back</i></a>
</div>
<!--/.Back Side-->
</div>
</div>
</div>
<div class="col-md-4">
<div class="card-wrapper">
<div id="card-3" class="card-rotating effect__click ">
<!--Front Side-->
<div class="face card-rotating__front z-depth-1">
<div class="card-up">
<img src="{% static 'images/Silkis.jpg' %}" class="img-responsive">
</div>
<p class="weight"><b class="weight">Date started:</b> 14/3/15</p>
<p class="weight"><b class="weight">Prescription info:</b> Ointment should be applied to the psoriasis affected areas
twice per day. Not more than 30 g of ointment should be used per day</p>
<!--Triggering button-->
<a class="rotate-btn" data-card="card-3"><i class="fa fa-repeat"> Click here to
rotate</i></a>
</div>
<!--/.Front Side-->
<!--Back Side-->
<div class="face card-rotating__back z-depth-1">
<h4 class="weight">Medication Ratings</h4>
<p class="card-content text-center weight">For Silkis</p>
<hr>
<br> <b class="weight">Treatment effectiveness:</b>
<br>
<p style="color:red;">2.8/10</p>
<br>
<br> <b class="weight">Average emotional wellness while on treatment</b>
<br>
<p style="color:red"> 3.7/10</p>
<br>
<br> <b class="weight">Adherence score</b>
<br>
<p style="color:darkred">1.5/10</p>
<!--Triggering button-->
<a class="rotate-btn" data-card="card-3"><i class="fa fa-undo"> Click here to rotate
back</i></a>
</div>
<!--/.Back Side-->
</div>
</div>
</div>
<div class="col-md-4">
<div class="card-wrapper">
<div id="card-4" class="card-rotating effect__click ">
<!--Front Side-->
<div class="face card-rotating__front z-depth-1">
<div class="card-up">
<img src="{% static 'images/Eumovate.jpg' %}" class="img-responsive">
</div>
<p class="weight"><b>Date started:</b> 13/5/14</p>
<p class="weight"><b>Prescription info:</b> Apply thinly and gently rub in using only enough to
cover the entire affected area once or twice a day until improvement occurs</p>
<!--Triggering button-->
<a class="rotate-btn" data-card="card-4"><i class="fa fa-repeat"> Click here to
rotate</i></a>
</div>
<!--/.Front Side-->
<!--Back Side-->
<div class="face card-rotating__back z-depth-1">
<h4 class="weight">Medication Ratings</h4>
<p class="card-content text-center weight">For Eumovate</p>
<hr>
<br> <b class="weight">Treatment effectiveness:</b>
<br>
<p style="color:lime;">9.8/10</p>
<br>
<br> <b class="weight">Average emotional wellness while on treatment</b>
<br>
<p style="color:darkred"> 1.7/10</p>
<br>
<br> <b class="weight">Adherence score</b>
<br>
<p style="color:orange">5.5/10</p>
<!--Triggering button-->
<a class="rotate-btn" data-card="card-4"><i class="fa fa-undo"> Click here to rotate
back</i></a>
</div>
<!--/.Back Side-->
</div>
</div>
<!--Image Card-->
</div>
</div>
</div>
{% endblock %}
| maxprais/psoriassist | psoriassist/templates/psoriassist/my_medication.html | HTML | mit | 10,625 |
{% load i18n %}
<div class="list-inline topic-filter">
<li>{% trans 'sort:' %}</li>
<li {% if order == 'default' %} class="active"{% endif %}><a class="niu-link" href="{% if nodeid %}{% url view_page nodeid 'default' %}{% else %}{% url view_page 'default' %}{% endif %}"><i class="fa fa-bars fa-fw" aria-hidden="true"></i> {% trans 'default' %}</a></li>
<li {% if order == 'star' %} class="active"{% endif %}><a class="niu-link" href="{% if nodeid %}{% url view_page nodeid 'star' %}{% else %}{% url view_page 'star' %}{% endif %}"><i class="fa fa-thumbs-o-up fa-fw" aria-hidden="true"></i> {% trans 'star' %}</a></li>
<li {% if order == 'reply' %} class="active"{% endif %}><a class="niu-link" href="{% if nodeid %}{% url view_page nodeid 'reply' %}{% else %}{% url view_page 'reply' %}{% endif %}"><i class="fa fa-comment-o fa-fw" aria-hidden="true"></i> {% trans 'recent reply' %}</a></li>
<li {% if order == 'latest' %} class="active"{% endif %}><a class="niu-link" href="{% if nodeid %}{% url view_page nodeid 'latest' %}{% else %}{% url view_page 'latest' %}{% endif %}"><i class="fa fa-clock-o fa-fw" aria-hidden="true"></i> {% trans 'latest post' %}</a></li>
</div> | niutool/niuforum | templates/widget/w_topic_filter.html | HTML | mit | 1,199 |
<!DOCTYPE html>
<!--[if lt IE 9]><html class="no-js lt-ie9" lang="en" dir="ltr"><![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="en" dir="ltr">
<!--<![endif]-->
<!-- Usage: /eic/site/ccc-rec.nsf/tpl-eng/template-1col.html?Open&id=3 (optional: ?Open&page=filename.html&id=x) -->
<!-- Created: ; Product Code: 536; Server: stratnotes2.ic.gc.ca -->
<head>
<!-- Title begins / Début du titre -->
<title>
El Gaucho Conceptions Inc. -
Complete profile - Canadian Company Capabilities - Industries and Business - Industry Canada
</title>
<!-- Title ends / Fin du titre -->
<!-- Meta-data begins / Début des métadonnées -->
<meta charset="utf-8" />
<meta name="dcterms.language" title="ISO639-2" content="eng" />
<meta name="dcterms.title" content="" />
<meta name="description" content="" />
<meta name="dcterms.description" content="" />
<meta name="dcterms.type" content="report, data set" />
<meta name="dcterms.subject" content="businesses, industry" />
<meta name="dcterms.subject" content="businesses, industry" />
<meta name="dcterms.issued" title="W3CDTF" content="" />
<meta name="dcterms.modified" title="W3CDTF" content="" />
<meta name="keywords" content="" />
<meta name="dcterms.creator" content="" />
<meta name="author" content="" />
<meta name="dcterms.created" title="W3CDTF" content="" />
<meta name="dcterms.publisher" content="" />
<meta name="dcterms.audience" title="icaudience" content="" />
<meta name="dcterms.spatial" title="ISO3166-1" content="" />
<meta name="dcterms.spatial" title="gcgeonames" content="" />
<meta name="dcterms.format" content="HTML" />
<meta name="dcterms.identifier" title="ICsiteProduct" content="536" />
<!-- EPI-11240 -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- MCG-202 -->
<meta content="width=device-width,initial-scale=1" name="viewport">
<!-- EPI-11567 -->
<meta name = "format-detection" content = "telephone=no">
<!-- EPI-12603 -->
<meta name="robots" content="noarchive">
<!-- EPI-11190 - Webtrends -->
<script>
var startTime = new Date();
startTime = startTime.getTime();
</script>
<!--[if gte IE 9 | !IE ]><!-->
<link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="icon" type="image/x-icon">
<link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/wet-boew.min.css">
<!--<![endif]-->
<link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/theme.min.css">
<!--[if lt IE 9]>
<link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="shortcut icon" />
<link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/ie8-wet-boew.min.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew.min.js"></script>
<![endif]-->
<!--[if lte IE 9]>
<![endif]-->
<noscript><link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/noscript.min.css" /></noscript>
<!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER -->
<script>dataLayer1 = [];</script>
<!-- End Google Tag Manager -->
<!-- EPI-11235 -->
<link rel="stylesheet" href="/eic/home.nsf/css/add_WET_4-0_Canada_Apps.css">
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
<link href="/app/ccc/srch/css/print.css" media="print" rel="stylesheet" type="text/css" />
</head>
<body class="home" vocab="http://schema.org/" typeof="WebPage">
<!-- EPIC HEADER BEGIN -->
<!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER -->
<noscript><iframe title="Google Tag Manager" src="//www.googletagmanager.com/ns.html?id=GTM-TLGQ9K" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer1'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer1','GTM-TLGQ9K');</script>
<!-- End Google Tag Manager -->
<!-- EPI-12801 -->
<span typeof="Organization"><meta property="legalName" content="Department_of_Industry"></span>
<ul id="wb-tphp">
<li class="wb-slc">
<a class="wb-sl" href="#wb-cont">Skip to main content</a>
</li>
<li class="wb-slc visible-sm visible-md visible-lg">
<a class="wb-sl" href="#wb-info">Skip to "About this site"</a>
</li>
</ul>
<header role="banner">
<div id="wb-bnr" class="container">
<section id="wb-lng" class="visible-md visible-lg text-right">
<h2 class="wb-inv">Language selection</h2>
<div class="row">
<div class="col-md-12">
<ul class="list-inline mrgn-bttm-0">
<li><a href="nvgt.do?V_TOKEN=1492283066037&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=15557&V_SEARCH.docsStart=15556&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn/rgstr.sec?_flId?_flxKy=e1s1&estblmntNo=234567041301&profileId=61&_evId=bck'A=0&lang=eng&V_SEARCH.showStricts=false&prtl=1&_flId?_flId?_flxKy=e1s1" title="Français" lang="fr">Français</a></li>
</ul>
</div>
</div>
</section>
<div class="row">
<div class="brand col-xs-8 col-sm-9 col-md-6">
<a href="http://www.canada.ca/en/index.html"><object type="image/svg+xml" tabindex="-1" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/sig-blk-en.svg"></object><span class="wb-inv"> Government of Canada</span></a>
</div>
<section class="wb-mb-links col-xs-4 col-sm-3 visible-sm visible-xs" id="wb-glb-mn">
<h2>Search and menus</h2>
<ul class="list-inline text-right chvrn">
<li><a href="#mb-pnl" title="Search and menus" aria-controls="mb-pnl" class="overlay-lnk" role="button"><span class="glyphicon glyphicon-search"><span class="glyphicon glyphicon-th-list"><span class="wb-inv">Search and menus</span></span></span></a></li>
</ul>
<div id="mb-pnl"></div>
</section>
<!-- Site Search Removed -->
</div>
</div>
<nav role="navigation" id="wb-sm" class="wb-menu visible-md visible-lg" data-trgt="mb-pnl" data-ajax-fetch="//cdn.canada.ca/gcweb-cdn-dev/sitemenu/sitemenu-en.html" typeof="SiteNavigationElement">
<h2 class="wb-inv">Topics menu</h2>
<div class="container nvbar">
<div class="row">
<ul class="list-inline menu">
<li><a href="https://www.canada.ca/en/services/jobs.html">Jobs</a></li>
<li><a href="http://www.cic.gc.ca/english/index.asp">Immigration</a></li>
<li><a href="https://travel.gc.ca/">Travel</a></li>
<li><a href="https://www.canada.ca/en/services/business.html">Business</a></li>
<li><a href="https://www.canada.ca/en/services/benefits.html">Benefits</a></li>
<li><a href="http://healthycanadians.gc.ca/index-eng.php">Health</a></li>
<li><a href="https://www.canada.ca/en/services/taxes.html">Taxes</a></li>
<li><a href="https://www.canada.ca/en/services.html">More services</a></li>
</ul>
</div>
</div>
</nav>
<!-- EPIC BODY BEGIN -->
<nav role="navigation" id="wb-bc" class="" property="breadcrumb">
<h2 class="wb-inv">You are here:</h2>
<div class="container">
<div class="row">
<ol class="breadcrumb">
<li><a href="/eic/site/icgc.nsf/eng/home" title="Home">Home</a></li>
<li><a href="/eic/site/icgc.nsf/eng/h_07063.html" title="Industries and Business">Industries and Business</a></li>
<li><a href="/eic/site/ccc-rec.nsf/tpl-eng/../eng/home" >Canadian Company Capabilities</a></li>
</ol>
</div>
</div>
</nav>
</header>
<main id="wb-cont" role="main" property="mainContentOfPage" class="container">
<!-- End Header -->
<!-- Begin Body -->
<!-- Begin Body Title -->
<!-- End Body Title -->
<!-- Begin Body Head -->
<!-- End Body Head -->
<!-- Begin Body Content -->
<br>
<!-- Complete Profile -->
<!-- Company Information above tabbed area-->
<input id="showMore" type="hidden" value='more'/>
<input id="showLess" type="hidden" value='less'/>
<h1 id="wb-cont">
Company profile - Canadian Company Capabilities
</h1>
<div class="profileInfo hidden-print">
<ul class="list-inline">
<li><a href="cccSrch.do?lang=eng&profileId=&prtl=1&key.hitsPerPage=25&searchPage=%252Fapp%252Fccc%252Fsrch%252FcccBscSrch.do%253Flang%253Deng%2526amp%253Bprtl%253D1%2526amp%253Btagid%253D&V_SEARCH.scopeCategory=CCC.Root&V_SEARCH.depth=1&V_SEARCH.showStricts=false&V_SEARCH.sortSpec=title+asc&rstBtn.x=" class="btn btn-link">New Search</a> |</li>
<li><form name="searchForm" method="post" action="/app/ccc/srch/bscSrch.do">
<input type="hidden" name="lang" value="eng" />
<input type="hidden" name="profileId" value="" />
<input type="hidden" name="prtl" value="1" />
<input type="hidden" name="searchPage" value="%2Fapp%2Fccc%2Fsrch%2FcccBscSrch.do%3Flang%3Deng%26amp%3Bprtl%3D1%26amp%3Btagid%3D" />
<input type="hidden" name="V_SEARCH.scopeCategory" value="CCC.Root" />
<input type="hidden" name="V_SEARCH.depth" value="1" />
<input type="hidden" name="V_SEARCH.showStricts" value="false" />
<input id="repeatSearchBtn" class="btn btn-link" type="submit" value="Return to search results" />
</form></li>
<li>| <a href="nvgt.do?V_SEARCH.docsStart=15555&V_DOCUMENT.docRank=15556&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492283076752&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=234567111740&profileId=&key.newSearchLabel=">Previous Company</a></li>
<li>| <a href="nvgt.do?V_SEARCH.docsStart=15557&V_DOCUMENT.docRank=15558&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492283076752&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=234567142174&profileId=&key.newSearchLabel=">Next Company</a></li>
</ul>
</div>
<details>
<summary>Third-Party Information Liability Disclaimer</summary>
<p>Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.</p>
</details>
<h2>
El Gaucho Conceptions Inc.
</h2>
<div class="row">
<div class="col-md-5">
<h2 class="h5 mrgn-bttm-0">Legal/Operating Name:</h2>
<p>El Gaucho Conceptions Inc.</p>
<div class="mrgn-tp-md"></div>
<p class="mrgn-bttm-0" ><a href="http://www.gaucho.ca"
target="_blank" title="Website URL">http://www.gaucho.ca</a></p>
<p><a href="mailto:[email protected]" title="[email protected]">[email protected]</a></p>
</div>
<div class="col-md-4 mrgn-sm-sm">
<h2 class="h5 mrgn-bttm-0">Mailing Address:</h2>
<address class="mrgn-bttm-md">
P.O. Box 220<br/>
ROSETOWN,
Saskatchewan<br/>
S0L 2V0
<br/>
</address>
<h2 class="h5 mrgn-bttm-0">Location Address:</h2>
<address class="mrgn-bttm-md">
313 6th Ave E<br/>
ROSETOWN,
Saskatchewan<br/>
S0L 2V0
<br/>
</address>
<p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>:
(306) 831-9194
</p>
<p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>:
</p>
</div>
<div class="col-md-3 mrgn-tp-md">
<h2 class="wb-inv">Logo</h2>
<img class="img-responsive text-left" src="https://www.ic.gc.ca/app/ccc/srch/media?estblmntNo=234567106075&graphFileName=elgaucho.gif&applicationCode=AP&lang=eng" alt="Logo" />
</div>
</div>
<div class="row mrgn-tp-md mrgn-bttm-md">
<div class="col-md-12">
<h2 class="wb-inv">Company Profile</h2>
<br> A Saskatchewan-based provider of Internet solutions.<br>
</div>
</div>
<!-- <div class="wb-tabs ignore-session update-hash wb-eqht-off print-active"> -->
<div class="wb-tabs ignore-session">
<div class="tabpanels">
<details id="details-panel1">
<summary>
Full profile
</summary>
<!-- Tab 1 -->
<h2 class="wb-invisible">
Full profile
</h2>
<!-- Contact Information -->
<h3 class="page-header">
Contact information
</h3>
<section class="container-fluid">
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Grant
Martens
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
<!--if client gender is not null or empty we use gender based job title-->
Owner
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Area of Responsibility:
</strong>
</div>
<div class="col-md-7">
Domestic Sales & Marketing.
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(306) 831-9194
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
[email protected]
</div>
</div>
</section>
<p class="mrgn-tp-lg text-right small hidden-print">
<a href="#wb-cont">top of page</a>
</p>
<!-- Company Description -->
<h3 class="page-header">
Company description
</h3>
<section class="container-fluid">
<div class="row">
<div class="col-md-5">
<strong>
Country of Ownership:
</strong>
</div>
<div class="col-md-7">
Canada
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Year Established:
</strong>
</div>
<div class="col-md-7">
2001
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Exporting:
</strong>
</div>
<div class="col-md-7">
No
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Industry (NAICS):
</strong>
</div>
<div class="col-md-7">
541510 - Computer Systems Design and Related Services
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Alternate Industries (NAICS):
</strong>
</div>
<div class="col-md-7">
518210 - Data Processing, Hosting, and Related Services<br>
541430 - Graphic Design Services<br>
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Services
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Total Sales ($CDN):
</strong>
</div>
<div class="col-md-7">
$1 to $99,999
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Number of Employees:
</strong>
</div>
<div class="col-md-7">
2
</div>
</div>
</section>
<!-- Products / Services / Licensing -->
<h3 class="page-header">
Product / Service / Licensing
</h3>
<section class="container-fluid">
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Service Name:
</strong>
</div>
<div class="col-md-9">
Web Site Design<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
El Gaucho Web Site Conceptions provides fully integrated web and database solutions for a completely dynamic experience. Using WebObjects, SQL, PHP, XHTML and other languages, we can develop data-driven websites that adapt to your business. Start off small or big, all have the capacity to grow with your business.<br>
<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Service Name:
</strong>
</div>
<div class="col-md-9">
Graphic Design<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
El Gaucho We Site Conceptions is a full service graphic design agency providing print graphics, web graphics and logo design that centralizes on your graphic design needs. We can design graphics for any piece of printed-paper, business cards, stationery, flyers, sales sheets, posters, puzzles and promotion cards. We also design graphics used for the web.<br>
<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
FSC Code:
</strong>
</div>
<div class="col-md-9">
T005-Arts/Graphics Services
<br>
</div>
</div>
</section>
<p class="mrgn-tp-lg text-right small hidden-print">
<a href="#wb-cont">top of page</a>
</p>
<!-- Technology Profile -->
<!-- Market Profile -->
<!-- Sector Information -->
<details class="mrgn-tp-md mrgn-bttm-md">
<summary>
Third-Party Information Liability Disclaimer
</summary>
<p>
Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.
</p>
</details>
</details>
<details id="details-panel2">
<summary>
Contacts
</summary>
<h2 class="wb-invisible">
Contact information
</h2>
<!-- Contact Information -->
<section class="container-fluid">
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Grant
Martens
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
<!--if client gender is not null or empty we use gender based job title-->
Owner
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Area of Responsibility:
</strong>
</div>
<div class="col-md-7">
Domestic Sales & Marketing.
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(306) 831-9194
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
[email protected]
</div>
</div>
</section>
</details>
<details id="details-panel3">
<summary>
Description
</summary>
<h2 class="wb-invisible">
Company description
</h2>
<section class="container-fluid">
<div class="row">
<div class="col-md-5">
<strong>
Country of Ownership:
</strong>
</div>
<div class="col-md-7">
Canada
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Year Established:
</strong>
</div>
<div class="col-md-7">
2001
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Exporting:
</strong>
</div>
<div class="col-md-7">
No
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Industry (NAICS):
</strong>
</div>
<div class="col-md-7">
541510 - Computer Systems Design and Related Services
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Alternate Industries (NAICS):
</strong>
</div>
<div class="col-md-7">
518210 - Data Processing, Hosting, and Related Services<br>
541430 - Graphic Design Services<br>
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Services
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Total Sales ($CDN):
</strong>
</div>
<div class="col-md-7">
$1 to $99,999
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Number of Employees:
</strong>
</div>
<div class="col-md-7">
2
</div>
</div>
</section>
</details>
<details id="details-panel4">
<summary>
Products, services and licensing
</summary>
<h2 class="wb-invisible">
Product / Service / Licensing
</h2>
<section class="container-fluid">
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Service Name:
</strong>
</div>
<div class="col-md-9">
Web Site Design<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
El Gaucho Web Site Conceptions provides fully integrated web and database solutions for a completely dynamic experience. Using WebObjects, SQL, PHP, XHTML and other languages, we can develop data-driven websites that adapt to your business. Start off small or big, all have the capacity to grow with your business.<br>
<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Service Name:
</strong>
</div>
<div class="col-md-9">
Graphic Design<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
El Gaucho We Site Conceptions is a full service graphic design agency providing print graphics, web graphics and logo design that centralizes on your graphic design needs. We can design graphics for any piece of printed-paper, business cards, stationery, flyers, sales sheets, posters, puzzles and promotion cards. We also design graphics used for the web.<br>
<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
FSC Code:
</strong>
</div>
<div class="col-md-9">
T005-Arts/Graphics Services
<br>
</div>
</div>
</section>
</details>
</div>
</div>
<div class="row">
<div class="col-md-12 text-right">
Last Update Date 2015-12-10
</div>
</div>
<!--
- Artifact ID: CBW - IMBS - CCC Search WAR
- Group ID: ca.gc.ic.strategis.imbs.ccc.search
- Version: 3.26
- Built-By: bamboo
- Build Timestamp: 2017-03-02T21:29:28Z
-->
<!-- End Body Content -->
<!-- Begin Body Foot -->
<!-- End Body Foot -->
<!-- END MAIN TABLE -->
<!-- End body -->
<!-- Begin footer -->
<div class="row pagedetails">
<div class="col-sm-5 col-xs-12 datemod">
<dl id="wb-dtmd">
<dt class=" hidden-print">Date Modified:</dt>
<dd class=" hidden-print">
<span><time>2017-03-02</time></span>
</dd>
</dl>
</div>
<div class="clear visible-xs"></div>
<div class="col-sm-4 col-xs-6">
</div>
<div class="col-sm-3 col-xs-6 text-right">
</div>
<div class="clear visible-xs"></div>
</div>
</main>
<footer role="contentinfo" id="wb-info">
<nav role="navigation" class="container wb-navcurr">
<h2 class="wb-inv">About government</h2>
<!-- EPIC FOOTER BEGIN -->
<!-- EPI-11638 Contact us -->
<ul class="list-unstyled colcount-sm-2 colcount-md-3">
<li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07026.html#pageid=E048-H00000&from=Industries">Contact us</a></li>
<li><a href="https://www.canada.ca/en/government/dept.html">Departments and agencies</a></li>
<li><a href="https://www.canada.ca/en/government/publicservice.html">Public service and military</a></li>
<li><a href="https://www.canada.ca/en/news.html">News</a></li>
<li><a href="https://www.canada.ca/en/government/system/laws.html">Treaties, laws and regulations</a></li>
<li><a href="https://www.canada.ca/en/transparency/reporting.html">Government-wide reporting</a></li>
<li><a href="http://pm.gc.ca/eng">Prime Minister</a></li>
<li><a href="https://www.canada.ca/en/government/system.html">How government works</a></li>
<li><a href="http://open.canada.ca/en/">Open government</a></li>
</ul>
</nav>
<div class="brand">
<div class="container">
<div class="row">
<nav class="col-md-10 ftr-urlt-lnk">
<h2 class="wb-inv">About this site</h2>
<ul>
<li><a href="https://www.canada.ca/en/social.html">Social media</a></li>
<li><a href="https://www.canada.ca/en/mobile.html">Mobile applications</a></li>
<li><a href="http://www1.canada.ca/en/newsite.html">About Canada.ca</a></li>
<li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html">Terms and conditions</a></li>
<li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html#p1">Privacy</a></li>
</ul>
</nav>
<div class="col-xs-6 visible-sm visible-xs tofpg">
<a href="#wb-cont">Top of Page <span class="glyphicon glyphicon-chevron-up"></span></a>
</div>
<div class="col-xs-6 col-md-2 text-right">
<object type="image/svg+xml" tabindex="-1" role="img" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/wmms-blk.svg" aria-label="Symbol of the Government of Canada"></object>
</div>
</div>
</div>
</div>
</footer>
<!--[if gte IE 9 | !IE ]><!-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/wet-boew.min.js"></script>
<!--<![endif]-->
<!--[if lt IE 9]>
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew2.min.js"></script>
<![endif]-->
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/theme.min.js"></script>
<!-- EPI-10519 -->
<span class="wb-sessto"
data-wb-sessto='{"inactivity": 1800000, "reactionTime": 180000, "sessionalive": 1800000, "logouturl": "/app/ccc/srch/cccSrch.do?lang=eng&prtl=1"}'></span>
<script src="/eic/home.nsf/js/jQuery.externalOpensInNewWindow.js"></script>
<!-- EPI-11190 - Webtrends -->
<script src="/eic/home.nsf/js/webtrends.js"></script>
<script>var endTime = new Date();</script>
<noscript>
<div><img alt="" id="DCSIMG" width="1" height="1" src="//wt-sdc.ic.gc.ca/dcs6v67hwe0ei7wsv8g9fv50d_3k6i/njs.gif?dcsuri=/nojavascript&WT.js=No&WT.tv=9.4.0&dcssip=www.ic.gc.ca"/></div>
</noscript>
<!-- /Webtrends -->
<!-- JS deps -->
<script src="/eic/home.nsf/js/jquery.imagesloaded.js"></script>
<!-- EPI-11262 - Util JS -->
<script src="/eic/home.nsf/js/_WET_4-0_utils_canada.min.js"></script>
<!-- EPI-11383 -->
<script src="/eic/home.nsf/js/jQuery.icValidationErrors.js"></script>
<span style="display:none;" id='app-info' data-project-groupid='' data-project-artifactid='' data-project-version='' data-project-build-timestamp='' data-issue-tracking='' data-scm-sha1='' data-scm-sha1-abbrev='' data-scm-branch='' data-scm-commit-date=''></span>
</body></html>
<!-- End Footer -->
<!--
- Artifact ID: CBW - IMBS - CCC Search WAR
- Group ID: ca.gc.ic.strategis.imbs.ccc.search
- Version: 3.26
- Built-By: bamboo
- Build Timestamp: 2017-03-02T21:29:28Z
-->
| GoC-Spending/data-corporations | html/234567106075.html | HTML | mit | 41,742 |
<!-- Created by Kelo on April 18th, 2015 -->
<script type="text/ng-template" id="recipe.client.view.html">
<section data-ng-controller="RecipePostController">
<div class="modal-header">
<h1>Share a Recipe</h1>
</div>
<div class="modal-body">
<div>
<div class="form-group" ng-class="{ 'has-error': articleForm.title.$dirty && articleForm.title.$invalid }">
<label class="control-label" for="title">Recipe</label>
<div class="controls">
<input name="title" type="text" data-ng-model="title" id="title" class="form-control" placeholder="Recipe Name" required>
</div> <!--End of Controls-->
</div>
<div class="form-group" ng-class="{ 'has-error': articleForm.title.$dirty && articleForm.title.$invalid }">
<label class="control-label" for="title">Upload a recipe photo</label>
<div class="controls">
<input data-ng-model="picture" id="picture" name="file" type="file" file />
</div>
</div>
<div class="form-group">
<label class="control-label" for="body">Directions</label>
<div class="controls">
<textarea name="body" data-ng-model="body" id="body" class="form-control" cols="30" rows="10" placeholder="Content"></textarea>
</div>
</div>
<br>
<!-- Ingredients Table -->
<div class="form-group">
<label class="control-label" for="recipe">Ingredients List</label>
<table class="table table-striped">
<tr ng-repeat="row in rows"> <!-- binds rows to table -->
<th ng-if="hasItem(row)"> <!-- check if row contains ingredient item -->
{{ row.item }}
</th>
</tr>
</table>
<button class="btn btn-danger" data-ng-click="deleteRow()">Delete Item <!-- deletes the last row of the routine --> </button>
<div class="form-group">
<h5>Add Ingredients</h5>
<div>
<input name="nameInput" type="text" data-ng-model="nameInput" id="nameInput" class="form-control" placeholder="Enter Item" required>
</div>
<button class="btn btn-success" data-ng-click="addIngredients()">
Add item <!-- Add Ingredients-->
</button>
</div>
</div>
<br>
<div class="modal-footer">
<button class="btn btn-primary" data-ng-click="create();ok()">
Submit
</button>
<button class="btn btn-danger" data-ng-click="cancel()">
Cancel
</button>
</div>
<div data-ng-show="error" class="text-danger">
<strong data-ng-bind="error"></strong>
</div>
</div>
</div>
</section>
</script>
| ShredFit/Shredfit | public/modules/post/views/recipe.client.view.html | HTML | mit | 2,569 |
<template name="multiboxOptionCreate">
<div class="multibox-option-create-container">
<form class="multibox-option-create-form">
<div>
<label>Number:</label>
<input type="number" name="number" id="txtNumber" />
</div>
<div>
<label>Main Label:</label>
<input type="text" name="mainLabel" id="txtMainLabel" />
</div>
<div>
<label>Sub Label:</label>
<input type="text" name="subLabel" id="txtSubLabel" />
</div>
<div>
<input type="submit" value="Add Option" />
</div>
</form>
</div>
</template> | wizrides/multibox-meteor | multibox-meteor/client/templates/multibox-option-create.html | HTML | mit | 549 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (version 1.7.0_71) on Tue Feb 24 23:00:16 CET 2015 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>de.mash1t.chat.core</title>
<meta name="date" content="2015-02-24">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="de.mash1t.chat.core";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../de/mash1t/chat/config/package-summary.html">Prev Package</a></li>
<li><a href="../../../../de/mash1t/chat/logging/package-summary.html">Next Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?de/mash1t/chat/core/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 title="Package" class="title">Package de.mash1t.chat.core</h1>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Enum Summary table, listing enums, and an explanation">
<caption><span>Enum Summary</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Enum</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../de/mash1t/chat/core/RoleType.html" title="enum in de.mash1t.chat.core">RoleType</a></td>
<td class="colLast">
<div class="block">Enum for logger names (classnames)</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../de/mash1t/chat/config/package-summary.html">Prev Package</a></li>
<li><a href="../../../../de/mash1t/chat/logging/package-summary.html">Next Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?de/mash1t/chat/core/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
| mash1t/tcpchat | javadoc/de/mash1t/chat/core/package-summary.html | HTML | mit | 4,697 |
<!DOCTYPE html>
<html ng-app="toderp">
<head>
<link rel="stylesheet" href="lib/bootstrap3/bootstrap.css" type="text/css">
<link rel="stylesheet" href="style.css" type="text/css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="lib/bootstrap3/bootstrap.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.1/angular.min.js"></script>
<script type="text/javascript" src="https://cdn.firebase.com/v0/firebase.js"></script>
<script type='text/javascript' src='https://cdn.firebase.com/v0/firebase-simple-login.js'></script>
<script type="text/javascript" src="lib/angularFire.js"></script>
<script src="app.js"></script>
</head>
<body>
<nav class="navbar" role="navigation">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".main-navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">Toderp</a>
</div>
<div class="collapse navbar-collapse main-navbar-collapse">
<a href="#" class="btn btn-default navbar-btn navbar-right" ng-click="login()">Log in</a>
</div>
</nav>
<div class="container" ng-controller="TaskListCtrl">
<div class="loading" ng-class="{hide:!loading}">Loading tasks...</div>
<form ng-submit="addTaskFormSubmit($event)" ng-class="{hide:loading}">
<div class="form-group">
<div class="input-group">
<input ng-model="taskDraft" type="text" class="form-control" placeholder="Do this thing...">
<span class="input-group-btn">
<button class="btn btn-primary">Add</button>
</span>
</div>
</div>
</form>
<h2>Backlog</h2>
<div id="backlog">
<ul>
<li ng-repeat="task in backlog">
<span class="task-name">{{task.text}}</span>
<a href="#" ng-click="enqueueTask(task, $index)">Today</a>
<a href="#" ng-click="deleteBacklogTask(task, $index)">Never</a>
</li>
</ul>
</div>
<h2>Timeline</h2>
<div id="timeline">
<ul>
<li ng-repeat="tasks in taskList">
<h4>{{tasks.date | date:'shortDate'}}</h4>
<ul>
<li ng-repeat="task in tasks.tasks" ng-class="{complete:task.complete}">
{{task.text}}
<a href="#" ng-click="finishTask(tasks, task, $index)">Done</a>
<a href="#" ng-click="backlogTask(tasks, task, $index)">Not today</a>
</li>
</ul>
</li>
</ul>
</div>
</div>
</body>
</html>
| mlynch/toderp | client/index.html | HTML | mit | 2,946 |
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta charset="utf-8" />
<title>结构性伪类选择符 E:nth-child(n)_CSS参考手册_web前端开发参考手册系列</title>
<meta name="author" content="" />
<style>
h1 {
font-size: 16px;
}
li:nth-child(2) {
color: #f00;
}
</style>
</head>
<body>
<!--匹配父元素的第n个子元素E。-->
<!--要使该属性生效,E对象必须是某个对象的子元素。-->
<h1>第二行要变成红色 <code>li:nth-child(2){color:#f00;}</code></h1>
<ul>
<li>结构性伪类选择符 E:nth-child(n)</li>
<li>结构性伪类选择符 E:nth-child(n)</li>
<li>结构性伪类选择符 E:nth-child(n)</li>
</ul>
</body>
</html> | 7fe/guide | css3/day1/demo/07.nth-child.html | HTML | mit | 798 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `XKB_KEY_braille_dots_1367` constant in crate `wayland_kbd`.">
<meta name="keywords" content="rust, rustlang, rust-lang, XKB_KEY_braille_dots_1367">
<title>wayland_kbd::keysyms::XKB_KEY_braille_dots_1367 - Rust</title>
<link rel="stylesheet" type="text/css" href="../../main.css">
</head>
<body class="rustdoc">
<!--[if lte IE 8]>
<div class="warning">
This old browser is unsupported and will most likely display funky
things.
</div>
<![endif]-->
<section class="sidebar">
<p class='location'><a href='../index.html'>wayland_kbd</a>::<wbr><a href='index.html'>keysyms</a></p><script>window.sidebarCurrent = {name: 'XKB_KEY_braille_dots_1367', ty: 'constant', relpath: ''};</script><script defer src="sidebar-items.js"></script>
</section>
<nav class="sub">
<form class="search-form js-only">
<div class="search-container">
<input class="search-input" name="search"
autocomplete="off"
placeholder="Click or press 'S' to search, '?' for more options..."
type="search">
</div>
</form>
</nav>
<section id='main' class="content constant">
<h1 class='fqn'><span class='in-band'><a href='../index.html'>wayland_kbd</a>::<wbr><a href='index.html'>keysyms</a>::<wbr><a class='constant' href=''>XKB_KEY_braille_dots_1367</a></span><span class='out-of-band'><span id='render-detail'>
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
[<span class='inner'>−</span>]
</a>
</span><a id='src-5612' class='srclink' href='../../src/wayland_kbd/ffi/keysyms.rs.html#2207' title='goto source code'>[src]</a></span></h1>
<pre class='rust const'>pub const XKB_KEY_braille_dots_1367: <a href='http://doc.rust-lang.org/nightly/std/primitive.u32.html'>u32</a><code> = </code><code>0x1002865</code></pre></section>
<section id='search' class="content hidden"></section>
<section class="footer"></section>
<div id="help" class="hidden">
<div class="shortcuts">
<h1>Keyboard shortcuts</h1>
<dl>
<dt>?</dt>
<dd>Show this help dialog</dd>
<dt>S</dt>
<dd>Focus the search field</dd>
<dt>⇤</dt>
<dd>Move up in search results</dd>
<dt>⇥</dt>
<dd>Move down in search results</dd>
<dt>⏎</dt>
<dd>Go to active search result</dd>
</dl>
</div>
<div class="infos">
<h1>Search tricks</h1>
<p>
Prefix searches with a type followed by a colon (e.g.
<code>fn:</code>) to restrict the search to a given type.
</p>
<p>
Accepted types are: <code>fn</code>, <code>mod</code>,
<code>struct</code>, <code>enum</code>,
<code>trait</code>, <code>typedef</code> (or
<code>tdef</code>).
</p>
<p>
Search functions by type signature (e.g.
<code>vec -> usize</code>)
</p>
</div>
</div>
<script>
window.rootPath = "../../";
window.currentCrate = "wayland_kbd";
window.playgroundUrl = "";
</script>
<script src="../../jquery.js"></script>
<script src="../../main.js"></script>
<script async src="../../search-index.js"></script>
</body>
</html> | mcanders/bevy | doc/wayland_kbd/keysyms/constant.XKB_KEY_braille_dots_1367.html | HTML | mit | 3,886 |
<select #order (change)="selectItem(order.value)">
<option *ngFor="let value of values" [attr.selected]="value === 'Descending'" value="{{value}}">{{value}}</option>
</select> | pavelhristov/SinglePageApplicationsWithAngular2 | workshop-angular/top-movies_skeleton/app/components/movies-order-by/movies-order-by.component.html | HTML | mit | 180 |
{% extends 'dashboard_qpp.html' %}
{% block content %}
<div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
<form method="post" action="{% url 'soamgr:review_order' soa_order.id %}">
{% csrf_token %}
<br />
<h1>Review Order Agreement</h1>
<br />
<h6><strong>SOA ID:</strong> {{ soa_order.id }}</h6>
<h6><strong>Name of Client:</strong> {{ soa_order.client_name }}</h6>
<fieldset class="form-group">
<label for="exampleSelect1">SOA Type</label>
<select class="form-control" name="soa-type" value="{% if review_order %}{{ review_order.soa_type.id }}{% endif %}">
{% for soa_type in soa_types %}
<option value="{{ soa_type.id }}">{{ soa_type.type_name }} - ${{ soa_type.cost }}</option>
{% endfor %}
</select>
</fieldset>
<fieldset class="form-group">
<label for="exampleTextarea">Comments</label>
<textarea class="form-control" name="comments" rows="3">
{% if review_order %}{{ review_order.comments }}{% endif %}
</textarea>
</fieldset>
<div class="checkbox">
<label>
<input type="checkbox" name="is-submit" {% if review_order %}{% if review_order.is_submit %}checked=""{% endif %}{% endif %}> Send for Adviser's approval?
</label>
</div>
<button type="submit" class="btn btn-primary">Submit</button>
</form>
</div>
{% endblock content %}
| nikkomidoy/project_soa | project_soa/templates/soamgr/review_order.html | HTML | mit | 1,739 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>18 --> 19</title>
<link href="./../../assets/style.css" rel="stylesheet">
</head>
<body>
<h2>You have to be fast</h2>
<a href="./033c6ca0fa26da0113c2419f362e4a8b1e2c53b5f915025961f4af8bd4769c77.html">Teleport</a>
<hr>
<a href="./../../about.md">About</a> (Spoilers! )
<script src="./../../assets/md5.js"></script>
<script>
window.currentLevel = 7;
</script>
<script src="./../../assets/script.js"></script>
</body>
</html> | simonmysun/praxis | TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/e7149fca6752bb6e7362b434e3ac0fd9eced8eb027dcaae5f3608dfcd10dc73e.html | HTML | mit | 550 |
<!DOCTYPE html><html><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>[新聞] 首位英國飛官 公開轉性變「花木蘭」 - 看板 Gossiping - 批踢踢實業坊</title>
<meta name="robots" content="all">
<meta name="keywords" content="Ptt BBS 批踢踢">
<meta name="description" content="
蘋果日報
http://ppt.cc/ihVq
">
<meta property="og:site_name" content="Ptt 批踢踢實業坊">
<meta property="og:title" content="[新聞] 首位英國飛官 公開轉性變「花木蘭」 ">
<meta property="og:description" content="
蘋果日報
http://ppt.cc/ihVq
">
<link rel="stylesheet" type="text/css" href="//images.ptt.cc/v2.10/bbs-common.css">
<link rel="stylesheet" type="text/css" href="//images.ptt.cc/v2.10/bbs.css" media="screen">
<link rel="stylesheet" type="text/css" href="//images.ptt.cc/v2.10/pushstream.css" media="screen">
<link rel="stylesheet" type="text/css" href="//images.ptt.cc/v2.10/bbs-print.css" media="print">
<script type="text/javascript" async="" src="https://apis.google.com/js/plusone.js"></script><script id="facebook-jssdk" src="//connect.facebook.net/en_US/all.js#xfbml=1"></script><script type="text/javascript" async="" src="https://ssl.google-analytics.com/ga.js"></script><script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="//images.ptt.cc/v2.10/bbs.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-32365737-1']);
_gaq.push(['_setDomainName', 'ptt.cc']);
_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>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div id="topbar-container">
<div id="topbar" class="bbs-content">
<a id="logo" href="/">批踢踢實業坊</a>
<span>›</span>
<a class="board" href="/bbs/Gossiping/index.html"><span class="board-label">看板 </span>Gossiping</a>
<a class="right small" href="/about.html">關於我們</a>
<a class="right small" href="/contact.html">聯絡資訊</a>
</div>
</div>
<div id="navigation-container">
<div id="navigation" class="bbs-content">
<a class="board" href="/bbs/Gossiping/index.html">返回看板</a>
<div class="bar"></div>
<div class="share">
<span>分享</span>
<div class="fb-like" data-send="false" data-layout="button_count" data-width="90" data-show-faces="false" data-href="http://www.ptt.cc/bbs/Gossiping/M.1419190627.A.E58.html"></div>
<div class="g-plusone" data-size="medium"></div>
<script type="text/javascript">
window.___gcfg = {lang: 'zh-TW'};
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>
</div>
</div>
</div>
<div id="main-container">
<div id="main-content" class="bbs-screen bbs-content"><div class="article-metaline"><span class="article-meta-tag">作者</span><span class="article-meta-value">Reichelle (Reichelle)</span></div><div class="article-metaline-right"><span class="article-meta-tag">看板</span><span class="article-meta-value">Gossiping</span></div><div class="article-metaline"><span class="article-meta-tag">標題</span><span class="article-meta-value">[新聞] 首位英國飛官 公開轉性變「花木蘭」 </span></div><div class="article-metaline"><span class="article-meta-tag">時間</span><span class="article-meta-value">Mon Dec 22 03:37:04 2014</span></div>
蘋果日報
<a href="http://ppt.cc/ihVq" target="_blank" rel="nofollow">http://ppt.cc/ihVq</a>
首位英國飛官 公開轉性變「花木蘭」
現在是俏麗女飛官。翻自英國《星期日郵報》
2014年12月21日22:14
英國空軍上尉霍頓(Ayla Holdom),是英國首名及唯一公開變性身份的軍人,曾與威廉
談及變性,而她變成女性後首項工作,就是與太太出席2011年威廉與凱蒂的婚禮。她本
以為變性後生活會出現翻天覆地的改變,但原來一切如常,這全賴妻子及軍方支持。
英國《星期日郵報》報導,現年34歲的「她」,曾與威廉王子在北威爾斯安格爾西
(Anglesey)基地共事,變性前與威廉有一次感性的單獨密談,「下次見面時我就變成
女人了」,威廉當時表現出支持及理解,事後更邀請他出席婚禮。不 過,與不少變性人
一樣,她也經歷過多番掙扎,「我的生命空虛及毫無價值,最後只得兩個選擇:變性或
自殺」。
她曾非常擔心要因此放棄飛行事業,變性後卻在軍隊內獲得完全的認可和同情。她感激
軍中注重能力及專業技巧,而不是性別及性取向,「軍方有既定政策,我們要做的是遵
守規則,這讓事情變得簡單」。
她的太太一直從旁支持,甚至在霍頓未變性前,便鼓勵她以女性身份出席家庭聚會,「
我頗有信心可以保持婚姻,只是不敢百分百肯定」,兩人6年前舉行民事婚禮,現以女
同性戀人身份繼續生活。(余浚安/綜合外電報導)
....關於這個...是公開宣傳嗎?
--
<span class="f2">※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 111.254.49.134
</span><span class="f2">※ 文章網址: <a href="http://www.ptt.cc/bbs/Gossiping/M.1419190627.A.E58.html" target="_blank" rel="nofollow">http://www.ptt.cc/bbs/Gossiping/M.1419190627.A.E58.html</a>
</span><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">aaaaa66666</span><span class="f3 push-content">: 大家同心作戰</span><span class="push-ipdatetime"> 12/22 03:38
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">z22771187</span><span class="f3 push-content">: 在國軍應該會被上兵瞧不起</span><span class="push-ipdatetime"> 12/22 03:39
</span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">PlayStation3</span><span class="f3 push-content">: <a href="http://tinyurl.com/m4322u7" target="_blank" rel="nofollow">http://tinyurl.com/m4322u7</a></span><span class="push-ipdatetime"> 12/22 03:40
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">PasserDin</span><span class="f3 push-content">: 讓匈奴絕望</span><span class="push-ipdatetime"> 12/22 03:41
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">charlietk3</span><span class="f3 push-content">: 好像比老婆好看</span><span class="push-ipdatetime"> 12/22 03:43
</span></div><div class="push"><span class="f1 hl push-tag">噓 </span><span class="f3 hl push-userid">YomiIsayama</span><span class="f3 push-content">: 花木蘭是女變裝成男 這是男變女好嗎? 爛比喻</span><span class="push-ipdatetime"> 12/22 03:44
</span></div><div class="push"><span class="f1 hl push-tag">噓 </span><span class="f3 hl push-userid">hank11235813</span><span class="f3 push-content">: 花你老木</span><span class="push-ipdatetime"> 12/22 03:49
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">senglish86</span><span class="f3 push-content">: 絲襪套頭人</span><span class="push-ipdatetime"> 12/22 03:50
</span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">ashkaze</span><span class="f3 push-content">: 為甚麼要扯花木蘭...</span><span class="push-ipdatetime"> 12/22 04:04
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">dnek</span><span class="f3 push-content">: 為何這群士兵~都像個~姑娘~</span><span class="push-ipdatetime"> 12/22 04:07
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">goodlisa123</span><span class="f3 push-content">: 在國軍不知道會被怎樣對待....</span><span class="push-ipdatetime"> 12/22 04:17
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">m2488663</span><span class="f3 push-content">: 你們笨 拙 散 漫 又扭捏!</span><span class="push-ipdatetime"> 12/22 04:23
</span></div><div class="push"><span class="f1 hl push-tag">噓 </span><span class="f3 hl push-userid">belleaya</span><span class="f3 push-content">: 記者浩呆喔 跟花木蘭女扮男有啥屁關係 志丈</span><span class="push-ipdatetime"> 12/22 04:35
</span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">enzo31182</span><span class="f3 push-content">: 沒很好看啊</span><span class="push-ipdatetime"> 12/22 07:10
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">linkin5566</span><span class="f3 push-content">: 跨性別一定要加油啊</span><span class="push-ipdatetime"> 12/22 09:15
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">Leeng</span><span class="f3 push-content">: 男子~漢~</span><span class="push-ipdatetime"> 12/22 10:09
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">folkblues</span><span class="f3 push-content">: 恭喜,不過用花木蘭比喻實在不倫不類</span><span class="push-ipdatetime"> 12/22 11:06
</span></div></div>
<div id="article-polling" data-pollurl="/poll/Gossiping/M.1419190627.A.E58.html?cacheKey=2052-1155877524&offset=3079&offset-sig=2a9a0786361eb56f2e839ae9a9d9df65d4efe51d" data-longpollurl="/v1/longpoll?id=9fb2df0ee0651589fc4d2f22c2d6c14f43359812" data-offset="3079">推文自動更新已關閉</div>
<div class="bbs-screen bbs-footer-message">本網站已依台灣網站內容分級規定處理。此區域為限制級,未滿十八歲者不得瀏覽。</div>
</div>
</body></html> | iultimatez/PTTScraper | result/M.1419190627.A.E58.html | HTML | mit | 10,574 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta content="Craig McClellan" name="author">
<title>Craig McClellan - T15169475326255104 </title>
<link href="/assets/css/style.css" rel="stylesheet">
<link href="/assets/css/highlight.css" rel="stylesheet">
<link rel="stylesheet" href="/custom.css">
<link rel="shortcut icon" href="https://micro.blog/craigmcclellan/favicon.png" type="image/x-icon" />
<link rel="alternate" type="application/rss+xml" title="Craig McClellan" href="http://craigmcclellan.com/feed.xml" />
<link rel="alternate" type="application/json" title="Craig McClellan" href="http://craigmcclellan.com/feed.json" />
<link rel="EditURI" type="application/rsd+xml" href="/rsd.xml" />
<link rel="me" href="https://micro.blog/craigmcclellan" />
<link rel="me" href="https://twitter.com/craigmcclellan" />
<link rel="me" href="https://github.com/craigwmcclellan" />
<link rel="authorization_endpoint" href="https://micro.blog/indieauth/auth" />
<link rel="token_endpoint" href="https://micro.blog/indieauth/token" />
<link rel="micropub" href="https://micro.blog/micropub" />
<link rel="webmention" href="https://micro.blog/webmention" />
<link rel="subscribe" href="https://micro.blog/users/follow" />
</head>
<body>
<nav class="main-nav">
<a class="normal" href="/"> <span class="arrow">←</span> Home</a>
<a href="/archive/">Archive</a>
<a href="/about/">About</a>
<a href="/tools-of-choice/">Tools of Choice</a>
<a class="cta" href="https://micro.blog/craigmcclellan" rel="me">Also on Micro.blog</a>
</nav>
<section id="wrapper">
<article class="h-entry post">
<header>
<h2 class="headline">
<time class="dt-published" datetime="2010-12-15 16:20:59 -0600">
<a class="u-url dates" href="/2010/12/15/t15169475326255104.html">December 15, 2010</a>
</time>
</h2>
</header>
<section class="e-content post-body">
<p>Anyone want to sing on my version of one of my favorite (cheesy) Christmas songs?</p>
</section>
</article>
<section id="post-meta" class="clearfix">
<a href="/">
<img class="u-photo avatar" src="https://micro.blog/craigmcclellan/avatar.jpg">
<div>
<span class="p-author h-card dark">Craig McClellan</span>
<span><a href="https://micro.blog/craigmcclellan">@craigmcclellan</a></span>
</div>
</a>
</section>
</section>
<footer id="footer">
<section id="wrapper">
<ul>
<li><a href="/feed.xml">RSS</a></li>
<li><a href="/feed.json">JSON Feed</a></li>
<li><a href="https://micro.blog/craigmcclellan" rel="me">Micro.blog</a></li>
<!-- <li><a class="u-email" href="mailto:" rel="me">Email</a></li> -->
</ul>
<form method="get" id="search" action="https://duckduckgo.com/">
<input type="hidden" name="sites" value="http://craigmcclellan.com"/>
<input type="hidden" name="k8" value="#444444"/>
<input type="hidden" name="k9" value="#ee4792"/>
<input type="hidden" name="kt" value="h"/>
<input class="field" type="text" name="q" maxlength="255" placeholder="To search, type and hit Enter…"/>
<input type="submit" value="Search" style="display: none;" />
</form>
</section>
</footer>
</body>
</html>
| craigwmcclellan/craigwmcclellan.github.io | _site/2010/12/15/t15169475326255104.html | HTML | mit | 4,842 |
<!DOCTYPE HTML>
<html>
<head>
<title>Knee of Justice</title>
</head>
<body>
<div>
Click either this button: <button onClick="javascript:(function(){KNEE_VERSION='0.1';s=document.createElement('script');s.type='text/javascript';document.body.appendChild(s);s.src='koj.js';})();" >KOJ</button>
or this link: <a href="javascript:(function(){KNEE_VERSION='0.1';s=document.createElement('script');s.type='text/javascript';document.body.appendChild(s);s.src='koj.js';})();" >KOJ</a>
</div>
<div>
And then click on the R.O.B.s!
</div>
<div style="postiion:absolute; top:0, right:0">
<a href="https://github.com/glenwatson/KneeOfJustice">
<img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/a6677b08c955af8400f44c6298f40e7d19cc5b2d/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677261795f3664366436642e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png">
</a>
</div>
<div style="position:absolute; margin-top:20%; margin-left:15%;">
<img src="rob.png" />
</div>
<div style="position:absolute; margin-top:5%; margin-left:5%;">
<img src="rob.png" />
</div>
<div style="position:absolute; margin-top:50%; margin-left:70%;">
<img src="rob.png" />
</div>
<div style="position:absolute; margin-top:30%; margin-left:50%;">
<img src="rob.png" />
</div>
<div style="position:absolute; margin-top:10%; margin-left:80%;">
<img src="rob.png" />
</div>
<div style="position:absolute; margin-top:70%; margin-left:30%;">
<img src="rob.png" />
</div>
<div style="position:absolute; margin-top:90%; margin-left:90%;">
<img src="rob.png" />
</div>
<div style="position:absolute; margin-top:10%; margin-left:40%;">
<img src="rob.png" />
</div>
</body>
</html>
| glenwatson/KneeOfJustice | index.html | HTML | mit | 1,906 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>gappa: 1 m 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.7.2 / gappa - 1.4.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.4.0
<span class="label label-success">1 m 18 s 🏆</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-01-20 08:18:01 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-20 08:18:01 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.2 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.08.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.08.1 Official release 4.08.1
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "https://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 2.1"
build: [
["./configure"]
["./remake" "-j%{jobs}%"]
]
install: ["./remake" "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Gappa"]
depends: [
"ocaml"
"coq" {>= "8.7" & < "8.9~"}
"coq-flocq" {>= "3.0"}
]
conflicts: [ "coq" {= "8.8.0"} ]
tags: [
"keyword:floating-point arithmetic"
"keyword:interval arithmetic"
"keyword:decision procedure"
"category:Computer Science/Decision Procedures and Certified Algorithms/Decision procedures"
]
authors: [ "Guillaume Melquiond <[email protected]>" ]
synopsis: "A Coq tactic for discharging goals about floating-point arithmetic and round-off errors using the Gappa prover"
flags: light-uninstall
url {
src: "https://gappa.gitlabpages.inria.fr/releases/gappalib-coq-1.4.0.tar.gz"
checksum: "md5=53421c1f38c95c7c25642f80d3f210e4"
}
</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.4.0 coq.8.7.2</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-gappa.1.4.0 coq.8.7.2</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>11 m 19 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-gappa.1.4.0 coq.8.7.2</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>1 m 18 s</dd>
</dl>
<h2>Installation size</h2>
<p>Total: 2 M</p>
<ul>
<li>601 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Gappa/Gappa_tactic.vo</code></li>
<li>323 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Gappa/Gappa_tree.vo</code></li>
<li>183 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Gappa/gappatac.cmxs</code></li>
<li>174 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Gappa/Gappa_float.vo</code></li>
<li>110 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Gappa/Gappa_round.vo</code></li>
<li>103 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Gappa/Gappa_pred_rel.vo</code></li>
<li>99 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Gappa/Gappa_rewriting.vo</code></li>
<li>97 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Gappa/Gappa_pred_bnd.vo</code></li>
<li>93 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Gappa/Gappa_real.vo</code></li>
<li>86 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Gappa/Gappa_pred_fixflt.vo</code></li>
<li>70 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Gappa/Gappa_dyadic.vo</code></li>
<li>70 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Gappa/Gappa_pred_abs.vo</code></li>
<li>58 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Gappa/Gappa_fixed.vo</code></li>
<li>53 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Gappa/Gappa_round_def.vo</code></li>
<li>51 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Gappa/Gappa_decimal.vo</code></li>
<li>51 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Gappa/Gappa_round_aux.vo</code></li>
<li>48 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Gappa/Gappa_user.vo</code></li>
<li>46 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Gappa/Gappa_definitions.vo</code></li>
<li>44 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Gappa/Gappa_pred_nzr.vo</code></li>
<li>43 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Gappa/Gappa_common.vo</code></li>
<li>42 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Gappa/Gappa_library.vo</code></li>
<li>40 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Gappa/gappatac.cmo</code></li>
<li>8 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Gappa/Gappa_obfuscate.vo</code></li>
</ul>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq-gappa.1.4.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.08.1-2.0.5/released/8.7.2/gappa/1.4.0.html | HTML | mit | 9,511 |
---
layout: base
---
{% assign module=page.categories[1] %}
{% if page.module %}
<div class="container-fluid bg-compliment-1 p-3">
<div class="pagination-section title due-date d-flex justify-content-center" >
<div class="active-week px-3">
WEEK: {{ page.module }}
</div>
<div class="active-due-date px-3">
Active: {{ site.data.dates[page.module][0] }}
</div>
<div class="active-due-date px-3">
Work Due: {{ site.data.dates[page.module][1] }}
</div>
</div>
</div>
{% endif %}
<hr class="bg-primary m-0 pb-1">
<div class="container-fluid modNav-top px-0">
{% include module_nav.html %}
</div>
<div class="container-fluid px-md-0">
<div class="row justify-content-md-center">
<div class="col-sm-12 col-md-11 col-lg-9 content">
{{ content }}
</div> <!--End Content-Main -->
</div> <!--End row -->
</div> <!--End container -->
<div class="container-fluid">
<div class="row justify-content-md-center">
<div class="col-sm-12 col-md-6">
{% include next_in_module.html %}
{% if prev or next %}
<hr class="final-horizontal-ruler" />
{% endif %}
<div class="row">
<div class="col-sm-12 col-md-6">
{% if prev %}
<div class="section-nav-title">
Previous section:
</div>
<a rel="prev" class="prev" href="{{ site.baseurl }}{{ prev.url }}">
{{ prev.title }} </a>
{% endif %}
</div>
<div class="col-sm-12 col-md-6 text-md-right">
{% if next %}
<div class="section-nav-title">
Next section:
</div>
<a rel="next" class="next" href="{{ site.baseurl }}{{ next.url }}"> {{ next.title }}
</a>
{% endif %}
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid modNav-bottom px-0">
{% include module_nav.html %}
</div>
| Montana-Media-Arts/mart341-webDev | _layouts/course_page.html | HTML | mit | 1,936 |
<!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_13) on Mon Dec 14 15:25:09 MSK 2009 -->
<TITLE>
Uses of Class org.apache.poi.hwpf.model.StyleDescription (POI API Documentation)
</TITLE>
<META NAME="date" CONTENT="2009-12-14">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.poi.hwpf.model.StyleDescription (POI API Documentation)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/apache/poi/hwpf/model/StyleDescription.html" title="class in org.apache.poi.hwpf.model"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?org/apache/poi/hwpf/model/\class-useStyleDescription.html" target="_top"><B>FRAMES</B></A>
<A HREF="StyleDescription.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Class<br>org.apache.poi.hwpf.model.StyleDescription</B></H2>
</CENTER>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Packages that use <A HREF="../../../../../../org/apache/poi/hwpf/model/StyleDescription.html" title="class in org.apache.poi.hwpf.model">StyleDescription</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.apache.poi.hwpf.model"><B>org.apache.poi.hwpf.model</B></A></TD>
<TD> </TD>
</TR>
</TABLE>
<P>
<A NAME="org.apache.poi.hwpf.model"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Uses of <A HREF="../../../../../../org/apache/poi/hwpf/model/StyleDescription.html" title="class in org.apache.poi.hwpf.model">StyleDescription</A> in <A HREF="../../../../../../org/apache/poi/hwpf/model/package-summary.html">org.apache.poi.hwpf.model</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../org/apache/poi/hwpf/model/package-summary.html">org.apache.poi.hwpf.model</A> that return <A HREF="../../../../../../org/apache/poi/hwpf/model/StyleDescription.html" title="class in org.apache.poi.hwpf.model">StyleDescription</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../org/apache/poi/hwpf/model/StyleDescription.html" title="class in org.apache.poi.hwpf.model">StyleDescription</A></CODE></FONT></TD>
<TD><CODE><B>StyleSheet.</B><B><A HREF="../../../../../../org/apache/poi/hwpf/model/StyleSheet.html#getStyleDescription(int)">getStyleDescription</A></B>(int x)</CODE>
<BR>
Gets the StyleDescription at index x.</TD>
</TR>
</TABLE>
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/apache/poi/hwpf/model/StyleDescription.html" title="class in org.apache.poi.hwpf.model"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?org/apache/poi/hwpf/model/\class-useStyleDescription.html" target="_top"><B>FRAMES</B></A>
<A HREF="StyleDescription.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>
<i>Copyright 2009 The Apache Software Foundation or
its licensors, as applicable.</i>
</BODY>
</HTML>
| tobyclemson/msci-project | vendor/poi-3.6/doc/apidocs/org/apache/poi/hwpf/model/class-use/StyleDescription.html | HTML | mit | 8,345 |
<!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="author" content="Open Knowledge">
<meta name="description" content="The Global Open Data Index assesses the state of open government data around the world.
">
<meta name="keywords" content="Open Government, Open Data, Government Transparency, Open Knowledge
">
<meta property="og:type" content="website"/>
<meta property="og:title" content="Open Data Index - Open Knowledge"/>
<meta property="og:site_name" content="Open Data Index"/>
<meta property="og:description"
content="The Global Open Data Index assesses the state of open government data around the world."/>
<meta property="og:image" content="/static/images/favicon.ico"/>
<title>Virgin Islands, U.S. / Transport Timetables (2013) | Global Open Data Index by Open Knowledge</title>
<base href="/">
<!--[if lt IE 9]>
<script src="/static/vendor/html5shiv.min.js"></script>
<![endif]-->
<link rel="stylesheet" href="/static/css/site.css">
<link rel="icon" href="/static/images/favicon.ico">
<script>
var siteUrl = '';
</script>
</head>
<body class="na">
<div class="fixed-ok-panel">
<div id="ok-panel" class="closed">
<iframe src="http://assets.okfn.org/themes/okfn/okf-panel.html" scrolling="no"></iframe>
</div>
<a class="ok-ribbon"><img src="http://okfnlabs.org/ok-panel/assets/images/ok-ribbon.png" alt="Open Knowledge"></a>
</div>
<header id="header">
<nav class="navbar navbar-default" role="navigation">
<div class="container">
<div>
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse"
data-target="#navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="logo">
<a href="/">
<img src="/static/images/logo2.png">
<span>Global<br/>Open Data Index</span>
</a>
</div>
</div>
<div class="collapse navbar-collapse" id="navbar-collapse">
<ul class="nav navbar-nav" style="margin-right: 132px;">
<li>
<a href="/place/" title="About the Open Data Index project">
Places
</a>
</li>
<li>
<a href="/dataset/" title="About the Open Data Index project">
Datasets
</a>
</li>
<li>
<a href="/download/" title="Download Open Data Index data">
Download
</a>
</li>
<li>
<a href="/insights/" title="Insights">
Insights
</a>
</li>
<li>
<a href="/methodology/"
title="The methodology behind the Open Data Index">
Methodology
</a>
</li>
<li>
<a href="/about/" title="About the Open Data Index project">
About
</a>
</li>
<li>
<a href="/press/"
title="Press information for the Open Data Index">
Press
</a>
</li>
</ul>
</div>
</div>
</div>
</nav>
</header>
<div class="container">
<div class="content">
<div class="row">
<div class="col-md-12">
<ol class="breadcrumb">
<li>
<a href="/">Home</a>
</li>
<li class="active">Virgin Islands, U.S. / Transport Timetables (2013)</li>
</ol>
<header class="page-header">
<h1>Virgin Islands, U.S. / Transport Timetables (2013)</h1>
</header>
<h3>Sorry</h3>
<p>
There is no data available for Virgin Islands, U.S. / Transport Timetables (2013) in the Index.
</p>
</div>
</div>
</div>
</div>
<footer id="footer">
<div class="container">
<div class="row">
<div class="footer-main col-md-8">
<div class="footer-attribution">
<p>
<a href="http://opendefinition.org/ossd/" title="Open Online Software Service">
<img src="http://assets.okfn.org/images/ok_buttons/os_80x15_orange_grey.png" alt=""
border=""/>
</a>
<a href="http://opendefinition.org/okd/" title="Open Online Software Service">
<img src="http://assets.okfn.org/images/ok_buttons/od_80x15_blue.png" alt="" border=""/>
</a>
<a href="http://opendefinition.org/okd/" title="Open Content">
<img src="http://assets.okfn.org/images/ok_buttons/oc_80x15_blue.png" alt="" border=""/>
</a>
–
<a href="http://creativecommons.org/licenses/by/3.0/"
title="Content Licensed under a CC Attribution"></a>
<a href="http://opendatacommons.org/licenses/pddl/1.0"
title="Data License (Public Domain)">Data License (Public
Domain)</a>
</p>
</div>
<div class="footer-meta">
<p>
This service is run by <a href="https://okfn.org/" title="Open Knowledge">Open Knowledge</a>
</p> <a class="naked" href="http://okfn.org/" title="Open Knowledge"><img
src="http://assets.okfn.org/p/okfn/img/okfn-logo-landscape-black-s.png" alt="" height="28"></a>
</div>
</div>
<div class="footer-links col-md-2">
<li><a href="http://okfn.org/" title="Open Knowledge">Open Knowledge</a></li>
<li><a href="http://okfn.org/opendata/" title="What is Open Data?">What is
Open Data?</a></li>
<li><a href="http://census.okfn.org/" title="Run your own Index">Run your
own Index</a></li>
<li><a href="https://github.com/okfn/opendataindex" title="The source code for Open Data Index">Source Code</a></li>
</div>
<div class="footer-links col-md-2">
<li><a href="/" title="Open Data Index home">Home</a></li>
<li><a href="/download/" title="Download data">Download</a></li>
<li><a href="/methodology/"
title="The methodology behind the Open Data Index">Methodology</a></li>
<li><a href="/faq/" title=" Open Data Index FAQ">FAQ</a></li>
<li><a href="/about/" title="About the Open Data Index">About</a></li>
<li><a href="/about/" title="Contact us">Contact</a></li>
<li><a href="/press/" title="Press">Press</a></li>
</div>
</div>
</div>
</footer>
<script data-main="/static/scripts/site" src="/static/scripts/require.js"></script>
</body>
</html> | okfn/opendataindex-2015 | place/virgin-islands-us/timetables/2013/index.html | HTML | mit | 8,210 |
<!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="author" content="Open Knowledge">
<meta name="description" content="The state of government open data in Italy for Government Budget in 2014
">
<meta name="keywords" content="Italy, Government Budget, 2014, Open Government, Open Data, Government Transparency, Open Knowledge
">
<meta property="og:type" content="website"/>
<meta property="og:title" content="Open Data Index - Open Knowledge"/>
<meta property="og:site_name" content="Open Data Index"/>
<meta property="og:description"
content="The state of government open data in Italy for Government Budget in 2014"/>
<meta property="og:image" content="/static/images/favicon.ico"/>
<title>Italy / Government Budget (2014) | Global Open Data Index by Open Knowledge</title>
<base href="/">
<!--[if lt IE 9]>
<script src="/static/vendor/html5shiv.min.js"></script>
<![endif]-->
<link rel="stylesheet" href="/static/css/site.css">
<link rel="icon" href="/static/images/favicon.ico">
<script>
var siteUrl = '';
</script>
</head>
<body class="place_dataset">
<div class="fixed-ok-panel">
<div id="ok-panel" class="closed">
<iframe src="http://assets.okfn.org/themes/okfn/okf-panel.html" scrolling="no"></iframe>
</div>
<a class="ok-ribbon"><img src="http://okfnlabs.org/ok-panel/assets/images/ok-ribbon.png" alt="Open Knowledge"></a>
</div>
<header id="header">
<nav class="navbar navbar-default" role="navigation">
<div class="container">
<div>
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse"
data-target="#navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="logo">
<a href="/">
<img src="/static/images/logo2.png">
<span>Global<br/>Open Data Index</span>
</a>
</div>
</div>
<div class="collapse navbar-collapse" id="navbar-collapse">
<ul class="nav navbar-nav" style="margin-right: 132px;">
<li>
<a href="/place/" title="About the Open Data Index project">
Places
</a>
</li>
<li>
<a href="/dataset/" title="About the Open Data Index project">
Datasets
</a>
</li>
<li>
<a href="/download/" title="Download Open Data Index data">
Download
</a>
</li>
<li>
<a href="/insights/" title="Insights">
Insights
</a>
</li>
<li>
<a href="/methodology/"
title="The methodology behind the Open Data Index">
Methodology
</a>
</li>
<li>
<a href="/about/" title="About the Open Data Index project">
About
</a>
</li>
<li>
<a href="/press/"
title="Press information for the Open Data Index">
Press
</a>
</li>
</ul>
</div>
</div>
</div>
</nav>
</header>
<div class="container">
<div class="content">
<div class="row">
<div class="col-md-12">
<ol class="breadcrumb">
<li>
<a href="/">Home</a>
</li>
<li><a href="/place">Places</a></li>
<li><a href="/place/italy/">Italy</a></li>
<li class="active">Government Budget</li>
</ol>
<section id="data-header">
<div class="row">
<div class="col-md-6">
<h1>
<a href="/dataset/budget/" title="See more data on Government Budget in the Open Data Index">Government Budget</a> / <a href="/place/2014/" title="See more Index data in 2014">2014</a> <span class="place-openness" data-score="100">100% open</span>
</h1>
<h3>
<a href="/place/italy/" title="See more data on Italy in the Open Data Index">Italy</a>
<div class="open-badge"><img src="http://assets.okfn.org/images/ok_buttons/od_80x15_blue.png" /></div>
</h3>
<!--div class="col-md-12 place-rank statistics">
<span class="">Italy is ranked #1 for this dataset</span>
</div>
<div class="row relative">
<div class="col-md-1 change"><i class="fa fa-minus"></i></div>
<div class="col-md-11">
Italy's Index ranking for government budget has no change from #1 in 2014
</div>
</div-->
<div class="row navigate">
<div class="col-md-12">
<h4 class="inline">See other years</h4>
<div class=" inline">
<a class="" href="/place/italy/budget/" title="Current">Current</a>
<a class="" href="/place/italy/budget/2013/" title="2013">2013</a>
</div>
</div>
<div class="col-md-12">
<h4>Share or embed this page</h4>
<div class="btn-group">
<a href="" class="btn btn-default embed" data-toggle="modal" data-target="#embed-instructions">
<i class="fa fa-code"></i> Embed
</a>
<a href="http://twitter.com/share?url=/place/italy/budget/2014/&text=Check out this data from the Global Open Data Index" class="btn btn-default twitter" target="_blank">
<i class="fa fa-twitter"></i> Twitter </a>
<a href="http://www.facebook.com/sharer/sharer.php?u=/place/italy/budget/2014/" class="btn btn-default facebook" target="_blank">
<i class="fa fa-facebook"></i> Facebook </a>
<a href="https://plus.google.com/share?url=/place/italy/budget/2014/" class="btn btn-default google-plus" target="_blank">
<i class="fa fa-google-plus"></i> Google+ </a>
</div>
<div class="modal fade" id="embed-instructions" tabindex="-1" role="dialog" aria-labelledby="embedLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button>
<h4 class="modal-title" id="embedLabel">Map embed code</h4>
</div>
<div class="modal-body">
<p>
Use the following code to embed the map visualisation into your own website.
</p>
<xmp contenteditable="true"><iframe width="100%" height="360px" src="/vis/map/embed/?embed_width=100%&embed_height=360px&filter_year=2014&filter_dataset=budget&panel_tools=false&panel_share=false&embed_title=Italy ; Government Budget ; 2014&map_place=it" frameBorder="0"></iframe></xmp>
<p>
If you are a developer, you can read more about the embed options here: <a href="https://github.com/okfn/opendataindex/#choropleth-map" title="Embed options">Embed options</a>
</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-6">
<div id="map-container">
<iframe width="100%" height="360px" src="/vis/map/embed/?embed_width=100%&embed_height=360px&filter_year=2014&filter_dataset=budget&panel_tools=false&panel_share=false&embed_title=Italy ; Government Budget ; 2014&map_place=it" frameBorder="0"></iframe> </div>
</div>
</div>
</section>
<hr />
<section class="dataset-about">
<div class="row">
<div class="col-md-12">
<h3>What data is expected?</h3>
<p>National government budget at a high level. This category is looking at budgets, or the planned government expenditure for the upcoming year, and not the actual expenditure. To satisfy this category, the following minimum criteria must be met:</p>
<ul>
<li>Planned budget divided by government department and sub-department</li>
<li>Updated once a year.</li>
<li>The budget should include descriptions regarding the different budget sections.</li>
</ul>
</div>
</div>
<div class="row">
<div class="col-md-12">
<h3>What data is available</h3>
</div>
<div class="col-md-6">
<ul class="availability-single">
<li class="yes" data-toggle="popover" title="<h4><p>Openly licensed? </p></h4>" data-content="<p>The licence must comply with the Open Definition which allows data to be freely used, reused and redistributed. The Open Definition provides a list of conformant licences. If the data uses one of these licences, it is openly licensed.</p>
<p>Licences are commonly found in:</p>
<ul>
<li>the web page footer</li>
<li>a link to Terms &amp; Conditions</li>
<li>the About section</li>
</ul>
<p>Some licences may allow re-use and redistribution but have not been assessed as conformant with the Open Definition. In this case, seek feedback on the Open Data Index discussion forum</p>" data-placement="right">
<i class="fa fa-unlock-alt pointer" title="Click for more information"></i>
Openly licensed? Yes(<a href="http://www.dati.gov.it/iodl/2.0/">Here</a>) </li>
<li class="yes" data-toggle="popover" title="<h4><p>Is the data available for free? </p></h4>" data-content="<p>The data is free if you don’t have to pay for it.</p>" data-placement="right">
<i class="fa fa-dollar pointer" title="Click for more information"></i>
Is the data available for free? Yes </li>
<li class="yes" data-toggle="popover" title="<h4><p>Is the data machine readable? </p></h4>" data-content="<p>All files are digital, but not all can be processed or parsed easily by a computer. In order to answer this question, you would need to look at the file type of the dataset. As a rule of thumb the following file types are machine readable:</p>
<ul>
<li>XLS</li>
<li>CSV</li>
<li>JSON</li>
<li>XML</li>
</ul>
<p>The following formats are NOT machine readable:</p>
<ul>
<li>HTML</li>
<li>PDF</li>
<li>DOC</li>
<li>JIF</li>
<li>JPEG</li>
<li>PPT</li>
</ul>
<p>If you have a different file type and you don’t know if it’s machine readable or not, ask in the Open Data Census forum</p>" data-placement="right">
<i class="fa fa-keyboard-o pointer" title="Click for more information"></i>
Is the data machine readable? Yes (CSV, Excel)
</li>
<li class="yes" data-toggle="popover" title="<h4><p>Available in bulk? </p></h4>" data-content="<p>Data is available in bulk if the whole dataset can be downloaded easily. It is considered non-bulk if the citizens are limited to getting parts of the dataset through an online interface.</p>
<p>For example, if restricted to querying a web form and retrieving a few results at a time from a very large database.</p>" data-placement="right">
<i class="fa fa-copy pointer" title="Click for more information"></i>
Available in bulk? Yes </li>
<li class="yes" data-toggle="popover" title="<h4><p>Is the data provided on a timely and up to date basis? </p></h4>" data-content="<p>Is the data current for the census year? You can determine or estimate when the data was last updated and its update frequency by reviewing:</p>
<ul>
<li>the metadata displayed for the data in an open data portal or web page</li>
<li>the dataset title or filename e.g. Budget 2013-14 or Election_4July2015.csv</li>
<li>metadata tags embedded in the web page that contains the data</li>
<li>date values within the data to find the most recent date value</li>
<li>the timestamp on the data file (although this may not be accurate)</li>
<li>Some data is not updated on a regular basis. e.g. Pollutant emissions may be updated daily - while postal codes may not change for many years. </li>
</ul>
<p>You may need to use your judgement to determine if the data is timely and up to date. Document your rationale in the comments section.</p>
<p>If you cannot determine a date, answer, &quot;NO&quot; i.e. the data is not timely or up-to-date.</p>" data-placement="right">
<i class="fa fa-clock-o pointer" title="Click for more information"></i>
Is the data provided on a timely and up to date basis? Yes </li>
<li class="yes" data-toggle="popover" title="<h4><p>Publicly available? </p></h4>" data-content="<p>Can the data be accessed by the public without restrictions? Data is considered publicly available when:</p>
<ul>
<li>It can be accessed online without the need for a password or permissions.</li>
<li>If the data is in paper form, can be accessed by the public, and there is no restrictions on the number of photocopies that can be made.</li>
</ul>
<p>Data is <strong>NOT</strong> publicly available when:</p>
<ul>
<li>It is only made available after making a request.</li>
<li>It was availiable because of FOIA. </li>
<li>It can only be accessed by government officials.</li>
</ul>" data-placement="right">
<i class="fa fa-eye pointer" title="Click for more information"></i>
Publicly available? Yes published by Ragioneria Generale dello Stato</a>) </li>
<li class="yes" data-toggle="popover" title="<h4><p>Is data in digital form? </p></h4>" data-content="<p>Data can be in a digital format, but not accessible online. For example: A country budget can be stored on a spreadsheet or otherwise on a private government network, but not on the Internet. This means that the data is digital, but not publicly available. If you know that the data is digital somewhere inside the government (e.g. a government official tells you so), then you should answer “YES” to this question and note in the comment section how you discovered the data is in digital form.</p>" data-placement="right">
<i class="fa fa-save pointer" title="Click for more information"></i>
Is data in digital form? Yes </li>
<li class="yes" data-toggle="popover" title="<h4><p>Is the data available online? </p></h4>" data-content="<p>Data is online if it can be accessed via the Internet (e.g. a website or open data portal). If the data has been emailed to you but is not accessible via the Internet, it is not considered to be available online.</p>" data-placement="right">
<i class="fa fa-download pointer" title="Click for more information"></i>
Is the data available online? Yes (<a href="http://www.rgs.mef.gov.it/VERSIONE-I/Dati/OPENDATA/SpeseBS/">Here</a>) </li>
<li class="yes" data-toggle="popover" title="<h4><p>Does the data exist? </p></h4>" data-content="<p>Data must come from an official resource either issued directly by the government or by a third party officially representing the government. Data offered by companies, citizen initiatives or any non-governmental organisation do not count for the Index.</p>
<p>If the government has given the right to publish the data to third parties, a submission with a link a to third party site is allowed. The third-party site must explicitly state that the data has been commissioned by the government. Check if the organization has an agreement with the government to be the official source and make a note in the comment section.</p>" data-placement="right">
<i class="fa fa-file-o pointer" title="Click for more information"></i>
Does the data exist? Yes </li>
</ul>
</div>
<div class="col-md-6">
<h4><strong>Details</strong></h4>
<p>The General Accounting Office publishes data on central government spending of the state in time series from 2007 and processable format. The data allow to follow the evolution of resources allocated, committed and paid from the state budget, broken down into the public policy goals (missions and programs), the economic nature of the expenditure (by title and economic category), the nature of 'legislative authorization (by type of authorization) and the administration responsible for the implementation and management (accounting). [amended: it is possible to download state 2013 budget as xls from <a href="http://www.rgs.mef.gov.it/_Documenti/VERSIONE-I/Servizio-s/Studi-e-do/La-spesa-d/Tavole/1-BP-2013.xls">http://www.rgs.mef.gov.it/_Documenti/VERSIONE-I/Servizio-s/Studi-e-do/La-spesa-d/Tavole/1-BP-2013.xls</a> under IODL2 as well as other documents mentioned above]</p>
<h4><strong>Reviewer comments</strong></h4>
<p>Accepted</p>
</div>
</div>
</section>
<section id="place-contributors">
<div class="row">
<h2>Contributors</h2>
<div class="col-md-6">
<h4>Reviewers</h4>
<ul>
<li>Maurizio Napolitano</li>
</ul>
</div>
<div class="col-md-6">
<h4>Submitters</h4>
<ul>
<li>Andrea Raimondi</li>
</ul>
</div>
</div>
</section>
</div>
</div>
</div>
</div>
<footer id="footer">
<div class="container">
<div class="row">
<div class="footer-main col-md-8">
<div class="footer-attribution">
<p>
<a href="http://opendefinition.org/ossd/" title="Open Online Software Service">
<img src="http://assets.okfn.org/images/ok_buttons/os_80x15_orange_grey.png" alt=""
border=""/>
</a>
<a href="http://opendefinition.org/okd/" title="Open Online Software Service">
<img src="http://assets.okfn.org/images/ok_buttons/od_80x15_blue.png" alt="" border=""/>
</a>
<a href="http://opendefinition.org/okd/" title="Open Content">
<img src="http://assets.okfn.org/images/ok_buttons/oc_80x15_blue.png" alt="" border=""/>
</a>
–
<a href="http://creativecommons.org/licenses/by/3.0/"
title="Content Licensed under a CC Attribution"></a>
<a href="http://opendatacommons.org/licenses/pddl/1.0"
title="Data License (Public Domain)">Data License (Public
Domain)</a>
</p>
</div>
<div class="footer-meta">
<p>
This service is run by <a href="https://okfn.org/" title="Open Knowledge">Open Knowledge</a>
</p> <a class="naked" href="http://okfn.org/" title="Open Knowledge"><img
src="http://assets.okfn.org/p/okfn/img/okfn-logo-landscape-black-s.png" alt="" height="28"></a>
</div>
</div>
<div class="footer-links col-md-2">
<li><a href="http://okfn.org/" title="Open Knowledge">Open Knowledge</a></li>
<li><a href="http://okfn.org/opendata/" title="What is Open Data?">What is
Open Data?</a></li>
<li><a href="http://census.okfn.org/" title="Run your own Index">Run your
own Index</a></li>
<li><a href="https://github.com/okfn/opendataindex" title="The source code for Open Data Index">Source Code</a></li>
</div>
<div class="footer-links col-md-2">
<li><a href="/" title="Open Data Index home">Home</a></li>
<li><a href="/download/" title="Download data">Download</a></li>
<li><a href="/methodology/"
title="The methodology behind the Open Data Index">Methodology</a></li>
<li><a href="/faq/" title=" Open Data Index FAQ">FAQ</a></li>
<li><a href="/about/" title="About the Open Data Index">About</a></li>
<li><a href="/about/" title="Contact us">Contact</a></li>
<li><a href="/press/" title="Press">Press</a></li>
</div>
</div>
</div>
</footer>
<script data-main="/static/scripts/site" src="/static/scripts/require.js"></script>
</body>
</html> | okfn/opendataindex-2015 | place/italy/budget/2014/index.html | HTML | mit | 22,608 |
<!DOCTYPE html><!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7"><![endif]-->
<!--[if IE 7]><html class="no-js lt-ie9 lt-ie8"><![endif]-->
<!--[if IE 8]><html class="no-js lt-ie9"><![endif]-->
<!--[if gt IE 8]><!-->
<html lang="en" class="no-js">
<!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Multiple File Upload - AplhaAdmin</title>
<meta name="description" content="AplhaAdmin: Bootstarp3 Responsive Admin Template">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--Place favicon.ico and apple-touch-icon(s) in the root directory-->
<link rel="apple-touch-icon" href="apple-touch-icon-precomposed.png">
<link rel="shortcut icon" href="favicon.ico">
<!--Core Vendor CSS-->
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Anton|Open+Sans:400italic,400,300,600,700|Roboto+Slab:400,300,700">
<link rel="stylesheet" href="vendor/bootstrap/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="vendor/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="vendor/entypo/font/entypo.css">
<link rel="stylesheet" href="vendor/themify-icons/themify-icons.css">
<link rel="stylesheet" href="vendor/sco.js/css/scojs.css">
<link rel="stylesheet" href="vendor/animate.css/animate.min.css">
<link rel="stylesheet" href="vendor/jquery-ui.css">
<link rel="stylesheet" href="vendor/bootstrap-progressbar/css/bootstrap-progressbar-3.2.0.min.css">
<!--Vendor CSS-->
<link rel="stylesheet" href="vendor/jQuery-File-Upload/css/jquery.fileupload.css">
<link rel="stylesheet" href="vendor/jQuery-File-Upload/css/jquery.fileupload-ui.css">
<link rel="stylesheet" href="vendor/Gallery/css/blueimp-gallery.min.css">
<!--Core Styles-->
<link rel="stylesheet" href="css/main.css">
<!--Template Style-->
<link rel="stylesheet" id="curStyle" href="css/themes/wet-asphalt.css">
<!--Modernizr-->
<script src="vendor/modernizr.js"></script>
</head>
<body>
<!--[if lt IE 9]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p><![endif]-->
<div class="container-fluid head-wrapper">
<!--top header-->
<header role="navigation" class="navbar topheader">
<div class="container-fluid">
<div class="navbar-header">
<!--toggle offscreen menu-->
<button type="button" data-toggle="collapse" data-target="#sidebar" aria-controls="sidebar" aria-expanded="false" class="navbar-toggle visible-xs-block visible-sm-block sidebar-toggle"><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span></button>
<!--brand--><a href="index.html" class="navbar-brand brand"><img src="img/logo.png" alt="AplhaAdmin: Bootstarp3 Responsive Admin Template"></a><a href="index.html" class="hide navbar-brand navbar-brand-small brand"><img src="img/logo-s.png" alt="AplhaAdmin: Bootstarp3 Responsive Admin Template"></a>
</div>
<div class="navbar-collapse visible-md-block visible-lg-block navbar-left">
<ul class="nav navbar-nav">
<!--toggle small menu-->
<li id="smallsidebar-toggle" class="smallsidebar-toogle"><a href="javascript:void(0)"><i class="fa fa-bars"></i></a></li>
<!--toggle search-->
<li class="search-toogle hidden-xs hidden-sm hidden-md"><a href="javascript:void(0)" class="pull-left btn-search"><i class="fa fa-search"></i></a>
<form role="search" class="navbar-form pull-left">
<div class="form-group">
<input type="text" placeholder="type and press enter" class="form-control topsearch">
</div>
</form>
</li>
</ul>
</div>
<ul class="nav navbar-nav navbar-right navbar-top-links">
<!--Language Switcher-->
<li class="dropdown"><a href="javascript:void(0)" data-toggle="dropdown" data-hover="dropdown" class="dropdown-toggle"><img src="img/flag/United-Kingdom.png" alt="English" class="flag">English</a>
<ul id="" role="menu" class="dropdown-menu dropdown-language">
<li data-scroll="slimscroll" data-scroll-size="undefined">
<li><a href="#"><img src="img/flag/China.png" alt="Chinese" class="flag">Chinese</a></li>
<li><a href="#"><img src="img/flag/United-Kingdom.png" alt="English" class="flag">English</a></li>
<li><a href="#"><img src="img/flag/Spain.png" alt="Español" class="flag">Español</a></li>
<li><a href="#"><img src="img/flag/Japan.png" alt="日本語" class="flag">日本語</a></li>
<li><a href="#"><img src="img/flag/Germany.png" alt="Deutsch" class="flag">Deutsch</a></li>
</li>
</ul>
</li>
<!--Quick Links-->
<li class="dropdown"><a href="javascript:void(0)" data-toggle="dropdown" data-hover="dropdown" class="dropdown-toggle"><i class="fa fa-fw fa-ellipsis-h"></i></a>
<ul id="" role="menu" class="dropdown-menu dropdown-quick-links">
<li class="dropdown-header">Quick Links</li>
<li data-scroll="slimscroll" data-scroll-size="undefined">
<li><a href="#">Action</a>
</li>
<li><a href="#">Another action</a>
</li>
<li><a href="#">Something else here</a>
</li>
<li class="divider">
</li>
<li class="disabled"><a href="javascript:void(0)">Disabled link</a>
</li>
</li>
</ul>
</li>
<!--Notifications-->
<li class="dropdown"><a href="javascript:void(0)" data-toggle="dropdown" data-hover="dropdown" class="dropdown-toggle"><i class="fa fa-fw fa-bell-o"></i><span class="badge badge-blue">9</span></a>
<ul id="" role="menu" class="dropdown-menu dropdown-notifications">
<li class="dropdown-header">You have 9 new notifications</li>
<li data-scroll="slimscroll" data-scroll-size="350|200">
<ul class="list-unstyled">
<li><a href="#"><span class="label label-primary"><i class="fa fa-facebook"></i></span><span class="dropdown-notifications-info">Will Smith accepted your friend request</span><span class="small dropdown-notifications-time">5 mins ago</span></a></li>
<li><a href="#"><span class="label label-info"><i class="fa fa-twitter"></i></span><span class="dropdown-notifications-info">7 New Followers</span><span class="small dropdown-notifications-time">7 mins ago</span></a></li>
<li><a href="#"><span class="label label-warning"><i class="fa fa-weibo"></i></span><span class="dropdown-notifications-info">3 Friends Circle Weibos</span><span class="small dropdown-notifications-time">10 mins ago</span></a></li>
<li><a href="#"><span class="label label-default"><i class="fa fa-comment"></i></span><span class="dropdown-notifications-info">New Comment</span><span class="small dropdown-notifications-time">11 mins ago</span></a></li>
<li><a href="#"><span class="label label-success"><i class="fa fa-envelope"></i></span><span class="dropdown-notifications-info">New Message</span><span class="small dropdown-notifications-time">11 mins ago</span></a></li>
<li><a href="#"><span class="label label-danger"><i class="fa fa-warning"></i></span><span class="dropdown-notifications-info">Server Rebooted</span><span class="small dropdown-notifications-time">37 mins ago</span></a></li>
<li><a href="#"><span class="label label-success"><i class="fa fa-upload"></i></span><span class="dropdown-notifications-info">Upload Progress</span><span class="small dropdown-notifications-time">39 mins ago</span>
<div class="progress mtop10">
<div role="progressbar" data-transitiongoal="60" aria-valuemin="0" aria-valuemax="100" class="progress-bar progress-bar-striped active"></div>
</div></a></li>
</ul>
</li>
<li class="dropdown-footer text-right"><a href="###">See all alerts</a>
</li>
</ul>
</li>
<!--Message-->
<li class="dropdown"><a href="javascript:void(0)" data-toggle="dropdown" data-hover="dropdown" class="dropdown-toggle"><i class="fa fa-fw fa-envelope-o"></i><span class="badge badge-red">5</span></a>
<ul id="" role="menu" class="dropdown-menu dropdown-messages">
<li class="dropdown-header">You have 5 new messages</li>
<li data-scroll="slimscroll" data-scroll-size="300|256">
<ul class="list-unstyled link-black">
<li><a href="email-view_mail.html">
<dl class="media">
<dt class="pull-left"><img src="//s3.amazonaws.com/uifaces/faces/twitter/brad_frost/128.jpg" alt="Gem Tang" class="media-object img-circle img-responsive"></dt>
<dd class="media-body">
<h6 class="media-heading">Gem Tang<span class="badge badge-blue">New</span></h6>
<p><small title="Thanks to my two babes, Laurinda & Renee:)">Thanks to my two babes, Laurinda & Renee:)</small></p>
</dd>
</dl></a></li>
<li><a href="email-view_mail.html">
<dl class="media">
<dt class="pull-left"><img src="https://s3.amazonaws.com/uifaces/faces/twitter/aniitafer_01/128.jpg" alt="Julien Gong Min" class="media-object img-circle img-responsive"></dt>
<dd class="media-body">
<h6 class="media-heading">Julien Gong Min<span class="badge badge-orange">Trash</span></h6>
<p><small title="I typed two articles with Hanx Writer app. Gee. It really helps me to write more">I typed two articles with Hanx Writer app. Gee. It really helps me to write more</small></p>
</dd>
</dl></a></li>
<li><a href="email-view_mail.html">
<dl class="media">
<dt class="pull-left"><img src="https://s3.amazonaws.com/uifaces/faces/twitter/adhamdannaway/128.jpg" alt="Mophy Mo" class="media-object img-circle img-responsive"></dt>
<dd class="media-body">
<h6 class="media-heading">Mophy Mo<span class="badge badge-red">Social</span></h6>
<p><small title="Flat Interaction Design">Flat Interaction Design</small></p>
</dd>
</dl></a></li>
<li><a href="email-view_mail.html">
<dl class="media">
<dt class="pull-left"><img src="https://s3.amazonaws.com/uifaces/faces/twitter/putorti/128.jpg" alt="Michael Wynn Ma" class="media-object img-circle img-responsive"></dt>
<dd class="media-body">
<h6 class="media-heading">Michael Ma<span class="badge badge-blue">Promotions</span></h6>
<p><small title="there is no noise about Smartisan ? let me show it. thats pretty good">there is no noise about Smartisan ? let me show it. thats pretty good</small></p>
</dd>
</dl></a></li>
<li><a href="email-view_mail.html">
<dl class="media">
<dt class="pull-left"><img src="https://s3.amazonaws.com/uifaces/faces/twitter/felipenogs/128.jpg" alt="Mag Fay" class="media-object img-circle img-responsive"></dt>
<dd class="media-body">
<h6 class="media-heading">Mag Fay<span class="badge badge-green">Updates</span></h6>
<p><small title="Skandinavien ! Köstliche Lachs, kalten Sommer , eine schöne Meerjungfrau Legenden, die kritischste ist meinen Vater mit mir">Skandinavien ! Köstliche Lachs, kalten Sommer , eine schöne Meerjungfrau Legenden, die kritischste ist meinen Vater mit mir</small></p>
</dd>
</dl></a></li>
</ul>
</li>
<li class="dropdown-footer text-right"><a href="email-inbox.html">Read all messages</a>
</li>
</ul>
</li>
<!--Tasks-->
<li class="dropdown"><a href="javascript:void(0)" data-toggle="dropdown" data-hover="dropdown" class="dropdown-toggle"><i class="fa fa-fw fa-tasks"></i><span class="badge badge-orange">6</span></a>
<ul id="" role="menu" class="dropdown-menu dropdown-tasks">
<li class="dropdown-header">You have 6 pending tasks</li>
<li data-scroll="slimscroll" data-scroll-size="250|186">
<ul class="list-unstyled link-black">
<li><a href="#">
<h6>Fix BUG #479</h6>
<div id="header-tasks-progress-0" class="progress">
<div role="progressbar" aria-valuenow="47" aria-valuemin="0" aria-valuemax="100" style="width:47%" class="progress-bar progress-bar-danger active"></div>
</div></a></li>
<li><a href="#">
<h6>Review javascript code</h6>
<div id="header-tasks-progress-1" class="progress">
<div role="progressbar" aria-valuenow="87" aria-valuemin="0" aria-valuemax="100" style="width:87%" class="progress-bar progress-bar-success active">87%</div>
</div></a></li>
<li><a href="#">
<h6>Update database</h6>
<div id="header-tasks-progress-2" class="progress">
<div role="progressbar" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100" style="width:75%" class="progress-bar progress-bar-info">75%</div>
</div></a></li>
<li><a href="#">
<h6>Reinstall the server operating system</h6>
<div id="header-tasks-progress-3" class="progress">
<div role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100" style="width:20%" class="progress-bar progress-bar-warning">20%</div>
</div></a></li>
</ul>
</li>
<li class="dropdown-footer text-right"><a href="###">See all tasks</a>
</li>
</ul>
</li>
<!--Personal Menu-->
<li class="dropdown topbar-user"><a href="javascript:void(0)" data-toggle="dropdown" data-hover="dropdown" class="dropdown-toggle"><img src="https://s3.amazonaws.com/uifaces/faces/twitter/5key/128.jpg" alt="Ryan Hsu" title="Ryan Hsu" class="img-circle">Ryan Hsu<span class="caret"></span></a>
<ul id="" role="menu" class="dropdown-menu dropdown-personal">
<li data-scroll="slimscroll" data-scroll-size="undefined">
<li><a href="pages-profile.html"><span class="fa fa-user"></span>My Profile</a>
</li>
<li><a href="pages-calendar.html"><span class="fa fa-calendar"></span>My Calendar</a>
</li>
<li><a href="email-inbox.html"><span class="fa fa-envelope"></span>My Inbox<span class="badge badge-orange">5</span></a>
</li>
<li><a href="#"><span class="fa fa-tasks"></span>My Tasks<span class="badge badge-red">6</span></a>
</li>
<li class="divider">
</li>
<li><a href="#"><span class="fa fa-cog"></span>Settings</a>
</li>
<li><a href="#"><span class="fa fa-cloud-download"></span>Upgrade</a>
</li>
<li><a href="#"><span class="fa fa-question-circle"></span>Help</a>
</li>
<li class="divider">
</li>
<li><a href="pages-lock_screen.html"><span class="fa fa-lock"></span>Lock Screen</a>
</li>
<li><a href="pages-signin.html"><span class="fa fa-sign-out"></span>Sign Out</a>
</li>
</li>
</ul>
</li>
</ul>
</div>
</header>
</div>
<div class="container-fluid page-wrapper">
<!--Sidebar-->
<nav id="sidebar" role="navigation" class="sidebar">
<div class="sidebar-inner">
<!--Profile-->
<ul class="nav side-menu">
<li class="sidebar-profile">
<div class="media clearfix">
<div class="pull-left"><img src="https://s3.amazonaws.com/uifaces/faces/twitter/jennyshen/128.jpg" alt="Ryan Hsu" class="media-object img-circle img-responsive"></div>
<div class="media-body">
<h5 class="media-heading">Ryan Hsu<span data-hover="tooltip" title="online" data-placement="right" class="badge badge-green"> </span></h5>
<ul class="list-inline list-unstyled">
<li><a href="pages-profile.html" data-hover="tooltip" title="Profile" data-placement="top"><i class="fa fa-user"></i></a></li>
<li><a href="email-inbox.html" data-hover="tooltip" title="Mail" data-placement="top"><i class="fa fa-envelope"></i></a></li>
<li><a href="#" data-hover="tooltip" title="Settings" data-placement="top"><i class="fa fa-cog"></i></a></li>
<li><a href="pages-lock_screen.html" data-hover="tooltip" title="Logout" data-placement="top"><i class="fa fa-sign-out"></i></a></li>
</ul>
</div>
</div>
</li>
</ul>
<!--Menu-->
<h4 class="side-menu-title">MENU</h4>
<ul class="nav side-menu">
<li><a href="front/" data-trigger="" data-parent=""><i class="fa fa-tablet"></i><span class="menu-title">Frontend Template</span><span class="hidden"></span></a>
</li>
<li><a href="index.html" data-trigger="" data-parent=""><i class="fa fa-tachometer"></i><span class="menu-title">Dashboard</span><span class="hidden"></span></a>
</li>
<li><a href="javascript:void(0)" data-trigger="collapse" data-parent="#sidebar"><i class="fa fa-columns"></i><span class="menu-title">Layouts</span><span class="fa fa-angle-left arrow"></span></a>
<ul style="display:none;" class="nav side-menu-sub collapsible">
<li><a href="layout-left_sidebar.html"><i class="fa fa-angle-double-right"></i><span class="menu-title">Left Sidebar</span></a>
</li>
<li><a href="layout-left_sidebar_collapsed.html"><i class="fa fa-angle-double-right"></i><span class="menu-title">Left Sidebar Collapsed</span></a>
</li>
<li><a href="layout-right_sidebar.html"><i class="fa fa-angle-double-right"></i><span class="menu-title">Right Sidebar</span></a>
</li>
<li><a href="layout-right_sidebar_collapsed.html"><i class="fa fa-angle-double-right"></i><span class="menu-title">Right Sidebar Collapsed</span></a>
</li>
<li><a href="layout-horizontal_menu_and_sidebar.html"><i class="fa fa-angle-double-right"></i><span class="menu-title">Horizontal Menu & Side Bar</span></a>
</li>
<li><a href="layout-horizontal_menu.html"><i class="fa fa-angle-double-right"></i><span class="menu-title">Horizontal Menu</span></a>
</li>
<li><a href="layout-horizontal_menu_boxed.html"><i class="fa fa-angle-double-right"></i><span class="menu-title">Horizontal Boxed</span></a>
</li>
<li><a href="layout-title_and_breadcrumb.html"><i class="fa fa-angle-double-right"></i><span class="menu-title">Title & Breadcrumb</span></a>
</li>
</ul>
</li>
<li><a href="javascript:void(0)" data-trigger="collapse" data-parent="#sidebar"><i class="fa fa-laptop"></i><span class="menu-title">UI Elements</span><span class="fa fa-angle-left arrow"></span></a>
<ul style="display:none;" class="nav side-menu-sub collapsible">
<li><a href="ui-buttons.html"><i class="fa fa-angle-double-right"></i><span class="menu-title">Buttons</span></a>
</li>
<li><a href="ui-general.html"><i class="fa fa-angle-double-right"></i><span class="menu-title">General</span></a>
</li>
<li><a href="ui-typography.html"><i class="fa fa-angle-double-right"></i><span class="menu-title">Typography</span></a>
</li>
<li><a href="ui-tabs_and_accordions.html"><i class="fa fa-angle-double-right"></i><span class="menu-title">Tabs & Accordions</span></a>
</li>
<li><a href="ui-progress_bars.html"><i class="fa fa-angle-double-right"></i><span class="menu-title">Progress Bar</span></a>
</li>
<li><a href="ui-sliders.html"><i class="fa fa-angle-double-right"></i><span class="menu-title">Silders</span></a>
</li>
<li><a href="ui-modals.html"><i class="fa fa-angle-double-right"></i><span class="menu-title">Modals</span></a>
</li>
<li><a href="ui-panels.html"><i class="fa fa-angle-double-right"></i><span class="menu-title">Panels</span></a>
</li>
<li><a href="ui-checkbox_and_radio.html"><i class="fa fa-angle-double-right"></i><span class="menu-title">Checkbox & Radio</span></a>
</li>
<li><a href="ui-icons.html"><i class="fa fa-angle-double-right"></i><span class="menu-title">Icons</span></a>
</li>
<li><a href="ui-grid_layout.html"><i class="fa fa-angle-double-right"></i><span class="menu-title">Grid Layout</span></a>
</li>
<li><a href="ui-widgets.html"><i class="fa fa-angle-double-right"></i><span class="menu-title">Widgets</span></a>
</li>
</ul>
</li>
<li><a href="javascript:void(0)" data-trigger="collapse" data-parent="#sidebar"><i class="fa fa-desktop"></i><span class="menu-title">UI Advanced</span><span class="fa fa-angle-left arrow"></span></a>
<ul style="display:none;" class="nav side-menu-sub collapsible">
<li><a href="uia-preloader.html"><i class="fa fa-angle-double-right"></i><span class="menu-title">Preloader</span></a>
</li>
<li><a href="uia-editor.html"><i class="fa fa-angle-double-right"></i><span class="menu-title">Editor</span></a>
</li>
<li><a href="uia-sortable_and_nestable_lists.html"><i class="fa fa-angle-double-right"></i><span class="menu-title">Sortable & Netsable List</span></a>
</li>
<li><a href="uia-dropdown_select.html"><i class="fa fa-angle-double-right"></i><span class="menu-title">Dropdown Select</span></a>
</li>
<li><a href="uia-notific8.html"><i class="fa fa-angle-double-right"></i><span class="menu-title">Notific8 & Sco.message</span></a>
</li>
<li><a href="uia-toastr_notifications.html"><i class="fa fa-angle-double-right"></i><span class="menu-title">Toastr Notifications</span></a>
</li>
<li><a href="uia-tree_view.html"><i class="fa fa-angle-double-right"></i><span class="menu-title">Tree View</span></a>
</li>
<li><a href="uia-animations.html"><i class="fa fa-angle-double-right"></i><span class="menu-title">Animations</span></a>
</li>
</ul>
</li>
<li><a href="javascript:void(0)" data-trigger="collapse" data-parent="#sidebar" class="active"><i class="fa fa-pencil-square-o"></i><span class="menu-title">Forms</span><span class="fa fa-angle-left arrow"></span></a>
<ul style="display:block;" class="nav side-menu-sub collapsible">
<li><a href="forms-form_layouts.html"><i class="fa fa-angle-double-right"></i><span class="menu-title">Form Layouts</span></a>
</li>
<li><a href="forms-form_elements.html"><i class="fa fa-angle-double-right"></i><span class="menu-title">Form Elements</span></a>
</li>
<li><a href="forms-coustomized_elements.html"><i class="fa fa-angle-double-right"></i><span class="menu-title">Customized Elements</span></a>
</li>
<li><a href="forms-form_basics.html"><i class="fa fa-angle-double-right"></i><span class="menu-title">Form Basics</span></a>
</li>
<li><a href="forms-form_pickers.html"><i class="fa fa-angle-double-right"></i><span class="menu-title">Form Pickers</span></a>
</li>
<li><a href="forms-form_validation.html"><i class="fa fa-angle-double-right"></i><span class="menu-title">Form Validation</span></a>
</li>
<li><a href="forms-form_wizards.html"><i class="fa fa-angle-double-right"></i><span class="menu-title">Form Wizards</span></a>
</li>
<li><a href="forms-multiple_file_upload.html" class="active"><i class="fa fa-angle-double-right"></i><span class="menu-title">Multiple File Upload</span></a>
</li>
<li><a href="forms-dropzone_file_upload.html"><i class="fa fa-angle-double-right"></i><span class="menu-title">Dropzone File Upload</span></a>
</li>
</ul>
</li>
<li><a href="javascript:void(0)" data-trigger="collapse" data-parent="#sidebar"><i class="fa fa-table"></i><span class="menu-title">Tables</span><span class="fa fa-angle-left arrow"></span></a>
<ul style="display:none;" class="nav side-menu-sub collapsible">
<li><a href="tables-basic_tables.html"><i class="fa fa-angle-double-right"></i><span class="menu-title">Basic Tables</span></a>
</li>
<li><a href="tables-resonsive_tables.html"><i class="fa fa-angle-double-right"></i><span class="menu-title">Resonsive Tables</span></a>
</li>
<li><a href="tables-action_tables.html"><i class="fa fa-angle-double-right"></i><span class="menu-title">Action Tables</span></a>
</li>
<li><a href="tables-advanced_tables.html"><i class="fa fa-angle-double-right"></i><span class="menu-title">Advanced Tables</span></a>
</li>
<li><a href="tables-table_export.html"><i class="fa fa-angle-double-right"></i><span class="menu-title">Table Export</span></a>
</li>
<li><a href="tables-data_tables.html"><i class="fa fa-angle-double-right"></i><span class="menu-title">Data Tables</span></a>
</li>
<li><a href="tables-bootstrap_table.html"><i class="fa fa-angle-double-right"></i><span class="menu-title">Bootstrap Table</span></a>
</li>
</ul>
</li>
<li><a href="javascript:void(0)" data-trigger="collapse" data-parent="#sidebar"><i class="fa fa-file-o"></i><span class="menu-title">Pages</span><span class="fa fa-angle-left arrow"></span></a>
<ul style="display:none;" class="nav side-menu-sub collapsible">
<li><a href="pages-profile.html"><i class="fa fa-angle-double-right"></i><span class="menu-title">Profile</span></a>
</li>
<li><a href="pages-invoice.html"><i class="fa fa-angle-double-right"></i><span class="menu-title">Invoice</span></a>
</li>
<li><a href="pages-gallery.html"><i class="fa fa-angle-double-right"></i><span class="menu-title">Gallery</span></a>
</li>
<li><a href="pages-calendar.html"><i class="fa fa-angle-double-right"></i><span class="menu-title">Calendar</span></a>
</li>
<li><a href="pages-timeline.html"><i class="fa fa-angle-double-right"></i><span class="menu-title">Timeline</span></a>
</li>
<li><a href="pages-blog_page.html"><i class="fa fa-angle-double-right"></i><span class="menu-title">Blog Page</span></a>
</li>
<li><a href="pages-blog_item.html"><i class="fa fa-angle-double-right"></i><span class="menu-title">Blog Item</span></a>
</li>
<li><a href="pages-signin.html"><i class="fa fa-angle-double-right"></i><span class="menu-title">Signin</span></a>
</li>
<li><a href="pages-signup.html"><i class="fa fa-angle-double-right"></i><span class="menu-title">Signup</span></a>
</li>
<li><a href="pages-forgot_password.html"><i class="fa fa-angle-double-right"></i><span class="menu-title">Forgot Password</span></a>
</li>
<li><a href="pages-lock_screen.html"><i class="fa fa-angle-double-right"></i><span class="menu-title">Lock Screen</span></a>
</li>
<li><a href="pages-404.html"><i class="fa fa-angle-double-right"></i><span class="menu-title">404 Page</span></a>
</li>
<li><a href="pages-500.html"><i class="fa fa-angle-double-right"></i><span class="menu-title">500 page</span></a>
</li>
<li><a href="pages-blank.html"><i class="fa fa-angle-double-right"></i><span class="menu-title">Blank Page</span></a>
</li>
<li><a href="pages-faq.html"><i class="fa fa-angle-double-right"></i><span class="menu-title">FAQ</span></a>
</li>
<li><a href="pages-pricing_tables.html"><i class="fa fa-angle-double-right"></i><span class="menu-title">Pricing Tables</span></a>
</li>
<li><a href="javascript:fullScreen();"><i class="fa fa-angle-double-right"></i><span class="menu-title">Full Screen</span></a>
</li>
</ul>
</li>
<li><a href="javascript:void(0)" data-trigger="collapse" data-parent="#sidebar"><i class="fa fa-envelope-o"></i><span class="menu-title">Email</span><span class="fa fa-angle-left arrow"></span></a>
<ul style="display:none;" class="nav side-menu-sub collapsible">
<li><a href="email-inbox.html"><i class="fa fa-angle-double-right"></i><span class="menu-title">MailBox</span></a>
</li>
<li><a href="email-compose_mail.html"><i class="fa fa-angle-double-right"></i><span class="menu-title">Compose Mail</span></a>
</li>
<li><a href="email-view_mail.html"><i class="fa fa-angle-double-right"></i><span class="menu-title">View Mail</span></a>
</li>
</ul>
</li>
<li><a href="javascript:void(0)" data-trigger="collapse" data-parent="#sidebar"><i class="fa fa-line-chart"></i><span class="menu-title">Charts</span><span class="fa fa-angle-left arrow"></span></a>
<ul style="display:none;" class="nav side-menu-sub collapsible">
<li><a href="charts-flot_charts.html"><i class="fa fa-angle-double-right"></i><span class="menu-title">Flot Charts</span></a>
</li>
<li><a href="charts-chart.js.html"><i class="fa fa-angle-double-right"></i><span class="menu-title">Chart.js</span></a>
</li>
<li><a href="charts-easy_pie_chart.html"><i class="fa fa-angle-double-right"></i><span class="menu-title">Easy Pie Chart</span></a>
</li>
<li><a href="charts-sparklines.html"><i class="fa fa-angle-double-right"></i><span class="menu-title">Sparklines</span></a>
</li>
</ul>
</li>
<li><a href="javascript:void(0)" data-trigger="collapse" data-parent="#sidebar"><i class="fa fa-map-marker"></i><span class="menu-title">Maps</span><span class="label label-danger">New</span><span class="fa fa-angle-left arrow"></span></a>
<ul style="display:none;" class="nav side-menu-sub collapsible">
<li><a href="maps-google_map.html"><i class="fa fa-angle-double-right"></i><span class="menu-title">Google Map</span></a>
</li>
<li><a href="maps-jvector_map.html"><i class="fa fa-angle-double-right"></i><span class="menu-title">Jvector Map</span></a>
</li>
</ul>
</li>
</ul>
<!--Labels-->
<h4 class="side-menu-title">LABELS</h4>
<ul class="nav side-menu">
<li><a href="#"><i class="fa fa-circle-o text-success"></i><span class="menu-title">Trash</span></a>
</li>
<li><a href="#"><i class="fa fa-circle-o text-danger"></i><span class="menu-title">New</span></a>
</li>
<li><a href="#"><i class="fa fa-circle-o text-warning"></i><span class="menu-title">Social</span></a>
</li>
</ul>
</div>
</nav>
<section class="main">
<!--Title & Breadcrumb-->
<div id="title-breadcrumb-option-demo" class="layouts-title-breadcrumb clearfix ">
<!--Breadcrumb-->
<ol class="breadcrumb layout-breadcrumb ">
<li><a href="index.html"><i class="fa fa-home"></i>Home</a></li>
<li><a href="javascript:void(0)">Forms</a></li>
<li class="active">Multiple File Upload</li>
</ol>
<!--Title-->
<div class="layout-title ">
<h3>Multiple File Upload
</h3>
</div>
</div>
<div class="container-fluid page-content">
<div class="row">
<div class="col-lg-12">
<div class="alert alert-success">
<p>File Upload widget with multiple file selection, drag&drop support, progress bars, validation and preview images, audio and video for jQuery.<br>Supports cross-domain, chunked and resumable file uploads and client-side image resizing.<br>Works with any server-side platform (PHP, Python, Ruby on Rails, Java, Node.js, Go etc.) that supports standard HTML form file uploads.</p>
</div>
<form id="fileupload" action="//jquery-file-upload.appspot.com/" method="POST" enctype="multipart/form-data">
<div class="row fileupload-buttonbar">
<div class="col-lg-8"><span class="btn btn-success fileinput-button mright5"><i class="glyphicon glyphicon-plus"></i><span>Add files...</span>
<input type="file" name="files[]" multiple></span>
<button type="submit" class="btn btn btn-primary start mright5"><i class="glyphicon glyphicon-upload mright5"></i>Start upload
</button>
<button type="reset" class="btn btn btn-warning cancel mright5"><i class="glyphicon glyphicon-ban-circle mright5"></i>Cancel upload
</button>
<button type="button" class="btn btn btn-danger delete mright5"><i class="glyphicon glyphicon-trash mright5"></i>Delete
</button>
<input type="checkbox" class="toggle"><span class="fileupload-process"></span>
</div>
<div class="col-lg-4 fileupload-progress fade">
<div role="progressbar" aria-valuemin="0" aria-valuemax="100" class="progress progress-striped active no-mb mtop10">
<div style="width:0%;" class="progress-bar progress-bar-success"></div>
</div>
<div class="progress-extended"> </div>
</div>
</div>
<table role="presentation" class="table table-striped">
<tbody class="files"></tbody>
</table>
</form><br>
<div class="panel panel-white">
<div class="panel-heading">
<h3 class="panel-title">Demo Notes</h3>
</div>
<div class="panel-body">
<ul>
<li>The maximum file size for uploads in this demo is <strong>5 MB</strong> (default file size is unlimited).</li>
<li>Only image files (<strong>JPG, GIF, PNG</strong>) are allowed in this demo (by default there is no file type restriction).</li>
<li>Uploaded files will be deleted automatically after <strong>5 minutes</strong> (demo setting).</li>
<li>You can <strong>drag & drop</strong> files from your desktop on this webpage (see <a href="https://github.com/blueimp/jQuery-File-Upload/wiki/Browser-support">Browser support</a>).</li>
<li>Please refer to the <a href="https://github.com/blueimp/jQuery-File-Upload">project website</a> and <a href="https://github.com/blueimp/jQuery-File-Upload/wiki">documentation</a> for more information.</li>
<li>Built with the <a href="http://getbootstrap.com/">Bootstrap</a> CSS framework and Icons from <a href="http://glyphicons.com/">Glyphicons</a>.</li>
</ul>
</div>
</div>
<div id="blueimp-gallery" data-filter=":even" class="blueimp-gallery blueimp-gallery-controls">
<div class="slides"></div>
<h3 class="title"></h3><a class="prev">‹</a><a class="next">›</a><a class="close">×</a><a class="play-pause"></a><a class="indicator"></a>
</div>
</div>
<script id="template-upload" type="text/x-tmpl">
{% for (var i=0, file; file=o.files[i]; i++) { %}
<tr class="template-upload fade">
<td>
<span class="preview"></span>
</td>
<td>
<p class="name">{%=file.name%}</p>
<strong class="error text-danger"></strong>
</td>
<td>
<p class="size">Processing...</p>
<div class="progress progress-striped active" role="progressbar" aria-valuemin="0" aria-valuemax="100" aria-valuenow="0"><div class="progress-bar progress-bar-success" style="width:0%;"></div></div>
</td>
<td>
{% if (!i && !o.options.autoUpload) { %}
<button class="btn btn-primary start" disabled>
<i class="glyphicon glyphicon-upload"></i>
<span>Start</span>
</button>
{% } %}
{% if (!i) { %}
<button class="btn btn-warning cancel">
<i class="glyphicon glyphicon-ban-circle"></i>
<span>Cancel</span>
</button>
{% } %}
</td>
</tr>
{% } %}
</script>
<script id="template-download" type="text/x-tmpl">
{% for (var i=0, file; file=o.files[i]; i++) { %}
<tr class="template-download fade">
<td>
<span class="preview">
{% if (file.thumbnailUrl) { %}
<a href="{%=file.url%}" title="{%=file.name%}" download="{%=file.name%}" data-gallery><img src="{%=file.thumbnailUrl%}"></a>
{% } %}
</span>
</td>
<td>
<p class="name">
{% if (file.url) { %}
<a href="{%=file.url%}" title="{%=file.name%}" download="{%=file.name%}" {%=file.thumbnailUrl?'data-gallery':''%}>{%=file.name%}</a>
{% } else { %}
<span>{%=file.name%}</span>
{% } %}
</p>
{% if (file.error) { %}
<div><span class="label label-danger">Error</span> {%=file.error%}</div>
{% } %}
</td>
<td>
<span class="size">{%=o.formatFileSize(file.size)%}</span>
</td>
<td>
{% if (file.deleteUrl) { %}
<button class="btn btn-danger delete" data-type="{%=file.deleteType%}" data-url="{%=file.deleteUrl%}"{% if (file.deleteWithCredentials) { %} data-xhr-fields='{"withCredentials":true}'{% } %}>
<i class="glyphicon glyphicon-trash"></i>
<span>Delete</span>
</button>
<input type="checkbox" name="delete" value="1" class="toggle">
{% } else { %}
<button class="btn btn-warning cancel">
<i class="glyphicon glyphicon-ban-circle"></i>
<span>Cancel</span>
</button>
{% } %}
</td>
</tr>
{% } %}
</script>
</div>
</div>
</section>
</div>
<!--Footer-->
<footer class="footer">
<p>AlphaAdmin - Responsive Admin Template</p>
<p>Created by wangshuov © 2015</p>
</footer>
<!--ScrollToTop-->
<div id="scroll-to-top" class="scroll-to-top"><a href="javascript:void(0)"><i class="fa fa-angle-up"></i></a></div>
<!--Load jQuery--><!--[if IE]>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/jquery-1.11.1.min.js"><\/script>')</script><![endif]-->
<!--[if !IE]>-->
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/jquery-2.1.1.min.js"><\/script>')</script><!-- <![endif]-->
<!--Load Core Vendor-->
<script src="vendor/bootstrap/dist/js/bootstrap.min.js"></script>
<script src="vendor/sco.js/js/sco.all.min.js"></script>
<script src="js/jquery-ui.min.js"></script>
<script src="vendor/moment/min/moment-with-locales.min.js"></script>
<script src="vendor/bootstrap-hover-dropdown/bootstrap-hover-dropdown.min.js"></script>
<script src="vendor/bootstrap-responsive-tabs/js/responsive-tabs.js"></script>
<script src="vendor/slimScroll/jquery.slimscroll.min.js"></script>
<script src="vendor/jquery-cookie/src/jquery.cookie.min.js"></script>
<script src="vendor/bootstrap-progressbar/bootstrap-progressbar.min.js"></script>
<!--Load Vendor-->
<script src="vendor/jQuery-File-Upload/js/vendor/jquery.ui.widget.js"></script>
<script src="vendor/JavaScript-Load-Image/js/load-image.all.min.js"></script>
<script src="vendor/JavaScript-Templates/js/tmpl.min.js"></script>
<script src="vendor/Gallery/js/jquery.blueimp-gallery.min.js"></script>
<script src="vendor/jQuery-File-Upload/js/jquery.fileupload.all.min.js"></script>
<!--Load Plugins-->
<script src="js/plugins.min.js"></script>
<!--Load Main-->
<script src="js/main.min.js"></script>
<!--Javascript for template demo, don't use it online-->
<script src="js/demo.min.js"></script>
<!--Google Analytics-->
<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-58071833-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html> | nbagonet/AlphaAdminTemplate | dist/forms-multiple_file_upload.html | HTML | mit | 48,734 |
{% extends 'main.html' %}
{% block content %}
<h2>Test page</h2>
{% endblock %}
| cheminfo/db-manager | src/styles/default/templates/test.html | HTML | mit | 81 |
---
redirect_from: /docs/latest/interfaces/ng1.__uirouter_core_lib_router_.uirouter.html
---
<!doctype html>
<html class="default no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>UIRouter | @uirouter/angularjs</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../assets/css/main.css">
<link rel="stylesheet" href="../assets/css/uirouter.css">
<script src="../assets/js/modernizr.js"></script>
<script src="../assets/js/reset.js"></script>
</head>
<body>
<header>
<div class="tsd-page-toolbar">
<div class="container">
<div class="table-wrap">
<div class="table-cell" id="tsd-search" data-index="../assets/js/search.js" data-base="..">
<div class="field">
<label for="tsd-search-field" class="tsd-widget search no-caption">Search</label>
<input id="tsd-search-field" type="text" />
</div>
<ul class="results">
<li class="state loading">Preparing search index...</li>
<li class="state failure">The search index is not available</li>
</ul>
<a href="../index.html" class="title">@uirouter/angularjs</a>
</div>
<div class="table-cell" id="tsd-widgets">
<div id="tsd-filter">
<a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a>
<div class="tsd-filter-group">
<!--
<div class="tsd-select" id="tsd-filter-visibility">
<span class="tsd-select-label">All</span>
<ul class="tsd-select-list">
<li data-value="public">Public</li>
<li data-value="protected">Public/Protected</li>
<li data-value="private" class="selected">All</li>
</ul>
</div>
<input type="checkbox" id="tsd-filter-inherited" checked />
<label class="tsd-widget" for="tsd-filter-inherited">Inherited</label>
-->
<input type="checkbox" id="tsd-filter-externals" checked />
<label class="tsd-widget" for="tsd-filter-externals">Internal UI-Router API</label>
<!--
<input type="checkbox" id="tsd-filter-only-exported" />
<label class="tsd-widget" for="tsd-filter-only-exported">Only exported</label>
-->
</div>
</div>
<a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a>
</div>
</div>
</div>
</div>
<div class="tsd-page-title">
<div class="container">
<ul class="tsd-breadcrumb">
<li>
<a href="../index.html">@uirouter/angularjs</a>
</li>
<li>
<a href="../modules/ng1.html">ng1</a>
</li>
<li>
<a href="../modules/ng1.__uirouter_core_lib_router_.html">"@uirouter/core/lib/router"</a>
</li>
<li>
<a href="ng1.__uirouter_core_lib_router_.uirouter.html">UIRouter</a>
</li>
</ul>
<h1>Interface UIRouter</h1>
</div>
</div>
</header>
<div class="container container-main">
<div class="row">
<div class="col-8 col-content">
<section class="tsd-panel tsd-hierarchy">
<h3>Hierarchy</h3>
<ul class="tsd-hierarchy">
<li>
<span class="target">UIRouter</span>
</li>
</ul>
</section>
</div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<nav class="tsd-navigation primary">
<ul>
<li class="globals ">
<a href="../index.html"><em>@uirouter/angularjs</em></a>
</li>
<li class="label tsd-is-external">
<span>Public API</span>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/common.html">common</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/core.html">core</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/directives.html">directives</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/injectables.html">injectables</a>
</li>
<li class="current tsd-kind-external-module">
<a href="../modules/ng1.html">ng1</a>
<ul>
<li class="current tsd-kind-module tsd-parent-kind-external-module tsd-is-not-exported">
<a href="../modules/ng1.__uirouter_core_lib_router_.html">"@uirouter/core/lib/router"</a>
</li>
<li class=" tsd-kind-module tsd-parent-kind-external-module tsd-is-not-exported">
<a href="../modules/ng1.__uirouter_core_lib_state_stateregistry_.html">"@uirouter/core/lib/state/state<wbr>Registry"</a>
</li>
</ul>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/ng1_state_events.html">ng1_<wbr>state_<wbr>events</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/params.html">params</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/resolve.html">resolve</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/state.html">state</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/transition.html">transition</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/url.html">url</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/view.html">view</a>
</li>
<li class="label tsd-is-external">
<span>Internal UI-<wbr><wbr>Router API</span>
</li>
<li class=" tsd-kind-external-module tsd-is-external">
<a href="../modules/_ui_router_core_src_common_safeconsole_.html">"ui-<wbr>router-<wbr>core/src/common/safe<wbr>Console"</a>
</li>
<li class=" tsd-kind-external-module tsd-is-external">
<a href="../modules/_ui_router_core_src_common_trace_.html">"ui-<wbr>router-<wbr>core/src/common/trace"</a>
</li>
<li class=" tsd-kind-external-module tsd-is-external">
<a href="../modules/common_hof.html">common_<wbr>hof</a>
</li>
<li class=" tsd-kind-external-module tsd-is-external">
<a href="../modules/common_predicates.html">common_<wbr>predicates</a>
</li>
<li class=" tsd-kind-external-module tsd-is-external">
<a href="../modules/common_strings.html">common_<wbr>strings</a>
</li>
<li class=" tsd-kind-external-module tsd-is-external">
<a href="../modules/hooks.html">hooks</a>
</li>
<li class=" tsd-kind-external-module tsd-is-external">
<a href="../modules/path.html">path</a>
</li>
<li class=" tsd-kind-external-module tsd-is-external">
<a href="../modules/vanilla.html">vanilla</a>
</li>
</ul>
</nav>
<nav class="tsd-navigation secondary menu-sticky">
<ul class="before-current">
</ul>
<ul class="current">
<li class="current tsd-kind-interface tsd-parent-kind-module tsd-is-not-exported">
<a href="ng1.__uirouter_core_lib_router_.uirouter.html" class="tsd-kind-icon">UIRouter</a>
</li>
</ul>
<ul class="after-current">
</ul>
</nav>
</div>
</div>
</div>
<footer class="with-border-bottom">
<div class="container">
<h2>Legend</h2>
<div class="tsd-legend-group">
<ul class="tsd-legend">
<li class="tsd-kind-module"><span class="tsd-kind-icon">Module</span></li>
<li class="tsd-kind-object-literal"><span class="tsd-kind-icon">Object literal</span></li>
<li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li>
<li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li>
<li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li>
<li class="tsd-kind-index-signature"><span class="tsd-kind-icon">Index signature</span></li>
<li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li>
<li class="tsd-kind-enum-member"><span class="tsd-kind-icon">Enumeration member</span></li>
<li class="tsd-kind-property tsd-parent-kind-enum"><span class="tsd-kind-icon">Property</span></li>
<li class="tsd-kind-method tsd-parent-kind-enum"><span class="tsd-kind-icon">Method</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
<li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li>
<li class="tsd-kind-constructor tsd-parent-kind-interface"><span class="tsd-kind-icon">Constructor</span></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
<li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li>
<li class="tsd-kind-index-signature tsd-parent-kind-interface"><span class="tsd-kind-icon">Index signature</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
<li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li>
<li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li>
<li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li>
<li class="tsd-kind-accessor tsd-parent-kind-class"><span class="tsd-kind-icon">Accessor</span></li>
<li class="tsd-kind-index-signature tsd-parent-kind-class"><span class="tsd-kind-icon">Index signature</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited constructor</span></li>
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited method</span></li>
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited accessor</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected method</span></li>
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected accessor</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private method</span></li>
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private accessor</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static property</span></li>
<li class="tsd-kind-call-signature tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li>
</ul>
</div>
</div>
</footer>
<div class="container tsd-generator">
<p>Generated using <a href="http://typedoc.io" target="_blank">TypeDoc</a></p>
</div>
<div class="overlay"></div>
<script src="../assets/js/main.js"></script>
<script>if (location.protocol == 'file:') document.write('<script src="../assets/js/search.js"><' + '/script>');</script>
</body>
</html> | ui-router/ui-router.github.io | _ng1_docs/latest/interfaces/ng1.__uirouter_core_lib_router_.uirouter.html | HTML | mit | 12,071 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Arcade Creek Project</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="styles/style.css" rel="stylesheet" type="text/css" />
<link href="styles/layout.css" rel="stylesheet" type="text/css" />
<script src="scripts/javascript/maxheight.js" type="text/javascript"></script>
<script src="scripts/flash/AC_RunActiveContent.js" type="text/javascript">
</script>
</head>
<body id="page1">
<div class="top_bg">
<div class="top_bg2">
<div id="main1">
<!-- header -->
<div id="header">
<iframe src="header/header.html" style="width:900px;height:600px;border:0;margin-top:45px;"></iframe>
</div>
<div class="row_1">
<div class="indent_row1">
<div class="width">
<div class="column_1 bg1 maxheight">
<div class="indent">
<p class="small"><strong>Learn more about the Arcade Creek Project:</strong></p>
<p>
<!--<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0','width','260','height','193','id','FLVPlayer','src','ArcadeVideoEncode/FLVPlayer_Progressive','flashvars','&MM_ComponentVersion=1&skinName=Corona_Skin_2&streamName=ArcadeVideoEncode/ArcadeCreekVidMay2008_260w&autoPlay=false&autoRewind=true','quality','high','scale','noscale','name','FLVPlayer','salign','lt','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','ArcadeVideoEncode/FLVPlayer_Progressive' ); //end AC code
</script>
<noscript>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="260" height="193" id="FLVPlayer">
<param name="movie" value="ArcadeVideoEncode/FLVPlayer_Progressive.swf" />
<param name="salign" value="lt" />
<param name="quality" value="high" />
<param name="scale" value="noscale" />
<param name="FlashVars" value="&MM_ComponentVersion=1&skinName=ArcadeVideoEncode/Corona_Skin_2&streamName=ArcadeVideoEncode/ArcadeCreekVidMay2008_260w&autoPlay=false&autoRewind=true" />
<embed src="ArcadeVideoEncode/FLVPlayer_Progressive.swf" flashvars="&MM_ComponentVersion=1&skinName=ArcadeVideoEncode/Corona_Skin_2&streamName=ArcadeVideoEncode/ArcadeCreekVidMay2008_260w&autoPlay=false&autoRewind=true" quality="high" scale="noscale" width="260" height="193" name="FLVPlayer" salign="LT" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" />
</object>
</noscript>-->
</p>
<video controls="controls" height="180" width="240">
<source src="mainvideos/ArcadeCreekVidMay2008_260w.mp4" type="video/mp4">
<source src="mainvideos/ArcadeCreekVidMay2008_260w.flv" type="video/x-flv">
</video>
</p>
<p class="big"><strong>Recent News:</strong></p>
</p>
<p> The 14th year of the project has begun, and we have a record breaking 373 students! Teams have already been going out and have been working faster than any year previously.</p>
<p> Make sure that you get your ID card scanned in so you can attend lectures! A list of people with missing ID cards can be found <a href="./maindocuments/no-id-cards.pdf">here</a></p>
<p> We recived a watershed quality grant from Seterwater Utility Department of Water Resources of $2600 in the fall of 2011.
Also, the Living Well Initiative grant of $500 was given to us by the Grants Advisory Board for Youth in January 2012.
</p>
<p><a href="http://vimeo.com/arcadecreekdirections" target="blank">Direction</a> videos are up!<br />
Maps and Directions from Mira Loma are also up on the <a href="forstudents.html">Students</a> page<br />
<p>Alex Honnold, world famous rock climber gave a talk at Mira Loma recently.</p>
<p>We were featured on the national TV show, <b>Eco Company</b>! Check it out!<br/>
<br/>
<embed width="260" height="190" border="0" flashvars="file=http://www.eco-company.tv/sites/default/files/Creek Geeks_985.flv&image=http://www.eco-company.tv/sites/default/files/Creek Geeks_985.jpg&rotatetime=7&autostart=false" quality="high" allowfullscreen="true" wmode="window" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" src="http://www.eco-company.tv/sites/default/files/Player.swf" allowscriptaccess="always" name="flashvideo"></embed>
</p>
</div>
</div>
<div class="column_2 maxheight">
<div class="indent">
<h3>From laboratory analysis to hands-on field studies, the Arcade Creek Project allows students to work in real-world situations that prepare them for college and careers beyond </h3>
<p><img src="mainimages/titlepic2.jpg" alt="" width="500" height="250" /></p>
<p>The award-winning Arcade Creek Project is an ongoing study of the riparian corridor of the Arcade Creek, an urban watershed in Sacramento, California. It consists of eleven studies which measure the health of the Arcade Creek in various ways and is run entirely by students of Mira Loma High School and their six science instructors.</p>
<p>To learn more about each individual study and view collected data, visit the <a href="studies.html">Studies</a> page.</p>
<p>The Arcade Creek Project began eleven years ago to fulfill a curriculum requirement of the International Baccalaureate Program. Students coordinate a school-wide field project within the local community that combines the different science courses offered at Mira Loma. IB Science students study the nearby Arcade Creek, a beautiful neighborhood waterway that runs year-round. Over the years, the project has garnered numerous awards and inspired similar studies world-wide. For a more detailed description of the project, visit the <a href="aboutus.html">About Us</a> page.</p>
<br />
<br />
<p><center><img src= "mainimages/PO_Closeup2.jpg" /></center></p>
<h2>Warning!</h2>
<p>Beware of the poison oak at the creek sites, as it may cause rashes and irritation.
It is not an invasive species, so do not remove it from the site. The picture above is an example of a poison oak plant.
Note the three leaves. Be careful at the creek! So far poison oak has been spotted at site D.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- footer -->
<div id="footer_main">
<div id="footer">
<p align="right"> Arcade Creek Project © 2014 | <a href="privacy.html">Privacy Policy</a></p><br />
<p><a href="index.html">Home</a> | <a href="aboutus.html">About Us</a> | <a href="studies.html">Studies</a> | <a href="calendar.html">Calendar</a> | <a href="forstudents.html">For Students</a> | <a href="recognition.html">Recognition</a> | <a href="contactus.html">Contact Us</a></p>
</div>
</div>
</body>
</html>
| Doozleberry/arcadecreekwebsite | index.html | HTML | mit | 7,562 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<!-- Generated by phpdocgen 0.17-rc3 on Thu Jan 19 00:48:02 2012 -->
<HTML>
<HEAD>
<TITLE>IMDBPHP</TITLE>
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<link REL ='stylesheet' TYPE='text/css' HREF='./stylesheet.css' TITLE='Style'>
<script language='JavaScript1.2'>
<!--
function swaptreecontent(elID) {
b = document.getElementById(elID).innerHTML;
a = document.getElementById(elID + "off__").innerHTML;
if (a.length == 0) { document.getElementById(elID).innerHTML = "";
} else {
document.getElementById(elID).innerHTML = a;
}
document.getElementById(elID + "off__").innerHTML = b;
}
function swaptreeicon(elID) {
a = document.getElementById(elID + "plusminus").src;
if (a.indexOf("minus.gif") != -1) a = "./plus.gif";
else a = "./minus.gif";
document.getElementById(elID + "plusminus").src = a;
}
function swaptree(elID) {
swaptreecontent(elID);
swaptreeicon(elID);
}
function swaptree2(elID1,elID2) {
swaptreecontent(elID1);
swaptreecontent(elID2);
swaptreeicon(elID1);
}
//-->
</script>
</HEAD>
<BODY>
<table BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<tr>
<td COLSPAN=2>
<table BORDER="0" CELLPADDING="0" CELLSPACING="3">
<tr ALIGN="center" VALIGN="top">
<td> <A HREF="./overview-summary.html"><b>Overview</b></A> </td>
<td> <b>Package</b> </td>
<td> <A HREF="./overview-tree.html"><b>Tree</b></A> </td>
<td> <A HREF="./index-0.html" target="classFrame"><b>Index</b></A> </td>
</tr>
</table>
</td>
<td ALIGN="right" VALIGN="top" ROWSPAN=3><em><b>IMDBPHP</b></em></td>
</tr>
<tr>
<td BGCOLOR="white"><SPAN CLASS='small'><A HREF="./index-14.html">PREV</A> <A HREF="./index-16.html">NEXT</A></SPAN>
</td>
<td><SPAN CLASS='small'><A HREF="./index.html" target="_top"><b>Frames</b></A> <A HREF="index-15.html" target="_top"><b>No Frame</b></A> </SPAN>
</td>
</tr>
<tr><td VALIGN="top"><SPAN CLASS='small'></SPAN>
</td>
<td VALIGN="top"><SPAN CLASS='small'></SPAN>
</td>
</tr>
</table>
<HR>
<A HREF="./index-0.html">_</A><A HREF="./index-1.html">A</A><A HREF="./index-2.html">B</A><A HREF="./index-3.html">C</A><A HREF="./index-4.html">D</A><A HREF="./index-5.html">E</A><A HREF="./index-6.html">F</A><A HREF="./index-7.html">G</A><A HREF="./index-8.html">H</A><A HREF="./index-9.html">I</A><A HREF="./index-10.html">K</A><A HREF="./index-11.html">L</A><A HREF="./index-12.html">M</A><A HREF="./index-13.html">N</A><A HREF="./index-14.html">O</A><A HREF="./index-15.html">P</A><A HREF="./index-16.html">Q</A><A HREF="./index-17.html">R</A><A HREF="./index-18.html">S</A><A HREF="./index-19.html">T</A><A HREF="./index-20.html">U</A><A HREF="./index-21.html">V</A><A HREF="./index-22.html">W</A><A HREF="./index-23.html">Y</A><HR>
<H2>P</H2>
<DL><DT><A HREF="./IMDB/imdb.html#parentalguide()">parentalGuide()</A> - method of the class <A HREF="./IMDB/imdb.html">imdb</A></DT><DD>Detailed Parental Guide </DD>
<DT><A HREF="./MoviePilot/pilot.html#parentalguide()">parentalGuide()</A> - method of the class <A HREF="./MoviePilot/pilot.html">pilot</A></DT><DD>Detailed Parental Guide </DD>
<DT><A HREF="./IMDB/imdb_person.html#parparse()">parparse()</A> - method of the class <A HREF="./IMDB/imdb_person.html">imdb_person</A></DT><DD>Parse Trivia, Quotes, etc (same structs) </DD>
<DT><A HREF="./IMDB/imdbXML.html#parse()">parse()</A> - method of the class <A HREF="./IMDB/imdbXML.html">imdbXML</A></DT><DD>Generate XML code </DD>
<DT><A HREF="./MDBApi/movieposterdb.html#parse_list()">parse_list()</A> - method of the class <A HREF="./MDBApi/movieposterdb.html">movieposterdb</A></DT><DD>Parse page for images </DD>
<DT><A HREF="./IMDB/imdb_movielist.html#parse_x_year()">parse_x_year()</A> - method of the class <A HREF="./IMDB/imdb_movielist.html">imdb_movielist</A></DT><DD>Parse movie list. </DD>
<DT><A HREF="./IMDB/imdb_person.html#parsearticles()">parsearticles()</A> - method of the class <A HREF="./IMDB/imdb_person.html">imdb_person</A></DT><DD>Helper for article parsing </DD>
<DT><A HREF="./IMDB/imdb.html#parseconnection()">parseConnection()</A> - method of the class <A HREF="./IMDB/imdb.html">imdb</A></DT><DD>Parse connection block (used by method movieconnection only) </DD>
<DT><A HREF="./IMDB/imdb_person.html#parsepubmovies()">parsepubmovies()</A> - method of the class <A HREF="./IMDB/imdb_person.html">imdb_person</A></DT><DD>Parse movie helper </DD>
<DT><A HREF="./MDBApi/person_base.html">person_base</A> - class</DT><DD>Accessing Movie information </DD>
<DT><A HREF="./IMDB/imdb.html#photo()">photo()</A> - method of the class <A HREF="./IMDB/imdb.html">imdb</A></DT><DD>Get cover photo </DD>
<DT><A HREF="./IMDB/imdb_person.html#photo()">photo()</A> - method of the class <A HREF="./IMDB/imdb_person.html">imdb_person</A></DT><DD>Get cover photo </DD>
<DT><A HREF="./MoviePilot/pilot.html#photo()">photo()</A> - method of the class <A HREF="./MoviePilot/pilot.html">pilot</A></DT><DD>Get cover photo </DD>
<DT><A HREF="./MoviePilot/pilot_person.html#photo()">photo()</A> - method of the class <A HREF="./MoviePilot/pilot_person.html">pilot_person</A></DT><DD>Get cover photo </DD>
<DT><A HREF="./MoviePilot/pilot_person.html#photo_array()">photo_array()</A> - method of the class <A HREF="./MoviePilot/pilot_person.html">pilot_person</A></DT><DD>Get all available photo URLs </DD>
<DT><A HREF="./IMDB/imdb.html#photo_localurl()">photo_localurl()</A> - method of the class <A HREF="./IMDB/imdb.html">imdb</A></DT><DD>Get the URL for the movies cover photo </DD>
<DT><A HREF="./IMDB/imdb_person.html#photo_localurl()">photo_localurl()</A> - method of the class <A HREF="./IMDB/imdb_person.html">imdb_person</A></DT><DD>Get the URL for the movies cover photo </DD>
<DT><A HREF="./MoviePilot/pilot.html#photo_localurl()">photo_localurl()</A> - method of the class <A HREF="./MoviePilot/pilot.html">pilot</A></DT><DD>Get the URL for the movies cover photo </DD>
<DT><A HREF="./MoviePilot/pilot_person.html#photo_localurl()">photo_localurl()</A> - method of the class <A HREF="./MoviePilot/pilot_person.html">pilot_person</A></DT><DD>Get the URL for the movies cover photo </DD>
<DT><A HREF="./MDBApi/mdb_config.html#$photodir">photodir</A> - attribute of the class <A HREF="./MDBApi/mdb_config.html">mdb_config</A></DT><DD>Where to store images retrieved from the IMDB site by the method photo_localurl(). </DD>
<DT><A HREF="./MDBApi/mdb_config.html#$photoroot">photoroot</A> - attribute of the class <A HREF="./MDBApi/mdb_config.html">mdb_config</A></DT><DD>URL corresponding to photodir, i. </DD>
<DT><A HREF="./IMDB/imdb_person.html#pictorials()">pictorials()</A> - method of the class <A HREF="./IMDB/imdb_person.html">imdb_person</A></DT><DD>Pictorials </DD>
<DT><A HREF="./MoviePilot/pilot_person.html#pictorials()">pictorials()</A> - method of the class <A HREF="./MoviePilot/pilot_person.html">pilot_person</A></DT><DD>Pictorials </DD>
<DT><A HREF="./MoviePilot/pilot.html">pilot</A> - class</DT><DD>Accessing MoviePilot information </DD>
<DT><A HREF="./MDBApi/mdb_config.html#$pilot_apikey">pilot_apikey</A> - attribute of the class <A HREF="./MDBApi/mdb_config.html">mdb_config</A></DT><DD>The MoviePilot API requires an API key. </DD>
<DT><A HREF="./MDBApi/package-constants.html#$pilot_imdbfallback">PILOT_IMDBFALLBACK</A> - constant defined inside the package <A HREF="./MDBApi/package-summary.html">MDBApi</A></DT><DD>Enable IMDB-Fallback for the Pilot classes? </DD>
<DT><A HREF="./MoviePilot/pilot_person.html">pilot_person</A> - class</DT><DD>Accessing IMDB staff information </DD>
<DT><A HREF="./MoviePilot/pilotsearch.html">pilotsearch</A> - class</DT><DD>Search the IMDB for a title and obtain the movies IMDB ID </DD>
<DT><A HREF="./MDBApi/mdb_config.html#$pilotsite">pilotsite</A> - attribute of the class <A HREF="./MDBApi/mdb_config.html">mdb_config</A></DT><DD>MoviePilot server to use. </DD>
<DT><A HREF="./IMDB/imdb.html#plot()">plot()</A> - method of the class <A HREF="./IMDB/imdb.html">imdb</A></DT><DD>Get the movies plot(s) </DD>
<DT><A HREF="./MoviePilot/pilot.html#plot()">plot()</A> - method of the class <A HREF="./MoviePilot/pilot.html">pilot</A></DT><DD>Get the movies plot(s) </DD>
<DT><A HREF="./IMDB/imdb.html#plot_split()">plot_split()</A> - method of the class <A HREF="./IMDB/imdb.html">imdb</A></DT><DD>Get the movie plot(s) - split-up variant </DD>
<DT><A HREF="./MoviePilot/pilot.html#plot_split()">plot_split()</A> - method of the class <A HREF="./MoviePilot/pilot.html">pilot</A></DT><DD>Get the movie plot(s) - split-up variant </DD>
<DT><A HREF="./IMDB/imdb.html#plotoutline()">plotoutline()</A> - method of the class <A HREF="./IMDB/imdb.html">imdb</A></DT><DD>Get the main Plot outline for the movie </DD>
<DT><A HREF="./MoviePilot/pilot.html#plotoutline()">plotoutline()</A> - method of the class <A HREF="./MoviePilot/pilot.html">pilot</A></DT><DD>Get the main Plot outline for the movie </DD>
<DT><A HREF="./MDBApi/movieposterdb.html#posters()">posters()</A> - method of the class <A HREF="./MDBApi/movieposterdb.html">movieposterdb</A></DT><DD>Get the posters </DD>
<DT><A HREF="./IMDB/imdb.html#prodcompany()">prodCompany()</A> - method of the class <A HREF="./IMDB/imdb.html">imdb</A></DT><DD>Info about Production Companies </DD>
<DT><A HREF="./MoviePilot/pilot.html#prodcompany()">prodCompany()</A> - method of the class <A HREF="./MoviePilot/pilot.html">pilot</A></DT><DD>Info about Production Companies </DD>
<DT><A HREF="./IMDB/imdb.html#prodnotes()">prodNotes()</A> - method of the class <A HREF="./IMDB/imdb.html">imdb</A></DT><DD>For not-yet completed movies, we can get the production state </DD>
<DT><A HREF="./MoviePilot/pilot.html#prodnotes()">prodNotes()</A> - method of the class <A HREF="./MoviePilot/pilot.html">pilot</A></DT><DD>For not-yet completed movies, we can get the production state </DD>
<DT><A HREF="./IMDB/imdb.html#producer()">producer()</A> - method of the class <A HREF="./IMDB/imdb.html">imdb</A></DT><DD>Obtain the producer(s) </DD>
<DT><A HREF="./MoviePilot/pilot.html#producer()">producer()</A> - method of the class <A HREF="./MoviePilot/pilot.html">pilot</A></DT><DD>Obtain the producer(s) </DD>
<DT><A HREF="./IMDB/imdb_person.html#pubmovies()">pubmovies()</A> - method of the class <A HREF="./IMDB/imdb_person.html">imdb_person</A></DT><DD>Biographical Movies </DD>
<DT><A HREF="./MoviePilot/pilot_person.html#pubmovies()">pubmovies()</A> - method of the class <A HREF="./MoviePilot/pilot_person.html">pilot_person</A></DT><DD>Biographical Movies </DD>
<DT><A HREF="./IMDB/imdb_person.html#pubportraits()">pubportraits()</A> - method of the class <A HREF="./IMDB/imdb_person.html">imdb_person</A></DT><DD>List of movies protraying the person </DD>
<DT><A HREF="./MoviePilot/pilot_person.html#pubportraits()">pubportraits()</A> - method of the class <A HREF="./MoviePilot/pilot_person.html">pilot_person</A></DT><DD>List of movies protraying the person </DD>
<DT><A HREF="./IMDB/imdb_person.html#pubprints()">pubprints()</A> - method of the class <A HREF="./IMDB/imdb_person.html">imdb_person</A></DT><DD>Print media about this person </DD>
<DT><A HREF="./MoviePilot/pilot_person.html#pubprints()">pubprints()</A> - method of the class <A HREF="./MoviePilot/pilot_person.html">pilot_person</A></DT><DD>Print media about this person </DD>
<DT><A HREF="./MDBApi/mdb_base.html#purge()">purge()</A> - method of the class <A HREF="./MDBApi/mdb_base.html">mdb_base</A></DT><DD>Check cache and purge outdated files
This method looks for files older than the cache_expire set in the
mdb_config and removes them </DD>
</DL><HR>
<A HREF="./index-0.html">_</A><A HREF="./index-1.html">A</A><A HREF="./index-2.html">B</A><A HREF="./index-3.html">C</A><A HREF="./index-4.html">D</A><A HREF="./index-5.html">E</A><A HREF="./index-6.html">F</A><A HREF="./index-7.html">G</A><A HREF="./index-8.html">H</A><A HREF="./index-9.html">I</A><A HREF="./index-10.html">K</A><A HREF="./index-11.html">L</A><A HREF="./index-12.html">M</A><A HREF="./index-13.html">N</A><A HREF="./index-14.html">O</A><A HREF="./index-15.html">P</A><A HREF="./index-16.html">Q</A><A HREF="./index-17.html">R</A><A HREF="./index-18.html">S</A><A HREF="./index-19.html">T</A><A HREF="./index-20.html">U</A><A HREF="./index-21.html">V</A><A HREF="./index-22.html">W</A><A HREF="./index-23.html">Y</A><HR>
<table BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<tr>
<td COLSPAN=2>
<table BORDER="0" CELLPADDING="0" CELLSPACING="3">
<tr ALIGN="center" VALIGN="top">
<td> <A HREF="./overview-summary.html"><b>Overview</b></A> </td>
<td> <b>Package</b> </td>
<td> <A HREF="./overview-tree.html"><b>Tree</b></A> </td>
<td> <A HREF="./index-0.html" target="classFrame"><b>Index</b></A> </td>
</tr>
</table>
</td>
<td ALIGN="right" VALIGN="top" ROWSPAN=3><em><b>IMDBPHP</b></em></td>
</tr>
<tr>
<td BGCOLOR="white"><SPAN CLASS='small'><A HREF="./index-14.html">PREV</A> <A HREF="./index-16.html">NEXT</A></SPAN>
</td>
<td><SPAN CLASS='small'><A HREF="./index.html" target="_top"><b>Frames</b></A> <A HREF="index-15.html" target="_top"><b>No Frame</b></A> </SPAN>
</td>
</tr>
<tr><td VALIGN="top"><SPAN CLASS='small'></SPAN>
</td>
<td VALIGN="top"><SPAN CLASS='small'></SPAN>
</td>
</tr>
</table>
<HR>
<P><SPAN CLASS='small'><A HREF="http://www.arakhne.org/bugtrack/" target="_top">Submit a bug</A></SPAN>
</P>
<P><SPAN CLASS='small'>This document was generated by <A HREF="http://www.arakhne.org/tools/phpdocgen/" target="_top">phpdocgen 0.17-rc3</A>.<BR>
Copyright © 2002-03 <A HREF="mailto:[email protected]">Stéphane GALLAND</A> (under the <A HREF="http://www.gnu.org/copyleft/gpl.html" target="_top">GNU General Public License</A>)</SPAN>
</P>
<P ALIGN="right">
<A HREF="http://validator.w3.org/check/referer"><IMG BORDER="0" SRC="./valid-html401.gif" ALT="Valid HTML 4.01!" HEIGHT="31" WIDTH="88"></A></P>
</BODY>
</HTML> | rnavarro/Movie-Magic | imdbphp2/doc/apidoc/index-15.html | HTML | mit | 14,275 |
<section class="row" data-ng-controller="AuthenticationController">
<div class="container login-page">
<!------------logo---------->
<div class="row">
<div class="col-lg-12 text-center ">
<div class="logo text-center">
<a class="navbar-brand logo-brand" href="/#!/" class="navbar-brand"><img src="../../../../lib/logo_pow.png" /></a>
</div>
</div>
</div>
<!------------Login form---------->
<div class="admin-login-form">
<div class="row">
<div class="col-lg-12">
<form data-ng-submit="signin()" class="login-form signin" autocomplete="off">
<h3 class="form-title">Sign In</h3>
<div role="alert" data-ng-show="error" class="alert alert-warning alert-danger alert-dismissible">
<strong data-ng-bind="error"></strong>
</div>
<div class="form-group">
<label>Username</label>
<input type="text" id="username" name="username" class="form-control" data-ng-model="credentials.username" placeholder="Username" autocomplete="off" />
</div>
<div class="form-group">
<label>Password</label>
<input type="password" id="password" name="password" class="form-control" data-ng-model="credentials.password" placeholder="Password" autocomplete="off" />
</div>
<div class="form-group">
<!-- <a href="/#!/password/admin/forgot">Forgot your password?</a> -->
<a href="javascript:void(0);" data-ng-click="forgotPassword()">Forgot your password?</a>
</div>
<button type="submit" class="btn btn-lg btn-block btn-bg">Login</button>
<a href="/#!/register" class="btn btn-lg btn-block btn-bg">Become vendor</a>
</form>
</div>
</div>
</div>
</div> <!--container login-page div closed-->
</section>
<script type="text/ng-template" id="forgotPassword.html" >
<div class="modal-content">
<form name="forgotPasswordForm" novalidate data-ng-submit="changePassword()">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close" data-ng-click="cancel()" ><span aria-hidden="true"> x </span></button>
<h4 class="modal-title" id="myModalLabel">Forgot your Password?</h4>
</div> <!-- model header closed here -->
<div class="modal-body">
<alert type="warning" data-ng-show="showSpinner">We are currently processing your request. please wait... <img data-ng-show="showSpinner" src="modules/users/img/ajax-loader.gif" alt="showSpinner"></alert>
<span data-ng-show="showForgetSuccess" >
<alert type="success" close="closeAlert('success')">{{successMsg}}</alert>
</span>
<span data-ng-show="showForgetError" >
<alert type ="danger" close="closeAlert('error')"> {{errorMsg}} </alert>
</span>
<div class="chn-pass-content">
<div class="col-lg-12">
<div class="form-group">
<div data-ng-class="{ 'has-error' : forgotPasswordForm.forget.$invalid && !forgotPasswordForm.forget.$pristine }" >
<label>Please enter your email id. </label>
<input type="email" name="forget" class="form-control input-lg" data-ng-model="forgetuser.email" required />
<p data-ng-show="forgotPasswordForm.forget.$invalid && !forgotPasswordForm.forget.$pristine" class="alert alert-danger" >Please enter a valid email address </p>
</div>
</div>
</div>
</div>
</div> <!-- model body closed here -->
<div class="modal-footer">
<button data-ng-click="cancel()" class="btn btn-danger">Cancel</button>
<input type="submit" value="Submit" data-ng-click="showLoader()" class="btn btn-success" data-ng-disabled="forgotPasswordForm.$invalid" data-ng-class="{ 'disabled' : forgotPasswordForm.$invalid }" >
</div> <!-- model footer closed here -->
</form>
</div>
</script> | chauhanmohit/meanStack | public/modules/users/views/authentication/signin.client.view.html | HTML | mit | 3,720 |
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="ApiGen 2.8.0" />
<title>Namespace Symfony\Component\Form\Extension\Core\ChoiceList | seip</title>
<script type="text/javascript" src="resources/combined.js?784181472"></script>
<script type="text/javascript" src="elementlist.js?3927760630"></script>
<link rel="stylesheet" type="text/css" media="all" href="resources/style.css?3505392360" />
</head>
<body>
<div id="left">
<div id="menu">
<a href="index.html" title="Overview"><span>Overview</span></a>
<div id="groups">
<h3>Namespaces</h3>
<ul>
<li><a href="namespace-Acme.html">Acme<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.html">DemoBundle<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Command.html">Command</a>
</li>
<li><a href="namespace-Acme.DemoBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Acme.DemoBundle.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Acme.DemoBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Acme.DemoBundle.Form.html">Form</a>
</li>
<li><a href="namespace-Acme.DemoBundle.Proxy.html">Proxy<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.html">__CG__<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.html">Symfony<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.Component.html">Component<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.Component.Security.html">Security<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.Component.Security.Acl.html">Acl<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.Component.Security.Acl.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.Component.Security.Acl.Tests.Domain.html">Domain</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.Component.Security.Core.html">Core<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.Component.Security.Core.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.Component.Security.Core.Tests.Util.html">Util</a>
</li>
</ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li>
<li><a href="namespace-Acme.DemoBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Tests.Controller.html">Controller</a>
</li>
</ul></li>
<li><a href="namespace-Acme.DemoBundle.Twig.html">Twig<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Twig.Extension.html">Extension</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Alpha.html">Alpha</a>
</li>
<li><a href="namespace-Apc.html">Apc<span></span></a>
<ul>
<li><a href="namespace-Apc.NamespaceCollision.html">NamespaceCollision<span></span></a>
<ul>
<li><a href="namespace-Apc.NamespaceCollision.A.html">A<span></span></a>
<ul>
<li><a href="namespace-Apc.NamespaceCollision.A.B.html">B</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Apc.Namespaced.html">Namespaced</a>
</li>
</ul></li>
<li><a href="namespace-Assetic.html">Assetic<span></span></a>
<ul>
<li><a href="namespace-Assetic.Asset.html">Asset<span></span></a>
<ul>
<li><a href="namespace-Assetic.Asset.Iterator.html">Iterator</a>
</li>
</ul></li>
<li><a href="namespace-Assetic.Cache.html">Cache</a>
</li>
<li><a href="namespace-Assetic.Exception.html">Exception</a>
</li>
<li><a href="namespace-Assetic.Extension.html">Extension<span></span></a>
<ul>
<li><a href="namespace-Assetic.Extension.Twig.html">Twig</a>
</li>
</ul></li>
<li><a href="namespace-Assetic.Factory.html">Factory<span></span></a>
<ul>
<li><a href="namespace-Assetic.Factory.Loader.html">Loader</a>
</li>
<li><a href="namespace-Assetic.Factory.Resource.html">Resource</a>
</li>
<li><a href="namespace-Assetic.Factory.Worker.html">Worker</a>
</li>
</ul></li>
<li><a href="namespace-Assetic.Filter.html">Filter<span></span></a>
<ul>
<li><a href="namespace-Assetic.Filter.GoogleClosure.html">GoogleClosure</a>
</li>
<li><a href="namespace-Assetic.Filter.Sass.html">Sass</a>
</li>
<li><a href="namespace-Assetic.Filter.Yui.html">Yui</a>
</li>
</ul></li>
<li><a href="namespace-Assetic.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-Bazinga.html">Bazinga<span></span></a>
<ul>
<li><a href="namespace-Bazinga.Bundle.html">Bundle<span></span></a>
<ul>
<li><a href="namespace-Bazinga.Bundle.JsTranslationBundle.html">JsTranslationBundle<span></span></a>
<ul>
<li><a href="namespace-Bazinga.Bundle.JsTranslationBundle.Command.html">Command</a>
</li>
<li><a href="namespace-Bazinga.Bundle.JsTranslationBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Bazinga.Bundle.JsTranslationBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Bazinga.Bundle.JsTranslationBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Bazinga.Bundle.JsTranslationBundle.Dumper.html">Dumper</a>
</li>
<li><a href="namespace-Bazinga.Bundle.JsTranslationBundle.Finder.html">Finder</a>
</li>
<li><a href="namespace-Bazinga.Bundle.JsTranslationBundle.Tests.html">Tests</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Bazinga.JsTranslationBundle.html">JsTranslationBundle<span></span></a>
<ul>
<li><a href="namespace-Bazinga.JsTranslationBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Bazinga.JsTranslationBundle.Tests.Controller.html">Controller</a>
</li>
<li><a href="namespace-Bazinga.JsTranslationBundle.Tests.Finder.html">Finder</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Beta.html">Beta</a>
</li>
<li><a href="namespace-Blameable.html">Blameable<span></span></a>
<ul>
<li><a href="namespace-Blameable.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Blameable.Fixture.Document.html">Document</a>
</li>
<li><a href="namespace-Blameable.Fixture.Entity.html">Entity</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-ClassesWithParents.html">ClassesWithParents</a>
</li>
<li><a href="namespace-ClassLoaderTest.html">ClassLoaderTest</a>
</li>
<li><a href="namespace-ClassMap.html">ClassMap</a>
</li>
<li><a href="namespace-Composer.html">Composer<span></span></a>
<ul>
<li><a href="namespace-Composer.Autoload.html">Autoload</a>
</li>
</ul></li>
<li><a href="namespace-Container14.html">Container14</a>
</li>
<li><a href="namespace-Doctrine.html">Doctrine<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Bundle.html">Bundle<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Bundle.DoctrineBundle.html">DoctrineBundle<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Bundle.DoctrineBundle.Command.html">Command<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Bundle.DoctrineBundle.Command.Proxy.html">Proxy</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Bundle.DoctrineBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Doctrine.Bundle.DoctrineBundle.DataCollector.html">DataCollector</a>
</li>
<li><a href="namespace-Doctrine.Bundle.DoctrineBundle.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Doctrine.Bundle.DoctrineBundle.Mapping.html">Mapping</a>
</li>
<li><a href="namespace-Doctrine.Bundle.DoctrineBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Bundle.DoctrineBundle.Tests.DependencyInjection.html">DependencyInjection</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Bundle.DoctrineBundle.Twig.html">Twig</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Bundle.FixturesBundle.html">FixturesBundle<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Bundle.FixturesBundle.Command.html">Command</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Doctrine.Common.html">Common<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Common.Annotations.html">Annotations<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Common.Annotations.Annotation.html">Annotation</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Common.Cache.html">Cache</a>
</li>
<li><a href="namespace-Doctrine.Common.Collections.html">Collections<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Common.Collections.Expr.html">Expr</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Common.DataFixtures.html">DataFixtures<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Common.DataFixtures.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Common.DataFixtures.Event.Listener.html">Listener</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Common.DataFixtures.Exception.html">Exception</a>
</li>
<li><a href="namespace-Doctrine.Common.DataFixtures.Executor.html">Executor</a>
</li>
<li><a href="namespace-Doctrine.Common.DataFixtures.Purger.html">Purger</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Common.Inflector.html">Inflector</a>
</li>
<li><a href="namespace-Doctrine.Common.Lexer.html">Lexer</a>
</li>
<li><a href="namespace-Doctrine.Common.Persistence.html">Persistence<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Common.Persistence.Event.html">Event</a>
</li>
<li><a href="namespace-Doctrine.Common.Persistence.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Common.Persistence.Mapping.Driver.html">Driver</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Doctrine.Common.Proxy.html">Proxy<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Common.Proxy.Exception.html">Exception</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Common.Reflection.html">Reflection</a>
</li>
<li><a href="namespace-Doctrine.Common.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.DBAL.html">DBAL<span></span></a>
<ul>
<li><a href="namespace-Doctrine.DBAL.Cache.html">Cache</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Connections.html">Connections</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Driver.html">Driver<span></span></a>
<ul>
<li><a href="namespace-Doctrine.DBAL.Driver.DrizzlePDOMySql.html">DrizzlePDOMySql</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Driver.IBMDB2.html">IBMDB2</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Driver.Mysqli.html">Mysqli</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Driver.OCI8.html">OCI8</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Driver.PDOIbm.html">PDOIbm</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Driver.PDOMySql.html">PDOMySql</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Driver.PDOOracle.html">PDOOracle</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Driver.PDOPgSql.html">PDOPgSql</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Driver.PDOSqlite.html">PDOSqlite</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Driver.PDOSqlsrv.html">PDOSqlsrv</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Driver.SQLSrv.html">SQLSrv</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.DBAL.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Doctrine.DBAL.Event.Listeners.html">Listeners</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.DBAL.Id.html">Id</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Logging.html">Logging</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Platforms.html">Platforms<span></span></a>
<ul>
<li><a href="namespace-Doctrine.DBAL.Platforms.Keywords.html">Keywords</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.DBAL.Portability.html">Portability</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Query.html">Query<span></span></a>
<ul>
<li><a href="namespace-Doctrine.DBAL.Query.Expression.html">Expression</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.DBAL.Schema.html">Schema<span></span></a>
<ul>
<li><a href="namespace-Doctrine.DBAL.Schema.Synchronizer.html">Synchronizer</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Schema.Visitor.html">Visitor</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.DBAL.Sharding.html">Sharding<span></span></a>
<ul>
<li><a href="namespace-Doctrine.DBAL.Sharding.ShardChoser.html">ShardChoser</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Sharding.SQLAzure.html">SQLAzure<span></span></a>
<ul>
<li><a href="namespace-Doctrine.DBAL.Sharding.SQLAzure.Schema.html">Schema</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Doctrine.DBAL.Tools.html">Tools<span></span></a>
<ul>
<li><a href="namespace-Doctrine.DBAL.Tools.Console.html">Console<span></span></a>
<ul>
<li><a href="namespace-Doctrine.DBAL.Tools.Console.Command.html">Command</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Tools.Console.Helper.html">Helper</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Doctrine.DBAL.Types.html">Types</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.ORM.html">ORM<span></span></a>
<ul>
<li><a href="namespace-Doctrine.ORM.Decorator.html">Decorator</a>
</li>
<li><a href="namespace-Doctrine.ORM.Event.html">Event</a>
</li>
<li><a href="namespace-Doctrine.ORM.Id.html">Id</a>
</li>
<li><a href="namespace-Doctrine.ORM.Internal.html">Internal<span></span></a>
<ul>
<li><a href="namespace-Doctrine.ORM.Internal.Hydration.html">Hydration</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.ORM.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Doctrine.ORM.Mapping.Builder.html">Builder</a>
</li>
<li><a href="namespace-Doctrine.ORM.Mapping.Driver.html">Driver</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.ORM.Persisters.html">Persisters</a>
</li>
<li><a href="namespace-Doctrine.ORM.Proxy.html">Proxy</a>
</li>
<li><a href="namespace-Doctrine.ORM.Query.html">Query<span></span></a>
<ul>
<li><a href="namespace-Doctrine.ORM.Query.AST.html">AST<span></span></a>
<ul>
<li><a href="namespace-Doctrine.ORM.Query.AST.Functions.html">Functions</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.ORM.Query.Exec.html">Exec</a>
</li>
<li><a href="namespace-Doctrine.ORM.Query.Expr.html">Expr</a>
</li>
<li><a href="namespace-Doctrine.ORM.Query.Filter.html">Filter</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.ORM.Repository.html">Repository</a>
</li>
<li><a href="namespace-Doctrine.ORM.Tools.html">Tools<span></span></a>
<ul>
<li><a href="namespace-Doctrine.ORM.Tools.Console.html">Console<span></span></a>
<ul>
<li><a href="namespace-Doctrine.ORM.Tools.Console.Command.html">Command<span></span></a>
<ul>
<li><a href="namespace-Doctrine.ORM.Tools.Console.Command.ClearCache.html">ClearCache</a>
</li>
<li><a href="namespace-Doctrine.ORM.Tools.Console.Command.SchemaTool.html">SchemaTool</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.ORM.Tools.Console.Helper.html">Helper</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.ORM.Tools.Event.html">Event</a>
</li>
<li><a href="namespace-Doctrine.ORM.Tools.Export.html">Export<span></span></a>
<ul>
<li><a href="namespace-Doctrine.ORM.Tools.Export.Driver.html">Driver</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.ORM.Tools.Pagination.html">Pagination</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Doctrine.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Tests.Common.html">Common<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Tests.Common.Annotations.html">Annotations<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Tests.Common.Annotations.Bar.html">Bar</a>
</li>
<li><a href="namespace-Doctrine.Tests.Common.Annotations.Fixtures.html">Fixtures<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Tests.Common.Annotations.Fixtures.Annotation.html">Annotation</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Tests.Common.Annotations.Foo.html">Foo</a>
</li>
<li><a href="namespace-Doctrine.Tests.Common.Annotations.FooBar.html">FooBar</a>
</li>
<li><a href="namespace-Doctrine.Tests.Common.Annotations.Ticket.html">Ticket<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Tests.Common.Annotations.Ticket.Doctrine.html">Doctrine<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Tests.Common.Annotations.Ticket.Doctrine.ORM.html">ORM<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Tests.Common.Annotations.Ticket.Doctrine.ORM.Mapping.html">Mapping</a>
</li>
</ul></li></ul></li></ul></li></ul></li>
<li><a href="namespace-Doctrine.Tests.Common.Cache.html">Cache</a>
</li>
<li><a href="namespace-Doctrine.Tests.Common.Collections.html">Collections</a>
</li>
<li><a href="namespace-Doctrine.Tests.Common.DataFixtures.html">DataFixtures<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Tests.Common.DataFixtures.Executor.html">Executor</a>
</li>
<li><a href="namespace-Doctrine.Tests.Common.DataFixtures.TestEntity.html">TestEntity</a>
</li>
<li><a href="namespace-Doctrine.Tests.Common.DataFixtures.TestFixtures.html">TestFixtures</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Tests.Common.Inflector.html">Inflector</a>
</li>
<li><a href="namespace-Doctrine.Tests.Common.Persistence.html">Persistence<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Tests.Common.Persistence.Mapping.html">Mapping</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Tests.Common.Proxy.html">Proxy</a>
</li>
<li><a href="namespace-Doctrine.Tests.Common.Reflection.html">Reflection<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Tests.Common.Reflection.Dummies.html">Dummies</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Tests.Common.Util.html">Util</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Entity.html">Entity<span></span></a>
<ul>
<li><a href="namespace-Entity.Repository.html">Repository</a>
</li>
</ul></li>
<li><a href="namespace-Fixtures.html">Fixtures<span></span></a>
<ul>
<li><a href="namespace-Fixtures.Bundles.html">Bundles<span></span></a>
<ul>
<li><a href="namespace-Fixtures.Bundles.AnnotationsBundle.html">AnnotationsBundle<span></span></a>
<ul>
<li><a href="namespace-Fixtures.Bundles.AnnotationsBundle.Entity.html">Entity</a>
</li>
</ul></li>
<li><a href="namespace-Fixtures.Bundles.Vendor.html">Vendor<span></span></a>
<ul>
<li><a href="namespace-Fixtures.Bundles.Vendor.AnnotationsBundle.html">AnnotationsBundle<span></span></a>
<ul>
<li><a href="namespace-Fixtures.Bundles.Vendor.AnnotationsBundle.Entity.html">Entity</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Fixtures.Bundles.XmlBundle.html">XmlBundle<span></span></a>
<ul>
<li><a href="namespace-Fixtures.Bundles.XmlBundle.Entity.html">Entity</a>
</li>
</ul></li>
<li><a href="namespace-Fixtures.Bundles.YamlBundle.html">YamlBundle<span></span></a>
<ul>
<li><a href="namespace-Fixtures.Bundles.YamlBundle.Entity.html">Entity</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Foo.html">Foo<span></span></a>
<ul>
<li><a href="namespace-Foo.Bar.html">Bar</a>
</li>
</ul></li>
<li><a href="namespace-FOS.html">FOS<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.html">RestBundle<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Controller.html">Controller<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Controller.Annotations.html">Annotations</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.Decoder.html">Decoder</a>
</li>
<li><a href="namespace-FOS.RestBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-FOS.RestBundle.Examples.html">Examples</a>
</li>
<li><a href="namespace-FOS.RestBundle.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Form.Extension.html">Extension</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.Normalizer.html">Normalizer<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Normalizer.Exception.html">Exception</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.Request.html">Request</a>
</li>
<li><a href="namespace-FOS.RestBundle.Response.html">Response<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Response.AllowedMethodsLoader.html">AllowedMethodsLoader</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.Routing.html">Routing<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Routing.Loader.html">Loader<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Routing.Loader.Reader.html">Reader</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-FOS.RestBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Tests.Controller.html">Controller<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Tests.Controller.Annotations.html">Annotations</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.Tests.Decoder.html">Decoder</a>
</li>
<li><a href="namespace-FOS.RestBundle.Tests.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Tests.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.Tests.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-FOS.RestBundle.Tests.Fixtures.html">Fixtures<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Tests.Fixtures.Controller.html">Controller</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.Tests.Normalizer.html">Normalizer</a>
</li>
<li><a href="namespace-FOS.RestBundle.Tests.Request.html">Request</a>
</li>
<li><a href="namespace-FOS.RestBundle.Tests.Routing.html">Routing<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Tests.Routing.Loader.html">Loader</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.Tests.Util.html">Util</a>
</li>
<li><a href="namespace-FOS.RestBundle.Tests.View.html">View</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.Util.html">Util<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Util.Inflector.html">Inflector</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.View.html">View</a>
</li>
</ul></li>
<li><a href="namespace-FOS.UserBundle.html">UserBundle<span></span></a>
<ul>
<li><a href="namespace-FOS.UserBundle.Command.html">Command</a>
</li>
<li><a href="namespace-FOS.UserBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-FOS.UserBundle.CouchDocument.html">CouchDocument</a>
</li>
<li><a href="namespace-FOS.UserBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-FOS.UserBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-FOS.UserBundle.Doctrine.html">Doctrine</a>
</li>
<li><a href="namespace-FOS.UserBundle.Document.html">Document</a>
</li>
<li><a href="namespace-FOS.UserBundle.Entity.html">Entity</a>
</li>
<li><a href="namespace-FOS.UserBundle.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-FOS.UserBundle.Form.DataTransformer.html">DataTransformer</a>
</li>
<li><a href="namespace-FOS.UserBundle.Form.Handler.html">Handler</a>
</li>
<li><a href="namespace-FOS.UserBundle.Form.Model.html">Model</a>
</li>
<li><a href="namespace-FOS.UserBundle.Form.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-FOS.UserBundle.Mailer.html">Mailer</a>
</li>
<li><a href="namespace-FOS.UserBundle.Model.html">Model</a>
</li>
<li><a href="namespace-FOS.UserBundle.Propel.html">Propel</a>
</li>
<li><a href="namespace-FOS.UserBundle.Security.html">Security</a>
</li>
<li><a href="namespace-FOS.UserBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-FOS.UserBundle.Tests.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-FOS.UserBundle.Tests.Doctrine.html">Doctrine</a>
</li>
<li><a href="namespace-FOS.UserBundle.Tests.Model.html">Model</a>
</li>
<li><a href="namespace-FOS.UserBundle.Tests.Security.html">Security</a>
</li>
<li><a href="namespace-FOS.UserBundle.Tests.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-FOS.UserBundle.Util.html">Util</a>
</li>
<li><a href="namespace-FOS.UserBundle.Validator.html">Validator</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.html">Gedmo<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Blameable.html">Blameable<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Blameable.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Blameable.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.Blameable.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Blameable.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.Blameable.Traits.html">Traits</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Exception.html">Exception</a>
</li>
<li><a href="namespace-Gedmo.IpTraceable.html">IpTraceable<span></span></a>
<ul>
<li><a href="namespace-Gedmo.IpTraceable.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.IpTraceable.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.IpTraceable.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.IpTraceable.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.IpTraceable.Traits.html">Traits</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Loggable.html">Loggable<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Loggable.Document.html">Document<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Loggable.Document.MappedSuperclass.html">MappedSuperclass</a>
</li>
<li><a href="namespace-Gedmo.Loggable.Document.Repository.html">Repository</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Loggable.Entity.html">Entity<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Loggable.Entity.MappedSuperclass.html">MappedSuperclass</a>
</li>
<li><a href="namespace-Gedmo.Loggable.Entity.Repository.html">Repository</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Loggable.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Loggable.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.Loggable.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Loggable.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Gedmo.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Mapping.Annotation.html">Annotation</a>
</li>
<li><a href="namespace-Gedmo.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Mapping.Mock.html">Mock<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Mapping.Mock.Extension.html">Extension<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Mapping.Mock.Extension.Encoder.html">Encoder<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Mapping.Mock.Extension.Encoder.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Mapping.Mock.Extension.Encoder.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.Mapping.Mock.Extension.Encoder.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Mapping.Mock.Extension.Encoder.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li></ul></li></ul></li>
<li><a href="namespace-Gedmo.Mapping.Mock.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Mapping.Mock.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Mapping.Mock.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Gedmo.Mapping.Xml.html">Xml</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.ReferenceIntegrity.html">ReferenceIntegrity<span></span></a>
<ul>
<li><a href="namespace-Gedmo.ReferenceIntegrity.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.ReferenceIntegrity.Mapping.Driver.html">Driver</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.References.html">References<span></span></a>
<ul>
<li><a href="namespace-Gedmo.References.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.References.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.References.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.References.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Gedmo.Sluggable.html">Sluggable<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Sluggable.Handler.html">Handler</a>
</li>
<li><a href="namespace-Gedmo.Sluggable.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Sluggable.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.Sluggable.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Sluggable.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.Sluggable.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.SoftDeleteable.html">SoftDeleteable<span></span></a>
<ul>
<li><a href="namespace-Gedmo.SoftDeleteable.Filter.html">Filter<span></span></a>
<ul>
<li><a href="namespace-Gedmo.SoftDeleteable.Filter.ODM.html">ODM</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.SoftDeleteable.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.SoftDeleteable.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.SoftDeleteable.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.SoftDeleteable.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.SoftDeleteable.Query.html">Query<span></span></a>
<ul>
<li><a href="namespace-Gedmo.SoftDeleteable.Query.TreeWalker.html">TreeWalker<span></span></a>
<ul>
<li><a href="namespace-Gedmo.SoftDeleteable.Query.TreeWalker.Exec.html">Exec</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.SoftDeleteable.Traits.html">Traits</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Sortable.html">Sortable<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Sortable.Entity.html">Entity<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Sortable.Entity.Repository.html">Repository</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Sortable.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Sortable.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.Sortable.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Sortable.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Gedmo.Timestampable.html">Timestampable<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Timestampable.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Timestampable.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.Timestampable.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Timestampable.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.Timestampable.Traits.html">Traits</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Tool.html">Tool<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Tool.Logging.html">Logging<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Tool.Logging.DBAL.html">DBAL</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Tool.Wrapper.html">Wrapper</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Translatable.html">Translatable<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Translatable.Document.html">Document<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Translatable.Document.MappedSuperclass.html">MappedSuperclass</a>
</li>
<li><a href="namespace-Gedmo.Translatable.Document.Repository.html">Repository</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Translatable.Entity.html">Entity<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Translatable.Entity.MappedSuperclass.html">MappedSuperclass</a>
</li>
<li><a href="namespace-Gedmo.Translatable.Entity.Repository.html">Repository</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Translatable.Hydrator.html">Hydrator<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Translatable.Hydrator.ORM.html">ORM</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Translatable.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Translatable.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.Translatable.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Translatable.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.Translatable.Query.html">Query<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Translatable.Query.TreeWalker.html">TreeWalker</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.Translator.html">Translator<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Translator.Document.html">Document</a>
</li>
<li><a href="namespace-Gedmo.Translator.Entity.html">Entity</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Tree.html">Tree<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Tree.Document.html">Document<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Tree.Document.MongoDB.html">MongoDB<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Tree.Document.MongoDB.Repository.html">Repository</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.Tree.Entity.html">Entity<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Tree.Entity.MappedSuperclass.html">MappedSuperclass</a>
</li>
<li><a href="namespace-Gedmo.Tree.Entity.Repository.html">Repository</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Tree.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Tree.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.Tree.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Tree.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.Tree.Strategy.html">Strategy<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Tree.Strategy.ODM.html">ODM<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Tree.Strategy.ODM.MongoDB.html">MongoDB</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Tree.Strategy.ORM.html">ORM</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.Uploadable.html">Uploadable<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Uploadable.Event.html">Event</a>
</li>
<li><a href="namespace-Gedmo.Uploadable.FileInfo.html">FileInfo</a>
</li>
<li><a href="namespace-Gedmo.Uploadable.FilenameGenerator.html">FilenameGenerator</a>
</li>
<li><a href="namespace-Gedmo.Uploadable.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Uploadable.Mapping.Driver.html">Driver</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Uploadable.MimeType.html">MimeType</a>
</li>
<li><a href="namespace-Gedmo.Uploadable.Stub.html">Stub</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Incenteev.html">Incenteev<span></span></a>
<ul>
<li><a href="namespace-Incenteev.ParameterHandler.html">ParameterHandler<span></span></a>
<ul>
<li><a href="namespace-Incenteev.ParameterHandler.Tests.html">Tests</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-IpTraceable.html">IpTraceable<span></span></a>
<ul>
<li><a href="namespace-IpTraceable.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-IpTraceable.Fixture.Document.html">Document</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-JMS.html">JMS<span></span></a>
<ul>
<li><a href="namespace-JMS.Parser.html">Parser<span></span></a>
<ul>
<li><a href="namespace-JMS.Parser.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-JMS.Serializer.html">Serializer<span></span></a>
<ul>
<li><a href="namespace-JMS.Serializer.Annotation.html">Annotation</a>
</li>
<li><a href="namespace-JMS.Serializer.Builder.html">Builder</a>
</li>
<li><a href="namespace-JMS.Serializer.Construction.html">Construction</a>
</li>
<li><a href="namespace-JMS.Serializer.EventDispatcher.html">EventDispatcher<span></span></a>
<ul>
<li><a href="namespace-JMS.Serializer.EventDispatcher.Subscriber.html">Subscriber</a>
</li>
</ul></li>
<li><a href="namespace-JMS.Serializer.Exception.html">Exception</a>
</li>
<li><a href="namespace-JMS.Serializer.Exclusion.html">Exclusion</a>
</li>
<li><a href="namespace-JMS.Serializer.Handler.html">Handler</a>
</li>
<li><a href="namespace-JMS.Serializer.Metadata.html">Metadata<span></span></a>
<ul>
<li><a href="namespace-JMS.Serializer.Metadata.Driver.html">Driver</a>
</li>
</ul></li>
<li><a href="namespace-JMS.Serializer.Naming.html">Naming</a>
</li>
<li><a href="namespace-JMS.Serializer.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-JMS.Serializer.Tests.Exclusion.html">Exclusion</a>
</li>
<li><a href="namespace-JMS.Serializer.Tests.Fixtures.html">Fixtures<span></span></a>
<ul>
<li><a href="namespace-JMS.Serializer.Tests.Fixtures.Discriminator.html">Discriminator</a>
</li>
<li><a href="namespace-JMS.Serializer.Tests.Fixtures.Doctrine.html">Doctrine</a>
</li>
<li><a href="namespace-JMS.Serializer.Tests.Fixtures.DoctrinePHPCR.html">DoctrinePHPCR</a>
</li>
</ul></li>
<li><a href="namespace-JMS.Serializer.Tests.Handler.html">Handler</a>
</li>
<li><a href="namespace-JMS.Serializer.Tests.Metadata.html">Metadata<span></span></a>
<ul>
<li><a href="namespace-JMS.Serializer.Tests.Metadata.Driver.html">Driver</a>
</li>
</ul></li>
<li><a href="namespace-JMS.Serializer.Tests.Serializer.html">Serializer<span></span></a>
<ul>
<li><a href="namespace-JMS.Serializer.Tests.Serializer.EventDispatcher.html">EventDispatcher<span></span></a>
<ul>
<li><a href="namespace-JMS.Serializer.Tests.Serializer.EventDispatcher.Subscriber.html">Subscriber</a>
</li>
</ul></li>
<li><a href="namespace-JMS.Serializer.Tests.Serializer.Naming.html">Naming</a>
</li>
</ul></li>
<li><a href="namespace-JMS.Serializer.Tests.Twig.html">Twig</a>
</li>
</ul></li>
<li><a href="namespace-JMS.Serializer.Twig.html">Twig</a>
</li>
<li><a href="namespace-JMS.Serializer.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-JMS.SerializerBundle.html">SerializerBundle<span></span></a>
<ul>
<li><a href="namespace-JMS.SerializerBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-JMS.SerializerBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-JMS.SerializerBundle.Serializer.html">Serializer</a>
</li>
<li><a href="namespace-JMS.SerializerBundle.Templating.html">Templating</a>
</li>
<li><a href="namespace-JMS.SerializerBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-JMS.SerializerBundle.Tests.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-JMS.SerializerBundle.Tests.DependencyInjection.Fixture.html">Fixture</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-JMS.TranslationBundle.html">TranslationBundle<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Annotation.html">Annotation</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Command.html">Command</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-JMS.TranslationBundle.Exception.html">Exception</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Logger.html">Logger</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Model.html">Model</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Tests.Functional.html">Functional<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Tests.Functional.TestBundle.html">TestBundle<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Tests.Functional.TestBundle.Controller.html">Controller</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-JMS.TranslationBundle.Tests.Model.html">Model</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.html">Translation<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Comparison.html">Comparison</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Dumper.html">Dumper</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Extractor.html">Extractor<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Extractor.File.html">File<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Extractor.File.Fixture.html">Fixture</a>
</li>
</ul></li>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Extractor.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Extractor.Fixture.SimpleTest.html">SimpleTest<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Extractor.Fixture.SimpleTest.Controller.html">Controller</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Extractor.Fixture.SimpleTest.Form.html">Form</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Loader.html">Loader<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Loader.Symfony.html">Symfony</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-JMS.TranslationBundle.Tests.Twig.html">Twig</a>
</li>
</ul></li>
<li><a href="namespace-JMS.TranslationBundle.Translation.html">Translation<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Translation.Comparison.html">Comparison</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Translation.Dumper.html">Dumper</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Translation.Extractor.html">Extractor<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Translation.Extractor.File.html">File</a>
</li>
</ul></li>
<li><a href="namespace-JMS.TranslationBundle.Translation.Loader.html">Loader<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Translation.Loader.Symfony.html">Symfony</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-JMS.TranslationBundle.Twig.html">Twig</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Util.html">Util</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Knp.html">Knp<span></span></a>
<ul>
<li><a href="namespace-Knp.Bundle.html">Bundle<span></span></a>
<ul>
<li><a href="namespace-Knp.Bundle.MenuBundle.html">MenuBundle<span></span></a>
<ul>
<li><a href="namespace-Knp.Bundle.MenuBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Knp.Bundle.MenuBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Bundle.MenuBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Knp.Bundle.MenuBundle.Provider.html">Provider</a>
</li>
<li><a href="namespace-Knp.Bundle.MenuBundle.Renderer.html">Renderer</a>
</li>
<li><a href="namespace-Knp.Bundle.MenuBundle.Templating.html">Templating<span></span></a>
<ul>
<li><a href="namespace-Knp.Bundle.MenuBundle.Templating.Helper.html">Helper</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.Provider.html">Provider</a>
</li>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.Renderer.html">Renderer</a>
</li>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.Stubs.html">Stubs<span></span></a>
<ul>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.Stubs.Child.html">Child<span></span></a>
<ul>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.Stubs.Child.Menu.html">Menu</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.Stubs.Menu.html">Menu</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.Templating.html">Templating</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Knp.Menu.html">Menu<span></span></a>
<ul>
<li><a href="namespace-Knp.Menu.Factory.html">Factory</a>
</li>
<li><a href="namespace-Knp.Menu.Integration.html">Integration<span></span></a>
<ul>
<li><a href="namespace-Knp.Menu.Integration.Silex.html">Silex</a>
</li>
<li><a href="namespace-Knp.Menu.Integration.Symfony.html">Symfony</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Menu.Iterator.html">Iterator</a>
</li>
<li><a href="namespace-Knp.Menu.Loader.html">Loader</a>
</li>
<li><a href="namespace-Knp.Menu.Matcher.html">Matcher<span></span></a>
<ul>
<li><a href="namespace-Knp.Menu.Matcher.Voter.html">Voter</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Menu.Provider.html">Provider</a>
</li>
<li><a href="namespace-Knp.Menu.Renderer.html">Renderer</a>
</li>
<li><a href="namespace-Knp.Menu.Silex.html">Silex<span></span></a>
<ul>
<li><a href="namespace-Knp.Menu.Silex.Voter.html">Voter</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Menu.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Knp.Menu.Tests.Factory.html">Factory</a>
</li>
<li><a href="namespace-Knp.Menu.Tests.Integration.html">Integration<span></span></a>
<ul>
<li><a href="namespace-Knp.Menu.Tests.Integration.Silex.html">Silex</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Menu.Tests.Iterator.html">Iterator</a>
</li>
<li><a href="namespace-Knp.Menu.Tests.Loader.html">Loader</a>
</li>
<li><a href="namespace-Knp.Menu.Tests.Matcher.html">Matcher<span></span></a>
<ul>
<li><a href="namespace-Knp.Menu.Tests.Matcher.Voter.html">Voter</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Menu.Tests.Provider.html">Provider</a>
</li>
<li><a href="namespace-Knp.Menu.Tests.Renderer.html">Renderer</a>
</li>
<li><a href="namespace-Knp.Menu.Tests.Silex.html">Silex</a>
</li>
<li><a href="namespace-Knp.Menu.Tests.Twig.html">Twig</a>
</li>
<li><a href="namespace-Knp.Menu.Tests.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Menu.Twig.html">Twig</a>
</li>
<li><a href="namespace-Knp.Menu.Util.html">Util</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Loggable.html">Loggable<span></span></a>
<ul>
<li><a href="namespace-Loggable.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Loggable.Fixture.Document.html">Document<span></span></a>
<ul>
<li><a href="namespace-Loggable.Fixture.Document.Log.html">Log</a>
</li>
</ul></li>
<li><a href="namespace-Loggable.Fixture.Entity.html">Entity<span></span></a>
<ul>
<li><a href="namespace-Loggable.Fixture.Entity.Log.html">Log</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Lunetics.html">Lunetics<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.html">LocaleBundle<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Cookie.html">Cookie</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Lunetics.LocaleBundle.Event.html">Event</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Form.Extension.html">Extension<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Form.Extension.ChoiceList.html">ChoiceList</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Form.Extension.Type.html">Type</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Lunetics.LocaleBundle.LocaleGuesser.html">LocaleGuesser</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.LocaleInformation.html">LocaleInformation</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Matcher.html">Matcher</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Session.html">Session</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Switcher.html">Switcher</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Templating.html">Templating<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Templating.Helper.html">Helper</a>
</li>
</ul></li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Controller.html">Controller</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Event.html">Event</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Form.Extension.html">Extension<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Form.Extension.ChoiceList.html">ChoiceList</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Form.Extension.Type.html">Type</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.LocaleGuesser.html">LocaleGuesser</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.LocaleInformation.html">LocaleInformation</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Templating.html">Templating<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Templating.Helper.html">Helper</a>
</li>
</ul></li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Twig.html">Twig<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Twig.Extension.html">Extension</a>
</li>
</ul></li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Validator.html">Validator</a>
</li>
</ul></li>
<li><a href="namespace-Lunetics.LocaleBundle.Twig.html">Twig<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Twig.Extension.html">Extension</a>
</li>
</ul></li>
<li><a href="namespace-Lunetics.LocaleBundle.Validator.html">Validator</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Mapping.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Mapping.Fixture.Compatibility.html">Compatibility</a>
</li>
<li><a href="namespace-Mapping.Fixture.Document.html">Document</a>
</li>
<li><a href="namespace-Mapping.Fixture.Unmapped.html">Unmapped</a>
</li>
<li><a href="namespace-Mapping.Fixture.Xml.html">Xml</a>
</li>
<li><a href="namespace-Mapping.Fixture.Yaml.html">Yaml</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Metadata.html">Metadata<span></span></a>
<ul>
<li><a href="namespace-Metadata.Cache.html">Cache</a>
</li>
<li><a href="namespace-Metadata.Driver.html">Driver</a>
</li>
<li><a href="namespace-Metadata.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Metadata.Tests.Cache.html">Cache</a>
</li>
<li><a href="namespace-Metadata.Tests.Driver.html">Driver<span></span></a>
<ul>
<li><a href="namespace-Metadata.Tests.Driver.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Metadata.Tests.Driver.Fixture.A.html">A</a>
</li>
<li><a href="namespace-Metadata.Tests.Driver.Fixture.B.html">B</a>
</li>
<li><a href="namespace-Metadata.Tests.Driver.Fixture.C.html">C<span></span></a>
<ul>
<li><a href="namespace-Metadata.Tests.Driver.Fixture.C.SubDir.html">SubDir</a>
</li>
</ul></li>
<li><a href="namespace-Metadata.Tests.Driver.Fixture.T.html">T</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Metadata.Tests.Fixtures.html">Fixtures<span></span></a>
<ul>
<li><a href="namespace-Metadata.Tests.Fixtures.ComplexHierarchy.html">ComplexHierarchy</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Monolog.html">Monolog<span></span></a>
<ul>
<li><a href="namespace-Monolog.Formatter.html">Formatter</a>
</li>
<li><a href="namespace-Monolog.Handler.html">Handler<span></span></a>
<ul>
<li><a href="namespace-Monolog.Handler.FingersCrossed.html">FingersCrossed</a>
</li>
<li><a href="namespace-Monolog.Handler.SyslogUdp.html">SyslogUdp</a>
</li>
</ul></li>
<li><a href="namespace-Monolog.Processor.html">Processor</a>
</li>
</ul></li>
<li><a href="namespace-MyProject.html">MyProject<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.html">Proxies<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.html">__CG__<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.Doctrine.html">Doctrine<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.Doctrine.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.Doctrine.Tests.Common.html">Common<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.Doctrine.Tests.Common.Util.html">Util</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-MyProject.Proxies.__CG__.OtherProject.html">OtherProject<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.OtherProject.Proxies.html">Proxies<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.OtherProject.Proxies.__CG__.html">__CG__<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.OtherProject.Proxies.__CG__.Doctrine.html">Doctrine<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.OtherProject.Proxies.__CG__.Doctrine.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.OtherProject.Proxies.__CG__.Doctrine.Tests.Common.html">Common<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.OtherProject.Proxies.__CG__.Doctrine.Tests.Common.Util.html">Util</a>
</li>
</ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li>
<li><a href="namespace-NamespaceCollision.html">NamespaceCollision<span></span></a>
<ul>
<li><a href="namespace-NamespaceCollision.A.html">A<span></span></a>
<ul>
<li><a href="namespace-NamespaceCollision.A.B.html">B</a>
</li>
</ul></li>
<li><a href="namespace-NamespaceCollision.C.html">C<span></span></a>
<ul>
<li><a href="namespace-NamespaceCollision.C.B.html">B</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Namespaced.html">Namespaced</a>
</li>
<li><a href="namespace-Namespaced2.html">Namespaced2</a>
</li>
<li><a href="namespace-Negotiation.html">Negotiation<span></span></a>
<ul>
<li><a href="namespace-Negotiation.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-None.html">None</a>
</li>
<li><a href="namespace-Pequiven.html">Pequiven<span></span></a>
<ul>
<li><a href="namespace-Pequiven.SEIPBundle.html">SEIPBundle<span></span></a>
<ul>
<li><a href="namespace-Pequiven.SEIPBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Pequiven.SEIPBundle.DataFixtures.html">DataFixtures</a>
</li>
<li><a href="namespace-Pequiven.SEIPBundle.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Pequiven.SEIPBundle.Entity.html">Entity</a>
</li>
<li><a href="namespace-Pequiven.SEIPBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Pequiven.SEIPBundle.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-Pequiven.SEIPBundle.Form.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Pequiven.SEIPBundle.Menu.html">Menu<span></span></a>
<ul>
<li><a href="namespace-Pequiven.SEIPBundle.Menu.Template.html">Template<span></span></a>
<ul>
<li><a href="namespace-Pequiven.SEIPBundle.Menu.Template.Developer.html">Developer</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Pequiven.SEIPBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Pequiven.SEIPBundle.Tests.Controller.html">Controller</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-PHP.html">PHP</a>
</li>
<li><a href="namespace-PhpCollection.html">PhpCollection<span></span></a>
<ul>
<li><a href="namespace-PhpCollection.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-PhpOption.html">PhpOption<span></span></a>
<ul>
<li><a href="namespace-PhpOption.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-Proxies.html">Proxies<span></span></a>
<ul>
<li><a href="namespace-Proxies.__CG__.html">__CG__<span></span></a>
<ul>
<li><a href="namespace-Proxies.__CG__.Pequiven.html">Pequiven<span></span></a>
<ul>
<li><a href="namespace-Proxies.__CG__.Pequiven.SEIPBundle.html">SEIPBundle<span></span></a>
<ul>
<li><a href="namespace-Proxies.__CG__.Pequiven.SEIPBundle.Entity.html">Entity</a>
</li>
</ul></li></ul></li></ul></li></ul></li>
<li><a href="namespace-Psr.html">Psr<span></span></a>
<ul>
<li><a href="namespace-Psr.Log.html">Log<span></span></a>
<ul>
<li><a href="namespace-Psr.Log.Test.html">Test</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-ReferenceIntegrity.html">ReferenceIntegrity<span></span></a>
<ul>
<li><a href="namespace-ReferenceIntegrity.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-ReferenceIntegrity.Fixture.Document.html">Document<span></span></a>
<ul>
<li><a href="namespace-ReferenceIntegrity.Fixture.Document.ManyNullify.html">ManyNullify</a>
</li>
<li><a href="namespace-ReferenceIntegrity.Fixture.Document.ManyRestrict.html">ManyRestrict</a>
</li>
<li><a href="namespace-ReferenceIntegrity.Fixture.Document.OneNullify.html">OneNullify</a>
</li>
<li><a href="namespace-ReferenceIntegrity.Fixture.Document.OneRestrict.html">OneRestrict</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-References.html">References<span></span></a>
<ul>
<li><a href="namespace-References.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-References.Fixture.ODM.html">ODM<span></span></a>
<ul>
<li><a href="namespace-References.Fixture.ODM.MongoDB.html">MongoDB</a>
</li>
</ul></li>
<li><a href="namespace-References.Fixture.ORM.html">ORM</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Sensio.html">Sensio<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.html">Bundle<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.DistributionBundle.html">DistributionBundle<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.DistributionBundle.Composer.html">Composer</a>
</li>
<li><a href="namespace-Sensio.Bundle.DistributionBundle.Configurator.html">Configurator<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.DistributionBundle.Configurator.Form.html">Form</a>
</li>
<li><a href="namespace-Sensio.Bundle.DistributionBundle.Configurator.Step.html">Step</a>
</li>
</ul></li>
<li><a href="namespace-Sensio.Bundle.DistributionBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Sensio.Bundle.DistributionBundle.DependencyInjection.html">DependencyInjection</a>
</li>
</ul></li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.html">FrameworkExtraBundle<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Configuration.html">Configuration</a>
</li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Request.html">Request<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Request.ParamConverter.html">ParamConverter</a>
</li>
</ul></li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Routing.html">Routing</a>
</li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Security.html">Security</a>
</li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Templating.html">Templating</a>
</li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Configuration.html">Configuration</a>
</li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.EventListener.html">EventListener<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.EventListener.Fixture.html">Fixture</a>
</li>
</ul></li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Request.html">Request<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Request.ParamConverter.html">ParamConverter</a>
</li>
</ul></li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Routing.html">Routing</a>
</li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Templating.html">Templating<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Templating.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Templating.Fixture.BarBundle.html">BarBundle<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Templating.Fixture.BarBundle.Controller.html">Controller</a>
</li>
</ul></li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Templating.Fixture.FooBarBundle.html">FooBarBundle<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Templating.Fixture.FooBarBundle.Controller.html">Controller</a>
</li>
</ul></li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Templating.Fixture.FooBundle.html">FooBundle<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Templating.Fixture.FooBundle.Controller.html">Controller</a>
</li>
</ul></li></ul></li></ul></li></ul></li></ul></li>
<li><a href="namespace-Sensio.Bundle.GeneratorBundle.html">GeneratorBundle<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.GeneratorBundle.Command.html">Command<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.GeneratorBundle.Command.Helper.html">Helper</a>
</li>
</ul></li>
<li><a href="namespace-Sensio.Bundle.GeneratorBundle.Generator.html">Generator</a>
</li>
<li><a href="namespace-Sensio.Bundle.GeneratorBundle.Manipulator.html">Manipulator</a>
</li>
<li><a href="namespace-Sensio.Bundle.GeneratorBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.GeneratorBundle.Tests.Command.html">Command</a>
</li>
<li><a href="namespace-Sensio.Bundle.GeneratorBundle.Tests.Generator.html">Generator</a>
</li>
</ul></li></ul></li></ul></li></ul></li>
<li><a href="namespace-Sluggable.html">Sluggable<span></span></a>
<ul>
<li><a href="namespace-Sluggable.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Sluggable.Fixture.Doctrine.html">Doctrine</a>
</li>
<li><a href="namespace-Sluggable.Fixture.Document.html">Document<span></span></a>
<ul>
<li><a href="namespace-Sluggable.Fixture.Document.Handler.html">Handler</a>
</li>
</ul></li>
<li><a href="namespace-Sluggable.Fixture.Handler.html">Handler<span></span></a>
<ul>
<li><a href="namespace-Sluggable.Fixture.Handler.People.html">People</a>
</li>
</ul></li>
<li><a href="namespace-Sluggable.Fixture.Inheritance.html">Inheritance</a>
</li>
<li><a href="namespace-Sluggable.Fixture.Inheritance2.html">Inheritance2</a>
</li>
<li><a href="namespace-Sluggable.Fixture.Issue104.html">Issue104</a>
</li>
<li><a href="namespace-Sluggable.Fixture.Issue116.html">Issue116</a>
</li>
<li><a href="namespace-Sluggable.Fixture.Issue131.html">Issue131</a>
</li>
<li><a href="namespace-Sluggable.Fixture.Issue449.html">Issue449</a>
</li>
<li><a href="namespace-Sluggable.Fixture.Issue633.html">Issue633</a>
</li>
<li><a href="namespace-Sluggable.Fixture.Issue827.html">Issue827</a>
</li>
<li><a href="namespace-Sluggable.Fixture.Issue939.html">Issue939</a>
</li>
<li><a href="namespace-Sluggable.Fixture.MappedSuperclass.html">MappedSuperclass</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-SoftDeleteable.html">SoftDeleteable<span></span></a>
<ul>
<li><a href="namespace-SoftDeleteable.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-SoftDeleteable.Fixture.Document.html">Document</a>
</li>
<li><a href="namespace-SoftDeleteable.Fixture.Entity.html">Entity</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Sortable.html">Sortable<span></span></a>
<ul>
<li><a href="namespace-Sortable.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Sortable.Fixture.Transport.html">Transport</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Stof.html">Stof<span></span></a>
<ul>
<li><a href="namespace-Stof.DoctrineExtensionsBundle.html">DoctrineExtensionsBundle<span></span></a>
<ul>
<li><a href="namespace-Stof.DoctrineExtensionsBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Stof.DoctrineExtensionsBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Stof.DoctrineExtensionsBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Stof.DoctrineExtensionsBundle.Uploadable.html">Uploadable</a>
</li>
</ul></li></ul></li>
<li class="active"><a href="namespace-Symfony.html">Symfony<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.html">Bridge<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.html">Doctrine<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.CacheWarmer.html">CacheWarmer</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.DataCollector.html">DataCollector</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.DataFixtures.html">DataFixtures</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.DependencyInjection.CompilerPass.html">CompilerPass</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.DependencyInjection.Security.html">Security<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.DependencyInjection.Security.UserProvider.html">UserProvider</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Bridge.Doctrine.ExpressionLanguage.html">ExpressionLanguage</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.Form.ChoiceList.html">ChoiceList</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Form.DataTransformer.html">DataTransformer</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Form.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Form.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bridge.Doctrine.HttpFoundation.html">HttpFoundation</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Logger.html">Logger</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Security.html">Security<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.Security.RememberMe.html">RememberMe</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Security.User.html">User</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Test.html">Test</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.DataCollector.html">DataCollector</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.DataFixtures.html">DataFixtures</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.DependencyInjection.CompilerPass.html">CompilerPass</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.ExpressionLanguage.html">ExpressionLanguage</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Fixtures.html">Fixtures</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Form.ChoiceList.html">ChoiceList</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Form.DataTransformer.html">DataTransformer</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Form.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.HttpFoundation.html">HttpFoundation</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Logger.html">Logger</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Security.html">Security<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Security.User.html">User</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Validator.html">Validator<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Validator.Constraints.html">Constraints</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Validator.html">Validator<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.Validator.Constraints.html">Constraints</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Bridge.Monolog.html">Monolog<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Monolog.Formatter.html">Formatter</a>
</li>
<li><a href="namespace-Symfony.Bridge.Monolog.Handler.html">Handler</a>
</li>
<li><a href="namespace-Symfony.Bridge.Monolog.Processor.html">Processor</a>
</li>
<li><a href="namespace-Symfony.Bridge.Monolog.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Monolog.Tests.Handler.html">Handler</a>
</li>
<li><a href="namespace-Symfony.Bridge.Monolog.Tests.Processor.html">Processor</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Bridge.Propel1.html">Propel1<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Propel1.DataCollector.html">DataCollector</a>
</li>
<li><a href="namespace-Symfony.Bridge.Propel1.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Propel1.DependencyInjection.Security.html">Security<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Propel1.DependencyInjection.Security.UserProvider.html">UserProvider</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Bridge.Propel1.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Propel1.Form.ChoiceList.html">ChoiceList</a>
</li>
<li><a href="namespace-Symfony.Bridge.Propel1.Form.DataTransformer.html">DataTransformer</a>
</li>
<li><a href="namespace-Symfony.Bridge.Propel1.Form.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Bridge.Propel1.Form.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bridge.Propel1.Logger.html">Logger</a>
</li>
<li><a href="namespace-Symfony.Bridge.Propel1.Security.html">Security<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Propel1.Security.User.html">User</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bridge.Propel1.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Propel1.Tests.DataCollector.html">DataCollector</a>
</li>
<li><a href="namespace-Symfony.Bridge.Propel1.Tests.Fixtures.html">Fixtures</a>
</li>
<li><a href="namespace-Symfony.Bridge.Propel1.Tests.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Propel1.Tests.Form.ChoiceList.html">ChoiceList</a>
</li>
<li><a href="namespace-Symfony.Bridge.Propel1.Tests.Form.DataTransformer.html">DataTransformer</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Bridge.ProxyManager.html">ProxyManager<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.ProxyManager.LazyProxy.html">LazyProxy<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.ProxyManager.LazyProxy.Instantiator.html">Instantiator</a>
</li>
<li><a href="namespace-Symfony.Bridge.ProxyManager.LazyProxy.PhpDumper.html">PhpDumper</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bridge.ProxyManager.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.ProxyManager.Tests.LazyProxy.html">LazyProxy<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.ProxyManager.Tests.LazyProxy.Dumper.html">Dumper</a>
</li>
<li><a href="namespace-Symfony.Bridge.ProxyManager.Tests.LazyProxy.Instantiator.html">Instantiator</a>
</li>
<li><a href="namespace-Symfony.Bridge.ProxyManager.Tests.LazyProxy.PhpDumper.html">PhpDumper</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Bridge.Twig.html">Twig<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Twig.Extension.html">Extension</a>
</li>
<li><a href="namespace-Symfony.Bridge.Twig.Form.html">Form</a>
</li>
<li><a href="namespace-Symfony.Bridge.Twig.Node.html">Node</a>
</li>
<li><a href="namespace-Symfony.Bridge.Twig.NodeVisitor.html">NodeVisitor</a>
</li>
<li><a href="namespace-Symfony.Bridge.Twig.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Twig.Tests.Extension.html">Extension<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Twig.Tests.Extension.Fixtures.html">Fixtures</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bridge.Twig.Tests.Node.html">Node</a>
</li>
<li><a href="namespace-Symfony.Bridge.Twig.Tests.NodeVisitor.html">NodeVisitor</a>
</li>
<li><a href="namespace-Symfony.Bridge.Twig.Tests.TokenParser.html">TokenParser</a>
</li>
<li><a href="namespace-Symfony.Bridge.Twig.Tests.Translation.html">Translation</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bridge.Twig.TokenParser.html">TokenParser</a>
</li>
<li><a href="namespace-Symfony.Bridge.Twig.Translation.html">Translation</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Bundle.html">Bundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.html">AsseticBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.CacheWarmer.html">CacheWarmer</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Command.html">Command</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Config.html">Config</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Factory.html">Factory<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Factory.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Factory.Resource.html">Resource</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Factory.Worker.html">Worker</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Routing.html">Routing</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Templating.html">Templating</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.CacheWarmer.html">CacheWarmer</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.Command.html">Command</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.Factory.html">Factory<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.Factory.Resource.html">Resource</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.Templating.html">Templating</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.TestBundle.html">TestBundle</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Twig.html">Twig</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.html">FrameworkBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.CacheWarmer.html">CacheWarmer</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Command.html">Command</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Console.html">Console<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Console.Descriptor.html">Descriptor</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Console.Helper.html">Helper</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.DataCollector.html">DataCollector</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Fragment.html">Fragment</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.HttpCache.html">HttpCache</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Routing.html">Routing</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Templating.html">Templating<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Templating.Asset.html">Asset</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Templating.Helper.html">Helper</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Templating.Loader.html">Loader</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Test.html">Test</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.CacheWarmer.html">CacheWarmer</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Console.html">Console<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Console.Descriptor.html">Descriptor</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Fixtures.html">Fixtures<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Fixtures.BaseBundle.html">BaseBundle</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Fragment.html">Fragment</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Functional.html">Functional<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Functional.app.html">app</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Functional.Bundle.html">Bundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Functional.Bundle.TestBundle.html">TestBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Functional.Bundle.TestBundle.Controller.html">Controller</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Routing.html">Routing</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Templating.html">Templating<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Templating.Helper.html">Helper<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Templating.Helper.Fixtures.html">Fixtures</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Templating.Loader.html">Loader</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Translation.html">Translation</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Validator.html">Validator</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Translation.html">Translation</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Validator.html">Validator</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.MonologBundle.html">MonologBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.MonologBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.MonologBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.MonologBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.MonologBundle.Tests.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.MonologBundle.Tests.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.html">SecurityBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Command.html">Command</a>
</li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.DataCollector.html">DataCollector</a>
</li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.DependencyInjection.Security.html">Security<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.DependencyInjection.Security.Factory.html">Factory</a>
</li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.DependencyInjection.Security.UserProvider.html">UserProvider</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Security.html">Security</a>
</li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Templating.html">Templating<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Templating.Helper.html">Helper</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.DependencyInjection.Security.html">Security<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.DependencyInjection.Security.Factory.html">Factory</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.html">Functional<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.app.html">app</a>
</li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.Bundle.html">Bundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.Bundle.CsrfFormLoginBundle.html">CsrfFormLoginBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.Bundle.CsrfFormLoginBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.Bundle.CsrfFormLoginBundle.Form.html">Form</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.Bundle.FormLoginBundle.html">FormLoginBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.Bundle.FormLoginBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.Bundle.FormLoginBundle.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.Bundle.FormLoginBundle.Security.html">Security</a>
</li>
</ul></li></ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Twig.html">Twig<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Twig.Extension.html">Extension</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Bundle.SwiftmailerBundle.html">SwiftmailerBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SwiftmailerBundle.Command.html">Command</a>
</li>
<li><a href="namespace-Symfony.Bundle.SwiftmailerBundle.DataCollector.html">DataCollector</a>
</li>
<li><a href="namespace-Symfony.Bundle.SwiftmailerBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SwiftmailerBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.SwiftmailerBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Bundle.SwiftmailerBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SwiftmailerBundle.Tests.DependencyInjection.html">DependencyInjection</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.html">TwigBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.TwigBundle.CacheWarmer.html">CacheWarmer</a>
</li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Command.html">Command</a>
</li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Debug.html">Debug</a>
</li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.TwigBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Extension.html">Extension</a>
</li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Node.html">Node</a>
</li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Tests.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Tests.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Tests.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Tests.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Tests.TokenParser.html">TokenParser</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.TokenParser.html">TokenParser</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.WebProfilerBundle.html">WebProfilerBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.WebProfilerBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Bundle.WebProfilerBundle.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Symfony.Bundle.WebProfilerBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Bundle.WebProfilerBundle.Profiler.html">Profiler</a>
</li>
<li><a href="namespace-Symfony.Bundle.WebProfilerBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.WebProfilerBundle.Tests.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Bundle.WebProfilerBundle.Tests.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Symfony.Bundle.WebProfilerBundle.Tests.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Bundle.WebProfilerBundle.Tests.Profiler.html">Profiler</a>
</li>
</ul></li></ul></li></ul></li>
<li class="active"><a href="namespace-Symfony.Component.html">Component<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.BrowserKit.html">BrowserKit<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.BrowserKit.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.ClassLoader.html">ClassLoader<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.ClassLoader.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Config.html">Config<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Config.Definition.html">Definition<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Config.Definition.Builder.html">Builder</a>
</li>
<li><a href="namespace-Symfony.Component.Config.Definition.Dumper.html">Dumper</a>
</li>
<li><a href="namespace-Symfony.Component.Config.Definition.Exception.html">Exception</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Config.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Config.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Component.Config.Resource.html">Resource</a>
</li>
<li><a href="namespace-Symfony.Component.Config.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Config.Tests.Definition.html">Definition<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Config.Tests.Definition.Builder.html">Builder</a>
</li>
<li><a href="namespace-Symfony.Component.Config.Tests.Definition.Dumper.html">Dumper</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Config.Tests.Fixtures.html">Fixtures<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Config.Tests.Fixtures.Configuration.html">Configuration</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Config.Tests.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Component.Config.Tests.Resource.html">Resource</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Config.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Console.html">Console<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Console.Command.html">Command</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Descriptor.html">Descriptor</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Event.html">Event</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Formatter.html">Formatter</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Helper.html">Helper</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Input.html">Input</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Output.html">Output</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Tester.html">Tester</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Console.Tests.Command.html">Command</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Tests.Descriptor.html">Descriptor</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Tests.Fixtures.html">Fixtures</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Tests.Formatter.html">Formatter</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Tests.Helper.html">Helper</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Tests.Input.html">Input</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Tests.Output.html">Output</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Tests.Tester.html">Tester</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.CssSelector.html">CssSelector<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.CssSelector.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.CssSelector.Node.html">Node</a>
</li>
<li><a href="namespace-Symfony.Component.CssSelector.Parser.html">Parser<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.CssSelector.Parser.Handler.html">Handler</a>
</li>
<li><a href="namespace-Symfony.Component.CssSelector.Parser.Shortcut.html">Shortcut</a>
</li>
<li><a href="namespace-Symfony.Component.CssSelector.Parser.Tokenizer.html">Tokenizer</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.CssSelector.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.CssSelector.Tests.Node.html">Node</a>
</li>
<li><a href="namespace-Symfony.Component.CssSelector.Tests.Parser.html">Parser<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.CssSelector.Tests.Parser.Handler.html">Handler</a>
</li>
<li><a href="namespace-Symfony.Component.CssSelector.Tests.Parser.Shortcut.html">Shortcut</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.CssSelector.Tests.XPath.html">XPath</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.CssSelector.XPath.html">XPath<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.CssSelector.XPath.Extension.html">Extension</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Debug.html">Debug<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Debug.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Debug.FatalErrorHandler.html">FatalErrorHandler</a>
</li>
<li><a href="namespace-Symfony.Component.Debug.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Debug.Tests.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Debug.Tests.FatalErrorHandler.html">FatalErrorHandler</a>
</li>
<li><a href="namespace-Symfony.Component.Debug.Tests.Fixtures.html">Fixtures</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.DependencyInjection.Compiler.html">Compiler</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Dump.html">Dump</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Dumper.html">Dumper</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Extension.html">Extension</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.LazyProxy.html">LazyProxy<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.DependencyInjection.LazyProxy.Instantiator.html">Instantiator</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.LazyProxy.PhpDumper.html">PhpDumper</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.ParameterBag.html">ParameterBag</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.DependencyInjection.Tests.Compiler.html">Compiler</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Tests.Dumper.html">Dumper</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Tests.Extension.html">Extension</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Tests.LazyProxy.html">LazyProxy<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.DependencyInjection.Tests.LazyProxy.Instantiator.html">Instantiator</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Tests.LazyProxy.PhpDumper.html">PhpDumper</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Tests.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Tests.ParameterBag.html">ParameterBag</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.DomCrawler.html">DomCrawler<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.DomCrawler.Field.html">Field</a>
</li>
<li><a href="namespace-Symfony.Component.DomCrawler.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.DomCrawler.Tests.Field.html">Field</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.EventDispatcher.html">EventDispatcher<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.EventDispatcher.Debug.html">Debug</a>
</li>
<li><a href="namespace-Symfony.Component.EventDispatcher.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.ExpressionLanguage.html">ExpressionLanguage<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.ExpressionLanguage.Node.html">Node</a>
</li>
<li><a href="namespace-Symfony.Component.ExpressionLanguage.ParserCache.html">ParserCache</a>
</li>
<li><a href="namespace-Symfony.Component.ExpressionLanguage.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.ExpressionLanguage.Tests.Node.html">Node</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Filesystem.html">Filesystem<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Filesystem.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Filesystem.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Finder.html">Finder<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Finder.Adapter.html">Adapter</a>
</li>
<li><a href="namespace-Symfony.Component.Finder.Comparator.html">Comparator</a>
</li>
<li><a href="namespace-Symfony.Component.Finder.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Finder.Expression.html">Expression</a>
</li>
<li><a href="namespace-Symfony.Component.Finder.Iterator.html">Iterator</a>
</li>
<li><a href="namespace-Symfony.Component.Finder.Shell.html">Shell</a>
</li>
<li><a href="namespace-Symfony.Component.Finder.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Finder.Tests.Comparator.html">Comparator</a>
</li>
<li><a href="namespace-Symfony.Component.Finder.Tests.Expression.html">Expression</a>
</li>
<li><a href="namespace-Symfony.Component.Finder.Tests.FakeAdapter.html">FakeAdapter</a>
</li>
<li><a href="namespace-Symfony.Component.Finder.Tests.Iterator.html">Iterator</a>
</li>
</ul></li></ul></li>
<li class="active"><a href="namespace-Symfony.Component.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Exception.html">Exception</a>
</li>
<li class="active"><a href="namespace-Symfony.Component.Form.Extension.html">Extension<span></span></a>
<ul>
<li class="active"><a href="namespace-Symfony.Component.Form.Extension.Core.html">Core<span></span></a>
<ul>
<li class="active"><a href="namespace-Symfony.Component.Form.Extension.Core.ChoiceList.html">ChoiceList</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Core.DataMapper.html">DataMapper</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Core.DataTransformer.html">DataTransformer</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Core.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Core.Type.html">Type</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Core.View.html">View</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Form.Extension.Csrf.html">Csrf<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Extension.Csrf.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Csrf.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Form.Extension.DataCollector.html">DataCollector<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Extension.DataCollector.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.DataCollector.Proxy.html">Proxy</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.DataCollector.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Form.Extension.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.HttpFoundation.html">HttpFoundation<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Extension.HttpFoundation.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Form.Extension.Templating.html">Templating</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Validator.html">Validator<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Extension.Validator.Constraints.html">Constraints</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Validator.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Validator.Type.html">Type</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Validator.Util.html">Util</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Validator.ViolationMapper.html">ViolationMapper</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Form.Guess.html">Guess</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Test.html">Test</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.html">Extension<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Core.html">Core<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Core.ChoiceList.html">ChoiceList</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Core.DataMapper.html">DataMapper</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Core.DataTransformer.html">DataTransformer</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Core.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Core.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Csrf.html">Csrf<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Csrf.CsrfProvider.html">CsrfProvider</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Csrf.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Csrf.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.DataCollector.html">DataCollector<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.DataCollector.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.HttpFoundation.html">HttpFoundation<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.HttpFoundation.EventListener.html">EventListener</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Validator.html">Validator<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Validator.Constraints.html">Constraints</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Validator.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Validator.Type.html">Type</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Validator.Util.html">Util</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Validator.ViolationMapper.html">ViolationMapper</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Form.Tests.Fixtures.html">Fixtures</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Guess.html">Guess</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Form.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.HttpFoundation.html">HttpFoundation<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpFoundation.File.html">File<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpFoundation.File.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.HttpFoundation.File.MimeType.html">MimeType</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.HttpFoundation.Session.html">Session<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpFoundation.Session.Attribute.html">Attribute</a>
</li>
<li><a href="namespace-Symfony.Component.HttpFoundation.Session.Flash.html">Flash</a>
</li>
<li><a href="namespace-Symfony.Component.HttpFoundation.Session.Storage.html">Storage<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpFoundation.Session.Storage.Handler.html">Handler</a>
</li>
<li><a href="namespace-Symfony.Component.HttpFoundation.Session.Storage.Proxy.html">Proxy</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.HttpFoundation.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpFoundation.Tests.File.html">File<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpFoundation.Tests.File.MimeType.html">MimeType</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.HttpFoundation.Tests.Session.html">Session<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpFoundation.Tests.Session.Attribute.html">Attribute</a>
</li>
<li><a href="namespace-Symfony.Component.HttpFoundation.Tests.Session.Flash.html">Flash</a>
</li>
<li><a href="namespace-Symfony.Component.HttpFoundation.Tests.Session.Storage.html">Storage<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpFoundation.Tests.Session.Storage.Handler.html">Handler</a>
</li>
<li><a href="namespace-Symfony.Component.HttpFoundation.Tests.Session.Storage.Proxy.html">Proxy</a>
</li>
</ul></li></ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Component.HttpKernel.html">HttpKernel<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpKernel.Bundle.html">Bundle</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.CacheClearer.html">CacheClearer</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.CacheWarmer.html">CacheWarmer</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Config.html">Config</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.DataCollector.html">DataCollector<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpKernel.DataCollector.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.HttpKernel.Debug.html">Debug</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Event.html">Event</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Fragment.html">Fragment</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.HttpCache.html">HttpCache</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Log.html">Log</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Profiler.html">Profiler</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Bundle.html">Bundle</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.CacheClearer.html">CacheClearer</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.CacheWarmer.html">CacheWarmer</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Config.html">Config</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.DataCollector.html">DataCollector</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Debug.html">Debug</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Fixtures.html">Fixtures<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Fixtures.ExtensionAbsentBundle.html">ExtensionAbsentBundle</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Fixtures.ExtensionLoadedBundle.html">ExtensionLoadedBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Fixtures.ExtensionLoadedBundle.DependencyInjection.html">DependencyInjection</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Fixtures.ExtensionPresentBundle.html">ExtensionPresentBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Fixtures.ExtensionPresentBundle.Command.html">Command</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Fixtures.ExtensionPresentBundle.DependencyInjection.html">DependencyInjection</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Fragment.html">Fragment</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.HttpCache.html">HttpCache</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Profiler.html">Profiler<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Profiler.Mock.html">Mock</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Icu.html">Icu<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Icu.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.html">Intl<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.Collator.html">Collator</a>
</li>
<li><a href="namespace-Symfony.Component.Intl.DateFormatter.html">DateFormatter<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.DateFormatter.DateFormat.html">DateFormat</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Intl.Globals.html">Globals</a>
</li>
<li><a href="namespace-Symfony.Component.Intl.Locale.html">Locale</a>
</li>
<li><a href="namespace-Symfony.Component.Intl.NumberFormatter.html">NumberFormatter</a>
</li>
<li><a href="namespace-Symfony.Component.Intl.ResourceBundle.html">ResourceBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.ResourceBundle.Compiler.html">Compiler</a>
</li>
<li><a href="namespace-Symfony.Component.Intl.ResourceBundle.Reader.html">Reader</a>
</li>
<li><a href="namespace-Symfony.Component.Intl.ResourceBundle.Transformer.html">Transformer<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.ResourceBundle.Transformer.Rule.html">Rule</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.ResourceBundle.Util.html">Util</a>
</li>
<li><a href="namespace-Symfony.Component.Intl.ResourceBundle.Writer.html">Writer</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.Tests.Collator.html">Collator<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.Tests.Collator.Verification.html">Verification</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.Tests.DateFormatter.html">DateFormatter<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.Tests.DateFormatter.Verification.html">Verification</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.Tests.Globals.html">Globals<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.Tests.Globals.Verification.html">Verification</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.Tests.Locale.html">Locale<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.Tests.Locale.Verification.html">Verification</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.Tests.NumberFormatter.html">NumberFormatter<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.Tests.NumberFormatter.Verification.html">Verification</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.Tests.ResourceBundle.html">ResourceBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.Tests.ResourceBundle.Reader.html">Reader</a>
</li>
<li><a href="namespace-Symfony.Component.Intl.Tests.ResourceBundle.Util.html">Util</a>
</li>
<li><a href="namespace-Symfony.Component.Intl.Tests.ResourceBundle.Writer.html">Writer</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.Tests.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Locale.html">Locale<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Locale.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Locale.Tests.Stub.html">Stub</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.OptionsResolver.html">OptionsResolver<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.OptionsResolver.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.OptionsResolver.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Process.html">Process<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Process.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Process.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.PropertyAccess.html">PropertyAccess<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.PropertyAccess.Exception.html">Exception</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Routing.html">Routing<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Routing.Annotation.html">Annotation</a>
</li>
<li><a href="namespace-Symfony.Component.Routing.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Routing.Generator.html">Generator<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Routing.Generator.Dumper.html">Dumper</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Routing.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Component.Routing.Matcher.html">Matcher<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Routing.Matcher.Dumper.html">Dumper</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Routing.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Routing.Tests.Annotation.html">Annotation</a>
</li>
<li><a href="namespace-Symfony.Component.Routing.Tests.Fixtures.html">Fixtures<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Routing.Tests.Fixtures.AnnotatedClasses.html">AnnotatedClasses</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Routing.Tests.Generator.html">Generator<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Routing.Tests.Generator.Dumper.html">Dumper</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Routing.Tests.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Component.Routing.Tests.Matcher.html">Matcher<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Routing.Tests.Matcher.Dumper.html">Dumper</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Security.html">Security<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Acl.html">Acl<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Acl.Dbal.html">Dbal</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Acl.Domain.html">Domain</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Acl.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Acl.Model.html">Model</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Acl.Permission.html">Permission</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Acl.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Acl.Tests.Dbal.html">Dbal</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Acl.Tests.Domain.html">Domain</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Acl.Tests.Permission.html">Permission</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Acl.Tests.Voter.html">Voter</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Security.Acl.Voter.html">Voter</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Security.Core.html">Core<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Core.Authentication.html">Authentication<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Core.Authentication.Provider.html">Provider</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Authentication.RememberMe.html">RememberMe</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Authentication.Token.html">Token</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Security.Core.Authorization.html">Authorization<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Core.Authorization.Voter.html">Voter</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Security.Core.Encoder.html">Encoder</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Event.html">Event</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Role.html">Role</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Authentication.html">Authentication<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Authentication.Provider.html">Provider</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Authentication.RememberMe.html">RememberMe</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Authentication.Token.html">Token</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Authorization.html">Authorization<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Authorization.Voter.html">Voter</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Encoder.html">Encoder</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Role.html">Role</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.User.html">User</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Util.html">Util</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Validator.html">Validator<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Validator.Constraints.html">Constraints</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Security.Core.User.html">User</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Util.html">Util</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Validator.html">Validator<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Core.Validator.Constraints.html">Constraints</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Security.Csrf.html">Csrf<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Csrf.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Csrf.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Csrf.Tests.TokenGenerator.html">TokenGenerator</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Csrf.Tests.TokenStorage.html">TokenStorage</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Security.Csrf.TokenGenerator.html">TokenGenerator</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Csrf.TokenStorage.html">TokenStorage</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Security.Http.html">Http<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Http.Authentication.html">Authentication</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Authorization.html">Authorization</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.EntryPoint.html">EntryPoint</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Event.html">Event</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Firewall.html">Firewall</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Logout.html">Logout</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.RememberMe.html">RememberMe</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Session.html">Session</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Http.Tests.Authentication.html">Authentication</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Tests.EntryPoint.html">EntryPoint</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Tests.Firewall.html">Firewall</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Tests.Logout.html">Logout</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Tests.RememberMe.html">RememberMe</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Tests.Session.html">Session</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Security.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Tests.Core.html">Core<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Tests.Core.Authentication.html">Authentication<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Tests.Core.Authentication.Token.html">Token</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Security.Tests.Core.User.html">User</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Security.Tests.Http.html">Http<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Tests.Http.Firewall.html">Firewall</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Serializer.html">Serializer<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Serializer.Encoder.html">Encoder</a>
</li>
<li><a href="namespace-Symfony.Component.Serializer.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Serializer.Normalizer.html">Normalizer</a>
</li>
<li><a href="namespace-Symfony.Component.Serializer.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Serializer.Tests.Encoder.html">Encoder</a>
</li>
<li><a href="namespace-Symfony.Component.Serializer.Tests.Fixtures.html">Fixtures</a>
</li>
<li><a href="namespace-Symfony.Component.Serializer.Tests.Normalizer.html">Normalizer</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Stopwatch.html">Stopwatch</a>
</li>
<li><a href="namespace-Symfony.Component.Templating.html">Templating<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Templating.Asset.html">Asset</a>
</li>
<li><a href="namespace-Symfony.Component.Templating.Helper.html">Helper</a>
</li>
<li><a href="namespace-Symfony.Component.Templating.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Component.Templating.Storage.html">Storage</a>
</li>
<li><a href="namespace-Symfony.Component.Templating.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Templating.Tests.Fixtures.html">Fixtures</a>
</li>
<li><a href="namespace-Symfony.Component.Templating.Tests.Helper.html">Helper</a>
</li>
<li><a href="namespace-Symfony.Component.Templating.Tests.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Component.Templating.Tests.Storage.html">Storage</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Translation.html">Translation<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Translation.Catalogue.html">Catalogue</a>
</li>
<li><a href="namespace-Symfony.Component.Translation.Dumper.html">Dumper</a>
</li>
<li><a href="namespace-Symfony.Component.Translation.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Translation.Extractor.html">Extractor</a>
</li>
<li><a href="namespace-Symfony.Component.Translation.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Component.Translation.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Translation.Tests.Catalogue.html">Catalogue</a>
</li>
<li><a href="namespace-Symfony.Component.Translation.Tests.Dumper.html">Dumper</a>
</li>
<li><a href="namespace-Symfony.Component.Translation.Tests.Loader.html">Loader</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Translation.Writer.html">Writer</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Validator.html">Validator<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Validator.Constraints.html">Constraints</a>
</li>
<li><a href="namespace-Symfony.Component.Validator.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Validator.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Validator.Mapping.Cache.html">Cache</a>
</li>
<li><a href="namespace-Symfony.Component.Validator.Mapping.Loader.html">Loader</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Validator.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Validator.Tests.Constraints.html">Constraints</a>
</li>
<li><a href="namespace-Symfony.Component.Validator.Tests.Fixtures.html">Fixtures</a>
</li>
<li><a href="namespace-Symfony.Component.Validator.Tests.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Validator.Tests.Mapping.Cache.html">Cache</a>
</li>
<li><a href="namespace-Symfony.Component.Validator.Tests.Mapping.Loader.html">Loader</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Yaml.html">Yaml<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Yaml.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Yaml.Tests.html">Tests</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Tecnocreaciones.html">Tecnocreaciones<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.html">Bundle<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.html">AjaxFOSUserBundle<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.Event.html">Event</a>
</li>
<li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.Handler.html">Handler</a>
</li>
<li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.Tests.Controller.html">Controller</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Tecnocreaciones.Bundle.InstallBundle.html">InstallBundle<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.InstallBundle.Command.html">Command</a>
</li>
<li><a href="namespace-Tecnocreaciones.Bundle.InstallBundle.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Tecnocreaciones.Bundle.InstallBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.InstallBundle.Tests.Controller.html">Controller</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Tecnocreaciones.Bundle.TemplateBundle.html">TemplateBundle<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.TemplateBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Tecnocreaciones.Bundle.TemplateBundle.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Tecnocreaciones.Bundle.TemplateBundle.Menu.html">Menu<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.TemplateBundle.Menu.Template.html">Template<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.TemplateBundle.Menu.Template.Developer.html">Developer</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Tecnocreaciones.Bundle.TemplateBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.TemplateBundle.Tests.Controller.html">Controller</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Tecnocreaciones.Vzla.html">Vzla<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.html">GovernmentBundle<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Form.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Menu.html">Menu<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Menu.Template.html">Template<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Menu.Template.Developer.html">Developer</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Model.html">Model</a>
</li>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Tests.Controller.html">Controller</a>
</li>
</ul></li>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Twig.html">Twig<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Twig.Extension.html">Extension</a>
</li>
</ul></li></ul></li></ul></li></ul></li>
<li><a href="namespace-TestBundle.html">TestBundle<span></span></a>
<ul>
<li><a href="namespace-TestBundle.Fabpot.html">Fabpot<span></span></a>
<ul>
<li><a href="namespace-TestBundle.Fabpot.FooBundle.html">FooBundle<span></span></a>
<ul>
<li><a href="namespace-TestBundle.Fabpot.FooBundle.Controller.html">Controller</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-TestBundle.FooBundle.html">FooBundle<span></span></a>
<ul>
<li><a href="namespace-TestBundle.FooBundle.Controller.html">Controller<span></span></a>
<ul>
<li><a href="namespace-TestBundle.FooBundle.Controller.Sub.html">Sub</a>
</li>
<li><a href="namespace-TestBundle.FooBundle.Controller.Test.html">Test</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-TestBundle.Sensio.html">Sensio<span></span></a>
<ul>
<li><a href="namespace-TestBundle.Sensio.Cms.html">Cms<span></span></a>
<ul>
<li><a href="namespace-TestBundle.Sensio.Cms.FooBundle.html">FooBundle<span></span></a>
<ul>
<li><a href="namespace-TestBundle.Sensio.Cms.FooBundle.Controller.html">Controller</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-TestBundle.Sensio.FooBundle.html">FooBundle<span></span></a>
<ul>
<li><a href="namespace-TestBundle.Sensio.FooBundle.Controller.html">Controller</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-TestFixtures.html">TestFixtures</a>
</li>
<li><a href="namespace-Timestampable.html">Timestampable<span></span></a>
<ul>
<li><a href="namespace-Timestampable.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Timestampable.Fixture.Document.html">Document</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Tool.html">Tool</a>
</li>
<li><a href="namespace-Translatable.html">Translatable<span></span></a>
<ul>
<li><a href="namespace-Translatable.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Translatable.Fixture.Document.html">Document<span></span></a>
<ul>
<li><a href="namespace-Translatable.Fixture.Document.Personal.html">Personal</a>
</li>
</ul></li>
<li><a href="namespace-Translatable.Fixture.Issue114.html">Issue114</a>
</li>
<li><a href="namespace-Translatable.Fixture.Issue138.html">Issue138</a>
</li>
<li><a href="namespace-Translatable.Fixture.Issue165.html">Issue165</a>
</li>
<li><a href="namespace-Translatable.Fixture.Issue173.html">Issue173</a>
</li>
<li><a href="namespace-Translatable.Fixture.Issue75.html">Issue75</a>
</li>
<li><a href="namespace-Translatable.Fixture.Issue922.html">Issue922</a>
</li>
<li><a href="namespace-Translatable.Fixture.Personal.html">Personal</a>
</li>
<li><a href="namespace-Translatable.Fixture.Template.html">Template</a>
</li>
<li><a href="namespace-Translatable.Fixture.Type.html">Type</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Translator.html">Translator<span></span></a>
<ul>
<li><a href="namespace-Translator.Fixture.html">Fixture</a>
</li>
</ul></li>
<li><a href="namespace-Tree.html">Tree<span></span></a>
<ul>
<li><a href="namespace-Tree.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Tree.Fixture.Closure.html">Closure</a>
</li>
<li><a href="namespace-Tree.Fixture.Document.html">Document</a>
</li>
<li><a href="namespace-Tree.Fixture.Genealogy.html">Genealogy</a>
</li>
<li><a href="namespace-Tree.Fixture.Mock.html">Mock</a>
</li>
<li><a href="namespace-Tree.Fixture.Repository.html">Repository</a>
</li>
<li><a href="namespace-Tree.Fixture.Transport.html">Transport</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Uploadable.html">Uploadable<span></span></a>
<ul>
<li><a href="namespace-Uploadable.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Uploadable.Fixture.Entity.html">Entity</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Wrapper.html">Wrapper<span></span></a>
<ul>
<li><a href="namespace-Wrapper.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Wrapper.Fixture.Document.html">Document</a>
</li>
<li><a href="namespace-Wrapper.Fixture.Entity.html">Entity</a>
</li>
</ul></li></ul></li>
</ul>
</div>
<hr />
<div id="elements">
<h3>Classes</h3>
<ul>
<li><a href="class-Symfony.Component.Form.Extension.Core.ChoiceList.ChoiceList.html">ChoiceList</a></li>
<li><a href="class-Symfony.Component.Form.Extension.Core.ChoiceList.LazyChoiceList.html">LazyChoiceList</a></li>
<li><a href="class-Symfony.Component.Form.Extension.Core.ChoiceList.ObjectChoiceList.html">ObjectChoiceList</a></li>
<li><a href="class-Symfony.Component.Form.Extension.Core.ChoiceList.SimpleChoiceList.html">SimpleChoiceList</a></li>
</ul>
<h3>Interfaces</h3>
<ul>
<li><a href="class-Symfony.Component.Form.Extension.Core.ChoiceList.ChoiceListInterface.html">ChoiceListInterface</a></li>
</ul>
</div>
</div>
</div>
<div id="splitter"></div>
<div id="right">
<div id="rightInner">
<form id="search">
<input type="hidden" name="cx" value="" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" name="q" class="text" />
<input type="submit" value="Search" />
</form>
<div id="navigation">
<ul>
<li>
<a href="index.html" title="Overview"><span>Overview</span></a>
</li>
<li class="active">
<span>Namespace</span> </li>
<li>
<span>Class</span> </li>
</ul>
<ul>
<li>
<a href="tree.html" title="Tree view of classes, interfaces, traits and exceptions"><span>Tree</span></a>
</li>
</ul>
<ul>
</ul>
</div>
<div id="content" class="namespace">
<h1>Namespace <a href="namespace-Symfony.html">Symfony</a>\<a href="namespace-Symfony.Component.html">Component</a>\<a href="namespace-Symfony.Component.Form.html">Form</a>\<a href="namespace-Symfony.Component.Form.Extension.html">Extension</a>\<a href="namespace-Symfony.Component.Form.Extension.Core.html">Core</a>\ChoiceList</h1>
<table class="summary" id="classes">
<caption>Classes summary</caption>
<tr>
<td class="name"><a href="class-Symfony.Component.Form.Extension.Core.ChoiceList.ChoiceList.html">ChoiceList</a></td>
<td>A choice list for choices of arbitrary data types.</td>
</tr>
<tr>
<td class="name"><a href="class-Symfony.Component.Form.Extension.Core.ChoiceList.LazyChoiceList.html">LazyChoiceList</a></td>
<td>A choice list that is loaded lazily</td>
</tr>
<tr>
<td class="name"><a href="class-Symfony.Component.Form.Extension.Core.ChoiceList.ObjectChoiceList.html">ObjectChoiceList</a></td>
<td>A choice list for object choices.</td>
</tr>
<tr>
<td class="name"><a href="class-Symfony.Component.Form.Extension.Core.ChoiceList.SimpleChoiceList.html">SimpleChoiceList</a></td>
<td>A choice list for choices of type string or integer.</td>
</tr>
</table>
<table class="summary" id="interfaces">
<caption>Interfaces summary</caption>
<tr>
<td class="name"><a href="class-Symfony.Component.Form.Extension.Core.ChoiceList.ChoiceListInterface.html">ChoiceListInterface</a></td>
<td>Contains choices that can be selected in a form field.</td>
</tr>
</table>
</div>
<div id="footer">
seip API documentation generated by <a href="http://apigen.org">ApiGen 2.8.0</a>
</div>
</div>
</div>
</body>
</html>
| Tecnocreaciones/VzlaGovernmentTemplateDeveloperSeed | api/namespace-Symfony.Component.Form.Extension.Core.ChoiceList.html | HTML | mit | 155,450 |
<html>
<head>
<title>Little tests of serving static content</title>
<script src="jquery-2.0.3.js"></script>
</head>
<body>
<h1>Hello World</h1>
<div id="proc" />
<script>
(function worker() {
$.ajax({
url: '/proc',
success: function(data) {
$('#proc').html(data);
},
complete: function() {
// Schedule the next request when the current one's complete
setTimeout(worker, 500);
}
});
})();
</script>
</body>
</html>
| julitopower/pion_system_status_rest_server | content/index.html | HTML | mit | 459 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>quickchick: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.7.2 / quickchick - 1.0.2</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
quickchick
<small>
1.0.2
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-01-22 06:02:19 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-22 06:02:19 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
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.2 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
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
version: "1.0.2"
maintainer: "[email protected]"
homepage: "https://github.com/QuickChick/QuickChick"
dev-repo: "git+https://github.com/QuickChick/QuickChick.git"
bug-reports: "https://github.com/QuickChick/QuickChick/issues"
license: "MIT"
build: [ make "-j%{jobs}%" ]
install: [ make "install" ]
depends: [
"ocaml" {>= "4.04.0"}
"coq" {>= "8.8" < "8.9~"}
"coq-ext-lib"
"coq-mathcomp-ssreflect" {< "1.9~"}
"ocamlbuild"
"ocamlfind"
"coq-simple-io" {>= "0.2" & < "0.3"}
]
synopsis: "QuickChick is a random property-based testing library for Coq"
authors: [
"Leonidas Lampropoulos <>"
"Zoe Paraskevopoulou <>"
"Maxime Denes <>"
"Catalin Hritcu <>"
"Benjamin Pierce <>"
"Arthur Azevedo de Amorim <>"
"Antal Spector-Zabusky <>"
"Li-Yao Xia <>"
"Yishuai Li <>"
]
tags: [
"keyword:extraction"
"category:Miscellaneous/Coq Extensions"
"logpath:QuickChick"
]
url {
src: "https://github.com/QuickChick/QuickChick/archive/v1.0.2.tar.gz"
checksum: "md5=9b2f0b0ae00cda11c4131cd3dc5c8a08"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-quickchick.1.0.2 coq.8.7.2</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.7.2).
The following dependencies couldn't be met:
- coq-quickchick -> 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-quickchick.1.0.2</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.02.3-2.0.6/released/8.7.2/quickchick/1.0.2.html | HTML | mit | 7,339 |
<h2>Details - Custom Song Structure</h2>
<p>If you know exactly what kind of song structure or instruments or harmonic rythm you want to use, then you would
certainly like to change some settings in the "Details" tab.</p>
<p>In this tutorial, we are going to create a custom song structure.</p>
<ol>
<li>Generate a new song!</li>
<li>Manual song structure, song part override info</li>
<li>Render amount for all parts (default or manual)</li>
<li>Different ways to change measure count and the rythm count for the harmony</li>
</ol>
| paulpach/abundant-music | tutorials/tutorial_6.html | HTML | mit | 563 |
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Updating databases with JQuery and AJAX</title>
<script src="scripts/jquery-1.7.1.min.js"></script>
</head>
<body style="background: #444">
<div style="width: 500px;margin: 200px auto;margin-bottom: 25px;border: 1px solid #444;
height: auto;overflow: auto;background: #fff;padding: 10px;z-index: 200">
<div id="c" style="width: 98%;height: 50%;margin: 30px auto;text-align: center;float: left">
<input type="text" name="text1" id="text1" />
<input type="submit" name="submit" id="submit" value="SAVE IT"/>
</div>
<br />
<div id="cn"
style="width: 98%;height: auto;overflow: auto;margin: 5px auto;text-align: center;float: left;
background: transparent;">
</div>
</div>
<script>
$(document).ready(function () {
$('#submit').click(function(){
var ths = this;
var str = $(ths).siblings("#text1").val();
$.post("saveData.php", {t:str}, function(value){
$(ths).parent("#c").fadeOut("fast");
$(ths).parent("#c").siblings("#cn").html(value);
});
});
});
</script>
</body>
</html>
| kaustav020189/ajax-database-update | index.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>groups: Not compatible</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / extra-dev</a></li>
<li class="active"><a href="">8.10.0 / groups - 8.6.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
groups
<small>
8.6.0
<span class="label label-info">Not compatible</span>
</small>
</h1>
<p><em><script>document.write(moment("2020-07-14 04:23:34 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-07-14 04:23:34 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-num base Num library distributed with the OCaml compiler
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
conf-m4 1 Virtual package relying on m4
coq 8.10.0 Formal proof management system
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.05.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.05.0 Official 4.05.0 release
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.8.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "https://github.com/coq-contribs/groups"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Groups"]
depends: [
"ocaml"
"coq" {>= "8.6" & < "8.7~"}
]
tags: [ "keyword: group theory" "category: Miscellaneous/Coq Use Examples" ]
authors: [ "Pierre Castéran" ]
bug-reports: "https://github.com/coq-contribs/groups/issues"
dev-repo: "git+https://github.com/coq-contribs/groups.git"
synopsis: "An exercise on groups"
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/groups/archive/v8.6.0.tar.gz"
checksum: "md5=c966bf4a9c1f8e194492dfae1d2291ab"
}
</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-groups.8.6.0 coq.8.10.0</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.10.0).
The following dependencies couldn't be met:
- coq-groups -> coq < 8.7~ -> 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-groups.8.6.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
<small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small>
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.05.0-2.0.6/extra-dev/8.10.0/groups/8.6.0.html | HTML | mit | 6,676 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>shuffle: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.13.2 / shuffle - 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>
shuffle
<small>
8.7.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-01-18 17:02:12 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-18 17:02:12 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
conf-gmp 3 Virtual package relying on a GMP lib system installation
coq 8.13.2 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.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.1 A library manager for OCaml
zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "https://github.com/coq-contribs/shuffle"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Shuffle"]
depends: [
"ocaml"
"coq" {>= "8.7" & < "8.8~"}
]
tags: [ "keyword: Gilbreath's card trick" "keyword: binary sequences" "category: Miscellaneous/Logical Puzzles and Entertainment" ]
authors: [ "Gérard Huet" ]
bug-reports: "https://github.com/coq-contribs/shuffle/issues"
dev-repo: "git+https://github.com/coq-contribs/shuffle.git"
synopsis: "Gilbreath's card trick"
description:
"A full axiomatization and proof development of a non-trivial property of binary sequences, inspired from a card trick of N. Gilbreath."
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/shuffle/archive/v8.7.0.tar.gz"
checksum: "md5=b10d5313b30fa87cbc72b226aa27998b"
}
</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-shuffle.8.7.0 coq.8.13.2</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.13.2).
The following dependencies couldn't be met:
- coq-shuffle -> coq < 8.8~ -> 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-shuffle.8.7.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.12.1-2.0.8/released/8.13.2/shuffle/8.7.0.html | HTML | mit | 7,029 |
<div class="commune_descr limited">
<p>
Migennes est
une commune localisée dans le département de Yonne en Bourgogne. Elle comptait 7 476 habitants en 2008.</p>
<p>Le nombre de logements, à Migennes, était réparti en 2011 en 1 439 appartements et 2 139 maisons soit
un marché relativement équilibré.</p>
<p>À Migennes, la valeur moyenne à la vente d'un appartement s'évalue à 1 176 € du m² en vente. la valorisation moyenne d'une maison à l'achat se situe à 1 410 € du m². À la location la valeur moyenne se situe à 7,14 € du m² mensuel.</p>
<p>À Migennes le salaire médian par mois par habitant est situé à environ 1 842 € net. C'est inférieur à la moyenne nationale.</p>
<p>
La commune est équipée concernant l'enseignement aux enfants de deux collèges.
Concernant les très jeunes, la ville est équipée de deux maternelles et trois écoles primaires.
Migennes propose les équipements éducatifs permettant une éducation de proximité.
Lors d'un projet de faire l'acquisition d'un bien immobilier à Migennes, vous devrez impérativement évaluer la notoriété des équipements éducatifs</p>
<p>À coté de Migennes sont localisées les villes de
<a href="{{VLROOT}}/immobilier/esnon_89156/">Esnon</a> localisée à 5 km, 374 habitants,
<a href="{{VLROOT}}/immobilier/charmoy_89085/">Charmoy</a> située à 2 km, 1 217 habitants,
<a href="{{VLROOT}}/immobilier/bassou_89029/">Bassou</a> située à 4 km, 758 habitants,
<a href="{{VLROOT}}/immobilier/beaumont_89031/">Beaumont</a> située à 5 km, 536 habitants,
<a href="{{VLROOT}}/immobilier/laroche-saint-cydroine_89218/">Laroche-Saint-Cydroine</a> localisée à 2 km, 1 381 habitants,
<a href="{{VLROOT}}/immobilier/bonnard_89050/">Bonnard</a> à 3 km, 810 habitants,
entre autres. De plus, Migennes est située à seulement 18 km de <a href="{{VLROOT}}/immobilier/auxerre_89024/">Auxerre</a>.</p>
<p>La commune propose de nombreux équipements, elle dispose, entre autres, de un bassin de natation, un terrain de tennis, trois terrains de sport et deux salles de combat.</p>
</div>
| donaldinou/frontend | src/Viteloge/CoreBundle/Resources/descriptions/89257.html | HTML | mit | 2,180 |
<!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">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="EDM">
<meta name="author" content="Rong She">
<link rel="icon" href="images/favicon-2.ico">
<title>Electric Dance Music</title>
<!-- Bootstrap core CSS -->
<link href="dist/css/bootstrap.min.css" rel="stylesheet">
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<link href="assets/css/ie10-viewport-bug-workaround.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="contact.css" type="text/css" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<script src="assets/js/ie-emulation-modes-warning.js"></script>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="site-wrapper">
<div class="site-wrapper-inner">
<div class="cover-container">
<div class="masthead clearfix">
<div class="inner">
<h3 class="masthead-brand">Contact</h3>
<h4 class="masthead-comment">Electric Dance Music</h4>
<nav>
<ul class="nav masthead-nav navbar-collapse collapse">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li class="active"><a href="Contact.html">Contact</a></li>
</ul>
</nav>
</div>
</div>
<div class="information">
<ul>
<li>Tel:626-734-9179</li>
<li>Email:[email protected]</li>
</ul>
</div>
<div class="mastfoot">
<div class="inner">
<p>Designed by<a href="https://www.facebook.com/rong.she">@RongShe</a>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
<script src="../../dist/js/bootstrap.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
</body>
</html>
| rongshe94/CS1220HW | Contact.html | HTML | mit | 3,070 |
<!DOCTYPE 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="">
<meta name="keywords" content=" ">
<title>markAsUrgent | LivePerson Technical Documentation</title>
<link rel="stylesheet" href="css/syntax.css">
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<!--<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">-->
<link rel="stylesheet" href="css/modern-business.css">
<link rel="stylesheet" href="css/lavish-bootstrap.css">
<link rel="stylesheet" href="css/customstyles.css">
<link rel="stylesheet" href="css/theme-blue.css">
<script src="assets/js/jsoneditor.js"></script>
<!-- // <script src="js/jquery-3.1.0.min.js"></script> -->
<!-- <link rel='stylesheet' id='theme_stylesheet' href='//netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css'> -->
<!-- <link rel='stylesheet' id='theme_stylesheet' href='//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css'>
-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js"></script>
<script src="js/jquery.navgoco.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/2.0.0/anchor.min.js"></script>
<script src="js/toc.js"></script>
<script src="js/customscripts.js"></script>
<link rel="shortcut icon" href="images/favicon.ico">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<link rel="alternate" type="application/rss+xml" title="" href="http://liveperson.comfeed.xml">
<script>
$(document).ready(function() {
// Initialize navgoco with default options
$("#mysidebar").navgoco({
caretHtml: '',
accordion: true,
openClass: 'active', // open
save: false, // leave false or nav highlighting doesn't work right
cookie: {
name: 'navgoco',
expires: false,
path: '/'
},
slide: {
duration: 400,
easing: 'swing'
}
});
$("#collapseAll").click(function(e) {
e.preventDefault();
$("#mysidebar").navgoco('toggle', false);
});
$("#expandAll").click(function(e) {
e.preventDefault();
$("#mysidebar").navgoco('toggle', true);
});
});
</script>
<script>
$(function () {
$('[data-toggle="tooltip"]').tooltip()
})
</script>
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container topnavlinks">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<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="fa fa-home fa-lg navbar-brand" href="index.html"> <span class="projectTitle"> LivePerson Technical Documentation</span></a>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<!-- entries without drop-downs appear here -->
<!-- entries with drop-downs appear here -->
<!-- conditional logic to control which topnav appears for the audience defined in the configuration file.-->
<li><a class="email" title="Submit feedback" href="https://github.com/LivePersonInc/dev-hub/issues" ><i class="fa fa-github"></i> Issues</a><li>
<!--comment out this block if you want to hide search-->
<li>
<!--start search-->
<div id="search-demo-container">
<input type="text" id="search-input" placeholder="search...">
<ul id="results-container"></ul>
</div>
<script src="js/jekyll-search.js" type="text/javascript"></script>
<script type="text/javascript">
SimpleJekyllSearch.init({
searchInput: document.getElementById('search-input'),
resultsContainer: document.getElementById('results-container'),
dataSource: 'search.json',
searchResultTemplate: '<li><a href="{url}" title="markAsUrgent">{title}</a></li>',
noResultsText: 'No results found.',
limit: 10,
fuzzy: true,
})
</script>
<!--end search-->
</li>
</ul>
</div>
</div>
<!-- /.container -->
</nav>
<!-- Page Content -->
<div class="container">
<div class="col-lg-12"> </div>
<!-- Content Row -->
<div class="row">
<!-- Sidebar Column -->
<div class="col-md-3">
<ul id="mysidebar" class="nav">
<li class="sidebarTitle"> </li>
<li>
<a href="#">Common Guidelines</a>
<ul>
<li class="subfolders">
<a href="#">Introduction</a>
<ul>
<li class="thirdlevel"><a href="index.html">Home</a></li>
</ul>
</li>
<li class="subfolders">
<a href="#">Services Domains</a>
<ul>
<li class="thirdlevel"><a href="common_csds.html">Home</a></li>
</ul>
</li>
</ul>
<li>
<a href="#">Account Configuration</a>
<ul>
<li class="subfolders">
<a href="#">Predefined Content API</a>
<ul>
<li class="thirdlevel"><a href="account-configuration-predefined-content-overview.html">Overview</a></li>
<li class="thirdlevel"><a href="account-configuration-predefined-content-methods.html">Methods</a></li>
<li class="thirdlevel"><a href="account-configuration-predefined-content-get-items.html">Get Predefined Content Items</a></li>
<li class="thirdlevel"><a href="account-configuration-predefined-content-get-by-id.html">Get Predefined Content by ID</a></li>
<li class="thirdlevel"><a href="account-configuration-predefined-content-query-delta.html">Predefined Content Query Delta</a></li>
<li class="thirdlevel"><a href="account-configuration-predefined-content-create-content.html">Create Predefined Content</a></li>
<li class="thirdlevel"><a href="account-configuration-predefined-content-update-content.html">Update Predefined Content</a></li>
<li class="thirdlevel"><a href="account-configuration-predefined-content-update-content-items.html">Update Predefined Content Items</a></li>
<li class="thirdlevel"><a href="account-configuration-predefined-content-delete-content.html">Delete Predefined Content</a></li>
<li class="thirdlevel"><a href="account-configuration-predefined-content-delete-content-items.html">Delete Predefined Content Items</a></li>
<li class="thirdlevel"><a href="account-configuration-predefined-content-get-default-items.html">Get Default Predefined Content Items</a></li>
<li class="thirdlevel"><a href="account-configuration-predefined-content-get-default-items-by-id.html">Get Default Predefined Content by ID</a></li>
<li class="thirdlevel"><a href="account-configuration-predefined-content-appendix.html">Appendix</a></li>
</ul>
</li>
<li class="subfolders">
<a href="#">Automatic Messages API</a>
<ul>
<li class="thirdlevel"><a href="account-configuration-automatic-messages-overview.html">Overview</a></li>
<li class="thirdlevel"><a href="account-configuration-automatic-messages-methods.html">Methods</a></li>
<li class="thirdlevel"><a href="account-configuration-automatic-messages-get-automatic-messages.html">Get Automatic Messages</a></li>
<li class="thirdlevel"><a href="account-configuration-automatic-messages-get-automatic-message-by-id.html">Get Automatic Message by ID</a></li>
<li class="thirdlevel"><a href="account-configuration-automatic-messages-update-an-automatic-message.html">Update an Automatic Message</a></li>
<li class="thirdlevel"><a href="account-configuration-automatic-messages-appendix.html">Appendix</a></li>
</ul>
</li>
</ul>
<li>
<a href="#">Administration</a>
<ul>
<li class="subfolders">
<a href="#">Users API</a>
<ul>
<li class="thirdlevel"><a href="administration-users-overview.html">Overview</a></li>
<li class="thirdlevel"><a href="administration-users-methods.html">Methods</a></li>
<li class="thirdlevel"><a href="administration-get-all-users.html">Get all users</a></li>
<li class="thirdlevel"><a href="administration-get-user-by-id.html">Get user by ID</a></li>
<li class="thirdlevel"><a href="administration-create-users.html">Create users</a></li>
<li class="thirdlevel"><a href="administration-update-users.html">Update users</a></li>
<li class="thirdlevel"><a href="administration-update-user.html">Update user</a></li>
<li class="thirdlevel"><a href="administration-delete-users.html">Delete users</a></li>
<li class="thirdlevel"><a href="administration-delete-user.html">Delete user</a></li>
<li class="thirdlevel"><a href="administration-change-users-password.html">Change user's password</a></li>
<li class="thirdlevel"><a href="administration-reset-users-password.html">Reset user's password</a></li>
<li class="thirdlevel"><a href="administration-user-query-delta.html">User query delta</a></li>
<li class="thirdlevel"><a href="administration-users-appendix.html">Appendix</a></li>
</ul>
</li>
<li class="subfolders">
<a href="#">Skills API</a>
<ul>
<li class="thirdlevel"><a href="administration-skills-overview.html">Overview</a></li>
<li class="thirdlevel"><a href="administration-skills-methods.html">Methods</a></li>
<li class="thirdlevel"><a href="administration-get-all-skills.html">Get all skills</a></li>
<li class="thirdlevel"><a href="administration-get-skill-by-id.html">Get skill by ID</a></li>
<li class="thirdlevel"><a href="administration-create-skills.html">Create skills</a></li>
<li class="thirdlevel"><a href="administration.update-skills.html">Update skills</a></li>
<li class="thirdlevel"><a href="administration-update-skill.html">Update skill</a></li>
<li class="thirdlevel"><a href="administration-delete-skills.html">Delete skills</a></li>
<li class="thirdlevel"><a href="administration-delete-skill.html">Delete skill</a></li>
<li class="thirdlevel"><a href="administration-skills-query-delta.html">Skills Query Delta</a></li>
<li class="thirdlevel"><a href="administration-skills-appendix.html">Appendix</a></li>
</ul>
</li>
<li class="subfolders">
<a href="#">Agent Groups API</a>
<ul>
<li class="thirdlevel"><a href="administration-agent-groups-overview.html">Overview</a></li>
<li class="thirdlevel"><a href="administration-agent-groups-methods.html">Methods</a></li>
<li class="thirdlevel"><a href="administration-get-all-agent-groups.html">Get all agent groups</a></li>
<li class="thirdlevel"><a href="administration-get-agent-groups-by-id.html">Get agent group by ID</a></li>
<li class="thirdlevel"><a href="administration-create-agent-groups.html">Create agent groups</a></li>
<li class="thirdlevel"><a href="administration-update-agent-groups.html">Update agent groups</a></li>
<li class="thirdlevel"><a href="administration-update-agent-group.html">Update agent group</a></li>
<li class="thirdlevel"><a href="administration-delete-agent-groups.html">Delete agent groups</a></li>
<li class="thirdlevel"><a href="administration-delete-agent-group.html">Delete agent group</a></li>
<li class="thirdlevel"><a href="administration-get-subgroups-and-members.html">Get subgroups and members of an agent group</a></li>
<li class="thirdlevel"><a href="administration-agent-groups-query-delta.html">Agent Groups Query Delta</a></li>
</ul>
</li>
</ul>
<li>
<a href="#">Consumer Experience</a>
<ul>
<li class="subfolders">
<a href="#">In-App Messaging SDK iOS (2.0)</a>
<ul>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-quick-start.html">Quick Start</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-advanced-configurations.html">Advanced Configurations</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-methods.html">Methods</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-initialize.html">initialize</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-showconversation.html">showConversation</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-removeconversation.html">removeConversation</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-reconnect.html">reconnect</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-togglechatactions.html">toggleChatActions</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-checkactiveconversation.html">checkActiveConversation</a></li>
<li class="active thirdlevel"><a href="consumer-experience-ios-sdk-markasurgent.html">markAsUrgent</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-isurgent.html">isUrgent</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-dismissurgent.html">dismissUrgent</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-resolveconversation.html">resolveConversation</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-clearhistory.html">clearHistory</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-logout.html">logout</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-destruct.html">destruct</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-handlepush.html">handlePush</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-registerpushnotifications.html">registerPushNotifications</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-setuserprofile.html">setUserProfile</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-getassignedagent.html">getAssignedAgent</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-subscribelogevents.html">subscribeLogEvents</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-getsdkversion.html">getSDKVersion</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-printalllocalizedkeys.html">printAllLocalizedKeys</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-printsupportedlanguages.html">printSupportedLanguages</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-getallsupportedlanguages.html">getAllSupportedLanguages</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-interfacedefinitions.html">Interface and Class Definitions</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-callbacks-index.html">Callbacks index</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-configuring-the-sdk.html">Configuring the SDK</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-attributes.html">Attributes</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-deprecated-attributes.html">Deprecated Attributes</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-stringlocalization.html">String localization in SDK</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-localizationkeys.html">Localization Keys</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-timestamps.html">Timestamps Formatting</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-createcertificate.html">OS Certificate Creation</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-advanced-csat.html">CSAT UI Content</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-photosharing.html">Photo Sharing (Beta)</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-pushnotifications.html">Configuring Push Notifications</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-opensource.html">Open Source List</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-security.html">Security</a></li>
</ul>
</li>
<li class="subfolders">
<a href="#">In-App Messaging SDK Android (2.0)</a>
<ul>
<li class="thirdlevel"><a href="consumer-experience-android-sdk.html">Version 2.0</a></li>
</ul>
</li>
</ul>
<li>
<a href="#">Real-time Interactions</a>
<ul>
<li class="subfolders">
<a href="#">Visit Information API</a>
<ul>
<li class="thirdlevel"><a href="rt-interactions-visit-information-overview.html">Overview</a></li>
<li class="thirdlevel"><a href="rt-interactions-visit-information-visit-information.html">Visit Information</a></li>
</ul>
</li>
<li class="subfolders">
<a href="#">App Engagement API</a>
<ul>
<li class="thirdlevel"><a href="rt-interactions-app-engagement-overview.html">Overview</a></li>
<li class="thirdlevel"><a href="rt-interactions-app-engagement-methods.html">Methods</a></li>
<li class="thirdlevel"><a href="rt-interactions-create-session.html">Create Session</a></li>
<li class="thirdlevel"><a href="rt-interactions-update-session.html">Update Session</a></li>
<li class="thirdlevel"><a href="rt-interactions-app-engagement-response-errors.html">Response Errors</a></li>
</ul>
</li>
<li class="subfolders">
<a href="#">Engagement Attributes</a>
<ul>
<li class="thirdlevel"><a href="rt-interactions-engagement-attributes-overview.html">Overview</a></li>
<li class="thirdlevel"><a href="rt-interactions-engagement-attributes-engagement-attributes.html">Engagement Attributes</a></li>
</ul>
</li>
<li class="subfolders">
<a href="#">IVR Engagement API</a>
<ul>
<li class="thirdlevel"><a href="rt-interactions-ivr-engagement-overview.html">Overview</a></li>
<li class="thirdlevel"><a href="rt-interactions-ivr-engagement-methods.html">Methods</a></li>
<li class="thirdlevel"><a href="rt-interactions-ivr-engagement-external-engagement.html">External Engagement</a></li>
</ul>
</li>
<li class="subfolders">
<a href="#">Validate Engagement</a>
<ul>
<li class="thirdlevel"><a href="rt-interactions-validate-engagement-overview.html">Overview</a></li>
<li class="thirdlevel"><a href="rt-interactions-validate-engagement-validate-engagement.html">Validate Engagement API</a></li>
</ul>
</li>
<li class="subfolders">
<a href="#">Visit Information API</a>
<ul>
<li class="thirdlevel"><a href="rt-interactions-visit-information-overview.html">Overview</a></li>
</ul>
</li>
<li class="subfolders">
<a href="#">Engagement Window Widget SDK</a>
<ul>
<li class="thirdlevel"><a href="rt-interactions-window-sdk-overview.html">Overview</a></li>
<li class="thirdlevel"><a href="rt-interactions-window-sdk-getting-started.html">Getting Started</a></li>
<li class="thirdlevel"><a href="rt-interactions-window-sdk-limitations.html">Limitations</a></li>
<li class="thirdlevel"><a href="rt-interactions-window-sdk-configuration.html">Configuration</a></li>
<li class="thirdlevel"><a href="rt-interactions-window-sdk-how-to-use.html">How to use the SDK</a></li>
<li class="thirdlevel"><a href="rt-interactions-window-sdk-code-examples.html">Code Examples</a></li>
<li class="thirdlevel"><a href="rt-interactions-window-sdk-event-structure.html">Event Structure</a></li>
</ul>
</li>
</ul>
<li>
<a href="#">Agent</a>
<ul>
<li class="subfolders">
<a href="#">Agent Workspace Widget SDK</a>
<ul>
<li class="thirdlevel"><a href="agent-workspace-sdk-overview.html">Overview</a></li>
<li class="thirdlevel"><a href="agent-workspace-sdk-getting-started.html">Getting Started</a></li>
<li class="thirdlevel"><a href="agent-workspace-sdk-limitations.html">Limitations</a></li>
<li class="thirdlevel"><a href="agent-workspace-sdk-how-to-use.html">How to use the SDK</a></li>
<li class="thirdlevel"><a href="agent-workspace-sdk-methods.html">Methods</a></li>
<li class="thirdlevel"><a href="agent-workspace-sdk-public-model.html">Public Model Structure</a></li>
<li class="thirdlevel"><a href="agent-workspace-sdk-public-properties.html">Public Properties</a></li>
<li class="thirdlevel"><a href="agent-workspace-sdk-code-examples.html">Code Examples</a></li>
</ul>
</li>
<li class="subfolders">
<a href="#">LivePerson Domain API</a>
<ul>
<li class="thirdlevel"><a href="agent-domain-overview.html">Overview</a></li>
<li class="thirdlevel"><a href="agent-domain-domain-api.html">Domain API</a></li>
</ul>
</li>
<li class="subfolders">
<a href="#">Login Service API</a>
<ul>
<li class="thirdlevel"><a href="agent-login-overview.html">Overview</a></li>
<li class="thirdlevel"><a href="agent-login-configuration.html">Configuration</a></li>
<li class="thirdlevel"><a href="agent-login-methods.html">Methods</a></li>
<li class="thirdlevel"><a href="agent-login-login.html">Login</a></li>
<li class="thirdlevel"><a href="agent-login-refresh.html">Refresh</a></li>
<li class="thirdlevel"><a href="agent-login-logout.html">Logout</a></li>
<li class="thirdlevel"><a href="agent-login-non-authenticated-flow.html">Non Authenticated Flow</a></li>
</ul>
</li>
<li class="subfolders">
<a href="#">Chat Agent API</a>
<ul>
<li class="thirdlevel"><a href="agent-chat-agent-overview.html">Overview</a></li>
<li class="thirdlevel"><a href="agent-chat-agent-methods.html">Methods</a></li>
<li class="thirdlevel"><a href="agent-chat-agent-retrieve-current-availability.html">Retrieve Current Availability</a></li>
<li class="thirdlevel"><a href="agent-chat-agent-set-agent-availability.html">Set Agent Availability</a></li>
<li class="thirdlevel"><a href="agent-chat-retrieve-available-agents.html">Retrieve Available Agents</a></li>
<li class="thirdlevel"><a href="agent-chat-agent-retrieve-available-slots.html">Retrieve Available Slots</a></li>
<li class="thirdlevel"><a href="agent-chat-agent-retrieve-agent-information.html">Retrieve Agent Information</a></li>
<li class="thirdlevel"><a href="agent-chat-agent-determine-incoming.html">Determine Incoming Chat Requests</a></li>
<li class="thirdlevel"><a href="agent-chat-agent-accept-chat.html">Accept a Chat</a></li>
<li class="thirdlevel"><a href="agent-chat-agent-retrieve-chat-sessions.html">Retrieve Chat Sessions</a></li>
<li class="thirdlevel"><a href="agent-chat-agent-retrieve-chat-resources.html">Retrieve Chat Resources, Events and Information</a></li>
<li class="thirdlevel"><a href="agent-chat-agent-retrieve-data.html">Retrieve Data for Multiple Chats</a></li>
<li class="thirdlevel"><a href="agent-chat-agent-retrieve-chat-events.html">Retrieve Chat Events</a></li>
<li class="thirdlevel"><a href="agent-chat-agent-add-lines.html">Add Lines</a></li>
<li class="thirdlevel"><a href="agent-chat-agent-end-chat.html">End Chat</a></li>
<li class="thirdlevel"><a href="agent-chat-agent-retrieve-chat-information.html">Retrieve Chat Information</a></li>
<li class="thirdlevel"><a href="agent-chat-agent-retrieve-visitor-name.html">Retrieve Visitor’s Name</a></li>
<li class="thirdlevel"><a href="agent-chat-agent-retrieve-agent-typing-status.html">Retrieve Agent’s Typing Status</a></li>
<li class="thirdlevel"><a href="agent-chat-agent-set-agent-typing-status.html">Set Agent’s Typing Status</a></li>
<li class="thirdlevel"><a href="agent-chat-agent-retrieve-visitor-typing-status.html">Retrieve Visitor’s Typing Status</a></li>
<li class="thirdlevel"><a href="agent-chat-agent-retrieve-available-skills.html">Retrieve Available Skills</a></li>
<li class="thirdlevel"><a href="agent-chat-agent-transfer-chat.html">Transfer a Chat</a></li>
<li class="thirdlevel"><a href="agent-chat-agent-retrieve-survey-structure.html">Retrieve the Agent Survey Structure</a></li>
<li class="thirdlevel"><a href="agent-chat-agent-submit-survey-data.html">Submit Survey Data</a></li>
<li class="thirdlevel"><a href="agent-chat-agent-samples.html">Samples</a></li>
</ul>
</li>
</ul>
<li>
<a href="#">Data</a>
<ul>
<li class="subfolders">
<a href="#">Data Access API</a>
<ul>
<li class="thirdlevel"><a href="data-data-access.html">Data Access API</a></li>
</ul>
</li>
</ul>
<li>
<a href="#">Messaging Window API</a>
<ul>
<li class="subfolders">
<a href="#">Introduction</a>
<ul>
<li class="thirdlevel"><a href="consumer-interation-index.html">Home</a></li>
<li class="thirdlevel"><a href="consumer-int-protocol-overview.html">Protocol Overview</a></li>
<li class="thirdlevel"><a href="consumer-int-getting-started.html">Getting Started</a></li>
</ul>
</li>
<li class="subfolders">
<a href="#">Tutorials</a>
<ul>
<li class="thirdlevel"><a href="consumer-int-get-msg.html">Get Messages</a></li>
<li class="thirdlevel"><a href="consumer-int-conversation-md.html">Conversation Metadata</a></li>
<li class="thirdlevel"><a href="consumer-int-readaccept-events.html">Read/Accept events</a></li>
<li class="thirdlevel"><a href="consumer-int-authentication.html">Authentication</a></li>
<li class="thirdlevel"><a href="consumer-int-agent-profile.html">Agent Profile</a></li>
<li class="thirdlevel"><a href="consumer-int-post-survey.html">Post Conversation Survey</a></li>
<li class="thirdlevel"><a href="consumer-int-client-props.html">Client Properties</a></li>
<li class="thirdlevel"><a href="consumer-int-no-headers.html">Avoid ga, qasocket Headers</a></li>
</ul>
</li>
<li class="subfolders">
<a href="#">Samples</a>
<ul>
<li class="thirdlevel"><a href="consumer-int-js-sample.html">JavaScript Messenger</a></li>
</ul>
</li>
<li><a href="consumer-int-api-reference.html">API Reference</a></li>
</ul>
<!-- if you aren't using the accordion, uncomment this block:
<p class="external">
<a href="#" id="collapseAll">Collapse All</a> | <a href="#" id="expandAll">Expand All</a>
</p>
-->
</li>
</ul>
</div>
<!-- this highlights the active parent class in the navgoco sidebar. this is critical so that the parent expands when you're viewing a page. This must appear below the sidebar code above. Otherwise, if placed inside customscripts.js, the script runs before the sidebar code runs and the class never gets inserted.-->
<script>$("li.active").parents('li').toggleClass("active");</script>
<!-- Content Column -->
<div class="col-md-9">
<div class="post-header">
<h1 class="post-title-main">markAsUrgent</h1>
</div>
<div class="post-content">
<p>A consumer can mark a conversation as urgent in order to request a faster response from the agent. You can call the API only if there’s an active conversation, otherwise an alert will be triggered. The conversation is marked as urgent only after an ACK is received from the server.</p>
<div class="highlighter-rouge"><pre class="highlight"><code> func markAsUrgent(_ conversationQuery: ConversationParamProtocol)
</code></pre>
</div>
<table>
<thead>
<tr>
<th style="text-align: left">Parameter</th>
<th style="text-align: left">Description</th>
<th style="text-align: left">Notes</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left">conversationQuery</td>
<td style="text-align: left">Represents a ‘filter’ for the conversation screen, determining which of the conversations will be displayed in the following screens.</td>
<td style="text-align: left">Default: sorts the conversations by account number. <br /> See helpers methods above for how to generate a conversation query.</td>
</tr>
</tbody>
</table>
<div class="tags">
</div>
</div>
<hr class="shaded"/>
<footer>
<div class="row">
<div class="col-lg-12 footer">
©2017 LivePerson. All rights reserved.<br />This documentation is subject to change without notice.<br />
Site last generated: Feb 9, 2017 <br />
<p><img src="img/company_logo.png" alt="Company logo"/></p>
</div>
</div>
</footer>
</div>
<!-- /.row -->
</div>
<!-- /.container -->
</div>
</body>
</html> | LivePersonInc/dev-hub | content2/consumer-experience-ios-sdk-markasurgent.html | HTML | mit | 91,468 |
<p class="btn" id="schedulebutton">View the SRCCON Schedule</p>
<script type="text/javascript">
document.getElementById("schedulebutton").onclick = function () {
location.href = "/tickets/";
};
</script>
| sinker/srccon | _includes/schedulebutton.html | HTML | mit | 207 |
<!DOCTYPE html>
<html lang="en">
<head>
<style>
/* Loading Spinner */
.spinner {
margin: 0;
width: 70px;
height: 18px;
margin: -35px 0 0 -9px;
position: absolute;
top: 50%;
left: 50%;
text-align: center
}
.spinner > div {
width: 18px;
height: 18px;
background-color: #333;
border-radius: 100%;
display: inline-block;
-webkit-animation: bouncedelay 1.4s infinite ease-in-out;
animation: bouncedelay 1.4s infinite ease-in-out;
-webkit-animation-fill-mode: both;
animation-fill-mode: both
}
.spinner .bounce1 {
-webkit-animation-delay: -.32s;
animation-delay: -.32s
}
.spinner .bounce2 {
-webkit-animation-delay: -.16s;
animation-delay: -.16s
}
@-webkit-keyframes bouncedelay {
0%,
80%,
100% {
-webkit-transform: scale(0.0)
}
40% {
-webkit-transform: scale(1.0)
}
}
@keyframes bouncedelay {
0%,
80%,
100% {
transform: scale(0.0);
-webkit-transform: scale(0.0)
}
40% {
transform: scale(1.0);
-webkit-transform: scale(1.0)
}
}
</style>
<meta charset="UTF-8">
<!--[if IE]><meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'><![endif]-->
<title> Error 500 </title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<script type="text/javascript">
// $(window).load(function(){
// setTimeout(function() {
// $('#loading').fadeOut( 400, "linear" );
// }, 300);
// });
</script>
<link rel="stylesheet" type="text/css" href="../static/style/admin-all-demo.css">
</head>
<body>
<!-- <div id="loading">
<div class="spinner">
<div class="bounce1"></div>
<div class="bounce2"></div>
<div class="bounce3"></div>
</div>
</div> -->
<style type="text/css">
html,
body {
height: 100%;
}
body {
overflow: hidden;
background: #fff;
}
</style>
<div class="center-vertical">
<div class="center-content row">
<div class="col-md-6 center-margin">
<div class="server-message wow bounceInDown">
<h1>Error 500</h1>
<h2>Internal Server Error</h2>
<p style="margin-bottom: 16px;">The server encountered a syntax error and could not complete your request.<br/>Try again in a few minutes or contact the website administrator.</p>
<button class="btn btn-lg btn-success">Return to previous page</button>
</div>
</div>
</div>
</div>
</body>
</html> | allotory/basilinna | app/templates/error_500.html | HTML | mit | 3,263 |
<!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 `c_ulong` type in crate `libc`.">
<meta name="keywords" content="rust, rustlang, rust-lang, c_ulong">
<title>libc::types::os::arch::c95::c_ulong - Rust</title>
<link rel="stylesheet" type="text/css" href="../../../../../main.css">
<link rel="shortcut icon" href="https://doc.rust-lang.org/favicon.ico">
</head>
<body class="rustdoc">
<!--[if lte IE 8]>
<div class="warning">
This old browser is unsupported and will most likely display funky
things.
</div>
<![endif]-->
<nav class="sidebar">
<a href='../../../../../libc/index.html'><img src='https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png' alt='' width='100'></a>
<p class='location'><a href='../../../../index.html'>libc</a>::<wbr><a href='../../../index.html'>types</a>::<wbr><a href='../../index.html'>os</a>::<wbr><a href='../index.html'>arch</a>::<wbr><a href='index.html'>c95</a></p><script>window.sidebarCurrent = {name: 'c_ulong', ty: 'type', relpath: ''};</script><script defer src="sidebar-items.js"></script>
</nav>
<nav class="sub">
<form class="search-form js-only">
<div class="search-container">
<input class="search-input" name="search"
autocomplete="off"
placeholder="Click or press ‘S’ to search, ‘?’ for more options…"
type="search">
</div>
</form>
</nav>
<section id='main' class="content type">
<h1 class='fqn'><span class='in-band'><a href='../../../../index.html'>libc</a>::<wbr><a href='../../../index.html'>types</a>::<wbr><a href='../../index.html'>os</a>::<wbr><a href='../index.html'>arch</a>::<wbr><a href='index.html'>c95</a>::<wbr><a class='type' href=''>c_ulong</a></span><span class='out-of-band'><span id='render-detail'>
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
[<span class='inner'>−</span>]
</a>
</span><a id='src-1111' class='srclink' href='../../../../../src/libc/lib.rs.html#648' title='goto source code'>[src]</a></span></h1>
<pre class='rust typedef'>type c_ulong = <a href='https://doc.rust-lang.org/nightly/std/primitive.u64.html'>u64</a>;</pre></section>
<section id='search' class="content hidden"></section>
<section class="footer"></section>
<aside id="help" class="hidden">
<div>
<h1 class="hidden">Help</h1>
<div class="shortcuts">
<h2>Keyboard Shortcuts</h2>
<dl>
<dt>?</dt>
<dd>Show this help dialog</dd>
<dt>S</dt>
<dd>Focus the search field</dd>
<dt>⇤</dt>
<dd>Move up in search results</dd>
<dt>⇥</dt>
<dd>Move down in search results</dd>
<dt>⏎</dt>
<dd>Go to active search result</dd>
</dl>
</div>
<div class="infos">
<h2>Search Tricks</h2>
<p>
Prefix searches with a type followed by a colon (e.g.
<code>fn:</code>) to restrict the search to a given type.
</p>
<p>
Accepted types are: <code>fn</code>, <code>mod</code>,
<code>struct</code>, <code>enum</code>,
<code>trait</code>, <code>type</code>, <code>macro</code>,
and <code>const</code>.
</p>
<p>
Search functions by type signature (e.g.
<code>vec -> usize</code>)
</p>
</div>
</div>
</aside>
<script>
window.rootPath = "../../../../../";
window.currentCrate = "libc";
window.playgroundUrl = "https://play.rust-lang.org/";
</script>
<script src="../../../../../jquery.js"></script>
<script src="../../../../../main.js"></script>
<script src="../../../../../playpen.js"></script>
<script async src="../../../../../search-index.js"></script>
</body>
</html> | ebfull/ebfull.github.io | pcap/libc/types/os/arch/c95/type.c_ulong.html | HTML | mit | 4,509 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>18 --> 19</title>
<link href="./../../assets/style.css" rel="stylesheet">
</head>
<body>
<h2>You have to be fast</h2>
<a href="./72ab91db19a9706d0b5a7f5dfc51b6727890ab175189d8f60d57d058b6bbf25d.html">Teleport</a>
<hr>
<a href="./../../about.md">About</a> (Spoilers! )
<script src="./../../assets/md5.js"></script>
<script>
window.currentLevel = 7;
</script>
<script src="./../../assets/script.js"></script>
</body>
</html> | simonmysun/praxis | TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/0cb662086295589417f2b2f7f6b60784d0c3e80ce62569c484f4c2e0b7fd7b18.html | HTML | mit | 550 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_34) on Wed Oct 23 13:33:57 EDT 2013 -->
<TITLE>
Uses of Class org.hibernate.internal.util.ClassLoaderHelper (Hibernate JavaDocs)
</TITLE>
<META NAME="date" CONTENT="2013-10-23">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.hibernate.internal.util.ClassLoaderHelper (Hibernate JavaDocs)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/hibernate/internal/util/ClassLoaderHelper.html" title="class in org.hibernate.internal.util"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/hibernate/internal/util//class-useClassLoaderHelper.html" target="_top"><B>FRAMES</B></A>
<A HREF="ClassLoaderHelper.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Class<br>org.hibernate.internal.util.ClassLoaderHelper</B></H2>
</CENTER>
No usage of org.hibernate.internal.util.ClassLoaderHelper
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/hibernate/internal/util/ClassLoaderHelper.html" title="class in org.hibernate.internal.util"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/hibernate/internal/util//class-useClassLoaderHelper.html" target="_top"><B>FRAMES</B></A>
<A HREF="ClassLoaderHelper.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
Copyright © 2001-2013 <a href="http://redhat.com">Red Hat, Inc.</a> All Rights Reserved.
</BODY>
</HTML>
| HerrB92/obp | OpenBeaconPackage/libraries/hibernate-release-4.2.7.SP1/documentation/javadocs/org/hibernate/internal/util/class-use/ClassLoaderHelper.html | HTML | mit | 6,136 |
<!DOCTYPE html>
<html>
<head>
<!--<meta name="viewport" content="width=device-width, initial-scale=1">-->
<link rel="stylesheet" href="/style/style.css">
<link rel="stylesheet" href="https://cdn.rawgit.com/twbs/bootstrap/48938155eb24b4ccdde09426066869504c6dab3c/dist/css/bootstrap.min.css">
<!--<script src="https://maps.googleapis.com/maps/api/js"></script>-->
</head>
<body>
<div class="container"></div>
</body>
<script src="/bundle.js"></script>
</html>
| Robert-Zandberg/MovieFinder | index.html | HTML | mit | 488 |
<!DOCTYPE html><html><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>[新聞] 英國吃派比賽又出差錯 無法選出冠軍 - 看板 Gossiping - 批踢踢實業坊</title>
<meta name="robots" content="all">
<meta name="keywords" content="Ptt BBS 批踢踢">
<meta name="description" content="
http://tinyurl.com/mjtppth
英國吃派比賽又出差錯 無法選出冠軍
">
<meta property="og:site_name" content="Ptt 批踢踢實業坊">
<meta property="og:title" content="[新聞] 英國吃派比賽又出差錯 無法選出冠軍">
<meta property="og:description" content="
http://tinyurl.com/mjtppth
英國吃派比賽又出差錯 無法選出冠軍
">
<link rel="stylesheet" type="text/css" href="//images.ptt.cc/v2.10/bbs-common.css">
<link rel="stylesheet" type="text/css" href="//images.ptt.cc/v2.10/bbs.css" media="screen">
<link rel="stylesheet" type="text/css" href="//images.ptt.cc/v2.10/pushstream.css" media="screen">
<link rel="stylesheet" type="text/css" href="//images.ptt.cc/v2.10/bbs-print.css" media="print">
<script type="text/javascript" async="" src="https://apis.google.com/js/plusone.js"></script><script id="facebook-jssdk" src="//connect.facebook.net/en_US/all.js#xfbml=1"></script><script type="text/javascript" async="" src="https://ssl.google-analytics.com/ga.js"></script><script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="//images.ptt.cc/v2.10/bbs.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-32365737-1']);
_gaq.push(['_setDomainName', 'ptt.cc']);
_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>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div id="topbar-container">
<div id="topbar" class="bbs-content">
<a id="logo" href="/">批踢踢實業坊</a>
<span>›</span>
<a class="board" href="/bbs/Gossiping/index.html"><span class="board-label">看板 </span>Gossiping</a>
<a class="right small" href="/about.html">關於我們</a>
<a class="right small" href="/contact.html">聯絡資訊</a>
</div>
</div>
<div id="navigation-container">
<div id="navigation" class="bbs-content">
<a class="board" href="/bbs/Gossiping/index.html">返回看板</a>
<div class="bar"></div>
<div class="share">
<span>分享</span>
<div class="fb-like" data-send="false" data-layout="button_count" data-width="90" data-show-faces="false" data-href="http://www.ptt.cc/bbs/Gossiping/M.1419055301.A.58E.html"></div>
<div class="g-plusone" data-size="medium"></div>
<script type="text/javascript">
window.___gcfg = {lang: 'zh-TW'};
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>
</div>
</div>
</div>
<div id="main-container">
<div id="main-content" class="bbs-screen bbs-content"><div class="article-metaline"><span class="article-meta-tag">作者</span><span class="article-meta-value">Xhocer (以前也很快樂)</span></div><div class="article-metaline-right"><span class="article-meta-tag">看板</span><span class="article-meta-value">Gossiping</span></div><div class="article-metaline"><span class="article-meta-tag">標題</span><span class="article-meta-value">[新聞] 英國吃派比賽又出差錯 無法選出冠軍</span></div><div class="article-metaline"><span class="article-meta-tag">時間</span><span class="article-meta-value">Sat Dec 20 14:01:36 2014</span></div>
<a href="http://tinyurl.com/mjtppth" target="_blank" rel="nofollow">http://tinyurl.com/mjtppth</a>
英國吃派比賽又出差錯 無法選出冠軍
英國今年舉行「吃派比賽」又出差錯,無法選出冠軍。
今年「吃派比賽」預先製做的派,由一個人看管,比賽開始時,卻找不到這個人,只好請
餐廳送過去一些派,但這些派,比參賽使用的派更大,因此比賽結果無效。
然而過去幾年,「吃派比賽」經常發生問題,例如2006年,一名外國人贏得冠軍,引起很
多人抗議,聲稱這個比賽只能由英國人參加。
2009年,有人抱怨派的湯汁過多,使吞嚥時間減少1.5秒,因此要求今後製做派時,不能
讓餡料有太多的汁。
2010年比賽時,一個人贏得冠軍後,其他參賽者爆料說,獲勝者腳下地板上,有食物碎渣
,顯示他沒有吃乾淨,主辦單位於是收回冠軍獎牌。
--
Sent from my B.B.Call
--
<span class="f2">※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 49.159.187.9
</span><span class="f2">※ 文章網址: <a href="http://www.ptt.cc/bbs/Gossiping/M.1419055301.A.58E.html" target="_blank" rel="nofollow">http://www.ptt.cc/bbs/Gossiping/M.1419055301.A.58E.html</a>
</span><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">makimakimaki</span><span class="f3 push-content">: 不會比賽吃別的嗎</span><span class="push-ipdatetime"> 12/20 14:03
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">idareyou</span><span class="f3 push-content">: 五樓吃仰望星空派被魚骨噎到</span><span class="push-ipdatetime"> 12/20 14:03
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">gamePaulguy</span><span class="f3 push-content">: 上帝看到人類智慧發展的終極長這樣應該會哭</span><span class="push-ipdatetime"> 12/20 14:04
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">MGuarder</span><span class="f3 push-content">: 白吃了</span><span class="push-ipdatetime"> 12/20 14:07
</span></div><div class="push"><span class="f1 hl push-tag">噓 </span><span class="f3 hl push-userid">starcraftiii</span><span class="f3 push-content">: 英國人小鼻子小眼睛小雞雞</span><span class="push-ipdatetime"> 12/20 14:09
</span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">nakayamayyt</span><span class="f3 push-content">: 不要GGYY</span><span class="push-ipdatetime"> 12/20 14:09
</span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">Howard61313</span><span class="f3 push-content">: 不爽不要吃</span><span class="push-ipdatetime"> 12/20 14:11
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">caesst85149</span><span class="f3 push-content">: 怎麼改都會有人鬧 英國一堆無理取鬧的混擬土腦袋</span><span class="push-ipdatetime"> 12/20 17:26
</span></div></div>
<div id="article-polling" data-pollurl="/poll/Gossiping/M.1419055301.A.58E.html?cacheKey=2052-1349101590&offset=1698&offset-sig=8f1ae9d8874521f2ca85188c470b59f4f45bbe56" data-longpollurl="/v1/longpoll?id=d691ab922f734e31b254ae939ed8bbb5d158f812" data-offset="1698">推文自動更新已關閉</div>
<div class="bbs-screen bbs-footer-message">本網站已依台灣網站內容分級規定處理。此區域為限制級,未滿十八歲者不得瀏覽。</div>
</div>
</body></html> | iultimatez/PTTScraper | result/M.1419055301.A.58E.html | HTML | mit | 7,898 |
{{- $id := "renren" -}}
{{- $name := add "icon-" $id -}}
{{- if not (.Scratch.Get $name) -}}
{{- .Scratch.Set $name true -}}
<svg class="clip" xmlns="http://www.w3.org/2000/svg" width="0" height="0">
<defs>
<svg viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg" id="{{ $id }}" fill="currentcolor"><path d="M1261 1570q-171 94-368 94-196 0-367-94 138-87 235.5-211t131.5-268q35 144 132.5 268t235.5 211zm-495-1428v485q0 252-126.5 459.5t-330.5 306.5q-181-215-181-495 0-187 83.5-349.5t229.5-269.5 325-137zm898 756q0 280-181 495-204-99-330.5-306.5t-126.5-459.5v-485q179 30 325 137t229.5 269.5 83.5 349.5z"/></svg>
</defs>
</svg>
{{- end }} | sascha53/Font-Awesome-SVG-PNG | partials/renren.html | HTML | mit | 641 |
<img data-src="{% include image-url.html path=include.path %}" alt="{{ include.alt }}" class="lazyload{% if include.class %} {{ include.class }}{% endif %}"{% if include.style %} style="{{ include.style }}"{% endif %}>
| kaushik88/kaushik88.github.io | _includes/image.html | HTML | mit | 219 |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang='en'>
<head>
<meta name="generator" content="AWStats 6.7 (build 1.892) from config file awstats.allvbg.ru.conf (http://awstats.sourceforge.net)">
<meta name="robots" content="noindex,nofollow">
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<meta http-equiv="description" content="Awstats - Advanced Web Statistics for allvbg.ru (2011-11)">
<title>Statistics for allvbg.ru (2011-11)</title>
<style type="text/css">
<!--
body { font: 11px verdana, arial, helvetica, sans-serif; background-color: #FFFFFF; margin-top: 0; margin-bottom: 0; }
.aws_bodyl { }
.aws_border { border-collapse: collapse; background-color: #CCCCDD; padding: 1px 1px 1px 1px; margin-top: 0px; margin-bottom: 0px; }
.aws_title { font: 13px verdana, arial, helvetica, sans-serif; font-weight: bold; background-color: #CCCCDD; text-align: center; margin-top: 0; margin-bottom: 0; padding: 1px 1px 1px 1px; color: #000000; }
.aws_blank { font: 13px verdana, arial, helvetica, sans-serif; background-color: #FFFFFF; text-align: center; margin-bottom: 0; padding: 1px 1px 1px 1px; }
.aws_data {
background-color: #FFFFFF;
border-top-width: 1px;
border-left-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
}
.aws_formfield { font: 13px verdana, arial, helvetica; }
.aws_button {
font-family: arial,verdana,helvetica, sans-serif;
font-size: 12px;
border: 1px solid #ccd7e0;
background-image : url(/awstatsicons/other/button.gif);
}
th { border-color: #ECECEC; border-left-width: 0px; border-right-width: 1px; border-top-width: 0px; border-bottom-width: 1px; padding: 1px 2px 1px 1px; font: 11px verdana, arial, helvetica, sans-serif; text-align:center; color: #000000; }
th.aws { border-color: #ECECEC; border-left-width: 0px; border-right-width: 1px; border-top-width: 0px; border-bottom-width: 1px; padding: 1px 2px 1px 1px; font-size: 13px; font-weight: bold; }
td { border-color: #ECECEC; border-left-width: 0px; border-right-width: 1px; border-top-width: 0px; border-bottom-width: 1px; font: 11px verdana, arial, helvetica, sans-serif; text-align:center; color: #000000; }
td.aws { border-color: #ECECEC; border-left-width: 0px; border-right-width: 1px; border-top-width: 0px; border-bottom-width: 1px; font: 11px verdana, arial, helvetica, sans-serif; text-align:left; color: #000000; padding: 0px;}
td.awsm { border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; font: 11px verdana, arial, helvetica, sans-serif; text-align:left; color: #000000; padding: 0px; }
b { font-weight: bold; }
a { font: 11px verdana, arial, helvetica, sans-serif; }
a:link { color: #0011BB; text-decoration: none; }
a:visited { color: #0011BB; text-decoration: none; }
a:hover { color: #605040; text-decoration: underline; }
.currentday { font-weight: bold; }
//-->
</style>
</head>
<body style="margin-top: 0px">
<a name="top"> </a>
<a name="menu"> </a>
<form name="FormDateFilter" action="/cgi-bin/awstats.pl?config=allvbg.ru&output=allemails" style="padding: 0px 0px 0px 0px; margin-top: 0">
<table class="aws_border" border="0" cellpadding="2" cellspacing="0" width="100%">
<tr><td>
<table class="aws_data" border="0" cellpadding="1" cellspacing="0" width="100%">
<tr><td class="aws" valign="middle"><b>Statistics for:</b> </td><td class="aws" valign="middle"><span style="font-size: 14px;">allvbg.ru</span></td><td align="right" rowspan="3"><a href="http://awstats.sourceforge.net" target="awstatshome"><img src="/awstatsicons/other/awstats_logo6.png" border="0" alt='Awstats Web Site' title='Awstats Web Site' /></a></td></tr>
<tr valign="middle"><td class="aws" valign="middle" width="150"><b>Last Update:</b> </td><td class="aws" valign="middle"><span style="font-size: 12px;">30 Nov 2011 - 00:01</span></td></tr>
<tr><td class="aws" valign="middle"><b>Reported period:</b></td><td class="aws" valign="middle"><span style="font-size: 14px;">Month Nov 2011</span></td></tr>
</table>
</td></tr></table>
</form>
<table>
<tr><td class="aws"><a href="javascript:parent.window.close();">Close window</a></td></tr>
</table>
<a name="emailsenders"> </a><br />
<table class="aws_border" border="0" cellpadding="2" cellspacing="0" width="100%">
<tr><td class="aws_title" width="70%">Sender EMail </td><td class="aws_blank"> </td></tr>
<tr><td colspan="2">
<table class="aws_data" border="1" cellpadding="2" cellspacing="0" width="100%">
<tr bgcolor="#ECECEC"><th colspan="3">Sender EMail : 0</th></tr>
<tr bgcolor="#ECECEC"><th width="30%">Local</th><th> </th><th width="30%">External</th></tr><tr><td colspan="3"><span style="color: #666688">Others</span></td></tr>
</table></td></tr></table><br />
<br /><br />
<span dir="ltr" style="font: 11px verdana, arial, helvetica; color: #000000;"><b>Advanced Web Statistics 6.7 (build 1.892)</b> - <a href="http://awstats.sourceforge.net" target="awstatshome">Created by awstats</a></span><br />
<br />
</body>
</html>
| pomahtuk/symphony-test | webstat/webstat/awstats.allvbg.ru.allemails.102011.html | HTML | mit | 5,041 |
<link rel="import" href="../polymer/polymer.html">
<link rel="import" href="../paper-tabs/paper-tabs.html">
<link rel="import" href="../iron-pages/iron-pages.html">
<dom-module id="poly-tabs">
<style>
:host {
display: block;
min-width: 100%;
box-sizing: border-box;
}
paper-tabs{
background-color: var(--app-primary-color);
--paper-tabs-selection-bar-color: yellow;
color: #fff;
text-transform: uppercase;
}
</style>
<template>
<paper-tabs id="tabs" selected="{{selected_tab}}">
<template is="dom-repeat" items="{{tabs}}">
<paper-tab>{{item.name}}</paper-tab>
</template>
</paper-tabs>
</template>
<script>
Polymer({
is: 'poly-tabs',
listeners: {
'click': 'focus'
},
properties: {
tabs:{
type: Array,
value: [{name: 'Tab 1'}, {name: 'Tab 2'}],
reflectToAttribute: true
},
selected_tab: {
type: Number,
value: 0,
observer: '_selected_tabChange',
reflectToAttribute: true
},
flex:{
type: Boolean,
value: false,
reflectToAttribute: true,
observer: "_flexChanged"
}
},
_selected_tabChange: function() {
this.fire("elementSelection");
},
ready: function() {
this.refreshStyles();
this.number = this.tabs.length;
this.min = 0;
this.max = this.number;
},
attached: function(){
},
addElement: function(){
if(this.number < 5){
this.number = this.number + 1;
this.max = this.number;
this.push("tabs", {name: 'Tab '+ this.number} );
this.fire("elementSelection");
}
},
removeElement: function(){
if(this.number > this.min){
this.number = this.number - 1;
this.max = this.number;
this.pop("tabs");
this.fire("elementSelection");
}
},
focus: function() {
this.getStyles();
this.fire("elementSelection");
this.toggleClass('outlined_element', true);
},
unfocus: function() {
this.toggleClass('outlined_element', false);
},
_flexChanged: function() {
this.toggleClass('flex', this.flex);
},
getStyles: function(){
this.width = getComputedStyle(this.$.tabs)["width"];
this.height = getComputedStyle(this.$.tabs)["height"];
this.background = this.rgb2hex(getComputedStyle(this.$.tabs)["background-color"]);
this.color = this.rgb2hex(getComputedStyle(this.$.tabs)["color"]);
this.display = getComputedStyle(this.$.tabs)["display"];
var values = ["-top","-right","-bottom","-left"];
var margin = [];
var padding = [];
for (var j = 0; j < values.length; j++) {
margin.push(getComputedStyle(this.$.tabs)["margin"+values[j]]);
padding.push(getComputedStyle(this.$.tabs)["padding"+values[j]]);
}
this.margin = margin.join(' ');
this.padding = padding.join(' ');
},
rgb2hex: function(rgb){
rgb = rgb.match(/^rgba?[\s+]?\([\s+]?(\d+)[\s+]?,[\s+]?(\d+)[\s+]?,[\s+]?(\d+)[\s+]?/i);
return (rgb && rgb.length === 4) ? "#" +
("0" + parseInt(rgb[1],10).toString(16)).slice(-2) +
("0" + parseInt(rgb[2],10).toString(16)).slice(-2) +
("0" + parseInt(rgb[3],10).toString(16)).slice(-2) : '';
},
refreshStyles: function (property, value) {
this.style[property] = value;
this.$.tabs.setAttribute('style', this.getAttribute('style'));
}
});
</script>
</dom-module>
| polytipe/polytipe-projects | bower_components/poly-elements/poly-tabs.html | HTML | mit | 3,738 |
<!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" />
<title>maker.documents.models — Maker 0.1.0 documentation</title>
<link rel="stylesheet" href="../../../_static/default.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../../../',
VERSION: '0.1.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
};
</script>
<script type="text/javascript" src="../../../_static/jquery.js"></script>
<script type="text/javascript" src="../../../_static/underscore.js"></script>
<script type="text/javascript" src="../../../_static/doctools.js"></script>
<link rel="top" title="Maker 0.1.0 documentation" href="../../../index.html" />
<link rel="up" title="Module code" href="../../index.html" />
</head>
<body>
<div class="related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../../../genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="../../../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li><a href="../../../index.html">Maker 0.1.0 documentation</a> »</li>
<li><a href="../../index.html" accesskey="U">Module code</a> »</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body">
<h1>Source code for maker.documents.models</h1><div class="highlight"><pre>
<span class="c"># encoding: utf-8</span>
<span class="c"># Copyright 2011 Tree.io Limited</span>
<span class="c"># This file is part of maker.</span>
<span class="c"># License www.tree.io/license</span>
<span class="sd">"""</span>
<span class="sd">Documents module objects</span>
<span class="sd">"""</span>
<span class="kn">from</span> <span class="nn">django.db</span> <span class="kn">import</span> <span class="n">models</span>
<span class="kn">from</span> <span class="nn">django.core.urlresolvers</span> <span class="kn">import</span> <span class="n">reverse</span>
<span class="kn">from</span> <span class="nn">maker.core.models</span> <span class="kn">import</span> <span class="n">Object</span>
<span class="kn">from</span> <span class="nn">maker.core.conf</span> <span class="kn">import</span> <span class="n">settings</span>
<span class="kn">from</span> <span class="nn">maker.documents.files</span> <span class="kn">import</span> <span class="n">FileStorage</span>
<span class="kn">import</span> <span class="nn">os</span>
<span class="kn">import</span> <span class="nn">time</span>
<span class="kn">import</span> <span class="nn">re</span>
<span class="c"># Folder model</span>
<div class="viewcode-block" id="Folder"><a class="viewcode-back" href="../../../development/documents.html#maker.documents.models.Folder">[docs]</a><span class="k">class</span> <span class="nc">Folder</span><span class="p">(</span><span class="n">Object</span><span class="p">):</span>
<span class="sd">""" Every folder may have a parent folder """</span>
<span class="n">name</span> <span class="o">=</span> <span class="n">models</span><span class="o">.</span><span class="n">CharField</span><span class="p">(</span><span class="n">max_length</span><span class="o">=</span><span class="mi">255</span><span class="p">)</span>
<span class="n">parent</span> <span class="o">=</span> <span class="n">models</span><span class="o">.</span><span class="n">ForeignKey</span><span class="p">(</span><span class="s">'self'</span><span class="p">,</span> <span class="n">blank</span><span class="o">=</span><span class="bp">True</span><span class="p">,</span> <span class="n">null</span><span class="o">=</span><span class="bp">True</span><span class="p">,</span> <span class="n">related_name</span><span class="o">=</span><span class="s">'child_set'</span><span class="p">)</span>
<span class="n">access_inherit</span> <span class="o">=</span> <span class="p">(</span><span class="s">'parent'</span><span class="p">,</span> <span class="s">'*module'</span><span class="p">,</span> <span class="s">'*user'</span><span class="p">)</span>
<span class="k">def</span> <span class="nf">__unicode__</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span>
<span class="k">return</span> <span class="bp">self</span><span class="o">.</span><span class="n">name</span>
<div class="viewcode-block" id="Folder.get_absolute_url"><a class="viewcode-back" href="../../../development/documents.html#maker.documents.models.Folder.get_absolute_url">[docs]</a> <span class="k">def</span> <span class="nf">get_absolute_url</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span>
<span class="s">"Returns absolute URL of the object"</span>
<span class="k">try</span><span class="p">:</span>
<span class="k">return</span> <span class="n">reverse</span><span class="p">(</span><span class="s">'documents_folder_view'</span><span class="p">,</span> <span class="n">args</span><span class="o">=</span><span class="p">[</span><span class="bp">self</span><span class="o">.</span><span class="n">id</span><span class="p">])</span>
<span class="k">except</span> <span class="ne">Exception</span><span class="p">:</span>
<span class="k">return</span> <span class="s">""</span>
</div></div>
<div class="viewcode-block" id="generate_filename"><a class="viewcode-back" href="../../../development/documents.html#maker.documents.models.generate_filename">[docs]</a><span class="k">def</span> <span class="nf">generate_filename</span><span class="p">(</span><span class="n">instance</span><span class="p">,</span> <span class="n">old_filename</span><span class="p">):</span>
<span class="sd">""" Generate filename """</span>
<span class="n">extension</span> <span class="o">=</span> <span class="n">os</span><span class="o">.</span><span class="n">path</span><span class="o">.</span><span class="n">splitext</span><span class="p">(</span><span class="n">old_filename</span><span class="p">)[</span><span class="mi">1</span><span class="p">]</span>
<span class="n">filename</span> <span class="o">=</span> <span class="nb">str</span><span class="p">(</span><span class="n">time</span><span class="o">.</span><span class="n">time</span><span class="p">())</span> <span class="o">+</span> <span class="n">extension</span>
<span class="k">return</span> <span class="s">'documents/files/'</span> <span class="o">+</span> <span class="n">filename</span>
<span class="c"># File model</span></div>
<div class="viewcode-block" id="File"><a class="viewcode-back" href="../../../development/documents.html#maker.documents.models.File">[docs]</a><span class="k">class</span> <span class="nc">File</span><span class="p">(</span><span class="n">Object</span><span class="p">):</span>
<span class="sd">""" A binary or other non-renderable file (i.e. an image) """</span>
<span class="n">name</span> <span class="o">=</span> <span class="n">models</span><span class="o">.</span><span class="n">CharField</span><span class="p">(</span><span class="n">max_length</span><span class="o">=</span><span class="mi">255</span><span class="p">)</span>
<span class="n">folder</span> <span class="o">=</span> <span class="n">models</span><span class="o">.</span><span class="n">ForeignKey</span><span class="p">(</span><span class="n">Folder</span><span class="p">)</span>
<span class="n">content</span> <span class="o">=</span> <span class="n">models</span><span class="o">.</span><span class="n">FileField</span><span class="p">(</span><span class="n">upload_to</span><span class="o">=</span><span class="n">generate_filename</span><span class="p">,</span> <span class="n">storage</span><span class="o">=</span><span class="n">FileStorage</span><span class="p">())</span>
<span class="n">access_inherit</span> <span class="o">=</span> <span class="p">(</span><span class="s">'folder'</span><span class="p">,</span> <span class="s">'*module'</span><span class="p">,</span> <span class="s">'*user'</span><span class="p">)</span>
<span class="k">def</span> <span class="nf">__unicode__</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span>
<span class="k">return</span> <span class="bp">self</span><span class="o">.</span><span class="n">name</span>
<div class="viewcode-block" id="File.get_file_type"><a class="viewcode-back" href="../../../development/documents.html#maker.documents.models.File.get_file_type">[docs]</a> <span class="k">def</span> <span class="nf">get_file_type</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span>
<span class="n">match</span> <span class="o">=</span> <span class="n">re</span><span class="o">.</span><span class="n">match</span><span class="p">(</span><span class="s">'.*\.(?P<extension>[a-z]+)'</span><span class="p">,</span> <span class="nb">unicode</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">content</span><span class="p">))</span>
<span class="k">if</span> <span class="n">match</span><span class="p">:</span>
<span class="k">return</span> <span class="nb">unicode</span><span class="p">(</span><span class="n">match</span><span class="o">.</span><span class="n">group</span><span class="p">(</span><span class="s">'extension'</span><span class="p">))</span><span class="o">.</span><span class="n">upper</span><span class="p">()</span>
<span class="k">else</span><span class="p">:</span>
<span class="k">return</span> <span class="s">''</span>
</div>
<div class="viewcode-block" id="File.can_preview"><a class="viewcode-back" href="../../../development/documents.html#maker.documents.models.File.can_preview">[docs]</a> <span class="k">def</span> <span class="nf">can_preview</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span>
<span class="n">filetype</span> <span class="o">=</span> <span class="bp">self</span><span class="o">.</span><span class="n">get_file_type</span><span class="p">()</span>
<span class="k">for</span> <span class="n">ext</span> <span class="ow">in</span> <span class="p">(</span><span class="s">'PNG'</span><span class="p">,</span> <span class="s">'JPG'</span><span class="p">,</span> <span class="s">'JPEG'</span><span class="p">,</span> <span class="s">'BMP'</span><span class="p">,</span> <span class="s">'GIF'</span><span class="p">,</span> <span class="s">'SVG'</span><span class="p">):</span>
<span class="k">if</span> <span class="n">filetype</span> <span class="o">==</span> <span class="n">ext</span><span class="p">:</span>
<span class="k">return</span> <span class="bp">True</span>
<span class="k">return</span> <span class="bp">False</span>
</div>
<div class="viewcode-block" id="File.get_preview_url"><a class="viewcode-back" href="../../../development/documents.html#maker.documents.models.File.get_preview_url">[docs]</a> <span class="k">def</span> <span class="nf">get_preview_url</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span>
<span class="k">return</span> <span class="nb">getattr</span><span class="p">(</span><span class="n">settings</span><span class="p">,</span> <span class="s">'MEDIA_URL'</span><span class="p">,</span> <span class="s">'/static/media/'</span><span class="p">)</span> <span class="o">+</span> <span class="nb">unicode</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">content</span><span class="p">)</span>
</div>
<span class="k">class</span> <span class="nc">Meta</span><span class="p">:</span>
<span class="s">" File "</span>
<span class="n">ordering</span> <span class="o">=</span> <span class="p">[</span><span class="s">'-last_updated'</span><span class="p">]</span>
<div class="viewcode-block" id="File.get_absolute_url"><a class="viewcode-back" href="../../../development/documents.html#maker.documents.models.File.get_absolute_url">[docs]</a> <span class="k">def</span> <span class="nf">get_absolute_url</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span>
<span class="s">"Returns absolute URL of the object"</span>
<span class="k">try</span><span class="p">:</span>
<span class="k">return</span> <span class="n">reverse</span><span class="p">(</span><span class="s">'documents_file_view'</span><span class="p">,</span> <span class="n">args</span><span class="o">=</span><span class="p">[</span><span class="bp">self</span><span class="o">.</span><span class="n">id</span><span class="p">])</span>
<span class="k">except</span> <span class="ne">Exception</span><span class="p">:</span>
<span class="k">return</span> <span class="s">""</span>
<span class="c"># Document model</span></div></div>
<div class="viewcode-block" id="Document"><a class="viewcode-back" href="../../../development/documents.html#maker.documents.models.Document">[docs]</a><span class="k">class</span> <span class="nc">Document</span><span class="p">(</span><span class="n">Object</span><span class="p">):</span>
<span class="sd">""" A readable document, i.e. HTML, which may be rendered directly """</span>
<span class="n">title</span> <span class="o">=</span> <span class="n">models</span><span class="o">.</span><span class="n">CharField</span><span class="p">(</span><span class="n">max_length</span><span class="o">=</span><span class="mi">255</span><span class="p">)</span>
<span class="n">folder</span> <span class="o">=</span> <span class="n">models</span><span class="o">.</span><span class="n">ForeignKey</span><span class="p">(</span><span class="n">Folder</span><span class="p">)</span>
<span class="n">body</span> <span class="o">=</span> <span class="n">models</span><span class="o">.</span><span class="n">TextField</span><span class="p">(</span><span class="n">null</span><span class="o">=</span><span class="bp">True</span><span class="p">,</span> <span class="n">blank</span><span class="o">=</span><span class="bp">True</span><span class="p">)</span>
<span class="n">access_inherit</span> <span class="o">=</span> <span class="p">(</span><span class="s">'folder'</span><span class="p">,</span> <span class="s">'*module'</span><span class="p">,</span> <span class="s">'*user'</span><span class="p">)</span>
<span class="k">def</span> <span class="nf">__unicode__</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span>
<span class="k">return</span> <span class="bp">self</span><span class="o">.</span><span class="n">title</span>
<span class="k">class</span> <span class="nc">Meta</span><span class="p">:</span>
<span class="s">" File "</span>
<span class="n">ordering</span> <span class="o">=</span> <span class="p">[</span><span class="s">'-last_updated'</span><span class="p">]</span>
<div class="viewcode-block" id="Document.get_absolute_url"><a class="viewcode-back" href="../../../development/documents.html#maker.documents.models.Document.get_absolute_url">[docs]</a> <span class="k">def</span> <span class="nf">get_absolute_url</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span>
<span class="s">"Returns absolute URL of the object"</span>
<span class="k">try</span><span class="p">:</span>
<span class="k">return</span> <span class="n">reverse</span><span class="p">(</span><span class="s">'documents_document_view'</span><span class="p">,</span> <span class="n">args</span><span class="o">=</span><span class="p">[</span><span class="bp">self</span><span class="o">.</span><span class="n">id</span><span class="p">])</span>
<span class="k">except</span> <span class="ne">Exception</span><span class="p">:</span>
<span class="k">return</span> <span class="s">""</span>
<span class="c"># WebLink model</span></div></div>
<div class="viewcode-block" id="WebLink"><a class="viewcode-back" href="../../../development/documents.html#maker.documents.models.WebLink">[docs]</a><span class="k">class</span> <span class="nc">WebLink</span><span class="p">(</span><span class="n">Object</span><span class="p">):</span>
<span class="sd">""" A web link """</span>
<span class="n">title</span> <span class="o">=</span> <span class="n">models</span><span class="o">.</span><span class="n">CharField</span><span class="p">(</span><span class="n">max_length</span><span class="o">=</span><span class="mi">255</span><span class="p">)</span>
<span class="n">folder</span> <span class="o">=</span> <span class="n">models</span><span class="o">.</span><span class="n">ForeignKey</span><span class="p">(</span><span class="n">Folder</span><span class="p">)</span>
<span class="n">url</span> <span class="o">=</span> <span class="n">models</span><span class="o">.</span><span class="n">CharField</span><span class="p">(</span><span class="n">max_length</span><span class="o">=</span><span class="mi">255</span><span class="p">)</span>
<span class="n">access_inherit</span> <span class="o">=</span> <span class="p">(</span><span class="s">'folder'</span><span class="p">,</span> <span class="s">'*module'</span><span class="p">,</span> <span class="s">'*user'</span><span class="p">)</span>
<span class="k">def</span> <span class="nf">__unicode__</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span>
<span class="k">return</span> <span class="bp">self</span><span class="o">.</span><span class="n">title</span>
<span class="k">class</span> <span class="nc">Meta</span><span class="p">:</span>
<span class="s">" File "</span>
<span class="n">ordering</span> <span class="o">=</span> <span class="p">[</span><span class="s">'-last_updated'</span><span class="p">]</span>
<div class="viewcode-block" id="WebLink.get_absolute_url"><a class="viewcode-back" href="../../../development/documents.html#maker.documents.models.WebLink.get_absolute_url">[docs]</a> <span class="k">def</span> <span class="nf">get_absolute_url</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span>
<span class="s">"Returns absolute URL of the object"</span>
<span class="k">try</span><span class="p">:</span>
<span class="k">return</span> <span class="n">reverse</span><span class="p">(</span><span class="s">'documents_weblink_view'</span><span class="p">,</span> <span class="n">args</span><span class="o">=</span><span class="p">[</span><span class="bp">self</span><span class="o">.</span><span class="n">id</span><span class="p">])</span>
<span class="k">except</span> <span class="ne">Exception</span><span class="p">:</span>
<span class="k">return</span> <span class="s">""</span></div></div>
</pre></div>
</div>
</div>
</div>
<div class="sphinxsidebar">
<div class="sphinxsidebarwrapper">
<div id="searchbox" style="display: none">
<h3>Quick search</h3>
<form class="search" action="../../../search.html" method="get">
<input type="text" name="q" />
<input type="submit" value="Go" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
<p class="searchtip" style="font-size: 90%">
Enter search terms or a module, class or function name.
</p>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../../../genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="../../../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li><a href="../../../index.html">Maker 0.1.0 documentation</a> »</li>
<li><a href="../../index.html" >Module code</a> »</li>
</ul>
</div>
<div class="footer">
© Copyright 2013, maker Limited.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3.
</div>
</body>
</html> | alejo8591/maker | doc/_build/html/_modules/maker/documents/models.html | HTML | mit | 21,409 |
<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">香象,古印度敬稱大象。佛教以兔、馬、象渡河來比喻悟道程度的不同。兔渡則浮,馬渡及半,只有象才能澈底截流。所以「香象渡河」,比喻悟道精深。語本《優婆塞戒經.卷一》:「如恆河水,三獸俱渡,一兔、馬、香象。兔不至底,浮水而過;馬或至底,或不至底;象則盡底。」後也用以稱讚詩文寫得精闢、透澈。宋.嚴羽《滄浪詩話.詩評》:「李杜數公,如金鳷擘海,香象渡河,下視郊島輩,直蟲吟草間耳。」亦作「渡河香象」、「香象絕流」。 </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/28000-28999/28232-22.html | HTML | mit | 1,359 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>18 --> 19</title>
<link href="./../../assets/style.css" rel="stylesheet">
</head>
<body>
<h2>You have to be fast</h2>
<a href="./86228a8404646081206dfeb6de057939d6bb15a9adb71db5e3731bfc264159cb.html">Teleport</a>
<hr>
<a href="./../../about.md">About</a> (Spoilers! )
<script src="./../../assets/md5.js"></script>
<script>
window.currentLevel = 7;
</script>
<script src="./../../assets/script.js"></script>
</body>
</html> | simonmysun/praxis | TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/f3607bb3b09fe8bee7d1d7790c1e5f4b85c6a67f77cddf295afbe9fff498d7ee.html | HTML | mit | 550 |
<html>
<body class="ms-font-m">
<iframe src="/#/view/private-samples/excel/01-basics/basic-api-call" style="height:300px; width:600px;"></iframe>
</body>
</html>
| cshashwat/script-lab | src/client/views/test-view-iframe.html | HTML | mit | 165 |
<HTML><HEAD>
<TITLE>Review for Good Will Hunting (1997)</TITLE>
<LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css">
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0119217">Good Will Hunting (1997)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?Stian+M.+Landgaard">Stian M. Landgaard</A></H3><HR WIDTH="40%" SIZE="4">
<P>GOOD WILL HUNTING (Be Gentlemen Limited Partnership / Lawrence Bender
Productions / Miramax Films)</P>
<PRE>MPAA Certification: R
Genre: Drama
Cast: Robin Williams, Matt Damon, Ben Affleck, Minnie Driver, Stellan
Skarsgård
Directed by Gus Van Sant</PRE>
<PRE>My personal rating: 5+ out of 6</PRE>
<P>GOOD WILL HUNTING was to me a very warm-hearted, intelligent and
well-conceived story of a 20-year-old boy, Will Hunting (Damon), whose
skills in mathematics and general science are tremendous. He suffers
from a difficult childhood, and together with his friends, he has been
involved in robberies, fighting, and vandalism. A mathematics
professor, Gerald Lambeau (Skarsgård), discovers Will's abilities,
and attempts to make use of him in his mathematical research. But
upon realizing that Will is uncooperative and difficult to handle,
professor Lambeau persuades Will to see a therapist, Sean Maguire
(Williams), who was Lambeau's room-mate in college.
Throughout the rest of the movie we follow the growing friendship
between Will and Sean, and Will's new-found love, Skylar (Driver).
Will Hunting must understand who he really is, and attempt to
deal with his past. Only then might he be ready to face the future ...</P>
<P>Ben Affleck (starring Will's friend Chuckie) and Matt Damon has
written a very impressive screenplay, and I was not surprised
that they snatched an Academy Award for it. Although the story is
somewhat predictable (several times we know what the next move will
be), I find it charming and quite good. The ending might be a bit
slow, but it's surprising and lovely. Robin Williams shows once and
for all that he can do drama roles, and Matt Damon is very convincing
as Will Hunting. Even the Swedish actor, Skarsgård, seems to do well
in Hollywood pictures. His role is very basic and unemotional but
not cardboard-like. Generally speaking, all the actors did their part,
and brought the movie to a place among the best of 1997.</P>
<P>Reviewed by Stian M. Landgaard, April 12th, 1998</P>
<HR><P CLASS=flush><SMALL>The review above was posted to the
<A HREF="news:rec.arts.movies.reviews">rec.arts.movies.reviews</A> newsgroup (<A HREF="news:de.rec.film.kritiken">de.rec.film.kritiken</A> for German reviews).<BR>
The Internet Movie Database accepts no responsibility for the contents of the
review and has no editorial control. Unless stated otherwise, the copyright
belongs to the author.<BR>
Please direct comments/criticisms of the review to relevant newsgroups.<BR>
Broken URLs inthe reviews are the responsibility of the author.<BR>
The formatting of the review is likely to differ from the original due
to ASCII to HTML conversion.
</SMALL></P>
<P ALIGN=CENTER>Related links: <A HREF="/Reviews/">index of all rec.arts.movies.reviews reviews</A></P>
</P></BODY></HTML>
| xianjunzhengbackup/code | data science/machine_learning_for_the_web/chapter_4/movie/11958.html | HTML | mit | 3,250 |
<!DOCTYPE html>
<!--[if lt IE 9]><html class="no-js lt-ie9" lang="bg" dir="ltr"><![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="bg" dir="ltr">
<!--<![endif]-->
<head>
<meta charset="utf-8" />
<!-- Web Experience Toolkit (WET) / Boîte à outils de l'expérience Web (BOEW)
wet-boew.github.io/wet-boew/License-en.html / wet-boew.github.io/wet-boew/Licence-fr.html -->
<title>Content page - No search or language selection link
- WET theme
- Работни примери
- Web Experience Toolkit
</title>
<meta content="width=device-width, initial-scale=1" name="viewport" />
<!-- Meta data -->
<meta name="description" content="Web Experience Toolkit (WET) includes reusable components for building and maintaining innovative Web sites that are accessible, usable, and interoperable. These reusable components are open source software and free for use by departments and external Web communities" />
<!-- Meta data-->
<!--[if gte IE 9 | !IE ]><!-->
<link href="../assets/favicon.ico" rel="icon" type="image/x-icon" />
<link rel="stylesheet" href="../css/wet-boew.css" />
<!--<![endif]-->
<link rel="stylesheet" href="../css/theme.css" />
<!--[if lt IE 9]>
<link href="../assets/favicon.ico" rel="shortcut icon" />
<link rel="stylesheet" href="../css/ie8-wet-boew.css" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.js"></script>
<script src="../js/ie8-wet-boew.js"></script>
<![endif]-->
<noscript><link rel="stylesheet" href="../css/noscript.css" /></noscript>
</head>
<body vocab="http://schema.org/" typeof="WebPage">
<ul id="wb-tphp">
<li class="wb-slc">
<a class="wb-sl" href="#wb-cont">Към основното съдържание</a>
</li>
<li class="wb-slc visible-sm visible-md visible-lg">
<a class="wb-sl" href="#wb-info">Напред към "За този сайт"</a>
</li>
</ul>
<header role="banner">
<div id="wb-bnr">
<div id="wb-bar">
<div class="container">
<div class="row">
<section class="wb-mb-links col-xs-12 visible-sm visible-xs" id="wb-glb-mn">
<h2>Търсене и менюта</h2>
<ul class="pnl-btn list-inline text-right">
<li><a href="#mb-pnl" title="Търсене и менюта" aria-controls="mb-pnl" class="overlay-lnk btn btn-sm btn-default" role="button"><span class="glyphicon glyphicon-search"><span class="glyphicon glyphicon-th-list"><span class="wb-inv">Търсене и менюта</span></span></span></a></li>
</ul>
<div id="mb-pnl"></div>
</section>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div id="wb-sttl" class="col-md-8">
<a href="../index-en.html">
<object type="image/svg+xml" tabindex="-1" data="../assets/logo.svg"></object>
<span>Web Experience Toolkit<span class="wb-inv">, </span><small>Collaborative open source project led by the Government of Canada</small></span>
</a>
</div>
</div>
</div>
</div>
<nav role="navigation" id="wb-sm" data-ajax-replace="../ajax/sitemenu-bg.html" data-trgt="mb-pnl" class="wb-menu visible-md visible-lg" typeof="SiteNavigationElement">
<div class="container nvbar">
<h2>Теми меню</h2>
<div class="row">
<ul class="list-inline menu">
<li><a href="../index-en.html">WET проект</a></li>
<li><a href="../docs/start-en.html#implement">Прилагане WET</a></li>
<li><a href="../docs/start-en.html">Принос за WET</a></li>
</ul>
</div>
</div>
</nav>
<nav role="navigation" id="wb-bc" property="breadcrumb">
<h2>Вие се намирате в:</h2>
<div class="container">
<div class="row">
<ol class="breadcrumb">
<li>
<a href="../index-en.html">Дом</a>
</li>
<li>
<a href="../demos/index-en.html">Работни примери</a>
</li>
<li>
<a href="../theme/index-en.html">WET theme</a>
</li>
<li>Content page - No search or language selection link</li>
</ol>
</div>
</div>
</nav>
</header>
<main role="main" property="mainContentOfPage" class="container">
<h1 id="wb-cont" property="name">Content page - No search or language selection link</h1>
<section class="alert alert-warning">
<h2 class="h3">Looking for WET v3.1?</h2>
<p>As of September 23, 2014, version 3.1 of the Web Experience Toolkit is no longer supported. The source code and documentation have been moved to the <a href="https://github.com/wet-boew/wet-boew-legacy">wet-boew-legacy</a> repository.</p>
</section>
<section>
<h2>Заглавие 2 (<code>h2</code>)</h2>
<section>
<h3>Заглавие 3 (<code>h3</code>)</h3>
<section>
<h4>Заглавие 4 (<code>h4</code>)</h4>
<section>
<h5>Заглавие 5 (<code>h5</code>)</h5>
<section>
<h6>Заглавие 6 (<code>h6</code>)</h6>
<p>Параграф - подразбиране вид</p>
</section>
</section>
</section>
</section>
</section>
<p><a href="#">Връзка</a></p>
<ul>
<li>неподреден списък (<code>ul</code>) - ниво 1
<ul>
<li>неподреден списък (<code>ul</code>) - ниво 2
<ul>
<li>неподреден списък (<code>ul</code>) - ниво 3</li>
</ul>
</li>
</ul>
</li>
</ul>
<ol>
<li>подреден списък (<code>ol</code>) - ниво 1</li>
<li>подреден списък (<code>ol</code>) - ниво 1
<ol>
<li>подреден списък (<code>ol</code>) - ниво 2</li>
<li>подреден списък (<code>ol</code>) - ниво 2
<ol>
<li>подреден списък (<code>ol</code>) - ниво 3</li>
<li>подреден списък (<code>ol</code>) - ниво 3</li>
</ol>
</li>
</ol>
</li>
</ol>
<table class="table table-striped">
<caption>Таблица надпис</caption>
<thead>
<tr>
<th scope="col">Таблица заглавието (<code>th</code>)</th>
<th scope="col">Таблица заглавието (<code>th</code>)</th>
<th scope="col">Таблица заглавието (<code>th</code>)</th>
<th scope="col">Таблица заглавието (<code>th</code>)</th>
</tr>
</thead>
<tbody>
<tr>
<td>Данни (<code>td</code>)</td>
<td>Данни (<code>td</code>)</td>
<td>Данни (<code>td</code>)</td>
<td>Данни (<code>td</code>)</td>
</tr>
<tr>
<td>Данни (<code>td</code>)</td>
<td>Данни (<code>td</code>)</td>
<td>Данни (<code>td</code>)</td>
<td>Данни (<code>td</code>)</td>
</tr>
<tr>
<td>Данни (<code>td</code>)</td>
<td>Данни (<code>td</code>)</td>
<td>Данни (<code>td</code>)</td>
<td>Данни (<code>td</code>)</td>
</tr>
</tbody>
</table>
<form method="post" action="#" class="form-horizontal">
<div class="form-group">
<label for="data1" class="col-sm-3 control-label">Форма <code>input</code></label>
<div class="col-sm-9">
<input type="text" id="data1" name="data1" class="form-control" />
</div>
</div>
<div class="form-group">
<label for="data2" class="col-sm-3 control-label">Форма <code>textarea</code></label>
<div class="col-sm-9">
<textarea id="data2" rows="3" cols="15" name="data2" class="form-control"></textarea>
</div>
</div>
<div class="form-group">
<label for="data4" class="col-sm-3 control-label">Форма <code>select</code></label>
<div class="col-sm-9">
<select name="data4" id="data4" class="form-control">
<option value="1">Опция 1</option>
<option value="2">Опция 2</option>
<option value="3">Опция 3</option>
<option value="4">Опция 4</option>
</select>
</div>
</div>
<div class="form-group">
<div class="col-sm-offset-3 col-sm-9">
<button type="submit" class="btn btn-primary">Подаване</button>
</div>
</div>
</form>
<blockquote>
<p>"<code>blockquote</code>"</p>
</blockquote>
<dl id="wb-dtmd">
<dt>Дата на промяна: </dt>
<dd><time property="dateModified">2014-02-19</time></dd>
</dl>
</main>
<footer role="contentinfo" id="wb-info" class="visible-sm visible-md visible-lg wb-navcurr">
<div class="container">
<nav role="navigation" class="row">
<h2>За този сайт</h2>
<section class="col-sm-3">
<h3>Свържете се с нас</h3>
<ul class="list-unstyled">
<li><a href="https://github.com/wet-boew/wet-boew/issues/new">Въпроси или коментари?</a></li>
</ul>
</section>
<section class="col-sm-3">
<h3>За</h3>
<ul class="list-unstyled">
<li><a href="../index-en.html#about">За Web Experience Toolkit</a></li>
<li><a rel="external" href="http://www.tbs-sct.gc.ca/ws-nw/index-eng.asp">За уеб стандарти</a></li>
</ul>
</section>
<section class="col-sm-3">
<h3>Новини</h3>
<ul class="list-unstyled">
<li><a href="https://github.com/wet-boew/wet-boew/pulse">Recent project activity</a></li>
<li><a href="https://github.com/wet-boew/wet-boew/graphs">Статистики за проекта</a></li>
</ul>
</section>
<section class="col-sm-3">
<h3>Останете във връзка</h3>
<ul class="list-unstyled">
<li><a rel="external" href="https://twitter.com/WebExpToolkit">Twitter</a></li>
</ul>
</section>
</nav>
</div>
</footer>
<!--[if gte IE 9 | !IE ]><!-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.js"></script>
<script src="../js/wet-boew.js"></script>
<!--<![endif]-->
<!--[if lt IE 9]>
<script src="../js/ie8-wet-boew2.js"></script>
<![endif]-->
</body>
</html>
| TouficS/a11yppt | tables/unmin/theme/content-nosearchlang-bg.html | HTML | mit | 9,801 |
<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Interface IProxyGenerator
</title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Interface IProxyGenerator
">
<meta name="generator" content="docfx 2.9.3.0">
<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.css">
<link rel="stylesheet" href="../styles/docfx.css">
<link rel="stylesheet" href="../styles/main.css">
<meta property="docfx:navrel" content="../toc.html">
<meta property="docfx:tocrel" content="toc.html">
</head>
<body data-spy="scroll" data-target="#affix">
<div id="wrapper">
<header>
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../index.html">
<img id="logo" class="svg" src="../logo.svg" alt="">
</a>
</div>
<div class="collapse navbar-collapse" id="navbar">
<form class="navbar-form navbar-right" role="search" id="search">
<div class="form-group">
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
</div>
</form>
</div>
</div>
</nav>
<div class="subnav navbar navbar-default">
<div class="container hide-when-search" id="breadcrumb">
<ul class="breadcrumb">
<li></li>
</ul>
</div>
</div>
</header>
<div role="main" class="container body-content hide-when-search">
<div class="sidenav hide-when-search">
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
<div class="sidetoggle collapse" id="sidetoggle">
<div id="sidetoc"></div>
</div>
</div>
<div class="article row grid-right">
<div class="col-md-10">
<article class="content wrap" id="_content">
<h1 id="Bifrost_Web_Proxies_IProxyGenerator" data-uid="Bifrost.Web.Proxies.IProxyGenerator">Interface IProxyGenerator
</h1>
<div class="markdown level0 summary"><p>Defines a system that can generate javascript proxies.</p>
</div>
<div class="markdown level0 conceptual"></div>
<h6><strong>Namespace</strong>:Bifrost.Web.Proxies</h6>
<h6><strong>Assembly</strong>:Bifrost.Web.dll</h6>
<h5 id="Bifrost_Web_Proxies_IProxyGenerator_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public interface IProxyGenerator : IConvention</code></pre>
</div>
<h5 id="Bifrost_Web_Proxies_IProxyGenerator_remarks"><strong>Remarks</strong></h5>
<div class="markdown level0 remarks"><p>Types implementing this interface will be automatically registered and invoked during proxy generation.</p>
</div>
<h3 id="methods">Methods
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/dolittle/bifrost/new/master/Source/Documentation/apispec/new?filename=Bifrost_Web_Proxies_IProxyGenerator_Generate.md&value=---%0Auid%3A%20Bifrost.Web.Proxies.IProxyGenerator.Generate%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/dolittle/Bifrost/blob/master/Source/Bifrost.Web/Proxies/IProxyGenerator.cs/#L17">View Source</a>
</span>
<a id="Bifrost_Web_Proxies_IProxyGenerator_Generate_" data-uid="Bifrost.Web.Proxies.IProxyGenerator.Generate*"></a>
<h4 id="Bifrost_Web_Proxies_IProxyGenerator_Generate" data-uid="Bifrost.Web.Proxies.IProxyGenerator.Generate">Generate()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">string Generate()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td></td>
</tr>
</tbody>
</table>
<h3 id="extensionmethods">Extension Methods</h3>
<div>
<a class="xref" href="Bifrost.Concepts.ConceptExtensions.html#Bifrost_Concepts_ConceptExtensions_IsConcept_System_Object_">ConceptExtensions.IsConcept(Object)</a>
</div>
<div>
<a class="xref" href="Bifrost.Concepts.ConceptExtensions.html#Bifrost_Concepts_ConceptExtensions_GetConceptValue_System_Object_">ConceptExtensions.GetConceptValue(Object)</a>
</div>
<div>
<a class="xref" href="Bifrost.Dynamic.DynamicExtensions.html#Bifrost_Dynamic_DynamicExtensions_AsExpandoObject_System_Object_">DynamicExtensions.AsExpandoObject(Object)</a>
</div>
<div>
<a class="xref" href="Bifrost.Extensions.MethodCalls.html#Bifrost_Extensions_MethodCalls_CallGenericMethod__5___1_System_Linq_Expressions_Expression_System_Func___1_System_Func___2___3___4___0______2___3___4_System_Type___">MethodCalls.CallGenericMethod<TOut, T, T1, T2, T3>(T, Expression<Func<T, Func<T1, T2, T3, TOut>>>, T1, T2, T3, Type[])</a>
</div>
<div>
<a class="xref" href="Bifrost.Extensions.MethodCalls.html#Bifrost_Extensions_MethodCalls_CallGenericMethod__4___1_System_Linq_Expressions_Expression_System_Func___1_System_Func___2___3___0______2___3_System_Type___">MethodCalls.CallGenericMethod<TOut, T, T1, T2>(T, Expression<Func<T, Func<T1, T2, TOut>>>, T1, T2, Type[])</a>
</div>
<div>
<a class="xref" href="Bifrost.Extensions.MethodCalls.html#Bifrost_Extensions_MethodCalls_CallGenericMethod__3___1_System_Linq_Expressions_Expression_System_Func___1_System_Func___2___0______2_System_Type___">MethodCalls.CallGenericMethod<TOut, T, T1>(T, Expression<Func<T, Func<T1, TOut>>>, T1, Type[])</a>
</div>
<div>
<a class="xref" href="Bifrost.Extensions.MethodCalls.html#Bifrost_Extensions_MethodCalls_CallGenericMethod__2___1_System_Linq_Expressions_Expression_System_Func___1_System_Func___0____System_Type___">MethodCalls.CallGenericMethod<TOut, T>(T, Expression<Func<T, Func<TOut>>>, Type[])</a>
</div>
<div>
<a class="xref" href="Bifrost.Extensions.MethodCalls.html#Bifrost_Extensions_MethodCalls_Generics__1___0_">MethodCalls.Generics<T>(T)</a>
</div>
</article>
</div>
<div class="hidden-sm col-md-2" role="complementary">
<div class="sideaffix">
<div class="contribution">
<ul class="nav">
<li>
<a href="https://github.com/dolittle/bifrost/new/master/Source/Documentation/apispec/new?filename=Bifrost_Web_Proxies_IProxyGenerator.md&value=---%0Auid%3A%20Bifrost.Web.Proxies.IProxyGenerator%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
</li>
<li>
<a href="https://github.com/dolittle/Bifrost/blob/master/Source/Bifrost.Web/Proxies/IProxyGenerator.cs/#L15" class="contribution-link">View Source</a>
</li>
</ul>
</div>
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
<!-- <p><a class="back-to-top" href="#top">Back to top</a><p> -->
</nav>
</div>
</div>
</div>
</div>
<footer>
<div class="grad-bottom"></div>
<div class="footer">
<div class="container">
<span class="pull-right">
<a href="#top">Back to top</a>
</span>
Copyright © 2008-2017 Dolittle
</div>
</div>
</footer>
</div>
<script type="text/javascript" src="../styles/docfx.vendor.js"></script>
<script type="text/javascript" src="../styles/docfx.js"></script>
<script type="text/javascript" src="../styles/main.js"></script>
</body>
</html>
| dolittle/dolittle.github.io | bifrost/api/Bifrost.Web.Proxies.IProxyGenerator.html | HTML | mit | 10,261 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta content="Craig McClellan" name="author">
<title>Craig McClellan - So Much Fun </title>
<link href="/assets/css/style.css" rel="stylesheet">
<link href="/assets/css/highlight.css" rel="stylesheet">
<link rel="stylesheet" href="/custom.css">
<link rel="shortcut icon" href="https://micro.blog/craigmcclellan/favicon.png" type="image/x-icon" />
<link rel="alternate" type="application/rss+xml" title="Craig McClellan" href="http://craigmcclellan.com/feed.xml" />
<link rel="alternate" type="application/json" title="Craig McClellan" href="http://craigmcclellan.com/feed.json" />
<link rel="EditURI" type="application/rsd+xml" href="/rsd.xml" />
<link rel="me" href="https://micro.blog/craigmcclellan" />
<link rel="me" href="https://twitter.com/craigmcclellan" />
<link rel="me" href="https://github.com/craigwmcclellan" />
<link rel="authorization_endpoint" href="https://micro.blog/indieauth/auth" />
<link rel="token_endpoint" href="https://micro.blog/indieauth/token" />
<link rel="micropub" href="https://micro.blog/micropub" />
<link rel="webmention" href="https://micro.blog/webmention" />
<link rel="subscribe" href="https://micro.blog/users/follow" />
</head>
<body>
<nav class="main-nav">
<a class="normal" href="/"> <span class="arrow">←</span> Home</a>
<a href="/archive/">Archive</a>
<a href="/about/">About</a>
<a href="/tools-of-choice/">Tools of Choice</a>
<a class="cta" href="https://micro.blog/craigmcclellan" rel="me">Also on Micro.blog</a>
</nav>
<section id="wrapper">
<article class="h-entry post">
<header>
<h2 class="headline">
<time class="dt-published" datetime="2018-01-15 14:44:14 -0600">
<a class="u-url dates" href="/2018/01/15/so-much-fun.html">January 15, 2018</a>
</time>
</h2>
</header>
<section class="e-content post-body">
<p>So much fun having a friendly debate about task management apps on the latest episode of the <a href="https://overcast.fm/+F78MbiJVI">Robby Burns and Friends</a> podcast.</p>
</section>
</article>
<section id="post-meta" class="clearfix">
<a href="/">
<img class="u-photo avatar" src="https://micro.blog/craigmcclellan/avatar.jpg">
<div>
<span class="p-author h-card dark">Craig McClellan</span>
<span><a href="https://micro.blog/craigmcclellan">@craigmcclellan</a></span>
</div>
</a>
</section>
</section>
<footer id="footer">
<section id="wrapper">
<ul>
<li><a href="/feed.xml">RSS</a></li>
<li><a href="/feed.json">JSON Feed</a></li>
<li><a href="https://micro.blog/craigmcclellan" rel="me">Micro.blog</a></li>
<!-- <li><a class="u-email" href="mailto:" rel="me">Email</a></li> -->
</ul>
<form method="get" id="search" action="https://duckduckgo.com/">
<input type="hidden" name="sites" value="http://craigmcclellan.com"/>
<input type="hidden" name="k8" value="#444444"/>
<input type="hidden" name="k9" value="#ee4792"/>
<input type="hidden" name="kt" value="h"/>
<input class="field" type="text" name="q" maxlength="255" placeholder="To search, type and hit Enter…"/>
<input type="submit" value="Search" style="display: none;" />
</form>
</section>
</footer>
</body>
</html>
| craigwmcclellan/craigwmcclellan.github.io | _site/2018/01/15/so-much-fun.html | HTML | mit | 4,916 |
<div class="current-container" data-toggle="modal"
data-target="#myModal2">
<h2 class="picture-title">
<span>{{current_anime.title}}</span>
</h2>
<img alt="{{current_anime.title}} image"
src="{{current_anime.img_url}}" class="image-stuff">
</div>
<div class="modal fade" id="myModal2" tabindex="-1" role="dialog"
aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title" id="myModalLabel">{{current_anime.title}}</h4>
</div>
<div class="modal-body">
<h4>Youtube Trailer</h4>
<youtube ng-if="current_anime.trailer_code"
code=current_anime.trailer_code></youtube>
<h4>Show Information</h4>
{{current_anime.info}}
</div>
</div>
</div>
</div>
<div class="main-container">
<div class="announcements-container">
<h3>Latest Announcement</h3>
{{announcement.content}}
</div>
</div>
<div class="sidebar-container">
<div class="sidebar-element">
<p>Next Showing Survey</p>
<form name="myForm" ng-controller="appController"
ng-submit="updateVote()">
<ul>
<li ng-repeat="anime in animelist | filter:{selected: true}""><label>
<input type="radio" ng-model="vote.selected" name="title"
value="{{anime.title}}" /> {{anime.title}}
</label></li>
</ul>
<button class="btn btn-default">Submit vote</button>
</form>
</div>
<div class="sidebar-element">
<!-- Button trigger modal -->
<button class="btn btn-primary btn-small sidebar-button"
data-toggle="modal" data-target="#submitModal">Submit New
Entry</button>
<!-- Modal -->
<div class="modal fade" id="submitModal" tabindex="-1" role="dialog"
aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title" id="myModalLabel">SUBMIT A NEW ENTRY</h4>
</div>
<div class="modal-body">
<form role="form" ng-submit="addToLibrary()"
ng-controller="appController">
<div class="form-group">
<label for="title">Title</label> <input class="form-control"
id="title" placeholder="Enter title" ng-model="newAnime.title"
required> <span ng-show='newAnime.title != null'>Did you mean {{checkLibrary}}? It is already inputted</span>
</div>
<div class="form-group">
<label for="imageURL">Image URL</label> <input type="url"
class="form-control" id="imageURL" placeholder="Enter URL"
ng-model="newAnime.img_url">
</div>
<div class="form-group">
<label for="trailerURL">Trailer URL</label> <input type="url"
class="form-control" id="trailerURL"
placeholder="Enter trailer URL" ng-model="newAnime.trailer_url">
</div>
<div class="form-group">
<label for="infoLink">Show Information</label>
<textarea class="form-control info-textarea" id="infoLink"
placeholder="Enter info link" ng-model="newAnime.info"></textarea>
</div>
<button type="submit" class="btn btn-default">Submit</button>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="sidebar-element">
<form role="form" ng-controller="appController" ng-submit="addEmail()">
<div class="form-group">
<label for="email"> Subscribe Email</label> <input
class="form-control" ng-model="email" placeholder="Enter email"
name="email">
</div>
<button type="submit" class="btn btn-default">Submit</button>
</form>
</div>
</div> | bluong/PAC | app/partials/appPartial.html | HTML | mit | 3,559 |
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8"/>
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title> L378 有序矩阵中第K小的元素 </title>
<link rel="stylesheet" href="http://localhost:4000/css/default.css" type="text/css" />
<link rel="stylesheet" href="http://localhost:4000/css/small.css" type="text/css" media="(max-width: 720px)"/>
<link rel="stylesheet" href="http://localhost:4000/css/syntax.css" type="text/css" />
<link rel="shortcut icon" href="http://localhost:4000/favicon.ico" type="image/x-icon" />
</head>
<body>
<div class="container">
<div class="nav">
<div class="nav_nav">
<a class="nav_a1" href="http://localhost:4000/">首页</a>
<a href="http://localhost:4000/categories/">分类</a>
<a class="nav_a1" href="http://localhost:4000/wiki/">周报</a>
<!-- 暂时的注释掉,后面放开,启动自己的一个计划 -->
<!-- <a href="http://localhost:4000/links/">链接</a> -->
<a class="nav_a1" href="http://localhost:4000/about/">关于</a>
</div>
<div class="nav_rss"><a href="http://localhost:4000/sitemap.xml" style="display:none;">SITEMAP</a><a href="http://localhost:4000/feed.xml" target="_blank">订阅</a></div>
</div>
<div class="main">
<h2> L378 有序矩阵中第K小的元素 </h2>
<p>题目描述:</p>
<p>Given a n x n matrix where each of the rows and columns are sorted in ascending order, find the kth smallest element in the matrix.</p>
<p>Note that it is the kth smallest element in the sorted order, not the kth distinct element.
<!--more--></p>
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>Example:
matrix = [
[ 1, 5, 9],
[10, 11, 13],
[12, 13, 15]
],
k = 8,
</code></pre></div></div>
<p>return 13.
Note:
You may assume k is always valid, 1 ≤ k ≤ n2.</p>
<p>分析思路:</p>
<p>有序的矩阵,查找第K个小的元素,这种问题归类到已有的查找问题,和上一种小白的问题不同,这类我们可以称之为有踪迹或者可以归类的问题,类似于已有问题的扩展。就称之为基础问题吧。</p>
<p>这类我们需要一个对照的模型,这个题目那,就是二分查找。为什么是二分查找尼?因为和二分查找很类似,如果不是矩阵的模式,而是一个数组的样式,那么就二分查找的问题。</p>
<p>然后我们就去分析这道题目为什么不能直接的使用二分查找,二分查找有一个中间值和中间值的索引:</p>
<p><code class="language-plaintext highlighter-rouge">from to 和 mid = from+ (to-from)/2</code></p>
<p>对应到这个题目就是:
<code class="language-plaintext highlighter-rouge">[0][0] 和 [n][n] mid = [0+(n-0)/2][0+(n-0)/2]</code></p>
<p>再然后就是判断第K的跳转,是 from 到 mid 还是 mid 到 from,这个就和第K小的判断有关了,需要判断 mid 在数组中是第几小,然后和K进行比较。</p>
<p>具体的代码实现为:</p>
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>public int kthSmallest(int[][] matrix,int k){
int n = matrix.length;
int from = matrix[0][0];int to = matrix[n-1][n-1];
while(from < to){
int mid = from + (to -from)/2;
int count = 0;// 计算mid为第几小的临时变量
int j = matrix[0].length-1;
// 计算mid为第几小
for(int i = 0;i < matrix.length;i++){
while(j >0 && matrix[i][j]>mid) j--;
count += (j+1);
}
if(count <k ){
from=mid+1;
}else{
to = mid;
}
}
return from;
}
</code></pre></div></div>
<p>再然后就是优化一部分的逻辑,或者说归纳统一的逻辑,例如确定mid是第几小,可以归纳为一个方法里面。</p>
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code> public int kthSmallest(int[][] matrix, int k) {
int n = matrix.length;
int lo = matrix[0][0], hi = matrix[n-1][n-1];
while(lo < hi){
int mid = lo + (hi - lo) / 2;
int count = countLessOrEquals(mid, matrix);
if(count < k)
lo = mid+1;
else
hi = mid;
}
return lo;
}
public int countLessOrEquals(int target, int[][] matrix){
int i = matrix.length-1, j = 0;
int count = 0;
while(i >= 0 && j < matrix[0].length){
if(target < matrix[i][j]){
i--;
}else{
count += i+1;
j++;
}
}
return count;
}
</code></pre></div></div>
<div class="post_footer">
<p>Published on Aug 28, 2019 in categories
<p>
</div>
<ul class="prev_next">
<li>
<span>上一篇</span>
<a href="/2019/08/27/%E6%80%9D%E7%B4%A2%E9%97%AE%E9%A2%98/">对Leetcode问题的思索</a>
</li>
<li>
<span>下一篇</span>
<a href="/2019/08/28/L384/">打乱数组,洗牌算法</a>
</li>
</ul>
<div id="gitalk-container"></div>
<link rel="stylesheet" href="https://unpkg.com/gitalk/dist/gitalk.css">
<script src="https://unpkg.com/gitalk/dist/gitalk.min.js"></script>
<script>
var gitalk = new Gitalk({
id: '/2019/08/28/L378/',
clientID: 'e261fd11c0ff17251934',
clientSecret: 'd6d09672a7172a9b422ec63898d542d00d441bd1',
repo: 'andihappy.github.io',
owner: 'AndiHappy',
admin: ['AndiHappy'],
labels: ['gitment'],
perPage: 50,
})
gitalk.render('gitalk-container')
</script>
</div>
</div>
<center><p style="font-size:0.5em;">Powered by <a href="https://andihappy.github.io/">andiHappy</a> and Theme by <a href="https://github.com/AndiHappy/andihappy.github.io">AndiHappy</a></p></center>
</body>
</html>
| AndiHappy/andihappy.github.io | _site/2019/08/28/L378/index.html | HTML | mit | 6,573 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>circuits: Not compatible</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.12.0 / circuits - 8.8.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
circuits
<small>
8.8.0
<span class="label label-info">Not compatible</span>
</small>
</h1>
<p><em><script>document.write(moment("2021-04-10 01:03:28 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-04-10 01:03:28 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
coq 8.12.0 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.11.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.11.1 Official release 4.11.1
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "https://github.com/coq-contribs/circuits"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Circuits"]
depends: [
"ocaml"
"coq" {>= "8.8" & < "8.9~"}
]
tags: [ "keyword: hardware verification" "category: Computer Science/Architecture" ]
authors: [ "Laurent Arditi" ]
bug-reports: "https://github.com/coq-contribs/circuits/issues"
dev-repo: "git+https://github.com/coq-contribs/circuits.git"
synopsis: "Some proofs of hardware (adder, multiplier, memory block instruction)"
description: """
definition and proof of a combinatorial adder, a
sequential multiplier, a memory block instruction"""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/circuits/archive/v8.8.0.tar.gz"
checksum: "md5=d526366e525ef6398a7586ecbe231b80"
}
</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-circuits.8.8.0 coq.8.12.0</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.12.0).
The following dependencies couldn't be met:
- coq-circuits -> coq < 8.9~ -> ocaml < 4.10
base of this switch (use `--unlock-base' to force)
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-circuits.8.8.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
<small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small>
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.11.1-2.0.7/released/8.12.0/circuits/8.8.0.html | HTML | mit | 6,668 |
<!DOCTYPE html>
<meta charset="utf-8">
<title>Redirecting…</title>
<link rel="canonical" href="/blogs/office/excel/formulas-logicas-and/">
<meta http-equiv="refresh" content="0; url=/blogs/office/excel/formulas-logicas-and/">
<h1>Redirecting…</h1>
<a href="/blogs/office/excel/formulas-logicas-and/">Click here if you are not redirected.</a>
<script>location="/blogs/office/excel/formulas-logicas-and/"</script>
| mariaproiete/mariaproiete.com | blogs/office/post/2009/11/06/Formulas-logicas-e28093-AND.aspx/index.html | HTML | mit | 416 |
<div class="container competence col-md-10 col-md-offset-1">
<hr class="no-screen"/>
<div class="title text-center wow fadeIn">
<img class="no-print" src="{{ .Site.BaseURL }}images/skills.svg" alt="Skills"/>
<h1>{{ i18n "skills" }}</h1>
</div>
{{ range where .Data.Pages.Reverse "Section" "competence" }}
<div class="wow fadeIn">
<h2><i class="fa-left-icon fa {{ .Params.fontawesome_icon }}"></i>{{ .Params.title }}</h2>
<p>{{ .Params.description | markdownify }}
</div>
{{ end }}
</div>
| peppicelli/hugo-resume | layouts/partials/competence.html | HTML | mit | 534 |
<a name="Datagram-Example"></a>
<div class="header">
<p>
Next: <a href="Example-Receiver.html#Example-Receiver" accesskey="n" rel="next">Example Receiver</a>, Previous: <a href="Receiving-Datagrams.html#Receiving-Datagrams" accesskey="p" rel="prev">Receiving Datagrams</a>, Up: <a href="Datagrams.html#Datagrams" accesskey="u" rel="up">Datagrams</a> [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Concept-Index.html#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<hr>
<a name="Datagram-Socket-Example"></a>
<h4 class="subsection">16.10.3 Datagram Socket Example</h4>
<p>Here is a set of example programs that send messages over a datagram
stream in the local namespace. Both the client and server programs use
the <code>make_named_socket</code> function that was presented in <a href="Local-Socket-Example.html#Local-Socket-Example">Local Socket Example</a>, to create and name their sockets.
</p>
<p>First, here is the server program. It sits in a loop waiting for
messages to arrive, bouncing each message back to the sender.
Obviously this isn’t a particularly useful program, but it does show
the general ideas involved.
</p>
<div class="smallexample">
<pre class="smallexample">
#include <stdio.h>
#include <errno.h>
#include <stdlib.h>
#include <sys/socket.h>
#include <sys/un.h>
#define SERVER "/tmp/serversocket"
#define MAXMSG 512
int
main (void)
{
int sock;
char message[MAXMSG];
struct sockaddr_un name;
size_t size;
int nbytes;
/* <span class="roman">Remove the filename first, it’s ok if the call fails</span> */
unlink (SERVER);
/* <span class="roman">Make the socket, then loop endlessly.</span> */
sock = make_named_socket (SERVER);
while (1)
{
/* <span class="roman">Wait for a datagram.</span> */
size = sizeof (name);
nbytes = recvfrom (sock, message, MAXMSG, 0,
(struct sockaddr *) & name, &size);
if (nbytes < 0)
{
perror ("recfrom (server)");
exit (EXIT_FAILURE);
}
/* <span class="roman">Give a diagnostic message.</span> */
fprintf (stderr, "Server: got message: %s\n", message);
/* <span class="roman">Bounce the message back to the sender.</span> */
nbytes = sendto (sock, message, nbytes, 0,
(struct sockaddr *) & name, size);
if (nbytes < 0)
{
perror ("sendto (server)");
exit (EXIT_FAILURE);
}
}
}
</pre></div>
| elmerland/elmerland | gnu_formatted/Datagram-Example.html | HTML | mit | 2,632 |
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Aaron Swart</title>
<base href="https://baesparza.github.io/Tribute-Page-Aaron-Swart/">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Raleway|Roboto" rel="stylesheet">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
<app-root>Loading...</app-root>
</body>
</html>
| baesparza/Tribute-Page-Aaron-Swart | src/index.html | HTML | mit | 948 |
<!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="author" content="Open Knowledge">
<meta name="description" content="The Global Open Data Index assesses the state of open government data around the world.
">
<meta name="keywords" content="Open Government, Open Data, Government Transparency, Open Knowledge
">
<meta property="og:type" content="website" />
<meta property="og:title" content="Open Data Index - Open Knowledge" />
<meta property="og:site_name" content="Open Data Index" />
<meta property="og:description" content="The Global Open Data Index assesses the state of open government data around the world." />
<meta property="og:image" content="/static/images/favicon.ico" />
<title>South Sudan | Global Open Data Index by Open Knowledge</title>
<base href="/">
<!--[if lt IE 9]>
<script src="/static/vendor/html5shiv.min.js"></script>
<![endif]-->
<link rel="stylesheet" href="/static/css/site.css">
<link rel="icon" href="/static/images/favicon.ico">
<script>
var siteUrl = '';
</script>
</head>
<body class="empty">
<header id="header">
<nav class="navbar navbar-default" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">
<img src="/static/images/logo.png" height="44">
<span>Global Open Data Index</span>
</a>
</div>
<div class="collapse navbar-collapse" id="navbar-collapse">
<ul class="nav navbar-nav">
<li>
<a href="/place/" title="About the Open Data Index project">
Places
</a>
</li>
<li>
<a href="/dataset/" title="About the Open Data Index project">
Datasets
</a>
</li>
<li>
<a href="/download/" title="Download Open Data Index data">
Download
</a>
</li>
<li>
<a href="/stories/" title="Stories around the Open Data Index project">
Stories
</a>
</li>
<li>
<a href="/about/" title="Contact information for the Open Data Index">
Contact
</a>
</li>
<li>
<a href="/about/" title="About the Open Data Index project">
About
</a>
</li>
<li>
<a href="/press/" title="Press information for the Open Data Index">
Press
</a>
</li>
</ul>
<p class="navbar-subbrand navbar-text navbar-right">
<a href="http://okfn.org/">
<img src="http://assets.okfn.org/p/okfn/img/okfn-logo-landscape-black-s.png" alt="" height="28">
</a>
</p>
</div>
</div>
</nav>
</header>
<div class="container">
<div class="content">
<div class="row">
<div class="col-md-12">
<ol class="breadcrumb">
<li>
<a href="/">Home</a>
</li>
<li class="active">South Sudan</li>
</ol>
<header class="page-header">
<h1>South Sudan</h1>
</header>
<p>
We do not current have any data for South Sudan. But you can help change that!
</p>
<section class="row">
<div class="col-md-4">
<a href="http://global.census.okfn.org/submit/?place=ss&dataset=&year=2014" class="btn btn-success">
Add information
</a>
</div>
<div class="col-md-4">
<a href="" class="btn btn-success">
Contact us for help
</a>
</div>
<div class="col-md-4">
</div>
</section>
</div>
</div>
</div>
</div>
<footer id="footer">
<div class="container">
<div class="row">
<div class="footer-main col-md-8">
<div class="footer-attribution">
<p>
<a href="http://opendefinition.org/ossd/" title="Open Online Software Service">
<img src="http://assets.okfn.org/images/ok_buttons/os_80x15_orange_grey.png" alt="" border="" />
</a>
<a href="http://opendefinition.org/okd/" title="Open Online Software Service">
<img src="http://assets.okfn.org/images/ok_buttons/od_80x15_blue.png" alt="" border="" />
</a>
<a href="http://opendefinition.org/okd/" title="Open Content">
<img src="http://assets.okfn.org/images/ok_buttons/oc_80x15_blue.png" alt="" border="" />
</a>
–
<a href="http://creativecommons.org/licenses/by/3.0/" title="Content Licensed under a CC Attribution"></a>
<a href="http://opendatacommons.org/licenses/pddl/1.0" title="Data License (Public Domain)">Data License (Public Domain)</a>
</p>
</div>
<div class="footer-meta">
<p>
This service is run by <a href="https://okfn.org/" title="Open Knowledge">Open Knowledge</a>
</p> <a class="naked" href="http://okfn.org/" title="Open Knowledge"><img src="http://assets.okfn.org/p/okfn/img/okfn-logo-landscape-black-s.png" alt="" height="28"></a>
</div>
</div>
<div class="footer-links col-md-2">
<li><a href="http://okfn.org/" title="Open Knowledge">Open Knowledge</a></li>
<li><a href="http://okfn.org/opendata/" title="What is Open Data?">What is Open Data?</a></li>
<li><a href="http://census.okfn.org/" title="Run your own Index">Run your own Index</a></li>
<li><a href="https://github.com/okfn/opendataindex" title="The source code for Open Data Index">Source Code</a></li>
</div>
<div class="footer-links col-md-2">
<li><a href="/" title="Open Data Index home">Home</a></li>
<li><a href="/download/" title="Download data">Download</a></li>
<li><a href="/methodology/" title="The methodology behind the Open Data Index">Methodology</a></li>
<li><a href="/faq/" title=" Open Data Index FAQ">FAQ</a></li>
<li><a href="/about/" title="About the Open Data Index">About</a></li>
<li><a href="/about/" title="Contact us">Contact</a></li>
<li><a href="/press/" title="Press">Press</a></li>
</div>
</div>
</div>
</footer>
<script data-main="/static/scripts/site" src="/static/scripts/require.js"></script>
</body>
</html> | okfn/opendataindex-2015 | place/south-sudan/index.html | HTML | mit | 8,611 |
<html>
<head>
<title>Docs for page helveticai.php</title>
<link rel="stylesheet" type="text/css" href="../media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">PHPExcel</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="../classtrees_PHPExcel.html" class="menu">class tree: PHPExcel</a> ]
[ <a href="../elementindex_PHPExcel.html" class="menu">index: PHPExcel</a> ]
[ <a href="../elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="todolist">
<p><a href="../todolist.html">Todo List</a></p>
</div>
<b>Packages:</b><br />
<a href="../li_PHPExcel.html">PHPExcel</a><br />
<a href="../li_com-tecnick-tcpdf.html">com-tecnick-tcpdf</a><br />
<a href="../li_JAMA.html">JAMA</a><br />
<a href="../li_Math_Stats.html">Math_Stats</a><br />
<a href="../li_PHPExcel_CachedObjectStorage.html">PHPExcel_CachedObjectStorage</a><br />
<a href="../li_PHPExcel_Calculation.html">PHPExcel_Calculation</a><br />
<a href="../li_PHPExcel_Cell.html">PHPExcel_Cell</a><br />
<a href="../li_PHPExcel_Reader.html">PHPExcel_Reader</a><br />
<a href="../li_PHPExcel_Reader_Excel5.html">PHPExcel_Reader_Excel5</a><br />
<a href="../li_PHPExcel_RichText.html">PHPExcel_RichText</a><br />
<a href="../li_PHPExcel_Settings.html">PHPExcel_Settings</a><br />
<a href="../li_PHPExcel_Shared.html">PHPExcel_Shared</a><br />
<a href="../li_PHPExcel_Shared_Best_Fit.html">PHPExcel_Shared_Best_Fit</a><br />
<a href="../li_PHPExcel_Shared_Escher.html">PHPExcel_Shared_Escher</a><br />
<a href="../li_PHPExcel_Shared_OLE.html">PHPExcel_Shared_OLE</a><br />
<a href="../li_PHPExcel_Style.html">PHPExcel_Style</a><br />
<a href="../li_PHPExcel_Worksheet.html">PHPExcel_Worksheet</a><br />
<a href="../li_PHPExcel_Worksheet_Drawing.html">PHPExcel_Worksheet_Drawing</a><br />
<a href="../li_PHPExcel_Writer.html">PHPExcel_Writer</a><br />
<a href="../li_PHPExcel_Writer_Excel5.html">PHPExcel_Writer_Excel5</a><br />
<a href="../li_PHPExcel_Writer_Excel2007.html">PHPExcel_Writer_Excel2007</a><br />
<br /><br />
<b>Files:</b><br />
<div class="package">
<a href="../PHPExcel/_PHPExcel---Shared---PDF---fonts---arialunicid0-chinese-simplified.php.html"> arialunicid0-chinese-simplified.php
</a><br>
<a href="../PHPExcel/_PHPExcel---Shared---PDF---fonts---arialunicid0-chinese-traditional.php.html"> arialunicid0-chinese-traditional.php
</a><br>
<a href="../PHPExcel/_PHPExcel---Shared---PDF---fonts---arialunicid0-japanese.php.html"> arialunicid0-japanese.php
</a><br>
<a href="../PHPExcel/_PHPExcel---Shared---PDF---fonts---arialunicid0-korean.php.html"> arialunicid0-korean.php
</a><br>
<a href="../PHPExcel/_PHPExcel---Shared---PDF---fonts---arialunicid0.php.html"> arialunicid0.php
</a><br>
<a href="../PHPExcel/_PHPExcel---Autoloader.php.html"> Autoloader.php
</a><br>
<a href="../PHPExcel/_PHPExcel---CachedObjectStorageFactory.php.html"> CachedObjectStorageFactory.php
</a><br>
<a href="../PHPExcel/_PHPExcel---Comment.php.html"> Comment.php
</a><br>
<a href="../PHPExcel/_PHPExcel---Shared---PDF---fonts---courier.php.html"> courier.php
</a><br>
<a href="../PHPExcel/_PHPExcel---Shared---JAMA---docs---includes---credits.php.html"> credits.php
</a><br>
<a href="../PHPExcel/_PHPExcel---Shared---JAMA---docs---docs.php.html"> docs.php
</a><br>
<a href="../PHPExcel/_PHPExcel---DocumentProperties.php.html"> DocumentProperties.php
</a><br>
<a href="../PHPExcel/_PHPExcel---DocumentSecurity.php.html"> DocumentSecurity.php
</a><br>
<a href="../PHPExcel/_PHPExcel---Shared---JAMA---docs---download.php.html"> download.php
</a><br>
<a href="../PHPExcel/_PHPExcel---Shared---JAMA---docs---example.php.html"> example.php
</a><br>
<a href="../PHPExcel/_PHPExcel---Shared---JAMA---docs---includes---footer.php.html"> footer.php
</a><br>
<a href="../PHPExcel/_PHPExcel---Shared---PDF---fonts---freesans.php.html"> freesans.php
</a><br>
<a href="../PHPExcel/_PHPExcel---Shared---PDF---fonts---freesansb.php.html"> freesansb.php
</a><br>
<a href="../PHPExcel/_PHPExcel---Shared---PDF---fonts---freesansbi.php.html"> freesansbi.php
</a><br>
<a href="../PHPExcel/_PHPExcel---Shared---PDF---fonts---freesansi.php.html"> freesansi.php
</a><br>
<a href="../PHPExcel/_PHPExcel---HashTable.php.html"> HashTable.php
</a><br>
<a href="../PHPExcel/_PHPExcel---Shared---JAMA---docs---includes---header.php.html"> header.php
</a><br>
<a href="../PHPExcel/_PHPExcel---Shared---PDF---fonts---helvetica.php.html"> helvetica.php
</a><br>
<a href="../PHPExcel/_PHPExcel---Shared---PDF---fonts---helveticab.php.html"> helveticab.php
</a><br>
<a href="../PHPExcel/_PHPExcel---Shared---PDF---fonts---helveticabi.php.html"> helveticabi.php
</a><br>
<a href="../PHPExcel/_PHPExcel---Shared---PDF---fonts---helveticai.php.html"> helveticai.php
</a><br>
<a href="../PHPExcel/_PHPExcel---IComparable.php.html"> IComparable.php
</a><br>
<a href="../PHPExcel/_PHPExcel---Shared---JAMA---docs---index.php.html"> index.php
</a><br>
<a href="../PHPExcel/_PHPExcel---IOFactory.php.html"> IOFactory.php
</a><br>
<a href="../PHPExcel/_PHPExcel---Shared---JAMA---examples---LagrangeInterpolation.php.html"> LagrangeInterpolation.php
</a><br>
<a href="../PHPExcel/_PHPExcel---Shared---JAMA---examples---LagrangeInterpolation2.php.html"> LagrangeInterpolation2.php
</a><br>
<a href="../PHPExcel/_PHPExcel---Shared---JAMA---examples---LevenbergMarquardt.php.html"> LevenbergMarquardt.php
</a><br>
<a href="../PHPExcel/_PHPExcel---Shared---JAMA---examples---LMQuadTest.php.html"> LMQuadTest.php
</a><br>
<a href="../PHPExcel/_PHPExcel---NamedRange.php.html"> NamedRange.php
</a><br>
<a href="../PHPExcel/_PHPExcel---Shared---JAMA---docs---includes---navbar.php.html"> navbar.php
</a><br>
<a href="../PHPExcel/_PHPExcel---Shared---JAMA---docs---package.php.html"> package.php
</a><br>
<a href="../PHPExcel/_PHPExcel.php.html"> PHPExcel.php
</a><br>
<a href="../PHPExcel/_PHPExcel---Shared---JAMA---examples---polyfit.php.html"> polyfit.php
</a><br>
<a href="../PHPExcel/_PHPExcel---ReferenceHelper.php.html"> ReferenceHelper.php
</a><br>
<a href="../PHPExcel/_PHPExcel---Shared---JAMA---docs---test.php.html"> test.php
</a><br>
<a href="../PHPExcel/_PHPExcel---Shared---JAMA---tests---TestMatrix.php.html"> TestMatrix.php
</a><br>
<a href="../PHPExcel/_PHPExcel---Shared---JAMA---examples---tile.php.html"> tile.php
</a><br>
<a href="../PHPExcel/_PHPExcel---Shared---trend---trendClass.php.html"> trendClass.php
</a><br>
<a href="../PHPExcel/_PHPExcel---Shared---PDF---fonts---uni2cid_ac15.php.html"> uni2cid_ac15.php
</a><br>
<a href="../PHPExcel/_PHPExcel---Shared---PDF---fonts---uni2cid_ag15.php.html"> uni2cid_ag15.php
</a><br>
<a href="../PHPExcel/_PHPExcel---Shared---PDF---fonts---uni2cid_aj16.php.html"> uni2cid_aj16.php
</a><br>
<a href="../PHPExcel/_PHPExcel---Shared---PDF---fonts---uni2cid_ak12.php.html"> uni2cid_ak12.php
</a><br>
<a href="../PHPExcel/_PHPExcel---WorksheetIterator.php.html"> WorksheetIterator.php
</a><br>
</div><br />
<b>Interfaces:</b><br />
<div class="package">
<a href="../PHPExcel/PHPExcel_IComparable.html">PHPExcel_IComparable</a><br />
</div>
<b>Classes:</b><br />
<div class="package">
<a href="../PHPExcel/LagrangeInterpolation.html">LagrangeInterpolation</a><br />
<a href="../PHPExcel/LevenbergMarquardt.html">LevenbergMarquardt</a><br />
<a href="../PHPExcel/LMQuadTest.html">LMQuadTest</a><br />
<a href="../PHPExcel/PHPExcel.html">PHPExcel</a><br />
<a href="../PHPExcel/PHPExcel_Autoloader.html">PHPExcel_Autoloader</a><br />
<a href="../PHPExcel/PHPExcel_CachedObjectStorageFactory.html">PHPExcel_CachedObjectStorageFactory</a><br />
<a href="../PHPExcel/PHPExcel_Comment.html">PHPExcel_Comment</a><br />
<a href="../PHPExcel/PHPExcel_DocumentProperties.html">PHPExcel_DocumentProperties</a><br />
<a href="../PHPExcel/PHPExcel_DocumentSecurity.html">PHPExcel_DocumentSecurity</a><br />
<a href="../PHPExcel/PHPExcel_HashTable.html">PHPExcel_HashTable</a><br />
<a href="../PHPExcel/PHPExcel_IOFactory.html">PHPExcel_IOFactory</a><br />
<a href="../PHPExcel/PHPExcel_NamedRange.html">PHPExcel_NamedRange</a><br />
<a href="../PHPExcel/PHPExcel_ReferenceHelper.html">PHPExcel_ReferenceHelper</a><br />
<a href="../PHPExcel/PHPExcel_WorksheetIterator.html">PHPExcel_WorksheetIterator</a><br />
<a href="../PHPExcel/TestMatrix.html">TestMatrix</a><br />
<a href="../PHPExcel/trendClass.html">trendClass</a><br />
</div>
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<h1>Procedural File: helveticai.php</h1>
Source Location: /PHPExcel/Shared/PDF/fonts/helveticai.php<br /><br />
<br>
<br>
<h2>Page Details:</h2>
<br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>filesource:</b> </td><td><a href="../__filesource/fsource_PHPExcel__PHPExcelSharedPDFfontshelveticai.php.html">Source Code for this file</a></td>
</tr>
</table>
</div>
<br /><br />
<br /><br />
<br /><br />
<br />
<div class="credit">
<hr />
Documentation generated on Thu, 26 Aug 2010 17:43:17 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html> | HadoDokis/Pragtico | app/vendors/PHPExcel/Documentation/API/PHPExcel/_PHPExcel---Shared---PDF---fonts---helveticai.php.html | HTML | mit | 10,938 |
<!DOCTYPE HTML><html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name='HandheldFriendly' content='True'>
<meta name='MobileOptimized' content='480'>
<meta name='format-detection' content='telephone=no'>
<meta name='viewport' content='initial-scale=1.0,width=device-width, minimum-scale=1.0, maximum-scale=1.0'>
<meta http-equiv='cleartype' content='on'>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="copyright" content="(C) 版权 2005"/>
<meta name="DC.rights.owner" content="(C) 版权 2005"/>
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7"/>
<meta name="DC.Type" content="task"/>
<meta name="DC.Title" content="Clearing your browsing history"/>
<meta name="DC.subject" content="Clearing your browsing history"/>
<meta name="keywords" content="Clearing your browsing history"/>
<meta name="DC.Relation" scheme="URI" content="../../product_content/browser/topic_browser.html"/>
<meta name="DC.Relation" scheme="URI" content="../../index.html"/>
<meta name="DC.Relation" scheme="URI" content="../../product_content/browser/topic_browser.html"/>
<meta name="DC.Format" content="XHTML"/>
<meta name="DC.Identifier" content="task_clear_visited_pages"/>
<meta name="DC.Language" content="zh-cn"/>
<link rel="stylesheet" type="text/css" href="../../css/commonltr.css"/>
<link rel="stylesheet" type="text/css" href="../../css/my.css"/>
<title>Clearing your browsing history</title>
<link rel="stylesheet" type="text/css" href="css/my.css"/>
<script defer="true" type="text/javascript" src="../../assets/guideCommon.js"/>
<script defer="true" type="text/javascript">
setToRoot();
</script>
</head>
<body>
<table class="dbh-header h-fixed">
<tr>
<td class="back"><a href="../../product_content/browser/topic_browser.html" id="backLink" class="tap-act"/></td>
<td class="dbhh-title"><em id="dbhht">Clearing your browsing history</em></td>
</tr>
</table>
<div id="jd-content"><a name="task_clear_visited_pages"><!-- --></a>
<div>
<ol>
<li><span>Open <span class="uicontrol"><img src="../../../image/icon/fig_browser.png"/></span><span class="uicontrol">Browser</span>.</span></li>
<li><span>Touch <span class="menucascade"><span class="uicontrol"><img src="../../../image/buttons/fig_more_menu.png"/></span> > <span class="uicontrol">Settings</span> > <span class="uicontrol">Privacy & security</span> > <span class="uicontrol">Clear history</span></span>.</span></li>
</ol>
</div>
<div>
<div class="familylinks">
</div>
</div>
<div class="hrcopyright"><center> <div class="hwcopyright"/></center></div>
</div>
</body>
</html> | kamazee/honor6_cleaner | cust/unicom/cn/media/phoneservice/defaultcontent/02/en-us/product_content/browser/task_clear_visited_pages.html | HTML | mit | 2,763 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.11"/>
<title>V8 API Reference Guide for node.js v8.6.0: Member List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">V8 API Reference Guide for node.js v8.6.0
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.11 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="inherits.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespacev8.html">v8</a></li><li class="navelem"><a class="el" href="classv8_1_1EmbedderHeapTracer.html">EmbedderHeapTracer</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">v8::EmbedderHeapTracer Member List</div> </div>
</div><!--header-->
<div class="contents">
<p>This is the complete list of members for <a class="el" href="classv8_1_1EmbedderHeapTracer.html">v8::EmbedderHeapTracer</a>, including all inherited members.</p>
<table class="directory">
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1EmbedderHeapTracer.html#a997b79af3a065c17868638bfc0c0a0ab">AbortTracing</a>()=0</td><td class="entry"><a class="el" href="classv8_1_1EmbedderHeapTracer.html">v8::EmbedderHeapTracer</a></td><td class="entry"><span class="mlabel">pure virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1EmbedderHeapTracer.html#a33e9ab6a32d22aa104ccdfac9a023ddb">AdvanceTracing</a>(double deadline_in_ms, AdvanceTracingActions actions)=0</td><td class="entry"><a class="el" href="classv8_1_1EmbedderHeapTracer.html">v8::EmbedderHeapTracer</a></td><td class="entry"><span class="mlabel">pure virtual</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>DO_NOT_FORCE_COMPLETION</b> enum value (defined in <a class="el" href="classv8_1_1EmbedderHeapTracer.html">v8::EmbedderHeapTracer</a>)</td><td class="entry"><a class="el" href="classv8_1_1EmbedderHeapTracer.html">v8::EmbedderHeapTracer</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1EmbedderHeapTracer.html#a802d0e71f8b360c1391d166f32caf098">EnterFinalPause</a>()=0</td><td class="entry"><a class="el" href="classv8_1_1EmbedderHeapTracer.html">v8::EmbedderHeapTracer</a></td><td class="entry"><span class="mlabel">pure virtual</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>FORCE_COMPLETION</b> enum value (defined in <a class="el" href="classv8_1_1EmbedderHeapTracer.html">v8::EmbedderHeapTracer</a>)</td><td class="entry"><a class="el" href="classv8_1_1EmbedderHeapTracer.html">v8::EmbedderHeapTracer</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>ForceCompletionAction</b> enum name (defined in <a class="el" href="classv8_1_1EmbedderHeapTracer.html">v8::EmbedderHeapTracer</a>)</td><td class="entry"><a class="el" href="classv8_1_1EmbedderHeapTracer.html">v8::EmbedderHeapTracer</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1EmbedderHeapTracer.html#ad380fefb5c8486acd41493f0545256e1">NumberOfWrappersToTrace</a>()</td><td class="entry"><a class="el" href="classv8_1_1EmbedderHeapTracer.html">v8::EmbedderHeapTracer</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1EmbedderHeapTracer.html#a17660234b628c92f17c3f54904126c1f">RegisterV8References</a>(const std::vector< std::pair< void *, void * > > &embedder_fields)=0</td><td class="entry"><a class="el" href="classv8_1_1EmbedderHeapTracer.html">v8::EmbedderHeapTracer</a></td><td class="entry"><span class="mlabel">pure virtual</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1EmbedderHeapTracer.html#a61b8dc3260247e2c47af8ad8f5775991">TraceEpilogue</a>()=0</td><td class="entry"><a class="el" href="classv8_1_1EmbedderHeapTracer.html">v8::EmbedderHeapTracer</a></td><td class="entry"><span class="mlabel">pure virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1EmbedderHeapTracer.html#af4f747aa1d77a0d2f341846b94f6b1ce">TracePrologue</a>()=0</td><td class="entry"><a class="el" href="classv8_1_1EmbedderHeapTracer.html">v8::EmbedderHeapTracer</a></td><td class="entry"><span class="mlabel">pure virtual</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>~EmbedderHeapTracer</b>()=default (defined in <a class="el" href="classv8_1_1EmbedderHeapTracer.html">v8::EmbedderHeapTracer</a>)</td><td class="entry"><a class="el" href="classv8_1_1EmbedderHeapTracer.html">v8::EmbedderHeapTracer</a></td><td class="entry"><span class="mlabel">protected</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.11
</small></address>
</body>
</html>
| v8-dox/v8-dox.github.io | 2e75ac0/html/classv8_1_1EmbedderHeapTracer-members.html | HTML | mit | 8,211 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>list-plus: 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.5.0~camlp4 / list-plus - 1.1.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
list-plus
<small>
1.1.0
<span class="label label-success">18 s 🏆</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-02-01 18:21:42 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-01 18:21:42 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-num base Num library distributed with the OCaml compiler
base-threads base
base-unix base
camlp4 4.04+1 Camlp4 is a system for writing extensible parsers for programming languages
conf-findutils 1 Virtual package relying on findutils
coq 8.5.0~camlp4 Formal proof management system
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.04.2 The OCaml compiler (virtual package)
ocaml-base-compiler 4.04.2 Official 4.04.2 release
ocaml-config 1 OCaml Switch Configuration
ocamlbuild 0.14.0 OCamlbuild is a build system with builtin rules to easily build most OCaml projects.
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "https://github.com/clarus/coq-list-plus"
dev-repo: "git+https://github.com/clarus/coq-list-plus.git"
bug-reports: "https://github.com/clarus/coq-list-plus/issues"
authors: ["Guillaume Claret"]
license: "MIT"
build: [
["./configure.sh"]
[make "-j%{jobs}%"]
]
install: [
[make "install"]
]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/ListPlus"]
depends: [
"ocaml"
"coq" {>= "8.4pl4"}
]
synopsis: "More functions on lists"
flags: light-uninstall
url {
src: "https://github.com/clarus/coq-list-plus/archive/1.1.0.tar.gz"
checksum: "md5=c192305beb883b81a48f609d1ba674f9"
}
</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-list-plus.1.1.0 coq.8.5.0~camlp4</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-list-plus.1.1.0 coq.8.5.0~camlp4</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>12 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-list-plus.1.1.0 coq.8.5.0~camlp4</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>18 s</dd>
</dl>
<h2>Installation size</h2>
<p>Total: 41 K</p>
<ul>
<li>18 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ListPlus/Sort.vo</code></li>
<li>13 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ListPlus/List.vo</code></li>
<li>9 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ListPlus/All.vo</code></li>
</ul>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq-list-plus.1.1.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.04.2-2.0.5/released/8.5.0~camlp4/list-plus/1.1.0.html | HTML | mit | 6,812 |
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>About</title>
<meta name="theme-color" content="#3f51b5">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<div class="mdl-layout__container">
<div class="mdl-layout mdl-js-layout mdl-layout--fixed-header">
<header class="mdl-layout__header">
<div class="mdl-layout__header-row">
<span class="mdl-layout-title">About</span>
</div>
</header>
<div class="mdl-layout__drawer">
<span class="mdl-layout-title">Menu</span>
<nav class="mdl-navigation">
<a class="mdl-navigation__link" href="index.html">Home</a>
<a class="mdl-navigation__link" href="options.html">Options<span class="sup-style red">Alpha</span></a>
<a class="mdl-navigation__link" href="faq.html">Faq</a>
<a class="mdl-navigation__link" href="about.html">About</a>
</nav>
</div>
<main class="mdl-layout__content">
<div class="page-content">
<div class="mdl-grid">
<div class="mdl-cell mdl-cell--12-col mdl-card mdl-shadow--2dp">
<div class="mdl-card__title mdl-card--border">
<h2 class="mdl-card__title-text">Version 0.2.3</h2>
</div>
<div class="mdl-card__supporting-text">
<p>
Chrome browser extension for adding custom css styles on any page.
With Material design and code editor.
</p>
<p>
Features:
</p>
<ul>
<li>Autocomplete</li>
<li>CSS Code Linting and highlighting</li>
<li>Check on Brackets</li>
<li>Saving short styles in cloud when logged in Chrome browser</li>
</ul>
<p>
<a target="_blank" href="https://github.com/uamithril/blink-style-importer/blob/master/changelog.md">Changelog</a>
</p>
</div>
</div>
</div>
</div>
</main>
</div>
</div>
<div id="toastLog" class="mdl-js-snackbar mdl-snackbar">
<div class="mdl-snackbar__text"></div>
<button class="mdl-snackbar__action" type="button"></button>
</div>
<div id="progressNoEnd" class="mdl-progress mdl-js-progress mdl-progress--indeterminate"></div>
<script src="https://www.gstatic.com/firebasejs/4.2.0/firebase.js"></script>
<script src="js/vendor/codemirror.min.js"></script>
<script src="js/main.js"></script>
</body>
</html> | uamithril/blink-style-importer | about.html | HTML | mit | 2,469 |
<!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
2dd49f3f-896c-4ce4-9f5f-2d9090f19535
</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="#Nd.Framework.Logging.Log4Net">Nd.Framework.Logging.Log4Net</a></strong></td>
<td class="text-center">100.00 %</td>
<td class="text-center">97.62 %</td>
<td class="text-center">100.00 %</td>
<td class="text-center">97.62 %</td>
</tr>
</tbody>
</table>
</div>
<div id="details">
<a name="Nd.Framework.Logging.Log4Net"><h3>Nd.Framework.Logging.Log4Net</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.IO.FileInfo</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)</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/nd/nd.framework.4.0.6/Nd.Framework.Logging.Log4Net-net40.html | HTML | mit | 11,682 |
<!--
@license
Copyright (c) 2015 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
-->
<link rel="import" href="../polymer/polymer.html">
<link rel="import" href="../iron-resizable-behavior/iron-resizable-behavior.html">
<!--
`iron-list` displays a virtual, 'infinite' list. The template inside
the iron-list element represents the DOM to create for each list item.
The `items` property specifies an array of list item data.
For performance reasons, not every item in the list is rendered at once;
instead a small subset of actual template elements *(enough to fill the viewport)*
are rendered and reused as the user scrolls. As such, it is important that all
state of the list template be bound to the model driving it, since the view may
be reused with a new model at any time. Particularly, any state that may change
as the result of a user interaction with the list item must be bound to the model
to avoid view state inconsistency.
__Important:__ `iron-list` must ether be explicitly sized, or delegate scrolling to an
explicitly sized parent. By "explicitly sized", we mean it either has an explicit
CSS `height` property set via a class or inline style, or else is sized by other
layout means (e.g. the `flex` or `fit` classes).
### Template model
List item templates should bind to template models of the following structure:
{
index: 0, // data index for this item
item: { // user data corresponding to items[index]
/* user item data */
}
}
Alternatively, you can change the property name used as data index by changing the
`indexAs` property. The `as` property defines the name of the variable to add to the binding
scope for the array.
For example, given the following `data` array:
##### data.json
[
{"name": "Bob"},
{"name": "Tim"},
{"name": "Mike"}
]
The following code would render the list (note the name and checked properties are
bound from the model object provided to the template scope):
<template is="dom-bind">
<iron-ajax url="data.json" last-response="{{data}}" auto></iron-ajax>
<iron-list items="[[data]]" as="item">
<template>
<div>
Name: <span>[[item.name]]</span>
</div>
</template>
</iron-list>
</template>
@group Iron Element
@element iron-list
@demo demo/index.html
-->
<dom-module id="iron-list">
<style>
:host {
display: block;
will-change: transform;
}
:host(.has-scroller) {
overflow: auto;
}
#items {
position: relative;
}
#items > ::content > * {
width: 100%;
box-sizing: border-box;
position: absolute;
top: 0;
}
</style>
<template>
<div id="items">
<content></content>
</div>
</template>
</dom-module>
<script>
(function() {
var IOS = navigator.userAgent.match(/iP(?:hone|ad;(?: U;)? CPU) OS (\d+)/);
var IOS_TOUCH_SCROLLING = IOS && IOS[1] >= 8;
var DEFAULT_PHYSICAL_COUNT = 20;
var MAX_PHYSICAL_COUNT = 500;
Polymer({
is: 'iron-list',
properties: {
/**
* An array containing items determining how many instances of the template
* to stamp and that that each template instance should bind to.
*/
items: {
type: Array
},
/**
* The name of the variable to add to the binding scope for the array
* element associated with a given template instance.
*/
as: {
type: String,
value: 'item'
},
/**
* The name of the variable to add to the binding scope with the index
* for the row. If `sort` is provided, the index will reflect the
* sorted order (rather than the original array order).
*/
indexAs: {
type: String,
value: 'index'
}
},
observers: [
'_itemsChanged(items.*)'
],
behaviors: [
Polymer.Templatizer,
Polymer.IronResizableBehavior
],
listeners: {
'iron-resize': '_resizeHandler'
},
/**
* The ratio of hidden tiles that should remain in the scroll direction.
* Recommended value ≈ 0.5, so it will distribute tiles evely in both directions.
*/
_ratio: 0.5,
/**
* The element that controls the scroll
*/
_scroller: null,
/**
* The padding-top value of the `scroller` element
*/
_scrollerPaddingTop: 0,
/**
* This value is the same as `scrollTop`.
*/
_scrollPosition: 0,
/**
* The number of tiles in the DOM.
*/
_physicalCount: DEFAULT_PHYSICAL_COUNT,
/**
* The k-th tile that is at the top of the scrolling list.
*/
_physicalStart: 0,
/**
* The k-th tile that is at the bottom of the scrolling list.
*/
_physicalEnd: 0,
/**
* The sum of the heights of all the tiles in the DOM.
*/
_physicalSize: 0,
/**
* The average `offsetHeight` of the tiles observed till now.
*/
_physicalAverage: 0,
/**
* The number of tiles which `offsetHeight` > 0 observed until now.
*/
_physicalAverageCount: 0,
/**
* The Y position of the item rendered in the `_physicalStart`
* tile relative to the scrolling list.
*/
_physicalTop: 0,
/**
* The number of items in the list.
*/
_virtualCount: 0,
/**
* The n-th item rendered in the `_physicalStart` tile.
*/
_virtualStartVal: 0,
/**
* A map between an item key and its physical item index
*/
_physicalIndexForKey: {},
/**
* The average scroll size
*/
_scrollSize: 0,
/**
* The size of the viewport
*/
_viewportSize: 0,
/**
* An array of DOM nodes that are currently in the tree
*/
_physicalItems: null,
/**
* An array of heights for each item in `_physicalItems`
*/
_physicalSizes: null,
/**
* A cached value for the visible index.
* See `firstVisibleIndex`
*/
_firstVisibleIndexVal: null,
/**
* A Polymer collection for the items.
*/
_collection: null,
/**
* True if the current item list was rendered for the first time
* after attached.
*/
_initRendered: false,
/**
* The bottom of the physical content.
*/
get _physicalBottom() {
return this._physicalTop + this._physicalSize;
},
/**
* The n-th item rendered in the last physical item.
*/
get _virtualEnd() {
return this._virtualStartVal + this._physicalCount - 1;
},
/**
* The lowest n-th value for an item such that it can be rendered in `_physicalStart`.
*/
_minVirtualStart: 0,
/**
* The largest n-th value for an item such that it can be rendered in `_physicalStart`.
*/
get _maxVirtualStart() {
return this._virtualCount < this._physicalCount ?
this._virtualCount : this._virtualCount - this._physicalCount;
},
/**
* The height of the physical content that isn't on the screen.
*/
get _hiddenContentSize() {
return this._physicalSize - this._viewportSize;
},
/**
* The maximum scroll top value.
*/
get _maxScrollTop() {
return this._scrollSize - this._viewportSize;
},
/**
* Sets the n-th item rendered in `_physicalStart`
*/
set _virtualStart(val) {
// clamp the value so that _minVirtualStart <= val <= _maxVirtualStart
this._virtualStartVal = Math.min(this._maxVirtualStart, Math.max(this._minVirtualStart, val));
this._physicalStart = this._virtualStartVal % this._physicalCount;
this._physicalEnd = (this._physicalStart + this._physicalCount - 1) % this._physicalCount;
},
/**
* Gets the n-th item rendered in `_physicalStart`
*/
get _virtualStart() {
return this._virtualStartVal;
},
/**
* An optimal physical size such that we will have enough physical items
* to fill up the viewport and recycle when the user scrolls.
*
* This default value assumes that we will at least have the equivalent
* to a viewport of physical items above and below the user's viewport.
*/
get _optPhysicalSize() {
return this._viewportSize * 3;
},
/**
* Gets the first visible item in the viewport.
*
* @property firstVisibleIndex
*/
get firstVisibleIndex() {
var physicalOffset;
if (this._firstVisibleIndexVal === null) {
physicalOffset = this._physicalTop;
this._firstVisibleIndexVal = this._iterateItems(
function(pidx, vidx) {
physicalOffset += this._physicalSizes[pidx];
if (physicalOffset > this._scrollPosition) {
return vidx;
}
}) || 0;
}
return this._firstVisibleIndexVal;
},
/**
* When the element has been attached to the DOM tree.
*/
attached: function() {
// delegate to the parent's scroller
// e.g. paper-scroll-header-panel
var el = Polymer.dom(this);
if (el.parentNode && el.parentNode.scroller) {
this._scroller = el.parentNode.scroller;
} else {
this._scroller = this;
this.classList.add('has-scroller');
}
this.updateViewportBoundaries();
if (IOS_TOUCH_SCROLLING) {
this._scroller.style.webkitOverflowScrolling = 'touch';
this._scroller.addEventListener('scroll', function() {
requestAnimationFrame(this._scrollHandler.bind(this));
}.bind(this));
} else {
this._scroller.addEventListener('scroll', this._scrollHandler.bind(this));
}
// render the list of items if we haven't rendered them yet
this._render();
},
/**
* When the element has been removed from the DOM tree.
*/
detached: function() {
this._initRendered = false;
},
/**
* Invoke this method if you dynamically update the viewport's
* size or CSS padding.
*
* @method updateViewportBoundaries
*/
updateViewportBoundaries: function() {
var scrollerStyle = window.getComputedStyle(this._scroller);
this._scrollerPaddingTop = parseInt(scrollerStyle['padding-top']);
this._viewportSize = this._scroller.offsetHeight;
},
/**
* Update the models, the position of the
* items in the viewport and recycle tiles as needed.
*/
_refresh: function() {
var SCROLL_DIRECTION_UP = -1;
var SCROLL_DIRECTION_DOWN = 1;
var SCROLL_DIRECTION_NONE = 0;
// clamp the `scrollTop` value
// IE 10|11 scrollTop may go above `_maxScrollTop`
// iOS `scrollTop` may go below 0 and above `_maxScrollTop`
var scrollTop = Math.max(0, Math.min(this._maxScrollTop, this._scroller.scrollTop));
var tileHeight, kth, recycledTileSet;
var ratio = this._ratio;
var delta = scrollTop - this._scrollPosition;
var direction = SCROLL_DIRECTION_NONE;
var recycledTiles = 0;
var hiddenContentSize = this._hiddenContentSize;
var currentRatio = ratio;
var movingUp = [];
// track the last `scrollTop`
this._scrollPosition = scrollTop;
// clear cached visible index
this._firstVisibleIndexVal = null;
// random access
if (Math.abs(delta) > this._physicalSize) {
this._physicalTop += delta;
direction = SCROLL_DIRECTION_NONE;
recycledTiles = Math.round(delta / this._physicalAverage);
}
// scroll up
else if (delta < 0) {
var topSpace = scrollTop - this._physicalTop;
var virtualStart = this._virtualStart;
direction = SCROLL_DIRECTION_UP;
recycledTileSet = [];
kth = this._physicalEnd;
currentRatio = topSpace / hiddenContentSize;
// move tiles from bottom to top
while (
// approximate `currentRatio` to `ratio`
currentRatio < ratio &&
// recycle less physical items than the total
recycledTiles < this._physicalCount &&
// ensure that these recycled tiles are needed
virtualStart - recycledTiles > 0
) {
tileHeight = this._physicalSizes[kth] || this._physicalAverage;
currentRatio += tileHeight / hiddenContentSize;
recycledTileSet.push(kth);
recycledTiles++;
kth = (kth === 0) ? this._physicalCount - 1 : kth - 1;
}
movingUp = recycledTileSet;
recycledTiles = -recycledTiles;
}
// scroll down
else if (delta > 0) {
var bottomSpace = this._physicalBottom - (scrollTop + this._viewportSize);
var virtualEnd = this._virtualEnd;
var lastVirtualItemIndex = this._virtualCount-1;
direction = SCROLL_DIRECTION_DOWN;
recycledTileSet = [];
kth = this._physicalStart;
currentRatio = bottomSpace / hiddenContentSize;
// move tiles from top to bottom
while (
// approximate `currentRatio` to `ratio`
currentRatio < ratio &&
// recycle less physical items than the total
recycledTiles < this._physicalCount &&
// ensure that these recycled tiles are needed
virtualEnd + recycledTiles < lastVirtualItemIndex
) {
tileHeight = this._physicalSizes[kth] || this._physicalAverage;
currentRatio += tileHeight / hiddenContentSize;
this._physicalTop += tileHeight;
recycledTileSet.push(kth);
recycledTiles++;
kth = (kth + 1) % this._physicalCount;
}
}
if (recycledTiles !== 0) {
this._virtualStart = this._virtualStart + recycledTiles;
this._update(recycledTileSet, movingUp);
}
},
/**
* Update the list of items, starting from the `_virtualStartVal` item.
*/
_update: function(itemSet, movingUp) {
// update models
this._assignModels(itemSet);
// measure heights
// TODO(blasten) pass `recycledTileSet`
this._updateMetrics();
// adjust offset after measuring
if (movingUp) {
while (movingUp.length) {
this._physicalTop -= this._physicalSizes[movingUp.pop()];
}
}
// update the position of the items
this._positionItems();
// set the scroller size
this._updateScrollerSize();
// increase the pool of physical items if needed
if (itemSet = this._increasePoolIfNeeded()) {
// set models to the new items
this.async(this._update.bind(this, itemSet));
}
},
/**
* Creates a pool of DOM elements and attaches them to the local dom.
*/
_createPool: function(size) {
var physicalItems = new Array(size);
this._ensureTemplatized();
for (var i = 0; i < size; i++) {
var inst = this.stamp(null);
// First element child is item; Safari doesn't support children[0]
// on a doc fragment
physicalItems[i] = inst.root.querySelector('*');
Polymer.dom(this).appendChild(inst.root);
}
return physicalItems;
},
/**
* Increases the pool size. That is, the physical items in the DOM.
* This function will allocate additional physical items
* (limited by `MAX_PHYSICAL_COUNT`) if the content size is shorter than
* `_optPhysicalSize`
*
* @return Array
*/
_increasePoolIfNeeded: function() {
if (this._physicalSize > this._optPhysicalSize) {
return null;
}
// the estimated number of physical items that we will need to reach
// the cap established by `_optPhysicalSize`.
var missingItems = Math.round(
(this._optPhysicalSize - this._physicalSize) * 1.2 / this._physicalAverage
);
// limit the size
var nextPhysicalCount = Math.min(
this._physicalCount + missingItems,
this._virtualCount,
MAX_PHYSICAL_COUNT
);
var prevPhysicalCount = this._physicalCount;
var delta = nextPhysicalCount - prevPhysicalCount;
if (delta <= 0) {
return null;
}
var newPhysicalItems = this._createPool(delta);
var emptyArray = new Array(delta);
[].push.apply(this._physicalItems, newPhysicalItems);
[].push.apply(this._physicalSizes, emptyArray);
this._physicalCount = prevPhysicalCount + delta;
// fill the array with the new item pos
while (delta > 0) {
emptyArray[--delta] = prevPhysicalCount + delta;
}
return emptyArray;
},
/**
* Render a new list of items. This method does exactly the same as `update`,
* but it also ensures that only one `update` cycle is created.
*/
_render: function() {
if (this.isAttached && !this._initRendered && this.items) {
// polymer/issues/2039
if (window.CustomElements) {
window.CustomElements.takeRecords();
}
this._update();
this._initRendered = true;
}
},
/**
* Templetizes the user template.
*/
_ensureTemplatized: function() {
if (!this.ctor) {
// Template instance props that should be excluded from forwarding
this._instanceProps = {
__key__: true
};
this._instanceProps[this.as] = true;
this._instanceProps[this.indexAs] = true;
this._userTemplate = Polymer.dom(this).querySelector('template');
if (this._userTemplate) {
this.templatize(this._userTemplate);
} else {
console.warn('iron-list requires a template to be provided in light-dom');
}
}
},
/**
* Implements extension point from Templatizer mixin.
*/
_getStampedChildren: function() {
return this._physicalItems;
},
/**
* Implements extension point from Templatizer
* Called as a side effect of a template instance path change, responsible
* for notifying items.<key-for-instance>.<path> change up to host.
*/
_forwardInstancePath: function(inst, path, value) {
if (path.indexOf(this.as + '.') === 0) {
this.notifyPath('items.' + inst.__key__ + '.' +
path.slice(this.as.length + 1), value);
}
},
/**
* Implements extension point from Templatizer mixin
* Called as side-effect of a host property change, responsible for
* notifying parent path change on each row.
*/
_forwardParentProp: function(prop, value) {
if (this._physicalItems) {
this._physicalItems.forEach(function(item) {
item._templateInstance[prop] = value;
}, this);
}
},
/**
* Implements extension point from Templatizer
* Called as side-effect of a host path change, responsible for
* notifying parent.<path> path change on each row.
*/
_forwardParentPath: function(path, value) {
if (this._physicalItems) {
this._physicalItems.forEach(function(item) {
item._templateInstance.notifyPath(path, value, true);
}, this);
}
},
/**
* Called as a side effect of a host items.<key>.<path> path change,
* responsible for notifying item.<path> changes to row for key.
*/
_forwardItemPath: function(path, value) {
if (this._physicalIndexForKey) {
var dot = path.indexOf('.');
var key = path.substring(0, dot < 0 ? path.length : dot);
var idx = this._physicalIndexForKey[key];
var row = this._physicalItems[idx];
if (row) {
var inst = row._templateInstance;
if (dot >= 0) {
path = this.as + '.' + path.substring(dot+1);
inst.notifyPath(path, value, true);
} else {
inst[this.as] = value;
}
}
}
},
_itemsChanged: function(change) {
if (change.path === 'items') {
// render the new set
this._initRendered = false;
// update the whole set
this._virtualStartVal = 0;
this._physicalTop = 0;
this._virtualCount = this.items ? this.items.length : 0;
this._collection = this.items ? Polymer.Collection.get(this.items) : null;
// scroll to the top
this._resetScrollPosition(0);
// create the initial physical items
if (!this._physicalItems) {
this._physicalItems = this._createPool(this._physicalCount);
this._physicalSizes = new Array(this._physicalCount);
}
this.debounce('refresh', this._render);
} else if (change.path === 'items.splices') {
// render the new set
this._initRendered = false;
this._adjustVirtualIndex(change.value.indexSplices);
this._virtualCount = this.items ? this.items.length : 0;
this.debounce('refresh', this._render);
} else {
// update a single item
this._forwardItemPath(change.path.split('.').slice(1).join('.'), change.value);
}
},
_adjustVirtualIndex: function(splices) {
for (var i = 0; i < splices.length; i++) {
var splice = splices[i];
var idx = splice.index;
// We only need to care about changes happening above the current position
if (idx >= this._virtualStartVal) {
break;
}
this._virtualStart = this._virtualStart +
Math.max(splice.addedCount - splice.removed.length, idx - this._virtualStartVal);
}
},
_scrollHandler: function() {
this._refresh();
},
_iterateItems: function(fn, itemSet) {
var pidx, vidx, rtn, i;
if (arguments.length === 2 && itemSet) {
for (i = 0; i < itemSet.length; i++) {
pidx = itemSet[i];
if (pidx >= this._physicalStart) {
vidx = this._virtualStartVal + (pidx - this._physicalStart);
} else {
vidx = this._virtualStartVal + (this._physicalCount - this._physicalStart) + pidx;
}
if ((rtn = fn.call(this, pidx, vidx)) != null) {
return rtn;
}
}
} else {
pidx = this._physicalStart;
vidx = this._virtualStartVal;
for (; pidx < this._physicalCount; pidx++, vidx++) {
if ((rtn = fn.call(this, pidx, vidx)) != null) {
return rtn;
}
}
pidx = 0;
for (; pidx < this._physicalStart; pidx++, vidx++) {
if ((rtn = fn.call(this, pidx, vidx)) != null) {
return rtn;
}
}
}
},
_assignModels: function(itemSet) {
this._iterateItems(function(pidx, vidx) {
var el = this._physicalItems[pidx];
var inst = el._templateInstance;
var item = this.items && this.items[vidx];
if (item) {
inst[this.as] = item;
inst.__key__ = this._collection.getKey(item);
inst[this.indexAs] = vidx;
el.removeAttribute('hidden');
this._physicalIndexForKey[inst.__key__] = pidx;
} else {
inst.__key__ = null;
el.setAttribute('hidden', '');
}
}, itemSet);
},
_updateMetrics: function() {
var total = 0;
var prevAvgCount = this._physicalAverageCount;
var prevPhysicalAvg = this._physicalAverage;
for (var i = 0; i < this._physicalCount; i++) {
this._physicalSizes[i] = this._physicalItems[i].offsetHeight;
total += this._physicalSizes[i];
this._physicalAverageCount += this._physicalSizes[i] ? 1 : 0;
}
this._physicalSize = total;
this._viewportSize = this._scroller.offsetHeight;
if (this._physicalAverageCount !== prevAvgCount) {
this._physicalAverage = Math.round(
((prevPhysicalAvg * prevAvgCount) + total) /
this._physicalAverageCount);
}
},
_positionItems: function(itemSet) {
this._adjustScrollPosition();
var y = this._physicalTop;
this._iterateItems(function(pidx) {
this.transform('translate3d(0, ' + y + 'px, 0)', this._physicalItems[pidx]);
y += this._physicalSizes[pidx];
}, itemSet);
},
_adjustScrollPosition: function() {
var deltaHeight = this._virtualStartVal === 0 ? this._physicalTop :
Math.min(this._scrollPosition + this._physicalTop, 0);
if (deltaHeight) {
this._physicalTop = this._physicalTop - deltaHeight;
// juking scroll position during interial scrolling on iOS is no bueno
if (!IOS_TOUCH_SCROLLING) {
this._resetScrollPosition(this._scroller.scrollTop - deltaHeight);
}
}
},
_resetScrollPosition: function(pos) {
if (this._scroller) {
this._scroller.scrollTop = pos;
this._scrollPosition = this._scroller.scrollTop;
}
},
_updateScrollerSize: function() {
this._scrollSize = (this._physicalBottom +
Math.max(this._virtualCount - this._physicalCount - this._virtualStartVal, 0) * this._physicalAverage);
this.$.items.style.height = this._scrollSize + 'px';
},
/**
* Scroll to a specific item in the virtual list regardless
* of the physical items in the DOM tree.
*
* @method scrollToIndex
*/
scrollToIndex: function(idx) {
if (typeof idx !== 'number') {
return;
}
var firstVisible = this.firstVisibleIndex;
idx = Math.min(Math.max(idx, 0), this._virtualCount-1);
// start at the previous virtual item
// so we have a item above the first visible item
this._virtualStart = idx - 1;
// assign new models
this._assignModels();
// measure the new sizes
this._updateMetrics();
// estimate new physical offset
this._physicalTop = this._virtualStart * this._physicalAverage;
var currentTopItem = this._physicalStart;
var currentVirtualItem = this._virtualStart;
var targetOffsetTop = 0;
var hiddenContentSize = this._hiddenContentSize;
// scroll to the item as much as we can
while (currentVirtualItem !== idx && targetOffsetTop < hiddenContentSize) {
targetOffsetTop = targetOffsetTop + this._physicalSizes[currentTopItem];
currentTopItem = (currentTopItem + 1) % this._physicalCount;
currentVirtualItem++;
}
// update the scroller size
this._updateScrollerSize();
// update the position of the items
this._positionItems();
// set the new scroll position
this._resetScrollPosition(this._physicalTop + targetOffsetTop + 1);
// clear cached visible index
this._firstVisibleIndexVal = null;
},
_resetAverage: function() {
this._physicalAverage = 0;
this._physicalAverageCount = 0;
},
_resizeHandler: function() {
if (this._physicalItems) {
this.debounce('resize', function() {
this._resetAverage();
this.updateViewportBoundaries();
this.scrollToIndex(this.firstVisibleIndex);
});
}
}
});
})();
</script>
| sfp12/darwin | public/static/polymer/iron-list/iron-list.html | HTML | mit | 27,587 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Coq bench</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../../..">Unstable</a></li>
<li><a href=".">8.4.dev / contrib:hedges 8.4.dev</a></li>
<li class="active"><a href="">2014-12-12 08:42:09</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:hedges
<small>
8.4.dev
<span class="label label-success">5 s</span>
</small>
</h1>
<p><em><script>document.write(moment("2014-12-12 08:42:09 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2014-12-12 08:42:09 UTC)</em><p>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>ruby lint.rb unstable ../unstable/packages/coq:contrib:hedges/coq:contrib:hedges.8.4.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:hedges.8.4.dev coq.8.4.dev</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>1 s</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.4.dev).
The following actions will be performed:
- install coq:contrib:hedges.8.4.dev
=== 1 to install ===
=-=- Synchronizing package archives -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
=-=- Installing packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Building coq:contrib:hedges.8.4.dev:
coq_makefile -f Make -o Makefile
make -j4
make install
Installing coq:contrib:hedges.8.4.dev.
</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>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --deps-only coq:contrib:hedges.8.4.dev</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>2 s</dd>
</dl>
<h2>Install</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --verbose coq:contrib:hedges.8.4.dev</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>5 s</dd>
<dt>Output</dt>
<dd><pre>The following actions will be performed:
- install coq:contrib:hedges.8.4.dev
=== 1 to install ===
=-=- Synchronizing package archives -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
[coq:contrib:hedges] Fetching https://gforge.inria.fr/git/coq-contribs/hedges.git#v8.4
Initialized empty Git repository in /home/bench/.opam/packages.dev/coq:contrib:hedges.8.4.dev/.git/
[master (root-commit) e34f74f] opam-git-init
From https://gforge.inria.fr/git/coq-contribs/hedges
* [new branch] v8.4 -> opam-ref
* [new branch] v8.4 -> origin/v8.4
LICENSE
Make
Makefile
bench.log
description
hedges.v
HEAD is now at dd348db Sauvegarde des bench.log
=-=- Installing packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Building coq:contrib:hedges.8.4.dev:
coq_makefile -f Make -o Makefile
make -j4
make install
"coqdep" -c -slash -R . Hedges "hedges.v" > "hedges.v.d" || ( RV=$?; rm -f "hedges.v.d"; exit ${RV} )
"coqc" -q -R . Hedges hedges
for i in hedges.vo; do \
install -d `dirname "/home/bench/.opam/system/lib/coq/user-contrib"/Hedges/$i`; \
install -m 0644 $i "/home/bench/.opam/system/lib/coq/user-contrib"/Hedges/$i; \
done
Installing coq:contrib:hedges.8.4.dev.
</pre></dd>
</dl>
<h2>Installation size</h2>
<p>Total: 213 K</p>
<ul>
<li>213 K <code>/home/bench/.opam/system/lib/coq/user-contrib/Hedges/hedges.vo</code></li>
<li>1 K <code>/home/bench/.opam/system/lib/coq:contrib:hedges/opam.config</code></li>
<li>1 K <code>/home/bench/.opam/system/install/coq:contrib:hedges.install</code></li>
</ul>
<h2>Uninstall</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq:contrib:hedges.8.4.dev</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>1 s</dd>
<dt>Output</dt>
<dd><pre>The following actions will be performed:
- remove coq:contrib:hedges.8.4.dev
=== 1 to remove ===
=-=- Synchronizing package archives -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
[coq:contrib:hedges] Fetching https://gforge.inria.fr/git/coq-contribs/hedges.git#v8.4
=-=- Removing Packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Removing coq:contrib:hedges.8.4.dev.
rm -R /home/bench/.opam/system/lib/coq/user-contrib/Hedges
</pre></dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
<small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small>
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html> | coq-bench/coq-bench.github.io-old | clean/Linux-x86_64-4.01.0-1.2.0/unstable/8.4.dev/contrib:hedges/8.4.dev/2014-12-12_08-42-09.html | HTML | mit | 8,162 |
<div class="crs--headband" ng-style="subHeadStyle">
<div class="container-fluid" data-ng-show="adminDashboard">
<div class="crs--tagline-wrapper" >
<div class="crs--tagline-logo circle bg--white inline-block center-vertical">
<i class="icon icon-heart center-vertical"></i>
</div>
<h1 class="crs--tagline-text inline-block">Forms for events. Easy peasy.</h1>
</div>
</div>
</div> | robbyronk/conf-registration-web | app/views/partials/headbandStandard.html | HTML | mit | 409 |
<!--
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Copyright (c) 2012 Thales Global Services *
* Author : Robin Jarry *
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy *
* of this software and associated documentation files (the "Software"), to deal *
* in the Software without restriction, including without limitation the rights *
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell *
* copies of the Software, and to permit persons to whom the Software is *
* furnished to do so, subject to the following conditions: *
* *
* The above copyright notice and this permission notice shall be included in *
* all copies or substantial portions of the Software. *
* *
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR *
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, *
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE *
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER *
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, *
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN *
* THE SOFTWARE. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
-->
<div>
This Groovy code will be executed on this node when it comes online.
</div>
| cittools/nodeinitscript | src/main/resources/com/thalesgroup/jenkins/plugins/initscript/GroovyInitScript/help-groovyCode.html | HTML | mit | 1,949 |
<!DOCTYPE html>
<html lang="en" ng-app="changessalonApp">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Changes Salon | About Us</title>
<!-- favicon -->
<link rel="apple-touch-icon" sizes="57x57" href="assets/img/favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="assets/img/favicon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="assets/img/favicon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="assets/img/favicon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="assets/img/favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="assets/img/favicon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="assets/img/favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="assets/img/favicon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="assets/img/favicon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="assets/img/favicon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/img/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="assets/img/favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/img/favicon/favicon-16x16.png">
<link rel="manifest" href="assets/img/favicon/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<!-- Bootstrap -->
<link href="https://d1xrp9zhb3ks3c.cloudfront.net/web/changessalon/node_modules/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Font-awesome -->
<link rel="stylesheet" href="assets/bower_components/font-awesome/css/font-awesome.min.css">
<!-- LeemTek -->
<link href="assets/css/leemtek.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for 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]-->
<!-- Facebook Pixels -->
<div ng-include="'assets/includes/facebook-pixels.html'"></div>
</head>
<body>
<!-- Google Analytics -->
<div ng-include="'assets/includes/google-analytics.html'"></div>
<header>
<div id="social" class="text-right">
<div class="col-md-12">
<ul class="list-inline">
<li><a class="btn btn-default button-black" href="https://www.facebook.com/pages/Changes-Salon-Day-Spa/172296847881" target="_blank"><i class="fa fa-facebook fa-lg"></i></a></li>
<li><a class="btn btn-default button-black" href="https://twitter.com/changeswc" target="_blank"><i class="fa fa-twitter fa-lg"></i></a></li>
<li><a class="btn btn-default button-black" href="https://instagram.com/changeswc/" target="_blank"><i class="fa fa-instagram fa-lg"></i></a></li>
<li><a class="btn btn-default button-black" href="http://www.yelp.com/biz/changes-salon-and-day-spa-walnut-creek" target="_blank"><i class="fa fa-yelp fa-lg"></i></a></li>
<li><a class="btn btn-default button-black" href="https://plus.google.com/u/0/112284510401602783718/posts" target="_blank"><i class="fa fa-google-plus fa-lg"></i></a></li>
<li class="hidden-xs" id="phone">925.947.1814</li>
</ul>
</div>
</div>
<a href="index.html"><img src="assets/img/logo.png"></a>
<div id="sminfo">
<a href="salon-services.html">Salon</a> |
<a href="spa-services.html">Spa</a> |
<a href="http://saas.shopsite.com/chan13/" target="_blank">Shop / Gift Cards</a> |
<a href="https://bookchangessalon.com/onlinebooking2/#/" target="_blank">Make an Appointment</a>
</div>
</header>
<nav class="navbar navbar-inverse">
<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>
</div>
<div class="collapse navbar-collapse" id="navbar">
<ul class="nav navbar-nav">
<!-- SALON -->
<li class="dropdown">
<a href="salon-services.html" class="dropdown-toggle" role="button" aria-haspopup="true" aria-expanded="false">SALON <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="hair.html">Hair Services</a></li>
<li><a href="wedding-special-event.html">Weddings & Social Events</a></li>
<li><a href="nails-mani-pedi.html">Nails</a></li>
<li><a href="makeup-services.html">Makeup</a></li>
<li><a href="hair-removal.html">Hair Removal</a></li>
<li><a href="mens-salon-and-spa-services.html">Especially For Men</a></li>
<li><a href="packages.html">Packages</a></li>
<li><a href="vip-points.html">VIP Program</a></li>
<li><a href="group-events.html">Group Events</a></li>
</ul>
</li>
<!-- SPA -->
<li class="dropdown">
<a href="spa-services.html" class="dropdown-toggle" role="button" aria-haspopup="true" aria-expanded="false">SPA <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="massage.html">Massage</a></li>
<li><a href="/acoustic-body-balancing.php">Acoustic Body Balancing</a></li>
<li><a href="spa-body-therapies.html">Spa Body Therapies</a></li>
<li><a href="skin-care-services.html">Skin Care</a></li>
<li><a href="medi-treatment-services.html">Medi Treatments</a></li>
<li><a href="nails-mani-pedi.html">Nails</a></li>
<li><a href="packages.html">Packages</a></li>
<li><a href="hair-removal.html">Hair Removal</a></li>
<li><a href="memberships.html">Memberships</a></li>
</ul>
</li>
<!-- APPOINTMENTS -->
<li class="dropdown">
<a href="appointments.html" class="dropdown-toggle" role="button" aria-haspopup="true" aria-expanded="false">APPOINTMENTS <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="https://www.demandforced3.com/www/etile_scheduler_popup.jsp?d3cp_exid=changessalon&d3cp_source=My%20Website">Request an Appointment</a></li>
<li><a href="https://bookchangessalon.com/onlinebooking2/#/" target="_blank">Online Booking</a></li>
<li><a href="vip-points.html">VIP Points Program</a></li>
<li><a href="before-your-appointment.html">Before Your Appointment</a></li>
<li><a href="frequently-asked-questions.html">FAQ</a></li>
</ul>
</li>
<!-- ABOUT -->
<li class="dropdown">
<a href="about-us.html" class="dropdown-toggle" role="button" aria-haspopup="true" aria-expanded="false">ABOUT <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="memberships.html">Memberships</a></li>
<li><a href="specials.html">Specials</a></li>
<li><a href="team.html">Our Team</a></li>
<li><a href="careers.html">Careers</a></li>
<li><a href="http://saas.shopsite.com/chan13/">Gift Certificates</a></li>
<li><a href="packages.html">Packages</a></li>
<li><a href="events.html">Events</a></li>
<li><a href="group-events.html">Group Events</a></li>
<li><a href="contact-us.html">Contact Us</a></li>
</ul>
</li>
<!-- STORE -->
<li><a href="http://saas.shopsite.com/chan13/">STORE</a></li>
<!-- BLOG -->
<li><a href="https://changessalon.wordpress.com">BLOG</a></li>
</ul>
</div>
<!--/.nav-collapse -->
</div>
</nav>
<div id="about-us">
<section class="container">
<div class="row">
<div class="col-md-10">
<img src="images/about_us.jpg" id="main">
<h2>About Us</h2>
<p>Changes Salon & Day Spa - serving Walnut Creek and the surrounding Bay Area communities since 1984! Whether you are looking for a new hair style or the perfect spa gift we've got you covered. Our team is always on top of the latest trends and technology in hair, nail and skin care and delivers the ultimate in stress relieving massage and spa therapies.</p>
<div class="row">
<div class="col-md-6">
<h3>Salon Services</h3>
<button><a href="salon-services.html"><strong>Learn More</strong></a></button>
</div>
<div class="col-md-6">
<h3>Spa Services</h3>
<button><a href="spa-services.html"><strong>Learn More</strong></a></button>
</div>
</div>
<div>
<h3>Our Mission</h3>
<p id="we-will"> We will deliver the highest quality, customer driven, innovative service.</p>
<h3>Core Values and Beliefs</h3>
<ul>
<li><p><em>We consider it a privilege to service our clients and we will always treat them with the utmost respect. We believe we have a responsibility to our community, and we will demonstrate this by contributing our time and effort, as well as money.</em></p></li>
<li><p><em>Due to the fact our future as a company rests squarely on the knowledge, imagination, skill, teamwork, and integrity of our employees, we value these qualities highly. Appreciation for these qualities will be demonstrated with personal praise, respect, prestige, increased authority and responsibility, and commensurate compensation.</em></p></li>
<li><p><em>We will maintain a friendly, efficient, and organized work environment to effectively serve our clients.</em></p></li>
<li><p><em>We are committed to the highest standards of ethics and integrity and we will strive to do what is right.</em></p></li>
</ul>
<h3>Awards</h3>
<p>Diablo Magazine's Best of the East Bay 40 time winner including Best Salon and Best Day Spa Bay Area News Group Best In the East Bay including Best Salon and Best Day Spa Walnut Creek Magazine Best of Walnut Creek winner including Best Manicure and Pedicure, Best Massage and Best Waxing Global Salon Business Awards winner California State Assembly Small Business of the Year</p>
<div id="rewards" class="row text-center">
<img src="images/awards/BOTEB.jpg">
<img src="images/awards/BIEB14_CC.jpg">
<img src="images/awards/bowc.jpg">
<img src="images/awards/GSBA Trophy_orig_large.jpg">
<img src="images/awards/assembly.jpg">
</div>
</div>
</div>
<div class="col-md-2">
<section id="sub-menu">
<p><a href="salon-services.html">All Salon Services</a></p>
<p><a href="spa-services.html">All Spa Services</a></p>
<p><a href="memberships.html">Memberships</a></p>
<p><a href="specials.html">Specials</a></p>
<p><a href="team.html">Our Team</a></p>
<p><a href="careers.html">Careers</a></p>
<p><a href="store.html">Gift Certificates</a></p>
<p><a href="packages.html">Packages</a></p>
<p><a href="events.html">Events</a></p>
<p><a href="contact-us.html">Contact Us</a></p>
</section>
</div>
</div>
</section>
</div>
<footer>
<div class="container">
<div class="row">
<!-- main left side -->
<div class="col-md-4">
<div class="row">
<div class="col-md-3">
<p>
<strong>Address</strong>
</p>
</div>
<div class="col-md-9">
<p>Changes Salon & Day Spa
<br> 1475 North Broadway
<br> Walnut Creek, CA 94596
<br>
<hr>
</p>
</div>
</div>
<!-- mail -->
<div class="row">
<div class="col-md-3">
<p>
<strong>Mail</strong>
</p>
</div>
<div class="col-md-9">
<p>[email protected]
<br>
<hr>
</p>
</div>
</div>
<!-- phone -->
<div class="row">
<div class="col-md-3">
<p>
<strong>Phone</strong>
</p>
</div>
<div class="col-md-9">
<p>925-947-1814</p>
</div>
</div>
</div><!-- /col-md-4 -->
<div class="col-md-4">
<p>
<strong>Hours</strong>
<br> Sunday 9:00 am - 5:30 pm
<br> Monday 9:00 - 3:00 pm
<br> Tuesday - Thursday 9:00 am - 9:30 pm
<br> Friday and Saturday 8:00 am - 6:30 pm
</p>
</div><!-- /col-md-4 -->
<div class="col-md-4">
<div><a class="btn btn-default button-black" href="">Schedule an Appointment</a></div>
<div class="space-top-10"><a class="btn btn-default button-black" href="">Join Our Mailing List</a></div>
<div class="space-top-10"><input type="email" class="form-control" id="exampleInputEmail1"></div>
<div class="space-top-10"><a class="btn btn-danger" href="">Go</a>
</div>
</div>
</div>
</div>
</footer>
<section id="subfooter">
<div class="container">
<div class="row">
<address class="col-md-4">
<p>2015 Changes Salon & Day Spa© All Rights Reserved</p>
</address>
<div class="col-md-4">
<a href="http://50.255.49.145/login.asp">
<p>Employee Login</p>
</a>
</div>
<div class="col-md-4">
<p>Web Development by <a href="http://www.leemtek.com" target="_blank">LeemTek</a></p>
</div>
</div>
</div>
</section>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="assets/bower_components/jquery/dist/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="https://d1xrp9zhb3ks3c.cloudfront.net/web/changessalon/node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
<!-- AngularJS -->
<script src="https://d1xrp9zhb3ks3c.cloudfront.net/web/changessalon/node_modules/angular/angular.min.js"></script>
<script src="https://d1xrp9zhb3ks3c.cloudfront.net/web/changessalon/node_modules/angular-animate/angular-animate.min.js"></script>
<!-- LeemTek JS -->
<script src="assets/js/leemtek.js"></script>
</body>
</html>
| leemtek/changessalon.com | about-us.html | HTML | mit | 19,384 |
<section class="row" data-ng-controller="PhoneBuzzController" data-ng-init="init()">
<h3 class="col-md-10 text-center">Dial a number with PhoneBuzz: now with delay!</h3>
<div class="col-xs-8 col-md-offset-2 col-md-6">
<form data-ng-submit="call(false)" class="signin form-horizontal" autocomplete="off">
<fieldset>
<div class="form-group">
<label for="to">Phone Number To Call</label>
<input type="text" id="to" name="to" class="form-control" data-ng-model="credentials.to" placeholder="Phone Number">
</div>
<div class="form-group">
<label for="Delay">Delay</label>
<input type="text" id="sec" name="sec" class="form-control" data-ng-model="credentials.sec" placeholder="Seconds">
</div>
<div class="text-center form-group">
<button type="submit" class="btn btn-large btn-primary">Call</button>
</div>
<div data-ng-show="error" class="text-center text-danger">
<strong data-ng-bind="error"></strong>
</div>
</fieldset>
</form>
</div>
<h3 class="col-md-10 text-center">{{submitMessage}}</h3>
</section> | yilaisu/phonebuzz | public/modules/users/views/phaseThree.client.view.html | HTML | mit | 1,079 |
<!doctype html>
<html lang="en-US">
<head>
<meta charset="utf-8" />
<title>jQuery.imgradio Demonstration</title>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script type="text/javascript" src="jquery.imgradio.js"></script>
<script type="text/javascript">
$(function() {
$('.radio').imgradio();
$('.checkbox').imgradio();
$('.rating').imgradio(1);
});
</script>
<style type="text/css">
span.radio_img {
display: inline-block;
height: 32px;
width: 33px;
margin-right: 2px;
background:url(star-empty.gif);
}
span.radio_img.checked {
background:url(star-full.gif);
}
</style>
</head>
<body>
<h1>jQuery.imgradio Demonstration</h1>
<p>
View this page's source for a closer look at how it all works.
<br />
For more information, visit the <a href="http://plugins.jquery.com/project/imgradio/">Image Radio project page</a> on <a href="http://plugins.jquery.com/">plugins.jquery.com</a>.
</p>
<form method="POST">
<h2>Standard radio button behavior</h2>
<p>
<input type="radio" name="myradio" id="radio_1" class="radio" value="1" /><label for="radio_1">1</label>
<input type="radio" name="myradio" id="radio_2" class="radio" value="2" /><label for="radio_2">2</label>
<input type="radio" name="myradio" id="radio_3" class="radio" value="3" /><label for="radio_3">3</label>
<input type="radio" name="myradio" id="radio_4" class="radio" value="4" /><label for="radio_4">4</label>
<input type="radio" name="myradio" id="radio_5" class="radio" value="5" /><label for="radio_5">5</label>
</p>
<h2>Standard check box behavior</h2>
<p>
<input type="checkbox" name="mycheckbox" id="checkbox_1" class="checkbox" value="1" /><label for="checkbox_1">1</label>
<input type="checkbox" name="mycheckbox" id="checkbox_2" class="checkbox" value="2" /><label for="checkbox_2">2</label>
<input type="checkbox" name="mycheckbox" id="checkbox_3" class="checkbox" value="3" /><label for="checkbox_3">3</label>
<input type="checkbox" name="mycheckbox" id="checkbox_4" class="checkbox" value="4" /><label for="checkbox_4">4</label>
<input type="checkbox" name="mycheckbox" id="checkbox_5" class="checkbox" value="5" /><label for="checkbox_5">5</label>
</p>
<h2>"Rating" system behavior</h2>
<p>
<input type="radio" name="myrating" id="rating_1" class="rating" value="1" /><label for="rating_1">1</label>
<input type="radio" name="myrating" id="rating_2" class="rating" value="2" /><label for="rating_2">2</label>
<input type="radio" name="myrating" id="rating_3" class="rating" value="3" /><label for="rating_3">3</label>
<input type="radio" name="myrating" id="rating_4" class="rating" value="4" /><label for="rating_4">4</label>
<input type="radio" name="myrating" id="rating_5" class="rating" value="5" /><label for="rating_5">5</label>
</p>
</form>
<br />
<p>©2011 Todd Boyd - <a href="http://roadha.us/">roadha.us</a></p>
</body>
</html>
| haliphax/jquery.imgradio | demo.html | HTML | mit | 3,013 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=${_response_encoding}">
<title></title>
<link rel="stylesheet" href="@{'/public/stylesheets/default.css'}" type="text/css" media="screen" title="no title" charset="${_response_encoding}">
<link rel="stylesheet" href="@{'/public/stylesheets/admin.css'}" type="text/css" media="screen" title="no title" charset="${_response_encoding}">
<script src="../../public/javascripts/jquery-1.6.4.min.js" type="text/javascript"></script>
<script src="http://counter.sina.com.cn/ip/" type="text/javascript" charset="utf-8"></script><!--获取接口数据,注意charset -->
<script typr="text/javascript" charset="utf-8">
$(function() {
var ip=ILData[0];
$("#ip").val(ip);
})
</script>
</head>
<body id="jobs">
<div id="login">
<h2>企业信息管理系统登录</h2>
#{form @logincheck()}
#{if flash.error}
<div id="loginError">
${flash.error}
</div>
#{/if}
<label for="email">用户名</label>
<input type="text" name="name" id="name" value="" />
<label for="password">密码</label>
<input type="password" name="password" value="" id="password" />
<input type="text" name="ip" value="" id="ip" style="display:none;"/>
<input class="submit" name="signin" type="submit" value="登录" id="signin"/>
#{/form}
</div>
</body>
</html> | gripson/EIMS | app/views/Application/login.html | HTML | mit | 1,589 |
<!DOCTYPE HTML>
<html>
<head>
<title>Login Page</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
<link rel="stylesheet" type="text/css" href="stylesheets/style.css" media="all">
<script>
function login(){
var username = $("#username").val();
var password = $("#password").val();
var info = JSON.stringify({"username":username,"password":password});
alert(info);
$.ajax({
contentType:'application/json',
url : "/login",
type : "post",
dataType: "json",
data:info,
success : function(){
alert("Login successfully.");
window.location.href='/index.html';
}
});
}
</script>
</head>
<body>
<div id="header">
<ul>
<li><a href="index.html">home</a></li>
<li><a href="flowers.html">flowers</a></li>
<li><a href="search.html">search</a></li>
<li class="selected"><a href="login.html">login</a></li>
<li><a href="register.html">register</a></li>
</ul>
<div class="logo">
<a href="index.html"><img src="images/orchid_logo.jpg" alt="">
</a>
</div>
</div>
<div id="body">
<div class="about">
<h1>
login
</h1>
<form action="LoginServlet" method="post">
<table class="table">
<tr>
<td class="title">
+ LOGIN
</td>
</tr>
<tr>
<td class="grey">
<img src="images/warning.gif" width="16" height="16"
alt="">
<b>Please enter username and password.</b>
</td>
</tr>
<tr>
<td>
Username
</td>
</tr>
<tr>
<td>
<input id="username" name="username" type="text" class="username" size="30">
</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td>
Password
</td>
</tr>
<tr>
<td>
<input id="password" name="password" type="password" class="password"
size="30">
</td>
</tr>
<tr>
<td class="orange">
<a href="register.html">Register?</a>
</td>
</tr>
<tr>
<td class="button">
<input type="image" src="images/login.jpg" alt="login" onclick="login()">
</td>
</tr>
</table>
</form>
</div>
</div>
<div id="footer">
<div>
<div class="connect">
<h4>
Follow us:
</h4>
<ul>
<li class="facebook">
<a href="#">facebook</a>
</li>
<li class="twitter">
<a href="#">twitter</a>
</li>
</ul>
</div>
<p>
Copyright © 2016. All rights reserved.
</p>
</div>
</div>
</body>
</html>
| infsci2560sp16/full-stack-web-project-HuiZhang0312 | src/main/resources/public/login.html | HTML | mit | 2,880 |
<button mat-button (click)="goBack()" style="margin-bottom:5px;"><mat-icon>arrow_back</mat-icon>Go Back</button>
<div fxLayout="row" fxLayoutWrap fxLayoutAlign="space-around start" style="margin-bottom: 15px;">
<div fxFlex="32%">
<mat-card>
<mat-card-header>
<mat-card-title>Script Instance Informations</mat-card-title>
</mat-card-header>
<mat-card-content>
<dl class="dl-horizontal" *ngIf="!loadingScriptInstance">
<dt>Status</dt>
<dd>{{scriptInstance?.instanceStatus}}</dd>
<dt>Start Time</dt>
<dd>{{scriptInstance?.createdDateTime | amDateFormat: 'DD.MM.YYYY HH:mm:ss'}}</dd>
<dt>End Time</dt>
<dd *ngIf="scriptInstance?.endDateTime != null">{{scriptInstance?.endDateTime | amDateFormat: 'DD.MM.YYYY HH:mm:ss'}}</dd>
<dd *ngIf="scriptInstance?.endDateTime == null">Scriptinstance is not finished</dd>
<dt>Transaction ID </dt>
<dd>{{scriptInstance?.transactionId}}</dd>
</dl>
<div fxLayoutAlign="center" *ngIf="loadingScriptInstance">
<mat-spinner></mat-spinner>
</div>
</mat-card-content>
</mat-card>
</div>
<div fxFlex="30%">
<mat-card>
<mat-card-header>
<mat-card-title>Host Informations</mat-card-title>
</mat-card-header>
<mat-card-content>
<dl class="dl-horizontal" *ngIf="scriptInstance?.host != null && !loadingScriptInstance">
<dt>Hostname</dt>
<dd>{{scriptInstance?.host.fqdn}}</dd>
</dl>
<div fxLayoutAlign="center" *ngIf="loadingScriptInstance">
<mat-spinner></mat-spinner>
</div>
<span *ngIf="scriptInstance?.host == null">Host doesn't exist anymore.</span>
</mat-card-content>
</mat-card>
</div>
<div fxFlex="30%">
<mat-card>
<mat-card-header>
<mat-card-title>Script Informations</mat-card-title>
</mat-card-header>
<mat-card-content>
<dl class="dl-horizontal" *ngIf="scriptInstance?.script != null && !loadingScriptInstance">
<dt>Script Name</dt>
<dd>{{scriptInstance?.script.scriptname}}</dd>
<dt>Description</dt>
<dd>{{scriptInstance?.script.description}}</dd>
</dl>
<div fxLayoutAlign="center" *ngIf="loadingScriptInstance">
<mat-spinner></mat-spinner>
</div>
<span *ngIf="scriptInstance?.script == null">Script doesn't exist anymore.</span>
</mat-card-content>
</mat-card>
</div>
</div>
<mat-card>
<mat-card-header fxLayout="row" fxLayoutAlign="space-between stretch" fxLayoutWrap>
<mat-card-title fxFlexAlign="left">Logs</mat-card-title>
<div fxFlexAlign="right">
<form fxLayout="row" [formGroup]="searchForm" (ngSubmit)="onSearch()">
<div fxFlex="230px">
<mat-form-field class="form-control">
<mat-select placeholder="Log Level" name="logLevel" formControlName="logLevel" multiple>
<mat-option *ngFor="let option of logLevelOptions" [value]="option.value">
{{option.label}}
</mat-option>
</mat-select>
</mat-form-field>
</div>
<div fxFlex="230px">
<mat-form-field class="form-control">
<input matInput id="text" type="text" placeholder="Text" formControlName="text">
</mat-form-field>
</div>
<button mat-button type="submit" [disabled]="!searchForm.valid"><mat-icon>search</mat-icon>Search</button>
<button mat-button color="warn" (click)="onSearchClear()"><mat-icon>clear</mat-icon>Clear</button>
</form>
</div>
</mat-card-header>
<mat-card-content>
<mat-paginator [pageIndex]="currentPage" [length]="length" [pageSize]="pageSize" [pageSizeOptions]="pageSizeOptions" (page)="onPageChange($event)">
</mat-paginator>
<table class="mdl-data-table mdl-js-data-table table-shadow">
<thead>
<tr>
<th>Time</th>
<th>Level</th>
<th>Text</th>
</tr>
</thead>
<tbody *ngIf="!loadingScriptInstanceLogs">
<tr *ngFor="let log of scriptInstanceLogs ">
<td width="200px">{{log.logDateTime | amDateFormat: 'DD.MM.YYYY HH:mm:ss'}}</td>
<td width="150px"><span [class]="'logLevel ' + (log.logLevel | logLevelIcon)"><mat-icon>{{log.logLevel | logLevelIcon}}</mat-icon></span> {{log.logLevel}}</td>
<td>{{log.logText}}</td>
</tr>
</tbody>
</table>
<div fxLayoutAlign="center" *ngIf="loadingScriptInstanceLogs">
<mat-spinner></mat-spinner>
</div>
</mat-card-content>
</mat-card> | andiexer/EagleEye-ScriptLogPlatform | src/Frontend/UI/src/app/pages/scriptinstances/scriptinstance-details/scriptinstance-details.component.html | HTML | mit | 4,770 |
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<title>Quick Rank</title>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<link href="style.css" rel="stylesheet" type="text/css" />
<link href="typeahead-style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="myModal" class="modal fade">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h4 class="modal-title">Deck Import</h4>
</div>
<div class="modal-body">
<form>
<div class="form-group">
<label for="message-text" class="control-label">Deck:</label>
<textarea class="form-control" id="decklist-text" placeholder="Cockatrice Fomat Deck"></textarea>
</div>
</form>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Cancel</button>
<button id="import-button" type="button" class="btn btn-primary">Import</button>
</div>
</div><!-- /.modal-content -->
</div><!-- /.modal-dialog -->
</div><!-- /.modal -->
<div class="container">
<div class="row">
<div class="col-sm-12">
<div id="hero-selector" class="btn-group">
<button type="button" class="btn btn-default">Druid</button>
<button type="button" class="btn btn-default active">Hunter</button>
<button type="button" class="btn btn-default">Mage</button>
<button type="button" class="btn btn-default">Paladin</button>
<button type="button" class="btn btn-default">Priest</button>
<button type="button" class="btn btn-default">Rogue</button>
<button type="button" class="btn btn-default">Shaman</button>
<button type="button" class="btn btn-default">Warlock</button>
<button type="button" class="btn btn-default">Warrior</button>
</div><!-- btn-group -->
</div><!-- col -->
</div><!-- row -->
<div class="row">
<div class="col-sm-8">
<h1>Quick Rank</h1>
</div>
<div class="col-sm-3">
<div id="deck-tools" class="btn-group">
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown" aria-expanded="false">
<span class="glyphicon glyphicon-cog" aria-hidden="true"></span>
</button>
<ul class="dropdown-menu" role="menu">
<li><a id="save-deck" href="#">Save</a></li>
<li><a id="load-deck" href="#">Load</a></li>
<li><a id="import-deck" href="#">Import</a></li>
<li class="divider"></li>
<li><a id="enable-tracking" href="#">Track</a></li>
<li><a id="clear-tracking" href="#">Clear</a></li>
</ul>
</div>
</div>
<div id="card-count" class="col-sm-1">0/30</div>
</div><!-- row -->
<div class="row">
<div class="col-sm-8">
<div id="the-basics" class="row">
<div class="col-sm-4 lookup-container">
<input class="typeahead" type="text" placeholder="1st Choice">
</div>
<div class="col-sm-4 lookup-container">
<input class="typeahead" type="text" placeholder="2nd Choice">
</div>
<div class="col-sm-4 lookup-container">
<input class="typeahead" type="text" placeholder="3rd Choice">
</div>
</div><!-- row -->
<div id="curves">
<div class="row">
<div id="minion-curve" class="col-sm-4"></div>
<div id="spell-curve" class="col-sm-4"></div>
<div id="weapon-curve" class="col-sm-4"></div>
</div><!-- row -->
<div id="mechanics-curves" class="row"></div><!-- row -->
<div id="race-curves" class="row"></div><!-- row -->
<div class="row">
<div id="full-curve" class="col-sm-4"></div>
<div id="your-curve-here" class="col-sm-4"></div>
<div id="some-other-curve" class="col-sm-4"></div>
</div><!-- row -->
</div>
</div><!-- col -->
<div id="deck-list" class="col-sm-4"></div>
</div><!-- row -->
<div class="row">
<div class="col-sm-12">
<div id="credits">
<a href="http://thelightforge.com/TierList">
Rankings are based on ADWCTA and Merps' Lightforge Tier List
</a>
</div>
</div><!-- col -->
</div><!-- row -->
</div><!-- container -->
<script src="https://code.jquery.com/jquery.min.js"></script>
<script src="js/lib/jquery.finger.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
<script src="https://twitter.github.io/typeahead.js/releases/latest/typeahead.bundle.js"></script>
<script src="https://d3js.org/d3.v3.min.js"></script>
<script src="js/main.js"></script>
<script src="js/cardrankCollection.js"></script>
<script src="js/perClassCardRanks/druid.js"></script>
<script src="js/perClassCardRanks/hunter.js"></script>
<script src="js/perClassCardRanks/mage.js"></script>
<script src="js/perClassCardRanks/paladin.js"></script>
<script src="js/perClassCardRanks/priest.js"></script>
<script src="js/perClassCardRanks/rogue.js"></script>
<script src="js/perClassCardRanks/shaman.js"></script>
<script src="js/perClassCardRanks/warlock.js"></script>
<script src="js/perClassCardRanks/warrior.js"></script>
<script src="js/cardranks.js"></script>
<script src="js/carddata.js"></script>
<script src="js/dataconnnector.js"></script>
<script src="js/check.js"></script>
<script src="js/curves.js"></script>
<script src="js/deckview.js"></script>
<script src="js/input.js"></script>
<script src="js/deckimport.js"></script>
<script src="js/persistence.js"></script>
<script src="js/decktools.js"></script>
<script src="js/showdeckquality.js"></script>
<script src="js/init.js"></script>
</body>
</html>
| kevinfjbecker/quickrank | index.html | HTML | mit | 5,920 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="de">
<head>
<title>Uses of Interface org.eclipse.emf.cdo.spi.workspace.InternalCDOWorkspaceBase (CDO Model Repository Documentation)</title>
<meta name="date" content="">
<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 Interface org.eclipse.emf.cdo.spi.workspace.InternalCDOWorkspaceBase (CDO Model Repository Documentation)";
}
}
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="../../../../../../../org/eclipse/emf/cdo/spi/workspace/InternalCDOWorkspaceBase.html" title="interface in org.eclipse.emf.cdo.spi.workspace">Class</a></li>
<li class="navBarCell1Rev">Use</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?org/eclipse/emf/cdo/spi/workspace/class-use/InternalCDOWorkspaceBase.html" target="_top">Frames</a></li>
<li><a href="InternalCDOWorkspaceBase.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 Interface org.eclipse.emf.cdo.spi.workspace.InternalCDOWorkspaceBase" class="title">Uses of Interface<br>org.eclipse.emf.cdo.spi.workspace.InternalCDOWorkspaceBase</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="../../../../../../../org/eclipse/emf/cdo/spi/workspace/InternalCDOWorkspaceBase.html" title="interface in org.eclipse.emf.cdo.spi.workspace">InternalCDOWorkspaceBase</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="#org.eclipse.emf.cdo.spi.workspace">org.eclipse.emf.cdo.spi.workspace</a></td>
<td class="colLast">
<div class="block">Server provider interfaces (SPI) for CDO <a href="../../../../../../../org/eclipse/emf/cdo/workspace/CDOWorkspace.html" title="interface in org.eclipse.emf.cdo.workspace"><code>workspaces</code></a>.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.eclipse.emf.cdo.spi.workspace">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../org/eclipse/emf/cdo/spi/workspace/InternalCDOWorkspaceBase.html" title="interface in org.eclipse.emf.cdo.spi.workspace">InternalCDOWorkspaceBase</a> in <a href="../../../../../../../org/eclipse/emf/cdo/spi/workspace/package-summary.html">org.eclipse.emf.cdo.spi.workspace</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="../../../../../../../org/eclipse/emf/cdo/spi/workspace/package-summary.html">org.eclipse.emf.cdo.spi.workspace</a> that return <a href="../../../../../../../org/eclipse/emf/cdo/spi/workspace/InternalCDOWorkspaceBase.html" title="interface in org.eclipse.emf.cdo.spi.workspace">InternalCDOWorkspaceBase</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="../../../../../../../org/eclipse/emf/cdo/spi/workspace/InternalCDOWorkspaceBase.html" title="interface in org.eclipse.emf.cdo.spi.workspace">InternalCDOWorkspaceBase</a></code></td>
<td class="colLast"><span class="typeNameLabel">InternalCDOWorkspace.</span><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/emf/cdo/spi/workspace/InternalCDOWorkspace.html#getBase--">getBase</a></span>()</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="../../../../../../../org/eclipse/emf/cdo/spi/workspace/InternalCDOWorkspaceBase.html" title="interface in org.eclipse.emf.cdo.spi.workspace">Class</a></li>
<li class="navBarCell1Rev">Use</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?org/eclipse/emf/cdo/spi/workspace/class-use/InternalCDOWorkspaceBase.html" target="_top">Frames</a></li>
<li><a href="InternalCDOWorkspaceBase.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><i>Copyright (c) 2011-2015 Eike Stepper (Berlin, Germany) and others.</i></small></p>
</body>
</html>
| kribe48/wasp-mbse | WASP-turtlebot-DSL/.metadata/.plugins/org.eclipse.pde.core/Eclipse Application/org.eclipse.osgi/142/0/.cp/javadoc/org/eclipse/emf/cdo/spi/workspace/class-use/InternalCDOWorkspaceBase.html | HTML | mit | 7,266 |
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- ====================================================================
# /*
# * Copyright (c) 2017, Interactive Advertising Bureau
# * All rights reserved.
# Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
# Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# */
==================================================================== -->
<title>IAB: DFP Ad bundle showing flex, fixed, static image</title>
<link rel="shortcut icon" href="//www.iab.net/media/image/iabnet.ico" />
<link rel="stylesheet" href="../../src/pub-flex-styles.css">
<link rel="stylesheet" href="../../root.css">
<link rel="stylesheet" href="adbundle.css">
<style type="text/css">
.iab-adcontent.autoscale iframe{
min-width:auto;
}
</style>
<script async='async' src='https://www.googletagservices.com/tag/js/gpt.js'></script>
<script>
var googletag = googletag || {};
googletag.cmd = googletag.cmd || [];
</script>
<script>
googletag.cmd.push(function() {
var gptAdSlots = [];
gptAdSlots.push(googletag.defineSlot('/3790/Flex8:1', [1,1], 'div-gpt-flex-ad').addService(googletag.pubads()));
gptAdSlots.push(googletag.defineSlot('/3790/Fixed728x90', [728,90], 'div-gpt-fixed-ad').addService(googletag.pubads()));
gptAdSlots.push(googletag.defineSlot('/3790/Static8:1', [1,1], 'div-gpt-static-ad').addService(googletag.pubads()));
gptAdSlots.push(googletag.defineSlot('/3790/Static728x90', [728,90], 'div-gpt-static300-ad').addService(googletag.pubads()));
googletag.pubads().enableSingleRequest();
googletag.enableServices();
/*
setInterval(function(){
googletag.pubads().refresh([gptAdSlots[0]]);
}, 20000);
*/
});
</script>
</head>
<body>
<script type="text/javascript" src="../../siteheader.js#root=../../"></script>
<div class="mainContent">
<section class="intro">
<p class="em">
Best viewed on desktop or tablet devices. The size range for this ad is best suited for larger screens.
</p>
<!-- Common text encapsulation written from script -->
<script src="adbundle_intro_text.js"></script>
</section>
</div>
<div class="pageWrap ">
<script>
document.write(iabtxt.flex('8:1'));
</script>
<div class="iab-flexad" >
<div class="iab-flexsizer flex-8x1" ></div>
<div class="iab-adcontent">
<!-- AD INSERTED HERE -->
<!-- /3790/Flex8:1 -->
<div id='div-gpt-flex-ad'>
<script>
googletag.cmd.push(function() { googletag.display('div-gpt-flex-ad'); });
</script>
</div>
</div>
</div>
<hr>
<script>
document.write(iabtxt.fixed('728x90'));
</script>
<div class="iab-flexad" >
<div class="iab-flexsizer flex-8x1" ></div>
<div class="iab-adcontent">
<!-- AD INSERTED HERE -->
<!-- /3790/Flex8:1 -->
<div id='div-gpt-fixed-ad'>
<script>
googletag.cmd.push(function() { googletag.display('div-gpt-fixed-ad'); });
</script>
</div>
</div>
</div>
<hr>
<script>
document.write(iabtxt.aspectImg('8:1'));
</script>
<div class="iab-flexad" >
<div class="iab-flexsizer flex-8x1" ></div>
<div class="iab-adcontent">
<!-- AD INSERTED HERE -->
<!-- /3790/Flex8:1 -->
<div id='div-gpt-static-ad'>
<script>
googletag.cmd.push(function() { googletag.display('div-gpt-static-ad'); });
</script>
</div>
</div>
</div>
<hr>
<script>
document.write(iabtxt.fixedImg('728x90'));
</script>
<div class="iab-flexad" >
<div class="iab-flexsizer flex-8x1" ></div>
<div class="iab-adcontent autoscale">
<!-- AD INSERTED HERE -->
<!-- /3790/Flex8:1 -->
<div id='div-gpt-static300-ad'>
<script>
googletag.cmd.push(function() { googletag.display('div-gpt-static300-ad'); });
</script>
</div>
</div>
</div>
<hr>
</div>
<hr>
</body>
</html>
| InteractiveAdvertisingBureau/flex-ad-testing | samples/dfp/adbundle_8x1.html | HTML | mit | 4,933 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>mini-compiler: 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 / mini-compiler - 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>
mini-compiler
<small>
8.9.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-01-26 20:55:43 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-26 20:55:43 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-num base Num library distributed with the OCaml compiler
base-threads base
base-unix base
camlp5 7.14 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-perl 2 Virtual package relying on perl
coq 8.7.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.9.2 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "https://github.com/coq-contribs/mini-compiler"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/MiniCompiler"]
depends: [
"ocaml"
"coq" {>= "8.9" & < "8.10~"}
]
tags: [
"keyword: compilation"
"keyword: correctness"
"keyword: arithmetic"
"category: Computer Science/Semantics and Compilation/Compilation"
"date: 2003"
]
authors: [
"Jean-Christophe Filliâtre"
]
bug-reports: "https://github.com/coq-contribs/mini-compiler/issues"
dev-repo: "git+https://github.com/coq-contribs/mini-compiler.git"
synopsis: "Correctness of a tiny compiler for arithmetic expressions"
description: """
Tutorial correctness proof of a tiny compiler from
simple arithmetic expressions (constants, variables and additions) to
simple assembly-like code (one accumulator, infinitly many registers and
addition)"""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/mini-compiler/archive/v8.9.0.tar.gz"
checksum: "md5=f5679f730d174e15fa5d5396286c3b43"
}
</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-mini-compiler.8.9.0 coq.8.7.0</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.7.0).
The following dependencies couldn't be met:
- coq-mini-compiler -> coq >= 8.9
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-mini-compiler.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.05.0-2.0.1/released/8.7.0/mini-compiler/8.9.0.html | HTML | mit | 7,179 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>mathcomp-field: 13 m 54 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.1 / mathcomp-field - 1.11.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
mathcomp-field
<small>
1.11.0
<span class="label label-success">13 m 54 s</span>
</small>
</h1>
<p><em><script>document.write(moment("2020-09-01 14:15:30 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-09-01 14:15:30 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-num base Num library distributed with the OCaml compiler
base-threads base
base-unix base
camlp5 7.12 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-m4 1 Virtual package relying on m4
coq 8.8.1 Formal proof management system.
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.05.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.05.0 Official 4.05.0 release
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.8.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "Mathematical Components <[email protected]>"
homepage: "https://math-comp.github.io/"
bug-reports: "https://github.com/math-comp/math-comp/issues"
dev-repo: "git+https://github.com/math-comp/math-comp.git"
license: "CECILL-B"
build: [ make "-C" "mathcomp/field" "-j" "%{jobs}%" ]
install: [ make "-C" "mathcomp/field" "install" ]
depends: [ "coq-mathcomp-solvable" { = version } ]
tags: [ "keyword:algebra" "keyword:field" "keyword:small scale reflection" "keyword:mathematical components" "keyword:odd order theorem" "logpath:mathcomp.field" ]
authors: [ "Jeremy Avigad <>" "Andrea Asperti <>" "Stephane Le Roux <>" "Yves Bertot <>" "Laurence Rideau <>" "Enrico Tassi <>" "Ioana Pasca <>" "Georges Gonthier <>" "Sidi Ould Biha <>" "Cyril Cohen <>" "Francois Garillot <>" "Alexey Solovyev <>" "Russell O'Connor <>" "Laurent Théry <>" "Assia Mahboubi <>" ]
synopsis: "Mathematical Components Library on Fields"
description:"""
This library contains definitions and theorems about field extensions,
galois theory, algebraic numbers, cyclotomic polynomials...
"""
url {
src: "https://github.com/math-comp/math-comp/archive/mathcomp-1.11.0.tar.gz"
checksum: "sha256=b16108320f77d15dd19ecc5aad90775b576edfa50c971682a1a439f6d364fef6"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-mathcomp-field.1.11.0 coq.8.8.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-mathcomp-field.1.11.0 coq.8.8.1</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>14 m 6 s</dd>
</dl>
<h2>Install</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-mathcomp-field.1.11.0 coq.8.8.1</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>13 m 54 s</dd>
</dl>
<h2>Installation size</h2>
<p>Total: 10 M</p>
<ul>
<li>1 M <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/galois.vo</code></li>
<li>877 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/fieldext.vo</code></li>
<li>737 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/algebraics_fundamentals.vo</code></li>
<li>583 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/algnum.vo</code></li>
<li>535 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/separable.vo</code></li>
<li>519 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/galois.glob</code></li>
<li>500 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/algC.vo</code></li>
<li>479 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/closed_field.vo</code></li>
<li>474 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/closed_field.glob</code></li>
<li>458 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/falgebra.vo</code></li>
<li>438 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/fieldext.glob</code></li>
<li>390 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/separable.glob</code></li>
<li>372 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/algebraics_fundamentals.glob</code></li>
<li>368 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/finfield.vo</code></li>
<li>332 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/algC.glob</code></li>
<li>307 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/falgebra.glob</code></li>
<li>285 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/algnum.glob</code></li>
<li>225 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/finfield.glob</code></li>
<li>192 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/cyclotomic.vo</code></li>
<li>107 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/cyclotomic.glob</code></li>
<li>69 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/galois.v</code></li>
<li>67 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/fieldext.v</code></li>
<li>62 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/all_field.vo</code></li>
<li>52 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/algebraics_fundamentals.v</code></li>
<li>49 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/algC.v</code></li>
<li>47 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/falgebra.v</code></li>
<li>44 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/separable.v</code></li>
<li>39 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/closed_field.v</code></li>
<li>39 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/algnum.v</code></li>
<li>32 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/finfield.v</code></li>
<li>15 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/cyclotomic.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/all_field.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/all_field.v</code></li>
</ul>
<h2>Uninstall</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq-mathcomp-field.1.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">
<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.1/mathcomp-field/1.11.0.html | HTML | mit | 11,403 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>three-gap: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.5.1 / three-gap - 8.10.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
three-gap
<small>
8.10.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-02-02 22:20:31 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-02 22:20:31 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-num base Num library distributed with the OCaml compiler
base-threads base
base-unix base
camlp5 7.14 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-perl 2 Virtual package relying on perl
coq 8.5.1 Formal proof management system
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.03.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.03.0 Official 4.03.0 release
ocaml-config 1 OCaml Switch Configuration
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "https://github.com/coq-contribs/three-gap"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/ThreeGap"]
depends: [
"ocaml"
"coq" {>= "8.10" & < "8.11~"}
]
tags: [
"keyword: real numbers"
"keyword: Steinhaus"
"keyword: Three Gap Theorem"
"category: Mathematics/Geometry"
"category: Mathematics/Arithmetic and Number Theory/Miscellaneous"
]
authors: [
"Micaela Mayero"
]
bug-reports: "https://github.com/coq-contribs/three-gap/issues"
dev-repo: "git+https://github.com/coq-contribs/three-gap.git"
synopsis: "A Proof of the Three Gap Theorem (Steinhaus Conjecture)"
description: """
This proof uses the real numbers. It is a classical proof."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/three-gap/archive/v8.10.0.tar.gz"
checksum: "md5=2eb0a43d67d0aa5604f48ccfb9e520a0"
}
</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-three-gap.8.10.0 coq.8.5.1</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.5.1).
The following dependencies couldn't be met:
- coq-three-gap -> coq >= 8.10 -> ocaml >= 4.05.0
base of this switch (use `--unlock-base' to force)
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-three-gap.8.10.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.03.0-2.0.5/released/8.5.1/three-gap/8.10.0.html | HTML | mit | 6,940 |
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title></title>
<meta name="description" content="KurdyMalloy projects hub.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link rel="icon" type="image/png" href="favicon.png" />
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<script src="js/vendor/modernizr-2.6.2.min.js"></script>
</head>
<body>
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<!-- Add your site or application content here -->
<p>CKEasyWifiConfig
Library for the chipKIT embedded platform. It lets you configure the Digilent wifi shield with a configuration file on the SD card.</p>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.10.2.min.js"><\/script>')</script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
<script>
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
e.src='//www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
ga('create','UA-46904610-4');ga('send','pageview');
</script>
</body>
</html>
| KurdyMalloy/kurdymalloy.github.io | _index.html | HTML | mit | 2,211 |
<script type="text/javascript" src="{{ static(path) }}"></script> | JamesRamm/longclaw | longclaw/core/jinja2/core/longclaw_script.html | HTML | mit | 65 |
<!doctype html>
<html>
<title>npm-index</title>
<meta http-equiv="content-type" value="text/html;utf-8">
<link rel="stylesheet" type="text/css" href="../../static/style.css">
<link rel="canonical" href="https://www.npmjs.org/doc/misc/npm-index.html">
<script async=true src="../../static/toc.js"></script>
<body>
<div id="wrapper">
<h1><a href="../misc/npm-index.html">npm-index</a></h1> <p>Index of all npm documentation</p>
<h3 id="readme-1-"><a href="../../doc/README.html">README</a></h3>
<p>a JavaScript package manager</p>
<h2 id="command-line-documentation">Command Line Documentation</h2>
<p>Using npm on the command line</p>
<h3 id="npm-1-"><a href="../cli/npm.html">npm(1)</a></h3>
<p>javascript package manager</p>
<h3 id="npm-access-1-"><a href="../cli/npm-access.html">npm-access(1)</a></h3>
<p>Set access level on published packages</p>
<h3 id="npm-adduser-1-"><a href="../cli/npm-adduser.html">npm-adduser(1)</a></h3>
<p>Add a registry user account</p>
<h3 id="npm-bin-1-"><a href="../cli/npm-bin.html">npm-bin(1)</a></h3>
<p>Display npm bin folder</p>
<h3 id="npm-bugs-1-"><a href="../cli/npm-bugs.html">npm-bugs(1)</a></h3>
<p>Bugs for a package in a web browser maybe</p>
<h3 id="npm-build-1-"><a href="../cli/npm-build.html">npm-build(1)</a></h3>
<p>Build a package</p>
<h3 id="npm-bundle-1-"><a href="../cli/npm-bundle.html">npm-bundle(1)</a></h3>
<p>REMOVED</p>
<h3 id="npm-cache-1-"><a href="../cli/npm-cache.html">npm-cache(1)</a></h3>
<p>Manipulates packages cache</p>
<h3 id="npm-completion-1-"><a href="../cli/npm-completion.html">npm-completion(1)</a></h3>
<p>Tab Completion for npm</p>
<h3 id="npm-config-1-"><a href="../cli/npm-config.html">npm-config(1)</a></h3>
<p>Manage the npm configuration files</p>
<h3 id="npm-dedupe-1-"><a href="../cli/npm-dedupe.html">npm-dedupe(1)</a></h3>
<p>Reduce duplication</p>
<h3 id="npm-deprecate-1-"><a href="../cli/npm-deprecate.html">npm-deprecate(1)</a></h3>
<p>Deprecate a version of a package</p>
<h3 id="npm-dist-tag-1-"><a href="../cli/npm-dist-tag.html">npm-dist-tag(1)</a></h3>
<p>Modify package distribution tags</p>
<h3 id="npm-docs-1-"><a href="../cli/npm-docs.html">npm-docs(1)</a></h3>
<p>Docs for a package in a web browser maybe</p>
<h3 id="npm-edit-1-"><a href="../cli/npm-edit.html">npm-edit(1)</a></h3>
<p>Edit an installed package</p>
<h3 id="npm-explore-1-"><a href="../cli/npm-explore.html">npm-explore(1)</a></h3>
<p>Browse an installed package</p>
<h3 id="npm-help-search-1-"><a href="../cli/npm-help-search.html">npm-help-search(1)</a></h3>
<p>Search npm help documentation</p>
<h3 id="npm-help-1-"><a href="../cli/npm-help.html">npm-help(1)</a></h3>
<p>Get help on npm</p>
<h3 id="npm-init-1-"><a href="../cli/npm-init.html">npm-init(1)</a></h3>
<p>Interactively create a package.json file</p>
<h3 id="npm-install-1-"><a href="../cli/npm-install.html">npm-install(1)</a></h3>
<p>Install a package</p>
<h3 id="npm-link-1-"><a href="../cli/npm-link.html">npm-link(1)</a></h3>
<p>Symlink a package folder</p>
<h3 id="npm-logout-1-"><a href="../cli/npm-logout.html">npm-logout(1)</a></h3>
<p>Log out of the registry</p>
<h3 id="npm-ls-1-"><a href="../cli/npm-ls.html">npm-ls(1)</a></h3>
<p>List installed packages</p>
<h3 id="npm-outdated-1-"><a href="../cli/npm-outdated.html">npm-outdated(1)</a></h3>
<p>Check for outdated packages</p>
<h3 id="npm-owner-1-"><a href="../cli/npm-owner.html">npm-owner(1)</a></h3>
<p>Manage package owners</p>
<h3 id="npm-pack-1-"><a href="../cli/npm-pack.html">npm-pack(1)</a></h3>
<p>Create a tarball from a package</p>
<h3 id="npm-ping-1-"><a href="../cli/npm-ping.html">npm-ping(1)</a></h3>
<p>Ping npm registry</p>
<h3 id="npm-prefix-1-"><a href="../cli/npm-prefix.html">npm-prefix(1)</a></h3>
<p>Display prefix</p>
<h3 id="npm-prune-1-"><a href="../cli/npm-prune.html">npm-prune(1)</a></h3>
<p>Remove extraneous packages</p>
<h3 id="npm-publish-1-"><a href="../cli/npm-publish.html">npm-publish(1)</a></h3>
<p>Publish a package</p>
<h3 id="npm-rebuild-1-"><a href="../cli/npm-rebuild.html">npm-rebuild(1)</a></h3>
<p>Rebuild a package</p>
<h3 id="npm-repo-1-"><a href="../cli/npm-repo.html">npm-repo(1)</a></h3>
<p>Open package repository page in the browser</p>
<h3 id="npm-restart-1-"><a href="../cli/npm-restart.html">npm-restart(1)</a></h3>
<p>Restart a package</p>
<h3 id="npm-rm-1-"><a href="../cli/npm-rm.html">npm-rm(1)</a></h3>
<p>Remove a package</p>
<h3 id="npm-root-1-"><a href="../cli/npm-root.html">npm-root(1)</a></h3>
<p>Display npm root</p>
<h3 id="npm-run-script-1-"><a href="../cli/npm-run-script.html">npm-run-script(1)</a></h3>
<p>Run arbitrary package scripts</p>
<h3 id="npm-search-1-"><a href="../cli/npm-search.html">npm-search(1)</a></h3>
<p>Search for packages</p>
<h3 id="npm-shrinkwrap-1-"><a href="../cli/npm-shrinkwrap.html">npm-shrinkwrap(1)</a></h3>
<p>Lock down dependency versions</p>
<h3 id="npm-star-1-"><a href="../cli/npm-star.html">npm-star(1)</a></h3>
<p>Mark your favorite packages</p>
<h3 id="npm-stars-1-"><a href="../cli/npm-stars.html">npm-stars(1)</a></h3>
<p>View packages marked as favorites</p>
<h3 id="npm-start-1-"><a href="../cli/npm-start.html">npm-start(1)</a></h3>
<p>Start a package</p>
<h3 id="npm-stop-1-"><a href="../cli/npm-stop.html">npm-stop(1)</a></h3>
<p>Stop a package</p>
<h3 id="npm-tag-1-"><a href="../cli/npm-tag.html">npm-tag(1)</a></h3>
<p>Tag a published version</p>
<h3 id="npm-team-1-"><a href="../cli/npm-team.html">npm-team(1)</a></h3>
<p>Manage organization teams and team memberships</p>
<h3 id="npm-test-1-"><a href="../cli/npm-test.html">npm-test(1)</a></h3>
<p>Test a package</p>
<h3 id="npm-uninstall-1-"><a href="../cli/npm-uninstall.html">npm-uninstall(1)</a></h3>
<p>Remove a package</p>
<h3 id="npm-unpublish-1-"><a href="../cli/npm-unpublish.html">npm-unpublish(1)</a></h3>
<p>Remove a package from the registry</p>
<h3 id="npm-update-1-"><a href="../cli/npm-update.html">npm-update(1)</a></h3>
<p>Update a package</p>
<h3 id="npm-version-1-"><a href="../cli/npm-version.html">npm-version(1)</a></h3>
<p>Bump a package version</p>
<h3 id="npm-view-1-"><a href="../cli/npm-view.html">npm-view(1)</a></h3>
<p>View registry info</p>
<h3 id="npm-whoami-1-"><a href="../cli/npm-whoami.html">npm-whoami(1)</a></h3>
<p>Display npm username</p>
<h2 id="api-documentation">API Documentation</h2>
<p>Using npm in your Node programs</p>
<h3 id="npm-3-"><a href="../api/npm.html">npm(3)</a></h3>
<p>javascript package manager</p>
<h3 id="npm-bin-3-"><a href="../api/npm-bin.html">npm-bin(3)</a></h3>
<p>Display npm bin folder</p>
<h3 id="npm-bugs-3-"><a href="../api/npm-bugs.html">npm-bugs(3)</a></h3>
<p>Bugs for a package in a web browser maybe</p>
<h3 id="npm-cache-3-"><a href="../api/npm-cache.html">npm-cache(3)</a></h3>
<p>manage the npm cache programmatically</p>
<h3 id="npm-commands-3-"><a href="../api/npm-commands.html">npm-commands(3)</a></h3>
<p>npm commands</p>
<h3 id="npm-config-3-"><a href="../api/npm-config.html">npm-config(3)</a></h3>
<p>Manage the npm configuration files</p>
<h3 id="npm-deprecate-3-"><a href="../api/npm-deprecate.html">npm-deprecate(3)</a></h3>
<p>Deprecate a version of a package</p>
<h3 id="npm-docs-3-"><a href="../api/npm-docs.html">npm-docs(3)</a></h3>
<p>Docs for a package in a web browser maybe</p>
<h3 id="npm-edit-3-"><a href="../api/npm-edit.html">npm-edit(3)</a></h3>
<p>Edit an installed package</p>
<h3 id="npm-explore-3-"><a href="../api/npm-explore.html">npm-explore(3)</a></h3>
<p>Browse an installed package</p>
<h3 id="npm-help-search-3-"><a href="../api/npm-help-search.html">npm-help-search(3)</a></h3>
<p>Search the help pages</p>
<h3 id="npm-init-3-"><a href="../api/npm-init.html">npm-init(3)</a></h3>
<p>Interactively create a package.json file</p>
<h3 id="npm-install-3-"><a href="../api/npm-install.html">npm-install(3)</a></h3>
<p>install a package programmatically</p>
<h3 id="npm-link-3-"><a href="../api/npm-link.html">npm-link(3)</a></h3>
<p>Symlink a package folder</p>
<h3 id="npm-load-3-"><a href="../api/npm-load.html">npm-load(3)</a></h3>
<p>Load config settings</p>
<h3 id="npm-ls-3-"><a href="../api/npm-ls.html">npm-ls(3)</a></h3>
<p>List installed packages</p>
<h3 id="npm-outdated-3-"><a href="../api/npm-outdated.html">npm-outdated(3)</a></h3>
<p>Check for outdated packages</p>
<h3 id="npm-owner-3-"><a href="../api/npm-owner.html">npm-owner(3)</a></h3>
<p>Manage package owners</p>
<h3 id="npm-pack-3-"><a href="../api/npm-pack.html">npm-pack(3)</a></h3>
<p>Create a tarball from a package</p>
<h3 id="npm-ping-3-"><a href="../api/npm-ping.html">npm-ping(3)</a></h3>
<p>Ping npm registry</p>
<h3 id="npm-prefix-3-"><a href="../api/npm-prefix.html">npm-prefix(3)</a></h3>
<p>Display prefix</p>
<h3 id="npm-prune-3-"><a href="../api/npm-prune.html">npm-prune(3)</a></h3>
<p>Remove extraneous packages</p>
<h3 id="npm-publish-3-"><a href="../api/npm-publish.html">npm-publish(3)</a></h3>
<p>Publish a package</p>
<h3 id="npm-rebuild-3-"><a href="../api/npm-rebuild.html">npm-rebuild(3)</a></h3>
<p>Rebuild a package</p>
<h3 id="npm-repo-3-"><a href="../api/npm-repo.html">npm-repo(3)</a></h3>
<p>Open package repository page in the browser</p>
<h3 id="npm-restart-3-"><a href="../api/npm-restart.html">npm-restart(3)</a></h3>
<p>Restart a package</p>
<h3 id="npm-root-3-"><a href="../api/npm-root.html">npm-root(3)</a></h3>
<p>Display npm root</p>
<h3 id="npm-run-script-3-"><a href="../api/npm-run-script.html">npm-run-script(3)</a></h3>
<p>Run arbitrary package scripts</p>
<h3 id="npm-search-3-"><a href="../api/npm-search.html">npm-search(3)</a></h3>
<p>Search for packages</p>
<h3 id="npm-shrinkwrap-3-"><a href="../api/npm-shrinkwrap.html">npm-shrinkwrap(3)</a></h3>
<p>programmatically generate package shrinkwrap file</p>
<h3 id="npm-start-3-"><a href="../api/npm-start.html">npm-start(3)</a></h3>
<p>Start a package</p>
<h3 id="npm-stop-3-"><a href="../api/npm-stop.html">npm-stop(3)</a></h3>
<p>Stop a package</p>
<h3 id="npm-tag-3-"><a href="../api/npm-tag.html">npm-tag(3)</a></h3>
<p>Tag a published version</p>
<h3 id="npm-test-3-"><a href="../api/npm-test.html">npm-test(3)</a></h3>
<p>Test a package</p>
<h3 id="npm-uninstall-3-"><a href="../api/npm-uninstall.html">npm-uninstall(3)</a></h3>
<p>uninstall a package programmatically</p>
<h3 id="npm-unpublish-3-"><a href="../api/npm-unpublish.html">npm-unpublish(3)</a></h3>
<p>Remove a package from the registry</p>
<h3 id="npm-update-3-"><a href="../api/npm-update.html">npm-update(3)</a></h3>
<p>Update a package</p>
<h3 id="npm-version-3-"><a href="../api/npm-version.html">npm-version(3)</a></h3>
<p>Bump a package version</p>
<h3 id="npm-view-3-"><a href="../api/npm-view.html">npm-view(3)</a></h3>
<p>View registry info</p>
<h3 id="npm-whoami-3-"><a href="../api/npm-whoami.html">npm-whoami(3)</a></h3>
<p>Display npm username</p>
<h2 id="files">Files</h2>
<p>File system structures npm uses</p>
<h3 id="npm-folders-5-"><a href="../files/npm-folders.html">npm-folders(5)</a></h3>
<p>Folder Structures Used by npm</p>
<h3 id="npmrc-5-"><a href="../files/npmrc.html">npmrc(5)</a></h3>
<p>The npm config files</p>
<h3 id="package-json-5-"><a href="../files/package.json.html">package.json(5)</a></h3>
<p>Specifics of npm's package.json handling</p>
<h2 id="misc">Misc</h2>
<p>Various other bits and bobs</p>
<h3 id="npm-coding-style-7-"><a href="../misc/npm-coding-style.html">npm-coding-style(7)</a></h3>
<p>npm's "funny" coding style</p>
<h3 id="npm-config-7-"><a href="../misc/npm-config.html">npm-config(7)</a></h3>
<p>More than you probably want to know about npm configuration</p>
<h3 id="npm-developers-7-"><a href="../misc/npm-developers.html">npm-developers(7)</a></h3>
<p>Developer Guide</p>
<h3 id="npm-disputes-7-"><a href="../misc/npm-disputes.html">npm-disputes(7)</a></h3>
<p>Handling Module Name Disputes</p>
<h3 id="npm-faq-7-"><a href="../misc/npm-faq.html">npm-faq(7)</a></h3>
<p>Frequently Asked Questions</p>
<h3 id="npm-index-7-"><a href="../misc/npm-index.html">npm-index(7)</a></h3>
<p>Index of all npm documentation</p>
<h3 id="npm-registry-7-"><a href="../misc/npm-registry.html">npm-registry(7)</a></h3>
<p>The JavaScript Package Registry</p>
<h3 id="npm-scope-7-"><a href="../misc/npm-scope.html">npm-scope(7)</a></h3>
<p>Scoped packages</p>
<h3 id="npm-scripts-7-"><a href="../misc/npm-scripts.html">npm-scripts(7)</a></h3>
<p>How npm handles the "scripts" field</p>
<h3 id="removing-npm-7-"><a href="../misc/removing-npm.html">removing-npm(7)</a></h3>
<p>Cleaning the Slate</p>
<h3 id="semver-7-"><a href="../misc/semver.html">semver(7)</a></h3>
<p>The semantic versioner for npm</p>
</div>
<table border=0 cellspacing=0 cellpadding=0 id=npmlogo>
<tr><td style="width:180px;height:10px;background:rgb(237,127,127)" colspan=18> </td></tr>
<tr><td rowspan=4 style="width:10px;height:10px;background:rgb(237,127,127)"> </td><td style="width:40px;height:10px;background:#fff" colspan=4> </td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=4> </td><td style="width:40px;height:10px;background:#fff" colspan=4> </td><td rowspan=4 style="width:10px;height:10px;background:rgb(237,127,127)"> </td><td colspan=6 style="width:60px;height:10px;background:#fff"> </td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=4> </td></tr>
<tr><td colspan=2 style="width:20px;height:30px;background:#fff" rowspan=3> </td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=3> </td><td style="width:10px;height:10px;background:#fff" rowspan=3> </td><td style="width:20px;height:10px;background:#fff" rowspan=4 colspan=2> </td><td style="width:10px;height:20px;background:rgb(237,127,127)" rowspan=2> </td><td style="width:10px;height:10px;background:#fff" rowspan=3> </td><td style="width:20px;height:10px;background:#fff" rowspan=3 colspan=2> </td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=3> </td><td style="width:10px;height:10px;background:#fff" rowspan=3> </td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=3> </td></tr>
<tr><td style="width:10px;height:10px;background:#fff" rowspan=2> </td></tr>
<tr><td style="width:10px;height:10px;background:#fff"> </td></tr>
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr>
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr>
</table>
<p id="footer">npm-index — [email protected]</p>
| oskamaya/AJ-project | dist/npm-index.html | HTML | mit | 14,776 |
<html lang="en">
<head>
<title>TI COFF - Untitled</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="Untitled">
<meta name="generator" content="makeinfo 4.11">
<link title="Top" rel="start" href="index.html#Top">
<link rel="up" href="Machine-Dependent.html#Machine-Dependent" title="Machine Dependent">
<link rel="prev" href="SPU-ELF.html#SPU-ELF" title="SPU ELF">
<link rel="next" href="WIN32.html#WIN32" title="WIN32">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
<!--
This file documents the GNU linker LD
(GNU Tools for ARM Embedded Processors)
version 2.21.1.
Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3
or any later version published by the Free Software Foundation;
with no Invariant Sections, with no Front-Cover Texts, and with no
Back-Cover Texts. A copy of the license is included in the
section entitled ``GNU Free Documentation License''.-->
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
pre.display { font-family:inherit }
pre.format { font-family:inherit }
pre.smalldisplay { font-family:inherit; font-size:smaller }
pre.smallformat { font-family:inherit; font-size:smaller }
pre.smallexample { font-size:smaller }
pre.smalllisp { font-size:smaller }
span.sc { font-variant:small-caps }
span.roman { font-family:serif; font-weight:normal; }
span.sansserif { font-family:sans-serif; font-weight:normal; }
--></style>
</head>
<body>
<div class="node">
<p>
<a name="TI-COFF"></a>
Next: <a rel="next" accesskey="n" href="WIN32.html#WIN32">WIN32</a>,
Previous: <a rel="previous" accesskey="p" href="SPU-ELF.html#SPU-ELF">SPU ELF</a>,
Up: <a rel="up" accesskey="u" href="Machine-Dependent.html#Machine-Dependent">Machine Dependent</a>
<hr>
</div>
<h3 class="section">4.12 <samp><span class="command">ld</span></samp>'s Support for Various TI COFF Versions</h3>
<p><a name="index-TI-COFF-versions-655"></a><a name="index-g_t_002d_002dformat_003d_0040var_007bversion_007d-656"></a>The ‘<samp><span class="samp">--format</span></samp>’ switch allows selection of one of the various
TI COFF versions. The latest of this writing is 2; versions 0 and 1 are
also supported. The TI COFF versions also vary in header byte-order
format; <samp><span class="command">ld</span></samp> will read any version or byte order, but the output
header format depends on the default specified by the specific target.
</body></html>
| sahdman/rpi_android_kernel | toolchain/gcc-arm-none-eabi-4_6-2012q2/share/doc/html/ld.html/TI-COFF.html | HTML | mit | 2,773 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>dpdgraph: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.7.0 / dpdgraph - 0.6.1</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
dpdgraph
<small>
0.6.1
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-03-04 08:05:14 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-03-04 08:05:14 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
camlp5 7.14 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-perl 2 Virtual package relying on perl
coq 8.7.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.3 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
license: "LGPL 2.1"
homepage: "https://github.com/karmaki/coq-dpdgraph"
build: [
["./configure"]
["echo" "%{jobs}%" "jobs for the linter"]
[make]
]
bug-reports: "https://github.com/karmaki/coq-dpdgraph/issues"
dev-repo: "git+https://github.com/karmaki/coq-dpdgraph.git"
install: [
[make "install" "BINDIR=%{bin}%"]
]
remove: [
["rm" "%{bin}%/dpd2dot" "%{bin}%/dpdusage"]
["rm" "-R" "%{lib}%/coq/user-contrib/dpdgraph"]
]
depends: [
"ocaml"
"coq" {>= "8.6" & < "8.7~"}
"ocamlgraph"
]
authors: [ "Anne Pacalet" "Yves Bertot"]
synopsis: "Compute dependencies between Coq objects (definitions, theorems) and produce graphs"
flags: light-uninstall
url {
src:
"https://github.com/ybertot/coq-dpdgraph/archive/coq-dpdgraph-0.6.1.zip"
checksum: "md5=0477114ba537b184ad715c23d94ac0ca"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-dpdgraph.0.6.1 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-dpdgraph -> coq < 8.7~ -> ocaml < 4.06.0
base of this switch (use `--unlock-base' to force)
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-dpdgraph.0.6.1</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.06.1-2.0.5/released/8.7.0/dpdgraph/0.6.1.html | HTML | mit | 6,835 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>MouseGuests!</title>
<meta name="description" content="Sharing our Disney obsession!" />
<meta name="HandheldFriendly" content="True" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="//www.mouseguests.com/themes/MouseGuests/favicon.ico">
<link rel="stylesheet" type="text/css" href="//www.mouseguests.com/themes/MouseGuests/assets/css/screen.css?v=1.0.0" />
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Merriweather:300,700,700italic,300italic|Open+Sans:700,400" />
<link rel="canonical" href="http://www.mouseguests.com" />
<meta name="generator" content="Ghost ?" />
<link rel="alternate" type="application/rss+xml" title="MouseGuests!" href="http://www.mouseguests.com/rss" />
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/default.min.css">
</head>
<body class="tag-template tag-trip-planning home-template">
<header class="main-header tag-head no-cover">
<nav class="main-nav overlay clearfix">
<a class="back-button icon-arrow-left" href="http://www.mouseguests.com">Home</a>
<!-- <a class="subscribe-button icon-feed" href="http://www.mouseguests.com/tag/trip-planning/rss/">trip-planning</a> -->
</nav>
<div class="vertical">
<div class="main-header-content inner">
<h1 class="page-title">trip-planning</h1>
<h2 class="page-description">
A 2-post collection
</h2>
</div>
</div>
</header>
<main class="content" role="main">
<div class="extra-pagination inner">
<nav class="pagination" role="navigation">
<span class="page-number">Page 1 of 1</span>
</nav>
</div>
<div class="articleList">
<article class="post tag-Disney-World tag-Star-Wars tag-Frozen tag-trip-planning">
<header class="post-header">
<h2 class="post-title"><a href="http://www.mouseguests.com/2016/04/05/Summer-Awakens-at-Walt-Disney-World.html">Summer Awakens at Walt Disney World</a></h2>
</header>
<section class="post-excerpt">
<img src="http://www.mouseguests.com/images/covers/LaunchBay.jpg"/>
<p>The days are getting longer and the temperatures are rising. That can only mean that summer is almost here. And if you’re planning a <a class="read-more" href="http://www.mouseguests.com/2016/04/05/Summer-Awakens-at-Walt-Disney-World.html">»</a></p>
</section>
<footer class="post-meta">
on <a href="http://www.mouseguests.com/tag/Disney-World">Disney World</a>, <a href="http://www.mouseguests.com/tag/Star-Wars"> Star Wars</a>, <a href="http://www.mouseguests.com/tag/Frozen"> Frozen</a>, <a href="http://www.mouseguests.com/tag/trip-planning"> trip planning</a>
<time class="post-date" datetime="2016-04-05">05 April 2016</time>
</footer>
</article>
<article class="post tag-Disney-World tag-Hollywood-Studios tag-trip-planning">
<header class="post-header">
<h2 class="post-title"><a href="http://www.mouseguests.com/2016/03/11/Should-you-bother-visiting-Disneys-Hollywood-Studios-on-your-next-trip.html">Should you bother visiting Disney's Hollywood Studios on your next trip?</a></h2>
</header>
<section class="post-excerpt">
<p>In case you’ve missed it, Disney’s Hollywood Studios is undergoing a major overhaul. The original intent for the park was to be <a class="read-more" href="http://www.mouseguests.com/2016/03/11/Should-you-bother-visiting-Disneys-Hollywood-Studios-on-your-next-trip.html">»</a></p>
</section>
<footer class="post-meta">
on <a href="http://www.mouseguests.com/tag/Disney-World">Disney World</a>, <a href="http://www.mouseguests.com/tag/Hollywood-Studios"> Hollywood Studios</a>, <a href="http://www.mouseguests.com/tag/trip-planning"> trip planning</a>
<time class="post-date" datetime="2016-03-11">11 March 2016</time>
</footer>
</article>
</div>
<nav class="pagination" role="navigation">
<span class="page-number">Page 1 of 1</span>
</nav>
</main>
<center><a href="https://www.facebook.com/smvbyraymie"><img src="/images/banners/RaymieSMVBanner2.png" border="0" style="max-width:100%;max-height:100%;" /></a></center>
<footer class="site-footer clearfix">
<section class="copyright"><a href="http://www.mouseguests.com">MouseGuests!</a> © 2016</section>
<section class="poweredby">Proudly published with <a href="http://hubpress.io">HubPress</a></section>
</footer>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js?v="></script> <script src="//cdnjs.cloudflare.com/ajax/libs/moment.js/2.9.0/moment-with-locales.min.js?v="></script> <script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/highlight.min.js?v="></script>
<script type="text/javascript">
jQuery( document ).ready(function() {
// change date with ago
jQuery('ago.ago').each(function(){
var element = jQuery(this).parent();
element.html( moment(element.text()).fromNow());
});
});
hljs.initHighlightingOnLoad();
</script>
<script type="text/javascript" src="//www.mouseguests.com/themes/MouseGuests/assets/js/jquery.fitvids.js?v=1.0.0"></script>
<script type="text/javascript" src="//www.mouseguests.com/themes/MouseGuests/assets/js/index.js?v=1.0.0"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-73437500-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>
| mouseguests/mouseguests.github.io | tag/trip-planning/index.html | HTML | mit | 6,251 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>HYPER OKTAGON</title>
<link rel="apple-touch-icon" sizes="57x57" href="/icons/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/icons/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/icons/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/icons/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/icons/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/icons/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/icons/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/icons/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/icons/apple-touch-icon-180x180.png">
<link rel="icon" type="image/png" href="/icons/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/icons/favicon-194x194.png" sizes="194x194">
<link rel="icon" type="image/png" href="/icons/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="/icons/android-chrome-192x192.png" sizes="192x192">
<link rel="icon" type="image/png" href="/icons/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="/icons/manifest.json">
<link rel="mask-icon" href="/icons/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="/icons/favicon.ico">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-TileImage" content="/icons/mstile-144x144.png">
<meta name="msapplication-config" content="/icons/browserconfig.xml">
<meta name="theme-color" content="#000000">
<style>
@font-face {
font-family: 'ibmfont';
src: url('media/MIB.ttf');
}
body {
background: #1D1D16;
}
</style>
<script type="text/javascript" src="src/game/config.js"></script>
<script type="text/javascript" src="src/engine/core.js"></script>
<script type="text/javascript" src="src/game/main.js"></script>
</head>
<body>
</body>
</html>
| svenstaro/innojam8 | index.html | HTML | mit | 2,231 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><HTML>
<HEAD>
<TITLE></TITLE>
</HEAD>
<BODY>
<A href="W28659.pdfs.html#outline" target="contents">Outline</a><br><A href="W28659.pdfs.html#1" target="contents" >Page 1</a><br>
<A href="W28659.pdfs.html#2" target="contents" >Page 2</a><br>
<A href="W28659.pdfs.html#3" target="contents" >Page 3</a><br>
<A href="W28659.pdfs.html#4" target="contents" >Page 4</a><br>
<A href="W28659.pdfs.html#5" target="contents" >Page 5</a><br>
<A href="W28659.pdfs.html#6" target="contents" >Page 6</a><br>
<A href="W28659.pdfs.html#7" target="contents" >Page 7</a><br>
<A href="W28659.pdfs.html#8" target="contents" >Page 8</a><br>
<A href="W28659.pdfs.html#9" target="contents" >Page 9</a><br>
<A href="W28659.pdfs.html#10" target="contents" >Page 10</a><br>
<A href="W28659.pdfs.html#11" target="contents" >Page 11</a><br>
<A href="W28659.pdfs.html#12" target="contents" >Page 12</a><br>
<A href="W28659.pdfs.html#13" target="contents" >Page 13</a><br>
<A href="W28659.pdfs.html#14" target="contents" >Page 14</a><br>
<A href="W28659.pdfs.html#15" target="contents" >Page 15</a><br>
<A href="W28659.pdfs.html#16" target="contents" >Page 16</a><br>
<A href="W28659.pdfs.html#17" target="contents" >Page 17</a><br>
<A href="W28659.pdfs.html#18" target="contents" >Page 18</a><br>
<A href="W28659.pdfs.html#19" target="contents" >Page 19</a><br>
<A href="W28659.pdfs.html#20" target="contents" >Page 20</a><br>
<A href="W28659.pdfs.html#21" target="contents" >Page 21</a><br>
<A href="W28659.pdfs.html#22" target="contents" >Page 22</a><br>
<A href="W28659.pdfs.html#23" target="contents" >Page 23</a><br>
<A href="W28659.pdfs.html#24" target="contents" >Page 24</a><br>
<A href="W28659.pdfs.html#25" target="contents" >Page 25</a><br>
<A href="W28659.pdfs.html#26" target="contents" >Page 26</a><br>
<A href="W28659.pdfs.html#27" target="contents" >Page 27</a><br>
<A href="W28659.pdfs.html#28" target="contents" >Page 28</a><br>
<A href="W28659.pdfs.html#29" target="contents" >Page 29</a><br>
<A href="W28659.pdfs.html#30" target="contents" >Page 30</a><br>
<A href="W28659.pdfs.html#31" target="contents" >Page 31</a><br>
<A href="W28659.pdfs.html#32" target="contents" >Page 32</a><br>
<A href="W28659.pdfs.html#33" target="contents" >Page 33</a><br>
<A href="W28659.pdfs.html#34" target="contents" >Page 34</a><br>
<A href="W28659.pdfs.html#35" target="contents" >Page 35</a><br>
<A href="W28659.pdfs.html#36" target="contents" >Page 36</a><br>
<A href="W28659.pdfs.html#37" target="contents" >Page 37</a><br>
<A href="W28659.pdfs.html#38" target="contents" >Page 38</a><br>
<A href="W28659.pdfs.html#39" target="contents" >Page 39</a><br>
<A href="W28659.pdfs.html#40" target="contents" >Page 40</a><br>
<A href="W28659.pdfs.html#41" target="contents" >Page 41</a><br>
<A href="W28659.pdfs.html#42" target="contents" >Page 42</a><br>
<A href="W28659.pdfs.html#43" target="contents" >Page 43</a><br>
<A href="W28659.pdfs.html#44" target="contents" >Page 44</a><br>
<A href="W28659.pdfs.html#45" target="contents" >Page 45</a><br>
<A href="W28659.pdfs.html#46" target="contents" >Page 46</a><br>
<A href="W28659.pdfs.html#47" target="contents" >Page 47</a><br>
<A href="W28659.pdfs.html#48" target="contents" >Page 48</a><br>
<A href="W28659.pdfs.html#49" target="contents" >Page 49</a><br>
<A href="W28659.pdfs.html#50" target="contents" >Page 50</a><br>
<A href="W28659.pdfs.html#51" target="contents" >Page 51</a><br>
<A href="W28659.pdfs.html#52" target="contents" >Page 52</a><br>
<A href="W28659.pdfs.html#53" target="contents" >Page 53</a><br>
<A href="W28659.pdfs.html#54" target="contents" >Page 54</a><br>
<A href="W28659.pdfs.html#55" target="contents" >Page 55</a><br>
<A href="W28659.pdfs.html#56" target="contents" >Page 56</a><br>
<A href="W28659.pdfs.html#57" target="contents" >Page 57</a><br>
<A href="W28659.pdfs.html#58" target="contents" >Page 58</a><br>
<A href="W28659.pdfs.html#59" target="contents" >Page 59</a><br>
<A href="W28659.pdfs.html#60" target="contents" >Page 60</a><br>
<A href="W28659.pdfs.html#61" target="contents" >Page 61</a><br>
<A href="W28659.pdfs.html#62" target="contents" >Page 62</a><br>
<A href="W28659.pdfs.html#63" target="contents" >Page 63</a><br>
<A href="W28659.pdfs.html#64" target="contents" >Page 64</a><br>
<A href="W28659.pdfs.html#65" target="contents" >Page 65</a><br>
<A href="W28659.pdfs.html#66" target="contents" >Page 66</a><br>
<A href="W28659.pdfs.html#67" target="contents" >Page 67</a><br>
<A href="W28659.pdfs.html#68" target="contents" >Page 68</a><br>
<A href="W28659.pdfs.html#69" target="contents" >Page 69</a><br>
<A href="W28659.pdfs.html#70" target="contents" >Page 70</a><br>
<A href="W28659.pdfs.html#71" target="contents" >Page 71</a><br>
<A href="W28659.pdfs.html#72" target="contents" >Page 72</a><br>
<A href="W28659.pdfs.html#73" target="contents" >Page 73</a><br>
<A href="W28659.pdfs.html#74" target="contents" >Page 74</a><br>
<A href="W28659.pdfs.html#75" target="contents" >Page 75</a><br>
<A href="W28659.pdfs.html#76" target="contents" >Page 76</a><br>
<A href="W28659.pdfs.html#77" target="contents" >Page 77</a><br>
<A href="W28659.pdfs.html#78" target="contents" >Page 78</a><br>
<A href="W28659.pdfs.html#79" target="contents" >Page 79</a><br>
<A href="W28659.pdfs.html#80" target="contents" >Page 80</a><br>
<A href="W28659.pdfs.html#81" target="contents" >Page 81</a><br>
<A href="W28659.pdfs.html#82" target="contents" >Page 82</a><br>
<A href="W28659.pdfs.html#83" target="contents" >Page 83</a><br>
<A href="W28659.pdfs.html#84" target="contents" >Page 84</a><br>
<A href="W28659.pdfs.html#85" target="contents" >Page 85</a><br>
<A href="W28659.pdfs.html#86" target="contents" >Page 86</a><br>
<A href="W28659.pdfs.html#87" target="contents" >Page 87</a><br>
<A href="W28659.pdfs.html#88" target="contents" >Page 88</a><br>
<A href="W28659.pdfs.html#89" target="contents" >Page 89</a><br>
<A href="W28659.pdfs.html#90" target="contents" >Page 90</a><br>
<A href="W28659.pdfs.html#91" target="contents" >Page 91</a><br>
<A href="W28659.pdfs.html#92" target="contents" >Page 92</a><br>
<A href="W28659.pdfs.html#93" target="contents" >Page 93</a><br>
<A href="W28659.pdfs.html#94" target="contents" >Page 94</a><br>
<A href="W28659.pdfs.html#95" target="contents" >Page 95</a><br>
<A href="W28659.pdfs.html#96" target="contents" >Page 96</a><br>
<A href="W28659.pdfs.html#97" target="contents" >Page 97</a><br>
<A href="W28659.pdfs.html#98" target="contents" >Page 98</a><br>
<A href="W28659.pdfs.html#99" target="contents" >Page 99</a><br>
<A href="W28659.pdfs.html#100" target="contents" >Page 100</a><br>
<A href="W28659.pdfs.html#101" target="contents" >Page 101</a><br>
<A href="W28659.pdfs.html#102" target="contents" >Page 102</a><br>
<A href="W28659.pdfs.html#103" target="contents" >Page 103</a><br>
<A href="W28659.pdfs.html#104" target="contents" >Page 104</a><br>
<A href="W28659.pdfs.html#105" target="contents" >Page 105</a><br>
<A href="W28659.pdfs.html#106" target="contents" >Page 106</a><br>
<A href="W28659.pdfs.html#107" target="contents" >Page 107</a><br>
<A href="W28659.pdfs.html#108" target="contents" >Page 108</a><br>
<A href="W28659.pdfs.html#109" target="contents" >Page 109</a><br>
<A href="W28659.pdfs.html#110" target="contents" >Page 110</a><br>
<A href="W28659.pdfs.html#111" target="contents" >Page 111</a><br>
<A href="W28659.pdfs.html#112" target="contents" >Page 112</a><br>
<A href="W28659.pdfs.html#113" target="contents" >Page 113</a><br>
<A href="W28659.pdfs.html#114" target="contents" >Page 114</a><br>
<A href="W28659.pdfs.html#115" target="contents" >Page 115</a><br>
<A href="W28659.pdfs.html#116" target="contents" >Page 116</a><br>
<A href="W28659.pdfs.html#117" target="contents" >Page 117</a><br>
<A href="W28659.pdfs.html#118" target="contents" >Page 118</a><br>
<A href="W28659.pdfs.html#119" target="contents" >Page 119</a><br>
<A href="W28659.pdfs.html#120" target="contents" >Page 120</a><br>
<A href="W28659.pdfs.html#121" target="contents" >Page 121</a><br>
<A href="W28659.pdfs.html#122" target="contents" >Page 122</a><br>
<A href="W28659.pdfs.html#123" target="contents" >Page 123</a><br>
</BODY>
</HTML>
| datamade/elpc_bakken | html/pdf/W28659.pdf_ind.html | HTML | mit | 8,217 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>StormEngineC 1.2 API DOC Class: StormLight</title>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link type="text/css" rel="stylesheet" href="styles/sunlight.default.css">
<link type="text/css" rel="stylesheet" href="styles/site.stormenginec.css">
</head>
<body>
<div class="container-fluid">
<div class="navbar navbar-fixed-top ">
<div class="navbar-inner">
<a class="brand" href="index.html">StormEngineC 1.2 API DOC</a>
<ul class="nav">
<li class="dropdown">
<a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b
class="caret"></b></a>
<ul class="dropdown-menu ">
<li>
<a href="ActionHelpers.html">ActionHelpers</a>
</li>
<li>
<a href="StormBufferObject.html">StormBufferObject</a>
</li>
<li>
<a href="StormCamera.html">StormCamera</a>
</li>
<li>
<a href="StormControllerFollow.html">StormControllerFollow</a>
</li>
<li>
<a href="StormControllerPlayer.html">StormControllerPlayer</a>
</li>
<li>
<a href="StormControllerPlayerCar.html">StormControllerPlayerCar</a>
</li>
<li>
<a href="StormControllerTargetCam.html">StormControllerTargetCam</a>
</li>
<li>
<a href="StormEngineC.html">StormEngineC</a>
</li>
<li>
<a href="StormEngineC_PanelAnimationTimeline.html">StormEngineC_PanelAnimationTimeline</a>
</li>
<li>
<a href="StormForceField.html">StormForceField</a>
</li>
<li>
<a href="StormGI.html">StormGI</a>
</li>
<li>
<a href="StormGLContext.html">StormGLContext</a>
</li>
<li>
<a href="StormGraph.html">StormGraph</a>
</li>
<li>
<a href="StormGrid.html">StormGrid</a>
</li>
<li>
<a href="StormGroupNodes.html">StormGroupNodes</a>
</li>
<li>
<a href="StormLight.html">StormLight</a>
</li>
<li>
<a href="StormLine.html">StormLine</a>
</li>
<li>
<a href="StormLineSceneCollision.html">StormLineSceneCollision</a>
</li>
<li>
<a href="StormM16.html">StormM16</a>
</li>
<li>
<a href="StormMaterial.html">StormMaterial</a>
</li>
<li>
<a href="StormNode.html">StormNode</a>
</li>
<li>
<a href="StormPolarityPoint.html">StormPolarityPoint</a>
</li>
<li>
<a href="StormTriangleBox.html">StormTriangleBox</a>
</li>
<li>
<a href="StormUtils.html">StormUtils</a>
</li>
<li>
<a href="StormV3.html">StormV3</a>
</li>
<li>
<a href="StormVoxelizator.html">StormVoxelizator</a>
</li>
<li>
<a href="WebCLGL.html">WebCLGL</a>
</li>
<li>
<a href="WebCLGLBuffer.html">WebCLGLBuffer</a>
</li>
<li>
<a href="WebCLGLBufferItem.html">WebCLGLBufferItem</a>
</li>
<li>
<a href="WebCLGLKernel.html">WebCLGLKernel</a>
</li>
<li>
<a href="WebCLGLKernelProgram.html">WebCLGLKernelProgram</a>
</li>
<li>
<a href="WebCLGLUtils.html">WebCLGLUtils</a>
</li>
<li>
<a href="WebCLGLVertexFragmentProgram.html">WebCLGLVertexFragmentProgram</a>
</li>
<li>
<a href="WebCLGLWork.html">WebCLGLWork</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="global.html" class="dropdown-toggle" data-toggle="dropdown">Global<b
class="caret"></b></a>
<ul class="dropdown-menu ">
<li>
<a href="global.html#$M16">$M16</a>
</li>
<li>
<a href="global.html#$V3">$V3</a>
</li>
</ul>
</li>
</ul>
</div>
</div>
<div class="row-fluid">
<div class="span8">
<div id="main">
<h1 class="page-title">Class: StormLight</h1>
<section>
<header>
<h2>
StormLight
</h2>
</header>
<article>
<div class="container-overview">
<dt>
<h4 class="name" id="StormLight"><span class="type-signature"></span>new StormLight<span class="signature">()</span><span class="type-signature"></span></h4>
</dt>
<dd>
<dl class="details">
<h5 class="subsection-title">Properties:</h5>
<dl>
<table class="props table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>objectType</code></td>
<td class="type">
<span class="param-type">String</span>
</td>
<td class="description last"></td>
</tr>
<tr>
<td class="name"><code>direction</code></td>
<td class="type">
<span class="param-type"><a href="StormV3.html">StormV3</a></span>
</td>
<td class="description last"></td>
</tr>
</tbody>
</table>
</dl>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="StormLight.class.js.html">StormLight.class.js</a>, <a href="StormLight.class.js.html#sunlight-1-line-9">line 9</a>
</li></ul></dd>
</dl>
</dd>
</div>
<h3 class="subsection-title">Extends</h3>
<ul>
<li><a href="StormNode.html">StormNode</a></li>
</ul>
<h3 class="subsection-title">Methods</h3>
<dl>
<dt>
<h4 class="name" id="setDirection"><span class="type-signature"></span>setDirection<span class="signature">(dirVector)</span><span class="type-signature"></span></h4>
</dt>
<dd>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>dirVector</code></td>
<td class="type">
<span class="param-type"><a href="StormV3.html">StormV3</a></span>
</td>
<td class="description last"><p>Normalize vector direction</p></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="StormLight.class.js.html">StormLight.class.js</a>, <a href="StormLight.class.js.html#sunlight-1-line-59">line 59</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="setLightColor"><span class="type-signature"></span>setLightColor<span class="signature">(value)</span><span class="type-signature"></span></h4>
</dt>
<dd>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>value</code></td>
<td class="type">
<span class="param-type"><a href="StormV3.html">StormV3</a></span>
</td>
<td class="description last"><p>normalize $V3 or Int kelvins(1000K-15000K)</p></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="StormLight.class.js.html">StormLight.class.js</a>, <a href="StormLight.class.js.html#sunlight-1-line-35">line 35</a>
</li></ul></dd>
</dl>
</dd>
</dl>
<h3 class="subsection-title">Inherited methods</h3>
<dl>
<dt>
<h4 class="name" id="attachMesh"><span class="type-signature"></span>attachMesh<span class="signature">(jsonIn)</span><span class="type-signature"> → {<a href="StormBufferObject.html">StormBufferObject</a>}</span></h4>
</dt>
<dd>
<div class="description">
<p>Add a StormMesh object to this node and receive the StormBufferObject generated</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>jsonIn</code></td>
<td class="type">
<span class="param-type">Object</span>
</td>
<td class="description last">
<h6>Properties</h6>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>vertexArray</code></td>
<td class="type">
<span class="param-type">Array.<Float></span>
|
<span class="param-type">Float32Array</span>
</td>
<td class="description last"><p>Vertices</p></td>
</tr>
<tr>
<td class="name"><code>normalArray</code></td>
<td class="type">
<span class="param-type">Array.<Float></span>
|
<span class="param-type">Float32Array</span>
</td>
<td class="description last"><p>Normals</p></td>
</tr>
<tr>
<td class="name"><code>textureArray</code></td>
<td class="type">
<span class="param-type">Array.<Float></span>
|
<span class="param-type">Float32Array</span>
</td>
<td class="description last"><p>Texture coords</p></td>
</tr>
<tr>
<td class="name"><code>textureUnitArray</code></td>
<td class="type">
<span class="param-type">Array.<Float></span>
|
<span class="param-type">Float32Array</span>
</td>
<td class="description last"><p>Texture unit numbers</p></td>
</tr>
<tr>
<td class="name"><code>indexArray</code></td>
<td class="type">
<span class="param-type">Array.<Int></span>
|
<span class="param-type">Uint16Array</span>
</td>
<td class="description last"><p>Indices</p></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="StormNode.html#attachMesh">StormNode#attachMesh</a>
</li></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-163">line 163</a>
</li></ul></dd>
</dl>
<h5>Returns:</h5>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type"><a href="StormBufferObject.html">StormBufferObject</a></span>
</dd>
</dl>
</dd>
<dt>
<h4 class="name" id="bodyActive"><span class="type-signature"></span>bodyActive<span class="signature">(<span class="optional">active</span>)</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Active the body</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th>Argument</th>
<th>Default</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>active</code></td>
<td class="type">
<span class="param-type">Bool</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
true
</td>
<td class="description last"></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="StormNode.html#bodyActive">StormNode#bodyActive</a>
</li></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1556">line 1556</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="bodyAddConstraint"><span class="type-signature"></span>bodyAddConstraint<span class="signature">(jsonIn)</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Add a constraint.</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>jsonIn</code></td>
<td class="type">
<span class="param-type">Object</span>
</td>
<td class="description last">
<h6>Properties</h6>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>parentNode</code></td>
<td class="type">
<span class="param-type"><a href="StormNode.html">StormNode</a></span>
</td>
<td class="description last"><p>The parent node.</p></td>
</tr>
<tr>
<td class="name"><code>parentOffset</code></td>
<td class="type">
<span class="param-type"><a href="StormV3.html">StormV3</a></span>
</td>
<td class="description last"><p>Offset.</p></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="StormNode.html#bodyAddConstraint">StormNode#bodyAddConstraint</a>
</li></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1830">line 1830</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="bodyApplyImpulse"><span class="type-signature"></span>bodyApplyImpulse<span class="signature">(jsonIn)</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Apply a impulse.</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>jsonIn</code></td>
<td class="type">
<span class="param-type">Object</span>
</td>
<td class="description last">
<h6>Properties</h6>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th>Argument</th>
<th>Default</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>vector</code></td>
<td class="type">
<span class="param-type"><a href="StormV3.html">StormV3</a></span>
</td>
<td class="attributes">
</td>
<td class="default">
</td>
<td class="description last"><p>Direction and force.</p></td>
</tr>
<tr>
<td class="name"><code>milis</code></td>
<td class="type">
<span class="param-type">Int</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
1000
</td>
<td class="description last"><p>Miliseconds</p></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="StormNode.html#bodyApplyImpulse">StormNode#bodyApplyImpulse</a>
</li></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1760">line 1760</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="bodyApplyTorque"><span class="type-signature"></span>bodyApplyTorque<span class="signature">(jsonIn)</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Apply torque.</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>jsonIn</code></td>
<td class="type">
<span class="param-type">Object</span>
</td>
<td class="description last">
<h6>Properties</h6>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th>Argument</th>
<th>Default</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>vector</code></td>
<td class="type">
<span class="param-type"><a href="StormV3.html">StormV3</a></span>
</td>
<td class="attributes">
</td>
<td class="default">
</td>
<td class="description last"><p>Direction and force.</p></td>
</tr>
<tr>
<td class="name"><code>milis</code></td>
<td class="type">
<span class="param-type">Int</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
1000
</td>
<td class="description last"><p>Miliseconds</p></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="StormNode.html#bodyApplyTorque">StormNode#bodyApplyTorque</a>
</li></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1799">line 1799</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="bodyCarFlip"><span class="type-signature"></span>bodyCarFlip<span class="signature">()</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Flip the car.</p>
</div>
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="StormNode.html#bodyCarFlip">StormNode#bodyCarFlip</a>
</li></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1881">line 1881</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="bodyEnable"><span class="type-signature"></span>bodyEnable<span class="signature">(jsonIn)</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Add physics to this node</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>jsonIn</code></td>
<td class="type">
<span class="param-type">Object</span>
</td>
<td class="description last">
<h6>Properties</h6>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>type</code></td>
<td class="type">
<span class="param-type">String</span>
</td>
<td class="description last"><p>'box'|'sphere'|'capsule'|'ground'|'trimesh'|'car'</p></td>
</tr>
<tr>
<td class="name"><code>dimensions</code></td>
<td class="type">
<span class="param-type"><a href="StormV3.html">StormV3</a></span>
</td>
<td class="description last"><p>Dimension vector for type 'box'|'car'. Width, length and height</p></td>
</tr>
<tr>
<td class="name"><code>dimensions</code></td>
<td class="type">
<span class="param-type">Float</span>
</td>
<td class="description last"><p>Radius for type 'sphere'</p></td>
</tr>
<tr>
<td class="name"><code>r</code></td>
<td class="type">
<span class="param-type">Float</span>
</td>
<td class="description last"><p>Radius for type 'capsule'</p></td>
</tr>
<tr>
<td class="name"><code>l</code></td>
<td class="type">
<span class="param-type">Float</span>
</td>
<td class="description last"><p>Length for type 'capsule'</p></td>
</tr>
<tr>
<td class="name"><code>mass</code></td>
<td class="type">
<span class="param-type">Float</span>
</td>
<td class="description last"><p>Only if type is 'box'|'sphere'|'capsule'|'trimesh'|'car'. 0 mass = static body.</p></td>
</tr>
<tr>
<td class="name"><code>friction</code></td>
<td class="type">
<span class="param-type">Float</span>
</td>
<td class="description last"><p>The friction</p></td>
</tr>
<tr>
<td class="name"><code>restitution</code></td>
<td class="type">
<span class="param-type">Float</span>
</td>
<td class="description last"><p>The restitution (elasticity)</p></td>
</tr>
<tr>
<td class="name"><code>maxVelocity</code></td>
<td class="type">
<span class="param-type">Float</span>
</td>
<td class="description last"><p>Only if type is 'car'</p></td>
</tr>
<tr>
<td class="name"><code>engineBreak</code></td>
<td class="type">
<span class="param-type">Float</span>
</td>
<td class="description last"><p>Only if type is 'car'</p></td>
</tr>
<tr>
<td class="name"><code>steerAngle</code></td>
<td class="type">
<span class="param-type">Float</span>
</td>
<td class="description last"><p>Only if type is 'car'</p></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="StormNode.html#bodyEnable">StormNode#bodyEnable</a>
</li></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1497">line 1497</a>
</li></ul></dd>
</dl>
<h5>Example</h5>
<pre class="sunlight-highlight-javascript">node.bodyEnable({ type: 'sphere',
dimensions: 0.5,
mass': 0.38,
friction: 0.5,
restitution: 0.2 });</pre>
</dd>
<dt>
<h4 class="name" id="bodyGetCollisionNormalWithNode"><span class="type-signature"></span>bodyGetCollisionNormalWithNode<span class="signature">()</span><span class="type-signature"> → {<a href="StormV3.html">StormV3</a>|Bool}</span></h4>
</dt>
<dd>
<div class="description">
<p>Get the collision normal of this node with other node if collision exists. Otherwise return false.</p>
</div>
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="StormNode.html#bodyGetCollisionNormalWithNode">StormNode#bodyGetCollisionNormalWithNode</a>
</li></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1691">line 1691</a>
</li></ul></dd>
</dl>
<h5>Returns:</h5>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type"><a href="StormV3.html">StormV3</a></span>
|
<span class="param-type">Bool</span>
</dd>
</dl>
</dd>
<dt>
<h4 class="name" id="bodyGetCurrentDir"><span class="type-signature"></span>bodyGetCurrentDir<span class="signature">()</span><span class="type-signature"> → {<a href="StormV3.html">StormV3</a>}</span></h4>
</dt>
<dd>
<div class="description">
<p>Get the current direction vector.</p>
</div>
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="StormNode.html#bodyGetCurrentDir">StormNode#bodyGetCurrentDir</a>
</li></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1731">line 1731</a>
</li></ul></dd>
</dl>
<h5>Returns:</h5>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type"><a href="StormV3.html">StormV3</a></span>
</dd>
</dl>
</dd>
<dt>
<h4 class="name" id="bodyGetCurrentVelocity"><span class="type-signature"></span>bodyGetCurrentVelocity<span class="signature">()</span><span class="type-signature"> → {Float}</span></h4>
</dt>
<dd>
<div class="description">
<p>Get the current velocity.</p>
</div>
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="StormNode.html#bodyGetCurrentVelocity">StormNode#bodyGetCurrentVelocity</a>
</li></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1742">line 1742</a>
</li></ul></dd>
</dl>
<h5>Returns:</h5>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type">Float</span>
</dd>
</dl>
</dd>
<dt>
<h4 class="name" id="bodyGetEngineBreakValue"><span class="type-signature"></span>bodyGetEngineBreakValue<span class="signature">()</span><span class="type-signature"> → {Float}</span></h4>
</dt>
<dd>
<div class="description">
<p>Get the braking value of the car.</p>
</div>
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="StormNode.html#bodyGetEngineBreakValue">StormNode#bodyGetEngineBreakValue</a>
</li></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1870">line 1870</a>
</li></ul></dd>
</dl>
<h5>Returns:</h5>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type">Float</span>
</dd>
</dl>
</dd>
<dt>
<h4 class="name" id="bodyGetMaxVelocityValue"><span class="type-signature"></span>bodyGetMaxVelocityValue<span class="signature">()</span><span class="type-signature"> → {Float}</span></h4>
</dt>
<dd>
<div class="description">
<p>Get the maximum speed of the car.</p>
</div>
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="StormNode.html#bodyGetMaxVelocityValue">StormNode#bodyGetMaxVelocityValue</a>
</li></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1859">line 1859</a>
</li></ul></dd>
</dl>
<h5>Returns:</h5>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type">Float</span>
</dd>
</dl>
</dd>
<dt>
<h4 class="name" id="bodyOnCollision"><span class="type-signature"></span>bodyOnCollision<span class="signature">(eventFunction)</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Set the function to execute when occurred collision event</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>eventFunction</code></td>
<td class="type">
<span class="param-type">function</span>
</td>
<td class="description last"></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="StormNode.html#bodyOnCollision">StormNode#bodyOnCollision</a>
</li></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1716">line 1716</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="bodyRemoveConstraint"><span class="type-signature"></span>bodyRemoveConstraint<span class="signature">()</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Remove a constraint.</p>
</div>
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="StormNode.html#bodyRemoveConstraint">StormNode#bodyRemoveConstraint</a>
</li></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1845">line 1845</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="bodySetCarWheels"><span class="type-signature"></span>bodySetCarWheels<span class="signature">(jsonIn)</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Add wheels to car node</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>jsonIn</code></td>
<td class="type">
<span class="param-type">Object</span>
</td>
<td class="description last">
<h6>Properties</h6>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th>Argument</th>
<th>Default</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>nodesWheels</code></td>
<td class="type">
<span class="param-type">Array.<<a href="StormNode.html">StormNode</a>></span>
</td>
<td class="attributes">
</td>
<td class="default">
</td>
<td class="description last"><p>Nodes frontLeft, frontRight, backLeft and backRight.</p></td>
</tr>
<tr>
<td class="name"><code>r</code></td>
<td class="type">
<span class="param-type">Float</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
1.0
</td>
<td class="description last"><p>Radius</p></td>
</tr>
<tr>
<td class="name"><code>damping</code></td>
<td class="type">
<span class="param-type">Float</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
0.7
</td>
<td class="description last"><p>Suspension</p></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="StormNode.html#bodySetCarWheels">StormNode#bodySetCarWheels</a>
</li></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1571">line 1571</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="bodySetFriction"><span class="type-signature"></span>bodySetFriction<span class="signature">(value)</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Set the friction for this node</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>value</code></td>
<td class="type">
<span class="param-type">Float</span>
</td>
<td class="description last"><p>Values from 0.0 to 1.0</p></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="StormNode.html#bodySetFriction">StormNode#bodySetFriction</a>
</li></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1668">line 1668</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="bodySetGravity"><span class="type-signature"></span>bodySetGravity<span class="signature">(vector)</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Set the gravity for this node</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>vector</code></td>
<td class="type">
<span class="param-type"><a href="StormV3.html">StormV3</a></span>
</td>
<td class="description last"><p>for the force and direction</p></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="StormNode.html#bodySetGravity">StormNode#bodySetGravity</a>
</li></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1657">line 1657</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="bodySetRestitution"><span class="type-signature"></span>bodySetRestitution<span class="signature">(value)</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Set the restitution for this node</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>value</code></td>
<td class="type">
<span class="param-type">Float</span>
</td>
<td class="description last"><p>Values from 0.0 to 1.0</p></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="StormNode.html#bodySetRestitution">StormNode#bodySetRestitution</a>
</li></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1679">line 1679</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="changeAnimKey"><span class="type-signature"></span>changeAnimKey<span class="signature">(keyStart, keyEnd)</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Change position of existing key frame for StormNode, StormLight or StormCamera on 'GlobalTimeline'</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>keyStart</code></td>
<td class="type">
<span class="param-type">Int</span>
</td>
<td class="description last"><p><br></p></td>
</tr>
<tr>
<td class="name"><code>keyEnd</code></td>
<td class="type">
<span class="param-type">Int</span>
</td>
<td class="description last"><p><br></p></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="StormNode.html#changeAnimKey">StormNode#changeAnimKey</a>
</li></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1971">line 1971</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="createChildNode"><span class="type-signature"></span>createChildNode<span class="signature">()</span><span class="type-signature"> → {<a href="StormNode.html">StormNode</a>}</span></h4>
</dt>
<dd>
<div class="description">
<p>Add child node</p>
</div>
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="StormNode.html#createChildNode">StormNode#createChildNode</a>
</li></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1469">line 1469</a>
</li></ul></dd>
</dl>
<h5>Returns:</h5>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type"><a href="StormNode.html">StormNode</a></span>
</dd>
</dl>
</dd>
<dt>
<h4 class="name" id="draggable"><span class="type-signature"></span>draggable<span class="signature">(draggable)</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Allow dragging this node when to be selected</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>draggable</code></td>
<td class="type">
<span class="param-type">Bool</span>
</td>
<td class="description last"></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="StormNode.html#draggable">StormNode#draggable</a>
</li></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-133">line 133</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="editSelectedNode"><span class="type-signature"></span>editSelectedNode<span class="signature">()</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Edit the selected node</p>
</div>
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="StormNode.html#editSelectedNode">StormNode#editSelectedNode</a>
</li></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-110">line 110</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="enableLocalTimelineLayerLoop"><span class="type-signature"></span>enableLocalTimelineLayerLoop<span class="signature">(<span class="optional">loop</span>)</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Enable animation loop for the current layer if the timeline controller for this node is 'LocalTimeline'</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th>Argument</th>
<th>Default</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>loop</code></td>
<td class="type">
<span class="param-type">Bool</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
false
</td>
<td class="description last"><p><br></p></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="StormNode.html#enableLocalTimelineLayerLoop">StormNode#enableLocalTimelineLayerLoop</a>
</li></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-2157">line 2157</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="extrude"><span class="type-signature"></span>extrude<span class="signature">(jsonIn)</span><span class="type-signature"> → {Array.<Array.<<a href="StormV3.html">StormV3</a>>>}</span></h4>
</dt>
<dd>
<div class="description">
<p>Extrude all triangles of the node</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>jsonIn</code></td>
<td class="type">
<span class="param-type">Object</span>
</td>
<td class="description last">
<h6>Properties</h6>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th>Argument</th>
<th>Default</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>direction</code></td>
<td class="type">
<span class="param-type"><a href="StormV3.html">StormV3</a></span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
$V3([0.0,1.0,0.0])
</td>
<td class="description last"><p>Direction vector</p></td>
</tr>
<tr>
<td class="name"><code>dim</code></td>
<td class="type">
<span class="param-type">Float</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
0.5
</td>
<td class="description last"><p>Length of extrusion</p></td>
</tr>
<tr>
<td class="name"><code>bevel</code></td>
<td class="type">
<span class="param-type">Float</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
</td>
<td class="description last"><p>Length of bevel</p></td>
</tr>
<tr>
<td class="name"><code>bevelAngle</code></td>
<td class="type">
<span class="param-type">Float</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
</td>
<td class="description last"><p>Angle of bevel</p></td>
</tr>
<tr>
<td class="name"><code>arrayV</code></td>
<td class="type">
<span class="param-type">Array.<Array.<<a href="StormV3.html">StormV3</a>>></span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
</td>
<td class="description last"><p>Specific triangles. Array of arrays with three values $V3 with the vertexs locations to extrude. By default: undefined (All triangles). Example: [[$V3([,,]),$V3([,,],$V3([,,])], [$V3([,,]),$V3([,,],$V3([,,])]]</p></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="StormNode.html#extrude">StormNode#extrude</a>
</li></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-768">line 768</a>
</li></ul></dd>
</dl>
<h5>Returns:</h5>
<div class="param-desc">
<p>Array of arrays with three values $V3 with the vertexs locations of the generated cap triangles.</p>
</div>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type">Array.<Array.<<a href="StormV3.html">StormV3</a>>></span>
</dd>
</dl>
</dd>
<dt>
<h4 class="name" id="getForward"><span class="type-signature"></span>getForward<span class="signature">()</span><span class="type-signature"> → {<a href="StormV3.html">StormV3</a>}</span></h4>
</dt>
<dd>
<div class="description">
<p>Get vector forward</p>
</div>
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="StormNode.html#getForward">StormNode#getForward</a>
</li></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1439">line 1439</a>
</li></ul></dd>
</dl>
<h5>Returns:</h5>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type"><a href="StormV3.html">StormV3</a></span>
</dd>
</dl>
</dd>
<dt>
<h4 class="name" id="getFov"><span class="type-signature"></span>getFov<span class="signature">()</span><span class="type-signature"> → {Int}</span></h4>
</dt>
<dd>
<div class="description">
<p>Get current Fov angle</p>
</div>
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="StormNode.html#getFov">StormNode#getFov</a>
</li></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1160">line 1160</a>
</li></ul></dd>
</dl>
<h5>Returns:</h5>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type">Int</span>
</dd>
</dl>
</dd>
<dt>
<h4 class="name" id="getLeft"><span class="type-signature"></span>getLeft<span class="signature">()</span><span class="type-signature"> → {<a href="StormV3.html">StormV3</a>}</span></h4>
</dt>
<dd>
<div class="description">
<p>Get vector left</p>
</div>
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="StormNode.html#getLeft">StormNode#getLeft</a>
</li></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1425">line 1425</a>
</li></ul></dd>
</dl>
<h5>Returns:</h5>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type"><a href="StormV3.html">StormV3</a></span>
</dd>
</dl>
</dd>
<dt>
<h4 class="name" id="getPosition"><span class="type-signature"></span>getPosition<span class="signature">()</span><span class="type-signature"> → {<a href="StormV3.html">StormV3</a>}</span></h4>
</dt>
<dd>
<div class="description">
<p>Get the position of the node type StormNode, StormCamera or StormLight</p>
</div>
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="StormNode.html#getPosition">StormNode#getPosition</a>
</li></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1256">line 1256</a>
</li></ul></dd>
</dl>
<h5>Returns:</h5>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type"><a href="StormV3.html">StormV3</a></span>
</dd>
</dl>
</dd>
<dt>
<h4 class="name" id="getRotationX"><span class="type-signature"></span>getRotationX<span class="signature">()</span><span class="type-signature"> → {Float}</span></h4>
</dt>
<dd>
<div class="description">
<p>Rotate the node in x axis</p>
</div>
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="StormNode.html#getRotationX">StormNode#getRotationX</a>
</li></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1350">line 1350</a>
</li></ul></dd>
</dl>
<h5>Returns:</h5>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type">Float</span>
</dd>
</dl>
</dd>
<dt>
<h4 class="name" id="getRotationY"><span class="type-signature"></span>getRotationY<span class="signature">()</span><span class="type-signature"> → {Float}</span></h4>
</dt>
<dd>
<div class="description">
<p>Rotate the node in y axis</p>
</div>
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="StormNode.html#getRotationY">StormNode#getRotationY</a>
</li></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1357">line 1357</a>
</li></ul></dd>
</dl>
<h5>Returns:</h5>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type">Float</span>
</dd>
</dl>
</dd>
<dt>
<h4 class="name" id="getRotationZ"><span class="type-signature"></span>getRotationZ<span class="signature">()</span><span class="type-signature"> → {Float}</span></h4>
</dt>
<dd>
<div class="description">
<p>Rotate the node in z axis</p>
</div>
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="StormNode.html#getRotationZ">StormNode#getRotationZ</a>
</li></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1364">line 1364</a>
</li></ul></dd>
</dl>
<h5>Returns:</h5>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type">Float</span>
</dd>
</dl>
</dd>
<dt>
<h4 class="name" id="getUp"><span class="type-signature"></span>getUp<span class="signature">()</span><span class="type-signature"> → {<a href="StormV3.html">StormV3</a>}</span></h4>
</dt>
<dd>
<div class="description">
<p>Get vector up</p>
</div>
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="StormNode.html#getUp">StormNode#getUp</a>
</li></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1432">line 1432</a>
</li></ul></dd>
</dl>
<h5>Returns:</h5>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type"><a href="StormV3.html">StormV3</a></span>
</dd>
</dl>
</dd>
<dt>
<h4 class="name" id="loadBox"><span class="type-signature"></span>loadBox<span class="signature">(dimensions)</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Load a box on node</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>dimensions</code></td>
<td class="type">
<span class="param-type"><a href="StormV3.html">StormV3</a></span>
</td>
<td class="description last"></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="StormNode.html#loadBox">StormNode#loadBox</a>
</li></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-287">line 287</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="loadObj"><span class="type-signature"></span>loadObj<span class="signature">(jsonIn)</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Load a object on this node from url of obj file</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>jsonIn</code></td>
<td class="type">
<span class="param-type">Object</span>
</td>
<td class="description last">
<h6>Properties</h6>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th>Argument</th>
<th>Default</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>objUrl</code></td>
<td class="type">
<span class="param-type">String</span>
</td>
<td class="attributes">
</td>
<td class="default">
</td>
<td class="description last"><p>Obj file url</p></td>
</tr>
<tr>
<td class="name"><code>textureUniqueUrl</code></td>
<td class="type">
<span class="param-type">String</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
</td>
<td class="description last"><p>Image file url for apply a unique texture</p></td>
</tr>
<tr>
<td class="name"><code>name</code></td>
<td class="type">
<span class="param-type">String</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
</td>
<td class="description last"><p>Name for this node</p></td>
</tr>
<tr>
<td class="name"><code>onload</code></td>
<td class="type">
<span class="param-type">function</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
</td>
<td class="description last"><p>Function to call after load</p></td>
</tr>
<tr>
<td class="name"><code>albedo</code></td>
<td class="type">
<span class="param-type">Bool</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
true
</td>
<td class="description last"><p>Use albedo values</p></td>
</tr>
<tr>
<td class="name"><code>roughness</code></td>
<td class="type">
<span class="param-type">Bool</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
true
</td>
<td class="description last"><p>Use roughness values</p></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="StormNode.html#loadObj">StormNode#loadObj</a>
</li></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-234">line 234</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="loadObjFromSourceText"><span class="type-signature"></span>loadObjFromSourceText<span class="signature">(jsonIn)</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Load a object on this node from text-plain on obj format <br>
(require url of the mtl file)</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>jsonIn</code></td>
<td class="type">
<span class="param-type">Object</span>
</td>
<td class="description last">
<h6>Properties</h6>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th>Argument</th>
<th>Default</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>sourceText</code></td>
<td class="type">
<span class="param-type">String</span>
</td>
<td class="attributes">
</td>
<td class="default">
</td>
<td class="description last"><p>The source text</p></td>
</tr>
<tr>
<td class="name"><code>objDirectory</code></td>
<td class="type">
<span class="param-type">String</span>
</td>
<td class="attributes">
</td>
<td class="default">
</td>
<td class="description last"><p>Directory of the .mtl file for obtain the textures</p></td>
</tr>
<tr>
<td class="name"><code>textureUniqueUrl</code></td>
<td class="type">
<span class="param-type">String</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
</td>
<td class="description last"><p>Image file url for apply a unique texture</p></td>
</tr>
<tr>
<td class="name"><code>albedo</code></td>
<td class="type">
<span class="param-type">Bool</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
true
</td>
<td class="description last"><p>Use albedo values</p></td>
</tr>
<tr>
<td class="name"><code>roughness</code></td>
<td class="type">
<span class="param-type">Bool</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
true
</td>
<td class="description last"><p>Use roughness values</p></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="StormNode.html#loadObjFromSourceText">StormNode#loadObjFromSourceText</a>
</li></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-255">line 255</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="loadPoint"><span class="type-signature"></span>loadPoint<span class="signature">(jsonIn)</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Load a point on node</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>jsonIn</code></td>
<td class="type">
<span class="param-type">Object</span>
</td>
<td class="description last">
<h6>Properties</h6>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th>Argument</th>
<th>Default</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>pointSize</code></td>
<td class="type">
<span class="param-type">Float</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
2.0
</td>
<td class="description last"><p>The point size</p></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="StormNode.html#loadPoint">StormNode#loadPoint</a>
</li></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-270">line 270</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="loadQuad"><span class="type-signature"></span>loadQuad<span class="signature">(width, height)</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Load a quad on node</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>width</code></td>
<td class="type">
<span class="param-type">Float</span>
</td>
<td class="description last"></td>
</tr>
<tr>
<td class="name"><code>height</code></td>
<td class="type">
<span class="param-type">Float</span>
</td>
<td class="description last"></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="StormNode.html#loadQuad">StormNode#loadQuad</a>
</li></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-323">line 323</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="loadShapeFromArray2D"><span class="type-signature"></span>loadShapeFromArray2D<span class="signature">(jsonIn)</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Load a shape from array2D</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>jsonIn</code></td>
<td class="type">
<span class="param-type">Object</span>
</td>
<td class="description last">
<h6>Properties</h6>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th>Argument</th>
<th>Default</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>array2D</code></td>
<td class="type">
<span class="param-type">Array.<Array.<Float>></span>
</td>
<td class="attributes">
</td>
<td class="default">
</td>
<td class="description last"><p>Array of arrays with two values x and y. Example: [[1.0,1.0],[1.0,2.0],[3.0,1.0]].</p></td>
</tr>
<tr>
<td class="name"><code>color</code></td>
<td class="type">
<span class="param-type"><a href="StormV3.html">StormV3</a></span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
$V3([0.0,0.0,0.0])
</td>
<td class="description last"><p>Color.</p></td>
</tr>
<tr>
<td class="name"><code>scale</code></td>
<td class="type">
<span class="param-type">Float</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
1.0
</td>
<td class="description last"><p>Scale.</p></td>
</tr>
<tr>
<td class="name"><code>offset</code></td>
<td class="type">
<span class="param-type">Float</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
0.0
</td>
<td class="description last"><p>Horizontal offset value.</p></td>
</tr>
<tr>
<td class="name"><code>offsetV</code></td>
<td class="type">
<span class="param-type">Float</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
0.0
</td>
<td class="description last"><p>Vertical offset value.</p></td>
</tr>
<tr>
<td class="name"><code>extrudeDimension</code></td>
<td class="type">
<span class="param-type">Float</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
0.5
</td>
<td class="description last"><p>Length of extrusion.</p></td>
</tr>
<tr>
<td class="name"><code>extrudeDirection</code></td>
<td class="type">
<span class="param-type"><a href="StormV3.html">StormV3</a></span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
$V3([0.0,1.0,0.0])
</td>
<td class="description last"><p>Direction vector.</p></td>
</tr>
<tr>
<td class="name"><code>bevel</code></td>
<td class="type">
<span class="param-type">Float</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
</td>
<td class="description last"><p>Length of bevel.</p></td>
</tr>
<tr>
<td class="name"><code>bevelAngle</code></td>
<td class="type">
<span class="param-type">Float</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
</td>
<td class="description last"><p>Angle of bevel.</p></td>
</tr>
<tr>
<td class="name"><code>textureUniqueUrl</code></td>
<td class="type">
<span class="param-type">String</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
</td>
<td class="description last"><p>Apply image texture to entire node.</p></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="StormNode.html#loadShapeFromArray2D">StormNode#loadShapeFromArray2D</a>
</li></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-703">line 703</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="loadShapeFromSVGString"><span class="type-signature"></span>loadShapeFromSVGString<span class="signature">(jsonIn)</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Load a shape from SVG string.</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>jsonIn</code></td>
<td class="type">
<span class="param-type">Object</span>
</td>
<td class="description last">
<h6>Properties</h6>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th>Argument</th>
<th>Default</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>str</code></td>
<td class="type">
<span class="param-type">String</span>
</td>
<td class="attributes">
</td>
<td class="default">
</td>
<td class="description last"><p>Path string type "M750 111v-381".</p></td>
</tr>
<tr>
<td class="name"><code>color</code></td>
<td class="type">
<span class="param-type"><a href="StormV3.html">StormV3</a></span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
$V3([0.0,0.0,0.0])
</td>
<td class="description last"><p>Color.</p></td>
</tr>
<tr>
<td class="name"><code>scale</code></td>
<td class="type">
<span class="param-type">Float</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
1.0
</td>
<td class="description last"><p>Scale.</p></td>
</tr>
<tr>
<td class="name"><code>offset</code></td>
<td class="type">
<span class="param-type">Float</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
0.0
</td>
<td class="description last"><p>Horizontal offset value.</p></td>
</tr>
<tr>
<td class="name"><code>offsetV</code></td>
<td class="type">
<span class="param-type">Float</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
0.0
</td>
<td class="description last"><p>Vertical offset value.</p></td>
</tr>
<tr>
<td class="name"><code>extrudeDimension</code></td>
<td class="type">
<span class="param-type">Float</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
0.5
</td>
<td class="description last"><p>Length of extrusion.</p></td>
</tr>
<tr>
<td class="name"><code>extrudeDirection</code></td>
<td class="type">
<span class="param-type"><a href="StormV3.html">StormV3</a></span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
$V3([0.0,1.0,0.0])
</td>
<td class="description last"><p>Direction vector.</p></td>
</tr>
<tr>
<td class="name"><code>numPaths</code></td>
<td class="type">
<span class="param-type">Int</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
0
</td>
<td class="description last"><p>Number of paths to get.</p></td>
</tr>
<tr>
<td class="name"><code>bevel</code></td>
<td class="type">
<span class="param-type">Float</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
</td>
<td class="description last"><p>Length of bevel.</p></td>
</tr>
<tr>
<td class="name"><code>bevelAngle</code></td>
<td class="type">
<span class="param-type">Float</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
</td>
<td class="description last"><p>Angle of bevel.</p></td>
</tr>
<tr>
<td class="name"><code>textureUniqueUrl</code></td>
<td class="type">
<span class="param-type">String</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
</td>
<td class="description last"><p>Apply image texture to entire node.</p></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="StormNode.html#loadShapeFromSVGString">StormNode#loadShapeFromSVGString</a>
</li></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-547">line 547</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="loadSphere"><span class="type-signature"></span>loadSphere<span class="signature">(jsonIn)</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Load a sphere on node</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>jsonIn</code></td>
<td class="type">
<span class="param-type">Object</span>
</td>
<td class="description last">
<h6>Properties</h6>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th>Argument</th>
<th>Default</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>color</code></td>
<td class="type">
<span class="param-type"><a href="StormV3.html">StormV3</a></span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
</td>
<td class="description last"><p>Color</p></td>
</tr>
<tr>
<td class="name"><code>radius</code></td>
<td class="type">
<span class="param-type">Float</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
1.0
</td>
<td class="description last"><p>Radius</p></td>
</tr>
<tr>
<td class="name"><code>segments</code></td>
<td class="type">
<span class="param-type">Int</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
6
</td>
<td class="description last"><p>Segments</p></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="StormNode.html#loadSphere">StormNode#loadSphere</a>
</li></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-338">line 338</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="loadText"><span class="type-signature"></span>loadText<span class="signature">(jsonIn)</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Load a text</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>jsonIn</code></td>
<td class="type">
<span class="param-type">Object</span>
</td>
<td class="description last">
<h6>Properties</h6>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th>Argument</th>
<th>Default</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>svgFontUrl</code></td>
<td class="type">
<span class="param-type">String</span>
</td>
<td class="attributes">
</td>
<td class="default">
</td>
<td class="description last"><p>SVG font file.</p></td>
</tr>
<tr>
<td class="name"><code>text</code></td>
<td class="type">
<span class="param-type">String</span>
</td>
<td class="attributes">
</td>
<td class="default">
</td>
<td class="description last"><p>The text.</p></td>
</tr>
<tr>
<td class="name"><code>color</code></td>
<td class="type">
<span class="param-type"><a href="StormV3.html">StormV3</a></span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
$V3([0.0,0.0,0.0])
</td>
<td class="description last"><p>Color.</p></td>
</tr>
<tr>
<td class="name"><code>kerning</code></td>
<td class="type">
<span class="param-type">Float</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
1.0
</td>
<td class="description last"><p>Kerning.</p></td>
</tr>
<tr>
<td class="name"><code>align</code></td>
<td class="type">
<span class="param-type">String</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
"center"
</td>
<td class="description last"><p>"left"|"center"|"right".</p></td>
</tr>
<tr>
<td class="name"><code>size</code></td>
<td class="type">
<span class="param-type">Float</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
1.0
</td>
<td class="description last"><p>Font size.</p></td>
</tr>
<tr>
<td class="name"><code>onload</code></td>
<td class="type">
<span class="param-type">function</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
</td>
<td class="description last"><p>Call function after load.</p></td>
</tr>
<tr>
<td class="name"><code>extrudeDimension</code></td>
<td class="type">
<span class="param-type">Float</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
0.5
</td>
<td class="description last"><p>Activate extrusion and set the length.</p></td>
</tr>
<tr>
<td class="name"><code>extrudeDirection</code></td>
<td class="type">
<span class="param-type"><a href="StormV3.html">StormV3</a></span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
$V3([0.0,1.0,0.0])
</td>
<td class="description last"><p>Direction vector of the extrusion.</p></td>
</tr>
<tr>
<td class="name"><code>bevel</code></td>
<td class="type">
<span class="param-type">Float</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
</td>
<td class="description last"><p>Length of bevel</p></td>
</tr>
<tr>
<td class="name"><code>bevelAngle</code></td>
<td class="type">
<span class="param-type">Float</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
</td>
<td class="description last"><p>Angle of bevel</p></td>
</tr>
<tr>
<td class="name"><code>textureUniqueUrl</code></td>
<td class="type">
<span class="param-type">String</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
</td>
<td class="description last"><p>Apply image texture to entire node</p></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="StormNode.html#loadText">StormNode#loadText</a>
</li></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-366">line 366</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="loadTriangle"><span class="type-signature"></span>loadTriangle<span class="signature">()</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Load a triangle on node</p>
</div>
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="StormNode.html#loadTriangle">StormNode#loadTriangle</a>
</li></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-278">line 278</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="loadTube"><span class="type-signature"></span>loadTube<span class="signature">(jsonIn)</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Load a tube on node</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>jsonIn</code></td>
<td class="type">
<span class="param-type">Object</span>
</td>
<td class="description last">
<h6>Properties</h6>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th>Argument</th>
<th>Default</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>height</code></td>
<td class="type">
<span class="param-type">Float</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
1.0
</td>
<td class="description last"><p>Height</p></td>
</tr>
<tr>
<td class="name"><code>outerRadius</code></td>
<td class="type">
<span class="param-type">Float</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
1.0
</td>
<td class="description last"><p>Outer radius</p></td>
</tr>
<tr>
<td class="name"><code>innerRadius</code></td>
<td class="type">
<span class="param-type">Float</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
0.7
</td>
<td class="description last"><p>Inner radius</p></td>
</tr>
<tr>
<td class="name"><code>segments</code></td>
<td class="type">
<span class="param-type">Int</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
6
</td>
<td class="description last"><p>Segments</p></td>
</tr>
<tr>
<td class="name"><code>color</code></td>
<td class="type">
<span class="param-type"><a href="StormV3.html">StormV3</a></span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
</td>
<td class="description last"><p>Color</p></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="StormNode.html#loadTube">StormNode#loadTube</a>
</li></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-301">line 301</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="onmousedown"><span class="type-signature"></span>onmousedown<span class="signature">(func)</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Onmousedown callback function</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>func</code></td>
<td class="type">
<span class="param-type">function</span>
</td>
<td class="description last"></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="StormNode.html#onmousedown">StormNode#onmousedown</a>
</li></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-140">line 140</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="onmouseup"><span class="type-signature"></span>onmouseup<span class="signature">(func)</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Onmouseup callback function</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>func</code></td>
<td class="type">
<span class="param-type">function</span>
</td>
<td class="description last"></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="StormNode.html#onmouseup">StormNode#onmouseup</a>
</li></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-148">line 148</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="playLocal"><span class="type-signature"></span>playLocal<span class="signature">()</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Play LocalTimeline animation</p>
</div>
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="StormNode.html#playLocal">StormNode#playLocal</a>
</li></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-2182">line 2182</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="remove"><span class="type-signature"></span>remove<span class="signature">()</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Remove this object</p>
</div>
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="StormNode.html#remove">StormNode#remove</a>
</li></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-216">line 216</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="removeMeshes"><span class="type-signature"></span>removeMeshes<span class="signature">()</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Remove all meshes on this node</p>
</div>
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="StormNode.html#removeMeshes">StormNode#removeMeshes</a>
</li></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-209">line 209</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="resetAxis"><span class="type-signature"></span>resetAxis<span class="signature">()</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Reset the rotation and position matrix</p>
</div>
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="StormNode.html#resetAxis">StormNode#resetAxis</a>
</li></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1457">line 1457</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="resetAxisRotation"><span class="type-signature"></span>resetAxisRotation<span class="signature">()</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Reset the rotation matrix</p>
</div>
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="StormNode.html#resetAxisRotation">StormNode#resetAxisRotation</a>
</li></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1447">line 1447</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="selectedNodeIsInEditionMode"><span class="type-signature"></span>selectedNodeIsInEditionMode<span class="signature">()</span><span class="type-signature"> → {Bool}</span></h4>
</dt>
<dd>
<div class="description">
<p>Check if selected node is in edition mode</p>
</div>
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="StormNode.html#selectedNodeIsInEditionMode">StormNode#selectedNodeIsInEditionMode</a>
</li></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-126">line 126</a>
</li></ul></dd>
</dl>
<h5>Returns:</h5>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type">Bool</span>
</dd>
</dl>
</dd>
<dt>
<h4 class="name" id="setAlbedo"><span class="type-signature"></span>setAlbedo<span class="signature">(color)</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Apply albedo color to node</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>color</code></td>
<td class="type">
<span class="param-type"><a href="StormV3.html">StormV3</a></span>
|
<span class="param-type">String</span>
|
<span class="param-type">Array</span>
|
<span class="param-type">Float32Array</span>
|
<span class="param-type">Uint8Array</span>
|
<span class="param-type">WebGLTexture</span>
|
<span class="param-type">HTMLImageElement</span>
</td>
<td class="description last"><p>color</p></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="StormNode.html#setAlbedo">StormNode#setAlbedo</a>
</li></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1041">line 1041</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="setAnimKey"><span class="type-signature"></span>setAnimKey<span class="signature">(frameNumber, <span class="optional">matrix1</span>, <span class="optional">matrix2</span>)</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Set key frame animation for StormNode, StormLight or StormCamera</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th>Argument</th>
<th>Default</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>frameNumber</code></td>
<td class="type">
<span class="param-type">Int</span>
</td>
<td class="attributes">
</td>
<td class="default">
</td>
<td class="description last"><p><br></p></td>
</tr>
<tr>
<td class="name"><code>matrix1</code></td>
<td class="type">
<span class="param-type"><a href="StormM16.html">StormM16</a></span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
CURRENT
</td>
<td class="description last"><p>If objectType of node is 'node' or 'light', set the matrix. If is 'camera' set the target matrix for this frame. <br></p></td>
</tr>
<tr>
<td class="name"><code>matrix2</code></td>
<td class="type">
<span class="param-type"><a href="StormM16.html">StormM16</a></span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
CURRENT
</td>
<td class="description last"><p>If objectType of node is 'camera', set the camera matrix for this frame. <br></p></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="StormNode.html#setAnimKey">StormNode#setAnimKey</a>
</li></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1896">line 1896</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="setFov"><span class="type-signature"></span>setFov<span class="signature">(<span class="optional">value</span>)</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Fov angle for cameras and lights</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th>Argument</th>
<th>Default</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>value</code></td>
<td class="type">
<span class="param-type">Int</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
45
</td>
<td class="description last"></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="StormNode.html#setFov">StormNode#setFov</a>
</li></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1147">line 1147</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="setIllumination"><span class="type-signature"></span>setIllumination<span class="signature">(value)</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Set the illumination of the materials for this node. Default = 0.0.</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>value</code></td>
<td class="type">
<span class="param-type">Float</span>
</td>
<td class="description last"></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="StormNode.html#setIllumination">StormNode#setIllumination</a>
</li></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1051">line 1051</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="setLocalTimelineLayerFrame"><span class="type-signature"></span>setLocalTimelineLayerFrame<span class="signature">(<span class="optional">frame</span>)</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Set the animation frame for the current layer if the timeline controller for this node is 'LocalTimeline'</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th>Argument</th>
<th>Default</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>frame</code></td>
<td class="type">
<span class="param-type">Int</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
0
</td>
<td class="description last"><p><br></p></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="StormNode.html#setLocalTimelineLayerFrame">StormNode#setLocalTimelineLayerFrame</a>
</li></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-2170">line 2170</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="setPosition"><span class="type-signature"></span>setPosition<span class="signature">(position)</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Positioning the node type StormNode, StormCamera or StormLight</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>position</code></td>
<td class="type">
<span class="param-type"><a href="StormV3.html">StormV3</a></span>
</td>
<td class="description last"><p>Position vector</p></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="StormNode.html#setPosition">StormNode#setPosition</a>
</li></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1194">line 1194</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="setProjectionType"><span class="type-signature"></span>setProjectionType<span class="signature">(<span class="optional">value</span>)</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Projection type for cameras and lights</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th>Argument</th>
<th>Default</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>value</code></td>
<td class="type">
<span class="param-type">String</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
"p"
</td>
<td class="description last"><p>"p" for perspective type or "o" for orthographic</p></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="StormNode.html#setProjectionType">StormNode#setProjectionType</a>
</li></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1137">line 1137</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="setRotation"><span class="type-signature"></span>setRotation<span class="signature">(radians, <span class="optional">relative</span>, <span class="optional">axis</span>)</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Rotate the node</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th>Argument</th>
<th>Default</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>radians</code></td>
<td class="type">
<span class="param-type">Float</span>
</td>
<td class="attributes">
</td>
<td class="default">
</td>
<td class="description last"></td>
</tr>
<tr>
<td class="name"><code>relative</code></td>
<td class="type">
<span class="param-type">Bool</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
true
</td>
<td class="description last"><p>false for absolute rotation</p></td>
</tr>
<tr>
<td class="name"><code>axis</code></td>
<td class="type">
<span class="param-type"><a href="StormV3.html">StormV3</a></span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
$V3([0.0,1.0,0.0])
</td>
<td class="description last"></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="StormNode.html#setRotation">StormNode#setRotation</a>
</li></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1272">line 1272</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="setRotationX"><span class="type-signature"></span>setRotationX<span class="signature">(radians, <span class="optional">relative</span>)</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Rotate the node in x axis</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th>Argument</th>
<th>Default</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>radians</code></td>
<td class="type">
<span class="param-type">Float</span>
</td>
<td class="attributes">
</td>
<td class="default">
</td>
<td class="description last"></td>
</tr>
<tr>
<td class="name"><code>relative</code></td>
<td class="type">
<span class="param-type">Bool</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
true
</td>
<td class="description last"><p>false for absolute rotation</p></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="StormNode.html#setRotationX">StormNode#setRotationX</a>
</li></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1325">line 1325</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="setRotationY"><span class="type-signature"></span>setRotationY<span class="signature">(radians, <span class="optional">relative</span>)</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Rotate the node in y axis</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th>Argument</th>
<th>Default</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>radians</code></td>
<td class="type">
<span class="param-type">Float</span>
</td>
<td class="attributes">
</td>
<td class="default">
</td>
<td class="description last"></td>
</tr>
<tr>
<td class="name"><code>relative</code></td>
<td class="type">
<span class="param-type">Bool</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
true
</td>
<td class="description last"><p>false for absolute rotation</p></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="StormNode.html#setRotationY">StormNode#setRotationY</a>
</li></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1334">line 1334</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="setRotationZ"><span class="type-signature"></span>setRotationZ<span class="signature">(radians, <span class="optional">relative</span>)</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Rotate the node in z axis</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th>Argument</th>
<th>Default</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>radians</code></td>
<td class="type">
<span class="param-type">Float</span>
</td>
<td class="attributes">
</td>
<td class="default">
</td>
<td class="description last"></td>
</tr>
<tr>
<td class="name"><code>relative</code></td>
<td class="type">
<span class="param-type">Bool</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
true
</td>
<td class="description last"><p>false for absolute rotation</p></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="StormNode.html#setRotationZ">StormNode#setRotationZ</a>
</li></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1343">line 1343</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="setRoughness"><span class="type-signature"></span>setRoughness<span class="signature">(value)</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Set the roughness of the materials for this node. 0.0(Reflective) 100.0(Lambertian) Default = 100.0</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>value</code></td>
<td class="type">
<span class="param-type">Float</span>
</td>
<td class="description last"><p>0.0-100</p></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="StormNode.html#setRoughness">StormNode#setRoughness</a>
</li></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1061">line 1061</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="setScale"><span class="type-signature"></span>setScale<span class="signature">(scale, <span class="optional">relative</span>, <span class="optional">axis</span>)</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Scale the node</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th>Argument</th>
<th>Default</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>scale</code></td>
<td class="type">
<span class="param-type">Float</span>
</td>
<td class="attributes">
</td>
<td class="default">
</td>
<td class="description last"></td>
</tr>
<tr>
<td class="name"><code>relative</code></td>
<td class="type">
<span class="param-type">Bool</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
true
</td>
<td class="description last"><p>false for absolute scale</p></td>
</tr>
<tr>
<td class="name"><code>axis</code></td>
<td class="type">
<span class="param-type"><a href="StormV3.html">StormV3</a></span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
$V3([0.0,1.0,0.0])
</td>
<td class="description last"></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="StormNode.html#setScale">StormNode#setScale</a>
</li></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1374">line 1374</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="setScaleX"><span class="type-signature"></span>setScaleX<span class="signature">(scale, <span class="optional">relative</span>)</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Scale the node in x axis</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th>Argument</th>
<th>Default</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>scale</code></td>
<td class="type">
<span class="param-type">Float</span>
</td>
<td class="attributes">
</td>
<td class="default">
</td>
<td class="description last"></td>
</tr>
<tr>
<td class="name"><code>relative</code></td>
<td class="type">
<span class="param-type">Bool</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
true
</td>
<td class="description last"><p>false for absolute scale</p></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="StormNode.html#setScaleX">StormNode#setScaleX</a>
</li></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1400">line 1400</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="setScaleY"><span class="type-signature"></span>setScaleY<span class="signature">(scale, <span class="optional">relative</span>)</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Scale the node in y axis</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th>Argument</th>
<th>Default</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>scale</code></td>
<td class="type">
<span class="param-type">Float</span>
</td>
<td class="attributes">
</td>
<td class="default">
</td>
<td class="description last"></td>
</tr>
<tr>
<td class="name"><code>relative</code></td>
<td class="type">
<span class="param-type">Bool</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
true
</td>
<td class="description last"><p>false for absolute scale</p></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="StormNode.html#setScaleY">StormNode#setScaleY</a>
</li></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1409">line 1409</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="setScaleZ"><span class="type-signature"></span>setScaleZ<span class="signature">(scale, <span class="optional">relative</span>)</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Scale the node in z axis</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th>Argument</th>
<th>Default</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>scale</code></td>
<td class="type">
<span class="param-type">Float</span>
</td>
<td class="attributes">
</td>
<td class="default">
</td>
<td class="description last"></td>
</tr>
<tr>
<td class="name"><code>relative</code></td>
<td class="type">
<span class="param-type">Bool</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
true
</td>
<td class="description last"><p>false for absolute scale</p></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="StormNode.html#setScaleZ">StormNode#setScaleZ</a>
</li></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1418">line 1418</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="setShadows"><span class="type-signature"></span>setShadows<span class="signature">(active)</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Set the visibility of the node shadows</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>active</code></td>
<td class="type">
<span class="param-type">Bool</span>
</td>
<td class="description last"></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="StormNode.html#setShadows">StormNode#setShadows</a>
</li></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1128">line 1128</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="setTimelineControl"><span class="type-signature"></span>setTimelineControl<span class="signature">(<span class="optional">timeline</span>, <span class="optional">layer</span>)</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Set the timeline controller. 'GlobalTimeline' or 'LocalTimeline'</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th>Argument</th>
<th>Default</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>timeline</code></td>
<td class="type">
<span class="param-type">String</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
"GlobalTimeline"
</td>
<td class="description last"><p>'GlobalTimeline' or 'LocalTimeline'<br></p></td>
</tr>
<tr>
<td class="name"><code>layer</code></td>
<td class="type">
<span class="param-type">Int</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
0
</td>
<td class="description last"><p>The active layer for the 'LocalTimeline' controller <br></p></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="StormNode.html#setTimelineControl">StormNode#setTimelineControl</a>
</li></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-2147">line 2147</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="setTranslate"><span class="type-signature"></span>setTranslate<span class="signature">(vector)</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Translate the node</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>vector</code></td>
<td class="type">
<span class="param-type"><a href="StormV3.html">StormV3</a></span>
</td>
<td class="description last"><p>The translation vector</p></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="StormNode.html#setTranslate">StormNode#setTranslate</a>
</li></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1185">line 1185</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="stopLocal"><span class="type-signature"></span>stopLocal<span class="signature">()</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Stop LocalTimeline animation</p>
</div>
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="StormNode.html#stopLocal">StormNode#stopLocal</a>
</li></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-2190">line 2190</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="uneditSelectedNode"><span class="type-signature"></span>uneditSelectedNode<span class="signature">()</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Unedit the selected node</p>
</div>
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="StormNode.html#uneditSelectedNode">StormNode#uneditSelectedNode</a>
</li></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-118">line 118</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="visible"><span class="type-signature"></span>visible<span class="signature">(visible)</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Node visibility</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>visible</code></td>
<td class="type">
<span class="param-type">Bool</span>
</td>
<td class="description last"></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="inherited-from">Inherited From:</dt>
<dd class="inherited-from"><ul class="dummy"><li>
<a href="StormNode.html#visible">StormNode#visible</a>
</li></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1071">line 1071</a>
</li></ul></dd>
</dl>
</dd>
</dl>
</article>
</section>
</div>
<div class="clearfix"></div>
<footer>
StormEngineC 1.2 API DOC
<br />
<span class="copyright">
2010 Roberto Gonzalez. http://stormcolour.appspot.com
</span>
<br />
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-alpha2</a>
on Wed Nov 25 2015 23:11:24 GMT+0100 (CET) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
</span>
</footer>
</div>
<div class="span3">
<div id="toc"></div>
</div>
<br clear="both">
</div>
</div>
<script src="scripts/sunlight.js"></script>
<script src="scripts/sunlight.javascript.js"></script>
<script src="scripts/sunlight-plugin.doclinks.js"></script>
<script src="scripts/sunlight-plugin.linenumbers.js"></script>
<script src="scripts/sunlight-plugin.menu.js"></script>
<script src="scripts/jquery.min.js"></script>
<script src="scripts/jquery.scrollTo.js"></script>
<script src="scripts/jquery.localScroll.js"></script>
<script src="scripts/bootstrap-dropdown.js"></script>
<script src="scripts/toc.js"></script>
<script> Sunlight.highlightAll({lineNumbers:true, showMenu: true, enableDoclinks :true}); </script>
<script>
$( function () {
$( "#toc" ).toc( {
selectors : "h1,h2,h3,h4",
showAndHide : false,
scrollTo : 60
} );
$( "#toc>ul" ).addClass( "nav nav-pills nav-stacked" );
$( "#main span[id^='toc']" ).addClass( "toc-shim" );
} );
</script>
<script>
$( function () {
$('#main').localScroll({
offset: { top: 56 } //offset by the height of your header (give or take a few px, see what works for you)
});
$( "dt h4.name" ).each( function () {
var $this = $( this );
var icon = $( "<i/>" ).addClass( "icon-plus-sign" ).addClass( "pull-right" ).addClass( "icon-white" );
var dt = $this.parents( "dt" );
var children = dt.next( "dd" );
$this.append( icon ).css( {cursor : "pointer"} );
$this.addClass( "member-collapsed" ).addClass( "member" );
children.hide();
$this.toggle( function () {
icon.addClass( "icon-minus-sign" ).removeClass( "icon-plus-sign" ).removeClass( "icon-white" );
$this.addClass( "member-open" ).removeClass( "member-collapsed" );
children.slideDown();
}, function () {
icon.addClass( "icon-plus-sign" ).removeClass( "icon-minus-sign" ).addClass( "icon-white" );
$this.addClass( "member-collapsed" ).removeClass( "member-open" );
children.slideUp();
} );
} );
} );
</script>
</body>
</html> | stormcolor/stormenginec | APIdoc/APIdoc/StormLight.html | HTML | mit | 195,998 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta content="Craig McClellan" name="author">
<title>Craig McClellan - T223790026553700353 </title>
<link href="/assets/css/style.css" rel="stylesheet">
<link href="/assets/css/highlight.css" rel="stylesheet">
<link rel="stylesheet" href="/custom.css">
<link rel="shortcut icon" href="https://micro.blog/craigmcclellan/favicon.png" type="image/x-icon" />
<link rel="alternate" type="application/rss+xml" title="Craig McClellan" href="http://craigmcclellan.com/feed.xml" />
<link rel="alternate" type="application/json" title="Craig McClellan" href="http://craigmcclellan.com/feed.json" />
<link rel="EditURI" type="application/rsd+xml" href="/rsd.xml" />
<link rel="me" href="https://micro.blog/craigmcclellan" />
<link rel="me" href="https://twitter.com/craigmcclellan" />
<link rel="me" href="https://github.com/craigwmcclellan" />
<link rel="authorization_endpoint" href="https://micro.blog/indieauth/auth" />
<link rel="token_endpoint" href="https://micro.blog/indieauth/token" />
<link rel="micropub" href="https://micro.blog/micropub" />
<link rel="webmention" href="https://micro.blog/webmention" />
<link rel="subscribe" href="https://micro.blog/users/follow" />
</head>
<body>
<nav class="main-nav">
<a class="normal" href="/"> <span class="arrow">←</span> Home</a>
<a href="/archive/">Archive</a>
<a href="/about/">About</a>
<a href="/tools-of-choice/">Tools of Choice</a>
<a class="cta" href="https://micro.blog/craigmcclellan" rel="me">Also on Micro.blog</a>
</nav>
<section id="wrapper">
<article class="h-entry post">
<header>
<h2 class="headline">
<time class="dt-published" datetime="2012-07-13 09:44:34 -0500">
<a class="u-url dates" href="/2012/07/13/t223790026553700353.html">July 13, 2012</a>
</time>
</h2>
</header>
<section class="e-content post-body">
<p>Week 3 of 5 is done! Now headed back to Nashville with @ericvinson to see our Lauras.</p>
</section>
</article>
<section id="post-meta" class="clearfix">
<a href="/">
<img class="u-photo avatar" src="https://micro.blog/craigmcclellan/avatar.jpg">
<div>
<span class="p-author h-card dark">Craig McClellan</span>
<span><a href="https://micro.blog/craigmcclellan">@craigmcclellan</a></span>
</div>
</a>
</section>
</section>
<footer id="footer">
<section id="wrapper">
<ul>
<li><a href="/feed.xml">RSS</a></li>
<li><a href="/feed.json">JSON Feed</a></li>
<li><a href="https://micro.blog/craigmcclellan" rel="me">Micro.blog</a></li>
<!-- <li><a class="u-email" href="mailto:" rel="me">Email</a></li> -->
</ul>
<form method="get" id="search" action="https://duckduckgo.com/">
<input type="hidden" name="sites" value="http://craigmcclellan.com"/>
<input type="hidden" name="k8" value="#444444"/>
<input type="hidden" name="k9" value="#ee4792"/>
<input type="hidden" name="kt" value="h"/>
<input class="field" type="text" name="q" maxlength="255" placeholder="To search, type and hit Enter…"/>
<input type="submit" value="Search" style="display: none;" />
</form>
</section>
</footer>
</body>
</html>
| craigwmcclellan/craigwmcclellan.github.io | _site/2012/07/13/t223790026553700353.html | HTML | mit | 4,844 |
<html><body>
<h4>Windows 10 x64 (19042.610)</h4><br>
<h2>_WHEA_TIMESTAMP</h2>
<font face="arial"> +0x000 Seconds : Pos 0, 8 Bits<br>
+0x000 Minutes : Pos 8, 8 Bits<br>
+0x000 Hours : Pos 16, 8 Bits<br>
+0x000 Precise : Pos 24, 1 Bit<br>
+0x000 Reserved : Pos 25, 7 Bits<br>
+0x000 Day : Pos 32, 8 Bits<br>
+0x000 Month : Pos 40, 8 Bits<br>
+0x000 Year : Pos 48, 8 Bits<br>
+0x000 Century : Pos 56, 8 Bits<br>
+0x000 AsLARGE_INTEGER : <a href="./_LARGE_INTEGER.html">_LARGE_INTEGER</a><br>
</font></body></html> | epikcraw/ggool | public/Windows 10 x64 (19042.610)/_WHEA_TIMESTAMP.html | HTML | mit | 644 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.4.2_05) on Fri Dec 23 12:54:22 EST 2005 -->
<TITLE>
Query (ATG Java API)
</TITLE>
<META NAME="keywords" CONTENT="atg.repository.Query interface">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Query (ATG Java API)";
}
</SCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../atg/repository/PropertiesChangedListener.html" title="interface in atg.repository"><B>PREV CLASS</B></A>
<A HREF="../../atg/repository/QueryBuilder.html" title="interface in atg.repository"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../index.html" target="_top"><B>FRAMES</B></A>
<A HREF="Query.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: <A HREF="#field_detail">FIELD</A> | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
atg.repository</FONT>
<BR>
Interface Query</H2>
<DL>
<DT><B>All Superinterfaces:</B> <DD><A HREF="../../atg/repository/QueryExpression.html" title="interface in atg.repository">QueryExpression</A></DD>
</DL>
<HR>
<DL>
<DT>public interface <B>Query</B><DT>extends <A HREF="../../atg/repository/QueryExpression.html" title="interface in atg.repository">QueryExpression</A></DL>
<P>
A non-specific definition of a particular query syntax. Each implementation
of a Repository will have it's own representation of what a query is. These
objects are meant to be immutable and are used as a bridge between building
an entire query and the execution of it.
<P>
<P>
<DL>
</DL>
<HR>
<P>
<!-- ======== NESTED CLASS SUMMARY ======== -->
<!-- =========== FIELD SUMMARY =========== -->
<A NAME="field_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Field Summary</B></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../atg/repository/Query.html#CLASS_VERSION">CLASS_VERSION</A></B></CODE>
<BR>
</TD>
</TR>
</TABLE>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Method Summary</B></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../atg/repository/Query.html#getQueryOperation()">getQueryOperation</A></B>()</CODE>
<BR>
Returns a textual representation of the type of query
operation the class performs.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../atg/repository/Query.html#getQueryRepresentation()">getQueryRepresentation</A></B>()</CODE>
<BR>
Returns a human readable representation of the query operation</TD>
</TR>
</TABLE>
<P>
<!-- ============ FIELD DETAIL =========== -->
<A NAME="field_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Field Detail</B></FONT></TD>
</TR>
</TABLE>
<A NAME="CLASS_VERSION"><!-- --></A><H3>
CLASS_VERSION</H3>
<PRE>
public static final java.lang.String <B>CLASS_VERSION</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../constant-values.html#atg.repository.Query.CLASS_VERSION">Constant Field Values</A></DL>
</DL>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Method Detail</B></FONT></TD>
</TR>
</TABLE>
<A NAME="getQueryOperation()"><!-- --></A><H3>
getQueryOperation</H3>
<PRE>
public java.lang.String <B>getQueryOperation</B>()</PRE>
<DL>
<DD>Returns a textual representation of the type of query
operation the class performs. (for example: AND, CONTAINS, etc)
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../atg/repository/QueryExpression.html#getQueryOperation()">getQueryOperation</A></CODE> in interface <CODE><A HREF="../../atg/repository/QueryExpression.html" title="interface in atg.repository">QueryExpression</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getQueryRepresentation()"><!-- --></A><H3>
getQueryRepresentation</H3>
<PRE>
public java.lang.String <B>getQueryRepresentation</B>()</PRE>
<DL>
<DD>Returns a human readable representation of the query operation
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../atg/repository/QueryExpression.html#getQueryRepresentation()">getQueryRepresentation</A></CODE> in interface <CODE><A HREF="../../atg/repository/QueryExpression.html" title="interface in atg.repository">QueryExpression</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../atg/repository/PropertiesChangedListener.html" title="interface in atg.repository"><B>PREV CLASS</B></A>
<A HREF="../../atg/repository/QueryBuilder.html" title="interface in atg.repository"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../index.html" target="_top"><B>FRAMES</B></A>
<A HREF="Query.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: <A HREF="#field_detail">FIELD</A> | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
| Smolations/more-dash-docsets | docsets/ATG 2007.1.docset/Contents/Resources/Documents/atg/repository/Query.html | HTML | mit | 10,837 |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.