code
stringlengths
2
1.05M
repo_name
stringlengths
5
101
path
stringlengths
4
991
language
stringclasses
3 values
license
stringclasses
5 values
size
int64
2
1.05M
<a href='https://github.com/angular/angular.js/edit/master/src/ng/directive/attrs.js?message=docs(ngReadonly)%3A%20describe%20your%20change...#L225' class='improve-docs btn btn-primary'><i class="glyphicon glyphicon-edit">&nbsp;</i>Improve this Doc</a> <a href='https://github.com/a-lucas/angular.js/tree/master/src/ng/directive/attrs.js#L225' class='view-source pull-right btn btn-primary'> <i class="glyphicon glyphicon-zoom-in">&nbsp;</i>View Source </a> <header class="api-profile-header"> <h1 class="api-profile-header-heading">ngReadonly</h1> <ol class="api-profile-header-structure naked-list step-list"> <li> - directive in module <a href="api/ng">ng</a> </li> </ol> </header> <div class="api-profile-description"> <p>Sets the <code>readOnly</code> attribute on the element, if the expression inside <code>ngReadonly</code> is truthy.</p> <p>A special directive is necessary because we cannot use interpolation inside the <code>readOnly</code> attribute. See the <a href="guide/interpolation">interpolation guide</a> for more info.</p> </div> <div> <h2>Directive Info</h2> <ul> <li>This directive executes at priority level 100.</li> </ul> <h2 id="usage">Usage</h2> <div class="usage"> <ul> <li>as attribute: <pre><code>&lt;INPUT&#10; ng-readonly=&quot;expression&quot;&gt;&#10;...&#10;&lt;/INPUT&gt;</code></pre> </li> </div> <section class="api-section"> <h3>Arguments</h3> <table class="variables-matrix input-arguments"> <thead> <tr> <th>Param</th> <th>Type</th> <th>Details</th> </tr> </thead> <tbody> <tr> <td> ngReadonly </td> <td> <a href="" class="label type-hint type-hint-expression">expression</a> </td> <td> <p>If the <a href="guide/expression">expression</a> is truthy, then special attribute &quot;readonly&quot; will be set on the element</p> </td> </tr> </tbody> </table> </section> <h2 id="example">Example</h2><p> <div> <plnkr-opener example-path="examples/example-example57"></plnkr-opener> <div class="runnable-example" path="examples/example-example57"> <div class="runnable-example-file" name="index.html" language="html" type="html"> <pre><code>&lt;label&gt;Check me to make text readonly: &lt;input type=&quot;checkbox&quot; ng-model=&quot;checked&quot;&gt;&lt;/label&gt;&lt;br/&gt;&#10;&lt;input type=&quot;text&quot; ng-readonly=&quot;checked&quot; value=&quot;I&#39;m Angular&quot; aria-label=&quot;Readonly field&quot; /&gt;</code></pre> </div> <div class="runnable-example-file" name="protractor.js" type="protractor" language="js"> <pre><code>it(&#39;should toggle readonly attr&#39;, function() {&#10; expect(element(by.css(&#39;[type=&quot;text&quot;]&#39;)).getAttribute(&#39;readonly&#39;)).toBeFalsy();&#10; element(by.model(&#39;checked&#39;)).click();&#10; expect(element(by.css(&#39;[type=&quot;text&quot;]&#39;)).getAttribute(&#39;readonly&#39;)).toBeTruthy();&#10;});</code></pre> </div> <iframe class="runnable-example-frame" src="examples/example-example57/index.html" name="example-example57"></iframe> </div> </div> </p> </div>
a-lucas/angular.js
build/docs/partials/api/ng/directive/ngReadonly.html
HTML
mit
3,355
{% load foundation %} <div class="{% firstof columns 'large-12' %} columns {% if field.errors %}error{% endif %} field-{{ field.name }}"> {% if not placeholder %} <label for="id_{{ field.html_name }}"> {{ field.label }}{% if field.field.required %}<span class="required">*</span>{% endif %} </label> {% endif %} {% if field|foundation_widget_type == 'radioselect' %} {% for radio in field %} {{ radio.tag }}<label for="{{ radio.id_for_label }}">{{ radio.choice_label }}</label> {% endfor %} {% elif field|foundation_widget_type == 'checkboxinput' %} <div class="switch"> {{ field }} <label for="{{ field.id_for_label }}"></label> </div> {% else %} {{ field|foundation_field }} {% endif %} {% if field.errors %}<small class="error">{{ field.errors.0 }}</small>{% endif %} </div>
silviogutierrez/django-foundation-sass
foundation/templates/foundation/field.html
HTML
mit
828
<div class="col-sm-3 col-md-2 sidebar"> <ul class="nav nav-sidebar"> <li><a href="{{ site.baseurl }}">Introduction</a></li> <li><a href="{{ site.baseurl }}templating/">Templating</a></li> </ul> </div>
matthew-shaw/frontend-training
_includes/sidebar.html
HTML
mit
213
<!DOCTYPE html> <html ng-app="quizApp"> <head> <meta charset="ISO-8859-1"> <title>Quiz App</title> <script src="lib/angular.js"></script> <script src="lib/angular-route.js"></script> <script src="lib/d3.v3.min.js"></script> <script src="js/controllers.js"></script> <script src="js/app.js"></script> <script src="js/config.js"></script> <script src="js/customservices.js"></script> <style> @import url("css/style.css"); @import url("css/responsive.css") </style> </head> <body> <div ng-view></div> <div class="footer">&copy Vishwas Pawar</div> </body> </html>
Vishwasp13/QuizApp
index.html
HTML
mit
668
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta name="author" content=""> <title>Element | Bootstrap Components</title> <!-- Core CSS --> <link href="../../assets/css/docs.css" rel="stylesheet"> <!-- Documentation extras --> <link href="../../assets/css/github.css" rel="stylesheet"> <!--[if lt IE 9]><script src="docs-assets/js/ie8-responsive-file-warning.js"></script> <![endif]--> <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> <!--[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.3.0/respond.min.js"></script> <![endif]--> <!-- Google web fonts --> <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Droid+Sans:400,700|Open+Sans:400,600,700,300|Open+Sans+Condensed:300,700"> <!-- Favicons --> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="../../assets/ico/apple-touch-icon-144-precomposed.png.html"> <link rel="shortcut icon" href="../../assets/ico/favicon.png.html"> <script> var _gaq = _gaq || []; _gaq.push(['_setAccount', '']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); 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> <a class="sr-only" href="#content">Skip navigation</a> <!-- Docs master nav --> <header class="navbar navbar-inverse navbar-fixed-top bs-docs-nav" role="banner"> <div class="container"> <div class="navbar-header"> <button class="navbar-toggle" type="button" data-toggle="collapse" data-target=".bs-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 href="../../index.html" class="navbar-brand">Bootstrap Components</a> </div> <nav class="collapse navbar-collapse bs-navbar-collapse" role="navigation"> <ul class="nav navbar-nav navbar-right"> <li> <a href="../../about.html">About</a> </li> </ul> </nav> </div> </header> <!-- Content --> <div class="container"> <ul class="pager "> <li class="previous"> <a href="element-8.html">&larr; Previous</a> </li> <li class="next"> <a href="element.html">Next &rarr;</a> </li> </ul> <div class="bs-docs-section"> <div class="page-header"> <h1 id="element-9">element</h1> </div> </div> <div class="bs-example"> <p> <abbr title="HyperText Markup Language" class="initialism">HTML</abbr>is the best thing since sliced bread. </p> </div> </div> <!-- Footer ================================================== --> <footer class="bs-footer" role="contentinfo"> <div class="container"> <div class="bs-social"> <ul class="bs-social-buttons"> <li> <iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=assemble&repo=assemble&type=watch&count=true" width="100" height="20" title="Star on GitHub"></iframe> </li> <li> <iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=assemble&repo=assemble&type=fork&count=true" width="100" height="20" title="Fork on GitHub"></iframe> </li> <li class="follow-btn"> <a href="https://twitter.com/assemblejs" class="twitter-follow-button" data-link-color="#0069D6" data-show-count="true">Follow @assemblejs</a> </li> <li class="tweet-btn"> <a href="https://twitter.com/share" class="twitter-share-button" data-url="http://assemble.io" data-count="horizontal" data-via="assemblejs" data-related="jonschlinkert:Assemble core team.">Tweet</a> </li> </ul> </div> <p>Templates and data for Bootstrap&#x27;s components.</p> <p>Code licensed under the <a href="./license/" target="_blank">MIT License</a>, documentation under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>. </p> <ul class="footer-links"> <li>Currently v</li> <li class="muted">&middot;</li> <li> <a href="https://github.com/upstage/bootstrap-templates">Repo</a> </li> <li class="muted">&middot;</li> <li> <a href="https://github.com/upstage/bootstrap-templates/issues?state=open">Issues</a> </li> <li class="muted">&middot;</li> <li> <a href="http://assemble.io">Assemble</a> </li> </ul> </div> </footer> <!-- JS and analytics only. --> <!-- Bootstrap core JavaScript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> <script src="../../assets/js/jquery.js"></script> <script src="../../assets/js/bootstrap.js"></script> <script src="http://platform.twitter.com/widgets.js"></script> <script src="../../assets/js/holder.js"></script> <script src="../../assets/js/highlight.js"></script> <script> hljs.initHighlightingOnLoad(); </script> <script src="../../assets/js/application.js"></script> <!-- Analytics ================================================== --> <script> var _gauges = _gauges || []; (function() { var t = document.createElement('script'); t.async = true; t.id = 'gauges-tracker'; t.setAttribute('data-site-id', ''); t.src = '//secure.gaug.es/track.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(t, s); })(); </script> </body> </html>
upstage/bootstrap-components
_gh_pages/components/element/element-9.html
HTML
mit
6,399
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Rack</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" /> <link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" /> <link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" /> <script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script> <script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script> <script src="../js/main.js" type="text/javascript" charset="utf-8"></script> <script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script> </head> <body> <div class="banner"> <span>Ruby on Rails 4.2.2</span><br /> <h1> <span class="type">Module</span> Rack </h1> <ul class="files"> <li><a href="../files/__/_rvm/gems/ruby-2_2_2/gems/actionpack-4_2_2/lib/action_dispatch/journey/backwards_rb.html">/Users/benfreeman/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/journey/backwards.rb</a></li> <li><a href="../files/__/_rvm/gems/ruby-2_2_2/gems/actionpack-4_2_2/lib/action_dispatch/middleware/cookies_rb.html">/Users/benfreeman/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/cookies.rb</a></li> <li><a href="../files/__/_rvm/gems/ruby-2_2_2/gems/actionpack-4_2_2/lib/action_dispatch/middleware/exception_wrapper_rb.html">/Users/benfreeman/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/exception_wrapper.rb</a></li> <li><a href="../files/__/_rvm/gems/ruby-2_2_2/gems/actionpack-4_2_2/lib/action_dispatch/middleware/public_exceptions_rb.html">/Users/benfreeman/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/public_exceptions.rb</a></li> <li><a href="../files/__/_rvm/gems/ruby-2_2_2/gems/actionpack-4_2_2/lib/action_dispatch/middleware/reloader_rb.html">/Users/benfreeman/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/reloader.rb</a></li> <li><a href="../files/__/_rvm/gems/ruby-2_2_2/gems/actionpack-4_2_2/lib/action_dispatch/middleware/static_rb.html">/Users/benfreeman/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/static.rb</a></li> <li><a href="../files/__/_rvm/gems/ruby-2_2_2/gems/actionpack-4_2_2/lib/action_dispatch/routing/redirection_rb.html">/Users/benfreeman/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/routing/redirection.rb</a></li> <li><a href="../files/__/_rvm/gems/ruby-2_2_2/gems/actionpack-4_2_2/lib/action_dispatch/routing/route_set_rb.html">/Users/benfreeman/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/routing/route_set.rb</a></li> <li><a href="../files/__/_rvm/gems/ruby-2_2_2/gems/actionpack-4_2_2/lib/action_dispatch/testing/assertions/response_rb.html">/Users/benfreeman/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/testing/assertions/response.rb</a></li> <li><a href="../files/__/_rvm/gems/ruby-2_2_2/gems/actionpack-4_2_2/lib/action_dispatch/testing/integration_rb.html">/Users/benfreeman/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/testing/integration.rb</a></li> <li><a href="../files/__/_rvm/gems/ruby-2_2_2/gems/actionpack-4_2_2/lib/action_dispatch/testing/test_process_rb.html">/Users/benfreeman/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/testing/test_process.rb</a></li> <li><a href="../files/__/_rvm/gems/ruby-2_2_2/gems/activerecord-4_2_2/lib/active_record/connection_adapters/abstract/connection_pool_rb.html">/Users/benfreeman/.rvm/gems/ruby-2.2.2/gems/activerecord-4.2.2/lib/active_record/connection_adapters/abstract/connection_pool.rb</a></li> <li><a href="../files/__/_rvm/gems/ruby-2_2_2/gems/activerecord-4_2_2/lib/active_record/query_cache_rb.html">/Users/benfreeman/.rvm/gems/ruby-2.2.2/gems/activerecord-4.2.2/lib/active_record/query_cache.rb</a></li> <li><a href="../files/__/_rvm/gems/ruby-2_2_2/gems/activesupport-4_2_2/lib/active_support/cache/strategy/local_cache_middleware_rb.html">/Users/benfreeman/.rvm/gems/ruby-2.2.2/gems/activesupport-4.2.2/lib/active_support/cache/strategy/local_cache_middleware.rb</a></li> <li><a href="../files/__/_rvm/gems/ruby-2_2_2/gems/railties-4_2_2/lib/rails/application/default_middleware_stack_rb.html">/Users/benfreeman/.rvm/gems/ruby-2.2.2/gems/railties-4.2.2/lib/rails/application/default_middleware_stack.rb</a></li> <li><a href="../files/__/_rvm/gems/ruby-2_2_2/gems/railties-4_2_2/lib/rails/commands/server_rb.html">/Users/benfreeman/.rvm/gems/ruby-2.2.2/gems/railties-4.2.2/lib/rails/commands/server.rb</a></li> </ul> </div> <div id="bodyContent"> <div id="content"> <!-- Namespace --> <div class="sectiontitle">Namespace</div> <ul> <li> <span class="type">MODULE</span> <a href="Rack/Mount.html">Rack::Mount</a> </li> </ul> <!-- Methods --> </div> </div> </body> </html>
benfreeman/yammer_training
doc/api/classes/Rack.html
HTML
mit
5,800
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta property="og:locale" content="en_US"> <meta property="og:type" content="article" /> <meta property="og:title" content="Write Rock SOLID Code" /> <meta property="og:url" content="https://slides.catchy.io/Write-Rock-SOLID-Code.html" /> <meta property="og:description" content="Thoses slides present how to enhance code using SOLID principles, including 'single responsibility' or 'Liskov substitution'." /> <meta property="og:site_name" content="catchy.io" /> <meta property="og:image" content="https://slides.catchy.io/img/rock-solid-code/presentation_thumbnail.jpg" /> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:image:src" content="https://slides.catchy.io/img/rock-solid-code/presentation_thumbnail.jpg"> <meta name="twitter:title" content="slides.catchy.io - Write Rock SOLID Code"> <meta name="twitter:description" content="Thoses slides present how to enhance code using SOLID principles, including 'single responsibility' or 'Liskov substitution'."> <meta name="twitter:creator" content="@catchy_io"> <meta name="twitter:site" content="@catchy_io"> <title>Git Tricks you may not know</title> <meta name="description" content="This page presents how to enhance code quality using the 5 SOLID principles, including 'single responsibility' or 'Liskov substitution'."> <meta name="author" content="Olivier Garcia"> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui"> <link rel="stylesheet" href="css/catchy.css"> <link rel="stylesheet" href="css/theme/league.css" id="theme"> <!-- Printing and PDF exports --> <script> var link = document.createElement( 'link' ); link.rel = 'stylesheet'; link.type = 'text/css'; link.href = window.location.search.match( /print-pdf/gi ) ? 'css/print/pdf.css' : 'css/print/paper.css'; document.getElementsByTagName( 'head' )[0].appendChild( link ); var allCharts = []; </script> <script> if (window.location.protocol != "file:") { (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-49964131-4', 'auto'); ga('send', 'pageview'); } </script> <!--[if lt IE 9]> <script src="lib/js/html5shiv.js"></script> <![endif]--> </head> <body class="git tricks" itemscope itemtype="http://schema.org/TechArticle"> <meta itemprop="datePublished" content="2015-10-14"/> <meta itemprop="headline" content=""/> <meta itemprop="image" content="https://slides.catchy.io/img/rock-solid-code/rock-solid-code.jpg" /> <meta itemprop="thumbnailUrl" content="https://slides.catchy.io/img/rock-solid-code/presentation_thumbnail.png" /> <div itemprop="publication" itemscope itemtype="http://schema.org/PublicationEvent"> <meta itemprop="name" content="Write Rock SOLID Code"/> <meta itemprop="startDate" content="2015-09-24T10:30:00-05:00"/> <meta itemprop="endDate" content="2015-09-24T11:30:00-05:00"/> <meta itemprop="url" content="http://www.hr-rail.be/"/> <meta itemprop="duration" content="PT1H"/> <meta itemprop="inLanguage" content="en"/> </div> <div class="reveal"> <div class="slides"> <section class="first"> <h1 itemprop="name">Gulp</h1> </section> <!--<section data-background="lib/img/logo/catchy.io.background.png" itemprop="author" itemscope itemtype="http://schema.org/Person">--> <!--<meta itemprop="email" content="oliviergarcia@php.net"/>--> <!--<meta itemprop="image" content="https://pbs.twimg.com/profile_images/2218726509/olivier_128.jpg"/>--> <!--<h2>Hello, I'm <span itemprop="givenName">Olivier</span> <span itemprop="familyName">Garcia</span></h2>--> <!--<p><a href="https://twitter.com/0livier/">@0livier</a>, Full stack <code>(dev|dad|<span itemprop="jobTitle">CEO</span> of <span itemprop="worksFor" itemscope itemtype="http://schema.org/Organization"><meta itemprop="logo" content="lib/img/logo/catchy.io.logo.png"/><a href="https://catchy.io/" itemprop="url"><span itemprop="name">catchy.io</span></a></span>)</code></p>--> <!--<ul>--> <!--<li class="fragment">Co-organizer of <a href="http://agiletour-lille.org">Agile Tour Lille 2014 & 2015</a></li>--> <!--<li class="fragment">Soon PHP internals contributor</li>--> <!--<li class="fragment">Tries to unhook from chocolate</li>--> <!--</ul>--> <!--</section>--> <section> <h2>Assetic</h2> <aside></aside> </section> <section> <section> <h1>Les coolkids utilisent Gulp</h1> <h2>Quelle niveau de coolitude ?</h2> </section> <section data-background="img/kot-kote-edinorog-raduga.jpg"> <aside class="notes">At the time of writing, Gulp has 1438 plugins available.</aside> </section> </section> <!--Find a git commit--> <section class="solid"> <section> <h2>Commencer un projet sous Gulp</h2> <pre class="fragment"><code>$ npm init $ npm install --save-dev gulp gulp-sass gulp-rename gulp-concat </code></pre> </section> <section> <h2>gulpfile.js à la racine du projet</h2> <pre><code> gulp.task('styles', function() { return sass('src/styles/main.scss', { style: 'expanded' }) .pipe(gulp.dest('dist/assets/css')) .pipe(rename({suffix: '.min'})) .pipe(gulp.dest('dist/assets/css')) }); </code></pre> </section> <section style=""> <pre><code lang="javascript" style="max-height: 1400px;">gulp.src([ 'vendor/components/jquery/jquery.min.js', 'vendor/twbs/bootstrap-sass/assets/javascripts/bootstrap.min.js', 'js/app.js' ]) .pipe(concat('app.min.js)) .pipe(gulp.dest('web/js/'));</code></pre> </section> <section> <pre><code lang="javascript" style="left: 0; width: 130%; max-height: 1400px;">var filename = 'med-' + Math.floor(Date.now() / 1000) + '.min.js'; fs.readFile('app/Resources/views/base.html.twig', 'utf8', function (err, data) { if (err) { return console.log(err); } var result = data.replace(/.js.med-.+\.min.js/g, '/js/' + filename); fs.writeFile('app/Resources/views/base.html.twig', result, 'utf8', function (err) { if (err) return console.log(err); }); }); </code></pre> </section> <section> <pre><code> gulp.task('watch', function () { gulp.watch('./sass/**/*.scss', ['sass']); }); // Default Task gulp.task('default', ['sass', 'watch']); </code></pre> </section> </section> <section class="questions"> <h2>Questions?</h2> </section> </div> <footer class="catchy"> <a href="https://catchy.io/"><img src="lib/img/logo/catchy.io.logo.png" alt="Catchy.io logo" id="logo"> <span>&mdash;</span> Monitoring for <code>E_ALL</code> </a> </footer> </div> <script src="lib/js/head.min.js"></script> <script src="js/reveal.js"></script> <script> // Full list of configuration options available at: // https://github.com/hakimel/reveal.js#configuration Reveal.initialize({ height: '100%', controls: true, progress: true, history: true, center: true, transition: 'slide', // none/fade/slide/convex/concave/zoom // Optional reveal.js plugins dependencies: [ { src: 'lib/js/classList.js', condition: function() { return !document.body.classList; } }, { src: 'plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } }, { src: 'plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } }, { src: 'plugin/highlight/highlight.js', async: true, condition: function() { return !!document.querySelector( 'pre code' ); }, callback: function() { hljs.initHighlightingOnLoad(); } }, { src: 'plugin/zoom-js/zoom.js', async: true }, { src: 'plugin/notes/notes.js', async: true } ] }); var charts = document.getElementsByClassName("chart"); for (var i = 0; i < charts.length; ++i) { charts[i].onclick = function () { this.classList.toggle("modal"); for (var i = 0; i < allCharts.length; ++i) { allCharts[i].reflow(); } Reveal.configure(); } } </script> </body> </html>
catchy-io/slides
Gulp.html
HTML
mit
10,586
<p> toElement 对于 mouseover 和 mouseout 事件,该属性引用移入鼠标的元素。 </p>
shehuaqigai/JSBOOK
resource/docs/event/toElement.html
HTML
mit
100
<div class="tab"> aaa<%= contents %>bbb aaa<%: contents %>bbb aaa<%# contents %>bbb ccc<% if("hello"=='hello') print("!!hi there!!"); %>ddd </div>
profound7/moon-core
test/tmpl/tab.html
HTML
mit
178
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content="{{ description}}"> <meta name="author" content="Monera"> <!-- @Todo Create favicon once we have a logo ^_^' --> <!-- <link rel="icon" href="../../favicon.ico"> --> <title>Monera - Containerised swissknife for web developers</title> <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.1.1/gh-fork-ribbon.min.css" /> <!--[if lt IE 9]> <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.1.1/gh-fork-ribbon.ie.min.css" /> <![endif]--> <link href="index.css" media="screen" rel="stylesheet" type="text/css"/> </head> <body> <div class="canvas"> <canvas id="bg" resize="true"> </div> <div class="github-fork-ribbon-wrapper right"> <div class="github-fork-ribbon"> <a href="https://github.com/Ideabile/monera">Fork me on GitHub</a> </div> </div> <div class="container">
Ideabile/monera
src/partials/header.html
HTML
mit
1,172
<!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> Youth Opportunities Unlimited - 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=1492331806077&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=51513&V_SEARCH.docsStart=51512&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn/rgstr.sec?_flId?_flxKy=e1s1&amp;estblmntNo=234567041301&amp;profileId=61&amp;_evId=bck'A=0&amp;lang=eng&amp;V_SEARCH.showStricts=false&amp;prtl=1&amp;_flId?_flId?_flxKy=e1s1" title="Français" lang="fr">Français</a></li> </ul> </div> </div> </section> <div class="row"> <div class="brand col-xs-8 col-sm-9 col-md-6"> <a href="http://www.canada.ca/en/index.html"><object type="image/svg+xml" tabindex="-1" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/sig-blk-en.svg"></object><span class="wb-inv"> Government of Canada</span></a> </div> <section class="wb-mb-links col-xs-4 col-sm-3 visible-sm visible-xs" id="wb-glb-mn"> <h2>Search and menus</h2> <ul class="list-inline text-right chvrn"> <li><a href="#mb-pnl" title="Search and menus" aria-controls="mb-pnl" class="overlay-lnk" role="button"><span class="glyphicon glyphicon-search"><span class="glyphicon glyphicon-th-list"><span class="wb-inv">Search and menus</span></span></span></a></li> </ul> <div id="mb-pnl"></div> </section> <!-- Site Search Removed --> </div> </div> <nav role="navigation" id="wb-sm" class="wb-menu visible-md visible-lg" data-trgt="mb-pnl" data-ajax-fetch="//cdn.canada.ca/gcweb-cdn-dev/sitemenu/sitemenu-en.html" typeof="SiteNavigationElement"> <h2 class="wb-inv">Topics menu</h2> <div class="container nvbar"> <div class="row"> <ul class="list-inline menu"> <li><a href="https://www.canada.ca/en/services/jobs.html">Jobs</a></li> <li><a href="http://www.cic.gc.ca/english/index.asp">Immigration</a></li> <li><a href="https://travel.gc.ca/">Travel</a></li> <li><a href="https://www.canada.ca/en/services/business.html">Business</a></li> <li><a href="https://www.canada.ca/en/services/benefits.html">Benefits</a></li> <li><a href="http://healthycanadians.gc.ca/index-eng.php">Health</a></li> <li><a href="https://www.canada.ca/en/services/taxes.html">Taxes</a></li> <li><a href="https://www.canada.ca/en/services.html">More services</a></li> </ul> </div> </div> </nav> <!-- EPIC BODY BEGIN --> <nav role="navigation" id="wb-bc" class="" property="breadcrumb"> <h2 class="wb-inv">You are here:</h2> <div class="container"> <div class="row"> <ol class="breadcrumb"> <li><a href="/eic/site/icgc.nsf/eng/home" title="Home">Home</a></li> <li><a href="/eic/site/icgc.nsf/eng/h_07063.html" title="Industries and Business">Industries and Business</a></li> <li><a href="/eic/site/ccc-rec.nsf/tpl-eng/../eng/home" >Canadian Company Capabilities</a></li> </ol> </div> </div> </nav> </header> <main id="wb-cont" role="main" property="mainContentOfPage" class="container"> <!-- End Header --> <!-- Begin Body --> <!-- Begin Body Title --> <!-- End Body Title --> <!-- Begin Body Head --> <!-- End Body Head --> <!-- Begin Body Content --> <br> <!-- Complete Profile --> <!-- Company Information above tabbed area--> <input id="showMore" type="hidden" value='more'/> <input id="showLess" type="hidden" value='less'/> <h1 id="wb-cont"> Company profile - Canadian Company Capabilities </h1> <div class="profileInfo hidden-print"> <ul class="list-inline"> <li><a href="cccSrch.do?lang=eng&profileId=&prtl=1&key.hitsPerPage=25&searchPage=%252Fapp%252Fccc%252Fsrch%252FcccBscSrch.do%253Flang%253Deng%2526amp%253Bprtl%253D1%2526amp%253Btagid%253D&V_SEARCH.scopeCategory=CCC.Root&V_SEARCH.depth=1&V_SEARCH.showStricts=false&V_SEARCH.sortSpec=title+asc&amp;rstBtn.x=" class="btn btn-link">New Search</a>&nbsp;|</li> <li><form name="searchForm" method="post" action="/app/ccc/srch/bscSrch.do"> <input type="hidden" name="lang" value="eng" /> <input type="hidden" name="profileId" value="" /> <input type="hidden" name="prtl" value="1" /> <input type="hidden" name="searchPage" value="%2Fapp%2Fccc%2Fsrch%2FcccBscSrch.do%3Flang%3Deng%26amp%3Bprtl%3D1%26amp%3Btagid%3D" /> <input type="hidden" name="V_SEARCH.scopeCategory" value="CCC.Root" /> <input type="hidden" name="V_SEARCH.depth" value="1" /> <input type="hidden" name="V_SEARCH.showStricts" value="false" /> <input id="repeatSearchBtn" class="btn btn-link" type="submit" value="Return to search results" /> </form></li> <li>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=51511&amp;V_DOCUMENT.docRank=51512&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492331825617&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=234567166381&amp;profileId=&amp;key.newSearchLabel=">Previous Company</a></li> <li>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=51513&amp;V_DOCUMENT.docRank=51514&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492331825617&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=123456189055&amp;profileId=&amp;key.newSearchLabel=">Next Company</a></li> </ul> </div> <details> <summary>Third-Party Information Liability Disclaimer</summary> <p>Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.</p> </details> <h2> Youth Opportunities Unlimited </h2> <div class="row"> <div class="col-md-5"> <h2 class="h5 mrgn-bttm-0">Legal/Operating Name:</h2> <p>Youth Opportunities Unlimited</p> <div class="mrgn-tp-md"></div> <p class="mrgn-bttm-0" ><a href="http://www.you.ca" target="_blank" title="Website URL">http://www.you.ca</a></p> <p><a href="mailto:info@coastalmetals.ca" title="info@coastalmetals.ca">info@coastalmetals.ca</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"> 141 Dundas St<br/> 2nd Floor<br/> LONDON, Ontario<br/> N6A 1G3 <br/> </address> <h2 class="h5 mrgn-bttm-0">Location Address:</h2> <address class="mrgn-bttm-md"> 141 Dundas St<br/> 2nd Floor<br/> LONDON, Ontario<br/> N6A 1G3 <br/> </address> <p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>: (519) 432-1112 </p> <p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>: (519) 432-2883</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=234567006771&amp;graphFileName=Compressed+YOU+Logo+&amp;applicationCode=AP&amp;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> Youth employment preparation services, Employment Resource <br>Centres, Various Training Programs, Recycling Services, Retail <br>Sales of Gift Items<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> Steve Cordes </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--> Director </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Management Executive. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (519) 432-1112 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (519) 432-2883 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> steve@you.on.ca </div> </div> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Debra Low </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--> Director </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Finance/Accounting. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (519) 432-1112 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Ext: </strong> </div> <div class="col-md-7"> 358 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (519) 432-2883 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> andread@you.on.ca </div> </div> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Jacqui Deleeuw </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> Manager </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Management Executive. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (519) 432-1112 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Ext: </strong> </div> <div class="col-md-7"> 286 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (519) 432-2883 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> jacquid@you.on.ca </div> </div> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Company Description --> <h3 class="page-header"> Company description </h3> <section class="container-fluid"> <div class="row"> <div class="col-md-5"> <strong> Country of Ownership: </strong> </div> <div class="col-md-7"> Canada &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Year Established: </strong> </div> <div class="col-md-7"> 1982 </div> </div> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> No &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 561310 - Employment Placement Agencies and Executive Search Services </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Services &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Number of Employees: </strong> </div> <div class="col-md-7"> 40&nbsp; </div> </div> </section> <!-- Products / Services / Licensing --> <h3 class="page-header"> Product / Service / Licensing </h3> <section class="container-fluid"> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> Youth Employment - Casual Labour Office <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> Youth Employment - Counselling Service <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> Youth Employment - Various Training Programs <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> Youth Employment - Referral 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> Steve Cordes </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--> Director </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Management Executive. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (519) 432-1112 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (519) 432-2883 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> steve@you.on.ca </div> </div> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Debra Low </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--> Director </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Finance/Accounting. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (519) 432-1112 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Ext: </strong> </div> <div class="col-md-7"> 358 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (519) 432-2883 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> andread@you.on.ca </div> </div> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Jacqui Deleeuw </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> Manager </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Management Executive. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (519) 432-1112 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Ext: </strong> </div> <div class="col-md-7"> 286 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (519) 432-2883 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> jacquid@you.on.ca </div> </div> </section> </details> <details id="details-panel3"> <summary> Description </summary> <h2 class="wb-invisible"> Company description </h2> <section class="container-fluid"> <div class="row"> <div class="col-md-5"> <strong> Country of Ownership: </strong> </div> <div class="col-md-7"> Canada &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Year Established: </strong> </div> <div class="col-md-7"> 1982 </div> </div> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> No &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 561310 - Employment Placement Agencies and Executive Search Services </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Services &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Number of Employees: </strong> </div> <div class="col-md-7"> 40&nbsp; </div> </div> </section> </details> <details id="details-panel4"> <summary> Products, services and licensing </summary> <h2 class="wb-invisible"> Product / Service / Licensing </h2> <section class="container-fluid"> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> Youth Employment - Casual Labour Office <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> Youth Employment - Counselling Service <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> Youth Employment - Various Training Programs <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> Youth Employment - Referral Services <br> </div> </div> </section> </details> </div> </div> <div class="row"> <div class="col-md-12 text-right"> Last Update Date 2015-12-04 </div> </div> <!-- - Artifact ID: CBW - IMBS - CCC Search WAR - Group ID: ca.gc.ic.strategis.imbs.ccc.search - Version: 3.26 - Built-By: bamboo - Build Timestamp: 2017-03-02T21:29:28Z --> <!-- End Body Content --> <!-- Begin Body Foot --> <!-- End Body Foot --> <!-- END MAIN TABLE --> <!-- End body --> <!-- Begin footer --> <div class="row pagedetails"> <div class="col-sm-5 col-xs-12 datemod"> <dl id="wb-dtmd"> <dt class=" hidden-print">Date Modified:</dt> <dd class=" hidden-print"> <span><time>2017-03-02</time></span> </dd> </dl> </div> <div class="clear visible-xs"></div> <div class="col-sm-4 col-xs-6"> </div> <div class="col-sm-3 col-xs-6 text-right"> </div> <div class="clear visible-xs"></div> </div> </main> <footer role="contentinfo" id="wb-info"> <nav role="navigation" class="container wb-navcurr"> <h2 class="wb-inv">About government</h2> <!-- EPIC FOOTER BEGIN --> <!-- EPI-11638 Contact us --> <ul class="list-unstyled colcount-sm-2 colcount-md-3"> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07026.html#pageid=E048-H00000&amp;from=Industries">Contact us</a></li> <li><a href="https://www.canada.ca/en/government/dept.html">Departments and agencies</a></li> <li><a href="https://www.canada.ca/en/government/publicservice.html">Public service and military</a></li> <li><a href="https://www.canada.ca/en/news.html">News</a></li> <li><a href="https://www.canada.ca/en/government/system/laws.html">Treaties, laws and regulations</a></li> <li><a href="https://www.canada.ca/en/transparency/reporting.html">Government-wide reporting</a></li> <li><a href="http://pm.gc.ca/eng">Prime Minister</a></li> <li><a href="https://www.canada.ca/en/government/system.html">How government works</a></li> <li><a href="http://open.canada.ca/en/">Open government</a></li> </ul> </nav> <div class="brand"> <div class="container"> <div class="row"> <nav class="col-md-10 ftr-urlt-lnk"> <h2 class="wb-inv">About this site</h2> <ul> <li><a href="https://www.canada.ca/en/social.html">Social media</a></li> <li><a href="https://www.canada.ca/en/mobile.html">Mobile applications</a></li> <li><a href="http://www1.canada.ca/en/newsite.html">About Canada.ca</a></li> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html">Terms and conditions</a></li> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html#p1">Privacy</a></li> </ul> </nav> <div class="col-xs-6 visible-sm visible-xs tofpg"> <a href="#wb-cont">Top of Page <span class="glyphicon glyphicon-chevron-up"></span></a> </div> <div class="col-xs-6 col-md-2 text-right"> <object type="image/svg+xml" tabindex="-1" role="img" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/wmms-blk.svg" aria-label="Symbol of the Government of Canada"></object> </div> </div> </div> </div> </footer> <!--[if gte IE 9 | !IE ]><!--> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/wet-boew.min.js"></script> <!--<![endif]--> <!--[if lt IE 9]> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew2.min.js"></script> <![endif]--> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/theme.min.js"></script> <!-- EPI-10519 --> <span class="wb-sessto" data-wb-sessto='{"inactivity": 1800000, "reactionTime": 180000, "sessionalive": 1800000, "logouturl": "/app/ccc/srch/cccSrch.do?lang=eng&prtl=1"}'></span> <script src="/eic/home.nsf/js/jQuery.externalOpensInNewWindow.js"></script> <!-- EPI-11190 - Webtrends --> <script src="/eic/home.nsf/js/webtrends.js"></script> <script>var endTime = new Date();</script> <noscript> <div><img alt="" id="DCSIMG" width="1" height="1" src="//wt-sdc.ic.gc.ca/dcs6v67hwe0ei7wsv8g9fv50d_3k6i/njs.gif?dcsuri=/nojavascript&amp;WT.js=No&amp;WT.tv=9.4.0&amp;dcssip=www.ic.gc.ca"/></div> </noscript> <!-- /Webtrends --> <!-- JS deps --> <script src="/eic/home.nsf/js/jquery.imagesloaded.js"></script> <!-- EPI-11262 - Util JS --> <script src="/eic/home.nsf/js/_WET_4-0_utils_canada.min.js"></script> <!-- EPI-11383 --> <script src="/eic/home.nsf/js/jQuery.icValidationErrors.js"></script> <span style="display:none;" id='app-info' data-project-groupid='' data-project-artifactid='' data-project-version='' data-project-build-timestamp='' data-issue-tracking='' data-scm-sha1='' data-scm-sha1-abbrev='' data-scm-branch='' data-scm-commit-date=''></span> </body></html> <!-- End Footer --> <!-- - Artifact ID: CBW - IMBS - CCC Search WAR - Group ID: ca.gc.ic.strategis.imbs.ccc.search - Version: 3.26 - Built-By: bamboo - Build Timestamp: 2017-03-02T21:29:28Z -->
GoC-Spending/data-corporations
html/234567006771.html
HTML
mit
55,923
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_161-google-v7) on Fri Nov 09 17:55:37 PST 2018 --> <title>ShadowSystemProperties</title> <meta name="date" content="2018-11-09"> <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="ShadowSystemProperties"; } } catch(err) { } //--> var methods = {"i0":9,"i1":9,"i2":9,"i3":9,"i4":9,"i5":9,"i6":9,"i7":9}; var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-all.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../org/robolectric/shadows/ShadowSystemClock.html" title="class in org.robolectric.shadows"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../org/robolectric/shadows/ShadowSystemServiceRegistry.html" title="class in org.robolectric.shadows"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?org/robolectric/shadows/ShadowSystemProperties.html" target="_top">Frames</a></li> <li><a href="ShadowSystemProperties.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">org.robolectric.shadows</div> <h2 title="Class ShadowSystemProperties" class="title">Class ShadowSystemProperties</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>org.robolectric.shadows.ShadowSystemProperties</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <hr> <br> <pre><a href="../../../org/robolectric/annotation/Implements.html" title="annotation in org.robolectric.annotation">@Implements</a>(<a href="../../../org/robolectric/annotation/Implements.html#value--">value</a>=android.os.SystemProperties.class, <a href="../../../org/robolectric/annotation/Implements.html#isInAndroidSdk--">isInAndroidSdk</a>=false) public class <span class="typeNameLabel">ShadowSystemProperties</span> extends java.lang.Object</pre> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowSystemProperties.html#ShadowSystemProperties--">ShadowSystemProperties</a></span>()</code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code>protected static boolean</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowSystemProperties.html#native_get_boolean-java.lang.String-boolean-">native_get_boolean</a></span>(java.lang.String&nbsp;key, boolean&nbsp;def)</code>&nbsp;</td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>protected static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowSystemProperties.html#native_get_int-java.lang.String-int-">native_get_int</a></span>(java.lang.String&nbsp;key, int&nbsp;def)</code>&nbsp;</td> </tr> <tr id="i2" class="altColor"> <td class="colFirst"><code>protected static long</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowSystemProperties.html#native_get_long-java.lang.String-long-">native_get_long</a></span>(java.lang.String&nbsp;key, long&nbsp;def)</code>&nbsp;</td> </tr> <tr id="i3" class="rowColor"> <td class="colFirst"><code>protected static java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowSystemProperties.html#native_get-java.lang.String-">native_get</a></span>(java.lang.String&nbsp;key)</code>&nbsp;</td> </tr> <tr id="i4" class="altColor"> <td class="colFirst"><code>protected static java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowSystemProperties.html#native_get-java.lang.String-java.lang.String-">native_get</a></span>(java.lang.String&nbsp;key, java.lang.String&nbsp;def)</code>&nbsp;</td> </tr> <tr id="i5" class="rowColor"> <td class="colFirst"><code>protected static void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowSystemProperties.html#native_set-java.lang.String-java.lang.String-">native_set</a></span>(java.lang.String&nbsp;key, java.lang.String&nbsp;val)</code>&nbsp;</td> </tr> <tr id="i6" class="altColor"> <td class="colFirst"><code>static void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowSystemProperties.html#override-java.lang.String-java.lang.String-">override</a></span>(java.lang.String&nbsp;key, java.lang.String&nbsp;val)</code> <div class="block">Overrides the system property for testing.</div> </td> </tr> <tr id="i7" class="rowColor"> <td class="colFirst"><code>static void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowSystemProperties.html#reset--">reset</a></span>()</code>&nbsp;</td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="ShadowSystemProperties--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>ShadowSystemProperties</h4> <pre>public&nbsp;ShadowSystemProperties()</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="native_get-java.lang.String-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>native_get</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a> protected static&nbsp;java.lang.String&nbsp;native_get(java.lang.String&nbsp;key)</pre> </li> </ul> <a name="native_get-java.lang.String-java.lang.String-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>native_get</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a> protected static&nbsp;java.lang.String&nbsp;native_get(java.lang.String&nbsp;key, java.lang.String&nbsp;def)</pre> </li> </ul> <a name="native_get_int-java.lang.String-int-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>native_get_int</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a> protected static&nbsp;int&nbsp;native_get_int(java.lang.String&nbsp;key, int&nbsp;def)</pre> </li> </ul> <a name="native_get_long-java.lang.String-long-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>native_get_long</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a> protected static&nbsp;long&nbsp;native_get_long(java.lang.String&nbsp;key, long&nbsp;def)</pre> </li> </ul> <a name="native_get_boolean-java.lang.String-boolean-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>native_get_boolean</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a> protected static&nbsp;boolean&nbsp;native_get_boolean(java.lang.String&nbsp;key, boolean&nbsp;def)</pre> </li> </ul> <a name="native_set-java.lang.String-java.lang.String-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>native_set</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a> protected static&nbsp;void&nbsp;native_set(java.lang.String&nbsp;key, java.lang.String&nbsp;val)</pre> </li> </ul> <a name="override-java.lang.String-java.lang.String-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>override</h4> <pre>public static&nbsp;void&nbsp;override(java.lang.String&nbsp;key, java.lang.String&nbsp;val)</pre> <div class="block"><p>Overrides the system property for testing. Similar to the Android implementation, the value may be coerced to other types like boolean or long depending on the get method that is used.</p> <p><p>Note: Use <a href="../../../org/robolectric/shadows/ShadowBuild.html" title="class in org.robolectric.shadows"><code>ShadowBuild</code></a> instead for changing fields in <code>Build</code>.</p></div> </li> </ul> <a name="reset--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>reset</h4> <pre><a href="../../../org/robolectric/annotation/Resetter.html" title="annotation in org.robolectric.annotation">@Resetter</a> public static&nbsp;void&nbsp;reset()</pre> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-all.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage"><script type="text/javascript" src="../../../highlight.pack.js"></script> <script type="text/javascript"><!-- hljs.initHighlightingOnLoad(); //--></script></div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../org/robolectric/shadows/ShadowSystemClock.html" title="class in org.robolectric.shadows"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../org/robolectric/shadows/ShadowSystemServiceRegistry.html" title="class in org.robolectric.shadows"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?org/robolectric/shadows/ShadowSystemProperties.html" target="_top">Frames</a></li> <li><a href="ShadowSystemProperties.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
robolectric/robolectric.github.io
javadoc/4.0/org/robolectric/shadows/ShadowSystemProperties.html
HTML
mit
15,750
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>lib/commands/webdriver/ime.js - dalek-browser-firefox</title> <link rel="stylesheet" href="http://yui.yahooapis.com/3.9.1/build/cssgrids/cssgrids-min.css"> <link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css"> <link rel="stylesheet" href="../assets/css/main.css" id="site_styles"> <link rel="shortcut icon" type="image/png" href="../assets/favicon.png"> <script src="http://yui.yahooapis.com/combo?3.9.1/build/yui/yui-min.js"></script> </head> <body class="yui3-skin-sam"> <div id="doc"> <div id="hd" class="yui3-g header"> <div class="yui3-u-3-4"> <h1><img src="../assets/css/logo.png" title="dalek-browser-firefox"></h1> </div> <div class="yui3-u-1-4 version"> <em>API Docs for: 0.0.6</em> </div> </div> <div id="bd" class="yui3-g"> <div class="yui3-u-1-4"> <div id="docs-sidebar" class="sidebar apidocs"> <div id="api-list"> <h2 class="off-left">APIs</h2> <div id="api-tabview" class="tabview"> <ul class="tabs"> <li><a href="#api-classes">Classes</a></li> <li><a href="#api-modules">Modules</a></li> </ul> <div id="api-tabview-filter"> <input type="search" id="api-filter" placeholder="Type to filter APIs"> </div> <div id="api-tabview-panel"> <ul id="api-classes" class="apis classes"> <li><a href="../classes/Browser.FirefoxDriver.html">Browser.FirefoxDriver</a></li> <li><a href="../classes/FirefoxDriver.Commands.Marionette.Cookie.html">FirefoxDriver.Commands.Marionette.Cookie</a></li> <li><a href="../classes/FirefoxDriver.Commands.Marionette.Element.html">FirefoxDriver.Commands.Marionette.Element</a></li> <li><a href="../classes/FirefoxDriver.Commands.Marionette.Execute.html">FirefoxDriver.Commands.Marionette.Execute</a></li> <li><a href="../classes/FirefoxDriver.Commands.Marionette.Frame.html">FirefoxDriver.Commands.Marionette.Frame</a></li> <li><a href="../classes/FirefoxDriver.Commands.Marionette.IME.html">FirefoxDriver.Commands.Marionette.IME</a></li> <li><a href="../classes/FirefoxDriver.Commands.Marionette.Interaction.html">FirefoxDriver.Commands.Marionette.Interaction</a></li> <li><a href="../classes/FirefoxDriver.Commands.Marionette.Page.html">FirefoxDriver.Commands.Marionette.Page</a></li> <li><a href="../classes/FirefoxDriver.Commands.Marionette.Screenshot.html">FirefoxDriver.Commands.Marionette.Screenshot</a></li> <li><a href="../classes/FirefoxDriver.Commands.Marionette.Session.html">FirefoxDriver.Commands.Marionette.Session</a></li> <li><a href="../classes/FirefoxDriver.Commands.Marionette.Storage.html">FirefoxDriver.Commands.Marionette.Storage</a></li> <li><a href="../classes/FirefoxDriver.Commands.Marionette.Timeout.html">FirefoxDriver.Commands.Marionette.Timeout</a></li> <li><a href="../classes/FirefoxDriver.Commands.Marionette.Url.html">FirefoxDriver.Commands.Marionette.Url</a></li> <li><a href="../classes/FirefoxDriver.Commands.Marionette.Window.html">FirefoxDriver.Commands.Marionette.Window</a></li> <li><a href="../classes/FirefoxDriver.Commands.WebDriver.Cookie.html">FirefoxDriver.Commands.WebDriver.Cookie</a></li> <li><a href="../classes/FirefoxDriver.Commands.WebDriver.Element.html">FirefoxDriver.Commands.WebDriver.Element</a></li> <li><a href="../classes/FirefoxDriver.Commands.WebDriver.Frame.html">FirefoxDriver.Commands.WebDriver.Frame</a></li> <li><a href="../classes/FirefoxDriver.Commands.WebDriver.Ime.html">FirefoxDriver.Commands.WebDriver.Ime</a></li> <li><a href="../classes/FirefoxDriver.Commands.WebDriver.Interaction.html">FirefoxDriver.Commands.WebDriver.Interaction</a></li> <li><a href="../classes/FirefoxDriver.Commands.WebDriver.Logging.html">FirefoxDriver.Commands.WebDriver.Logging</a></li> <li><a href="../classes/FirefoxDriver.Commands.WebDriver.Page.html">FirefoxDriver.Commands.WebDriver.Page</a></li> <li><a href="../classes/FirefoxDriver.Commands.WebDriver.Screenshot.html">FirefoxDriver.Commands.WebDriver.Screenshot</a></li> <li><a href="../classes/FirefoxDriver.Commands.WebDriver.ScriptExecutor.html">FirefoxDriver.Commands.WebDriver.ScriptExecutor</a></li> <li><a href="../classes/FirefoxDriver.Commands.WebDriver.Session.html">FirefoxDriver.Commands.WebDriver.Session</a></li> <li><a href="../classes/FirefoxDriver.Commands.WebDriver.Storage.html">FirefoxDriver.Commands.WebDriver.Storage</a></li> <li><a href="../classes/FirefoxDriver.Commands.WebDriver.Timeout.html">FirefoxDriver.Commands.WebDriver.Timeout</a></li> <li><a href="../classes/FirefoxDriver.Commands.WebDriver.URL.html">FirefoxDriver.Commands.WebDriver.URL</a></li> <li><a href="../classes/FirefoxDriver.Commands.WebDriver.Window.html">FirefoxDriver.Commands.WebDriver.Window</a></li> <li><a href="../classes/FirefoxDriver.Marionette.html">FirefoxDriver.Marionette</a></li> <li><a href="../classes/FirefoxDriver.WebDriverServer.html">FirefoxDriver.WebDriverServer</a></li> </ul> <ul id="api-modules" class="apis modules"> <li><a href="../modules/DalekJS.html">DalekJS</a></li> <li><a href="../modules/FirefoxDriver.html">FirefoxDriver</a></li> </ul> </div> </div> </div> </div> </div> <div class="yui3-u-3-4"> <div id="api-options"> Show: <label for="api-show-inherited"> <input type="checkbox" id="api-show-inherited" checked> Inherited </label> <label for="api-show-protected"> <input type="checkbox" id="api-show-protected"> Protected </label> <label for="api-show-private"> <input type="checkbox" id="api-show-private"> Private </label> <label for="api-show-deprecated"> <input type="checkbox" id="api-show-deprecated"> Deprecated </label> </div> <div class="apidocs"> <div id="docs-main"> <div class="content"> <h1 class="file-heading">File: lib/commands/webdriver/ime.js</h1> <div class="file"> <pre class="code prettyprint linenums"> /*! * * Copyright (c) 2013 Sebastian Golasch * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the &quot;Software&quot;), * 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 &quot;AS IS&quot;, 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. * */ &#x27;use strict&#x27;; /** * Ime related WebDriver endpoints * see [JsonWireProtocol](https://code.google.com/p/selenium/wiki/JsonWireProtocol) * * @module FirefoxDriver * @class Ime * @namespace FirefoxDriver.Commands.WebDriver */ module.exports = function (Driver) { /** * Query the server&#x27;s current status. * The server should respond with a general &quot;HTTP 200 OK&quot; response if it is alive and accepting commands. * The response body should be a JSON object describing the state of the server. * All server implementations should return two basic objects describing the server&#x27;s current platform * and when the server was built. All fields are optional; if omitted, the client should assume the value is uknown. * Furthermore, server implementations may include additional fields not listed here. * * @method status * @see https://code.google.com/p/selenium/wiki/JsonWireProtocol#GET_/status * @return {200} Always up */ Driver.addCommand({ name: &#x27;status&#x27;, url: &#x27;/status&#x27;, method: &#x27;get&#x27;, onRequest: function (req, res) { // load the status from marionette this.events.emit(&#x27;marionette:cmd:status&#x27;); // send out the raw status response this.events.on(&#x27;marionette:cmd:status:response&#x27;, function (data) { data = JSON.parse(data); res.send(JSON.stringify(data)); }.bind(this)); } }); /** * List all available engines on the machine. * To use an engine, it has to be present in this list. * * @method availableEngines * @see https://code.google.com/p/selenium/wiki/JsonWireProtocol#GET_/session/:sessionId/ime/available_engines * @param {GET} sessionId ID of the session to route the command to */ Driver.addCommand({ name: &#x27;availableEngines&#x27;, url: &#x27;/session/:sessionId/ime/available_engines&#x27;, method: &#x27;get&#x27; }); /** * Get the name of the active IME engine. * The name string is platform specific. * * @method activeEngine * @see https://code.google.com/p/selenium/wiki/JsonWireProtocol#GET_/session/:sessionId/ime/active_engine * @param {GET} sessionId ID of the session to route the command to */ Driver.addCommand({ name: &#x27;activeEngine&#x27;, url: &#x27;/session/:sessionId/ime/active_engine&#x27;, method: &#x27;get&#x27; }); /** * Indicates whether IME input is active at the moment * * @method activatedEngine * @see https://code.google.com/p/selenium/wiki/JsonWireProtocol#GET_/session/:sessionId/ime/activated * @param {GET} sessionId ID of the session to route the command to */ Driver.addCommand({ name: &#x27;activatedEngine&#x27;, url: &#x27;/session/:sessionId/ime/activated&#x27;, method: &#x27;get&#x27; }); /** * De-activates the currently-active IME engine * * @method deactivateEngine * @see https://code.google.com/p/selenium/wiki/JsonWireProtocol#POST_/session/:sessionId/ime/deactivate * @param {GET} sessionId ID of the session to route the command to */ Driver.addCommand({ name: &#x27;deactivateEngine&#x27;, url: &#x27;/session/:sessionId/ime/deactivate&#x27;, method: &#x27;post&#x27; }); /** * Make an engines that is available (appears on the list returned by getAvailableEngines) active. * After this call, the engine will be added to the list of engines loaded in the IME daemon * and the input sent using sendKeys will be converted by the active engine. * Note that this is a platform-independent method of activating IME * (the platform-specific way being using keyboard shortcuts) * * @method activateEngine * @see https://code.google.com/p/selenium/wiki/JsonWireProtocol#POST_/session/:sessionId/ime/activate * @param {GET} sessionId ID of the session to route the command to * @param {POST} engine Name of the engine to activate */ Driver.addCommand({ name: &#x27;activateEngine&#x27;, url: &#x27;/session/:sessionId/ime/activate&#x27;, method: &#x27;post&#x27;, params: {engine: &#x27;engine&#x27;} }); }; </pre> </div> </div> </div> </div> </div> </div> </div> <script src="../assets/vendor/prettify/prettify-min.js"></script> <script>prettyPrint();</script> <script src="../assets/js/yui-prettify.js"></script> <script src="../assets/../api.js"></script> <script src="../assets/js/api-filter.js"></script> <script src="../assets/js/api-list.js"></script> <script src="../assets/js/api-search.js"></script> <script src="../assets/js/apidocs.js"></script> </body> </html>
dalekjs/dalekjs.github.io
package/dalek-browser-firefox/master/api/files/lib_commands_webdriver_ime.js.html
HTML
mit
13,118
{% load staticfiles %} <!DOCTYPE html> <html lang="en"> <head> <link rel="shortcut icon" type="image/png" href="{% static 'browser/img/favicon.ico' %}"/> <link rel="stylesheet" href="{% static 'browser/css/bootstrap-3.3.5-dist/css/bootstrap.min.css' %}"/> <link rel="stylesheet" href="{% static 'browser/css/custom.css' %}"/> <link rel="stylesheet" href="https://cdn.datatables.net/1.10.9/css/jquery.dataTables.min.css"/> <link rel="stylesheet" href="//code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css"> <link rel="stylesheet" href="{% static 'browser/js/bootstrap-tour-0.10.2/build/css/bootstrap-tour.min.css' %}" type="text/css"> <link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/t/dt/jszip-2.5.0,pdfmake-0.1.18,dt-1.10.11,af-2.1.1,b-1.1.2,b-colvis-1.1.2,b-flash-1.1.2,b-html5-1.1.2,b-print-1.1.2,cr-1.3.1,r-2.0.2,sc-1.4.1,se-1.1.2/datatables.min.css"/> <script src="{% static 'browser/js/jquery-2.1.4.min.js' %}"></script> {# <script src="https://code.jquery.com/jquery-1.11.3.min.js"></script>#} <script src="http://cdn.datatables.net/1.10.9/js/jquery.dataTables.min.js"></script> <script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script> <script src="//code.jquery.com/ui/1.11.4/jquery-ui.js"></script> <script src="{% static 'browser/js/bootstrap-tour-0.10.2/build/js/bootstrap-tour.min.js' %}"></script> <script type="text/javascript" src="https://cdn.datatables.net/t/dt/jszip-2.5.0,pdfmake-0.1.18,dt-1.10.11,af-2.1.1,b-1.1.2,b-colvis-1.1.2,b-flash-1.1.2,b-html5-1.1.2,b-print-1.1.2,cr-1.3.1,r-2.0.2,sc-1.4.1,se-1.1.2/datatables.min.js"></script> <script> function submitForm(formID) { document.getElementById(formID).submit(); } </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-73565642-1', 'auto'); ga('send', 'pageview'); ga('set', 'anonymizeIp', true); </script> {% block styles %}{% endblock %} {% block scripts %}{% endblock %} <title> {% block title %}{% endblock %}</title> <meta name="description" content="MELODI - Mining Enriched Literature Objects to Derive Intermediates"> <meta name="keywords" content="Bristol University, Neo4j, MELODI"> <meta name="author" content="Ben Elsworth"> <style> @media (min-width: 1400px) { .container{ max-width: 1280px; min-width: 1280px; } } .container-fluid { padding-right: 50px; padding-left: 50px; } </style> <!-- Begin Cookie Consent plugin by Silktide - http://silktide.com/cookieconsent --> <script type="text/javascript"> window.cookieconsent_options = {"message":"This website uses cookies to ensure you get the best experience on our website","dismiss":"Got it!","learnMore":"More info","link":null,"theme":"dark-top"}; </script> <script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/1.0.10/cookieconsent.min.js"></script> <!-- End Cookie Consent plugin --> </head> <body> <nav class="navbar navbar-default" style="background-color: #D4D4D4;margin-bottom: 0px;"> <div class="container-fluid"> <div id = "ft_welcome"> <div class="navbar-header"> <a class="navbar-brand" href="{% url 'home' %}"><img src="/static/browser/img/melodi_logo.png" width="200" style="position: relative; top:-10px"></a> </div> <div class="navbar-header"> <span class="navbar-brand"><font size=2><b>M</b>ining <b>E</b>nriched <b>L</b>iterature <b>O</b>bjects to <b>D</b>erive <b>I</b>ntermediates</font></span> </div> <div id="navbar" class="navbar-collapse collapse"> <div class="navbar-header"> <span style="margin-right: 80px"></span> </div> <ul class="nav navbar-nav"> <li id="ft_home" class="{% if nbar == 'home' %}active{% endif %}"><a href="{% url 'home' %}">Home</a></li> <li id="ft_about" class="{% if nbar == 'about' %}active{% endif %}"><a href="{% url 'about' %}">About</a></li> <li id="ft_citation" class="{% if nbar == 'citation' %}active{% endif %}"><a href="{% url 'citation' %}">Citation</a></li> <!--li id="ft_help" class="{% if nbar == 'help' %}active{% endif %}"><a href="{% url 'help' %}">Help</a></li--> <li id="ft_results" class="{% if nbar == 'results' %}active{% endif %}"><a href="{% url 'jobs' %}">Results</a></li> </ul> <div class="navbar-header" id="ft_info"> <a class="navbar-brand" href="javascript:void(0);" id="startTour"><img src="/static/browser/img/information-icon-md.png" height="40" style="position: relative; top:-10px; margin: 0px 10px 0px 10px"></a> </div> <form class="navbar-form navbar-right"> {% comment %} {{ user.id }} {{ user.email }} {% endcomment %} {% if user.is_authenticated %} <button type="button" class="btn btn-info" aria-label="Left Align" onclick="location.href = '{% url 'logout' %}';"> <span class="glyphicon glyphicon-log-out" aria-hidden="true" id="shareText"></span>&nbsp; <span>Logout {{ user.username }}</span> </button> {% else %} <button type="button" class="btn btn-info" aria-label="Left Align" onclick="location.href = '{% url 'socialauth_begin' 'google-oauth2' %}';"> <span class="glyphicon glyphicon-log-in" aria-hidden="true" id="shareText"></span>&nbsp; <span>Sign in</span> </button> {% endif %} </form> </div><!--/.nav-collapse --> </div><!--/tour --> </div><!--/.container-fluid --> </nav> <div class="container-fluid"> <div id="content"> {% block content %} {% endblock %} </div> </div> <br><br> <footer class="footer" style="background-color: #D4D4D4; height:100px"> <div class="container" style="height:100px"> <div class="row"> <div class="col-lg-3"> <a href="http://www.cancerresearchuk.org/" target="_blank"><img class="center-block" src="/static/browser/img/Cancer_Research_UK.svg.png" height="100" style="padding: 10px "/></a> </div> <div class="col-lg-3"> <a href="http://www.bristol.ac.uk/" target="_blank"><img class="center-block" src="/static/browser/img/bristol_uni_logo_transparent.gif" height="100" style="padding: 15px "/></a> </div> <div class="col-lg-3"> <a href="http://www.bristol.ac.uk/social-community-medicine/projects/icep/" target="_blank"><img class="center-block" src="/static/browser/img/ICEP_logo.png" height="100"/></a> </div> <div class="col-lg-3"> <a href="http://www.bristol.ac.uk/integrative-epidemiology/" target="_blank"><img class="center-block" src="/static/browser/img/MRC_IEU.png" height="80" style="margin:10px"/></a> </div> </div> </div> </footer> </body> {% block bottom_scripts %}{% endblock %} </html>
MRCIEU/melodi
browser/templates/base_generic.html
HTML
mit
7,870
<!doctype html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> <title>Logiciel Libre</title> <link rel="stylesheet" href="../css/reveal.css"> <link rel="stylesheet" href="../css/theme/fablab.css"> <!-- Theme used for syntax highlighting of code --> <link rel="stylesheet" href="lib/css/zenburn.css"> <!-- Printing and PDF exports --> <script> var link = document.createElement( 'link' ); link.rel = 'stylesheet'; link.type = 'text/css'; link.href = window.location.search.match( /print-pdf/gi ) ? '../css/print/pdf.css' : '../css/print/paper.css'; document.getElementsByTagName( 'head' )[0].appendChild( link ); </script> </head> <body> <div class="reveal"> <div class="slides"> <section data-markdown> # Logiciel Libre ## Histoire et Perspectives mars 2022 Jérôme Labidurie ([Fablab de Lannion](http://www.fablab-lannion.org/)) </section> <section data-markdown="LL.md" data-separator="^\n\n\n" data-separator-vertical="^\n\n" data-separator-notes="^Note:" data-charset="utf-8"> </section> </div> <div class='footer'> <img src="../img/logo-fablab.jpg" alt="Fablab"> </div> </div> <script src="../lib/js/head.min.js"></script> <script src="../js/reveal.js"></script> <script> // More info https://github.com/hakimel/reveal.js#configuration Reveal.initialize({ history: true, // More info https://github.com/hakimel/reveal.js#dependencies dependencies: [ { src: '../plugin/markdown/marked.js' }, { src: '../plugin/markdown/markdown.js' }, { src: '../plugin/notes/notes.js', async: true }, { src: '../plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } } ] }); // Shows the slide number using default formatting Reveal.configure({ slideNumber: true }); </script> </body> </html>
FablabLannion/Com
LogicielLibre2022/index.html
HTML
mit
2,034
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>Club Elec/Digital Design - Initiation au HTML et au CSS</title> <meta name="description" content="A framework for easily creating beautiful presentations using HTML"> <meta name="author" content="Hakim El Hattab"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui"> <link rel="stylesheet" href="css/reveal.css"> <link rel="stylesheet" href="css/theme/sky.css" id="theme"> <!-- Code syntax highlighting --> <link rel="stylesheet" href="lib/css/zenburn.css"> <!-- Printing and PDF exports --> <script> var link = document.createElement( 'link' ); link.rel = 'stylesheet'; link.type = 'text/css'; link.href = window.location.search.match( /print-pdf/gi ) ? 'css/print/pdf.css' : 'css/print/paper.css'; document.getElementsByTagName( 'head' )[0].appendChild( link ); </script> <!--[if lt IE 9]> <script src="lib/js/html5shiv.js"></script> <![endif]--> </head> <body> <div class="reveal"> <!-- Any section element inside of this container is displayed as a slide --> <div class="slides"> <section> <section> <img src="assets/logo-club-elec.png" alt="Logo Club Elec" width="200px" style="border:none" /> <img src="assets/logo-digital-design.png" alt="Logo Digital Design" width="200px" style="margin-left:75px;border:none" /> <h3>Initiation au HTML et au CSS</h3> <p>Brendan Abolivier - <em>Club Elec</em><br> Konstantin Sidorenko - <em>Digital Design</em></p> </section> <section> <img src="assets/brendan-500.jpg" width="250px" style="border:none;border-radius:250px" /> <h2>Brendan Abolivier</h2> <ul style="text-align:center;list-style:none"> <li>Étudiant en CIR3</li> <li>Alternant chez Thomson Video Networks</li> </ul> <p><small><a href="https://keybase.io/brenabolivier">keybase.io/BrenAbolivier</a> - <a href="http://www.brendanabolivier.com/">www.brendanabolivier.com</a></small></p> </section> <section> <img src="assets/konstantin-500.jpg" width="250px" style="border:none;border-radius:250px" /> <h2>Konstantin Sidorenko</h2> <ul style="text-align:center;list-style:none"> <li>Étudiant en CIR3</li> <li>Alternant chez Yellowcake</li> </ul> <p><small><a href="http://www.konstantin-sidorenko.fr/">www.konstantin-sidorenko.fr</a></small></p> </section> </section> <section> <h2>Buts de ce cours</h2> <ul> <li class="fragment">Appréhender le développement Web</li> <li class="fragment">Vous apprendre les bases du HTML et du CSS</li> <li class="fragment">Que vous soyez en mesure de réaliser un site simple</li> </ul> </section> <section> <section> <h3>Les outils</h3> <div class="fragment" style="width:50%;float:left"><img src="assets/firefox-logo.png" alt="Firefox" style="border:none;background:none;width:250px;" /><br> <small>Un navigateur (ex : Firefox, Chrome)</small></div> <div class="fragment" style="width:50%;float:right"><img src="assets/notepad-plus-plus-logo.png" alt="Notepad++" style="border:none;background:none;width:250px;" /><br> <small>Un éditeur de texte (ex : Notepad++, gedit, Sublime Text, bloc-note)</small></div> <aside class="notes"> Penser à mentionner : <ul> <li>Écrire un fichier HTML</li> <li>L'extension</li> <li>La convention du index.html</li> </ul> </aside> </section> </section> <section> <section> <h1>Un peu d'histoire</h1> </section> <section> <h3>Le World Wide Web</h3> <ul> <li class="fragment">Créé en 1989 par <strong>Tim Berners-Lee</strong></li> <img class="fragment" src="assets/tim-berners-lee.jpg" alt="Tim Berners-Lee" /> <li class="fragment">Développé au CERN, maintenant géré par le <strong>W3C</strong></li> <li class="fragment">Système <em>hypertexte</em></li> </ul> </section> <section> <h3>Le tout premier navigateur</h3> <img src="assets/WorldWideWeb.png" alt="World Wide Web" style="border:none;height:500px" /> </section> </section> <section> <section> <h2>Le HTML</h2> <ul> <li class="fragment"><em>HyperText Markup Language</em></li> <li class="fragment">Permet de décrire le contenu d'une page Web</li> <li class="fragment">Tous les sites Web utilisent du HTML</li> <li class="fragment">HTML5 sorti en octobre 2014</li> </ul> </section> <section> <h3>Un langage balisé</h3> <p class="fragment">Balises ouvrantes/fermantes</p> <code data-trim> <span class="fragment">&lt;</span><span class="fragment">html</span><span class="fragment">&gt;</span><span class="fragment">[mon contenu...]</span><span class="fragment">&lt;</span><span class="fragment" style="color:red">/</span><span class="fragment">html</span><span class="fragment">&gt;</span> </code> <p>&nbsp;</p> <p class="fragment">Balises auto-fermantes</p> <code data-trim> <span class="fragment">&lt;</span><span class="fragment">link</span><span class="fragment"> rel="stylesheet" href="design.css" </span><span class="fragment" style="color:red">/</span><span class="fragment">&gt;</span> </code> </section> <section> <h3>Et concrètement ?</h3> <p>Squelette d'une page Web :</p> <pre><code data-trim> &lt;!DOCTYPE html&gt; &lt;html&gt; &lt;head&gt; &lt;title&gt;Ma super page Web&lt;/title&gt; &lt;/head&gt; &lt;body&gt; Hello world! &lt;/body&gt; &lt;/html&gt; </code></pre> </section> <section> <h3>Un peu plus loin</h3> <pre><code data-trim style="max-height:700px"> &lt;!DOCTYPE html&gt; &lt;html&gt; &lt;head&gt; &lt;title&gt;Ma super page Web&lt;/title&gt; &lt;meta charset="utf-8" /&gt; &lt;link rel="stylesheet" href="design.css" /&gt; &lt;script src="script.js"&gt;&lt;/script&gt; &lt;/head&gt; &lt;body&gt; &lt;section&gt; &lt;h1&gt;Ma section&lt;/h1&gt; &lt;article&gt; &lt;h2&gt;Mon premier article&lt;/h2&gt; &lt;p&gt;Hello world!&lt;/p&gt; &lt;/article&gt; &lt;article&gt; &lt;h2&gt;Mon second article&lt;/h2&gt; &lt;p&gt;Hello world!²&lt;/p&gt; &lt;/article&gt; &lt;/section&gt; &lt;/body&gt; &lt;/html&gt; </code></pre> </section> <section> <h3>Tada !</h3> <iframe src="assets/examples/ex1.html" style="background:white;width:70%;height:250px;"></iframe> </section> </section> <section> <section> <h2>Let's code!</h2> </section> <section> <h3>Énoncé</h3> <iframe src="assets/examples/ex2.html" style="background:white;width:70%;height:250px;"></iframe><br> <small><a href="assets/examples/ex2.html" target="_blank">Open</a></small> </section> <section> <h3>Corrigé</h3> <pre><code data-trim> &lt;!DOCTYPE html&gt; &lt;html&gt; &lt;head&gt; &lt;title&gt;Hello world&lt;/title&gt; &lt;/head&gt; &lt;body&gt; Hello world! &lt;/body&gt; &lt;/html&gt; </code></pre> </section> </section> <section> <section> <h3>Un code mieux organisé</h3> <ul style="list-style:none;font-size:90%"> <li class="fragment"><code>&lt;section&gt;</code> permet de fractionner une page</li> <li class="fragment"><code>&lt;article&gt;</code> permet de définir des éléments d'une section</li> <li class="fragment"><code>&lt;p&gt;</code> permet de définir un paragraphe</li> </ul> </section> <section> <h3>Des titres pour mieux se repérer</h3> <ul style="font-size:90%"> <li class="fragment">Démarrent une section et/ou un article</li> <li class="fragment"><code>&lt;h1&gt;</code>, <code>&lt;h2&gt;</code>, <code>&lt;h3&gt;</code>... en fonction de l'importance</li> </ul> </section> <section> <h3>Énoncé</h3> <iframe src="assets/examples/ex3.html" style="background:white;width:70%;height:470px;"></iframe><br> <small><a href="assets/examples/ex3.html" target="_blank">Open</a></small> </section> <section> <h3>Corrigé</h3> <pre><code data-trim style="max-height:900px;font-size:90%;height:500px;"> &lt;!DOCTYPE html&gt; &lt;html&gt; &lt;head&gt; &lt;title&gt;Hello world&lt;/title&gt; &lt;meta charset="utf-8" /&gt; &lt;/head&gt; &lt;body&gt; &lt;section&gt; &lt;h1&gt;Ma section&lt;/h1&gt; &lt;article&gt; &lt;h2&gt;Un premier article&lt;/h2&gt; &lt;p&gt;Hello world!&lt;/p&gt; &lt;/article&gt; &lt;article&gt; &lt;h2&gt;Un second article&lt;/h2&gt; &lt;p&gt;Hello world!²&lt;/p&gt; &lt;/article&gt; &lt;/section&gt; &lt;section&gt; &lt;h1&gt;Mon autre section&lt;/h1&gt; &lt;article&gt; &lt;h2&gt;Encore un premier article...&lt;/h2&gt; &lt;p&gt;... encore "Hello world!"&lt;/p&gt; &lt;/article&gt; &lt;article&gt; &lt;h2&gt;Et encore un second article&lt;/h2&gt; &lt;p&gt;Et un dernier "Hello world!" (ça devient répétitif)&lt;/p&gt; &lt;/article&gt; &lt;/section&gt; &lt;/body&gt; &lt;/html&gt; </code></pre> </section> </section> <section> <section> <h3>Les liens</h3> <ul> <li class="fragment">Permettent de naviguer d'une page à une autre</li> <li class="fragment">Une balise : <code>&lt;a&gt; ... &lt;/a&gt;</code></li> </ul> <pre class="fragment"><code data-trim> &lt;a href="http://www.example.com"&gt;Voir mon site&lt;/a&gt; &lt;a href="page2.html"&gt;Aller à la page 2&lt;/a&gt; </code></pre> </section> <section> <h3>Énoncé</h3> <iframe src="assets/examples/ex4.html" style="background:white;width:70%;"></iframe><br> <small><a href="assets/examples/ex4.html" target="_blank">Open</a></small> </section> <section> <h3>Corrigé</h3> <pre><code data-trim> &lt;!DOCTYPE html&gt; &lt;html&gt; &lt;head&gt; &lt;title&gt;Hello world&lt;/title&gt; &lt;meta charset="utf-8" /&gt; &lt;/head&gt; &lt;body&gt; &lt;a href="http://www.duckduckgo.com"&gt;Quack&lt;/a&gt; &lt;/body&gt; &lt;/html&gt; </code></pre> </section> </section> <section> <section> <h2>Aller plus loin</h2> </section> <section> <h3>Les commentaires</h3> <ul> <li class="fragment">Ignoré par le navigateur</li> <li class="fragment">Permet d'annoter son code</li> <li class="fragment"><code>&lt;<span class="fragment highlight-red">!-- </span>[mon commentaire...] <span class="fragment highlight-red">--</span>&gt;</code></li> </ul> <pre class="fragment"><code data-trim> &lt;section&gt; &lt;!-- Pemière section, sert à... --&gt; &lt;h1&gt;Ma section&lt;/h1&gt; &lt;article&gt; &lt;h2&gt;Un premier article&lt;/h2&gt; &lt;p&gt;Hello world!&lt;/p&gt; &lt;/article&gt; </code></pre> </section> <section> <h3>Les attributs</h3> <ul> <li class="fragment">Données aditionnelles ("paramètres") d'une balise</li> <li class="fragment">Se trouve à l'intérieur d'une balise</li> <pre class="fragment" style="width:100%"><code data-trim> &lt;a href="http://www.example.com" id="monlien" target="_blank"&gt;Mon super lien&lt;/a&gt; </code></pre> </li> <li class="fragment">Deux cas spéciaux : <ul> <li><code>class</code> identifie un élément</li> <li><code>id</code> identifie de façon unique un élément</li> </ul> </li> </ul> </section> <section> <h3>Les balises meta</h3> <ul style="font-size:90%"> <li class="fragment">Permet d'ajouter des données supplémentaires à la page</li> <li class="fragment">Interprété par le navigateur...</li> <li class="fragment">... mais pas affiché !</li> <li class="fragment">Se place dans le <code style="font-size:80%">&lt;head&gt;&lt;/head&gt;</code> <li class="fragment"><code style="font-size:80%">&lt;meta name="description" content="Mon superbe site !" /&gt;</code></li> <li class="fragment">L'intrus : <code style="font-size:80%">&lt;meta charset="utf-8" /&gt;</code></li> </ul> <pre class="fragment"><code data-trim> &lt;head&gt; &lt;title&gt;Mon super site&lt;/title&gt; &lt;meta charset="utf-8" /&gt; &lt;meta name="description" content="Bienvenue sur mon site ! :-)" /&gt; &lt;meta name="author" content="Brendan Abolivier" /&gt; &lt;/head&gt; </code></pre> </section> <section> <h3>Balises inline/block</h3> <ul style="font-size:80%"> <li class="fragment">inline : S'affiche à la suite du contenu (exemples : <code>&lt;span&gt;</code>, <code>&lt;a&gt;</code>)</li> <li class="fragment">block : Marque un retour à la ligne à son début et à sa fin (exemples : <code>&lt;div&gt;</code>, <code>&lt;section&gt;</code>, <code>&lt;h1&gt;</code>)</li> </ul> </section> </section> <section> <section> <h2>Le CSS</h2> <ul> <li class="fragment"><em>Cascading Style Sheet</em></li> <li class="fragment">Définit le style d'une page</li> <li class="fragment">Est arrivé après le HTML</li> <li class="fragment">Nécessite du HTML</li> </ul> <aside class="notes"> <ul> <li>Est arrivé historiquement (premières traces vers 1995) après le HTML (1989, avec le WWW) pour répondre au besoin d'une possibilité de changer le design d'une page afin de pouvoir se démarquer des autres et d'être plus agréable à l'oeil.</li> <li>HTML = contenu ; CSS = contenant</li> </ul> </aside> </section> <section> <h3>Exemple de style</h3> <pre><code data-trim> h1 { color: grey; font-size: 150%; } #id { height: 500px; width: 75%; margin: auto; } .class { background-color: grey; } </code></pre> </section> <section> <h3>Du style dans ma page</h3> <p class="fragment">Le plus propre : séparer le CSS du HTML</p> <div class="fragment">Lier HTML et CSS : <pre><code data-trim> &lt;link rel="stylesheet" href="style.css" /&gt; </code></pre> </div> <aside class="notes"> rel = relation entre la page HTML et le fichier lié </aside> </section> </section> <section> <section> <h3>Les sélecteurs</h3> <p>Un sélecteur peut être...</p> <p class="fragment">... un nom de balise (<code>h1</code>)<br> <span class="fragment">... un attribut "id" (<code>#id</code>)</span><br> <span class="fragment">... un attribut "class" (<code>.class</code>)</span></p> </section> </section> <section> <section> <h3>Un peu de mise en page</h3> <p class="fragment" style="font-size:85%">Le texte : <code>font-size</code>, <code>text-align</code>, <code>font-family</code>...</p> <p class="fragment" style="font-size:85%">La couleur : <code>color</code>, <code>background-color</code>, <code>background-image</code>, ...</p> <p class="fragment" style="font-size:85%">Il y a plusieurs couleurs prédéfinies en CSS : <code>blue</code>, <code>grey</code>, <code>green</code>, <code>white</code>, <code>black</code>, <code>pink</code>, <code>red</code>...</p> </section> <section> <h3>Énoncé</h3> <iframe src="assets/examples/ex5.html" style="background:white;height:490px;width:100%"></iframe> <small><a href="assets/examples/ex5.html" target="_blank">Open</a></small> </section> <section> <h3>Corrigé (HTML)</h3> <pre><code data-trim style="max-height:900px;font-size:90%;height:500px;"> &lt;!DOCTYPE html&gt; &lt;html&gt; &lt;head&gt; &lt;title&gt;Hello world&lt;/title&gt; &lt;meta charset="utf-8" /&gt; &lt;link rel="stylesheet" href="ex5.css" /&gt; &lt;/head&gt; &lt;body&gt; &lt;section&gt; &lt;h1&gt;Ma section&lt;/h1&gt; &lt;article class="article1"&gt; &lt;h2&gt;Un premier article&lt;/h2&gt; &lt;p&gt;Hello world!&lt;/p&gt; &lt;/article&gt; &lt;article class="article2"&gt; &lt;h2&gt;Un second article&lt;/h2&gt; &lt;p&gt;Hello world!²&lt;/p&gt; &lt;/article&gt; &lt;/section&gt; &lt;section&gt; &lt;h1&gt;Ma section&lt;/h1&gt; &lt;article class="article1"&gt; &lt;h2&gt;Encore un premier article...&lt;/h2&gt; &lt;p&gt;... encore "Hello world!"&lt;/p&gt; &lt;/article&gt; &lt;article class="article2"&gt; &lt;h2&gt;Et encore un second article&lt;/h2&gt; &lt;p&gt;Et un dernier "Hello world!" (ça devient répétitif)&lt;/p&gt; &lt;/article&gt; &lt;/section&gt; &lt;/body&gt; &lt;/html&gt; </code></pre> </section> <section> <h3>Corrigé (CSS)</h3> <pre><code data-trim style="font-size:90%;max-height:900px;font-size:90%;"> h1 { color: red; } h2 { text-align: center; } section { background-color: grey; } .article1 { color: white; } .article2 { color: green; } </code></pre> </section> </section> <section> <section> <h3>Les sélecteurs composés</h3> <ul style="font-size:80%"> <li class="fragment"> <code>sélecteur1 sélecteur2</code> : sélecteur2 dans sélecteur1<pre><code data-trim> section article { ... } </code></pre> </li> <li class="fragment"> <code>sélecteur1sélecteur2</code> : sélecteur1 de type sélecteur2<pre><code data-trim> article.article1 { ... } </code></pre> </li> </ul> <p>&nbsp;</p> <pre class="fragment"><code> section.section1 article { ... } </code></pre> </section> <section> <h3>Les pseudo-classes</h3> <p class="fragment">Certains éléments ne peuvent pas être sélectionnés par un sélecteur classique</p> <pre class="fragment"><code data-trim> a:hover { color: pink; } </code></pre> <iframe src="assets/examples/ex6.html" style="background:white;height:50px;width:90%" class="fragment"></iframe> <p class="fragment" style="font-size:90%">Exemples : <code>visited</code>, <code>first-child</code>, <code>last-child</code>, <code>checked</code>...</p> </section> <section> <h3>Précision du sélecteur</h3> <p>Le navigateur appliquera toujours la règle la plus précise.</p> <p style="font-size:80%"><code>article</code> &lt; <code>article.maclasse</code> &lt; <code>section article.maclasse</code></p> </section> <section> <h3>Énoncé</h3> <iframe src="assets/examples/ex7.html" style="background:white;height:350px;width:100%"></iframe> <small><a href="assets/examples/ex7.html" target="_blank">Open</a></small> </section> <section> <h3>Corrigé (HTML)</h3> <pre><code data-trim style="max-height:900px;font-size:90%;height:500px;"> &lt;!DOCTYPE html&gt; &lt;html&gt; &lt;head&gt; &lt;title&gt;Hello world&lt;/title&gt; &lt;meta charset="utf-8" /&gt; &lt;link rel="stylesheet" href="ex7.css" /&gt; &lt;/head&gt; &lt;body&gt; &lt;article&gt; &lt;h2&gt;Un article pas comme les autres&lt;/h2&gt; &lt;p&gt;Attention, cet article n'est pas dans une section !&lt;/p&gt; &lt;/article&gt; &lt;section&gt; &lt;h1&gt;Ma section&lt;/h1&gt; &lt;article id="top"&gt; &lt;h2&gt;Un premier article&lt;/h2&gt; &lt;p&gt;Hello world!&lt;/p&gt; &lt;/article&gt; &lt;article&gt; &lt;h2&gt;Un second article&lt;/h2&gt; &lt;p&gt;Hello world!²&lt;/p&gt; &lt;/article&gt; &lt;/section&gt; &lt;/body&gt; &lt;/html&gt; </code></pre> </section> <section> <h3>Corrigé (CSS)</h3> <pre><code data-trim style="max-height:900px;font-size:90%;"> h1 { color: red; } h2 { text-align: center; } section { background-color: grey; } section:hover { background-color: pink; } section article#top { color: green; } section article { color: white; } </code></pre> </section> </section> <section> <h3>Pour aller plus loin</h3> <ul style="font-size:70%"> <li class="fragment"><code>width</code>, <code>height</code> : Modifier la taille d'une balise block</li> <li class="fragment"><code>sélecteur1[attribut=valeur]</code> : Sélectionner toutes les occurrences de <code>sélecteur1</code> où l'attribut <code>attribut</code> vaut <code>valeur</code></li> <li class="fragment"><code>position</code> + <code>left</code>/<code>right</code>/<code>bottom</code>/<code>top</code> : Positionner relativement ou absolument un block</li> <li class="fragment"><code>border</code> : Ajouter une bordure à un block</li> <li class="fragment"><code>animation</code> : Animer un élément</li> <li class="fragment"><code>margin</code>, <code>padding</code> : Ajouter des marges externes et internes (respectivement) d'un block</li> <li class="fragment">... (le CSS est plein de surprises)</li> </ul> </section> <section> <h2>Volez de vos propres ailes</h2> <ul class="fragment" style="margin-bottom:10px;"> <li>MDN (Mozilla Developper Network)</li> <li>OpenClassrooms (ancien Site du Zéro)</li> <li>Codecademy</li> <li>W3Schools (mais attention !)</li> </ul> <small class="fragment">Slides disponibles sur <a href="https://club-elec.github.io/2015-cours-html-css/">https://club-elec.github.io/2015-cours-html-css/</a></small> </section> <section> <h1>Des questions ?</h1> </section> </div> </div> <script src="lib/js/head.min.js"></script> <script src="js/reveal.js"></script> <script> // Full list of configuration options available at: // https://github.com/hakimel/reveal.js#configuration Reveal.initialize({ controls: false, progress: true, history: true, center: true, slideNumber: true, transition: 'slide', // none/fade/slide/convex/concave/zoom // Optional reveal.js plugins dependencies: [ { src: 'lib/js/classList.js', condition: function() { return !document.body.classList; } }, { src: 'plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } }, { src: 'plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } }, { src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } }, { src: 'plugin/zoom-js/zoom.js', async: true }, { src: 'plugin/notes/notes.js', async: true } ] }); </script> </body> </html>
Club-Elec/2015-cours-html-css
index.html
HTML
mit
30,102
<?xml version="1.0" encoding="ascii"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>pypat.structural.composite</title> <link rel="stylesheet" href="epydoc.css" type="text/css" /> <script type="text/javascript" src="epydoc.js"></script> </head> <body bgcolor="white" text="black" link="blue" vlink="#204080" alink="#204080"> <!-- ==================== NAVIGATION BAR ==================== --> <table class="navbar" border="0" width="100%" cellpadding="0" bgcolor="#a0c0ff" cellspacing="0"> <tr valign="middle"> <!-- Home link --> <th>&nbsp;&nbsp;&nbsp;<a href="pypat-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th> <!-- Tree link --> <th>&nbsp;&nbsp;&nbsp;<a href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th> <!-- Index link --> <th>&nbsp;&nbsp;&nbsp;<a href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th> <!-- Help link --> <th>&nbsp;&nbsp;&nbsp;<a href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th> <th class="navbar" width="100%"></th> </tr> </table> <table width="100%" cellpadding="0" cellspacing="0"> <tr valign="top"> <td width="100%"> <span class="breadcrumbs"> <a href="pypat-module.html">Package&nbsp;pypat</a> :: <a href="pypat.structural-module.html">Package&nbsp;structural</a> :: Module&nbsp;composite </span> </td> <td> <table cellpadding="0" cellspacing="0"> <!-- hide/show private --> <tr><td align="right"><span class="options">[<a href="javascript:void(0);" class="privatelink" onclick="toggle_private();">hide&nbsp;private</a>]</span></td></tr> <tr><td align="right"><span class="options" >[<a href="frames.html" target="_top">frames</a >]&nbsp;|&nbsp;<a href="pypat.structural.composite-module.html" target="_top">no&nbsp;frames</a>]</span></td></tr> </table> </td> </tr> </table> <!-- ==================== MODULE DESCRIPTION ==================== --> <h1 class="epydoc">Module composite</h1><p class="nomargin-top"><span class="codelink"><a href="pypat.structural.composite-pysrc.html">source&nbsp;code</a></span></p> <!-- ==================== CLASSES ==================== --> <a name="section-Classes"></a> <table class="summary" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr bgcolor="#70b0f0" class="table-header"> <td colspan="2" class="table-header"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr valign="top"> <td align="left"><span class="table-header">Classes</span></td> <td align="right" valign="top" ><span class="options">[<a href="#section-Classes" class="privatelink" onclick="toggle_private();" >hide private</a>]</span></td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <a href="pypat.structural.composite.Composite-class.html" class="summary-name">Composite</a><br /> Composite class as part of the Composite pattern. </td> </tr> </table> <!-- ==================== VARIABLES ==================== --> <a name="section-Variables"></a> <table class="summary" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr bgcolor="#70b0f0" class="table-header"> <td colspan="2" class="table-header"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr valign="top"> <td align="left"><span class="table-header">Variables</span></td> <td align="right" valign="top" ><span class="options">[<a href="#section-Variables" class="privatelink" onclick="toggle_private();" >hide private</a>]</span></td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <a name="__package__"></a><span class="summary-name">__package__</span> = <code title="None">None</code> </td> </tr> </table> <!-- ==================== NAVIGATION BAR ==================== --> <table class="navbar" border="0" width="100%" cellpadding="0" bgcolor="#a0c0ff" cellspacing="0"> <tr valign="middle"> <!-- Home link --> <th>&nbsp;&nbsp;&nbsp;<a href="pypat-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th> <!-- Tree link --> <th>&nbsp;&nbsp;&nbsp;<a href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th> <!-- Index link --> <th>&nbsp;&nbsp;&nbsp;<a href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th> <!-- Help link --> <th>&nbsp;&nbsp;&nbsp;<a href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th> <th class="navbar" width="100%"></th> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%%"> <tr> <td align="left" class="footer"> Generated by Epydoc 3.0.1 on Sat Sep 10 17:28:55 2016 </td> <td align="right" class="footer"> <a target="mainFrame" href="http://epydoc.sourceforge.net" >http://epydoc.sourceforge.net</a> </td> </tr> </table> <script type="text/javascript"> <!-- // Private objects are initially displayed (because if // javascript is turned off then we want them to be // visible); but by default, we want to hide them. So hide // them unless we have a cookie that says to show them. checkCookie(); // --> </script> </body> </html>
tylerlaberge/PyPattyrn
html/pypat.structural.composite-module.html
HTML
mit
5,702
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Struct template multiplies_base</title> <link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="../../../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset"> <link rel="up" href="../../../accumulators/reference.html#header.boost.accumulators.numeric.functional_hpp" title="Header &lt;boost/accumulators/numeric/functional.hpp&gt;"> <link rel="prev" href="minus.html" title="Struct template minus"> <link rel="next" href="multiplies.html" title="Struct template multiplies"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table cellpadding="2" width="100%"><tr> <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td> <td align="center"><a href="../../../../../index.html">Home</a></td> <td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td> <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td> <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td> <td align="center"><a href="../../../../../more/index.htm">More</a></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="minus.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../../accumulators/reference.html#header.boost.accumulators.numeric.functional_hpp"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="multiplies.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="refentry"> <a name="boost.numeric.functional.multiplies_base"></a><div class="titlepage"></div> <div class="refnamediv"> <h2><span class="refentrytitle">Struct template multiplies_base</span></h2> <p>boost::numeric::functional::multiplies_base</p> </div> <h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2> <div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: &lt;<a class="link" href="../../../accumulators/reference.html#header.boost.accumulators.numeric.functional_hpp" title="Header &lt;boost/accumulators/numeric/functional.hpp&gt;">boost/accumulators/numeric/functional.hpp</a>&gt; </span><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> Left<span class="special">,</span> <span class="keyword">typename</span> Right<span class="special">,</span> <span class="keyword">typename</span> EnableIf <span class="special">=</span> <span class="keyword">void</span><span class="special">&gt;</span> <span class="keyword">struct</span> <a class="link" href="multiplies_base.html" title="Struct template multiplies_base">multiplies_base</a> <span class="special">:</span> <span class="keyword">public</span> std::binary_function&lt; Left, Right, typeof(lvalue&lt; Left &gt;()*lvalue&lt; Right &gt;())&gt; <span class="special">{</span> <span class="comment">// <a class="link" href="multiplies_base.html#idp34041544-bb">public member functions</a></span> <span class="identifier">result_type</span> <a class="link" href="multiplies_base.html#idp34041752-bb"><span class="keyword">operator</span><span class="special">(</span><span class="special">)</span></a><span class="special">(</span><span class="identifier">Left</span> <span class="special">&amp;</span><span class="special">,</span> <span class="identifier">Right</span> <span class="special">&amp;</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span> <span class="special">}</span><span class="special">;</span></pre></div> <div class="refsect1"> <a name="idp59903992"></a><h2>Description</h2> <div class="refsect2"> <a name="idp59904200"></a><h3> <a name="idp34041544-bb"></a><code class="computeroutput">multiplies_base</code> public member functions</h3> <div class="orderedlist"><ol class="orderedlist" type="1"><li class="listitem"> <pre class="literallayout"><span class="identifier">result_type</span> <a name="idp34041752-bb"></a><span class="keyword">operator</span><span class="special">(</span><span class="special">)</span><span class="special">(</span><span class="identifier">Left</span> <span class="special">&amp;</span> left<span class="special">,</span> <span class="identifier">Right</span> <span class="special">&amp;</span> right<span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre> <p> </p> <div class="variablelist"><table border="0" class="variablelist compact"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody><tr> <td><p><span class="term">Returns:</span></p></td> <td><p>left * right </p></td> </tr></tbody> </table></div> </li></ol></div> </div> </div> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright &#169; 2005, 2006 Eric Niebler<p> Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>) </p> </div></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="minus.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../../accumulators/reference.html#header.boost.accumulators.numeric.functional_hpp"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="multiplies.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
laborautonomo/poedit
deps/boost/doc/html/boost/numeric/functional/multiplies_base.html
HTML
mit
6,182
<!-- jQuery --> <script src="{{ "/assets/js/jquery.min.js " | prepend: site.baseurl }}"></script> <!-- Bootstrap Core JavaScript --> <script src="{{ "/assets/js/bootstrap.min.js " | prepend: site.baseurl }}"></script> <!-- Custom Theme JavaScript --> <script src="{{ "/assets/js/hux-blog.min.js " | prepend: site.baseurl }}"></script> <script src="{{ "/assets/js/async_load.js " | prepend: site.baseurl }}"></script> <script src="{{ "/assets/js/main.js " | prepend: site.baseurl }}" async="async"></script> {% if site.site_analysis%} {% include head/site_analysis.html %} {% endif %}
hsz1273327/hsz1273327.github.io
_includes/head/scripts.html
HTML
mit
589
<div class="main-section"> <h1 class="main-section__title">Button</h1> <p class="main-section__intro"> <code>lx-button</code> is a directive that creates a link element if you specify a <code>href</code> or <code>ng-href</code> attribute.<br /> Otherwise, it creates a button element. </p> <lx-component lx-title="Types" lx-path="/includes/modules/button/includes/type.html"> Four different types of buttons are available: <code>raised</code>, <code>flat</code>, <code>fab</code> and <code>icon</code>. </lx-component> <lx-component lx-title="Disabled state" lx-path="/includes/modules/button/includes/state.html"> Disabled style will automatically be applied when using <code>ng-disabled</code> or <code>disabled</code> attribute. </lx-component> <lx-component lx-title="Sizes" lx-path="/includes/modules/button/includes/size.html"> Five different sizes are available and defined in <code>dist/scss/core/settings/defaults.scss</code> </lx-component> <lx-component lx-title="Main colors" lx-path="/includes/modules/button/includes/color.html"> Main colors defined in <code>dist/scss/core/settings/defaults.scss</code> can be used to create colored buttons.<br /> Text/icon and ripple colors will be automatically set according to the color. </lx-component> <lx-component lx-title="Custom colors" lx-path="/includes/modules/button/includes/custom-color.html"> A fully customizable button can be created with a regular <code>button</code> element.<br /> Background and text colors are applied with css helpers. </lx-component> <lx-component-attributes> <table> <thead> <tr> <th>Parameter</th> <th>Type</th> <th>Default</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td>lx-color</td> <td><code>string</code></td> <td><code>primary</code></td> <td>Define the button color. Options: colors defined in colors section in <code>dist/scss/core/settings/defaults.scss</code></td> </tr> <tr> <td>lx-size</td> <td><code>string</code></td> <td><code>m</code></td> <td>Define the button size. Options: <code>xs</code>, <code>s</code>, <code>m</code>, <code>l</code>, <code>xl</code></td> </tr> <tr> <td>lx-type</td> <td><code>string</code></td> <td><code>raised</code></td> <td>Define the button type. Options: <code>raised</code>, <code>flat</code>, <code>fab</code>, <code>icon</code></td> </tr> <tr> <td>ng-*</td> <td></td> <td></td> <td>All angular directives are available as the directive generates a regular link or button element.</td> </tr> </tbody> </table> </lx-component-attributes> </div>
lumapps/lumX
modules/button/demo/button.html
HTML
mit
3,260
<div class="commune_descr limited"> <p> Bantheville est un village géographiquement positionné dans le département de Meuse en Lorraine. Elle comptait 131 habitants en 2008.</p> <p>Si vous pensez emmenager à Bantheville, vous pourrez facilement trouver une maison à vendre. </p> <p>À coté de Bantheville sont situées les communes de <a href="{{VLROOT}}/immobilier/cierges-sous-montfaucon_55115/">Cierges-sous-Montfaucon</a> située à 6&nbsp;km, 38 habitants, <a href="{{VLROOT}}/immobilier/aincreville_55004/">Aincreville</a> localisée à 2&nbsp;km, 89 habitants, <a href="{{VLROOT}}/immobilier/gesnes-en-argonne_55208/">Gesnes-en-Argonne</a> à 5&nbsp;km, 49 habitants, <a href="{{VLROOT}}/immobilier/doulcon_55165/">Doulcon</a> à 6&nbsp;km, 408 habitants, <a href="{{VLROOT}}/immobilier/brieulles-sur-meuse_55078/">Brieulles-sur-Meuse</a> située à 6&nbsp;km, 332 habitants, <a href="{{VLROOT}}/immobilier/clery-le-grand_55118/">Cléry-le-Grand</a> située à 4&nbsp;km, 73 habitants, entre autres. De plus, Bantheville est située à seulement 28&nbsp;km de <a href="{{VLROOT}}/immobilier/vouziers_08490/">Vouziers</a>.</p> <p>Le parc d'habitations, à Bantheville, était réparti en 2011 en deux appartements et 68 maisons soit un marché relativement équilibré.</p> <p>La commune compte quelques équipements sportifs, elle dispose, entre autres, de un terrain de sport.</p> </div>
donaldinou/frontend
src/Viteloge/CoreBundle/Resources/descriptions/55028.html
HTML
mit
1,421
<!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 - T37201195147730944 </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="2011-02-14 11:27:10 -0600"> <a class="u-url dates" href="/2011/02/14/t37201195147730944.html">February 14, 2011</a> </time> </h2> </header> <section class="e-content post-body"> <p>Also, did I really propose to @laura_mcclellan a year ago today? Crazy! So thankful she’s my wife now.</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&hellip;"/> <input type="submit" value="Search" style="display: none;" /> </form> </section> </footer> </body> </html>
craigwmcclellan/craigwmcclellan.github.io
_site/2011/02/14/t37201195147730944.html
HTML
mit
4,865
{% extends "layout.html" %} {% block page_title %} AO previous name {% endblock %} {% block content %} <main id="content" role="main"> {% include "includes/phase_banner_alpha.html" %} <div class="grid-row"> <div class="column-full"> <a onclick="history.go(-1); return false;" href="#0" class="link-back">Back</a> </div> <div class="column-two-thirds"> <h1 class="heading-large"> Have they ever been known by any other names? </h1> <form action="/licence/ao-replace/name-2" method="get" class="form"> <div class="form-group"> <fieldset class="inline"> <legend class="visuallyhidden">Are you now, or have you ever been, known by other names?</legend> <label for="prevName1" class="block-label"> <input type="radio" name="prevName" value="true" id="prevName1"> Yes </label> <label for="prevName2" class="block-label"> <input type="radio" name="prevName" value="false" id="prevName2"> No </label> </fieldset> </div> <div class="panel panel-border-wide text"> <h2 class="heading-medium"> Captured names </h2> <ul class="list"> <li>{{aoName}}</li> <li>{{aoOtherName}}</li> </ul> </div> <div class="form-group"> <input type="submit" class="button" value="Continue"> </div> </form> </div> <!-- /.column-two-thirds --> </div> <!-- /grid-row --> </main> {% endblock %}
chris-hanson-hoddat/sms-redesign
app/views/licence/ao-replace/name-previous.html
HTML
mit
1,606
<!DOCTYPE html> <html lang="en-us"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="theme" content="hugo-academic"> <meta name="generator" content="Hugo 0.44" /> <meta name="author" content="Daniel Padfield"> <meta name="description" content="Research Scientist"> <link rel="stylesheet" href="/css/highlight.min.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha512-6MXa8B6uaO18Hid6blRMetEIoPqHf7Ux1tnyIQdpt9qI5OACx7C+O3IVTr98vwGnlcg0LOLa02i9Y1HpVhlfiw==" crossorigin="anonymous"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/academicons/1.8.1/css/academicons.min.css" integrity="sha512-NThgw3XKQ1absAahW6to7Ey42uycrVvfNfyjqcFNgCmOCQ5AR4AO0SiXrN+8ZtYeappp56lk1WtvjVmEa+VR6A==" crossorigin="anonymous"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha512-SfTiTlX6kk+qitfevl/7LibUOeJWlt9rbyDn92a1DqWOw9vWG2MFoays0sgObmWazO5BQPiFucnnEAjpAB+/Sw==" crossorigin="anonymous"> <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Lato:400,700%7CMerriweather%7CRoboto+Mono"> <link rel="stylesheet" href="/css/hugo-academic.css"> <script> window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date; ga('create', 'UA-74093873-1', 'auto'); ga('require', 'eventTracker'); ga('require', 'outboundLinkTracker'); ga('require', 'urlChangeTracker'); ga('send', 'pageview'); </script> <script async src="//www.google-analytics.com/analytics.js"></script> <script async src="https://cdnjs.cloudflare.com/ajax/libs/autotrack/2.4.1/autotrack.js" integrity="sha512-HUmooslVKj4m6OBu0OgzjXXr+QuFYy/k7eLI5jdeEy/F4RSgMn6XRWRGkFi5IFaFgy7uFTkegp3Z0XnJf3Jq+g==" crossorigin="anonymous"></script> <link rel="alternate" href="/categories/parkrun/index.xml" type="application/rss+xml" title="Daniel Padfield"> <link rel="feed" href="/categories/parkrun/index.xml" type="application/rss+xml" title="Daniel Padfield"> <link rel="icon" type="image/png" href="/img/icon.png"> <link rel="apple-touch-icon" type="image/png" href="/img/apple-touch-icon.png"> <link rel="canonical" href="/categories/parkrun/"> <title>Parkrun | Daniel Padfield</title> </head> <body id="top" data-spy="scroll" data-target="#navbar-main" data-offset="71"> <nav class="navbar navbar-default navbar-fixed-top" id="navbar-main"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-collapse" aria-expanded="false"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="/">Daniel Padfield</a> </div> <div class="collapse navbar-collapse"> <ul class="nav navbar-nav navbar-right"> <li class="nav-item"> <a href="/#posts"> <span>Home</span> </a> </li> <li class="nav-item"> <a href="/#about"> <span>About me</span> </a> </li> <li class="nav-item"> <a href="/#publications"> <span>Publications</span> </a> </li> <li class="nav-item"> <a href="/#contact"> <span>Contact</span> </a> </li> <li class="nav-item"> <a href="/cv/padfield_extendedCV.pdf"> <span>CV</span> </a> </li> </ul> </div> </div> </nav> <div class="universal-wrapper"> <h1>Parkrun</h1> <div> <h2><a href="/post/in-search-of-the-hilliest-parkrun-in-the-uk/">In search of the hilliest parkrun in the UK</a></h2> <div class="article-style"> </div> </div> </div> <footer class="site-footer"> <div class="container"> <p class="powered-by"> &copy; 2016 Daniel Padfield &middot; Powered by the <a href="https://github.com/gcushen/hugo-academic" target="_blank">Academic theme</a> for <a href="http://gohugo.io" target="_blank">Hugo</a>. <span class="pull-right" aria-hidden="true"> <a href="#" id="back_to_top"> <span class="button_icon"> <i class="fa fa-chevron-up fa-2x"></i> </span> </a> </span> </p> </div> </footer> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.12.4/jquery.min.js" integrity="sha512-jGsMH83oKe9asCpkOVkBnUrDDTp8wl+adkB2D+//JtlxO4SrLoJdhbOysIFQJloQFD+C4Fl1rMsQZF76JjV0eQ==" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.imagesloaded/4.1.2/imagesloaded.pkgd.min.js" integrity="sha512-iHzEu7GbSc705hE2skyH6/AlTpOfBmkx7nUqTLGzPYR+C1tRaItbRlJ7hT/D3YQ9SV0fqLKzp4XY9wKulTBGTw==" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/1.19.1/TweenMax.min.js" integrity="sha512-Z5heTz36xTemt1TbtbfXtTq5lMfYnOkXM2/eWcTTiLU01+Sw4ku1i7vScDc8fWhrP2abz9GQzgKH5NGBLoYlAw==" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/1.19.1/plugins/ScrollToPlugin.min.js" integrity="sha512-CDeU7pRtkPX6XJtF/gcFWlEwyaX7mcAp5sO3VIu/ylsdR74wEw4wmBpD5yYTrmMAiAboi9thyBUr1vXRPA7t0Q==" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha512-iztkobsvnjKfAtTNdHkGVjAYTrrtlC7mGp/54c40wowO7LhURYl3gVzzcEqGl/qKXQltJ2HwMrdLcNUdo+N/RQ==" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.isotope/3.0.4/isotope.pkgd.min.js" integrity="sha512-VDBOIlDbuC4VWxGJNmuFRQ0Li0SKkDpmGyuhAG5LTDLd/dJ/S0WMVxriR2Y+CyPL5gzjpN4f/6iqWVBJlht0tQ==" crossorigin="anonymous"></script> <script src="/js/hugo-academic.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.9.0/highlight.min.js"></script> <script>hljs.initHighlightingOnLoad();</script> <script type="text/x-mathjax-config"> MathJax.Hub.Config({ tex2jax: { inlineMath: [['$','$'], ['\\(','\\)']] } }); </script> <script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS_CHTML" integrity="sha512-tOav5w1OjvsSJzePRtt2uQPFwBoHt1VZcUq8l8nm5284LEKE9FSJBQryzMBzHxY5P0zRdNqEcpLIRVYFNgu1jw==" crossorigin="anonymous"></script> </body> </html>
padpadpadpad/padpadpadpad.github.io
categories/parkrun/index.html
HTML
mit
7,097
<!DOCTYPE html> <html lang="en-us"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="generator" content="Source Themes Academic 4.4.0"> <meta name="author" content="Lorena Pantano"> <meta name="description" content="Senior Computational Biologist"> <link rel="alternate" hreflang="en-us" href="http://lpantano.github.io/authors/c.e.-mccoy/"> <meta name="theme-color" content="#2962ff"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/academicons/1.8.6/css/academicons.min.css" integrity="sha256-uFVgMKfistnJAfoCUQigIl+JfUaP47GrRKjf6CTPVmw=" crossorigin="anonymous"> <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.0/css/all.css" integrity="sha384-aOkxzJ5uQz7WBObEZcHvV5JvRW3TUc2rNPA7pe3AwnsUohiw1Vj2Rgx2KSOkF5+h" crossorigin="anonymous"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.2.5/jquery.fancybox.min.css" integrity="sha256-ygkqlh3CYSUri3LhQxzdcm0n1EQvH2Y+U5S2idbLtxs=" crossorigin="anonymous"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.6/styles/github.min.css" crossorigin="anonymous" title="hl-light"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.6/styles/dracula.min.css" crossorigin="anonymous" title="hl-dark" disabled> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:400,700|Roboto:400,400italic,700|Roboto+Mono&display=swap"> <link rel="stylesheet" href="/css/academic.min.3bc694af15fd1e4ff7262e7dd46f11a8.css"> <link rel="alternate" href="/authors/c.e.-mccoy/index.xml" type="application/rss+xml" title="My BioBits"> <link rel="manifest" href="/site.webmanifest"> <link rel="icon" type="image/png" href="/img/icon.png"> <link rel="apple-touch-icon" type="image/png" href="/img/icon-192.png"> <link rel="canonical" href="http://lpantano.github.io/authors/c.e.-mccoy/"> <meta property="twitter:card" content="summary"> <meta property="twitter:site" content="@lopantano"> <meta property="twitter:creator" content="@lopantano"> <meta property="og:site_name" content="My BioBits"> <meta property="og:url" content="http://lpantano.github.io/authors/c.e.-mccoy/"> <meta property="og:title" content="C.E. McCoy | My BioBits"> <meta property="og:description" content="Senior Computational Biologist"><meta property="og:image" content="http://lpantano.github.io/img/icon-192.png"> <meta property="twitter:image" content="http://lpantano.github.io/img/icon-192.png"><meta property="og:locale" content="en-us"> <meta property="og:updated_time" content="2014-01-01T00:00:00&#43;00:00"> <title>C.E. McCoy | My BioBits</title> </head> <body id="top" data-spy="scroll" data-offset="70" data-target="#TableOfContents" > <aside class="search-results" id="search"> <div class="container"> <section class="search-header"> <div class="row no-gutters justify-content-between mb-3"> <div class="col-6"> <h1>Search</h1> </div> <div class="col-6 col-search-close"> <a class="js-search" href="#"><i class="fas fa-times-circle text-muted" aria-hidden="true"></i></a> </div> </div> <div id="search-box"> <input name="q" id="search-query" placeholder="Search..." autocapitalize="off" autocomplete="off" autocorrect="off" spellcheck="false" type="search"> </div> </section> <section class="section-search-results"> <div id="search-hits"> </div> </section> </div> </aside> <nav class="navbar navbar-light fixed-top navbar-expand-lg py-0 compensate-for-scrollbar" id="navbar-main"> <div class="container"> <a class="navbar-brand" href="/">My BioBits</a> <button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#navbar" aria-controls="navbar" aria-expanded="false" aria-label="Toggle navigation"> <span><i class="fas fa-bars"></i></span> </button> <div class="collapse navbar-collapse" id="navbar"> <ul class="navbar-nav mr-auto"> <li class="nav-item"> <a class="nav-link " href="/#about"><span>Home</span></a> </li> <li class="nav-item"> <a class="nav-link " href="/#posts"><span>Posts</span></a> </li> <li class="nav-item"> <a class="nav-link " href="/#featured"><span>Publications</span></a> </li> <li class="nav-item"> <a class="nav-link " href="/#talks"><span>Talks</span></a> </li> <li class="nav-item"> <a class="nav-link " href="/#contact"><span>Contact</span></a> </li> </ul> <ul class="navbar-nav ml-auto"> <li class="nav-item"> <a class="nav-link js-search" href="#"><i class="fas fa-search" aria-hidden="true"></i></a> </li> <li class="nav-item"> <a class="nav-link js-dark-toggle" href="#"><i class="fas fa-moon" aria-hidden="true"></i></a> </li> </ul> </div> </div> </nav> <div class="universal-wrapper pt-3"> <h1 itemprop="name">C.E. McCoy</h1> </div> <section id="profile-page" class="pt-5"> <div class="container"> <div class="article-widget"> <div class="hr-light"></div> <h3>Latest</h3> <ul> <li> <a href="/publication/meijer-2014/">Regulation of miRNA strand selection: follow the leader?</a> </li> </ul> </div> </div> </section> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.imagesloaded/4.1.4/imagesloaded.pkgd.min.js" integrity="sha256-lqvxZrPLtfffUl2G/e7szqSvPBILGbwmsGE1MKlOi0Q=" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.isotope/3.0.6/isotope.pkgd.min.js" integrity="sha256-CBrpuqrMhXwcLLUd5tvQ4euBHCdh7wGlDfNz8vbu/iI=" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.2.5/jquery.fancybox.min.js" integrity="sha256-X5PoE3KU5l+JcX+w09p/wHl9AzK333C4hJ2I9S5mD4M=" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.6/highlight.min.js" integrity="sha256-aYTdUrn6Ow1DDgh5JTc3aDGnnju48y/1c8s1dgkYPQ8=" crossorigin="anonymous"></script> <script>hljs.initHighlightingOnLoad();</script> <script> const search_index_filename = "/index.json"; const i18n = { 'placeholder': "Search...", 'results': "results found", 'no_results': "No results found" }; const content_type = { 'post': "Posts", 'project': "Projects", 'publication' : "Publications", 'talk' : "Talks" }; </script> <script id="search-hit-fuse-template" type="text/x-template"> <div class="search-hit" id="summary-{{key}}"> <div class="search-hit-content"> <div class="search-hit-name"> <a href="{{relpermalink}}">{{title}}</a> <div class="article-metadata search-hit-type">{{type}}</div> <p class="search-hit-description">{{snippet}}</p> </div> </div> </div> </script> <script src="https://cdnjs.cloudflare.com/ajax/libs/fuse.js/3.2.1/fuse.min.js" integrity="sha256-VzgmKYmhsGNNN4Ph1kMW+BjoYJM2jV5i4IlFoeZA9XI=" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/mark.js/8.11.1/jquery.mark.min.js" integrity="sha256-4HLtjeVgH0eIB3aZ9mLYF6E8oU5chNdjU6p6rrXpl9U=" crossorigin="anonymous"></script> <script src="/js/academic.min.16bbb3750feb7244c9bc409a5a4fe678.js"></script> <div class="container"> <footer class="site-footer"> <p class="powered-by"> Powered by the <a href="https://sourcethemes.com/academic/" target="_blank" rel="noopener">Academic theme</a> for <a href="https://gohugo.io" target="_blank" rel="noopener">Hugo</a>. <span class="float-right" aria-hidden="true"> <a href="#" id="back_to_top"> <span class="button_icon"> <i class="fas fa-chevron-up fa-2x"></i> </span> </a> </span> </p> </footer> </div> <div id="modal" class="modal fade" role="dialog"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title">Cite</h5> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">&times;</span> </button> </div> <div class="modal-body"> <pre><code class="tex hljs"></code></pre> </div> <div class="modal-footer"> <a class="btn btn-outline-primary my-1 js-copy-cite" href="#" target="_blank"> <i class="fas fa-copy"></i> Copy </a> <a class="btn btn-outline-primary my-1 js-download-cite" href="#" target="_blank"> <i class="fas fa-download"></i> Download </a> <div id="modal-error"></div> </div> </div> </div> </div> </body> </html>
lpantano/lpantano.github.io
authors/c.e.-mccoy/index.html
HTML
mit
11,170
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta name="generator" content="Hugo 0.35" /> <title>IDEA的一些坑(持续更新) &middot; JasonLiu&#39;s Blog</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/pure/1.0.0/pure-min.css"> <!--[if lte IE 8]> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/pure/1.0.0/grids-responsive-old-ie-min.css"> <![endif]--> <!--[if gt IE 8]><!--> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/pure/1.0.0/grids-responsive-min.css"> <!--<![endif]--> <!--[if lte IE 8]> <link rel="stylesheet" href="https://jasonliu798.github.io/css/side-menu-old-ie.css"> <![endif]--> <!--[if gt IE 8]><!--> <link rel="stylesheet" href="https://jasonliu798.github.io/css/side-menu.css"> <!--<![endif]--> <link rel="stylesheet" href="https://jasonliu798.github.io/css/blackburn.css"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"> <link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet" type="text/css"> <script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/monokai.min.css"> <script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script> <script>hljs.initHighlightingOnLoad();</script> <link rel="shortcut icon" href="https://jasonliu798.github.io/img/favicon.ico" type="image/x-icon" /> </head> <body> <div id="layout"> <a href="#menu" id="menuLink" class="menu-link"> <span></span> </a> <div id="menu"> <a class="pure-menu-heading brand" href="https://jasonliu798.github.io/">Menu</a> <div class="pure-menu"> <ul class="pure-menu-list"> <li class="pure-menu-item"> <a class="pure-menu-link" href="https://jasonliu798.github.io/"><i class='fa fa-home fa-fw'></i>Home</a> </li> <li class="pure-menu-item"> <a class="pure-menu-link" href="https://jasonliu798.github.io/post/"><i class='fa fa-list fa-fw'></i>Posts</a> </li> <li class="pure-menu-item"> <a class="pure-menu-link" href="https://jasonliu798.github.io/about/"><i class='fa fa-user fa-fw'></i>About</a> </li> <li class="pure-menu-item"> <a class="pure-menu-link" href="https://jasonliu798.github.io/contact/"><i class='fa fa-phone fa-fw'></i>Contact</a> </li> <li class="pure-menu-item"> <a class="pure-menu-link" href="https://jasonliu798.github.io/topics/"><i class='fa fa-folder fa-fw'></i>Topics</a> </li> <li class="pure-menu-item"> <a class="pure-menu-link" href="https://jasonliu798.github.io/tags/"><i class='fa fa-tags fa-fw'></i>Tags</a> </li> </ul> </div> <div class="pure-menu social"> <ul class="pure-menu-list"> <li class="pure-menu-item"> <a class="pure-menu-link" href="https://twitter.com/Asynct42" target="_blank"><i class="fa fa-twitter-square fa-fw"></i>Twitter</a> </li> <li class="pure-menu-item"> <a class="pure-menu-link" href="https://github.com/JasonLiu798" target="_blank"><i class="fa fa-github-square fa-fw"></i>GitHub</a> </li> </ul> </div> <div> <div class="small-print"> <small>&copy; 2018. All rights reserved.</small> </div> <div class="small-print"> <small>Built with&nbsp;<a href="https://gohugo.io/" target="_blank">Hugo</a></small> <small>Theme&nbsp;<a href="https://github.com/yoshiharuyamashita/blackburn" target="_blank">Blackburn</a></small> </div> </div> </div> <div id="main"> <div class="header"> <h1>IDEA的一些坑(持续更新)</h1> <h2></h2> </div> <div class="content"> <div class="post-meta"> <div> <i class="fa fa-calendar fa-fw"></i> <time>28 Oct 2015, 11:32</time> </div> <div> <i class="fa fa-folder fa-fw"></i> <a class="post-taxonomy-topic" href="https://jasonliu798.github.io/topics/code">code</a>&nbsp;&#47; <a class="post-taxonomy-topic" href="https://jasonliu798.github.io/topics/ide">IDE</a> </div> <div> <i class="fa fa-tags fa-fw"></i> <a class="post-taxonomy-tag" href="https://jasonliu798.github.io/tags/code">code</a>&nbsp;&#47; <a class="post-taxonomy-tag" href="https://jasonliu798.github.io/tags/ide">IDE</a>&nbsp;&#47; <a class="post-taxonomy-tag" href="https://jasonliu798.github.io/tags/idea">IDEA</a> </div> </div> <p>idea使用的一些常见问题解决总结</p> <p></p> <h1 id="idea乱码问题">IDEA乱码问题</h1> <p>转为IDEA后,被这个乱码问题困扰了两天,最终解决了,写个文总结下。 我们的项目全部使用UTF-8,先出现的问题是新建文件不是UTF-8,先修改如下配置后正常 <code>File-&gt;settings-&gt;Editor-&gt;File Encoding</code> 将Project Encoding、IDE Encoding都改为UTF-8后,新建文件就是UTF-8了,文件编码可以在状态栏看到。如果以前用其他编码编写的代码会出现乱码,写个程序转下就好。</p> <p>但改完后,控制台显示依旧是乱码,尝试修改编译器配置,如下:</p> <pre><code>Settings-&gt;Build,Execution,Deployment-&gt;Compiler-&gt;Additional build process VM options: </code></pre> <p>增加了-Dfile.encoding=UTF-8,仍然无效。 然后尝试在Maven选项中增加-Dfile.encoding=UTF-8,仍然无效。</p> <p>后查到<a href="http://www.iteye.com/topic/1131087">关于Idea testng单元测试乱码的解决</a>,还可以更改idea的启动VM参数: <code>IEDA安装目录\bin</code>下编辑idea.exe.vmoptions,增加一行-Dfile.encoding=UTF-8,依旧无效。 网上搜了很多资料,还是改上面那些东西,没啥新发现。 突然看到前文中的为-Dfile.encoding=UTF8,UTF-8编码实际写的UTF8,中间没有短横杠,赶紧修改,重启IDEA,控制台终于显示正常。</p> <p>但执行下面两行后,输出都为UTF-8带短横杆的,对idea.exe.vmoptions里为何不识别带横杠的UTF-8很费解</p> <pre><code class="language-java">System.out.println(String.format(&quot;file.encoding: %s&quot;, System.getProperty(&quot;file.encoding&quot;))); System.out.println(String.format(&quot;defaultCharset: %s&quot;, Charset.defaultCharset().name())); </code></pre> <h1 id="idea特殊字符不可见问题">IDEA特殊字符不可见问题</h1> <p>某次将某些代码临时拷贝到mac自带便签工具,拷贝回来后,代码突然报错,由于中间还编辑了一些其他代码,仔细检查后并未发现语法错误,但IDEA一直提示unexpected token。 怀疑是不可见字符引起,于是把代码发送至同事windows系统下的eclipse下,不可见字符终于显现出来真身了,一个方框,里面一个问号。</p> <p>解决方法:plugin中可以搜到一个插件<code>Zero width characters locator</code>,不过安装后依旧不能让不可见字符显现。 临时解决办法:侧边栏滚动条 的语法检查错误提示浮动窗口里,可以查看到哪有不可见字符,按指示删除即可。</p> <h1 id="idea缓存问题">IDEA缓存问题</h1> <p>有时IDEA运行过久、项目开过多、手动添加修改一些配置,新导入的或者更换过依赖的项目会出现jdk不识别、maven的pom.xml检查多遍是正确的,但是仍然有些类无法被识别等错误。 这时候可能是IDEA缓存出现问题,可以强制删除缓存,点击如下选项:</p> <pre><code>File-&gt;Invalidate Caches/Restart... </code></pre> <h1 id="源码文件语法错误不提示-编译后才提示语法错误">源码文件语法错误不提示,编译后才提示语法错误</h1> <p>需要打开自动编译选项,具体位置:</p> <pre><code>File-&gt;Other Settings-&gt;Default Settings-&gt; Build,Execution,Deployment-&gt;Compiler-&gt;勾选 Make project automatically </code></pre> <p>Power Save Mode打开时,即使设置了以上选项,仍然不会提示语法错误。</p> <h1 id="git或svn等源码控制软件-更新源码后-同文件内容不同步-仍然为旧内容">git或svn等源码控制软件,更新源码后,同文件内容不同步,仍然为旧内容</h1> <p>IDEA运行一段时间后,如果机器内存较小,运行缓慢,或者打开项目过多,会出现以上情况。 可以手动同步下磁盘文件,选项在</p> <pre><code>File-&gt;Synchronize </code></pre> <p>点击后,强制同步磁盘文件</p> <div class="prev-next-post pure-g"> <div class="pure-u-1-24" style="text-align: left;"> <a href="https://jasonliu798.github.io/post/code/system/20150927-cygwin%E7%BC%96%E8%AF%91redis/"><i class="fa fa-chevron-left"></i></a> </div> <div class="pure-u-10-24"> <nav class="prev"> <a href="https://jasonliu798.github.io/post/code/system/20150927-cygwin%E7%BC%96%E8%AF%91redis/">cygwin编译redis</a> </nav> </div> <div class="pure-u-2-24"> &nbsp; </div> <div class="pure-u-10-24"> <nav class="next"> <a href="https://jasonliu798.github.io/post/game/20151114-heartstone-jackson/">关于炉石传说6回合抽到杰克逊的概率</a> </nav> </div> <div class="pure-u-1-24" style="text-align: right;"> <a href="https://jasonliu798.github.io/post/game/20151114-heartstone-jackson/"><i class="fa fa-chevron-right"></i></a> </div> </div> </div> <div class="gitcomments" id="container"> </div> <link rel="stylesheet" href="https://imsun.github.io/gitment/style/default.css"> <script src="https://imsun.github.io/gitment/dist/gitment.browser.js"></script> <script> var gitment = new Gitment({ id: 'IDEA的一些坑(持续更新)', owner: 'JasonLiu798', repo: 'JasonLiu798.github.io', oauth: { client_id: 'c0bc10b2101e2a6101e2', client_secret: 'd8ef1cd91f59ae0f842933cd2847772ac1274112', }, }) gitment.render('container') </script> <style> .gitcomments{ margin:50px; } </style> </div> </div> <script src="https://jasonliu798.github.io/js/ui.js"></script> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-103593285-1', 'auto'); ga('send', 'pageview'); </script> </body> </html>
JasonLiu798/JasonLiu798.github.io
post/code/ide/20151028-idea的一些坑持续更新/index.html
HTML
mit
11,261
<p class="card-text"> Most common case is showing data from backend API and with ng-select this is extremely simple since you can bind directly to observable when using angular <b> | async</b> pipe </p> <ng-select [items]="people$ | async" bindLabel="name" autofocus bindValue="id" [(ngModel)]="selectedPersonId"> </ng-select> <br/>Selected: {{selectedPersonId}}
ng-select/ng-select
src/demo/app/examples/data-source-backend-example/data-source-backend-example.component.html
HTML
mit
421
<body> <div class="container"> <div id="createBloodSample"> <div class="signup-screen"> <div class="space-bot text-center"> <h1>CREATE</h1> <div class="divider"></div> <form class="form-create" method="POST" name="bloodSample" novalidate> <div class="input-field col s6"> <input id="data" type="number" min="40" max="400" class="validate" ng-model="bloodSample.data" required> <label for="data">mg/dL</label> </div> <!--<div class="input-field col s6"> <input id="pinchDateTime" type="datetime-local" class="validate" ng-model="bloodSample.pinchDateTime" > <label for="pinchDateTime">Time</label> </div>--> <div class="input-field col s6"> <input id="tag" type="text" class="validate" ng-model="bloodSample.tag" required> <label for="tag">Tag</label> </div> <div class="space-top text-center"> <button ng-disabled="bloodSample.$invalid" class="waves-effect waves-light btn done" ng-click="Create()"> <i class="material-icons left">create</i>Create </button> <button type="button" class="waves-effect waves-light btn cancel"> <i class="material-icons left">clear</i>Cancel </button> </div> </form> </div> </div> </div> </div> </body>
tsilopoulos/toffees.angular
app/glucose/measurements/create.html
HTML
mit
1,902
<!DOCTYPE html> <html> <head lang="en"> <meta charset="UTF-8"> <title>demo</title> </head> <body> 欢迎您,骚年 <div> <p>房间列表</p> <ul> <li id="room_1"><a href="/room/room_1" target="_blank">1号房间</a></li> <li id="room_2"><a href="/room/room_2" target="_blank">2号房间</a></li> <li id="room_3"><a href="/room/room_3" target="_blank">3号房间</a></li> <li id="room_4"><a href="/room/room_4" target="_blank">4号房间</a></li> <li id="room_5"><a href="/room/room_5" target="_blank">5号房间</a></li> <li id="room_6"><a href="/room/room_6" target="_blank">6号房间</a></li> <li id="room_7"><a href="/room/room_7" target="_blank">7号房间</a></li> <li id="room_8"><a href="/room/room_8" target="_blank">8号房间</a></li> <li id="room_9"><a href="/room/room_9" target="_blank">9号房间</a></li> <li id="room_10"><a href="/room/room_10" target="_blank">10号房间</a></li> </ul> </div> </body> </html>
wuyanxin/chatapp-demo
public/index.html
HTML
mit
1,011
<!DOCTYPE HTML> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (14) on Wed Jan 27 18:09:30 EST 2021 --> <title>All Packages (Service Base 1.6.5 API)</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="dc.created" content="2021-01-27"> <meta name="description" content="package index"> <meta name="generator" content="javadoc/AllPackagesIndexWriter"> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> <link rel="stylesheet" type="text/css" href="script-dir/jquery-ui.css" title="Style"> <script type="text/javascript" src="script.js"></script> <script type="text/javascript" src="script-dir/jszip/dist/jszip.min.js"></script> <script type="text/javascript" src="script-dir/jszip-utils/dist/jszip-utils.min.js"></script> <!--[if IE]> <script type="text/javascript" src="script-dir/jszip-utils/dist/jszip-utils-ie.min.js"></script> <![endif]--> <script type="text/javascript" src="script-dir/jquery-3.4.1.js"></script> <script type="text/javascript" src="script-dir/jquery-ui.js"></script> </head> <body class="all-packages-index"> <script type="text/javascript">var pathtoroot = "./"; loadScripts(document, 'script');</script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <div class="flexBox"> <header role="banner" class="flexHeader"> <nav role="navigation"> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a id="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a id="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="com/brettonw/bedrock/service/package-summary.html">Package</a></li> <li>Class</li> <li>Use</li> <li><a href="com/brettonw/bedrock/service/package-tree.html">Tree</a></li> <li><a href="deprecated-list.html">Deprecated</a></li> <li><a href="index-all.html">Index</a></li> <li><a href="help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <div class="navListSearch"><label for="search">SEARCH:</label> <input type="text" id="search" value="search" disabled="disabled"> <input type="reset" id="reset" value="reset" disabled="disabled"> </div> </div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="skipNav"><a id="skip.navbar.top"> <!-- --> </a></div> </nav> </header> <div class="flexContent"> <main role="main"> <div class="header"> <h1 title="All&amp;nbsp;Packages" class="title">All&nbsp;Packages</h1> </div> <div class="allPackagesContainer"> <div class="packagesSummary"> <table> <caption><span>Package Summary</span><span class="tabEnd">&nbsp;</span></caption> <thead> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> </thead> <tbody> <tr class="altColor"> <th class="colFirst" scope="row"><a href="com/brettonw/bedrock/service/package-summary.html">com.brettonw.bedrock.service</a></th> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </div> </div> </main> <footer role="contentinfo"> <nav role="navigation"> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a id="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a id="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="com/brettonw/bedrock/service/package-summary.html">Package</a></li> <li>Class</li> <li>Use</li> <li><a href="com/brettonw/bedrock/service/package-tree.html">Tree</a></li> <li><a href="deprecated-list.html">Deprecated</a></li> <li><a href="index-all.html">Index</a></li> <li><a href="help-doc.html">Help</a></li> </ul> </div> <a id="skip.navbar.bottom"> <!-- --> </a> <!-- ======== END OF BOTTOM NAVBAR ======= --> </nav> <p class="legalCopy"><small>Copyright &#169; 2021. All rights reserved.</small></p> </footer> </div> </div> </body> </html>
brettonw/Bedrock
applications/bedrock-site/src/main/webapp/dist/1.6.5/docs/service-base/allpackages-index.html
HTML
mit
3,951
<div>Unmodified text says Bonjour</div>
ErikLoubal/grunt-template-runner
test/expected/basic_fr.html
HTML
mit
39
<!-- Post Layout Start --> <!DOCTYPE html> <html lang="{{ site.lang }}"> {% include head.html %} <body> {% include navigation.html %} <section id="post" class="container content-section text-left"> <div class="row"> <div class="col-md-10 col-md-offset-1"> {% include swipe-instructions.html %} <h1><strong>{{ page.title }}</strong></h1> <h4><strong>{{ page.date | date_to_string }}</strong> <small> . {{ page.category }} . {% for tag in page.tags %} <a href="{{site.baseurl}}/tags/{{tag}}.html">#{{ tag }}</a> {% endfor %} <a href="{{site.baseurl}}{{page.url }}#disqus_thread">Comments</a> </small> </h4> {{ page.content | markdownify }} {% include share.html %} {% if jekyll.environment == "production" %} {% include comments.html %} {% endif %} {% include social-buttons.html %} </div> </div> </section> {% include footer.html %} {% include js.html %} </body> </html> <!-- Post Layout End -->
GeorgeBurgess0827/georgeburgess0827.github.io
_layouts/post.html
HTML
mit
1,143
{% extends "base.html" %} {% block title %}{{ page.title }}{% endblock %} {% block content %} <div id="title">{{ page.title }}</div> {{ page.content }} {% endblock %}
wlwang41/cb
cb/themes/ywwhite/page.html
HTML
mit
177
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>projective-geometry: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.7.1+2 / projective-geometry - 8.6.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> projective-geometry <small> 8.6.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-01-27 01:18:40 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-27 01:18:40 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-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.1+2 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.03.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.03.0 Official 4.03.0 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.2 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/projective-geometry&quot; license: &quot;GPL&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/ProjectiveGeometry&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.6&quot; &amp; &lt; &quot;8.7~&quot;} ] tags: [ &quot;keyword: geometry&quot; &quot;keyword: projective&quot; &quot;keyword: Fano&quot; &quot;keyword: homogeneous coordinates model&quot; &quot;keyword: flat&quot; &quot;keyword: rank&quot; &quot;keyword: Desargues&quot; &quot;keyword: Moulton&quot; &quot;category: Mathematics/Geometry/General&quot; &quot;date: 2009-10&quot; ] authors: [ &quot;Nicolas Magaud &lt;Nicolas.Magaud@lsiit-cnrs.unistra.fr&gt;&quot; &quot;Julien Narboux &lt;Julien.Narboux@lsiit-cnrs.unistra.fr&gt;&quot; &quot;Pascal Schreck &lt;Pascal.Schreck@lsiit-cnrs.unistra.fr&gt;&quot; ] bug-reports: &quot;https://github.com/coq-contribs/projective-geometry/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/projective-geometry.git&quot; synopsis: &quot;Projective Geometry&quot; description: &quot;&quot;&quot; This contributions contains elements of formalization of projective geometry. In the plane: Two axiom systems are shown equivalent. We prove some results about the decidability of the the incidence and equality predicates. The classic notion of duality between points and lines is formalized thanks to a functor. The notion of &#39;flat&#39; is defined and flats are characterized. Fano&#39;s plane, the smallest projective plane is defined. We show that Fano&#39;s plane is desarguesian. In the space: We prove Desargues&#39; theorem.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/projective-geometry/archive/v8.6.0.tar.gz&quot; checksum: &quot;md5=a026365f626d1aba11171844a47ca881&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-projective-geometry.8.6.0 coq.8.7.1+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.1+2). The following dependencies couldn&#39;t be met: - coq-projective-geometry -&gt; coq &lt; 8.7~ -&gt; ocaml &lt; 4.03.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-projective-geometry.8.6.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.03.0-2.0.5/released/8.7.1+2/projective-geometry/8.6.0.html
HTML
mit
7,943
<table width="90%" border="0"><tr><td><script>function openfile(url) {fullwin = window.open(url, "fulltext", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");}</script><div class="layoutclass_pic"><div class="layoutclass_first_pic"><table class="ztable"><tr><th class="ztd1"><b>成語&nbsp;</b></th><td class="ztd2">不倫不類</td></tr> <tr><th class="ztd1"><b>典源&nbsp;</b></th><td class="ztd2"> 唐.劉知幾<font class="dianuan_mark">《史通.卷一六.雜說上》</font><br><font size=4 color="#808080"><font class="dianuan_mark">《公羊》</font>云:「許世子止弒其君。」「曷為加弒?譏子道之不盡也。」其次因言樂正子春之視疾,以明許世子之得罪。尋子春孝道,義感神明,固以方駕曾、閔,連蹤丁、郭。苟事親不逮樂正,便以弒逆加名,斯亦擬失其流,責非其罪。蓋公羊、樂正,俱出孔父門人,思欲更相引重,曲加談述。</font>所以樂正<font size=-2 color="#999900"><font class="dianyuanfont"><b><i>1></i></b></font></font>行事,無理輒書,致使編次不倫<font size=-2 color="#999900"><font class="dianyuanfont"><b><i>2></i></b></font></font>,比喻非類,言之可為嗤怪<font size=-2 color="#999900"><font class="dianyuanfont"><b><i>3></i></b></font></font>也。</font> <br><font class="dianuan_mark2">〔注解〕</font><br></font> <div class="Rulediv"><font class="english_word">(1)</font> 樂正:樂正子春,春秋人,生卒年不詳。曾子弟子,事親至孝。</font></div> <div class="Rulediv"><font class="english_word">(2)</font> 不倫:不合道理,不像樣。</font></div> <div class="Rulediv"><font class="english_word">(3)</font> 嗤怪:可笑而奇怪。嗤,音ㄔ,譏笑。</font></div> </td></tr> </td></tr></table></div> <!-- layoutclass_first_pic --><div class="layoutclass_second_pic"></div> <!-- layoutclass_second_pic --></div> <!-- layoutclass_pic --></td></tr></table>
BuzzAcademy/idioms-moe-unformatted-data
all-data/0-999/128-31.html
HTML
mit
2,002
<!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> Advance Sheet Metal Co. Ltd. - Complete profile - Canadian Company Capabilities - Industries and Business - Industry Canada </title> <!-- Title ends / Fin du titre --> <!-- Meta-data begins / Début des métadonnées --> <meta charset="utf-8" /> <meta name="dcterms.language" title="ISO639-2" content="eng" /> <meta name="dcterms.title" content="" /> <meta name="description" content="" /> <meta name="dcterms.description" content="" /> <meta name="dcterms.type" content="report, data set" /> <meta name="dcterms.subject" content="businesses, industry" /> <meta name="dcterms.subject" content="businesses, industry" /> <meta name="dcterms.issued" title="W3CDTF" content="" /> <meta name="dcterms.modified" title="W3CDTF" content="" /> <meta name="keywords" content="" /> <meta name="dcterms.creator" content="" /> <meta name="author" content="" /> <meta name="dcterms.created" title="W3CDTF" content="" /> <meta name="dcterms.publisher" content="" /> <meta name="dcterms.audience" title="icaudience" content="" /> <meta name="dcterms.spatial" title="ISO3166-1" content="" /> <meta name="dcterms.spatial" title="gcgeonames" content="" /> <meta name="dcterms.format" content="HTML" /> <meta name="dcterms.identifier" title="ICsiteProduct" content="536" /> <!-- EPI-11240 --> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <!-- MCG-202 --> <meta content="width=device-width,initial-scale=1" name="viewport"> <!-- EPI-11567 --> <meta name = "format-detection" content = "telephone=no"> <!-- EPI-12603 --> <meta name="robots" content="noarchive"> <!-- EPI-11190 - Webtrends --> <script> var startTime = new Date(); startTime = startTime.getTime(); </script> <!--[if gte IE 9 | !IE ]><!--> <link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="icon" type="image/x-icon"> <link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/wet-boew.min.css"> <!--<![endif]--> <link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/theme.min.css"> <!--[if lt IE 9]> <link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="shortcut icon" /> <link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/ie8-wet-boew.min.css" /> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew.min.js"></script> <![endif]--> <!--[if lte IE 9]> <![endif]--> <noscript><link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/noscript.min.css" /></noscript> <!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER --> <script>dataLayer1 = [];</script> <!-- End Google Tag Manager --> <!-- EPI-11235 --> <link rel="stylesheet" href="/eic/home.nsf/css/add_WET_4-0_Canada_Apps.css"> <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet"> <link href="/app/ccc/srch/css/print.css" media="print" rel="stylesheet" type="text/css" /> </head> <body class="home" vocab="http://schema.org/" typeof="WebPage"> <!-- EPIC HEADER BEGIN --> <!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER --> <noscript><iframe title="Google Tag Manager" src="//www.googletagmanager.com/ns.html?id=GTM-TLGQ9K" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer1'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer1','GTM-TLGQ9K');</script> <!-- End Google Tag Manager --> <!-- EPI-12801 --> <span typeof="Organization"><meta property="legalName" content="Department_of_Industry"></span> <ul id="wb-tphp"> <li class="wb-slc"> <a class="wb-sl" href="#wb-cont">Skip to main content</a> </li> <li class="wb-slc visible-sm visible-md visible-lg"> <a class="wb-sl" href="#wb-info">Skip to "About this site"</a> </li> </ul> <header role="banner"> <div id="wb-bnr" class="container"> <section id="wb-lng" class="visible-md visible-lg text-right"> <h2 class="wb-inv">Language selection</h2> <div class="row"> <div class="col-md-12"> <ul class="list-inline mrgn-bttm-0"> <li><a href="nvgt.do?V_TOKEN=1492237010717&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=1451&V_SEARCH.docsStart=1450&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn/updt.sec?_flId?_flxKy=e1s1&amp;estblmntNo=234567041301&amp;profileId=61&amp;_evId=bck&amp;lang=eng&amp;V_SEARCH.showStricts=false&amp;prtl=1&amp;_flId?_flId?_flxKy=e1s1" title="Français" lang="fr">Français</a></li> </ul> </div> </div> </section> <div class="row"> <div class="brand col-xs-8 col-sm-9 col-md-6"> <a href="http://www.canada.ca/en/index.html"><object type="image/svg+xml" tabindex="-1" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/sig-blk-en.svg"></object><span class="wb-inv"> Government of Canada</span></a> </div> <section class="wb-mb-links col-xs-4 col-sm-3 visible-sm visible-xs" id="wb-glb-mn"> <h2>Search and menus</h2> <ul class="list-inline text-right chvrn"> <li><a href="#mb-pnl" title="Search and menus" aria-controls="mb-pnl" class="overlay-lnk" role="button"><span class="glyphicon glyphicon-search"><span class="glyphicon glyphicon-th-list"><span class="wb-inv">Search and menus</span></span></span></a></li> </ul> <div id="mb-pnl"></div> </section> <!-- Site Search Removed --> </div> </div> <nav role="navigation" id="wb-sm" class="wb-menu visible-md visible-lg" data-trgt="mb-pnl" data-ajax-fetch="//cdn.canada.ca/gcweb-cdn-dev/sitemenu/sitemenu-en.html" typeof="SiteNavigationElement"> <h2 class="wb-inv">Topics menu</h2> <div class="container nvbar"> <div class="row"> <ul class="list-inline menu"> <li><a href="https://www.canada.ca/en/services/jobs.html">Jobs</a></li> <li><a href="http://www.cic.gc.ca/english/index.asp">Immigration</a></li> <li><a href="https://travel.gc.ca/">Travel</a></li> <li><a href="https://www.canada.ca/en/services/business.html">Business</a></li> <li><a href="https://www.canada.ca/en/services/benefits.html">Benefits</a></li> <li><a href="http://healthycanadians.gc.ca/index-eng.php">Health</a></li> <li><a href="https://www.canada.ca/en/services/taxes.html">Taxes</a></li> <li><a href="https://www.canada.ca/en/services.html">More services</a></li> </ul> </div> </div> </nav> <!-- EPIC BODY BEGIN --> <nav role="navigation" id="wb-bc" class="" property="breadcrumb"> <h2 class="wb-inv">You are here:</h2> <div class="container"> <div class="row"> <ol class="breadcrumb"> <li><a href="/eic/site/icgc.nsf/eng/home" title="Home">Home</a></li> <li><a href="/eic/site/icgc.nsf/eng/h_07063.html" title="Industries and Business">Industries and Business</a></li> <li><a href="/eic/site/ccc-rec.nsf/tpl-eng/../eng/home" >Canadian Company Capabilities</a></li> </ol> </div> </div> </nav> </header> <main id="wb-cont" role="main" property="mainContentOfPage" class="container"> <!-- End Header --> <!-- Begin Body --> <!-- Begin Body Title --> <!-- End Body Title --> <!-- Begin Body Head --> <!-- End Body Head --> <!-- Begin Body Content --> <br> <!-- Complete Profile --> <!-- Company Information above tabbed area--> <input id="showMore" type="hidden" value='more'/> <input id="showLess" type="hidden" value='less'/> <h1 id="wb-cont"> Company profile - Canadian Company Capabilities </h1> <div class="profileInfo hidden-print"> <ul class="list-inline"> <li><a href="cccSrch.do?lang=eng&profileId=&prtl=1&key.hitsPerPage=25&searchPage=%252Fapp%252Fccc%252Fsrch%252FcccBscSrch.do%253Flang%253Deng%2526amp%253Bprtl%253D1%2526amp%253Btagid%253D&V_SEARCH.scopeCategory=CCC.Root&V_SEARCH.depth=1&V_SEARCH.showStricts=false&V_SEARCH.sortSpec=title+asc&amp;rstBtn.x=" class="btn btn-link">New Search</a>&nbsp;|</li> <li><form name="searchForm" method="post" action="/app/ccc/srch/bscSrch.do"> <input type="hidden" name="lang" value="eng" /> <input type="hidden" name="profileId" value="" /> <input type="hidden" name="prtl" value="1" /> <input type="hidden" name="searchPage" value="%2Fapp%2Fccc%2Fsrch%2FcccBscSrch.do%3Flang%3Deng%26amp%3Bprtl%3D1%26amp%3Btagid%3D" /> <input type="hidden" name="V_SEARCH.scopeCategory" value="CCC.Root" /> <input type="hidden" name="V_SEARCH.depth" value="1" /> <input type="hidden" name="V_SEARCH.showStricts" value="false" /> <input id="repeatSearchBtn" class="btn btn-link" type="submit" value="Return to search results" /> </form></li> <li>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=1449&amp;V_DOCUMENT.docRank=1450&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492237014565&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=900270790000&amp;profileId=&amp;key.newSearchLabel=">Previous Company</a></li> <li>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=1451&amp;V_DOCUMENT.docRank=1452&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492237014565&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=234567157389&amp;profileId=&amp;key.newSearchLabel=">Next Company</a></li> </ul> </div> <details> <summary>Third-Party Information Liability Disclaimer</summary> <p>Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.</p> </details> <h2> Advance Sheet Metal Co. Ltd. </h2> <div class="row"> <div class="col-md-5"> <h2 class="h5 mrgn-bttm-0">Legal/Operating Name:</h2> <p>Advance Sheet Metal Co. Ltd.</p> </div> <div class="col-md-4 mrgn-sm-sm"> <h2 class="h5 mrgn-bttm-0">Mailing Address:</h2> <address class="mrgn-bttm-md"> 786 Dufferin Ave<br/> WINNIPEG, Manitoba<br/> R2W 2Z6 <br/> </address> <h2 class="h5 mrgn-bttm-0">Location Address:</h2> <address class="mrgn-bttm-md"> 786 Dufferin Ave<br/> WINNIPEG, Manitoba<br/> R2W 2Z6 <br/> </address> <p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>: (204) 582-1002 </p> <p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>: (204) 582-4787</p> </div> <div class="col-md-3 mrgn-tp-md"> </div> </div> <div class="row mrgn-tp-md mrgn-bttm-md"> <div class="col-md-12"> </div> </div> <!-- <div class="wb-tabs ignore-session update-hash wb-eqht-off print-active"> --> <div class="wb-tabs ignore-session"> <div class="tabpanels"> <details id="details-panel1"> <summary> Full profile </summary> <!-- Tab 1 --> <h2 class="wb-invisible"> Full profile </h2> <!-- Contact Information --> <h3 class="page-header"> Contact information </h3> <section class="container-fluid"> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> K. KLAPECKI </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> Manager </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Management Executive. </div> </div> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Company Description --> <h3 class="page-header"> Company description </h3> <section class="container-fluid"> <div class="row"> <div class="col-md-5"> <strong> Country of Ownership: </strong> </div> <div class="col-md-7"> Canada &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> No &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 337127 - Institutional Furniture Manufacturing </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Manufacturer / Processor / Producer &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Total Sales ($CDN): </strong> </div> <div class="col-md-7"> $200,000 to $499,999&nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Number of Employees: </strong> </div> <div class="col-md-7"> 3&nbsp; </div> </div> </section> <!-- Products / Services / Licensing --> <h3 class="page-header"> Product / Service / Licensing </h3> <section class="container-fluid"> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> METAL FABRICATION NES, CUSTOM <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> CARTS, FOOD, HOT/COLD <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> NON-ELECTRIC EQUIP FOR COOK &amp; WARM FOOD, NES <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> STOVES &amp; RANGES COOKING, PARTS OF NES <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> SINKS, KITCHEN, STAINLESS STEEL <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> EQUIPMENT, RESTAURANT <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> FOOD PRODUCTS MACHINERY/EQUIPMENT, NES <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> MEAT PACKING INDUSTRY MACHINERY, NES <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> FURNITURE, LABORATORY, ALL KINDS <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> LABORATORY INSTRUMENTS/APPARATUS NES <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> MEDICAL AND HOSPITAL EQUIPMENT NES <br> </div> </div> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Technology Profile --> <!-- Market Profile --> <h3 class="page-header"> Market profile </h3> <section class="container-fluid"> <h4> Geographic markets: </h4> <h5> Actively pursuing: </h5> <ul> <li>United States</li> <li>Alabama</li> <li>Alaska</li> <li>Arizona</li> <li>Arkansas</li> <li>California</li> <li>Colorado</li> <li>Connecticut</li> <li>Delaware</li> <li>District of Columbia</li> <li>Florida</li> <li>Georgia</li> <li>Hawaii</li> <li>Idaho</li> <li>Illinois</li> <li>Indiana</li> <li>Iowa</li> <li>Kansas</li> <li>Kentucky</li> <li>Louisiana</li> <li>Maine</li> <li>Maryland</li> <li>Massachusetts</li> <li>Michigan</li> <li>Minnesota</li> <li>Mississippi</li> <li>Missouri</li> <li>Montana</li> <li>Nebraska</li> <li>Nevada</li> <li>New Hampshire</li> <li>New Jersey</li> <li>New Mexico</li> <li>New York</li> <li>North Carolina</li> <li>North Dakota</li> <li>Ohio</li> <li>Oklahoma</li> <li>Oregon</li> <li>Pennsylvania</li> <li>Rhode Island</li> <li>South Carolina</li> <li>South Dakota</li> <li>Tennessee</li> <li>Texas</li> <li>Utah</li> <li>Vermont</li> <li>Virginia</li> <li>Washington</li> <li>West Virginia</li> <li>Wisconsin</li> <li>Wyoming</li> </ul> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Sector Information --> <details class="mrgn-tp-md mrgn-bttm-md"> <summary> Third-Party Information Liability Disclaimer </summary> <p> Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements. </p> </details> </details> <details id="details-panel2"> <summary> Contacts </summary> <h2 class="wb-invisible"> Contact information </h2> <!-- Contact Information --> <section class="container-fluid"> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> K. KLAPECKI </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> Manager </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Management Executive. </div> </div> </section> </details> <details id="details-panel3"> <summary> Description </summary> <h2 class="wb-invisible"> Company description </h2> <section class="container-fluid"> <div class="row"> <div class="col-md-5"> <strong> Country of Ownership: </strong> </div> <div class="col-md-7"> Canada &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> No &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 337127 - Institutional Furniture Manufacturing </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Manufacturer / Processor / Producer &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Total Sales ($CDN): </strong> </div> <div class="col-md-7"> $200,000 to $499,999&nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Number of Employees: </strong> </div> <div class="col-md-7"> 3&nbsp; </div> </div> </section> </details> <details id="details-panel4"> <summary> Products, services and licensing </summary> <h2 class="wb-invisible"> Product / Service / Licensing </h2> <section class="container-fluid"> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> METAL FABRICATION NES, CUSTOM <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> CARTS, FOOD, HOT/COLD <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> NON-ELECTRIC EQUIP FOR COOK &amp; WARM FOOD, NES <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> STOVES &amp; RANGES COOKING, PARTS OF NES <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> SINKS, KITCHEN, STAINLESS STEEL <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> EQUIPMENT, RESTAURANT <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> FOOD PRODUCTS MACHINERY/EQUIPMENT, NES <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> MEAT PACKING INDUSTRY MACHINERY, NES <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> FURNITURE, LABORATORY, ALL KINDS <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> LABORATORY INSTRUMENTS/APPARATUS NES <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> MEDICAL AND HOSPITAL EQUIPMENT NES <br> </div> </div> </section> </details> <details id="details-panel6"> <summary> Market </summary> <h2 class="wb-invisible"> Market profile </h2> <section class="container-fluid"> <h4> Geographic markets: </h4> <h5> Actively pursuing: </h5> <ul> <li>United States</li> <li>Alabama</li> <li>Alaska</li> <li>Arizona</li> <li>Arkansas</li> <li>California</li> <li>Colorado</li> <li>Connecticut</li> <li>Delaware</li> <li>District of Columbia</li> <li>Florida</li> <li>Georgia</li> <li>Hawaii</li> <li>Idaho</li> <li>Illinois</li> <li>Indiana</li> <li>Iowa</li> <li>Kansas</li> <li>Kentucky</li> <li>Louisiana</li> <li>Maine</li> <li>Maryland</li> <li>Massachusetts</li> <li>Michigan</li> <li>Minnesota</li> <li>Mississippi</li> <li>Missouri</li> <li>Montana</li> <li>Nebraska</li> <li>Nevada</li> <li>New Hampshire</li> <li>New Jersey</li> <li>New Mexico</li> <li>New York</li> <li>North Carolina</li> <li>North Dakota</li> <li>Ohio</li> <li>Oklahoma</li> <li>Oregon</li> <li>Pennsylvania</li> <li>Rhode Island</li> <li>South Carolina</li> <li>South Dakota</li> <li>Tennessee</li> <li>Texas</li> <li>Utah</li> <li>Vermont</li> <li>Virginia</li> <li>Washington</li> <li>West Virginia</li> <li>Wisconsin</li> <li>Wyoming</li> </ul> </section> </details> </div> </div> <div class="row"> <div class="col-md-12 text-right"> Last Update Date 2015-06-04 </div> </div> <!-- - Artifact ID: CBW - IMBS - CCC Search WAR - Group ID: ca.gc.ic.strategis.imbs.ccc.search - Version: 3.26 - Built-By: bamboo - Build Timestamp: 2017-03-02T21:29:28Z --> <!-- End Body Content --> <!-- Begin Body Foot --> <!-- End Body Foot --> <!-- END MAIN TABLE --> <!-- End body --> <!-- Begin footer --> <div class="row pagedetails"> <div class="col-sm-5 col-xs-12 datemod"> <dl id="wb-dtmd"> <dt class=" hidden-print">Date Modified:</dt> <dd class=" hidden-print"> <span><time>2017-03-02</time></span> </dd> </dl> </div> <div class="clear visible-xs"></div> <div class="col-sm-4 col-xs-6"> </div> <div class="col-sm-3 col-xs-6 text-right"> </div> <div class="clear visible-xs"></div> </div> </main> <footer role="contentinfo" id="wb-info"> <nav role="navigation" class="container wb-navcurr"> <h2 class="wb-inv">About government</h2> <!-- EPIC FOOTER BEGIN --> <!-- EPI-11638 Contact us --> <ul class="list-unstyled colcount-sm-2 colcount-md-3"> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07026.html#pageid=E048-H00000&amp;from=Industries">Contact us</a></li> <li><a href="https://www.canada.ca/en/government/dept.html">Departments and agencies</a></li> <li><a href="https://www.canada.ca/en/government/publicservice.html">Public service and military</a></li> <li><a href="https://www.canada.ca/en/news.html">News</a></li> <li><a href="https://www.canada.ca/en/government/system/laws.html">Treaties, laws and regulations</a></li> <li><a href="https://www.canada.ca/en/transparency/reporting.html">Government-wide reporting</a></li> <li><a href="http://pm.gc.ca/eng">Prime Minister</a></li> <li><a href="https://www.canada.ca/en/government/system.html">How government works</a></li> <li><a href="http://open.canada.ca/en/">Open government</a></li> </ul> </nav> <div class="brand"> <div class="container"> <div class="row"> <nav class="col-md-10 ftr-urlt-lnk"> <h2 class="wb-inv">About this site</h2> <ul> <li><a href="https://www.canada.ca/en/social.html">Social media</a></li> <li><a href="https://www.canada.ca/en/mobile.html">Mobile applications</a></li> <li><a href="http://www1.canada.ca/en/newsite.html">About Canada.ca</a></li> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html">Terms and conditions</a></li> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html#p1">Privacy</a></li> </ul> </nav> <div class="col-xs-6 visible-sm visible-xs tofpg"> <a href="#wb-cont">Top of Page <span class="glyphicon glyphicon-chevron-up"></span></a> </div> <div class="col-xs-6 col-md-2 text-right"> <object type="image/svg+xml" tabindex="-1" role="img" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/wmms-blk.svg" aria-label="Symbol of the Government of Canada"></object> </div> </div> </div> </div> </footer> <!--[if gte IE 9 | !IE ]><!--> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/wet-boew.min.js"></script> <!--<![endif]--> <!--[if lt IE 9]> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew2.min.js"></script> <![endif]--> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/theme.min.js"></script> <!-- EPI-10519 --> <span class="wb-sessto" data-wb-sessto='{"inactivity": 1800000, "reactionTime": 180000, "sessionalive": 1800000, "logouturl": "/app/ccc/srch/cccSrch.do?lang=eng&prtl=1"}'></span> <script src="/eic/home.nsf/js/jQuery.externalOpensInNewWindow.js"></script> <!-- EPI-11190 - Webtrends --> <script src="/eic/home.nsf/js/webtrends.js"></script> <script>var endTime = new Date();</script> <noscript> <div><img alt="" id="DCSIMG" width="1" height="1" src="//wt-sdc.ic.gc.ca/dcs6v67hwe0ei7wsv8g9fv50d_3k6i/njs.gif?dcsuri=/nojavascript&amp;WT.js=No&amp;WT.tv=9.4.0&amp;dcssip=www.ic.gc.ca"/></div> </noscript> <!-- /Webtrends --> <!-- JS deps --> <script src="/eic/home.nsf/js/jquery.imagesloaded.js"></script> <!-- EPI-11262 - Util JS --> <script src="/eic/home.nsf/js/_WET_4-0_utils_canada.min.js"></script> <!-- EPI-11383 --> <script src="/eic/home.nsf/js/jQuery.icValidationErrors.js"></script> <span style="display:none;" id='app-info' data-project-groupid='' data-project-artifactid='' data-project-version='' data-project-build-timestamp='' data-issue-tracking='' data-scm-sha1='' data-scm-sha1-abbrev='' data-scm-branch='' data-scm-commit-date=''></span> </body></html> <!-- End Footer --> <!-- - Artifact ID: CBW - IMBS - CCC Search WAR - Group ID: ca.gc.ic.strategis.imbs.ccc.search - Version: 3.26 - Built-By: bamboo - Build Timestamp: 2017-03-02T21:29:28Z -->
GoC-Spending/data-corporations
html/205167870000.html
HTML
mit
68,571
<!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>Getting Started | LivePerson Technical Documentation</title> <link rel="stylesheet" href="css/syntax.css"> <link rel="stylesheet" type="text/css" href="css/font-awesome-4.7.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="assets/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="assets/js/jquery.cookie-1.4.1.min.js"></script> <script src="js/jquery.navgoco.min.js"></script> <script src="assets/js/bootstrap-3.3.4.min.js"></script> <script src="assets/js/anchor-2.0.0.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://0.0.0.0:4005feed.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">&nbsp;<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="Getting Started">{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">&nbsp;</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> <li class="thirdlevel"><a href="getting-started.html">Getting Started with LiveEngage APIs</a></li> </ul> </li> <li class="subfolders"> <a href="#">Guides</a> <ul> <li class="thirdlevel"><a href="guides-customizedchat.html">Customized Chat Windows</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="#">JavaScript Chat SDK</a> <ul> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-getting-started.html">Getting Started</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-chat-states.html">Chat States</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-surveys.html">Surveys</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-creating-an-instance.html">Creating an Instance</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-methods.html">Methods</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-getestimatedwaittime.html">getEstimatedWaitTime</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-getprechatsurvey.html">getPreChatSurvey</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-getengagement.html">getEngagement</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-requestchat.html">requestChat</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-addline.html">addLine</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-setvisitortyping.html">setVisitorTyping</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-setvisitorname.html">setVisitorName</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-endchat.html">endChat</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-requesttranscript.html">requestTranscript</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-getexitsurvey.html">getExitSurvey</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-submitexitsurvey.html">submitExitSurvey</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-getofflinesurvey.html">getOfflineSurvey</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-submitofflinesurvey.html">submitOfflineSurvey</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-getstate.html">getState</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-getagentloginname.html">getAgentLoginName</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-getvisitorname.html">getVisitorName</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-getagentid.html">getAgentId</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-getrtsessionid.html">getRtSessionId</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-getsessionkey.html">getSessionKey</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-getagenttyping.html">getAgentTyping</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-events.html">Events</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-onload.html">onLoad</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-oninit.html">onInit</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-onestimatedwaittime.html">onEstimatedWaitTime</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-onengagement.html">onEngagement</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-onprechatsurvey.html">onPreChatSurvey</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-onstart.html">onStart</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-onstop.html">onStop</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-onrequestchat.html">onRequestChat</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-ontranscript.html">onTranscript</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-online.html">onLine</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-onstate.html">onState</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-oninfo.html">onInfo</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-onagenttyping.html">onAgentTyping</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-onexitsurvey.html">onExitSurvey</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-onaccounttoaccounttransfer.html">onAccountToAccountTransfer</a></li> <li class="thirdlevel"><a href="rt-interactions-example.html">Engagement Attributes Body Example</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-demo.html">Demo App</a></li> </ul> </li> <li class="subfolders"> <a href="#">Server Chat API</a> <ul> <li class="active thirdlevel"><a href="consumer-experience-server-chat-getting-started.html">Getting Started</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-methods.html">Methods</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-availability.html">Retrieve Availability</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-available-slots.html">Retrieve Available Slots</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-estimated-wait-time.html">Retrieve Estimated Wait Time</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-offline-survey.html">Retrieve an Offline Survey</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-start-chat.html">Start a Chat</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-chat-resources.html">Retrieve Chat Resources, Events and Information</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-chat-events.html">Retrieve Chat Events</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-add-lines.html">Add Lines / End Chat</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-chat-information.html">Retrieve Chat Information</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-visitor-name.html">Retrieve the Visitor's Name</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-set-visitor-name.html">Set the Visitor's Name</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-agent-typing-status.html">Retrieve the Agent's Typing Status</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-visitor-typing-status.html">Retrieve the Visitor's Typing Status</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-set-visitor-typing-status.html">Set the Visitor's Typing Status</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-exit-survey-structure.html">Retrieve Exit Survey Structure</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-submit-survey-data.html">Submit Survey Data</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-send-transcript.html">Send a Transcript</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-sample.html">Sample Postman Collection</a></li> </ul> </li> <li class="subfolders"> <a href="#">Push Service API</a> <ul> <li class="thirdlevel"><a href="push-service-overview.html">Overview</a></li> <li class="thirdlevel"><a href="push-service-tls-html">TLS Authentication</a></li> <li class="thirdlevel"><a href="push-service-codes-html">HTTP Response Codes</a></li> <li class="thirdlevel"><a href="push-service-configuration-html">Configuration of Push Proxy</a></li> </ul> </li> <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="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="android-overview.html">Overview</a></li> <li class="thirdlevel"><a href="android-prerequisites.html">Prerequisites</a></li> <li class="thirdlevel"><a href="android-download-and-unzip.html">Step 1: Download and Unzip the SDK</a></li> <li class="thirdlevel"><a href="android-configure-project-settings.html">Step 2: Configure project settings to connect LiveEngage SDK</a></li> <li class="thirdlevel"><a href="android-code-integration.html">Step 3: Code integration for basic deployment</a></li> <li class="thirdlevel"><a href="android-initialization.html">SDK Initialization and Lifecycle</a></li> <li class="thirdlevel"><a href="android-authentication.html">Authentication</a></li> <li class="thirdlevel"><a href="android-conversations-lifecycle.html">Conversations Lifecycle</a></li> <li class="thirdlevel"><a href="android-callbacks-interface.html">LivePerson Callbacks Interface</a></li> <li class="thirdlevel"><a href="android-notifications.html">Notifications</a></li> <li class="thirdlevel"><a href="android-user-data.html">User Data</a></li> <li class="thirdlevel"><a href="android-logs.html">Logs and Info</a></li> <li class="thirdlevel"><a href="android-methods.html">Methods</a></li> <li class="thirdlevel"><a href="android-initializedeprecated.html">initialize (Deprecated)</a></li> <li class="thirdlevel"><a href="android-initializeproperties.html">initialize (with SDK properties object)</a></li> <li class="thirdlevel"><a href="android-showconversation.html">showConversation</a></li> <li class="thirdlevel"><a href="android-showconversationauth.html">showConversation (with authentication support)</a></li> <li class="thirdlevel"><a href="android-hideconversation.html">hideConversation</a></li> <li class="thirdlevel"><a href="android-getconversationfrag.html">getConversationFragment</a></li> <li class="thirdlevel"><a href="android-getconversationfragauth.html">getConversationFragment with authentication support</a></li> <li class="thirdlevel"><a href="android-reconnect.html">reconnect</a></li> <li class="thirdlevel"><a href="android-setuserprofile.html">setUserProfile</a></li> <li class="thirdlevel"><a href="android-setuserprofiledeprecated.html">setUserProfile (Deprecated)</a></li> <li class="thirdlevel"><a href="android-registerlppusher.html">registerLPPusher</a></li> <li class="thirdlevel"><a href="android-unregisterlppusher.html">unregisterLPPusher</a></li> <li class="thirdlevel"><a href="android-handlepush.html">handlePush</a></li> <li class="thirdlevel"><a href="android-getsdkversion.html">getSDKVersion</a></li> <li class="thirdlevel"><a href="android-setcallback.html">setCallback</a></li> <li class="thirdlevel"><a href="android-removecallback.html">removeCallBack</a></li> <li class="thirdlevel"><a href="android-checkactiveconversation.html">checkActiveConversation</a></li> <li class="thirdlevel"><a href="android-checkagentid.html">checkAgentID</a></li> <li class="thirdlevel"><a href="android-markurgent.html">markConversationAsUrgent</a></li> <li class="thirdlevel"><a href="android-marknormal.html">markConversationAsNormal</a></li> <li class="thirdlevel"><a href="android-checkurgent.html">checkConversationIsMarkedAsUrgent</a></li> <li class="thirdlevel"><a href="android-resolveconversation.html">resolveConversation</a></li> <li class="thirdlevel"><a href="android-shutdown.html">shutDown</a></li> <li class="thirdlevel"><a href="android-shutdowndeprecated.html">shutDown (Deprecated)</a></li> <li class="thirdlevel"><a href="android-clearhistory.html">clearHistory</a></li> <li class="thirdlevel"><a href="android-logout.html">logOut</a></li> <li class="thirdlevel"><a href="android-callbacks-index.html">Callbacks Index</a></li> <li class="thirdlevel"><a href="android-configuring-sdk.html">Configuring the SDK</a></li> <li class="thirdlevel"><a href="android-attributes.html">Attributes</a></li> <li class="thirdlevel"><a href="android-configuring-edittext.html">Configuring the message’s EditText</a></li> <li class="thirdlevel"><a href="android-proguard.html">Proguard Configuration</a></li> <li class="thirdlevel"><a href="android-modifying-string.html">Modifying Strings</a></li> <li class="thirdlevel"><a href="android-modifying-resources.html">Modifying Resources</a></li> <li class="thirdlevel"><a href="android-plural-string.html">Plural String Resource Example</a></li> <li class="thirdlevel"><a href="android-timestamps.html">Timestamps Formatting</a></li> <li class="thirdlevel"><a href="android-off-hours.html">Date and Time</a></li> <li class="thirdlevel"><a href="android-bubble.html">Bubble Timestamp</a></li> <li class="thirdlevel"><a href="android-separator.html">Separator Timestamp</a></li> <li class="thirdlevel"><a href="android-resolve.html">Resolve Message</a></li> <li class="thirdlevel"><a href="android-csat.html">CSAT Behavior</a></li> <li class="thirdlevel"><a href="android-photo-sharing.html">Photo Sharing - Beta</a></li> <li class="thirdlevel"><a href="android-push-notifications.html">Enable Push Notifications</a></li> <li class="thirdlevel"><a href="android-appendix.html">Appendix</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> </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="#">Engagement Trigger API</a> <ul> <li class="thirdlevel"><a href="trigger-overview.html">Overview</a></li> <li class="thirdlevel"><a href="trigger-methods.html">Methods</a></li> <li class="thirdlevel"><a href="trigger-click.html">Click</a></li> <li class="thirdlevel"><a href="trigger-getinfo.html">getEngagementInfo</a></li> <li class="thirdlevel"><a href="trigger-getstate.html">getEngagementState</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-domain-api.html">Domain API</a></li> </ul> </li> <li class="subfolders"> <a href="#">Login Service API</a> <ul> <li class="thirdlevel"><a href="login-getting-started.html">Getting Started</a></li> <li class="thirdlevel"><a href="agent-login-methods.html">Methods</a></li> <li class="thirdlevel"><a href="agent-login.html">Login</a></li> <li class="thirdlevel"><a href="agent-refresh.html">Refresh</a></li> <li class="thirdlevel"><a href="agent-refresh.html">Logout</a></li> </ul> </li> <li class="subfolders"> <a href="#">Chat Agent API</a> <ul> <li class="thirdlevel"><a href="chat-agent-getting-started.html">Getting Started</a></li> <li class="thirdlevel"><a href="agent-chat-agent-methods.html">Methods</a></li> <li class="thirdlevel"><a href="agent-start-agent-session.html">Start Agent Session</a></li> <li class="thirdlevel"><a href="agent-retrieve-current-availability.html">Retrieve Current Availability</a></li> <li class="thirdlevel"><a href="agent-set-agent-availability.html">Set Agent Availability</a></li> <li class="thirdlevel"><a href="agent-retrieve-available-agents.html">Retrieve Available Agents</a></li> <li class="thirdlevel"><a href="agent-retrieve-available-slots.html">Retrieve Available Slots</a></li> <li class="thirdlevel"><a href="agent-retrieve-agent-information.html">Retrieve Agent Information</a></li> <li class="thirdlevel"><a href="agent-determine-incoming.html">Determine Incoming Chat Requests</a></li> <li class="thirdlevel"><a href="agent-accept-chat.html">Accept a Chat</a></li> <li class="thirdlevel"><a href="agent-retrieve-chat-sessions.html">Retrieve Chat Sessions</a></li> <li class="thirdlevel"><a href="agent-retrieve-chat-resources.html">Retrieve Chat Resources, Events and Information</a></li> <li class="thirdlevel"><a href="agent-retrieve-data.html">Retrieve Data for Multiple Chats</a></li> <li class="thirdlevel"><a href="agent-retrieve-chat-events.html">Retrieve Chat Events</a></li> <li class="thirdlevel"><a href="agent-add-lines.html">Add Lines</a></li> <li class="thirdlevel"><a href="agent-end-chat.html">End Chat</a></li> <li class="thirdlevel"><a href="agent-retrieve-chat-info.html">Retrieve Chat Information</a></li> <li class="thirdlevel"><a href="">Retrieve Visitor’s Name</a></li> <li class="thirdlevel"><a href="agent-retrieve-agent-typing.html">Retrieve Agent's Typing Status</a></li> <li class="thirdlevel"><a href="agent-set-agent-typing.html">Set Agent’s Typing Status</a></li> <li class="thirdlevel"><a href="agent-retrieve-visitor-typing.html">Retrieve Visitor's Typing Status</a></li> <li class="thirdlevel"><a href="agent-chat-agent-retrieve-skills.html">Retrieve Available Skills</a></li> <li class="thirdlevel"><a href="agent-transfer-chat.html">Transfer a Chat</a></li> <li class="thirdlevel"><a href="agent-retrieve-survey-structure.html">Retrieve Agent Survey Structure</a></li> </ul> </li> <li class="subfolders"> <a href="#">Messaging Agent SDK</a> <ul> <li class="thirdlevel"><a href="messaging-agent-sdk-overview.html">Overview</a></li> </ul> </li> </ul> <li> <a href="#">Data</a> <ul> <li class="subfolders"> <a href="#">Data Access API (Beta)</a> <ul> <li class="thirdlevel"><a href="data-data-access-overview.html">Overview</a></li> <li class="thirdlevel"><a href="data-data-access-architecture.html">Architecture</a></li> <li class="thirdlevel"><a href="data-data-access-methods.html">Methods</a></li> <li class="thirdlevel"><a href="data-data-access-base-resource.html">Base Resource</a></li> <li class="thirdlevel"><a href="data-data-access-agent-activity.html">Agent Activity</a></li> <li class="thirdlevel"><a href="data-data-access-web-session.html">Web Session</a></li> <li class="thirdlevel"><a href="data-data-access-engagement.html">Engagement</a></li> <li class="thirdlevel"><a href="data-data-access-survey.html">Survey</a></li> <li class="thirdlevel"><a href="data-data-access-schema.html">Schema</a></li> <li class="thirdlevel"><a href="data-data-access-appendix.html">Appendix</a></li> </ul> </li> <li class="subfolders"> <a href="#">Messaging Operations API</a> <ul> <li class="thirdlevel"><a href="data-messaging-operations-overview.html">Overview</a></li> <li class="thirdlevel"><a href="data-messaging-operations-methods.html">Methods</a></li> <li class="thirdlevel"><a href="data-messaging-operations-messaging-conversation.html">Messaging Conversation</a></li> <li class="thirdlevel"><a href="data-messaging-operations-messaging-csat-distribution.html">Messaging CSAT Distribution</a></li> <li class="thirdlevel"><a href="data-messaging-operations-appendix.html">Appendix</a></li> </ul> </li> <li class="subfolders"> <a href="#">Messaging Interactions API (Beta)</a> <ul> <li class="thirdlevel"><a href="data-messaging-interactions-overview.html">Overview</a></li> <li class="thirdlevel"><a href="data-messaging-interactions-methods.html">Methods</a></li> <li class="thirdlevel"><a href="data-messaging-interactions-conversations.html">Conversations</a></li> <li class="thirdlevel"><a href="data-messaging-interactions-get-conversation-by-conversation-id.html">Get conversation by conversation ID</a></li> <li class="thirdlevel"><a href="data-messaging-interactions-get-conversations-by-consumer-id.html">Get Conversations by Consumer ID</a></li> <li class="thirdlevel"><a href="data-messaging-interactions-sample-code.html">Sample Code</a></li> <li class="thirdlevel"><a href="data-messaging-interactions-appendix.html">Appendix</a></li> </ul> </li> <li class="subfolders"> <a href="#">Engagement History API</a> <ul> <li class="thirdlevel"><a href="data-data-access-overview.html">Overview</a></li> <li class="thirdlevel"><a href="data-engagement-history-methods.html">Methods</a></li> <li class="thirdlevel"><a href="data-engagement-history-retrieve-engagement-list-by-criteria.html">Retrieve Engagement List by Criteria</a></li> <li class="thirdlevel"><a href="data-engagement-history-sample-code.html">Sample Code</a></li> <li class="thirdlevel"><a href="data-engagement-history-appendix.html">Appendix</a></li> </ul> </li> <li class="subfolders"> <a href="#">Operational Real-time API</a> <ul> <li class="thirdlevel"><a href="data-operational-realtime-overview.html">Overview</a></li> <li class="thirdlevel"><a href="data-operational-realtime-methods.html">Methods</a></li> <li class="thirdlevel"><a href="data-operational-realtime-queue-health.html">Queue Health</a></li> <li class="thirdlevel"><a href="data-operational-realtime-engagement-activity.html">Engagement Activity</a></li> <li class="thirdlevel"><a href="data-operational-realtime-agent-activity.html">Agent Activity</a></li> <li class="thirdlevel"><a href="data-operational-realtime-current-queue-state.html">Current Queue State</a></li> <li class="thirdlevel"><a href="data-operational-realtime-sla-histogram.html">SLA Histogram</a></li> <li class="thirdlevel"><a href="data-operational-realtime-sample-code.html">Sample Code</a></li> </ul> </li> </ul> <li> <a href="#">LiveEngage Tag</a> <ul> <li class="subfolders"> <a href="#">LE Tag Events</a> <ul> <li class="thirdlevel"><a href="lp-tag-tag-events-overview.html">Overview</a></li> <li class="thirdlevel"><a href="lp-tag-tag-events-how.html">How to use these Events</a></li> <li class="thirdlevel"><a href="lp-tag-tag-events-events.html">Events</a></li> <li class="thirdlevel"><a href="lp-tag-visitor-flow.html">Visitor Flow Events</a></li> <li class="thirdlevel"><a href="lp-tag-engagement.html">Engagement Events</a></li> <li class="thirdlevel"><a href="lp-tag-engagement-window.html">Engagement Window Events</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 Webqasocket 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 class="subfolders"> <a href="#">API Reference</a> <ul> <li class="thirdlevel"><a href="consumer-int-api-reference.html">Overview</a></li> <li class="thirdlevel"><a href="consumer-int-msg-reqs.html">Request Builder</a></li> <li class="thirdlevel"><a href="consumer-int-msg-resps.html">Response Builder</a></li> <li class="thirdlevel"><a href="consumer-int-msg-notifications.html">Notification Builder</a></li> <li class="thirdlevel"><a href="consumer-int-msg-req-conv.html">New Conversation</a></li> <li class="thirdlevel"><a href="consumer-int-msg-close-conv.html">Close Conversation</a></li> <li class="thirdlevel"><a href="consumer-int-msg-conv-ttr.html">Urgent Conversation</a></li> <li class="thirdlevel"><a href="consumer-int-msg-csat-conv.html">Update CSAT</a></li> <li class="thirdlevel"><a href="consumer-int-msg-sub-conv.html">Subscribe Conversations Metadata</a></li> <li class="thirdlevel"><a href="consumer-int-msg-unsub-conv.html">Unsubscribe Conversations Metadata</a></li> <li class="thirdlevel"><a href="consumer-int-msg-text-cont.html">Publish Content</a></li> <li class="thirdlevel"><a href="consumer-int-msg-sub-events.html">Subscribe Conversation Content</a></li> <li class="thirdlevel"><a href="consumer-int-msg-init-con.html">Browser Init Connection</a></li> </ul> </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">Getting Started</h1> </div> <div class="post-content"> <h2 id="overview">Overview</h2> <p>This document describes the Server Chat API (REST).</p> <p><strong>Notes</strong>:</p> <ul> <li><em>From the time a chat is requested, the server checks for chat activity. If a chatting visitor is not active (does not call any Chat API) for a certain amount of time, the chat is ended by the server after a pre-set timeout.</em></li> <li><em>When using the Server Chat API with mobile and Windows 8 applications, visitor session will time out after a period of 40 seconds. This is the default behavior on LivePerson servers.</em></li> <li><em>Any call to the chat functionality resets the inactivity time.</em></li> <li><em>As a best practice, the Chat Events method should be called periodically as any chat functionality requires getting updates from the server.</em></li> <li><em>Chat lines may have HTML fragments. If you cannot support HTML tags, you should remove them from your application.</em></li> </ul> <h2 id="getting-started-with-the-server-chat-api">Getting Started with the Server Chat API</h2> <p>In order to use the Server Chat API, please follow the steps below:</p> <ol> <li><strong>Retrieve your domain</strong>. Use the <a href="agent-domain-domain-api.html" target="_blank">LivePerson Domain API</a> to retrieve this information. With the service name =conversationVep</li> <li><strong>Ensure that your have a LivePerson Application Key</strong>. To get an Application Key, contact your LivePerson representative.</li> </ol> <h2 id="sample-postman-collection">Sample Postman Collection</h2> <p>For a sample postman collection for the Server Chat API, click <a href="consumer-experience-server-chat-sample.html">here</a>.</p> <div class="tags"> </div> </div> <hr class="shaded"/> <footer> <div class="row"> <div class="col-lg-12 footer"> &copy;2017 LivePerson. All rights reserved.<br />This documentation is subject to change without notice.<br /> Site last generated: Mar 23, 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
content11/consumer-experience-server-chat-getting-started.html
HTML
mit
167,493
<!DOCTYPE html> <!-- <html manifest="pulp.manifest"> --> <html> <head> <title>Example Article</title> <meta name="description" content=""> <meta name="author" content=""> <meta http-equiv="cleartype" content="on"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="apple-mobile-web-app-capable" content="yes" /> <!-- <meta name="viewport" content="width=device-width, initial-scale=1.0"> --> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> <link rel="shortcut icon" href="/link/to/favicon.ico"> <link rel="apple-touch-icon" href="/link/to/apple-touch-icon.png"> <link rel="toc" href="index.html"> <link rel="templates" href="../templates/controls.html"> <link rel="stylesheet" href="../css/global.css" media="all"> <link rel="stylesheet" href="../css/controls.css" media="all"> <link rel="stylesheet" href="../css/layout.css" media="all and (min-width: 33.236em)"> <!-- external libs --> <script type="text/javascript" src="../lib/modernizr.js"></script> <script type="text/javascript" src="../lib/jquery-1.7.1.js"></script> <script type="text/javascript" src="../lib/iscroll.js"></script> <!-- include source files here... (for production, use pulp.js!) --> <script type="text/javascript" src="../src/util/namespace.js"></script> <script type="text/javascript" src="../src/util/log.js"></script> <script type="text/javascript" src="../src/util/scroll.js"></script> <script type="text/javascript" src="../src/mixin/renderable.js"></script> <script type="text/javascript" src="../src/mixin/observable.js"></script> <script type="text/javascript" src="../src/core/module.js"></script> <script type="text/javascript" src="../src/core/article.js"></script> <script type="text/javascript" src="../src/core/collection.js"></script> <script type="text/javascript" src="../src/core/events.js"></script> <script type="text/javascript" src="../src/core/model.js"></script> <script type="text/javascript" src="../src/ui/articleview.js"></script> <script type="text/javascript" src="../src/ui/carousel.js"></script> <script type="text/javascript" src="../src/ui/navbar.js"></script> <script type="text/javascript" src="../src/app.js"></script> <!-- custom initialization --> <script type="text/javascript" src="script.js"></script> </head> <body> <section> <div id="pulp"> <article class="main"> <header> <h1>Lorem Ipsum Dolor 6</h1> </header> <div> <p class="intro"> Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. </p> <aside> <img src="http://placekitten.com/g/500/500" alt="" /> </aside> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p> </article> </div> </section> </body> </html>
sjockers/pulp
example/article-6.html
HTML
mit
4,384
<!DOCTYPE html> <!--[if IE]><![endif]--> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>Interface ITomlKeyGenerator </title> <meta name="viewport" content="width=device-width"> <meta name="title" content="Interface ITomlKeyGenerator "> <meta name="generator" content="docfx 2.40.11.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" data-offset="120"> <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" data-uid="Nett.ITomlKeyGenerator"> <h1 id="Nett_ITomlKeyGenerator" data-uid="Nett.ITomlKeyGenerator" class="text-break">Interface ITomlKeyGenerator </h1> <div class="markdown level0 summary"></div> <div class="markdown level0 conceptual"></div> <h6><strong>Namespace</strong>: <a class="xref" href="Nett.html">Nett</a></h6> <h6><strong>Assembly</strong>: Nett.dll</h6> <h5 id="Nett_ITomlKeyGenerator_syntax">Syntax</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public interface ITomlKeyGenerator</code></pre> </div> <h3 id="methods">Methods </h3> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/paiden/Nett/new/topic/newdoc/apiSpec/new?filename=Nett_ITomlKeyGenerator_GetKey_System_Reflection_PropertyInfo_.md&amp;value=---%0Auid%3A%20Nett.ITomlKeyGenerator.GetKey(System.Reflection.PropertyInfo)%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/paiden/Nett/blob/topic/newdoc/Source/Nett/Mapping/ITomlKeyGenerator.cs/#L7">View Source</a> </span> <a id="Nett_ITomlKeyGenerator_GetKey_" data-uid="Nett.ITomlKeyGenerator.GetKey*"></a> <h4 id="Nett_ITomlKeyGenerator_GetKey_System_Reflection_PropertyInfo_" data-uid="Nett.ITomlKeyGenerator.GetKey(System.Reflection.PropertyInfo)">GetKey(PropertyInfo)</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 GetKey(PropertyInfo property)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="xref">System.Reflection.PropertyInfo</span></td> <td><span class="parametername">property</span></td> <td></td> </tr> </tbody> </table> <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> </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/paiden/Nett/new/topic/newdoc/apiSpec/new?filename=Nett_ITomlKeyGenerator.md&amp;value=---%0Auid%3A%20Nett.ITomlKeyGenerator%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/paiden/Nett/blob/topic/newdoc/Source/Nett/Mapping/ITomlKeyGenerator.cs/#L5" 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> <span>Generated by <strong>DocFX</strong></span> </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>
paiden/Nett
docs/api/Nett.ITomlKeyGenerator.html
HTML
mit
7,159
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta name="description" content="LuaSocket: The TCP/IP support"> <meta name="keywords" content="Lua, LuaSocket, Socket, TCP, Library, Network, Support"> <title>LuaSocket: TCP/IP support</title> <link rel="stylesheet" href="reference.css" type="text/css"> </head> <body> <!-- header +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> <div class=header> <hr> <center> <table summary="LuaSocket logo"> <tr><td align=center><a href="http://www.lua.org"> <img width=128 height=128 border=0 alt="LuaSocket" src="luasocket.png"> </a></td></tr> <tr><td align=center valign=top>Network support for the Lua language </td></tr> </table> <p class=bar> <a href="index.html">home</a> &middot; <a href="index.html#download">download</a> &middot; <a href="installation.html">installation</a> &middot; <a href="introduction.html">introduction</a> &middot; <a href="reference.html">reference</a> </p> </center> <hr> </div> <!-- tcp ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> <h2 id="tcp">TCP</h2> <!-- socket.tcp +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> <p class=name id="socket.tcp"> socket.<b>tcp()</b> </p> <p class=description> Creates and returns an IPv4 TCP master object. A master object can be transformed into a server object with the method <a href=#listen><tt>listen</tt></a> (after a call to <a href=#bind><tt>bind</tt></a>) or into a client object with the method <a href=#connect><tt>connect</tt></a>. The only other method supported by a master object is the <a href=#close><tt>close</tt></a> method.</p> <p class=return> In case of success, a new master object is returned. In case of error, <b><tt>nil</tt></b> is returned, followed by an error message. </p> <!-- socket.tcp6 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> <p class=name id="socket.tcp6"> socket.<b>tcp6()</b> </p> <p class=description> Creates and returns an IPv6 TCP master object. A master object can be transformed into a server object with the method <a href=#listen><tt>listen</tt></a> (after a call to <a href=#bind><tt>bind</tt></a>) or into a client object with the method <a href=#connect><tt>connect</tt></a>. The only other method supported by a master object is the <a href=#close><tt>close</tt></a> method.</p> <p class=return> In case of success, a new master object is returned. In case of error, <b><tt>nil</tt></b> is returned, followed by an error message. </p> <p class=note> Note: The TCP object returned will have the option "<tt>ipv6-v6only</tt>" set to <tt><b>true</b></tt>. </p> <!-- accept +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> <p class=name id="accept"> server:<b>accept()</b> </p> <p class=description> Waits for a remote connection on the server object and returns a client object representing that connection. </p> <p class=return> If a connection is successfully initiated, a client object is returned. If a timeout condition is met, the method returns <b><tt>nil</tt></b> followed by the error string '<tt>timeout</tt>'. Other errors are reported by <b><tt>nil</tt></b> followed by a message describing the error. </p> <p class=note> Note: calling <a href=socket.html#select><tt>socket.select</tt></a> with a server object in the <tt>recvt</tt> parameter before a call to <tt>accept</tt> does <em>not</em> guarantee <tt>accept</tt> will return immediately. Use the <a href=#settimeout><tt>settimeout</tt></a> method or <tt>accept</tt> might block until <em>another</em> client shows up. </p> <!-- bind +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> <p class=name id="bind"> master:<b>bind(</b>address, port<b>)</b> </p> <p class=description> Binds a master object to <tt>address</tt> and <tt>port</tt> on the local host. <p class=parameters> <tt>Address</tt> can be an IP address or a host name. <tt>Port</tt> must be an integer number in the range [0..64K). If <tt>address</tt> is '<tt>*</tt>', the system binds to all local interfaces using the <tt>INADDR_ANY</tt> constant. If <tt>port</tt> is 0, the system automatically chooses an ephemeral port. </p> <p class=return> In case of success, the method returns 1. In case of error, the method returns <b><tt>nil</tt></b> followed by an error message. </p> <p class=note> Note: The function <a href=socket.html#bind><tt>socket.bind</tt></a> is available and is a shortcut for the creation of server sockets. </p> <!-- close ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> <p class=name id="close"> master:<b>close()</b><br> client:<b>close()</b><br> server:<b>close()</b> </p> <p class=description> Closes a TCP object. The internal socket used by the object is closed and the local address to which the object was bound is made available to other applications. No further operations (except for further calls to the <tt>close</tt> method) are allowed on a closed socket. </p> <p class=note> Note: It is important to close all used sockets once they are not needed, since, in many systems, each socket uses a file descriptor, which are limited system resources. Garbage-collected objects are automatically closed before destruction, though. </p> <!-- connect ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> <p class=name id="connect"> master:<b>connect(</b>address, port<b>)</b> </p> <p class=description> Attempts to connect a master object to a remote host, transforming it into a client object. Client objects support methods <a href=#send><tt>send</tt></a>, <a href=#receive><tt>receive</tt></a>, <a href=#getsockname><tt>getsockname</tt></a>, <a href=#getpeername><tt>getpeername</tt></a>, <a href=#settimeout><tt>settimeout</tt></a>, and <a href=#close><tt>close</tt></a>. </p> <p class=parameters> <tt>Address</tt> can be an IP address or a host name. <tt>Port</tt> must be an integer number in the range [1..64K). </p> <p class=return> In case of error, the method returns <b><tt>nil</tt></b> followed by a string describing the error. In case of success, the method returns 1. </p> <p class=note> Note: The function <a href=socket.html#connect><tt>socket.connect</tt></a> is available and is a shortcut for the creation of client sockets. </p> <p class=note> Note: Starting with LuaSocket 2.0, the <a href=#settimeout><tt>settimeout</tt></a> method affects the behavior of <tt>connect</tt>, causing it to return with an error in case of a timeout. If that happens, you can still call <a href=socket.html#select><tt>socket.select</tt></a> with the socket in the <tt>sendt</tt> table. The socket will be writable when the connection is established. </p> <p class=note> Note: Starting with LuaSocket 2.1, the host name resolution depends on whether the socket was created by <a href=#socket.tcp><tt>socket.tcp</tt></a> or <a href=#socket.tcp6><tt>socket.tcp6</tt></a>. Addresses from the appropriate family are tried in succession until the first success or until the last failure. </p> <!-- getpeername ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> <p class=name id="getpeername"> client:<b>getpeername()</b> </p> <p class=description> Returns information about the remote side of a connected client object. </p> <p class=return> Returns a string with the IP address of the peer, the port number that peer is using for the connection, and a string with the family ("<tt>inet</tt>" or "<tt>inet6</tt>"). In case of error, the method returns <b><tt>nil</tt></b>. </p> <p class=note> Note: It makes no sense to call this method on server objects. </p> <!-- getsockname ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> <p class=name id="getsockname"> master:<b>getsockname()</b><br> client:<b>getsockname()</b><br> server:<b>getsockname()</b> </p> <p class=description> Returns the local address information associated to the object. </p> <p class=return> The method returns a string with local IP address, a number with the local port, and a string with the family ("<tt>inet</tt>" or "<tt>inet6</tt>"). In case of error, the method returns <b><tt>nil</tt></b>. </p> <!-- getstats +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> <p class=name id="getstats"> master:<b>getstats()</b><br> client:<b>getstats()</b><br> server:<b>getstats()</b><br> </p> <p class=description> Returns accounting information on the socket, useful for throttling of bandwidth. </p> <p class=return> The method returns the number of bytes received, the number of bytes sent, and the age of the socket object in seconds. </p> <!-- listen ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> <p class=name id="listen"> master:<b>listen(</b>backlog<b>)</b> </p> <p class=description> Specifies the socket is willing to receive connections, transforming the object into a server object. Server objects support the <a href=#accept><tt>accept</tt></a>, <a href=#getsockname><tt>getsockname</tt></a>, <a href=#setoption><tt>setoption</tt></a>, <a href=#settimeout><tt>settimeout</tt></a>, and <a href=#close><tt>close</tt></a> methods. </p> <p class=parameters> The parameter <tt>backlog</tt> specifies the number of client connections that can be queued waiting for service. If the queue is full and another client attempts connection, the connection is refused. </p> <p class=return> In case of success, the method returns 1. In case of error, the method returns <b><tt>nil</tt></b> followed by an error message. </p> <!-- receive ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> <p class=name id="receive"> client:<b>receive(</b>[pattern [, prefix]]<b>)</b> </p> <p class=description> Reads data from a client object, according to the specified <em>read pattern</em>. Patterns follow the Lua file I/O format, and the difference in performance between all patterns is negligible. </p> <p class=parameters> <tt>Pattern</tt> can be any of the following: </p> <ul> <li> '<tt>*a</tt>': reads from the socket until the connection is closed. No end-of-line translation is performed; <li> '<tt>*l</tt>': reads a line of text from the socket. The line is terminated by a LF character (ASCII&nbsp;10), optionally preceded by a CR character (ASCII&nbsp;13). The CR and LF characters are not included in the returned line. In fact, <em>all</em> CR characters are ignored by the pattern. This is the default pattern; <li> <tt>number</tt>: causes the method to read a specified <tt>number</tt> of bytes from the socket. </ul> <p class=parameters> <tt>Prefix</tt> is an optional string to be concatenated to the beginning of any received data before return. </p> <p class=return> If successful, the method returns the received pattern. In case of error, the method returns <tt><b>nil</b></tt> followed by an error message, followed by a (possibly empty) string containing the partial that was received. The error message can be the string '<tt>closed</tt>' in case the connection was closed before the transmission was completed or the string '<tt>timeout</tt>' in case there was a timeout during the operation. </p> <p class=note> <b>Important note</b>: This function was changed <em>severely</em>. It used to support multiple patterns (but I have never seen this feature used) and now it doesn't anymore. Partial results used to be returned in the same way as successful results. This last feature violated the idea that all functions should return <tt><b>nil</b></tt> on error. Thus it was changed too. </p> <!-- send +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> <p class=name id="send"> client:<b>send(</b>data [, i [, j]]<b>)</b> </p> <p class=description> Sends <tt>data</tt> through client object. </p> <p class=parameters> <tt>Data</tt> is the string to be sent. The optional arguments <tt>i</tt> and <tt>j</tt> work exactly like the standard <tt>string.sub</tt> Lua function to allow the selection of a substring to be sent. </p> <p class=return> If successful, the method returns the index of the last byte within <tt>[i, j]</tt> that has been sent. Notice that, if <tt>i</tt> is 1 or absent, this is effectively the total number of bytes sent. In case of error, the method returns <b><tt>nil</tt></b>, followed by an error message, followed by the index of the last byte within <tt>[i, j]</tt> that has been sent. You might want to try again from the byte following that. The error message can be '<tt>closed</tt>' in case the connection was closed before the transmission was completed or the string '<tt>timeout</tt>' in case there was a timeout during the operation. </p> <p class=note> Note: Output is <em>not</em> buffered. For small strings, it is always better to concatenate them in Lua (with the '<tt>..</tt>' operator) and send the result in one call instead of calling the method several times. </p> <!-- setoption ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> <p class=name id="setoption"> client:<b>setoption(</b>option [, value]<b>)</b><br> server:<b>setoption(</b>option [, value]<b>)</b> </p> <p class=description> Sets options for the TCP object. Options are only needed by low-level or time-critical applications. You should only modify an option if you are sure you need it. </p> <p class=parameters> <tt>Option</tt> is a string with the option name, and <tt>value</tt> depends on the option being set: <ul> <li> '<tt>keepalive</tt>': Setting this option to <tt>true</tt> enables the periodic transmission of messages on a connected socket. Should the connected party fail to respond to these messages, the connection is considered broken and processes using the socket are notified; <li> '<tt>linger</tt>': Controls the action taken when unsent data are queued on a socket and a close is performed. The value is a table with a boolean entry '<tt>on</tt>' and a numeric entry for the time interval '<tt>timeout</tt>' in seconds. If the '<tt>on</tt>' field is set to <tt>true</tt>, the system will block the process on the close attempt until it is able to transmit the data or until '<tt>timeout</tt>' has passed. If '<tt>on</tt>' is <tt>false</tt> and a close is issued, the system will process the close in a manner that allows the process to continue as quickly as possible. I do not advise you to set this to anything other than zero; <li> '<tt>reuseaddr</tt>': Setting this option indicates that the rules used in validating addresses supplied in a call to <a href=#bind><tt>bind</tt></a> should allow reuse of local addresses; <li> '<tt>tcp-nodelay</tt>': Setting this option to <tt>true</tt> disables the Nagle's algorithm for the connection; <li> '<tt>ipv6-v6only</tt>': Setting this option to <tt>true</tt> restricts an <tt>inet6</tt> socket to sending and receiving only IPv6 packets. </ul> <p class=return> The method returns 1 in case of success, or <b><tt>nil</tt></b> followed by an error message otherwise. </p> <p class=note> Note: The descriptions above come from the man pages. </p> <!-- getoption ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> <p class=name id="getoption"> client:<b>getoption(</b>option)</b><br> server:<b>getoption(</b>option)</b> </p> <p class=description> Gets options for the TCP object. See <a href=#setoption><tt>setoption</tt></a> for description of the option names and values. </p> <p class=parameters> <tt>Option</tt> is a string with the option name. <ul> <li> '<tt>keepalive</tt>' <li> '<tt>linger</tt>' <li> '<tt>reuseaddr</tt>' <li> '<tt>tcp-nodelay</tt>' </ul> <p class=return> The method returns the option <tt>value</tt> in case of success, or <b><tt>nil</tt></b> followed by an error message otherwise. </p> <!-- setstats +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> <p class=name id="setstats"> master:<b>setstats(</b>received, sent, age<b>)</b><br> client:<b>setstats(</b>received, sent, age<b>)</b><br> server:<b>setstats(</b>received, sent, age<b>)</b><br> </p> <p class=description> Resets accounting information on the socket, useful for throttling of bandwidth. </p> <p class=parameters> <tt>Received</tt> is a number with the new number of bytes received. <tt>Sent</tt> is a number with the new number of bytes sent. <tt>Age</tt> is the new age in seconds. </p> <p class=return> The method returns 1 in case of success and <tt><b>nil</b></tt> otherwise. </p> <!-- settimeout +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> <p class=name id="settimeout"> master:<b>settimeout(</b>value [, mode]<b>)</b><br> client:<b>settimeout(</b>value [, mode]<b>)</b><br> server:<b>settimeout(</b>value [, mode]<b>)</b> </p> <p class=description> Changes the timeout values for the object. By default, all I/O operations are blocking. That is, any call to the methods <a href=#send><tt>send</tt></a>, <a href=#receive><tt>receive</tt></a>, and <a href=#accept><tt>accept</tt></a> will block indefinitely, until the operation completes. The <tt>settimeout</tt> method defines a limit on the amount of time the I/O methods can block. When a timeout is set and the specified amount of time has elapsed, the affected methods give up and fail with an error code. </p> <p class=parameters> The amount of time to wait is specified as the <tt>value</tt> parameter, in seconds. There are two timeout modes and both can be used together for fine tuning: </p> <ul> <li> '<tt>b</tt>': <em>block</em> timeout. Specifies the upper limit on the amount of time LuaSocket can be blocked by the operating system while waiting for completion of any single I/O operation. This is the default mode;</li> <li> '<tt>t</tt>': <em>total</em> timeout. Specifies the upper limit on the amount of time LuaSocket can block a Lua script before returning from a call.</li> </ul> <p class=parameters> The <b><tt>nil</tt></b> timeout <tt>value</tt> allows operations to block indefinitely. Negative timeout values have the same effect. </p> <p class=note> Note: although timeout values have millisecond precision in LuaSocket, large blocks can cause I/O functions not to respect timeout values due to the time the library takes to transfer blocks to and from the OS and to and from the Lua interpreter. Also, function that accept host names and perform automatic name resolution might be blocked by the resolver for longer than the specified timeout value. </p> <p class=note> Note: The old <tt>timeout</tt> method is deprecated. The name has been changed for sake of uniformity, since all other method names already contained verbs making their imperative nature obvious. </p> <!-- shutdown +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> <p class=name id="shutdown"> client:<b>shutdown(</b>mode<b>)</b><br> </p> <p class=description> Shuts down part of a full-duplex connection. </p> <p class=parameters> Mode tells which way of the connection should be shut down and can take the value: <ul> <li>"<tt>both</tt>": disallow further sends and receives on the object. This is the default mode; <li>"<tt>send</tt>": disallow further sends on the object; <li>"<tt>receive</tt>": disallow further receives on the object. </ul> <p class=return> This function returns 1. </p> <!-- dirty +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> <p class=name id="dirty"> master:<b>dirty()</b><br> client:<b>dirty()</b><br> server:<b>dirty()</b> </p> <p class=description> Check the read buffer status. </p> <p class=return> Returns <tt>true</tt> if there is any data in the read buffer, <tt>false</tt> otherwise. </p> <p class=note> Note: <b>This is an internal method, any use is unlikely to be portable.</b> </p> <!-- getfd +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> <p class=name id="getfd"> master:<b>getfd()</b><br> client:<b>getfd()</b><br> server:<b>getfd()</b> </p> <p class=description> Returns the underling socket descriptor or handle associated to the object. </p> <p class=return> The descriptor or handle. In case the object has been closed, the return will be -1. </p> <p class=note> Note: <b>This is an internal method, any use is unlikely to be portable.</b> </p> <!-- setfd +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> <p class=name id="setfd"> master:<b>setfd(</b>fd<b>)</b><br> client:<b>setfd(</b>fd<b>)</b><br> server:<b>setfd(</b>fd<b>)</b> </p> <p class=description> Sets the underling socket descriptor or handle associated to the object. The current one is simply replaced, not closed, and no other change to the object state is made. </p> <p class=return> No return value. </p> <p class=note> Note: <b>This is an internal method, any use is unlikely to be portable.</b> </p> <!-- footer +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> <div class=footer> <hr> <center> <p class=bar> <a href="index.html">home</a> &middot; <a href="index.html#down">download</a> &middot; <a href="installation.html">installation</a> &middot; <a href="introduction.html">introduction</a> &middot; <a href="reference.html">reference</a> </p> <p> <small> Last modified by Diego Nehab on <br> Thu Apr 20 00:25:57 EDT 2006 </small> </p> </center> </div> </body> </html>
PlugwiseBV/luasocket
doc/tcp.html
HTML
mit
21,403
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Coq bench</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../../..">Unstable</a></li> <li><a href=".">hott / contrib:cats-in-zfc 8.4.dev</a></li> <li class="active"><a href="">2014-12-04 17:27:55</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:cats-in-zfc <small> 8.4.dev <span class="label label-info">Not compatible with this Coq</span> </small> </h1> <p><em><script>document.write(moment("2014-12-04 17:27:55 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2014-12-04 17:27:55 UTC)</em><p> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>ruby lint.rb unstable ../unstable/packages/coq:contrib:cats-in-zfc/coq:contrib:cats-in-zfc.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:cats-in-zfc.8.4.dev coq.hott</code></dd> <dt>Return code</dt> <dd>768</dd> <dt>Duration</dt> <dd>0 s</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is hott). The following dependencies couldn&#39;t be met: - coq:contrib:cats-in-zfc -&gt; coq &lt;= 8.4.dev Your request can&#39;t be satisfied: - Conflicting version constraints for coq No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq, to test if the problem was incompatibility with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --dry-run coq:contrib:cats-in-zfc.8.4.dev</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>3 s</dd> <dt>Output</dt> <dd><pre>The following actions will be performed: - remove coq.hott === 1 to remove === =-=- Removing Packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Removing coq.hott. [WARNING] Directory /home/bench/.opam/system/lib/coq is not empty, not removing The following actions will be performed: - install coq.8.4pl4 [required by coq:contrib:cats-in-zfc] - install coq:contrib:cats-in-zfc.8.4.dev === 2 to install === =-=- Synchronizing package archives -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= =-=- Installing packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Building coq.8.4pl4: ./configure -configdir /home/bench/.opam/system/lib/coq/config -mandir /home/bench/.opam/system/man -docdir /home/bench/.opam/system/doc --prefix /home/bench/.opam/system --usecamlp5 --camlp5dir /home/bench/.opam/system/lib/camlp5 --coqide no make -j4 world make -j4 states make install Installing coq.8.4pl4. Building coq:contrib:cats-in-zfc.8.4.dev: coq_makefile -f Make -o Makefile make -j4 make install Installing coq:contrib:cats-in-zfc.8.4.dev. </pre></dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io-old
clean/Linux-x86_64-4.01.0-1.2.0/unstable/hott/contrib:cats-in-zfc/8.4.dev/2014-12-04_17-27-55.html
HTML
mit
6,927
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Hello World</title> </head> <body> <div id="appContainer"></div> <script src="/public/assets/js/bundle.js"></script> </body> </html>
MatthewNichols/ThePickupList
public/index.html
HTML
mit
220
<table> <thead> <td width="150"><a ng-click="sortBy('title')">Name</a></td> <td width="300">Description</td> <td width="200">Tags</td> <td width="200"><a ng-click="sortBy('uploadedTime')">Upload Date</a></td> </thead> <tbody> <tr data-siafile-row ng-repeat="sf in siafiles | orderBy:sortOrder" ></tr> <tr ng-hide="siafiles.length"> <td class="text-center" colspan="4">No Siafiles found.</td> </tr> </tbody> </table>
NebulousLabs/Sunfish
client/src/views/siafiletable.html
HTML
mit
484
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.6.0_27) on Thu Jan 23 20:13:21 EST 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="utf-8"> <title>Uses of Class org.apache.lucene.queries.function.ValueSource (Lucene 4.6.1 API)</title> <meta name="date" content="2014-01-23"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.lucene.queries.function.ValueSource (Lucene 4.6.1 API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/apache/lucene/queries/function/ValueSource.html" title="class in org.apache.lucene.queries.function">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../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/apache/lucene/queries/function//class-useValueSource.html" target="_top">FRAMES</a></li> <li><a href="ValueSource.html" target="_top">NO FRAMES</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class org.apache.lucene.queries.function.ValueSource" class="title">Uses of Class<br>org.apache.lucene.queries.function.ValueSource</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../../org/apache/lucene/queries/function/ValueSource.html" title="class in org.apache.lucene.queries.function">ValueSource</a></span><span class="tabEnd">&nbsp;</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.apache.lucene.queries.function">org.apache.lucene.queries.function</a></td> <td class="colLast"> <div class="block">Queries that compute score based upon a function</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#org.apache.lucene.queries.function.docvalues">org.apache.lucene.queries.function.docvalues</a></td> <td class="colLast"> <div class="block">FunctionValues for different data types.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="#org.apache.lucene.queries.function.valuesource">org.apache.lucene.queries.function.valuesource</a></td> <td class="colLast"> <div class="block">A variety of functions to use with FunctionQuery.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.apache.lucene.queries.function"> <!-- --> </a> <h3>Uses of <a href="../../../../../../org/apache/lucene/queries/function/ValueSource.html" title="class in org.apache.lucene.queries.function">ValueSource</a> in <a href="../../../../../../org/apache/lucene/queries/function/package-summary.html">org.apache.lucene.queries.function</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../org/apache/lucene/queries/function/package-summary.html">org.apache.lucene.queries.function</a> that return <a href="../../../../../../org/apache/lucene/queries/function/ValueSource.html" title="class in org.apache.lucene.queries.function">ValueSource</a></span><span class="tabEnd">&nbsp;</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/apache/lucene/queries/function/ValueSource.html" title="class in org.apache.lucene.queries.function">ValueSource</a></code></td> <td class="colLast"><span class="strong">FunctionQuery.</span><code><strong><a href="../../../../../../org/apache/lucene/queries/function/FunctionQuery.html#getValueSource()">getValueSource</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/lucene/queries/function/ValueSource.html" title="class in org.apache.lucene.queries.function">ValueSource</a></code></td> <td class="colLast"><span class="strong">BoostedQuery.</span><code><strong><a href="../../../../../../org/apache/lucene/queries/function/BoostedQuery.html#getValueSource()">getValueSource</a></strong>()</code>&nbsp;</td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> <caption><span>Constructors in <a href="../../../../../../org/apache/lucene/queries/function/package-summary.html">org.apache.lucene.queries.function</a> with parameters of type <a href="../../../../../../org/apache/lucene/queries/function/ValueSource.html" title="class in org.apache.lucene.queries.function">ValueSource</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colLast"><code><strong><a href="../../../../../../org/apache/lucene/queries/function/BoostedQuery.html#BoostedQuery(org.apache.lucene.search.Query, org.apache.lucene.queries.function.ValueSource)">BoostedQuery</a></strong>(<a href="../../../../../../../core/org/apache/lucene/search/Query.html?is-external=true" title="class or interface in org.apache.lucene.search">Query</a>&nbsp;subQuery, <a href="../../../../../../org/apache/lucene/queries/function/ValueSource.html" title="class in org.apache.lucene.queries.function">ValueSource</a>&nbsp;boostVal)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colLast"><code><strong><a href="../../../../../../org/apache/lucene/queries/function/FunctionQuery.html#FunctionQuery(org.apache.lucene.queries.function.ValueSource)">FunctionQuery</a></strong>(<a href="../../../../../../org/apache/lucene/queries/function/ValueSource.html" title="class in org.apache.lucene.queries.function">ValueSource</a>&nbsp;func)</code>&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.lucene.queries.function.docvalues"> <!-- --> </a> <h3>Uses of <a href="../../../../../../org/apache/lucene/queries/function/ValueSource.html" title="class in org.apache.lucene.queries.function">ValueSource</a> in <a href="../../../../../../org/apache/lucene/queries/function/docvalues/package-summary.html">org.apache.lucene.queries.function.docvalues</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> <caption><span>Fields in <a href="../../../../../../org/apache/lucene/queries/function/docvalues/package-summary.html">org.apache.lucene.queries.function.docvalues</a> declared as <a href="../../../../../../org/apache/lucene/queries/function/ValueSource.html" title="class in org.apache.lucene.queries.function">ValueSource</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>protected <a href="../../../../../../org/apache/lucene/queries/function/ValueSource.html" title="class in org.apache.lucene.queries.function">ValueSource</a></code></td> <td class="colLast"><span class="strong">StrDocValues.</span><code><strong><a href="../../../../../../org/apache/lucene/queries/function/docvalues/StrDocValues.html#vs">vs</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected <a href="../../../../../../org/apache/lucene/queries/function/ValueSource.html" title="class in org.apache.lucene.queries.function">ValueSource</a></code></td> <td class="colLast"><span class="strong">IntDocValues.</span><code><strong><a href="../../../../../../org/apache/lucene/queries/function/docvalues/IntDocValues.html#vs">vs</a></strong></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>protected <a href="../../../../../../org/apache/lucene/queries/function/ValueSource.html" title="class in org.apache.lucene.queries.function">ValueSource</a></code></td> <td class="colLast"><span class="strong">BoolDocValues.</span><code><strong><a href="../../../../../../org/apache/lucene/queries/function/docvalues/BoolDocValues.html#vs">vs</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected <a href="../../../../../../org/apache/lucene/queries/function/ValueSource.html" title="class in org.apache.lucene.queries.function">ValueSource</a></code></td> <td class="colLast"><span class="strong">DoubleDocValues.</span><code><strong><a href="../../../../../../org/apache/lucene/queries/function/docvalues/DoubleDocValues.html#vs">vs</a></strong></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>protected <a href="../../../../../../org/apache/lucene/queries/function/ValueSource.html" title="class in org.apache.lucene.queries.function">ValueSource</a></code></td> <td class="colLast"><span class="strong">LongDocValues.</span><code><strong><a href="../../../../../../org/apache/lucene/queries/function/docvalues/LongDocValues.html#vs">vs</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected <a href="../../../../../../org/apache/lucene/queries/function/ValueSource.html" title="class in org.apache.lucene.queries.function">ValueSource</a></code></td> <td class="colLast"><span class="strong">FloatDocValues.</span><code><strong><a href="../../../../../../org/apache/lucene/queries/function/docvalues/FloatDocValues.html#vs">vs</a></strong></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>protected <a href="../../../../../../org/apache/lucene/queries/function/ValueSource.html" title="class in org.apache.lucene.queries.function">ValueSource</a></code></td> <td class="colLast"><span class="strong">DocTermsIndexDocValues.</span><code><strong><a href="../../../../../../org/apache/lucene/queries/function/docvalues/DocTermsIndexDocValues.html#vs">vs</a></strong></code>&nbsp;</td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> <caption><span>Constructors in <a href="../../../../../../org/apache/lucene/queries/function/docvalues/package-summary.html">org.apache.lucene.queries.function.docvalues</a> with parameters of type <a href="../../../../../../org/apache/lucene/queries/function/ValueSource.html" title="class in org.apache.lucene.queries.function">ValueSource</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colLast"><code><strong><a href="../../../../../../org/apache/lucene/queries/function/docvalues/BoolDocValues.html#BoolDocValues(org.apache.lucene.queries.function.ValueSource)">BoolDocValues</a></strong>(<a href="../../../../../../org/apache/lucene/queries/function/ValueSource.html" title="class in org.apache.lucene.queries.function">ValueSource</a>&nbsp;vs)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colLast"><code><strong><a href="../../../../../../org/apache/lucene/queries/function/docvalues/DocTermsIndexDocValues.html#DocTermsIndexDocValues(org.apache.lucene.queries.function.ValueSource, org.apache.lucene.index.AtomicReaderContext, java.lang.String)">DocTermsIndexDocValues</a></strong>(<a href="../../../../../../org/apache/lucene/queries/function/ValueSource.html" title="class in org.apache.lucene.queries.function">ValueSource</a>&nbsp;vs, <a href="../../../../../../../core/org/apache/lucene/index/AtomicReaderContext.html?is-external=true" title="class or interface in org.apache.lucene.index">AtomicReaderContext</a>&nbsp;context, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;field)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colLast"><code><strong><a href="../../../../../../org/apache/lucene/queries/function/docvalues/DoubleDocValues.html#DoubleDocValues(org.apache.lucene.queries.function.ValueSource)">DoubleDocValues</a></strong>(<a href="../../../../../../org/apache/lucene/queries/function/ValueSource.html" title="class in org.apache.lucene.queries.function">ValueSource</a>&nbsp;vs)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colLast"><code><strong><a href="../../../../../../org/apache/lucene/queries/function/docvalues/FloatDocValues.html#FloatDocValues(org.apache.lucene.queries.function.ValueSource)">FloatDocValues</a></strong>(<a href="../../../../../../org/apache/lucene/queries/function/ValueSource.html" title="class in org.apache.lucene.queries.function">ValueSource</a>&nbsp;vs)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colLast"><code><strong><a href="../../../../../../org/apache/lucene/queries/function/docvalues/IntDocValues.html#IntDocValues(org.apache.lucene.queries.function.ValueSource)">IntDocValues</a></strong>(<a href="../../../../../../org/apache/lucene/queries/function/ValueSource.html" title="class in org.apache.lucene.queries.function">ValueSource</a>&nbsp;vs)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colLast"><code><strong><a href="../../../../../../org/apache/lucene/queries/function/docvalues/LongDocValues.html#LongDocValues(org.apache.lucene.queries.function.ValueSource)">LongDocValues</a></strong>(<a href="../../../../../../org/apache/lucene/queries/function/ValueSource.html" title="class in org.apache.lucene.queries.function">ValueSource</a>&nbsp;vs)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colLast"><code><strong><a href="../../../../../../org/apache/lucene/queries/function/docvalues/StrDocValues.html#StrDocValues(org.apache.lucene.queries.function.ValueSource)">StrDocValues</a></strong>(<a href="../../../../../../org/apache/lucene/queries/function/ValueSource.html" title="class in org.apache.lucene.queries.function">ValueSource</a>&nbsp;vs)</code>&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.lucene.queries.function.valuesource"> <!-- --> </a> <h3>Uses of <a href="../../../../../../org/apache/lucene/queries/function/ValueSource.html" title="class in org.apache.lucene.queries.function">ValueSource</a> in <a href="../../../../../../org/apache/lucene/queries/function/valuesource/package-summary.html">org.apache.lucene.queries.function.valuesource</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation"> <caption><span>Subclasses of <a href="../../../../../../org/apache/lucene/queries/function/ValueSource.html" title="class in org.apache.lucene.queries.function">ValueSource</a> in <a href="../../../../../../org/apache/lucene/queries/function/valuesource/package-summary.html">org.apache.lucene.queries.function.valuesource</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/lucene/queries/function/valuesource/BoolFunction.html" title="class in org.apache.lucene.queries.function.valuesource">BoolFunction</a></strong></code> <div class="block">Abstract parent class for those <a href="../../../../../../org/apache/lucene/queries/function/ValueSource.html" title="class in org.apache.lucene.queries.function"><code>ValueSource</code></a> implementations which apply boolean logic to their values</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/lucene/queries/function/valuesource/ByteFieldSource.html" title="class in org.apache.lucene.queries.function.valuesource">ByteFieldSource</a></strong></code> <div class="block"><strong>Deprecated.</strong>&nbsp;</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/lucene/queries/function/valuesource/BytesRefFieldSource.html" title="class in org.apache.lucene.queries.function.valuesource">BytesRefFieldSource</a></strong></code> <div class="block">An implementation for retrieving <a href="../../../../../../org/apache/lucene/queries/function/FunctionValues.html" title="class in org.apache.lucene.queries.function"><code>FunctionValues</code></a> instances for string based fields.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/lucene/queries/function/valuesource/ConstNumberSource.html" title="class in org.apache.lucene.queries.function.valuesource">ConstNumberSource</a></strong></code> <div class="block"><code>ConstNumberSource</code> is the base class for all constant numbers</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/lucene/queries/function/valuesource/ConstValueSource.html" title="class in org.apache.lucene.queries.function.valuesource">ConstValueSource</a></strong></code> <div class="block"><code>ConstValueSource</code> returns a constant for all documents</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/lucene/queries/function/valuesource/DefFunction.html" title="class in org.apache.lucene.queries.function.valuesource">DefFunction</a></strong></code> <div class="block"><a href="../../../../../../org/apache/lucene/queries/function/ValueSource.html" title="class in org.apache.lucene.queries.function"><code>ValueSource</code></a> implementation which only returns the values from the provided ValueSources which are available for a particular docId.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/lucene/queries/function/valuesource/DivFloatFunction.html" title="class in org.apache.lucene.queries.function.valuesource">DivFloatFunction</a></strong></code> <div class="block">Function to divide "a" by "b"</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/lucene/queries/function/valuesource/DocFreqValueSource.html" title="class in org.apache.lucene.queries.function.valuesource">DocFreqValueSource</a></strong></code> <div class="block"><code>DocFreqValueSource</code> returns the number of documents containing the term.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/lucene/queries/function/valuesource/DoubleConstValueSource.html" title="class in org.apache.lucene.queries.function.valuesource">DoubleConstValueSource</a></strong></code> <div class="block">Function that returns a constant double value for every document.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/lucene/queries/function/valuesource/DoubleFieldSource.html" title="class in org.apache.lucene.queries.function.valuesource">DoubleFieldSource</a></strong></code> <div class="block">Obtains double field values from <a href="../../../../../../../core/org/apache/lucene/search/FieldCache.html?is-external=true#getDoubles(org.apache.lucene.index.AtomicReader, java.lang.String, boolean)" title="class or interface in org.apache.lucene.search"><code>FieldCache.getDoubles(org.apache.lucene.index.AtomicReader, java.lang.String, boolean)</code></a> and makes those values available as other numeric types, casting as needed.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/lucene/queries/function/valuesource/DualFloatFunction.html" title="class in org.apache.lucene.queries.function.valuesource">DualFloatFunction</a></strong></code> <div class="block">Abstract <a href="../../../../../../org/apache/lucene/queries/function/ValueSource.html" title="class in org.apache.lucene.queries.function"><code>ValueSource</code></a> implementation which wraps two ValueSources and applies an extendible float function to their values.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/lucene/queries/function/valuesource/EnumFieldSource.html" title="class in org.apache.lucene.queries.function.valuesource">EnumFieldSource</a></strong></code> <div class="block">Obtains int field values from <a href="../../../../../../../core/org/apache/lucene/search/FieldCache.html?is-external=true#getInts(org.apache.lucene.index.AtomicReader, java.lang.String, boolean)" title="class or interface in org.apache.lucene.search"><code>FieldCache.getInts(org.apache.lucene.index.AtomicReader, java.lang.String, boolean)</code></a> and makes those values available as other numeric types, casting as needed.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/lucene/queries/function/valuesource/FieldCacheSource.html" title="class in org.apache.lucene.queries.function.valuesource">FieldCacheSource</a></strong></code> <div class="block">A base class for ValueSource implementations that retrieve values for a single field from the <a href="../../../../../../../core/org/apache/lucene/search/FieldCache.html?is-external=true" title="class or interface in org.apache.lucene.search"><code>FieldCache</code></a>.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/lucene/queries/function/valuesource/FloatFieldSource.html" title="class in org.apache.lucene.queries.function.valuesource">FloatFieldSource</a></strong></code> <div class="block">Obtains float field values from <a href="../../../../../../../core/org/apache/lucene/search/FieldCache.html?is-external=true#getFloats(org.apache.lucene.index.AtomicReader, java.lang.String, boolean)" title="class or interface in org.apache.lucene.search"><code>FieldCache.getFloats(org.apache.lucene.index.AtomicReader, java.lang.String, boolean)</code></a> and makes those values available as other numeric types, casting as needed.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/lucene/queries/function/valuesource/IDFValueSource.html" title="class in org.apache.lucene.queries.function.valuesource">IDFValueSource</a></strong></code> <div class="block">Function that returns <a href="../../../../../../../core/org/apache/lucene/search/similarities/TFIDFSimilarity.html?is-external=true" title="class or interface in org.apache.lucene.search.similarities"><code>#idf(long, long)</code></a> for every document.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/lucene/queries/function/valuesource/IfFunction.html" title="class in org.apache.lucene.queries.function.valuesource">IfFunction</a></strong></code> <div class="block">Depending on the boolean value of the <code>ifSource</code> function, returns the value of the <code>trueSource</code> or <code>falseSource</code> function.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/lucene/queries/function/valuesource/IntFieldSource.html" title="class in org.apache.lucene.queries.function.valuesource">IntFieldSource</a></strong></code> <div class="block">Obtains int field values from <a href="../../../../../../../core/org/apache/lucene/search/FieldCache.html?is-external=true#getInts(org.apache.lucene.index.AtomicReader, java.lang.String, boolean)" title="class or interface in org.apache.lucene.search"><code>FieldCache.getInts(org.apache.lucene.index.AtomicReader, java.lang.String, boolean)</code></a> and makes those values available as other numeric types, casting as needed.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/lucene/queries/function/valuesource/JoinDocFreqValueSource.html" title="class in org.apache.lucene.queries.function.valuesource">JoinDocFreqValueSource</a></strong></code> <div class="block">Use a field value and find the Document Frequency within another field.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/lucene/queries/function/valuesource/LinearFloatFunction.html" title="class in org.apache.lucene.queries.function.valuesource">LinearFloatFunction</a></strong></code> <div class="block"><code>LinearFloatFunction</code> implements a linear function over another <a href="../../../../../../org/apache/lucene/queries/function/ValueSource.html" title="class in org.apache.lucene.queries.function"><code>ValueSource</code></a>.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/lucene/queries/function/valuesource/LiteralValueSource.html" title="class in org.apache.lucene.queries.function.valuesource">LiteralValueSource</a></strong></code> <div class="block">Pass a the field value through as a String, no matter the type // Q: doesn't this mean it's a "string"?</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/lucene/queries/function/valuesource/LongFieldSource.html" title="class in org.apache.lucene.queries.function.valuesource">LongFieldSource</a></strong></code> <div class="block">Obtains long field values from <a href="../../../../../../../core/org/apache/lucene/search/FieldCache.html?is-external=true#getLongs(org.apache.lucene.index.AtomicReader, java.lang.String, boolean)" title="class or interface in org.apache.lucene.search"><code>FieldCache.getLongs(org.apache.lucene.index.AtomicReader, java.lang.String, boolean)</code></a> and makes those values available as other numeric types, casting as needed.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/lucene/queries/function/valuesource/MaxDocValueSource.html" title="class in org.apache.lucene.queries.function.valuesource">MaxDocValueSource</a></strong></code> <div class="block">Returns the value of <a href="../../../../../../../core/org/apache/lucene/index/IndexReader.html?is-external=true#maxDoc()" title="class or interface in org.apache.lucene.index"><code>IndexReader.maxDoc()</code></a> for every document.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/lucene/queries/function/valuesource/MaxFloatFunction.html" title="class in org.apache.lucene.queries.function.valuesource">MaxFloatFunction</a></strong></code> <div class="block"><code>MaxFloatFunction</code> returns the max of it's components.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/lucene/queries/function/valuesource/MinFloatFunction.html" title="class in org.apache.lucene.queries.function.valuesource">MinFloatFunction</a></strong></code> <div class="block"><code>MinFloatFunction</code> returns the min of it's components.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/lucene/queries/function/valuesource/MultiBoolFunction.html" title="class in org.apache.lucene.queries.function.valuesource">MultiBoolFunction</a></strong></code> <div class="block">Abstract <a href="../../../../../../org/apache/lucene/queries/function/ValueSource.html" title="class in org.apache.lucene.queries.function"><code>ValueSource</code></a> implementation which wraps multiple ValueSources and applies an extendible boolean function to their values.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/lucene/queries/function/valuesource/MultiFloatFunction.html" title="class in org.apache.lucene.queries.function.valuesource">MultiFloatFunction</a></strong></code> <div class="block">Abstract <a href="../../../../../../org/apache/lucene/queries/function/ValueSource.html" title="class in org.apache.lucene.queries.function"><code>ValueSource</code></a> implementation which wraps multiple ValueSources and applies an extendible float function to their values.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/lucene/queries/function/valuesource/MultiFunction.html" title="class in org.apache.lucene.queries.function.valuesource">MultiFunction</a></strong></code> <div class="block">Abstract parent class for <a href="../../../../../../org/apache/lucene/queries/function/ValueSource.html" title="class in org.apache.lucene.queries.function"><code>ValueSource</code></a> implementations that wrap multiple ValueSources and apply their own logic.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/lucene/queries/function/valuesource/MultiValueSource.html" title="class in org.apache.lucene.queries.function.valuesource">MultiValueSource</a></strong></code> <div class="block">A <a href="../../../../../../org/apache/lucene/queries/function/ValueSource.html" title="class in org.apache.lucene.queries.function"><code>ValueSource</code></a> that abstractly represents <a href="../../../../../../org/apache/lucene/queries/function/ValueSource.html" title="class in org.apache.lucene.queries.function"><code>ValueSource</code></a>s for poly fields, and other things.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/lucene/queries/function/valuesource/NormValueSource.html" title="class in org.apache.lucene.queries.function.valuesource">NormValueSource</a></strong></code> <div class="block">Function that returns <a href="../../../../../../../core/org/apache/lucene/search/similarities/TFIDFSimilarity.html?is-external=true#decodeNormValue(long)" title="class or interface in org.apache.lucene.search.similarities"><code>TFIDFSimilarity.decodeNormValue(long)</code></a> for every document.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/lucene/queries/function/valuesource/NumDocsValueSource.html" title="class in org.apache.lucene.queries.function.valuesource">NumDocsValueSource</a></strong></code> <div class="block">Returns the value of <a href="../../../../../../../core/org/apache/lucene/index/IndexReader.html?is-external=true#numDocs()" title="class or interface in org.apache.lucene.index"><code>IndexReader.numDocs()</code></a> for every document.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/lucene/queries/function/valuesource/OrdFieldSource.html" title="class in org.apache.lucene.queries.function.valuesource">OrdFieldSource</a></strong></code> <div class="block">Obtains the ordinal of the field value from the default Lucene <a href="../../../../../../../core/org/apache/lucene/search/FieldCache.html?is-external=true" title="class or interface in org.apache.lucene.search"><code>FieldCache</code></a> using getStringIndex().</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/lucene/queries/function/valuesource/PowFloatFunction.html" title="class in org.apache.lucene.queries.function.valuesource">PowFloatFunction</a></strong></code> <div class="block">Function to raise the base "a" to the power "b"</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/lucene/queries/function/valuesource/ProductFloatFunction.html" title="class in org.apache.lucene.queries.function.valuesource">ProductFloatFunction</a></strong></code> <div class="block"><code>ProductFloatFunction</code> returns the product of it's components.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/lucene/queries/function/valuesource/QueryValueSource.html" title="class in org.apache.lucene.queries.function.valuesource">QueryValueSource</a></strong></code> <div class="block"><code>QueryValueSource</code> returns the relevance score of the query</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/lucene/queries/function/valuesource/RangeMapFloatFunction.html" title="class in org.apache.lucene.queries.function.valuesource">RangeMapFloatFunction</a></strong></code> <div class="block"><code>LinearFloatFunction</code> implements a linear function over another <a href="../../../../../../org/apache/lucene/queries/function/ValueSource.html" title="class in org.apache.lucene.queries.function"><code>ValueSource</code></a>.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/lucene/queries/function/valuesource/ReciprocalFloatFunction.html" title="class in org.apache.lucene.queries.function.valuesource">ReciprocalFloatFunction</a></strong></code> <div class="block"><code>ReciprocalFloatFunction</code> implements a reciprocal function f(x) = a/(mx+b), based on the float value of a field or function as exported by <a href="../../../../../../org/apache/lucene/queries/function/ValueSource.html" title="class in org.apache.lucene.queries.function"><code>ValueSource</code></a>.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/lucene/queries/function/valuesource/ReverseOrdFieldSource.html" title="class in org.apache.lucene.queries.function.valuesource">ReverseOrdFieldSource</a></strong></code> <div class="block">Obtains the ordinal of the field value from the default Lucene <a href="../../../../../../../core/org/apache/lucene/search/FieldCache.html?is-external=true" title="class or interface in org.apache.lucene.search"><code>FieldCache</code></a> using getTermsIndex() and reverses the order.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/lucene/queries/function/valuesource/ScaleFloatFunction.html" title="class in org.apache.lucene.queries.function.valuesource">ScaleFloatFunction</a></strong></code> <div class="block">Scales values to be between min and max.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/lucene/queries/function/valuesource/ShortFieldSource.html" title="class in org.apache.lucene.queries.function.valuesource">ShortFieldSource</a></strong></code> <div class="block"><strong>Deprecated.</strong>&nbsp;</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/lucene/queries/function/valuesource/SimpleBoolFunction.html" title="class in org.apache.lucene.queries.function.valuesource">SimpleBoolFunction</a></strong></code> <div class="block"><a href="../../../../../../org/apache/lucene/queries/function/valuesource/BoolFunction.html" title="class in org.apache.lucene.queries.function.valuesource"><code>BoolFunction</code></a> implementation which applies an extendible boolean function to the values of a single wrapped <a href="../../../../../../org/apache/lucene/queries/function/ValueSource.html" title="class in org.apache.lucene.queries.function"><code>ValueSource</code></a>.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/lucene/queries/function/valuesource/SimpleFloatFunction.html" title="class in org.apache.lucene.queries.function.valuesource">SimpleFloatFunction</a></strong></code> <div class="block">A simple float function with a single argument</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/lucene/queries/function/valuesource/SingleFunction.html" title="class in org.apache.lucene.queries.function.valuesource">SingleFunction</a></strong></code> <div class="block">A function with a single argument</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/lucene/queries/function/valuesource/SumFloatFunction.html" title="class in org.apache.lucene.queries.function.valuesource">SumFloatFunction</a></strong></code> <div class="block"><code>SumFloatFunction</code> returns the sum of it's components.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/lucene/queries/function/valuesource/SumTotalTermFreqValueSource.html" title="class in org.apache.lucene.queries.function.valuesource">SumTotalTermFreqValueSource</a></strong></code> <div class="block"><code>SumTotalTermFreqValueSource</code> returns the number of tokens.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/lucene/queries/function/valuesource/TermFreqValueSource.html" title="class in org.apache.lucene.queries.function.valuesource">TermFreqValueSource</a></strong></code> <div class="block">Function that returns <a href="../../../../../../../core/org/apache/lucene/index/DocsEnum.html?is-external=true#freq()" title="class or interface in org.apache.lucene.index"><code>DocsEnum.freq()</code></a> for the supplied term in every document.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/lucene/queries/function/valuesource/TFValueSource.html" title="class in org.apache.lucene.queries.function.valuesource">TFValueSource</a></strong></code> <div class="block">Function that returns <a href="../../../../../../../core/org/apache/lucene/search/similarities/TFIDFSimilarity.html?is-external=true#tf(float)" title="class or interface in org.apache.lucene.search.similarities"><code>TFIDFSimilarity.tf(float)</code></a> for every document.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/lucene/queries/function/valuesource/TotalTermFreqValueSource.html" title="class in org.apache.lucene.queries.function.valuesource">TotalTermFreqValueSource</a></strong></code> <div class="block"><code>TotalTermFreqValueSource</code> returns the total term freq (sum of term freqs across all documents).</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/lucene/queries/function/valuesource/VectorValueSource.html" title="class in org.apache.lucene.queries.function.valuesource">VectorValueSource</a></strong></code> <div class="block">Converts individual ValueSource instances to leverage the FunctionValues *Val functions that work with multiple values, i.e.</div> </td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> <caption><span>Fields in <a href="../../../../../../org/apache/lucene/queries/function/valuesource/package-summary.html">org.apache.lucene.queries.function.valuesource</a> declared as <a href="../../../../../../org/apache/lucene/queries/function/ValueSource.html" title="class in org.apache.lucene.queries.function">ValueSource</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>protected <a href="../../../../../../org/apache/lucene/queries/function/ValueSource.html" title="class in org.apache.lucene.queries.function">ValueSource</a></code></td> <td class="colLast"><span class="strong">DualFloatFunction.</span><code><strong><a href="../../../../../../org/apache/lucene/queries/function/valuesource/DualFloatFunction.html#a">a</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected <a href="../../../../../../org/apache/lucene/queries/function/ValueSource.html" title="class in org.apache.lucene.queries.function">ValueSource</a></code></td> <td class="colLast"><span class="strong">DualFloatFunction.</span><code><strong><a href="../../../../../../org/apache/lucene/queries/function/valuesource/DualFloatFunction.html#b">b</a></strong></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>protected <a href="../../../../../../org/apache/lucene/queries/function/ValueSource.html" title="class in org.apache.lucene.queries.function">ValueSource</a></code></td> <td class="colLast"><span class="strong">ScaleFloatFunction.</span><code><strong><a href="../../../../../../org/apache/lucene/queries/function/valuesource/ScaleFloatFunction.html#source">source</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected <a href="../../../../../../org/apache/lucene/queries/function/ValueSource.html" title="class in org.apache.lucene.queries.function">ValueSource</a></code></td> <td class="colLast"><span class="strong">LinearFloatFunction.</span><code><strong><a href="../../../../../../org/apache/lucene/queries/function/valuesource/LinearFloatFunction.html#source">source</a></strong></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>protected <a href="../../../../../../org/apache/lucene/queries/function/ValueSource.html" title="class in org.apache.lucene.queries.function">ValueSource</a></code></td> <td class="colLast"><span class="strong">SimpleBoolFunction.</span><code><strong><a href="../../../../../../org/apache/lucene/queries/function/valuesource/SimpleBoolFunction.html#source">source</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected <a href="../../../../../../org/apache/lucene/queries/function/ValueSource.html" title="class in org.apache.lucene.queries.function">ValueSource</a></code></td> <td class="colLast"><span class="strong">ReciprocalFloatFunction.</span><code><strong><a href="../../../../../../org/apache/lucene/queries/function/valuesource/ReciprocalFloatFunction.html#source">source</a></strong></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>protected <a href="../../../../../../org/apache/lucene/queries/function/ValueSource.html" title="class in org.apache.lucene.queries.function">ValueSource</a></code></td> <td class="colLast"><span class="strong">RangeMapFloatFunction.</span><code><strong><a href="../../../../../../org/apache/lucene/queries/function/valuesource/RangeMapFloatFunction.html#source">source</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected <a href="../../../../../../org/apache/lucene/queries/function/ValueSource.html" title="class in org.apache.lucene.queries.function">ValueSource</a></code></td> <td class="colLast"><span class="strong">SingleFunction.</span><code><strong><a href="../../../../../../org/apache/lucene/queries/function/valuesource/SingleFunction.html#source">source</a></strong></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>protected <a href="../../../../../../org/apache/lucene/queries/function/ValueSource.html" title="class in org.apache.lucene.queries.function">ValueSource</a>[]</code></td> <td class="colLast"><span class="strong">MultiFloatFunction.</span><code><strong><a href="../../../../../../org/apache/lucene/queries/function/valuesource/MultiFloatFunction.html#sources">sources</a></strong></code>&nbsp;</td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> <caption><span>Fields in <a href="../../../../../../org/apache/lucene/queries/function/valuesource/package-summary.html">org.apache.lucene.queries.function.valuesource</a> with type parameters of type <a href="../../../../../../org/apache/lucene/queries/function/ValueSource.html" title="class in org.apache.lucene.queries.function">ValueSource</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>protected <a href="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../../org/apache/lucene/queries/function/ValueSource.html" title="class in org.apache.lucene.queries.function">ValueSource</a>&gt;</code></td> <td class="colLast"><span class="strong">MultiFunction.</span><code><strong><a href="../../../../../../org/apache/lucene/queries/function/valuesource/MultiFunction.html#sources">sources</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected <a href="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../../org/apache/lucene/queries/function/ValueSource.html" title="class in org.apache.lucene.queries.function">ValueSource</a>&gt;</code></td> <td class="colLast"><span class="strong">VectorValueSource.</span><code><strong><a href="../../../../../../org/apache/lucene/queries/function/valuesource/VectorValueSource.html#sources">sources</a></strong></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>protected <a href="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../../org/apache/lucene/queries/function/ValueSource.html" title="class in org.apache.lucene.queries.function">ValueSource</a>&gt;</code></td> <td class="colLast"><span class="strong">MultiBoolFunction.</span><code><strong><a href="../../../../../../org/apache/lucene/queries/function/valuesource/MultiBoolFunction.html#sources">sources</a></strong></code>&nbsp;</td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../org/apache/lucene/queries/function/valuesource/package-summary.html">org.apache.lucene.queries.function.valuesource</a> that return types with arguments of type <a href="../../../../../../org/apache/lucene/queries/function/ValueSource.html" title="class in org.apache.lucene.queries.function">ValueSource</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../../org/apache/lucene/queries/function/ValueSource.html" title="class in org.apache.lucene.queries.function">ValueSource</a>&gt;</code></td> <td class="colLast"><span class="strong">VectorValueSource.</span><code><strong><a href="../../../../../../org/apache/lucene/queries/function/valuesource/VectorValueSource.html#getSources()">getSources</a></strong>()</code>&nbsp;</td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Method parameters in <a href="../../../../../../org/apache/lucene/queries/function/valuesource/package-summary.html">org.apache.lucene.queries.function.valuesource</a> with type arguments of type <a href="../../../../../../org/apache/lucene/queries/function/ValueSource.html" title="class in org.apache.lucene.queries.function">ValueSource</a></span><span class="tabEnd">&nbsp;</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>static <a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td class="colLast"><span class="strong">MultiFunction.</span><code><strong><a href="../../../../../../org/apache/lucene/queries/function/valuesource/MultiFunction.html#description(java.lang.String, java.util.List)">description</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name, <a href="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../../org/apache/lucene/queries/function/ValueSource.html" title="class in org.apache.lucene.queries.function">ValueSource</a>&gt;&nbsp;sources)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../../../../org/apache/lucene/queries/function/FunctionValues.html" title="class in org.apache.lucene.queries.function">FunctionValues</a>[]</code></td> <td class="colLast"><span class="strong">MultiFunction.</span><code><strong><a href="../../../../../../org/apache/lucene/queries/function/valuesource/MultiFunction.html#valsArr(java.util.List, java.util.Map, org.apache.lucene.index.AtomicReaderContext)">valsArr</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../../org/apache/lucene/queries/function/ValueSource.html" title="class in org.apache.lucene.queries.function">ValueSource</a>&gt;&nbsp;sources, <a href="http://download.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&nbsp;fcontext, <a href="../../../../../../../core/org/apache/lucene/index/AtomicReaderContext.html?is-external=true" title="class or interface in org.apache.lucene.index">AtomicReaderContext</a>&nbsp;readerContext)</code>&nbsp;</td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> <caption><span>Constructors in <a href="../../../../../../org/apache/lucene/queries/function/valuesource/package-summary.html">org.apache.lucene.queries.function.valuesource</a> with parameters of type <a href="../../../../../../org/apache/lucene/queries/function/ValueSource.html" title="class in org.apache.lucene.queries.function">ValueSource</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colLast"><code><strong><a href="../../../../../../org/apache/lucene/queries/function/valuesource/DivFloatFunction.html#DivFloatFunction(org.apache.lucene.queries.function.ValueSource, org.apache.lucene.queries.function.ValueSource)">DivFloatFunction</a></strong>(<a href="../../../../../../org/apache/lucene/queries/function/ValueSource.html" title="class in org.apache.lucene.queries.function">ValueSource</a>&nbsp;a, <a href="../../../../../../org/apache/lucene/queries/function/ValueSource.html" title="class in org.apache.lucene.queries.function">ValueSource</a>&nbsp;b)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colLast"><code><strong><a href="../../../../../../org/apache/lucene/queries/function/valuesource/DualFloatFunction.html#DualFloatFunction(org.apache.lucene.queries.function.ValueSource, org.apache.lucene.queries.function.ValueSource)">DualFloatFunction</a></strong>(<a href="../../../../../../org/apache/lucene/queries/function/ValueSource.html" title="class in org.apache.lucene.queries.function">ValueSource</a>&nbsp;a, <a href="../../../../../../org/apache/lucene/queries/function/ValueSource.html" title="class in org.apache.lucene.queries.function">ValueSource</a>&nbsp;b)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colLast"><code><strong><a href="../../../../../../org/apache/lucene/queries/function/valuesource/IfFunction.html#IfFunction(org.apache.lucene.queries.function.ValueSource, org.apache.lucene.queries.function.ValueSource, org.apache.lucene.queries.function.ValueSource)">IfFunction</a></strong>(<a href="../../../../../../org/apache/lucene/queries/function/ValueSource.html" title="class in org.apache.lucene.queries.function">ValueSource</a>&nbsp;ifSource, <a href="../../../../../../org/apache/lucene/queries/function/ValueSource.html" title="class in org.apache.lucene.queries.function">ValueSource</a>&nbsp;trueSource, <a href="../../../../../../org/apache/lucene/queries/function/ValueSource.html" title="class in org.apache.lucene.queries.function">ValueSource</a>&nbsp;falseSource)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colLast"><code><strong><a href="../../../../../../org/apache/lucene/queries/function/valuesource/LinearFloatFunction.html#LinearFloatFunction(org.apache.lucene.queries.function.ValueSource, float, float)">LinearFloatFunction</a></strong>(<a href="../../../../../../org/apache/lucene/queries/function/ValueSource.html" title="class in org.apache.lucene.queries.function">ValueSource</a>&nbsp;source, float&nbsp;slope, float&nbsp;intercept)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colLast"><code><strong><a href="../../../../../../org/apache/lucene/queries/function/valuesource/MaxFloatFunction.html#MaxFloatFunction(org.apache.lucene.queries.function.ValueSource[])">MaxFloatFunction</a></strong>(<a href="../../../../../../org/apache/lucene/queries/function/ValueSource.html" title="class in org.apache.lucene.queries.function">ValueSource</a>[]&nbsp;sources)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colLast"><code><strong><a href="../../../../../../org/apache/lucene/queries/function/valuesource/MinFloatFunction.html#MinFloatFunction(org.apache.lucene.queries.function.ValueSource[])">MinFloatFunction</a></strong>(<a href="../../../../../../org/apache/lucene/queries/function/ValueSource.html" title="class in org.apache.lucene.queries.function">ValueSource</a>[]&nbsp;sources)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colLast"><code><strong><a href="../../../../../../org/apache/lucene/queries/function/valuesource/MultiFloatFunction.html#MultiFloatFunction(org.apache.lucene.queries.function.ValueSource[])">MultiFloatFunction</a></strong>(<a href="../../../../../../org/apache/lucene/queries/function/ValueSource.html" title="class in org.apache.lucene.queries.function">ValueSource</a>[]&nbsp;sources)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colLast"><code><strong><a href="../../../../../../org/apache/lucene/queries/function/valuesource/PowFloatFunction.html#PowFloatFunction(org.apache.lucene.queries.function.ValueSource, org.apache.lucene.queries.function.ValueSource)">PowFloatFunction</a></strong>(<a href="../../../../../../org/apache/lucene/queries/function/ValueSource.html" title="class in org.apache.lucene.queries.function">ValueSource</a>&nbsp;a, <a href="../../../../../../org/apache/lucene/queries/function/ValueSource.html" title="class in org.apache.lucene.queries.function">ValueSource</a>&nbsp;b)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colLast"><code><strong><a href="../../../../../../org/apache/lucene/queries/function/valuesource/ProductFloatFunction.html#ProductFloatFunction(org.apache.lucene.queries.function.ValueSource[])">ProductFloatFunction</a></strong>(<a href="../../../../../../org/apache/lucene/queries/function/ValueSource.html" title="class in org.apache.lucene.queries.function">ValueSource</a>[]&nbsp;sources)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colLast"><code><strong><a href="../../../../../../org/apache/lucene/queries/function/valuesource/RangeMapFloatFunction.html#RangeMapFloatFunction(org.apache.lucene.queries.function.ValueSource, float, float, float, java.lang.Float)">RangeMapFloatFunction</a></strong>(<a href="../../../../../../org/apache/lucene/queries/function/ValueSource.html" title="class in org.apache.lucene.queries.function">ValueSource</a>&nbsp;source, float&nbsp;min, float&nbsp;max, float&nbsp;target, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Float.html?is-external=true" title="class or interface in java.lang">Float</a>&nbsp;def)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colLast"><code><strong><a href="../../../../../../org/apache/lucene/queries/function/valuesource/ReciprocalFloatFunction.html#ReciprocalFloatFunction(org.apache.lucene.queries.function.ValueSource, float, float, float)">ReciprocalFloatFunction</a></strong>(<a href="../../../../../../org/apache/lucene/queries/function/ValueSource.html" title="class in org.apache.lucene.queries.function">ValueSource</a>&nbsp;source, float&nbsp;m, float&nbsp;a, float&nbsp;b)</code> <div class="block">f(source) = a/(m*float(source)+b)</div> </td> </tr> <tr class="rowColor"> <td class="colLast"><code><strong><a href="../../../../../../org/apache/lucene/queries/function/valuesource/ScaleFloatFunction.html#ScaleFloatFunction(org.apache.lucene.queries.function.ValueSource, float, float)">ScaleFloatFunction</a></strong>(<a href="../../../../../../org/apache/lucene/queries/function/ValueSource.html" title="class in org.apache.lucene.queries.function">ValueSource</a>&nbsp;source, float&nbsp;min, float&nbsp;max)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colLast"><code><strong><a href="../../../../../../org/apache/lucene/queries/function/valuesource/SimpleBoolFunction.html#SimpleBoolFunction(org.apache.lucene.queries.function.ValueSource)">SimpleBoolFunction</a></strong>(<a href="../../../../../../org/apache/lucene/queries/function/ValueSource.html" title="class in org.apache.lucene.queries.function">ValueSource</a>&nbsp;source)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colLast"><code><strong><a href="../../../../../../org/apache/lucene/queries/function/valuesource/SimpleFloatFunction.html#SimpleFloatFunction(org.apache.lucene.queries.function.ValueSource)">SimpleFloatFunction</a></strong>(<a href="../../../../../../org/apache/lucene/queries/function/ValueSource.html" title="class in org.apache.lucene.queries.function">ValueSource</a>&nbsp;source)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colLast"><code><strong><a href="../../../../../../org/apache/lucene/queries/function/valuesource/SingleFunction.html#SingleFunction(org.apache.lucene.queries.function.ValueSource)">SingleFunction</a></strong>(<a href="../../../../../../org/apache/lucene/queries/function/ValueSource.html" title="class in org.apache.lucene.queries.function">ValueSource</a>&nbsp;source)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colLast"><code><strong><a href="../../../../../../org/apache/lucene/queries/function/valuesource/SumFloatFunction.html#SumFloatFunction(org.apache.lucene.queries.function.ValueSource[])">SumFloatFunction</a></strong>(<a href="../../../../../../org/apache/lucene/queries/function/ValueSource.html" title="class in org.apache.lucene.queries.function">ValueSource</a>[]&nbsp;sources)</code>&nbsp;</td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> <caption><span>Constructor parameters in <a href="../../../../../../org/apache/lucene/queries/function/valuesource/package-summary.html">org.apache.lucene.queries.function.valuesource</a> with type arguments of type <a href="../../../../../../org/apache/lucene/queries/function/ValueSource.html" title="class in org.apache.lucene.queries.function">ValueSource</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colLast"><code><strong><a href="../../../../../../org/apache/lucene/queries/function/valuesource/DefFunction.html#DefFunction(java.util.List)">DefFunction</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../../org/apache/lucene/queries/function/ValueSource.html" title="class in org.apache.lucene.queries.function">ValueSource</a>&gt;&nbsp;sources)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colLast"><code><strong><a href="../../../../../../org/apache/lucene/queries/function/valuesource/MultiBoolFunction.html#MultiBoolFunction(java.util.List)">MultiBoolFunction</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../../org/apache/lucene/queries/function/ValueSource.html" title="class in org.apache.lucene.queries.function">ValueSource</a>&gt;&nbsp;sources)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colLast"><code><strong><a href="../../../../../../org/apache/lucene/queries/function/valuesource/MultiFunction.html#MultiFunction(java.util.List)">MultiFunction</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../../org/apache/lucene/queries/function/ValueSource.html" title="class in org.apache.lucene.queries.function">ValueSource</a>&gt;&nbsp;sources)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colLast"><code><strong><a href="../../../../../../org/apache/lucene/queries/function/valuesource/VectorValueSource.html#VectorValueSource(java.util.List)">VectorValueSource</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../../org/apache/lucene/queries/function/ValueSource.html" title="class in org.apache.lucene.queries.function">ValueSource</a>&gt;&nbsp;sources)</code>&nbsp;</td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/apache/lucene/queries/function/ValueSource.html" title="class in org.apache.lucene.queries.function">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../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/apache/lucene/queries/function//class-useValueSource.html" target="_top">FRAMES</a></li> <li><a href="ValueSource.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 &copy; 2000-2014 Apache Software Foundation. All Rights Reserved.</i> <script src='../../../../../../prettify.js' type='text/javascript'></script> <script type='text/javascript'> (function(){ var oldonload = window.onload; if (typeof oldonload != 'function') { window.onload = prettyPrint; } else { window.onload = function() { oldonload(); prettyPrint(); } } })(); </script> </small></p> </body> </html>
OrlandoLee/ForYou
lucene/lib/lucene-4.6.1/docs/queries/org/apache/lucene/queries/function/class-use/ValueSource.html
HTML
mit
68,398
<!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_20) on Mon May 02 10:23:12 CEST 2011 --> <TITLE> OAuth2 (Play! API) </TITLE> <META NAME="date" CONTENT="2011-05-02"> <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="OAuth2 (Play! API)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/OAuth2.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../play/libs/OAuth.TokenPair.html" title="class in play.libs"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../play/libs/OpenID.html" title="class in play.libs"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../index.html?play/libs/OAuth2.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="OAuth2.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<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:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<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"> play.libs</FONT> <BR> Class OAuth2</H2> <PRE> java.lang.Object <IMG SRC="../../resources/inherit.gif" ALT="extended by "><B>play.libs.OAuth2</B> </PRE> <HR> <DL> <DT><PRE>public class <B>OAuth2</B><DT>extends java.lang.Object</DL> </PRE> <P> Library to access ressources protected by OAuth 2.0. For OAuth 1.0a, see play.libs.OAuth. See the facebook-oauth2 example for usage. <P> <P> <HR> <P> <!-- =========== FIELD SUMMARY =========== --> <A NAME="field_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Field Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../play/libs/OAuth2.html#accessTokenURL">accessTokenURL</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../play/libs/OAuth2.html#authorizationURL">authorizationURL</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../play/libs/OAuth2.html#clientid">clientid</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../play/libs/OAuth2.html#secret">secret</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <!-- ======== CONSTRUCTOR SUMMARY ======== --> <A NAME="constructor_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Constructor Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../play/libs/OAuth2.html#OAuth2(java.lang.String, java.lang.String, java.lang.String, java.lang.String)">OAuth2</A></B>(java.lang.String&nbsp;authorizationURL, java.lang.String&nbsp;accessTokenURL, java.lang.String&nbsp;clientid, java.lang.String&nbsp;secret)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <!-- ========== METHOD SUMMARY =========== --> <A NAME="method_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Method Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../play/libs/OAuth2.html#getAccessToken()">getAccessToken</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../../play/libs/OAuth2.html#isCodeResponse()">isCodeResponse</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../play/libs/OAuth2.html#requestAccessToken()">requestAccessToken</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD> </TR> </TABLE> &nbsp; <P> <!-- ============ FIELD DETAIL =========== --> <A NAME="field_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Field Detail</B></FONT></TH> </TR> </TABLE> <A NAME="authorizationURL"><!-- --></A><H3> authorizationURL</H3> <PRE> public java.lang.String <B>authorizationURL</B></PRE> <DL> <DL> </DL> </DL> <HR> <A NAME="accessTokenURL"><!-- --></A><H3> accessTokenURL</H3> <PRE> public java.lang.String <B>accessTokenURL</B></PRE> <DL> <DL> </DL> </DL> <HR> <A NAME="clientid"><!-- --></A><H3> clientid</H3> <PRE> public java.lang.String <B>clientid</B></PRE> <DL> <DL> </DL> </DL> <HR> <A NAME="secret"><!-- --></A><H3> secret</H3> <PRE> public java.lang.String <B>secret</B></PRE> <DL> <DL> </DL> </DL> <!-- ========= CONSTRUCTOR DETAIL ======== --> <A NAME="constructor_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Constructor Detail</B></FONT></TH> </TR> </TABLE> <A NAME="OAuth2(java.lang.String, java.lang.String, java.lang.String, java.lang.String)"><!-- --></A><H3> OAuth2</H3> <PRE> public <B>OAuth2</B>(java.lang.String&nbsp;authorizationURL, java.lang.String&nbsp;accessTokenURL, java.lang.String&nbsp;clientid, java.lang.String&nbsp;secret)</PRE> <DL> </DL> <!-- ============ METHOD DETAIL ========== --> <A NAME="method_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Method Detail</B></FONT></TH> </TR> </TABLE> <A NAME="isCodeResponse()"><!-- --></A><H3> isCodeResponse</H3> <PRE> public static boolean <B>isCodeResponse</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="requestAccessToken()"><!-- --></A><H3> requestAccessToken</H3> <PRE> public void <B>requestAccessToken</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getAccessToken()"><!-- --></A><H3> getAccessToken</H3> <PRE> public java.lang.String <B>getAccessToken</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <!-- ========= END OF CLASS DATA ========= --> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/OAuth2.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../play/libs/OAuth.TokenPair.html" title="class in play.libs"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../play/libs/OpenID.html" title="class in play.libs"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../index.html?play/libs/OAuth2.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="OAuth2.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<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:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> <a href="http://guillaume.bort.fr">Guillaume Bort</a> &amp; <a href="http://www.zenexity.fr">zenexity</a> - Distributed under <a href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache 2 licence</a>, without any warrantly </BODY> </HTML>
lafayette/JBTT
framework/documentation/api/play/libs/OAuth2.html
HTML
mit
13,750
<!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"/> <title>TeamSpeak 3 PHP Framework: libraries/TeamSpeak3/Node/Abstract.php Source File</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/search.js"></script> <link href="doxygen.css" rel="stylesheet" type="text/css"/> </head> <body onload='searchBox.OnSelectItem(0);'> <!-- Generated by Doxygen 1.7.3 --> <script type="text/javascript"><!-- var searchBox = new SearchBox("searchBox", "search",false,'Search'); --></script> <div id="top"> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">TeamSpeak 3 PHP Framework&#160;<span id="projectnumber">1.1.5-beta</span></div> </td> </tr> </tbody> </table> </div> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="pages.html"><span>Related&#160;Pages</span></a></li> <li><a href="annotated.html"><span>Classes</span></a></li> <li class="current"><a href="files.html"><span>Files</span></a></li> <li id="searchli"> <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="files.html"><span>File&#160;List</span></a></li> </ul> </div> <div class="header"> <div class="headertitle"> <h1>libraries/TeamSpeak3/Node/Abstract.php</h1> </div> </div> <div class="contents"> <a href="_node_2_abstract_8php.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 &lt;?php <a name="l00002"></a>00002 <span class="comment"></span> <a name="l00003"></a>00003 <span class="comment">/**</span> <a name="l00004"></a>00004 <span class="comment"> * @file</span> <a name="l00005"></a>00005 <span class="comment"> * TeamSpeak 3 PHP Framework</span> <a name="l00006"></a>00006 <span class="comment"> *</span> <a name="l00007"></a>00007 <span class="comment"> * $Id: Abstract.php 3/19/2011 10:09:58 scp@orilla $</span> <a name="l00008"></a>00008 <span class="comment"> *</span> <a name="l00009"></a>00009 <span class="comment"> * This program is free software: you can redistribute it and/or modify</span> <a name="l00010"></a>00010 <span class="comment"> * it under the terms of the GNU General Public License as published by</span> <a name="l00011"></a>00011 <span class="comment"> * the Free Software Foundation, either version 3 of the License, or</span> <a name="l00012"></a>00012 <span class="comment"> * (at your option) any later version.</span> <a name="l00013"></a>00013 <span class="comment"> *</span> <a name="l00014"></a>00014 <span class="comment"> * This program is distributed in the hope that it will be useful,</span> <a name="l00015"></a>00015 <span class="comment"> * but WITHOUT ANY WARRANTY; without even the implied warranty of</span> <a name="l00016"></a>00016 <span class="comment"> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the</span> <a name="l00017"></a>00017 <span class="comment"> * GNU General Public License for more details.</span> <a name="l00018"></a>00018 <span class="comment"> *</span> <a name="l00019"></a>00019 <span class="comment"> * You should have received a copy of the GNU General Public License</span> <a name="l00020"></a>00020 <span class="comment"> * along with this program. If not, see &lt;http://www.gnu.org/licenses/&gt;.</span> <a name="l00021"></a>00021 <span class="comment"> *</span> <a name="l00022"></a>00022 <span class="comment"> * @package TeamSpeak3</span> <a name="l00023"></a>00023 <span class="comment"> * @version 1.1.5-beta</span> <a name="l00024"></a>00024 <span class="comment"> * @author Sven &#39;ScP&#39; Paulsen</span> <a name="l00025"></a>00025 <span class="comment"> * @copyright Copyright (c) 2010 by Planet TeamSpeak. All rights reserved.</span> <a name="l00026"></a>00026 <span class="comment"> */</span> <a name="l00027"></a>00027 <span class="comment"></span> <a name="l00028"></a>00028 <span class="comment">/**</span> <a name="l00029"></a>00029 <span class="comment"> * @class TeamSpeak3_Node_Abstract</span> <a name="l00030"></a>00030 <span class="comment"> * @brief Abstract class describing a TeamSpeak 3 node and all it&#39;s parameters.</span> <a name="l00031"></a>00031 <span class="comment"> */</span> <a name="l00032"></a><a class="code" href="class_team_speak3___node___abstract.html">00032</a> <span class="keyword">abstract</span> <span class="keyword">class </span><a class="code" href="class_team_speak3___node___abstract.html" title="Abstract class describing a TeamSpeak 3 node and all it&amp;#39;s parameters.">TeamSpeak3_Node_Abstract</a> <span class="keyword">implements</span> RecursiveIterator, ArrayAccess, Countable <a name="l00033"></a>00033 {<span class="comment"></span> <a name="l00034"></a>00034 <span class="comment"> /**</span> <a name="l00035"></a>00035 <span class="comment"> * @ignore</span> <a name="l00036"></a>00036 <span class="comment"> */</span> <a name="l00037"></a><a class="code" href="class_team_speak3___node___abstract.html#a14a79cc9ca202ba4dbfc054f0c18583f">00037</a> <span class="keyword">protected</span> <a class="code" href="class_team_speak3___node___abstract.html#a14a79cc9ca202ba4dbfc054f0c18583f">$parent</a> = null; <a name="l00038"></a>00038 <span class="comment"></span> <a name="l00039"></a>00039 <span class="comment"> /**</span> <a name="l00040"></a>00040 <span class="comment"> * @ignore</span> <a name="l00041"></a>00041 <span class="comment"> */</span> <a name="l00042"></a><a class="code" href="class_team_speak3___node___abstract.html#acadc746cd7eb244d61f195494924f6b8">00042</a> <span class="keyword">protected</span> <a class="code" href="class_team_speak3___node___abstract.html#acadc746cd7eb244d61f195494924f6b8">$server</a> = null; <a name="l00043"></a>00043 <span class="comment"></span> <a name="l00044"></a>00044 <span class="comment"> /**</span> <a name="l00045"></a>00045 <span class="comment"> * @ignore</span> <a name="l00046"></a>00046 <span class="comment"> */</span> <a name="l00047"></a><a class="code" href="class_team_speak3___node___abstract.html#ac1bdee23c7d066edf3d6cb8e75999887">00047</a> <span class="keyword">protected</span> <a class="code" href="class_team_speak3___node___abstract.html#ac1bdee23c7d066edf3d6cb8e75999887">$nodeId</a> = 0x00; <a name="l00048"></a>00048 <span class="comment"></span> <a name="l00049"></a>00049 <span class="comment"> /**</span> <a name="l00050"></a>00050 <span class="comment"> * @ignore</span> <a name="l00051"></a>00051 <span class="comment"> */</span> <a name="l00052"></a><a class="code" href="class_team_speak3___node___abstract.html#a37b39fa104ce36c0f0ea142934c05346">00052</a> <span class="keyword">protected</span> <a class="code" href="class_team_speak3___node___abstract.html#a37b39fa104ce36c0f0ea142934c05346">$nodeList</a> = null; <a name="l00053"></a>00053 <span class="comment"></span> <a name="l00054"></a>00054 <span class="comment"> /**</span> <a name="l00055"></a>00055 <span class="comment"> * @ignore</span> <a name="l00056"></a>00056 <span class="comment"> */</span> <a name="l00057"></a><a class="code" href="class_team_speak3___node___abstract.html#a50699be5fe1e43f7ae2e528db3c1098b">00057</a> <span class="keyword">protected</span> <a class="code" href="class_team_speak3___node___abstract.html#a50699be5fe1e43f7ae2e528db3c1098b">$nodeInfo</a> = array(); <a name="l00058"></a>00058 <span class="comment"></span> <a name="l00059"></a>00059 <span class="comment"> /**</span> <a name="l00060"></a>00060 <span class="comment"> * @ignore</span> <a name="l00061"></a>00061 <span class="comment"> */</span> <a name="l00062"></a><a class="code" href="class_team_speak3___node___abstract.html#a33efbacf1a9aa094ccc39b0b25f3d369">00062</a> <span class="keyword">protected</span> <a class="code" href="class_team_speak3___node___abstract.html#a33efbacf1a9aa094ccc39b0b25f3d369">$storage</a> = array(); <a name="l00063"></a>00063 <span class="comment"></span> <a name="l00064"></a>00064 <span class="comment"> /**</span> <a name="l00065"></a>00065 <span class="comment"> * Sends a prepared command to the server and returns the result.</span> <a name="l00066"></a>00066 <span class="comment"> *</span> <a name="l00067"></a>00067 <span class="comment"> * @param string $cmd</span> <a name="l00068"></a>00068 <span class="comment"> * @return TeamSpeak3_Adapter_ServerQuery_Reply</span> <a name="l00069"></a>00069 <span class="comment"> */</span> <a name="l00070"></a><a class="code" href="class_team_speak3___node___abstract.html#a955edad1797e4d9c94213940d92ab919">00070</a> <span class="keyword">public</span> function <a class="code" href="class_team_speak3___node___abstract.html#a955edad1797e4d9c94213940d92ab919" title="Sends a prepared command to the server and returns the result.">request</a>($cmd) <a name="l00071"></a>00071 { <a name="l00072"></a>00072 <span class="keywordflow">return</span> $this-&gt;<a class="code" href="class_team_speak3___node___abstract.html#a44618fb948562e89515330e65d08da9a" title="Returns the parent object of the current node.">getParent</a>()-&gt;request($cmd); <a name="l00073"></a>00073 } <a name="l00074"></a>00074 <span class="comment"></span> <a name="l00075"></a>00075 <span class="comment"> /**</span> <a name="l00076"></a>00076 <span class="comment"> * Uses given parameters and returns a prepared ServerQuery command.</span> <a name="l00077"></a>00077 <span class="comment"> *</span> <a name="l00078"></a>00078 <span class="comment"> * @param string $cmd</span> <a name="l00079"></a>00079 <span class="comment"> * @param array $params</span> <a name="l00080"></a>00080 <span class="comment"> * @return TeamSpeak3_Helper_String</span> <a name="l00081"></a>00081 <span class="comment"> */</span> <a name="l00082"></a><a class="code" href="class_team_speak3___node___abstract.html#a6589a4fedd410e9cdb55fe20abc410c0">00082</a> <span class="keyword">public</span> function <a class="code" href="class_team_speak3___node___abstract.html#a6589a4fedd410e9cdb55fe20abc410c0" title="Uses given parameters and returns a prepared ServerQuery command.">prepare</a>($cmd, array $params = array()) <a name="l00083"></a>00083 { <a name="l00084"></a>00084 <span class="keywordflow">return</span> $this-&gt;<a class="code" href="class_team_speak3___node___abstract.html#a44618fb948562e89515330e65d08da9a" title="Returns the parent object of the current node.">getParent</a>()-&gt;prepare($cmd, $params); <a name="l00085"></a>00085 } <a name="l00086"></a>00086 <span class="comment"></span> <a name="l00087"></a>00087 <span class="comment"> /**</span> <a name="l00088"></a>00088 <span class="comment"> * Prepares and executes a ServerQuery command and returns the result.</span> <a name="l00089"></a>00089 <span class="comment"> *</span> <a name="l00090"></a>00090 <span class="comment"> * @param string $cmd</span> <a name="l00091"></a>00091 <span class="comment"> * @param array $params</span> <a name="l00092"></a>00092 <span class="comment"> * @return TeamSpeak3_Adapter_ServerQuery_Reply</span> <a name="l00093"></a>00093 <span class="comment"> */</span> <a name="l00094"></a><a class="code" href="class_team_speak3___node___abstract.html#af6811efc5065b8aadfd6792334ea6977">00094</a> <span class="keyword">public</span> function <a class="code" href="class_team_speak3___node___abstract.html#af6811efc5065b8aadfd6792334ea6977" title="Prepares and executes a ServerQuery command and returns the result.">execute</a>($cmd, array $params = array()) <a name="l00095"></a>00095 { <a name="l00096"></a>00096 <span class="keywordflow">return</span> $this-&gt;<a class="code" href="class_team_speak3___node___abstract.html#a955edad1797e4d9c94213940d92ab919" title="Sends a prepared command to the server and returns the result.">request</a>($this-&gt;<a class="code" href="class_team_speak3___node___abstract.html#a6589a4fedd410e9cdb55fe20abc410c0" title="Uses given parameters and returns a prepared ServerQuery command.">prepare</a>($cmd, $params)); <a name="l00097"></a>00097 } <a name="l00098"></a>00098 <span class="comment"></span> <a name="l00099"></a>00099 <span class="comment"> /**</span> <a name="l00100"></a>00100 <span class="comment"> * Returns the parent object of the current node.</span> <a name="l00101"></a>00101 <span class="comment"> *</span> <a name="l00102"></a>00102 <span class="comment"> * @return TeamSpeak3_Adapter_ServerQuery</span> <a name="l00103"></a>00103 <span class="comment"> * @return TeamSpeak3_Node_Abstract</span> <a name="l00104"></a>00104 <span class="comment"> */</span> <a name="l00105"></a><a class="code" href="class_team_speak3___node___abstract.html#a44618fb948562e89515330e65d08da9a">00105</a> <span class="keyword">public</span> function <a class="code" href="class_team_speak3___node___abstract.html#a44618fb948562e89515330e65d08da9a" title="Returns the parent object of the current node.">getParent</a>() <a name="l00106"></a>00106 { <a name="l00107"></a>00107 <span class="keywordflow">return</span> $this-&gt;parent; <a name="l00108"></a>00108 } <a name="l00109"></a>00109 <span class="comment"></span> <a name="l00110"></a>00110 <span class="comment"> /**</span> <a name="l00111"></a>00111 <span class="comment"> * Returns the primary ID of the current node.</span> <a name="l00112"></a>00112 <span class="comment"> *</span> <a name="l00113"></a>00113 <span class="comment"> * @return integer</span> <a name="l00114"></a>00114 <span class="comment"> */</span> <a name="l00115"></a><a class="code" href="class_team_speak3___node___abstract.html#a4a0a5545abc2460d1d9b3d6b52d07cbe">00115</a> <span class="keyword">public</span> function <a class="code" href="class_team_speak3___node___abstract.html#a4a0a5545abc2460d1d9b3d6b52d07cbe" title="Returns the primary ID of the current node.">getId</a>() <a name="l00116"></a>00116 { <a name="l00117"></a>00117 <span class="keywordflow">return</span> $this-&gt;nodeId; <a name="l00118"></a>00118 } <a name="l00119"></a>00119 <span class="comment"></span> <a name="l00120"></a>00120 <span class="comment"> /**</span> <a name="l00121"></a>00121 <span class="comment"> * Returns TRUE if the node icon has a local source.</span> <a name="l00122"></a>00122 <span class="comment"> *</span> <a name="l00123"></a>00123 <span class="comment"> * @return boolean</span> <a name="l00124"></a>00124 <span class="comment"> */</span> <a name="l00125"></a><a class="code" href="class_team_speak3___node___abstract.html#aa78cba098574598dd9c0331cac1f39a1">00125</a> <span class="keyword">public</span> function <a class="code" href="class_team_speak3___node___abstract.html#aa78cba098574598dd9c0331cac1f39a1" title="Returns TRUE if the node icon has a local source.">iconIsLocal</a>($key) <a name="l00126"></a>00126 { <a name="l00127"></a>00127 <span class="keywordflow">return</span> ($this[$key] &gt; 0 &amp;&amp; $this[$key] &lt; 1000) ? TRUE : FALSE; <a name="l00128"></a>00128 } <a name="l00129"></a>00129 <span class="comment"></span> <a name="l00130"></a>00130 <span class="comment"> /**</span> <a name="l00131"></a>00131 <span class="comment"> * Returns the internal path of the node icon.</span> <a name="l00132"></a>00132 <span class="comment"> *</span> <a name="l00133"></a>00133 <span class="comment"> * @return TeamSpeak3_Helper_String</span> <a name="l00134"></a>00134 <span class="comment"> */</span> <a name="l00135"></a><a class="code" href="class_team_speak3___node___abstract.html#a02ce34dce8fbf7881ce2323f7af0dca3">00135</a> <span class="keyword">public</span> function <a class="code" href="class_team_speak3___node___abstract.html#a02ce34dce8fbf7881ce2323f7af0dca3" title="Returns the internal path of the node icon.">iconGetName</a>($key) <a name="l00136"></a>00136 { <a name="l00137"></a>00137 $iconid = ($this[$key] &lt; 0) ? (pow(2, 32))-($this[$key]*-1) : $this[$key]; <a name="l00138"></a>00138 <a name="l00139"></a>00139 <span class="keywordflow">return</span> <span class="keyword">new</span> <a class="code" href="class_team_speak3___helper___string.html" title="Helper class for string handling.">TeamSpeak3_Helper_String</a>(<span class="stringliteral">&quot;/icon_&quot;</span> . $iconid); <a name="l00140"></a>00140 } <a name="l00141"></a>00141 <span class="comment"></span> <a name="l00142"></a>00142 <span class="comment"> /**</span> <a name="l00143"></a>00143 <span class="comment"> * Returns a possible classname for the node which can be used as a HTML property.</span> <a name="l00144"></a>00144 <span class="comment"> *</span> <a name="l00145"></a>00145 <span class="comment"> * @return string</span> <a name="l00146"></a>00146 <span class="comment"> */</span> <a name="l00147"></a><a class="code" href="class_team_speak3___node___abstract.html#af6e1416ad2e568f48ff0d85b15b2a673">00147</a> <span class="keyword">public</span> function <a class="code" href="class_team_speak3___node___abstract.html#af6e1416ad2e568f48ff0d85b15b2a673" title="Returns a possible classname for the node which can be used as a HTML property.">getClass</a>($prefix = <span class="stringliteral">&quot;ts3_&quot;</span>) <a name="l00148"></a>00148 { <a name="l00149"></a>00149 <span class="keywordflow">if</span>($this instanceof <a class="code" href="class_team_speak3___node___channel.html" title="Class describing a TeamSpeak 3 channel and all it&amp;#39;s parameters.">TeamSpeak3_Node_Channel</a> &amp;&amp; $this-&gt;isSpacer()) <a name="l00150"></a>00150 { <a name="l00151"></a>00151 <span class="keywordflow">return</span> $prefix . <span class="stringliteral">&quot;spacer&quot;</span>; <a name="l00152"></a>00152 } <a name="l00153"></a>00153 elseif($this instanceof <a class="code" href="class_team_speak3___node___client.html" title="Class describing a TeamSpeak 3 client and all it&amp;#39;s parameters.">TeamSpeak3_Node_Client</a> &amp;&amp; $this[<span class="stringliteral">&quot;client_type&quot;</span>]) <a name="l00154"></a>00154 { <a name="l00155"></a>00155 <span class="keywordflow">return</span> $prefix . <span class="stringliteral">&quot;query&quot;</span>; <a name="l00156"></a>00156 } <a name="l00157"></a>00157 <a name="l00158"></a>00158 <span class="keywordflow">return</span> $prefix . <a class="code" href="class_team_speak3___helper___string.html#a475f5a602d67dd0568fb8c86352c88a0" title="Returns a TeamSpeak3_Helper_String object for thegiven string.">TeamSpeak3_Helper_String::factory</a>(get_class($this))-&gt;section(<span class="stringliteral">&quot;_&quot;</span>, 2)-&gt;toLower(); <a name="l00159"></a>00159 } <a name="l00160"></a>00160 <span class="comment"></span> <a name="l00161"></a>00161 <span class="comment"> /**</span> <a name="l00162"></a>00162 <span class="comment"> * Returns a unique identifier for the node which can be used as a HTML property.</span> <a name="l00163"></a>00163 <span class="comment"> *</span> <a name="l00164"></a>00164 <span class="comment"> * @return string</span> <a name="l00165"></a>00165 <span class="comment"> */</span> <a name="l00166"></a>00166 <span class="keyword">abstract</span> <span class="keyword">public</span> function <a class="code" href="class_team_speak3___node___abstract.html#a4a68d64cff73a4f67859e28a89b3c511" title="Returns a unique identifier for the node which can be used as a HTML property.">getUniqueId</a>(); <a name="l00167"></a>00167 <span class="comment"></span> <a name="l00168"></a>00168 <span class="comment"> /**</span> <a name="l00169"></a>00169 <span class="comment"> * Returns the name of a possible icon to display the node object.</span> <a name="l00170"></a>00170 <span class="comment"> *</span> <a name="l00171"></a>00171 <span class="comment"> * @return string</span> <a name="l00172"></a>00172 <span class="comment"> */</span> <a name="l00173"></a>00173 <span class="keyword">abstract</span> <span class="keyword">public</span> function <a class="code" href="class_team_speak3___node___abstract.html#a84162e45950d55298791eb5771fd315d" title="Returns the name of a possible icon to display the node object.">getIcon</a>(); <a name="l00174"></a>00174 <span class="comment"></span> <a name="l00175"></a>00175 <span class="comment"> /**</span> <a name="l00176"></a>00176 <span class="comment"> * Returns a symbol representing the node.</span> <a name="l00177"></a>00177 <span class="comment"> *</span> <a name="l00178"></a>00178 <span class="comment"> * @return string</span> <a name="l00179"></a>00179 <span class="comment"> */</span> <a name="l00180"></a>00180 <span class="keyword">abstract</span> <span class="keyword">public</span> function <a class="code" href="class_team_speak3___node___abstract.html#aaa53c7a8efa4739c50619e5b52a176e5" title="Returns a symbol representing the node.">getSymbol</a>(); <a name="l00181"></a>00181 <span class="comment"></span> <a name="l00182"></a>00182 <span class="comment"> /**</span> <a name="l00183"></a>00183 <span class="comment"> * Returns the HTML code to display a TeamSpeak 3 viewer.</span> <a name="l00184"></a>00184 <span class="comment"> *</span> <a name="l00185"></a>00185 <span class="comment"> * @param TeamSpeak3_Viewer_Interface $viewer</span> <a name="l00186"></a>00186 <span class="comment"> * @return string</span> <a name="l00187"></a>00187 <span class="comment"> */</span> <a name="l00188"></a><a class="code" href="class_team_speak3___node___abstract.html#a3d3f27dab5569edf3a737be080e7c8bc">00188</a> <span class="keyword">public</span> function <a class="code" href="class_team_speak3___node___abstract.html#a3d3f27dab5569edf3a737be080e7c8bc" title="Returns the HTML code to display a TeamSpeak 3 viewer.">getViewer</a>(<a class="code" href="interface_team_speak3___viewer___interface.html" title="Interface class describing a TeamSpeak 3 viewer.">TeamSpeak3_Viewer_Interface</a> $viewer) <a name="l00189"></a>00189 { <a name="l00190"></a>00190 $html = $viewer-&gt;<a class="code" href="interface_team_speak3___viewer___interface.html#ad06c809a76558069871ba9aa16f66e79" title="Returns the code needed to display a node in a TeamSpeak 3 viewer.">fetchObject</a>($this); <a name="l00191"></a>00191 <a name="l00192"></a>00192 $iterator = <span class="keyword">new</span> RecursiveIteratorIterator($this, RecursiveIteratorIterator::SELF_FIRST); <a name="l00193"></a>00193 <a name="l00194"></a>00194 <span class="keywordflow">foreach</span>($iterator as $node) <a name="l00195"></a>00195 { <a name="l00196"></a>00196 $siblings = array(); <a name="l00197"></a>00197 <a name="l00198"></a>00198 <span class="keywordflow">for</span>($level = 0; $level &lt; $iterator-&gt;getDepth(); $level++) <a name="l00199"></a>00199 { <a name="l00200"></a>00200 $siblings[] = ($iterator-&gt;getSubIterator($level)-&gt;hasNext()) ? 1 : 0; <a name="l00201"></a>00201 } <a name="l00202"></a>00202 <a name="l00203"></a>00203 $siblings[] = (!$iterator-&gt;getSubIterator($level)-&gt;hasNext()) ? 1 : 0; <a name="l00204"></a>00204 <a name="l00205"></a>00205 $html .= $viewer-&gt;<a class="code" href="interface_team_speak3___viewer___interface.html#ad06c809a76558069871ba9aa16f66e79" title="Returns the code needed to display a node in a TeamSpeak 3 viewer.">fetchObject</a>($node, $siblings); <a name="l00206"></a>00206 } <a name="l00207"></a>00207 <a name="l00208"></a>00208 <span class="keywordflow">return</span> $html; <a name="l00209"></a>00209 } <a name="l00210"></a>00210 <span class="comment"></span> <a name="l00211"></a>00211 <span class="comment"> /**</span> <a name="l00212"></a>00212 <span class="comment"> * Filters given node list array using specified filter rules.</span> <a name="l00213"></a>00213 <span class="comment"> *</span> <a name="l00214"></a>00214 <span class="comment"> * @param array $nodes</span> <a name="l00215"></a>00215 <span class="comment"> * @param array $rules</span> <a name="l00216"></a>00216 <span class="comment"> * @return array</span> <a name="l00217"></a>00217 <span class="comment"> */</span> <a name="l00218"></a><a class="code" href="class_team_speak3___node___abstract.html#ad826df3c71029ca48839dbe9aa3559b8">00218</a> <span class="keyword">protected</span> function <a class="code" href="class_team_speak3___node___abstract.html#ad826df3c71029ca48839dbe9aa3559b8" title="Filters given node list array using specified filter rules.">filterList</a>(array $nodes = array(), array $rules = array()) <a name="l00219"></a>00219 { <a name="l00220"></a>00220 <span class="keywordflow">if</span>(!empty($rules)) <a name="l00221"></a>00221 { <a name="l00222"></a>00222 <span class="keywordflow">foreach</span>($nodes as $node) <a name="l00223"></a>00223 { <a name="l00224"></a>00224 <span class="keywordflow">if</span>(!$node instanceof <a class="code" href="class_team_speak3___node___abstract.html" title="Abstract class describing a TeamSpeak 3 node and all it&amp;#39;s parameters.">TeamSpeak3_Node_Abstract</a>) <span class="keywordflow">continue</span>; <a name="l00225"></a>00225 <a name="l00226"></a>00226 $props = $node-&gt;getInfo(FALSE); <a name="l00227"></a>00227 $props = array_intersect_key($props, $rules); <a name="l00228"></a>00228 $match = TRUE; <a name="l00229"></a>00229 <a name="l00230"></a>00230 <span class="keywordflow">foreach</span>($props as $key =&gt; $val) <a name="l00231"></a>00231 { <a name="l00232"></a>00232 <span class="keywordflow">if</span>($val instanceof <a class="code" href="class_team_speak3___helper___string.html" title="Helper class for string handling.">TeamSpeak3_Helper_String</a>) <a name="l00233"></a>00233 { <a name="l00234"></a>00234 $match = $val-&gt;contains($rules[$key], TRUE); <a name="l00235"></a>00235 } <a name="l00236"></a>00236 <span class="keywordflow">else</span> <a name="l00237"></a>00237 { <a name="l00238"></a>00238 $match = $val == $rules[$key]; <a name="l00239"></a>00239 } <a name="l00240"></a>00240 <a name="l00241"></a>00241 <span class="keywordflow">if</span>($match === FALSE) <a name="l00242"></a>00242 { <a name="l00243"></a>00243 unset($nodes[$node-&gt;getId()]); <a name="l00244"></a>00244 } <a name="l00245"></a>00245 } <a name="l00246"></a>00246 } <a name="l00247"></a>00247 } <a name="l00248"></a>00248 <a name="l00249"></a>00249 <span class="keywordflow">return</span> $nodes; <a name="l00250"></a>00250 } <a name="l00251"></a>00251 <span class="comment"></span> <a name="l00252"></a>00252 <span class="comment"> /**</span> <a name="l00253"></a>00253 <span class="comment"> * Returns all information available on this node. If $convert is enabled, some property</span> <a name="l00254"></a>00254 <span class="comment"> * values will be converted to human-readable values.</span> <a name="l00255"></a>00255 <span class="comment"> *</span> <a name="l00256"></a>00256 <span class="comment"> * @param boolean $extend</span> <a name="l00257"></a>00257 <span class="comment"> * @param boolean $convert</span> <a name="l00258"></a>00258 <span class="comment"> * @return array</span> <a name="l00259"></a>00259 <span class="comment"> */</span> <a name="l00260"></a><a class="code" href="class_team_speak3___node___abstract.html#af63ae54f10c02ec6b1033425f795fef4">00260</a> <span class="keyword">public</span> function <a class="code" href="class_team_speak3___node___abstract.html#af63ae54f10c02ec6b1033425f795fef4" title="Returns all information available on this node.">getInfo</a>($extend = TRUE, $convert = FALSE) <a name="l00261"></a>00261 { <a name="l00262"></a>00262 <span class="keywordflow">if</span>($extend) <a name="l00263"></a>00263 { <a name="l00264"></a>00264 $this-&gt;<a class="code" href="class_team_speak3___node___abstract.html#a10158df40ca8030d5d0e3c464154b988">fetchNodeInfo</a>(); <a name="l00265"></a>00265 } <a name="l00266"></a>00266 <a name="l00267"></a>00267 <span class="keywordflow">if</span>($convert) <a name="l00268"></a>00268 { <a name="l00269"></a>00269 $info = $this-&gt;nodeInfo; <a name="l00270"></a>00270 <a name="l00271"></a>00271 <span class="keywordflow">foreach</span>($info as $key =&gt; $val) <a name="l00272"></a>00272 { <a name="l00273"></a>00273 $key = <a class="code" href="class_team_speak3___helper___string.html#a475f5a602d67dd0568fb8c86352c88a0" title="Returns a TeamSpeak3_Helper_String object for thegiven string.">TeamSpeak3_Helper_String::factory</a>($key); <a name="l00274"></a>00274 <a name="l00275"></a>00275 <span class="keywordflow">if</span>($key-&gt;contains(<span class="stringliteral">&quot;_bytes_&quot;</span>)) <a name="l00276"></a>00276 { <a name="l00277"></a>00277 $info[$key-&gt;toString()] = <a class="code" href="class_team_speak3___helper___convert.html#ad1dfd12122980ea9b1f53803fe640ef6" title="Converts bytes to a human readable value.">TeamSpeak3_Helper_Convert::bytes</a>($val); <a name="l00278"></a>00278 } <a name="l00279"></a>00279 elseif($key-&gt;contains(<span class="stringliteral">&quot;_bandwidth_&quot;</span>)) <a name="l00280"></a>00280 { <a name="l00281"></a>00281 $info[$key-&gt;toString()] = <a class="code" href="class_team_speak3___helper___convert.html#ad1dfd12122980ea9b1f53803fe640ef6" title="Converts bytes to a human readable value.">TeamSpeak3_Helper_Convert::bytes</a>($val) . <span class="stringliteral">&quot;/s&quot;</span>; <a name="l00282"></a>00282 } <a name="l00283"></a>00283 elseif($key-&gt;contains(<span class="stringliteral">&quot;_packets_&quot;</span>)) <a name="l00284"></a>00284 { <a name="l00285"></a>00285 $info[$key-&gt;toString()] = number_format($val, null, null, <span class="stringliteral">&quot;.&quot;</span>); <a name="l00286"></a>00286 } <a name="l00287"></a>00287 elseif($key-&gt;contains(<span class="stringliteral">&quot;_packetloss_&quot;</span>)) <a name="l00288"></a>00288 { <a name="l00289"></a>00289 $info[$key-&gt;toString()] = sprintf(<span class="stringliteral">&quot;%01.2f&quot;</span>, floatval($val-&gt;toString())*100) . <span class="stringliteral">&quot;%&quot;</span>; <a name="l00290"></a>00290 } <a name="l00291"></a>00291 elseif($key-&gt;endsWith(<span class="stringliteral">&quot;_uptime&quot;</span>)) <a name="l00292"></a>00292 { <a name="l00293"></a>00293 $info[$key-&gt;toString()] = <a class="code" href="class_team_speak3___helper___convert.html#af4b40876e521ec4448f6718319ce47b4" title="Converts seconds/milliseconds to a human readable value.">TeamSpeak3_Helper_Convert::seconds</a>($val); <a name="l00294"></a>00294 } <a name="l00295"></a>00295 elseif($key-&gt;endsWith(<span class="stringliteral">&quot;_icon_id&quot;</span>)) <a name="l00296"></a>00296 { <a name="l00297"></a>00297 $info[$key-&gt;toString()] = $this-&gt;<a class="code" href="class_team_speak3___node___abstract.html#a02ce34dce8fbf7881ce2323f7af0dca3" title="Returns the internal path of the node icon.">iconGetName</a>($key)-&gt;filterDigits(); <a name="l00298"></a>00298 } <a name="l00299"></a>00299 } <a name="l00300"></a>00300 <a name="l00301"></a>00301 <span class="keywordflow">return</span> $info; <a name="l00302"></a>00302 } <a name="l00303"></a>00303 <a name="l00304"></a>00304 <span class="keywordflow">return</span> $this-&gt;nodeInfo; <a name="l00305"></a>00305 } <a name="l00306"></a>00306 <span class="comment"></span> <a name="l00307"></a>00307 <span class="comment"> /**</span> <a name="l00308"></a>00308 <span class="comment"> * Returns the specified property or a pre-defined default value from the node info array.</span> <a name="l00309"></a>00309 <span class="comment"> *</span> <a name="l00310"></a>00310 <span class="comment"> * @param string $property</span> <a name="l00311"></a>00311 <span class="comment"> * @param mixed $default</span> <a name="l00312"></a>00312 <span class="comment"> * @return mixed</span> <a name="l00313"></a>00313 <span class="comment"> */</span> <a name="l00314"></a><a class="code" href="class_team_speak3___node___abstract.html#a585728537b56194aeab30b0316126b89">00314</a> <span class="keyword">public</span> function <a class="code" href="class_team_speak3___node___abstract.html#a585728537b56194aeab30b0316126b89" title="Returns the specified property or a pre-defined default value from the node info array.">getProperty</a>($property, $default = null) <a name="l00315"></a>00315 { <a name="l00316"></a>00316 <span class="keywordflow">if</span>(!$this-&gt;<a class="code" href="class_team_speak3___node___abstract.html#ad0d64388e2a374203fa16760b923b087">offsetExists</a>($property)) <a name="l00317"></a>00317 { <a name="l00318"></a>00318 $this-&gt;<a class="code" href="class_team_speak3___node___abstract.html#a10158df40ca8030d5d0e3c464154b988">fetchNodeInfo</a>(); <a name="l00319"></a>00319 } <a name="l00320"></a>00320 <a name="l00321"></a>00321 <span class="keywordflow">if</span>(!$this-&gt;<a class="code" href="class_team_speak3___node___abstract.html#ad0d64388e2a374203fa16760b923b087">offsetExists</a>($property)) <a name="l00322"></a>00322 { <a name="l00323"></a>00323 <span class="keywordflow">return</span> $default; <a name="l00324"></a>00324 } <a name="l00325"></a>00325 <a name="l00326"></a>00326 <span class="keywordflow">return</span> $this-&gt;nodeInfo[(string) $property]; <a name="l00327"></a>00327 } <a name="l00328"></a>00328 <span class="comment"></span> <a name="l00329"></a>00329 <span class="comment"> /**</span> <a name="l00330"></a>00330 <span class="comment"> * Returns a string representation of this node.</span> <a name="l00331"></a>00331 <span class="comment"> *</span> <a name="l00332"></a>00332 <span class="comment"> * @return string</span> <a name="l00333"></a>00333 <span class="comment"> */</span> <a name="l00334"></a><a class="code" href="class_team_speak3___node___abstract.html#a89d26184ecd8790f8b930e5eceaddc29">00334</a> <span class="keyword">public</span> function <a class="code" href="class_team_speak3___node___abstract.html#a89d26184ecd8790f8b930e5eceaddc29" title="Returns a string representation of this node.">__toString</a>() <a name="l00335"></a>00335 { <a name="l00336"></a>00336 <span class="keywordflow">return</span> get_class($this); <a name="l00337"></a>00337 } <a name="l00338"></a>00338 <span class="comment"></span> <a name="l00339"></a>00339 <span class="comment"> /**</span> <a name="l00340"></a>00340 <span class="comment"> * Returns a string representation of this node.</span> <a name="l00341"></a>00341 <span class="comment"> *</span> <a name="l00342"></a>00342 <span class="comment"> * @return string</span> <a name="l00343"></a>00343 <span class="comment"> */</span> <a name="l00344"></a><a class="code" href="class_team_speak3___node___abstract.html#ac1b521aa7f9871103da5cbb5d3330125">00344</a> <span class="keyword">public</span> function <a class="code" href="class_team_speak3___node___abstract.html#ac1b521aa7f9871103da5cbb5d3330125" title="Returns a string representation of this node.">toString</a>() <a name="l00345"></a>00345 { <a name="l00346"></a>00346 <span class="keywordflow">return</span> $this-&gt;<a class="code" href="class_team_speak3___node___abstract.html#a89d26184ecd8790f8b930e5eceaddc29" title="Returns a string representation of this node.">__toString</a>(); <a name="l00347"></a>00347 } <a name="l00348"></a>00348 <span class="comment"></span> <a name="l00349"></a>00349 <span class="comment"> /**</span> <a name="l00350"></a>00350 <span class="comment"> * Returns an assoc array filled with current node info properties.</span> <a name="l00351"></a>00351 <span class="comment"> *</span> <a name="l00352"></a>00352 <span class="comment"> * @return array</span> <a name="l00353"></a>00353 <span class="comment"> */</span> <a name="l00354"></a><a class="code" href="class_team_speak3___node___abstract.html#acf3c56763859b8adb21379f0cc6394ad">00354</a> <span class="keyword">public</span> function <a class="code" href="class_team_speak3___node___abstract.html#acf3c56763859b8adb21379f0cc6394ad" title="Returns an assoc array filled with current node info properties.">toArray</a>() <a name="l00355"></a>00355 { <a name="l00356"></a>00356 <span class="keywordflow">return</span> $this-&gt;nodeList; <a name="l00357"></a>00357 } <a name="l00358"></a>00358 <span class="comment"></span> <a name="l00359"></a>00359 <span class="comment"> /**</span> <a name="l00360"></a>00360 <span class="comment"> * Called whenever we&#39;re using an unknown method.</span> <a name="l00361"></a>00361 <span class="comment"> *</span> <a name="l00362"></a>00362 <span class="comment"> * @param string $name</span> <a name="l00363"></a>00363 <span class="comment"> * @param array $args</span> <a name="l00364"></a>00364 <span class="comment"> * @throws TeamSpeak3_Node_Exception</span> <a name="l00365"></a>00365 <span class="comment"> * @return mixed</span> <a name="l00366"></a>00366 <span class="comment"> */</span> <a name="l00367"></a><a class="code" href="class_team_speak3___node___abstract.html#a63fb203f511e99625428f70f0525950c">00367</a> <span class="keyword">public</span> function <a class="code" href="class_team_speak3___node___abstract.html#a63fb203f511e99625428f70f0525950c" title="Called whenever we&amp;#39;re using an unknown method.">__call</a>($name, array $args) <a name="l00368"></a>00368 { <a name="l00369"></a>00369 <span class="keywordflow">if</span>($this-&gt;<a class="code" href="class_team_speak3___node___abstract.html#a44618fb948562e89515330e65d08da9a" title="Returns the parent object of the current node.">getParent</a>() instanceof <a class="code" href="class_team_speak3___node___abstract.html" title="Abstract class describing a TeamSpeak 3 node and all it&amp;#39;s parameters.">TeamSpeak3_Node_Abstract</a>) <a name="l00370"></a>00370 { <a name="l00371"></a>00371 <span class="keywordflow">return</span> call_user_func_array(array($this-&gt;<a class="code" href="class_team_speak3___node___abstract.html#a44618fb948562e89515330e65d08da9a" title="Returns the parent object of the current node.">getParent</a>(), $name), $args); <a name="l00372"></a>00372 } <a name="l00373"></a>00373 <a name="l00374"></a>00374 <span class="keywordflow">throw</span> <span class="keyword">new</span> <a class="code" href="class_team_speak3___node___exception.html" title="Enhanced exception class for TeamSpeak3_Node_Abstract objects.">TeamSpeak3_Node_Exception</a>(<span class="stringliteral">&quot;node method &#39;&quot;</span> . $name . <span class="stringliteral">&quot;()&#39; does not exist&quot;</span>); <a name="l00375"></a>00375 } <a name="l00376"></a>00376 <span class="comment"></span> <a name="l00377"></a>00377 <span class="comment"> /**</span> <a name="l00378"></a>00378 <span class="comment"> * Writes data to the internal storage array.</span> <a name="l00379"></a>00379 <span class="comment"> *</span> <a name="l00380"></a>00380 <span class="comment"> * @param string $key</span> <a name="l00381"></a>00381 <span class="comment"> * @param mixed $val</span> <a name="l00382"></a>00382 <span class="comment"> * @return void</span> <a name="l00383"></a>00383 <span class="comment"> */</span> <a name="l00384"></a><a class="code" href="class_team_speak3___node___abstract.html#a13303ca9275df184348ed7363d9d7c9a">00384</a> <span class="keyword">protected</span> function <a class="code" href="class_team_speak3___node___abstract.html#a13303ca9275df184348ed7363d9d7c9a" title="Writes data to the internal storage array.">setStorage</a>($key, $val) <a name="l00385"></a>00385 { <a name="l00386"></a>00386 $this-&gt;storage[$key] = $val; <a name="l00387"></a>00387 } <a name="l00388"></a>00388 <span class="comment"></span> <a name="l00389"></a>00389 <span class="comment"> /**</span> <a name="l00390"></a>00390 <span class="comment"> * Returns data from the internal storage array.</span> <a name="l00391"></a>00391 <span class="comment"> *</span> <a name="l00392"></a>00392 <span class="comment"> * @param string $key</span> <a name="l00393"></a>00393 <span class="comment"> * @param mixed $default</span> <a name="l00394"></a>00394 <span class="comment"> * @return mixed</span> <a name="l00395"></a>00395 <span class="comment"> */</span> <a name="l00396"></a><a class="code" href="class_team_speak3___node___abstract.html#a5a6888304aca8d5f12fecb460b0ef6d2">00396</a> <span class="keyword">protected</span> function <a class="code" href="class_team_speak3___node___abstract.html#a5a6888304aca8d5f12fecb460b0ef6d2" title="Returns data from the internal storage array.">getStorage</a>($key, $default = null) <a name="l00397"></a>00397 { <a name="l00398"></a>00398 <span class="keywordflow">return</span> (array_key_exists($key, $this-&gt;storage) &amp;&amp; !empty($this-&gt;storage[$key])) ? $this-&gt;storage[$key] : $default; <a name="l00399"></a>00399 } <a name="l00400"></a>00400 <span class="comment"></span> <a name="l00401"></a>00401 <span class="comment"> /**</span> <a name="l00402"></a>00402 <span class="comment"> * Deletes data from the internal storage array.</span> <a name="l00403"></a>00403 <span class="comment"> *</span> <a name="l00404"></a>00404 <span class="comment"> * @param string $key</span> <a name="l00405"></a>00405 <span class="comment"> * @return void</span> <a name="l00406"></a>00406 <span class="comment"> */</span> <a name="l00407"></a><a class="code" href="class_team_speak3___node___abstract.html#afbed20ee78d7e5a38097078dd91e70fd">00407</a> <span class="keyword">protected</span> function <a class="code" href="class_team_speak3___node___abstract.html#afbed20ee78d7e5a38097078dd91e70fd" title="Deletes data from the internal storage array.">delStorage</a>($key) <a name="l00408"></a>00408 { <a name="l00409"></a>00409 unset($this-&gt;storage[$key]); <a name="l00410"></a>00410 } <a name="l00411"></a>00411 <span class="comment"></span> <a name="l00412"></a>00412 <span class="comment"> /**</span> <a name="l00413"></a>00413 <span class="comment"> * Commit pending data.</span> <a name="l00414"></a>00414 <span class="comment"> *</span> <a name="l00415"></a>00415 <span class="comment"> * @return array</span> <a name="l00416"></a>00416 <span class="comment"> */</span> <a name="l00417"></a><a class="code" href="class_team_speak3___node___abstract.html#a19b5c8aaac5ef0af2f1393bffea186c5">00417</a> <span class="keyword">public</span> function <a class="code" href="class_team_speak3___node___abstract.html#a19b5c8aaac5ef0af2f1393bffea186c5" title="Commit pending data.">__sleep</a>() <a name="l00418"></a>00418 { <a name="l00419"></a>00419 <span class="keywordflow">return</span> array(<span class="stringliteral">&quot;parent&quot;</span>, <span class="stringliteral">&quot;storage&quot;</span>, <span class="stringliteral">&quot;nodeId&quot;</span>); <a name="l00420"></a>00420 } <a name="l00421"></a>00421 <span class="comment"></span> <a name="l00422"></a>00422 <span class="comment"> /**</span> <a name="l00423"></a>00423 <span class="comment"> * @ignore</span> <a name="l00424"></a>00424 <span class="comment"> */</span> <a name="l00425"></a><a class="code" href="class_team_speak3___node___abstract.html#ab78c8a0a0bcd7458d310a9e05f012409">00425</a> <span class="keyword">protected</span> function <a class="code" href="class_team_speak3___node___abstract.html#ab78c8a0a0bcd7458d310a9e05f012409">fetchNodeList</a>() <a name="l00426"></a>00426 { <a name="l00427"></a>00427 $this-&gt;nodeList = array(); <a name="l00428"></a>00428 } <a name="l00429"></a>00429 <span class="comment"></span> <a name="l00430"></a>00430 <span class="comment"> /**</span> <a name="l00431"></a>00431 <span class="comment"> * @ignore</span> <a name="l00432"></a>00432 <span class="comment"> */</span> <a name="l00433"></a><a class="code" href="class_team_speak3___node___abstract.html#a10158df40ca8030d5d0e3c464154b988">00433</a> <span class="keyword">protected</span> function <a class="code" href="class_team_speak3___node___abstract.html#a10158df40ca8030d5d0e3c464154b988">fetchNodeInfo</a>() <a name="l00434"></a>00434 { <a name="l00435"></a>00435 <span class="keywordflow">return</span>; <a name="l00436"></a>00436 } <a name="l00437"></a>00437 <span class="comment"></span> <a name="l00438"></a>00438 <span class="comment"> /**</span> <a name="l00439"></a>00439 <span class="comment"> * @ignore</span> <a name="l00440"></a>00440 <span class="comment"> */</span> <a name="l00441"></a><a class="code" href="class_team_speak3___node___abstract.html#a266578bece0506453e1f1bfba1f08966">00441</a> <span class="keyword">protected</span> function <a class="code" href="class_team_speak3___node___abstract.html#a266578bece0506453e1f1bfba1f08966">resetNodeInfo</a>() <a name="l00442"></a>00442 { <a name="l00443"></a>00443 $this-&gt;nodeInfo = array(); <a name="l00444"></a>00444 } <a name="l00445"></a>00445 <span class="comment"></span> <a name="l00446"></a>00446 <span class="comment"> /**</span> <a name="l00447"></a>00447 <span class="comment"> * @ignore</span> <a name="l00448"></a>00448 <span class="comment"> */</span> <a name="l00449"></a><a class="code" href="class_team_speak3___node___abstract.html#ac66aeb30418e385a5727c191bb8df87d">00449</a> <span class="keyword">protected</span> function <a class="code" href="class_team_speak3___node___abstract.html#ac66aeb30418e385a5727c191bb8df87d">verifyNodeList</a>() <a name="l00450"></a>00450 { <a name="l00451"></a>00451 <span class="keywordflow">if</span>($this-&gt;nodeList === null) <a name="l00452"></a>00452 { <a name="l00453"></a>00453 $this-&gt;<a class="code" href="class_team_speak3___node___abstract.html#ab78c8a0a0bcd7458d310a9e05f012409">fetchNodeList</a>(); <a name="l00454"></a>00454 } <a name="l00455"></a>00455 } <a name="l00456"></a>00456 <span class="comment"></span> <a name="l00457"></a>00457 <span class="comment"> /**</span> <a name="l00458"></a>00458 <span class="comment"> * @ignore</span> <a name="l00459"></a>00459 <span class="comment"> */</span> <a name="l00460"></a><a class="code" href="class_team_speak3___node___abstract.html#a9ead519e8396990ba30d79d6bed9d286">00460</a> <span class="keyword">protected</span> function <a class="code" href="class_team_speak3___node___abstract.html#a9ead519e8396990ba30d79d6bed9d286">resetNodeList</a>() <a name="l00461"></a>00461 { <a name="l00462"></a>00462 $this-&gt;nodeList = null; <a name="l00463"></a>00463 } <a name="l00464"></a>00464 <span class="comment"></span> <a name="l00465"></a>00465 <span class="comment"> /**</span> <a name="l00466"></a>00466 <span class="comment"> * @ignore</span> <a name="l00467"></a>00467 <span class="comment"> */</span> <a name="l00468"></a><a class="code" href="class_team_speak3___node___abstract.html#ad22d04a2800ae672f6117de3afb0e9c4">00468</a> <span class="keyword">public</span> function <a class="code" href="class_team_speak3___node___abstract.html#ad22d04a2800ae672f6117de3afb0e9c4">count</a>() <a name="l00469"></a>00469 { <a name="l00470"></a>00470 $this-&gt;<a class="code" href="class_team_speak3___node___abstract.html#ac66aeb30418e385a5727c191bb8df87d">verifyNodeList</a>(); <a name="l00471"></a>00471 <a name="l00472"></a>00472 <span class="keywordflow">return</span> <a class="code" href="class_team_speak3___node___abstract.html#ad22d04a2800ae672f6117de3afb0e9c4">count</a>($this-&gt;nodeList); <a name="l00473"></a>00473 } <a name="l00474"></a>00474 <span class="comment"></span> <a name="l00475"></a>00475 <span class="comment"> /**</span> <a name="l00476"></a>00476 <span class="comment"> * @ignore</span> <a name="l00477"></a>00477 <span class="comment"> */</span> <a name="l00478"></a><a class="code" href="class_team_speak3___node___abstract.html#a1c78dbb54df73f8c5dabe41ebd476207">00478</a> <span class="keyword">public</span> function <a class="code" href="class_team_speak3___node___abstract.html#a1c78dbb54df73f8c5dabe41ebd476207">current</a>() <a name="l00479"></a>00479 { <a name="l00480"></a>00480 $this-&gt;<a class="code" href="class_team_speak3___node___abstract.html#ac66aeb30418e385a5727c191bb8df87d">verifyNodeList</a>(); <a name="l00481"></a>00481 <a name="l00482"></a>00482 <span class="keywordflow">return</span> <a class="code" href="class_team_speak3___node___abstract.html#a1c78dbb54df73f8c5dabe41ebd476207">current</a>($this-&gt;nodeList); <a name="l00483"></a>00483 } <a name="l00484"></a>00484 <span class="comment"></span> <a name="l00485"></a>00485 <span class="comment"> /**</span> <a name="l00486"></a>00486 <span class="comment"> * @ignore</span> <a name="l00487"></a>00487 <span class="comment"> */</span> <a name="l00488"></a><a class="code" href="class_team_speak3___node___abstract.html#a4b9dee48bb72f0eab8b9d4b0ea25c5f4">00488</a> <span class="keyword">public</span> function <a class="code" href="class_team_speak3___node___abstract.html#a4b9dee48bb72f0eab8b9d4b0ea25c5f4">getChildren</a>() <a name="l00489"></a>00489 { <a name="l00490"></a>00490 $this-&gt;<a class="code" href="class_team_speak3___node___abstract.html#ac66aeb30418e385a5727c191bb8df87d">verifyNodeList</a>(); <a name="l00491"></a>00491 <a name="l00492"></a>00492 <span class="keywordflow">return</span> $this-&gt;<a class="code" href="class_team_speak3___node___abstract.html#a1c78dbb54df73f8c5dabe41ebd476207">current</a>(); <a name="l00493"></a>00493 } <a name="l00494"></a>00494 <span class="comment"></span> <a name="l00495"></a>00495 <span class="comment"> /**</span> <a name="l00496"></a>00496 <span class="comment"> * @ignore</span> <a name="l00497"></a>00497 <span class="comment"> */</span> <a name="l00498"></a><a class="code" href="class_team_speak3___node___abstract.html#a7769506879dac3170344d8e59218b644">00498</a> <span class="keyword">public</span> function <a class="code" href="class_team_speak3___node___abstract.html#a7769506879dac3170344d8e59218b644">hasChildren</a>() <a name="l00499"></a>00499 { <a name="l00500"></a>00500 $this-&gt;<a class="code" href="class_team_speak3___node___abstract.html#ac66aeb30418e385a5727c191bb8df87d">verifyNodeList</a>(); <a name="l00501"></a>00501 <a name="l00502"></a>00502 <span class="keywordflow">return</span> $this-&gt;<a class="code" href="class_team_speak3___node___abstract.html#a1c78dbb54df73f8c5dabe41ebd476207">current</a>()-&gt;count() &gt; 0; <a name="l00503"></a>00503 } <a name="l00504"></a>00504 <span class="comment"></span> <a name="l00505"></a>00505 <span class="comment"> /**</span> <a name="l00506"></a>00506 <span class="comment"> * @ignore</span> <a name="l00507"></a>00507 <span class="comment"> */</span> <a name="l00508"></a><a class="code" href="class_team_speak3___node___abstract.html#ad9aee4153360fd8139f6b0d68efff56f">00508</a> <span class="keyword">public</span> function <a class="code" href="class_team_speak3___node___abstract.html#ad9aee4153360fd8139f6b0d68efff56f">hasNext</a>() <a name="l00509"></a>00509 { <a name="l00510"></a>00510 $this-&gt;<a class="code" href="class_team_speak3___node___abstract.html#ac66aeb30418e385a5727c191bb8df87d">verifyNodeList</a>(); <a name="l00511"></a>00511 <a name="l00512"></a>00512 <span class="keywordflow">return</span> $this-&gt;<a class="code" href="class_team_speak3___node___abstract.html#adb87ddbef3247f346c2623f4d91981a1">key</a>()+1 &lt; $this-&gt;<a class="code" href="class_team_speak3___node___abstract.html#ad22d04a2800ae672f6117de3afb0e9c4">count</a>(); <a name="l00513"></a>00513 } <a name="l00514"></a>00514 <span class="comment"></span> <a name="l00515"></a>00515 <span class="comment"> /**</span> <a name="l00516"></a>00516 <span class="comment"> * @ignore</span> <a name="l00517"></a>00517 <span class="comment"> */</span> <a name="l00518"></a><a class="code" href="class_team_speak3___node___abstract.html#adb87ddbef3247f346c2623f4d91981a1">00518</a> <span class="keyword">public</span> function <a class="code" href="class_team_speak3___node___abstract.html#adb87ddbef3247f346c2623f4d91981a1">key</a>() <a name="l00519"></a>00519 { <a name="l00520"></a>00520 $this-&gt;<a class="code" href="class_team_speak3___node___abstract.html#ac66aeb30418e385a5727c191bb8df87d">verifyNodeList</a>(); <a name="l00521"></a>00521 <a name="l00522"></a>00522 <span class="keywordflow">return</span> <a class="code" href="class_team_speak3___node___abstract.html#adb87ddbef3247f346c2623f4d91981a1">key</a>($this-&gt;nodeList); <a name="l00523"></a>00523 } <a name="l00524"></a>00524 <span class="comment"></span> <a name="l00525"></a>00525 <span class="comment"> /**</span> <a name="l00526"></a>00526 <span class="comment"> * @ignore</span> <a name="l00527"></a>00527 <span class="comment"> */</span> <a name="l00528"></a><a class="code" href="class_team_speak3___node___abstract.html#a1b0100e4a548e9464d75dcbfe6ac297a">00528</a> <span class="keyword">public</span> function <a class="code" href="class_team_speak3___node___abstract.html#a1b0100e4a548e9464d75dcbfe6ac297a">valid</a>() <a name="l00529"></a>00529 { <a name="l00530"></a>00530 $this-&gt;<a class="code" href="class_team_speak3___node___abstract.html#ac66aeb30418e385a5727c191bb8df87d">verifyNodeList</a>(); <a name="l00531"></a>00531 <a name="l00532"></a>00532 <span class="keywordflow">return</span> $this-&gt;<a class="code" href="class_team_speak3___node___abstract.html#adb87ddbef3247f346c2623f4d91981a1">key</a>() !== null; <a name="l00533"></a>00533 } <a name="l00534"></a>00534 <span class="comment"></span> <a name="l00535"></a>00535 <span class="comment"> /**</span> <a name="l00536"></a>00536 <span class="comment"> * @ignore</span> <a name="l00537"></a>00537 <span class="comment"> */</span> <a name="l00538"></a><a class="code" href="class_team_speak3___node___abstract.html#a3273e5078ee49a4bd55620327ed09a5e">00538</a> <span class="keyword">public</span> function <a class="code" href="class_team_speak3___node___abstract.html#a3273e5078ee49a4bd55620327ed09a5e">next</a>() <a name="l00539"></a>00539 { <a name="l00540"></a>00540 $this-&gt;<a class="code" href="class_team_speak3___node___abstract.html#ac66aeb30418e385a5727c191bb8df87d">verifyNodeList</a>(); <a name="l00541"></a>00541 <a name="l00542"></a>00542 <span class="keywordflow">return</span> <a class="code" href="class_team_speak3___node___abstract.html#a3273e5078ee49a4bd55620327ed09a5e">next</a>($this-&gt;nodeList); <a name="l00543"></a>00543 } <a name="l00544"></a>00544 <span class="comment"></span> <a name="l00545"></a>00545 <span class="comment"> /**</span> <a name="l00546"></a>00546 <span class="comment"> * @ignore</span> <a name="l00547"></a>00547 <span class="comment"> */</span> <a name="l00548"></a><a class="code" href="class_team_speak3___node___abstract.html#a9c416b77eeea1ecec6652936703d9ff7">00548</a> <span class="keyword">public</span> function <a class="code" href="class_team_speak3___node___abstract.html#a9c416b77eeea1ecec6652936703d9ff7">rewind</a>() <a name="l00549"></a>00549 { <a name="l00550"></a>00550 $this-&gt;<a class="code" href="class_team_speak3___node___abstract.html#ac66aeb30418e385a5727c191bb8df87d">verifyNodeList</a>(); <a name="l00551"></a>00551 <a name="l00552"></a>00552 <span class="keywordflow">return</span> reset($this-&gt;nodeList); <a name="l00553"></a>00553 } <a name="l00554"></a>00554 <span class="comment"></span> <a name="l00555"></a>00555 <span class="comment"> /**</span> <a name="l00556"></a>00556 <span class="comment"> * @ignore</span> <a name="l00557"></a>00557 <span class="comment"> */</span> <a name="l00558"></a><a class="code" href="class_team_speak3___node___abstract.html#ad0d64388e2a374203fa16760b923b087">00558</a> <span class="keyword">public</span> function <a class="code" href="class_team_speak3___node___abstract.html#ad0d64388e2a374203fa16760b923b087">offsetExists</a>($offset) <a name="l00559"></a>00559 { <a name="l00560"></a>00560 <span class="keywordflow">return</span> array_key_exists((<span class="keywordtype">string</span>) $offset, $this-&gt;nodeInfo) ? TRUE : FALSE; <a name="l00561"></a>00561 } <a name="l00562"></a>00562 <span class="comment"></span> <a name="l00563"></a>00563 <span class="comment"> /**</span> <a name="l00564"></a>00564 <span class="comment"> * @ignore</span> <a name="l00565"></a>00565 <span class="comment"> */</span> <a name="l00566"></a><a class="code" href="class_team_speak3___node___abstract.html#a716e7512816cf490e5a16ec307f7d889">00566</a> <span class="keyword">public</span> function <a class="code" href="class_team_speak3___node___abstract.html#a716e7512816cf490e5a16ec307f7d889">offsetGet</a>($offset) <a name="l00567"></a>00567 { <a name="l00568"></a>00568 <span class="keywordflow">if</span>(!$this-&gt;<a class="code" href="class_team_speak3___node___abstract.html#ad0d64388e2a374203fa16760b923b087">offsetExists</a>($offset)) <a name="l00569"></a>00569 { <a name="l00570"></a>00570 $this-&gt;<a class="code" href="class_team_speak3___node___abstract.html#a10158df40ca8030d5d0e3c464154b988">fetchNodeInfo</a>(); <a name="l00571"></a>00571 } <a name="l00572"></a>00572 <a name="l00573"></a>00573 <span class="keywordflow">if</span>(!$this-&gt;<a class="code" href="class_team_speak3___node___abstract.html#ad0d64388e2a374203fa16760b923b087">offsetExists</a>($offset)) <a name="l00574"></a>00574 { <a name="l00575"></a>00575 echo $offset; <a name="l00576"></a>00576 <a name="l00577"></a>00577 <span class="keywordflow">throw</span> <span class="keyword">new</span> <a class="code" href="class_team_speak3___adapter___server_query___exception.html" title="Enhanced exception class for TeamSpeak3_Adapter_ServerQuery objects.">TeamSpeak3_Adapter_ServerQuery_Exception</a>(<span class="stringliteral">&quot;invalid parameter&quot;</span>, 0x602); <a name="l00578"></a>00578 } <a name="l00579"></a>00579 <a name="l00580"></a>00580 <span class="keywordflow">return</span> $this-&gt;nodeInfo[(string) $offset]; <a name="l00581"></a>00581 } <a name="l00582"></a>00582 <span class="comment"></span> <a name="l00583"></a>00583 <span class="comment"> /**</span> <a name="l00584"></a>00584 <span class="comment"> * @ignore</span> <a name="l00585"></a>00585 <span class="comment"> */</span> <a name="l00586"></a><a class="code" href="class_team_speak3___node___abstract.html#a5e9be0418e0cc969d47f4b7475adb21d">00586</a> <span class="keyword">public</span> function <a class="code" href="class_team_speak3___node___abstract.html#a5e9be0418e0cc969d47f4b7475adb21d">offsetSet</a>($offset, $value) <a name="l00587"></a>00587 { <a name="l00588"></a>00588 <span class="keywordflow">if</span>(method_exists($this, <span class="stringliteral">&quot;modify&quot;</span>)) <a name="l00589"></a>00589 { <a name="l00590"></a>00590 <span class="keywordflow">return</span> $this-&gt;modify(array((<span class="keywordtype">string</span>) $offset =&gt; $value)); <a name="l00591"></a>00591 } <a name="l00592"></a>00592 <a name="l00593"></a>00593 <span class="keywordflow">throw</span> <span class="keyword">new</span> <a class="code" href="class_team_speak3___node___exception.html" title="Enhanced exception class for TeamSpeak3_Node_Abstract objects.">TeamSpeak3_Node_Exception</a>(<span class="stringliteral">&quot;node &#39;&quot;</span> . get_class($this) . <span class="stringliteral">&quot;&#39; is read only&quot;</span>); <a name="l00594"></a>00594 } <a name="l00595"></a>00595 <span class="comment"></span> <a name="l00596"></a>00596 <span class="comment"> /**</span> <a name="l00597"></a>00597 <span class="comment"> * @ignore</span> <a name="l00598"></a>00598 <span class="comment"> */</span> <a name="l00599"></a><a class="code" href="class_team_speak3___node___abstract.html#a732408c9a027db531af8ecce82401c07">00599</a> <span class="keyword">public</span> function <a class="code" href="class_team_speak3___node___abstract.html#a732408c9a027db531af8ecce82401c07">offsetUnset</a>($offset) <a name="l00600"></a>00600 { <a name="l00601"></a>00601 unset($this-&gt;nodeInfo[(<span class="keywordtype">string</span>) $offset]); <a name="l00602"></a>00602 } <a name="l00603"></a>00603 <span class="comment"></span> <a name="l00604"></a>00604 <span class="comment"> /**</span> <a name="l00605"></a>00605 <span class="comment"> * @ignore</span> <a name="l00606"></a>00606 <span class="comment"> */</span> <a name="l00607"></a><a class="code" href="class_team_speak3___node___abstract.html#ac8ab685826ff08e853de2aebad9df459">00607</a> <span class="keyword">public</span> function <a class="code" href="class_team_speak3___node___abstract.html#ac8ab685826ff08e853de2aebad9df459">__get</a>($offset) <a name="l00608"></a>00608 { <a name="l00609"></a>00609 <span class="keywordflow">return</span> $this-&gt;<a class="code" href="class_team_speak3___node___abstract.html#a716e7512816cf490e5a16ec307f7d889">offsetGet</a>($offset); <a name="l00610"></a>00610 } <a name="l00611"></a>00611 <span class="comment"></span> <a name="l00612"></a>00612 <span class="comment"> /**</span> <a name="l00613"></a>00613 <span class="comment"> * @ignore</span> <a name="l00614"></a>00614 <span class="comment"> */</span> <a name="l00615"></a><a class="code" href="class_team_speak3___node___abstract.html#a14930274e5498a5a8816ef751ff87946">00615</a> <span class="keyword">public</span> function <a class="code" href="class_team_speak3___node___abstract.html#a14930274e5498a5a8816ef751ff87946">__set</a>($offset, $value) <a name="l00616"></a>00616 { <a name="l00617"></a>00617 $this-&gt;<a class="code" href="class_team_speak3___node___abstract.html#a5e9be0418e0cc969d47f4b7475adb21d">offsetSet</a>($offset, $value); <a name="l00618"></a>00618 } <a name="l00619"></a>00619 } </pre></div></div> </div> <!--- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> <a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&#160;</span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&#160;</span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&#160;</span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&#160;</span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark">&#160;</span>Variables</a></div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <hr class="footer"/><address class="footer"><small>Generated on Sat Mar 19 2011 22:11:53 for TeamSpeak 3 PHP Framework by&#160; <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.3 </small></address> </body> </html>
tperroin/nuitblanche
vendor/ts3/docs/html/_node_2_abstract_8php_source.html
HTML
mit
65,110
<!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="./ae0afdf7fcbca79153d276cd17f1c4a4386e4b38e96a29ab5a5b69c1a0de6ff9.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/0d95046d4f9264d60a667176eafe056edabc94962ede0ce0f3fd651d21afb8b9.html
HTML
mit
550
<!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.13"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>alternative Standard Libary: Elementverzeichnis</title> <link href="../../tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="../../jquery.js"></script> <script type="text/javascript" src="../../dynsections.js"></script> <link href="../../navtree.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="../../resize.js"></script> <script type="text/javascript" src="../../navtreedata.js"></script> <script type="text/javascript" src="../../navtree.js"></script> <script type="text/javascript"> $(document).ready(initResizable); </script> <link href="../../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="projectlogo"><img alt="Logo" src="../../Logo128x128.png"/></td> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">alternative Standard Libary &#160;<span id="projectnumber">0.29.8</span> </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Erzeugt von Doxygen 1.8.13 --> <script type="text/javascript" src="../../menudata.js"></script> <script type="text/javascript" src="../../menu.js"></script> <script type="text/javascript"> $(function() { initMenu('../../',false,false,'search.php','Suchen'); }); </script> <div id="main-nav"></div> </div><!-- top --> <div id="side-nav" class="ui-resizable side-nav-resizable"> <div id="nav-tree"> <div id="nav-tree-contents"> <div id="nav-sync" class="sync"></div> </div> </div> <div id="splitbar" style="-moz-user-select:none;" class="ui-resizable-handle"> </div> </div> <script type="text/javascript"> $(document).ready(function(){initNavTree('d3/d67/classstd_1_1net_1_1physicaladdress.html','../../');}); </script> <div id="doc-content"> <div class="header"> <div class="headertitle"> <div class="title">std::net::physicaladdress Elementverzeichnis</div> </div> </div><!--header--> <div class="contents"> <p>Vollständige Aufstellung aller Elemente für <a class="el" href="../../d3/d67/classstd_1_1net_1_1physicaladdress.html">std::net::physicaladdress</a> einschließlich aller geerbten Elemente.</p> <table class="directory"> <tr class="even"><td class="entry"><a class="el" href="../../d3/d67/classstd_1_1net_1_1physicaladdress.html#a0fd77b3a46c2960d7858458ac367e319">physicaladdress</a>()</td><td class="entry"><a class="el" href="../../d3/d67/classstd_1_1net_1_1physicaladdress.html">std::net::physicaladdress</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="../../d3/d67/classstd_1_1net_1_1physicaladdress.html#a3530ef8b0d70185b0cbffdfe0f4933f6">physicaladdress</a>(unsigned char *addr, int elements)</td><td class="entry"><a class="el" href="../../d3/d67/classstd_1_1net_1_1physicaladdress.html">std::net::physicaladdress</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="../../d3/d67/classstd_1_1net_1_1physicaladdress.html#acdb64ad3358077a96b65a12ad071eb1f">physicaladdress</a>(const physicaladdress &amp;orig)</td><td class="entry"><a class="el" href="../../d3/d67/classstd_1_1net_1_1physicaladdress.html">std::net::physicaladdress</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="../../d3/d67/classstd_1_1net_1_1physicaladdress.html#a36668ba59e82da2cffe486c5f75904a6">~physicaladdress</a>()</td><td class="entry"><a class="el" href="../../d3/d67/classstd_1_1net_1_1physicaladdress.html">std::net::physicaladdress</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> </table></div><!-- contents --> </div><!-- doc-content --> <!-- start footer part --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <ul> <li class="footer">Erzeugt von <a href="http://www.doxygen.org/index.html"> <img class="footer" src="../../doxygen.png" alt="doxygen"/></a> 1.8.13 </li> </ul> </div> </body> </html>
RoseLeBlood/aSTL
docs/html/da/d44/classstd_1_1net_1_1physicaladdress-members.html
HTML
mit
4,487
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <title>Style Guide</title> <meta name="description" content="" /> <meta name="generator" content="styledocer-node" /> <link rel="stylesheet" href="style.css" /> <link rel="stylesheet" href="external.css" /> <script src="jquery.js"></script> <script src="svg-injector.js"></script> <script src="jquery.js"></script> <script src="rainbow.js"></script> <script src="main.js"></script> <script src="custom.js"></script> </head> <body id="styledocer-node"> <div class="styledocer-wrapper"> <div class="styledocer-sidebar"> <div class="styledocer-sidebar-inner"> <header class="styledocer-header"> <h1 class="styledocer-doc-title"><a href="./">Style Guide</a></h1> </header> <nav class="styledocer-nav"> <ul class="styledocer-menu" data-styledocer-ref="Button Drop Down"> <li class="styledocer-menu-item"><a href="./index.html"><span class="styledocer-name">Overview</span></a></li> <li class="styledocer-menu-item"> <a href="section-animations.html"><span class="styledocer-name">Animations</span></a> </li> <li class="styledocer-menu-item"> <a href="section-button-drop-down.html"><span class="styledocer-name">Button Drop Down</span></a> <ul class="styledocer-menu-child"> <li class="styledocer-menu-item"><a href="#section-Border"><span class="styledocer-name">Border</span></a></li> <li class="styledocer-menu-item"><a href="#section-Left"><span class="styledocer-name">Left</span></a></li> <li class="styledocer-menu-item"><a href="#section-Not-Positioned"><span class="styledocer-name">Not Positioned</span></a></li> <li class="styledocer-menu-item"><a href="#section-Square"><span class="styledocer-name">Square</span></a></li> </ul> </li> <li class="styledocer-menu-item"> <a href="section-buttons.html"><span class="styledocer-name">Buttons</span></a> </li> <li class="styledocer-menu-item"> <a href="section-cards.html"><span class="styledocer-name">Cards</span></a> </li> <li class="styledocer-menu-item"> <a href="section-expander.html"><span class="styledocer-name">Expander</span></a> </li> <li class="styledocer-menu-item"> <a href="section-extend-text.html"><span class="styledocer-name">Extend Text</span></a> </li> <li class="styledocer-menu-item"> <a href="section-feature-indicator.html"><span class="styledocer-name">Feature Indicator</span></a> </li> <li class="styledocer-menu-item"> <a href="section-forms.html"><span class="styledocer-name">Forms</span></a> </li> <li class="styledocer-menu-item"> <a href="section-loading-indicator.html"><span class="styledocer-name">Loading Indicator</span></a> </li> <li class="styledocer-menu-item"> <a href="section-messages.html"><span class="styledocer-name">Messages</span></a> </li> <li class="styledocer-menu-item"> <a href="section-notify.html"><span class="styledocer-name">Notify</span></a> </li> <li class="styledocer-menu-item"> <a href="section-progress-bars.html"><span class="styledocer-name">Progress Bars</span></a> </li> <li class="styledocer-menu-item"> <a href="section-revealing-panel.html"><span class="styledocer-name">Revealing Panel</span></a> </li> <li class="styledocer-menu-item"> <a href="section-svg-icons.html"><span class="styledocer-name">SVG Icons</span></a> </li> <li class="styledocer-menu-item"> <a href="section-search-query.html"><span class="styledocer-name">Search Query</span></a> </li> <li class="styledocer-menu-item"> <a href="section-site-loader.html"><span class="styledocer-name">Site Loader</span></a> </li> <li class="styledocer-menu-item"> <a href="section-site-overlay.html"><span class="styledocer-name">Site Overlay</span></a> </li> <li class="styledocer-menu-item"> <a href="section-tables.html"><span class="styledocer-name">Tables</span></a> </li> <li class="styledocer-menu-item"> <a href="section-tabs.html"><span class="styledocer-name">Tabs</span></a> </li> <li class="styledocer-menu-item"> <a href="section-tooltip.html"><span class="styledocer-name">Tooltip</span></a> </li> <li class="styledocer-menu-item"> <a href="section-tree.html"><span class="styledocer-name">Tree</span></a> </li> <li class="styledocer-menu-item"> <a href="section-utility.html"><span class="styledocer-name">Utility</span></a> </li> <li class="styledocer-menu-item"> <a href="section-variables.html"><span class="styledocer-name">Variables</span></a> </li> </ul> </nav> </div> </div> <div class="styledocer-content"> <article class="styledocer-article"> <section id="section-Button-Drop Down" class="styledocer-section first"> <h1 class="styledocer-title">Button Drop Down</h1> <div class="styledocer-description"> <p>A button that when clicked expands a drop down menu.</p> <p><div class="button-drop-down"> <button >test</button> <div class="content">content</div> </div></p> <pre><code class="lang-html">&lt;div class=&quot;button-drop-down&quot;&gt; &lt;button &gt;test&lt;/button&gt; &lt;div class=&quot;content&quot;&gt;content&lt;/div&gt; &lt;/div&gt; </code></pre> <p>When the container has the <code>is-active</code> class, the content for the drop down is displayed.</p> <p><div class="button-drop-down is-active" style="margin-bottom: 30px;"> <button >test</button> <div class="content" style="width: 200px;">content</div> </div></p> <pre><code class="lang-html">&lt;div class=&quot;button-drop-down is-active&quot; style=&quot;margin-bottom: 30px;&quot;&gt; &lt;button &gt;test&lt;/button&gt; &lt;div class=&quot;content&quot; style=&quot;width: 200px;&quot;&gt;content&lt;/div&gt; &lt;/div&gt; </code></pre> <p>You can use button classes too:</p> <p><div class="button-drop-down is-active" style="margin-bottom: 30px;"> <button class="small">test</button> <div class="content" style="width: 200px;">content</div> </div></p> <pre><code class="lang-html">&lt;div class=&quot;button-drop-down is-active&quot; style=&quot;margin-bottom: 30px;&quot;&gt; &lt;button class=&quot;small&quot;&gt;test&lt;/button&gt; &lt;div class=&quot;content&quot; style=&quot;width: 200px;&quot;&gt;content&lt;/div&gt; &lt;/div&gt; </code></pre> <p><div class="button-drop-down is-active" style="margin-bottom: 30px;"> <button class="large">test</button> <div class="content" style="width: 200px;">content</div> </div></p> <pre><code class="lang-html">&lt;div class=&quot;button-drop-down is-active&quot; style=&quot;margin-bottom: 30px;&quot;&gt; &lt;button class=&quot;large&quot;&gt;test&lt;/button&gt; &lt;div class=&quot;content&quot; style=&quot;width: 200px;&quot;&gt;content&lt;/div&gt; &lt;/div&gt; </code></pre> <p><div class="button-drop-down is-active" style="margin-bottom: 30px;"> <button class="largest">test</button> <div class="content" style="width: 200px;">content</div> </div></p> <pre><code class="lang-html">&lt;div class=&quot;button-drop-down is-active&quot; style=&quot;margin-bottom: 30px;&quot;&gt; &lt;button class=&quot;largest&quot;&gt;test&lt;/button&gt; &lt;div class=&quot;content&quot; style=&quot;width: 200px;&quot;&gt;content&lt;/div&gt; &lt;/div&gt; </code></pre> </div> </section> <section id="section-Border" class="styledocer-section"> <h1 class="styledocer-title">Border</h1> <div class="styledocer-description"> <p>If you wish to have a border, add a <code>border</code> class to the container.</p> <p><div class="button-drop-down border"> <button >test</button> <div class="content" style="width: 200px;">content</div> </div></p> <pre><code class="lang-html">&lt;div class=&quot;button-drop-down border&quot;&gt; &lt;button &gt;test&lt;/button&gt; &lt;div class=&quot;content&quot; style=&quot;width: 200px;&quot;&gt;content&lt;/div&gt; &lt;/div&gt; </code></pre> <p><div class="button-drop-down border is-active" style="margin-bottom: 30px;"> <button >test</button> <div class="content" style="width: 200px;">content</div> </div></p> <pre><code class="lang-html">&lt;div class=&quot;button-drop-down border is-active&quot; style=&quot;margin-bottom: 30px;&quot;&gt; &lt;button &gt;test&lt;/button&gt; &lt;div class=&quot;content&quot; style=&quot;width: 200px;&quot;&gt;content&lt;/div&gt; &lt;/div&gt; </code></pre> </div> </section> <section id="section-Left" class="styledocer-section"> <h1 class="styledocer-title">Left</h1> <div class="styledocer-description"> <p>By default, the button drop down content extends over the right side of the button. To make the button drop down content extend over the left side of the, button, add a <code>left</code> class to the container.</p> <p><div style="position: relative; height: 60px;"> <div class="button-drop-down left is-active" style="margin-bottom: 30px;position: absolute; right: 0;"> <button >test</button> <div class="content" style="width: 200px;">content</div> </div> </div></p> <pre><code class="lang-html">&lt;div style=&quot;position: relative; height: 60px;&quot;&gt; &lt;div class=&quot;button-drop-down left is-active&quot; style=&quot;margin-bottom: 30px;position: absolute; right: 0;&quot;&gt; &lt;button &gt;test&lt;/button&gt; &lt;div class=&quot;content&quot; style=&quot;width: 200px;&quot;&gt;content&lt;/div&gt; &lt;/div&gt; &lt;/div&gt; </code></pre> </div> </section> <section id="section-Not-Positioned" class="styledocer-section"> <h1 class="styledocer-title">Not Positioned</h1> <div class="styledocer-description"> <p>By default, the content of the button drop down is position absolute however if you don&#39;t want this (useful if you need something like fixed positioning), you can add the <code>not-positioned</code> class to the container.</p> </div> </section> <section id="section-Square" class="styledocer-section"> <h1 class="styledocer-title">Square</h1> <div class="styledocer-description"> <p>By default, the button drop down has rounded corners but if you don&#39;t want that, add a <code>square</code> class to the container.</p> <p><div class="button-drop-down square is-active" style="margin-bottom: 30px;"> <button >test</button> <div class="content" style="width: 200px;">content</div> </div></p> <pre><code class="lang-html">&lt;div class=&quot;button-drop-down square is-active&quot; style=&quot;margin-bottom: 30px;&quot;&gt; &lt;button &gt;test&lt;/button&gt; &lt;div class=&quot;content&quot; style=&quot;width: 200px;&quot;&gt;content&lt;/div&gt; &lt;/div&gt; </code></pre> </div> </section> </article> <footer class="styledocer-footer"> <span>Created using <a href="https://github.com/ryanzec/style-doc">style-doc</a></span> <span>Default theme based off of <a href="https://github.com/htanjo/kss-node-template">kss-node-template</a></span> <span>SVG icons from <a href="https://github.com/iconic/open-iconic">Iconic Open</a> using <a href="">SVGInjector</a></span> </footer> </div> </div> </body> </html>
nucleus-angular/sass-framework
styleguide/section-button-drop-down.html
HTML
mit
14,110
<!-- Instructions Pass: Add to this page several links to websites that have information about javascript events. Good: Add something on this page that activates for every possible javascript event. Note: identify if events only work on touch screen computers. --> <script> document.myx = 40 </script> <body onkeyDown= "{ alert(String.fromCharCode(event.keyCode)) if(string.fromCharCode(event.keyCode)=='A'){ getElementById('myOut').style.left = parseInt(getElementById('myOut').style.left) + 10 + 'px' } }"> <h1 align=center> Basic Javascript Events by [name]</h1> <u>Note:</u> Tap the capital "A" to see the object move! <br> <div id="myOut" style= "position:absolute;left:500;top:100;">Move me</div><br><br> <input type=button value="up" onclick="{ document.all.myOut.style.top = parseInt(document.all.myOut.style.top)-20+'px' }"><br> <input type=button value="left" onclick="{ document.all.myOut.style.left = parseInt(document.all.myOut.style.left)-20+'px' }"> <b onMouseOver = "{getElementById('myOut').innerHTML +=' Move me, '}">Copy me!</b> <br><br> <input type=button value="Back" style="font-size:15px" onclick="{window.history.back()}"><br><br>
LukarioMC/pgb-cloud9.io-readable
to-do/a03-javascript/a03.04-javascript-events.html
HTML
mit
1,176
<html> <style> body { background-color: white; } body { font-family: sans-serif; } li { font-size: 80%; } </style> <body> <table BORDER="" WIDTH="90%"> <tr> <td> Test Case </td> <td id="testCaseId"> PERF-010</td> </tr> <tr> <td> Title </td> <td id="title"> rtnv meets its time and capacity requirements</td> </tr> <tr> <td> Objective </td> <td id="objective"> <p>This test case is intended to verify the following implied or specified requirements:</p> <ul id="requirementsList"> <li>rtnv shall be able to display the main menu within 20 seconds of selecting the app from the Android menu given 20 stocks in the portfolio and access to the internet.</li> <li>rtnv shall be able to store at least 20 stocks in the portfolio.</li> <li>When the calculate net value button is pressed, the sum of the products of the number of shares and value of each share shall be calcuated and that total displayed (in dollar format) in the calculated net value display field.</li> <li>rtnv shall use a public server such as Yahoo finance to retrieve the closing prices of stocks identified by the ticker symbols. Note: this is a demonstration app only and is not meant to be massively distributed for large scale use.</li> </ul> <p>The objective of this test case is to verify that the app can update a portfolio populated to the maximum required size within the time limit of the requirements.</p> </td> </tr> <tr> <td> Setup </td> <td> <ul id="setup"> <li></li> </ul> </td> </tr> <tr> <td> Actions </td> <td> <ol id="actions"> <li> Delete the app from the target device. </li> <li> Compile and load rtnv onto the target Android device. </li> <li> Verify the compile completes with no errors. </li> <li> Verify the installation completes with no errors. </li> <li> Using any method desired, enter 20 valid ticker symbols each with a user defined number of shares. </li> <li> Select the Android main lauch menu. </li> <li> Select the Andriod task list and terminate rtnv. </li> <li> From the launch menu, start rtnv and note the time. </li> <li> Press the Calculate Net Value button and determine when the net value stops changing. </li> <li> Verify that time is less than 20 seconds. </li> <li> Press the "Next" button and walk through the portfolio verifying that every entry has a non zero share value. </li> <li> Record the product of the number of shares and value of each share. Sum those products and verify that they equal the value displayed in the "Calculated Net Value" field. </li> </ol> </td> </tr> <tr> <td> Expected </td> <td id="expected"> The twenty stocks will be be updated within 20 seconds and the calcuated net value will match the value calculated by hand.</td> </tr> <tr> <td> Results </td> <td id="results"> PASSED</td> </tr> <tr> <td> Cleanup </td> <td> <ul id="cleanup"> <li>Unnecessary</li> </ul> </td> </tr> <tr> <td> Requirements </td> <td id="requirements"> RTNV-PERF-010, RTNV-PROV-020, RTNV-PR-CNV-010, RTNV-EXT-IF-060</td> </tr> </table> </body> </html>
mbroihier/tfw
doc/PERF/PERF-010.html
HTML
mit
3,039
{{ partial "header.html" . }} <main> <p><em>A blog on (mostly) web</em></p> {{ partial "search.html" . }} {{ range (.Paginator 100).Pages }} {{ partial "summary.html" . }} {{ end }} {{ partial "pagination.html" . }} </main> {{ partial "footer.html" . }}
miguelmota/miguelmota.github.com
themes/blank/layouts/blog/blog.html
HTML
mit
284
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>ltl: 13 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.2 / ltl - 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> ltl <small> 8.8.0 <span class="label label-success">13 s 🏆</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-10-08 18:05:21 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-10-08 18:05:21 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 1 Virtual package relying on perl coq 8.8.2 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.05.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.05.0 Official 4.05.0 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/ltl&quot; license: &quot;Unknown&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/LTL&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.8&quot; &amp; &lt; &quot;8.9~&quot;} ] tags: [ &quot;keyword: temporal logic&quot; &quot;keyword: infinite transition systems&quot; &quot;keyword: co-induction&quot; &quot;category: Mathematics/Logic/Modal logic&quot; &quot;date: 2002-07&quot; ] authors: [ &quot;Solange Coupet-Grimal&quot; ] bug-reports: &quot;https://github.com/coq-contribs/ltl/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/ltl.git&quot; synopsis: &quot;Linear Temporal Logic&quot; description: &quot;&quot;&quot; This contribution contains a shallow embedding of Linear Temporal Logic (LTL) based on a co-inductive representation of program executions. Temporal operators are implemented as inductive (respectively co-inductive) types when they are least (respectively greatest) fixpoints. Several general lemmas, that correspond to LTL rules, are proved.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/ltl/archive/v8.8.0.tar.gz&quot; checksum: &quot;md5=ff962e4cd2f33b0a9ed4f551fa2ce02d&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-ltl.8.8.0 coq.8.8.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-ltl.8.8.0 coq.8.8.2</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>8 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-ltl.8.8.0 coq.8.8.2</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>13 s</dd> </dl> <h2>Installation size</h2> <p>Total: 205 K</p> <ul> <li>24 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/LTL/ltl.vo</code></li> <li>17 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/LTL/congruence.glob</code></li> <li>16 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/LTL/termination.glob</code></li> <li>16 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/LTL/congruence.vo</code></li> <li>16 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/LTL/termination.vo</code></li> <li>16 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/LTL/liveness.vo</code></li> <li>13 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/LTL/safety.vo</code></li> <li>13 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/LTL/ltl.glob</code></li> <li>10 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/LTL/leads_to.vo</code></li> <li>9 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/LTL/liveness.glob</code></li> <li>9 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/LTL/safety.glob</code></li> <li>7 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/LTL/congruence.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/LTL/ltl.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/LTL/liveness.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/LTL/termination.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/LTL/safety.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/LTL/fairness.vo</code></li> <li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/LTL/fairness.glob</code></li> <li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/LTL/leads_to.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/LTL/leads_to.glob</code></li> <li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/LTL/fairness.v</code></li> </ul> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-ltl.8.8.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.05.0-2.0.1/released/8.8.2/ltl/8.8.0.html
HTML
mit
9,212
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>ails: 44 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 / extra-dev</a></li> <li class="active"><a href="">8.10.dev / ails - 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> ails <small> 8.10.0 <span class="label label-success">44 s 🏆</span> </small> </h1> <p>📅 <em><script>document.write(moment("2020-07-17 06:06:32 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-07-17 06:06:32 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-m4 1 Virtual package relying on m4 coq 8.10.dev Formal proof management system num 1.3 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.08.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.08.1 Official release 4.08.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.8.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/ails&quot; license: &quot;LGPL 2.1&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/AILS&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.10&quot; &amp; &lt; &quot;8.11~&quot;} ] tags: [ &quot;keyword: ails&quot; &quot;keyword: aircraft&quot; &quot;keyword: trajectory&quot; &quot;keyword: conflict&quot; &quot;keyword: collision&quot; &quot;category: Computer Science/Decision Procedures and Certified Algorithms/Correctness proofs of algorithms&quot; &quot;date: 2002&quot; ] authors: [ &quot;Olivier Desmettre&quot; ] bug-reports: &quot;https://github.com/coq-contribs/ails/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/ails.git&quot; synopsis: &quot;Proof of AILS algorithm&quot; description: &quot;&quot;&quot; An aircraft trajectory modeling and analysis using the AILS algorithm (Airborne Information for Lateral Spacing) to warn against possible collisions.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/ails/archive/v8.10.0.tar.gz&quot; checksum: &quot;md5=c0eea2fd75df076ca74e2433c6c72751&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-ails.8.10.0 coq.8.10.dev</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-ails.8.10.0 coq.8.10.dev</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>5 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 16000000; timeout 2h opam install -y -v coq-ails.8.10.0 coq.8.10.dev</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>44 s</dd> </dl> <h2>Installation size</h2> <p>Total: 3 M</p> <ul> <li>303 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/AILS/trajectory.glob</code></li> <li>257 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/AILS/alpha_no_conflict.glob</code></li> <li>245 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/AILS/ycngstys.glob</code></li> <li>169 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/AILS/tau.glob</code></li> <li>141 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/AILS/trajectory.vo</code></li> <li>120 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/AILS/ycngstys.vo</code></li> <li>98 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/AILS/ails_trajectory.glob</code></li> <li>84 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/AILS/tau.vo</code></li> <li>74 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/AILS/math_prop.glob</code></li> <li>72 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/AILS/ycngftys.vo</code></li> <li>71 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/AILS/ycngftys.glob</code></li> <li>70 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/AILS/alpha_no_conflict.vo</code></li> <li>69 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/AILS/alarm.glob</code></li> <li>67 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/AILS/constants.glob</code></li> <li>64 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/AILS/ails.vo</code></li> <li>63 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/AILS/ails_trajectory.vo</code></li> <li>61 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/AILS/constants.vo</code></li> <li>61 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/AILS/trajectory_def.vo</code></li> <li>60 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/AILS/alarm.vo</code></li> <li>55 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/AILS/pi_ineq.vo</code></li> <li>52 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/AILS/math_prop.vo</code></li> <li>49 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/AILS/ails.glob</code></li> <li>47 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/AILS/rrho.vo</code></li> <li>46 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/AILS/correctness.vo</code></li> <li>44 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/AILS/trajectory_const.vo</code></li> <li>42 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/AILS/pi_ineq.glob</code></li> <li>40 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/AILS/ails_def.vo</code></li> <li>39 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/AILS/trajectory.v</code></li> <li>39 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/AILS/measure2state.vo</code></li> <li>35 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/AILS/ycngstys.v</code></li> <li>32 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/AILS/trajectory_def.glob</code></li> <li>28 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/AILS/rrho.glob</code></li> <li>26 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/AILS/tau.v</code></li> <li>21 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/AILS/alpha_no_conflict.v</code></li> <li>21 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/AILS/correctness.glob</code></li> <li>14 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/AILS/alarm.v</code></li> <li>13 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/AILS/constants.v</code></li> <li>13 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/AILS/ycngftys.v</code></li> <li>12 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/AILS/ails.v</code></li> <li>11 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/AILS/ails_trajectory.v</code></li> <li>11 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/AILS/math_prop.v</code></li> <li>10 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/AILS/trajectory_const.glob</code></li> <li>8 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/AILS/rrho.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/AILS/trajectory_def.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/AILS/correctness.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/AILS/measure2state.glob</code></li> <li>5 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/AILS/pi_ineq.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/AILS/trajectory_const.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/AILS/measure2state.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/AILS/ails_def.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/AILS/ails_def.glob</code></li> </ul> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-ails.8.10.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/extra-dev/8.10.dev/ails/8.10.0.html
HTML
mit
12,405
<main> <header> <h2 id="rubrique-title"><span>Choix des nouveautés</span></h2> </header> <main id="liste-rubriques-wrap"> <section class="flash success"> <p>La nouveauté a été modifiée avec succès !</p> </section> <section class="flash error"> <p>Une erreur s'est produite en modifiant la nouveauté.</p> </section> <section> <input type="text" placeholder="Numéro produit" id="search-produit"/> </section> <ul id="liste-rubriques"> <li class="produit produit-head"> <p># produit</p> <p>Nom produit</p> <p>Artiste</p> <p>Position</p> <p>Renommer</p> <p>Valider</p> <p>Supprimer</p> </li> <li class="produit"> <!--img.audio-cover(src="assets/img/default-audio-cover.png")--> <p>Produit i</p> <p>Produit abc</p> <p>Artiste efg</p> <select name="select"> <option value="0">Position 0</option> <option value="1">Position 1</option> <option value="2">Position 2</option> <option value="3">Position 3</option> <option value="4">Position 4</option> <option value="5">Position 5</option> </select> <input placeholder="Renommer ..." type="text"/> <button class="cta">Valider</button> <button class="cta">Supprimer</button> </li> <li class="produit"> <!--img.audio-cover(src="assets/img/default-audio-cover.png")--> <p>Produit i</p> <p>Produit abc</p> <p>Artiste efg</p> <select name="select"> <option value="0">Position 0</option> <option value="1">Position 1</option> <option value="2">Position 2</option> <option value="3">Position 3</option> <option value="4">Position 4</option> <option value="5">Position 5</option> </select> <input placeholder="Renommer ..." type="text"/> <button class="cta">Valider</button> <button class="cta">Supprimer</button> </li> <li class="produit"> <!--img.audio-cover(src="assets/img/default-audio-cover.png")--> <p>Produit i</p> <p>Produit abc</p> <p>Artiste efg</p> <select name="select"> <option value="0">Position 0</option> <option value="1">Position 1</option> <option value="2">Position 2</option> <option value="3">Position 3</option> <option value="4">Position 4</option> <option value="5">Position 5</option> </select> <input placeholder="Renommer ..." type="text"/> <button class="cta">Valider</button> <button class="cta">Supprimer</button> </li> <li class="produit"> <!--img.audio-cover(src="assets/img/default-audio-cover.png")--> <p>Produit i</p> <p>Produit abc</p> <p>Artiste efg</p> <select name="select"> <option value="0">Position 0</option> <option value="1">Position 1</option> <option value="2">Position 2</option> <option value="3">Position 3</option> <option value="4">Position 4</option> <option value="5">Position 5</option> </select> <input placeholder="Renommer ..." type="text"/> <button class="cta">Valider</button> <button class="cta">Supprimer</button> </li> <li class="produit"> <!--img.audio-cover(src="assets/img/default-audio-cover.png")--> <p>Produit i</p> <p>Produit abc</p> <p>Artiste efg</p> <select name="select"> <option value="0">Position 0</option> <option value="1">Position 1</option> <option value="2">Position 2</option> <option value="3">Position 3</option> <option value="4">Position 4</option> <option value="5">Position 5</option> </select> <input placeholder="Renommer ..." type="text"/> <button class="cta">Valider</button> <button class="cta">Supprimer</button> </li> <li class="produit"> <!--img.audio-cover(src="assets/img/default-audio-cover.png")--> <p>Produit i</p> <p>Produit abc</p> <p>Artiste efg</p> <select name="select"> <option value="0">Position 0</option> <option value="1">Position 1</option> <option value="2">Position 2</option> <option value="3">Position 3</option> <option value="4">Position 4</option> <option value="5">Position 5</option> </select> <input placeholder="Renommer ..." type="text"/> <button class="cta">Valider</button> <button class="cta">Supprimer</button> </li> <li class="produit"> <!--img.audio-cover(src="assets/img/default-audio-cover.png")--> <p>Produit i</p> <p>Produit abc</p> <p>Artiste efg</p> <select name="select"> <option value="0">Position 0</option> <option value="1">Position 1</option> <option value="2">Position 2</option> <option value="3">Position 3</option> <option value="4">Position 4</option> <option value="5">Position 5</option> </select> <input placeholder="Renommer ..." type="text"/> <button class="cta">Valider</button> <button class="cta">Supprimer</button> </li> <hr/> <li> <h3>Ajouter un produit dans le top des nouveautés</h3> </li> <section class="flash success"> <p>Le produit a été ajouté aux nouveautés avec succès !</p> </section> <section class="flash error"> <p>Une erreur s'est produite lors de l'ajout du produit aux nouveautés.</p> </section> <li class="produit produit-head"> <p>Nom produit</p> <p># Artiste</p> <p>Valider</p> </li> <li class="produit produit-add"> <input type="text" placeholder="Nom produit"/> <input type="text" placeholder="Numéro artiste"/> <input type="sumbit" value="Valider"/> </li> </ul> </main> </main>
Mehdi-H/LDMH---Gestion-de-projet-logiciel-Java-J2EE---ESIEE-Paris-Atos
maquette/_includes/choix_nouveautes.html
HTML
mit
6,183
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>W27198_text</title> <link rel="stylesheet" type="text/css" href="style.css" /> </head> <body> <div style="margin-left: auto; margin-right: auto; width: 800px; overflow: hidden;"> <div style="float: left;"> <a href="page3.html">&laquo;</a> </div> <div style="float: right;"> </div> </div> <hr/> <div style="position: absolute; margin-left: 191px; margin-top: 0px;"> <p class="styleSans2.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p> </div> <div style="position: absolute; margin-left: 1099px; margin-top: 136px;"> <p class="styleSans14.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">HALcéN RESOURCES </p> </div> <div style="position: absolute; margin-left: 356px; margin-top: 824px;"> <p class="styleSans11.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">This statement is being sent in order to comply with NDAC 43-02-03-16 (Application for Permit to Drill and Recomplete) which states in part “..confirmation that a legal street address has been requested for the well site, and well facility if separate from the well <br/>site, and the proposed road access to the nearest existing public road.” <br/>A legal street address was requested for the wells listed below on the date noted. <br/>Request made to: Vlfilliams County — Katie Lima — Williams County Building Dept. </p> </div> <div style="position: absolute; margin-left: 466px; margin-top: 1539px;"> <p class="styleSans9.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Pasternak Trust 157-100-190-18-4H — 12/2/2014 </p> </div> <div style="position: absolute; margin-left: 356px; margin-top: 2199px;"> <p class="styleSans30.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">/ a%,/ <br/>Mark H. Johnson Engineer, HRC Operating, LLC <br/>1801 California Street, Suite 3500, Denver CO 303.297.2028 </p> </div> <div style="position: absolute; margin-left: 1355px; margin-top: 2496px;"> <p class="styleSans9.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">80202 </p> </div> <div style="position: absolute; margin-left: 549px; margin-top: 2941px;"> <p class="styleSans9.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">HRC Operating, LLC is a wholly-owned subsidiary of Halcén Resources Corporation </p> </div> <div style="position: absolute; margin-left: 411px; margin-top: 3024px;"> <p class="styleSans8.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">DENVER OFFICE ‘ 1801 California Street, Suite 3500 ' Denver, CO 80202 I (303) 2972028 Phone ' (303) 297-2196 Fax </p> </div> </body> </html>
datamade/elpc_bakken
ocr_extracted/W27198_text/page4.html
HTML
mit
3,136
<!doctype html> <html> <head> <meta charset="utf-8"> <title>Examen1web20</title> <base href="/"> <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>
ChecoHerrera/Examen1_Sergio
src/index.html
HTML
mit
299
<!DOCTYPE html> <html lang="{{ DEFAULT_LANG }}"> <head> <title>{% block title %}{{ SITENAME }}{% endblock title %}</title> {% block metatags %} <meta charset="utf-8" /> <meta property="og:locale" content="pt_BR" /> <meta property="og:site_name" content="{{ SITENAME }}" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <!--<meta property="viewport" content="width=device-width, initial-scale=1" />--> {% endblock metatags %} <link rel="canonical" href="http://blog.musicasparamissa.com.br/" /> <link rel="icon" href="https://static.musicasparamissa.com.br/images/favicon.ico" /> <meta property="fb:app_id" content="295456563950296" /> <link type="application/rss+xml" rel="alternate" title="Podcast" href="https://blog.musicasparamissa.com.br/podcast.xml"/> <!--[if IE 8]><html class="ie8"><![endif]--> {% include 'css-loader.html' %} <!-- Google Tag Manager --> <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!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-T9PQ5GJ');</script> <!-- End Google Tag Manager --> </head> <body class="body-nav-fixed-menu-top"> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-T9PQ5GJ" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <div class="wrapper-body"> {% include 'navbar.html' %} <div class="container content"> {% include 'banners/banner-adsense-top.html' %} <div class="row"> {% block content %} {% endblock %} {% include 'sidebar.html' %} </div> </div> </div> {% include 'footer.html' %} </body> </html>
gustavofoa/blog.musicasparamissa.com.br
theme/templates/base.html
HTML
mit
1,952
<!DOCTYPE html> <html> <head> <!-- Basic --> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>Porto - Responsive HTML5 Template 4.4.0</title> <meta name="keywords" content="HTML5 Template" /> <meta name="description" content="Porto - Responsive HTML5 Template"> <meta name="author" content="okler.net"> <!-- Favicon --> <link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon" /> <link rel="apple-touch-icon" href="img/apple-touch-icon.png"> <!-- Mobile Metas --> <meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"> <!-- Web Fonts --> <link href="http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800%7CShadows+Into+Light" rel="stylesheet" type="text/css"> <!-- Vendor CSS --> <link rel="stylesheet" href="vendor/bootstrap/css/bootstrap.min.css"> <link rel="stylesheet" href="vendor/font-awesome/css/font-awesome.min.css"> <link rel="stylesheet" href="vendor/simple-line-icons/css/simple-line-icons.min.css"> <link rel="stylesheet" href="vendor/owl.carousel/assets/owl.carousel.min.css"> <link rel="stylesheet" href="vendor/owl.carousel/assets/owl.theme.default.min.css"> <link rel="stylesheet" href="vendor/magnific-popup/magnific-popup.min.css"> <!-- Theme CSS --> <link rel="stylesheet" href="css/theme.css"> <link rel="stylesheet" href="css/theme-elements.css"> <link rel="stylesheet" href="css/theme-blog.css"> <link rel="stylesheet" href="css/theme-shop.css"> <link rel="stylesheet" href="css/theme-animate.css"> <!-- Current Page CSS --> <link rel="stylesheet" href="vendor/rs-plugin/css/settings.css" media="screen"> <link rel="stylesheet" href="vendor/rs-plugin/css/layers.css" media="screen"> <link rel="stylesheet" href="vendor/rs-plugin/css/navigation.css" media="screen"> <link rel="stylesheet" href="vendor/circle-flip-slideshow/css/component.css" media="screen"> <!-- Skin CSS --> <link rel="stylesheet" href="css/skins/default.css"> <script src="master/style-switcher/style.switcher.localstorage.js"></script> <!-- Theme Custom CSS --> <link rel="stylesheet" href="css/custom.css"> <!-- Head Libs --> <script src="vendor/modernizr/modernizr.min.js"></script> </head> <body> <div class="body"> <header id="header" data-plugin-options='{"stickyEnabled": true, "stickyEnableOnBoxed": true, "stickyEnableOnMobile": true, "stickyStartAt": 57, "stickySetTop": "-57px", "stickyChangeLogo": true}'> <div class="header-body"> <div class="header-container container"> <div class="header-row"> <div class="header-column"> <div class="header-logo"> <a href="index.html"> <img alt="Porto" width="111" height="54" data-sticky-width="82" data-sticky-height="40" data-sticky-top="33" src="img/logo.png"> </a> </div> </div> <div class="header-column"> <div class="header-row"> <div class="header-search hidden-xs"> <form id="searchForm" action="page-search-results.html" method="get"> <div class="input-group"> <input type="text" class="form-control" name="q" id="q" placeholder="Search..." required> <span class="input-group-btn"> <button class="btn btn-default" type="submit"><i class="fa fa-search"></i></button> </span> </div> </form> </div> <nav class="header-nav-top"> <ul class="nav nav-pills"> <li class="hidden-xs"> <a href="about-us.html"><i class="fa fa-angle-right"></i> About Us</a> </li> <li class="hidden-xs"> <a href="contact-us.html"><i class="fa fa-angle-right"></i> Contact Us</a> </li> <li> <span class="ws-nowrap"><i class="fa fa-phone"></i> (123) 456-789</span> </li> </ul> </nav> </div> <div class="header-row"> <div class="header-nav"> <button class="btn header-btn-collapse-nav" data-toggle="collapse" data-target=".header-nav-main"> <i class="fa fa-bars"></i> </button> <ul class="header-social-icons social-icons hidden-xs"> <li class="social-icons-facebook"><a href="http://www.facebook.com/" target="_blank" title="Facebook"><i class="fa fa-facebook"></i></a></li> <li class="social-icons-twitter"><a href="http://www.twitter.com/" target="_blank" title="Twitter"><i class="fa fa-twitter"></i></a></li> <li class="social-icons-linkedin"><a href="http://www.linkedin.com/" target="_blank" title="Linkedin"><i class="fa fa-linkedin"></i></a></li> </ul> <div class="header-nav-main header-nav-main-effect-1 header-nav-main-sub-effect-1 collapse"> <nav> <ul class="nav nav-pills" id="mainNav"> <li class="dropdown active"> <a class="dropdown-toggle" href="index.html"> Home </a> <ul class="dropdown-menu"> <li> <a href="index-overview.html"> Overview </a> </li> <li> <a href="index.html"> Landing Page </a> </li> <li class="dropdown-submenu"> <a href="index-classic.html">Classic</a> <ul class="dropdown-menu"> <li><a href="index-classic.html" data-thumb-preview="img/previews/preview-classic.jpg">Classic - Original</a></li> <li><a href="index-classic-color.html" data-thumb-preview="img/previews/preview-classic-color.jpg">Classic - Color</a></li> <li><a href="index-classic-light.html" data-thumb-preview="img/previews/preview-classic-light.jpg">Classic - Light</a></li> <li><a href="index-classic-video.html" data-thumb-preview="img/previews/preview-classic-video.jpg">Classic - Video</a></li> <li><a href="index-classic-video-light.html" data-thumb-preview="img/previews/preview-classic-video-light.jpg">Classic - Video - Light</a></li> </ul> </li> <li class="dropdown-submenu"> <a href="index-corporate.html">Corporate <span class="tip">new</span></a> <ul class="dropdown-menu"> <li class="dropdown-submenu"> <a href="#">Corporate - Versions <span class="tip tip-dark">hot</span></a> <ul class="dropdown-menu"> <li><a href="index-corporate.html" data-thumb-preview="img/previews/preview-corporate.jpg">Corporate - Version 1</a></li> <li><a href="index-corporate-2.html" data-thumb-preview="img/previews/preview-corporate-version2.jpg">Corporate - Version 2</a></li> <li><a href="index-corporate-3.html" data-thumb-preview="img/previews/preview-corporate-version3.jpg">Corporate - Version 3</a></li> <li><a href="index-corporate-4.html" data-thumb-preview="img/previews/preview-corporate-version4.jpg">Corporate - Version 4</a></li> <li><a href="index-corporate-5.html" data-thumb-preview="img/previews/preview-corporate-version5.jpg">Corporate - Version 5</a></li> <li><a href="index-corporate-6.html" data-thumb-preview="img/previews/preview-corporate-version6.jpg">Corporate - Version 6</a></li> <li><a href="index-corporate-7.html" data-thumb-preview="img/previews/preview-corporate-version7.jpg">Corporate - Version 7</a></li> <li><a href="index-corporate-8.html" data-thumb-preview="img/previews/preview-corporate-version8.jpg">Corporate - Version 8</a></li> </ul> </li> <li><a href="index-corporate-hosting.html" data-thumb-preview="img/previews/preview-corporate-hosting.jpg">Corporate - Hosting</a></li> <li><a href="index-corporate-digital-agency.html" data-thumb-preview="img/previews/preview-corporate-digital-agency.jpg">Corporate - Digital Agency</a></li> <li><a href="index-corporate-law-office.html" data-thumb-preview="img/previews/preview-corporate-law-office.jpg">Corporate - Law Office <span class="tip">new</span></a></li> </ul> </li> <li class="dropdown-submenu"> <a href="#">One Page</a> <ul class="dropdown-menu"> <li><a href="index-one-page.html" data-thumb-preview="img/previews/preview-one-page.jpg">One Page Original</a></li> </ul> </li> </ul> </li> <li class="dropdown dropdown-mega"> <a class="dropdown-toggle" href="#"> Shortcodes </a> <ul class="dropdown-menu"> <li> <div class="dropdown-mega-content"> <div class="row"> <div class="col-md-3"> <span class="dropdown-mega-sub-title">Shortcodes 1</span> <ul class="dropdown-mega-sub-nav"> <li><a href="shortcodes-accordions.html">Accordions</a></li> <li><a href="shortcodes-toggles.html">Toggles</a></li> <li><a href="shortcodes-tabs.html">Tabs</a></li> <li><a href="shortcodes-icons.html">Icons</a></li> <li><a href="shortcodes-icon-boxes.html">Icon Boxes</a></li> <li><a href="shortcodes-carousels.html">Carousels</a></li> <li><a href="shortcodes-modals.html">Modals</a></li> <li><a href="shortcodes-lightboxes.html">Lightboxes</a></li> </ul> </div> <div class="col-md-3"> <span class="dropdown-mega-sub-title">Shortcodes 2</span> <ul class="dropdown-mega-sub-nav"> <li><a href="shortcodes-buttons.html">Buttons</a></li> <li><a href="shortcodes-labels.html">Labels</a></li> <li><a href="shortcodes-lists.html">Lists</a></li> <li><a href="shortcodes-image-gallery.html">Image Gallery</a></li> <li><a href="shortcodes-image-frames.html">Image Frames</a></li> <li><a href="shortcodes-testimonials.html">Testimonials</a></li> <li><a href="shortcodes-blockquotes.html">Blockquotes</a></li> <li><a href="shortcodes-word-rotator.html">Word Rotator</a></li> </ul> </div> <div class="col-md-3"> <span class="dropdown-mega-sub-title">Shortcodes 3</span> <ul class="dropdown-mega-sub-nav"> <li><a href="shortcodes-call-to-action.html">Call to Action</a></li> <li><a href="shortcodes-pricing-tables.html">Pricing Tables</a></li> <li><a href="shortcodes-tables.html">Tables</a></li> <li><a href="shortcodes-progressbars.html">Progress Bars</a></li> <li><a href="shortcodes-counters.html">Counters</a></li> <li><a href="shortcodes-sections-parallax.html">Sections &amp; Parallax</a></li> <li><a href="shortcodes-tooltips-popovers.html">Tooltips &amp; Popovers</a></li> <li><a href="shortcodes-sticky-elements.html">Sticky Elements</a></li> </ul> </div> <div class="col-md-3"> <span class="dropdown-mega-sub-title">Shortcodes 4</span> <ul class="dropdown-mega-sub-nav"> <li><a href="shortcodes-headings.html">Headings</a></li> <li><a href="shortcodes-dividers.html">Dividers</a></li> <li><a href="shortcodes-animations.html">Animations</a></li> <li><a href="shortcodes-medias.html">Medias</a></li> <li><a href="shortcodes-maps.html">Maps</a></li> <li><a href="shortcodes-arrows.html">Arrows</a></li> <li><a href="shortcodes-alerts.html">Alerts</a></li> <li><a href="shortcodes-posts.html">Posts</a></li> </ul> </div> </div> </div> </li> </ul> </li> <li class="dropdown"> <a class="dropdown-toggle" href="#"> Features </a> <ul class="dropdown-menu"> <li class="dropdown-submenu"> <a href="#">Headers</a> <ul class="dropdown-menu"> <li class="dropdown-submenu"> <a href="#">Default</a> <ul class="dropdown-menu"> <li><a href="index-classic.html">Default</a></li> <li><a href="index-header-language-dropdown.html">Default + Language Dropdown</a></li> <li><a href="index-header-big-logo.html">Default + Big Logo</a></li> </ul> </li> <li class="dropdown-submenu"> <a href="#">Flat</a> <ul class="dropdown-menu"> <li><a href="index-header-flat.html">Flat</a></li> <li><a href="index-header-flat-top-bar.html">Flat + Top Bar</a></li> <li><a href="index-header-flat-colored-top-bar.html">Flat + Colored Top Bar</a></li> <li><a href="index-header-flat-top-bar-search.html">Flat + Top Bar with Search</a></li> </ul> </li> <li><a href="index-header-center.html">Center</a></li> <li><a href="index-header-below-slider.html">Below Slider</a></li> <li><a href="index-header-full-video.html">Full Video</a></li> <li><a href="index-header-narrow.html">Narrow</a></li> <li><a href="index-header-always-sticky.html">Always Sticky</a></li> <li class="dropdown-submenu"> <a href="#">Transparent</a> <ul class="dropdown-menu"> <li><a href="index-header-transparent.html">Transparent</a></li> <li><a href="index-header-transparent-bottom-border.html">Transparent - Bottom Border</a></li> <li><a href="index-header-semi-transparent.html">Semi Transparent</a></li> <li><a href="index-header-semi-transparent-light.html">Semi Transparent - Light</a></li> </ul> </li> <li><a href="index-header-full-width.html">Full-Width</a></li> <li class="dropdown-submenu"> <a href="#">Navbar</a> <ul class="dropdown-menu"> <li><a href="index-header-navbar.html">Navbar</a></li> <li><a href="index-header-navbar-extra-info.html">Navbar + Extra Info</a></li> </ul> </li> <li class="dropdown-submenu"> <a href="#">Side Header</a> <ul class="dropdown-menu"> <li><a href="index-header-side-header-left.html">Side Header Left</a></li> <li><a href="index-header-side-header-right.html">Side Header Right</a></li> <li><a href="index-header-side-header-semi-transparent.html">Side Header Semi Transparent</a></li> </ul> </li> <li><a href="index-header-signin.html">Sign In / Sign Up</a></li> <li><a href="index-header-logged.html">Logged</a></li> </ul> </li> <li class="dropdown-submenu"> <a href="#">Navigations</a> <ul class="dropdown-menu"> <li><a href="index-classic.html">Default</a></li> <li><a href="index-navigation-stripe.html">Stripe</a></li> <li><a href="index-navigation-top-line.html">Top Line</a></li> <li><a href="index-navigation-dark-dropdown.html">Dark Dropdown</a></li> <li><a href="index-navigation-colors.html">Colors</a></li> </ul> </li> <li class="dropdown-submenu"> <a href="#">Footers</a> <ul class="dropdown-menu"> <li><a href="index-classic.html#footer">Default</a></li> <li><a href="index-footer-advanced.html#footer">Advanced</a></li> <li><a href="index-footer-simple.html#footer">Simple</a></li> <li><a href="index-footer-light.html#footer">Light</a></li> <li><a href="index-footer-light-narrow.html#footer">Light Narrow</a></li> <li class="dropdown-submenu"> <a href="#">Colors</a> <ul class="dropdown-menu"> <li><a href="index-footer-color-primary.html#footer">Primary Color</a></li> <li><a href="index-footer-color-secondary.html#footer">Secondary Color</a></li> <li><a href="index-footer-color-tertiary.html#footer">Tertiary Color</a></li> <li><a href="index-footer-color-quaternary.html#footer">Quaternary Color</a></li> </ul> </li> <li><a href="index-footer-latest-work.html#footer">Latest Work</a></li> <li><a href="index-footer-contact-form.html#footer">Contact Form</a></li> </ul> </li> <li class="dropdown-submenu"> <a href="#">Page Headers</a> <ul class="dropdown-menu"> <li><a href="index-page-header-default.html">Default</a></li> <li class="dropdown-submenu"> <a href="#">Colors</a> <ul class="dropdown-menu"> <li><a href="index-page-header-color-primary.html">Primary Color</a></li> <li><a href="index-page-header-color-secondary.html">Secondary Color</a></li> <li><a href="index-page-header-color-tertiary.html">Tertiary Color</a></li> <li><a href="index-page-header-color-quaternary.html">Quaternary Color</a></li> </ul> </li> <li><a href="index-page-header-light.html">Light</a></li> <li><a href="index-page-header-light-reverse.html">Light - Reverse</a></li> <li><a href="index-page-header-custom-background.html">Custom Background</a></li> <li><a href="index-page-header-parallax.html">Parallax</a></li> <li><a href="index-page-header-center.html">Center</a></li> </ul> </li> <li class="dropdown-submenu"> <a href="#">Admin Extension <span class="tip tip-dark">hot</span> <em class="not-included">(Not Included)</em></a> <ul class="dropdown-menu"> <li><a href="feature-admin-forms-basic.html">Forms Basic</a></li> <li><a href="feature-admin-forms-advanced.html">Forms Advanced</a></li> <li><a href="feature-admin-forms-wizard.html">Forms Wizard</a></li> <li><a href="feature-admin-forms-code-editor.html">Code Editor</a></li> <li><a href="feature-admin-tables-advanced.html">Tables Advanced</a></li> <li><a href="feature-admin-tables-responsive.html">Tables Responsive</a></li> <li><a href="feature-admin-tables-editable.html">Tables Editable</a></li> <li><a href="feature-admin-tables-ajax.html">Tables Ajax</a></li> <li><a href="feature-admin-charts.html">Charts</a></li> </ul> </li> <li class="dropdown-submenu"> <a href="#">Sliders</a> <ul class="dropdown-menu"> <li><a href="index-classic.html">Revolution Slider</a></li> <li><a href="index-slider-2.html">Nivo Slider</a></li> </ul> </li> <li class="dropdown-submenu"> <a href="#">Layout Options</a> <ul class="dropdown-menu"> <li><a href="feature-layout-boxed.html">Boxed</a></li> <li><a href="feature-layout-dark.html">Dark</a></li> <li><a href="feature-layout-rtl.html">RTL</a></li> </ul> </li> <li class="dropdown-submenu"> <a href="#">Extra</a> <ul class="dropdown-menu"> <li><a href="feature-typography.html">Typography</a></li> <li><a href="feature-grid-system.html">Grid System</a></li> <li><a href="feature-page-loading.html">Page Loading</a></li> <li><a href="feature-lazy-load.html">Lazy Load</a></li> </ul> </li> </ul> </li> <li class="dropdown"> <a class="dropdown-toggle" href="#"> Pages </a> <ul class="dropdown-menu"> <li class="dropdown-submenu"> <a href="#">Shop</a> <ul class="dropdown-menu"> <li><a href="shop-full-width.html">Shop - Full Width</a></li> <li><a href="shop-sidebar.html">Shop - Sidebar</a></li> <li><a href="shop-product-full-width.html">Shop - Product Full Width</a></li> <li><a href="shop-product-sidebar.html">Shop - Product Sidebar</a></li> <li><a href="shop-cart.html">Shop - Cart</a></li> <li><a href="shop-login.html">Shop - Login</a></li> <li><a href="shop-checkout.html">Shop - Checkout</a></li> </ul> </li> <li class="dropdown-submenu"> <a href="#">Blog</a> <ul class="dropdown-menu"> <li><a href="blog-full-width.html">Blog Full Width</a></li> <li><a href="blog-large-image.html">Blog Large Image</a></li> <li><a href="blog-medium-image.html">Blog Medium Image</a></li> <li><a href="blog-timeline.html">Blog Timeline</a></li> <li><a href="blog-post.html">Single Post</a></li> </ul> </li> <li class="dropdown-submenu"> <a href="#">Layouts</a> <ul class="dropdown-menu"> <li><a href="page-full-width.html">Full Width</a></li> <li><a href="page-left-sidebar.html">Left Sidebar</a></li> <li><a href="page-right-sidebar.html">Right Sidebar</a></li> <li><a href="page-left-and-right-sidebars.html">Left and Right Sidebars</a></li> <li><a href="page-sticky-sidebar.html">Sticky Sidebar</a></li> <li><a href="page-secondary-navbar.html">Secondary Navbar</a></li> </ul> </li> <li class="dropdown-submenu"> <a href="#">Extra</a> <ul class="dropdown-menu"> <li><a href="page-404.html">404 Error</a></li> <li><a href="page-coming-soon.html">Coming Soon</a></li> <li><a href="page-maintenance-mode.html">Maintenance Mode</a></li> <li><a href="sitemap.html">Sitemap</a></li> </ul> </li> <li><a href="page-custom-header.html">Custom Header</a></li> <li><a href="page-team.html">Team</a></li> <li><a href="page-services.html">Services</a></li> <li><a href="page-careers.html">Careers</a></li> <li><a href="page-our-office.html">Our Office</a></li> <li><a href="page-faq.html">FAQ</a></li> <li><a href="page-login.html">Login / Register</a></li> </ul> </li> <li class="dropdown"> <a class="dropdown-toggle" href="#"> Portfolio </a> <ul class="dropdown-menu"> <li><a href="portfolio-4-columns.html">4 Columns</a></li> <li><a href="portfolio-3-columns.html">3 Columns</a></li> <li><a href="portfolio-2-columns.html">2 Columns</a></li> <li><a href="portfolio-lightbox.html">Portfolio Lightbox</a></li> <li><a href="portfolio-timeline.html">Portfolio Timeline</a></li> <li><a href="portfolio-full-width.html">Portfolio Full Width</a></li> <li><a href="portfolio-single-project.html">Single Project</a></li> </ul> </li> <li class="dropdown"> <a class="dropdown-toggle" href="#"> About Us </a> <ul class="dropdown-menu"> <li><a href="about-us.html">About Us</a></li> <li><a href="about-us-basic.html">About Us - Basic</a></li> <li><a href="about-me.html">About Me</a></li> </ul> </li> <li class="dropdown"> <a class="dropdown-toggle" href="#"> Contact Us </a> <ul class="dropdown-menu"> <li><a href="contact-us.html">Contact Us - Basic</a></li> <li><a href="contact-us-advanced.php">Contact Us - Advanced</a></li> </ul> </li> </ul> </nav> </div> </div> </div> </div> </div> </div> </div> </header> <div role="main" class="main"> <div class="slider-container rev_slider_wrapper"> <div id="revolutionSlider" class="slider rev_slider" data-plugin-revolution-slider data-plugin-options='{"gridwidth": 1170, "gridheight": 500}'> <ul> <li data-transition="fade"> <img src="img/custom-header-bg.jpg" alt="" data-bgposition="center center" data-bgfit="cover" data-bgrepeat="no-repeat" class="rev-slidebg"> <div class="tp-caption" data-x="212" data-y="180" data-start="1000" data-transform_in="x:[-300%];opacity:0;s:500;"><img src="img/slides/slide-title-border.png" alt=""></div> <div class="tp-caption top-label" data-x="262" data-y="180" data-start="500" data-transform_in="y:[-300%];opacity:0;s:500;">DO YOU NEED A NEW</div> <div class="tp-caption" data-x="512" data-y="180" data-start="1000" data-transform_in="x:[300%];opacity:0;s:500;"><img src="img/slides/slide-title-border.png" alt=""></div> <div class="tp-caption main-label" data-x="170" data-y="210" data-start="1500" data-whitespace="nowrap" data-transform_in="y:[100%];s:500;" data-transform_out="opacity:0;s:500;" data-mask_in="x:0px;y:0px;">WEB DESIGN?</div> <div class="tp-caption bottom-label" data-x="220" data-y="280" data-start="2000" data-transform_in="y:[100%];opacity:0;s:500;">Check out our options and features.</div> <div class="tp-caption" data-x="right" data-hoffset="0" data-y="bottom" data-voffset="0" data-start="1800" data-transform_in="x:50;y:150;z:0;rotationX:0;rotationY:0;rotationZ:0;scaleX:0.5;scaleY:0.5;skewX:0;skewY:0;opacity:0;transformPerspective:0;transformOrigin:50% 50%;s:500;"><img src="img/slides/mobile-device.png" alt=""></div> </li> <li data-transition="fade"> <img src="img/custom-header-bg.jpg" alt="" data-bgposition="center center" data-bgfit="cover" data-bgrepeat="no-repeat" class="rev-slidebg"> <div class="tp-caption" data-x="center" data-y="center" data-start="500" data-transform_in="opacity:0;s:500;"> <iframe frameborder='no' src='http://player.vimeo.com/video/67957799?title=0&byline=0&portrait=0;api=1' width='640' height='360' style='width:640px;height:360px;'></iframe> </div> </li> </ul> </div> </div> <div class="home-intro" id="home-intro"> <div class="container"> <div class="row"> <div class="col-md-8"> <p> The fastest way to grow your business with the leader in <em>Technology</em> <span>Check out our options and features included.</span> </p> </div> <div class="col-md-4"> <div class="get-started"> <a href="#" class="btn btn-lg btn-primary">Get Started Now!</a> <div class="learn-more">or <a href="index.html">learn more.</a></div> </div> </div> </div> </div> </div> <div class="container"> <div class="row"> <div class="col-md-12"> <div id="popupProject" class="popup-inline-content"> <h2 class="mt-lg">Lorem Ipsum Dolor</h2> <div class="row"> <div class="col-md-5"> <img class="img-thumbnail img-responsive mb-lg" alt="" src="img/projects/project.jpg"> </div> <div class="col-md-7"> <h4 class="heading-primary mb-sm">Project <strong>Description</strong></h4> <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed tempus nibh sed elit mattis adipiscing. Fusce in hendrerit purus. Suspendisse potenti. Proin quis eros odio, dapibus dictum mauris.</p> <a href="#" class="btn btn-primary">Live Preview</a> <span class="arrow hlb"></span> <hr class="solid tall"> <h4 class="heading-primary mt-lg">Services</h4> <ul class="list list-icons"> <li><i class="fa fa-check"></i> Design</li> <li><i class="fa fa-check"></i> HTML/CSS</li> <li><i class="fa fa-check"></i> Javascript</li> </ul> </div> </div> </div> <div class="owl-carousel owl-theme" data-plugin-options='{"items": 4, "margin": 20}'> <div> <a href="#popupProject" data-plugin-lightbox data-plugin-options='{"type": "inline", preloader: false}'> <span class="thumb-info"> <span class="thumb-info-wrapper"> <img src="img/projects/project.jpg" class="img-responsive" alt=""> <span class="thumb-info-title"> <span class="thumb-info-inner">SEO</span> <span class="thumb-info-type">Website</span> </span> <span class="thumb-info-action"> <span class="thumb-info-action-icon"><i class="fa fa-link"></i></span> </span> </span> </span> </a> </div> <div> <a href="#popupProject" data-plugin-lightbox data-plugin-options='{"type": "inline", preloader: false}'> <span class="thumb-info"> <span class="thumb-info-wrapper"> <img src="img/projects/project-1.jpg" class="img-responsive" alt=""> <span class="thumb-info-title"> <span class="thumb-info-inner">OKLER</span> <span class="thumb-info-type">Brand</span> </span> <span class="thumb-info-action"> <span class="thumb-info-action-icon"><i class="fa fa-link"></i></span> </span> </span> </span> </a> </div> <div> <a href="#popupProject" data-plugin-lightbox data-plugin-options='{"type": "inline", preloader: false}'> <span class="thumb-info"> <span class="thumb-info-wrapper"> <img src="img/projects/project-2.jpg" class="img-responsive" alt=""> <span class="thumb-info-title"> <span class="thumb-info-inner">The Fly</span> <span class="thumb-info-type">Logo</span> </span> <span class="thumb-info-action"> <span class="thumb-info-action-icon"><i class="fa fa-link"></i></span> </span> </span> </span> </a> </div> <div> <a href="#popupProject" data-plugin-lightbox data-plugin-options='{"type": "inline", preloader: false}'> <span class="thumb-info"> <span class="thumb-info-wrapper"> <img src="img/projects/project-3.jpg" class="img-responsive" alt=""> <span class="thumb-info-title"> <span class="thumb-info-inner">The Code</span> <span class="thumb-info-type">Website</span> </span> <span class="thumb-info-action"> <span class="thumb-info-action-icon"><i class="fa fa-link"></i></span> </span> </span> </span> </a> </div> <div> <a href="#popupProject" data-plugin-lightbox data-plugin-options='{"type": "inline", preloader: false}'> <span class="thumb-info"> <span class="thumb-info-wrapper"> <img src="img/projects/project-4.jpg" class="img-responsive" alt=""> <span class="thumb-info-title"> <span class="thumb-info-inner">House</span> <span class="thumb-info-type">Website</span> </span> <span class="thumb-info-action"> <span class="thumb-info-action-icon"><i class="fa fa-link"></i></span> </span> </span> </span> </a> </div> <div> <a href="#popupProject" data-plugin-lightbox data-plugin-options='{"type": "inline", preloader: false}'> <span class="thumb-info"> <span class="thumb-info-wrapper"> <img src="img/projects/project-5.jpg" class="img-responsive" alt=""> <span class="thumb-info-title"> <span class="thumb-info-inner">Music</span> <span class="thumb-info-type">Website</span> </span> <span class="thumb-info-action"> <span class="thumb-info-action-icon"><i class="fa fa-link"></i></span> </span> </span> </span> </a> </div> </div> <hr class="tall"> </div> </div> <div class="row"> <div class="col-md-4"> <div class="feature-box feature-box-style-2"> <div class="feature-box-icon"> <i class="fa fa-group"></i> </div> <div class="feature-box-info"> <h4 class="mb-xs">Customer Support</h4> <p>Lorem ipsum dolor sit amet, consectetur adipiscing <span class="alternative-font">metus.</span> elit. Quisque rutrum pellentesque imperdiet.</p> </div> </div> </div> <div class="col-md-4"> <div class="feature-box feature-box-style-2"> <div class="feature-box-icon"> <i class="fa fa-film"></i> </div> <div class="feature-box-info"> <h4 class="mb-xs">Sliders</h4> <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque rutrum pellentesque imperdiet. Nulla lacinia iaculis nulla.</p> </div> </div> </div> <div class="col-md-4"> <div class="feature-box feature-box-style-2"> <div class="feature-box-icon"> <i class="fa fa-bars"></i> </div> <div class="feature-box-info"> <h4 class="mb-xs">Buttons</h4> <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque rutrum pellentesque imperdiet. Nulla lacinia iaculis nulla.</p> </div> </div> </div> </div> <div class="row mt-lg"> <div class="col-md-4"> <div class="feature-box feature-box-style-2"> <div class="feature-box-icon"> <i class="fa fa-file"></i> </div> <div class="feature-box-info"> <h4 class="mb-xs">HTML5 / CSS3 / JS</h4> <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque rutrum pellentesque imperdiet. Nulla lacinia iaculis nulla.</p> </div> </div> </div> <div class="col-md-4"> <div class="feature-box feature-box-style-2"> <div class="feature-box-icon"> <i class="fa fa-check"></i> </div> <div class="feature-box-info"> <h4 class="mb-xs">Icons</h4> <p>Lorem ipsum dolor sit amet, consectetur adipiscing <span class="alternative-font">metus.</span> elit. Quisque rutrum pellentesque imperdiet.</p> </div> </div> </div> <div class="col-md-4"> <div class="feature-box feature-box-style-2"> <div class="feature-box-icon"> <i class="fa fa-desktop"></i> </div> <div class="feature-box-info"> <h4 class="mb-xs">Lightbox</h4> <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque rutrum pellentesque imperdiet. Nulla lacinia iaculis nulla.</p> </div> </div> </div> </div> </div> <section class="section section-primary mb-none"> <div class="container"> <div class="row"> <div class="counters counters-text-light"> <div class="col-md-3 col-sm-6"> <div class="counter"> <strong data-to="19000" data-append="+">0</strong> <label>Happy Clients</label> </div> </div> <div class="col-md-3 col-sm-6"> <div class="counter"> <strong data-to="15">0</strong> <label>Years in Business</label> </div> </div> <div class="col-md-3 col-sm-6"> <div class="counter"> <strong data-to="352">0</strong> <label>Cups of Coffee</label> </div> </div> <div class="col-md-3 col-sm-6"> <div class="counter"> <strong data-to="178">0</strong> <label>High Score</label> </div> </div> </div> </div> </div> </section> <section class="video section section-text-light section-video section-center mt-none" data-video-path="video/dark" data-plugin-video-background data-plugin-options='{"posterType": "jpg", "position": "50% 50%", "overlay": true}'> <div class="container"> <div class="row"> <div class="col-md-6"> <div class="owl-carousel owl-theme nav-bottom rounded-nav mt-lg mb-none" data-plugin-options='{"items": 1, "loop": false}'> <div> <div class="col-md-12"> <div class="testimonial testimonial-style-6 testimonial-with-quotes mb-none"> <blockquote> <p>Hello, I want to thank you for creating a great template and for the excellent and quick support and help that you have been providing to me as I begin to work with it.</p> </blockquote> <div class="testimonial-author"> <p><strong>John Smith</strong><span>CEO & Founder - Okler</span></p> </div> </div> </div> </div> <div> <div class="col-md-12"> <div class="testimonial testimonial-style-6 testimonial-with-quotes mb-none"> <blockquote> <p>Just want to say Okler RULES. Provide great tech service for each template and allows me to become more knowledgeable as a designer.</p> </blockquote> <div class="testimonial-author"> <p><strong>John Smith</strong><span>CEO & Founder - Okler</span></p> </div> </div> </div> </div> </div> </div> </div> </div> </section> <div class="container"> <div class="row mt-xlg"> <div class="col-md-5"> <h2><strong>Who</strong> We Are</h2> <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur pellentesque neque eget diam posuere porta. Quisque ut nulla at nunc <a href="#">vehicula</a> lacinia. Proin adipiscing porta tellus, ut feugiat nibh adipiscing sit amet. In eu justo a felis faucibus ornare vel id metus. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; In eu libero ligula. </p> </div> <div class="col-md-7"> <div class="progress-bars"> <div class="progress-label"> <span>HTML/CSS</span> </div> <div class="progress"> <div class="progress-bar progress-bar-primary" data-appear-progress-animation="100%"> <span class="progress-bar-tooltip">100%</span> </div> </div> <div class="progress-label"> <span>Design</span> </div> <div class="progress"> <div class="progress-bar progress-bar-primary" data-appear-progress-animation="85%" data-appear-animation-delay="300"> <span class="progress-bar-tooltip">85%</span> </div> </div> <div class="progress-label"> <span>WordPress</span> </div> <div class="progress"> <div class="progress-bar progress-bar-primary" data-appear-progress-animation="75%" data-appear-animation-delay="600"> <span class="progress-bar-tooltip">75%</span> </div> </div> <div class="progress-label"> <span>Photoshop</span> </div> <div class="progress"> <div class="progress-bar progress-bar-primary" data-appear-progress-animation="85%" data-appear-animation-delay="900"> <span class="progress-bar-tooltip">85%</span> </div> </div> </div> </div> </div> <div class="row"> <div class="col-md-12"> <hr class="tall"> </div> </div> <div class="row"> <div class="col-md-3 col-sm-6 col-xs-12"> <span class="thumb-info thumb-info-hide-wrapper-bg"> <span class="thumb-info-wrapper"> <a href="about-me.html"> <img src="img/team/team-1.jpg" class="img-responsive" alt=""> <span class="thumb-info-title"> <span class="thumb-info-inner">John Doe</span> <span class="thumb-info-type">CEO</span> </span> </a> </span> <span class="thumb-info-caption"> <span class="thumb-info-caption-text">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras ac ligula mi, non suscipitaccumsan</span> <span class="thumb-info-social-icons"> <a target="_blank" href="http://www.facebook.com"><i class="fa fa-facebook"></i><span>Facebook</span></a> <a href="http://www.twitter.com"><i class="fa fa-twitter"></i><span>Twitter</span></a> <a href="http://www.linkedin.com"><i class="fa fa-linkedin"></i><span>Linkedin</span></a> </span> </span> </span> </div> <div class="col-md-3 col-sm-6 col-xs-12"> <span class="thumb-info thumb-info-hide-wrapper-bg"> <span class="thumb-info-wrapper"> <a href="about-me.html"> <img src="img/team/team-2.jpg" class="img-responsive" alt=""> <span class="thumb-info-title"> <span class="thumb-info-inner">Jessica Doe</span> <span class="thumb-info-type">Marketing</span> </span> </a> </span> <span class="thumb-info-caption"> <span class="thumb-info-caption-text">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras ac ligula mi, non suscipitaccumsan</span> <span class="thumb-info-social-icons"> <a target="_blank" href="http://www.facebook.com"><i class="fa fa-facebook"></i><span>Facebook</span></a> <a href="http://www.twitter.com"><i class="fa fa-twitter"></i><span>Twitter</span></a> <a href="http://www.linkedin.com"><i class="fa fa-linkedin"></i><span>Linkedin</span></a> </span> </span> </span> </div> <div class="col-md-3 col-sm-6 col-xs-12"> <span class="thumb-info thumb-info-hide-wrapper-bg"> <span class="thumb-info-wrapper"> <a href="about-me.html"> <img src="img/team/team-3.jpg" class="img-responsive" alt=""> <span class="thumb-info-title"> <span class="thumb-info-inner">Rick Edward Doe</span> <span class="thumb-info-type">Developer</span> </span> </a> </span> <span class="thumb-info-caption"> <span class="thumb-info-caption-text">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras ac ligula mi, non suscipitaccumsan</span> <span class="thumb-info-social-icons"> <a target="_blank" href="http://www.facebook.com"><i class="fa fa-facebook"></i><span>Facebook</span></a> <a href="http://www.twitter.com"><i class="fa fa-twitter"></i><span>Twitter</span></a> <a href="http://www.linkedin.com"><i class="fa fa-linkedin"></i><span>Linkedin</span></a> </span> </span> </span> </div> <div class="col-md-3 col-sm-6 col-xs-12"> <span class="thumb-info thumb-info-hide-wrapper-bg"> <span class="thumb-info-wrapper"> <a href="about-me.html"> <img src="img/team/team-4.jpg" class="img-responsive" alt=""> <span class="thumb-info-title"> <span class="thumb-info-inner">Melinda Wolosky</span> <span class="thumb-info-type">Design</span> </span> </a> </span> <span class="thumb-info-caption"> <span class="thumb-info-caption-text">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras ac ligula mi, non suscipitaccumsan</span> <span class="thumb-info-social-icons"> <a target="_blank" href="http://www.facebook.com"><i class="fa fa-facebook"></i><span>Facebook</span></a> <a href="http://www.twitter.com"><i class="fa fa-twitter"></i><span>Twitter</span></a> <a href="http://www.linkedin.com"><i class="fa fa-linkedin"></i><span>Linkedin</span></a> </span> </span> </span> </div> </div> </div> <section class="call-to-action call-to-action-default with-button-arrow call-to-action-in-footer call-to-action-in-footer-margin-top"> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="call-to-action-content"> <h3>Porto is <strong>everything</strong> you need to create an <strong>awesome</strong> website!</h3> <p>The <strong>#1 Selling</strong> HTML Site Template on ThemeForest</p> </div> <div class="call-to-action-btn"> <a href="http://themeforest.net/item/porto-responsive-html5-template/4106987" target="_blank" class="btn btn-lg btn-primary">Buy Now!</a><span class="arrow hlb hidden-xs hidden-sm hidden-md" data-appear-animation="rotateInUpLeft" style="top: -12px;"></span> </div> </div> </div> </div> </section> </div> <footer id="footer"> <div class="container"> <div class="row"> <div class="footer-ribbon"> <span>Get in Touch</span> </div> <div class="col-md-3"> <div class="newsletter"> <h4>Newsletter</h4> <p>Keep up on our always evolving product features and technology. Enter your e-mail and subscribe to our newsletter.</p> <div class="alert alert-success hidden" id="newsletterSuccess"> <strong>Success!</strong> You've been added to our email list. </div> <div class="alert alert-danger hidden" id="newsletterError"></div> <form id="newsletterForm" action="php/newsletter-subscribe.php" method="POST"> <div class="input-group"> <input class="form-control" placeholder="Email Address" name="newsletterEmail" id="newsletterEmail" type="text"> <span class="input-group-btn"> <button class="btn btn-default" type="submit">Go!</button> </span> </div> </form> </div> </div> <div class="col-md-3"> <h4>Latest Tweets</h4> <div id="tweet" class="twitter" data-plugin-tweets data-plugin-options='{"username": "oklerthemes", "count": 2}'> <p>Please wait...</p> </div> </div> <div class="col-md-4"> <div class="contact-details"> <h4>Contact Us</h4> <ul class="contact"> <li><p><i class="fa fa-map-marker"></i> <strong>Address:</strong> 1234 Street Name, City Name, United States</p></li> <li><p><i class="fa fa-phone"></i> <strong>Phone:</strong> (123) 456-789</p></li> <li><p><i class="fa fa-envelope"></i> <strong>Email:</strong> <a href="mailto:mail@example.com">mail@example.com</a></p></li> </ul> </div> </div> <div class="col-md-2"> <h4>Follow Us</h4> <ul class="social-icons"> <li class="social-icons-facebook"><a href="http://www.facebook.com/" target="_blank" title="Facebook"><i class="fa fa-facebook"></i></a></li> <li class="social-icons-twitter"><a href="http://www.twitter.com/" target="_blank" title="Twitter"><i class="fa fa-twitter"></i></a></li> <li class="social-icons-linkedin"><a href="http://www.linkedin.com/" target="_blank" title="Linkedin"><i class="fa fa-linkedin"></i></a></li> </ul> </div> </div> </div> <div class="footer-copyright"> <div class="container"> <div class="row"> <div class="col-md-1"> <a href="index.html" class="logo"> <img alt="Porto Website Template" class="img-responsive" src="img/logo-footer.png"> </a> </div> <div class="col-md-7"> <p>© Copyright 2015. All Rights Reserved.</p> </div> <div class="col-md-4"> <nav id="sub-menu"> <ul> <li><a href="page-faq.html">FAQ's</a></li> <li><a href="sitemap.html">Sitemap</a></li> <li><a href="contact-us.html">Contact</a></li> </ul> </nav> </div> </div> </div> </div> </footer> </div> <!-- Vendor --> <script src="vendor/jquery/jquery.min.js"></script> <script src="vendor/jquery.appear/jquery.appear.min.js"></script> <script src="vendor/jquery.easing/jquery.easing.min.js"></script> <script src="vendor/jquery-cookie/jquery-cookie.min.js"></script> <script src="master/style-switcher/style.switcher.js"></script> <script src="vendor/bootstrap/js/bootstrap.min.js"></script> <script src="vendor/common/common.min.js"></script> <script src="vendor/jquery.validation/jquery.validation.min.js"></script> <script src="vendor/jquery.stellar/jquery.stellar.min.js"></script> <script src="vendor/jquery.easy-pie-chart/jquery.easy-pie-chart.min.js"></script> <script src="vendor/jquery.gmap/jquery.gmap.min.js"></script> <script src="vendor/jquery.lazyload/jquery.lazyload.min.js"></script> <script src="vendor/isotope/jquery.isotope.min.js"></script> <script src="vendor/owl.carousel/owl.carousel.min.js"></script> <script src="vendor/magnific-popup/jquery.magnific-popup.min.js"></script> <script src="vendor/vide/vide.min.js"></script> <!-- Theme Base, Components and Settings --> <script src="js/theme.js"></script> <!-- Current Page Vendor and Views --> <script src="vendor/rs-plugin/js/jquery.themepunch.tools.min.js"></script> <script src="vendor/rs-plugin/js/jquery.themepunch.revolution.min.js"></script> <script src="vendor/circle-flip-slideshow/js/jquery.flipshow.min.js"></script> <script src="js/views/view.home.js"></script> <!-- Theme Custom --> <script src="js/custom.js"></script> <!-- Theme Initialization Files --> <script src="js/theme.init.js"></script> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-42715764-5', 'auto'); ga('send', 'pageview'); </script> <script src="master/analytics/analytics.js"></script> </body> </html>
vihoangson/SachHay
assets/template/porto/index-classic-color.html
HTML
mit
52,720
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>class Mea::ResidueMeasure - Rails Application Documentation</title> <link href="../fonts.css" rel="stylesheet"> <link href="../rdoc.css" rel="stylesheet"> <script type="text/javascript"> var rdoc_rel_prefix = "../"; </script> <script src="../js/jquery.js"></script> <script src="../js/navigation.js"></script> <script src="../js/search_index.js"></script> <script src="../js/search.js"></script> <script src="../js/searcher.js"></script> <script src="../js/darkfish.js"></script> <body id="top" role="document" class="class"> <nav role="navigation"> <div id="project-navigation"> <div id="home-section" role="region" title="Quick navigation" class="nav-section"> <h2> <a href="../index.html" rel="home">Home</a> </h2> <div id="table-of-contents-navigation"> <a href="../table_of_contents.html#pages">Pages</a> <a href="../table_of_contents.html#classes">Classes</a> <a href="../table_of_contents.html#methods">Methods</a> </div> </div> <div id="search-section" role="search" class="project-section initially-hidden"> <form action="#" method="get" accept-charset="utf-8"> <div id="search-field-wrapper"> <input id="search-field" role="combobox" aria-label="Search" aria-autocomplete="list" aria-controls="search-results" type="text" name="search" placeholder="Search" spellcheck="false" title="Type to search, Up and Down to navigate, Enter to load"> </div> <ul id="search-results" aria-label="Search Results" aria-busy="false" aria-expanded="false" aria-atomic="false" class="initially-hidden"></ul> </form> </div> </div> <div id="class-metadata"> <div id="parent-class-section" class="nav-section"> <h3>Parent</h3> <p class="link">ActiveRecord::Base </div> </div> </nav> <main role="main" aria-labelledby="class-Mea::ResidueMeasure"> <h1 id="class-Mea::ResidueMeasure" class="class"> class Mea::ResidueMeasure </h1> <section class="description"> </section> <section id="5Buntitled-5D" class="documentation-section"> </section> </main> <footer id="validator-badges" role="contentinfo"> <p><a href="http://validator.w3.org/check/referer">Validate</a> <p>Generated by <a href="http://rdoc.rubyforge.org">RDoc</a> 4.1.1. <p>Based on <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>. </footer>
LACIS-TI/ERA-RAILS
doc/app/Mea/ResidueMeasure.html
HTML
mit
2,563
<div class="form-group {{options.col}}" ng-class="{'has-error': $invalid, 'has-success': !$invalid && $dirty}"> <label for="{{id}}"> {{options.label || 'Fecha'}} {{options.required ? '*' : ''}} </label> <input date-input class="form-control" id="{{id}}" placeholder="{{options.placeholder}}" autofocus="{{options.autofocus}}" ng-blur="onBlur()" ng-focus="onFocus()" ng-required="{{options.required}}" ng-disabled="{{options.disabled}}" min="{{options.min}}" max="{{options.max}}" ng-model="value"> <div class="help-block has-error" ng-show="$invalid"> <small class="error" ng-show="$invalidRequired">Campo obligatorio. Introduzca un valor</small> <small class="error" ng-show="$invalidMinlength">Debe tener al menos {{options.min}} caracteres</small> <small class="error" ng-show="$invalidMaxlength">No puede tener más de {{options.max}} caracteres</small> <small class="error" ng-show="$invalidPattern">Introduzca un valor válido</small> </div> </div>
agtconf/edu-form
src/bower_components/edu-field/src/directives/edu-field-date.html
HTML
mit
1,053
<div class="row" data-ng-controller="DevicesCtrl"> <!--Start devices panels--> <div class="row"> <div class="col-lg-4 col-md-12 col-xs-12" data-ng-repeat="device in devices"> <div class="panel" > <div class="panel panel-heading text-center">{{device.name}}</div> <div class="panel-body"> <div class="col-lg-6 col-md-6 col-xs-6"> <img class="img-responsive" src="img/C558D.jpg"> </div> <div class="col-lg-6 col-md-6 col-xs-6 text-center ali"> <p>{{device.id}}</p> <p>{{device.category}}</p> <p>{{device.board}}</p> <button class="btn btn-success" ng-click="getInfo(device.id)">{{showMore}}</button> </div> </div> </div> </div> </div> <!--End devices panels--> <div class="row" ng-show="showMessage"> <!--Start graph panel--> <div class="col-lg-12 col-md-12 col-xs-12"> <div class="btn-group"> <button class="btn btn-info" ng-click="getMessagesFromSpecificDay(1, id)">Last 24h</button> <button class="btn btn-info" ng-click="getMessagesFromSpecificDay(2, id)">Last 48h</button> <button class="btn btn-info" ng-click="getMessagesFromSpecificDay(7, id)">Last week</button> </div> <p></p> <div class="panel"> <div class="panel-body"> <canvas id="line" class="chart chart-line" chart-data="data" chart-labels="labels" chart-legend="true" chart-series="series" chart-click="onClick"> </canvas> </div> </div> </div> <!--End graph panel--> <!--Start messages panels--> <div class="col-lg-12 col-md-12 col-xs-12"> <div class="panel" data-ng-repeat="message in messages | orderBy:'-id'"> <div class="panel-body"> <h5>{{message.time | date:'dd/MM/yyyy @ h:mma'}}</h5> <p> Temperature: {{message.temp}}°C | Lightening: {{message.lum}}% | Ground moisture: {{message.hum}}% | id: {{message.id}}</p> </div> </div> </div> <!--End messages panel--> </div> </div>
luisomoreau/sigfox_projects_angular
src/templates/devices.html
HTML
mit
2,534
<!DOCTYPE html> <head> <meta charset="utf-8"> <link rel="stylesheet" href="static/css/bootstrap.min.css" /> <link rel="stylesheet" href="static/css/d3.slider.css" /> <title>Nest web interface</title> <style> body { font: 10px sans-serif; } .axis path, .axis line { fill: none; stroke: #000; shape-rendering: crispEdges; } .line { fill: none; stroke: steelblue; stroke-width: 1.5px; } .vth { stroke: red; stroke-width: 1; stroke-dasharray: 3, 3; } .vreset { stroke: green; stroke-width: 1; stroke-dasharray: 3, 3; } dt { margin-top: 20px; } </style> </head> <body> <div class="container"> <h2 div="page-header">Nest web interface</h2> <div class="col-sm-8"> <div class="actions"> <div class="col-sm-4"> <div class="form-group"> <label for="id_simulation">Simulation</label> <select id="id_simulation" class="form-control"> <option value="">default</option> {% for sim in sims %} <option value="{{ sim }}">{{ sim }}</option> {% endfor %} </select> </div> </div> <div class="col-sm-4"> <div class="form-group"> <label for="id_simtime">Simulation time [ms]</label> <select id="id_simtime" class="form-control"> <option value="20.">20.</option> <option value="50.">50.</option> <option value="100.">100.</option> <option value="200.">200.</option> <option value="500." selected>500.</option> <option value="1000.">1000.</option> <option value="2000.">2000.</option> </select> </div> </div> <div class="col-sm-4 btn-group"> <button id="sim_refresh" class="btn btn-default"><i class="glyphicon glyphicon-refresh"></i></button> <button id="sim_play" class="btn btn-default"><i class="glyphicon glyphicon-play"></i></button> <!-- <button id="sim_pause" class="btn btn-default"><i class="glyphicon glyphicon-pause"></i></button> --> <button id="sim_stop" class="btn btn-default"><i class="glyphicon glyphicon-stop"></i></button> </div> </div> <div id="chart"></div> </div> <div class="col-sm-4"> <div class="container-fluid"> <div id="kernel" class="model"> <dl class="params"></dl> </div> <div id="input" class="model"> <div class="form-group"> <label for="id_input">Input</label> <select id="id_input" class="form-control model_select" > {% for node in nodes|inputs %} <option value="{{ node }}">{{ node|stringify }}</option> {% endfor %} </select> </div> <div class="form-group"> <label for="id_input_param">Input parameter set</label> <select id="id_input_param" class="form-control presets" > <option value="default">default</option> </select> </div> <dl class="params"></dl> </div> <hr style="margin:25px"> <div id="neuron" class="model"> <div class="form-group"> <label for="id_neuron">Neuron</label> <select id="id_neuron" class="form-control model_select" > {% for node in nodes|neurons %} <option value="{{ node }}">{{ node|stringify }}</option> {% endfor %} </select> </div> <div class="form-group"> <label for="id_neuron_param">Neuron parameter set</label> <select id="id_neuron_param" class="form-control presets" > <option value="default">default</option> </select> </div> <div class="form-group"> <label for="id_recordables">Record</label> <select id="id_recordables" class="form-control recordables"> </select> </div> <dl class="params"></dl> </div> </div> </div> </div> <script type="text/javascript" src="static/js/jquery-2.1.4.min.js"></script> <script type="text/javascript" src="static/js/d3.min.js"></script> <script type="text/javascript" src="static/js/d3.slider.js"></script> <script> var rec = 'V_m'; var nodes = {'kernel': {'params': {'rng_seeds': 0}}}; var data_all = []; var preset = 'default'; var simulations = {{ sims|safe }}; var neurons = []; var simtime = 500.; function update() { if (!running) { nodes.neuron.count = {{ count }}; nodes.simtime = simtime; $.ajax({ method: "POST", url: "init/", data: JSON.stringify(nodes), contentType: 'application/json;charset=UTF-8', }).done(function(res) { data_all = res.data; data = res.data; console.log(JSON.stringify(res.values)); running = false; setTimeout(function() { draw(); }, 100); }) } } function slider(node, param, min, max, val) { nodes[node]['params'][param] = parseFloat(val); d3.select('#'+param).call( d3.slider() .min(min) .max(max) .value(val) .axis(true) .on("slide", function(evt, value) { if ($('#'+node).find('.presets').val() != 'custom') { $('#'+node).find('.presets').prepend('<option value="custom">custom</option>').val('custom') } if ($('#id_simulation').val() != 'custom') { $('#id_simulation').prepend('<option value="custom">custom</option>').val('custom'); } nodes[node]['params'][param] = parseFloat(value); $('#id_'+param).find('.value').html(value); update(); }) ); // // $("#"+param).on("mouseup", function(evt, value) { // update(); // }) } function update_params(node, model, preset) { $('#' + node +' .model_select').val(model); $.ajax({ method: "GET", url: "parameters/", data: {'model': model, 'preset': preset}, }).done(function(data) { nodes[node] = {'model':model, 'params':{}}; $('#'+node).find('.presets').html('<option value="default">default</option>'); for (var idx in data.presets) { var label = data.presets[idx]; $('#'+node).find('.presets').append('<option id="id_'+ label +'" value="'+ label +'">'+ label +'</option>') } $('#' + node +' .presets').val(preset); if (node == 'neuron') { $('#id_recordables').empty(); for (var idx in data.recordables) { var label = data.recordables[idx]; $('#id_recordables').append('<option id="id_'+ label +'" value="'+ label +'">'+ label +'</option>') } $('#id_recordables').val(data.recordables.indexOf(rec) >= 0 ? rec : 'V_m'); } $('#'+node).find('.params').empty(); for (param_key in data.params) { var value = parseFloat(data.params[param_key]); $('#'+node).find('.params').append('<dt id="id_'+ param_key+'">'+ param_key +': <span class="value">' + value +'</span></dt><dd id="'+ param_key +'"></dd>') if (value == 0) { slider(node, param_key, 0, 1000, value) } else if (value > 0) { slider(node, param_key, 0, 2*value, value) } else { slider(node, param_key, 2*value, 0, value) } } }) } $('#id_simulation').on('change', function() { rec = 'V_m'; running = false; for (var i in simulations[this.value]) { var node = simulations[this.value][i] console.log(i, node.model, node.params) update_params(i, node.model, node.params); } update(); }) $('#id_simtime').on('change', function() { simtime = this.value; update(); }) $('.model .model_select').on('change', function() { var model = $(this).parents('.model'); rec = 'V_m'; update_params(model.attr('id'), this.value, 'default'); setTimeout(function() { update(); }, 100); }) $('.model .presets').on('change', function() { var model = $(this).parents('.model'); update_params(model.attr('id'), model.find('.model_select :selected').attr('value'), this.value); setTimeout(function() { update(); }, 100); }) $('#id_recordables').on('change', function() { rec = this.value; if (neurons.length != 0) { draw() }; }) $('#sim_refresh').on('click', function() { update(); }) $('#sim_play').on('click', function() { if (!($('#sim_play').hasClass('active'))) { $(this).addClass('active'); running = true; setTimeout(function() { draw(); }, 100); } }) $('#sim_pause').on('click', function() { if ($('#sim_play').hasClass('active')){ $(this).toggleClass('active'); running = !running; setTimeout(function() { draw(); }, 100); } }) $('#sim_stop').on('click', function() { $("#sim_play").removeClass('active'); data = data_all; running = false; setTimeout(function() { draw(); }, 100); }) $('#kernel').find('.params').append('<dt id="id_rng_seeds">rng_seeds: <span class="value">0</span></dt><dd id="rng_seeds"></dd>') slider('kernel', 'rng_seeds', 0,100, nodes.kernel.params.rng_seeds); update_params('input', 'noise_generator', 'default'); update_params('neuron', 'iaf_neuron', 'default'); // D3 var margin = {top: 20, right: 20, bottom: 30, left: 50}, width = 760 - margin.left - margin.right, height = 500 - margin.top - margin.bottom; var xScale = d3.scale.linear() .range([0, width]); var yScale = d3.scale.linear() .range([height, 0]); var color = d3.scale.category10(); var xAxis = d3.svg.axis() .scale(xScale) .orient("bottom").ticks(5); var yAxis = d3.svg.axis() .scale(yScale) .orient("left").ticks(5); var line = d3.svg.line() .x(function(d) { return xScale(d.x); }) .y(function(d) { return yScale(d.y); }); function yScaling(dd) { var ymin = d3.min(dd, function(d) { return d3.min(d.y) }); var ymax = d3.max(dd, function(d) { return d3.max(d.y) }); if (ymin != ymax) { return [ymin, ymax] } else { return [ymin-1, ymax+1] } } var running = false; function draw() { var Vth_line = d3.svg.line() .x(function(d) { return xScale(d.x); }) .y(function() { return yScale(nodes.neuron.params.V_th); }); var Vreset_line = d3.svg.line() .x(function(d) { return xScale(d.x); }) .y(function() { return yScale(nodes.neuron.params.V_reset); }); color.domain(d3.range(data[rec][0].y.length)); neurons = color.domain().map(function(name) { return { name: name, values: data[rec].map(function(d) { return {x: +d.x, y: +d.y[name]}; }) }; }); $('#chart').empty(); var svg = d3.select("#chart").append("svg") .attr("width", width + margin.left + margin.right) .attr("height", height + margin.top + margin.bottom) .append("g") .attr("transform", "translate(" + margin.left + "," + margin.top + ")"); svg.append("defs").append("clipPath") .attr("id", "clip") .append("rect") .attr("width", width) .attr("height", height); // xScale.domain(d3.extent(data[rec], function(d) { return d.x; })); // yScale.domain(d3.extent(yScaling(data[rec]))).nice(10); xScale.domain(d3.extent(neurons[0].values, function(d) { return d.x; })); yScale.domain(d3.extent(neurons[0].values, function(d) { return d.y; })).nice(2); svg.append("g") .attr("class", "x axis") .attr("transform", "translate(0," + height + ")") .call(xAxis); svg.append("g") .attr("class", "y axis") .call(yAxis); svg.append("text") .attr("class", "x label") .attr("text-anchor", "middle") .attr("x", width/2) .attr("y", height+margin.bottom-5) .text("Time (ms)"); svg.append("text") .attr("class", "y label") .attr("transform", "rotate(-90)") .attr("y", 6) .attr("dy", ".71em") .attr("text-anchor", "end") .text("Membrane potential (mV)"); var neuron = svg.selectAll(".neuron") .data(neurons) .enter().append("g") .attr("class", "neuron"); neuron.append("path") .attr("class", "line") .attr("d", function(d) { return line(d.values); }) .style("stroke", function(d) { return color(d.name); }); var Vth_path = svg.append("g") .attr("clip-path", "url(#clip)") .append("path") .datum(neurons[0].values) .attr("class", "vth line") .attr("d", Vth_line); var Vreset_path = svg.append("g") .attr("clip-path", "url(#clip)") .append("path") .datum(neurons[0].values) .attr("class", "vreset line") .attr("d", Vreset_line); tick(); function tick() { $('.model_select').attr('disabled', running); $('#id_simulation').attr('disabled', running); $('#id_simtime').attr('disabled', running); if (running) { if (running == 'once') { running = false } // push a new data point onto the back $.ajax({ method: "POST", url: "simulate/", data: JSON.stringify(nodes), contentType: 'application/json;charset=UTF-8', }).done(function(res) { for (val in res.data) { data[val] = data[val].concat(res.data[val]); data_all[val] = data_all[val].concat(res.data[val]); } color.domain().map(function(name, i) { res.data[rec].map(function(d) { neurons[i].values.push({x: +d.x, y: +d.y[name]}); }); }); }) // neurons = color.domain().map(function(name) { // return { // name: name, // values: data[rec].slice(data[rec].length-simtime,data[rec].length).map(function(d) { // return {x: +d.x, y: +d.y[name]}; // }) // }; // }); // xScale.domain(d3.extent(data[rec].slice(data[rec].length-simtime,data[rec].length), function(d) { return d.x; })); // yScale.domain(d3.extent(yScaling(data[rec].slice(data[rec].length-simtime,data[rec].length)))).nice(10); xScale.domain(d3.extent(neurons[0].values, function(d) { return d.x; })); yScale.domain(d3.extent(neurons[0].values, function(d) { return d.y; })).nice(2); d3.select(".x.axis") .transition() .duration(300) .ease("linear") .call(xAxis); d3.select(".y.axis") .transition() .duration(300) .ease("linear") .call(yAxis); // // Vth_path.datum(data) // .attr("d", Vth_line); // // Vreset_path.datum(data) // .attr("d", Vreset_line); svg.selectAll(".neuron") .data(neurons); neuron.selectAll(".line") .attr("class", "line") .attr("transform", null) .transition() .duration(0) .ease("linear") .attr("d", function(d) { return line(d.values); }) .each("end", running ? tick : false); color.domain().map(function(name, i) { neurons[i].values.shift() }); // data[rec].shift(); } } } </script> </body> </html>
babsey/nest-webapp
templates/multiple_neurons_mm.html
HTML
mit
17,598
<p> comp-1663 works! </p>
angular/angular-cli-stress-test
src/app/components/comp-1663/comp-1663.component.html
HTML
mit
28
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Tutorial: Using the Leap Motion API in Code &mdash; Leap Motion JavaScript SDK v2.3 documentation</title> <link rel="stylesheet" href="../../cpp/_static/bootstrap-3.0.0/css/documentation-bundle.1439949735.css" type="text/css" /> <script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT: '../', VERSION: '2.3', COLLAPSE_INDEX: false, FILE_SUFFIX: '.html', HAS_SOURCE: false }; </script> <script type="text/javascript" src="../../cpp/_static/bootstrap-3.0.0/js/documentation-bundle.1439949735.js"></script> <link rel="top" title="Leap Motion JavaScript SDK v2.3 documentation" href="../index.html" /> <script type="text/javascript" src="/assets/standalone-header.js?r9"></script> <link rel="stylesheet" href="/assets/standalone-header.css?r9" type="text/css" /> <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.0, maximum-scale=1'> <meta name="apple-mobile-web-app-capable" content="yes"> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-31536531-1']); _gaq.push(['_setDomainName', 'leapmotion.com']); _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> <script> function getQueryValue(variable) { var query = window.location.search.substring(1); var vars = query.split("&"); for (var i=0;i<vars.length;i++) { var pair = vars[i].split("="); if(pair[0] == variable){return pair[1];} } return(false); } var relPath = "../../"; var requestedAPI = getQueryValue("proglang"); if(requestedAPI == "current") requestedAPI = localStorage["currentAPI"]; var pageAPI = 'javascript'; var hasAPI = {}; hasAPI.unreal = true; if(requestedAPI && (requestedAPI != pageAPI)) { if(pageAPI != 'none'){ var redirectedLocation = relPath + 'javascript/unreal/Leap_Unreal_Cpp_Tutorial.html'; if( requestedAPI == 'cpp' && hasAPI.cpp){ redirectedLocation = relPath + "cpp/unreal/Leap_Unreal_Cpp_Tutorial.html"; } else if( requestedAPI == 'csharp' && hasAPI.csharp){ redirectedLocation = relPath + "csharp/unreal/Leap_Unreal_Cpp_Tutorial.html"; } else if( requestedAPI == 'unity' && hasAPI.unity){ redirectedLocation = relPath + "unity/unreal/Leap_Unreal_Cpp_Tutorial.html"; } else if( requestedAPI == 'objc' && hasAPI.objc){ redirectedLocation = relPath + "objc/unreal/Leap_Unreal_Cpp_Tutorial.html"; } else if( requestedAPI == 'java' && hasAPI.java) { redirectedLocation = relPath + "java/unreal/Leap_Unreal_Cpp_Tutorial.html"; } else if( requestedAPI == 'javascript' && hasAPI.javascript){ redirectedLocation = relPath + "javascript/unreal/Leap_Unreal_Cpp_Tutorial.html"; } else if( requestedAPI == 'python' && hasAPI.python){ redirectedLocation = relPath + "python/unreal/Leap_Unreal_Cpp_Tutorial.html"; } else if( requestedAPI == 'unreal' && hasAPI.unreal) { redirectedLocation = relPath + "unreal/unreal/Leap_Unreal_Cpp_Tutorial.html"; } else { if( requestedAPI == 'cpp'){ redirectedLocation = relPath + "cpp/index.html?proglang=cpp"; } else if( requestedAPI == 'csharp'){ redirectedLocation = relPath + "csharp/index.html?proglang=csharp"; } else if( requestedAPI == 'unity'){ redirectedLocation = relPath + "unity/index.html?proglang=unity"; } else if( requestedAPI == 'objc'){ redirectedLocation = relPath + "objc/index.html?proglang=objc"; } else if( requestedAPI == 'java') { redirectedLocation = relPath + "java/index.html?proglang=java"; } else if( requestedAPI == 'javascript'){ redirectedLocation = relPath + "javascript/index.html?proglang=javascript"; } else if( requestedAPI == 'python'){ redirectedLocation = relPath + "python/index.html?proglang=python"; } else if( requestedAPI == 'unreal') { redirectedLocation = relPath + "unreal/index.html?proglang=unreal"; } else { redirectedLocation = relPath + "index.html"; } } //Guard against redirecting to the same page (infinitely) if(relPath + 'javascript/unreal/Leap_Unreal_Cpp_Tutorial.html' != redirectedLocation) window.location.replace(redirectedLocation); } } </script> <script> window.addEventListener('keyup', handleKeyInput); function handleKeyInput(e) { var code; if (!e) var e = window.event; if (e.keyCode) code = e.keyCode; else if (e.which) code = e.which; var character = String.fromCharCode(code); if( character == "J" & e.altKey){ } else if( character == "K" & e.altKey){ } } </script> </head> <body role="document"> <div class="developer-portal-styles"> <header class="navbar navbar-static-top developer-navbar header beta-header"> <nav class="container pr"> <a class="logo-link pull-left" href="/"> <img alt="Leap Motion Developers" class="media-object pull-left white-background" src="../_static/logo.png" /> </a> <span class="inline-block hidden-phone developer-logo-text"> <div class="text"> <a href="/"> <span class="more-than-1199">Developer Portal</span> </a> </div> </span> <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <!-- Everything within here will be hidden at 940px or less, accessible via a button. --> <div class="nav-collapse"> <ul class="nav header-navigation developer-links"> <li class="external-link"><a href="https://developer.leapmotion.com/features">What's new</a> </li> <li class="external-link"><a href="https://developer.leapmotion.com/downloads/skeletal-beta" class="">Getting Started</a></li> <li><a class="active" href="#" class="">Documentation</a></li> <li class="external-link"> <a href="https://developer.leapmotion.com/gallery" class="">Examples</a> </li> <li class="external-link"> <a href="https://www.leapmotion.com/blog/category/labs/" class="" target="_blank">Blog <i class='fa fa-external-link'></i></a> </li> <li class="external-link"> <a href="https://community.leapmotion.com/category/beta" class="" target="_blank">Community <i class='fa fa-external-link'></i></a> </li> </ul> </div> </nav> </header> </div> <section class="main-wrap"> <div data-swiftype-index="true"> <div class="second_navigation"> <div class="container"> <div class="row"> <div class="col-md-8"> <ul> <li> JavaScript </li> <li> <a href="../../unity/index.html?proglang=unity" onclick="localStorage['currentAPI'] = 'unity'">Unity</a> </li> <li> <a href="../../csharp/index.html?proglang=csharp" onclick="localStorage['currentAPI'] = 'csharp'">C#</a> </li> <li> <a href="../../cpp/index.html?proglang=cpp" onclick="localStorage['currentAPI'] = 'cpp'">C++</a> </li> <li> <a href="../../java/index.html?proglang=java" onclick="localStorage['currentAPI'] = 'java'">Java</a> </li> <li> <a href="../../python/index.html?proglang=python" onclick="localStorage['currentAPI'] = 'python'">Python</a> </li> <li> <a href="../../objc/index.html?proglang=objc" onclick="localStorage['currentAPI'] = 'objc'">Objective-C</a> </li> <li> <a href="../../unreal/unreal/Leap_Unreal_Cpp_Tutorial.html?proglang=unreal" onclick="localStorage['currentAPI'] = 'unreal'">Unreal</a> </li> </ul> </div> <div class="col-md-4 search"> <script> function storeThisPage(){ sessionStorage["pageBeforeSearch"] = window.location; return true; } function doneWithSearch(){ var storedPage = sessionStorage["pageBeforeSearch"]; if(storedPage){ window.location = storedPage; } else { window.location = "index.html"; //fallback } return false; } </script> <div style="margin-top:-4px"> <ul style="display:inline; white-space:nowrap"><li> <form class="navbar-form" action="../search.html" method="get" onsubmit="storeThisPage()"> <div class="form-group"> <input type="search" results="5" name="q" class="form-control" placeholder="Search" /> </div> <input type="hidden" name="check_keywords" value="yes" /> <input type="hidden" name="area" value="default" /> </form></li> </ul> </div> </div> </div> </div> </div> <script> //Remove dev portal header and footer when viewing from file system if(window.location.protocol == 'file:'){ var navNode = document.querySelector(".developer-links"); navNode.parentNode.removeChild(navNode); } </script> <div id="wrap" data-spy="scroll" data-target="#sidebar"> <div class="container"> <div class="row"> <div class="col-md-9 pull-right"> <!-- <span id="breadcrumbs"> <a href="../index.html">Home</a>&raquo; Tutorial: Using the Leap Motion API in Code </span> --> <div class="section" id="tutorial-using-the-leap-motion-api-in-code"> <h1>Tutorial: Using the Leap Motion API in Code<a class="headerlink" href="#tutorial-using-the-leap-motion-api-in-code" title="Permalink to this headline">¶</a></h1> <div class="sidebar"> <p class="first sidebar-title">Before you start</p> <p class="last">The plugin is included with the full source distribution of Unreal Engine 4.9. To use the example project, you must checkout the Unreal Engine source code from Epic Game&#8217;s Github site and compile it. See <a class="reference internal" href="Leap_Unreal_Index_Page.html"><em>Leap Motion Unreal Plugin</em></a>.</p> </div> <p>In this tutorial, we will walk through the steps necessary to directly access the Leap Motion API in C++ code.</p> <p>You can use both the plugin classes and the full Leap Motion API in a code project. The difference is that the plugin classes transform the tracking data into the Unreal Engine coordinate system for you. Data directly from the API is in the <a class="reference external" href="https://developer.leapmotion.com/documentation/cpp/devguide/Leap_Overview.html?proglang=cpp#coordinate-system">Leap Motion frame of reference</a> (right-handed, y=up axis) and units (mm).</p> <p>The code in this tutorial is based on the LeapCodeExample project in the Leap Motion <a class="reference external" href="https://developer.leapmotion.com/gallery/unreal-4-7-demo-pack">Unreal 4.7 Demo Pack</a></p> <p>To get started, create a new code project:</p> <img alt="unreal/../../../images/unreal/TutCode_NewProject.png" src="unreal/../../../images/unreal/TutCode_NewProject.png" /> <ol class="arabic"> <li><p class="first">In the Unreal Editor Project Browser, click the C++ tab of the New Project page.</p> </li> <li><p class="first">Choose the Basic Code template.</p> </li> <li><p class="first">Name the project and set other project properties however you like.</p> </li> <li><p class="first">Click Create Project</p> <blockquote> <div><p>Visual Studio opens.</p> </div></blockquote> </li> <li><p class="first">Edit the project build script to declare dependencies on the Leap Motion plugin and API:</p> <blockquote> <div><ol class="arabic simple"> <li>Find your project build script (i.e. <em>GamesProjectNameSourceProjectName.Build.cs</em>).</li> <li>Add &#8220;LeapMotionController&#8221; and &#8220;Leap&#8221; to the PublicDependencyModuleNames list. The statement should look like this when you are done:</li> </ol> <div class="code cpp highlight-python"><div class="highlight"><pre>PublicDependencyModuleNames.AddRange(new string[] { &quot;Core&quot;, &quot;CoreUObject&quot;, &quot;Engine&quot;, &quot;InputCore&quot; , &quot;LeapMotionController&quot; , &quot;Leap&quot; }); </pre></div> </div> </div></blockquote> </li> <li><p class="first">Build the project (Ctrl-Shift-B).</p> </li> <li><p class="first">Open the project in Unreal Editor.</p> </li> <li><p class="first">Enable the Leap Motion plugin in the Pugins browser (under Input Devices) and restart the editor.</p> </li> </ol> <p>All the work in this example is performed in the LeapMotionDebugInfo class. This class extends the Unreal Actor class, primarily so that it has a <tt class="docutils literal"><span class="pre">Tick()</span></tt> function which is called every Unreal Engine update tick. To add the Debug Info Actor class:</p> <ol class="arabic"> <li><p class="first">In Unreal Editor, select the File &gt; Add Code to Project... menu command.</p> <blockquote> <div><p>The Add Code dialog opens.</p> </div></blockquote> </li> <li><p class="first">Choose Actor as the parent class.</p> </li> <li><p class="first">Click Next.</p> </li> <li><p class="first">Set the name to LeapMotionDebugInfo.</p> </li> <li><p class="first">Click Create Class.</p> </li> </ol> <p>Now we will override the <tt class="docutils literal"><span class="pre">Tick()</span></tt> function so that it prints the Leap frame number and hand and finger positions to the screen.</p> <p>In Visual Studio, edit LeapMotionDebugInfo.cpp and add the necessary Leap Motion headers:</p> <pre class="code cpp literal-block"> <span class="comment preproc">#include &quot;LeapMotionControllerPlugin.h&quot; #include &quot;LeapMotionDevice.h&quot; #include &quot;Leap.h&quot; #include &quot;LeapMotionTypes.h&quot; </span> </pre> <p>Next, in the <tt class="docutils literal"><span class="pre">Tick()</span></tt> function, get a pointer to the plugin LeapMotionDevice object, which you can use to access the Leap Motion tracking data:</p> <div class="code cpp highlight-python"><div class="highlight"><pre> void ALeapMotionDebugInfo ::Tick( float DeltaTime ) { Super::Tick( DeltaTime ); FLeapMotionDevice* Device = FLeapMotionControllerPlugin::GetLeapDeviceSafe(); } Before using the Device instance, we will check that the plugin has been able to connect to the Leap Motion service and hardware device using the ``IsConnected()`` function: </pre></div> </div> <div class="code cpp highlight-python"><div class="highlight"><pre>if (Device &amp;&amp; Device-&gt;IsConnected()) { //... } else{ GEngine-&gt;AddOnScreenDebugMessage(-1, 0.5f, FColor::Green, FString(TEXT(&quot;LeapController - No Data&quot;))); } </pre></div> </div> <p>This <tt class="docutils literal"><span class="pre">if</span></tt> statement can fail in the following conditions:</p> <ul class="simple"> <li>There is no device object &#8211; the plugin isn&#8217;t present or isn&#8217;t enabled.</li> <li>The plugin cannot connect to the Leap Motion service &#8211; the service isn&#8217;t running or some other error has prevented the connection.</li> <li>A Leap Motion hardware device is not plugged in.</li> </ul> <p>Now lets get the Leap Motion tracking data. First we need a Leap::Frame object:</p> <div class="code cpp highlight-python"><div class="highlight"><pre>Device-&gt;SetReferenceFrameOncePerTick(); Leap::Frame frame = Device-&gt;Frame(); </pre></div> </div> <p>The first statement here makes sure that the plugin updates the cached frame object for this tick. The Leap Motion software can produce data at a rate exceeding 100 frames-per-second. Calling <tt class="docutils literal"><span class="pre">SetReferenceFrameOncePerTick()</span></tt> ensures that every time you access the Leap data in your application you get the same data during the same Unreal Engine tick. The function has no affect after the first time it is called in the same Unreal tick, but you should always call it to make sure the cached frame is updated when appropriate. The second statement gets the actual cached frame.</p> <p>To demonstrate the most basic access to the Leap Motion data, we will just print the frame sequence ID to the screen using Unreal&#8217;s <tt class="docutils literal"><span class="pre">Engine::AddOnScreenDebugMessage()</span></tt> function. So far your function should look like the following:</p> <div class="code cpp highlight-python"><div class="highlight"><pre>void ALeapMotionDebugInfo::Tick( float DeltaTime ) { Super::Tick( DeltaTime ); FLeapMotionDevice* Device = FLeapMotionControllerPlugin::GetLeapDeviceSafe(); GEngine-&gt;ClearOnScreenDebugMessages(); if (Device &amp;&amp; Device-&gt;IsConnected()) { Device-&gt;SetReferenceFrameOncePerTick(); Leap::Frame frame = Device-&gt;Frame(); FString leapLabel = FString::Printf( TEXT( &quot;LeapController - Frame: %u&quot;), frame.id()); GEngine-&gt;AddOnScreenDebugMessage(-1, 0.5f, FColor::Green, leapLabel); } else{ GEngine-&gt;AddOnScreenDebugMessage(-1, 0.5f, FColor::Green, FString(TEXT (&quot;LeapController - No Data&quot; ))); } } </pre></div> </div> <p>Before running this code, we need to set the Actor object to start with tick enabled so that our <tt class="docutils literal"><span class="pre">Tick()</span></tt> function will get called. It is easiest to do this in the constructor:</p> <div class="code cpp highlight-python"><div class="highlight"><pre>ALeapMotionDebugInfo::ALeapMotionDebugInfo() { PrimaryActorTick.bCanEverTick = true; PrimaryActorTick.bStartWithTickEnabled = true; } </pre></div> </div> <p>Finally, build the project and switch back to the Unreal Editor. Add your new LeapMotionDebugInfo class to a level and play. You should see a list of frame IDs printed to the screen:</p> <img alt="unreal/../../../images/unreal/TutCode_InAction.png" src="unreal/../../../images/unreal/TutCode_InAction.png" /> <p>Note that the frames are not consecutive. In this case the example is running on an older computer, so the Unreal Engine is running at a faster frame rate than the Leap Motion service. Hence, frequently two Unreal frames use the same Leap Motion frame.</p> <p>To complete the function, we will just loop through the hands and fingers and print out the palm and finger tip positions. To do this, add the following code immediately before the statement which prints the frame IDs:</p> <div class="code cpp highlight-python"><div class="highlight"><pre>for (Leap::Hand hand : frame.hands()) { for (Leap::Finger finger : hand.fingers()){ FString fingerLabel = FString::Printf(TEXT( &quot; Finger %u: &quot;), finger.id()); fingerLabel += finger.tipPosition().toString().c_str(); GEngine-&gt;AddOnScreenDebugMessage(-1, 0.5f, FColor::Green, fingerLabel); } FString handLabel = FString::Printf(TEXT( &quot; Hand %u: &quot;), hand.id()); handLabel += hand.palmPosition().toString().c_str(); GEngine-&gt;AddOnScreenDebugMessage(-1, 0.5f, FColor::Green, handLabel); } </pre></div> </div> <p>When you build and run this example now, note the hand and finger positions. Especially note that the coordinates are given in the Leap coordinate system, not the Unreal coordinate system. You can use the <tt class="docutils literal"><span class="pre">LEAPVECTOR_TO_FVECTOR()</span></tt> function to perform the translation on position coordinates (and the <tt class="docutils literal"><span class="pre">LEAPVECTOR_TO_FVECTOR_DIRECTION()</span></tt> for direction vectors). For example, we can add the Unreal coordinates for the finger tip positions to the string we print to the screen with the following code:</p> <div class="code cpp highlight-python"><div class="highlight"><pre>FString fingerLabel = FString::Printf( TEXT( &quot; Finger %u: &quot;), finger.id()); fingerLabel += finger.tipPosition().toString().c_str(); fingerLabel += &quot; (&quot; + LEAPVECTOR_TO_FVECTOR(finger.tipPosition()).ToString() + &quot;)&quot; ; </pre></div> </div> <p>Note that if you need the post-transformed data from the Leap Motion, it is probably easier to start with the LeapMotionHandActor class and get the positions and orientations of the parts of a tracked hand from the child LeapMotionBoneActor instances.</p> <p>For more information on the C++ classes in the API, see our <a class="reference external" href="https://developer.leapmotion.com/documentation/cpp/index.html?proglang=cpp">C++ Language Reference and Programming guides</a>.</p> </div> <!-- get_disqus_sso --> </div> <div id="sidebar" class="col-md-3"> <div class="well-sidebar" data-offset-top="188"> <ul> <li><a href="../index.html" title="Home">JavaScript Docs (v2.3)</a></li> </ul><ul> <li class="toctree-l1"><a class="reference internal" href="../devguide/Intro_Skeleton_API.html">Introducing the Skeletal Tracking Model</a></li> <li class="toctree-l1"><a class="reference internal" href="../devguide/Leap_Overview.html">API Overview</a></li> <li class="toctree-l1"><a class="reference internal" href="../practices/Leap_Practices.html">Guidelines</a></li> <li class="toctree-l1"><a class="reference internal" href="../devguide/Leap_Guides.html">Application Development</a></li> <li class="toctree-l1"><a class="reference internal" href="../devguide/Leap_Guides2.html">Using the Tracking API</a></li> <li class="toctree-l1"><a class="reference external" href="https://developer.leapmotion.com/downloads/javascript#plugins">LeapJS Plug-ins</a></li> <li class="toctree-l1"><a class="reference internal" href="../api/Leap_Classes.html">API Reference</a></li> <li class="toctree-l1"><a class="reference internal" href="../supplements/Leap_Supplements.html">Appendices</a></li> </ul> </div> </div> </div> </div> </div> <!-- <div class="ribbon"> <p>JavaScript</p> </div> --> <footer> <div id="footer" class="container"> <div class="container"> <div class="copyright"> <span>Copyright &copy; 2012 - 2014, Leap Motion, Inc.</span> </div> </div> </div> </footer> </body> </html>
joelbandi/Be-ethoven
LeapSDK/docs/javascript/unreal/Leap_Unreal_Cpp_Tutorial.html
HTML
mit
23,433
<!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 v6.4.0: Class Members</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">V8 API Reference Guide for node.js v6.4.0 </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.11 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li><a href="examples.html"><span>Examples</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Class&#160;List</span></a></li> <li><a href="classes.html"><span>Class&#160;Index</span></a></li> <li><a href="inherits.html"><span>Class&#160;Hierarchy</span></a></li> <li class="current"><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> <div id="navrow3" class="tabs2"> <ul class="tablist"> <li class="current"><a href="functions.html"><span>All</span></a></li> <li><a href="functions_func.html"><span>Functions</span></a></li> <li><a href="functions_vars.html"><span>Variables</span></a></li> <li><a href="functions_type.html"><span>Typedefs</span></a></li> <li><a href="functions_enum.html"><span>Enumerations</span></a></li> </ul> </div> <div id="navrow4" class="tabs3"> <ul class="tablist"> <li><a href="functions.html#index_a"><span>a</span></a></li> <li><a href="functions_b.html#index_b"><span>b</span></a></li> <li><a href="functions_c.html#index_c"><span>c</span></a></li> <li><a href="functions_d.html#index_d"><span>d</span></a></li> <li><a href="functions_e.html#index_e"><span>e</span></a></li> <li><a href="functions_f.html#index_f"><span>f</span></a></li> <li><a href="functions_g.html#index_g"><span>g</span></a></li> <li><a href="functions_h.html#index_h"><span>h</span></a></li> <li><a href="functions_i.html#index_i"><span>i</span></a></li> <li><a href="functions_j.html#index_j"><span>j</span></a></li> <li><a href="functions_k.html#index_k"><span>k</span></a></li> <li class="current"><a href="functions_l.html#index_l"><span>l</span></a></li> <li><a href="functions_m.html#index_m"><span>m</span></a></li> <li><a href="functions_n.html#index_n"><span>n</span></a></li> <li><a href="functions_o.html#index_o"><span>o</span></a></li> <li><a href="functions_p.html#index_p"><span>p</span></a></li> <li><a href="functions_r.html#index_r"><span>r</span></a></li> <li><a href="functions_s.html#index_s"><span>s</span></a></li> <li><a href="functions_t.html#index_t"><span>t</span></a></li> <li><a href="functions_u.html#index_u"><span>u</span></a></li> <li><a href="functions_v.html#index_v"><span>v</span></a></li> <li><a href="functions_w.html#index_w"><span>w</span></a></li> <li><a href="functions_0x7e.html#index_0x7e"><span>~</span></a></li> </ul> </div> </div><!-- top --> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div class="contents"> <div class="textblock">Here is a list of all documented class members with links to the class documentation for each member:</div> <h3><a class="anchor" id="index_l"></a>- l -</h3><ul> <li>length() : <a class="el" href="classv8_1_1ExternalOneByteStringResourceImpl.html#aedcf350d46f64cf1e3045658920d1dc8">v8::ExternalOneByteStringResourceImpl</a> , <a class="el" href="classv8_1_1String_1_1ExternalOneByteStringResource.html#ad6b702f05798bcfc3975cb922f32b5ab">v8::String::ExternalOneByteStringResource</a> , <a class="el" href="classv8_1_1String_1_1ExternalStringResource.html#ab5ca300fea077d7c7774ec49d32e4da1">v8::String::ExternalStringResource</a> </li> <li>Length() : <a class="el" href="classv8_1_1String.html#a94353cd764d2bf0cda141714c3c9eb6c">v8::String</a> , <a class="el" href="classv8_1_1TypedArray.html#abb1047225d53d960c0da9c9f83cd7042">v8::TypedArray</a> </li> <li>line : <a class="el" href="structv8_1_1CpuProfileNode_1_1LineTick.html#af96fbdefbc07b2c84cf41d74555626f6">v8::CpuProfileNode::LineTick</a> </li> <li>line_number : <a class="el" href="structv8_1_1AllocationProfile_1_1Node.html#ac9773c92a3af3a9a9420337599e68bd9">v8::AllocationProfile::Node</a> </li> <li>Local() : <a class="el" href="classv8_1_1Local.html#a18d761713c1062a38f58a568fffe8f80">v8::Local&lt; T &gt;</a> </li> <li>Locker() : <a class="el" href="classv8_1_1Locker.html#a9f41151c92493a27d6724676fc774b51">v8::Locker</a> </li> <li>LowMemoryNotification() : <a class="el" href="classv8_1_1Isolate.html#aaf446f4877e4707a93d2c406fffd9fd6">v8::Isolate</a> </li> </ul> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.11 </small></address> </body> </html>
v8-dox/v8-dox.github.io
e6887e2/html/functions_l.html
HTML
mit
7,561
{% load static %} <!DOCTYPE html> <html> <head> <title>{% block title %}This page is not available.{% endblock title %}</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> {% block includes %} <!-- Le HTML5 shim, for IE6-8 support of HTML elements --> <!--[if lt IE 9]> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <link rel="shortcut icon" href="{% static "img/favicon.png" %}"> <script src="{% static "js/jquery.js" %}"></script> <script src="{% static "js/csrf.js" %}"></script> <script src="{% static "js/bootstrap.js" %}"></script> <script src="{% static "js/placeholder.js" %}"></script> <script src="{% static "js/modernizr.js" %}"></script> <script src="{% static "js/conversations.js" %}"></script> <script src="{% static "js/coursedash.js" %}"></script> <script src="{% static "js/datepicker/bootstrap-datepicker.js" %}"></script> <script src="{% static "js/jasny/bootstrap-button.js" %}"></script> <script src="{% static "js/jasny/bootstrap-fileupload.js" %}"></script> <script src="{% static "js/jasny/jasny-bootstrap.js" %}"></script> <script src="{% static "js/timepicker/bootstrap-timepicker.min.js" %}"></script> <link rel="stylesheet" href="{% static "css/bootstrap.css" %}"> <link rel="stylesheet" href="{% static "css/datepicker/datepicker.css" %}"> <link rel="stylesheet" href="{% static "css/jasny/jasny-bootstrap.css" %}"> <link rel="stylesheet" href="{% static "css/font-awesome.css" %}"> <link rel="stylesheet" href="{% static "css/font-awesome-ie7.min.css" %}"> <!-- <link rel="stylesheet" href="{% static "css/fileupload/jquery.fileupload-ui.css" %}"> --> <link rel="stylesheet" href="{% static "css/app.css" %}"> <link rel="stylesheet" href="{% static "css/timepicker/bootstrap-timepicker.min.css" %}"> {% endblock includes %} {% block script %} {% endblock script %} {% block style %} <style type="text/css"> body { background: #3399CC; background: -moz-radial-gradient(center, ellipse cover, #3399CC 0%, #2e5673 100%); background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#3399CC), color-stop(100%,#2e5673)); background: -webkit-radial-gradient(center, ellipse cover, #3399CC 0%,#2e5673 100%); background: -o-radial-gradient(center, ellipse cover, #3399CC 0%,#2e5673 100%); background: -ms-radial-gradient(center, ellipse cover, #3399CC 0%,#2e5673 100%); background: radial-gradient(center, ellipse cover, #3399CC 0%,#2e5673 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3399CC', endColorstr='#2e5673',GradientType=1 ); background-repeat: no-repeat; background-attachment: fixed; } </style> {% endblock style %} {% load widget_tweaks %} </head> <body> <div class="container"> <div class="row"> <div class="span5 offset1"> <h1 style="color:#FFF; margin-top:150px;">404 error.</h1> <h1 style="color:#FFF;">You're out of luck.</h1> <p style="color:#FFF;">The requested URL was not found on this server.</p> </div> <div class="span5"> <img src="{% static "img/logo.png" %}" style="" /> </div> </div> </div> </body> </html>
mdavoodi/konkourse-python
templates/404.html
HTML
mit
3,191
<!doctype html> <html lang=""> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <title>packages - </title> <meta name="HandheldFriendly" content="True"> <meta name="MobileOptimized" content="320"> <meta name="referrer" content="no-referrer"> <meta name="description" content="Kihahu Blog"> <meta property="og:site_name" content="" /> <meta property="og:locale" content="nn_NO" /> <meta property="og:type" content="article" /> <meta property="og:url" content="https://kihahu.github.io/tags/packages/" /> <meta property="og:title" content="packages" /> <meta property="og:image" content="https://kihahu.github.io/" /> <meta property="og:description" content="Kihahu Blog" /> <meta property="twitter:site" content="@skihahu"> <meta property="twitter:title" content="packages" /> <meta property="twitter:image" content="https://kihahu.github.io/" /> <meta property="twitter:card" content="summary" /> <meta property="twitter:description" content="Kihahu Blog" /> <link rel="canonical" href="https://kihahu.github.io/tags/packages/"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha256-YLGeXaapI0/5IgZopewRJcFXomhRMlYYjugPLSyNjTY=" crossorigin="anonymous" /> <link rel="stylesheet" href="https://kihahu.github.io/css/main.css" /> <link rel="stylesheet" href="https://kihahu.github.io/css/highlight.css" /> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/progressively/1.2.5/progressively.min.css" integrity="sha256-xbqLYBMsjpuCihs+3Fgp/MFMtPdo2SWKoOjEWOqR4X0=" crossorigin="anonymous" /> <link rel="shortcut icon" href="https://kihahu.github.io/img/favicon.ico"> <link href='https://kihahu.github.io/tags/packages/index.xml' rel="alternate" type="application/rss+xml" title="" /> <noscript> <link href="https://fonts.googleapis.com/css?family=Raleway:400,600,700" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Merriweather:300,300i,700,700i" rel="stylesheet"> </noscript> </head> <body> <div class="my-4 my-md-5 header"> <div class="container"> <div class="row"> <div class="col-auto offset-md-1 d-none d-md-block"> </div> <div class="col-auto align-self-center mr-auto"> <a href="https://kihahu.github.io/"> <h1 class="font-weight-bold name"> </h1> </a> <ul class="nav nav-primary"> <li class="nav-item"> <a class="text-uppercase nav-link text-about" href="https://kihahu.github.io/about"> About </a> </li> <li class="nav-item"> <a class="text-uppercase nav-link text-blog" href="https://kihahu.github.io/blog/"> Blog </a> </li> </ul> <ul class="nav nav-secondary"> </ul> </div> </div> </div> </div> <div class="content"> <div class="container"> <div class="row justify-content-center"> <div class="col-sm-12 col-md-10"> <div class="markdown"> <h1>Posts about packages</h1> <ul> <li class="pl-3 post-item"> <span class="meta">Jun 27, 2012</span> <a href="https://kihahu.github.io/blog/mercury/"><span>Mercury Android Security Testing Framework</span></a> </li> </ul> </div> </div> </div> </div> </div> <div class="my-4 footer"> <div class="container"> <div class="row justify-content-center"> <div class="col-sm-12 col-md-5"> <div class="mx-0 mx-md-4 mb-2 text-center text-md-left"> <div> <a class="mx-1 mr-md-2 ml-md-0 text-tags" href="https://kihahu.github.io/tags/"> Tags </a> </div> <a href="https://kihahu.github.io">© 2019 by Samuel Kihahu</a> </div> </div> <div class="col-sm-12 col-md-5"> <div class="mx-0 mx-md-4 text-center text-md-right"> <a href="https://gitlab.com/skihahu" target="_blank" class="mx-1 ml-md-2 mr-md-0 icon" aria-label="GitLab"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1792 1792"> <path d="M104 706l792 1015-868-630q-18-13-25-34.5t0-42.5l101-308zm462 0h660l-330 1015zm-198-612l198 612h-462l198-612q8-23 33-23t33 23zm1320 612l101 308q7 21 0 42.5t-25 34.5l-868 630 792-1015zm0 0h-462l198-612q8-23 33-23t33 23z"/> </svg> </a> <a href="https://github.com/kihahu" target="_blank" class="mx-1 ml-md-2 mr-md-0 icon" aria-label="GitHub"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"> <path d="M8 0C3.58 0 0 3.582 0 8c0 3.535 2.292 6.533 5.47 7.59.4.075.547-.172.547-.385 0-.19-.007-.693-.01-1.36-2.226.483-2.695-1.073-2.695-1.073-.364-.924-.89-1.17-.89-1.17-.725-.496.056-.486.056-.486.803.056 1.225.824 1.225.824.714 1.223 1.873.87 2.33.665.072-.517.278-.87.507-1.07-1.777-.2-3.644-.888-3.644-3.953 0-.873.31-1.587.823-2.147-.09-.202-.36-1.015.07-2.117 0 0 .67-.215 2.2.82.64-.178 1.32-.266 2-.27.68.004 1.36.092 2 .27 1.52-1.035 2.19-.82 2.19-.82.43 1.102.16 1.915.08 2.117.51.56.82 1.274.82 2.147 0 3.073-1.87 3.75-3.65 3.947.28.24.54.73.54 1.48 0 1.07-.01 1.93-.01 2.19 0 .21.14.46.55.38C13.71 14.53 16 11.53 16 8c0-4.418-3.582-8-8-8"/> </svg> </a> <a href="https://twitter.com/skihahu" target="_blank" class="mx-1 ml-md-2 mr-md-0 icon" aria-label="Twitter"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"> <path d="M16 3.038c-.59.26-1.22.437-1.885.517.677-.407 1.198-1.05 1.443-1.816-.634.37-1.337.64-2.085.79-.598-.64-1.45-1.04-2.396-1.04-1.812 0-3.282 1.47-3.282 3.28 0 .26.03.51.085.75-2.728-.13-5.147-1.44-6.766-3.42C.83 2.58.67 3.14.67 3.75c0 1.14.58 2.143 1.46 2.732-.538-.017-1.045-.165-1.487-.41v.04c0 1.59 1.13 2.918 2.633 3.22-.276.074-.566.114-.865.114-.21 0-.41-.02-.61-.058.42 1.304 1.63 2.253 3.07 2.28-1.12.88-2.54 1.404-4.07 1.404-.26 0-.52-.015-.78-.045 1.46.93 3.18 1.474 5.04 1.474 6.04 0 9.34-5 9.34-9.33 0-.14 0-.28-.01-.42.64-.46 1.2-1.04 1.64-1.7z" fill-rule="nonzero"/> </svg> </a> <a href="https://t.me/kihahu" target="_blank" class="mx-1 ml-md-2 mr-md-0 icon" aria-label="Telegram"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 240 240"> <circle cx="120" cy="120" r="120"/> <path fill="#c8daea" d="m98 175c-3.8876 0-3.227-1.4679-4.5678-5.1695L82 132.2059 170 80"/> <path fill="#a9c9dd" d="m98 175c3 0 4.3255-1.372 6-3l16-15.558-19.958-12.035"/> <path fill="#eff7fc" d="m100.04 144.41 48.36 35.729c5.5185 3.0449 9.5014 1.4684 10.876-5.1235l19.685-92.763c2.0154-8.0802-3.0801-11.745-8.3594-9.3482l-115.59 44.571c-7.8901 3.1647-7.8441 7.5666-1.4382 9.528l29.663 9.2583 68.673-43.325c3.2419-1.9659 6.2173-0.90899 3.7752 1.2584"/> </svg> </a> <a href="https://www.linkedin.com/in/samuel-kihahu-2247a565" target="_blank" class="mx-1 ml-md-2 mr-md-0 icon" aria-label="Linkedin"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"> <path d="M13.632 13.635h-2.37V9.922c0-.886-.018-2.025-1.234-2.025-1.235 0-1.424.964-1.424 1.96v3.778h-2.37V6H8.51v1.04h.03c.318-.6 1.092-1.233 2.247-1.233 2.4 0 2.845 1.58 2.845 3.637v4.188zM3.558 4.955c-.762 0-1.376-.617-1.376-1.377 0-.758.614-1.375 1.376-1.375.76 0 1.376.617 1.376 1.375 0 .76-.617 1.377-1.376 1.377zm1.188 8.68H2.37V6h2.376v7.635zM14.816 0H1.18C.528 0 0 .516 0 1.153v13.694C0 15.484.528 16 1.18 16h13.635c.652 0 1.185-.516 1.185-1.153V1.153C16 .516 15.467 0 14.815 0z" fill-rule="nonzero"/> </svg> </a> <a href="mailto:skihahu@gmail.com" class="mx-1 ml-md-2 mr-md-0 icon" aria-label="Email"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 16"> <path d="M0 4v8c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1H1c-.55 0-1 .45-1 1zm13 0L7 9 1 4h12zM1 5.5l4 3-4 3v-6zM2 12l3.5-3L7 10.5 8.5 9l3.5 3H2zm11-.5l-4-3 4-3v6z"/> </svg> </a> <a href='https://kihahu.github.io/tags/packages/index.xml' class="mx-1 ml-md-2 mr-md-0 icon" aria-label="RSS"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"> <path d="M12.8 16C12.8 8.978 7.022 3.2 0 3.2V0c8.777 0 16 7.223 16 16h-3.2zM2.194 11.61c1.21 0 2.195.985 2.195 2.196 0 1.21-.99 2.194-2.2 2.194C.98 16 0 15.017 0 13.806c0-1.21.983-2.195 2.194-2.195zM10.606 16h-3.11c0-4.113-3.383-7.497-7.496-7.497v-3.11c5.818 0 10.606 4.79 10.606 10.607z"/> </svg> </a> </div> </div> </div> </div> </div> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.slim.min.js" integrity="sha256-3edrmyuQ0w65f8gfBsqowzjJe2iM6n0nKciPUp8y+7E=" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha256-ZvOgfh+ptkpoa2Y4HkRY28ir89u/+VRyDE7sB7hEEcI=" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha256-CjSoeELFOcH0/uxWu6mC/Vlrc1AARqbm/jiiImDGV3s=" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/webfont/1.6.28/webfontloader.js" integrity="sha256-4O4pS1SH31ZqrSO2A/2QJTVjTPqVe+jnYgOWUVr7EEc=" crossorigin="anonymous"></script> <script> WebFont.load({ google: { families: ['Raleway:400,600,700', 'Merriweather:300,300i,700,700i'] } }); </script> <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.10/highlight.min.js" integrity="sha256-1zu+3BnLYV9LdiY85uXMzii3bdrkelyp37e0ZyTAQh0=" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.10/languages/bash.min.js" defer></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.10/languages/css.min.js" defer></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.10/languages/diff.min.js" defer></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.10/languages/django.min.js" defer></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.10/languages/javascript.min.js" defer></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.10/languages/python.min.js" defer></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.10/languages/yaml.min.js" defer></script> <script> window.addEventListener('load', function() { hljs.initHighlighting(); }, true); </script> <script src="https://cdnjs.cloudflare.com/ajax/libs/progressively/1.2.5/progressively.min.js" integrity="sha256-LvFVlLdfGI3WeEH+8Ni4kxLm02g2GlOfeGCGLXfRk/U=" crossorigin="anonymous"></script> <script> window.addEventListener('load', function() { progressively.init({delay: 30, throttle: 50}); }, true); </script> </body> </html>
kihahu/kihahu.github.io
tags/packages/index.html
HTML
mit
13,175
<HTML><HEAD> <TITLE>Review for Conspiracy Theory (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?0118883">Conspiracy Theory (1997)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?E.+Benjamin+Kelsey">E. Benjamin Kelsey</A></H3><HR WIDTH="40%" SIZE="4"> <PRE>CONSPIRACY THEORY (R)</PRE> <PRE>Review by E. Benjamin Kelsey</PRE> <PRE>* * * *</PRE> <P>Did anybody notice that Roger Ebert gave "Anaconda" three and a half stars?</P> <P>This fact made me feel better about giving "Conspiracy Theory" four stars. You see, I have yet to find anyone out there, critic or no, who thought that "Conspiracy Theory" was a great film. I figured there must be something wrong with me. I saw it twice, TWICE and both times I was blown away and came out of the theater knowing it would be near the top of my "Top Ten of 1997" list.</P> <P>When I noticed that nobody I could find seemed to like the film as much as me, I started to worry. Was something wrong with me? What did I miss that made everybody else so reluctant to praise this fine film?</P> <P>But did anybody notice that Roger Ebert gave "Anaconda" three and a half stars?</P> <P>"Conspiracy Theory" was one of the only movies that I actually thought "Best Actor Nomination?" while I was watching it. Mel Gibson blew me away, as always. Do I have a sub-concious Gibson fetish? It happened last year with "Ransom". I loved it and put it at number one for my "Top Ten of 1996" list. Nobody seemed to agree! What am I seeing in these movies that everybody else is missing?</P> <P>But then again, did anybody notice that Roger Ebert gave "Anaconda" three and a half stars?</P> <P>Julia Roberts is getting high acclaims for her work in "My Best Friend's Wedding", one of the most overrated films of the year. It was stale, it was way underdevloped, and it lacked any appeal. But people are applauding it and leaving "Conspiracy Theory" to dwindle in box office death? Shame shame!</P> <P>Oh well. I am standing my ground with giving "Conspiracy Theory" four stars. I thought it was fantastic. I can understand someone giving it less . . . maybe even three stars from some of those harsh critics. But less than three???? Come on!! "Conspiracy Theory" comes highly recommended from me. Just be warned that nobody else seems to agree.</P> <P>But by the way, did anybody notice that Roger Ebert gave "Anaconda" three and a half stars?</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/9519.html
HTML
mit
3,350
<!doctype html> <!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7 lt-ie10"><![endif]--> <!--[if IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie10"><![endif]--> <!--[if IE 8]><html class="no-js lt-ie9 lt-ie10"><![endif]--> <!--[if IE 9]><html class="no-js lt-ie10"><![endif]--> <html class="no-js" lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <title>Ignite Static - Dashboard</title> <meta name="description" content=""> <!-- Viewport --> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- Stylesheets --> <link href="../assets/css/style.css" rel="stylesheet" media="screen, print"> <!-- favicon --> <link rel="apple-touch-icon" sizes="57x57" href="..../assets/favicons/apple-touch-icon-57x57.png"> <link rel="apple-touch-icon" sizes="60x60" href="..../assets/favicons/apple-touch-icon-60x60.png"> <link rel="apple-touch-icon" sizes="72x72" href="..../assets/favicons/apple-touch-icon-72x72.png"> <link rel="apple-touch-icon" sizes="76x76" href="../assets/favicons/apple-touch-icon-76x76.png"> <link rel="apple-touch-icon" sizes="114x114" href="../assets/favicons/apple-touch-icon-114x114.png"> <link rel="apple-touch-icon" sizes="120x120" href="../assets/favicons/apple-touch-icon-120x120.png"> <link rel="apple-touch-icon" sizes="144x144" href="../assets/favicons/apple-touch-icon-144x144.png"> <link rel="apple-touch-icon" sizes="152x152" href="../assets/favicons/apple-touch-icon-152x152.png"> <link rel="apple-touch-icon" sizes="180x180" href="../assets/favicons/apple-touch-icon-180x180.png"> <link rel="icon" type="image/png" href="../assets/favicons/favicon-32x32.png" sizes="32x32"> <link rel="icon" type="image/png" href="../assets/favicons/favicon-194x194.png" sizes="194x194"> <link rel="icon" type="image/png" href="../assets/favicons/favicon-96x96.png" sizes="96x96"> <link rel="icon" type="image/png" href="../assets/favicons/android-chrome-192x192.png" sizes="192x192"> <link rel="icon" type="image/png" href="../assets/favicons/favicon-16x16.png" sizes="16x16"> <link rel="manifest" href="../assets/favicons/manifest.json"> <meta name="msapplication-TileColor" content="#00aba9"> <meta name="msapplication-TileImage" content="../assets/favicons/mstile-144x144.png"> <meta name="themes-color" content="#ffffff"> <!-- Webfonts --> <link href='http://fonts.googleapis.com/css?family=Maven+Pro:400,500,700,900' rel='stylesheet' type='text/css'> <link href='http://fonts.googleapis.com/css?family=Roboto+Condensed:300italic,400italic,700italic,400,300,700' rel='stylesheet' type='text/css'> <!-- BEGIN RESPOND AND REM FOR IE8 AND BELOW --> <!--[if lt IE 9]> <script src="../assets/js/vendor/respond.min.js"></script> <script src="../assets/js/vendor/rem.min.js"></script> <![endif]--> <!-- END RESPOND AND REM FOR IE8 AND BELOW --> </head> <body class="dev"> <header> <div class="inner"> <div class="topbar-desktop"> <div class="row-fluid"> <div class="small-12 columns"> <a href="#"> <div class="logo"> <div class="inner"></div> </div> </a> <div class="hamburger"> <span></span> <span></span> <span></span> </div> <div class="dropdown-menus"> <div class="item one"> <div class="title"> Launch Plan </div> <div class="value"> Lorem ipsum plan </div> </div> <div class="item two"> <div class="title"> User </div> <div class="value"> Steve Marsh </div> </div> </div> </div> </div> </div> </div> </header> <div class="row-fluid"> <div class="bodywrap"> <section id="sidebar" class=""> <div class="inner"> <div class="menu"> <div class="hide-toggle"> <span class="toggle-state-hide"> Hide Menu </span> <span class="toggle-state-show"> </span> </div> <ul> <li class="dashboard has-children"> <a href="#"> <span> Dashboard </span> </a> <ul class="second"> <li> <a href="#"> <span> Item 1 </span> </a> </li> </ul> </li> <li class="plan has-children"> <a href="#"> <span> Plan </span> </a> <ul class="second"> <li> <a href="#"> <span> Item 1 </span> </a> </li> </ul> </li> <li class="kpis"> <a href="#"> <span> KPIs </span> </a> </li> <li class="reports"> <a href="#"> <span> Reports </span> </a> </li> <li class="resources has-children"> <a href="#"> <span> Resources </span> </a> <ul class="second"> <li> <a href="#"> <span> Item 1 </span> </a> </li> </ul> </li> <li class="admin has-children"> <a href="#"> <span> Admin </span> </a> <ul class="second"> <li> <a href="#"> <span> Item 1 </span> </a> </li> </ul> </li> </ul> </div> </div> </section> <section id="body"> <div class="inner"> <div class="row-fluid"> <div class="topbar"> <div class="small-12 medium-12 large-12 columns h100p"> <div class="title"> <a href="#"> Dashboard </a> </div> <div class="breadcrumbs"> <ul> <li> <a href="#"> KPIs </a> </li> <li> <a href="#"> UK </a> </li> <li> <a href="#"> Product Name </a> </li> </ul> </div> <div class="filters"> <div class="buttons"> <a href="#"> <div class="button"> <span> Filters </span> </div> </a> </div> </div> </div> <div class="small-12 medium-12 large-12 columns"> <div class="key"> <ul> <li class="at-target"> <span> At Target - not an issue </span> </li> <li class="not-at-target-recognised"> <span> Not at Target - Recognised Issue: Action in Place </span> </li> <li class="not-at-target-critical"> <span> Not at Target - Critical Issue: Action required to address </span> </li> <li class="not-started"> <span> Not Started </span> </li> <li class="not-applicable"> <span> Not Applicable </span> </li> </ul> </div> </div> </div> <div class="body"> <div class="small-12 medium-12 large-12 columns h100p"> <div class="dashboard-view-table"> <table class="responsive"> <thead> <tr> <th> </th> <th colspan="2"> <div class="icon icon-global"> <span class="displayBlock">Launch:</span> <span>30 Apr 2016</span> </div> </th> <th colspan="2"> <div class="icon icon-gb"> <span class="displayBlock">Launch:</span> <span>30 span 2016</span> </div> </th> <th colspan="2"> <div class="icon icon-fr"> <span class="displayBlock">Launch:</span> <span>30 Jun 2016</span> </div> </th> <th colspan="2"> <div class="icon icon-de"> <span class="displayBlock">Launch:</span> <span>30 Jul 2016</span> </div> </th> </tr> </thead> <tbody> <tr class="heading"> <td> Pricing and Market Access </td> <td> Target </td> <td> Actual </td> <td> Target </td> <td> Actual </td> <td> Target </td> <td> Actual </td> <td> Target </td> <td> Actual </td> </tr> <tr> <td> Commercial Operations </td> <td> <span class="info" data-info-text="<p>At target: 60mg above floor price</p><p>Critical Isue: 60mg at floor price</p>"></span> </td> <td> <span class="bubble state-disabled"> 0% </span> </td> <td> <span class="info" data-info-text="<p>At target: 60mg above floor price</p><br /><p>Critical Isue: 60mg at floor price</p>"></span> </td> <td> <span class="bubble state-disabled"> 0% </span> </td> <td> <span class="info" data-info-text="<p>At target: 60mg above floor price</p><br /><p>Critical Isue: 60mg at floor price</p>"></span> </td> <td> <span class="bubble state-disabled"> 0% </span> </td> <td> <span class="info" data-info-text="<p>At target: 60mg above floor price</p><br /><p>Critical Isue: 60mg at floor price</p>"></span> </td> <td> <span class="bubble state-disabled"> 0% </span> </td> </tr> <tr> <td> Egestas Magna Sem Bibdenum </td> <td> <span class="info" data-info-text="<p>At target: 60mg above floor price</p><br /><p>Critical Isue: 60mg at floor price</p>"></span> </td> <td> <span class="bubble state-warning"> 52.8% </span> </td> <td> <span class="info" data-info-text="<p>At target: 60mg above floor price</p><br /><p>Critical Isue: 60mg at floor price</p>"></span> </td> <td> <span class="bubble state-warning"> 52.8% </span> </td> <td> <span class="info" data-info-text="<p>At target: 60mg above floor price</p><br /><p>Critical Isue: 60mg at floor price</p>"></span> </td> <td> <span class="bubble state-alert"> 52.8% </span> </td> <td> <span class="info" data-info-text="<p>At target: 60mg above floor price</p><br /><p>Critical Isue: 60mg at floor price</p>"></span> </td> <td> <span class="bubble state-warning"> 52.8% </span> </td> </tr> <tr> <td> Ornare Dapibus Sem </td> <td> <span class="info" data-info-text="<p>At target: 60mg above floor price</p><br /><p>Critical Isue: 60mg at floor price</p>"></span> </td> <td> <span class="bubble state-success"> 78.3% </span> </td> <td> <span class="info" data-info-text="<p>At target: 60mg above floor price</p><br /><p>Critical Isue: 60mg at floor price</p>"></span> </td> <td> <span class="bubble state-warning"> 0% </span> </td> <td> <span class="info" data-info-text="<p>At target: 60mg above floor price</p><br /><p>Critical Isue: 60mg at floor price</p>"></span> </td> <td> <span class="bubble state-disabled"> 0% </span> </td> <td> <span class="info" data-info-text="<p>At target: 60mg above floor price</p><br /><p>Critical Isue: 60mg at floor price</p>"></span> </td> <td> <span class="bubble state-success"> 78.3% </span> </td> </tr> <tr> <td> Magna Aenean Solicitudin </td> <td> <span class="info" data-info-text="<p>At target: 60mg above floor price</p><br /><p>Critical Isue: 60mg at floor price</p>"></span> </td> <td> <span class="bubble state-disabled"> 0% </span> </td> <td> <span class="info" data-info-text="<p>At target: 60mg above floor price</p><br /><p>Critical Isue: 60mg at floor price</p>"></span> </td> <td> <span class="bubble state-disabled"> 0% </span> </td> <td> <span class="info" data-info-text="<p>At target: 60mg above floor price</p><br /><p>Critical Isue: 60mg at floor price</p>"></span> </td> <td> <span class="bubble state-disabled"> 0% </span> </td> <td> <span class="info" data-info-text="<p>At target: 60mg above floor price</p><br /><p>Critical Isue: 60mg at floor price</p>"></span> </td> <td> <span class="bubble state-disabled"> 0% </span> </td> </tr> <tr> <td> Porta Nullam Tristique </td> <td> <span class="info" data-info-text="<p>At target: 60mg above floor price</p><br /><p>Critical Isue: 60mg at floor price</p>"></span> </td> <td> <span class="bubble state-disabled"> 0% </span> </td> <td> <span class="info" data-info-text="<p>At target: 60mg above floor price</p><br /><p>Critical Isue: 60mg at floor price</p>"></span> </td> <td> <span class="bubble state-disabled"> 0% </span> </td> <td> <span class="info" data-info-text="<p>At target: 60mg above floor price</p><br /><p>Critical Isue: 60mg at floor price</p>"></span> </td> <td> <span class="bubble state-disabled"> 0% </span> </td> <td> <span class="info" data-info-text="<p>At target: 60mg above floor price</p><br /><p>Critical Isue: 60mg at floor price</p>"></span> </td> <td> <span class="bubble state-disabled"> 0% </span> </td> </tr> <tr> <td> Key Account Management </td> <td> <span class="info" data-info-text="<p>At target: 60mg above floor price</p><br /><p>Critical Isue: 60mg at floor price</p>"></span> </td> <td> <span class="bubble state-warning"> 61.5% </span> </td> <td> <span class="info" data-info-text="<p>At target: 60mg above floor price</p><br /><p>Critical Isue: 60mg at floor price</p>"></span> </td> <td> <span class="bubble state-alert"> 61.5% </span> </td> <td> <span class="info" data-info-text="<p>At target: 60mg above floor price</p><br /><p>Critical Isue: 60mg at floor price</p>"></span> </td> <td> <span class="bubble state-warning"> 61.5% </span> </td> <td> <span class="info" data-info-text="<p>At target: 60mg above floor price</p><br /><p>Critical Isue: 60mg at floor price</p>"></span> </td> <td> <span class="bubble state-warning"> 61.5% </span> </td> </tr> <tr> <td> Market Access </td> <td> <span class="info" data-info-text="<p>At target: 60mg above floor price</p><br /><p>Critical Isue: 60mg at floor price</p>"></span> </td> <td> <span class="bubble state-disabled"> 0% </span> </td> <td> <span class="info" data-info-text="<p>At target: 60mg above floor price</p><br /><p>Critical Isue: 60mg at floor price</p>"></span> </td> <td> <span class="bubble state-disabled"> 0% </span> </td> <td> <span class="info" data-info-text="<p>At target: 60mg above floor price</p><br /><p>Critical Isue: 60mg at floor price</p>"></span> </td> <td> <span class="bubble state-disabled"> 0% </span> </td> <td> <span class="info" data-info-text="<p>At target: 60mg above floor price</p><br /><p>Critical Isue: 60mg at floor price</p>"></span> </td> <td> <span class="bubble state-disabled"> 0% </span> </td> </tr> <tr class="heading"> <td> Pricing and Market Access </td> <td> Target </td> <td> Actual </td> <td> Target </td> <td> Actual </td> <td> Target </td> <td> Actual </td> <td> Target </td> <td> Actual </td> </tr> <tr> <td> Marketing Science/Research </td> <td> <span class="info" data-info-text="<p>At target: 60mg above floor price</p><br /><p>Critical Isue: 60mg at floor price</p>"></span> </td> <td> <span class="bubble state-success"> 78.3% </span> </td> <td> <span class="info" data-info-text="<p>At target: 60mg above floor price</p><br /><p>Critical Isue: 60mg at floor price</p>"></span> </td> <td> <span class="bubble state-warning"> 78.3% </span> </td> <td> <span class="info" data-info-text="<p>At target: 60mg above floor price</p><br /><p>Critical Isue: 60mg at floor price</p>"></span> </td> <td> <span class="bubble state-warning"> 78.3% </span> </td> <td> <span class="info" data-info-text="<p>At target: 60mg above floor price</p><br /><p>Critical Isue: 60mg at floor price</p>"></span> </td> <td> <span class="bubble state-success"> 78.3% </span> </td> </tr> <tr> <td> Medical </td> <td> <span class="info" data-info-text="<p>At target: 60mg above floor price</p><br /><p>Critical Isue: 60mg at floor price</p>"></span> </td> <td> <span class="bubble state-disabled"> 0% </span> </td> <td> <span class="info" data-info-text="<p>At target: 60mg above floor price</p><br /><p>Critical Isue: 60mg at floor price</p>"></span> </td> <td> <span class="bubble state-disabled"> 0% </span> </td> <td> <span class="info" data-info-text="<p>At target: 60mg above floor price</p><br /><p>Critical Isue: 60mg at floor price</p>"></span> </td> <td> <span class="bubble state-disabled"> 0% </span> </td> <td> <span class="info" data-info-text="<p>At target: 60mg above floor price</p><br /><p>Critical Isue: 60mg at floor price</p>"></span> </td> <td> <span class="bubble state-disabled"> 0% </span> </td> </tr> <tr> <td> Medical Affairs </td> <td> <span class="info" data-info-text="<p>At target: 60mg above floor price</p><br /><p>Critical Isue: 60mg at floor price</p>"></span> </td> <td> <span class="bubble state-disabled"> 0% </span> </td> <td> <span class="info" data-info-text="<p>At target: 60mg above floor price</p><br /><p>Critical Isue: 60mg at floor price</p>"></span> </td> <td> <span class="bubble state-disabled"> 0% </span> </td> <td> <span class="info" data-info-text="<p>At target: 60mg above floor price</p><br /><p>Critical Isue: 60mg at floor price</p>"></span> </td> <td> <span class="bubble state-disabled"> 0% </span> </td> <td> <span class="info" data-info-text="<p>At target: 60mg above floor price</p><br /><p>Critical Isue: 60mg at floor price</p>"></span> </td> <td> <span class="bubble state-disabled"> 0% </span> </td> </tr> </tbody> </table> </div> </div> </div> </div> </section> </div> </div> <footer> </footer> <a class="exit-off-canvas"></a> <!-- Javascript --> <script src="../assets/js/vendor.js"></script> <script src="../assets/js/main.js"></script> <script src="../assets/js/vendor/rem.js"></script> </body> </html>
CharlesCarnell/ignite-static
templates/dashboard.html
HTML
mit
31,915
<header class="page-header"> <h1>Edit section</small></h1> </header> <alert type="success" ng-show="response" close="response = null"> Section updated: {{response.title}} [{{response.abbreviation}}] </alert> <alert type="danger" ng-repeat="err in error" close="error.splice($index, 1)"> {{err.msg}} </alert> <div class="row"> <div class="col-md-5"> <form role="form" class="form-horizontal" ng-submit="updateSection()"> <div class="form-group" > <label for="sectionName" class="col-sm-3 control-label">Section name</label> <div class="col-sm-9"> <input type="text" ng-model="section.title" class="form-control input-lg" placeholder="Section name" id="sectionName" required /> </div> </div> <div class="form-group" > <label for="abbreviation" class="col-sm-3 control-label">Abbreviation</label> <div class="col-sm-9"> <input type="text" ng-model="section.abbreviation" class="form-control input-lg" placeholder="Abbreviation [AB]" maxlength="2" id="abbreviation" required /> </div> </div> <div class="form-group" > <label for="policyStatement" class="col-sm-3 control-label">Policy statement</label> <div class="col-sm-9"> <textarea rows="8" ng-model="section.policyStatement" class="form-control textarea-lg" id="policyStatement" required></textarea> </div> </div> <div class="form-group"> <div class="col-sm-9 col-sm-offset-3"> <button type="submit" class="btn btn-success btn-lg col-lg-12 col-md-12 col-xs-12">Update</button> </div> </div> </form> </div> </div>
yournal/YournalProject
src/client/admin/section/admin-section-edit.html
HTML
mit
1,658
<h3 class="important-tittle">Solid Color</h3> <div class="text-center"> <img class="spaced banner-image" src="/Content/Images/solid.gif"/> </div> <div class="doc-alert"> To keep this example always up to date it is directly pulled from the Github repository, the repo for simplicity uses the <i>UserControl</i> class to wrap every example, but you can use any container for your plots. </div> <p><i>This example is inspired in a design of <a href="https://dribbble.com/Kingyo">Kingyo</a></i></p> <h4>Code Behind</h4> <pre class="prettyprint" url="https://raw.githubusercontent.com/beto-rodriguez/Live-Charts/master/Examples/uwp/CartesianChart/SolidColorChart/SolidColorExample.xaml.cs"></pre> <h4>XAML</h4> <pre class="prettyprint" url="https://raw.githubusercontent.com/beto-rodriguez/Live-Charts/master/Examples/uwp/CartesianChart/SolidColorChart/SolidColorExample.xaml"></pre>
Live-Charts/WebSiteDocs
v1/Solid Color/uwp.html
HTML
mit
906
<!DOCTYPE html> <html class="writer-html5" lang="en" > <head> <meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>pymatgen.core package &mdash; pymatgen 2022.2.10 documentation</title> <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> <link rel="stylesheet" href="_static/css/theme.css" type="text/css" /> <link rel="stylesheet" href="_static/css/custom.css" type="text/css" /> <link rel="canonical" href="https://pymatgen.orgpymatgen.core.html"/> <!--[if lt IE 9]> <script src="_static/js/html5shiv.min.js"></script> <![endif]--> <script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script> <script src="_static/jquery.js"></script> <script src="_static/underscore.js"></script> <script src="_static/doctools.js"></script> <script src="_static/js/theme.js"></script> <link rel="index" title="Index" href="genindex.html" /> <link rel="search" title="Search" href="search.html" /> <link rel="next" title="pymatgen.core.bonds module" href="pymatgen.core.bonds.html" /> <link rel="prev" title="pymatgen.command_line.vampire_caller module" href="pymatgen.command_line.vampire_caller.html" /> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-33990148-1']); _gaq.push(['_trackPageview']); </script> </head> <body class="wy-body-for-nav"> <div class="wy-grid-for-nav"> <nav data-toggle="wy-nav-shift" class="wy-nav-side"> <div class="wy-side-scroll"> <div class="wy-side-nav-search" style="background: linear-gradient(0deg, rgba(23,63,162,1) 0%, rgba(0,70,192,1) 100%)" > <a href="index.html" class="icon icon-home"> pymatgen </a> <div class="version"> 2022.2.10 </div> <div role="search"> <form id="rtd-search-form" class="wy-form" action="search.html" method="get"> <input type="text" name="q" placeholder="Search docs" /> <input type="hidden" name="check_keywords" value="yes" /> <input type="hidden" name="area" value="default" /> </form> </div> </div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu"> <ul class="current"> <li class="toctree-l1"><a class="reference internal" href="introduction.html">Introduction</a></li> <li class="toctree-l1"><a class="reference internal" href="installation.html">Installation</a></li> <li class="toctree-l1"><a class="reference internal" href="change_log.html">Change log</a></li> <li class="toctree-l1"><a class="reference internal" href="compatibility.html">Compatibility</a></li> <li class="toctree-l1"><a class="reference internal" href="contributing.html">Contributing</a></li> <li class="toctree-l1"><a class="reference internal" href="usage.html">Usage</a></li> <li class="toctree-l1"><a class="reference internal" href="team.html">Development Team</a></li> <li class="toctree-l1"><a class="reference internal" href="references.html">References</a></li> <li class="toctree-l1 current"><a class="reference internal" href="modules.html">API Docs</a><ul class="current"> <li class="toctree-l2 current"><a class="reference internal" href="pymatgen.html">pymatgen namespace</a><ul class="current"> <li class="toctree-l3 current"><a class="reference internal" href="pymatgen.html#subpackages">Subpackages</a><ul class="current"> <li class="toctree-l4"><a class="reference internal" href="pymatgen.alchemy.html">pymatgen.alchemy package</a></li> <li class="toctree-l4"><a class="reference internal" href="pymatgen.analysis.html">pymatgen.analysis namespace</a></li> <li class="toctree-l4"><a class="reference internal" href="pymatgen.apps.html">pymatgen.apps package</a></li> <li class="toctree-l4"><a class="reference internal" href="pymatgen.cli.html">pymatgen.cli package</a></li> <li class="toctree-l4"><a class="reference internal" href="pymatgen.command_line.html">pymatgen.command_line package</a></li> <li class="toctree-l4 current"><a class="current reference internal" href="#">pymatgen.core package</a></li> <li class="toctree-l4"><a class="reference internal" href="pymatgen.electronic_structure.html">pymatgen.electronic_structure package</a></li> <li class="toctree-l4"><a class="reference internal" href="pymatgen.entries.html">pymatgen.entries package</a></li> <li class="toctree-l4"><a class="reference internal" href="pymatgen.ext.html">pymatgen.ext namespace</a></li> <li class="toctree-l4"><a class="reference internal" href="pymatgen.io.html">pymatgen.io namespace</a></li> <li class="toctree-l4"><a class="reference internal" href="pymatgen.optimization.html">pymatgen.optimization package</a></li> <li class="toctree-l4"><a class="reference internal" href="pymatgen.phonon.html">pymatgen.phonon package</a></li> <li class="toctree-l4"><a class="reference internal" href="pymatgen.symmetry.html">pymatgen.symmetry package</a></li> <li class="toctree-l4"><a class="reference internal" href="pymatgen.transformations.html">pymatgen.transformations package</a></li> <li class="toctree-l4"><a class="reference internal" href="pymatgen.util.html">pymatgen.util package</a></li> <li class="toctree-l4"><a class="reference internal" href="pymatgen.vis.html">pymatgen.vis package</a></li> </ul> </li> <li class="toctree-l3"><a class="reference internal" href="pymatgen.html#submodules">Submodules</a></li> </ul> </li> </ul> </li> </ul> </div> </div> </nav> <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" style="background: linear-gradient(0deg, rgba(23,63,162,1) 0%, rgba(0,70,192,1) 100%)" > <i data-toggle="wy-nav-top" class="fa fa-bars"></i> <a href="index.html">pymatgen</a> </nav> <div class="wy-nav-content"> <div class="rst-content style-external-links"> <div role="navigation" aria-label="Page navigation"> <ul class="wy-breadcrumbs"> <li><a href="index.html" class="icon icon-home"></a> &raquo;</li> <li><a href="modules.html">pymatgen</a> &raquo;</li> <li><a href="pymatgen.html">pymatgen namespace</a> &raquo;</li> <li>pymatgen.core package</li> <li class="wy-breadcrumbs-aside"> <a href="https://github.com/materialsproject/pymatgen/blob/master/docs_rst/pymatgen.core.rst" class="fa fa-github"> Edit on GitHub</a> </li> </ul> <hr/> </div> <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> <div itemprop="articleBody"> <section id="pymatgen-core-package"> <h1>pymatgen.core package<a class="headerlink" href="#pymatgen-core-package" title="Permalink to this headline"></a></h1> <section id="subpackages"> <h2>Subpackages<a class="headerlink" href="#subpackages" title="Permalink to this headline"></a></h2> <div class="toctree-wrapper compound"> </div> </section> <section id="submodules"> <h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this headline"></a></h2> <div class="toctree-wrapper compound"> <ul> <li class="toctree-l1"><a class="reference internal" href="pymatgen.core.bonds.html">pymatgen.core.bonds module</a></li> <li class="toctree-l1"><a class="reference internal" href="pymatgen.core.composition.html">pymatgen.core.composition module</a></li> <li class="toctree-l1"><a class="reference internal" href="pymatgen.core.interface.html">pymatgen.core.interface module</a></li> <li class="toctree-l1"><a class="reference internal" href="pymatgen.core.ion.html">pymatgen.core.ion module</a></li> <li class="toctree-l1"><a class="reference internal" href="pymatgen.core.lattice.html">pymatgen.core.lattice module</a></li> <li class="toctree-l1"><a class="reference internal" href="pymatgen.core.libxcfunc.html">pymatgen.core.libxcfunc module</a></li> <li class="toctree-l1"><a class="reference internal" href="pymatgen.core.molecular_orbitals.html">pymatgen.core.molecular_orbitals module</a></li> <li class="toctree-l1"><a class="reference internal" href="pymatgen.core.operations.html">pymatgen.core.operations module</a></li> <li class="toctree-l1"><a class="reference internal" href="pymatgen.core.periodic_table.html">pymatgen.core.periodic_table module</a></li> <li class="toctree-l1"><a class="reference internal" href="pymatgen.core.sites.html">pymatgen.core.sites module</a></li> <li class="toctree-l1"><a class="reference internal" href="pymatgen.core.spectrum.html">pymatgen.core.spectrum module</a></li> <li class="toctree-l1"><a class="reference internal" href="pymatgen.core.structure.html">pymatgen.core.structure module</a></li> <li class="toctree-l1"><a class="reference internal" href="pymatgen.core.surface.html">pymatgen.core.surface module</a></li> <li class="toctree-l1"><a class="reference internal" href="pymatgen.core.tensors.html">pymatgen.core.tensors module</a></li> <li class="toctree-l1"><a class="reference internal" href="pymatgen.core.trajectory.html">pymatgen.core.trajectory module</a></li> <li class="toctree-l1"><a class="reference internal" href="pymatgen.core.units.html">pymatgen.core.units module</a></li> <li class="toctree-l1"><a class="reference internal" href="pymatgen.core.xcfunc.html">pymatgen.core.xcfunc module</a></li> </ul> </div> </section> <section id="module-pymatgen.core"> <span id="module-contents"></span><h2>Module contents<a class="headerlink" href="#module-pymatgen.core" title="Permalink to this headline"></a></h2> <p>This package contains core modules and classes for representing structures and operations on them.</p> </section> </section> </div> </div> <footer> <hr/> <div role="contentinfo"> <p>&#169; Copyright 2011, Pymatgen Development Team.</p> </div> Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>. </footer> </div> </div> </section> </div> <script> jQuery(function () { SphinxRtdTheme.Navigation.enable(true); }); </script> <div class="footer">This page uses <a href="http://analytics.google.com/"> Google Analytics</a> to collect statistics. You can disable it by blocking the JavaScript coming from www.google-analytics.com. <script type="text/javascript"> (function() { var ga = document.createElement('script'); ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; ga.setAttribute('async', 'true'); document.documentElement.firstChild.appendChild(ga); })(); </script> </div> </body> </html>
materialsproject/pymatgen
docs/pymatgen.core.html
HTML
mit
10,952
<!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=".">dev / contrib:persistent-union-find 8.4.dev</a></li> <li class="active"><a href="">2014-11-19 01:43:01</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:persistent-union-find <small> 8.4.dev <span class="label label-danger">Lint error</span> </small> </h1> <p><em><script>document.write(moment("2014-11-19 01:43:01 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2014-11-19 01:43:01 UTC)</em><p> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>ruby lint.rb unstable ../unstable/packages/coq:contrib:persistent-union-find/coq:contrib:persistent-union-find.8.4.dev</code></dd> <dt>Return code</dt> <dd>256</dd> <dt>Duration</dt> <dd>0 s</dd> <dt>Output</dt> <dd><pre>You should specify the license to make your package public, if possible an open-source one. For example: license: &quot;MIT&quot; </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>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</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>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>Data not available in this bench.</p> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io-old
clean/Linux-x86_64-4.01.0-1.2.0/unstable/dev/contrib:persistent-union-find/8.4.dev/2014-11-19_01-43-01.html
HTML
mit
5,420
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.6.0_27) on Thu Jan 23 20:13:07 EST 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="utf-8"> <title>Uses of Interface org.apache.lucene.facet.taxonomy.TaxonomyWriter (Lucene 4.6.1 API)</title> <meta name="date" content="2014-01-23"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Interface org.apache.lucene.facet.taxonomy.TaxonomyWriter (Lucene 4.6.1 API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/apache/lucene/facet/taxonomy/TaxonomyWriter.html" title="interface in org.apache.lucene.facet.taxonomy">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../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/apache/lucene/facet/taxonomy//class-useTaxonomyWriter.html" target="_top">FRAMES</a></li> <li><a href="TaxonomyWriter.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.apache.lucene.facet.taxonomy.TaxonomyWriter" class="title">Uses of Interface<br>org.apache.lucene.facet.taxonomy.TaxonomyWriter</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../../org/apache/lucene/facet/taxonomy/TaxonomyWriter.html" title="interface in org.apache.lucene.facet.taxonomy">TaxonomyWriter</a></span><span class="tabEnd">&nbsp;</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.apache.lucene.facet.associations">org.apache.lucene.facet.associations</a></td> <td class="colLast"> <div class="block">Allows associating arbitrary values with a category.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#org.apache.lucene.facet.index">org.apache.lucene.facet.index</a></td> <td class="colLast"> <div class="block">Facets indexing code.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="#org.apache.lucene.facet.taxonomy.directory">org.apache.lucene.facet.taxonomy.directory</a></td> <td class="colLast"> <div class="block">Taxonomy index implementation using on top of a Directory.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.apache.lucene.facet.associations"> <!-- --> </a> <h3>Uses of <a href="../../../../../../org/apache/lucene/facet/taxonomy/TaxonomyWriter.html" title="interface in org.apache.lucene.facet.taxonomy">TaxonomyWriter</a> in <a href="../../../../../../org/apache/lucene/facet/associations/package-summary.html">org.apache.lucene.facet.associations</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> <caption><span>Constructors in <a href="../../../../../../org/apache/lucene/facet/associations/package-summary.html">org.apache.lucene.facet.associations</a> with parameters of type <a href="../../../../../../org/apache/lucene/facet/taxonomy/TaxonomyWriter.html" title="interface in org.apache.lucene.facet.taxonomy">TaxonomyWriter</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colLast"><code><strong><a href="../../../../../../org/apache/lucene/facet/associations/AssociationsFacetFields.html#AssociationsFacetFields(org.apache.lucene.facet.taxonomy.TaxonomyWriter)">AssociationsFacetFields</a></strong>(<a href="../../../../../../org/apache/lucene/facet/taxonomy/TaxonomyWriter.html" title="interface in org.apache.lucene.facet.taxonomy">TaxonomyWriter</a>&nbsp;taxonomyWriter)</code> <div class="block">Constructs a new instance with the <a href="../../../../../../org/apache/lucene/facet/params/FacetIndexingParams.html#DEFAULT"><code>default</code></a> facet indexing params.</div> </td> </tr> <tr class="rowColor"> <td class="colLast"><code><strong><a href="../../../../../../org/apache/lucene/facet/associations/AssociationsFacetFields.html#AssociationsFacetFields(org.apache.lucene.facet.taxonomy.TaxonomyWriter, org.apache.lucene.facet.params.FacetIndexingParams)">AssociationsFacetFields</a></strong>(<a href="../../../../../../org/apache/lucene/facet/taxonomy/TaxonomyWriter.html" title="interface in org.apache.lucene.facet.taxonomy">TaxonomyWriter</a>&nbsp;taxonomyWriter, <a href="../../../../../../org/apache/lucene/facet/params/FacetIndexingParams.html" title="class in org.apache.lucene.facet.params">FacetIndexingParams</a>&nbsp;params)</code> <div class="block">Constructs a new instance with the given facet indexing params.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.lucene.facet.index"> <!-- --> </a> <h3>Uses of <a href="../../../../../../org/apache/lucene/facet/taxonomy/TaxonomyWriter.html" title="interface in org.apache.lucene.facet.taxonomy">TaxonomyWriter</a> in <a href="../../../../../../org/apache/lucene/facet/index/package-summary.html">org.apache.lucene.facet.index</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> <caption><span>Fields in <a href="../../../../../../org/apache/lucene/facet/index/package-summary.html">org.apache.lucene.facet.index</a> declared as <a href="../../../../../../org/apache/lucene/facet/taxonomy/TaxonomyWriter.html" title="interface in org.apache.lucene.facet.taxonomy">TaxonomyWriter</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>protected <a href="../../../../../../org/apache/lucene/facet/taxonomy/TaxonomyWriter.html" title="interface in org.apache.lucene.facet.taxonomy">TaxonomyWriter</a></code></td> <td class="colLast"><span class="strong">FacetFields.</span><code><strong><a href="../../../../../../org/apache/lucene/facet/index/FacetFields.html#taxonomyWriter">taxonomyWriter</a></strong></code>&nbsp;</td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> <caption><span>Constructors in <a href="../../../../../../org/apache/lucene/facet/index/package-summary.html">org.apache.lucene.facet.index</a> with parameters of type <a href="../../../../../../org/apache/lucene/facet/taxonomy/TaxonomyWriter.html" title="interface in org.apache.lucene.facet.taxonomy">TaxonomyWriter</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colLast"><code><strong><a href="../../../../../../org/apache/lucene/facet/index/CountingListBuilder.html#CountingListBuilder(org.apache.lucene.facet.params.CategoryListParams, org.apache.lucene.facet.params.FacetIndexingParams, org.apache.lucene.facet.taxonomy.TaxonomyWriter)">CountingListBuilder</a></strong>(<a href="../../../../../../org/apache/lucene/facet/params/CategoryListParams.html" title="class in org.apache.lucene.facet.params">CategoryListParams</a>&nbsp;categoryListParams, <a href="../../../../../../org/apache/lucene/facet/params/FacetIndexingParams.html" title="class in org.apache.lucene.facet.params">FacetIndexingParams</a>&nbsp;indexingParams, <a href="../../../../../../org/apache/lucene/facet/taxonomy/TaxonomyWriter.html" title="interface in org.apache.lucene.facet.taxonomy">TaxonomyWriter</a>&nbsp;taxoWriter)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colLast"><code><strong><a href="../../../../../../org/apache/lucene/facet/index/FacetFields.html#FacetFields(org.apache.lucene.facet.taxonomy.TaxonomyWriter)">FacetFields</a></strong>(<a href="../../../../../../org/apache/lucene/facet/taxonomy/TaxonomyWriter.html" title="interface in org.apache.lucene.facet.taxonomy">TaxonomyWriter</a>&nbsp;taxonomyWriter)</code> <div class="block">Constructs a new instance with the <a href="../../../../../../org/apache/lucene/facet/params/FacetIndexingParams.html#DEFAULT"><code>default</code></a> facet indexing params.</div> </td> </tr> <tr class="altColor"> <td class="colLast"><code><strong><a href="../../../../../../org/apache/lucene/facet/index/FacetFields.html#FacetFields(org.apache.lucene.facet.taxonomy.TaxonomyWriter, org.apache.lucene.facet.params.FacetIndexingParams)">FacetFields</a></strong>(<a href="../../../../../../org/apache/lucene/facet/taxonomy/TaxonomyWriter.html" title="interface in org.apache.lucene.facet.taxonomy">TaxonomyWriter</a>&nbsp;taxonomyWriter, <a href="../../../../../../org/apache/lucene/facet/params/FacetIndexingParams.html" title="class in org.apache.lucene.facet.params">FacetIndexingParams</a>&nbsp;params)</code> <div class="block">Constructs a new instance with the given facet indexing params.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.lucene.facet.taxonomy.directory"> <!-- --> </a> <h3>Uses of <a href="../../../../../../org/apache/lucene/facet/taxonomy/TaxonomyWriter.html" title="interface in org.apache.lucene.facet.taxonomy">TaxonomyWriter</a> in <a href="../../../../../../org/apache/lucene/facet/taxonomy/directory/package-summary.html">org.apache.lucene.facet.taxonomy.directory</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../../../../org/apache/lucene/facet/taxonomy/directory/package-summary.html">org.apache.lucene.facet.taxonomy.directory</a> that implement <a href="../../../../../../org/apache/lucene/facet/taxonomy/TaxonomyWriter.html" title="interface in org.apache.lucene.facet.taxonomy">TaxonomyWriter</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/lucene/facet/taxonomy/directory/DirectoryTaxonomyWriter.html" title="class in org.apache.lucene.facet.taxonomy.directory">DirectoryTaxonomyWriter</a></strong></code> <div class="block"><a href="../../../../../../org/apache/lucene/facet/taxonomy/TaxonomyWriter.html" title="interface in org.apache.lucene.facet.taxonomy"><code>TaxonomyWriter</code></a> which uses a <a href="../../../../../../../core/org/apache/lucene/store/Directory.html?is-external=true" title="class or interface in org.apache.lucene.store"><code>Directory</code></a> to store the taxonomy information on disk, and keeps an additional in-memory cache of some or all categories.</div> </td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/apache/lucene/facet/taxonomy/TaxonomyWriter.html" title="interface in org.apache.lucene.facet.taxonomy">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../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/apache/lucene/facet/taxonomy//class-useTaxonomyWriter.html" target="_top">FRAMES</a></li> <li><a href="TaxonomyWriter.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 &copy; 2000-2014 Apache Software Foundation. All Rights Reserved.</i> <script src='../../../../../../prettify.js' type='text/javascript'></script> <script type='text/javascript'> (function(){ var oldonload = window.onload; if (typeof oldonload != 'function') { window.onload = prettyPrint; } else { window.onload = function() { oldonload(); prettyPrint(); } } })(); </script> </small></p> </body> </html>
OrlandoLee/ForYou
lucene/lib/lucene-4.6.1/docs/facet/org/apache/lucene/facet/taxonomy/class-use/TaxonomyWriter.html
HTML
mit
14,786
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> <title>Demers Cartogram</title> <!--[if lte IE 8]><script src="../../../r2d3.v2.js"></script><![endif]--> <!--[if gte IE 9]><!--> <script src="../../../lib/d3/d3.v2.js"></script> <!--<![endif]--> <link type="text/css" rel="stylesheet" href="demers.css"/> </head> <body> <div id="chart"></div> <script type="text/javascript" src="demers.js"></script> </body> </html>
landonwilkins/r2d3
examples/d3_examples/cartogram/demers.html
HTML
mit
508
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> </head> <body> <script src="https://raw.githack.com/es-shims/es5-shim/master/es5-shim.min.js"></script> <script src="https://raw.githack.com/regularjs/regular/v0.5.2/dist/regular.js"></script> <script src="./rgui.min.js"></script> </body> </html>
YDFE/build
index.html
HTML
mit
354
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>mathcomp-character: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / extra-dev</a></li> <li class="active"><a href="">dev / mathcomp-character - 1.6.1</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> mathcomp-character <small> 1.6.1 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2021-10-27 02:59:51 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-10-27 02:59:51 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-gmp 3 Virtual package relying on a GMP lib system installation coq dev Formal proof management system dune 2.9.1 Fast, portable, and opinionated build system ocaml 4.12.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.12.0 Official release 4.12.0 ocaml-config 2 OCaml Switch Configuration ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled ocamlfind 1.9.1 A library manager for OCaml zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: &quot;2.0&quot; name: &quot;coq-mathcomp-character&quot; version: &quot;1.6.1&quot; maintainer: &quot;Mathematical Components &lt;mathcomp-dev@sympa.inria.fr&gt;&quot; homepage: &quot;http://ssr.msr-inria.inria.fr/&quot; bug-reports: &quot;Mathematical Components &lt;mathcomp-dev@sympa.inria.fr&gt;&quot; license: &quot;CeCILL-B&quot; build: [ make &quot;-C&quot; &quot;mathcomp/character&quot; &quot;-j&quot; &quot;%{jobs}%&quot; ] install: [ make &quot;-C&quot; &quot;mathcomp/character&quot; &quot;install&quot; ] remove: [ &quot;sh&quot; &quot;-c&quot; &quot;rm -rf &#39;%{lib}%/coq/user-contrib/mathcomp/character&#39;&quot; ] depends: [ &quot;ocaml&quot; &quot;coq-mathcomp-field&quot; {= &quot;1.6.1&quot;} ] tags: [ &quot;keyword:algebra&quot; &quot;keyword:character&quot; &quot;keyword:small scale reflection&quot; &quot;keyword:mathematical components&quot; &quot;keyword:odd order theorem&quot; ] authors: [ &quot;Jeremy Avigad &lt;&gt;&quot; &quot;Andrea Asperti &lt;&gt;&quot; &quot;Stephane Le Roux &lt;&gt;&quot; &quot;Yves Bertot &lt;&gt;&quot; &quot;Laurence Rideau &lt;&gt;&quot; &quot;Enrico Tassi &lt;&gt;&quot; &quot;Ioana Pasca &lt;&gt;&quot; &quot;Georges Gonthier &lt;&gt;&quot; &quot;Sidi Ould Biha &lt;&gt;&quot; &quot;Cyril Cohen &lt;&gt;&quot; &quot;Francois Garillot &lt;&gt;&quot; &quot;Alexey Solovyev &lt;&gt;&quot; &quot;Russell O&#39;Connor &lt;&gt;&quot; &quot;Laurent Théry &lt;&gt;&quot; &quot;Assia Mahboubi &lt;&gt;&quot; ] synopsis: &quot;Mathematical Components Library on character theory&quot; description: &quot;&quot;&quot; This library contains definitions and theorems about group representations, characters and class functions.&quot;&quot;&quot; url { src: &quot;http://github.com/math-comp/math-comp/archive/mathcomp-1.6.1.tar.gz&quot; checksum: &quot;md5=10d8a17134ddb509b4afa8d3243ee1a0&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-mathcomp-character.1.6.1 coq.dev</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is dev). The following dependencies couldn&#39;t be met: - coq-mathcomp-character -&gt; coq-mathcomp-field = 1.6.1 -&gt; coq-mathcomp-solvable = 1.6.1 -&gt; coq-mathcomp-algebra = 1.6.1 -&gt; coq-mathcomp-fingroup = 1.6.1 -&gt; coq-mathcomp-ssreflect = 1.6.1 -&gt; coq &lt; 8.7~ -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-mathcomp-character.1.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"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.12.0-2.0.8/extra-dev/dev/mathcomp-character/1.6.1.html
HTML
mit
8,018
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>metacoq-pcuic: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.13.1 / metacoq-pcuic - 1.0~alpha1+8.8</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> metacoq-pcuic <small> 1.0~alpha1+8.8 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-03-08 23:20:38 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-03-08 23:20:38 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-gmp 4 Virtual package relying on a GMP lib system installation coq 8.13.1 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.05.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.05.0 Official 4.05.0 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.3 A library manager for OCaml zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;matthieu.sozeau@inria.fr&quot; homepage: &quot;https://metacoq.github.io/metacoq&quot; dev-repo: &quot;git+https://github.com/MetaCoq/metacoq.git#coq-8.8&quot; bug-reports: &quot;https://github.com/MetaCoq/metacoq/issues&quot; authors: [&quot;Abhishek Anand &lt;aa755@cs.cornell.edu&gt;&quot; &quot;Simon Boulier &lt;simon.boulier@inria.fr&gt;&quot; &quot;Cyril Cohen &lt;cyril.cohen@inria.fr&gt;&quot; &quot;Yannick Forster &lt;forster@ps.uni-saarland.de&gt;&quot; &quot;Fabian Kunze &lt;fkunze@fakusb.de&gt;&quot; &quot;Gregory Malecha &lt;gmalecha@gmail.com&gt;&quot; &quot;Matthieu Sozeau &lt;matthieu.sozeau@inria.fr&gt;&quot; &quot;Nicolas Tabareau &lt;nicolas.tabareau@inria.fr&gt;&quot; &quot;Théo Winterhalter &lt;theo.winterhalter@inria.fr&gt;&quot; ] license: &quot;MIT&quot; build: [ [&quot;sh&quot; &quot;./configure.sh&quot;] [make &quot;-j%{jobs}%&quot; &quot;-C&quot; &quot;pcuic&quot;] ] install: [ [make &quot;-C&quot; &quot;pcuic&quot; &quot;install&quot;] ] depends: [ &quot;ocaml&quot; {&gt; &quot;4.02.3&quot;} &quot;coq&quot; {&gt;= &quot;8.8&quot; &amp; &lt; &quot;8.9~&quot;} &quot;coq-equations&quot; {&gt;= &quot;1.2&quot;} &quot;coq-metacoq-template&quot; {= version} &quot;coq-metacoq-checker&quot; {= version} ] synopsis: &quot;A type system equivalent to Coq&#39;s and its metatheory&quot; description: &quot;&quot;&quot; MetaCoq is a meta-programming framework for Coq. The PCUIC module provides a cleaned-up specification of Coq&#39;s typing algorithm along with a certified typechecker for it. This module includes the standard metatheory of PCUIC: Weakening, Substitution, Confluence and Subject Reduction are proven here. &quot;&quot;&quot; url { src: &quot;https://github.com/MetaCoq/metacoq/archive/1.0-alpha+8.8.tar.gz&quot; checksum: &quot;sha256=c2fe122ad30849e99c1e5c100af5490cef0e94246f8eb83f6df3f2ccf9edfc04&quot; }</pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-metacoq-pcuic.1.0~alpha1+8.8 coq.8.13.1</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.13.1). The following dependencies couldn&#39;t be met: - coq-metacoq-pcuic -&gt; coq-metacoq-checker &lt; 1.0~alpha1+8.9 -&gt; coq &lt; 8.9~ -&gt; ocaml &lt; 4.03.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-metacoq-pcuic.1.0~alpha1+8.8</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.05.0-2.0.1/released/8.13.1/metacoq-pcuic/1.0~alpha1+8.8.html
HTML
mit
8,043
<p> Idag hade vi vår sista lektion. Vi hoppas att ni tyckte att det var lite kul och att ni nu är inspirerade att lära er ännu mer om programmering. </p> <p> Den här hemsidan kommer att vara kvar i en vecka till och kommer antagligen att tas ner efter det. Har ni program bland era filer här som ni vill spara får ni därför se till att spara dem någon annanstans nu. </p>
ArVID220u/judge
blog/blogpost17/content.html
HTML
mit
382
<div class="pos(fixed) top(0) right(0) bottom(0) left(0) bg(biscay) o(0.9)"></div> <div class="d(flex) fd(column) ai(center) pos(fixed) top(0) right(0) bottom(0) left(0) py(40px) ov(auto)"> <div class="w(1000px) bra(4px) bg(white) boxs(modal)"> <div class="bb(1) bc(geyser) btra(4px) p(20px) bg(catskill-white)"> <h1 class="lh(1.25) fw(400) fs(2rem)">Modificar Cliente Potencial</h1> </div> <lm-lead-form [lead]="lead" [submitButtonText]="'Guardar'" (onSubmit)="updateLead($event)" (onCancel)="cancel()"></lm-lead-form> </div> </div>
pabloalonsolopez/leadsmanagement
client/app/+leads/lead-edit.component.html
HTML
mit
578
<!DOCTYPE html> <html> <head> <title>Classe QPluginLoader</title> </head> <body> <p>Classe <b>QPluginLoader</b></p><p>Derivada de <a href='../QtCore/QObject.html'>QObject</a></p><p>Classes derivadas: <a href='.html'></a></p><p>Módulo <b>QtCore</b></p><p>Versão do Qt: <b>5,0,0</b></p><p>Construtor: QPluginLoader():new(QObject *=0 )</p><p>Construtor: QPluginLoader():new(QString, QObject *=0 )</p><p>Método: QPluginLoader():errorString( ) -> QString</p><p>Método: QPluginLoader():fileName( ) -> QString</p><p>Método: QPluginLoader():instance( ) -> QObject *</p><p>Método: QPluginLoader():isLoaded( ) -> bool</p><p>Método: QPluginLoader():load( ) -> bool</p><p>Método: QPluginLoader():loadHints( ) -> QLibrary::LoadHints</p><p>Método: QPluginLoader():setFileName(QString ) -> void</p><p>Método: QPluginLoader():setLoadHints(QLibrary::LoadHints ) -> void</p><p>Método: QPluginLoader():unload( ) -> bool</p><p>Método: QPluginLoader():staticInstances( ) -> QObjectList</p> </body> </html>
marcosgambeta/Qt5xHb
doc/QtCore/QPluginLoader.html
HTML
mit
996
{% extends "base.html" %} {% load static from staticfiles %} {% block css %} {{block.super}} <link rel="stylesheet" type="text/css" href="{% static 'css/contact.css' %}" /> {% endblock %} {% block content %} <h1>Contact Information</h1> <div id="content"> <h2>Mailing Address</h2> <div class = "section"> <p class="address"> Attn: MemorizeMe <br> Missouri State University <br> 901 South National Avenue <br> Springfield, MO 65897<br> </p> </div> <h2>Email Us</h2> <div class = "section"> <form class="centerForm" action="MAILTO:No Email At This Time" method="post" enctype="text/plain"> <p class="top" > Comments or questions: <br> </p> <fieldset> <label class="name" for="Name">Name:</label> <input type="text" class="textbox" name="Name" placeholder="First Last"><br> <label class="name" for="Email">Email:</label> <input type="text" class="textbox" name="mail" placeholder="sample@email.com" /><br> <label class="name" for="Message">Message:</label> <textarea placeholder="Max length is 250 characters" maxlength="250" name="Message" wrap="hard" rows="8" cols="50"></textarea><br> <div id="contactButtons"> <input type="submit" value="Send"><br> <input type="reset" value="Reset"><br> </div> </fieldset> </form> </div> </div> {% endblock %}
latreides/SE_Team3
flashcards/templates/contact_page.html
HTML
mit
1,773
{ "posts": [ { "url": "/chat/wanted/2018/01/01/WantedM.1514813128.A.9AA.html", "title": "啊~~~", "image": "https://i.imgur.com/GUHiHhC.jpg", "push": "21", "boo": "0", "date": "2018-01-01 21:25:26 +0800", "boardName": "汪踢 (Wanted)", "boardLink": "/category/wanted" } ] }
sunnyKiwi/JustCopy
tag/吃豆腐/json/index.html
HTML
mit
451
--- title: Turn-key Solution Engineering layout: default weight: 30 --- <p>Foresight Engineering has the ability to offer multi-discipline projects as turn-key solutions. Many clients like the convenience of dealing with one responsible company for a project. Foresight has good working relationships with various fabricators, suppliers and contractors to enable it to deliver total project solutions to its clients.</p> <p>Foresight appreciates the value in providing solutions that minimise on-site construction and commissioning works. Foresight can tailor solutions to achieve minimise on-site works and associated disruptions. Skid based solutions are becoming increasingly used throughout various industries, as they often provide the most cost effective solution by minimising production downtime risk and on-site costs, with the additional benefit of being relocatable for future site needs. Turn-key equipment such as packaged skid can be built and documented to each client&rsquo;s specific standards for the design, fabrication, testing and commissioning of the equipment.</p>
williammcrae/foresight
_services/turnkey.html
HTML
mit
1,089
<!DOCTYPE html> <html lang="en-us"> <head> <meta charset="UTF-8" /> <title>Restjs by daviesgeek</title> <meta name="viewport" content="width=device-width, initial-scale=1" /> <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css' /> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/unsemantic/1.1.3/unsemantic-grid-responsive.min.css" /> <link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen"> <link rel="stylesheet" type="text/css" href="stylesheets/main.css" media="screen" /> </head> <body> <header class="grid-parent grid-100"> <div class="img-holder grid-100"> <img src="images/logo.png" alt="RestJS logo" /> </div> <div class="grid-100"> <a class="btn" href="https://github.com/daviesgeek/restjs">View on GitHub</a> <a class="btn" href="https://github.com/daviesgeek/restjs/zipball/master">Download .zip</a> <a class="btn" href="https://github.com/daviesgeek/restjs/tarball/master">Download .tar.gz</a> </div> </header> <div class="grid-container"> <div class="grid-100"> <h1>RestJS</h1> <p><a href="https://circleci.com/gh/daviesgeek/restjs/tree/master"><img src="https://circleci.com/gh/daviesgeek/restjs/tree/master.svg?style=svg" alt="CircleCI"></a></p> <p><a href="https://saucelabs.com/u/restjs"><img src="https://saucelabs.com/browser-matrix/restjs.svg" alt="Sauce Test Status"></a></p> <h2>An “ORM” style library for consuming REST APIs on the frontend. Inspired by <a href="https://github.com/mgonto/restangular" target="_blank">Restangular</a>, RestJS is an easy, semantic, and flexible library for all HTTP use in the browser.</h2> <p>This is very much still a 1.0 version, so expect breaking changes and feature updates. It's also only been used in Chrome on OS X and PhantomJS, so it definitely needs more browser testing.</p> <p>If you'd like, fill out <a href="http://goo.gl/forms/K3noZAe0MX1j8OjT2">this form</a> to receive an invite to Slack.</p> <h3><a id="installing" class="anchor" href="#installing" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Installing</h3> <p>Install using <a href="http://bower.io">Bower</a>:</p> <div class="highlight highlight-source-js"><pre>bower install restjs</pre></div> <p>By default, the non-minified, non-polyfill version is set as <a href="https://github.com/bower/spec/blob/master/json.md#main">the <code>main</code> property</a> for the Bower package. The polyfill version includes <a href="https://babeljs.io/docs/usage/polyfill/">the Babel polyfill</a> in the source. Depending on what you're doing, you might need the polyfill to be included. Here's a quick example of how to use the polyfill version instead:</p> <div class="highlight highlight-source-js"><pre>{ <span class="pl-s"><span class="pl-pds">"</span>overrides<span class="pl-pds">"</span></span><span class="pl-k">:</span> { <span class="pl-s"><span class="pl-pds">"</span>restjs<span class="pl-pds">"</span></span><span class="pl-k">:</span> { <span class="pl-s"><span class="pl-pds">"</span>main<span class="pl-pds">"</span></span><span class="pl-k">:</span> [ <span class="pl-s"><span class="pl-pds">"</span>dist/rest.polyfill.js<span class="pl-pds">"</span></span> ] } } }</pre></div> <h3> <a id="usage" class="anchor" href="#usage" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Usage</h3> <h3> <a id="the-10-second-version" class="anchor" href="#the-10-second-version" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>The 10 second version</h3> <div class="highlight highlight-source-js"><pre> <span class="pl-c">// Create a model factory</span> <span class="pl-k">let</span> Doctor <span class="pl-k">=</span> <span class="pl-smi">Rest</span>.<span class="pl-en">factory</span>(<span class="pl-s"><span class="pl-pds">'</span>doctors<span class="pl-pds">'</span></span>) <span class="pl-c">// Create a new user, passing in the object as the first argument</span> <span class="pl-k">let</span> doctor <span class="pl-k">=</span> <span class="pl-smi">User</span>.<span class="pl-en">create</span>({id<span class="pl-k">:</span> <span class="pl-c1">11</span>, first<span class="pl-k">:</span> <span class="pl-s"><span class="pl-pds">"</span>Matt<span class="pl-pds">"</span></span>, last<span class="pl-k">:</span> <span class="pl-s"><span class="pl-pds">"</span>Smith<span class="pl-pds">"</span></span>}) <span class="pl-c">// Save it!</span> <span class="pl-smi">doctor</span>.<span class="pl-en">post</span>() <span class="pl-c">// Update something</span> <span class="pl-smi">doctor</span>.<span class="pl-c1">name</span> <span class="pl-k">=</span> <span class="pl-s"><span class="pl-pds">"</span>Matthew<span class="pl-pds">"</span></span> <span class="pl-smi">doctor</span>.<span class="pl-en">patch</span>() <span class="pl-c">// Get a list of users</span> <span class="pl-smi">Doctor</span>.<span class="pl-en">getList</span>().<span class="pl-en">then</span>(<span class="pl-k">function</span>(<span class="pl-smi">doctors</span>) { <span class="pl-c">// Do something with the array</span> }) </pre></div> <h2> <a id="development" class="anchor" href="#development" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Development</h2> <p>Run <code>npm install</code> to install all the build tools. <code>src/rest.js</code> contains all the source code. Run <code>npm run build</code> to run <a href="https://babeljs.io/">Babel</a> to compile for the browser.</p> <h3> <a id="tests" class="anchor" href="#tests" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Tests</h3> <p>RestJS uses <a href="https://karma-runner.github.io">Karma</a>, <a href="https://mochajs.org/">Mocha</a>, and <a href="http://chaijs.com/">Chai</a> for running tests. Run local tests with <code>npm run unit</code>. Running <code>npm run test</code> will first lint the files, then run all the tests on Sauce Labs using <a href="https://github.com/karma-runner/karma-sauce-launcher">karma-sauce-launcher</a>.</p> <h3> <a id="docs" class="anchor" href="#docs" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Docs</h3> <p>All docs are written using the <a href="http://usejsdoc.org/">JSDoc</a> syntax.</p> </div> </div> <footer></footer> </body> </html>
daviesgeek/restjs
docs/index-old.html
HTML
mit
6,950
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_91) on Sun Nov 25 10:15:16 IST 2018 --> <title>LinearTimeMNFinder</title> <meta name="date" content="2018-11-25"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="LinearTimeMNFinder"; } } catch(err) { } //--> var methods = {"i0":10,"i1":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../com/sl/algorithms/search/pigeonhole/ConstantSpaceDupFinder.html" title="class in com.sl.algorithms.search.pigeonhole"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li>Next&nbsp;Class</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?com/sl/algorithms/search/pigeonhole/LinearTimeMNFinder.html" target="_top">Frames</a></li> <li><a href="LinearTimeMNFinder.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">com.sl.algorithms.search.pigeonhole</div> <h2 title="Class LinearTimeMNFinder" class="title">Class LinearTimeMNFinder</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>com.sl.algorithms.search.pigeonhole.LinearTimeMNFinder</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> <dd><a href="../../../../../com/sl/algorithms/core/interfaces/search/pigeonhole/MissingNumberFinder.html" title="interface in com.sl.algorithms.core.interfaces.search.pigeonhole">MissingNumberFinder</a></dd> </dl> <hr> <br> <pre>public class <span class="typeNameLabel">LinearTimeMNFinder</span> extends java.lang.Object implements <a href="../../../../../com/sl/algorithms/core/interfaces/search/pigeonhole/MissingNumberFinder.html" title="interface in com.sl.algorithms.core.interfaces.search.pigeonhole">MissingNumberFinder</a></pre> <div class="block"><p>O(n) time and O(1) space algorithm to find the first missing positive number.</p></div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../com/sl/algorithms/core/interfaces/search/pigeonhole/MissingNumberFinder.html" title="interface in com.sl.algorithms.core.interfaces.search.pigeonhole"><code>MissingNumberFinder</code></a></dd> </dl> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../../../../com/sl/algorithms/search/pigeonhole/LinearTimeMNFinder.html#LinearTimeMNFinder--">LinearTimeMNFinder</a></span>()</code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/sl/algorithms/search/pigeonhole/LinearTimeMNFinder.html#findFirstMissingPositive-int:A-">findFirstMissingPositive</a></span>(int[]&nbsp;nums)</code> <div class="block"><br><a href="https://leetcode.com/problems/first-missing-positive/description/">First Missing Positive</a><br> <br><u>Approach (Reverse of Pigeonhole)</u>: you can 'n' balls, you put them into n+1 bins, one bin will remain empty.<br> <br>Phase-1: "approximate" sort to ensure the elements are at their rightful index e.g.</div> </td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/sl/algorithms/search/pigeonhole/LinearTimeMNFinder.html#findMissingNumber-int:A-">findMissingNumber</a></span>(int[]&nbsp;nums)</code> <div class="block"><br><u>Complexity</u>: O(n) time and O(1) space.<br> <br><u>Assumption</u>: no duplicates.<br> <br><u>Approach</u>: Because we know that 'nums' contains 'n' numbers and that it is missing exactly one number in the range [0..n-1], we can infer that 'n' definitely replaces the missing number in nums.<br> <br>Therefore, if we initialize an integer to 'n' and XOR it with every index and value, we will be left with the missing number.<br></div> </td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="LinearTimeMNFinder--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>LinearTimeMNFinder</h4> <pre>public&nbsp;LinearTimeMNFinder()</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="findFirstMissingPositive-int:A-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>findFirstMissingPositive</h4> <pre>public&nbsp;int&nbsp;findFirstMissingPositive(int[]&nbsp;nums)</pre> <div class="block"><br><a href="https://leetcode.com/problems/first-missing-positive/description/">First Missing Positive</a><br> <br><u>Approach (Reverse of Pigeonhole)</u>: you can 'n' balls, you put them into n+1 bins, one bin will remain empty.<br> <br>Phase-1: "approximate" sort to ensure the elements are at their rightful index e.g. 3 is at 3 <br>Phase-2: detect mis-match i.e. missing-number.<br> <br>Usefulness: can handle duplicates and space is constant.<br></div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../../com/sl/algorithms/core/interfaces/search/pigeonhole/MissingNumberFinder.html#findFirstMissingPositive-int:A-">findFirstMissingPositive</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../com/sl/algorithms/core/interfaces/search/pigeonhole/MissingNumberFinder.html" title="interface in com.sl.algorithms.core.interfaces.search.pigeonhole">MissingNumberFinder</a></code></dd> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>nums</code> - input array</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>first positive number missing from the array which can contain any integer</dd> </dl> </li> </ul> <a name="findMissingNumber-int:A-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>findMissingNumber</h4> <pre>public&nbsp;int&nbsp;findMissingNumber(int[]&nbsp;nums)</pre> <div class="block"><br><u>Complexity</u>: O(n) time and O(1) space.<br> <br><u>Assumption</u>: no duplicates.<br> <br><u>Approach</u>: Because we know that 'nums' contains 'n' numbers and that it is missing exactly one number in the range [0..n-1], we can infer that 'n' definitely replaces the missing number in nums.<br> <br>Therefore, if we initialize an integer to 'n' and XOR it with every index and value, we will be left with the missing number.<br></div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../../com/sl/algorithms/core/interfaces/search/pigeonhole/MissingNumberFinder.html#findMissingNumber-int:A-">findMissingNumber</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../com/sl/algorithms/core/interfaces/search/pigeonhole/MissingNumberFinder.html" title="interface in com.sl.algorithms.core.interfaces.search.pigeonhole">MissingNumberFinder</a></code></dd> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>nums</code> - input array</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>first non-negative missing number missing from the array which contains 0 to n numbers</dd> </dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../com/sl/algorithms/search/pigeonhole/ConstantSpaceDupFinder.html" title="class in com.sl.algorithms.search.pigeonhole"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li>Next&nbsp;Class</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?com/sl/algorithms/search/pigeonhole/LinearTimeMNFinder.html" target="_top">Frames</a></li> <li><a href="LinearTimeMNFinder.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
sachinlala/SimplifyLearning
docs/com/sl/algorithms/search/pigeonhole/LinearTimeMNFinder.html
HTML
mit
13,669
<!doctype html> <html xmlns:th="http://www.thymeleaf.org"> <head> <meta charset="UTF-8"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title></title> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" th:href="@{/webjars/bootstrap/3.3.6/css/bootstrap.min.css}"/> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap-theme.min.css" th:href="@{/webjars/bootstrap/3.3.6/css/bootstrap-theme.min.css}"/> </head> <body> <div class="container"> <h1>System</h1> <ul> <li>FFmpeg: <span th:text="${isFFmpeg}"></span></li> <li>PTx: <span th:text="${isPTx}"></span></li> <li>recpt1: <span th:text="${isRecpt1}"></span></li> <li>epgdump: <span th:text="${isEpgdump}"></span></li> <li>MongoDB: <span th:text="${isMongoDB}"></span></li> <li>Web Camera: <span th:text="${isWebCamera}"></span></li> </ul> <div th:text="${systemProperties}"></div> </div> <div id="bootstrap4-js" th:replace="bootstrap4-js :: bootstrap4-js"></div> </body> </html>
hirooka/chukasa
src/main/resources/templates/system.html
HTML
mit
1,152
<!doctype html> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang=""> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang=""> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie9" lang=""> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang=""> <!--<![endif]--> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title></title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="static/css/bootstrap.css"> <link rel="stylesheet" href="static/css/font-awesome.min.css"> <style> body { padding-top: 50px; padding-bottom: 20px; } </style> <link rel="stylesheet" href="static/css/main.css"> <script src="static/js/vendor/bootstrap.min.js"></script> <script src="static/js/vendor/modernizr-2.8.3-respond-1.4.2.min.js"></script> </head> <body> <nav class="navbar navbar-fixed-top navbar-inverse top-bar"> <div class="navber-inner"> <div class="container" style="height: 100%; min-height: 100%;"> <div class="row" style="height: 100px;"> <div class="navbar-header" style="width: 128px; height: 62px; margin-top: 19px;"> <a href="/"><img width="128" height="62" src="static/browsewiki.png" alt=""></a> </div> <a class="github-banner" href="https://github.com/theovasi/browsewiki"><i class="fa fa-github fa-2x" style="" aria-hidden="true"></i></a> </div> </div> </div> </nav> <div class="wrapper"> <div class="container" style="margin-top: 50px;"> <div class="row justify-content-center"> <form method="POST" id="sg-form" class="col-sm-5 col-md-push-1 form-group" action="{{ url_for('index') }}" style="padding: 0;"> <div style="padding: 0; margin-right: 20px;"> <button class="btn btn-block btn-raised btn-primary browse-button"><input type="submit" name="sgform" class="hidden">BROWSE</button> </div> {% if common_terms is defined %} <div class="common-terms shadow-depth-1"> Common terms: {{common_terms[0]}}, {{common_terms[1]}}, {{common_terms[2]}} </div> {% endif %} <div class="col-md-12" style="padding: 0; padding-right: 20px;"> <div class="cluster shadow-depth-1"> <div class="cluster-rep cluster-top"> {{ rep[0] }} - {{ rep[1] }} - {{ rep[2] }}</br> </div> <div class="cluster-bottom"> <div class="bottom-align-text cluster-count"> {{doc_count}} entries </div> </div> </div> </div> </form> <div class="col-sm-5 col-md-push-1" style="padding: 0;"> <form method="POST" id="search-form" class="menubar" style="padding: 0;" action="{{ url_for('index') }}"> <div style="width: 100%;">{{ search_form.query(placeholder="Search in cluster", class_="search-bar shadow-depth-1") }}</div> <!--<label class="btn btn-sm btn-success pull-right glyphicon glyphicon-search"></label>--> </form> {% if titles is defined %} <div class="document-wrapper"> {% for i in range(titles | length) %} <a href="https://el.wikipedia.org/wiki/{{ links[i] }}" class="document shadow-depth-bottom-1"> <div class="title">{{ titles[i] }}</div> <div class="summary">{{ summaries[i] }}</div> </a> {% endfor %} </div> <form role="form", id="page-form" method="POST" style="margin-top: 10px;"> <ul class="pagination pagination-sm justify-content-center pagination-list"> {% if pagination.current_page > 3 %} <li class="prev-page-button"><a href="{{ url_for_page(0) }}">First</a></li> {% endif %} {% if pagination.has_prev() %} <li class="prev-page-button"><a href="{{ url_for_page(pagination.current_page-1) }}">Previous</a></li> {% endif %} {% for i in pagination.iter_pages() %} {% if i == pagination.current_page %} <li class="page-button active"><a href="{{ url_for_page(i) }}">{{ i+1 }}</a></li> {% else %} <li class="page-button"><a href="{{ url_for_page(i) }}">{{ i+1 }}</a></li> {% endif %} {% endfor %} {% if pagination.has_next() %} <li class="next-page-button"><a href="{{ url_for_page(pagination.current_page+1) }}">Next</a></li> {% endif %} {% if pagination.current_page < pagination.n_pages() - 4 %} <li class="prev-page-button"><a href="{{ url_for_page(pagination.n_pages()-1) }}">Last</a></li> {% endif %} </ul> </form> {% endif %} </div> </div> </div> <!-- /container --> </div> <footer class="footer"> <div class="container" style="color: white; margin-top: 10px;"> <p>&copy; Theodoros Vasileiadis 2018</p> <a style="text-decoration: none; color:inherit;" href="mailto:someone@example.com?Subject=Hello%20again" target="_top"> <p><i class="fa fa-envelope-o" aria-hidden="true"></i> theo.vasileiadis.work@gmail.com</p> </a> </div> </footer> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script> <script>window.jQuery || document.write('<script src="static/js/vendor/jquery-1.11.2.min.js"><\/script>')</script> <script src="static/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-XXXXX-X','auto');ga('send','pageview'); </script> </body> </html>
theovasi/browsewiki
templates/result.html
HTML
mit
7,819
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_131-google-v7) on Wed May 09 11:21:01 PDT 2018 --> <title>JavaVersion</title> <meta name="date" content="2018-05-09"> <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="JavaVersion"; } } catch(err) { } //--> var methods = {"i0":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-all.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../org/robolectric/util/Function.html" title="interface in org.robolectric.util"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../org/robolectric/util/Join.html" title="class in org.robolectric.util"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?org/robolectric/util/JavaVersion.html" target="_top">Frames</a></li> <li><a href="JavaVersion.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">org.robolectric.util</div> <h2 title="Class JavaVersion" class="title">Class JavaVersion</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>org.robolectric.util.JavaVersion</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> <dd>java.lang.Comparable&lt;<a href="../../../org/robolectric/util/JavaVersion.html" title="class in org.robolectric.util">JavaVersion</a>&gt;</dd> </dl> <hr> <br> <pre>public class <span class="typeNameLabel">JavaVersion</span> extends java.lang.Object implements java.lang.Comparable&lt;<a href="../../../org/robolectric/util/JavaVersion.html" title="class in org.robolectric.util">JavaVersion</a>&gt;</pre> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../../org/robolectric/util/JavaVersion.html#JavaVersion-java.lang.String-">JavaVersion</a></span>(java.lang.String&nbsp;version)</code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/util/JavaVersion.html#compareTo-org.robolectric.util.JavaVersion-">compareTo</a></span>(<a href="../../../org/robolectric/util/JavaVersion.html" title="class in org.robolectric.util">JavaVersion</a>&nbsp;o)</code>&nbsp;</td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="JavaVersion-java.lang.String-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>JavaVersion</h4> <pre>public&nbsp;JavaVersion(java.lang.String&nbsp;version)</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="compareTo-org.robolectric.util.JavaVersion-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>compareTo</h4> <pre>public&nbsp;int&nbsp;compareTo(<a href="../../../org/robolectric/util/JavaVersion.html" title="class in org.robolectric.util">JavaVersion</a>&nbsp;o)</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code>compareTo</code>&nbsp;in interface&nbsp;<code>java.lang.Comparable&lt;<a href="../../../org/robolectric/util/JavaVersion.html" title="class in org.robolectric.util">JavaVersion</a>&gt;</code></dd> </dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-all.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage"><script type="text/javascript" src="../../../highlight.pack.js"></script> <script type="text/javascript"><!-- hljs.initHighlightingOnLoad(); //--></script></div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../org/robolectric/util/Function.html" title="interface in org.robolectric.util"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../org/robolectric/util/Join.html" title="class in org.robolectric.util"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?org/robolectric/util/JavaVersion.html" target="_top">Frames</a></li> <li><a href="JavaVersion.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
robolectric/robolectric.github.io
javadoc/4.0-alpha/org/robolectric/util/JavaVersion.html
HTML
mit
10,046
<!doctype html> <html lang="en" ng-app="momScavengerApp"> <head> <meta charset="utf-8"> <title>Mom's Scavenger List</title> <link rel="stylesheet" href="css/app.css"/> </head> <body ng-controller="MainCtrl"> <!-- View placeholder --> <div ng-view></div> <!-- In production use: <script src="//ajax.googleapis.com/ajax/libs/angularjs/1.0.7/angular.min.js"></script> --> <script src="lib/angular/angular.js"></script> <script> // (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ // (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), // m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) // })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); // ga('create', 'UA-10379928-16', 'lookaround.herokuapp.com'); // ga('send', 'pageview'); </script> </body> </html>
febvigrail/mom-list
site/index.html
HTML
mit
912
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>ip::address_v6::operator==</title> <link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.76.1"> <link rel="home" href="../../../boost_asio.html" title="Boost.Asio"> <link rel="up" href="../ip__address_v6.html" title="ip::address_v6"> <link rel="prev" href="operator_eq_.html" title="ip::address_v6::operator="> <link rel="next" href="operator_gt_.html" title="ip::address_v6::operator&gt;"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table cellpadding="2" width="100%"><tr> <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td> <td align="center"><a href="../../../../../index.html">Home</a></td> <td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td> <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td> <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td> <td align="center"><a href="../../../../../more/index.htm">More</a></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="operator_eq_.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ip__address_v6.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="operator_gt_.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="section"> <div class="titlepage"><div><div><h4 class="title"> <a name="boost_asio.reference.ip__address_v6.operator_eq__eq_"></a><a class="link" href="operator_eq__eq_.html" title="ip::address_v6::operator==">ip::address_v6::operator==</a> </h4></div></div></div> <p> <a class="indexterm" name="idp78793056"></a> Compare two addresses for equality. </p> <pre class="programlisting"><span class="keyword">friend</span> <span class="keyword">bool</span> <span class="keyword">operator</span><span class="special">==(</span> <span class="keyword">const</span> <span class="identifier">address_v6</span> <span class="special">&amp;</span> <span class="identifier">a1</span><span class="special">,</span> <span class="keyword">const</span> <span class="identifier">address_v6</span> <span class="special">&amp;</span> <span class="identifier">a2</span><span class="special">);</span> </pre> <h6> <a name="boost_asio.reference.ip__address_v6.operator_eq__eq_.h0"></a> <span><a name="boost_asio.reference.ip__address_v6.operator_eq__eq_.requirements"></a></span><a class="link" href="operator_eq__eq_.html#boost_asio.reference.ip__address_v6.operator_eq__eq_.requirements">Requirements</a> </h6> <p> <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/address_v6.hpp</code> </p> <p> <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code> </p> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright &#169; 2003-2015 Christopher M. Kohlhoff<p> Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>) </p> </div></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="operator_eq_.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ip__address_v6.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="operator_gt_.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
calvinfarias/IC2015-2
BOOST/boost_1_61_0/libs/asio/doc/html/boost_asio/reference/ip__address_v6/operator_eq__eq_.html
HTML
mit
4,180
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Code Coverage for /usr/local/bin/phpunit/php-code-coverage/CodeCoverage/Report/HTML/Renderer</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link href="../../../../../css/bootstrap.min.css" rel="stylesheet"> <link href="../../../../../css/style.css" rel="stylesheet"> <!--[if lt IE 9]> <script src="../../../../../js/html5shiv.min.js"></script> <script src="../../../../../js/respond.min.js"></script> <![endif]--> </head> <body> <header> <div class="container"> <div class="row"> <div class="col-md-12"> <ol class="breadcrumb"> <li><a href="../../../../../index.html">/usr/local/bin/phpunit</a></li> <li><a href="../../../../index.html">php-code-coverage</a></li> <li><a href="../../../index.html">CodeCoverage</a></li> <li><a href="../../index.html">Report</a></li> <li><a href="../index.html">HTML</a></li> <li class="active">Renderer</li> <li>(<a href="dashboard.html">Dashboard</a>)</li> </ol> </div> </div> </div> </header> <div class="container"> <table class="table table-bordered"> <thead> <tr> <td>&nbsp;</td> <td colspan="9"><div align="center"><strong>Code Coverage</strong></div></td> </tr> <tr> <td>&nbsp;</td> <td colspan="3"><div align="center"><strong>Lines</strong></div></td> <td colspan="3"><div align="center"><strong>Functions and Methods</strong></div></td> <td colspan="3"><div align="center"><strong>Classes and Traits</strong></div></td> </tr> </thead> <tbody> <tr> <td class="success">Total</td> <td class="success big"> <div class="progress"> <div class="progress-bar progress-bar-success" role="progressbar" aria-valuenow="100.00" aria-valuemin="0" aria-valuemax="100" style="width: 100.00%"> <span class="sr-only">100.00% covered (success)</span> </div> </div> </td> <td class="success small"><div align="right">100.00%</div></td> <td class="success small"><div align="right">0&nbsp;/&nbsp;0</div></td> <td class="success big"> <div class="progress"> <div class="progress-bar progress-bar-success" role="progressbar" aria-valuenow="100.00" aria-valuemin="0" aria-valuemax="100" style="width: 100.00%"> <span class="sr-only">100.00% covered (success)</span> </div> </div> </td> <td class="success small"><div align="right">100.00%</div></td> <td class="success small"><div align="right">0&nbsp;/&nbsp;0</div></td> <td class="success big"> <div class="progress"> <div class="progress-bar progress-bar-success" role="progressbar" aria-valuenow="100.00" aria-valuemin="0" aria-valuemax="100" style="width: 100.00%"> <span class="sr-only">100.00% covered (success)</span> </div> </div> </td> <td class="success small"><div align="right"></div></td> <td class="success small"><div align="right">0&nbsp;/&nbsp;0</div></td> </tr> </tbody> </table> <footer> <hr/> <h4>Legend</h4> <p> <span class="danger"><strong>Low</strong>: 0% to 50%</span> <span class="warning"><strong>Medium</strong>: 50% to 90%</span> <span class="success"><strong>High</strong>: 90% to 100%</span> </p> <p> <small>Generated by <a href="http://github.com/sebastianbergmann/php-code-coverage" target="_top">PHP_CodeCoverage 3.0.1</a> using <a href="http://php.net/" target="_top">PHP 5.6.14-1+deb.sury.org~trusty+1</a> and <a href="http://phpunit.de/">PHPUnit 5.0.8</a> at Tue Oct 27 1:46:36 CET 2015.</small> </p> </footer> </div> <script src="../../../../../js/jquery.min.js" type="text/javascript"></script> <script src="../../../../../js/bootstrap.min.js" type="text/javascript"></script> <script src="../../../../../js/holder.min.js" type="text/javascript"></script> </body> </html>
fynrir/youjqtube
report/php-code-coverage/CodeCoverage/Report/HTML/Renderer/index.html
HTML
mit
4,039
<!DOCTYPE html> <html lang='en'> <head> <meta charset='utf-8'> <meta name='viewport' content='width=device-width, initial-scale=1'> <meta name='description' content='Hello world . Processed by unicode2rstsubs.py, part of Docutils: . -- . Processed by unicode2rstsubs.py, part of Docutils: . -- This is a demo for pyweb First, we have to define the program, let call it hello.cpp: hello.cpp (1) = →header files for program (2) int main(int argc, const char* [] argv) { →print the message (3) } ◊ hello.cpp (1). Header Files Basically, we only need a header file which handles the output of the message, namely std::cout:'> <meta name='theme-color' content='#44ccff'> <meta property='og:title' content='Hello world with Literate Programming • Dang-Khoa'> <meta property='og:description' content='Hello world . Processed by unicode2rstsubs.py, part of Docutils: . -- . Processed by unicode2rstsubs.py, part of Docutils: . -- This is a demo for pyweb First, we have to define the program, let call it hello.cpp: hello.cpp (1) = →header files for program (2) int main(int argc, const char* [] argv) { →print the message (3) } ◊ hello.cpp (1). Header Files Basically, we only need a header file which handles the output of the message, namely std::cout:'> <meta property='og:url' content='http://dangkhoasdc.github.io/docs/a/'> <meta property='og:site_name' content='Dang-Khoa&#39;s blog '> <meta property='og:type' content='article'><meta property='og:image' content='https://www.gravatar.com/avatar/ff98eba7ca4592a175b13bd623f28f0c?s=256'><meta property='article:author' content='https://facebook.com/dangkhoasdc'><meta property='article:section' content='Docs'><meta property='article:published_time' content='2018-09-04T00:00:00Z'/><meta property='article:modified_time' content='2018-09-04T00:00:00Z'/><meta name='twitter:card' content='summary'><meta name='twitter:creator' content='@dksdc'> <meta name="generator" content="Hugo 0.53" /> <title>Hello world with Literate Programming • Dang-Khoa</title> <link rel='canonical' href='http://dangkhoasdc.github.io/docs/a/'> <link rel='icon' href='/favicon.ico'> <link rel='stylesheet' href='/assets/css/main.809149b6.css'><link rel='stylesheet' href='/css/custom.css'><style> :root{--color-accent:#44ccff;} </style> <script type="application/javascript"> var doNotTrack = false; if (!doNotTrack) { window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date; ga('create', 'UA-2381283-3', 'auto'); ga('send', 'pageview'); } </script> <script async src='https://www.google-analytics.com/analytics.js'></script> </head> <body class='page type-docs has-sidebar'> <div class='site'> <div id='sidebar' class='sidebar'> <a class='screen-reader-text' href='#main-menu'>Skip to Main Menu</a> <div class='container'><section class='widget widget-about sep-after'> <header> <div class='logo'> <a href='/'> <img src='/images/logo.svg'> </a> </div> <h2 class='title site-title '> Dang-Khoa&#39;s blog </h2> <div class='desc'> just another blog </div> </header> </section> <section class='widget widget-search sep-after'> <header> <h4 class='title widget-title'>Search</h4> </header> <form action='/search' id='search-form' class='search-form'> <label> <span class='screen-reader-text'>Search</span> <input id='search-term' class='search-term' type='search' name='q' placeholder='Search&hellip;'> </label></form> </section> <section class='widget widget-sidebar_menu sep-after'><nav id='sidebar-menu' class='menu sidebar-menu' aria-label='Sidebar Menu'> <div class='container'> <ul><li class='item'> <a href='/'>Home</a></li><li class='item'> <a href='/docs/'>Docs</a></li></ul> </div> </nav> </section><section class='widget widget-taxonomy_cloud sep-after'> <header> <h4 class='title widget-title'>Tags</h4> </header> <div class='container list-container'> <ul class='list taxonomy-cloud'><li> <a href='/tags/algorithms' style='font-size:1.25em'>algorithms</a> </li><li> <a href='/tags/android' style='font-size:1.5em'>android</a> </li><li> <a href='/tags/books' style='font-size:1.25em'>books</a> </li><li> <a href='/tags/computer-vision' style='font-size:1.25em'>computer vision</a> </li><li> <a href='/tags/history' style='font-size:1em'>history</a> </li><li> <a href='/tags/math' style='font-size:1em'>math</a> </li><li> <a href='/tags/matlab' style='font-size:1em'>matlab</a> </li><li> <a href='/tags/misc' style='font-size:1.25em'>misc</a> </li><li> <a href='/tags/notes' style='font-size:1.25em'>notes</a> </li><li> <a href='/tags/opencv' style='font-size:1.5em'>opencv</a> </li><li> <a href='/tags/programming' style='font-size:2em'>programming</a> </li><li> <a href='/tags/taocp' style='font-size:1.25em'>taocp</a> </li><li> <a href='/tags/visual-studio' style='font-size:1em'>visual studio</a> </li><li> <a href='/tags/windows' style='font-size:1em'>windows</a> </li></ul> </div> </section> </div> <div class='sidebar-overlay'></div> </div> <div class='main'> <nav id='main-menu' class='menu main-menu' aria-label='Main Menu'> <div class='container'> <a class='screen-reader-text' href='#content'>Skip to Content</a> <button id='sidebar-toggler' class='sidebar-toggler' aria-controls='sidebar'> <span class='screen-reader-text'>Toggle Sidebar</span> <span class='open'><svg class='icon' viewbox='0 0 24 24' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' aria-hidden='true'> <line x1="3" y1="12" x2="21" y2="12" /> <line x1="3" y1="6" x2="21" y2="6" /> <line x1="3" y1="18" x2="21" y2="18" /> </svg> </span> <span class='close'><svg class='icon' viewbox='0 0 24 24' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' aria-hidden='true'> <line x1="18" y1="6" x2="6" y2="18" /> <line x1="6" y1="6" x2="18" y2="18" /> </svg> </span> </button> <ul><li class='item'> <a href='/' class=""> <span>Home</span> </a> </li><li class='item'> <a href='/docs/' class=""> <span>Docs</span> </a> </li><li class='item'> <a href='/about-me/' class=""> <span>About Me</span> </a> </li><li class='item'> <a href='/vi/' class="vi"> <span>Tiếng Việt</span> </a> </li><li class='item'> <a href='/' class="en"> <span>English</span> </a> </li></ul> </div> </nav> <header id='header' class='header site-header'> <div class='container sep-after'> <div class='header-info'><p class='site-title title'>Dang-Khoa&#39;s blog </p><p class='desc site-desc'>just another blog</p> </div> </div> </header> <main id='content'> <article lang='en' class='entry'> <header class='header entry-header'> <div class='container sep-after'> <div class='header-info'> <h1 class='title'>Hello world with Literate Programming</h1> </div> <div class='entry-meta'> <span class='posted-on'><svg class='icon' viewbox='0 0 24 24' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' aria-hidden='true'> <rect x="3" y="4" width="18" height="18" rx="2" ry="2"/> <line x1="16" y1="2" x2="16" y2="6"/> <line x1="8" y1="2" x2="8" y2="6"/> <line x1="3" y1="10" x2="21" y2="10"/> </svg> <span class='screen-reader-text'>Posted on </span> <time class='entry-date' datetime='2018-09-04T00:00:00Z'>2018, Sep 04</time> </span> <span class='byline'><svg class='icon' viewbox='0 0 24 24' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' aria-hidden='true'> <path d="M21,21V20c0-2.76-4-5-9-5s-9,2.24-9,5v1"/> <path d="M16,6.37A4,4,0,1,1,12.63,3,4,4,0,0,1,16,6.37Z"/> </svg> <span class='screen-reader-text'> by </span><a href='/authors/khoa'>Dang-Khoa</a></span> <span class='reading-time'><svg class='icon' viewbox='0 0 24 24' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' aria-hidden='true'> <circle cx="12" cy="12" r="10"/> <polyline points="12 6 12 12 15 15"/> </svg> One min read </span> </div> </div> </header> <div class='container entry-content'> <div class="document" id="hello-world"> <h1 class="title">Hello world</h1> <!-- This data file has been placed in the public domain. --> <!-- Derived from the Unicode character mappings available from <http://www.w3.org/2003/entities/xml/>. Processed by unicode2rstsubs.py, part of Docutils: <http://docutils.sourceforge.net>. --> <!-- This data file has been placed in the public domain. --> <!-- Derived from the Unicode character mappings available from <http://www.w3.org/2003/entities/xml/>. Processed by unicode2rstsubs.py, part of Docutils: <http://docutils.sourceforge.net>. --> <p>This is a demo for <cite>pyweb</cite></p> <p>First, we have to define the program, let call it <cite>hello.cpp</cite>:</p> <p class="rubric" id="id1">hello.cpp (1) =</p> <pre class="code literal-block"> →header files for program (<a class="reference internal" href="#id2">2</a>) <span class="src">int main(int argc, const char* [] argv) {</span> →print the message (<a class="reference internal" href="#id3">3</a>) <span class="src">}</span> </pre> <!-- --> <blockquote> <p class="small">◊ <em>hello.cpp (1)</em>.</p> </blockquote> <div class="section" id="header-files"> <h2>Header Files</h2> <p>Basically, we only need a header file which handles the output of the message, namely <cite>std::cout</cite>:</p> <p class="rubric" id="id2">header files for program (2) =</p> <pre class="code literal-block"> #include &lt;iostream&gt; using namespace std; </pre> <!-- --> <blockquote> <p class="small">◊ <em>header files for program (2)</em>. Used by: hello.cpp (<a class="reference internal" href="#id1">1</a>)</p> </blockquote> </div> <div class="section" id="messages"> <h2>Messages</h2> <p>To print the message <cite>Hello world</cite>, we simply put the output to the argument of <cite>std::cout</cite>:</p> <p class="rubric" id="id3">print the message (3) =</p> <pre class="code literal-block"> cout &lt;&lt; &quot;Hello world&quot; &lt;&lt; endl; </pre> <!-- --> <blockquote> <p class="small">◊ <em>print the message (3)</em>. Used by: hello.cpp (<a class="reference internal" href="#id1">1</a>)</p> </blockquote> <p>It is done.</p> </div> </div> </div> <footer class='entry-footer'> <div class='container sep-before'> </div> </footer> </article> <nav class='entry-nav'> <div class='container'><div class='prev-entry sep-before'> <a href='/docs/opencv3_nonfree/'> <span aria-hidden='true'><svg class='icon' viewbox='0 0 24 24' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' aria-hidden='true'> <line x1="20" y1="12" x2="4" y2="12"/> <polyline points="10 18 4 12 10 6"/> </svg> Previous</span> <span class='screen-reader-text'>Previous post: </span>Install OpenCV 3 non-free module on Ubuntu</a> </div></div> </nav> <section id='comments' class='comments'> <div class='container sep-before'> <div class='comments-area'><div id="disqus_thread"></div> <script type="application/javascript"> var disqus_config = function () { }; (function() { if (["localhost", "127.0.0.1"].indexOf(window.location.hostname) != -1) { document.getElementById('disqus_thread').innerHTML = 'Disqus comments not available by default when the website is previewed locally.'; return; } var d = document, s = d.createElement('script'); s.async = true; s.src = '//' + "httpdangkhoasdcgithubio" + '.disqus.com/embed.js'; s.setAttribute('data-timestamp', +new Date()); (d.head || d.body).appendChild(s); })(); </script> <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript> <a href="https://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a> </div> </div> </section> </main> <footer id='footer' class='footer'> <div class='container sep-before'><section class='widget widget-social_menu sep-after'><nav aria-label='Social Menu'> <ul><li> <a href='https://github.com/dangkhoasdc' target='_blank' rel='noopener'> <span class='screen-reader-text'>Open Github account in new tab</span><svg class='icon' viewbox='0 0 24 24' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' aria-hidden='true'> <path d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22"/> </svg> </a> </li><li> <a href='mailto:letan.dangkhoa@gmail.com' target='_blank' rel='noopener'> <span class='screen-reader-text'>Contact via Email</span><svg class='icon' viewbox='0 0 24 24' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' aria-hidden='true'> <path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"/> <polyline points="22,6 12,13 2,6"/> </svg> </a> </li></ul> </nav> </section><div class='copyright'> <p>&amp;copy; 2017 Dang-Khoa</p> </div> </div> </footer> </div> </div><script>window.__public_path__='http:\/\/dangkhoasdc.github.io\/assets\/js\/'</script> <script src='http://dangkhoasdc.github.io/assets/js/main.68cb493a.js'></script><script src='/js/custom.js'></script><script type='text/x-mathjax-config'> MathJax.Hub.Config({"tex2jax":{"inlineMath":[["$","$"],["\\(","\\)"]],"processEscapes":true}}) </script> <script type='text/javascript' async src='//unpkg.com/mathjax/MathJax.js?config=TeX-MML-AM_CHTML'></script> </body> </html>
dangkhoasdc/dangkhoasdc.github.io
docs/a/index.html
HTML
mit
14,246
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>void: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.14.0 / void - 0.1.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> void <small> 0.1.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-12-23 01:13:15 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-23 01:13:15 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-gmp 3 Virtual package relying on a GMP lib system installation coq 8.14.0 Formal proof management system dune 2.9.1 Fast, portable, and opinionated build system ocaml 4.10.2 The OCaml compiler (virtual package) ocaml-base-compiler 4.10.2 Official release 4.10.2 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;arthur.aa@gmail.com&quot; homepage: &quot;https://github.com/arthuraa/coq-void&quot; dev-repo: &quot;git+https://github.com/arthuraa/coq-void.git&quot; bug-reports: &quot;https://github.com/arthuraa/coq-void/issues&quot; authors: [&quot;Arthur Azevedo de Amorim&quot;] license: &quot;MIT&quot; build: [ [make &quot;-j%{jobs}%&quot;] ] install: [ [make &quot;install&quot;] ] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.9&quot; &amp; &lt; &quot;8.13~&quot;} &quot;coq-mathcomp-ssreflect&quot; {&gt;= &quot;1.9&quot; &amp; &lt; &quot;1.10~&quot;} ] tags: [ &quot;keyword:empty type&quot; &quot;keyword:class instances&quot; &quot;category:Computer Science/Data Types and Data Structures&quot; &quot;date:2019-10-08&quot; &quot;logpath:void&quot; ] synopsis: &quot;MathComp instances for the empty type (Empty_set)&quot; url { src: &quot;https://github.com/arthuraa/coq-void/archive/v0.1.0.tar.gz&quot; checksum: &quot;sha512=43184305ef9d76dae9cc2c8a4cfc4cf6f6689aa8c37e113e5ec338868a874821a02909ff3da7a93c92b2640bbd2e4610fe0c7c576f402bce5b73ea623e27ef4e&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-void.0.1.0 coq.8.14.0</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.14.0). The following dependencies couldn&#39;t be met: - coq-void -&gt; coq-mathcomp-ssreflect &lt; 1.10~ -&gt; coq &lt; 8.12~ -&gt; ocaml &lt; 4.10 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-void.0.1.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.10.2-2.0.6/released/8.14.0/void/0.1.0.html
HTML
mit
6,979
<!DOCTYPE HTML> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>SlickGrid example: Summary Footers</title> <link rel="stylesheet" href="../slick.grid.css" type="text/css"/> <link rel="stylesheet" href="../css/smoothness/jquery-ui-1.8.16.custom.css" type="text/css"/> <link rel="stylesheet" href="../themes/slick-birddog-theme.css" type="text/css"/> <link rel="stylesheet" href="../controls/slick.columnpicker.css" type="text/css"/> <link rel="stylesheet" href="../controls/slick.summaryfooter.css" type="text/css"/> <style> .cell-effort-driven { text-align: center; } .slick-group-title[level='0'] { font-weight: bold; } .slick-group-title[level='1'] { text-decoration: underline; } .slick-group-title[level='2'] { font-style: italic; } </style> </head> <body> <div style="position:relative"> <div style="width:600px;"> <div class="grid-header" style="width:100%"> <label>SlickGrid</label> </div> <div id="myGrid" style="width:100%;height:500px;"></div> <div id="footer" style="width:100%;height:20px;"></div> </div> <div class="options-panel" style="width:450px;"> <b>Options:</b> <hr/> <div style="padding:6px;"> <label style="width:200px;float:left">Show tasks with % at least: </label> <div style="padding:2px;"> <div style="width:100px;display:inline-block;" id="pcSlider"></div> </div> <br/><br/> <button onclick="loadData(50)">50 rows</button> <button onclick="loadData(50000)">50k rows</button> <button onclick="loadData(500000)">500k rows</button> <hr/> <button onclick="dataView.setGrouping([])">Clear grouping</button> <br/> <br/> <button onclick="dataView.collapseAllGroups()">Collapse all groups</button> <br/> <button onclick="dataView.expandAllGroups()">Expand all groups</button> <br/> </div> <hr/> <h2>Demonstrates:</h2> <ul> <li> Fully dynamic and interactive multi-level grouping with filtering and aggregates over <b>50'000</b> items<br> Each grouping level can have its own aggregates (over child rows, child groups, or all descendant rows).<br> Personally, this is just the coolest slickest thing I've ever seen done with DHTML grids! </li> </ul> </div> </div> <script src="../lib/firebugx.js"></script> <script src="../lib/jquery-1.7.min.js"></script> <script src="../lib/jquery-ui-1.8.16.custom.min.js"></script> <script src="../lib/jquery.event.drag-2.2.js"></script> <script src="../slick.core.js"></script> <script src="../slick.formatters.js"></script> <script src="../slick.editors.js"></script> <script src="../plugins/slick.cellrangedecorator.js"></script> <script src="../plugins/slick.cellrangeselector.js"></script> <script src="../plugins/slick.cellselectionmodel.js"></script> <script src="../slick.grid.js"></script> <script src="../slick.groupitemmetadataprovider.js"></script> <script src="../slick.dataview.js"></script> <script src="../controls/slick.columnpicker.js"></script> <script src="../controls/slick.summaryfooter.js"></script> <script> var dataView; var grid; var data = []; var columns = [ {id: "sel", name: "#", field: "num", cssClass: "cell-selection", width: 40, resizable: false, selectable: false, focusable: false, grouping: { getter: "num", formatter: function (g) { return "#: " + g.value + " <span style='color:green'>(" + g.count + " items)</span>"; }, aggregators: [ new Slick.Data.Aggregators.Avg("percentComplete"), new Slick.Data.Aggregators.Sum("cost") ], aggregateCollapsed: false } }, {id: "title", name: "Title", field: "title", width: 70, minWidth: 50, cssClass: "cell-title", sortable: true, editor: Slick.Editors.Text, grouping: { getter: "title", formatter: function (g) { return "Title: " + g.value + " <span style='color:green'>(" + g.count + " items)</span>"; }, aggregators: [ new Slick.Data.Aggregators.Avg("percentComplete"), new Slick.Data.Aggregators.Sum("cost") ], aggregateCollapsed: false } }, {id: "duration", name: "Duration", field: "duration", width: 70, sortable: true, groupTotalsFormatter: sumTotalsFormatter, grouping: { getter: "duration", formatter: function (g) { return "Duration: " + g.value + " <span style='color:green'>(" + g.count + " items)</span>"; }, aggregators: [ new Slick.Data.Aggregators.Avg("percentComplete"), new Slick.Data.Aggregators.Sum("cost") ], aggregateCollapsed: false }, summaryFormatter: durationFormatter }, {id: "percent", name: "% Complete", field: "percentComplete", width: 80, formatter: Slick.Formatters.PercentCompleteBar, sortable: true, groupTotalsFormatter: avgTotalsFormatter, grouping: { getter: "percentComplete", formatter: function (g) { return "% Complete: " + g.value + " <span style='color:green'>(" + g.count + " items)</span>"; }, aggregators: [ new Slick.Data.Aggregators.Avg("percentComplete") ], aggregateCollapsed: true, collapsed: true } }, {id: "start", name: "Start", field: "start", minWidth: 60, sortable: true, grouping: { getter: "start", formatter: function (g) { return "Start: " + g.value + " <span style='color:green'>(" + g.count + " items)</span>"; }, aggregators: [ new Slick.Data.Aggregators.Avg("percentComplete"), new Slick.Data.Aggregators.Sum("cost") ], aggregateCollapsed: false } }, {id: "finish", name: "Finish", field: "finish", minWidth: 60, sortable: true, grouping: { getter: "finish", formatter: function (g) { return "Finish: " + g.value + " <span style='color:green'>(" + g.count + " items)</span>"; }, aggregators: [ new Slick.Data.Aggregators.Avg("percentComplete"), new Slick.Data.Aggregators.Sum("cost") ], aggregateCollapsed: false } }, {id: "cost", name: "Cost", field: "cost", width: 90, sortable: true, groupTotalsFormatter: sumTotalsFormatter, grouping: { getter: "cost", formatter: function (g) { return "Cost: " + g.value + " <span style='color:green'>(" + g.count + " items)</span>"; }, aggregators: [ new Slick.Data.Aggregators.Avg("percentComplete"), new Slick.Data.Aggregators.Sum("cost") ], aggregateCollapsed: false }, summaryFormatter: costFormatter }, {id: "effort-driven", name: "Effort Driven", width: 80, minWidth: 20, maxWidth: 80, cssClass: "cell-effort-driven", field: "effortDriven", formatter: Slick.Formatters.Checkmark, sortable: true, grouping: { getter: "effortDriven", formatter :function (g) { return "Effort-Driven: " + (g.value ? "True" : "False") + " <span style='color:green'>(" + g.count + " items)</span>"; }, aggregators: [ new Slick.Data.Aggregators.Avg("percentComplete"), new Slick.Data.Aggregators.Sum("cost") ], collapsed: true } } ]; var options = { enableCellNavigation: true, enableDraggableGroupBy: true, editable: true }; var sortcol = "title"; var sortdir = 1; var percentCompleteThreshold = 0; var prevPercentCompleteThreshold = 0; function durationFormatter(value) { return ((Math.round(parseFloat(value)*100)/100)) + " hours"; } function costFormatter(value) { return "$" + ((Math.round(parseFloat(value)*100)/100)); } function avgTotalsFormatter(totals, columnDef) { var val = totals.avg && totals.avg[columnDef.field]; if (val != null) { return "avg: " + Math.round(val) + "%"; } return ""; } function sumTotalsFormatter(totals, columnDef) { var val = totals.sum && totals.sum[columnDef.field]; if (val != null) { return "total: " + ((Math.round(parseFloat(val)*100)/100)); } return ""; } function myFilter(item, args) { return item["percentComplete"] >= args.percentComplete; } function percentCompleteSort(a, b) { return a["percentComplete"] - b["percentComplete"]; } function comparer(a, b) { var x = a[sortcol], y = b[sortcol]; return (x == y ? 0 : (x > y ? 1 : -1)); } function loadData(count) { var someDates = ["01/01/2009", "02/02/2009", "03/03/2009"]; data = []; // prepare the data for (var i = 0; i < count; i++) { var d = (data[i] = {}); d["id"] = "id_" + i; d["num"] = i; d["title"] = "Task " + i; d["duration"] = Math.round(Math.random() * 14); d["percentComplete"] = Math.round(Math.random() * 100); d["start"] = someDates[ Math.floor((Math.random()*2)) ]; d["finish"] = someDates[ Math.floor((Math.random()*2)) ]; d["cost"] = Math.round(Math.random() * 10000) / 100; d["effortDriven"] = (i % 5 == 0); } dataView.setItems(data); } $(".grid-header .ui-icon") .addClass("ui-state-default ui-corner-all") .mouseover(function (e) { $(e.target).addClass("ui-state-hover") }) .mouseout(function (e) { $(e.target).removeClass("ui-state-hover") }); $(function () { var groupItemMetadataProvider = new Slick.Data.GroupItemMetadataProvider(); dataView = new Slick.Data.DataView({ groupItemMetadataProvider: groupItemMetadataProvider, inlineFilters: true }); grid = new Slick.Grid("#myGrid", dataView, columns, options); // register the group item metadata provider to add expand/collapse group handlers grid.registerPlugin(groupItemMetadataProvider); grid.setSelectionModel(new Slick.CellSelectionModel()); var summaryfooter = new Slick.Controls.SummaryFooter(dataView, grid, $("#footer")); var columnpicker = new Slick.Controls.ColumnPicker(columns, grid, options); grid.onSort.subscribe(function (e, args) { sortdir = args.sortAsc ? 1 : -1; sortcol = args.sortCol.field; if ($.browser.msie && $.browser.version <= 8) { // using temporary Object.prototype.toString override // more limited and does lexicographic sort only by default, but can be much faster var percentCompleteValueFn = function () { var val = this["percentComplete"]; if (val < 10) { return "00" + val; } else if (val < 100) { return "0" + val; } else { return val; } }; // use numeric sort of % and lexicographic for everything else dataView.fastSort((sortcol == "percentComplete") ? percentCompleteValueFn : sortcol, args.sortAsc); } else { // using native sort with comparer // preferred method but can be very slow in IE with huge datasets dataView.sort(comparer, args.sortAsc); } }); // wire up model events to drive the grid dataView.onRowCountChanged.subscribe(function (e, args) { grid.updateRowCount(); grid.render(); }); dataView.onRowsChanged.subscribe(function (e, args) { grid.invalidateRows(args.rows); grid.render(); }); var h_runfilters = null; // wire up the slider to apply the filter to the model $("#pcSlider,#pcSlider2").slider({ "range": "min", "slide": function (event, ui) { Slick.GlobalEditorLock.cancelCurrentEdit(); if (percentCompleteThreshold != ui.value) { window.clearTimeout(h_runfilters); h_runfilters = window.setTimeout(filterAndUpdate, 10); percentCompleteThreshold = ui.value; } } }); function filterAndUpdate() { var isNarrowing = percentCompleteThreshold > prevPercentCompleteThreshold; var isExpanding = percentCompleteThreshold < prevPercentCompleteThreshold; var renderedRange = grid.getRenderedRange(); dataView.setFilterArgs({ percentComplete: percentCompleteThreshold }); dataView.setRefreshHints({ ignoreDiffsBefore: renderedRange.top, ignoreDiffsAfter: renderedRange.bottom + 1, isFilterNarrowing: isNarrowing, isFilterExpanding: isExpanding }); dataView.refresh(); prevPercentCompleteThreshold = percentCompleteThreshold; } // initialize the model after all the events have been hooked up dataView.beginUpdate(); dataView.setFilter(myFilter); dataView.setFilterArgs({ percentComplete: percentCompleteThreshold }); loadData(50); dataView.endUpdate(); $("#gridContainer").resizable(); }) </script> </body> </html>
JonBons/SlickGrid-DraggableGrouping-SummaryFooters
examples/example-plugin-summaryfooters-grouping.html
HTML
mit
12,498
<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>條目&nbsp;</b></th><td class="std2">等閒視之</td></tr> <tr><th class="std1"><b>注音&nbsp;</b></th><td class="std2">ㄉㄥ<sup class="subfont">ˇ</sup> ㄒ|ㄢ<sup class="subfont">ˊ</sup> ㄕ<sup class="subfont">ˋ</sup> ㄓ</td></tr> <tr><th class="std1"><b>漢語拼音&nbsp;</b></th><td class="std2"><font class="english_word">děng xián shì zhī</font></td></tr> <tr><th class="std1"><b>釋義&nbsp;</b></th><td class="std2">以一般來看待。形容輕視。如:<img src=/cydic/dicword/fa40.gif border=0 alt=* class=fontimg valign=center>這個人很特殊,可不能等閒視之。<img src=/cydic/dicword/fa41.gif border=0 alt=* class=fontimg valign=center></td></tr> <tr><th class="std1"><b><font class="fltypefont">附錄</font>&nbsp;</b></th><td class="std2">修訂本參考資料</td></tr> </td></tr></table></div> <!-- flayoutclass_first --><div class="flayoutclass_second"></div> <!-- flayoutclass_second --></div> <!-- flayoutclass --></td></tr></table>
BuzzAcademy/idioms-moe-unformatted-data
all-data/11000-11999/11426-22.html
HTML
mit
1,310
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Example</title> <script src="../../dist/modular/js/core.js" type="text/javascript"></script> <link href="../../dist/modular/css/core.css" rel="stylesheet" type="text/css"> <link href="../../dist/modular/css/grid.css" rel="stylesheet" type="text/css"> <script src="../../dist/modular/js/grid.js"></script> </head> <body style="padding: 8px;"> <table id="grid"></table> <script> $('#grid').grid({ dataSource: '/Players/Get', headerFilter: true, columns: [ { field: 'ID', width: 56, filterable: false }, { field: 'Name' }, { field: 'PlaceOfBirth' } ] }); </script> </body> </html>
atatanasov/gijgo
examples/grid/Grid.HeaderFilter.headerFilter.Remote.DataSource.html
HTML
mit
760
<div class="confirm-view auth-view"> <div class="auth-form-container"> <div class="auth-form"> <div data-preloader data-ng-if="vm.isLoadInProcess" ></div> <div class="error-message"> <p class="error-text" data-ng-bind="vm.errorMessage" ></p> <p data-ng-if="vm.errorMessage" class="solution-message" > <span>Ви можете скористатися формою</span> <a ui-sref="forgot-password">відновлення</a> <span>паролю, або</span> <a ui-sref="login.signin">увійти</a> <span>на сайт.</span> </p> </div> </div> </div> </div>
komix/dreamtame-ui
app/login-state/confirm-email/confirm-email.view.html
HTML
mit
723
<div class="commune_descr limited"> <p> Envronville est un village localisé dans le département de Seine-Maritime en Haute-Normandie. On dénombrait 324 habitants en 2008.</p> <p>Si vous envisagez de emmenager à Envronville, vous pourrez aisément trouver une maison à acheter. </p> <p>La ville propose quelques équipements, elle dispose, entre autres, de un terrain de sport.</p> <p>À proximité de Envronville sont positionnées géographiquement les communes de <a href="{{VLROOT}}/immobilier/bermonville_76080/">Bermonville</a> à 3&nbsp;km, 446 habitants, <a href="{{VLROOT}}/immobilier/saint-pierre-lavis_76639/">Saint-Pierre-Lavis</a> à 2&nbsp;km, 152 habitants, <a href="{{VLROOT}}/immobilier/ancourteville-sur-hericourt_76009/">Ancourteville-sur-Héricourt</a> localisée à 3&nbsp;km, 215 habitants, <a href="{{VLROOT}}/immobilier/hericourt-en-caux_76355/">Héricourt-en-Caux</a> localisée à 4&nbsp;km, 925 habitants, <a href="{{VLROOT}}/immobilier/hautot-le-vatois_76347/">Hautot-le-Vatois</a> à 2&nbsp;km, 274 habitants, <a href="{{VLROOT}}/immobilier/ecretteville-les-baons_76225/">Écretteville-lès-Baons</a> située à 3&nbsp;km, 421 habitants, entre autres. De plus, Envronville est située à seulement 23&nbsp;km de <a href="{{VLROOT}}/immobilier/fecamp_76259/">Fécamp</a>.</p> <p>Le parc d'habitations, à Envronville, était réparti en 2011 en deux appartements et 141 maisons soit un marché relativement équilibré.</p> </div>
donaldinou/frontend
src/Viteloge/CoreBundle/Resources/descriptions/76236.html
HTML
mit
1,482