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
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>{% if page.title %}{{ page.title }}{% else %}{{ site.harmony.name }}{% endif %}</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content="{% if page.meta_description %}{{ page.meta_description }}{% else %}{{ site.harmony.meta_description }}{% endif %}"> <link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}"> <!-- Harmony styles --> <link rel="stylesheet" type="text/css" href="{{ site.baseurl }}/assets/css/main.css"> <!-- Modernizr js --> <script async src="{{ site.baseurl }}/assets/js/modernizr.js"></script> <link rel="shortcut icon" type="image/png" href="favicon.ico"> <link rel="icon" type="image/png" href="favicon.ico"> <!-- IE Fixes --> <!-- 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 class="{{ site.harmony.basetheme }}"> <header class="main-header"> <div class="wc-container"> <a class="logo" href="{{ site.baseurl }}"><img src="{{ site.baseurl }}/assets/img/{{site.harmony.image_top}}" alt="{{ site.harmony.name }}"></a> <h2>{{ site.harmony.description }}</h2> {% include header-links.html %} </div> </header> {{ content }} <footer class="main-footer"> <div class="wc-container"> <div class="column one"> {% include footer-links.html %} </div> <div class="column two"> {% include social.html %} </div> </div> <p class="wc-container disclaimer"> {% include footer.html %} </p> </footer> <script type="text/javascript"> /* To avoid render blocking css */ var cb = function() { var l = document.createElement('link'); l.rel = 'stylesheet'; l.href = 'http://fonts.googleapis.com/css?family=Ubuntu+Mono&subset=latin'; var h = document.getElementsByTagName('head')[0]; h.parentNode.insertBefore(l, h); }; var raf = requestAnimationFrame || mozRequestAnimationFrame || webkitRequestAnimationFrame || msRequestAnimationFrame; if (raf) raf(cb); else window.addEventListener('load', cb); </script> <!-- jQuery --> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <!-- When no internet load JQuery from local --> <script>window.jQuery || document.write('<script src="{{ site.baseurl }}/assets/js/jquery.min.js"><\/script>')</script> <!-- Site js --> <script src="{{ site.baseurl }}/assets/js/all.js"></script> <!-- Google analytics --> {% include google-analytics.html %} </body> </html>
patolivre/patolivre.github.io
old_files/_layouts/default.html
HTML
mit
3,677
<!DOCTYPE html> <html> <head> <link rel="stylesheet" href="../bower_components/bootstrap/dist/css/bootstrap.css"> <style> body { padding-top:30px; } </style> </head> <body ng-app="validationApp" ng-controller="mainController"> <div class="container"> <div class="col-sm-8 col-sm-offset-2"> <div class="page-header"> <h1>AngularJS Form Validation</h1> </div> <form name="userForm" ng-submit="submitForm(userForm.$valid)" novalidate> <div class="form-group"> <label>Name</label> <input type="text" name="name" class="form-control" ng-model="name" required> </div> <div class="form-group"> <label>Username</label> <input type="text" name="username" class="form-control" ng-model="user.username" ng-minlength="3" ng-maxlength="8"> </div> <div class="form-group"> <label>Email</label> <input type="email" name="email" class="form-control" ng-model="email"> </div> <button type="submit" class="btn btn-primary" ng-disabled="userForm.$invalid">Submit</button> </form> </div> </div> <script src="../bower_components/angular/angular.min.js"></script> <script src="script/app.js"></script> </body> </html>
pfryga/angular-forms
app/index.html
HTML
mit
1,608
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>class Array - RDoc Documentation</title> <script type="text/javascript"> var rdoc_rel_prefix = "./"; </script> <script src="./js/jquery.js"></script> <script src="./js/darkfish.js"></script> <link href="./css/fonts.css" rel="stylesheet"> <link href="./css/rdoc.css" rel="stylesheet"> <body id="top" role="document" class="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"><a href="Object.html">Object</a> </div> <!-- Method Quickref --> <div id="method-list-section" class="nav-section"> <h3>Methods</h3> <ul class="link-list" role="directory"> <li ><a href="#method-i-to_nm">#to_nm</a> </ul> </div> </div> </nav> <main role="main" aria-labelledby="class-Array"> <h1 id="class-Array" class="class"> class Array </h1> <section class="description"> <p>Classes and Modules #</p> </section> <section id="5Buntitled-5D" class="documentation-section"> <section id="public-instance-5Buntitled-5D-method-details" class="method-section"> <header> <h3>Public Instance Methods</h3> </header> <div id="method-i-to_nm" class="method-detail "> <div class="method-heading"> <span class="method-name">to_nm</span><span class="method-args">(shape = nil, dtype = nil, stype = :dense)</span> <span class="method-click-advice">click to toggle source</span> </div> <div class="method-description"> <p>Convert a Ruby <a href="Array.html">Array</a> to an <a href="NMatrix.html">NMatrix</a>.</p> <p>You must provide a shape for the matrix as the first argument.</p> <h2 id="method-i-to_nm-label-Arguments-3A">Arguments:<span><a href="#method-i-to_nm-label-Arguments-3A">&para;</a> <a href="#top">&uarr;</a></span></h2> <dl class="rdoc-list note-list"><dt><code>shape</code> <dd> <p><a href="Array.html">Array</a> describing matrix dimensions (or Fixnum for square).</p> </dd></dl> <pre>If not provided, will be intuited through #shape.</pre> <dl class="rdoc-list note-list"><dt><code>dtype</code> <dd> <p>Override data type (e.g., to store a Float as :float32</p> </dd></dl> <pre>instead of :float64) -- optional.</pre> <dl class="rdoc-list note-list"><dt><code>stype</code> <dd> <p>Optional storage type (defaults to :dense)</p> </dd></dl> <div class="method-source-code" id="to_nm-source"> <pre><span class="ruby-comment"># File lib/nmatrix/monkeys.rb, line 46</span> <span class="ruby-keyword">def</span> <span class="ruby-identifier">to_nm</span>(<span class="ruby-identifier">shape</span> = <span class="ruby-keyword">nil</span>, <span class="ruby-identifier">dtype</span> = <span class="ruby-keyword">nil</span>, <span class="ruby-identifier">stype</span> = <span class="ruby-value">:dense</span>) <span class="ruby-identifier">elements</span> = <span class="ruby-keyword">self</span>.<span class="ruby-identifier">dup</span> <span class="ruby-identifier">guess_dtype</span> = <span class="ruby-operator">-</span><span class="ruby-operator">&gt;</span>(<span class="ruby-identifier">type</span>) { <span class="ruby-keyword">case</span> <span class="ruby-identifier">type</span> <span class="ruby-keyword">when</span> <span class="ruby-constant">Fixnum</span> <span class="ruby-keyword">then</span> <span class="ruby-value">:int64</span> <span class="ruby-keyword">when</span> <span class="ruby-constant">Float</span> <span class="ruby-keyword">then</span> <span class="ruby-value">:float64</span> <span class="ruby-keyword">when</span> <span class="ruby-constant">Complex</span> <span class="ruby-keyword">then</span> <span class="ruby-value">:complex128</span> <span class="ruby-keyword">end</span> } <span class="ruby-identifier">guess_shape</span> = <span class="ruby-identifier">lambda</span> { <span class="ruby-operator">|</span><span class="ruby-identifier">shapey</span>; <span class="ruby-identifier">shape</span><span class="ruby-operator">|</span> <span class="ruby-comment"># Get the size of the current dimension</span> <span class="ruby-identifier">shape</span> = [<span class="ruby-identifier">shapey</span>.<span class="ruby-identifier">size</span>] <span class="ruby-identifier">shape</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-identifier">shapey</span>.<span class="ruby-identifier">map</span> {<span class="ruby-operator">|</span><span class="ruby-identifier">s</span><span class="ruby-operator">|</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">s</span>.<span class="ruby-identifier">respond_to?</span>(<span class="ruby-value">:size</span>) <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-identifier">s</span>.<span class="ruby-identifier">respond_to?</span>(<span class="ruby-value">:map</span>) <span class="ruby-identifier">guess_shape</span>.<span class="ruby-identifier">call</span>(<span class="ruby-identifier">s</span>) <span class="ruby-keyword">else</span> <span class="ruby-keyword">nil</span> <span class="ruby-keyword">end</span> } <span class="ruby-keyword">if</span> <span class="ruby-identifier">shape</span>.<span class="ruby-identifier">last</span>.<span class="ruby-identifier">any?</span> {<span class="ruby-operator">|</span><span class="ruby-identifier">s</span><span class="ruby-operator">|</span> (<span class="ruby-identifier">s</span> <span class="ruby-operator">!=</span> <span class="ruby-identifier">shape</span>.<span class="ruby-identifier">last</span>.<span class="ruby-identifier">first</span>) <span class="ruby-operator">||</span> <span class="ruby-identifier">s</span>.<span class="ruby-identifier">nil?</span>} <span class="ruby-identifier">shape</span>.<span class="ruby-identifier">pop</span> <span class="ruby-keyword">end</span> <span class="ruby-keyword">if</span> (<span class="ruby-identifier">shape</span>.<span class="ruby-identifier">first</span> <span class="ruby-operator">!=</span> <span class="ruby-identifier">shape</span>.<span class="ruby-identifier">last</span>) <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-identifier">shape</span>.<span class="ruby-identifier">last</span>.<span class="ruby-identifier">all?</span> {<span class="ruby-operator">|</span><span class="ruby-identifier">s</span><span class="ruby-operator">|</span> <span class="ruby-identifier">s</span> <span class="ruby-operator">==</span> <span class="ruby-identifier">shape</span>.<span class="ruby-identifier">last</span>.<span class="ruby-identifier">first</span>} <span class="ruby-identifier">shape</span>[<span class="ruby-value">-1</span>] = <span class="ruby-identifier">shape</span>.<span class="ruby-identifier">last</span>.<span class="ruby-identifier">first</span> <span class="ruby-keyword">end</span> <span class="ruby-identifier">shape</span>.<span class="ruby-identifier">flatten</span> } <span class="ruby-keyword">unless</span> <span class="ruby-identifier">shape</span> <span class="ruby-identifier">shape</span> = <span class="ruby-identifier">guess_shape</span>.<span class="ruby-identifier">call</span>(<span class="ruby-identifier">elements</span>) <span class="ruby-identifier">elements</span>.<span class="ruby-identifier">flatten!</span>(<span class="ruby-identifier">shape</span>.<span class="ruby-identifier">size</span> <span class="ruby-operator">-</span> <span class="ruby-value">1</span>) <span class="ruby-keyword">if</span> <span class="ruby-identifier">elements</span>.<span class="ruby-identifier">flatten</span> <span class="ruby-operator">!=</span> <span class="ruby-identifier">elements</span> <span class="ruby-identifier">dtype</span> = <span class="ruby-value">:object</span> <span class="ruby-keyword">else</span> <span class="ruby-identifier">dtype</span> <span class="ruby-operator">||=</span> <span class="ruby-identifier">guess_dtype</span>[<span class="ruby-identifier">elements</span>[<span class="ruby-value">0</span>]] <span class="ruby-keyword">end</span> <span class="ruby-keyword">end</span> <span class="ruby-identifier">dtype</span> <span class="ruby-operator">||=</span> <span class="ruby-identifier">guess_dtype</span>[<span class="ruby-keyword">self</span>[<span class="ruby-value">0</span>]] <span class="ruby-identifier">matrix</span> = <span class="ruby-constant">NMatrix</span>.<span class="ruby-identifier">new</span>(<span class="ruby-value">:dense</span>, <span class="ruby-identifier">shape</span>, <span class="ruby-identifier">elements</span>, <span class="ruby-identifier">dtype</span>) <span class="ruby-keyword">if</span> <span class="ruby-identifier">stype</span> <span class="ruby-operator">!=</span> <span class="ruby-value">:dense</span> <span class="ruby-keyword">then</span> <span class="ruby-identifier">matrix</span>.<span class="ruby-identifier">cast</span>(<span class="ruby-identifier">stype</span>, <span class="ruby-identifier">dtype</span>) <span class="ruby-keyword">else</span> <span class="ruby-identifier">matrix</span> <span class="ruby-keyword">end</span> <span class="ruby-keyword">end</span></pre> </div> </div> </div> </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://docs.seattlerb.org/rdoc/">RDoc</a> 4.2.0. <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>. </footer>
SciRuby/sciruby.com
source/nmatrix/docs/Array.html
HTML
mit
11,027
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Class environment</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="../../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset"> <link rel="up" href="../../mpi/reference.html#header.boost.mpi.environment_hpp" title="Header &lt;boost/mpi/environment.hpp&gt;"> <link rel="prev" href="threading/operator_idp19938320.html" title="Function operator&gt;&gt;"> <link rel="next" href="exception.html" title="Class exception"> </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="threading/operator_idp19938320.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../mpi/reference.html#header.boost.mpi.environment_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="exception.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="refentry"> <a name="boost.mpi.environment"></a><div class="titlepage"></div> <div class="refnamediv"> <h2><span class="refentrytitle">Class environment</span></h2> <p>boost::mpi::environment &#8212; Initialize, finalize, and query the MPI environment. </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="../../mpi/reference.html#header.boost.mpi.environment_hpp" title="Header &lt;boost/mpi/environment.hpp&gt;">boost/mpi/environment.hpp</a>&gt; </span> <span class="keyword">class</span> <a class="link" href="environment.html" title="Class environment">environment</a> <span class="special">{</span> <span class="keyword">public</span><span class="special">:</span> <span class="comment">// <a class="link" href="environment.html#boost.mpi.environmentconstruct-copy-destruct">construct/copy/destruct</a></span> <span class="keyword">explicit</span> <a class="link" href="environment.html#idp71173376-bb"><span class="identifier">environment</span></a><span class="special">(</span><span class="keyword">bool</span> <span class="special">=</span> <span class="keyword">true</span><span class="special">)</span><span class="special">;</span> <span class="keyword">explicit</span> <a class="link" href="environment.html#idp203984448-bb"><span class="identifier">environment</span></a><span class="special">(</span><span class="identifier">threading</span><span class="special">::</span><span class="identifier">level</span><span class="special">,</span> <span class="keyword">bool</span> <span class="special">=</span> <span class="keyword">true</span><span class="special">)</span><span class="special">;</span> <a class="link" href="environment.html#idp78344848-bb"><span class="identifier">environment</span></a><span class="special">(</span><span class="keyword">int</span> <span class="special">&amp;</span><span class="special">,</span> <span class="keyword">char</span> <span class="special">*</span><span class="special">*</span><span class="special">&amp;</span><span class="special">,</span> <span class="keyword">bool</span> <span class="special">=</span> <span class="keyword">true</span><span class="special">)</span><span class="special">;</span> <a class="link" href="environment.html#idp14591776-bb"><span class="identifier">environment</span></a><span class="special">(</span><span class="keyword">int</span> <span class="special">&amp;</span><span class="special">,</span> <span class="keyword">char</span> <span class="special">*</span><span class="special">*</span><span class="special">&amp;</span><span class="special">,</span> <span class="identifier">threading</span><span class="special">::</span><span class="identifier">level</span><span class="special">,</span> <span class="keyword">bool</span> <span class="special">=</span> <span class="keyword">true</span><span class="special">)</span><span class="special">;</span> <a class="link" href="environment.html#idp76084832-bb"><span class="special">~</span><span class="identifier">environment</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span> <span class="comment">// <a class="link" href="environment.html#idp76088736-bb">public static functions</a></span> <span class="keyword">static</span> <span class="keyword">void</span> <a class="link" href="environment.html#idp76089296-bb"><span class="identifier">abort</span></a><span class="special">(</span><span class="keyword">int</span><span class="special">)</span><span class="special">;</span> <span class="keyword">static</span> <span class="keyword">bool</span> <a class="link" href="environment.html#idp180973696-bb"><span class="identifier">initialized</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span> <span class="keyword">static</span> <span class="keyword">bool</span> <a class="link" href="environment.html#idp180976832-bb"><span class="identifier">finalized</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span> <span class="keyword">static</span> <span class="keyword">int</span> <a class="link" href="environment.html#idp193508416-bb"><span class="identifier">max_tag</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span> <span class="keyword">static</span> <span class="keyword">int</span> <a class="link" href="environment.html#idp193511872-bb"><span class="identifier">collectives_tag</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span> <span class="keyword">static</span> <span class="identifier">optional</span><span class="special">&lt;</span> <span class="keyword">int</span> <span class="special">&gt;</span> <a class="link" href="environment.html#idp193514544-bb"><span class="identifier">host_rank</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span> <span class="keyword">static</span> <span class="identifier">optional</span><span class="special">&lt;</span> <span class="keyword">int</span> <span class="special">&gt;</span> <a class="link" href="environment.html#idp202265744-bb"><span class="identifier">io_rank</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span> <span class="keyword">static</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span> <a class="link" href="environment.html#idp202270560-bb"><span class="identifier">processor_name</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span> <span class="keyword">static</span> <span class="identifier">threading</span><span class="special">::</span><span class="identifier">level</span> <a class="link" href="environment.html#idp78171136-bb"><span class="identifier">thread_level</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span> <span class="keyword">static</span> <span class="keyword">bool</span> <a class="link" href="environment.html#idp78172640-bb"><span class="identifier">is_main_thread</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span> <span class="special">}</span><span class="special">;</span></pre></div> <div class="refsect1"> <a name="idp305236112"></a><h2>Description</h2> <p>The <code class="computeroutput">environment</code> class is used to initialize, finalize, and query the MPI environment. It will typically be used in the <code class="computeroutput">main()</code> function of a program, which will create a single instance of <code class="computeroutput">environment</code> initialized with the arguments passed to the program:</p> <pre class="programlisting"> <span class="keyword">int</span> <span class="identifier">main</span><span class="special">(</span><span class="keyword">int</span> <span class="identifier">argc</span><span class="special">,</span> <span class="keyword">char</span><span class="special">*</span> <span class="identifier">argv</span><span class="special">[</span><span class="special">]</span><span class="special">)</span> <span class="special">{</span> <span class="identifier">mpi</span><span class="special">::</span><span class="identifier">environment</span> <span class="identifier">env</span><span class="special">(</span><span class="identifier">argc</span><span class="special">,</span> <span class="identifier">argv</span><span class="special">)</span><span class="special">;</span> <span class="special">}</span> </pre> <p>The instance of <code class="computeroutput">environment</code> will initialize MPI (by calling <code class="computeroutput">MPI_Init</code>) in its constructor and finalize MPI (by calling <code class="computeroutput">MPI_Finalize</code> for normal termination or <code class="computeroutput">MPI_Abort</code> for an uncaught exception) in its destructor.</p> <p>The use of <code class="computeroutput">environment</code> is not mandatory. Users may choose to invoke <code class="computeroutput">MPI_Init</code> and <code class="computeroutput">MPI_Finalize</code> manually. In this case, no <code class="computeroutput">environment</code> object is needed. If one is created, however, it will do nothing on either construction or destruction. </p> <div class="refsect2"> <a name="idp305260560"></a><h3> <a name="boost.mpi.environmentconstruct-copy-destruct"></a><code class="computeroutput">environment</code> public construct/copy/destruct</h3> <div class="orderedlist"><ol class="orderedlist" type="1"> <li class="listitem"> <pre class="literallayout"><span class="keyword">explicit</span> <a name="idp71173376-bb"></a><span class="identifier">environment</span><span class="special">(</span><span class="keyword">bool</span> abort_on_exception <span class="special">=</span> <span class="keyword">true</span><span class="special">)</span><span class="special">;</span></pre> <p>Initialize the MPI environment.</p> <p>If the MPI environment has not already been initialized, initializes MPI with a call to <code class="computeroutput">MPI_Init</code>. Since this constructor does not take command-line arguments (<code class="computeroutput">argc</code> and <code class="computeroutput">argv</code>), it is only available when the underlying MPI implementation supports calling <code class="computeroutput">MPI_Init</code> with <code class="computeroutput">NULL</code> arguments, indicated by the macro <code class="computeroutput">BOOST_MPI_HAS_NOARG_INITIALIZATION</code>.</p> <p> </p> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody><tr> <td><p><span class="term">Parameters:</span></p></td> <td><div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody><tr> <td><p><span class="term"><code class="computeroutput">abort_on_exception</code></span></p></td> <td><p>When true, this object will abort the program if it is destructed due to an uncaught exception. </p></td> </tr></tbody> </table></div></td> </tr></tbody> </table></div> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">explicit</span> <a name="idp203984448-bb"></a><span class="identifier">environment</span><span class="special">(</span><span class="identifier">threading</span><span class="special">::</span><span class="identifier">level</span> mt_level<span class="special">,</span> <span class="keyword">bool</span> abort_on_exception <span class="special">=</span> <span class="keyword">true</span><span class="special">)</span><span class="special">;</span></pre> <p>Initialize the MPI environment.</p> <p>If the MPI environment has not already been initialized, initializes MPI with a call to <code class="computeroutput">MPI_Init_thread</code>. Since this constructor does not take command-line arguments (<code class="computeroutput">argc</code> and <code class="computeroutput">argv</code>), it is only available when the underlying MPI implementation supports calling <code class="computeroutput">MPI_Init</code> with <code class="computeroutput">NULL</code> arguments, indicated by the macro <code class="computeroutput">BOOST_MPI_HAS_NOARG_INITIALIZATION</code>.</p> <p> </p> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody><tr> <td><p><span class="term">Parameters:</span></p></td> <td><div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> <tr> <td><p><span class="term"><code class="computeroutput">abort_on_exception</code></span></p></td> <td><p>When true, this object will abort the program if it is destructed due to an uncaught exception. </p></td> </tr> <tr> <td><p><span class="term"><code class="computeroutput">mt_level</code></span></p></td> <td><p>the required level of threading support.</p></td> </tr> </tbody> </table></div></td> </tr></tbody> </table></div> </li> <li class="listitem"> <pre class="literallayout"><a name="idp78344848-bb"></a><span class="identifier">environment</span><span class="special">(</span><span class="keyword">int</span> <span class="special">&amp;</span> argc<span class="special">,</span> <span class="keyword">char</span> <span class="special">*</span><span class="special">*</span><span class="special">&amp;</span> argv<span class="special">,</span> <span class="keyword">bool</span> abort_on_exception <span class="special">=</span> <span class="keyword">true</span><span class="special">)</span><span class="special">;</span></pre> <p>Initialize the MPI environment.</p> <p>If the MPI environment has not already been initialized, initializes MPI with a call to <code class="computeroutput">MPI_Init</code>.</p> <p> </p> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody><tr> <td><p><span class="term">Parameters:</span></p></td> <td><div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> <tr> <td><p><span class="term"><code class="computeroutput">abort_on_exception</code></span></p></td> <td><p>When true, this object will abort the program if it is destructed due to an uncaught exception. </p></td> </tr> <tr> <td><p><span class="term"><code class="computeroutput">argc</code></span></p></td> <td><p>The number of arguments provided in <code class="computeroutput">argv</code>, as passed into the program's <code class="computeroutput">main</code> function.</p></td> </tr> <tr> <td><p><span class="term"><code class="computeroutput">argv</code></span></p></td> <td><p>The array of argument strings passed to the program via <code class="computeroutput">main</code>.</p></td> </tr> </tbody> </table></div></td> </tr></tbody> </table></div> </li> <li class="listitem"> <pre class="literallayout"><a name="idp14591776-bb"></a><span class="identifier">environment</span><span class="special">(</span><span class="keyword">int</span> <span class="special">&amp;</span> argc<span class="special">,</span> <span class="keyword">char</span> <span class="special">*</span><span class="special">*</span><span class="special">&amp;</span> argv<span class="special">,</span> <span class="identifier">threading</span><span class="special">::</span><span class="identifier">level</span> mt_level<span class="special">,</span> <span class="keyword">bool</span> abort_on_exception <span class="special">=</span> <span class="keyword">true</span><span class="special">)</span><span class="special">;</span></pre> <p>Initialize the MPI environment.</p> <p>If the MPI environment has not already been initialized, initializes MPI with a call to <code class="computeroutput">MPI_Init_thread</code>.</p> <p> </p> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody><tr> <td><p><span class="term">Parameters:</span></p></td> <td><div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> <tr> <td><p><span class="term"><code class="computeroutput">abort_on_exception</code></span></p></td> <td><p>When true, this object will abort the program if it is destructed due to an uncaught exception. </p></td> </tr> <tr> <td><p><span class="term"><code class="computeroutput">argc</code></span></p></td> <td><p>The number of arguments provided in <code class="computeroutput">argv</code>, as passed into the program's <code class="computeroutput">main</code> function.</p></td> </tr> <tr> <td><p><span class="term"><code class="computeroutput">argv</code></span></p></td> <td><p>The array of argument strings passed to the program via <code class="computeroutput">main</code>.</p></td> </tr> <tr> <td><p><span class="term"><code class="computeroutput">mt_level</code></span></p></td> <td><p>the required level of threading support</p></td> </tr> </tbody> </table></div></td> </tr></tbody> </table></div> </li> <li class="listitem"> <pre class="literallayout"><a name="idp76084832-bb"></a><span class="special">~</span><span class="identifier">environment</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre> <p>Shuts down the MPI environment.</p> <p>If this <code class="computeroutput">environment</code> object was used to initialize the MPI environment, and the MPI environment has not already been shut down (finalized), this destructor will shut down the MPI environment. Under normal circumstances, this only involves invoking <code class="computeroutput">MPI_Finalize</code>. However, if destruction is the result of an uncaught exception and the <code class="computeroutput">abort_on_exception</code> parameter of the constructor had the value <code class="computeroutput">true</code>, this destructor will invoke <code class="computeroutput">MPI_Abort</code> with <code class="computeroutput">MPI_COMM_WORLD</code> to abort the entire MPI program with a result code of -1. </p> </li> </ol></div> </div> <div class="refsect2"> <a name="idp305348896"></a><h3> <a name="idp76088736-bb"></a><code class="computeroutput">environment</code> public static functions</h3> <div class="orderedlist"><ol class="orderedlist" type="1"> <li class="listitem"> <pre class="literallayout"><span class="keyword">static</span> <span class="keyword">void</span> <a name="idp76089296-bb"></a><span class="identifier">abort</span><span class="special">(</span><span class="keyword">int</span> errcode<span class="special">)</span><span class="special">;</span></pre> <p>Abort all MPI processes.</p> <p>Aborts all MPI processes and returns to the environment. The precise behavior will be defined by the underlying MPI implementation. This is equivalent to a call to <code class="computeroutput">MPI_Abort</code> with <code class="computeroutput">MPI_COMM_WORLD</code>.</p> <p> </p> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> <tr> <td><p><span class="term">Parameters:</span></p></td> <td><div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody><tr> <td><p><span class="term"><code class="computeroutput">errcode</code></span></p></td> <td><p>The error code to return to the environment. </p></td> </tr></tbody> </table></div></td> </tr> <tr> <td><p><span class="term">Returns:</span></p></td> <td><p>Will not return. </p></td> </tr> </tbody> </table></div> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">static</span> <span class="keyword">bool</span> <a name="idp180973696-bb"></a><span class="identifier">initialized</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre> <p>Determine if the MPI environment has already been initialized.</p> <p>This routine is equivalent to a call to <code class="computeroutput">MPI_Initialized</code>.</p> <p> </p> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody><tr> <td><p><span class="term">Returns:</span></p></td> <td><p><code class="computeroutput">true</code> if the MPI environment has been initialized. </p></td> </tr></tbody> </table></div> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">static</span> <span class="keyword">bool</span> <a name="idp180976832-bb"></a><span class="identifier">finalized</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre> <p>Determine if the MPI environment has already been finalized.</p> <p>The routine is equivalent to a call to <code class="computeroutput">MPI_Finalized</code>.</p> <p> </p> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody><tr> <td><p><span class="term">Returns:</span></p></td> <td><p><code class="computeroutput">true</code> if the MPI environment has been finalized. </p></td> </tr></tbody> </table></div> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">static</span> <span class="keyword">int</span> <a name="idp193508416-bb"></a><span class="identifier">max_tag</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre> <p>Retrieves the maximum tag value.</p> <p>Returns the maximum value that may be used for the <code class="computeroutput">tag</code> parameter of send/receive operations. This value will be somewhat smaller than the value of <code class="computeroutput">MPI_TAG_UB</code>, because the Boost.MPI implementation reserves some tags for collective operations.</p> <p> </p> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody><tr> <td><p><span class="term">Returns:</span></p></td> <td><p>the maximum tag value. </p></td> </tr></tbody> </table></div> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">static</span> <span class="keyword">int</span> <a name="idp193511872-bb"></a><span class="identifier">collectives_tag</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre> <p>The tag value used for collective operations.</p> <p>Returns the reserved tag value used by the Boost.MPI implementation for collective operations. Although users are not permitted to use this tag to send or receive messages, it may be useful when monitoring communication patterns.</p> <p> </p> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody><tr> <td><p><span class="term">Returns:</span></p></td> <td><p>the tag value used for collective operations. </p></td> </tr></tbody> </table></div> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">static</span> <span class="identifier">optional</span><span class="special">&lt;</span> <span class="keyword">int</span> <span class="special">&gt;</span> <a name="idp193514544-bb"></a><span class="identifier">host_rank</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre> <p>Retrieves the rank of the host process, if one exists.</p> <p>If there is a host process, this routine returns the rank of that process. Otherwise, it returns an empty <code class="computeroutput">optional&lt;int&gt;</code>. MPI does not define the meaning of a "host" process: consult the documentation for the MPI implementation. This routine examines the <code class="computeroutput">MPI_HOST</code> attribute of <code class="computeroutput">MPI_COMM_WORLD</code>.</p> <p> </p> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody><tr> <td><p><span class="term">Returns:</span></p></td> <td><p>The rank of the host process, if one exists. </p></td> </tr></tbody> </table></div> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">static</span> <span class="identifier">optional</span><span class="special">&lt;</span> <span class="keyword">int</span> <span class="special">&gt;</span> <a name="idp202265744-bb"></a><span class="identifier">io_rank</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre> <p>Retrieves the rank of a process that can perform input/output.</p> <p>This routine returns the rank of a process that can perform input/output via the standard C and C++ I/O facilities. If every process can perform I/O using the standard facilities, this routine will return <code class="computeroutput">any_source</code>; if no process can perform I/O, this routine will return no value (an empty <code class="computeroutput">optional</code>). This routine examines the <code class="computeroutput">MPI_IO</code> attribute of <code class="computeroutput">MPI_COMM_WORLD</code>.</p> <p> </p> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody><tr> <td><p><span class="term">Returns:</span></p></td> <td><p>the rank of the process that can perform I/O, <code class="computeroutput">any_source</code> if every process can perform I/O, or no value if no process can perform I/O. </p></td> </tr></tbody> </table></div> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">static</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span> <a name="idp202270560-bb"></a><span class="identifier">processor_name</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre> <p>Retrieve the name of this processor.</p> <p>This routine returns the name of this processor. The actual form of the name is unspecified, but may be documented by the underlying MPI implementation. This routine is implemented as a call to <code class="computeroutput">MPI_Get_processor_name</code>.</p> <p> </p> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody><tr> <td><p><span class="term">Returns:</span></p></td> <td><p>the name of this processor. </p></td> </tr></tbody> </table></div> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">static</span> <span class="identifier">threading</span><span class="special">::</span><span class="identifier">level</span> <a name="idp78171136-bb"></a><span class="identifier">thread_level</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre> <p>Query the current level of thread support. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">static</span> <span class="keyword">bool</span> <a name="idp78172640-bb"></a><span class="identifier">is_main_thread</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre> <p>Are we in the main thread? </p> </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-2007 Douglas Gregor, Matthias Troyer, Trustees of Indiana University<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="threading/operator_idp19938320.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../mpi/reference.html#header.boost.mpi.environment_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="exception.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
calvinfarias/IC2015-2
BOOST/boost_1_61_0/doc/html/boost/mpi/environment.html
HTML
mit
28,853
{% extends "layout.html" %} {% block title %} Register {% endblock %} {% block content %} <div class="ym-wrapper"> <div class="ym-wbox"> <div class="ym-grid"> <div class="ym-gbox"> <div class="ym-grid"> <h2>Register</h2> {{flash|raw}} <form action="{{path_for('registry')}}" method="post" class="ym-form"> <div class="ym-fbox"> <label for="username" class="ym-label">User Name</label> <input type="text" id="username" name="username" class="form-control"> </div> <div class="ym-fbox"> <label for="password" class="ym-label">Password</label> <input type="password" id="password" name="password" class="form-control"> </div> <div class="ym-fbox"> <button type="submit" class="ym-fbox-button">Submit</button> </div> </form> <p><a href="{{path_for('admin_index')}}" class="ym-button ym-small">Go Back</a></p> </div> </div> </div> </div> </div> {% endblock %}
wayne712/slim-app
templates/admin/registry.html
HTML
mit
1,325
<div id="home"> <div class="container"> <div class="row"> <div class="col-sm-5 text-center"> <br /><br /> <img src="http://www.subitolabs.com/assets/imgmin/logo_full_white.png" class="logo" /> <h2>presents</h2> </div> <div class="col-sm-7"> <h1>ElasticSearch TestR, filters - tokenizers - analyzers</h1> <p class="catchline"> Your best friend to test <strong>elasticsearch analyzers, tokenizers and token filters</strong> online. This tool creates a real ElasticSearch index that you can save/r-open later. </p> </div> </div> </div> <div class="container"> <br /> <h2>Getting started</h2> <div class="row"> <div class="col-lg-3 col-sm-4"> <h4>Blank session</h4> <a class="btn btn-success btn-block" ng-click="openFromScratch()">Start from scratch</a> </div> <div class="col-lg-3 col-sm-4 col-lg-offset-1"> <div class="_a"> <h4>Open examples</h4> <a class="btn btn-success btn-block" ng-click="openFromSample('basic')">Basic</a> <a class="btn btn-success btn-block" ng-click="openFromSample('french')">French</a> <a class="btn btn-success btn-block" ng-click="openFromSample('path')">Path</a> </div> </div> <div class="col-lg-3 col-sm-4 col-lg-offset-1"> <div class="_a"> <h4>Open existing</h4> <form ng-submit="openExisting()"> <input type="text" placeholder="Enter session code here" class="form-control text-center" ng-model="formData.index" /> <div style="margin-top:10px"> <input type="submit" class="btn btn-success btn-block" value="Open existing session" /> </div> </form> </div> </div> </div> <br /> </div> </div> <div class="container"> <h2>Help us to spread the world</h2> <div class="text-center"> <div class="addthis_sharing_toolbox"></div> </div> <br /> <div class="row"> <div class="col-sm-6 testimonial"> <img src="http://ebuildy.com/img/foto.jpg" /> <h4>Thomas Decaux, Qwant</h4> <p>elasticsearch & Lucene have so many possibilities to explore and play with! This tool allows to test any filters / tokenizer combination very easily and 100% online, I am loving it!</p> </div> <div class="col-sm-6 testimonial"> <img src="/images/testimonials/2.jpg" /> <h4>Peter, Bizlunch CTO</h4> <p>Thanks to SubitoLabs, all the team can test easily elasticsearch and improve our relevancy.</p> </div> </div> <br /> <p class="catchline">You love this product? Tell us on <a href="https://twitter.com/subitolabs" target="_blank">twitter/subitolabs</a></p> </div>
subitolabs/elasticsearch-play
webapp/app/views/welcome.html
HTML
mit
3,266
<nav ng-class="getNavStyle(scroll)"> <button ng-click="goPrevious()"><</span></button> <button ng-click="goNext()">></span></button> <button ng-click="zoomIn()">+</span></button> <button ng-click="zoomOut()">-</span></button> <button ng-click="rotate()">90</span></button> <span>Page: </span> <input type="text" min=1 ng-model="pageNum"> <span> / {{pageCount}}</span> </nav> <hr> {{loading}} <canvas assign-id="canvasid" class="rotate0"></canvas>
OpenESDH/OpenESDH-UI
app/src/shared/services/document/preview/view/partials/pdfViewer.html
HTML
mit
468
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>gappa: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.7.1 / gappa - 1.5.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> gappa <small> 1.5.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-02-24 17:13:48 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-24 17:13:48 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 2 Virtual package relying on perl coq 8.7.1 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.06.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.06.1 Official 4.06.1 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.3 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;guillaume.melquiond@inria.fr&quot; homepage: &quot;https://gappa.gitlabpages.inria.fr/&quot; dev-repo: &quot;git+https://gitlab.inria.fr/gappa/coq.git&quot; bug-reports: &quot;https://gitlab.inria.fr/gappa/coq/issues&quot; license: &quot;LGPL-3.0-or-later&quot; build: [ [&quot;autoconf&quot;] {dev} [&quot;./configure&quot;] [&quot;./remake&quot; &quot;-j%{jobs}%&quot;] ] install: [&quot;./remake&quot; &quot;install&quot;] depends: [ &quot;ocaml&quot; &quot;ocamlfind&quot; {build} &quot;coq&quot; {&gt;= &quot;8.8.1&quot; &amp; &lt; &quot;8.15~&quot;} &quot;coq-flocq&quot; {&gt;= &quot;3.0&quot;} &quot;conf-autoconf&quot; {build &amp; dev} (&quot;conf-g++&quot; {build} | &quot;conf-clang&quot; {build}) ] tags: [ &quot;keyword:floating-point arithmetic&quot; &quot;keyword:interval arithmetic&quot; &quot;keyword:decision procedure&quot; &quot;category:Computer Science/Decision Procedures and Certified Algorithms/Decision procedures&quot; &quot;logpath:Gappa&quot; &quot;date:2021-09-23&quot; ] authors: [ &quot;Guillaume Melquiond &lt;guillaume.melquiond@inria.fr&gt;&quot; ] synopsis: &quot;A Coq tactic for discharging goals about floating-point arithmetic and round-off errors using the Gappa prover&quot; url { src: &quot;https://gappa.gitlabpages.inria.fr/releases/gappalib-coq-1.5.0.tar.gz&quot; checksum: &quot;sha512=54a8bc0c3c7c7340d81021596c1fd3cbfb2624b28a47eeb71afe386e3237a70e88cb516f5588595ca7e09fdd22c82a43ba379c04a20d3055dd4bf0362341866b&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-gappa.1.5.0 coq.8.7.1</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.7.1). The following dependencies couldn&#39;t be met: - coq-gappa -&gt; coq &gt;= 8.8.1 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-gappa.1.5.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.06.1-2.0.5/released/8.7.1/gappa/1.5.0.html
HTML
mit
7,233
<new-post class="row" ng-form="newPost"> <div class="col-xs-12"> <div class="form-group"> <textarea msd-elastic class="form-control" placeholder="Enter a comment..." ng-model="$ctrl[tempState]"></textarea> <h5> <small> <label class="pull-right"> <a class="btn btn-primary btn-sm" href ng-disabled="$ctrl.negotiatingWithServer" ng-click="$ctrl.createPost($ctrl[tempState], post)"> <i class="fa fa-save"></i> Save </a> <a class="btn btn-default btn-sm" href ng-disabled="$ctrl.negotiatingWithServer" ng-click="$ctrl.clearTempVars()"> <i class="fa fa-undo"></i> Clear </a> </label> </small> </h5> </div> </div> </new-post>
scatcher/angular-point-discussion-thread
src/ap-discussion-thread-new-post.html
HTML
mit
768
<!--<div class="navbar navbar-inverse navbar-fixed-top" role="navigation"> <div class="navbar-inner"> <div class="container"> <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> <a class="brand" href="/index.html">edymtt</a> <div class="nav-collapse collapse"> <ul class="nav"> <li><a href="http://cv.edymtt.io" target="_blank">CV</a></li> <li><a href="/syllabus/skills.html">Syllabus</a></li> <li><a href="/stuff.html">Stuff</a></li> <li><a href="/findmeon.html">Find me on...</a></li> <li><a href="/info.html">Info</a></li> </ul> </div> </div> </div> </div>--> <nav class="navbar navbar-default navbar-inverse navbar-fixed-top" role="navigation"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="/index.html">edymtt</a> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse navbar-ex1-collapse"> <ul class="nav navbar-nav"> <li><a href="http://cv.edymtt.io" target="_blank">CV</a></li> <li><a href="/syllabus/skills.html">Syllabus</a></li> <li><a href="/stuff.html">Stuff</a></li> <li><a href="/findmeon.html">Find me on...</a></li> <li><a href="/info.html">Info</a></li> </ul> </div><!-- /.navbar-collapse --> </nav>
edymtt/website
source/_includes/menu.html
HTML
mit
1,997
<!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, maximum-scale=1.0, user-scalable=no"/> <title>Team | IITJ Racers</title> <!-- CSS --> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> <link href="css/materialize.css" type="text/css" rel="stylesheet" media="screen,projection"/> <link href="css/style.css" type="text/css" rel="stylesheet" media="screen,projection"/> <!-- js --> <script src="http://leemark.github.io/better-simple-slideshow/demo/js/hammer.min.js"></script><!-- for swipe support on touch interfaces --> </head> <body> <!-- header starts --> <header class="large"> <a href="aboutus.html"><img class="logo" src="racers1.png"></a> <ul> <li><a href="index.html">Home</a></li> <li><a href="SAE.html">SAE</a></li> <li><a href="Cars.html">Cars</a></li> <li><a class="active" href="Team.html">Team</a></li> <li><a href="Sponsors.html">Sponsors</a></li> <li><a href="Contacts.html">Contact Us</a></li> </ul> </header> <!-- scrollfire starts starts --> <!-- slidshow starts starts --> <div id="index-banner" class="parallax-container" style="height:600px"> <div class="section no-pad-bot"> <div class="container"> <br><br> <h1 class="header center white-text"><font size="8" color="white" face="Copperplate Gothic"><b></b></font></h1> <div class="row center"> <h5 class="header col s12 light"><font size="5" color="white" face="Copperplate Gothic"><b></b></font></h5> </div> </div> </div> <div class="parallax" ><img src="Screenshot (433).png" alt="Unsplashed background img 1" width="100%"></div> </div> <div class="container"> <div class="section"> <div class="row"> <div class="col s12 left"> <h3><font face="Arial"><b>Team</b></font></h3> </div> </div> <!--Faculty members heading and two professors--> <div class="row"> <div class="col s5 left"> <font face="arial" size="4" color="#1565c0"><b>FACULTY&nbspADVISORS</b></font> </div> </div> <div class="row center"> <div class="col s2"> </div> <div class="col s3"> <div class="card"> <div class="card-image " > <img src="smukhopadhyay.jpg" height="50%"> </div> </div> <p><center><font face="Arial" size="4"><b>&nbsp Dr. Sudipto Mukhopadhyay </b><br><font color="#1565c0" size="3"></font></font></center></p> </div> <div class="col s3"> </div> <div class="col s3"> <div class="card"> <div class="card-image " > <img src="jscpandey.jpg" height="50%"> </div> </div> <p><center><font face="Arial" size="4"><b>&nbsp Dr. Chandan Pandey</b><br><font color="#1565c0" size="3">&nbsp</font><br></font></center></p> </div> </div> <div class="row"> <div class="col s5 left"> <font face="arial" size="4" color="#1565c0"><b>TEAM&nbspHEADS</b></font> </div> </div> <div class="row center"> <div class="col s2"> </div> <div class="col s3"> <div class="card"> <div class="card-image " > <img src="RISHABH.jpg" height="50%"> </div> </div> <p><center><font face="Arial" size="4"><b>&nbsp Rishabh Shukla </b><br><font color="#1565c0" size="3">&nbspCaptain</font><br><font size="3">+91 91584 60506</font></font></center></p> </div> <div class="col s3"> </div> <div class="col s3"> <div class="card"> <div class="card-image " > <img src="ROHAN.jpg" height="50%"> </div> </div> <p><center><font face="Arial" size="4"><b>&nbsp Rohan Shisode </b><br><font color="#1565c0" size="3">&nbspVice-Captain</font><br><font size="3">+91 95888 75852</font></font></center></p> </div> </div> <div class="row"> <div class="col s5 left"> <font face="arial" size="4" color="#1565c0"><b>MARKETING&nbspAND&nbspFINANCE</b></font> </div> </div> <div class="row center"> <div class="col s5"> </div> <div class="col s3"> <div class="card"> <div class="card-image " > <img src="mayank.jpg" height="50%"> </div> </div> <p><center><font face="Arial" size="4"><b>&nbsp Mayank Rathor </b><br><font color="#1565c0" size="3">&nbsp Head</font><br><font size="3">+91 96608 13373</font></font></center></p> </div> </div> <div class="row"> <div class="col s14 left"> <font face="arial" size="4" color="#1565c0"><b>&nbsp&nbsp&nbspMENTORS</b></font> </div> </div> <div class="row center"> <div class="col s2"> </div> <div class="col s3"> <div class="card"> <div class="card-image " > <img src="ADITI.jpg" height="50%"> </div> </div> <p><center><font face="Arial" size="4"><b>&nbsp Aditi Tiwari</b><br><font color="#1565c0" size="3">&nbsp</font><br><font size="3"></font></center></p> </div> <div class="col s3"> </div> <div class="col s3"> <div class="card"> <div class="card-image " > <img src="ANKIT.jpg" height="50%"> </div> </div> <p><center><font face="Arial" size="4"><b>&nbsp Ankit Mangal </b><br><font color="#1565c0" size="3">&nbsp</font><br></center></p> </div> </div> <div class="row center"> <div class="col s1"> </div> <div class="col s3"> <div class="card"> <div class="card-image " > <img src="MAYANK.jpg" height="50%"> </div> </div> <p><center><font face="Arial" size="4"><b>&nbsp Mayank Tak </b><br><font color="#1565c0" size="3">&nbsp</font><br><font size="3"></font></font></center></p> </div> <div class="col s1"> </div> <div class="col s3"> <div class="card"> <div class="card-image " > <img src="AJAY.jpg" height="50%"> </div> </div> <p><center><font face="Arial" size="4"><b>&nbspAjay Kumar </b><br><font color="#1565c0" size="3">&nbsp</font><br><font size="3"></font></font></center></p> </div> <div class="col s1"> </div> <div class="col s3"> <div class="card"> <div class="card-image " > <img src="PAWAN.jpg" height="50%"> </div> </div> <p><center><font face="Arial" size="4"><b>Pawan Kishore </b><br><font color="#1565c0" size="3">&nbsp</font><br><font size="3"></font></font></center></p> </div> </div> <div class="row center"> <div class="col s1"> </div> <div class="col s3"> <div class="card"> <div class="card-image " > <img src="POOJA.jpg" height="50%"> </div> </div> <p><center><font face="Arial" size="4"><b>&nbsp Pooja Chouhan </b><br><font color="#1565c0" size="3">&nbsp</font><br><font size="3"></font></font></center></p> </div> <div class="col s1"> </div> <div class="col s3"> <div class="card"> <div class="card-image " > <img src="ANIRUDH.jpg" height="50%"> </div> </div> <p><center><font face="Arial" size="4"><b>&nbspAnirudh Tomar </b><br><font color="#1565c0" size="3">&nbsp</font><br><font size="3"></font></font></center></p> </div> <div class="col s1"> </div> </div> <!--Vehicle Dynamics Heading --> <!--div class="row"> <div class="col s12 left"> <font face="arial" size="4" color="#1565c0">VEHICLE DYNAMICS</font> </div> </div> <div class="row center"> <div class="col s5"> </div> <div class="col s3"> <div class="card"> <div class="card-image " > <img src="pic/7.jpg" height="50%"> </div> </div> <p><center><font face="Arial" size="4"><b>&nbsp Vivek Kumar Singh </b><br><font color="#1565c0" size="3">&nbspVehicle Dynamics Head</font><br><font size="3"></font></font></center></p> </div> --> </div> <div class="row"> <div class="col s14 left"> <font face="arial" size="4" color="#1565c0"><b>&nbsp&nbsp&nbspSUSPENSION&nbspAND&nbspSTEERING</b></font> </div> </div> <div class="row center"> <div class="col s2"> </div> <div class="col s3"> <div class="card"> <div class="card-image " > <img src="manikanta.jpg" height="50%"> </div> </div> <p><center><font face="Arial" size="4"><b>&nbsp Manikanta </b><br><font color="#1565c0" size="3">&nbspHead</font><br><font size="3"></font></center></p> </div> <div class="col s3"> </div> <div class="col s3"> <div class="card"> <div class="card-image " > <img src="Bharath Nalla_.jpg" height="50%"> </div> </div> <p><center><font face="Arial" size="4"><b>&nbsp Bharath Nalla </b><br><font color="#1565c0" size="3">&nbsp</font><br></center></p> </div> </div> <div class="row center"> <div class="col s1"> </div> <div class="col s3"> <div class="card"> <div class="card-image " > <img src="IMG_20191218_234111_1.jpg" height="50%"> </div> </div> <p><center><font face="Arial" size="4"><b>&nbsp Rohit Doyal </b><br><font color="#1565c0" size="3">&nbsp</font><br><font size="3"></font></font></center></p> </div> <div class="col s1"> </div> <div class="col s3"> <div class="card"> <div class="card-image " > <img src="Satyam.jpg" height="50%"> </div> </div> <p><center><font face="Arial" size="4"><b>&nbspSatyam Kumar </b><br><font color="#1565c0" size="3">&nbsp</font><br><font size="3"></font></font></center></p> </div> <div class="col s1"> </div> <div class="col s3"> <div class="card"> <div class="card-image " > <img src="IMG_20200607_010811.jpg" height="50%"> </div> </div> <p><center><font face="Arial" size="4"><b>Mansi Verma </b><br><font color="#1565c0" size="3">&nbsp</font><br><font size="3"></font></font></center></p> </div> </div> <div class="row center"> <div class="col s1"> </div> <div class="col s3"> <div class="card"> <div class="card-image " > <img src="Gaurav kumar ( B19ME026).jpg" height="50%"> </div> </div> <p><center><font face="Arial" size="4"><b>&nbsp Gaurav Kumar </b><br><font color="#1565c0" size="3">&nbsp</font><br><font size="3"></font></font></center></p> </div> <div class="col s1"> </div> <div class="col s3"> <div class="card"> <div class="card-image " > <img src="IMG_20201206_141605.jpg" height="50%"> </div> </div> <p><center><font face="Arial" size="4"><b>&nbspSaksham Soni </b><br><font color="#1565c0" size="3">&nbsp</font><br><font size="3"></font></font></center></p> </div> <div class="col s1"> </div> </div> <div class="row"> <div class="col s1"> <font face="arial" size="4" color="#1565c0"><b>&nbsp&nbsp&nbsp&nbspBRAKING</b></font> </div> </div> <div class="row center"> <div class="col s2"> </div> <div class="col s3"> <div class="card"> <div class="card-image " > <img src="NAVDEEP.jpg" height="50%"> </div> </div> <p><center><font face="Arial" size="4"><b>&nbsp Navdeep Kumar </b><br><font color="#1565c0" size="3">&nbspHead</font><br><font size="3"></font></center></p> </div> <div class="col s3"> </div> <div class="col s3"> <div class="card"> <div class="card-image " > <img src="Manav Gopal.jpg" height="50%"> </div> </div> <p><center><font face="Arial" size="4"><b>&nbsp Manav Gopal </b><br><font color="#1565c0" size="3">&nbsp</font><br></center></p> </div> </div> <div class="row center"> <div class="col s1"> </div> <div class="col s3"> <div class="card"> <div class="card-image " > <img src="Venkatesh Patnala.jpg" height="50%"> </div> </div> <p><center><font face="Arial" size="4"><b>&nbspVenkatesh Patnala</b><br><font color="#1565c0" size="3">&nbsp</font><br><font size="3"></font></font></center></p> </div> <div class="col s1"> </div> <div class="col s3"> <div class="card"> <div class="card-image " > <img src="Kshitij Singh.jpg" height="50%"> </div> </div> <p><center><font face="Arial" size="4"><b>&nbspKshitij Singh</b><br><font color="#1565c0" size="3">&nbsp</font><br><font size="3"></font></font></center></p> </div> <div class="col s1"> </div> </div> <div class="row"> <div class="col s1"> <font face="arial" size="4" color="#1565c0"><b>&nbsp&nbsp&nbsp&nbspTRANSMISSION</b></font> </div> </div> <div class="row center"> <div class="col s2"> </div> <div class="col s3"> <div class="card"> <div class="card-image " > <img src="IMG_20201226_141833.jpg" height="50%"> </div> </div> <p><center><font face="Arial" size="4"><b>&nbsp Atul Kumar</b><br><font color="#1565c0" size="3">&nbspHead</font><br><font size="3"></font></center></p> </div> <div class="col s3"> </div> <div class="col s3"> <div class="card"> <div class="card-image " > <img src="ROHAN.jpg" height="50%"> </div> </div> <p><center><font face="Arial" size="4"><b>&nbsp Rohan Shisode</b><br><font color="#1565c0" size="3">&nbsp</font><br></center></p> </div> </div> <div class="row center"> <div class="col s2"> </div> <div class="col s3"> <div class="card"> <div class="card-image " > <img src="kuwar ranvijay singh.jpg" height="50%"> </div> </div> <p><center><font face="Arial" size="4"><b>&nbsp kuwar Ranvijay</b><br><font color="#1565c0" size="3">&nbsp</font><br><font size="3"></font></font></center></p> </div> <div class="col s3"> </div> <div class="col s3"> <div class="card"> <div class="card-image " > <img src="IMG_20200606_165643.jpg" height="50%"> </div> </div> <p><center><font face="Arial" size="4"><b>Sahil Kumar </b><br><font color="#1565c0" size="3">&nbsp</font><br><font size="3"></font></font></center></p> </div> <div class="col s3"> <div class="card"> <div class="card-image " > <img src="Rohit kushwah.jpg" height="50%"> </div> </div> <p><center><font face="Arial" size="4"><b>Rohit Kushwah </b><br><font color="#1565c0" size="3">&nbsp</font><br><font size="3"></font></font></center></p> </div> <div class="col s3"> <div class="card"> <div class="card-image " > <img src="Indupalli Kiranmai.jpg" height="50%"> </div> </div> <p><center><font face="Arial" size="4"><b>Indupalli Kiranmai </b><br><font color="#1565c0" size="3">&nbsp</font><br><font size="3"></font></font></center></p> </div> </div> <div class="row"> <div class="col s1"> <font face="arial" size="4" color="#1565c0"><b>&nbsp&nbsp&nbsp&nbspROLLCAGE</b></font> </div> </div> <div class="row center"> <div class="col s2"> </div> <div class="col s3"> <div class="card"> <div class="card-image " > <img src="DIPENDRA.jpg" height="50%"> </div> </div> <p><center><font face="Arial" size="4"><b>&nbsp Dipendrasingh kain </b><br><font color="#1565c0" size="3">&nbspHead</font><br><font size="3"></font></center></p> </div> <div class="col s3"> </div> <div class="row center"> <div class="col s1"> </div> <div class="col s3"> <div class="card"> <div class="card-image " > <img src="Riddhima Pandey.jpg" height="50%"> </div> </div> <p><center><font face="Arial" size="4"><b>&nbsp Riddhima Pandey </b><br><font color="#1565c0" size="3">&nbsp</font><br><font size="3"></font></font></center></p> </div> <div class="col s1"> </div> <div class="col s3"> <div class="card"> <div class="card-image " > <img src="image.png" height="50%"> </div> </div> <p><center><font face="Arial" size="4"><b>&nbsp Kshitij Sanodariya</b><br><font color="#1565c0" size="3">&nbsp</font><br><font size="3"></font></font></center></p> </div> <div class="col s1"> </div> <div class="col s3"> <div class="card"> <div class="card-image " > <img src="Charu singodia_.jpg" height="50%"> </div> </div> <p><center><font face="Arial" size="4"><b>Charu Singodia</b><br><font color="#1565c0" size="3">&nbsp</font><br><font size="3"></font></font></center></p> </div> </div> <div class="row"> <div class="col s1"> <font face="arial" size="4" color="#1565c0"><b>&nbsp&nbsp&nbsp&nbspELECTRICAL</b></font> </div> </div> <div class="row center"> <div class="col s2"> </div> <div class="col s3"> <div class="card"> <div class="card-image " > <img src="Suniket.png" height="50%"> </div> </div> <p><center><font face="Arial" size="4"><b>&nbsp Suniket Das</b><br><font color="#1565c0" size="3">&nbspHead</font><br><font size="3"></font></center></p> </div> <div class="col s3"> </div> <div class="col s3"> <div class="card"> <div class="card-image " > <img src="chirag.jpg.jpg" height="50%"> </div> </div> <p><center><font face="Arial" size="4"><b>&nbsp Chirag Bhawnani</b><br><font color="#1565c0" size="3">&nbsp</font><br></center></p> </div> </div> </div> </div> </div> <!-- footers starts starts --> <footer class="page-footer grey lighten-4"> <div class="footer-copyright grey darken-4"> <div class="container"> <center> Copyright 2017 <a class="brown-text text-lighten-3" href="http://iitj.ac.in/">Indian Institute of Technology Jodhpur</a></center> </div> </div> </footer> <!-- Scripts--> <script src="https://code.jquery.com/jquery-2.1.1.min.js"></script> <script src="js/materialize.js"></script> <script src="js/init.js"></script> <script> $("#slideshow > div:gt(0)").hide(); setInterval(function() { $('#slideshow > div:first') .fadeOut(1000) .next() .fadeIn(1000) .end() .appendTo('#slideshow'); }, 3000); </script> <script> $(document).on("scroll", function() { if($(document).scrollTop()>400) { $("header").removeClass("large").addClass("small"); } else { $("header").removeClass("small").addClass("large"); } }); </script> <script> var acc = document.getElementsByClassName("accordion"); var i; for (i = 0; i < acc.length; i++) { acc[i].onclick = function(){ this.classList.toggle("active"); this.nextElementSibling.classList.toggle("show"); } } </script> </body> </html>
racersiitjodhpur/racersiitjodhpur.github.io
Team.html
HTML
mit
19,850
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.9.1"/> <title>PHPDAL: Data Structure Index</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">PHPDAL </div> <div id="projectbrief">High-Level Object-Oriented PHP Database Abstraction Library</div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.9.1 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li class="current"><a href="annotated.html"><span>Data&#160;Structures</span></a></li> <li><a href="files.html"><span>Files</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>Data&#160;Structures</span></a></li> <li class="current"><a href="classes.html"><span>Data&#160;Structure&#160;Index</span></a></li> <li><a href="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li> <li><a href="functions.html"><span>Data&#160;Fields</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="header"> <div class="headertitle"> <div class="title">Data Structure Index</div> </div> </div><!--header--> <div class="contents"> <div class="qindex"><a class="qindex" href="#letter_C">C</a>&#160;|&#160;<a class="qindex" href="#letter_D">D</a>&#160;|&#160;<a class="qindex" href="#letter_M">M</a>&#160;|&#160;<a class="qindex" href="#letter_P">P</a>&#160;|&#160;<a class="qindex" href="#letter_S">S</a></div> <table style="margin: 10px; white-space: nowrap;" align="center" width="95%" border="0" cellspacing="0" cellpadding="0"> <tr><td rowspan="2" valign="bottom"><a name="letter_C"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;C&#160;&#160;</div></td></tr></table> </td><td valign="top"><a class="el" href="interface_database_condition_interface.html">DatabaseConditionInterface</a>&#160;&#160;&#160;</td><td rowspan="2" valign="bottom"><a name="letter_M"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;M&#160;&#160;</div></td></tr></table> </td><td valign="top"><a class="el" href="class_postgre_s_q_l_database.html">PostgreSQLDatabase</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_s_q_lite_exception.html">SQLiteException</a>&#160;&#160;&#160;</td></tr> <tr><td valign="top"><a class="el" href="class_database_condition_model.html">DatabaseConditionModel</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_postgre_s_q_l_exception.html">PostgreSQLException</a>&#160;&#160;&#160;</td><td></td></tr> <tr><td valign="top"><a class="el" href="interface_cross_database_interface.html">CrossDatabaseInterface</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_database_exception.html">DatabaseException</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_my_s_q_l_condition.html">MySQLCondition</a>&#160;&#160;&#160;</td><td rowspan="2" valign="bottom"><a name="letter_S"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;S&#160;&#160;</div></td></tr></table> </td><td></td></tr> <tr><td rowspan="2" valign="bottom"><a name="letter_D"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;D&#160;&#160;</div></td></tr></table> </td><td valign="top"><a class="el" href="interface_database_exception_interface.html">DatabaseExceptionInterface</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_my_s_q_l_database.html">MySQLDatabase</a>&#160;&#160;&#160;</td><td></td></tr> <tr><td valign="top"><a class="el" href="interface_database_interface.html">DatabaseInterface</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_my_s_q_l_exception.html">MySQLException</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_s_q_lite_condition.html">SQLiteCondition</a>&#160;&#160;&#160;</td><td></td></tr> <tr><td valign="top"><a class="el" href="class_database.html">Database</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_database_utils.html">DatabaseUtils</a>&#160;&#160;&#160;</td><td rowspan="2" valign="bottom"><a name="letter_P"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;P&#160;&#160;</div></td></tr></table> </td><td valign="top"><a class="el" href="class_s_q_lite_database.html">SQLiteDatabase</a>&#160;&#160;&#160;</td><td></td></tr> <tr><td></td><td></td><td></td><td></td></tr> <tr><td></td><td></td><td valign="top"><a class="el" href="class_postgre_s_q_l_condition.html">PostgreSQLCondition</a>&#160;&#160;&#160;</td><td></td><td></td></tr> <tr><td></td><td></td><td></td><td></td><td></td></tr> </table> <div class="qindex"><a class="qindex" href="#letter_C">C</a>&#160;|&#160;<a class="qindex" href="#letter_D">D</a>&#160;|&#160;<a class="qindex" href="#letter_M">M</a>&#160;|&#160;<a class="qindex" href="#letter_P">P</a>&#160;|&#160;<a class="qindex" href="#letter_S">S</a></div> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Fri Aug 28 2015 15:30:34 for PHPDAL by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.9.1 </small></address> </body> </html>
aebarber/PHPDAL
docs/html/classes.html
HTML
mit
7,833
{% extends 'school/school_type/base.html' %} {% load widget_tweaks %} {% load i18n %} {% load url from future %} {% block content %} <div class="row"> <div class="col-md-8" > <form action='{% if object %}{% url "school_school_type_update" pk=object.pk %}{% else %}{% url "school_school_type_create" %}{% endif %}' method='post' encoding='utf-8'> <fieldset> {% csrf_token %} <!-- {{ form }} --> <div class="form-group"> <b>{% trans "Code" %}</b>{{ form.code|add_class:"form-control" }}</div><span class="error_message">{{form.code.errors}}</span> <div class="form-group"> <b>{% trans "School type" %}</b>{{ form.school_type|add_class:"form-control" }}</div><span class="error_message">{{form.school_type.errors}}</span> <div class='form-actions'> <button class='btn btn-large btn-success' type='submit'> {% if object %} {% trans "Update" %} {% else %} {% trans "Create" %} {% endif %} </button> </div> </fieldset> </form> </div> </div> {% endblock %}
tnemisteam/cdf-steps
school/templates/school/school_type/school_type_form.html
HTML
mit
1,083
<nav class="navbar navbar-default"> <div class="container-fluid"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" 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="#">NG-VOI</a> </div> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav navbar-right"> <li><a href="https://github.com/Codenvoi/generator-ng-voi" title="generator-ng-voi">Docs</a></li> </ul> </div> </div> </nav>
Codenvoi/generator-ng-voi
generators/app/templates/_app/_src/_layouts/_header.html
HTML
mit
861
{% extends "base.html" %} {% block additionalHeadCSS %} body { padding-top: 50px; } .starter-template { padding: 40px 15px; text-align: center; } pre { text-align: left; } {% endblock additionalHeadCSS %} {% block container %} <div class="starter-template"> <h2>Saved doc as...</h2> <pre>{{out_doc}}</pre> Download Link: <a href="{% url 'recipie.views.morph_default_doc' obj_id %}">{{obj_id}}</a> </div> {% endblock container %}
tekton/miseenplace
templates/view_doc.html
HTML
mit
536
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>mtac: 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.0 / mtac - 1.3.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> mtac <small> 1.3.0 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2021-04-16 16:56:55 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-04-16 16:56:55 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-gmp 3 Virtual package relying on a GMP lib system installation coq 8.13.0 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.11.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.11.1 Official release 4.11.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;gmalecha@gmail.com&quot; homepage: &quot;https://github.com/beta-ziliani/mtac-plugin&quot; dev-repo: &quot;git+https://github.com/beta-ziliani/mtac-plugin.git&quot; bug-reports: &quot;https://github.com/beta-ziliani/mtac-plugin/issues&quot; authors: [&quot;Beta Ziliani&quot;] license: &quot;MIT&quot; build: [ [&quot;./configure.sh&quot;] [make &quot;-j%{jobs}%&quot;] ] install: [ [make &quot;install&quot;] ] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/Mtac&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.5&quot; &amp; &lt; &quot;8.6&quot;} ] synopsis: &quot;Typed Tactics for Coq 8.5&quot; flags: light-uninstall url { src: &quot;https://github.com/beta-ziliani/mtac-plugin/archive/v1.3.0.tar.gz&quot; checksum: &quot;md5=3e5b17dca8c533fee2a08bf6ab437f1b&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-mtac.1.3.0 coq.8.13.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.13.0). The following dependencies couldn&#39;t be met: - coq-mtac -&gt; coq &lt; 8.6 -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-mtac.1.3.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.11.1-2.0.7/released/8.13.0/mtac/1.3.0.html
HTML
mit
6,584
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>extructures: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.8.0 / extructures - 0.3.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> extructures <small> 0.3.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-02-24 18:15:59 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-24 18:15:59 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 2 Virtual package relying on perl coq 8.8.0 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.04.2 The OCaml compiler (virtual package) ocaml-base-compiler 4.04.2 Official 4.04.2 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.3 A library manager for OCaml # opam file: synopsis: &quot;Finite sets, maps, and other data structures with extensional reasoning&quot; opam-version: &quot;2.0&quot; maintainer: &quot;arthur.aa@gmail.com&quot; homepage: &quot;https://github.com/arthuraa/extructures&quot; dev-repo: &quot;git+https://github.com/arthuraa/extructures.git&quot; bug-reports: &quot;https://github.com/arthuraa/extructures/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.11&quot; &amp; &lt; &quot;8.14~&quot;)} &quot;coq-mathcomp-ssreflect&quot; {(&gt;= &quot;1.10&quot; &amp; &lt; &quot;1.13~&quot;)} &quot;coq-deriving&quot; {(&gt;= &quot;0.1&quot; &amp; &lt; &quot;0.2~&quot;)} ] tags: [ &quot;keyword:finite maps&quot; &quot;keyword:extensionality&quot; &quot;category:Computer Science/Data Types and Data Structures&quot; &quot;logpath:extructures&quot; ] url { src: &quot;https://github.com/arthuraa/extructures/archive/v0.3.0.tar.gz&quot; checksum: &quot;sha512=1bbf711f53b86b37daef5fc08dc30f34d6e3334127b4cc2d887b89709e089c56dbd186c38aa1b925ed4802e3aad8cf29a5a66f12294c0e954815c28ad04f648b&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-extructures.0.3.0 coq.8.8.0</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.8.0). The following dependencies couldn&#39;t be met: - coq-extructures -&gt; coq &gt;= 8.11 -&gt; ocaml &gt;= 4.05.0 base of this switch (use `--unlock-base&#39; to force) No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-extructures.0.3.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.04.2-2.0.5/released/8.8.0/extructures/0.3.0.html
HTML
mit
7,024
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <link rel="shortcut icon" type="image/x-icon" href="../favicon.ico"> <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/fonts.css"> <link rel="stylesheet" type="text/css" href="../css/sweetalert.css"> <link rel="stylesheet" type="text/css" href="../css/game.css"> <title>C.A.S.E.O.</title> </head> <body> <div class="center-align-container"> <canvas id="myCanvas" class="myCanvas"></canvas> </div> <div class="center-align-container" style="font-size:1.4em;margin-top:0;padding-top:0"> <a href="../menu.html" style="color:rgba(150, 146, 130, 0.7)"><i class="fa fa-bars fa-3x" aria-hidden="true"></i></a> <span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span> <a id="LOCK_BTN" style="color:rgba(150, 146, 130, 0.7);cursor:pointer"><i class="fa fa-lock fa-3x" aria-hidden="true"></i></a> <span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span> <a id="UNDO_BTN" style="color:rgba(150, 146, 130, 0.7);cursor:pointer"><i class="fa fa-times fa-3x" aria-hidden="true"></i></a> <span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span> <a id="BOOKMARK_BTN" style="color:rgba(150, 146, 130, 0.7);cursor:pointer"><i class="fa fa-bookmark-o fa-3x" aria-hidden="true"></i></a> <span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span> <a onclick="ReloadPage()" style="color:#DB7093;cursor:pointer"><i class="fa fa-repeat fa-3x" aria-hidden="true"></i></a> </div> <script src="../js/jquery-3.2.1.min.js"></script> <script src="../js/sweetalert.min.js"></script> <script src="../js/js.cookie.js"></script> <script src="../js/utils.js"></script> <script src="../js/board.js"></script> <script> $(document).ready(function() { let R = 4; let C = 4; let row_data = [[0, 2, 2, 0], [1, 1, 0, 1], [1, 1, 1, 0], [1, 1, 1, 1], [0, 0, 0, 0]]; let col_data = [[0, 1, 1, 1, 0], [2, 0, 1, 1, 2], [2, 1, 0, 1, 2], [0, 1, 0, 1, 0]]; let win_h = $(window).height(); let win_w = $(window).width(); let FONT = "Courier, monospace"; let fh = 2; let font_dim = MeasureText("A", true, FONT, fh); let char_h = font_dim[1]; let char_w = font_dim[0]; let req_h = R * 5 * char_h + (R+1) * char_h + 80; let req_w = C * 11 * char_w + (C+1) * char_w + 80; while (req_h < win_h && req_w < win_w) { ++fh; font_dim = MeasureText("A", true, FONT, fh); char_h = font_dim[1]; char_w = font_dim[0]; req_h = R * 5 * char_h + (R+1) * char_h + 80; req_w = C * 11 * char_w + (C+1) * char_w + 80; } var _b = new board(R, C, "myCanvas", FONT, fh-1); _b.RestoreBookmark(row_data, col_data); function getMousePos(canvas, evt) { let rect = canvas.getBoundingClientRect(); return { x: (evt.clientX-rect.left) / (rect.right-rect.left) * canvas.width, y: (evt.clientY-rect.top) / (rect.bottom-rect.top) * canvas.height }; } var canvas = document.getElementById("myCanvas"); var _ctx = canvas.getContext("2d"); _ctx.strokeStyle = "#E6E6FA"; _ctx.lineWidth = Math.floor(fh*1.33); var _drawing = false; var _mousePos = { x : -1, y : -1 }; var _lastPos = _mousePos; $('body').on('contextmenu', '#myCanvas', function(e) { // Disable default right-click - it is used for creating helper walls return false; }); canvas.addEventListener("mousedown", function (e) { _ctx.beginPath(); _drawing = true; _lastPos = getMousePos(canvas, e); _ctx.lineJoin = _ctx.lineCap = 'round'; }, false); canvas.addEventListener("mouseup", function (e) { if (_drawing) { _ctx.closePath(); _mousePos = getMousePos(canvas, e); if (e.which && e.which == 3) _b.AddHelperWall(_mousePos.x, _mousePos.y); else _b.Clicked(_mousePos.x, _mousePos.y); _lastPos = _mousePos; _drawing = false; } }, false); canvas.addEventListener("mousemove", function (e) { _mousePos = getMousePos(canvas, e); }, false); canvas.addEventListener("mouseout", function (e) { var mouseEvent = new MouseEvent("mouseup", {}); canvas.dispatchEvent(mouseEvent); }, false); function renderCanvas() { if (_drawing) { if (_lastPos.x > 0 && _lastPos.y > 0 && _mousePos.x > 0 && _mousePos.y > 0) { _ctx.moveTo(_lastPos.x, _lastPos.y); _ctx.lineTo(_mousePos.x, _mousePos.y); _ctx.stroke(); } _lastPos = _mousePos; _b.LogDragClick(_mousePos.x, _mousePos.y); } } (function drawLoop () { requestAnimFrame(drawLoop); renderCanvas(); })(); // TOUCH EVENTS // Prevent scrolling when touching the canvas canvas.addEventListener("touchstart", function (e) { e.preventDefault(); var touch = e.touches[0]; var mouseEvent = new MouseEvent("mousedown", { clientX: touch.clientX, clientY: touch.clientY }); canvas.dispatchEvent(mouseEvent); }, false); canvas.addEventListener("touchend", function (e) { var mouseEvent = new MouseEvent("mouseup", {}); canvas.dispatchEvent(mouseEvent); }, false); canvas.addEventListener("touchmove", function (e) { e.preventDefault(); var touch = e.touches[0]; var mouseEvent = new MouseEvent("mousemove", { clientX: touch.clientX, clientY: touch.clientY }); canvas.dispatchEvent(mouseEvent); }, false); $("#LOCK_BTN").click(function() { _b.ToggleLock(); }); $("#UNDO_BTN").click(function() { _b.RestoreLockedState(); }); $("#BOOKMARK_BTN").click(function() { _b.Bookmark(); }); }); </script> </body> </html>
grunfeld/grunfeld.github.io
levels/t24.html
HTML
mit
6,076
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <!-- title will be inserted by ember-page-title --> <meta name="description" content="" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> {{content-for "head"}} <link integrity="" rel="stylesheet" href="{{rootURL}}assets/vendor.css" /> <link integrity="" rel="stylesheet" href="{{rootURL}}assets/dummy.css" /> {{content-for "head-footer"}} </head> <body> {{content-for "body"}} <script src="{{rootURL}}assets/vendor.js"></script> <script src="{{rootURL}}assets/dummy.js"></script> {{content-for "body-footer"}} </body> </html>
jkusa/ember-cli-clipboard
tests/dummy/app/index.html
HTML
mit
727
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width initial-scale=1" /> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>容错和速错</title> <meta name="description" content="Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description. "> <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-56538535-1', 'auto'); ga('send', 'pageview'); </script> <link rel="stylesheet" href="/blog/css/main.css"> <link rel="canonical" href="http://shopperplus.github.io/blog/2015/01/24/rong-cuo-he-su-cuo.html"> </head> <body> <header class="site-header"> <div class="wrapper"> <a class="site-title" href="/blog/">Shopper+ Team Blog</a> <nav class="site-nav"> <a href="#" class="menu-icon"> <svg viewBox="0 0 18 15"> <path fill="#424242" d="M18,1.484c0,0.82-0.665,1.484-1.484,1.484H1.484C0.665,2.969,0,2.304,0,1.484l0,0C0,0.665,0.665,0,1.484,0 h15.031C17.335,0,18,0.665,18,1.484L18,1.484z"/> <path fill="#424242" d="M18,7.516C18,8.335,17.335,9,16.516,9H1.484C0.665,9,0,8.335,0,7.516l0,0c0-0.82,0.665-1.484,1.484-1.484 h15.031C17.335,6.031,18,6.696,18,7.516L18,7.516z"/> <path fill="#424242" d="M18,13.516C18,14.335,17.335,15,16.516,15H1.484C0.665,15,0,14.335,0,13.516l0,0 c0-0.82,0.665-1.484,1.484-1.484h15.031C17.335,12.031,18,12.696,18,13.516L18,13.516z"/> </svg> </a> <div class="trigger"> <a class="page-link" href="/blog/about/">About</a> </div> </nav> </div> </header> <div class="page-content"> <div class="wrapper"> <div class="post"> <header class="post-header"> <h1 class="post-title">容错和速错</h1> <p class="post-meta">Jan 24, 2015 • Hooopo</p> </header> <article class="post-content"> <p>程序出现异常,不想让用户看到,会给一个友好的提示,这种做法一般称作“容错”。另一方面,我们希望自己的程序能够把隐藏错误尽早暴露出来,及时修复,这种思路称之为“速错”。拼写错误、源数据错误、逻辑错误都需要速错。当然,容错和速错也并不总是对立的,分清何时应用哪种策略非常重要。</p> <h2 id="hash#fetch-over-hash#[]">Hash#fetch over Hash#[]</h2> <p>当<code>Hash</code>的key值是已知的情况,比如状态枚举。优先使用<code>fetch</code>可以避免拼写错误带来的意外。举例:</p> <div class="highlight"><pre><code class="language-ruby" data-lang="ruby"><span class="k">class</span> <span class="nc">Event</span> <span class="o">&lt;</span> <span class="no">AR</span> <span class="no">STATUS</span> <span class="o">=</span> <span class="p">{</span> <span class="ss">:open</span> <span class="o">=&gt;</span> <span class="mi">1</span><span class="p">,</span> <span class="ss">:closed</span> <span class="o">=&gt;</span> <span class="mi">0</span> <span class="p">}</span> <span class="k">end</span> <span class="no">Event</span><span class="o">.</span><span class="n">update_all</span><span class="p">(</span><span class="ss">:status</span> <span class="o">=&gt;</span> <span class="no">Event</span><span class="o">::</span><span class="no">STATUS</span><span class="o">[</span><span class="ss">:close</span><span class="o">]</span><span class="p">,</span> <span class="s2">&quot;created_at &gt; &#39;2011-1-1&#39;&quot;</span><span class="p">)</span> <span class="c1"># =&gt; update status to null</span> <span class="no">Event</span><span class="o">.</span><span class="n">update_all</span><span class="p">(</span><span class="ss">:status</span> <span class="o">=&gt;</span> <span class="no">Event</span><span class="o">::</span><span class="no">STATUS</span><span class="o">.</span><span class="n">fetch</span><span class="p">(</span><span class="ss">:close</span><span class="p">),</span> <span class="s2">&quot;created_at &gt; &#39;2011-1-1&#39;&quot;</span><span class="p">)</span> <span class="c1"># =&gt; raise KeyError: key not found: :close</span> </code></pre></div> <p>上面例子由于错误拼写,把<code>closed</code>拼成 <code>close</code>,造成了一个<code>Silent failure</code>,而使用<code>fetch</code>方法就会在拼错时直接抛出异常,避免了之后的错误。</p> <h2 id="使用常量">使用常量</h2> <p>除此之外,声明常量也可以带来同样效果,本质是给输入加上了拼写检查。</p> <div class="highlight"><pre><code class="language-ruby" data-lang="ruby"><span class="k">class</span> <span class="nc">Event</span> <span class="o">&lt;</span> <span class="no">AR</span> <span class="no">CLOSED</span> <span class="o">=</span> <span class="mi">0</span> <span class="no">OPEN</span> <span class="o">=</span> <span class="mi">1</span> <span class="k">end</span> <span class="no">Event</span><span class="o">.</span><span class="n">update_all</span><span class="p">(</span><span class="ss">:status</span> <span class="o">=&gt;</span> <span class="no">Event</span><span class="o">::</span><span class="no">CLOSE</span><span class="p">,</span> <span class="s2">&quot;created_at &gt; &#39;2011-1-1&#39;&quot;</span><span class="p">)</span> <span class="c1"># =&gt; raise NameError: uninitialized constant CLOSE</span> </code></pre></div> <h2 id="善用attr-method">善用attr method</h2> <p>经常看到有人问,attr method有什么用,直接使用实例变量不好么,这样的问题。</p> <p>如果不是对<code>getter</code>和 <code>setter</code> 有额外的封装,两者是一样的,但用attr method调用和上面两个例子一样,也起到了错误检查的作用。我们知道Ruby的实例变量有一个隐藏特性,实例变量不需要定义就可以使用,不会报错。当然,在启动Ruby加 <code>-w</code> 参数是可以warning提示的。</p> <div class="highlight"><pre><code class="language-text" data-lang="text">class Event def initialze(attrs) @closed = attrs[:closed] || true end def xxx if @close # some code will not run end end end </code></pre></div> <p>如果我们使用attr reader,调用close方法直接就会抛出undefind method异常,让拼写错误尽早现形。</p> <h2 id="save!-over-save">save! over save</h2> <p>经常看到一段事物代码里用<code>save</code>的情况,<code>save</code>不会抛异常,这样事物的意义就失去了。显然,这属于不理解事物运作机制的错误用法。在没有事物的代码里,如何选择<code>save</code>还是<code>save!</code>也是非常困难的。我个人的习惯是,在不需要错误回显的情况,一律使用<code>save!</code>和<code>update_attributes!</code>这样能够<code>Fail Fast</code> 的方法。</p> <h2 id="不要滥用-rescue">不要滥用 rescue</h2> <p>如果你的代码里经常见到<code>begin rescue</code>,这就是一种<code>bad small</code>。当然,调用外部接口时,异常一定要捕获,但有一部分新手会在自己写的一堆应用逻辑外面套上<code>begin resuce</code>,并且不明确捕获的错误类型。当你问他,你要捕获哪种错误的时候,他一定回答不出。对于自己代码里的逻辑错误不应该去捕获错误,而是查出错误的来源,从源头上解决问题。即使要捕获,也应该有一个明确的类型:</p> <div class="highlight"><pre><code class="language-ruby" data-lang="ruby"><span class="k">begin</span> <span class="k">rescue</span> <span class="no">KeyError</span> <span class="o">=&gt;</span> <span class="n">e</span> <span class="o">.</span><span class="n">.</span><span class="o">.</span> <span class="k">end</span> </code></pre></div> <p>用异常做控制流的做法也不少见,但不是本文讨论的话题..</p> <h2 id="数据源错误">数据源错误</h2> <p>容错的思想带来的一个问题是总想隐藏问题,不是直接去从源头解决。当一个产品数据被误删导致用户订单页面出错,不应该去容错,到处写<code>order_item.product.try(:name)</code>,而是应该去恢复被删数据。</p> <p>同理,数据库出现脏数据,不应该去改变代码的写法,比如,把<code>save</code>改成<code>save(false)</code>,去跳过验证。应该做的也是清理数据源,否则就需要无穷无尽的“容错”代码。</p> </article> <div id="disqus_thread"></div> <script type="text/javascript"> /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */ var disqus_shortname = 'shopperplus'; // required: replace example with your forum shortname /* * * DON'T EDIT BELOW THIS LINE * * */ (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })(); </script> <noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript> </div> </div> </div> <footer class="site-footer"> <div class="wrapper"> <h2 class="footer-heading">Shopper+ Team Blog</h2> <div class="footer-col-wrapper"> <div class="footer-col footer-col-1"> <ul class="contact-list"> <li>Shopper+ Team Blog</li> <li><a href="mailto:tech@3cps.ca">tech@3cps.ca</a></li> </ul> </div> <div class="footer-col footer-col-2"> <ul class="social-media-list"> <li> <a href="https://github.com/shopperplus"> <span class="icon icon--github"> <svg viewBox="0 0 16 16"> <path fill="#828282" d="M7.999,0.431c-4.285,0-7.76,3.474-7.76,7.761 c0,3.428,2.223,6.337,5.307,7.363c0.388,0.071,0.53-0.168,0.53-0.374c0-0.184-0.007-0.672-0.01-1.32 c-2.159,0.469-2.614-1.04-2.614-1.04c-0.353-0.896-0.862-1.135-0.862-1.135c-0.705-0.481,0.053-0.472,0.053-0.472 c0.779,0.055,1.189,0.8,1.189,0.8c0.692,1.186,1.816,0.843,2.258,0.645c0.071-0.502,0.271-0.843,0.493-1.037 C4.86,11.425,3.049,10.76,3.049,7.786c0-0.847,0.302-1.54,0.799-2.082C3.768,5.507,3.501,4.718,3.924,3.65 c0,0,0.652-0.209,2.134,0.796C6.677,4.273,7.34,4.187,8,4.184c0.659,0.003,1.323,0.089,1.943,0.261 c1.482-1.004,2.132-0.796,2.132-0.796c0.423,1.068,0.157,1.857,0.077,2.054c0.497,0.542,0.798,1.235,0.798,2.082 c0,2.981-1.814,3.637-3.543,3.829c0.279,0.24,0.527,0.713,0.527,1.437c0,1.037-0.01,1.874-0.01,2.129 c0,0.208,0.14,0.449,0.534,0.373c3.081-1.028,5.302-3.935,5.302-7.362C15.76,3.906,12.285,0.431,7.999,0.431z"/> </svg> </span> <span class="username">shopperplus</span> </a> </li> <li> <a href="https://twitter.com/shopperplus"> <span class="icon icon--twitter"> <svg viewBox="0 0 16 16"> <path fill="#828282" d="M15.969,3.058c-0.586,0.26-1.217,0.436-1.878,0.515c0.675-0.405,1.194-1.045,1.438-1.809 c-0.632,0.375-1.332,0.647-2.076,0.793c-0.596-0.636-1.446-1.033-2.387-1.033c-1.806,0-3.27,1.464-3.27,3.27 c0,0.256,0.029,0.506,0.085,0.745C5.163,5.404,2.753,4.102,1.14,2.124C0.859,2.607,0.698,3.168,0.698,3.767 c0,1.134,0.577,2.135,1.455,2.722C1.616,6.472,1.112,6.325,0.671,6.08c0,0.014,0,0.027,0,0.041c0,1.584,1.127,2.906,2.623,3.206 C3.02,9.402,2.731,9.442,2.433,9.442c-0.211,0-0.416-0.021-0.615-0.059c0.416,1.299,1.624,2.245,3.055,2.271 c-1.119,0.877-2.529,1.4-4.061,1.4c-0.264,0-0.524-0.015-0.78-0.046c1.447,0.928,3.166,1.469,5.013,1.469 c6.015,0,9.304-4.983,9.304-9.304c0-0.142-0.003-0.283-0.009-0.423C14.976,4.29,15.531,3.714,15.969,3.058z"/> </svg> </span> <span class="username">shopperplus</span> </a> </li> </ul> </div> <div class="footer-col footer-col-3"> <p class="text">Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description. </p> </div> </div> </div> </footer> </body> </html>
shopperplus/blog
_site/2015/01/24/rong-cuo-he-su-cuo.html
HTML
mit
12,906
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta name="author" content=""> <script src="//ajax.googleapis.com/ajax/libs/angularjs/1.2.10/angular.min.js"></script> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> <script src="//netdna.bootstrapcdn.com/bootstrap/3.1.0/js/bootstrap.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/angular-ui-bootstrap/0.10.0/ui-bootstrap-tpls.js"></script> <script src="http://pc035860.github.io/angular-easyfb/angular-easyfb.min.js"></script> <script src="/static/app/main.js"></script> <link rel="shortcut icon" href="/static/bootstrap/ico/favicon.png"> <title>EL Connect</title> <!-- Bootstrap core CSS --> <link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css"/> <!-- Custom styles --> <link href="/static/css/custom.css" rel="stylesheet"> <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> <script src="/static/bootstrap/js/html5shiv.js"></script> <script src="/static/bootstrap/js/respond.min.js"></script> <![endif]--> {% block headerend %} {% endblock %} </head> <body> {% block topnav %} <div class="navbar navbar-fixed-top navbar-inverse" role="navigation"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="/">EL </a> </div> <div class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li class="active"><a href="/facebook/login/">facebook</a></li> </ul> <ul class="nav navbar-nav pull-right"> {% if not session.logged_in %} <li><a href="/facebook_login/" target="_blank">Login or Signup</a></li> {% else %} <li><a href="/logout/">Logout {{ session.user_name }}</a></li> {% endif %} </ul> </div> <!-- /.nav-collapse --> </div> <!-- /.container --> </div><!-- /.navbar --> {% endblock %} <div class="container"> <div class="row"> <div class="col-xs-2"> {% block sidebar %} {% endblock %} </div> <div class="col-xs-10"> {% block content %} {% endblock %} </div> </div> </div> <div id="fb-root"></div> </body> </html>
dcsan/ltel
templates/layouts/base.html
HTML
mit
2,680
<!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 --> <title>android.media Class Hierarchy</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style"> <link rel="stylesheet" type="text/css" href="../../jquery/jquery-ui.css" title="Style"> <script type="text/javascript" src="../../script.js"></script> <script type="text/javascript" src="../../jquery/jszip/dist/jszip.min.js"></script> <script type="text/javascript" src="../../jquery/jszip-utils/dist/jszip-utils.min.js"></script> <!--[if IE]> <script type="text/javascript" src="../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script> <![endif]--> <script type="text/javascript" src="../../jquery/jquery-1.10.2.js"></script> <script type="text/javascript" src="../../jquery/jquery-ui.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="android.media Class Hierarchy"; } } catch(err) { } //--> var pathtoroot = "../../";loadScripts(document, 'script');</script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <div class="fixedNav"> <!-- ========= 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</li> <li class="navBarCell1Rev">Tree</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"><ul class="navList" style="font-size: 1.5em;"><li>Robolectric 4.5 | <a href="/" target="_top"><img src="http://robolectric.org/images/logo-with-bubbles-down.png" style="max-height: 18pt; vertical-align: sub;"/></a></li></ul></div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li><a href="../../android/webkit/package-tree.html">Next</a></li> </ul> <ul class="navList"> <li><a href="../../index.html?android/media/package-tree.html" target="_top">Frames</a></li> <li><a href="package-tree.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> <ul class="navListSearch"> <li><span>SEARCH:&nbsp;</span> <input type="text" id="search" value=" " disabled="disabled"> <input type="reset" id="reset" value=" " disabled="disabled"> </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> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> </div> <div class="navPadding">&nbsp;</div> <script type="text/javascript"><!-- $('.navPadding').css('padding-top', $('.fixedNav').css("height")); //--> </script> <div class="header"> <h1 class="title">Hierarchy For Package android.media</h1> <span class="packageHierarchyLabel">Package Hierarchies:</span> <ul class="horizontal"> <li><a href="../../overview-tree.html">All Packages</a></li> </ul> </div> <div class="contentContainer"> <h2 title="Class Hierarchy">Class Hierarchy</h2> <ul> <li class="circle">java.lang.<a href="https://developer.android.com/reference/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><span class="typeNameLink">Object</span></a> <ul> <li class="circle">android.media.<a href="../../android/media/Session2Token.html" title="class in android.media"><span class="typeNameLink">Session2Token</span></a></li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li class="navBarCell1Rev">Tree</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"><ul class="navList" style="font-size: 1.5em;"><li>Robolectric 4.5 | <a href="/" target="_top"><img src="http://robolectric.org/images/logo-with-bubbles-down.png" style="max-height: 18pt; vertical-align: sub;"/></a></li></ul></div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li><a href="../../android/webkit/package-tree.html">Next</a></li> </ul> <ul class="navList"> <li><a href="../../index.html?android/media/package-tree.html" target="_top">Frames</a></li> <li><a href="package-tree.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> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
robolectric/robolectric.github.io
javadoc/4.5/android/media/package-tree.html
HTML
mit
6,038
{% include base_path %} {% if page.author %} {% assign author = site.data.authors[page.author] %}{% else %}{% assign author = site.author %} {% endif %} <div itemscope itemtype="http://schema.org/Person"> <div class="author__avatar"> <a href="{{ base_path }}/"> {% if author.avatar contains "http" %} <img src="{{ author.avatar }}" alt="{{ author.name }}"> {% else %} <img src="{{ author.avatar | prepend: "/images/" | prepend: base_path }}" class="author__avatar" alt="{{ author.name }}"> {% endif %} </a> </div> <div class="author__content"> <h3 class="author__name">{{ author.name }}</h3> {% if author.bio %}<p class="author__bio">{{ author.bio }}</p>{% endif %} </div> <div class="author__urls-wrapper"> <button class="btn btn--inverse">Follow</button> <ul class="author__urls social-icons"> {% if author.location %} <li><i class="fa fa-fw fa-map-marker" aria-hidden="true"></i> {{ author.location }}</li> {% endif %} {% if author.uri %} <li><a href="{{ author.uri }}"><i class="fa fa-fw fa-chain" aria-hidden="true"></i> {{ site.data.ui-text[site.locale].website_label }}</a></li> {% endif %} {% if author.email %} <li><a href="mailto:{{ author.email }}"><i class="fa fa-fw fa-envelope-square" aria-hidden="true"></i> {{ site.data.ui-text[site.locale].email_label }}</a></li> {% endif %} {% if author.keybase %} <li><a href="https://keybase.io/{{ author.keybase }}"><i class="fa fa-fw fa-key" aria-hidden="true"></i> Keybase</a></li> {% endif %} {% if author.twitter %} <li><a href="http://twitter.com/{{ author.twitter }}"><i class="fa fa-fw fa-twitter-square" aria-hidden="true"></i> Twitter</a></li> {% endif %} {% if author.facebook %} <li><a href="http://facebook.com/{{ author.facebook }}"><i class="fa fa-fw fa-facebook-square" aria-hidden="true"></i> Facebook</a></li> {% endif %} {% if author.google_plus %} <li><a href="http://plus.google.com/+{{ author.google_plus }}"><i class="fa fa-fw fa-google-plus-square" aria-hidden="true"></i> Google+</a></li> {% endif %} {% if author.linkedin %} <li><a href="http://linkedin.com/in/{{ author.linkedin }}"><i class="fa fa-fw fa-linkedin-square" aria-hidden="true"></i> LinkedIn</a></li> {% endif %} {% if author.xing %} <li><a href="http://www.xing.com/profile/{{ author.xing }}"><i class="fa fa-fw fa-xing-square" aria-hidden="true"></i> XING</a></li> {% endif %} {% if author.instagram %} <li><a href="http://instagram.com/{{ author.instagram }}"><i class="fa fa-fw fa-instagram" aria-hidden="true"></i> Instagram</a></li> {% endif %} {% if author.tumblr %} <li><a href="http://{{ author.tumblr }}.tumblr.com"><i class="fa fa-fw fa-tumblr-square" aria-hidden="true"></i> Tumblr</a></li> {% endif %} {% if author.bitbucket %} <li><a href="http://bitbucket.org/{{ author.bitbucket }}"><i class="fa fa-fw fa-bitbucket" aria-hidden="true"></i> Bitbucket</a></li> {% endif %} {% if author.github %} <li><a href="http://github.com/{{ author.github }}"><i class="fa fa-fw fa-github" aria-hidden="true"></i> Github</a></li> {% endif %} {% if author.stackoverflow %} <li><a href="http://stackoverflow.com/users/{{ author.stackoverflow }}"><i class="fa fa-fw fa-stack-overflow" aria-hidden="true"></i> Stackoverflow</a></li> {% endif %} {% if author.lastfm %} <li><a href="http://lastfm.com/user/{{ author.lastfm }}"><i class="fa fa-fw fa-lastfm-square" aria-hidden="true"></i> Last.fm</a></li> {% endif %} {% if author.dribbble %} <li><a href="http://dribbble.com/{{ author.dribbble }}"><i class="fa fa-fw fa-dribbble" aria-hidden="true"></i> Dribbble</a></li> {% endif %} {% if author.pinterest %} <li><a href="http://www.pinterest.com/{{ author.pinterest }}"><i class="fa fa-fw fa-pinterest" aria-hidden="true"></i> Pinterest</a></li> {% endif %} {% if author.foursquare %} <li><a href="http://foursquare.com/{{ author.foursquare }}"><i class="fa fa-fw fa-foursquare" aria-hidden="true"></i> Foursquare</a></li> {% endif %} {% if author.steam %} <li><a href="http://steamcommunity.com/id/{{ author.steam }}"><i class="fa fa-fw fa-steam-square" aria-hidden="true"></i> Steam</a></li> {% endif %} {% if author.youtube %} <li><a href="https://youtube.com/user/{{ author.youtube }}"><i class="fa fa-fw fa-youtube-square" aria-hidden="true"></i> Youtube</a></li> {% endif %} {% if author.soundcloud %} <li><a href="http://soundcloud.com/{{ author.soundcloud }}"><i class="fa fa-fw fa-soundcloud" aria-hidden="true"></i> Soundcloud</a></li> {% endif %} {% if author.weibo %} <li><a href="http://www.weibo.com/{{ author.weibo }}"><i class="fa fa-fw fa-weibo" aria-hidden="true"></i> Weibo</a></li> {% endif %} {% if author.flickr %} <li><a href="http://www.flickr.com/{{ author.flickr }}"><i class="fa fa-fw fa-flickr" aria-hidden="true"></i> Flickr</a></li> {% endif %} {% if author.codepen %} <li><a href="http://codepen.io/{{ author.codepen }}"><i class="fa fa-fw fa-codepen" aria-hidden="true"></i> CodePen</a></li> {% endif %} {% if author.vine %} <li><a href="https://vine.co/u/{{ author.vine }}"><i class="fa fa-fw fa-vine" aria-hidden="true"></i> Vine</a></li> {% endif %} </ul> </div> </div>
trevorstephens/trevorstephens.github.io
_includes/author-profile.html
HTML
mit
5,616
<div class="login-wrapper"> <div class="container"> <div class="profile--open"> <div class="avatar"> <span href="" target="_blank"><img src="assets/img/logo.png"></span> </div> <form class="profile__form" name="form" #form="ngForm" novalidate> <div> <div class="field"> <mat-form-field class="example-full-width"> <input matInput [(ngModel)]="user.email" id="email" name='email' required placeholder="Email" #email="ngModel"> <mat-icon matSuffix>account_circle</mat-icon> </mat-form-field> </div> <div class="field"> <mat-form-field class="example-full-width"> <input matInput [type]="hide ? 'password' : 'text'" [(ngModel)]="user.password" id="password" name='password' required placeholder="Password" #password='ngModel'> <mat-icon matSuffix (click)="hide = !hide">{{hide ? 'visibility' : 'visibility_off'}}</mat-icon> <mat-hint align="end">Password is case-sensitive</mat-hint> </mat-form-field> </div> <div class="profile__footer"> <button mat-raised-button color="primary" class="btn-lg" (click)="getLogin()" *ngIf="!tryingToLogin" [disabled]="!form.valid">Login</button> <button mat-raised-button disabled class="btn-lg" *ngIf="tryingToLogin">Please Wait... </button> <div class="forgot_register"> <ul class="login-navigation"> <li class="bgm-red" routerLink="/register">Register</li> <li class="bgm-orange" routerLink="/forgotPassword">Forgot Password?</li> </ul> </div> </div> <div class="text-center"> <app-google-signin></app-google-signin> </div> </div> </form> </div> </div> </div>
Harikodapaka/Angular4-Material2-Fusion
src/app/login/login.component.html
HTML
mit
1,908
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/GildasScarletBall/Templates/ScarletBall.dwt" codeOutsideHTMLIsLocked="false" --> <head> <!-- InstanceBeginEditable name="doctitle" --> <title>Gilda's Scarlet Ball - Sponsors</title> <!-- InstanceEndEditable --> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <!-- InstanceBeginEditable name="head" --> <!-- InstanceEndEditable --> <link href="scarletball.css" rel="stylesheet" type="text/css" /> </head> <body> <div class="homediv"><a href="home.html" title="Home"><img src="images/maskbutton.gif" height="77" width="640" border="0"></a></div> <div class="leftMenuBar"> <table width="107" height="250" cellpadding="0" cellspacing="0" border="0"> <tr> <td class="leftTd"><a href="gclub.html" title="What is Gilda's Club?"><img src="images/maskbutton.gif" height="50" border="0"></a></td> </tr> <tr> <td><a href="tickets.html" title="Buy Tickets"><img src="images/maskbutton.gif" border="0"></a></td> </tr> <tr> <td class="leftTd"><a href="sponsors.html" title="People who make this Ball possible"><img src="images/maskbutton.gif" border="0"></a></td> </tr> <tr> <td class="leftTd"><a href="location.html" title="How to become a sponsor"><img src="images/maskbutton.gif" border="0"></a></td> </tr> <tr> <td class="leftTd"><a href="contact.html" title="How you can reach us"><img src="images/maskbutton.gif" border="0"></a></td> </tr> </table> </div> <div class="homeFloater"><a target="new" href="http://www.gildasclubgreaterwashington.org" title="Gilda's Club Greater Washington"><img src="images/maskbutton.gif" width="80" height="80" border="0"></a></div> <div class="mainFrame"> <table border="0"> <tr> <td> <!-- InstanceBeginEditable name="MainContent" --> <p align="center" class="headers">Gilda's Scarlet Ball Registered Sponsors</p> <p align="center"><span class="headers">Scarlet Sponsors</span> </p> <p><span class="headers">Legal Placements Incorporated</span> - <a href="http://www.legalplacements.com" target="new">www.legalplacements.com</a><br /> <a href="http://www.legalplacements.com" target="new"><img src="images/legalp.jpg" width="490" height="150" border="0" /></a> </p> <!--- <hr width="75%" size="1" noshade="noshade" /> <p align="center"><span class="headers">Red Sponsors</span><br /> Sponsors who have contributed $2,500 - $4,999</p> ---> <hr width="75%" size="1" noshade="noshade" /> <p align="center"><span class="headers">Select Sponsors</span><br /> Sponsors who have donated in kind contribution of goods, time and/or talent </p> <p><span class="headers">Rodrigo J. Munera</span> - <a href="mailto:rodrigomu@cox.net">rodrigomu@cox.net</a><br /> Web & Graphic Designer / Illustrator. Rodrigo has been our generous website designer and sponsor. He currently lives in the Washington DC metro area and works as a freelance artist and designer out of his home. <br> For custom prices for all types of projects, including Cold Fusion programming, you may contact him at <a href="mailto:rodrigomu@cox.net">rodrigomu@cox.net</a> even if it's just to congratulate him for his beautiful work and dedication on this site.</p> <p><span class="headers">Francesca Roode BA (hons)</span> - <a href="mailto:francaz78@hotmail.co.uk">francaz78@hotmail.co.uk</a> <br /> <a href="mailto:francaz78@hotmail.co.uk"><img src="images/francesca.jpg" width="500" height="95" border="0" /></a> <br /> </p> <p><span class="headers">Karin's Florist</span> - <a href="http://www.karinsflorist.com" target="new">www.karinsflorist.com</a><br /> <a href="http://www.karinsflorist.com" target="new"><img src="images/karins.jpg" width="490" height="130" border="0"/></a> </p> <p><span class="headers">The St. Regis Hotel</span> - <a href="http://www.starwood.com/stregis/search/hotel_detail.html?propertyID=193" target="new">http://www.starwood.com/stregis/search/hotel_detail.html?propertyID=193</a><br> <a href="http://www.starwood.com/stregis/search/hotel_detail.html?propertyID=193" target="new"><img src="images/stregisshort.jpg" width="490" height="130" border="0" /></a> <p><span class="headers">Illuminations</span> - <a href="http://www.illuminations.com" target="new">www.illuminations.com</a><br /> Tysons Corner, 1961 Chainbridge Road, McLean, VA 22101, Tel: (703)790-8610. </p> <p><span class="headers">American Plant Food</span> - <a href="http://www.americanplantfood.com" target="new">www.americanplantfood.com</a><br /> 7405 River Road, Bethesda, MD 20817, Tel: (301)469-7690 </p> <p></p> <hr width="75%" size="1" noshade="noshade" /> <p>&nbsp;</p> <!-- InstanceEndEditable --> </td> </tr> </table> </div> <div class="menubar"> <table align="center" border="0" cellpadding="4" cellspacing="0"> <tr> <td valign="middle"> <a href="http://www.gildasclubgreaterwashington.org" target="new">Gilda's Club of Greater Washington</a> | <a href="privacy.html">Privacy</a> | Copyright &copy; 2002 - 2003 </td> </tr> </table> </div> </body> <!-- InstanceEnd --></html>
rodmunera/junky-legacy
muneras/GildasScarletBall/sponsors.html
HTML
mit
5,621
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>Divina</title> <meta name="description" content="Uma lista de fácil acesso de magias para TRPG baseado no grimoire do thebombzen para 5e"> <link rel="stylesheet" href="/css/main.css"> <link rel="canonical" href="http://localhost:4000/tags/divina"> <script src="http://use.typekit.net/nra6zxt.js"></script> <script src="/js/jets.min.js"></script> <script>try{Typekit.load();}catch(e){}</script> <script type="text/javascript"> function menuClick() { if ( document.getElementById("menu").className.match(/(?:^|\s)show(?!\S)/) ) { document.getElementById("menu").className = document.getElementById("menu").className.replace ( /(?:^|\s)show(?!\S)/g , '' ) } else { document.getElementById("menu").className += " show"; } if ( document.getElementById("menu2").className.match(/(?:^|\s)show(?!\S)/) ) { document.getElementById("menu2").className = document.getElementById("menu2").className.replace ( /(?:^|\s)show(?!\S)/g , '' ) } else { document.getElementById("menu2").className += " show"; } } window.onload = function(){ document.getElementById("menuIcon").addEventListener( 'click' , menuClick ); } </script> <script src="/js/tagsearch.js"></script> </head> <body class="class-list"> <header class="site-header"> <a id="top"></a> <div class="wrapper"> <nav class="site-nav"> <a class="site-title" href="/">Grimório TRPG</a> <a href="#" id="menuIcon" class="menu-icon"> <svg viewBox="0 0 18 15"> <path fill="#424242" d="M18,1.484c0,0.82-0.665,1.484-1.484,1.484H1.484C0.665,2.969,0,2.304,0,1.484l0,0C0,0.665,0.665,0,1.484,0 h15.031C17.335,0,18,0.665,18,1.484L18,1.484z"/> <path fill="#424242" d="M18,7.516C18,8.335,17.335,9,16.516,9H1.484C0.665,9,0,8.335,0,7.516l0,0c0-0.82,0.665-1.484,1.484-1.484 h15.031C17.335,6.031,18,6.696,18,7.516L18,7.516z"/> <path fill="#424242" d="M18,13.516C18,14.335,17.335,15,16.516,15H1.484C0.665,15,0,14.335,0,13.516l0,0 c0-0.82,0.665-1.484,1.484-1.484h15.031C17.335,12.031,18,12.696,18,13.516L18,13.516z"/> </svg> </a> <div id="menu" class="trigger"> <a class="page-link" href="/tags/abencoado.html">Abençoado</a> <a class="page-link" href="/tags/bardo.html">Bardo</a> <a class="page-link" href="/tags/clerigo.html">Clerigo</a> <a class="page-link" href="/tags/druida.html">Druida</a> <a class="page-link" href="/tags/paladino.html">Paladino</a> <a class="page-link" href="/tags/ranger.html">Ranger</a> <a class="page-link" href="/tags/feiticeiro.html">Feiticeiro</a> <a class="page-link" href="/tags/mago.html">Mago</a> </div> </nav> </div> </header> <div class="page-content"> <div class="wrapper"> <h1 class="page-heading">Divina</h1> <p id="spellSearch">Search by name: <input type="search" id="jetsSearch" class="jetsSearch"></p> <p id="tagSearch"><form>Search by tag: <input type="search" name="tagSearch" id="tagSearchBar" class="jetsSearch"></form></p> <dl class="tag-list"> <dt>Spell tier:</dt> <dd> <a href="#level0">Nível 0</a> </dd> <dd> <a href="#level1">Nível 1</a> </dd> <dd> <a href="#level2">Nível 2</a> </dd> <dd> <a href="#level3">Nível 3</a> </dd> <dd> <a href="#level4">Nível 4</a> </dd> <dd> <a href="#level5">Nível 5</a> </dd> <dd> <a href="#level6">Nível 6</a> </dd> <dd> <a href="#level7">Nível 7</a> </dd> <dd> <a href="#level8">Nível 8</a> </dd> <dd> <a href="#level9">Nível 9</a> </dd> </dl> <a id="level0"></a> <h2 class="post-list-head jetsHide">Nível 0</h2> <a class="post-meta jetsHide" href="#top">De volta ao Topo &#8593;</a> <a id="level1"></a> <h2 class="post-list-head jetsHide">Nível 1</h2> <a class="post-meta jetsHide" href="#top">De volta ao Topo &#8593;</a> <a id="level2"></a> <h2 class="post-list-head jetsHide">Nível 2</h2> <a class="post-meta jetsHide" href="#top">De volta ao Topo &#8593;</a> <a id="level3"></a> <h2 class="post-list-head jetsHide">Nível 3</h2> <a class="post-meta jetsHide" href="#top">De volta ao Topo &#8593;</a> <a id="level4"></a> <h2 class="post-list-head jetsHide">Nível 4</h2> <a class="post-meta jetsHide" href="#top">De volta ao Topo &#8593;</a> <a id="level5"></a> <h2 class="post-list-head jetsHide">Nível 5</h2> <a class="post-meta jetsHide" href="#top">De volta ao Topo &#8593;</a> <a id="level6"></a> <h2 class="post-list-head jetsHide">Nível 6</h2> <a class="post-meta jetsHide" href="#top">De volta ao Topo &#8593;</a> <a id="level7"></a> <h2 class="post-list-head jetsHide">Nível 7</h2> <ul class="post-list jetsContent"> <li data-tags="level7,clerigo,abencoado,divina,necromancia,padrao,toque,criatura,instantanea,fortitude,parcial"> <a class="post-link" href="/spells/destruicao">Destruição</a> </li> </ul> <ul class="post-list jetsContent"> <li data-tags="level7,clerigo,abencoado,divina,invocacao,completa,outro,minuto,nenhum"> <a class="post-link" href="/spells/destruicao-rastejante">Destruição</a> </li> </ul> <a class="post-meta jetsHide" href="#top">De volta ao Topo &#8593;</a> <a id="level8"></a> <h2 class="post-list-head jetsHide">Nível 8</h2> <a class="post-meta jetsHide" href="#top">De volta ao Topo &#8593;</a> <a id="level9"></a> <h2 class="post-list-head jetsHide">Nível 9</h2> <a class="post-meta jetsHide" href="#top">De volta ao Topo &#8593;</a> </div> </div> <footer class="site-footer"> <div class="wrapper"> <h2 class="footer-heading">Grimório TRPG</h2> <div class="footer-col-wrapper"> <div class="footer-col footer-col-1"> <ul class="contact-list"> <li><p class="text">Uma lista de fácil acesso de magias para TRPG baseado no grimoire do thebombzen para 5e</p></li> <li><a href="mailto:"></a></li> </ul> </div> <div class="footer-col footer-col-2"> <p>Dr. <a href="http://jekyllrb.com/" target="_blank">Jekyll</a> tempts fickle fate in his pursuit of the <a href="http://www.sublimetext.com/" target="_blank">sublime</a>.</p> </div> <div class="footer-col footer-col-3"> <p>Source available on <a href="https://github.com/RoenMidnight/grimorio-trpg/"" target="_blank">Github</a>.</p> </div> </div> <div class="footer-top-link"><a href="#top">Back to top &#8593;</a></div> </div> </footer> <script> var jets = new Jets({ searchTag: '#jetsSearch', contentTag: '.jetsContent', didSearch: function(search_phrase) { var elements = document.getElementsByClassName("jetsHide"); if (!search_phrase.trim()) { for (var i = 0; i < elements.length; i++) { elements[i].classList.remove("searchHide"); } } else { for (var i = 0; i < elements.length; i++) { elements[i].classList.add("searchHide"); } } } }) </script> </body> </html>
RoenMidnight/grimorio-trpg
_site/tags/divina.html
HTML
mit
96,775
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en"> <head> <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" /> <title>Stealth</title> <style type="text/css" media="screen"> <!-- body { background: #111; color: silver; cursor: none; overflow: hidden; } #ship, #laser { position: absolute; left: -200px; top: 0px; } #ship { background: url(/images/ship.png); width: 99px; height: 71px; } #laser { background: #f66; width: 1px; visibility: hidden; } --> </style> <script src="/javascripts/prototype.js" type="text/javascript"></script> <script type="text/javascript" charset="utf-8"> <!-- function onMouseMove(event) { var ship = $('ship'); var width = ship.getWidth(); var height = ship.getHeight(); var x = Event.pointerX(event); var y = Event.pointerY(event); ship.style.left = x - (width / 2) + 1 + 'px'; ship.style.top = y - (height / 2) + 1 + 'px'; var laser = $('laser'); laser.style.left = x + 'px'; laser.style.height = y + 'px'; } function onMouseDown(event) { var laser = $('laser'); laser.style.visibility = 'visible'; } function onMouseUp(event) { var laser = $('laser'); laser.style.visibility = 'hidden'; } Event.observe(window, 'mousemove', onMouseMove); Event.observe(window, 'mousedown', onMouseDown); Event.observe(window, 'mouseup', onMouseUp); //--> </script> </head> <body> <div id="laser"></div> <div id="ship"></div> </body> </html>
jlong/stealth
public/experiments/stealth.html
HTML
mit
1,913
<html> <head> <meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8"> <title>contains</title> </head><body><link href="../../../images/logo-icon.svg" rel="icon" type="image/svg"><script>var pathToRoot = "../../";</script><script type="text/javascript" src="../../scripts/sourceset_dependencies.js" async></script><link href="../../styles/style.css" rel="Stylesheet"><link href="../../styles/logo-styles.css" rel="Stylesheet"><link href="../../styles/jetbrains-mono.css" rel="Stylesheet"><link href="../../styles/main.css" rel="Stylesheet"><script type="text/javascript" src="../../scripts/clipboard.js" async></script><script type="text/javascript" src="../../scripts/navigation-loader.js" async></script><script type="text/javascript" src="../../scripts/platform-content-handler.js" async></script><script type="text/javascript" src="../../scripts/main.js" async></script> <div id="container"> <div id="leftColumn"><a href="../../index.html"> <div id="logo"></div> </a> <div id="paneSearch"></div> <div id="sideMenu"></div> </div> <div id="main"> <script type="text/javascript" src="../../scripts/main.js"></script><div id="leftToggler"><span class="icon-toggler"></span></div> <div class="main-content" id="content" pageids="assertk-coroutines::assertk.coroutines.assertions//contains/assertk.Assert[kotlinx.coroutines.flow.Flow[*]]#kotlin.Any?/PointingToDeclaration//-1799283984"> <div class="navigation-wrapper" id="navigation-wrapper"> <div class="breadcrumbs"><a href="../index.html">assertk-coroutines</a>/<a href="index.html">assertk.coroutines.assertions</a>/<a href="contains.html">contains</a></div> <div class="pull-right d-flex"> <div id="searchBar"></div> </div> </div> <div class="cover "> <h1 class="cover"><span>contains</span></h1> </div> <div class="divergent-group" data-filterable-current=":assertk-coroutines:dokkaHtmlPartial/commonMain" data-filterable-set=":assertk-coroutines:dokkaHtmlPartial/commonMain"><div class="with-platform-tags"><span class="pull-right"></span></div> <div> <div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":assertk-coroutines:dokkaHtmlPartial/commonMain"><div class="symbol monospace">suspend fun <a href="../../assertk/assertk/-assert/index.html">Assert</a>&lt;<span data-unresolved-link="kotlinx.coroutines.flow/Flow///PointingToDeclaration/">Flow</span>&lt;*&gt;&gt;.<a href="contains.html">contains</a>(element: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</a>?)<span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div></div></div> </div> <p class="paragraph">Asserts the flow contains the expected element, using <code>in</code>. Succeeds as soon as that element is received.</p><h2 class="">See also</h2><div data-togglable="See also"><div class="platform-hinted WithExtraAttributes" data-platform-hinted="data-platform-hinted" data-togglable="See also"><div class="content sourceset-depenent-content" data-active="" data-togglable=":assertk-coroutines:dokkaHtmlPartial/commonMain"><div data-togglable="See also"><div class="table" data-togglable="See also"><div class="table-row" data-filterable-current=":assertk-coroutines:dokkaHtmlPartial/commonMain" data-filterable-set=":assertk-coroutines:dokkaHtmlPartial/commonMain"><div class="main-subrow keyValue WithExtraAttributes RowTitle"><div class=""><span class="inline-flex"><a href="does-not-contain.html">doesNotContain</a></span><span class="inline-flex"><div data-togglable="See also"></div></span></div><div></div></div></div></div></div></div></div></div></div> </div> <div class="footer"><span class="go-to-top-icon"><a href="#content"></a></span><span>© 2021 Copyright</span><span class="pull-right"><span>Generated by </span><a href="https://github.com/Kotlin/dokka"><span>dokka</span><span class="padded-icon"></span></a></span></div> </div> </div> </body></html>
willowtreeapps/assertk
docs/assertk-coroutines/assertk.coroutines.assertions/contains.html
HTML
mit
4,335
<?xml version="1.0" ?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <!-- saved from url=(0017)http://localhost/ --> <script language="JavaScript" src="../../displayToc.js"></script> <script language="JavaScript" src="../../tocParas.js"></script> <script language="JavaScript" src="../../tocTab.js"></script> <link rel="stylesheet" type="text/css" href="../../scineplex.css"> <title></title> <link rel="stylesheet" href="../../Active.css" type="text/css" /> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <link rev="made" href="mailto:" /> </head> <body> <ul id="index"> <li><a href="#NAME">NAME</a></li> <li><a href="#VERSION">VERSION</a></li> <li><a href="#SYNOPSIS">SYNOPSIS</a></li> <li><a href="#DESCRIPTION">DESCRIPTION</a></li> <li><a href="#METHODS">METHODS</a> <ul> <li><a href="#Class-Methods">Class Methods</a> <ul> <li><a href="#"></a></li> <li><a href="#1"></a></li> <li><a href="#2"></a></li> </ul> </li> </ul> </li> </ul> <h1 id="NAME">NAME</h1> <p>TAP::Base - Base class that provides common functionality to <a href="../../lib/TAP/Parser.html">TAP::Parser</a> and <a href="../../lib/TAP/Harness.html">TAP::Harness</a></p> <h1 id="VERSION">VERSION</h1> <p>Version 3.25</p> <h1 id="SYNOPSIS">SYNOPSIS</h1> <pre><code><code> <span class="keyword">package</span> <span class="variable">TAP::Whatever</span><span class="operator">;</span> <span class="keyword">use</span> <span class="variable">TAP::Base</span><span class="operator">;</span> <span class="keyword">use</span> <span class="variable">vars</span> <span class="string">qw($VERSION @ISA)</span><span class="operator">;</span> <span class="variable">@ISA</span> <span class="operator">=</span> <span class="string">qw(TAP::Base)</span><span class="operator">;</span> <span class="comment"># ... later ...</span> <span class="keyword">my</span> <span class="variable">$thing</span> <span class="operator">=</span> <span class="variable">TAP::Whatever</span><span class="operator">-&gt;</span><span class="variable">new</span><span class="operator">();</span> <span class="variable">$thing</span><span class="operator">-&gt;</span><span class="variable">callback</span><span class="operator">(</span> <span class="string">event</span> <span class="operator">=&gt;</span> <span class="keyword">sub</span><span class="variable"> </span><span class="operator">{</span> <span class="comment"># do something interesting</span> <span class="operator">}</span> <span class="operator">);</span> </code></code></pre> <h1 id="DESCRIPTION">DESCRIPTION</h1> <p><code><code>TAP::Base</code></code> provides callback management.</p> <h1 id="METHODS">METHODS</h1> <h2 id="Class-Methods">Class Methods</h2> <h3 id=""><code><code>callback</code></code></h3> <p>Install a callback for a named event.</p> <h3 id="1"><code><code>get_time</code></code></h3> <p>Return the current time using Time::HiRes if available.</p> <h3 id="2"><code><code>time_is_hires</code></code></h3> <p>Return true if the time returned by get_time is high resolution (i.e. if Time::HiRes is available).</p> </body> </html>
amidoimidazol/bio_info
Beginning Perl for Bioinformatics/html/lib/TAP/Base.html
HTML
mit
3,271
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html><head><title></title> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta name="generator" content="Doxygen 1.8.3.1"> <link rel="stylesheet" type="text/css" href="search.css"/> <script type="text/javascript" src="enumvalues_6a.js"></script> <script type="text/javascript" src="search.js"></script> </head> <body class="SRPage"> <div id="SRIndex"> <div class="SRStatus" id="Loading">Cargando...</div> <div id="SRResults"></div> <script type="text/javascript"><!-- createResults(); --></script> <div class="SRStatus" id="Searching">Buscando...</div> <div class="SRStatus" id="NoMatches">Nada coincide</div> <script type="text/javascript"><!-- document.getElementById("Loading").style.display="none"; document.getElementById("NoMatches").style.display="none"; var searchResults = new SearchResults("searchResults"); searchResults.Search(); --></script> </div> </body> </html>
Baltasarq/zero
src/doc/search/enumvalues_6a.html
HTML
mit
1,024
<!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="./9444df3353751c80e13be997c851e68d1b820cc5e61772611611b9d9128c847d.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/7b5d9aa48fa0d52cde27e73d03bb74586488d129dd35755ec9f6e954ba0a7484.html
HTML
mit
550
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>25 - Handling Multiple Promises</title> </head> <body> <script> const currency = new Promise((resolve, reject) => { setTimeout(() => { resolve({ currency: 'euro', value: 3.50 }); }, 2000); }); const countries = new Promise((resolve, reject) => { setTimeout(() => { resolve([ 'Ireland', 'England', 'Scotland' ]); }, 600); }); Promise .all([ currency, countries ]) .then(responses => { console.log(responses); }); Promise .race([ currency, countries ]) .then(responses => { console.log(responses); }); </script> </body> </html>
dtfialho/js-tdd-course
module-02/25-handling-multiple-promises/index.html
HTML
mit
660
<!doctype html> <html> <head> <title>Redirected</title> <meta http-equiv="refresh" content="0;url='/posts/submitting-our-alpha-bid'" /> </head> <body> <p>This page has moved to a <a href="/posts/submitting-our-alpha-bid">/posts/submitting-our-alpha-bid</a></p> </body> </html>
kingstonrichard/kingstonrichard.github.io
20200225.html
HTML
mit
325
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="generator" content="rustdoc"> <meta name="description" content="API documentation for the Rust `cast` fn in crate `num`."> <meta name="keywords" content="rust, rustlang, rust-lang, cast"> <title>num::traits::cast - Rust</title> <link rel="stylesheet" type="text/css" href="../../main.css"> <link rel="shortcut icon" href="http://www.rust-lang.org/favicon.ico"> </head> <body class="rustdoc"> <!--[if lte IE 8]> <div class="warning"> This old browser is unsupported and will most likely display funky things. </div> <![endif]--> <section class="sidebar"> <a href='../../num/index.html'><img src='http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png' alt='' width='100'></a> <p class='location'><a href='../index.html'>num</a>::<wbr><a href='index.html'>traits</a></p><script>window.sidebarCurrent = {name: 'cast', ty: 'fn', relpath: ''};</script><script defer src="sidebar-items.js"></script> </section> <nav class="sub"> <form class="search-form js-only"> <div class="search-container"> <input class="search-input" name="search" autocomplete="off" placeholder="Click or press 'S' to search, '?' for more options..." type="search"> </div> </form> </nav> <section id='main' class="content fn"> <h1 class='fqn'><span class='in-band'>Function <a href='../index.html'>num</a>::<wbr><a href='index.html'>traits</a>::<wbr><a class='fn' href=''>cast</a></span><span class='out-of-band'><span id='render-detail'> <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs"> [<span class='inner'>&#x2212;</span>] </a> </span><a id='src-27538' class='srclink' href='../../src/num/traits.rs.html#1271-1273' title='goto source code'>[src]</a></span></h1> <pre class='rust fn'>pub fn cast&lt;T: <a class='trait' href='../../num/traits/trait.NumCast.html' title='num::traits::NumCast'>NumCast</a>, U: <a class='trait' href='../../num/traits/trait.NumCast.html' title='num::traits::NumCast'>NumCast</a>&gt;(n: T) -&gt; <a class='enum' href='http://doc.rust-lang.org/nightly/core/option/enum.Option.html' title='core::option::Option'>Option</a>&lt;U&gt;</pre><div class='docblock'><p>Cast from one machine scalar to another.</p> <h1 id="examples" class='section-header'><a href="#examples">Examples</a></h1><span class='rusttest'>extern crate num; fn main() { use num; let twenty: f32 = num::traits::cast(0x14).unwrap(); assert_eq!(twenty, 20f32); }</span><pre id='rust-example-rendered' class='rust '> <span class='kw'>use</span> <span class='ident'>num</span>; <span class='kw'>let</span> <span class='ident'>twenty</span>: <span class='ident'>f32</span> <span class='op'>=</span> <span class='ident'>num</span>::<span class='ident'>traits</span>::<span class='ident'>cast</span>(<span class='number'>0x14</span>).<span class='ident'>unwrap</span>(); <span class='macro'>assert_eq</span><span class='macro'>!</span>(<span class='ident'>twenty</span>, <span class='number'>20f32</span>); </pre> </div></section> <section id='search' class="content hidden"></section> <section class="footer"></section> <div id="help" class="hidden"> <div class="shortcuts"> <h1>Keyboard shortcuts</h1> <dl> <dt>?</dt> <dd>Show this help dialog</dd> <dt>S</dt> <dd>Focus the search field</dd> <dt>&larrb;</dt> <dd>Move up in search results</dd> <dt>&rarrb;</dt> <dd>Move down in search results</dd> <dt>&#9166;</dt> <dd>Go to active search result</dd> </dl> </div> <div class="infos"> <h1>Search tricks</h1> <p> Prefix searches with a type followed by a colon (e.g. <code>fn:</code>) to restrict the search to a given type. </p> <p> Accepted types are: <code>fn</code>, <code>mod</code>, <code>struct</code>, <code>enum</code>, <code>trait</code>, <code>typedef</code> (or <code>tdef</code>). </p> <p> Search functions by type signature (e.g. <code>vec -> usize</code>) </p> </div> </div> <script> window.rootPath = "../../"; window.currentCrate = "num"; window.playgroundUrl = "http://play.rust-lang.org/"; </script> <script src="../../jquery.js"></script> <script src="../../main.js"></script> <script src="../../playpen.js"></script> <script async src="../../search-index.js"></script> </body> </html>
mcanders/bevy
doc/num/traits/fn.cast.html
HTML
mit
5,093
<HTML><HEAD> <TITLE>Review for Fifteen and Pregnant (1998) (TV)</TITLE> <LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css"> </HEAD> <BODY BGCOLOR="#FFFFFF" TEXT="#000000"> <H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0138444">Fifteen and Pregnant (1998) (TV)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?Brian+Koller">Brian Koller</A></H3><HR WIDTH="40%" SIZE="4"> <PRE>Fifteen and Pregnant (1998)</PRE> <PRE>Grade: 81</PRE> <P>"Fifteen and Pregnant" is a made-for-television movie, produced by the Lifetime cable channel. It is a highly credible and interesting study in teenage pregnancy, and its effect on the family.</P> <P>Tina (Kirsten Durst) gets knocked up by jerk boyfriend Ray (Daniel Kountz), who promptly dumps her. Tina finds reluctant family support from her embittered mother (Park Overall) and father (David Andrews). Andrews has been evicted by Overall, but is attempting a reconciliation. Tina's best friend is unwed teen mother Laurie (Margot Demeter), who is struggling to make something of her life.</P> <P>There is nothing romantic about "Fifteen and Pregnant". Tina has become pregnant because she feels that her life is empty, and perhaps a baby would add meaning to it. Her faith in Kountz, and her desire to have a loving relationship with him, is quickly shattered. The poverty, hassles and struggles of becoming a young unwed mother are effectively shown.</P> <P>Tina's pregnancy isolates her from school friends. This is actually positive, as it stops her tobacco and alcohol abuse, and increases her interdependence with Demeter. But she remains selfish, and naive about what is in store for her. Her parents are ambivalent: they want to punish her for becoming pregnant, but they know that she will need support.</P> <P>Julia Whelan is a bit miscast as the "younger" "fat" sister. Her character is excellent however. As the family focus is on Tina's pregnancy and the parent's potential reconciliation, she understandably feels left out. The siblings say viciously cruel things to each other: there is jealousy and strong disapproval, but it fits the unblinking unromatic mood of the film.</P> <P>Margot Demeter gives a superb performance as Tina's friend. It is unfortunate that few people will ever see this made-for-cable instant obscurity to take notice of it.</P> <P><A HREF="mailto:kollers@mpsi.net">kollers@mpsi.net</A> <A HREF="http://members.tripod.com/~Brian_Koller/movies.html">http://members.tripod.com/~Brian_Koller/movies.html</A></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/12736.html
HTML
mit
3,361
--- layout: default --- <div class="page clearfix" post> <div class="left"> <h1>{{page.title}}-tycn.me</h1> <div class="label"> <div class="label-card"> <i class="fa fa-calendar"></i>{{ page.date | date: "%F" }} </div> <div class="label-card"> {% if page.author %}<i class="fa fa-user"></i>{{ page.author }} {% endif %} </div> <div class="label-card"> {% if page.meta %}<i class="fa fa-key"></i>{{ page.meta }} {% endif %} </div> <div class="label-card"> {% include category.html %} </div> <div class="label-card"> {% include tag.html %} </div> <p> <span id="busuanzi_container_page_pv">阅读量<span id="busuanzi_value_page_pv"></span>次</span> </p> </div> <hr> <article itemscope itemtype="http://schema.org/BlogPosting"> {{content}} </article> <!-- 打赏放到这里 --> {% include dashang.html %} <!-- 打赏放到这里 END--> <hr> {% assign hasSimilar = '' %} {% for post in site.related_posts %} {% assign postHasSimilar = false %} {% for tag in post.tags %} {% for thisTag in page.tags %} {% if postHasSimilar == false and hasSimilar.size < 6 and post != page and tag == thisTag %} {% if hasSimilar.size == 0 %} <h2 id="similar_posts">相关推荐</h2> <ul> {% endif %} <li class="relatedPost"> <a href="{{ site.url }}{{ post.url }}">{{ post.title }} {% if post.series %} (Series: {{ post.series }}) {% endif %} </a> </li> {% capture hasSimilar %}{{ hasSimilar }}*{% endcapture %} {% assign postHasSimilar = true %} {% endif %} {% endfor %} {% endfor %} {% endfor %} {% if hasSimilar.size > 0 %} </ul> {% endif %} {% include previousAndNext.html %} <h2 id="comments">评论</h2> {% include comments.html %} </div> <button class="anchor"><i class="fa fa-anchor"></i></button> <div class="right"> <div class="wrap"> <!-- Content --> <div class="side content"> <div> 目录 </div> <ul id="content-side" class="content-ul"> <li><a href="#similar_posts">相关推荐</a></li> <li><a href="#comments">评论</a></li> </ul> </div> <!-- 其他div框放到这里 --> <!-- <div class="side">bbbb</div> --> </div> </div> </div> <script> /** * target _blank */ (function() { var aTags = document.querySelectorAll('article a:not([id])') for (var i = 0; i < aTags.length; i++) { aTags[i].setAttribute('target', '_blank') } }()); </script> <script src="{{ "/js/pageContent.js " | prepend: site.baseurl }}" charset="utf-8"></script>
Tycn/tycn.github.io
_layouts/post.html
HTML
mit
3,448
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <meta name="collection" content="api"> <!-- Generated by javadoc (build 1.5.0-rc) on Wed Aug 11 07:23:00 PDT 2004 --> <TITLE> URLConnection (Java 2 Platform SE 5.0) </TITLE> <META NAME="keywords" CONTENT="java.net.URLConnection class"> <META NAME="keywords" CONTENT="url"> <META NAME="keywords" CONTENT="doInput"> <META NAME="keywords" CONTENT="doOutput"> <META NAME="keywords" CONTENT="allowUserInteraction"> <META NAME="keywords" CONTENT="useCaches"> <META NAME="keywords" CONTENT="ifModifiedSince"> <META NAME="keywords" CONTENT="connected"> <META NAME="keywords" CONTENT="getFileNameMap()"> <META NAME="keywords" CONTENT="setFileNameMap()"> <META NAME="keywords" CONTENT="connect()"> <META NAME="keywords" CONTENT="setConnectTimeout()"> <META NAME="keywords" CONTENT="getConnectTimeout()"> <META NAME="keywords" CONTENT="setReadTimeout()"> <META NAME="keywords" CONTENT="getReadTimeout()"> <META NAME="keywords" CONTENT="getURL()"> <META NAME="keywords" CONTENT="getContentLength()"> <META NAME="keywords" CONTENT="getContentType()"> <META NAME="keywords" CONTENT="getContentEncoding()"> <META NAME="keywords" CONTENT="getExpiration()"> <META NAME="keywords" CONTENT="getDate()"> <META NAME="keywords" CONTENT="getLastModified()"> <META NAME="keywords" CONTENT="getHeaderField()"> <META NAME="keywords" CONTENT="getHeaderFields()"> <META NAME="keywords" CONTENT="getHeaderFieldInt()"> <META NAME="keywords" CONTENT="getHeaderFieldDate()"> <META NAME="keywords" CONTENT="getHeaderFieldKey()"> <META NAME="keywords" CONTENT="getContent()"> <META NAME="keywords" CONTENT="getPermission()"> <META NAME="keywords" CONTENT="getInputStream()"> <META NAME="keywords" CONTENT="getOutputStream()"> <META NAME="keywords" CONTENT="toString()"> <META NAME="keywords" CONTENT="setDoInput()"> <META NAME="keywords" CONTENT="getDoInput()"> <META NAME="keywords" CONTENT="setDoOutput()"> <META NAME="keywords" CONTENT="getDoOutput()"> <META NAME="keywords" CONTENT="setAllowUserInteraction()"> <META NAME="keywords" CONTENT="getAllowUserInteraction()"> <META NAME="keywords" CONTENT="setDefaultAllowUserInteraction()"> <META NAME="keywords" CONTENT="getDefaultAllowUserInteraction()"> <META NAME="keywords" CONTENT="setUseCaches()"> <META NAME="keywords" CONTENT="getUseCaches()"> <META NAME="keywords" CONTENT="setIfModifiedSince()"> <META NAME="keywords" CONTENT="getIfModifiedSince()"> <META NAME="keywords" CONTENT="getDefaultUseCaches()"> <META NAME="keywords" CONTENT="setDefaultUseCaches()"> <META NAME="keywords" CONTENT="setRequestProperty()"> <META NAME="keywords" CONTENT="addRequestProperty()"> <META NAME="keywords" CONTENT="getRequestProperty()"> <META NAME="keywords" CONTENT="getRequestProperties()"> <META NAME="keywords" CONTENT="setDefaultRequestProperty()"> <META NAME="keywords" CONTENT="getDefaultRequestProperty()"> <META NAME="keywords" CONTENT="setContentHandlerFactory()"> <META NAME="keywords" CONTENT="guessContentTypeFromName()"> <META NAME="keywords" CONTENT="guessContentTypeFromStream()"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title="URLConnection (Java 2 Platform SE 5.0)"; } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&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/URLConnection.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-files/index-1.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> <b>Java<sup><font size=-2>TM</font></sup>&nbsp;2&nbsp;Platform<br>Standard&nbsp;Ed. 5.0</b></EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../java/net/URLClassLoader.html" title="class in java.net"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../java/net/URLDecoder.html" title="class in java.net"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../index.html?java/net/URLConnection.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="URLConnection.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"> java.net</FONT> <BR> Class URLConnection</H2> <PRE> <A HREF="../../java/lang/Object.html" title="class in java.lang">java.lang.Object</A> <IMG SRC="../../resources/inherit.gif" ALT="extended by "><B>java.net.URLConnection</B> </PRE> <DL> <DT><B>Direct Known Subclasses:</B> <DD><A HREF="../../java/net/HttpURLConnection.html" title="class in java.net">HttpURLConnection</A>, <A HREF="../../java/net/JarURLConnection.html" title="class in java.net">JarURLConnection</A></DD> </DL> <HR> <DL> <DT><PRE>public abstract class <B>URLConnection</B><DT>extends <A HREF="../../java/lang/Object.html" title="class in java.lang">Object</A></DL> </PRE> <P> The abstract class <code>URLConnection</code> is the superclass of all classes that represent a communications link between the application and a URL. Instances of this class can be used both to read from and to write to the resource referenced by the URL. In general, creating a connection to a URL is a multistep process: <p> <center><table border=2 summary="Describes the process of creating a connection to a URL: openConnection() and connect() over time."> <tr><th><code>openConnection()</code></th> <th><code>connect()</code></th></tr> <tr><td>Manipulate parameters that affect the connection to the remote resource.</td> <td>Interact with the resource; query header fields and contents.</td></tr> </table> ----------------------------&gt; <br>time</center> <ol> <li>The connection object is created by invoking the <code>openConnection</code> method on a URL. <li>The setup parameters and general request properties are manipulated. <li>The actual connection to the remote object is made, using the <code>connect</code> method. <li>The remote object becomes available. The header fields and the contents of the remote object can be accessed. </ol> <p> The setup parameters are modified using the following methods: <ul> <li><code>setAllowUserInteraction</code> <li><code>setDoInput</code> <li><code>setDoOutput</code> <li><code>setIfModifiedSince</code> <li><code>setUseCaches</code> </ul> <p> and the general request properties are modified using the method: <ul> <li><code>setRequestProperty</code> </ul> <p> Default values for the <code>AllowUserInteraction</code> and <code>UseCaches</code> parameters can be set using the methods <code>setDefaultAllowUserInteraction</code> and <code>setDefaultUseCaches</code>. <p> Each of the above <code>set</code> methods has a corresponding <code>get</code> method to retrieve the value of the parameter or general request property. The specific parameters and general request properties that are applicable are protocol specific. <p> The following methods are used to access the header fields and the contents after the connection is made to the remote object: <ul> <li><code>getContent</code> <li><code>getHeaderField</code> <li><code>getInputStream</code> <li><code>getOutputStream</code> </ul> <p> Certain header fields are accessed frequently. The methods: <ul> <li><code>getContentEncoding</code> <li><code>getContentLength</code> <li><code>getContentType</code> <li><code>getDate</code> <li><code>getExpiration</code> <li><code>getLastModifed</code> </ul> <p> provide convenient access to these fields. The <code>getContentType</code> method is used by the <code>getContent</code> method to determine the type of the remote object; subclasses may find it convenient to override the <code>getContentType</code> method. <p> In the common case, all of the pre-connection parameters and general request properties can be ignored: the pre-connection parameters and request properties default to sensible values. For most clients of this interface, there are only two interesting methods: <code>getInputStream</code> and <code>getContent</code>, which are mirrored in the <code>URL</code> class by convenience methods. <p> More information on the request properties and header fields of an <code>http</code> connection can be found at: <blockquote><pre> <a href="http://www.ietf.org/rfc/rfc2068.txt">http://www.ietf.org/rfc/rfc2068.txt</a> </pre></blockquote> Note about <code>fileNameMap</code>: In versions prior to JDK 1.1.6, field <code>fileNameMap</code> of <code>URLConnection</code> was public. In JDK 1.1.6 and later, <code>fileNameMap</code> is private; accessor and mutator methods <A HREF="../../java/net/URLConnection.html#getFileNameMap()"><CODE>getFileNameMap</CODE></A> and <A HREF="../../java/net/URLConnection.html#setFileNameMap(java.net.FileNameMap)"><CODE>setFileNameMap</CODE></A> are added to access it. This change is also described on the <a href= "http://java.sun.com/products/jdk/1.2/compatibility.html#incompatibilities1.2"> Compatibility</a> page. Invoking the <tt>close()</tt> methods on the <tt>InputStream</tt> or <tt>OutputStream</tt> of an <tt>URLConnection</tt> after a request may free network resources associated with this instance, unless particular protocol specifications specify different behaviours for it. <P> <P> <DL> <DT><B>Since:</B></DT> <DD>JDK1.0</DD> <DT><B>See Also:</B><DD><A HREF="../../java/net/URL.html#openConnection()"><CODE>URL.openConnection()</CODE></A>, <A HREF="../../java/net/URLConnection.html#connect()"><CODE>connect()</CODE></A>, <A HREF="../../java/net/URLConnection.html#getContent()"><CODE>getContent()</CODE></A>, <A HREF="../../java/net/URLConnection.html#getContentEncoding()"><CODE>getContentEncoding()</CODE></A>, <A HREF="../../java/net/URLConnection.html#getContentLength()"><CODE>getContentLength()</CODE></A>, <A HREF="../../java/net/URLConnection.html#getContentType()"><CODE>getContentType()</CODE></A>, <A HREF="../../java/net/URLConnection.html#getDate()"><CODE>getDate()</CODE></A>, <A HREF="../../java/net/URLConnection.html#getExpiration()"><CODE>getExpiration()</CODE></A>, <A HREF="../../java/net/URLConnection.html#getHeaderField(int)"><CODE>getHeaderField(int)</CODE></A>, <A HREF="../../java/net/URLConnection.html#getHeaderField(java.lang.String)"><CODE>getHeaderField(java.lang.String)</CODE></A>, <A HREF="../../java/net/URLConnection.html#getInputStream()"><CODE>getInputStream()</CODE></A>, <A HREF="../../java/net/URLConnection.html#getLastModified()"><CODE>getLastModified()</CODE></A>, <A HREF="../../java/net/URLConnection.html#getOutputStream()"><CODE>getOutputStream()</CODE></A>, <A HREF="../../java/net/URLConnection.html#setAllowUserInteraction(boolean)"><CODE>setAllowUserInteraction(boolean)</CODE></A>, <A HREF="../../java/net/URLConnection.html#setDefaultUseCaches(boolean)"><CODE>setDefaultUseCaches(boolean)</CODE></A>, <A HREF="../../java/net/URLConnection.html#setDoInput(boolean)"><CODE>setDoInput(boolean)</CODE></A>, <A HREF="../../java/net/URLConnection.html#setDoOutput(boolean)"><CODE>setDoOutput(boolean)</CODE></A>, <A HREF="../../java/net/URLConnection.html#setIfModifiedSince(long)"><CODE>setIfModifiedSince(long)</CODE></A>, <A HREF="../../java/net/URLConnection.html#setRequestProperty(java.lang.String, java.lang.String)"><CODE>setRequestProperty(java.lang.String, java.lang.String)</CODE></A>, <A HREF="../../java/net/URLConnection.html#setUseCaches(boolean)"><CODE>setUseCaches(boolean)</CODE></A></DL> <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>protected &nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../../java/net/URLConnection.html#allowUserInteraction">allowUserInteraction</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If <code>true</code>, this <code>URL</code> is being examined in a context in which it makes sense to allow user interactions such as popping up an authentication dialog.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../../java/net/URLConnection.html#connected">connected</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If <code>false</code>, this connection object has not created a communications link to the specified URL.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../../java/net/URLConnection.html#doInput">doInput</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This variable is set by the <code>setDoInput</code> method.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../../java/net/URLConnection.html#doOutput">doOutput</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This variable is set by the <code>setDoOutput</code> method.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;long</CODE></FONT></TD> <TD><CODE><B><A HREF="../../java/net/URLConnection.html#ifModifiedSince">ifModifiedSince</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Some protocols support skipping the fetching of the object unless the object has been modified more recently than a certain time.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;<A HREF="../../java/net/URL.html" title="class in java.net">URL</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../java/net/URLConnection.html#url">url</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The URL represents the remote object on the World Wide Web to which this connection is opened.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../../java/net/URLConnection.html#useCaches">useCaches</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If <code>true</code>, the protocol is allowed to use caching whenever it can.</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 ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected </CODE></FONT></TD> <TD><CODE><B><A HREF="../../java/net/URLConnection.html#URLConnection(java.net.URL)">URLConnection</A></B>(<A HREF="../../java/net/URL.html" title="class in java.net">URL</A>&nbsp;url)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs a URL connection to the specified URL.</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;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../java/net/URLConnection.html#addRequestProperty(java.lang.String, java.lang.String)">addRequestProperty</A></B>(<A HREF="../../java/lang/String.html" title="class in java.lang">String</A>&nbsp;key, <A HREF="../../java/lang/String.html" title="class in java.lang">String</A>&nbsp;value)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adds a general request property specified by a key-value pair.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>abstract &nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../java/net/URLConnection.html#connect()">connect</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Opens a communications link to the resource referenced by this URL, if such a connection has not already been established.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../../java/net/URLConnection.html#getAllowUserInteraction()">getAllowUserInteraction</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the <code>allowUserInteraction</code> field for this object.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../java/net/URLConnection.html#getConnectTimeout()">getConnectTimeout</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns setting for connect timeout.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../java/lang/Object.html" title="class in java.lang">Object</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../java/net/URLConnection.html#getContent()">getContent</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Retrieves the contents of this URL connection.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../java/lang/Object.html" title="class in java.lang">Object</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../java/net/URLConnection.html#getContent(java.lang.Class[])">getContent</A></B>(<A HREF="../../java/lang/Class.html" title="class in java.lang">Class</A>[]&nbsp;classes)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Retrieves the contents of this URL connection.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../java/lang/String.html" title="class in java.lang">String</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../java/net/URLConnection.html#getContentEncoding()">getContentEncoding</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the <code>content-encoding</code> header field.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../java/net/URLConnection.html#getContentLength()">getContentLength</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the <code>content-length</code> header field.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../java/lang/String.html" title="class in java.lang">String</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../java/net/URLConnection.html#getContentType()">getContentType</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the <code>content-type</code> header field.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;long</CODE></FONT></TD> <TD><CODE><B><A HREF="../../java/net/URLConnection.html#getDate()">getDate</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the <code>date</code> header field.</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="../../java/net/URLConnection.html#getDefaultAllowUserInteraction()">getDefaultAllowUserInteraction</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the default value of the <code>allowUserInteraction</code> field.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../java/lang/String.html" title="class in java.lang">String</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../java/net/URLConnection.html#getDefaultRequestProperty(java.lang.String)">getDefaultRequestProperty</A></B>(<A HREF="../../java/lang/String.html" title="class in java.lang">String</A>&nbsp;key)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>The instance specific getRequestProperty method should be used after an appropriate instance of URLConnection is obtained.</I></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../../java/net/URLConnection.html#getDefaultUseCaches()">getDefaultUseCaches</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the default value of a <code>URLConnection</code>'s <code>useCaches</code> flag.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../../java/net/URLConnection.html#getDoInput()">getDoInput</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of this <code>URLConnection</code>'s <code>doInput</code> flag.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../../java/net/URLConnection.html#getDoOutput()">getDoOutput</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of this <code>URLConnection</code>'s <code>doOutput</code> flag.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;long</CODE></FONT></TD> <TD><CODE><B><A HREF="../../java/net/URLConnection.html#getExpiration()">getExpiration</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the <code>expires</code> header field.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../java/net/FileNameMap.html" title="interface in java.net">FileNameMap</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../java/net/URLConnection.html#getFileNameMap()">getFileNameMap</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Loads filename map (a mimetable) from a data file.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../java/lang/String.html" title="class in java.lang">String</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../java/net/URLConnection.html#getHeaderField(int)">getHeaderField</A></B>(int&nbsp;n)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value for the <code>n</code><sup>th</sup> header field.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../java/lang/String.html" title="class in java.lang">String</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../java/net/URLConnection.html#getHeaderField(java.lang.String)">getHeaderField</A></B>(<A HREF="../../java/lang/String.html" title="class in java.lang">String</A>&nbsp;name)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the named header field.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;long</CODE></FONT></TD> <TD><CODE><B><A HREF="../../java/net/URLConnection.html#getHeaderFieldDate(java.lang.String, long)">getHeaderFieldDate</A></B>(<A HREF="../../java/lang/String.html" title="class in java.lang">String</A>&nbsp;name, long&nbsp;Default)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the named field parsed as date.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../java/net/URLConnection.html#getHeaderFieldInt(java.lang.String, int)">getHeaderFieldInt</A></B>(<A HREF="../../java/lang/String.html" title="class in java.lang">String</A>&nbsp;name, int&nbsp;Default)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the named field parsed as a number.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../java/lang/String.html" title="class in java.lang">String</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../java/net/URLConnection.html#getHeaderFieldKey(int)">getHeaderFieldKey</A></B>(int&nbsp;n)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the key for the <code>n</code><sup>th</sup> header field.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../java/util/Map.html" title="interface in java.util">Map</A>&lt;<A HREF="../../java/lang/String.html" title="class in java.lang">String</A>,<A HREF="../../java/util/List.html" title="interface in java.util">List</A>&lt;<A HREF="../../java/lang/String.html" title="class in java.lang">String</A>&gt;&gt;</CODE></FONT></TD> <TD><CODE><B><A HREF="../../java/net/URLConnection.html#getHeaderFields()">getHeaderFields</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an unmodifiable Map of the header fields.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;long</CODE></FONT></TD> <TD><CODE><B><A HREF="../../java/net/URLConnection.html#getIfModifiedSince()">getIfModifiedSince</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of this object's <code>ifModifiedSince</code> field.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../java/io/InputStream.html" title="class in java.io">InputStream</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../java/net/URLConnection.html#getInputStream()">getInputStream</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an input stream that reads from this open connection.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;long</CODE></FONT></TD> <TD><CODE><B><A HREF="../../java/net/URLConnection.html#getLastModified()">getLastModified</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the <code>last-modified</code> header field.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../java/io/OutputStream.html" title="class in java.io">OutputStream</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../java/net/URLConnection.html#getOutputStream()">getOutputStream</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an output stream that writes to this connection.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../java/security/Permission.html" title="class in java.security">Permission</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../java/net/URLConnection.html#getPermission()">getPermission</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a permission object representing the permission necessary to make the connection represented by this object.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../java/net/URLConnection.html#getReadTimeout()">getReadTimeout</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns setting for read timeout.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../java/util/Map.html" title="interface in java.util">Map</A>&lt;<A HREF="../../java/lang/String.html" title="class in java.lang">String</A>,<A HREF="../../java/util/List.html" title="interface in java.util">List</A>&lt;<A HREF="../../java/lang/String.html" title="class in java.lang">String</A>&gt;&gt;</CODE></FONT></TD> <TD><CODE><B><A HREF="../../java/net/URLConnection.html#getRequestProperties()">getRequestProperties</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an unmodifiable Map of general request properties for this connection.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../java/lang/String.html" title="class in java.lang">String</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../java/net/URLConnection.html#getRequestProperty(java.lang.String)">getRequestProperty</A></B>(<A HREF="../../java/lang/String.html" title="class in java.lang">String</A>&nbsp;key)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the named general request property for this connection.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../java/net/URL.html" title="class in java.net">URL</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../java/net/URLConnection.html#getURL()">getURL</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of this <code>URLConnection</code>'s <code>URL</code> field.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../../java/net/URLConnection.html#getUseCaches()">getUseCaches</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of this <code>URLConnection</code>'s <code>useCaches</code> field.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../java/lang/String.html" title="class in java.lang">String</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../java/net/URLConnection.html#guessContentTypeFromName(java.lang.String)">guessContentTypeFromName</A></B>(<A HREF="../../java/lang/String.html" title="class in java.lang">String</A>&nbsp;fname)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Tries to determine the content type of an object, based on the specified "file" component of a URL.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../java/lang/String.html" title="class in java.lang">String</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../java/net/URLConnection.html#guessContentTypeFromStream(java.io.InputStream)">guessContentTypeFromStream</A></B>(<A HREF="../../java/io/InputStream.html" title="class in java.io">InputStream</A>&nbsp;is)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Tries to determine the type of an input stream based on the characters at the beginning of the input stream.</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="../../java/net/URLConnection.html#setAllowUserInteraction(boolean)">setAllowUserInteraction</A></B>(boolean&nbsp;allowuserinteraction)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the value of the <code>allowUserInteraction</code> field of this <code>URLConnection</code>.</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="../../java/net/URLConnection.html#setConnectTimeout(int)">setConnectTimeout</A></B>(int&nbsp;timeout)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets a specified timeout value, in milliseconds, to be used when opening a communications link to the resource referenced by this URLConnection.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../java/net/URLConnection.html#setContentHandlerFactory(java.net.ContentHandlerFactory)">setContentHandlerFactory</A></B>(<A HREF="../../java/net/ContentHandlerFactory.html" title="interface in java.net">ContentHandlerFactory</A>&nbsp;fac)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the <code>ContentHandlerFactory</code> of an application.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../java/net/URLConnection.html#setDefaultAllowUserInteraction(boolean)">setDefaultAllowUserInteraction</A></B>(boolean&nbsp;defaultallowuserinteraction)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the default value of the <code>allowUserInteraction</code> field for all future <code>URLConnection</code> objects to the specified value.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../java/net/URLConnection.html#setDefaultRequestProperty(java.lang.String, java.lang.String)">setDefaultRequestProperty</A></B>(<A HREF="../../java/lang/String.html" title="class in java.lang">String</A>&nbsp;key, <A HREF="../../java/lang/String.html" title="class in java.lang">String</A>&nbsp;value)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>The instance specific setRequestProperty method should be used after an appropriate instance of URLConnection is obtained. Invoking this method will have no effect.</I></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="../../java/net/URLConnection.html#setDefaultUseCaches(boolean)">setDefaultUseCaches</A></B>(boolean&nbsp;defaultusecaches)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the default value of the <code>useCaches</code> field to the specified value.</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="../../java/net/URLConnection.html#setDoInput(boolean)">setDoInput</A></B>(boolean&nbsp;doinput)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the <code>doInput</code> field for this <code>URLConnection</code> to the specified value.</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="../../java/net/URLConnection.html#setDoOutput(boolean)">setDoOutput</A></B>(boolean&nbsp;dooutput)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the <code>doOutput</code> field for this <code>URLConnection</code> to the specified value.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../java/net/URLConnection.html#setFileNameMap(java.net.FileNameMap)">setFileNameMap</A></B>(<A HREF="../../java/net/FileNameMap.html" title="interface in java.net">FileNameMap</A>&nbsp;map)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the FileNameMap.</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="../../java/net/URLConnection.html#setIfModifiedSince(long)">setIfModifiedSince</A></B>(long&nbsp;ifmodifiedsince)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the <code>ifModifiedSince</code> field of this <code>URLConnection</code> to the specified value.</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="../../java/net/URLConnection.html#setReadTimeout(int)">setReadTimeout</A></B>(int&nbsp;timeout)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the read timeout to a specified timeout, in milliseconds.</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="../../java/net/URLConnection.html#setRequestProperty(java.lang.String, java.lang.String)">setRequestProperty</A></B>(<A HREF="../../java/lang/String.html" title="class in java.lang">String</A>&nbsp;key, <A HREF="../../java/lang/String.html" title="class in java.lang">String</A>&nbsp;value)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the general request property.</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="../../java/net/URLConnection.html#setUseCaches(boolean)">setUseCaches</A></B>(boolean&nbsp;usecaches)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the <code>useCaches</code> field of this <code>URLConnection</code> to the specified value.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../java/lang/String.html" title="class in java.lang">String</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../java/net/URLConnection.html#toString()">toString</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a <code>String</code> representation of this URL connection.</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.<A HREF="../../java/lang/Object.html" title="class in java.lang">Object</A></B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><A HREF="../../java/lang/Object.html#clone()">clone</A>, <A HREF="../../java/lang/Object.html#equals(java.lang.Object)">equals</A>, <A HREF="../../java/lang/Object.html#finalize()">finalize</A>, <A HREF="../../java/lang/Object.html#getClass()">getClass</A>, <A HREF="../../java/lang/Object.html#hashCode()">hashCode</A>, <A HREF="../../java/lang/Object.html#notify()">notify</A>, <A HREF="../../java/lang/Object.html#notifyAll()">notifyAll</A>, <A HREF="../../java/lang/Object.html#wait()">wait</A>, <A HREF="../../java/lang/Object.html#wait(long)">wait</A>, <A HREF="../../java/lang/Object.html#wait(long, int)">wait</A></CODE></TD> </TR> </TABLE> &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="url"><!-- --></A><H3> url</H3> <PRE> protected <A HREF="../../java/net/URL.html" title="class in java.net">URL</A> <B>url</B></PRE> <DL> <DD>The URL represents the remote object on the World Wide Web to which this connection is opened. <p> The value of this field can be accessed by the <code>getURL</code> method. <p> The default value of this variable is the value of the URL argument in the <code>URLConnection</code> constructor. <P> <DL> <DT><B>See Also:</B><DD><A HREF="../../java/net/URLConnection.html#getURL()"><CODE>getURL()</CODE></A>, <A HREF="../../java/net/URLConnection.html#url"><CODE>url</CODE></A></DL> </DL> <HR> <A NAME="doInput"><!-- --></A><H3> doInput</H3> <PRE> protected boolean <B>doInput</B></PRE> <DL> <DD>This variable is set by the <code>setDoInput</code> method. Its value is returned by the <code>getDoInput</code> method. <p> A URL connection can be used for input and/or output. Setting the <code>doInput</code> flag to <code>true</code> indicates that the application intends to read data from the URL connection. <p> The default value of this field is <code>true</code>. <P> <DL> <DT><B>See Also:</B><DD><A HREF="../../java/net/URLConnection.html#getDoInput()"><CODE>getDoInput()</CODE></A>, <A HREF="../../java/net/URLConnection.html#setDoInput(boolean)"><CODE>setDoInput(boolean)</CODE></A></DL> </DL> <HR> <A NAME="doOutput"><!-- --></A><H3> doOutput</H3> <PRE> protected boolean <B>doOutput</B></PRE> <DL> <DD>This variable is set by the <code>setDoOutput</code> method. Its value is returned by the <code>getDoOutput</code> method. <p> A URL connection can be used for input and/or output. Setting the <code>doOutput</code> flag to <code>true</code> indicates that the application intends to write data to the URL connection. <p> The default value of this field is <code>false</code>. <P> <DL> <DT><B>See Also:</B><DD><A HREF="../../java/net/URLConnection.html#getDoOutput()"><CODE>getDoOutput()</CODE></A>, <A HREF="../../java/net/URLConnection.html#setDoOutput(boolean)"><CODE>setDoOutput(boolean)</CODE></A></DL> </DL> <HR> <A NAME="allowUserInteraction"><!-- --></A><H3> allowUserInteraction</H3> <PRE> protected boolean <B>allowUserInteraction</B></PRE> <DL> <DD>If <code>true</code>, this <code>URL</code> is being examined in a context in which it makes sense to allow user interactions such as popping up an authentication dialog. If <code>false</code>, then no user interaction is allowed. <p> The value of this field can be set by the <code>setAllowUserInteraction</code> method. Its value is returned by the <code>getAllowUserInteraction</code> method. Its default value is the value of the argument in the last invocation of the <code>setDefaultAllowUserInteraction</code> method. <P> <DL> <DT><B>See Also:</B><DD><A HREF="../../java/net/URLConnection.html#getAllowUserInteraction()"><CODE>getAllowUserInteraction()</CODE></A>, <A HREF="../../java/net/URLConnection.html#setAllowUserInteraction(boolean)"><CODE>setAllowUserInteraction(boolean)</CODE></A>, <A HREF="../../java/net/URLConnection.html#setDefaultAllowUserInteraction(boolean)"><CODE>setDefaultAllowUserInteraction(boolean)</CODE></A></DL> </DL> <HR> <A NAME="useCaches"><!-- --></A><H3> useCaches</H3> <PRE> protected boolean <B>useCaches</B></PRE> <DL> <DD>If <code>true</code>, the protocol is allowed to use caching whenever it can. If <code>false</code>, the protocol must always try to get a fresh copy of the object. <p> This field is set by the <code>setUseCaches</code> method. Its value is returned by the <code>getUseCaches</code> method. <p> Its default value is the value given in the last invocation of the <code>setDefaultUseCaches</code> method. <P> <DL> <DT><B>See Also:</B><DD><A HREF="../../java/net/URLConnection.html#setUseCaches(boolean)"><CODE>setUseCaches(boolean)</CODE></A>, <A HREF="../../java/net/URLConnection.html#getUseCaches()"><CODE>getUseCaches()</CODE></A>, <A HREF="../../java/net/URLConnection.html#setDefaultUseCaches(boolean)"><CODE>setDefaultUseCaches(boolean)</CODE></A></DL> </DL> <HR> <A NAME="ifModifiedSince"><!-- --></A><H3> ifModifiedSince</H3> <PRE> protected long <B>ifModifiedSince</B></PRE> <DL> <DD>Some protocols support skipping the fetching of the object unless the object has been modified more recently than a certain time. <p> A nonzero value gives a time as the number of milliseconds since January 1, 1970, GMT. The object is fetched only if it has been modified more recently than that time. <p> This variable is set by the <code>setIfModifiedSince</code> method. Its value is returned by the <code>getIfModifiedSince</code> method. <p> The default value of this field is <code>0</code>, indicating that the fetching must always occur. <P> <DL> <DT><B>See Also:</B><DD><A HREF="../../java/net/URLConnection.html#getIfModifiedSince()"><CODE>getIfModifiedSince()</CODE></A>, <A HREF="../../java/net/URLConnection.html#setIfModifiedSince(long)"><CODE>setIfModifiedSince(long)</CODE></A></DL> </DL> <HR> <A NAME="connected"><!-- --></A><H3> connected</H3> <PRE> protected boolean <B>connected</B></PRE> <DL> <DD>If <code>false</code>, this connection object has not created a communications link to the specified URL. If <code>true</code>, the communications link has been established. <P> <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="URLConnection(java.net.URL)"><!-- --></A><H3> URLConnection</H3> <PRE> protected <B>URLConnection</B>(<A HREF="../../java/net/URL.html" title="class in java.net">URL</A>&nbsp;url)</PRE> <DL> <DD>Constructs a URL connection to the specified URL. A connection to the object referenced by the URL is not created. <P> <DL> <DT><B>Parameters:</B><DD><CODE>url</CODE> - the specified URL.</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="getFileNameMap()"><!-- --></A><H3> getFileNameMap</H3> <PRE> public static <A HREF="../../java/net/FileNameMap.html" title="interface in java.net">FileNameMap</A> <B>getFileNameMap</B>()</PRE> <DL> <DD>Loads filename map (a mimetable) from a data file. It will first try to load the user-specific table, defined by &quot;content.types.user.table&quot; property. If that fails, it tries to load the default built-in table at lib/content-types.properties under java home. <P> <DD><DL> <DT><B>Returns:</B><DD>the FileNameMap<DT><B>Since:</B></DT> <DD>1.2</DD> <DT><B>See Also:</B><DD><A HREF="../../java/net/URLConnection.html#setFileNameMap(java.net.FileNameMap)"><CODE>setFileNameMap(java.net.FileNameMap)</CODE></A></DL> </DD> </DL> <HR> <A NAME="setFileNameMap(java.net.FileNameMap)"><!-- --></A><H3> setFileNameMap</H3> <PRE> public static void <B>setFileNameMap</B>(<A HREF="../../java/net/FileNameMap.html" title="interface in java.net">FileNameMap</A>&nbsp;map)</PRE> <DL> <DD>Sets the FileNameMap. <p> If there is a security manager, this method first calls the security manager's <code>checkSetFactory</code> method to ensure the operation is allowed. This could result in a SecurityException. <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>map</CODE> - the FileNameMap to be set <DT><B>Throws:</B> <DD><CODE><A HREF="../../java/lang/SecurityException.html" title="class in java.lang">SecurityException</A></CODE> - if a security manager exists and its <code>checkSetFactory</code> method doesn't allow the operation.<DT><B>Since:</B></DT> <DD>1.2</DD> <DT><B>See Also:</B><DD><A HREF="../../java/lang/SecurityManager.html#checkSetFactory()"><CODE>SecurityManager.checkSetFactory()</CODE></A>, <A HREF="../../java/net/URLConnection.html#getFileNameMap()"><CODE>getFileNameMap()</CODE></A></DL> </DD> </DL> <HR> <A NAME="connect()"><!-- --></A><H3> connect</H3> <PRE> public abstract void <B>connect</B>() throws <A HREF="../../java/io/IOException.html" title="class in java.io">IOException</A></PRE> <DL> <DD>Opens a communications link to the resource referenced by this URL, if such a connection has not already been established. <p> If the <code>connect</code> method is called when the connection has already been opened (indicated by the <code>connected</code> field having the value <code>true</code>), the call is ignored. <p> URLConnection objects go through two phases: first they are created, then they are connected. After being created, and before being connected, various options can be specified (e.g., doInput and UseCaches). After connecting, it is an error to try to set them. Operations that depend on being connected, like getContentLength, will implicitly perform the connection, if necessary. <P> <DD><DL> <DT><B>Throws:</B> <DD><CODE><A HREF="../../java/net/SocketTimeoutException.html" title="class in java.net">SocketTimeoutException</A></CODE> - if the timeout expires before the connection can be established <DD><CODE><A HREF="../../java/io/IOException.html" title="class in java.io">IOException</A></CODE> - if an I/O error occurs while opening the connection.<DT><B>See Also:</B><DD><A HREF="../../java/net/URLConnection.html#connected"><CODE>connected</CODE></A>, <A HREF="../../java/net/URLConnection.html#getConnectTimeout()"><CODE>getConnectTimeout()</CODE></A>, <A HREF="../../java/net/URLConnection.html#setConnectTimeout(int)"><CODE>setConnectTimeout(int)</CODE></A></DL> </DD> </DL> <HR> <A NAME="setConnectTimeout(int)"><!-- --></A><H3> setConnectTimeout</H3> <PRE> public void <B>setConnectTimeout</B>(int&nbsp;timeout)</PRE> <DL> <DD>Sets a specified timeout value, in milliseconds, to be used when opening a communications link to the resource referenced by this URLConnection. If the timeout expires before the connection can be established, a java.net.SocketTimeoutException is raised. A timeout of zero is interpreted as an infinite timeout. <p> Some non-standard implmentation of this method may ignore the specified timeout. To see the connect timeout set, please call getConnectTimeout(). <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>timeout</CODE> - an <code>int</code> that specifies the connect timeout value in milliseconds <DT><B>Throws:</B> <DD><CODE><A HREF="../../java/lang/IllegalArgumentException.html" title="class in java.lang">IllegalArgumentException</A></CODE> - if the timeout parameter is negative<DT><B>Since:</B></DT> <DD>1.5</DD> <DT><B>See Also:</B><DD><A HREF="../../java/net/URLConnection.html#getConnectTimeout()"><CODE>getConnectTimeout()</CODE></A>, <A HREF="../../java/net/URLConnection.html#connect()"><CODE>connect()</CODE></A></DL> </DD> </DL> <HR> <A NAME="getConnectTimeout()"><!-- --></A><H3> getConnectTimeout</H3> <PRE> public int <B>getConnectTimeout</B>()</PRE> <DL> <DD>Returns setting for connect timeout. <p> 0 return implies that the option is disabled (i.e., timeout of infinity). <P> <DD><DL> <DT><B>Returns:</B><DD>an <code>int</code> that indicates the connect timeout value in milliseconds<DT><B>Since:</B></DT> <DD>1.5</DD> <DT><B>See Also:</B><DD><A HREF="../../java/net/URLConnection.html#setConnectTimeout(int)"><CODE>setConnectTimeout(int)</CODE></A>, <A HREF="../../java/net/URLConnection.html#connect()"><CODE>connect()</CODE></A></DL> </DD> </DL> <HR> <A NAME="setReadTimeout(int)"><!-- --></A><H3> setReadTimeout</H3> <PRE> public void <B>setReadTimeout</B>(int&nbsp;timeout)</PRE> <DL> <DD>Sets the read timeout to a specified timeout, in milliseconds. A non-zero value specifies the timeout when reading from Input stream when a connection is established to a resource. If the timeout expires before there is data available for read, a java.net.SocketTimeoutException is raised. A timeout of zero is interpreted as an infinite timeout. <p> Some non-standard implementation of this method ignores the specified timeout. To see the read timeout set, please call getReadTimeout(). <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>timeout</CODE> - an <code>int</code> that specifies the timeout value to be used in milliseconds <DT><B>Throws:</B> <DD><CODE><A HREF="../../java/lang/IllegalArgumentException.html" title="class in java.lang">IllegalArgumentException</A></CODE> - if the timeout parameter is negative<DT><B>Since:</B></DT> <DD>1.5</DD> <DT><B>See Also:</B><DD><A HREF="../../java/net/URLConnection.html#getReadTimeout()"><CODE>getReadTimeout()</CODE></A>, <A HREF="../../java/io/InputStream.html#read()"><CODE>InputStream.read()</CODE></A></DL> </DD> </DL> <HR> <A NAME="getReadTimeout()"><!-- --></A><H3> getReadTimeout</H3> <PRE> public int <B>getReadTimeout</B>()</PRE> <DL> <DD>Returns setting for read timeout. 0 return implies that the option is disabled (i.e., timeout of infinity). <P> <DD><DL> <DT><B>Returns:</B><DD>an <code>int</code> that indicates the read timeout value in milliseconds<DT><B>Since:</B></DT> <DD>1.5</DD> <DT><B>See Also:</B><DD><A HREF="../../java/net/URLConnection.html#setReadTimeout(int)"><CODE>setReadTimeout(int)</CODE></A>, <A HREF="../../java/io/InputStream.html#read()"><CODE>InputStream.read()</CODE></A></DL> </DD> </DL> <HR> <A NAME="getURL()"><!-- --></A><H3> getURL</H3> <PRE> public <A HREF="../../java/net/URL.html" title="class in java.net">URL</A> <B>getURL</B>()</PRE> <DL> <DD>Returns the value of this <code>URLConnection</code>'s <code>URL</code> field. <P> <DD><DL> <DT><B>Returns:</B><DD>the value of this <code>URLConnection</code>'s <code>URL</code> field.<DT><B>See Also:</B><DD><A HREF="../../java/net/URLConnection.html#url"><CODE>url</CODE></A></DL> </DD> </DL> <HR> <A NAME="getContentLength()"><!-- --></A><H3> getContentLength</H3> <PRE> public int <B>getContentLength</B>()</PRE> <DL> <DD>Returns the value of the <code>content-length</code> header field. <P> <DD><DL> <DT><B>Returns:</B><DD>the content length of the resource that this connection's URL references, or <code>-1</code> if the content length is not known.</DL> </DD> </DL> <HR> <A NAME="getContentType()"><!-- --></A><H3> getContentType</H3> <PRE> public <A HREF="../../java/lang/String.html" title="class in java.lang">String</A> <B>getContentType</B>()</PRE> <DL> <DD>Returns the value of the <code>content-type</code> header field. <P> <DD><DL> <DT><B>Returns:</B><DD>the content type of the resource that the URL references, or <code>null</code> if not known.<DT><B>See Also:</B><DD><A HREF="../../java/net/URLConnection.html#getHeaderField(java.lang.String)"><CODE>getHeaderField(java.lang.String)</CODE></A></DL> </DD> </DL> <HR> <A NAME="getContentEncoding()"><!-- --></A><H3> getContentEncoding</H3> <PRE> public <A HREF="../../java/lang/String.html" title="class in java.lang">String</A> <B>getContentEncoding</B>()</PRE> <DL> <DD>Returns the value of the <code>content-encoding</code> header field. <P> <DD><DL> <DT><B>Returns:</B><DD>the content encoding of the resource that the URL references, or <code>null</code> if not known.<DT><B>See Also:</B><DD><A HREF="../../java/net/URLConnection.html#getHeaderField(java.lang.String)"><CODE>getHeaderField(java.lang.String)</CODE></A></DL> </DD> </DL> <HR> <A NAME="getExpiration()"><!-- --></A><H3> getExpiration</H3> <PRE> public long <B>getExpiration</B>()</PRE> <DL> <DD>Returns the value of the <code>expires</code> header field. <P> <DD><DL> <DT><B>Returns:</B><DD>the expiration date of the resource that this URL references, or 0 if not known. The value is the number of milliseconds since January 1, 1970 GMT.<DT><B>See Also:</B><DD><A HREF="../../java/net/URLConnection.html#getHeaderField(java.lang.String)"><CODE>getHeaderField(java.lang.String)</CODE></A></DL> </DD> </DL> <HR> <A NAME="getDate()"><!-- --></A><H3> getDate</H3> <PRE> public long <B>getDate</B>()</PRE> <DL> <DD>Returns the value of the <code>date</code> header field. <P> <DD><DL> <DT><B>Returns:</B><DD>the sending date of the resource that the URL references, or <code>0</code> if not known. The value returned is the number of milliseconds since January 1, 1970 GMT.<DT><B>See Also:</B><DD><A HREF="../../java/net/URLConnection.html#getHeaderField(java.lang.String)"><CODE>getHeaderField(java.lang.String)</CODE></A></DL> </DD> </DL> <HR> <A NAME="getLastModified()"><!-- --></A><H3> getLastModified</H3> <PRE> public long <B>getLastModified</B>()</PRE> <DL> <DD>Returns the value of the <code>last-modified</code> header field. The result is the number of milliseconds since January 1, 1970 GMT. <P> <DD><DL> <DT><B>Returns:</B><DD>the date the resource referenced by this <code>URLConnection</code> was last modified, or 0 if not known.<DT><B>See Also:</B><DD><A HREF="../../java/net/URLConnection.html#getHeaderField(java.lang.String)"><CODE>getHeaderField(java.lang.String)</CODE></A></DL> </DD> </DL> <HR> <A NAME="getHeaderField(java.lang.String)"><!-- --></A><H3> getHeaderField</H3> <PRE> public <A HREF="../../java/lang/String.html" title="class in java.lang">String</A> <B>getHeaderField</B>(<A HREF="../../java/lang/String.html" title="class in java.lang">String</A>&nbsp;name)</PRE> <DL> <DD>Returns the value of the named header field. <p> If called on a connection that sets the same header multiple times with possibly different values, only the last value is returned. <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>name</CODE> - the name of a header field. <DT><B>Returns:</B><DD>the value of the named header field, or <code>null</code> if there is no such field in the header.</DL> </DD> </DL> <HR> <A NAME="getHeaderFields()"><!-- --></A><H3> getHeaderFields</H3> <PRE> public <A HREF="../../java/util/Map.html" title="interface in java.util">Map</A>&lt;<A HREF="../../java/lang/String.html" title="class in java.lang">String</A>,<A HREF="../../java/util/List.html" title="interface in java.util">List</A>&lt;<A HREF="../../java/lang/String.html" title="class in java.lang">String</A>&gt;&gt; <B>getHeaderFields</B>()</PRE> <DL> <DD>Returns an unmodifiable Map of the header fields. The Map keys are Strings that represent the response-header field names. Each Map value is an unmodifiable List of Strings that represents the corresponding field values. <P> <DD><DL> <DT><B>Returns:</B><DD>a Map of header fields<DT><B>Since:</B></DT> <DD>1.4</DD> </DL> </DD> </DL> <HR> <A NAME="getHeaderFieldInt(java.lang.String, int)"><!-- --></A><H3> getHeaderFieldInt</H3> <PRE> public int <B>getHeaderFieldInt</B>(<A HREF="../../java/lang/String.html" title="class in java.lang">String</A>&nbsp;name, int&nbsp;Default)</PRE> <DL> <DD>Returns the value of the named field parsed as a number. <p> This form of <code>getHeaderField</code> exists because some connection types (e.g., <code>http-ng</code>) have pre-parsed headers. Classes for that connection type can override this method and short-circuit the parsing. <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>name</CODE> - the name of the header field.<DD><CODE>Default</CODE> - the default value. <DT><B>Returns:</B><DD>the value of the named field, parsed as an integer. The <code>Default</code> value is returned if the field is missing or malformed.</DL> </DD> </DL> <HR> <A NAME="getHeaderFieldDate(java.lang.String, long)"><!-- --></A><H3> getHeaderFieldDate</H3> <PRE> public long <B>getHeaderFieldDate</B>(<A HREF="../../java/lang/String.html" title="class in java.lang">String</A>&nbsp;name, long&nbsp;Default)</PRE> <DL> <DD>Returns the value of the named field parsed as date. The result is the number of milliseconds since January 1, 1970 GMT represented by the named field. <p> This form of <code>getHeaderField</code> exists because some connection types (e.g., <code>http-ng</code>) have pre-parsed headers. Classes for that connection type can override this method and short-circuit the parsing. <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>name</CODE> - the name of the header field.<DD><CODE>Default</CODE> - a default value. <DT><B>Returns:</B><DD>the value of the field, parsed as a date. The value of the <code>Default</code> argument is returned if the field is missing or malformed.</DL> </DD> </DL> <HR> <A NAME="getHeaderFieldKey(int)"><!-- --></A><H3> getHeaderFieldKey</H3> <PRE> public <A HREF="../../java/lang/String.html" title="class in java.lang">String</A> <B>getHeaderFieldKey</B>(int&nbsp;n)</PRE> <DL> <DD>Returns the key for the <code>n</code><sup>th</sup> header field. It returns <code>null</code> if there are fewer than <code>n+1</code> fields. <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>n</CODE> - an index, where n>=0 <DT><B>Returns:</B><DD>the key for the <code>n</code><sup>th</sup> header field, or <code>null</code> if there are fewer than <code>n+1</code> fields.</DL> </DD> </DL> <HR> <A NAME="getHeaderField(int)"><!-- --></A><H3> getHeaderField</H3> <PRE> public <A HREF="../../java/lang/String.html" title="class in java.lang">String</A> <B>getHeaderField</B>(int&nbsp;n)</PRE> <DL> <DD>Returns the value for the <code>n</code><sup>th</sup> header field. It returns <code>null</code> if there are fewer than <code>n+1</code>fields. <p> This method can be used in conjunction with the <A HREF="../../java/net/URLConnection.html#getHeaderFieldKey(int)"><CODE>getHeaderFieldKey</CODE></A> method to iterate through all the headers in the message. <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>n</CODE> - an index, where n>=0 <DT><B>Returns:</B><DD>the value of the <code>n</code><sup>th</sup> header field or <code>null</code> if there are fewer than <code>n+1</code> fields<DT><B>See Also:</B><DD><A HREF="../../java/net/URLConnection.html#getHeaderFieldKey(int)"><CODE>getHeaderFieldKey(int)</CODE></A></DL> </DD> </DL> <HR> <A NAME="getContent()"><!-- --></A><H3> getContent</H3> <PRE> public <A HREF="../../java/lang/Object.html" title="class in java.lang">Object</A> <B>getContent</B>() throws <A HREF="../../java/io/IOException.html" title="class in java.io">IOException</A></PRE> <DL> <DD>Retrieves the contents of this URL connection. <p> This method first determines the content type of the object by calling the <code>getContentType</code> method. If this is the first time that the application has seen that specific content type, a content handler for that content type is created: <ol> <li>If the application has set up a content handler factory instance using the <code>setContentHandlerFactory</code> method, the <code>createContentHandler</code> method of that instance is called with the content type as an argument; the result is a content handler for that content type. <li>If no content handler factory has yet been set up, or if the factory's <code>createContentHandler</code> method returns <code>null</code>, then the application loads the class named: <blockquote><pre> sun.net.www.content.&lt;<i>contentType</i>&gt; </pre></blockquote> where &lt;<i>contentType</i>&gt; is formed by taking the content-type string, replacing all slash characters with a <code>period</code> ('.'), and all other non-alphanumeric characters with the underscore character '<code>_</code>'. The alphanumeric characters are specifically the 26 uppercase ASCII letters '<code>A</code>' through '<code>Z</code>', the 26 lowercase ASCII letters '<code>a</code>' through '<code>z</code>', and the 10 ASCII digits '<code>0</code>' through '<code>9</code>'. If the specified class does not exist, or is not a subclass of <code>ContentHandler</code>, then an <code>UnknownServiceException</code> is thrown. </ol> <P> <DD><DL> <DT><B>Returns:</B><DD>the object fetched. The <code>instanceof</code> operator should be used to determine the specific kind of object returned. <DT><B>Throws:</B> <DD><CODE><A HREF="../../java/io/IOException.html" title="class in java.io">IOException</A></CODE> - if an I/O error occurs while getting the content. <DD><CODE><A HREF="../../java/net/UnknownServiceException.html" title="class in java.net">UnknownServiceException</A></CODE> - if the protocol does not support the content type.<DT><B>See Also:</B><DD><A HREF="../../java/net/ContentHandlerFactory.html#createContentHandler(java.lang.String)"><CODE>ContentHandlerFactory.createContentHandler(java.lang.String)</CODE></A>, <A HREF="../../java/net/URLConnection.html#getContentType()"><CODE>getContentType()</CODE></A>, <A HREF="../../java/net/URLConnection.html#setContentHandlerFactory(java.net.ContentHandlerFactory)"><CODE>setContentHandlerFactory(java.net.ContentHandlerFactory)</CODE></A></DL> </DD> </DL> <HR> <A NAME="getContent(java.lang.Class[])"><!-- --></A><H3> getContent</H3> <PRE> public <A HREF="../../java/lang/Object.html" title="class in java.lang">Object</A> <B>getContent</B>(<A HREF="../../java/lang/Class.html" title="class in java.lang">Class</A>[]&nbsp;classes) throws <A HREF="../../java/io/IOException.html" title="class in java.io">IOException</A></PRE> <DL> <DD>Retrieves the contents of this URL connection. <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>classes</CODE> - the <code>Class</code> array indicating the requested types <DT><B>Returns:</B><DD>the object fetched that is the first match of the type specified in the classes array. null if none of the requested types are supported. The <code>instanceof</code> operator should be used to determine the specific kind of object returned. <DT><B>Throws:</B> <DD><CODE><A HREF="../../java/io/IOException.html" title="class in java.io">IOException</A></CODE> - if an I/O error occurs while getting the content. <DD><CODE><A HREF="../../java/net/UnknownServiceException.html" title="class in java.net">UnknownServiceException</A></CODE> - if the protocol does not support the content type.<DT><B>See Also:</B><DD><A HREF="../../java/net/URLConnection.html#getContent()"><CODE>getContent()</CODE></A>, <A HREF="../../java/net/ContentHandlerFactory.html#createContentHandler(java.lang.String)"><CODE>ContentHandlerFactory.createContentHandler(java.lang.String)</CODE></A>, <A HREF="../../java/net/URLConnection.html#getContent(java.lang.Class[])"><CODE>getContent(java.lang.Class[])</CODE></A>, <A HREF="../../java/net/URLConnection.html#setContentHandlerFactory(java.net.ContentHandlerFactory)"><CODE>setContentHandlerFactory(java.net.ContentHandlerFactory)</CODE></A></DL> </DD> </DL> <HR> <A NAME="getPermission()"><!-- --></A><H3> getPermission</H3> <PRE> public <A HREF="../../java/security/Permission.html" title="class in java.security">Permission</A> <B>getPermission</B>() throws <A HREF="../../java/io/IOException.html" title="class in java.io">IOException</A></PRE> <DL> <DD>Returns a permission object representing the permission necessary to make the connection represented by this object. This method returns null if no permission is required to make the connection. By default, this method returns <code>java.security.AllPermission</code>. Subclasses should override this method and return the permission that best represents the permission required to make a a connection to the URL. For example, a <code>URLConnection</code> representing a <code>file:</code> URL would return a <code>java.io.FilePermission</code> object. <p>The permission returned may dependent upon the state of the connection. For example, the permission before connecting may be different from that after connecting. For example, an HTTP sever, say foo.com, may redirect the connection to a different host, say bar.com. Before connecting the permission returned by the connection will represent the permission needed to connect to foo.com, while the permission returned after connecting will be to bar.com. <p>Permissions are generally used for two purposes: to protect caches of objects obtained through URLConnections, and to check the right of a recipient to learn about a particular URL. In the first case, the permission should be obtained <em>after</em> the object has been obtained. For example, in an HTTP connection, this will represent the permission to connect to the host from which the data was ultimately fetched. In the second case, the permission should be obtained and tested <em>before</em> connecting. <P> <DD><DL> <DT><B>Returns:</B><DD>the permission object representing the permission necessary to make the connection represented by this URLConnection. <DT><B>Throws:</B> <DD><CODE><A HREF="../../java/io/IOException.html" title="class in java.io">IOException</A></CODE> - if the computation of the permission requires network or file I/O and an exception occurs while computing it.</DL> </DD> </DL> <HR> <A NAME="getInputStream()"><!-- --></A><H3> getInputStream</H3> <PRE> public <A HREF="../../java/io/InputStream.html" title="class in java.io">InputStream</A> <B>getInputStream</B>() throws <A HREF="../../java/io/IOException.html" title="class in java.io">IOException</A></PRE> <DL> <DD>Returns an input stream that reads from this open connection. A SocketTimeoutException can be thrown when reading from the returned input stream if the read timeout expires before data is available for read. <P> <DD><DL> <DT><B>Returns:</B><DD>an input stream that reads from this open connection. <DT><B>Throws:</B> <DD><CODE><A HREF="../../java/io/IOException.html" title="class in java.io">IOException</A></CODE> - if an I/O error occurs while creating the input stream. <DD><CODE><A HREF="../../java/net/UnknownServiceException.html" title="class in java.net">UnknownServiceException</A></CODE> - if the protocol does not support input.<DT><B>See Also:</B><DD><A HREF="../../java/net/URLConnection.html#setReadTimeout(int)"><CODE>setReadTimeout(int)</CODE></A>, <A HREF="../../java/net/URLConnection.html#getReadTimeout()"><CODE>getReadTimeout()</CODE></A></DL> </DD> </DL> <HR> <A NAME="getOutputStream()"><!-- --></A><H3> getOutputStream</H3> <PRE> public <A HREF="../../java/io/OutputStream.html" title="class in java.io">OutputStream</A> <B>getOutputStream</B>() throws <A HREF="../../java/io/IOException.html" title="class in java.io">IOException</A></PRE> <DL> <DD>Returns an output stream that writes to this connection. <P> <DD><DL> <DT><B>Returns:</B><DD>an output stream that writes to this connection. <DT><B>Throws:</B> <DD><CODE><A HREF="../../java/io/IOException.html" title="class in java.io">IOException</A></CODE> - if an I/O error occurs while creating the output stream. <DD><CODE><A HREF="../../java/net/UnknownServiceException.html" title="class in java.net">UnknownServiceException</A></CODE> - if the protocol does not support output.</DL> </DD> </DL> <HR> <A NAME="toString()"><!-- --></A><H3> toString</H3> <PRE> public <A HREF="../../java/lang/String.html" title="class in java.lang">String</A> <B>toString</B>()</PRE> <DL> <DD>Returns a <code>String</code> representation of this URL connection. <P> <DD><DL> <DT><B>Overrides:</B><DD><CODE><A HREF="../../java/lang/Object.html#toString()">toString</A></CODE> in class <CODE><A HREF="../../java/lang/Object.html" title="class in java.lang">Object</A></CODE></DL> </DD> <DD><DL> <DT><B>Returns:</B><DD>a string representation of this <code>URLConnection</code>.</DL> </DD> </DL> <HR> <A NAME="setDoInput(boolean)"><!-- --></A><H3> setDoInput</H3> <PRE> public void <B>setDoInput</B>(boolean&nbsp;doinput)</PRE> <DL> <DD>Sets the value of the <code>doInput</code> field for this <code>URLConnection</code> to the specified value. <p> A URL connection can be used for input and/or output. Set the DoInput flag to true if you intend to use the URL connection for input, false if not. The default is true. <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>doinput</CODE> - the new value. <DT><B>Throws:</B> <DD><CODE><A HREF="../../java/lang/IllegalStateException.html" title="class in java.lang">IllegalStateException</A></CODE> - if already connected<DT><B>See Also:</B><DD><A HREF="../../java/net/URLConnection.html#doInput"><CODE>doInput</CODE></A>, <A HREF="../../java/net/URLConnection.html#getDoInput()"><CODE>getDoInput()</CODE></A></DL> </DD> </DL> <HR> <A NAME="getDoInput()"><!-- --></A><H3> getDoInput</H3> <PRE> public boolean <B>getDoInput</B>()</PRE> <DL> <DD>Returns the value of this <code>URLConnection</code>'s <code>doInput</code> flag. <P> <DD><DL> <DT><B>Returns:</B><DD>the value of this <code>URLConnection</code>'s <code>doInput</code> flag.<DT><B>See Also:</B><DD><A HREF="../../java/net/URLConnection.html#setDoInput(boolean)"><CODE>setDoInput(boolean)</CODE></A></DL> </DD> </DL> <HR> <A NAME="setDoOutput(boolean)"><!-- --></A><H3> setDoOutput</H3> <PRE> public void <B>setDoOutput</B>(boolean&nbsp;dooutput)</PRE> <DL> <DD>Sets the value of the <code>doOutput</code> field for this <code>URLConnection</code> to the specified value. <p> A URL connection can be used for input and/or output. Set the DoOutput flag to true if you intend to use the URL connection for output, false if not. The default is false. <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>dooutput</CODE> - the new value. <DT><B>Throws:</B> <DD><CODE><A HREF="../../java/lang/IllegalStateException.html" title="class in java.lang">IllegalStateException</A></CODE> - if already connected<DT><B>See Also:</B><DD><A HREF="../../java/net/URLConnection.html#getDoOutput()"><CODE>getDoOutput()</CODE></A></DL> </DD> </DL> <HR> <A NAME="getDoOutput()"><!-- --></A><H3> getDoOutput</H3> <PRE> public boolean <B>getDoOutput</B>()</PRE> <DL> <DD>Returns the value of this <code>URLConnection</code>'s <code>doOutput</code> flag. <P> <DD><DL> <DT><B>Returns:</B><DD>the value of this <code>URLConnection</code>'s <code>doOutput</code> flag.<DT><B>See Also:</B><DD><A HREF="../../java/net/URLConnection.html#setDoOutput(boolean)"><CODE>setDoOutput(boolean)</CODE></A></DL> </DD> </DL> <HR> <A NAME="setAllowUserInteraction(boolean)"><!-- --></A><H3> setAllowUserInteraction</H3> <PRE> public void <B>setAllowUserInteraction</B>(boolean&nbsp;allowuserinteraction)</PRE> <DL> <DD>Set the value of the <code>allowUserInteraction</code> field of this <code>URLConnection</code>. <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>allowuserinteraction</CODE> - the new value. <DT><B>Throws:</B> <DD><CODE><A HREF="../../java/lang/IllegalStateException.html" title="class in java.lang">IllegalStateException</A></CODE> - if already connected<DT><B>See Also:</B><DD><A HREF="../../java/net/URLConnection.html#getAllowUserInteraction()"><CODE>getAllowUserInteraction()</CODE></A></DL> </DD> </DL> <HR> <A NAME="getAllowUserInteraction()"><!-- --></A><H3> getAllowUserInteraction</H3> <PRE> public boolean <B>getAllowUserInteraction</B>()</PRE> <DL> <DD>Returns the value of the <code>allowUserInteraction</code> field for this object. <P> <DD><DL> <DT><B>Returns:</B><DD>the value of the <code>allowUserInteraction</code> field for this object.<DT><B>See Also:</B><DD><A HREF="../../java/net/URLConnection.html#setAllowUserInteraction(boolean)"><CODE>setAllowUserInteraction(boolean)</CODE></A></DL> </DD> </DL> <HR> <A NAME="setDefaultAllowUserInteraction(boolean)"><!-- --></A><H3> setDefaultAllowUserInteraction</H3> <PRE> public static void <B>setDefaultAllowUserInteraction</B>(boolean&nbsp;defaultallowuserinteraction)</PRE> <DL> <DD>Sets the default value of the <code>allowUserInteraction</code> field for all future <code>URLConnection</code> objects to the specified value. <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>defaultallowuserinteraction</CODE> - the new value.<DT><B>See Also:</B><DD><A HREF="../../java/net/URLConnection.html#getDefaultAllowUserInteraction()"><CODE>getDefaultAllowUserInteraction()</CODE></A></DL> </DD> </DL> <HR> <A NAME="getDefaultAllowUserInteraction()"><!-- --></A><H3> getDefaultAllowUserInteraction</H3> <PRE> public static boolean <B>getDefaultAllowUserInteraction</B>()</PRE> <DL> <DD>Returns the default value of the <code>allowUserInteraction</code> field. <p> Ths default is "sticky", being a part of the static state of all URLConnections. This flag applies to the next, and all following URLConnections that are created. <P> <DD><DL> <DT><B>Returns:</B><DD>the default value of the <code>allowUserInteraction</code> field.<DT><B>See Also:</B><DD><A HREF="../../java/net/URLConnection.html#setDefaultAllowUserInteraction(boolean)"><CODE>setDefaultAllowUserInteraction(boolean)</CODE></A></DL> </DD> </DL> <HR> <A NAME="setUseCaches(boolean)"><!-- --></A><H3> setUseCaches</H3> <PRE> public void <B>setUseCaches</B>(boolean&nbsp;usecaches)</PRE> <DL> <DD>Sets the value of the <code>useCaches</code> field of this <code>URLConnection</code> to the specified value. <p> Some protocols do caching of documents. Occasionally, it is important to be able to "tunnel through" and ignore the caches (e.g., the "reload" button in a browser). If the UseCaches flag on a connection is true, the connection is allowed to use whatever caches it can. If false, caches are to be ignored. The default value comes from DefaultUseCaches, which defaults to true. <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>usecaches</CODE> - a <code>boolean</code> indicating whether or not to allow caching <DT><B>Throws:</B> <DD><CODE><A HREF="../../java/lang/IllegalStateException.html" title="class in java.lang">IllegalStateException</A></CODE> - if already connected<DT><B>See Also:</B><DD><A HREF="../../java/net/URLConnection.html#getUseCaches()"><CODE>getUseCaches()</CODE></A></DL> </DD> </DL> <HR> <A NAME="getUseCaches()"><!-- --></A><H3> getUseCaches</H3> <PRE> public boolean <B>getUseCaches</B>()</PRE> <DL> <DD>Returns the value of this <code>URLConnection</code>'s <code>useCaches</code> field. <P> <DD><DL> <DT><B>Returns:</B><DD>the value of this <code>URLConnection</code>'s <code>useCaches</code> field.<DT><B>See Also:</B><DD><A HREF="../../java/net/URLConnection.html#setUseCaches(boolean)"><CODE>setUseCaches(boolean)</CODE></A></DL> </DD> </DL> <HR> <A NAME="setIfModifiedSince(long)"><!-- --></A><H3> setIfModifiedSince</H3> <PRE> public void <B>setIfModifiedSince</B>(long&nbsp;ifmodifiedsince)</PRE> <DL> <DD>Sets the value of the <code>ifModifiedSince</code> field of this <code>URLConnection</code> to the specified value. <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>ifmodifiedsince</CODE> - the new value. <DT><B>Throws:</B> <DD><CODE><A HREF="../../java/lang/IllegalStateException.html" title="class in java.lang">IllegalStateException</A></CODE> - if already connected<DT><B>See Also:</B><DD><A HREF="../../java/net/URLConnection.html#getIfModifiedSince()"><CODE>getIfModifiedSince()</CODE></A></DL> </DD> </DL> <HR> <A NAME="getIfModifiedSince()"><!-- --></A><H3> getIfModifiedSince</H3> <PRE> public long <B>getIfModifiedSince</B>()</PRE> <DL> <DD>Returns the value of this object's <code>ifModifiedSince</code> field. <P> <DD><DL> <DT><B>Returns:</B><DD>the value of this object's <code>ifModifiedSince</code> field.<DT><B>See Also:</B><DD><A HREF="../../java/net/URLConnection.html#setIfModifiedSince(long)"><CODE>setIfModifiedSince(long)</CODE></A></DL> </DD> </DL> <HR> <A NAME="getDefaultUseCaches()"><!-- --></A><H3> getDefaultUseCaches</H3> <PRE> public boolean <B>getDefaultUseCaches</B>()</PRE> <DL> <DD>Returns the default value of a <code>URLConnection</code>'s <code>useCaches</code> flag. <p> Ths default is "sticky", being a part of the static state of all URLConnections. This flag applies to the next, and all following URLConnections that are created. <P> <DD><DL> <DT><B>Returns:</B><DD>the default value of a <code>URLConnection</code>'s <code>useCaches</code> flag.<DT><B>See Also:</B><DD><A HREF="../../java/net/URLConnection.html#setDefaultUseCaches(boolean)"><CODE>setDefaultUseCaches(boolean)</CODE></A></DL> </DD> </DL> <HR> <A NAME="setDefaultUseCaches(boolean)"><!-- --></A><H3> setDefaultUseCaches</H3> <PRE> public void <B>setDefaultUseCaches</B>(boolean&nbsp;defaultusecaches)</PRE> <DL> <DD>Sets the default value of the <code>useCaches</code> field to the specified value. <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>defaultusecaches</CODE> - the new value.<DT><B>See Also:</B><DD><A HREF="../../java/net/URLConnection.html#getDefaultUseCaches()"><CODE>getDefaultUseCaches()</CODE></A></DL> </DD> </DL> <HR> <A NAME="setRequestProperty(java.lang.String, java.lang.String)"><!-- --></A><H3> setRequestProperty</H3> <PRE> public void <B>setRequestProperty</B>(<A HREF="../../java/lang/String.html" title="class in java.lang">String</A>&nbsp;key, <A HREF="../../java/lang/String.html" title="class in java.lang">String</A>&nbsp;value)</PRE> <DL> <DD>Sets the general request property. If a property with the key already exists, overwrite its value with the new value. <p> NOTE: HTTP requires all request properties which can legally have multiple instances with the same key to use a comma-seperated list syntax which enables multiple properties to be appended into a single property. <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>key</CODE> - the keyword by which the request is known (e.g., "<code>accept</code>").<DD><CODE>value</CODE> - the value associated with it. <DT><B>Throws:</B> <DD><CODE><A HREF="../../java/lang/IllegalStateException.html" title="class in java.lang">IllegalStateException</A></CODE> - if already connected <DD><CODE><A HREF="../../java/lang/NullPointerException.html" title="class in java.lang">NullPointerException</A></CODE> - if key is <CODE>null</CODE><DT><B>See Also:</B><DD><A HREF="../../java/net/URLConnection.html#getRequestProperty(java.lang.String)"><CODE>getRequestProperty(java.lang.String)</CODE></A></DL> </DD> </DL> <HR> <A NAME="addRequestProperty(java.lang.String, java.lang.String)"><!-- --></A><H3> addRequestProperty</H3> <PRE> public void <B>addRequestProperty</B>(<A HREF="../../java/lang/String.html" title="class in java.lang">String</A>&nbsp;key, <A HREF="../../java/lang/String.html" title="class in java.lang">String</A>&nbsp;value)</PRE> <DL> <DD>Adds a general request property specified by a key-value pair. This method will not overwrite existing values associated with the same key. <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>key</CODE> - the keyword by which the request is known (e.g., "<code>accept</code>").<DD><CODE>value</CODE> - the value associated with it. <DT><B>Throws:</B> <DD><CODE><A HREF="../../java/lang/IllegalStateException.html" title="class in java.lang">IllegalStateException</A></CODE> - if already connected <DD><CODE><A HREF="../../java/lang/NullPointerException.html" title="class in java.lang">NullPointerException</A></CODE> - if key is null<DT><B>Since:</B></DT> <DD>1.4</DD> <DT><B>See Also:</B><DD><A HREF="../../java/net/URLConnection.html#getRequestProperties()"><CODE>getRequestProperties()</CODE></A></DL> </DD> </DL> <HR> <A NAME="getRequestProperty(java.lang.String)"><!-- --></A><H3> getRequestProperty</H3> <PRE> public <A HREF="../../java/lang/String.html" title="class in java.lang">String</A> <B>getRequestProperty</B>(<A HREF="../../java/lang/String.html" title="class in java.lang">String</A>&nbsp;key)</PRE> <DL> <DD>Returns the value of the named general request property for this connection. <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>key</CODE> - the keyword by which the request is known (e.g., "accept"). <DT><B>Returns:</B><DD>the value of the named general request property for this connection. If key is null, then null is returned. <DT><B>Throws:</B> <DD><CODE><A HREF="../../java/lang/IllegalStateException.html" title="class in java.lang">IllegalStateException</A></CODE> - if already connected<DT><B>See Also:</B><DD><A HREF="../../java/net/URLConnection.html#setRequestProperty(java.lang.String, java.lang.String)"><CODE>setRequestProperty(java.lang.String, java.lang.String)</CODE></A></DL> </DD> </DL> <HR> <A NAME="getRequestProperties()"><!-- --></A><H3> getRequestProperties</H3> <PRE> public <A HREF="../../java/util/Map.html" title="interface in java.util">Map</A>&lt;<A HREF="../../java/lang/String.html" title="class in java.lang">String</A>,<A HREF="../../java/util/List.html" title="interface in java.util">List</A>&lt;<A HREF="../../java/lang/String.html" title="class in java.lang">String</A>&gt;&gt; <B>getRequestProperties</B>()</PRE> <DL> <DD>Returns an unmodifiable Map of general request properties for this connection. The Map keys are Strings that represent the request-header field names. Each Map value is a unmodifiable List of Strings that represents the corresponding field values. <P> <DD><DL> <DT><B>Returns:</B><DD>a Map of the general request properties for this connection. <DT><B>Throws:</B> <DD><CODE><A HREF="../../java/lang/IllegalStateException.html" title="class in java.lang">IllegalStateException</A></CODE> - if already connected<DT><B>Since:</B></DT> <DD>1.4</DD> </DL> </DD> </DL> <HR> <A NAME="setDefaultRequestProperty(java.lang.String, java.lang.String)"><!-- --></A><H3> setDefaultRequestProperty</H3> <PRE> <FONT SIZE="-1"><A HREF="../../java/lang/Deprecated.html" title="annotation in java.lang">@Deprecated</A> </FONT>public static void <B>setDefaultRequestProperty</B>(<A HREF="../../java/lang/String.html" title="class in java.lang">String</A>&nbsp;key, <A HREF="../../java/lang/String.html" title="class in java.lang">String</A>&nbsp;value)</PRE> <DL> <DD><B>Deprecated.</B>&nbsp;<I>The instance specific setRequestProperty method should be used after an appropriate instance of URLConnection is obtained. Invoking this method will have no effect.</I> <P> <DD>Sets the default value of a general request property. When a <code>URLConnection</code> is created, it is initialized with these properties. <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>key</CODE> - the keyword by which the request is known (e.g., "<code>accept</code>").<DD><CODE>value</CODE> - the value associated with the key.<DT><B>See Also:</B><DD><A HREF="../../java/net/URLConnection.html#setRequestProperty(java.lang.String, java.lang.String)"><CODE>setRequestProperty(java.lang.String,java.lang.String)</CODE></A>, <A HREF="../../java/net/URLConnection.html#getDefaultRequestProperty(java.lang.String)"><CODE>getDefaultRequestProperty(java.lang.String)</CODE></A></DL> </DD> </DL> <HR> <A NAME="getDefaultRequestProperty(java.lang.String)"><!-- --></A><H3> getDefaultRequestProperty</H3> <PRE> <FONT SIZE="-1"><A HREF="../../java/lang/Deprecated.html" title="annotation in java.lang">@Deprecated</A> </FONT>public static <A HREF="../../java/lang/String.html" title="class in java.lang">String</A> <B>getDefaultRequestProperty</B>(<A HREF="../../java/lang/String.html" title="class in java.lang">String</A>&nbsp;key)</PRE> <DL> <DD><B>Deprecated.</B>&nbsp;<I>The instance specific getRequestProperty method should be used after an appropriate instance of URLConnection is obtained.</I> <P> <DD>Returns the value of the default request property. Default request properties are set for every connection. <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>key</CODE> - the keyword by which the request is known (e.g., "accept"). <DT><B>Returns:</B><DD>the value of the default request property for the specified key.<DT><B>See Also:</B><DD><A HREF="../../java/net/URLConnection.html#getRequestProperty(java.lang.String)"><CODE>getRequestProperty(java.lang.String)</CODE></A>, <A HREF="../../java/net/URLConnection.html#setDefaultRequestProperty(java.lang.String, java.lang.String)"><CODE>setDefaultRequestProperty(java.lang.String, java.lang.String)</CODE></A></DL> </DD> </DL> <HR> <A NAME="setContentHandlerFactory(java.net.ContentHandlerFactory)"><!-- --></A><H3> setContentHandlerFactory</H3> <PRE> public static void <B>setContentHandlerFactory</B>(<A HREF="../../java/net/ContentHandlerFactory.html" title="interface in java.net">ContentHandlerFactory</A>&nbsp;fac)</PRE> <DL> <DD>Sets the <code>ContentHandlerFactory</code> of an application. It can be called at most once by an application. <p> The <code>ContentHandlerFactory</code> instance is used to construct a content handler from a content type <p> If there is a security manager, this method first calls the security manager's <code>checkSetFactory</code> method to ensure the operation is allowed. This could result in a SecurityException. <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>fac</CODE> - the desired factory. <DT><B>Throws:</B> <DD><CODE><A HREF="../../java/lang/Error.html" title="class in java.lang">Error</A></CODE> - if the factory has already been defined. <DD><CODE><A HREF="../../java/lang/SecurityException.html" title="class in java.lang">SecurityException</A></CODE> - if a security manager exists and its <code>checkSetFactory</code> method doesn't allow the operation.<DT><B>See Also:</B><DD><A HREF="../../java/net/ContentHandlerFactory.html" title="interface in java.net"><CODE>ContentHandlerFactory</CODE></A>, <A HREF="../../java/net/URLConnection.html#getContent()"><CODE>getContent()</CODE></A>, <A HREF="../../java/lang/SecurityManager.html#checkSetFactory()"><CODE>SecurityManager.checkSetFactory()</CODE></A></DL> </DD> </DL> <HR> <A NAME="guessContentTypeFromName(java.lang.String)"><!-- --></A><H3> guessContentTypeFromName</H3> <PRE> public static <A HREF="../../java/lang/String.html" title="class in java.lang">String</A> <B>guessContentTypeFromName</B>(<A HREF="../../java/lang/String.html" title="class in java.lang">String</A>&nbsp;fname)</PRE> <DL> <DD>Tries to determine the content type of an object, based on the specified "file" component of a URL. This is a convenience method that can be used by subclasses that override the <code>getContentType</code> method. <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>fname</CODE> - a filename. <DT><B>Returns:</B><DD>a guess as to what the content type of the object is, based upon its file name.<DT><B>See Also:</B><DD><A HREF="../../java/net/URLConnection.html#getContentType()"><CODE>getContentType()</CODE></A></DL> </DD> </DL> <HR> <A NAME="guessContentTypeFromStream(java.io.InputStream)"><!-- --></A><H3> guessContentTypeFromStream</H3> <PRE> public static <A HREF="../../java/lang/String.html" title="class in java.lang">String</A> <B>guessContentTypeFromStream</B>(<A HREF="../../java/io/InputStream.html" title="class in java.io">InputStream</A>&nbsp;is) throws <A HREF="../../java/io/IOException.html" title="class in java.io">IOException</A></PRE> <DL> <DD>Tries to determine the type of an input stream based on the characters at the beginning of the input stream. This method can be used by subclasses that override the <code>getContentType</code> method. <p> Ideally, this routine would not be needed. But many <code>http</code> servers return the incorrect content type; in addition, there are many nonstandard extensions. Direct inspection of the bytes to determine the content type is often more accurate than believing the content type claimed by the <code>http</code> server. <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>is</CODE> - an input stream that supports marks. <DT><B>Returns:</B><DD>a guess at the content type, or <code>null</code> if none can be determined. <DT><B>Throws:</B> <DD><CODE><A HREF="../../java/io/IOException.html" title="class in java.io">IOException</A></CODE> - if an I/O error occurs while reading the input stream.<DT><B>See Also:</B><DD><A HREF="../../java/io/InputStream.html#mark(int)"><CODE>InputStream.mark(int)</CODE></A>, <A HREF="../../java/io/InputStream.html#markSupported()"><CODE>InputStream.markSupported()</CODE></A>, <A HREF="../../java/net/URLConnection.html#getContentType()"><CODE>getContentType()</CODE></A></DL> </DD> </DL> <!-- ========= END OF CLASS DATA ========= --> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="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/URLConnection.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-files/index-1.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> <b>Java<sup><font size=-2>TM</font></sup>&nbsp;2&nbsp;Platform<br>Standard&nbsp;Ed. 5.0</b></EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../java/net/URLClassLoader.html" title="class in java.net"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../java/net/URLDecoder.html" title="class in java.net"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../index.html?java/net/URLConnection.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="URLConnection.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> <font size="-1"><a href="http://java.sun.com/cgi-bin/bugreport.cgi">Submit a bug or feature</a><br>For further API reference and developer documentation, see <a href="../../../relnotes/devdocs-vs-specs.html">Java 2 SDK SE Developer Documentation</a>. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples. <p>Copyright &#169; 2004, 2010 Oracle and/or its affiliates. All rights reserved. Use is subject to <a href="../../../relnotes/license.html">license terms</a>. Also see the <a href="http://java.sun.com/docs/redist.html">documentation redistribution policy</a>.</font> <!-- Start SiteCatalyst code --> <script language="JavaScript" src="http://www.oracle.com/ocom/groups/systemobject/@mktg_admin/documents/systemobject/s_code_download.js"></script> <script language="JavaScript" src="http://www.oracle.com/ocom/groups/systemobject/@mktg_admin/documents/systemobject/s_code.js"></script> <!-- ********** DO NOT ALTER ANYTHING BELOW THIS LINE ! *********** --> <!-- Below code will send the info to Omniture server --> <script language="javascript">var s_code=s.t();if(s_code)document.write(s_code)</script> <!-- End SiteCatalyst code --> </body> </HTML>
Smolations/more-dash-docsets
docsets/Java 5.docset/Contents/Resources/Documents/java/net/URLConnection.html
HTML
mit
101,091
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> <meta name="description" content=""> <meta name="author" content=""> <link rel="icon" href="../favicon.ico"> <title>Movies Project</title> <!-- Bootstrap core CSS --> <link href="../dist/css/bootstrap.min.css" rel="stylesheet"> <!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> <link href="../assets/css/ie10-viewport-bug-workaround.css" rel="stylesheet"> <!-- Custom styles for this template --> <link href="navbar.css" rel="stylesheet"> <!-- Just for debugging purposes. Don't actually copy these 2 lines! --> <!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]--> <script src="../assets/js/ie-emulation-modes-warning.js"></script> <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <!-- Static navbar --> <nav class="navbar navbar-default"> <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="#">Project name</a> </div> <div id="navbar" class="navbar-collapse collapse"> <ul class="nav navbar-nav"> <li class="active"><a href="#">Home</a></li> <li><a href="#">About</a></li> <li><a href="#">Contact</a></li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Dropdown <span class="caret"></span></a> <ul class="dropdown-menu"> <li><a href="#">Action</a></li> <li><a href="#">Another action</a></li> <li><a href="#">Something else here</a></li> <li role="separator" class="divider"></li> <li class="dropdown-header">Nav header</li> <li><a href="#">Separated link</a></li> <li><a href="#">One more separated link</a></li> </ul> </li> </ul> </div><!--/.nav-collapse --> </div><!--/.container-fluid --> </nav> <!-- Main component for a primary marketing message or call to action --> <div class="jumbotron"> <h1>Movies N Stuff</h1> <p>Webmastering project - Woot!</p> <p> <a class="btn btn-lg btn-primary" href="../../components/#navbar" role="button">Stuff... &raquo;</a> </p> </div> </div> <!-- /container --> <!-- Bootstrap core JavaScript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> <script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script> <script src="../../dist/js/bootstrap.min.js"></script> <!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script> </body> </html>
199786wolf/199786wolf.github.io
docs/index.html
HTML
mit
4,058
<!doctype html> <!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]--> <!--[if (IE 7)&!(IEMobile)]><html class="no-js lt-ie9 lt-ie8" lang="en"><![endif]--> <!--[if (IE 8)&!(IEMobile)]><html class="no-js lt-ie9" lang="en"><![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en"><!--<![endif]--> <head> {% include head.html %} </head> <body id="page"> {% include browser-upgrade.html %} {% include header.html %} <div id="main" role="main"> <article class="hentry"> <div class="entry-content"> {{ content }} <footer class="entry-meta"> {% if page.modified %}<span>Updated on <span class="entry-date date published updated"><time datetime="{{ page.modified }}">{{ page.modified | date: "%B %d, %Y" }}</time></span></span> <span class="author vcard"><span class="fn">{{ site.owner.name }}</span></span>{% endif %} {% if page.share != false %}{% include social-share.html %}{% endif %} </footer> </div><!-- /.entry-content --> {% if page.comments == true %} {% include disqus_comments.html %} {% endif %} </article> </div><!-- /#main --> {% include scripts.html %} <div class="footer-wrapper"> <footer role="contentinfo"> {% include footer.html %} </footer> </div><!-- /.footer-wrapper --> </body> </html>
gavinchou/gavinchou.github.io
_layouts/page.html
HTML
mit
1,320
<!DOCTYPE HTML> <html> <head> <style> body { margin: 0px; padding: 0px; } table { font-family: verdana,arial,sans-serif; font-size:11px; color:#333333; border-width: 1px; border-color: #666666; border-collapse: collapse; } table th { border-width: 1px; padding: 8px; border-style: solid; border-color: #666666; background-color: #dedede; } table td { border-width: 1px; padding: 8px; border-style: solid; border-color: #666666; background-color: #ffffff; } </style> </head> <body> <h1>Receipt</h1> <br> Dear Jeff Tan, <br><br> Please kindly find the confirmed seat(s) for the phantom show.<br> Thanks very much for your support!<br><br> <script> var total=0; document.writeln("<html><head></head>"); document.write("<body><table border='1'><tr>"); document.write("<th>NAME</th><th>ROW</th><th>SEAT(S)</th><th>PRICE</th>"); document.writeln("</tr>"); function price(row){ if(row==14) return 30; else if((row>=11) && (row<=13)) return 50; else if((row>=8) && (row<=10)) return 80; else if((row>=5) && (row<=7)) return 100; else if((row>=1) && (row<=4)) return 120; } function six(buyer,row,id1,id2,id3,id4,id5,id6){ var seats=id1+' , '+id2+' , '+id3+' , '+id4+' , '+id5+' , '+id6; var money=price(row)*6; total=total+money; document.writeln("<tr><td>"+buyer+"</td><td>"+row+"</td><td>"+seats+"</td><td>"+money+"</td></tr>"); } function five(buyer,row,id1,id2,id3,id4,id5){ var seats=id1+' , '+id2+' , '+id3+' , '+id4+' , '+id5; var money=price(row)*5; total=total+money; document.writeln("<tr><td>"+buyer+"</td><td>"+row+"</td><td>"+seats+"</td><td>"+money+"</td></tr>"); } function four(buyer,row,id1,id2,id3,id4){ var seats=id1+' , '+id2+' , '+id3+' , '+id4; var money=price(row)*4; total=total+money; document.writeln("<tr><td>"+buyer+"</td><td>"+row+"</td><td>"+seats+"</td><td>"+money+"</td></tr>"); } function three(buyer,row,id1,id2,id3){ var seats=id1+' , '+id2+' , '+id3; var money=price(row)*3; total=total+money; document.writeln("<tr><td>"+buyer+"</td><td>"+row+"</td><td>"+seats+"</td><td>"+money+"</td></tr>"); } function two(buyer,row,id1,id2){ var seats=id1+' , '+id2; var money=price(row)*2; total=total+money; document.writeln("<tr><td>"+buyer+"</td><td>"+row+"</td><td>"+seats+"</td><td>"+money+"</td></tr>"); } function one(buyer,row,id){ var money=price(row); total=total+money; document.writeln("<tr><td>"+buyer+"</td><td>"+row+"</td><td>"+id+"</td><td>"+money+"</td></tr>"); } function range(buyer,row,min,max){ var money=price(row)*(max-min+1); total=total+money; document.writeln("<tr><td>"+buyer+"</td><td>"+row+"</td><td>"+min+" - "+max+"</td><td>"+money+"</td></tr>") } //BEGIN_TICKETS two('Jeff Tan',7,11,13); five('Jeff Tan',7,1,2,3,5,7); //END_TICKETS document.writeln("</table>"); document.writeln("<br><br><div><h4>Total: "+total+"</h4></div>"); document.writeln("</body></html>"); </script> <br><br>Looking forward to seeing you on the evening of 27th, June.<br> For more information about the show, please scan QR and subscribe to our public wechat.<br> <a href="http://weixin.sogou.com/gzh?openid=oIWsFtycYunE1Y105FWR0uHnc_Qc"><img src="https://abcde.ericsson.se/eshtmc/activities/2015-phantom/images/qrcode.jpg"></a> <br>Best Regards from The Phantom Team </body> </html>
eshtmc/eshtmc
library/activities/2015-phantom/receipts/Jeff_Tan.html
HTML
mit
3,562
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>AdminLTE 2 | Editors</title> <!-- Tell the browser to be responsive to screen width --> <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport"> <!-- Bootstrap 3.3.6 --> <link rel="stylesheet" href="../../bootstrap/css/bootstrap.min.css"> <!-- Font Awesome --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css"> <!-- Ionicons --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/css/ionicons.min.css"> <!-- Theme style --> <link rel="stylesheet" href="../../dist/css/AdminLTE.min.css"> <!-- AdminLTE Skins. Choose a skin from the css/skins folder instead of downloading all of them to reduce the load. --> <link rel="stylesheet" href="../../dist/css/skins/_all-skins.min.css"> <!-- bootstrap wysihtml5 - text editor --> <link rel="stylesheet" href="../../plugins/bootstrap-wysihtml5/bootstrap3-wysihtml5.min.css"> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body class="hold-transition skin-blue sidebar-mini"> <div class="wrapper"> <header class="main-header"> <!-- Logo --> <a href="../../index2.html" class="logo"> <!-- mini logo for sidebar mini 50x50 pixels --> <span class="logo-mini"><b>A</b>LT</span> <!-- logo for regular state and mobile devices --> <span class="logo-lg"><b>Admin</b>LTE</span> </a> <!-- Header Navbar: style can be found in header.less --> <nav class="navbar navbar-static-top"> <!-- Sidebar toggle button--> <a href="#" class="sidebar-toggle" data-toggle="offcanvas" role="button"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </a> <div class="navbar-custom-menu"> <ul class="nav navbar-nav"> <!-- Messages: style can be found in dropdown.less--> <li class="dropdown messages-menu"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"> <i class="fa fa-envelope-o"></i> <span class="label label-success">4</span> </a> <ul class="dropdown-menu"> <li class="header">You have 4 messages</li> <li> <!-- inner menu: contains the actual data --> <ul class="menu"> <li><!-- start message --> <a href="#"> <div class="pull-left"> <img src="../../dist/img/user2-160x160.jpg" class="img-circle" alt="User Image"> </div> <h4> Support Team <small><i class="fa fa-clock-o"></i> 5 mins</small> </h4> <p>Why not buy a new awesome theme?</p> </a> </li> <!-- end message --> <li> <a href="#"> <div class="pull-left"> <img src="../../dist/img/user3-128x128.jpg" class="img-circle" alt="User Image"> </div> <h4> AdminLTE Design Team <small><i class="fa fa-clock-o"></i> 2 hours</small> </h4> <p>Why not buy a new awesome theme?</p> </a> </li> <li> <a href="#"> <div class="pull-left"> <img src="../../dist/img/user4-128x128.jpg" class="img-circle" alt="User Image"> </div> <h4> Developers <small><i class="fa fa-clock-o"></i> Today</small> </h4> <p>Why not buy a new awesome theme?</p> </a> </li> <li> <a href="#"> <div class="pull-left"> <img src="../../dist/img/user3-128x128.jpg" class="img-circle" alt="User Image"> </div> <h4> Sales Department <small><i class="fa fa-clock-o"></i> Yesterday</small> </h4> <p>Why not buy a new awesome theme?</p> </a> </li> <li> <a href="#"> <div class="pull-left"> <img src="../../dist/img/user4-128x128.jpg" class="img-circle" alt="User Image"> </div> <h4> Reviewers <small><i class="fa fa-clock-o"></i> 2 days</small> </h4> <p>Why not buy a new awesome theme?</p> </a> </li> </ul> </li> <li class="footer"><a href="#">See All Messages</a></li> </ul> </li> <!-- Notifications: style can be found in dropdown.less --> <li class="dropdown notifications-menu"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"> <i class="fa fa-bell-o"></i> <span class="label label-warning">10</span> </a> <ul class="dropdown-menu"> <li class="header">You have 10 notifications</li> <li> <!-- inner menu: contains the actual data --> <ul class="menu"> <li> <a href="#"> <i class="fa fa-users text-aqua"></i> 5 new members joined today </a> </li> <li> <a href="#"> <i class="fa fa-warning text-yellow"></i> Very long description here that may not fit into the page and may cause design problems </a> </li> <li> <a href="#"> <i class="fa fa-users text-red"></i> 5 new members joined </a> </li> <li> <a href="#"> <i class="fa fa-shopping-cart text-green"></i> 25 sales made </a> </li> <li> <a href="#"> <i class="fa fa-user text-red"></i> You changed your username </a> </li> </ul> </li> <li class="footer"><a href="#">View all</a></li> </ul> </li> <!-- Tasks: style can be found in dropdown.less --> <li class="dropdown tasks-menu"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"> <i class="fa fa-flag-o"></i> <span class="label label-danger">9</span> </a> <ul class="dropdown-menu"> <li class="header">You have 9 tasks</li> <li> <!-- inner menu: contains the actual data --> <ul class="menu"> <li><!-- Task item --> <a href="#"> <h3> Design some buttons <small class="pull-right">20%</small> </h3> <div class="progress xs"> <div class="progress-bar progress-bar-aqua" style="width: 20%" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100"> <span class="sr-only">20% Complete</span> </div> </div> </a> </li> <!-- end task item --> <li><!-- Task item --> <a href="#"> <h3> Create a nice theme <small class="pull-right">40%</small> </h3> <div class="progress xs"> <div class="progress-bar progress-bar-green" style="width: 40%" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100"> <span class="sr-only">40% Complete</span> </div> </div> </a> </li> <!-- end task item --> <li><!-- Task item --> <a href="#"> <h3> Some task I need to do <small class="pull-right">60%</small> </h3> <div class="progress xs"> <div class="progress-bar progress-bar-red" style="width: 60%" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100"> <span class="sr-only">60% Complete</span> </div> </div> </a> </li> <!-- end task item --> <li><!-- Task item --> <a href="#"> <h3> Make beautiful transitions <small class="pull-right">80%</small> </h3> <div class="progress xs"> <div class="progress-bar progress-bar-yellow" style="width: 80%" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100"> <span class="sr-only">80% Complete</span> </div> </div> </a> </li> <!-- end task item --> </ul> </li> <li class="footer"> <a href="#">View all tasks</a> </li> </ul> </li> <!-- User Account: style can be found in dropdown.less --> <li class="dropdown user user-menu"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"> <img src="../../dist/img/user2-160x160.jpg" class="user-image" alt="User Image"> <span class="hidden-xs">Alexander Pierce</span> </a> <ul class="dropdown-menu"> <!-- User image --> <li class="user-header"> <img src="../../dist/img/user2-160x160.jpg" class="img-circle" alt="User Image"> <p> Alexander Pierce - Web Developer <small>Member since Nov. 2012</small> </p> </li> <!-- Menu Body --> <li class="user-body"> <div class="row"> <div class="col-xs-4 text-center"> <a href="#">Followers</a> </div> <div class="col-xs-4 text-center"> <a href="#">Sales</a> </div> <div class="col-xs-4 text-center"> <a href="#">Friends</a> </div> </div> <!-- /.row --> </li> <!-- Menu Footer--> <li class="user-footer"> <div class="pull-left"> <a href="#" class="btn btn-default btn-flat">Profile</a> </div> <div class="pull-right"> <a href="#" class="btn btn-default btn-flat">Sign out</a> </div> </li> </ul> </li> <!-- Control Sidebar Toggle Button --> <li> <a href="#" data-toggle="control-sidebar"><i class="fa fa-gears"></i></a> </li> </ul> </div> </nav> </header> <!-- Left side column. contains the logo and sidebar --> <aside class="main-sidebar"> <!-- sidebar: style can be found in sidebar.less --> <section class="sidebar"> <!-- Sidebar user panel --> <div class="user-panel"> <div class="pull-left image"> <img src="../../dist/img/user2-160x160.jpg" class="img-circle" alt="User Image"> </div> <div class="pull-left info"> <p>Alexander Pierce</p> <a href="#"><i class="fa fa-circle text-success"></i> Online</a> </div> </div> <!-- search form --> <form action="#" method="get" class="sidebar-form"> <div class="input-group"> <input type="text" name="q" class="form-control" placeholder="Search..."> <span class="input-group-btn"> <button type="submit" name="search" id="search-btn" class="btn btn-flat"><i class="fa fa-search"></i> </button> </span> </div> </form> <!-- /.search form --> <!-- sidebar menu: : style can be found in sidebar.less --> <ul class="sidebar-menu"> <li class="header">MAIN NAVIGATION</li> <li class="treeview"> <a href="#"> <i class="fa fa-dashboard"></i> <span>Dashboard</span> <span class="pull-right-container"> <i class="fa fa-angle-left pull-right"></i> </span> </a> <ul class="treeview-menu"> <li><a href="../../index1.html"><i class="fa fa-circle-o"></i> Dashboard v1</a></li> <li><a href="../../index2.html"><i class="fa fa-circle-o"></i> Dashboard v2</a></li> </ul> </li> <li class="treeview"> <a href="#"> <i class="fa fa-files-o"></i> <span>Layout Options</span> <span class="pull-right-container"> <span class="label label-primary pull-right">4</span> </span> </a> <ul class="treeview-menu"> <li><a href="../layout/top-nav.html"><i class="fa fa-circle-o"></i> Top Navigation</a></li> <li><a href="../layout/boxed.html"><i class="fa fa-circle-o"></i> Boxed</a></li> <li><a href="../layout/fixed.html"><i class="fa fa-circle-o"></i> Fixed</a></li> <li><a href="../layout/collapsed-sidebar.html"><i class="fa fa-circle-o"></i> Collapsed Sidebar</a></li> </ul> </li> <li> <a href="../widgets.html"> <i class="fa fa-th"></i> <span>Widgets</span> <span class="pull-right-container"> <small class="label pull-right bg-green">new</small> </span> </a> </li> <li class="treeview"> <a href="#"> <i class="fa fa-pie-chart"></i> <span>Charts</span> <span class="pull-right-container"> <i class="fa fa-angle-left pull-right"></i> </span> </a> <ul class="treeview-menu"> <li><a href="../charts/chartjs.html"><i class="fa fa-circle-o"></i> ChartJS</a></li> <li><a href="../charts/morris.html"><i class="fa fa-circle-o"></i> Morris</a></li> <li><a href="../charts/flot.html"><i class="fa fa-circle-o"></i> Flot</a></li> <li><a href="../charts/inline.html"><i class="fa fa-circle-o"></i> Inline charts</a></li> </ul> </li> <li class="treeview"> <a href="#"> <i class="fa fa-laptop"></i> <span>UI Elements</span> <span class="pull-right-container"> <i class="fa fa-angle-left pull-right"></i> </span> </a> <ul class="treeview-menu"> <li><a href="../UI/general.html"><i class="fa fa-circle-o"></i> General</a></li> <li><a href="../UI/icons.html"><i class="fa fa-circle-o"></i> Icons</a></li> <li><a href="../UI/buttons.html"><i class="fa fa-circle-o"></i> Buttons</a></li> <li><a href="../UI/sliders.html"><i class="fa fa-circle-o"></i> Sliders</a></li> <li><a href="../UI/timeline.html"><i class="fa fa-circle-o"></i> Timeline</a></li> <li><a href="../UI/modals.html"><i class="fa fa-circle-o"></i> Modals</a></li> </ul> </li> <li class="treeview active"> <a href="#"> <i class="fa fa-edit"></i> <span>Forms</span> <span class="pull-right-container"> <i class="fa fa-angle-left pull-right"></i> </span> </a> <ul class="treeview-menu"> <li><a href="general.html"><i class="fa fa-circle-o"></i> General Elements</a></li> <li><a href="advanced.html"><i class="fa fa-circle-o"></i> Advanced Elements</a></li> <li class="active"><a href="editors.html"><i class="fa fa-circle-o"></i> Editors</a></li> </ul> </li> <li class="treeview"> <a href="#"> <i class="fa fa-table"></i> <span>Tables</span> <span class="pull-right-container"> <i class="fa fa-angle-left pull-right"></i> </span> </a> <ul class="treeview-menu"> <li><a href="../tables/simple.html"><i class="fa fa-circle-o"></i> Simple tables</a></li> <li><a href="../tables/data.html"><i class="fa fa-circle-o"></i> Data tables</a></li> </ul> </li> <li> <a href="../calendar.html"> <i class="fa fa-calendar"></i> <span>Calendar</span> <span class="pull-right-container"> <small class="label pull-right bg-red">3</small> <small class="label pull-right bg-blue">17</small> </span> </a> </li> <li> <a href="../mailbox/mailbox.html"> <i class="fa fa-envelope"></i> <span>Mailbox</span> <span class="pull-right-container"> <small class="label pull-right bg-yellow">12</small> <small class="label pull-right bg-green">16</small> <small class="label pull-right bg-red">5</small> </span> </a> </li> <li class="treeview"> <a href="#"> <i class="fa fa-folder"></i> <span>Examples</span> <span class="pull-right-container"> <i class="fa fa-angle-left pull-right"></i> </span> </a> <ul class="treeview-menu"> <li><a href="../examples/invoice.html"><i class="fa fa-circle-o"></i> Invoice</a></li> <li><a href="../examples/profile.html"><i class="fa fa-circle-o"></i> Profile</a></li> <li><a href="../examples/login.html"><i class="fa fa-circle-o"></i> Login</a></li> <li><a href="../examples/register.html"><i class="fa fa-circle-o"></i> Register</a></li> <li><a href="../examples/lockscreen.html"><i class="fa fa-circle-o"></i> Lockscreen</a></li> <li><a href="../examples/404.html"><i class="fa fa-circle-o"></i> 404 Error</a></li> <li><a href="../examples/500.html"><i class="fa fa-circle-o"></i> 500 Error</a></li> <li><a href="../examples/blank.html"><i class="fa fa-circle-o"></i> Blank Page</a></li> <li><a href="../examples/pace.html"><i class="fa fa-circle-o"></i> Pace Page</a></li> </ul> </li> <li class="treeview"> <a href="#"> <i class="fa fa-share"></i> <span>Multilevel</span> <span class="pull-right-container"> <i class="fa fa-angle-left pull-right"></i> </span> </a> <ul class="treeview-menu"> <li><a href="#"><i class="fa fa-circle-o"></i> Level One</a></li> <li> <a href="#"><i class="fa fa-circle-o"></i> Level One <span class="pull-right-container"> <i class="fa fa-angle-left pull-right"></i> </span> </a> <ul class="treeview-menu"> <li><a href="#"><i class="fa fa-circle-o"></i> Level Two</a></li> <li> <a href="#"><i class="fa fa-circle-o"></i> Level Two <span class="pull-right-container"> <i class="fa fa-angle-left pull-right"></i> </span> </a> <ul class="treeview-menu"> <li><a href="#"><i class="fa fa-circle-o"></i> Level Three</a></li> <li><a href="#"><i class="fa fa-circle-o"></i> Level Three</a></li> </ul> </li> </ul> </li> <li><a href="#"><i class="fa fa-circle-o"></i> Level One</a></li> </ul> </li> <li><a href="../../documentation/index.html"><i class="fa fa-book"></i> <span>Documentation</span></a></li> <li class="header">LABELS</li> <li><a href="#"><i class="fa fa-circle-o text-red"></i> <span>Important</span></a></li> <li><a href="#"><i class="fa fa-circle-o text-yellow"></i> <span>Warning</span></a></li> <li><a href="#"><i class="fa fa-circle-o text-aqua"></i> <span>Information</span></a></li> </ul> </section> <!-- /.sidebar --> </aside> <!-- Content Wrapper. Contains page content --> <div class="content-wrapper"> <!-- Content Header (Page header) --> <section class="content-header"> <h1> Text Editors <small>Advanced form element</small> </h1> <ol class="breadcrumb"> <li><a href="#"><i class="fa fa-dashboard"></i> Home</a></li> <li><a href="#">Forms</a></li> <li class="active">Editors</li> </ol> </section> <!-- Main content --> <section class="content"> <div class="row"> <div class="col-md-12"> <div class="box box-info"> <div class="box-header"> <h3 class="box-title">CK Editor <small>Advanced and full of features</small> </h3> <!-- tools box --> <div class="pull-right box-tools"> <button type="button" class="btn btn-info btn-sm" data-widget="collapse" data-toggle="tooltip" title="Collapse"> <i class="fa fa-minus"></i></button> <button type="button" class="btn btn-info btn-sm" data-widget="remove" data-toggle="tooltip" title="Remove"> <i class="fa fa-times"></i></button> </div> <!-- /. tools --> </div> <!-- /.box-header --> <div class="box-body pad"> <form> <textarea id="editor1" name="editor1" rows="10" cols="80"> This is my textarea to be replaced with CKEditor. </textarea> </form> </div> </div> <!-- /.box --> <div class="box"> <div class="box-header"> <h3 class="box-title">Bootstrap WYSIHTML5 <small>Simple and fast</small> </h3> <!-- tools box --> <div class="pull-right box-tools"> <button type="button" class="btn btn-default btn-sm" data-widget="collapse" data-toggle="tooltip" title="Collapse"> <i class="fa fa-minus"></i></button> <button type="button" class="btn btn-default btn-sm" data-widget="remove" data-toggle="tooltip" title="Remove"> <i class="fa fa-times"></i></button> </div> <!-- /. tools --> </div> <!-- /.box-header --> <div class="box-body pad"> <form> <textarea class="textarea" placeholder="Place some text here" style="width: 100%; height: 200px; font-size: 14px; line-height: 18px; border: 1px solid #dddddd; padding: 10px;"></textarea> </form> </div> </div> </div> <!-- /.col--> </div> <!-- ./row --> </section> <!-- /.content --> </div> <!-- /.content-wrapper --> <footer class="main-footer"> <div class="pull-right hidden-xs"> <b>Version</b> 2.3.8 </div> <strong>Copyright &copy; 2014-2016 <a href="http://almsaeedstudio.com">Almsaeed Studio</a>.</strong> All rights reserved. </footer> <!-- Control Sidebar --> <aside class="control-sidebar control-sidebar-dark"> <!-- Create the tabs --> <ul class="nav nav-tabs nav-justified control-sidebar-tabs"> <li><a href="#control-sidebar-home-tab" data-toggle="tab"><i class="fa fa-home"></i></a></li> <li><a href="#control-sidebar-settings-tab" data-toggle="tab"><i class="fa fa-gears"></i></a></li> </ul> <!-- Tab panes --> <div class="tab-content"> <!-- Home tab content --> <div class="tab-pane" id="control-sidebar-home-tab"> <h3 class="control-sidebar-heading">Recent Activity</h3> <ul class="control-sidebar-menu"> <li> <a href="javascript:void(0)"> <i class="menu-icon fa fa-birthday-cake bg-red"></i> <div class="menu-info"> <h4 class="control-sidebar-subheading">Langdon's Birthday</h4> <p>Will be 23 on April 24th</p> </div> </a> </li> <li> <a href="javascript:void(0)"> <i class="menu-icon fa fa-user bg-yellow"></i> <div class="menu-info"> <h4 class="control-sidebar-subheading">Frodo Updated His Profile</h4> <p>New phone +1(800)555-1234</p> </div> </a> </li> <li> <a href="javascript:void(0)"> <i class="menu-icon fa fa-envelope-o bg-light-blue"></i> <div class="menu-info"> <h4 class="control-sidebar-subheading">Nora Joined Mailing List</h4> <p>nora@example.com</p> </div> </a> </li> <li> <a href="javascript:void(0)"> <i class="menu-icon fa fa-file-code-o bg-green"></i> <div class="menu-info"> <h4 class="control-sidebar-subheading">Cron Job 254 Executed</h4> <p>Execution time 5 seconds</p> </div> </a> </li> </ul> <!-- /.control-sidebar-menu --> <h3 class="control-sidebar-heading">Tasks Progress</h3> <ul class="control-sidebar-menu"> <li> <a href="javascript:void(0)"> <h4 class="control-sidebar-subheading"> Custom Template Design <span class="label label-danger pull-right">70%</span> </h4> <div class="progress progress-xxs"> <div class="progress-bar progress-bar-danger" style="width: 70%"></div> </div> </a> </li> <li> <a href="javascript:void(0)"> <h4 class="control-sidebar-subheading"> Update Resume <span class="label label-success pull-right">95%</span> </h4> <div class="progress progress-xxs"> <div class="progress-bar progress-bar-success" style="width: 95%"></div> </div> </a> </li> <li> <a href="javascript:void(0)"> <h4 class="control-sidebar-subheading"> Laravel Integration <span class="label label-warning pull-right">50%</span> </h4> <div class="progress progress-xxs"> <div class="progress-bar progress-bar-warning" style="width: 50%"></div> </div> </a> </li> <li> <a href="javascript:void(0)"> <h4 class="control-sidebar-subheading"> Back End Framework <span class="label label-primary pull-right">68%</span> </h4> <div class="progress progress-xxs"> <div class="progress-bar progress-bar-primary" style="width: 68%"></div> </div> </a> </li> </ul> <!-- /.control-sidebar-menu --> </div> <!-- /.tab-pane --> <!-- Stats tab content --> <div class="tab-pane" id="control-sidebar-stats-tab">Stats Tab Content</div> <!-- /.tab-pane --> <!-- Settings tab content --> <div class="tab-pane" id="control-sidebar-settings-tab"> <form method="post"> <h3 class="control-sidebar-heading">General Settings</h3> <div class="form-group"> <label class="control-sidebar-subheading"> Report panel usage <input type="checkbox" class="pull-right" checked> </label> <p> Some information about this general settings option </p> </div> <!-- /.form-group --> <div class="form-group"> <label class="control-sidebar-subheading"> Allow mail redirect <input type="checkbox" class="pull-right" checked> </label> <p> Other sets of options are available </p> </div> <!-- /.form-group --> <div class="form-group"> <label class="control-sidebar-subheading"> Expose author name in posts <input type="checkbox" class="pull-right" checked> </label> <p> Allow the user to show his name in blog posts </p> </div> <!-- /.form-group --> <h3 class="control-sidebar-heading">Chat Settings</h3> <div class="form-group"> <label class="control-sidebar-subheading"> Show me as online <input type="checkbox" class="pull-right" checked> </label> </div> <!-- /.form-group --> <div class="form-group"> <label class="control-sidebar-subheading"> Turn off notifications <input type="checkbox" class="pull-right"> </label> </div> <!-- /.form-group --> <div class="form-group"> <label class="control-sidebar-subheading"> Delete chat history <a href="javascript:void(0)" class="text-red pull-right"><i class="fa fa-trash-o"></i></a> </label> </div> <!-- /.form-group --> </form> </div> <!-- /.tab-pane --> </div> </aside> <!-- /.control-sidebar --> <!-- Add the sidebar's background. This div must be placed immediately after the control sidebar --> <div class="control-sidebar-bg"></div> </div> <!-- ./wrapper --> <!-- jQuery 2.2.3 --> <script src="../../plugins/jQuery/jquery-2.2.3.min.js"></script> <!-- Bootstrap 3.3.6 --> <script src="../../bootstrap/js/bootstrap.min.js"></script> <!-- FastClick --> <script src="../../plugins/fastclick/fastclick.js"></script> <!-- AdminLTE App --> <script src="../../dist/js/app.min.js"></script> <!-- AdminLTE for demo purposes --> <script src="../../dist/js/demo.js"></script> <!-- CK Editor --> <script src="https://cdn.ckeditor.com/4.5.7/standard/ckeditor.js"></script> <!-- Bootstrap WYSIHTML5 --> <script src="../../plugins/bootstrap-wysihtml5/bootstrap3-wysihtml5.all.min.js"></script> <script> $(function () { // Replace the <textarea id="editor1"> with a CKEditor // instance, using default configuration. CKEDITOR.replace('editor1'); //bootstrap WYSIHTML5 - text editor $(".textarea").wysihtml5(); }); </script> </body> </html>
weikangchia/jaga-me-coding-test
pages/forms/editors.html
HTML
mit
32,602
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://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.9.1"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>libfly: fly/types/numeric/literals.hpp Source File</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> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> <link href="doxygen-awesome.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">libfly &#160;<span id="projectnumber">5.0.0</span> </div> <div id="projectbrief">C++20 utility library for Linux, macOS, and Windows</div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.9.1 --> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */ var searchBox = new SearchBox("searchBox", "search",false,'Search','.html'); /* @license-end */ </script> <script type="text/javascript" src="menudata.js"></script> <script type="text/javascript" src="menu.js"></script> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */ $(function() { initMenu('',true,false,'search.php','Search'); $(document).ready(function() { init_search(); }); }); /* @license-end */</script> <div id="main-nav"></div> </div><!-- top --> <div id="side-nav" class="ui-resizable side-nav-resizable"> <div id="nav-tree"> <div id="nav-tree-contents"> <div id="nav-sync" class="sync"></div> </div> </div> <div id="splitbar" style="-moz-user-select:none;" class="ui-resizable-handle"> </div> </div> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */ $(document).ready(function(){initNavTree('literals_8hpp_source.html',''); initResizable(); }); /* @license-end */ </script> <div id="doc-content"> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div class="header"> <div class="headertitle"> <div class="title">literals.hpp</div> </div> </div><!--header--> <div class="contents"> <div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="preprocessor">#pragma once</span></div> <div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160; </div> <div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="preprocessor">#include &quot;fly/fly.hpp&quot;</span></div> <div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="preprocessor">#include &quot;fly/types/numeric/detail/literal_parser.hpp&quot;</span></div> <div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160; </div> <div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="preprocessor">#include &lt;cstddef&gt;</span></div> <div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="preprocessor">#include &lt;cstdint&gt;</span></div> <div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160; </div> <div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="keyword">namespace </span>fly {</div> <div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160; </div> <div class="line"><a name="l00043"></a><span class="lineno"> 43</span>&#160;<span class="keyword">inline</span> <span class="keyword">namespace </span>literals {</div> <div class="line"><a name="l00044"></a><span class="lineno"> 44</span>&#160; <span class="keyword">inline</span> <span class="keyword">namespace </span>numeric_literals {</div> <div class="line"><a name="l00045"></a><span class="lineno"> 45</span>&#160; </div> <div class="line"><a name="l00046"></a><span class="lineno"> 46</span>&#160; <span class="keyword">template</span> &lt;<span class="keywordtype">char</span>... Literals&gt;</div> <div class="line"><a name="l00047"></a><span class="lineno"> 47</span>&#160; FLY_CONSTEVAL <span class="keyword">inline</span> std::int8_t <span class="keyword">operator</span><span class="stringliteral">&quot;&quot;</span> _i8()</div> <div class="line"><a name="l00048"></a><span class="lineno"> 48</span>&#160; {</div> <div class="line"><a name="l00049"></a><span class="lineno"> 49</span>&#160; <span class="keywordflow">return</span> fly::detail::literal&lt;std::int8_t, Literals...&gt;();</div> <div class="line"><a name="l00050"></a><span class="lineno"> 50</span>&#160; }</div> <div class="line"><a name="l00051"></a><span class="lineno"> 51</span>&#160; </div> <div class="line"><a name="l00052"></a><span class="lineno"> 52</span>&#160; <span class="keyword">template</span> &lt;<span class="keywordtype">char</span>... Literals&gt;</div> <div class="line"><a name="l00053"></a><span class="lineno"> 53</span>&#160; FLY_CONSTEVAL <span class="keyword">inline</span> std::int16_t <span class="keyword">operator</span><span class="stringliteral">&quot;&quot;</span> _i16()</div> <div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160; {</div> <div class="line"><a name="l00055"></a><span class="lineno"> 55</span>&#160; <span class="keywordflow">return</span> fly::detail::literal&lt;std::int16_t, Literals...&gt;();</div> <div class="line"><a name="l00056"></a><span class="lineno"> 56</span>&#160; }</div> <div class="line"><a name="l00057"></a><span class="lineno"> 57</span>&#160; </div> <div class="line"><a name="l00058"></a><span class="lineno"> 58</span>&#160; <span class="keyword">template</span> &lt;<span class="keywordtype">char</span>... Literals&gt;</div> <div class="line"><a name="l00059"></a><span class="lineno"> 59</span>&#160; FLY_CONSTEVAL <span class="keyword">inline</span> std::int32_t <span class="keyword">operator</span><span class="stringliteral">&quot;&quot;</span> _i32()</div> <div class="line"><a name="l00060"></a><span class="lineno"> 60</span>&#160; {</div> <div class="line"><a name="l00061"></a><span class="lineno"> 61</span>&#160; <span class="keywordflow">return</span> fly::detail::literal&lt;std::int32_t, Literals...&gt;();</div> <div class="line"><a name="l00062"></a><span class="lineno"> 62</span>&#160; }</div> <div class="line"><a name="l00063"></a><span class="lineno"> 63</span>&#160; </div> <div class="line"><a name="l00064"></a><span class="lineno"> 64</span>&#160; <span class="keyword">template</span> &lt;<span class="keywordtype">char</span>... Literals&gt;</div> <div class="line"><a name="l00065"></a><span class="lineno"> 65</span>&#160; FLY_CONSTEVAL <span class="keyword">inline</span> std::int64_t <span class="keyword">operator</span><span class="stringliteral">&quot;&quot;</span> _i64()</div> <div class="line"><a name="l00066"></a><span class="lineno"> 66</span>&#160; {</div> <div class="line"><a name="l00067"></a><span class="lineno"> 67</span>&#160; <span class="keywordflow">return</span> fly::detail::literal&lt;std::int64_t, Literals...&gt;();</div> <div class="line"><a name="l00068"></a><span class="lineno"> 68</span>&#160; }</div> <div class="line"><a name="l00069"></a><span class="lineno"> 69</span>&#160; </div> <div class="line"><a name="l00070"></a><span class="lineno"> 70</span>&#160; <span class="keyword">template</span> &lt;<span class="keywordtype">char</span>... Literals&gt;</div> <div class="line"><a name="l00071"></a><span class="lineno"> 71</span>&#160; FLY_CONSTEVAL <span class="keyword">inline</span> std::uint8_t <span class="keyword">operator</span><span class="stringliteral">&quot;&quot;</span> _u8()</div> <div class="line"><a name="l00072"></a><span class="lineno"> 72</span>&#160; {</div> <div class="line"><a name="l00073"></a><span class="lineno"> 73</span>&#160; <span class="keywordflow">return</span> fly::detail::literal&lt;std::uint8_t, Literals...&gt;();</div> <div class="line"><a name="l00074"></a><span class="lineno"> 74</span>&#160; }</div> <div class="line"><a name="l00075"></a><span class="lineno"> 75</span>&#160; </div> <div class="line"><a name="l00076"></a><span class="lineno"> 76</span>&#160; <span class="keyword">template</span> &lt;<span class="keywordtype">char</span>... Literals&gt;</div> <div class="line"><a name="l00077"></a><span class="lineno"> 77</span>&#160; FLY_CONSTEVAL <span class="keyword">inline</span> std::uint16_t <span class="keyword">operator</span><span class="stringliteral">&quot;&quot;</span> _u16()</div> <div class="line"><a name="l00078"></a><span class="lineno"> 78</span>&#160; {</div> <div class="line"><a name="l00079"></a><span class="lineno"> 79</span>&#160; <span class="keywordflow">return</span> fly::detail::literal&lt;std::uint16_t, Literals...&gt;();</div> <div class="line"><a name="l00080"></a><span class="lineno"> 80</span>&#160; }</div> <div class="line"><a name="l00081"></a><span class="lineno"> 81</span>&#160; </div> <div class="line"><a name="l00082"></a><span class="lineno"> 82</span>&#160; <span class="keyword">template</span> &lt;<span class="keywordtype">char</span>... Literals&gt;</div> <div class="line"><a name="l00083"></a><span class="lineno"> 83</span>&#160; FLY_CONSTEVAL <span class="keyword">inline</span> std::uint32_t <span class="keyword">operator</span><span class="stringliteral">&quot;&quot;</span> _u32()</div> <div class="line"><a name="l00084"></a><span class="lineno"> 84</span>&#160; {</div> <div class="line"><a name="l00085"></a><span class="lineno"> 85</span>&#160; <span class="keywordflow">return</span> fly::detail::literal&lt;std::uint32_t, Literals...&gt;();</div> <div class="line"><a name="l00086"></a><span class="lineno"> 86</span>&#160; }</div> <div class="line"><a name="l00087"></a><span class="lineno"> 87</span>&#160; </div> <div class="line"><a name="l00088"></a><span class="lineno"> 88</span>&#160; <span class="keyword">template</span> &lt;<span class="keywordtype">char</span>... Literals&gt;</div> <div class="line"><a name="l00089"></a><span class="lineno"> 89</span>&#160; FLY_CONSTEVAL <span class="keyword">inline</span> std::uint64_t <span class="keyword">operator</span><span class="stringliteral">&quot;&quot;</span> _u64()</div> <div class="line"><a name="l00090"></a><span class="lineno"> 90</span>&#160; {</div> <div class="line"><a name="l00091"></a><span class="lineno"> 91</span>&#160; <span class="keywordflow">return</span> fly::detail::literal&lt;std::uint64_t, Literals...&gt;();</div> <div class="line"><a name="l00092"></a><span class="lineno"> 92</span>&#160; }</div> <div class="line"><a name="l00093"></a><span class="lineno"> 93</span>&#160; </div> <div class="line"><a name="l00094"></a><span class="lineno"> 94</span>&#160; <span class="keyword">template</span> &lt;<span class="keywordtype">char</span>... Literals&gt;</div> <div class="line"><a name="l00095"></a><span class="lineno"> 95</span>&#160; FLY_CONSTEVAL <span class="keyword">inline</span> std::size_t <span class="keyword">operator</span><span class="stringliteral">&quot;&quot;</span> _zu()</div> <div class="line"><a name="l00096"></a><span class="lineno"> 96</span>&#160; {</div> <div class="line"><a name="l00097"></a><span class="lineno"> 97</span>&#160; <span class="keywordflow">return</span> fly::detail::literal&lt;std::size_t, Literals...&gt;();</div> <div class="line"><a name="l00098"></a><span class="lineno"> 98</span>&#160; }</div> <div class="line"><a name="l00099"></a><span class="lineno"> 99</span>&#160; </div> <div class="line"><a name="l00100"></a><span class="lineno"> 100</span>&#160; } <span class="comment">// namespace numeric_literals</span></div> <div class="line"><a name="l00101"></a><span class="lineno"> 101</span>&#160;} <span class="comment">// namespace literals</span></div> <div class="line"><a name="l00102"></a><span class="lineno"> 102</span>&#160; </div> <div class="line"><a name="l00103"></a><span class="lineno"> 103</span>&#160;} <span class="comment">// namespace fly</span></div> </div><!-- fragment --></div><!-- contents --> </div><!-- doc-content --> <!-- start footer part --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <ul> <li class="navelem"><a class="el" href="dir_4e888731a8ba874a656d519f9f1001d8.html">fly</a></li><li class="navelem"><a class="el" href="dir_666f9a7ac6e05881746e5257b80aca61.html">types</a></li><li class="navelem"><a class="el" href="dir_c02641dfbfd0c2dce70bcc2d21adb77b.html">numeric</a></li><li class="navelem"><b>literals.hpp</b></li> <li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1 </li> </ul> </div> </body> </html>
trflynn89/libfly
docs/literals_8hpp_source.html
HTML
mit
14,626
<!DOCTYPE html> <html> <head><title></title> <script src="https://code.jquery.com/jquery-1.11.2.js"></script> <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.7/angular.js"></script> <script src="../../src/ocLazyLoad.js"></script> <body> <div id="example" ng-app="LazyLoadTest" ng-controller="TestController"></div> <script>angular.module("LazyLoadTest", ["oc.lazyLoad"]) .controller("TestController", function ($scope, $ocLazyLoad, $compile) { $ocLazyLoad.load({ name: "testApp", files: ["js/testApp.js"] }).then(function () { var el, elToAppend; elToAppend = $compile('<say-hello to="world"></say-hello>')($scope); el = angular.element('#example'); el.append(elToAppend); }, function (e) { console.log(e); }) });</script>
PendikBelediyesi/AquilaMonitor
src/main/webapp/admin/bower_components/oclazyload/examples/simpleExample/index.html
HTML
mit
929
<div class="addcenter"> <button typc="button" [routerLink]="['./addPage']">Login to Sensorit Admin Console</button> </div>
Gss615/swie2
src/app/pages/admin/sensorit/sensorit.component.html
HTML
mit
125
<!DOCTYPE html> <html lang="en"> <!-- Copy and paste the contents of this file into a new file (do not edit template.html). Nav bar links for all pages except the landing page should be consistent (maybe Penny-fyt (home/feed), About, My Account, Discover etc.?). Append new css to penny.css but comment the start and end of the section pertaining to each page you develop. Make sure id and class names are unique so as to not mess with the stylings for other pages. Create a new branch to push changes to, do not push to master. Once you're done, open a pull request but do not merge yet. If you want to add a modal, check index.html and you can copy and paste the modal code from there. Images (e.g. big and small logos) are in the assets folder, let me know if you need any other images made. --> <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="author" content=""> <title>Penny-fyt</title> <!-- Bootstrap Core CSS --> <link href="css/bootstrap.min.css" rel="stylesheet"> <!-- Custom CSS --> <link href="css/penny.css" rel="stylesheet"> <!-- 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]--> </head> <!-- The #page-top ID is part of the scrolling feature - the data-spy and data-target are part of the built-in Bootstrap scrollspy function --> <body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top"> <!-- Navigation --> <nav class="navbar navbar-default navbar-fixed-top" role="navigation"> <div class="container"> <div class="navbar-header page-scroll"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand page-scroll" href="#page-top">Penny-fyt</a> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse navbar-ex1-collapse"> <ul class="nav navbar-nav"> <!-- Hidden li included to remove active class from about link when scrolled up past about section --> <li class="hidden"> <a class="page-scroll" href="#page-top"></a> </li> <li> <a class="page-scroll" href="#about">About</a> </li> <li> <a class="page-scroll" href="#signup">Sign Up</a> </li> <li> <a class="page-scroll" data-toggle="modal" data-target="#myModal" style="cursor: pointer;">Login</a> </li> <!-- <li> <a class="page-scroll" href="#contact">Contact</a> </li> --> </ul> </div> <!-- /.navbar-collapse --> </div> <!-- /.container --> </nav> <!-- content goes here --> <!-- jQuery --> <script src="js/jquery.js"></script> <!-- Bootstrap Core JavaScript --> <script src="js/bootstrap.min.js"></script> <!-- Scrolling Nav JavaScript --> <script src="js/jquery.easing.min.js"></script> <script src="js/scrolling-nav.js"></script> </body> </html>
susanwolfgram/penny-fyt
template.html
HTML
mit
4,004
--- title: shipcloud invoice address response JSON schema --- {% highlight json %} {% include schemas/invoice_address_response.json %} {% endhighlight %} <i class="fas fa-download"></i> <a href="{{ site.baseurl }}/schemas/invoice_address_response.json">download</a>
shipcloud/shipcloud.github.io
reference/invoice_address_response_schema.html
HTML
mit
268
<html> <head> <style type="text/css"> body { background: #F2F2F2; margin-top: 30px; } table.row { width: 100%; } table.twelve.columns { width: 100%; } td { color: #4D4D4D; font-size: 16px; line-height: 1.625; } td.center { text-align: center; } .greet { color: #3498DB; font-weight: bold; letter-spacing: -0.05em; font-size: 32px; } .name { color: #FF6E6E; font-size: 18px; margin-bottom: 40px; } .container { background: #fff; } .header { background: #FF6E6E; } .header.row { width: 100%; } .wishes { color: #5BC3B2; font-size: 16px; font-weight: bold; font-style: italic; } .left { text-align: left; font-size: 12px; color: #fff; } .footer { background: #FF6E6E; } </style> </head> <body> <!--ZURB INK - RESPONSIVE HTML EMAIL FRAMEWORK--> <table class="body"> <tr> <td class="center" align="center" valign="top"> <center> <!-- Email Content --> <table class="container"> <tr> <td> <table class="header row"> <tr> <td class="wrapper last"> <table class="twelve columns" style="width: 100%;"> <tr> <td class="center"> <img height="80" src="http://i.imgur.com/BCtPo1X.gif" class="center" alt="Happy B'day!"/> </td> <td class="expander"></td> </tr> </table> </td> </tr> </table><!--END OF ROW--> <table class="row" style="width:100%;"> <tr> <td class="wrapper last"> <tr> <td> <table class="twelve columns" style="width: 100%;"> <tr> <td class="text-pad center"> <center> Dear friends, <br/> On this special day, we'd like to shout <br/> <h1 class="center"> <center class="greet"> Happy Birthday! </center> </h1> to our friend... <br/><br/> <h6 class="center"> <center class="name"> {{.Name}} </center> </h6> <hr/> </center> </td> <td class="expander"></td> </tr> </table> </td> </tr> </td> </tr> </table><!--END OF ROW--> <table class="row"> <tr> <td class="wrapper last"> <table class="twelve columns"> <tr> <td class="text-pad center"> <center> <img height="128" width="108" src="https://db.tt/d4swznQh" class="center" alt="birthday cake image"/> <p class="center"> <center class="wishes"> Hope your birthday blossoms into lots of dreams come true.<br/>Have a blessed day! </center> </p> </center> </td> <td class="expander"></td> </tr> </table> </td> </tr> </table><!--END OF ROW--> <table class="row footer"> <tr> <td class="wrapper last"> <table class="twelve columns"> <tr> <td class="left"> Regards,<br/>Promice friends :) </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> <!--END OF CONTENT--> </center> </td> </tr> </table> <p style="font-size: 10px;">This email was intended to person or group mentioned in the email. If you are not intended recipient, please raise an issue <a href="https://github.com/vikashvverma/greeter/issues/new" target="_blank"> here</a>. </p> </body> </html>
vikashvverma/greeter
greeting.html
HTML
mit
7,213
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> <title>Reference</title> <link rel="stylesheet" href="../luadoc.css" type="text/css" /> <!--meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/--> </head> <body> <div id="container"> <div id="product"> <div id="product_logo"></div> <div id="product_name"><big><b></b></big></div> <div id="product_description"></div> </div> <!-- id="product" --> <div id="main"> <div id="navigation"> <h1>LuaDoc</h1> <ul> <li><a href="../index.html">Index</a></li> </ul> <!-- Module list --> <!-- File list --> <h1>Files</h1> <ul> <li><strong>salsa20.lua</strong></li> </ul> </div> <!-- id="navigation" --> <div id="content"> <h1>File <code>salsa20.lua</code></h1> <h2>Functions</h2> <table class="function_list"> <tr> <td class="name" nowrap><a href="#salsa20.decrypt">salsa20.decrypt</a>&nbsp;(key, nonce, ciphertext, rounds)</td> <td class="summary">Decrypt a string.</td> </tr> <tr> <td class="name" nowrap><a href="#salsa20.decrypt_table">salsa20.decrypt_table</a>&nbsp;(key, nonce, ciphertext, rounds)</td> <td class="summary">Decrypt a string.</td> </tr> <tr> <td class="name" nowrap><a href="#salsa20.encrypt">salsa20.encrypt</a>&nbsp;(key, nonce, plaintext, rounds)</td> <td class="summary">Encrypt a string.</td> </tr> <tr> <td class="name" nowrap><a href="#salsa20.encrypt_table">salsa20.encrypt_table</a>&nbsp;(key, nonce, plaintext, rounds)</td> <td class="summary">Encrypt a table of strings.</td> </tr> <tr> <td class="name" nowrap><a href="#salsa20.generate">salsa20.generate</a>&nbsp;(k, v, i, rounds)</td> <td class="summary">Generate the i^th 64-byte block of the Salsa20_k(v) 2^70-byte sequence.</td> </tr> </table> <br/> <br/> <h2><a name="functions"></a>Functions</h2> <dl class="function"> <dt><a name="salsa20.decrypt"></a><strong>salsa20.decrypt</strong>&nbsp;(key, nonce, ciphertext, rounds)</dt> <dd> Decrypt a string. <h3>Parameters:</h3> <ul> <li> <code><em>key</em></code>: A 16-octet or 32-octet bytestring. </li> <li> <code><em>nonce</em></code>: An 8-octet bytestring nonce. </li> <li> <code><em>ciphertext</em></code>: The encrypted message. </li> <li> <code><em>rounds</em></code>: Optional number of rounds. May be 20 (default), 12, or 8. </li> </ul> <h3>Return value:</h3> <ul>The unencrypted message.</ul> </dd> <dt><a name="salsa20.decrypt_table"></a><strong>salsa20.decrypt_table</strong>&nbsp;(key, nonce, ciphertext, rounds)</dt> <dd> Decrypt a string. <h3>Parameters:</h3> <ul> <li> <code><em>key</em></code>: A 16-octet or 32-octet bytestring. </li> <li> <code><em>nonce</em></code>: An 8-octet bytestring nonce. </li> <li> <code><em>ciphertext</em></code>: The encrypted messages. </li> <li> <code><em>rounds</em></code>: Optional number of rounds. May be 20 (default), 12, or 8. </li> </ul> <h3>Return value:</h3> <ul>The unencrypted messages.</ul> </dd> <dt><a name="salsa20.encrypt"></a><strong>salsa20.encrypt</strong>&nbsp;(key, nonce, plaintext, rounds)</dt> <dd> Encrypt a string. <h3>Parameters:</h3> <ul> <li> <code><em>key</em></code>: A 16-octet or 32-octet bytestring. </li> <li> <code><em>nonce</em></code>: An 8-octet bytestring nonce. </li> <li> <code><em>plaintext</em></code>: The unencrypted message. </li> <li> <code><em>rounds</em></code>: Optional number of rounds. May be 20 (default), 12, or 8. </li> </ul> <h3>Return value:</h3> <ul>The encrypted message.</ul> </dd> <dt><a name="salsa20.encrypt_table"></a><strong>salsa20.encrypt_table</strong>&nbsp;(key, nonce, plaintext, rounds)</dt> <dd> Encrypt a table of strings. <h3>Parameters:</h3> <ul> <li> <code><em>key</em></code>: A 16-octet or 32-octet bytestring. </li> <li> <code><em>nonce</em></code>: An 8-octet bytestring nonce. </li> <li> <code><em>plaintext</em></code>: The unencrypted messages. </li> <li> <code><em>rounds</em></code>: Optional number of rounds. May be 20 (default), 12, or 8. </li> </ul> <h3>Return value:</h3> <ul>The encrypted messages.</ul> </dd> <dt><a name="salsa20.generate"></a><strong>salsa20.generate</strong>&nbsp;(k, v, i, rounds)</dt> <dd> Generate the i^th 64-byte block of the Salsa20_k(v) 2^70-byte sequence. <h3>Parameters:</h3> <ul> <li> <code><em>k</em></code>: A 16-byte or 32-byte sequence representing the secret key. </li> <li> <code><em>v</em></code>: An 8-byte sequence representing the nonce. </li> <li> <code><em>i</em></code>: An 8-byte sequence representing the stream position of the 64-byte block. </li> <li> <code><em>rounds</em></code>: Optional number of rounds. May be 20 (default), 12, or 8. </li> </ul> <h3>Return value:</h3> <ul>A 64-byte output block.</ul> </dd> </dl> </div> <!-- id="content" --> </div> <!-- id="main" --> <div id="about"> <p><a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p> </div> <!-- id="about" --> </div> <!-- id="container" --> </body> </html>
mrogaski/lua-salsa20
doc/files/salsa20.html
HTML
mit
5,306
<div class="ui-widget"> <p>GloBI is sourced from, and integrates with, many existing external datasets. As datasets are independently managed, GloBI <a href="/process">continually discovers and revisits data sources to include recent updates or changes</a>. This page gives you some insight into which datasets are indexed, where they are located, and what their status is. If you are interested to learn about dataset management, please go <a href="https://github.com/globalbioticinteractions/globalbioticinteractions/wiki/Dataset-Management" target="_blank">here</a>, or perhaps read the blog post <a href="http://www.globalbioticinteractions.org/2017/01/24/lifestages-of-species-interaction-datasets/" target="_blank">"Life stages of Species Interaction Datasets"</a>.</p> <p>Please <a href="https://github.com/globalbioticinteractions/globalbioticinteractions" target="_blank">submit an issue</a> for suggestions or bugs.</p> <div id="status">loading...</div> <table id="sources"> <tr> <th>status</th> <th>dataset stats, config and citation</th> </tr> </table> </div> <script src="js/globi-web-min.js"></script> <script src="/js/links.js"></script> <script> var appendLink = function (tr) { var td = tr.appendChild(document.createElement('td')); td.setAttribute('style', 'vertical-align: top'); var a = td.appendChild(document.createElement('a')); return a; }; var appendLinkDiv = function (tr) { var td = tr.appendChild(document.createElement('span')); var pre = td.appendChild(document.createElement('span')); pre.textContent = ' '; var a = td.appendChild(document.createElement('a')); return a; }; var keyFromSource = function (source) { if (source.doi !== undefined) { return source.doi; } else if (source.key !== undefined) { return source.key; } else { return source.name; } } var appendSourceTo = function (source, elem) { var tr = elem.appendChild(document.createElement('tr')); tr.setAttribute('class', 'interaction'); tr.setAttribute('id', source.study_source_id); var hasStats = function (source) { return source.number_of_interactions !== undefined && source.number_of_distinct_taxa !== undefined && source.number_of_distinct_taxa_no_match != undefined; }; var addStats = function (elem) { var abbr = new globiWeb.abbreviateNumber(); var numberOfInteractions = elem.appendChild(document.createElement('span')); numberOfInteractions.setAttribute('class', 'stats number_of_interactions'); numberOfInteractions.setAttribute('title', 'number of interaction records'); numberOfInteractions.textContent = abbr.abbreviate(source.number_of_interactions, 1); var numberOfNames = elem.appendChild(document.createElement('span')); numberOfNames.setAttribute('class', 'stats number_of_names'); numberOfNames.setAttribute('title', 'number of distinct taxon names'); numberOfNames.textContent = abbr.abbreviate(source.number_of_distinct_taxa, 1); var nameMatchRatio = (1 - (source.number_of_distinct_taxa_no_match / source.number_of_distinct_taxa)); var statsStatus = 'green'; if (!Number.isFinite(nameMatchRatio) || nameMatchRatio < 0.5) { statsStatus = 'red'; } else if (nameMatchRatio < 1) { statsStatus = 'yellow'; } var matchInfoUrl = 'https://github.com/globalbioticinteractions/globalbioticinteractions/wiki/Taxonomy-Matching'; if (nameMatchRatio < 1) { matchInfoUrl = datasetDisplayUrl + '&sourceTaxon=no%3Amatch'; } var attribute = elem.getAttribute('class'); elem.setAttribute('class', attribute + ' stats_' + statsStatus); var percentMatchedNames = elem.appendChild(document.createElement('a')); percentMatchedNames.setAttribute('class', 'stats name_match_ratio'); percentMatchedNames.setAttribute('title', '% of names that match to an external name source (e.g. taxonomy)'); percentMatchedNames.setAttribute('href', matchInfoUrl); percentMatchedNames.setAttribute('target', '_blank'); if (Number.isFinite(nameMatchRatio)) { percentMatchedNames.textContent = abbr.abbreviate(Math.floor(nameMatchRatio * 100), 0) + '%'; } else { percentMatchedNames.textContent = 'NaN'; } }; var urlForSource = function (source) { if (source.url === undefined) { return 'https://github.com/' + source.name; } else { return source.url; } }; var appendImgForSource = function (source, elem) { if (source.url === undefined) { var sizePx = 18; var gitHubName = source.name.split('/')[0]; var urlBase = 'https://github.com/' + gitHubName; var url = urlBase + '.png?size=' + sizePx; var a = document.createElement('a'); a.setAttribute('href', urlBase); a.setAttribute('target', '_blank'); a.setAttribute('title', 'github profile for ' + gitHubName); var img = a.appendChild(document.createElement('img')); img.setAttribute('src', url); img.setAttribute('style', 'width:' + sizePx + 'px; padding-left:' + sizePx / 2 + 'px'); elem.parentNode.insertBefore(a, elem); return a; } }; var githubLinkFor = function(source) { var urlBase = 'https://github.com/' + source.name; var a = document.createElement('a'); a.setAttribute('href', urlBase); a.setAttribute('target', '_blank'); a.setAttribute('title', 'configuration for ' + source.study_source_citation); return a; }; var archiveLinkFor = function(source) { var a = document.createElement('a'); a.setAttribute('href', 'https://archive.softwareheritage.org/browse/origin/?origin_url=https://github.com/' + source.name); a.setAttribute('target', '_blank'); a.setAttribute('title', 'archival status'); var img = a.appendChild(document.createElement('img')); img.setAttribute('src', 'https://archive.softwareheritage.org/badge/origin/https://github.com/' + source.name +'/'); img.setAttribute('style', 'padding-left:6px'); return a; } var nanopubLinkFor = function(source) { var a = document.createElement('a'); a.setAttribute('href', 'https://depot.globalbioticinteractions.org/reviews/' + source.name + '/nanopub.trig.gz'); a.setAttribute('target', '_blank'); a.setAttribute('title', 'related nanopubs.org feed'); var img = a.appendChild(document.createElement('img')); img.setAttribute('src', 'assets/nanopub.png'); img.setAttribute('style', 'padding-left:6px; height:2em;'); return a; } var appendImgForRepo = function (source, elem) { if (source.url === undefined) { var sizePx = 18; var gitHubName = source.name; var urlBase = 'https://github.com/' + gitHubName; var url = '/assets/GitHub-Mark-32px.png'; var a = githubLinkFor(source); var img = a.appendChild(document.createElement('img')); img.setAttribute('src', url); img.setAttribute('style', 'width:' + sizePx + 'px; padding-left:' + sizePx / 2 + 'px'); elem.parentNode.insertBefore(a, elem); return a; } }; var nameForSource = function (source) { return source.name; }; var a = appendLink(tr); var repoLink = appendImgForRepo(source, a); appendImgForSource(source, a); var defaultQuery = '?interactionType=ecologicallyRelatedTo&accordingTo=' + source.study_source_id + '&refutes=true&refutes=false'; var datasetDisplayUrl = '/' + defaultQuery; a.setAttribute('href', datasetDisplayUrl); a.setAttribute('target', '_blank'); a.textContent = ' ' + source.study_source_citation; var githubReference = githubLinkFor(source); githubReference.textContent = ' @' + source.name; a.parentElement.insertBefore(githubReference, a); githubReference.after(nanopubLinkFor(source)) githubReference.after(archiveLinkFor(source)) a.parentElement.insertBefore(document.createElement('br'), a); var statElem = document.createElement('span'); if (hasStats(source)) { statElem.setAttribute('class', 'stats'); addStats(statElem); } else { statElem.setAttribute('class', 'stats stats_red'); statElem.setAttribute('title', 'no stats available for [' + source.name + ']'); } var lastSeen = source.study_source_last_seen_at; if (lastSeen !== undefined) { var lastSeenMoment = globiWeb.moment(lastSeen); var lastSeenElem = statElem.appendChild(document.createElement('span')); lastSeenElem.setAttribute('class', 'stats last_seen'); lastSeenElem.setAttribute('title', 'last checked ' + lastSeenMoment.short()); lastSeenElem.textContent = lastSeenMoment.short(true); } a.parentElement.insertBefore(statElem, repoLink); var badgesElem = document.createElement('td'); badgesElem.setAttribute('style', 'vertical-align: top'); var badgesElem = tr.insertBefore(badgesElem, a.parentElement); var a = appendLinkDiv(badgesElem); decorateReviewLink(a, source.name); var a = appendLinkDiv(badgesElem); var issuesUrl = 'https://github.com/' + source.name + '/issues/'; a.setAttribute('href', issuesUrl); a.setAttribute('target', '_blank'); a.setAttribute('title', 'reported issues'); var img = a.appendChild(document.createElement('img')); img.setAttribute('src', 'https://img.shields.io/github/issues/' + source.name + '.svg'); var a = appendLinkDiv(badgesElem); a.setAttribute('href', datasetDisplayUrl); a.setAttribute('target', '_blank'); a.setAttribute('title', 'indexed interaction records'); var img = a.appendChild(document.createElement('img')); img.setAttribute('src', 'https://api.globalbioticinteractions.org/interaction.svg' + defaultQuery); }; var globiData = globiWeb.globi.globiData; globiData.findSourceNames(function (sourceNames) { var frag = document.createDocumentFragment(); var nameCompare = function (a, b) { var x = a.name.toUpperCase(); var y = b.name.toUpperCase(); if (x < y) { return -1; } else if (x > y) { return 1; } else { return 0; } }; sourceNames.sort(nameCompare).forEach(function (sourceName) { appendSourceTo(sourceName, frag); }); var sources = document.getElementById('sources'); sources.appendChild(frag); var status = document.getElementById('status'); status.parentNode.removeChild(status); }); </script>
globalbioticinteractions/globalbioticinteractions.github.io
_includes/datasets.html
HTML
mit
11,753
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> </meta> <meta content="width=device-width, initial-scale=1" name="viewport"> </meta> <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" rel="stylesheet"> </link> <link href="../../resources/stof-style.css" rel="stylesheet"> </link> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"> </script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"> </script> <script src="../../resources/search.js"> </script> <script src="../../resources/analytics.js"> </script> </head> <body> <nav class="navbar navbar-default"> <div class="container-fluid"> <div class="navbar-header"> <button aria-expanded="false" class="navbar-toggle collapsed" data-target="#bs-example-navbar-collapse-1" data-toggle="collapse" type="button"> <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"> Bob Dylan Lyrics </a> </div> <div aria-expanded="false" class="navbar-collapse collapse" id="bs-example-navbar-collapse-1" style="height: 1px"> <ul class="nav navbar-nav"> <li> <a href="../../full_lyrics_file_dumps/downloads.html"> Downloads </a> </li> <li> <a href="../../songs/song_index/song_index.html"> All Songs </a> </li> <li> <a href="../../albums/album_index/album_index.html"> All Albums </a> </li> <li class="dropdown"> <a aria-expanded="false" aria-haspopup="true" class="dropdown-toggle" data-toggle="dropdown" href="#" role="button"> 1960s <span class="caret"> </span> </a> <ul class="dropdown-menu"> <li> <a class="album" href="../../albums/bob_dylan.html"> Bob Dylan (1962) </a> </li> <li> <a class="album" href="../../albums/the_freewheelin_bob_dylan.html"> The Freewheelin' Bob Dylan (1963) </a> </li> <li> <a class="album" href="../../albums/the_times_they_are_a-changin.html"> The Times They Are A-Changin' (1964) </a> </li> <li> <a class="album" href="../../albums/another_side_of_bob_dylan.html"> Another Side of Bob Dylan (1964) </a> </li> <li> <a class="album" href="../../albums/bringing_it_all_back_home.html"> Bringing It All Back Home (1965) </a> </li> <li> <a class="album" href="../../albums/highway_61_revisited.html"> Highway 61 Revisited (1965) </a> </li> <li> <a class="album" href="../../albums/blonde_on_blonde.html"> Blonde on Blonde (1966)) </a> </li> <li> <a class="album" href="../../albums/bob_dylans_greatest_hits.html"> Bob Dylan's Greatest Hits (1967) </a> </li> <li> <a class="album" href="../../albums/john_wesley_harding.html"> John Wesley Harding (1967) </a> </li> <li> <a class="album" href="../../albums/nashville_skyline.html"> Nashville Skyline (1969) </a> </li> </ul> </li> <li class="dropdown"> <a aria-expanded="false" aria-haspopup="true" class="dropdown-toggle" data-toggle="dropdown" href="#" role="button"> 1970s <span class="caret"> </span> </a> <ul class="dropdown-menu"> <li> <a class="album" href="../../albums/self_portrait.html"> Self Portrait (1970) </a> </li> <li> <a class="album" href="../../albums/new_morning.html"> New Morning (1970) </a> </li> <li> <a class="album" href="../../albums/bob_dylans_greatest_hits_vol_ii.html"> Bob Dylan's Greatest Hits, Vol. II (1971) </a> </li> <li> <a class="album" href="../../albums/pat_garrett_and_billy_the_kid.html"> Pat Garrett &amp; Billy the Kid (1973) </a> </li> <li> <a class="album" href="../../albums/dylan.html"> Dylan (1973) </a> </li> <li> <a class="album" href="../../albums/planet_waves.html"> Planet Waves (1974) </a> </li> <li> <a class="album" href="../../albums/before_the_flood.html"> Before the Flood (1974) </a> </li> <li> <a class="album" href="../../albums/blood_on_the_tracks.html"> Blood on the Tracks (1975) </a> </li> <li> <a class="album" href="../../albums/the_basement_tapes.html"> The Basement Tapes (1975) </a> </li> <li> <a class="album" href="../../albums/desire.html"> Desire (1976) </a> </li> <li> <a class="album" href="../../albums/hard_rain.html"> Hard Rain (1976) </a> </li> <li> <a class="album" href="../../albums/street_legal.html"> Street-Legal (1978) </a> </li> <li> <a class="album" href="../../albums/bob_dylan_at_budokan.html"> Bob Dylan at Budokan (1979) </a> </li> <li> <a class="album" href="../../albums/slow_train_coming.html"> Slow Train Coming (1979) </a> </li> </ul> </li> <li class="dropdown"> <a aria-expanded="false" aria-haspopup="true" class="dropdown-toggle" data-toggle="dropdown" href="#" role="button"> 1980s <span class="caret"> </span> </a> <ul class="dropdown-menu"> <li> <a class="album" href="../../albums/saved.html"> Saved (1980) </a> </li> <li> <a class="album" href="../../albums/shot_of_love.html"> Shot of Love (1981) </a> </li> <li> <a class="album" href="../../albums/infidels.html"> Infidels (1983) </a> </li> <li> <a class="album" href="../../albums/real_live_1.html"> Real Live (1984) </a> </li> <li> <a class="album" href="../../albums/empire_burlesque.html"> Empire Burlesque (1985) </a> </li> <li> <a class="album" href="../../albums/biograph.html"> Biograph (1985) </a> </li> <li> <a class="album" href="../../albums/knocked_out_loaded.html"> Knocked Out Loaded (1986) </a> </li> <li> <a class="album" href="../../albums/down_in_the_groove.html"> Down in the Groove (1988) </a> </li> <li> <a class="album" href="../../albums/dylan_and_the_dead.html"> Dylan &amp; the Dead (1989) </a> </li> <li> <a class="album" href="../../albums/oh_mercy.html"> Oh Mercy (1989) </a> </li> </ul> </li> <li class="dropdown"> <a aria-expanded="false" aria-haspopup="true" class="dropdown-toggle" data-toggle="dropdown" href="#" role="button"> 1990s <span class="caret"> </span> </a> <ul class="dropdown-menu"> <li> <a class="album" href="../../albums/under_the_red_sky.html"> Under the Red Sky (1990) </a> </li> <li> <a class="album" href="../../albums/the_bootleg_series_volumes_1-3_rare_and_unreleased_1961-1991.html"> The Bootleg Series Volumes 1-3 (Rare &amp; Unreleased) 1961-1991 (1991) </a> </li> <li> <a class="album" href="../../albums/good_as_i_been_to_you.html"> Good As I Been to You (1992) </a> </li> <li> <a class="album" href="../../albums/world_gone_wrong.html"> World Gone Wrong (1993) </a> </li> <li> <a class="album" href="../../albums/bob_dylans_greatest_hits_volume_3.html"> Bob Dylan's Greatest Hits Volume 3 (1994) </a> </li> <li> <a class="album" href="../../albums/mtv_unplugged.html"> MTV Unplugged (1995) </a> </li> <li> <a class="album" href="../../albums/time_out_of_mind.html"> Time Out of Mind (1997) </a> </li> <li> <a class="album" href="../../albums/the_bootleg_series_vol_4_bob_dylan_live_1966.html"> The Bootleg Series Vol. 4: Bob Dylan Live 1966, The "Royal Albert Hall" Concert (1998) </a> </li> </ul> </li> <li class="dropdown"> <a aria-expanded="false" aria-haspopup="true" class="dropdown-toggle" data-toggle="dropdown" href="#" role="button"> 2000s <span class="caret"> </span> </a> <ul class="dropdown-menu"> <li> <a class="album" href="../../albums/the_essential_bob_dylan.html"> The Essential Bob Dylan (2000) </a> </li> <li> <a class="album" href="../../albums/love_and_theft.html"> Love and Theft (2001) </a> </li> <li> <a class="album" href="../../albums/the_bootleg_series_vol_5_bob_dylan_live_1975_the_rolling_thunder_revue.html"> The Bootleg Series Vol. 5: Bob Dylan Live 1975, The Rolling Thunder Revue (2002) </a> </li> <li> <a class="album" href="../../albums/the_bootleg_series_vol_6_bob_dylan_live_1964_concert_at_philharmonic_hall.html"> The Bootleg Series Vol. 6: Bob Dylan Live 1964, Concert at Philharmonic Hall (2004) </a> </li> <li> <a class="album" href="../../albums/the_best_of_bob_dylan.html"> The Best of Bob Dylan (2005) </a> </li> <li> <a class="album" href="../../albums/modern_times.html"> Modern Times (2006) </a> </li> <li> <a class="album" href="../../albums/together_through_life.html"> Together through Life (2009) </a> </li> </ul> </li> <li class="dropdown"> <a aria-expanded="false" aria-haspopup="true" class="dropdown-toggle" data-toggle="dropdown" href="#" role="button"> 2010s <span class="caret"> </span> </a> <ul class="dropdown-menu"> <li> <a class="album" href="../../albums/tempest.html"> Tempest (2012) </a> </li> </ul> </li> </ul> <div class="col-md-3" style="border:0px solid;width:30%;height:auto;"> <gcse:search> <form class="navbar-form navbar-right" role="search"> </form> </gcse:search> </div> </div> </div> </nav> <div class="container"> <div class="row"> <div class="col-md-12"> <h1> See That My Grave Is Kept Clean </h1> </div> </div> <div class="row"> <div class="col-md-12"> <p> <div> Well, there's one kind of favor I'll ask of you, </div> <div> Well, there's one kind of favor I'll ask of you, </div> <div> There's just one kind of favor I'll ask of you: </div> <div> You can see that my grave is kept clean. </div> </p> <p> <div> And there's two white horses following me, </div> <div> And there's two white horses following me, </div> <div> I got two white horses following me, </div> <div> Waiting on my burying ground. </div> </p> <p> <div> Did you ever hear that coffin sound? </div> <div> Did you ever hear that coffin sound? </div> <div> Did you ever hear that coffin sound? </div> <div> Means another poor boy is underground. </div> </p> <p> <div> Did you ever hear them church bells toll? </div> <div> Have you ever heard them church bells toll? </div> <div> Did you ever hear them church bells toll? </div> <div> Means another poor boy is dead and gone. </div> </p> <p> <div> Well, my heart stopped beating, my hands turned cold, </div> <div> And my heart stopped beating and my hands turned cold, </div> <div> Well, my heart stopped beating and my hands turned cold. </div> <div> Now I believe what the Bible told. </div> </p> <p> <div> There's just one last favor I'll ask of you, </div> <div> And there's one last favor I'll ask of you, </div> <div> There's just one last favor I'll ask of you: </div> <div> See that my grave is kept clean. </div> </p> </div> </div> </div> </body> </html>
mulhod/bob_dylan_lyrics
songs/html/see_that_my_grave_is_kept_clean_1.html
HTML
mit
11,482
<html> <head lang="en"> <meta charset="UTF-8"> <meta name="viewport" content="initial-scale=1"> <meta name="description" content="ZX Spectrum over IP"> <meta property="og:image" content="http://plus-f.socialthingy.com/plus-f.png"> <title>Plus-F</title> <link rel="stylesheet" href="/css/plusf.css"> </head> <body> <div class="header"> <div class="content"> <img class="logo" src="/plus-f.png"/> <span class="logo-text">Plus-F</span> </div> <div class="content">ZX Spectrum over IP</div> </div> <nav class="nav"> <ul> <li><a href="/">HOME</a></li> <li><a href="/download">DOWNLOAD</a></li> <li><a href="/play">PLAY</a></li> <li><a href="/network">NETWORK</a></li> <li><a href="/games">GAMES</a></li> <li><a href="/blog">BLOG</a></li> <li><a href="/credits">CREDITS</a></li> </ul> </nav> <div class="content"> <h1>Version 1.1</h1> <ul> <li>Single launcher for Emulator and Guest</li> <li>UI tweaks</li> <li>Windows 64-bit Installer and Universal Zip downloads</li> </ul> </div> </body> </html>
alangibson27/plus-f
docs/release-notes/1.1/index.html
HTML
mit
1,112
--- layout: post title: Batching Queries using the ADO.NET Data Services CLient library date: 2009-03-15 17:50:00.000000000 -04:00 type: post published: true status: publish categories: [] tags: - Astoria - DataServiceContext - Demo - Documentation meta: _encloseme: '1' orig_url: http://blogs.msdn.microsoft.com/b/phaniraj/archive/2009/03/15/batching-queries-using-the-ado-net-data-services-client-library.aspx orig_site_id: '7524' orig_post_id: '9479899' orig_parent_id: '9479899' orig_thread_id: '642050' _wds_ratings_users: '0' orig_application_key: phaniraj orig_post_author_id: '56365' orig_post_author_username: PhaniRajuYN orig_post_author_created: Nov 10 2006 05:47:39:000PM orig_is_approved: '1' orig_attachment_count: '0' orig_url_title: http://blogs.msdn.com/b/phaniraj/archive/2009/03/15/batching-queries-using-the-ado-net-data-services-client-library.aspx opengraph_tags: | <meta property="og:type" content="article" /> <meta property="og:title" content="Batching Queries using the ADO.NET Data Services CLient library" /> <meta property="og:url" content="https://blogs.msdn.microsoft.com/phaniraj/2009/03/15/batching-queries-using-the-ado-net-data-services-client-library/" /> <meta property="og:site_name" content="With Great Power comes Great Response.write(&#039;Ability&#039;)" /> <meta property="og:description" content="Did you know you could execute batch queries using the Data Services client library ? The API is ExecuteBatch for Synchronous access and Begin/End ExecuteBatch for asynchronous scenarios. 1) Batching a set of URI Queries . The ExecuteBatch API accepts an array of DataServiceRequest objects. Consider this example , you want to batch queries to..." /> <meta name="twitter:card" content="summary" /> <meta name="twitter:title" content="Batching Queries using the ADO.NET Data Services CLient library" /> <meta name="twitter:url" content="https://blogs.msdn.microsoft.com/phaniraj/2009/03/15/batching-queries-using-the-ado-net-data-services-client-library/" /> <meta name="twitter:description" content="Did you know you could execute batch queries using the Data Services client library ? The API is ExecuteBatch for Synchronous access and Begin/End ExecuteBatch for asynchronous scenarios. 1) Batching a set of URI Queries . The ExecuteBatch API accepts an array of DataServiceRequest objects. Consider this example , you want to batch queries to..." /> author: login: phanirajuyn email: PhaniRaj@Microsoft.com display_name: Phani Raju MSFT first_name: '' last_name: '' --- <p>Did you know you could execute batch queries using the Data Services client library ?</p> <p>The API is ExecuteBatch for Synchronous access and Begin/End ExecuteBatch for asynchronous scenarios.</p> <p><strong>1) Batching a set of URI Queries .</strong></p> <p>The ExecuteBatch API accepts an array of <a href="http://msdn.microsoft.com/en-us/library/cc646604.aspx" mce_href="http://msdn.microsoft.com/en-us/library/cc646604.aspx">DataServiceRequest</a> objects. <br />Consider this example , you want to batch queries to be sent to the “Products” and “Categories” entity sets of a northwind service.</p> <p><script src="http://gist.github.com/113153.js"></script></p> <p><strong>2) Batching Linq Queries</strong></p> <p>If you want to use strongly types Linq queries instead of string based URI queries , you can use the linq support to generate the linq query </p> <p><script src="http://gist.github.com/113154.js"></script></p> <p><strong>3) How do I Identify the response if I make duplicate requests with the same ElementType ?</strong></p> <p>Consider this situation , You make 2 requests both of type DataServiceRequest&lt;Products&gt;&nbsp; , how do you identify <br />which response is for which request ?</p> <p>One of the scenarios&nbsp; I can think of , is that the entity set contains multiple types related via inheritance .</p> <p>ex: Customers entity set contains instances of types HappyCustomers and HappierCustomers inheriting from Customers.</p> <p>The QueryOperationResponse type contains a <a href="http://msdn.microsoft.com/en-us/library/system.data.services.client.queryoperationresponse.query(VS.95).aspx" mce_href="http://msdn.microsoft.com/en-us/library/system.data.services.client.queryoperationresponse.query(VS.95).aspx">Query</a> property which returns the DataServiceRequest that this response corresponds to .</p> <p>You can pass along the requests you made in the batch as a state to the callback and then compare the Query property of the QueryOperationResponse <br />to match the response to the request.</p> <p>ex: </p> <p><script src="http://gist.github.com/113156.js"></script></p>
Phanatic/phanatic.github.io
_posts/2009-03-15-batching-queries-using-the-ado-net-data-services-client-library.html
HTML
mit
4,722
<!DOCTYPE html> <html> <head> <title>BillMindr</title> <link rel="stylesheet" href="./bower_components/bootstrap/dist/css/bootstrap.min.css" type="text/css" /> <link rel="stylesheet" href="./bower_components/bootstrap/dist/css/bootstrap-theme.min.css" type="text/css" /> <link rel="stylesheet" href="./bower_components/jquery-ui-bootstrap/jquery.ui.theme.css" type="text/css" /> <link rel="stylesheet" href="./bower_components/jquery-ui-bootstrap/jquery.ui.theme.font-awesome.css" type="text/css" /> <style type="text/css"> body { padding-top: 70px; } </style> </head> <body> <div id="header-region"></div> <div id="main-region" class="container">static content</div> <div id="dialog-region"></div> <script type="text/template" id="header-template"> <div class="container"> <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="navbar-brand" href="#accounts">BillMindr</a> </div> <div class="collapse navbar-collapse"> <ul class="nav navbar-nav"> </ul> </div> </div> </script> <script type="text/template" id="header-link"> <a href="#<%= url %>"><%= name %></a> </script> <script type="text/template" id="account-template"> <p><%= name %></p> </script> <script type="text/template" id="account-view"> <h1><%= name %></h1> <p><strong>Web Site:</strong> <%= webSite %></p> <p><strong>Phone Number:</strong> <%= phoneNum %></p> <p><a href="#accounts/<%= id %>/edit" class="btn btn-default js-edit"><i class="glyphicon glyphicon-edit"></i> Edit Account</a></p> </script> <script type="text/template" id="missing-account-view"> <div class="alert alert-danger">This Account does not exist!</div> </script> <script type="text/template" id="loading-view"> <h1><%= title %></h1> <p><%= message %></p> <div id="spinner"></div> </script> <script type="text/template" id="account-form"> <h1>Edit <%= name %></h1> <form> <div class="control-group"> <label for="account-name" class="control-label">Name:</label> <input id="account-name" name="name" type="text" value="<%= name %>" class="form-control"> </div> <div class="control-group"> <label for="account-phoneNum" class="control-label">Phone Number:</label> <input id="account-phoneNum" name="phoneNum" type="text" value="<%= phoneNum %>" class="form-control"> </div> <div class="control-group"> <label for="account-webSite" class="control-label">Web Site:</label> <input id="account-webSite" name="webSite" type="text" value="<%= webSite %>" class="form-control"> </div> <button class="btn btn-primary js-submit">Save</button> </form> </script> <script type="text/template" id="about-message"> <h1>About this application</h1> <p>This application was designed to accompany you during your learning.</p> <p>Hopefully, it has served you well !</p> </script> <!-- <script type="text/javascript" src="./bower_components/marionette/public/javascripts/jquery.js"></script> <script src="./bower_components/jquery-ui/ui/minified/jquery-ui.min.js"></script> <script type="text/javascript" src="./bower_components/marionette/public/javascripts/json2.js"></script> <script type="text/javascript" src="./bower_components/marionette/public/javascripts/underscore.js"></script> <script type="text/javascript" src="./bower_components/marionette/public/javascripts/backbone.js"></script> <script src="./bower_components/backbone.picky/lib/backbone.picky.min.js"></script> <script type="text/javascript" src="./bower_components/marionette/public/javascripts/backbone.babysitter.js"></script> <script type="text/javascript" src="./bower_components/marionette/public/javascripts/backbone.wreqr.js"></script> <script type="text/javascript" src="./bower_components/marionette/public/javascripts/backbone.augment.js"></script> <script type="text/javascript" src="./bower_components/backbone.syphon/lib/backbone.syphon.js"></script> <script type="text/javascript" src="./bower_components/backbone.localstorage/backbone.localStorage.js"></script> <script type="text/javascript" src="./bower_components/marionette/lib/core/backbone.marionette.min.js"></script> <script type="text/javascript" src="./bower_components/spinjs/spin.js"></script> <script type="text/javascript" src="./bower_components/spinjs/jquery.spin.js"></script> --> <!-- <script src="./assets/js/apps/config/marionette/regions/dialog.js"></script> <script src="./assets/js/app.js"></script> <script src="./assets/js/apps/config/storage/localstorage.js"></script> <script src="./assets/js/entities/common.js"></script> <script src="./assets/js/entities/header.js"></script> <script src="./assets/js/entities/account.js"></script> <script src="./assets/js/common/views.js"></script> <script src="./assets/js/apps/header/header_app.js"></script> <script src="./assets/js/apps/header/list/list_view.js"></script> <script src="./assets/js/apps/header/list/list_controller.js"></script> <script src="./assets/js/apps/accounts/accounts_app.js"></script> <script src="./assets/js/apps/accounts/common/views.js"></script> <script src="./assets/js/apps/accounts/edit/edit_view.js"></script> <script src="./assets/js/apps/accounts/edit/edit_controller.js"></script> <script src="./assets/js/apps/accounts/new/new_view.js"></script> <script src="./assets/js/apps/accounts/list/list_view.js"></script> <script src="./assets/js/apps/accounts/list/list_controller.js"></script> <script src="./assets/js/apps/accounts/show/show_controller.js"></script> <script src="./assets/js/apps/accounts/show/show_view.js"></script> <script src="./assets/js/apps/about/about_app.js"></script> <script src="./assets/js/apps/about/show/show_view.js"></script> <script src="./assets/js/apps/about/show/show_controller.js"></script> <script> BillMindr.start(); //$('body').on('hidden.bs.modal', '.modal', function () { // $(this).removeData('bs.modal'); //}); </script> --> <script src="./assets/js/vendor/requirejs/require.js" data-main="./assets/js/require_main.js"></script> </body> </html>
danjersoft/billmindr
index.html
HTML
mit
6,880
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>mathcomp-character: 7 m 12 s</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.7.1+1 / mathcomp-character - 1.7.0</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.7.0 <span class="label label-success">7 m 12 s</span> </small> </h1> <p><em><script>document.write(moment("2020-03-02 21:28:58 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-03-02 21:28:58 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base camlp5 7.11 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-m4 1 Virtual package relying on m4 coq 8.7.1+1 Formal proof management system. num 1.3 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.09.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.09.0 Official release 4.09.0 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.8.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; name: &quot;coq-mathcomp-character&quot; version: &quot;1.7.0&quot; maintainer: &quot;Mathematical Components &lt;mathcomp-dev@sympa.inria.fr&gt;&quot; synopsis: &quot;The Mathematical Components library&quot; homepage: &quot;https://math-comp.github.io/math-comp/&quot; bug-reports: &quot;Mathematical Components &lt;mathcomp-dev@sympa.inria.fr&gt;&quot; dev-repo: &quot;git+https://github.com/math-comp/math-comp.git&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.7.0&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; ] url { src: &quot;http://github.com/math-comp/math-comp/archive/mathcomp-1.7.0.tar.gz&quot; checksum: &quot;md5=e1bde60e67844e692f88c5d64a44004e&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.7.0 coq.8.7.1+1</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 4000000; timeout 2h opam install -y --deps-only coq-mathcomp-character.1.7.0 coq.8.7.1+1</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>25 m 59 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-mathcomp-character.1.7.0 coq.8.7.1+1</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>7 m 12 s</dd> </dl> <h2>Installation size</h2> <p>Total: 14 M</p> <ul> <li>3 M <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/character/mxrepresentation.vo</code></li> <li>2 M <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/character/mxrepresentation.glob</code></li> <li>1 M <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/character/character.vo</code></li> <li>1 M <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/character/classfun.vo</code></li> <li>1 M <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/character/character.glob</code></li> <li>856 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/character/classfun.glob</code></li> <li>822 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/character/inertia.vo</code></li> <li>751 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/character/inertia.glob</code></li> <li>534 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/character/mxabelem.vo</code></li> <li>522 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/character/integral_char.vo</code></li> <li>478 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/character/vcharacter.vo</code></li> <li>386 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/character/vcharacter.glob</code></li> <li>366 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/character/mxabelem.glob</code></li> <li>358 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/character/integral_char.glob</code></li> <li>236 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/character/mxrepresentation.v</code></li> <li>113 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/character/character.v</code></li> <li>96 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/character/classfun.v</code></li> <li>69 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/character/inertia.v</code></li> <li>62 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/character/all_character.vo</code></li> <li>43 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/character/mxabelem.v</code></li> <li>38 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/character/vcharacter.v</code></li> <li>36 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/character/integral_char.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/character/all_character.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/character/all_character.v</code></li> </ul> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-mathcomp-character.1.7.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.09.0-2.0.5/released/8.7.1+1/mathcomp-character/1.7.0.html
HTML
mit
10,374
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>ext-lib: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.5.2 / ext-lib - 0.11.2</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> ext-lib <small> 0.11.2 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-01-25 22:42:58 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-25 22:42:58 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 2 Virtual package relying on perl coq 8.5.2 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.04.2 The OCaml compiler (virtual package) ocaml-base-compiler 4.04.2 Official 4.04.2 release ocaml-config 1 OCaml Switch Configuration # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;gmalecha@gmail.com&quot; homepage: &quot;https://github.com/coq-community/coq-ext-lib&quot; dev-repo: &quot;git+https://github.com/coq-community/coq-ext-lib.git&quot; bug-reports: &quot;https://github.com/coq-community/coq-ext-lib/issues&quot; authors: [&quot;Gregory Malecha&quot;] license: &quot;BSD&quot; build: [ [make &quot;-j%{jobs}%&quot; &quot;theories&quot;] ] run-test: [ [make &quot;-j%{jobs}%&quot; &quot;examples&quot;] ] install: [ [make &quot;install&quot;] ] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.8&quot; &lt; &quot;8.13~&quot;} ] synopsis: &quot;A library of Coq definitions, theorems, and tactics&quot; description: &quot;&quot;&quot; A collection of theories and plugins that may be useful in other Coq developments.&quot;&quot;&quot; tags: [ &quot;logpath:ExtLib&quot; ] url { src: &quot;https://github.com/coq-community/coq-ext-lib/archive/v0.11.2.tar.gz&quot; checksum: &quot;sha256=36a11245f933aceda492e38992b8c70bd9a2f798056e09d8fb34f41b8e917fec&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-ext-lib.0.11.2 coq.8.5.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.5.2). The following dependencies couldn&#39;t be met: - coq-ext-lib -&gt; coq &gt;= 8.8 -&gt; ocaml &gt;= 4.05.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-ext-lib.0.11.2</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.04.2-2.0.5/released/8.5.2/ext-lib/0.11.2.html
HTML
mit
6,856
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" /> <title>File: xbmc_connect.rb [RemoteApp]</title> <link type="text/css" media="screen" href="../../../rdoc.css" rel="stylesheet" /> <script src="../../../js/jquery.js" type="text/javascript" charset="utf-8"></script> <script src="../../../js/thickbox-compressed.js" type="text/javascript" charset="utf-8"></script> <script src="../../../js/quicksearch.js" type="text/javascript" charset="utf-8"></script> <script src="../../../js/darkfish.js" type="text/javascript" charset="utf-8"></script> </head> <body class="file file-popup"> <div id="metadata"> <dl> <dt class="modified-date">Last Modified</dt> <dd class="modified-date">2012-04-26 15:34:11 +0100</dd> <dt class="requires">Requires</dt> <dd class="requires"> <ul> <li>helpers/application_helper</li> <li>helpers/ruby_ext</li> <li>helpers/browser_helper</li> <li>json</li> <li>helpers/error_helper</li> <li>helpers/xbmc/apis/xbmc_apis</li> <li>helpers/xbmc/command</li> </ul> </dd> </dl> </div> <div id="documentation"> <div class="description"> <h2>Description</h2> <table class="rdoc-list"><tr><td class="rdoc-term"><p>Author</p></td> <td> <p>Christoph Olszowka, Modifications by Richard Race (rcr8)</p> </td></tr><tr><td class="rdoc-term"><p>License</p></td> <td> <p>MIT Licence</p> </td></tr></table> </div> </div> </body> </html>
richrace/RemoteApp
doc/app/helpers/xbmc/xbmc_connect_rb.html
HTML
mit
1,880
<!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"/> <title>Mali OpenCL SDK v1.1.0: Class Members - Variables</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="navtree.js"></script> <script type="text/javascript"> $(document).ready(initResizable); </script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { searchBox.OnSelectItem(0); }); </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="logo.png"/></td> <td style="padding-left: 0.5em;"> <div id="projectname">Mali OpenCL SDK v1.1.0 </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.2 --> <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>Home</span></a></li> <li><a href="pages.html"><span>Help&#160;and&#160;Tutorials</span></a></li> <li><a href="files.html"><span>Files</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="navrow3" class="tabs2"> <ul class="tablist"> <li><a href="functions.html"><span>All</span></a></li> <li class="current"><a href="functions_vars.html"><span>Variables</span></a></li> </ul> </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('functions_vars.html','');}); </script> <div id="doc-content"> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> <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><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark">&#160;</span>Macros</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark">&#160;</span>Pages</a></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"> &#160;<ul> <li>bitsPerPixel : <a class="el" href="structbitmap_information_header.html#ae25aec64837eed48f745ae7728af7dff">bitmapInformationHeader</a> </li> <li>compressionType : <a class="el" href="structbitmap_information_header.html#a1a6659ee7987cc1be662ec93a6f2eef7">bitmapInformationHeader</a> </li> <li>creator1 : <a class="el" href="structbitmap_header.html#ad1281577a12cb4314cfe869877135231">bitmapHeader</a> </li> <li>creator2 : <a class="el" href="structbitmap_header.html#aafdafe00204ad8448ab9cd98aa3040b2">bitmapHeader</a> </li> <li>fileSize : <a class="el" href="structbitmap_header.html#ad06f4dbac80aa4d85163d3862ed34197">bitmapHeader</a> </li> <li>height : <a class="el" href="structbitmap_information_header.html#a5c5209b385872825e8f9c629ac288a12">bitmapInformationHeader</a> </li> <li>horizontalResolution : <a class="el" href="structbitmap_information_header.html#a39272c25c46f5628cdefc3965f4f6e0d">bitmapInformationHeader</a> </li> <li>magic : <a class="el" href="structbitmap_magic.html#a477646205ecad5019613626f0b478694">bitmapMagic</a> </li> <li>numberOfColorPlanes : <a class="el" href="structbitmap_information_header.html#a92ce2fb0499b65ccb0dccbec12b44c4c">bitmapInformationHeader</a> </li> <li>numberOfColors : <a class="el" href="structbitmap_information_header.html#ab8a3e77e6b66d1361d65523a99104f5f">bitmapInformationHeader</a> </li> <li>numberOfImportantColors : <a class="el" href="structbitmap_information_header.html#aa6296b037bae6831a6c53f6115c29769">bitmapInformationHeader</a> </li> <li>offset : <a class="el" href="structbitmap_header.html#a5e74a0bfe6340ad581369b48bce59dbe">bitmapHeader</a> </li> <li>rawBitmapSize : <a class="el" href="structbitmap_information_header.html#abd9001c6c1eefbef9c53f15ec6f3162a">bitmapInformationHeader</a> </li> <li>size : <a class="el" href="structbitmap_information_header.html#afd30cb5246210713920211afb56f13f0">bitmapInformationHeader</a> </li> <li>verticalResolution : <a class="el" href="structbitmap_information_header.html#a9596ce6332941aafbbf85b7e379e948f">bitmapInformationHeader</a> </li> <li>width : <a class="el" href="structbitmap_information_header.html#abb2a108b489900502eb06b3982b0dc02">bitmapInformationHeader</a> </li> </ul> </div><!-- contents --> </div><!-- doc-content --> <!-- start footer part --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <ul> <li class="footer"> <a href="http://www.arm.com/">(C) ARM Ltd. 2013</a> </li> </ul> </div> </body> </html>
rui278/rui278.github.io
maliCL/functions_vars.html
HTML
mit
7,335
<!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_25) on Sun Feb 01 08:52:24 EST 2015 --> <title>G-Index</title> <meta name="date" content="2015-02-01"> <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="G-Index"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../com/sophos/command/package-summary.html">Package</a></li> <li>Class</li> <li>Use</li> <li><a href="../overview-tree.html">Tree</a></li> <li class="navBarCell1Rev">Index</li> <li><a href="../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="index-5.html">Prev Letter</a></li> <li><a href="index-7.html">Next Letter</a></li> </ul> <ul class="navList"> <li><a href="../index.html?index-files/index-6.html" target="_top">Frames</a></li> <li><a href="index-6.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> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="contentContainer"><a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">D</a>&nbsp;<a href="index-4.html">E</a>&nbsp;<a href="index-5.html">F</a>&nbsp;<a href="index-6.html">G</a>&nbsp;<a href="index-7.html">H</a>&nbsp;<a href="index-8.html">I</a>&nbsp;<a href="index-9.html">M</a>&nbsp;<a href="index-10.html">N</a>&nbsp;<a href="index-11.html">O</a>&nbsp;<a href="index-12.html">P</a>&nbsp;<a href="index-13.html">R</a>&nbsp;<a href="index-14.html">S</a>&nbsp;<a href="index-15.html">T</a>&nbsp;<a href="index-16.html">V</a>&nbsp;<a href="index-17.html">W</a>&nbsp;<a name="I:G"> <!-- --> </a> <h2 class="title">G</h2> <dl> <dt><span class="memberNameLink"><a href="../com/sophos/command/Command.html#getAbortEvent--">getAbortEvent()</a></span> - Method in class com.sophos.command.<a href="../com/sophos/command/Command.html" title="class in com.sophos.command">Command</a></dt> <dd> <div class="block">Signaled when this command is to be aborted.</div> </dd> <dt><span class="memberNameLink"><a href="../com/sophos/command/AbortEventedCommand.html#getCommandToWatch--">getCommandToWatch()</a></span> - Method in class com.sophos.command.<a href="../com/sophos/command/AbortEventedCommand.html" title="class in com.sophos.command">AbortEventedCommand</a></dt> <dd> <div class="block">Returns the underlying command to execute</div> </dd> <dt><span class="memberNameLink"><a href="../com/sophos/command/Command.html#getDepth--">getDepth()</a></span> - Method in class com.sophos.command.<a href="../com/sophos/command/Command.html" title="class in com.sophos.command">Command</a></dt> <dd> <div class="block">Counts the number of parents until the top level command is reached</div> </dd> <dt><span class="memberNameLink"><a href="../com/sophos/command/CommandInfo.html#getDepth--">getDepth()</a></span> - Method in interface com.sophos.command.<a href="../com/sophos/command/CommandInfo.html" title="interface in com.sophos.command">CommandInfo</a></dt> <dd> <div class="block">Counts the number of parents until the top level command is reached</div> </dd> <dt><span class="memberNameLink"><a href="../com/sophos/command/Command.html#getDescription--">getDescription()</a></span> - Method in class com.sophos.command.<a href="../com/sophos/command/Command.html" title="class in com.sophos.command">Command</a></dt> <dd> <div class="block">A description of the command</div> </dd> <dt><span class="memberNameLink"><a href="../com/sophos/command/CommandInfo.html#getDescription--">getDescription()</a></span> - Method in interface com.sophos.command.<a href="../com/sophos/command/CommandInfo.html" title="interface in com.sophos.command">CommandInfo</a></dt> <dd> <div class="block">A description of the command</div> </dd> <dt><span class="memberNameLink"><a href="../com/sophos/command/Command.html#getDoneEvent--">getDoneEvent()</a></span> - Method in class com.sophos.command.<a href="../com/sophos/command/Command.html" title="class in com.sophos.command">Command</a></dt> <dd> <div class="block">Signaled when this command has finished execution, regardless of whether it succeeded, failed or was aborted</div> </dd> <dt><span class="memberNameLink"><a href="../com/sophos/command/PauseCommand.html#getDuration--">getDuration()</a></span> - Method in class com.sophos.command.<a href="../com/sophos/command/PauseCommand.html" title="class in com.sophos.command">PauseCommand</a></dt> <dd> <div class="block">Returns the duration for this pause</div> </dd> <dt><span class="memberNameLink"><a href="../com/sophos/command/Command.html#getExtendedDescription--">getExtendedDescription()</a></span> - Method in class com.sophos.command.<a href="../com/sophos/command/Command.html" title="class in com.sophos.command">Command</a></dt> <dd> <div class="block">Information about the command (beyond its type and id), if available, for diagnostic purposes.</div> </dd> <dt><span class="memberNameLink"><a href="../com/sophos/command/CommandInfo.html#getExtendedDescription--">getExtendedDescription()</a></span> - Method in interface com.sophos.command.<a href="../com/sophos/command/CommandInfo.html" title="interface in com.sophos.command">CommandInfo</a></dt> <dd> <div class="block">Information about the command (beyond its type and id), if available, for diagnostic purposes.</div> </dd> <dt><span class="memberNameLink"><a href="../com/sophos/command/ParallelCommands.html#getExtendedDescription--">getExtendedDescription()</a></span> - Method in class com.sophos.command.<a href="../com/sophos/command/ParallelCommands.html" title="class in com.sophos.command">ParallelCommands</a></dt> <dd> <div class="block">Information about the command (beyond its type and id), if available, for diagnostic purposes.</div> </dd> <dt><span class="memberNameLink"><a href="../com/sophos/command/PauseCommand.html#getExtendedDescription--">getExtendedDescription()</a></span> - Method in class com.sophos.command.<a href="../com/sophos/command/PauseCommand.html" title="class in com.sophos.command">PauseCommand</a></dt> <dd> <div class="block">Information about the command (beyond its type and id), if available, for diagnostic purposes.</div> </dd> <dt><span class="memberNameLink"><a href="../com/sophos/command/PeriodicCommand.html#getExtendedDescription--">getExtendedDescription()</a></span> - Method in class com.sophos.command.<a href="../com/sophos/command/PeriodicCommand.html" title="class in com.sophos.command">PeriodicCommand</a></dt> <dd> <div class="block">Information about the command (beyond its type and id), if available, for diagnostic purposes.</div> </dd> <dt><span class="memberNameLink"><a href="../com/sophos/command/ScheduledCommand.html#getExtendedDescription--">getExtendedDescription()</a></span> - Method in class com.sophos.command.<a href="../com/sophos/command/ScheduledCommand.html" title="class in com.sophos.command">ScheduledCommand</a></dt> <dd> <div class="block">Information about the command (beyond its type and id), if available, for diagnostic purposes.</div> </dd> <dt><span class="memberNameLink"><a href="../com/sophos/command/SequentialCommands.html#getExtendedDescription--">getExtendedDescription()</a></span> - Method in class com.sophos.command.<a href="../com/sophos/command/SequentialCommands.html" title="class in com.sophos.command">SequentialCommands</a></dt> <dd> <div class="block">Information about the command (beyond its type and id), if available, for diagnostic purposes.</div> </dd> <dt><span class="memberNameLink"><a href="../com/sophos/command/TimeLimitedCommand.html#getExtendedDescription--">getExtendedDescription()</a></span> - Method in class com.sophos.command.<a href="../com/sophos/command/TimeLimitedCommand.html" title="class in com.sophos.command">TimeLimitedCommand</a></dt> <dd> <div class="block">Information about the command (beyond its type and id), if available, for diagnostic purposes.</div> </dd> <dt><span class="memberNameLink"><a href="../com/sophos/command/RecurringCommand.ExecutionTimeCallback.html#getFirstExecutionTime-java.util.Date-">getFirstExecutionTime(Date)</a></span> - Method in interface com.sophos.command.<a href="../com/sophos/command/RecurringCommand.ExecutionTimeCallback.html" title="interface in com.sophos.command">RecurringCommand.ExecutionTimeCallback</a></dt> <dd> <div class="block">Called when a <a href="../com/sophos/command/RecurringCommand.html" title="class in com.sophos.command"><code>RecurringCommand</code></a> needs to know the first time to execute its underlying command to run.</div> </dd> <dt><span class="memberNameLink"><a href="../com/sophos/command/Command.html#getId--">getId()</a></span> - Method in class com.sophos.command.<a href="../com/sophos/command/Command.html" title="class in com.sophos.command">Command</a></dt> <dd> <div class="block">Returns the unique identifier for this command</div> </dd> <dt><span class="memberNameLink"><a href="../com/sophos/command/CommandInfo.html#getId--">getId()</a></span> - Method in interface com.sophos.command.<a href="../com/sophos/command/CommandInfo.html" title="interface in com.sophos.command">CommandInfo</a></dt> <dd> <div class="block">Returns the unique identifier for this command</div> </dd> <dt><span class="memberNameLink"><a href="../com/sophos/command/PeriodicCommand.html#getInterval--">getInterval()</a></span> - Method in class com.sophos.command.<a href="../com/sophos/command/PeriodicCommand.html" title="class in com.sophos.command">PeriodicCommand</a></dt> <dd> <div class="block">Gets the interval of time between command executions</div> </dd> <dt><span class="memberNameLink"><a href="../com/sophos/command/Command.html#getMonitors--">getMonitors()</a></span> - Static method in class com.sophos.command.<a href="../com/sophos/command/Command.html" title="class in com.sophos.command">Command</a></dt> <dd> <div class="block">Gets the objects that define command monitoring behavior.</div> </dd> <dt><span class="memberNameLink"><a href="../com/sophos/command/RecurringCommand.ExecutionTimeCallback.html#getNextExecutionTime-java.util.Date-">getNextExecutionTime(Date)</a></span> - Method in interface com.sophos.command.<a href="../com/sophos/command/RecurringCommand.ExecutionTimeCallback.html" title="interface in com.sophos.command">RecurringCommand.ExecutionTimeCallback</a></dt> <dd> <div class="block">Called when a <a href="../com/sophos/command/RecurringCommand.html" title="class in com.sophos.command"><code>RecurringCommand</code></a> needs to know the next time to execute its underlying command to run.</div> </dd> <dt><span class="memberNameLink"><a href="../com/sophos/command/Command.html#getParent--">getParent()</a></span> - Method in class com.sophos.command.<a href="../com/sophos/command/Command.html" title="class in com.sophos.command">Command</a></dt> <dd> <div class="block">Returns the owner, or the command that an <a href="../com/sophos/command/AbortEventedCommand.html" title="class in com.sophos.command"><code>AbortEventedCommand</code></a> is linked to (if any).</div> </dd> <dt><span class="memberNameLink"><a href="../com/sophos/command/Command.html#getParentInfo--">getParentInfo()</a></span> - Method in class com.sophos.command.<a href="../com/sophos/command/Command.html" title="class in com.sophos.command">Command</a></dt> <dd> <div class="block">Returns the owner, or the command that an <a href="../com/sophos/command/AbortEventedCommand.html" title="class in com.sophos.command"><code>AbortEventedCommand</code></a> is linked to (if any)</div> </dd> <dt><span class="memberNameLink"><a href="../com/sophos/command/CommandInfo.html#getParentInfo--">getParentInfo()</a></span> - Method in interface com.sophos.command.<a href="../com/sophos/command/CommandInfo.html" title="interface in com.sophos.command">CommandInfo</a></dt> <dd> <div class="block">Returns the owner, or the command that an <a href="../com/sophos/command/AbortEventedCommand.html" title="class in com.sophos.command"><code>AbortEventedCommand</code></a> is linked to (if any)</div> </dd> <dt><span class="memberNameLink"><a href="../com/sophos/command/PeriodicCommand.html#getRepeatCount--">getRepeatCount()</a></span> - Method in class com.sophos.command.<a href="../com/sophos/command/PeriodicCommand.html" title="class in com.sophos.command">PeriodicCommand</a></dt> <dd> <div class="block">Gets the total number of times the command to run will execute</div> </dd> <dt><span class="memberNameLink"><a href="../com/sophos/command/ScheduledCommand.html#getTimeOfExecution--">getTimeOfExecution()</a></span> - Method in class com.sophos.command.<a href="../com/sophos/command/ScheduledCommand.html" title="class in com.sophos.command">ScheduledCommand</a></dt> <dd> <div class="block">Gets the time at which to execute the command to run</div> </dd> <dt><span class="memberNameLink"><a href="../com/sophos/command/Duration.html#getUnits--">getUnits()</a></span> - Method in class com.sophos.command.<a href="../com/sophos/command/Duration.html" title="class in com.sophos.command">Duration</a></dt> <dd> <div class="block">get the number of units that was specified for this object</div> </dd> <dt><span class="memberNameLink"><a href="../com/sophos/command/Duration.html#getUnitType--">getUnitType()</a></span> - Method in class com.sophos.command.<a href="../com/sophos/command/Duration.html" title="class in com.sophos.command">Duration</a></dt> <dd> <div class="block">gets the unit type for this object</div> </dd> </dl> <a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">D</a>&nbsp;<a href="index-4.html">E</a>&nbsp;<a href="index-5.html">F</a>&nbsp;<a href="index-6.html">G</a>&nbsp;<a href="index-7.html">H</a>&nbsp;<a href="index-8.html">I</a>&nbsp;<a href="index-9.html">M</a>&nbsp;<a href="index-10.html">N</a>&nbsp;<a href="index-11.html">O</a>&nbsp;<a href="index-12.html">P</a>&nbsp;<a href="index-13.html">R</a>&nbsp;<a href="index-14.html">S</a>&nbsp;<a href="index-15.html">T</a>&nbsp;<a href="index-16.html">V</a>&nbsp;<a href="index-17.html">W</a>&nbsp;</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../com/sophos/command/package-summary.html">Package</a></li> <li>Class</li> <li>Use</li> <li><a href="../overview-tree.html">Tree</a></li> <li class="navBarCell1Rev">Index</li> <li><a href="../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="index-5.html">Prev Letter</a></li> <li><a href="index-7.html">Next Letter</a></li> </ul> <ul class="navList"> <li><a href="../index.html?index-files/index-6.html" target="_top">Frames</a></li> <li><a href="index-6.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> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
efieleke/CommandLibForJava
CommandLib/doc/index-files/index-6.html
HTML
mit
16,538
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>unimath-category-theory: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.11.2 / unimath-category-theory - 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> unimath-category-theory <small> 0.1.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-11-26 20:00:27 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-26 20:00:27 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils coq 8.11.2 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.06.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.06.1 Official 4.06.1 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;opam@clarus.me&quot; homepage: &quot;https://github.com/UniMath/UniMath&quot; dev-repo: &quot;git+https://github.com/UniMath/UniMath.git&quot; bug-reports: &quot;https://github.com/UniMath/UniMath/issues&quot; license: &quot;Kind of MIT&quot; authors: [&quot;The UniMath Development Team&quot;] build: [ [&quot;coq_makefile&quot; &quot;-f&quot; &quot;Make&quot; &quot;-o&quot; &quot;Makefile&quot;] [make &quot;-j%{jobs}%&quot;] ] install: [ [make &quot;install&quot;] ] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.5.0&quot; &amp; &lt; &quot;8.6&quot;} &quot;coq-unimath-foundations&quot; ] synopsis: &quot;Aims to formalize a substantial body of mathematics using the univalent point of view&quot; extra-files: [&quot;Make&quot; &quot;md5=2d439c0305755682eb748f6d6e24e74a&quot;] url { src: &quot;https://github.com/UniMath/UniMath/archive/v0.1.tar.gz&quot; checksum: &quot;md5=1ed57c1028e227a309f428a6dc5f0866&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-unimath-category-theory.0.1.0 coq.8.11.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.11.2). The following dependencies couldn&#39;t be met: - coq-unimath-category-theory -&gt; coq &lt; 8.6 -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-unimath-category-theory.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.06.1-2.0.5/released/8.11.2/unimath-category-theory/0.1.0.html
HTML
mit
6,643
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Struct template impl</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="../../../index.html" title="Chapter&#160;1.&#160;Boost.Proto"> <link rel="up" href="../_env_var.html#idp99147168" title="Description"> <link rel="prev" href="../_env_var.html" title="Struct template _env_var"> <link rel="next" href="../_env.html" title="Struct _env"> </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="../_env_var.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../_env_var.html#idp99147168"><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="../_env.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="refentry"> <a name="boost.proto._env_var.impl"></a><div class="titlepage"></div> <div class="refnamediv"> <h2><span class="refentrytitle">Struct template impl</span></h2> <p>boost::proto::_env_var::impl</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="../../../header/boost/proto/transform/env_hpp.html" title="Header &lt;boost/proto/transform/env.hpp&gt;">boost/proto/transform/env.hpp</a>&gt; </span> <span class="keyword">struct</span> <a class="link" href="impl.html" title="Struct template impl">impl</a> <span class="special">:</span> <span class="keyword"></span> <a class="link" href="../transform_impl.html" title="Struct template transform_impl">proto::transform_impl</a>&lt;Expr, State, Data&gt; &gt; <span class="special">{</span> <span class="comment">// types</span> <span class="keyword">typedef</span> <span class="keyword">typename</span> <a class="link" href="../result_of/env_var.html" title="Struct template env_var">proto::result_of::env_var</a><span class="special">&lt;</span><span class="identifier">Data</span><span class="special">,</span> <span class="identifier">Key</span><span class="special">&gt;</span><span class="special">::</span><span class="identifier">type</span> <a name="boost.proto._env_var.impl.result_type"></a><span class="identifier">result_type</span><span class="special">;</span> <span class="comment">// <a class="link" href="impl.html#idp32475920-bb">public member functions</a></span> <span class="identifier">result_type</span> <a class="link" href="impl.html#idp32476480-bb"><span class="keyword">operator</span><span class="special">(</span><span class="special">)</span></a><span class="special">(</span><span class="keyword">typename</span> <span class="identifier">impl</span><span class="special">::</span><span class="identifier">expr_param</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">impl</span><span class="special">::</span><span class="identifier">state_param</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">impl</span><span class="special">::</span><span class="identifier">data_param</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="idp99182048"></a><h2>Description</h2> <div class="refsect2"> <a name="idp99182464"></a><h3> <a name="idp32475920-bb"></a><code class="computeroutput">impl</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="idp32476480-bb"></a><span class="keyword">operator</span><span class="special">(</span><span class="special">)</span><span class="special">(</span><span class="keyword">typename</span> <span class="identifier">impl</span><span class="special">::</span><span class="identifier">expr_param</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">impl</span><span class="special">::</span><span class="identifier">state_param</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">impl</span><span class="special">::</span><span class="identifier">data_param</span> data<span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre> <p> Fetches the value associated with <code class="computeroutput">Key</code> from the transform environment passed in the data (third) parameter. </p> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> <tr> <td><p><span class="term">Parameters:</span></p></td> <td><div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody><tr> <td><p><span class="term"><code class="computeroutput">data</code></span></p></td> <td><p>The current transform environment</p></td> </tr></tbody> </table></div></td> </tr> <tr> <td><p><span class="term">Requires:</span></p></td> <td><p> <code class="computeroutput"><a class="link" href="../is_env.html" title="Struct template is_env">proto::is_env</a>&lt;Data&gt;::value</code> is <code class="computeroutput">true</code>. </p></td> </tr> <tr> <td><p><span class="term">Returns:</span></p></td> <td><p> <code class="computeroutput"><a class="link" href="../env_var_idp32419216.html" title="Function env_var">proto::env_var</a>(data)</code> </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; 2008 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="../_env_var.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../_env_var.html#idp99147168"><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="../_env.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
calvinfarias/IC2015-2
BOOST/boost_1_61_0/libs/proto/doc/html/boost/proto/_env_var/impl.html
HTML
mit
7,775
{% extends "base.html" %} {% block body %} <div class="col-md-6"> <h1>Enter a new kendama here: </h1> <form method="POST" action="/add_kendama" enctype="multipart/form-data"> {{ form.csrf_token }} <div class="form-group row"> <div class="col-md-8"> {{ form.name(class="form-control", placeholder="Kendama") }} </div> </div> <div class="form-group row"> <div class="col-md-8"> {{ form.brand(class="form-control", placeholder="Brand") }} </div> </div> <div class="form-group row"> <div class="col-md-8"> {{ form.description(class="form-control", placeholder="Description") }} </div> </div> <div class="form-group row"> <div class="col-md-8"> <label for="">Upload kendama photo:</label> {{ form.image(placeholder="Upload image") }} </div> </div> <div class="form-group row"> <div class="col-md-8"> <button type="submit" class="btn btn-danger btn-block">Add kendama!</button> </div> </div> </form> </div> {% endblock %}
danielcodes/kendama-collection
templates/kendama_form.html
HTML
mit
1,040
<!-- Create tabs with an icon and label, using the tabs-positive style. Each tab's child <ion-nav-view> directive will have its own navigation history that also transitions its views in and out. --> <ion-tabs class="tabs-icon-top tabs-color-active-balanced"> <!-- Dashboard Tab --> <ion-tab title="Map" icon-off="ion-map" icon-on="ion-map" href="#/tab/map"> <ion-nav-view name="tab-map"></ion-nav-view> </ion-tab> <!-- Pins Tab --> <ion-tab title="Pins" icon-off="ion-ios-list-outline" icon-on="ion-ios-list" href="#/tab/pins"> <ion-nav-view name="tab-pins"></ion-nav-view> </ion-tab> <!-- Account Tab --> <ion-tab title="Account" icon-off="ion-ios-body-outline" icon-on="ion-ios-body" href="#/tab/account"> <ion-nav-view name="tab-account"></ion-nav-view> </ion-tab> </ion-tabs>
rakelblujeans/plastic-bag-finder
www/templates/tabs.html
HTML
mit
821
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>Extension d'évènements</title> <link rel="stylesheet" type="text/css" href="csound.css" /> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1" /> <link rel="home" href="index.html" title="Manuel de référence canonique de Csound" /> <link rel="up" href="MidiTop.html" title="Support MIDI en temps réel" /> <link rel="prev" href="MidiConvert.html" title="Convertisseurs" /> <link rel="next" href="MidiOnoff.html" title="Sortie de note-on/note-off" /> </head> <body> <div class="navheader"> <table width="100%" summary="Navigation header"> <tr> <th colspan="3" align="center">Extension d'évènements</th> </tr> <tr> <td width="20%" align="left"><a accesskey="p" href="MidiConvert.html">Précédent</a> </td> <th width="60%" align="center">Support MIDI en temps réel</th> <td width="20%" align="right"> <a accesskey="n" href="MidiOnoff.html">Suivant</a></td> </tr> </table> <hr /> </div> <div class="section"> <div class="titlepage"> <div> <div> <h2 class="title" style="clear: both"><a id="MidiExtender"></a>Extension d'évènements</h2> </div> </div> </div> <p> Les opcodes qui permettent d'étendre la durée d'un évènement sont : </p> <div class="itemizedlist"> <ul class="itemizedlist" style="list-style-type: disc; "> <li class="listitem"> <p> <a class="link" href="release.html" title="release"> <em class="citetitle">release</em> </a> </p> </li> <li class="listitem"> <p> <a class="link" href="xtratim.html" title="xtratim"> <em class="citetitle">xtratim</em> </a> </p> </li> </ul> </div> <p> </p> </div> <div class="navfooter"> <hr /> <table width="100%" summary="Navigation footer"> <tr> <td width="40%" align="left"><a accesskey="p" href="MidiConvert.html">Précédent</a> </td> <td width="20%" align="center"> <a accesskey="u" href="MidiTop.html">Niveau supérieur</a> </td> <td width="40%" align="right"> <a accesskey="n" href="MidiOnoff.html">Suivant</a></td> </tr> <tr> <td width="40%" align="left" valign="top">Convertisseurs </td> <td width="20%" align="center"> <a accesskey="h" href="index.html">Sommaire</a> </td> <td width="40%" align="right" valign="top"> Sortie de note-on/note-off</td> </tr> </table> </div> </body> </html>
ketchupok/csound.github.io
docs/manual-fr/MidiExtender.html
HTML
mit
3,071
<!DOCTYPE html> <html> <head> <script src="https://cdn.rawgit.com/stevekrouse/WoofJS/8b9d5d75/dist/woof.js"></script> <meta charset="utf-8"> <meta name="viewport" content="width=device-width"> <title>Tomato Attack Step 5</title> </head> <body> <script> // Set background to image setBackdropURL('../images/tomato-attack-backdrop.jpg') // Create can sprite var can = new Image({ url: '../images/tomato-attack-can.png', angle: 30, y: minY + 50, width: 175, height: 175, }) // Create tomato sprite. Hide for now. var tomato = new Image({ url: '../images/tomato-attack-tomato.png', width: 65, height: 65, y: can.y + 100, showing: false }) // Make can move with arrow keys forever(() => { if (keysDown.includes("LEFT")) { can.x -= 10 } if (keysDown.includes("RIGHT")) { can.x += 10 } }) // Show tomato when up arrow pressed and tomato is at can onKeyDown(() => { if (keysDown.includes('UP') && tomato.y == can.y + 100) { tomato.x = can.x tomato.show() } }) forever(() => { // Make tomatoes move up when showing if (tomato.showing) { tomato.y += 15 } // If tomato goes past top edge, bring it back to can and hide it if (tomato.y > maxY) { tomato.hide() tomato.y = can.y + 100 } }) var veggie = new Image({ url: '../images/tomato-attack-eggplant.png', x: randomX(), y: random(can.y + 150, maxY), width: 100, height: 100 }) </script> </body> </html>
stevekrouse/coding.space
woof/snippets/tomato-attack-step5.html
HTML
mit
1,581
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>SatGraph - map</title> <link rel="stylesheet" href="../css/bootstrap.css"> <link rel="stylesheet" type="text/css" href="../css/styles.css"> <script src="../js/common.js"></script> <script src="../js/map.js"></script> <script src="../js/isobands.js"></script> </head> <body onload="onInit()" onresize="onResize()"> <div id="box" class="box"> <nav class="navbar navbar-default"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="#">SatGraph</a> </div> <ul class="nav navbar-nav"> <li class="active"><a href="#" onclick="onMap()">Map</a></li> <li><a href="#" onclick="onHistogram()">Histogram</a></li> </ul> <ul class="nav navbar-nav navbar-right"> <li><a href="#" onclick="onDevTools()">Dev Tools</a></li> <li><a href="#" onclick="onFullscreen()">Fullscreen</a></li> <li><a href="#" onclick="onAbout()">About</a></li> </ul> </div> <div class="container-fluid"> <ul class="nav navbar-nav"> <button id="generate" type="button" onclick="onGenerate()" class="btn btn-success navbar-btn">Generate map</button> <button type="button" onclick="onLoad()" class="btn btn-default navbar-btn">Load data</button> <button type="button" onclick="onParams()" class="btn btn-default navbar-btn">Load parameters</button> <div class="btn-group"> <button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> Export <span class="caret"></span> </button> <ul class="dropdown-menu"> <li><a href="#" onclick="onDownloadPNG()">to PNG</a></li> <li><a href="#" onclick="onDownloadSVG()">to SVG</a></li> </ul> </div> </ul> <form class="navbar-form navbar-right" role="form"> <label for="contour">Contours: </label> <select class="form-control" id="contour"> <option value="no">No</option> <option value="yes">Yes</option> </select> <label for="binning">Binning: </label> <select class="form-control" id="binning"> <option value="1">1</option> <option value="2">2</option> <option value="4">4</option> <option value="6">6</option> </select> <label for="projection">Geo projection: </label> <select class="form-control" id="projection" onchange="onProjection(value)"> <option value="equirectangular">Equirectangular</option> <option value="orthographic">Orthographic</option> <option value="mollweide">Mollweide</option> <option value="mercator">Mercator</option> </select> <div id="nform" class="form-group"> <label for="neighbours" class="control-label">Neighbours: </label> <input type="text" value="8" class="form-control" id="neighbours"> </div> <div id="sform" class="form-group"> <label for="smooth" class="control-label">Smooth: </label> <input type="text" value="1.0" class="form-control" id="smooth"> </div> <div id="dform" class="form-group"> <label for="diff" class="control-label">Clean diff: </label> <input type="text" value="1.0" class="form-control" id="diff"> </div> </form> </div> </nav> </div> </body> </html>
OndrejBilek/satgraph
app/html/map.html
HTML
mit
4,311
--- common-css: - "/css/bootstrap.min.css" - "/css/main-minimal.css" common-js: - "/js/jquery-1.11.2.min.js" - "/js/bootstrap.min.js" --- <!DOCTYPE html> <html lang="en"> {% include head.html %} <body> <div role="main" class="container"> {{ content }} </div> {% include footer-minimal.html %} {% include footer-scripts.html %} </body> </html>
jflheureux/jflh-website
_layouts/minimal.html
HTML
mit
379
{{<layout}} {{$pageTitle}} View your driving licence information &#45; GOV&#46;UK {{/pageTitle}} {{$head}} {{>includes/head}} {{>includes/head-view}} {{/head}} {{$propositionHeader}} {{>includes/propositional_navigation}} {{/propositionHeader}} {{$headerClass}}with-proposition{{/headerClass}} {{$content}} {{>includes/view/elements/feedback-banner}} <main id="content" role="main" data-assets-img-root="../../public/images/" data-accordion-show-text="Show information" data-accordion-hide-text="Hide information"> <div class="tabbed-view v2"> <nav class="activity-navigation v2"> <ul class="tabs"> <li><a href="#your-details" class="current">Your details</a></li> <li><a href="#vehicles">Vehicles you can drive</a></li> <li><a href="#tacho">CPC and Digital Tachograph Card</a></li> <li><a href="#points">Penalties and disqualifications</a></li> <li><a href="#share">Share your licence information</a></li> </ul> </nav> {{>includes/view/content-tabs/your-details}} {{>includes/view/content-tabs/vehicles}} {{>includes/view/content-tabs/tacho-b1}} {{>includes/view/content-tabs/points}} {{>includes/view/content-tabs/share}} </div> </main> {{>includes/scripts-footer-view}} {{/content}} {{$footerSupportLinks}} {{>includes/view/elements/footersupportlinks}} {{/footerSupportLinks}} {{/layout}}
wayneddgu/view-driving-licence
app/views/view/cpc-tacho/your-details-b1.html
HTML
mit
1,490
<!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_31) on Wed Dec 17 20:48:21 PST 2014 --> <title>java.util.logging (Java Platform SE 8 )</title> <meta name="date" content="2014-12-17"> <meta name="keywords" content="java.util.logging package"> <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="java.util.logging (Java Platform SE 8 )"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li class="navBarCell1Rev">Package</li> <li>Class</li> <li><a href="package-use.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-files/index-1.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage"><strong>Java&trade;&nbsp;Platform<br>Standard&nbsp;Ed.&nbsp;8</strong></div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../java/util/jar/package-summary.html">Prev&nbsp;Package</a></li> <li><a href="../../../java/util/prefs/package-summary.html">Next&nbsp;Package</a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?java/util/logging/package-summary.html" target="_top">Frames</a></li> <li><a href="package-summary.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> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 title="Package" class="title">Package&nbsp;java.util.logging</h1> <div class="docSummary"> <div class="block"> Provides the classes and interfaces of the Java<SUP><FONT SIZE="-2">TM</FONT></SUP> 2 platform's core logging facilities.</div> </div> <p>See:&nbsp;<a href="#package.description">Description</a></p> </div> <div class="contentContainer"> <ul class="blockList"> <li class="blockList"> <table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Interface Summary table, listing interfaces, and an explanation"> <caption><span>Interface Summary</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Interface</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="../../../java/util/logging/Filter.html" title="interface in java.util.logging">Filter</a></td> <td class="colLast"> <div class="block">A Filter can be used to provide fine grain control over what is logged, beyond the control provided by log levels.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../java/util/logging/LoggingMXBean.html" title="interface in java.util.logging">LoggingMXBean</a></td> <td class="colLast"> <div class="block">The management interface for the logging facility.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"> <table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation"> <caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Class</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="../../../java/util/logging/ConsoleHandler.html" title="class in java.util.logging">ConsoleHandler</a></td> <td class="colLast"> <div class="block">This <tt>Handler</tt> publishes log records to <tt>System.err</tt>.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../java/util/logging/ErrorManager.html" title="class in java.util.logging">ErrorManager</a></td> <td class="colLast"> <div class="block">ErrorManager objects can be attached to Handlers to process any error that occurs on a Handler during Logging.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../java/util/logging/FileHandler.html" title="class in java.util.logging">FileHandler</a></td> <td class="colLast"> <div class="block">Simple file logging <tt>Handler</tt>.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../java/util/logging/Formatter.html" title="class in java.util.logging">Formatter</a></td> <td class="colLast"> <div class="block">A Formatter provides support for formatting LogRecords.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../java/util/logging/Handler.html" title="class in java.util.logging">Handler</a></td> <td class="colLast"> <div class="block">A <tt>Handler</tt> object takes log messages from a <tt>Logger</tt> and exports them.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../java/util/logging/Level.html" title="class in java.util.logging">Level</a></td> <td class="colLast"> <div class="block">The Level class defines a set of standard logging levels that can be used to control logging output.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../java/util/logging/Logger.html" title="class in java.util.logging">Logger</a></td> <td class="colLast"> <div class="block">A Logger object is used to log messages for a specific system or application component.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../java/util/logging/LoggingPermission.html" title="class in java.util.logging">LoggingPermission</a></td> <td class="colLast"> <div class="block">The permission which the SecurityManager will check when code that is running with a SecurityManager calls one of the logging control methods (such as Logger.setLevel).</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../java/util/logging/LogManager.html" title="class in java.util.logging">LogManager</a></td> <td class="colLast"> <div class="block">There is a single global LogManager object that is used to maintain a set of shared state about Loggers and log services.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../java/util/logging/LogRecord.html" title="class in java.util.logging">LogRecord</a></td> <td class="colLast"> <div class="block">LogRecord objects are used to pass logging requests between the logging framework and individual log Handlers.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../java/util/logging/MemoryHandler.html" title="class in java.util.logging">MemoryHandler</a></td> <td class="colLast"> <div class="block"><tt>Handler</tt> that buffers requests in a circular buffer in memory.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../java/util/logging/SimpleFormatter.html" title="class in java.util.logging">SimpleFormatter</a></td> <td class="colLast"> <div class="block">Print a brief summary of the <code>LogRecord</code> in a human readable format.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../java/util/logging/SocketHandler.html" title="class in java.util.logging">SocketHandler</a></td> <td class="colLast"> <div class="block">Simple network logging <tt>Handler</tt>.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../java/util/logging/StreamHandler.html" title="class in java.util.logging">StreamHandler</a></td> <td class="colLast"> <div class="block">Stream based logging <tt>Handler</tt>.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../java/util/logging/XMLFormatter.html" title="class in java.util.logging">XMLFormatter</a></td> <td class="colLast"> <div class="block">Format a LogRecord into a standard XML format.</div> </td> </tr> </tbody> </table> </li> </ul> <a name="package.description"> <!-- --> </a> <h2 title="Package java.util.logging Description">Package java.util.logging Description</h2> <div class="block"><P> Provides the classes and interfaces of the Java<SUP><FONT SIZE="-2">TM</FONT></SUP> 2 platform's core logging facilities. The central goal of the logging APIs is to support maintaining and servicing software at customer sites. <P> There are four main target uses of the logs: </P> <OL> <LI> <I>Problem diagnosis by end users and system administrators</I>. This consists of simple logging of common problems that can be fixed or tracked locally, such as running out of resources, security failures, and simple configuration errors. <LI> <I>Problem diagnosis by field service engineers</I>. The logging information used by field service engineers may be considerably more complex and verbose than that required by system administrators. Typically such information will require extra logging within particular subsystems. <LI> <I>Problem diagnosis by the development organization</I>. When a problem occurs in the field, it may be necessary to return the captured logging information to the original development team for diagnosis. This logging information may be extremely detailed and fairly inscrutable. Such information might include detailed tracing on the internal execution of particular subsystems. <LI> <I>Problem diagnosis by developers</I>. The Logging APIs may also be used to help debug an application under development. This may include logging information generated by the target application as well as logging information generated by lower-level libraries. Note however that while this use is perfectly reasonable, the logging APIs are not intended to replace the normal debugging and profiling tools that may already exist in the development environment. </OL> </P> The key elements of this package include: <UL> <LI> <I>Logger</I>: The main entity on which applications make logging calls. A Logger object is used to log messages for a specific system or application component. <LI> <I>LogRecord</I>: Used to pass logging requests between the logging framework and individual log handlers. <LI> <I>Handler</I>: Exports LogRecord objects to a variety of destinations including memory, output streams, consoles, files, and sockets. A variety of Handler subclasses exist for this purpose. Additional Handlers may be developed by third parties and delivered on top of the core platform. <LI> <I>Level</I>: Defines a set of standard logging levels that can be used to control logging output. Programs can be configured to output logging for some levels while ignoring output for others. <LI> <I>Filter</I>: Provides fine-grained control over what gets logged, beyond the control provided by log levels. The logging APIs support a general-purpose filter mechanism that allows application code to attach arbitrary filters to control logging output. <LI> <I>Formatter</I>: Provides support for formatting LogRecord objects. This package includes two formatters, SimpleFormatter and XMLFormatter, for formatting log records in plain text or XML respectively. As with Handlers, additional Formatters may be developed by third parties. </UL> <P> The Logging APIs offer both static and dynamic configuration control. Static control enables field service staff to set up a particular configuration and then re-launch the application with the new logging settings. Dynamic control allows for updates to the logging configuration within a currently running program. The APIs also allow for logging to be enabled or disabled for different functional areas of the system. For example, a field service engineer might be interested in tracing all AWT events, but might have no interest in socket events or memory management. </P> <h2>Null Pointers</h2> <p> In general, unless otherwise noted in the javadoc, methods and constructors will throw NullPointerException if passed a null argument. The one broad exception to this rule is that the logging convenience methods in the Logger class (the config, entering, exiting, fine, finer, finest, log, logp, logrb, severe, throwing, and warning methods) will accept null values for all arguments except for the initial Level argument (if any). <p> <H2>Related Documentation</H2> <P> For an overview of control flow, please refer to the <a href="../../../../technotes/guides/logging/overview.html"> Java Logging Overview</a>. </P> <!-- Put @see and @since tags down here. --></div> <dl> <dt><span class="simpleTagLabel">Since:</span></dt> <dd>1.4</dd> </dl> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li class="navBarCell1Rev">Package</li> <li>Class</li> <li><a href="package-use.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-files/index-1.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage"><strong>Java&trade;&nbsp;Platform<br>Standard&nbsp;Ed.&nbsp;8</strong></div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../java/util/jar/package-summary.html">Prev&nbsp;Package</a></li> <li><a href="../../../java/util/prefs/package-summary.html">Next&nbsp;Package</a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?java/util/logging/package-summary.html" target="_top">Frames</a></li> <li><a href="package-summary.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> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small><font size="-1"> <a href="http://bugreport.sun.com/bugreport/">Submit a bug or feature</a> <br>For further API reference and developer documentation, see <a href="http://download.oracle.com/javase/8/docs/index.html" target="_blank">Java SE Documentation</a>. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.<br> <a href="../../../../legal/cpyr.html">Copyright</a> &#x00a9; 1993, 2015, Oracle and/or its affiliates. All rights reserved. </font></small></p> </body> </html>
fbiville/annotation-processing-ftw
doc/java/jdk8/java/util/logging/package-summary.html
HTML
mit
16,267
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_73) on Thu Mar 24 14:34:21 PDT 2016 --> <title>continuum.space Class Hierarchy (continuum-core 0.1.2 API)</title> <meta name="date" content="2016-03-24"> <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="continuum.space Class Hierarchy (continuum-core 0.1.2 API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li class="navBarCell1Rev">Tree</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="../../continuum/slice/package-tree.html">Prev</a></li> <li><a href="../../continuum/time/package-tree.html">Next</a></li> </ul> <ul class="navList"> <li><a href="../../index.html?continuum/space/package-tree.html" target="_top">Frames</a></li> <li><a href="package-tree.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> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 class="title">Hierarchy For Package continuum.space</h1> <span class="packageHierarchyLabel">Package Hierarchies:</span> <ul class="horizontal"> <li><a href="../../overview-tree.html">All Packages</a></li> </ul> </div> <div class="contentContainer"> <h2 title="Class Hierarchy">Class Hierarchy</h2> <ul> <li type="circle">java.lang.Object <ul> <li type="circle">continuum.space.<a href="../../continuum/space/Space.html" title="class in continuum.space"><span class="typeNameLink">Space</span></a></li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li class="navBarCell1Rev">Tree</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="../../continuum/slice/package-tree.html">Prev</a></li> <li><a href="../../continuum/time/package-tree.html">Next</a></li> </ul> <ul class="navList"> <li><a href="../../index.html?continuum/space/package-tree.html" target="_top">Frames</a></li> <li><a href="package-tree.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> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
zackb/continuum
docs/html/javadoc/continuum/space/package-tree.html
HTML
mit
4,401
{% extends "projects/base_project.html" %} {% load i18n %} {% block title %}{% trans "Edit Project Versions" %}{% endblock %} {% block editing-option-edit-proj %}class="active"{% endblock %} {% block content-header %}<h1>{% trans "Edit Project Versions" %}</h1>{% endblock %} {% block project_editing %} {% with versions_active="active" %} {% include "core/project_bar.html" %} {% endwith %} {% endblock %} {% block content %} <p class="help_text"> {% trans "If you are having trouble building older versions of your Documentation, then you can" %} <a href="{% url projects_upload_html project.slug %}">{% trans "Upload a Zip file of HTML" %}</a> {% trans "instead. This is to support versions that may not build anymore with current Sphinx, or to support plugins and extensions that we may not have on our server." %} </p> <p> {% trans "Choose which versions you would like to publish besides the latest revision." %} </p> <form method="post" action=".">{% csrf_token %} {% for field in form %} {% if forloop.first %} {# For choosing the default version #} <h5> {{ field.label }} </h5> {{ field }} {% else %} {% if field.label != "privacy" %} <h3> {{ field.label}} </h3> {{ field }} {% else %} {{ field }} {% endif %} {% endif %} <br> {% endfor %} <p> <input style="display: inline;" type="submit" value="{% trans "Submit" %}"> </p> </form> {% endblock %}
ojii/readthedocs.org
readthedocs/templates/projects/project_versions.html
HTML
mit
1,509
<!-- Intro Header --> <header class="intro"> <div class="intro-body"> <div class="container"> <div class="row"> <div class="col-md-8 col-md-offset-2"> <h1 class="brand-heading">{{ page.title }}</h1> <p class="intro-text">Just a couple of writings.<br>Created just for fun.</p> <a href="#posts" class="btn btn-circle page-scroll"> <i class="fa fa-angle-double-down animated"></i> </a> </div> </div> </div> </div> </header>
halonsoluis/halonsoluis.github.io
_includes/header_blog.html
HTML
mit
669
{{include '/comm/header.html'}} {{#__body_placeholder}} <script src="{{__fis_file.filename}}.js"></script> {{include '/comm/footer.html'}}
lwdgit/fis-parser-art-template
example/demo-layout/comm/layout.html
HTML
mit
143
<!DOCTYPE html> <html> <head lang="en"> <meta charset="UTF-8"> <title>Cylinder</title> <style> body, html { margin: 0; padding: 0; height: 100%; overflow: hidden } </style> </head> <body> <script src="js/three.js/three.js"></script> <script> // var nextRotation = 0, rotationSpeed = 0.01, fps = 60; // // setInterval(function() // { // cube.rotation.z = nextRotation; // renderer.render(scene, camera); // nextRotation += rotationSpeed; // }, 1000 / fps); var angularSpeed = 0.2, lastTime = 0; function animate() { var time = (new Date()).getTime(); var timeDiff = time - lastTime; var angularChange = angularSpeed * timeDiff * 2 * Math.PI / 1000; cylinder.rotation.x -= angularChange; lastTime = time; renderer.render(scene, camera); requestAnimationFrame(function() { animate(); }); } var renderer = new THREE.WebGLRenderer(); renderer.setSize(window.innerWidth, window.innerHeight); document.body.appendChild(renderer.domElement); var camera = new THREE.PerspectiveCamera(45, window.innerWidth / window.innerHeight, 1, 1000); // near & far camera.position.y = -400; // pull the camera back to see the object in the middle of the scene // up & down camera.position.z = 400; // raise the camera up 200 units // left & right camera.rotation.x = 45 * (Math.PI / 180); // everything starts at the center of the scene var scene = new THREE.Scene(); // without new THREE.MeshNormalMaterial() we'll get a wireframe cube var cylinder = new THREE.Mesh(new THREE.CylinderGeometry(100, 20, 200, 20, 20, true), new THREE.MeshLambertMaterial({ color: 'red' })); var light = new THREE.DirectionalLight('white', 1.1); light.position.set(0, -400, 400).normalize(); scene.add(light); scene.add(cylinder); animate(); // In three.js doc: Math.degToRad(degrees) and Math.radToDeg(radians) // .75 = aproximately 45 degrees which is = 3.14159/180 * 45 </script> </body> </html>
leyyin/university
computer-graphics/labs/project/code/cylinder.html
HTML
mit
2,257
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="author" content="Open Knowledge"> <meta name="description" content="The Global Open Data Index assesses the state of open government data around the world. "> <meta name="keywords" content="Open Government, Open Data, Government Transparency, Open Knowledge "> <meta property="og:type" content="website"/> <meta property="og:title" content="Open Data Index - Open Knowledge"/> <meta property="og:site_name" content="Open Data Index"/> <meta property="og:description" content="The Global Open Data Index assesses the state of open government data around the world."/> <meta property="og:image" content="/static/images/favicon.ico"/> <title>Panama / Weather forecast (2013) | Global Open Data Index by Open Knowledge</title> <base href="/"> <!--[if lt IE 9]> <script src="/static/vendor/html5shiv.min.js"></script> <![endif]--> <link rel="stylesheet" href="/static/css/site.css"> <link rel="icon" href="/static/images/favicon.ico"> <script> var siteUrl = ''; </script> </head> <body class="na"> <div class="fixed-ok-panel"> <div id="ok-panel" class="closed"> <iframe src="http://assets.okfn.org/themes/okfn/okf-panel.html" scrolling="no"></iframe> </div> <a class="ok-ribbon"><img src="http://okfnlabs.org/ok-panel/assets/images/ok-ribbon.png" alt="Open Knowledge"></a> </div> <header id="header"> <nav class="navbar navbar-default" role="navigation"> <div class="container"> <div> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <div class="logo"> <a href="/"> <img src="/static/images/logo2.png"> <span>Global<br/>Open Data Index</span> </a> </div> </div> <div class="collapse navbar-collapse" id="navbar-collapse"> <ul class="nav navbar-nav" style="margin-right: 132px;"> <li> <a href="/place/" title="About the Open Data Index project"> Places </a> </li> <li> <a href="/dataset/" title="About the Open Data Index project"> Datasets </a> </li> <li> <a href="/download/" title="Download Open Data Index data"> Download </a> </li> <li> <a href="/insights/" title="Insights"> Insights </a> </li> <li> <a href="/methodology/" title="The methodology behind the Open Data Index"> Methodology </a> </li> <li> <a href="/about/" title="About the Open Data Index project"> About </a> </li> <li> <a href="/press/" title="Press information for the Open Data Index"> Press </a> </li> </ul> </div> </div> </div> </nav> </header> <div class="container"> <div class="content"> <div class="row"> <div class="col-md-12"> <ol class="breadcrumb"> <li> <a href="/">Home</a> </li> <li class="active">Panama / Weather forecast (2013)</li> </ol> <header class="page-header"> <h1>Panama / Weather forecast (2013)</h1> </header> <h3>Sorry</h3> <p> There is no data available for Panama / Weather forecast (2013) in the Index. </p> </div> </div> </div> </div> <footer id="footer"> <div class="container"> <div class="row"> <div class="footer-main col-md-8"> <div class="footer-attribution"> <p> <a href="http://opendefinition.org/ossd/" title="Open Online Software Service"> <img src="http://assets.okfn.org/images/ok_buttons/os_80x15_orange_grey.png" alt="" border=""/> </a> <a href="http://opendefinition.org/okd/" title="Open Online Software Service"> <img src="http://assets.okfn.org/images/ok_buttons/od_80x15_blue.png" alt="" border=""/> </a> <a href="http://opendefinition.org/okd/" title="Open Content"> <img src="http://assets.okfn.org/images/ok_buttons/oc_80x15_blue.png" alt="" border=""/> </a> &ndash; <a href="http://creativecommons.org/licenses/by/3.0/" title="Content Licensed under a CC Attribution"></a> <a href="http://opendatacommons.org/licenses/pddl/1.0" title="Data License (Public Domain)">Data License (Public Domain)</a> </p> </div> <div class="footer-meta"> <p> This service is run by <a href="https://okfn.org/" title="Open Knowledge">Open Knowledge</a> </p> <a class="naked" href="http://okfn.org/" title="Open Knowledge"><img src="http://assets.okfn.org/p/okfn/img/okfn-logo-landscape-black-s.png" alt="" height="28"></a> </div> </div> <div class="footer-links col-md-2"> <li><a href="http://okfn.org/" title="Open Knowledge">Open Knowledge</a></li> <li><a href="http://okfn.org/opendata/" title="What is Open Data?">What is Open Data?</a></li> <li><a href="http://census.okfn.org/" title="Run your own Index">Run your own Index</a></li> <li><a href="https://github.com/okfn/opendataindex" title="The source code for Open Data Index">Source Code</a></li> </div> <div class="footer-links col-md-2"> <li><a href="/" title="Open Data Index home">Home</a></li> <li><a href="/download/" title="Download data">Download</a></li> <li><a href="/methodology/" title="The methodology behind the Open Data Index">Methodology</a></li> <li><a href="/faq/" title=" Open Data Index FAQ">FAQ</a></li> <li><a href="/about/" title="About the Open Data Index">About</a></li> <li><a href="/about/" title="Contact us">Contact</a></li> <li><a href="/press/" title="Press">Press</a></li> </div> </div> </div> </footer> <script data-main="/static/scripts/site" src="/static/scripts/require.js"></script> </body> </html>
okfn/opendataindex-2015
place/panama/weather/2013/index.html
HTML
mit
8,138
<script> document.presentPage = 0 function myAddButtons(){ // alert(document.presentPage) if (document.presentPage == 0){ document.getElementById('myOutDiv').innerHTML += 'Choose one: '+ '<input type="button" value="turn Left" '+ ' onclick="{document.presentPage = 1; myAddButtons();}" >' + '<input type="button" value="turn Right" '+ ' onclick="{document.presentPage = 2; myAddButtons();}" >' } if (document.presentPage == 1){ document.getElementById('myOutDiv').innerHTML = 'You Leave ' + document.all.myLocation.value + ' <input type="button" value="Go Home" '+ ' onclick="{document.presentPage = 2; myAddButtons();}" >' + ' <input type="button" value="Run" '+ ' onclick="{document.presentPage = 3; myAddButtons();}" >' } if (document.presentPage == 2){ document.getElementById('myOutDiv').innerHTML = 'You Lose!' } if (document.presentPage == 3){ document.getElementById('myOutDiv').innerHTML = 'You Win!' } } </script> <h2 align=center>Choose Your Own Adventure By [name]</h2> <h3> Make this story better</h3> <input id="myLocation" type=text value="Vancouver"> Location<br> <input id="myMainCharacter" type=text value="Fred"> Main Character<br> <br><input type=button value="Make Story" onclick="{ //careful here. No Double quotes, lines must end with a plus sign '+' unless it is the last line document.presentPage = 0; document.getElementById('myOutDiv').innerHTML = 'Walking down the street in '+ document.all.myLocation.value + ', ' + document.all.myMainCharacter.value + ' saw a ...' myAddButtons() }"> <br><br> <div id="myOutDiv">The Story will go here.</div><script>
LukarioMC/pgb-cloud9.io-readable
to-do/a03-javascript/a03.02-javascript-choose-adventure.html
HTML
mit
1,718
<!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="./eaf9c844f98d13215c7c5c620ad20187d0213a2b15c76d0af855360276302d6f.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/8c4993a2436c14f1ca060092beb882f89d24fc1dd15e3311f948c954d56fc11e.html
HTML
mit
550
<nav id="sidebar-icon-links"> {% if site.github.repo %} <a id="github-link" class="icon" title="Github Project" aria-label="Github Project" href="{{ site.github.repo }}"> {% include svg/github.svg %} </a> <a id="github-download-link" class="icon" title="Download" aria-label="Download" href="{{ site.github.repo }}/archive/v{{ site.version }}.zip"> {% include svg/download.svg %} </a> {% endif %} <a id="subscribe-link" class="icon" title="Subscribe" aria-label="Subscribe" href="{{ site.baseurl }}/{{ site.feed.path | default: 'feed.xml' }}"> {% include svg/feed.svg %} </a> {% comment %} Check if we have tag or search pages page active before linking to it. {% endcomment %} {% assign tags_page = false %} {% assign search_page = false %} {% for node in site.pages %} {% if node.layout == "tags" %} {% assign tags_page = node %} {% elsif node.layout == "search" %} {% assign search_page = node %} {% endif %} {% endfor %} {% if tags_page %} <a id="tags-link" class="icon{% if page.url == '/tags' %} active{% endif %}" title="Tags" aria-label="Tags" href="{{ site.baseurl }}{{ tags_page.url }}"> {% include svg/tags.svg %} </a> {% endif %} {% if search_page %} <a id="search-link" class="icon{% if page.url == '/search' %} active{% endif %}" title="Search" aria-label="Search" href="{{ site.baseurl }}{{ search_page.url }}"> {% include svg/search.svg %} </a> {% endif %} {% include custom-icon-links.html %} </nav>
lukas-lansky/lukas-lansky.github.io
_includes/sidebar-icon-links.html
HTML
mit
1,620
<!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="FLOGGING -- Fortran logging system with MPI support"> <meta name="author" content="Chris MacMackin" > <link rel="icon" href="../favicon.png"> <title>log_set_output_severity &ndash; flogging</title> <link href="../css/bootstrap.min.css" rel="stylesheet"> <link href="../css/pygments.css" rel="stylesheet"> <link href="../css/font-awesome.min.css" rel="stylesheet"> <link href="../css/local.css" rel="stylesheet"> <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> <script src="../js/jquery-2.1.3.min.js"></script> <script src="../js/svg-pan-zoom.min.js"></script> <script src="../tipuesearch/tipuesearch_content.js"></script> <link href="../tipuesearch/tipuesearch.css" rel="stylesheet"> <script src="../tipuesearch/tipuesearch_set.js"></script> <script src="../tipuesearch/tipuesearch.js"></script> </head> <body> <!-- Fixed navbar --> <nav class="navbar navbar-inverse navbar-fixed-top"> <div class="container"> <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="../index.html">flogging </a> </div> <div id="navbar" class="navbar-collapse collapse"> <ul class="nav navbar-nav"> <li><a href="../lists/files.html">Source Files</a></li> <li><a href="../lists/modules.html">Modules</a></li> <li><a href="../lists/procedures.html">Procedures</a></li> </ul> <form action="../search.html" class="navbar-form navbar-right" role="search"> <div class="form-group"> <input type="text" class="form-control" placeholder="Search" name="q" id="tipue_search_input" autocomplete="off" required> </div> <!-- <button type="submit" class="btn btn-default">Submit</button> --> </form> </div><!--/.nav-collapse --> </div> </nav> <div class="container"> <div class="row"> <h1>log_set_output_severity <small>Subroutine</small> </h1> <div class="row"> <div class="col-lg-12"> <div class="well well-sm"> <ul class="list-inline" style="margin-bottom:0px;display:inline"> <li><i class="fa fa-code"></i><a href="../src/flogging.f90"> Source File</a></li> </ul> <ol class="breadcrumb in-well text-right"> <li><a href='../sourcefile/flogging.f90.html'>flogging.f90</a></li> <li><a href='../module/flogging.html'>flogging</a></li> <li class="active">log_set_output_severity</li> </ol> </div> </div> </div> </div> <div class="row"> <div class="col-lg-3"> <div id="sidebar"> <div class="panel panel-default"> <div class="panel-heading text-left"><h3 class="panel-title"><a data-toggle="collapse" href="#allprocs">All Procedures</a></h3></div> <div id="allprocs" class="panel-collapse collapse"> <div class="list-group"> <a class="list-group-item" href="../proc/log_disable_cli_arguments.html">log_disable_cli_arguments</a> <a class="list-group-item" href="../proc/log_set_disable_colors.html">log_set_disable_colors</a> <a class="list-group-item" href="../proc/log_set_output_date.html">log_set_output_date</a> <a class="list-group-item" href="../proc/log_set_output_fileline.html">log_set_output_fileline</a> <a class="list-group-item" href="../proc/log_set_output_hostname.html">log_set_output_hostname</a> <a class="list-group-item" href="../proc/log_set_output_severity.html">log_set_output_severity</a> <a class="list-group-item" href="../proc/log_set_output_time.html">log_set_output_time</a> <a class="list-group-item" href="../proc/log_set_skip_terminal_check.html">log_set_skip_terminal_check</a> <a class="list-group-item" href="../proc/logl.html">logl</a> <a class="list-group-item" href="../proc/logp.html">logp</a> <a class="list-group-item" href="../proc/stput.html">stput</a> <a class="list-group-item" href="../proc/tput.html">tput</a> </div> </div> </div> </div> </div> <div class="col-lg-9" id='text'> <h2> public subroutine log_set_output_severity(bool) </h2> <h3>Arguments</h3> <table class="table table-striped varlist"> <thead><tr><th>Type</th> <th>Intent</th><th>Optional</th> <th>Attributes</th><th></th><th>Name</th><th></th></thead> <tbody> <tr> <td><span class="anchor" id="variable-bool%7E2"></span>logical,</td> <td>intent(in)</td> <td></td> <td></td><td>::</td> <td><strong>bool</strong></td><td></td> </tr> </tbody> </table> <h3>Description</h3> <p>Set the default for severity output</p> <br> </div> </div> <hr> <footer> <div class="row"> <div class="col-md-4">&copy; 2016 </div> <div class="col-md-4"><span class="text-center"> flogging was developed by Daan van Vugt</span></div> <div class="col-md-4"> <span class="pull-right"> Documentation generated by <a href="https://github.com/cmacmackin/ford">FORD</a> </span> </div> </div> <br> </footer> </div> <!-- /container --> <!-- Bootstrap core JavaScript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> <!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> --> <script src="../js/bootstrap.min.js"></script> <!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> <script src="../js/ie10-viewport-bug-workaround.js"></script> <!-- MathJax JavaScript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> <script type="text/x-mathjax-config"> MathJax.Hub.Config({ TeX: { extensions: ['AMSmath.js','AMSsymbols.js','noErrors.js','noUndefined.js'], equationNumbers: { autoNumber: 'AMS' } }, jax: ['input/TeX','input/MathML','output/HTML-CSS'], extensions: ['tex2jax.js','mml2jax.js','MathMenu.js','MathZoom.js'], 'HTML-CSS': { styles: { '.MathJax_Display, .MathJax .mo, .MathJax .mi, .MathJax .mn': {color: '#000000 ! important'} } } }); </script> <script src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> </body> </html>
Exteris/flogging
doc/proc/log_set_output_severity.html
HTML
mit
7,758
<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">zhū cán yù suì</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/24000-24999/24073-22.html
HTML
mit
1,364
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>compcert-32: 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 / compcert-32 - 3.8</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> compcert-32 <small> 3.8 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-12-03 21:53:52 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-03 21:53:52 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.06.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.06.1 Official 4.06.1 release ocaml-config 1 OCaml Switch Configuration ocaml-secondary-compiler 4.08.1-1 OCaml 4.08.1 Secondary Switch Compiler ocamlfind 1.9.1 A library manager for OCaml ocamlfind-secondary 1.9.1 Adds support for ocaml-secondary-compiler to ocamlfind zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: &quot;2.0&quot; authors: &quot;Xavier Leroy &lt;xavier.leroy@inria.fr&gt;&quot; maintainer: &quot;Jacques-Henri Jourdan &lt;jacques-Henri.jourdan@normalesup.org&gt;&quot; homepage: &quot;http://compcert.inria.fr/&quot; dev-repo: &quot;git+https://github.com/AbsInt/CompCert.git&quot; bug-reports: &quot;https://github.com/AbsInt/CompCert/issues&quot; license: &quot;INRIA Non-Commercial License Agreement&quot; available: os != &quot;macos&quot; patches: [ &quot;0001-Configure-the-correct-archiver-to-build-runtime-libc.patch&quot; ] build: [ [&quot;./configure&quot; &quot;ia32-linux&quot; {os = &quot;linux&quot;} &quot;ia32-cygwin&quot; {os = &quot;cygwin&quot;} # This is for building a MinGW CompCert with cygwin host and cygwin target &quot;ia32-cygwin&quot; {os = &quot;win32&quot; &amp; os-distribution = &quot;cygwinports&quot;} # This is for building a 32 bit CompCert on 64 bit MinGW with cygwin build host &quot;-toolprefix&quot; {os = &quot;win32&quot; &amp; os-distribution = &quot;cygwinports&quot; &amp; arch = &quot;x86_64&quot;} &quot;i686-pc-cygwin-&quot; {os = &quot;win32&quot; &amp; os-distribution = &quot;cygwinports&quot; &amp; arch = &quot;x86_64&quot;} # The 32 bit CompCert is a variant which is installed in a non standard folder &quot;-prefix&quot; &quot;%{prefix}%/variants/compcert32&quot; &quot;-install-coqdev&quot; &quot;-clightgen&quot; &quot;-use-external-Flocq&quot; &quot;-use-external-MenhirLib&quot; &quot;-coqdevdir&quot; &quot;%{lib}%/coq-variant/compcert32/compcert&quot; &quot;-ignore-coq-version&quot;] [make &quot;-j%{jobs}%&quot; {ocaml:version &gt;= &quot;4.06&quot;}] ] install: [ [make &quot;install&quot;] ] depends: [ &quot;coq&quot; {&gt;= &quot;8.8.0&quot; &amp; &lt; &quot;8.14&quot;} &quot;menhir&quot; {&gt;= &quot;20190626&quot; &amp; &lt;= &quot;20210310&quot; } &quot;ocaml&quot; {&gt;= &quot;4.05.0&quot;} &quot;coq-flocq&quot; {&gt;= &quot;3.1.0&quot; &amp; &lt; &quot;4~&quot;} &quot;coq-menhirlib&quot; {&gt;= &quot;20190626&quot; &amp; &lt;= &quot;20210310&quot;} ] synopsis: &quot;The CompCert C compiler (32 bit)&quot; description: &quot;This package installs the 32 bit version of CompCert. For coexistence with the 64 bit version, the files are installed in: %{prefix}%/variants/compcert32/bin (ccomp and clightgen binaries) %{prefix}%/variants/compcert32/lib/compcert (C library) %{lib}%/coq-variant/compcert32/compcert (Coq library) Please note that the coq module path is compcert and not compcert32, so the files cannot be directly Required as compcert32. Instead -Q or -R options must be used to bind the compcert32 folder to the module path compcert. This is more convenient if one development supports both 32 and 64 bit versions. Otherwise all files would have to be duplicated with module paths compcert and compcert32. Please also note that the binary folder is usually not in the path.&quot; tags: [ &quot;category:Computer Science/Semantics and Compilation/Compilation&quot; &quot;category:Computer Science/Semantics and Compilation/Semantics&quot; &quot;keyword:C&quot; &quot;keyword:compiler&quot; &quot;logpath:compcert32&quot; &quot;date:2020-12-21&quot; ] url { src: &quot;https://github.com/AbsInt/CompCert/archive/v3.8.tar.gz&quot; checksum: &quot;sha512=ba669eb2098eb80ba393404f45b814113cf9e1d9497b074f7158c8e3857fdfdf72a95c7b177b1342689cf802efd7e0004356a89bb010cbbf496fca8a4f9fbda7&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-compcert-32.3.8 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-compcert-32 -&gt; coq &lt; 8.14 -&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-compcert-32.3.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.06.1-2.0.5/released/8.14.0/compcert-32/3.8.html
HTML
mit
9,523
<!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"/> <title>Lighthouse: lapack/cppequ.f File Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="tabs.css" rel="stylesheet" type="text/css" /> <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"> </div>--> <!-- end header part --> <!-- Generated by Doxygen 1.8.9.1 --> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="dir_42b7da8b2ebcfce3aea4b69198a0a9ad.html">lapack</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="#func-members">Functions/Subroutines</a> </div> <div class="headertitle"> <div class="title">cppequ.f File Reference</div> </div> </div><!--header--> <div class="contents"> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a> Functions/Subroutines</h2></td></tr> <tr class="memitem:a1d5f11bc2f4e5e824811bad7fab86076"><td class="memItemLeft" align="right" valign="top">subroutine&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="cppequ_8f.html#a1d5f11bc2f4e5e824811bad7fab86076">cppequ</a> (UPLO, N, AP, S, SCOND, AMAX, INFO)</td></tr> <tr class="memdesc:a1d5f11bc2f4e5e824811bad7fab86076"><td class="mdescLeft">&#160;</td><td class="mdescRight"><b>CPPEQU</b> <a href="#a1d5f11bc2f4e5e824811bad7fab86076">More...</a><br /></td></tr> <tr class="separator:a1d5f11bc2f4e5e824811bad7fab86076"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> <h2 class="groupheader">Function/Subroutine Documentation</h2> <a class="anchor" id="a1d5f11bc2f4e5e824811bad7fab86076"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">subroutine cppequ </td> <td>(</td> <td class="paramtype">character&#160;</td> <td class="paramname"><em>UPLO</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">integer&#160;</td> <td class="paramname"><em>N</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">complex, dimension( * )&#160;</td> <td class="paramname"><em>AP</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">real, dimension( * )&#160;</td> <td class="paramname"><em>S</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">real&#160;</td> <td class="paramname"><em>SCOND</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">real&#160;</td> <td class="paramname"><em>AMAX</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">integer&#160;</td> <td class="paramname"><em>INFO</em>&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </div><div class="memdoc"> <p><b>CPPEQU</b> </p> <p> Download CPPEQU + dependencies <a href="http://www.netlib.org/cgi-bin/netlibfiles.tgz?format=tgz&filename=/lapack/lapack_routine/cppequ.f"> [TGZ]</a> <a href="http://www.netlib.org/cgi-bin/netlibfiles.zip?format=zip&filename=/lapack/lapack_routine/cppequ.f"> [ZIP]</a> <a href="http://www.netlib.org/cgi-bin/netlibfiles.txt?format=txt&filename=/lapack/lapack_routine/cppequ.f"> [TXT]</a> </p><dl class="section user"><dt>Purpose: </dt><dd><pre class="fragment"> CPPEQU computes row and column scalings intended to equilibrate a Hermitian positive definite matrix A in packed storage and reduce its condition number (with respect to the two-norm). S contains the scale factors, S(i)=1/sqrt(A(i,i)), chosen so that the scaled matrix B with elements B(i,j)=S(i)*A(i,j)*S(j) has ones on the diagonal. This choice of S puts the condition number of B within a factor N of the smallest possible condition number over all possible diagonal scalings.</pre> </dd></dl> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramdir">[in]</td><td class="paramname">UPLO</td><td><pre class="fragment"> UPLO is CHARACTER*1 = 'U': Upper triangle of A is stored; = 'L': Lower triangle of A is stored.</pre></td></tr> <tr><td class="paramdir">[in]</td><td class="paramname">N</td><td><pre class="fragment"> N is INTEGER The order of the matrix A. N &gt;= 0.</pre></td></tr> <tr><td class="paramdir">[in]</td><td class="paramname">AP</td><td><pre class="fragment"> AP is COMPLEX array, dimension (N*(N+1)/2) The upper or lower triangle of the Hermitian matrix A, packed columnwise in a linear array. The j-th column of A is stored in the array AP as follows: if UPLO = 'U', AP(i + (j-1)*j/2) = A(i,j) for 1&lt;=i&lt;=j; if UPLO = 'L', AP(i + (j-1)*(2n-j)/2) = A(i,j) for j&lt;=i&lt;=n.</pre></td></tr> <tr><td class="paramdir">[out]</td><td class="paramname">S</td><td><pre class="fragment"> S is REAL array, dimension (N) If INFO = 0, S contains the scale factors for A.</pre></td></tr> <tr><td class="paramdir">[out]</td><td class="paramname">SCOND</td><td><pre class="fragment"> SCOND is REAL If INFO = 0, S contains the ratio of the smallest S(i) to the largest S(i). If SCOND &gt;= 0.1 and AMAX is neither too large nor too small, it is not worth scaling by S.</pre></td></tr> <tr><td class="paramdir">[out]</td><td class="paramname">AMAX</td><td><pre class="fragment"> AMAX is REAL Absolute value of largest matrix element. If AMAX is very close to overflow or very close to underflow, the matrix should be scaled.</pre></td></tr> <tr><td class="paramdir">[out]</td><td class="paramname">INFO</td><td><pre class="fragment"> INFO is INTEGER = 0: successful exit &lt; 0: if INFO = -i, the i-th argument had an illegal value &gt; 0: if INFO = i, the i-th diagonal element is nonpositive.</pre> </td></tr> </table> </dd> </dl> <dl class="section author"><dt>Author</dt><dd>Univ. of Tennessee </dd> <dd> Univ. of California Berkeley </dd> <dd> Univ. of Colorado Denver </dd> <dd> NAG Ltd. </dd></dl> <dl class="section date"><dt>Date</dt><dd>November 2011 </dd></dl> </div> </div> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Wed Apr 1 2015 16:27:43 for Lighthouse by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.9.1 </small></address> </body> </html>
LighthouseHPC/lighthouse
sandbox/lily/django_orthg/orthg/static/Doxygen/docs/html/cppequ_8f.html
HTML
mit
7,437
<html><body> <h4>Windows 10 x64 (19041.208) 2004</h4><br> <h2>_PCI_BUSMASTER_RID_TYPE</h2> <font face="arial"> BusmasterRidFromDeviceRid = 0n0<br> BusmasterRidFromBridgeRid = 0n1<br> BusmasterRidFromMultipleBridges = 0n2<br> </font></body></html>
epikcraw/ggool
public/Windows 10 x64 (19041.208) 2004/_PCI_BUSMASTER_RID_TYPE.html
HTML
mit
260
<head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>{% if page.title %}{{ page.title | escape }}{% else %}{{ site.title | escape }}{% endif %}</title> <meta name="description" content="{{ page.excerpt | default: site.description | strip_html | normalize_whitespace | truncate: 160 | escape }}"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.5.1/css/bulma.min.css"> <link rel="stylesheet" href="/assets/css/custom.css"> <style> @import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro'); </style> <link rel="canonical" href="{{ page.url | replace:'index.html','' | absolute_url }}"> <link rel="alternate" type="application/rss+xml" title="{{ site.title | escape }}" href="{{ "/feed.xml" | relative_url }}"> <link rel="shortcut icon" href="/assets/images/favicon.png"> <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha256-k2WSCIexGzOj3Euiig+TlR8gA0EmPjuc79OEeY5L45g=" crossorigin="anonymous"> </script> {% if jekyll.environment == 'production' and site.google_analytics %} {% include google-analytics.html %} {% endif %} </head>
shaonasen/shaonasen.github.io
_includes/head.html
HTML
mit
1,354
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Login Page - Photon Admin Panel Theme</title> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0"> <link rel="shortcut icon" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/js/plugins/prettify/js/plugins/prettify/images/photon/favicon.ico"/> <link rel="apple-touch-icon" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/js/plugins/prettify/js/plugins/prettify/images/photon/iosicon.png"/> <link rel="stylesheet" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/js/plugins/prettify/js/plugins/prettify/images/photon/css/css_compiled/photon-min.css?v1.1" media="all"/> <link rel="stylesheet" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/js/plugins/prettify/js/plugins/prettify/images/photon/css/css_compiled/photon-min-part2.css?v1.1" media="all"/> <link rel="stylesheet" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/js/plugins/prettify/js/plugins/prettify/images/photon/css/css_compiled/photon-responsive-min.css?v1.1" media="all"/> <!--[if IE]> <link rel="stylesheet" type="text/css" href="css/css_compiled/ie-only-min.css?v1.1" /> <![endif]--> <!--[if lt IE 9]> <link rel="stylesheet" type="text/css" href="css/css_compiled/ie8-only-min.css?v1.1" /> <script type="text/javascript" src="js/plugins/excanvas.js"></script> <script type="text/javascript" src="js/plugins/html5shiv.js"></script> <script type="text/javascript" src="js/plugins/respond.min.js"></script> <script type="text/javascript" src="js/plugins/fixFontIcons.js"></script> <![endif]--> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/jquery-ui.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/js/plugins/prettify/js/plugins/prettify/images/photon/js/bootstrap/bootstrap.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/js/plugins/prettify/js/plugins/prettify/images/photon/js/plugins/modernizr.custom.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/js/plugins/prettify/js/plugins/prettify/images/photon/js/plugins/jquery.pnotify.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/js/plugins/prettify/js/plugins/prettify/images/photon/js/plugins/less-1.3.1.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/js/plugins/prettify/js/plugins/prettify/images/photon/js/plugins/xbreadcrumbs.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/js/plugins/prettify/js/plugins/prettify/images/photon/js/plugins/jquery.maskedinput-1.3.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/js/plugins/prettify/js/plugins/prettify/images/photon/js/plugins/jquery.autotab-1.1b.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/js/plugins/prettify/js/plugins/prettify/images/photon/js/plugins/charCount.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/js/plugins/prettify/js/plugins/prettify/images/photon/js/plugins/jquery.textareaCounter.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/js/plugins/prettify/js/plugins/prettify/images/photon/js/plugins/elrte.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/js/plugins/prettify/js/plugins/prettify/images/photon/js/plugins/elrte.en.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/js/plugins/prettify/js/plugins/prettify/images/photon/js/plugins/select2.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/js/plugins/prettify/js/plugins/prettify/images/photon/js/plugins/jquery-picklist.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/js/plugins/prettify/js/plugins/prettify/images/photon/js/plugins/jquery.validate.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/js/plugins/prettify/js/plugins/prettify/images/photon/js/plugins/additional-methods.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/js/plugins/prettify/js/plugins/prettify/images/photon/js/plugins/jquery.form.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/js/plugins/prettify/js/plugins/prettify/images/photon/js/plugins/jquery.metadata.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/js/plugins/prettify/js/plugins/prettify/images/photon/js/plugins/jquery.mockjax.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/js/plugins/prettify/js/plugins/prettify/images/photon/js/plugins/jquery.uniform.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/js/plugins/prettify/js/plugins/prettify/images/photon/js/plugins/jquery.tagsinput.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/js/plugins/prettify/js/plugins/prettify/images/photon/js/plugins/jquery.rating.pack.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/js/plugins/prettify/js/plugins/prettify/images/photon/js/plugins/farbtastic.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/js/plugins/prettify/js/plugins/prettify/images/photon/js/plugins/jquery.timeentry.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/js/plugins/prettify/js/plugins/prettify/images/photon/js/plugins/jquery.dataTables.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/js/plugins/prettify/js/plugins/prettify/images/photon/js/plugins/jquery.jstree.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/js/plugins/prettify/js/plugins/prettify/images/photon/js/plugins/dataTables.bootstrap.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/js/plugins/prettify/js/plugins/prettify/images/photon/js/plugins/jquery.mousewheel.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/js/plugins/prettify/js/plugins/prettify/images/photon/js/plugins/jquery.mCustomScrollbar.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/js/plugins/prettify/js/plugins/prettify/images/photon/js/plugins/jquery.flot.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/js/plugins/prettify/js/plugins/prettify/images/photon/js/plugins/jquery.flot.stack.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/js/plugins/prettify/js/plugins/prettify/images/photon/js/plugins/jquery.flot.pie.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/js/plugins/prettify/js/plugins/prettify/images/photon/js/plugins/jquery.flot.resize.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/js/plugins/prettify/js/plugins/prettify/images/photon/js/plugins/raphael.2.1.0.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/js/plugins/prettify/js/plugins/prettify/images/photon/js/plugins/justgage.1.0.1.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/js/plugins/prettify/js/plugins/prettify/images/photon/js/plugins/jquery.qrcode.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/js/plugins/prettify/js/plugins/prettify/images/photon/js/plugins/jquery.clock.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/js/plugins/prettify/js/plugins/prettify/images/photon/js/plugins/jquery.countdown.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/js/plugins/prettify/js/plugins/prettify/images/photon/js/plugins/jquery.jqtweet.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/js/plugins/prettify/js/plugins/prettify/images/photon/js/plugins/jquery.cookie.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/js/plugins/prettify/js/plugins/prettify/images/photon/js/plugins/bootstrap-fileupload.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/js/plugins/prettify/js/plugins/prettify/images/photon/js/plugins/prettify/prettify.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/js/plugins/prettify/js/plugins/prettify/images/photon/js/plugins/bootstrapSwitch.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/js/plugins/prettify/js/plugins/prettify/images/photon/js/plugins/mfupload.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/js/plugins/prettify/js/plugins/prettify/images/photon/js/common.js"></script> </head> <body class="body-login"> <div class="nav-fixed-topright" style="visibility: hidden"> <ul class="nav nav-user-menu"> <li class="user-sub-menu-container"> <a href="javascript:;"> <i class="user-icon"></i><span class="nav-user-selection">Theme Options</span><i class="icon-menu-arrow"></i> </a> <ul class="nav user-sub-menu"> <li class="light"> <a href="javascript:;"> <i class='icon-photon stop'></i>Light Version </a> </li> <li class="dark"> <a href="javascript:;"> <i class='icon-photon stop'></i>Dark Version </a> </li> </ul> </li> <li> <a href="javascript:;"> <i class="icon-photon mail"></i> </a> </li> <li> <a href="javascript:;"> <i class="icon-photon comment_alt2_stroke"></i> <div class="notification-count">12</div> </a> </li> </ul> </div> <script> $(function(){ setTimeout(function(){ $('.nav-fixed-topright').removeAttr('style'); }, 300); $(window).scroll(function(){ if($('.breadcrumb-container').length){ var scrollState = $(window).scrollTop(); if (scrollState > 0) $('.nav-fixed-topright').addClass('nav-released'); else $('.nav-fixed-topright').removeClass('nav-released') } }); $('.user-sub-menu-container').on('click', function(){ $(this).toggleClass('active-user-menu'); }); $('.user-sub-menu .light').on('click', function(){ if ($('body').is('.light-version')) return; $('body').addClass('light-version'); setTimeout(function() { $.cookie('themeColor', 'light', { expires: 7, path: '/' }); }, 500); }); $('.user-sub-menu .dark').on('click', function(){ if ($('body').is('.light-version')) { $('body').removeClass('light-version'); $.cookie('themeColor', 'dark', { expires: 7, path: '/' }); } }); }); </script> <div class="container-login"> <div class="form-centering-wrapper"> <div class="form-window-login"> <div class="form-window-login-logo"> <div class="login-logo"> <img src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/js/plugins/prettify/js/plugins/prettify/images/photon/images/photon/login-logo@2x.png" alt="Photon UI"/> </div> <h2 class="login-title">Welcome to Photon UI!</h2> <div class="login-member">Not a Member?&nbsp;<a href="login-logo@2x.png.html#">Sign Up &#187;</a> <a href="login-logo@2x.png.html#" class="btn btn-facebook"><i class="icon-fb"></i>Login with Facebook<i class="icon-fb-arrow"></i></a> </div> <div class="login-or">Or</div> <div class="login-input-area"> <form method="POST" action="dashboard.php"> <span class="help-block">Login With Your Photon Account</span> <input type="text" name="email" placeholder="Email"> <input type="password" name="password" placeholder="Password"> <button type="submit" class="btn btn-large btn-success btn-login">Login</button> </form> <a href="login-logo@2x.png.html#" class="forgot-pass">Forgot Your Password?</a> </div> </div> </div> </div> </div> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-1936460-27']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> </body> </html>
user-tony/photon-rails
lib/assets/css/css_compiled/@{photonImagePath}plugins/elrte/js/plugins/js/plugins/prettify/js/plugins/prettify/images/photon/login-logo@2x.png.html
HTML
mit
15,991
<div class="container" ng-controller="statesReviewController"> <div class="row"> <div class="col-sm-offset-3 col-sm-6"> <div class="input-group input-lg"> <input type="text" class="form-control input-lg" ng-change="clearStateSelection()" ng-model="searchTerm" placeholder="Search States, Abbreviations, Capitals and Regions"> <div class="input-group-addon" ng-click="clearSearch()">&times;</div> </div> </div> </div> <div class="row text-center"> <svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" id="svg2" viewBox="1 1 286 186" height="400" y="0.0000000" x="0.0000000"> <path data-ng-repeat="state in states" class="state outline" ng-attr-d="{{state.svg}}"></path> <path data-ng-repeat="state in states | filter: filterStatesList" id="{{state.abbreviation}}_1_" class="state" data-ng-class="{'selected':currentState.abbreviation == state.abbreviation }" data-ng-click="selectState( state )" ng-attr-d="{{state.svg}}"></path> </svg> </div> <div class="row"> <h3 ng-hide="!currentState" class="text-center">{{currentState.name}}<small>&nbsp;[{{currentState.abbreviation}}]&nbsp;{{currentState.capital}}</small></h3> </div> <div class="row"> <div style="height:300px; overflow:scroll"> <table class="table"> <thead> <th>Name</th> <th>Abbreviation</th> <th>Capital</th> <th>Region</th> </thead> <tbody> <tr ng-repeat="state in states | filter: filterStatesList" ng-click="selectState( state )" ng-class="{selected: (currentState.abbreviation == state.abbreviation )}"> <td><a href="#{{state.abbrevaiton}}"></a>{{state.name}}</td> <td>{{state.abbreviation}}</td> <td>{{state.capital}}</td> <td>{{state.region}}</td> </tr> </tbody> </table> </div> </div> </div>
roy-selig/the-50-states
app/partials/states-review.html
HTML
mit
1,957
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_111) on Thu Mar 16 20:08:30 EET 2017 --> <title>spaceinvaders.client.mvc Class Hierarchy</title> <meta name="date" content="2017-03-16"> <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="spaceinvaders.client.mvc Class Hierarchy"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li class="navBarCell1Rev">Tree</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="../../../spaceinvaders/client/gui/entities/package-tree.html">Prev</a></li> <li><a href="../../../spaceinvaders/client/network/package-tree.html">Next</a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?spaceinvaders/client/mvc/package-tree.html" target="_top">Frames</a></li> <li><a href="package-tree.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> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 class="title">Hierarchy For Package spaceinvaders.client.mvc</h1> <span class="packageHierarchyLabel">Package Hierarchies:</span> <ul class="horizontal"> <li><a href="../../../overview-tree.html">All Packages</a></li> </ul> </div> <div class="contentContainer"> <h2 title="Class Hierarchy">Class Hierarchy</h2> <ul> <li type="circle">java.lang.Object <ul> <li type="circle">spaceinvaders.client.mvc.<a href="../../../spaceinvaders/client/mvc/GameController.html" title="class in spaceinvaders.client.mvc"><span class="typeNameLink">GameController</span></a> (implements spaceinvaders.client.mvc.<a href="../../../spaceinvaders/client/mvc/Controller.html" title="interface in spaceinvaders.client.mvc">Controller</a>)</li> <li type="circle">spaceinvaders.client.mvc.<a href="../../../spaceinvaders/client/mvc/GameModel.html" title="class in spaceinvaders.client.mvc"><span class="typeNameLink">GameModel</span></a> (implements spaceinvaders.client.mvc.<a href="../../../spaceinvaders/client/mvc/Model.html" title="interface in spaceinvaders.client.mvc">Model</a>)</li> <li type="circle">spaceinvaders.client.mvc.<a href="../../../spaceinvaders/client/mvc/GameView.html" title="class in spaceinvaders.client.mvc"><span class="typeNameLink">GameView</span></a> (implements spaceinvaders.client.mvc.<a href="../../../spaceinvaders/client/mvc/View.html" title="interface in spaceinvaders.client.mvc">View</a>)</li> </ul> </li> </ul> <h2 title="Interface Hierarchy">Interface Hierarchy</h2> <ul> <li type="circle">java.util.concurrent.Callable&lt;V&gt; <ul> <li type="circle">spaceinvaders.utility.<a href="../../../spaceinvaders/utility/Service.html" title="interface in spaceinvaders.utility"><span class="typeNameLink">Service</span></a>&lt;T&gt; <ul> <li type="circle">spaceinvaders.client.mvc.<a href="../../../spaceinvaders/client/mvc/Model.html" title="interface in spaceinvaders.client.mvc"><span class="typeNameLink">Model</span></a></li> </ul> </li> </ul> </li> <li type="circle">java.util.Observer <ul> <li type="circle">spaceinvaders.client.mvc.<a href="../../../spaceinvaders/client/mvc/Controller.html" title="interface in spaceinvaders.client.mvc"><span class="typeNameLink">Controller</span></a></li> </ul> </li> <li type="circle">spaceinvaders.client.mvc.<a href="../../../spaceinvaders/client/mvc/View.html" title="interface in spaceinvaders.client.mvc"><span class="typeNameLink">View</span></a></li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li class="navBarCell1Rev">Tree</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="../../../spaceinvaders/client/gui/entities/package-tree.html">Prev</a></li> <li><a href="../../../spaceinvaders/client/network/package-tree.html">Next</a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?spaceinvaders/client/mvc/package-tree.html" target="_top">Frames</a></li> <li><a href="package-tree.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> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
apetenchea/SpaceInvaders
doc/spaceinvaders/client/mvc/package-tree.html
HTML
mit
6,401
<!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.5"/> <title>DRDSP: DRDSP::PolyharmonicSpline&lt; 7 &gt; Struct Template Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { searchBox.OnSelectItem(0); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">DRDSP </div> <div id="projectbrief">Dimensionality Reduction for Dynamical Systems with Parameters</div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.5 --> <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> <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="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> <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>Namespaces</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><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark">&#160;</span>Typedefs</a></div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="namespace_d_r_d_s_p.html">DRDSP</a></li><li class="navelem"><a class="el" href="struct_d_r_d_s_p_1_1_polyharmonic_spline_3_017_01_4.html">PolyharmonicSpline< 7 ></a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="#pub-methods">Public Member Functions</a> &#124; <a href="struct_d_r_d_s_p_1_1_polyharmonic_spline_3_017_01_4-members.html">List of all members</a> </div> <div class="headertitle"> <div class="title">DRDSP::PolyharmonicSpline&lt; 7 &gt; Struct Template Reference</div> </div> </div><!--header--> <div class="contents"> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a> Public Member Functions</h2></td></tr> <tr class="memitem:a7c3e3d056498269d5c3ba22311091e7b"><td class="memTemplParams" colspan="2"><a class="anchor" id="a7c3e3d056498269d5c3ba22311091e7b"></a> template&lt;typename T &gt; </td></tr> <tr class="memitem:a7c3e3d056498269d5c3ba22311091e7b"><td class="memTemplItemLeft" align="right" valign="top">T&#160;</td><td class="memTemplItemRight" valign="bottom"><b>operator()</b> (T r) const </td></tr> <tr class="separator:a7c3e3d056498269d5c3ba22311091e7b"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:af4723f77839c9789889edfbdfb1768d4"><td class="memTemplParams" colspan="2"><a class="anchor" id="af4723f77839c9789889edfbdfb1768d4"></a> template&lt;typename T &gt; </td></tr> <tr class="memitem:af4723f77839c9789889edfbdfb1768d4"><td class="memTemplItemLeft" align="right" valign="top">T&#160;</td><td class="memTemplItemRight" valign="bottom"><b>Derivative</b> (T r) const </td></tr> <tr class="separator:af4723f77839c9789889edfbdfb1768d4"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> <hr/>The documentation for this struct was generated from the following file:<ul> <li>include/DRDSP/dynamics/<a class="el" href="polyharmonic__spline_8h_source.html">polyharmonic_spline.h</a></li> </ul> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Sat Oct 25 2014 21:51:18 for DRDSP by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.5 </small></address> </body> </html>
cwzx/DRDSP
docs/doxygen/html/struct_d_r_d_s_p_1_1_polyharmonic_spline_3_017_01_4.html
HTML
mit
6,665
<!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_40) on Mon Feb 01 17:13:29 CST 2016 --> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>S-Index</title> <meta name="date" content="2016-02-01"> <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="S-Index"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../ServerInterface/package-summary.html">Package</a></li> <li>Class</li> <li><a href="../ServerInterface/package-tree.html">Tree</a></li> <li><a href="../deprecated-list.html">Deprecated</a></li> <li class="navBarCell1Rev">Index</li> <li><a href="../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="index-11.html">Prev Letter</a></li> <li><a href="index-13.html">Next Letter</a></li> </ul> <ul class="navList"> <li><a href="../index.html?index-files/index-12.html" target="_top">Frames</a></li> <li><a href="index-12.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> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="contentContainer"><a href="index-1.html">E</a>&nbsp;<a href="index-2.html">G</a>&nbsp;<a href="index-3.html">H</a>&nbsp;<a href="index-4.html">I</a>&nbsp;<a href="index-5.html">L</a>&nbsp;<a href="index-6.html">M</a>&nbsp;<a href="index-7.html">N</a>&nbsp;<a href="index-8.html">O</a>&nbsp;<a href="index-9.html">P</a>&nbsp;<a href="index-10.html">Q</a>&nbsp;<a href="index-11.html">R</a>&nbsp;<a href="index-12.html">S</a>&nbsp;<a href="index-13.html">T</a>&nbsp;<a name="I:S"> <!-- --> </a> <h2 class="title">S</h2> <dl> <dt><span class="memberNameLink"><a href="../ServerInterface/PlayerInfo.html#score">score</a></span> - Variable in class ServerInterface.<a href="../ServerInterface/PlayerInfo.html" title="class in ServerInterface">PlayerInfo</a></dt> <dd> <div class="block">分数<br> 指玩家玩游戏的总分,存在数据库<br> 暂定赢一盘加2分,输一盘减1分,平局得1分</div> </dd> <dt><span class="memberNameLink"><a href="../ServerInterface/OriginInterface.html#sengMessage-java.lang.String-">sengMessage(String)</a></span> - Method in class ServerInterface.<a href="../ServerInterface/OriginInterface.html" title="class in ServerInterface">OriginInterface</a></dt> <dd> <div class="block">发送消息<br> 向服务器发送 SEND_MESSAGE#消息内容</div> </dd> <dt><a href="../ServerInterface/package-summary.html">ServerInterface</a> - package ServerInterface</dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ServerInterface/TableInfo.html#stringToTableInfoArray-java.lang.String-">stringToTableInfoArray(String)</a></span> - Static method in class ServerInterface.<a href="../ServerInterface/TableInfo.html" title="class in ServerInterface">TableInfo</a></dt> <dd>&nbsp;</dd> </dl> <a href="index-1.html">E</a>&nbsp;<a href="index-2.html">G</a>&nbsp;<a href="index-3.html">H</a>&nbsp;<a href="index-4.html">I</a>&nbsp;<a href="index-5.html">L</a>&nbsp;<a href="index-6.html">M</a>&nbsp;<a href="index-7.html">N</a>&nbsp;<a href="index-8.html">O</a>&nbsp;<a href="index-9.html">P</a>&nbsp;<a href="index-10.html">Q</a>&nbsp;<a href="index-11.html">R</a>&nbsp;<a href="index-12.html">S</a>&nbsp;<a href="index-13.html">T</a>&nbsp;</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../ServerInterface/package-summary.html">Package</a></li> <li>Class</li> <li><a href="../ServerInterface/package-tree.html">Tree</a></li> <li><a href="../deprecated-list.html">Deprecated</a></li> <li class="navBarCell1Rev">Index</li> <li><a href="../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="index-11.html">Prev Letter</a></li> <li><a href="index-13.html">Next Letter</a></li> </ul> <ul class="navList"> <li><a href="../index.html?index-files/index-12.html" target="_top">Frames</a></li> <li><a href="index-12.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> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
JavaAndroidBigProject/JavaAndroidBigProject.github.io
index-files/index-12.html
HTML
mit
5,837
<!-- Generated by pkgdown: do not edit by hand --> <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Map a TS object — mapTs • geoChronR</title> <!-- favicons --> <link rel="icon" type="image/png" sizes="16x16" href="../favicon-16x16.png"> <link rel="icon" type="image/png" sizes="32x32" href="../favicon-32x32.png"> <link rel="apple-touch-icon" type="image/png" sizes="180x180" href="../apple-touch-icon.png" /> <link rel="apple-touch-icon" type="image/png" sizes="120x120" href="../apple-touch-icon-120x120.png" /> <link rel="apple-touch-icon" type="image/png" sizes="76x76" href="../apple-touch-icon-76x76.png" /> <link rel="apple-touch-icon" type="image/png" sizes="60x60" href="../apple-touch-icon-60x60.png" /> <!-- jquery --> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script> <!-- Bootstrap --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.4.1/css/bootstrap.min.css" integrity="sha256-bZLfwXAP04zRMK2BjiO8iu9pf4FbLqX6zitd+tIvLhE=" crossorigin="anonymous" /> <script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.4.1/js/bootstrap.min.js" integrity="sha256-nuL8/2cJ5NDSSwnKD8VqreErSWHtnEP9E7AySL+1ev4=" crossorigin="anonymous"></script> <!-- bootstrap-toc --> <link rel="stylesheet" href="../bootstrap-toc.css"> <script src="../bootstrap-toc.js"></script> <!-- Font Awesome icons --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/css/all.min.css" integrity="sha256-mmgLkCYLUQbXn0B1SRqzHar6dCnv9oZFPEC1g1cwlkk=" crossorigin="anonymous" /> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/css/v4-shims.min.css" integrity="sha256-wZjR52fzng1pJHwx4aV2AO3yyTOXrcDW7jBpJtTwVxw=" crossorigin="anonymous" /> <!-- clipboard.js --> <script src="https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/2.0.6/clipboard.min.js" integrity="sha256-inc5kl9MA1hkeYUt+EC3BhlIgyp/2jDIyBLS6k3UxPI=" crossorigin="anonymous"></script> <!-- headroom.js --> <script src="https://cdnjs.cloudflare.com/ajax/libs/headroom/0.11.0/headroom.min.js" integrity="sha256-AsUX4SJE1+yuDu5+mAVzJbuYNPHj/WroHuZ8Ir/CkE0=" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/headroom/0.11.0/jQuery.headroom.min.js" integrity="sha256-ZX/yNShbjqsohH1k95liqY9Gd8uOiE1S4vZc+9KQ1K4=" crossorigin="anonymous"></script> <!-- pkgdown --> <link href="../pkgdown.css" rel="stylesheet"> <script src="../pkgdown.js"></script> <!-- docsearch --> <script src="../docsearch.js"></script> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/docsearch.js/2.6.3/docsearch.min.css" integrity="sha256-QOSRU/ra9ActyXkIBbiIB144aDBdtvXBcNc3OTNuX/Q=" crossorigin="anonymous" /> <link href="../docsearch.css" rel="stylesheet"> <script src="https://cdnjs.cloudflare.com/ajax/libs/mark.js/8.11.1/jquery.mark.min.js" integrity="sha256-4HLtjeVgH0eIB3aZ9mLYF6E8oU5chNdjU6p6rrXpl9U=" crossorigin="anonymous"></script> <meta property="og:title" content="Map a TS object — mapTs" /> <meta property="og:description" content="Create a stamen or line map of the location of a list of LiPD objects" /> <meta property="og:image" content="https://nickmckay.github.io/geoChronR/logo.svg" /> <!-- mathjax --> <script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js" integrity="sha256-nvJJv9wWKEm88qvoQl9ekL2J+k/RWIsaSScxxlsrv8k=" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/config/TeX-AMS-MML_HTMLorMML.js" integrity="sha256-84DKXVJXs0/F8OTMzX4UR909+jtl4G7SPypPavF+GfA=" crossorigin="anonymous"></script> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body data-spy="scroll" data-target="#toc"> <div class="container template-reference-topic"> <header> <div class="navbar navbar-default navbar-fixed-top" role="navigation"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <span class="navbar-brand"> <a class="navbar-link" href="../index.html">geoChronR</a> <span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">1.1.3</span> </span> </div> <div id="navbar" class="navbar-collapse collapse"> <ul class="nav navbar-nav"> <li> <a href="../index.html"> <span class="fas fa-home fa-lg"></span> </a> </li> <li> <a href="../reference/index.html">Reference</a> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"> Tutorials <span class="caret"></span> </a> <ul class="dropdown-menu" role="menu"> <li class="divider"></li> <li class="dropdown-header">Getting Started With geoChronR</li> <li> <a href="../articles/Introduction.html">Introduction to geoChronR</a> </li> <li> <a href="../articles/correlation.html">Ensemble Correlation</a> </li> <li> <a href="../articles/regression.html">Ensemble Regression</a> </li> <li> <a href="../articles/spectral_analysis.html">Spectral Analysis</a> </li> <li> <a href="../articles/PCA.html">Ensemble Principal Components Analysis</a> </li> <li class="divider"></li> <li class="dropdown-header">Tutorials highlighting additional geoChronR use cases</li> <li> <a href="../articles/oxCal.html">Introduction to oxCal in geoChronR</a> </li> <li> <a href="../articles/PlotTimeseriesStack.html">Plot a stack of timeseries</a> </li> <li> <a href="../articles/TsFilteringAndMapping.html">Dataset filtering and mapping (with iso2k)</a> </li> <li> <a href="../articles/tidyIso2k.html">Tidy filtering and mapping (with tidyverse &amp; iso2k)</a> </li> </ul> </li> <li> <a href="../news/index.html">Changelog</a> </li> </ul> <ul class="nav navbar-nav navbar-right"> <li> <a href="https://github.com/nickmckay/GeoChronR/"> <span class="fab fa-github fa-lg"></span> </a> </li> </ul> <form class="navbar-form navbar-right hidden-xs hidden-sm" role="search"> <div class="form-group"> <input type="search" class="form-control" name="search-input" id="search-input" placeholder="Search..." aria-label="Search for..." autocomplete="off"> </div> </form> </div><!--/.nav-collapse --> </div><!--/.container --> </div><!--/.navbar --> </header> <div class="row"> <div class="col-md-9 contents"> <div class="page-header"> <h1>Map a TS object</h1> <small class="dont-index">Source: <a href='https://github.com/nickmckay/GeoChronR/blob/master/R/mapping.functions.R'><code>R/mapping.functions.R</code></a></small> <div class="hidden name"><code>mapTs.Rd</code></div> </div> <div class="ref-description"> <p>Create a stamen or line map of the location of a list of LiPD objects</p> </div> <pre class="usage"><span class='fu'>mapTs</span><span class='op'>(</span> <span class='va'>TS</span>, color <span class='op'>=</span> <span class='st'>"archiveType"</span>, size <span class='op'>=</span> <span class='fl'>6</span>, shape <span class='op'>=</span> <span class='fl'>16</span>, lat.range <span class='op'>=</span> <span class='cn'>NA</span>, lon.range <span class='op'>=</span> <span class='cn'>NA</span>, <span class='va'>...</span> <span class='op'>)</span></pre> <h2 class="hasAnchor" id="arguments"><a class="anchor" href="#arguments"></a>Arguments</h2> <table class="ref-arguments"> <colgroup><col class="name" /><col class="desc" /></colgroup> <tr> <th>TS</th> <td><p>A list of LiPD objects</p></td> </tr> <tr> <th>color</th> <td><p>variable (in TS) by which to color, or a string specifying a static ggplot color</p></td> </tr> <tr> <th>size</th> <td><p>Size of the location marker</p></td> </tr> <tr> <th>shape</th> <td><p>variable (in TS) by which to adjust shape, or an integer specifying a static ggplot shape</p></td> </tr> <tr> <th>lat.range</th> <td><p>Latitudes to use to create baseMap range (default = NA, which determines from TS)</p></td> </tr> <tr> <th>lon.range</th> <td><p>Longitudes to use to create baseMap range (default = NA, which determines from TS)</p></td> </tr> <tr> <th>...</th> <td><p>Arguments passed on to <code><a href='baseMap.html'>baseMap</a></code></p><dl> <dt><code>lat</code></dt><dd><p>latitude(s) range to map</p></dd> <dt><code>lon</code></dt><dd><p>longitude(s) range to map</p></dd> <dt><code>map.type</code></dt><dd><p>"stamen" or "line"</p></dd> <dt><code>f</code></dt><dd><p>buffer for the map range</p></dd> <dt><code>restrict.map.range</code></dt><dd><p>TRUE or FALSE. Trim the size of the map to the points, for "line" map type</p></dd> <dt><code>bound.circ</code></dt><dd><p>Draw a boundary circle around a polar projection. TRUE or FALSE(default).</p></dd> <dt><code>global</code></dt><dd><p>Should the scope of the map be global? TRUE or FALSE(default).</p></dd> <dt><code>projection</code></dt><dd><p>Map project. All options on: ?mapproject</p></dd> <dt><code>extend.range</code></dt><dd><p>increase the span of the map by this much (lat/long degrees)</p></dd> </dl></td> </tr> </table> <h2 class="hasAnchor" id="value"><a class="anchor" href="#value"></a>Value</h2> <p>ggmap object</p> <h2 class="hasAnchor" id="long-form-example"><a class="anchor" href="#long-form-example"></a>Long-form example</h2> <p><a href='http://nickmckay.github.io/GeoChronR/articles/TsFilteringAndMapping.html'>View a full-fledged example of how to use this function.</a></p> <h2 class="hasAnchor" id="see-also"><a class="anchor" href="#see-also"></a>See also</h2> <div class='dont-index'><p>Other mapping: <code><a href='baseMap.html'>baseMap</a>()</code>, <code><a href='mapLipd.html'>mapLipd</a>()</code></p></div> <h2 class="hasAnchor" id="author"><a class="anchor" href="#author"></a>Author</h2> <p>Nick McKay</p> </div> <div class="col-md-3 hidden-xs hidden-sm" id="pkgdown-sidebar"> <nav id="toc" data-toggle="toc" class="sticky-top"> <h2 data-toc-skip>Contents</h2> </nav> </div> </div> <footer> <div class="copyright"> <p>Developed by Nicholas McKay, Julien Emile-Geay, Deborah Khider.</p> </div> <div class="pkgdown"> <p>Site built with <a href="https://pkgdown.r-lib.org/">pkgdown</a> 1.6.1.</p> </div> </footer> </div> <script src="https://cdnjs.cloudflare.com/ajax/libs/docsearch.js/2.6.1/docsearch.min.js" integrity="sha256-GKvGqXDznoRYHCwKXGnuchvKSwmx9SRMrZOTh2g4Sb0=" crossorigin="anonymous"></script> <script> docsearch({ apiKey: '21c1c99b27cf4a45be9f8db70183f6c7', indexName: 'lipd-utilities', inputSelector: 'input#search-input.form-control', transformData: function(hits) { return hits.map(function (hit) { hit.url = updateHitURL(hit); return hit; }); } }); </script> </body> </html>
nickmckay/GeoChronR
docs/reference/mapTs.html
HTML
mit
11,924
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Function template make_unique_nothrow</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="../../index.html" title="Chapter&#160;1.&#160;Boost.Move"> <link rel="up" href="../../move/reference.html#header.boost.move.make_unique_hpp" title="Header &lt;boost/move/make_unique.hpp&gt;"> <link rel="prev" href="make_unique_def_idp8325904.html" title="Function template make_unique_definit"> <link rel="next" href="make_unique_not_idp8334480.html" title="Function template make_unique_nothrow_definit"> </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="make_unique_def_idp8325904.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../move/reference.html#header.boost.move.make_unique_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="make_unique_not_idp8334480.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="refentry"> <a name="boost.movelib.make_unique_not_idp8330192"></a><div class="titlepage"></div> <div class="refnamediv"> <h2><span class="refentrytitle">Function template make_unique_nothrow</span></h2> <p>boost::movelib::make_unique_nothrow</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="../../move/reference.html#header.boost.move.make_unique_hpp" title="Header &lt;boost/move/make_unique.hpp&gt;">boost/move/make_unique.hpp</a>&gt; </span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> T<span class="special">,</span> <span class="keyword">class</span><span class="special">...</span> Args<span class="special">&gt;</span> <span class="identifier">unspecified</span> <span class="identifier">make_unique_nothrow</span><span class="special">(</span><span class="identifier">Args</span> <span class="special">&amp;&amp;</span> ...<span class="special">)</span><span class="special">;</span></pre></div> <div class="refsect1"> <a name="idp8825664"></a><h2>Description</h2> <p><span class="bold"><strong>Remarks</strong></span>: This function shall not participate in overload resolution unless T is an array of known bound. </p> </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; 2008-2014 Ion Gaztanaga<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="make_unique_def_idp8325904.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../move/reference.html#header.boost.move.make_unique_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="make_unique_not_idp8334480.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
calvinfarias/IC2015-2
BOOST/boost_1_61_0/libs/move/doc/html/boost/movelib/make_unique_not_idp8330192.html
HTML
mit
4,425
<div class="courses-list__course-card" ng-click="courseCard.goToCourse(course)"> <h3>{{ course.name }}</h3> <p>{{ course.description }}</p> <p>{{ course.startsOn | date }} - {{ course.endsOn | date }}</p> </div>
psenchanka/comant
comant-client/src/blocks/courses-list/course-card/course-card.html
HTML
mit
223
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_29) on Sun Dec 11 02:02:00 EET 2011 --> <TITLE> Uses of Class edu.cmu.cs.stage3.alice.authoringtool.dialog.NewVariableContentPane </TITLE> <META NAME="date" CONTENT="2011-12-11"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class edu.cmu.cs.stage3.alice.authoringtool.dialog.NewVariableContentPane"; } } </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="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../edu/cmu/cs/stage3/alice/authoringtool/dialog/NewVariableContentPane.html" title="class in edu.cmu.cs.stage3.alice.authoringtool.dialog"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&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-files/index-1.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;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../../../index.html?edu/cmu/cs/stage3/alice/authoringtool/dialog//class-useNewVariableContentPane.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="NewVariableContentPane.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> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Class<br>edu.cmu.cs.stage3.alice.authoringtool.dialog.NewVariableContentPane</B></H2> </CENTER> No usage of edu.cmu.cs.stage3.alice.authoringtool.dialog.NewVariableContentPane <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../edu/cmu/cs/stage3/alice/authoringtool/dialog/NewVariableContentPane.html" title="class in edu.cmu.cs.stage3.alice.authoringtool.dialog"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&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-files/index-1.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;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../../../index.html?edu/cmu/cs/stage3/alice/authoringtool/dialog//class-useNewVariableContentPane.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="NewVariableContentPane.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> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML>
ai-ku/langvis
doc/edu/cmu/cs/stage3/alice/authoringtool/dialog/class-use/NewVariableContentPane.html
HTML
mit
6,367
<!DOCTYPE html> <HTML><HEAD><TITLE>Man page of TCPDUMP</TITLE> <meta charset="utf-8"> <link rel="stylesheet" href="/css/main.css" type="text/css"> </head> <body> <header class="site-header"> <div class="wrap"> <div class="site-title"><a href="/manpages-zh/index.html">linux manpages 中文版</a></div> <div class="site-description">{"type":"documentation"}</div> </div> </header> <div class="page-content"><div class="wrap"> <H1>TCPDUMP</H1> Section: Maintenance Commands (8)<BR>Updated: 30 June 1997<BR><A HREF="#index">Index</A> <A HREF="/manpages-zh/index.html">Return to Main Contents</A><HR> <A NAME="lbAB">&nbsp;</A> <H2>NAME</H2> tcpdump - 转储网络上的数据流 <A NAME="lbAC">&nbsp;</A> <H2>总览 (SYNOPSIS)</H2> <B>tcpdump</B> [ <B>-adeflnNOpqStvx</B> ] [ <B>-c</B> <I>count</I> ] [ <B>-F</B> <I>file</I> ] <BR> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [ <B>-i</B> <I>interface</I> ] [ <B>-r</B> <I>file</I> ] [ <B>-s</B> <I>snaplen</I> ] <BR> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [ <B>-T</B> <I>type</I> ] [ <B>-w</B> <I>file</I> ] [ <I>expression</I> ] <BR> <A NAME="lbAD">&nbsp;</A> <H2>描述 (DESCRIPTION)</H2> <P> <I>Tcpdump</I> 打印出 在某个 网络界面 上, 匹配 布尔表达式 <I>expression</I> 的报文 的 报头. <P> <B>对于 SunOS 的 nit 或 bpf 界面:</B> 要 运行 <I>tcpdump ,</I> 你 必须 有 <I>/dev/nit</I> 或 <I>/dev/bpf*</I> 的 读访问 权限. <P> <B>对于 Solaris 的 dlpi:</B> 你 必须 有 网络仿真设备 (network pseudo device), 如 <I>/dev/le</I> 的 读访问 权限. <P> <B>对于 HP-UX 的 dlpi:</B> 你 必须 是 root, 或者 把它 安装成 root 的 设置uid 程序. <P> <B>对于 IRIX 的 snoop:</B> 你 必须 是 root, 或者 把它 安装成 root 的 设置uid 程序. <P> <B>对于 Linux:</B> 你 必须 是 root, 或者 把它 安装成 root 的 设置uid 程序. <P> <B>对于 Ultrix 和 Digital UNIX:</B> 一旦 超级用户 使用 <I><A HREF="/manpages-zh/index.html?8+pfconfig">pfconfig</A></I>(8) 开放了 promiscuous 操作模式 (promiscuous-mode), 任何用户 都可以 运行 <B>tcpdump</B>. <P> <B>对于 BSD:</B> 你 必须 有 <I>/dev/bpf*</I> 的 读访问 权限. <P> <A NAME="lbAE">&nbsp;</A> <H2>选项 (OPTIONS)</H2> <DL COMPACT> <DT><B>-a</B> <DD> 试着 把 网络和广播地址 转换成 名称. <DT><B>-c</B> <DD> 当 收到 <I>count</I> 报文 后 退出. <DT><B>-d</B> <DD> 把 编译好的 报文匹配代码 (packet-matching code) 翻译成 可读形式, 传往 标准输出, 然后退出. <DT><B>-dd</B> <DD> 把 报文匹配代码 (packet-matching code) 以 <B>C</B> 程序片断 的 形式 输出. <DT><B>-ddd</B> <DD> 把 报文匹配代码 (packet-matching code) 以 十进制数 形式 输出 (前面 加上 总数). <DT><B>-e</B> <DD> 显示 链路层报头. <DT><B>-f</B> <DD> 以 数字形式 显示 '外部的' 互联网地址, 而不是 字符形式 (这个 选项 用来 绕开 脑壳坏光的 SUN 黄页服务器 的 问题 --- 一般说来 当它 翻译 外部网络 的 数字地址 时 会长期挂起). <DT><B>-F</B> <DD> 把 <I>file</I> 的内容 用作 过滤表达式. 忽略 命令行 上 的 表达式. <DT><B>-i</B> <DD> 监听 <I>interface</I>. 如果 不指定 接口, <I>tcpdump</I> 在 系统 的 接口 清单 中, 寻找 号码最小, 已经 配置好的 接口 (loopback 除外). 选中的时候 会 中断 连接. <DT><B>-l</B> <DD> 行缓冲 标准输出. 可用于 捕捉 数据 的 同时 查看 数据. 例如, <BR> ``tcpdump&nbsp;&nbsp;-l&nbsp;&nbsp;|&nbsp;&nbsp;tee dat'' or ``tcpdump&nbsp;&nbsp;-l &nbsp;&nbsp;&gt; dat&nbsp;&nbsp;&amp;&nbsp;&nbsp;tail&nbsp;&nbsp;-f&nbsp;&nbsp;dat''. <DT><B>-n</B> <DD> 不要把 地址 转换成 名字 (指的是 主机地址, 端口号等) <DT><B>-N</B> <DD> 不显示 主机名字 中的 域名 部分. 例如, 如果 使用 这个 选项, <I>tcpdump</I> 只显示 ``nic'', 而不是 ``nic.ddn.mil''. <DT><B>-O</B> <DD> 禁止运行 报文匹配代码 的 优化器. 这个选项 只有 当你 怀疑 优化器 有 bug 时 才有用. <DT><B>-p</B> <DD> <I>禁止</I> 把 接口 置成 promiscuous(杂凑) 模式. 注意, 接口 有可能 因 其他原因 而 处于 promiscuous 模式; 因此, '-p' 不能 作为 `ether host {local-hw-addr} 或 ether broadcast' 的 简写. <DT><B>-q</B> <DD> 快速输出. 显示 较少的 协议信息, 输出行 会 短一点点. <DT><B>-r</B> <DD> 从 <I>file</I> 中 读入 数据报 (文件 是用 -w 选项 创建的). 如果 <I>file</I> 是 ``-'', 就从 标准输入 读入. <DT><B>-s</B> <DD> 从每个 报文 中 截取 <I>snaplen</I> 字节的数据, 而不是 缺省的 68 (如果是 SunOS 的 NIT, 最小值是 96). 68 个字节 适用于 IP, ICMP, TCP 和 UDP, 但是 有可能 截掉 名字服务器 和 NFS 报文 的 协议 信息 (见下文). 输出时 如果指定 ``[|<I>proto</I>]'', tcpdump 可以 指出 那些 捕捉量过小 的 数据报, 这里的 <I>proto</I> 是 截断发生处 的 协议层 名称. 注意, 采用 更大的 捕捉范围 不但 增加了 处理 报文 的 时间, 而且 减少了 报文的 缓冲 数量, 可能 导致 报文的丢失. 你 应该 把 <I>snaplen</I> 设的 尽量小, 只要 能够 容纳 你 需要 的 协议信息 就可以了. <P> <DT><B>-T</B> <DD> 把 通过 &quot;<I>expression</I>&quot; 挑选出来的 报文 解释成 指定的 <I>type</I>. 目前 已知 的 类型 有: <B>rpc</B> (远程过程调用 Remote Procedure Call), <B>rtp</B> (实时应用协议 Real-Time Applications protocol), <B>rtcp</B> (实时应用控制协议 Real-Time Applications control protocol), <B>vat</B> (可视音频工具 Visual Audio Tool), 和 <B>wb</B> (分布式白板 distributed White Board). <DT><B>-S</B> <DD> 显示 绝对的, 而不是 相对的 TCP 流序号. <DT><B>-t</B> <DD> <I>禁止</I> 显示 时戳标志. <DT><B>-tt</B> <DD> 显示 未格式化的 时戳标志. <DT><B>-v</B> <DD> (稍微多一点) 繁琐的输出. 例如, 显示 IP 数据报 中的 生存周期 和 服务类型. <DT><B>-vv</B> <DD> 更繁琐的输出. 例如, 显示 NFS 应答报文 的 附加域. <DT><B>-w</B> <DD> 把 原始报文 存进 <I>file</I>, 不做 分析 和 显示. 它们 可以 以后 用 -r 选项 显示. 如果 <I>file</I> 是 ``-'', 就 写往 标准输出. <DT><B>-x</B> <DD> 以 16 进制数 形式 显示 每一个 报文 (去掉链路层报头后) . 可以 显示 较小的 完整 报文, 否则 只 显示 <I>snaplen</I> 个 字节 . <DT><I>expression</I><DD> <DL COMPACT><DT><DD> 用来 选择 要 转储 的 数据报. 如果 没有 指定 <I>expression</I> , 就 转储 网络的 全部 报文. 否则, 只转储 相对 <I>expression</I> 为 `true' 的 数据报. <P> <I>expression</I> 由 一个或多个 <I>原语 (primitive) </I> 组成. 原语 通常 由 一个 <I>标识 </I> (id, 名称或数字), 和 标识 前面的 一个或多个 修饰子(qualifier) 组成. 修饰子 有 三种 不同的类型: <DL COMPACT> <DT><I>type</I><DD> 类型修饰子 指出 标识名称 或 标识数字 代表 什么 类型的东西. 可以使用的 类型 有 <B>host</B>, <B>net</B> 和 <B>port</B>. 例如, `host foo', `net 128.3', `port 20'. 如果 不指定 类型修饰子, 就使用 缺省的 <B>host .</B> <P> <DT><I>dir</I><DD> 方向修饰子 指出 相对于 <B>标识</B> 的 传输方向 (数据是 传入还是传出 标识). 可以使用的 方向 有 <B>src</B>, <B>dst</B>, <B>src or dst</B> 和 <B>src and</B> <B>dst</B>. 例如, `src foo', `dst net 128.3', `src or dst port ftp-data'. 如果 不指定 方向修饰子, 就使用 缺省的 <B>src or dst .</B> 对于 `null' 链路层 (就是说 象 slip 之类的 点到点 协议), 用 <B>inbound</B> 和 <B>outbound</B> 修饰子 指定 所需的 传输方向. <DT><I>proto</I><DD> 协议修饰子 要求 匹配 指定的协议. 可以使用的 协议 有: <B>ether</B>, <B>fddi</B>, <B>ip</B>, <B>arp</B>, <B>rarp</B>, <B>decnet</B>, <B>lat</B>, <B>sca</B>, <B>moprc</B>, <B>mopdl</B>, <B>tcp</B> 和 <B>udp</B>. 例如, `ether src foo', `arp net 128.3', `tcp port 21'. 如果 不指定 协议修饰子, 就使用 所有 符合 类型 的 协议. 例如, `src foo' 指 `(ip 或 arp 或 rarp) src foo' (注意后者不符合语法), `net bar' 指 `(ip 或 arp 或 rarp) net bar', `port 53' 指 `(tcp 或 udp) port 53'. </DL> <P> [`fddi' 实际上 是 `ether' 的 别名; 分析器 把 它们 视为 ``用在 指定 网络接口 上的 数据链路层.'' FDDI 报头 包含 类似于 以太协议 的 源目地址, 而且 通常 包含 类似于 以太协议 的 报文类型, 因此 你 可以 过滤 FDDI 域, 就象 分析 以太协议 一样. FDDI 报头 也 包含 其他 域, 但是 你 不能 在 过滤器 表达式 里 显式描述.] <P> <P> 作为 上述 的 补充, 有一些 特殊的 `原语' 关键字: <B>gateway</B>, <B>broadcast</B>, <B>less</B>, <B>greater</B> 和 数学表达式. 它们 不同于 上面的模式, 这些 在 后面 有 叙述. <P> 更复杂的 过滤器表达式 可以 通过 <B>and</B>, <B>or</B> 和 <B>not</B> 连接 原语 来 组建. 例如, `host foo and not port ftp and not port ftp-data'. 为了少敲点键, 可以忽略 相同的 修饰子. 例如, `tcp dst port ftp or ftp-data or domain' 实际上 就是 `tcp dst port ftp or tcp dst port ftp-data or tcp dst port domain'. <P> 允许的 原语 有: <DL COMPACT> <DT><B>dst host </B><I>host</I><DD> 如果 报文中 IP 的 目的地址域 是 <I>host</I>, 则 逻辑 为 真. <I>host</I> 既可以 是 地址, 也可以 是 主机名. <DT><B>src host </B><I>host</I><DD> 如果 报文中 IP 的 源地址域 是 <I>host</I>, 则 逻辑 为 真. <DT><B>host </B><I>host</I><DD> 如果 报文中 IP 的 源地址域 或者 目的地址域 是 <I>host</I>, 则 逻辑 为 真. 上面 所有的 host 表达式 都可以 加上 <B>ip</B>, <B>arp</B>, 或 <B>rarp</B> 关键字 做 前缀, 就象: <PRE> <B>ip host </B><I>host</I> </PRE> 它等价于: <PRE> <B>ether proto </B><I>\ip</I><B> and host </B><I>host</I> </PRE> 如果 <I>host</I> 是 拥有 多个 IP 地址 的 主机名, 它的 每个地址 都会 被查验. <P> <DT><B>ether dst </B><I>ehost</I><DD> 如果 报文的 以太目的地址 是 <I>ehost</I>, 则 逻辑 为 真. <I>Ehost</I> 既可以是 名字 (/etc/ethers 里有), 也可以是 数字 (有关 数字格式 另见 <I><A HREF="/manpages-zh/index.html?3N+ethers">ethers</A></I>(3N) ). <DT><B>ether src </B><I>ehost</I><DD> 如果 报文的 以太源地址 是 <I>ehost</I>, 则 逻辑 为 真. <DT><B>ether host </B><I>ehost</I><DD> 如果 报文的 以太源地址 或 以太目的地址 是 <I>ehost</I>, 则 逻辑 为 真. <DT><B>gateway</B> <I>host</I><DD> 如果 报文 把 <I>host</I> 当做 网关, 则 逻辑 为 真. 也就是说, 报文的 以太源或目的地址 是 <I>host</I>, 但是 IP 的 源目地址 都不是 <I>host</I>. <I>host</I> 必须 是个 主机名, 而且 必须 存在 /etc/hosts 和 /etc/ethers 中. (一个等价的表达式是 <PRE> <B>ether host </B><I>ehost </I><B>and not host </B><I>host</I> </PRE> 对于 <I>host / ehost</I>, 它既可以是 名字, 也可以是 数字.) <DT><B>dst net </B><I>net</I><DD> 如果 报文的 IP 目的地址 属于 网络号 <I>net</I>, 则 逻辑 为 真. <I>net</I> 既可以 是 名字 (存在 /etc/networks 中), 也可以是 网络号. (详见 <I><A HREF="/manpages-zh/index.html?4+networks">networks</A>(4)</I>). <DT><B>src net </B><I>net</I><DD> 如果 报文的 IP 源地址 属于 网络号 <I>net</I>, 则 逻辑 为 真. <DT><B>net </B><I>net</I><DD> 如果 报文的 IP 源地址 或 目的地址 属于 网络号 <I>net</I>, 则 逻辑 为 真. <DT><B>net </B><I>net</I> <B>mask </B><I>mask</I><DD> 如果 IP 地址 匹配 指定 网络掩码(netmask) 的 <I>net</I>, 则 逻辑 为 真. 本原语 可以用 <B>src</B> 或 <B>dst</B> 修饰. <DT><B>net </B><I>net</I>/<I>len</I><DD> 如果 IP 地址 匹配 指定 网络掩码 的 <I>net</I>, 则 逻辑 为 真, 掩码 的 有效位宽 为 <I>len</I>. 本原语 可以用 <B>src</B> 或 <B>dst</B> 修饰. <DT><B>dst port </B><I>port</I><DD> 如果 报文 是 ip/tcp 或 ip/udp, 并且 目的端口 是 <I>port</I>, 则 逻辑 为 真. <I>port</I> 是一个 数字, 也可以是 /etc/services 中 说明过的 名字 (参看 <I><A HREF="/manpages-zh/index.html?4P+tcp">tcp</A></I>(4P) 和 <I><A HREF="/manpages-zh/index.html?4P+udp">udp</A></I>(4P)). 如果 使用 名字, 则 检查 端口号 和 协议. 如果 使用 数字, 或者 有二义的名字, 则 只检查 端口号 (例如, <B>dst port 513</B> 将显示 tcp/login 的数据 和 udp/who 的数据, 而 <B>port domain</B> 将显示 tcp/domain 和 udp/domain 的数据). <DT><B>src port </B><I>port</I><DD> 如果 报文 的 源端口号 是 <I>port</I>, 则 逻辑 为 真. <DT><B>port </B><I>port</I><DD> 如果 报文 的 源端口 或 目的端口 是 <I>port</I>, 则 逻辑 为 真. 上述的 任意一个 端口表达式 都可以 用 关键字 <B>tcp</B> 或 <B>udp</B> 做 前缀, 就象: <PRE> <B>tcp src port </B><I>port</I> </PRE> 它 只匹配 源端口 是 <I>port</I> 的 TCP 报文. <DT><B>less </B><I>length</I><DD> 如果 报文 的 长度 小于等于 <I>length</I>, 则 逻辑 为 真. 它等同于: <PRE> <B>len &lt;= </B><I>length</I>. </PRE> <DT><B>greater </B><I>length</I><DD> 如果 报文 的 长度 大于等于 <I>length</I>, 则 逻辑 为 真. 它等同于: <PRE> <B>len &gt;= </B><I>length</I>. </PRE> <DT><B>ip proto </B><I>protocol</I><DD> 如果 报文 是 IP 数据报(参见 <I><A HREF="/manpages-zh/index.html?4P+ip">ip</A></I>(4P))<I>,</I> 其 内容 的 协议类型 是 <I>protocol</I>, 则 逻辑 为 真. <I>Protocol</I> 可以是 数字, 也可以是 下列 名称 中的 一个: <I>icmp</I>, <I>igrp</I>, <I>udp</I>, <I>nd</I>, 或 <I>tcp</I>. 注意 这些 标识符 <I>tcp</I>, <I>udp</I>, 和 <I>icmp</I> 也是 关键字, 所以 必须 用 反斜杠(\) 转义, 在 C-shell 中 应该是 \\ . <DT><B>ether broadcast</B><DD> 如果 报文 是 以太广播报文, 则 逻辑 为 真. 关键字 <I>ether</I> 是 可选的. <DT><B>ip broadcast</B><DD> 如果 报文 是 IP广播报文, 则 逻辑 为 真. Tcpdump 检查 全0 和 全1 广播约定, 并且 检查 本地 的 子网掩码. <DT><B>ether multicast</B><DD> 如果 报文 是 以太多目传送报文(multicast), 则 逻辑 为 真. 关键字 <I>ether</I> 是 可选的. 这实际上 是 `<B>ether[0] &amp; 1 != 0</B>' 的简写. <DT><B>ip multicast</B><DD> 如果 报文 是 IP多目传送报文, 则 逻辑 为 真. <DT><B>ether proto </B><I>protocol</I><DD> 如果 报文协议 属于 以太类型 的 <I>protocol</I>, 则 逻辑 为 真. <I>Protocol</I> 可以是 数字, 也可以是 名字, 如 <I>ip</I>, <I>arp</I>, 或 <I>rarp</I>. 注意 这些 标识符 也是 关键字, 所以 必须 用 反斜杠(\) 转义. [如果是 FDDI (例如, `<B>fddi protocol arp</B>'), 协议 标识 来自 802.2 逻辑链路控制(LLC)报头, 它 通常 位于 FDDI 报头 的 顶层. 当 根据 协议标识 过滤 报文 时, <I>Tcpdump</I> 假设 所有的 FDDI 报文 含有 LLC 报头, 而且 LLC 报头 用的是 SNAP 格式.] <P> <DT><B>decnet src </B><I>host</I><DD> 如果 DECNET 的 源地址 是 <I>host</I>, 则 逻辑 为 真, 该 主机地址 的 形式 可能 是 ``10.123'', 或者是 DECNET 主机名. [只有 配置成 运行 DECNET 的 Ultrix 系统 支持 DECNET 主机名.] <DT><B>decnet dst </B><I>host</I><DD> 如果 DECNET 的 目的地址 是 <I>host</I>, 则 逻辑 为 真. <DT><B>decnet host </B><I>host</I><DD> 如果 DECNET 的 源地址 或 目的地址 是 <I>host</I>, 则 逻辑 为 真. <DT><B>ip</B>, <B>arp</B>, <B>rarp</B>, <B>decnet</B><DD> 是: <PRE> <B>ether proto </B><I>p</I> </PRE> 的 简写 形式, 其中 <I>p</I> 为 上述 协议 的 一种. <DT><B>lat</B>, <B>moprc</B>, <B>mopdl</B><DD> 是: <PRE> <B>ether proto </B><I>p</I> </PRE> 的 简写 形式, 其中 <I>p</I> 为 上述 协议 的 一种. 注意 <I>tcpdump</I> 目前 不知道 如何 分析 这些 协议. <DT><B>tcp</B>, <B>udp</B>, <B>icmp</B><DD> 是: <PRE> <B>ip proto </B><I>p</I> </PRE> 的 简写 形式, 其中 <I>p</I> 为 上述 协议 的 一种. <DT><I>expr relop expr</I><DD> 如果 这个 关系式 成立, 则 逻辑 为 真, 其中 <I>relop</I> 是 &gt;, &lt;, &gt;=, &lt;=, =, != 之一, <I>expr</I> 是 数学表达式, 由 常整数(标准C语法形式), 普通的 二进制运算符 [+, -, *, /, &amp;, |], 一个 长度运算符, 和 指定的 报文数据访问算符 组成. 要 访问 报文内 的 数据, 使用 下面的 语法: <PRE> <I>proto</I><B> [ </B><I>expr</I><B> : </B><I>size</I><B> ]</B> </PRE> <I>Proto</I> 是 <B>ether, fddi, ip, arp, rarp, tcp, udp, </B>or <B>icmp</B> 之一, 同时 也指出了 下标 操作 的 协议层. <I>expr</I> 给出 字节单位 的 偏移量, 该 偏移量 相对于 指定的 协议层. <I>Size</I> 是 可选项, 指出 感兴趣的 字节数; 它可以 是 1, 2, 4, 缺省为 1 字节. 由 关键字 <B>len</B> 给出的 长度运算符 指明 报文 的 长度. <P> 例如, `<B>ether[0] &amp; 1 != 0</B>' 捕捉 所有的 多目传送 报文. 表达式 `<B>ip[0] &amp; 0xf != 5</B>' 捕捉 所有 带 可选域 的 IP 报文. 表达式 `<B>ip[6:2] &amp; 0x1fff = 0</B>' 只捕捉 未分片 和 片偏移为0 的 数据报. 这种 检查 隐含在 <B>tcp</B> 和 <B>udp</B> 下标操作 中. 例如, <B>tcp[0]</B> 一定是 TCP <I>报头</I> 的 第一个 字节, 而不是 其中 某个 IP片 的 第一个 字节. </DL> <P> 原语 可以 用 下述 方法 结合使用: <DL COMPACT> <DT><DD> 园括弧 括起来的 原语 和 操作符 (园括弧 在 Shell 中 有专用, 所以必须转义). <DT><DD> 取反操作 (`<B>!</B>' or `<B>not</B>'). <DT><DD> 连结操作 (`<B>&amp;&amp;</B>' or `<B>and</B>'). <DT><DD> 或操作 (`<B>||</B>' or `<B>or</B>'). </DL> <P> 取反操作 有 最高优先级. 或操作 和 连结操作 有 相同的 优先级, 运算时 从左到右 结合. 注意 连结操作 需要 显式的 <B>and</B> 算符, 而不是 并列放置. <P> 如果 给出 标识符, 但没给 关键字, 那么 暗指 最近使用 的 关键字. 例如, <PRE> <B>not host vs and ace</B> </PRE> 作为 <PRE> <B>not host vs and host ace</B> </PRE> 的 简写形式, 不应该 和 <PRE> <B>not ( host vs or ace )</B> </PRE> 混淆. <P> 表达式参数 可以 作为 单个 参数, 也可以 作为 复合参数 传给 tcpdump, 后者 更方便 一些. 一般说来, 如果 表达式 包含 Shell 元字符(metacharacter), 传递 单个 括起来 的 参数 要 容易 一些. 复合参数 在 被解析前 用 空格 联接 一起. <P> </DL> </DL> <A NAME="lbAF">&nbsp;</A> <H2>示例 (EXAMPLES)</H2> <P> 显示 所有 进出 <I>sundown</I> 的 报文: <DL COMPACT><DT><DD> <PRE> <B>tcpdump host sundown</B> </PRE> </DL> <P> 显示 <I>helios</I> 和 主机 <I>hot</I>, <I>ace</I> 之间 的 报文 传送: <DL COMPACT><DT><DD> <PRE> <B>tcpdump host helios and \( hot or ace \)</B> </PRE> </DL> <P> 显示 <I>ace</I> 和 除了 <I>helios</I> 以外的 所有 主机 的 IP报文: <DL COMPACT><DT><DD> <PRE> <B>tcpdump ip host ace and not helios</B> </PRE> </DL> <P> 显示 本地的主机 和 Berkeley的主机 之间 的 网络数据: <DL COMPACT><DT><DD> <PRE> <B>tcpdump net ucb-ether</B> </PRE> </DL> <P> 显示 所有 通过 网关 <I>snup</I> 的 ftp 报文 (注意 这个 表达式 被 单引号 括起, 防止 shell 解释 园括弧): <DL COMPACT><DT><DD> <PRE> <B>tcpdump 'gateway snup and (port ftp or ftp-data)'</B> </PRE> </DL> <P> 显示 既不是 来自 本地主机, 也不是 传往 本地主机 的 网络数据 (如果 报文 通过 网关 进入 其他网络, 那么 它 绝不可能 到达 你的 本地网络). <DL COMPACT><DT><DD> <PRE> <B>tcpdump ip and not net </B><I>localnet</I> </PRE> </DL> <P> 显示 每个 TCP会话 的 起始 和 结束 报文 (SYN 和 FIN 报文), 而且 会话方 中 有一个 远程主机. <DL COMPACT><DT><DD> <PRE> <B>tcpdump 'tcp[13] &amp; 3 != 0 and not src and dst net </B><I>localnet</I>' </PRE> </DL> <P> 显示 经过 网关 <I>snup</I> 中 大于 576 字节的 IP 数据报: <DL COMPACT><DT><DD> <PRE> <B>tcpdump 'gateway snup and ip[2:2] &gt; 576'</B> </PRE> </DL> <P> 显示 IP 广播 或 多目传送 的 数据报, 但这些 报文 <I>不是</I> 通过 以太广播 或 以太多目传送 形式 传送的: <DL COMPACT><DT><DD> <PRE> <B>tcpdump 'ether[0] &amp; 1 = 0 and ip[16] &gt;= 224'</B> </PRE> </DL> <P> 显示 所有 不是 回响请求/应答 的 ICMP 报文 (也就是说, 不是 ping 报文): <DL COMPACT><DT><DD> <PRE> <B>tcpdump 'icmp[0] != 8 and icmp[0] != 0&quot;</B> </PRE> </DL> <A NAME="lbAG">&nbsp;</A> <H2>输出格式 (OUTPUT FORMAT)</H2> <P> <I>tcpdump</I> 的 输出格式 取决于 协议. 下面的 描述 给出 大多数 格式 的 简要说明 和 范例. <P> <B></B> 链路层报头 (Link Level Headers) <P> 如果 给出 '-e' 选项 就 显示 链路层报头. <P> 在 以太网上, 显示 报文的 源目地址, 协议 和 报文长度. <P> 在 FDDI 网络上, '-e' 选项 导致 <I>tcpdump</I> 显示出 `帧控制(frame control)' 域, 源目地址 和 报文长度. (`帧控制' 域 负责 解释 其余的 报文. 普通报文 (例如 装载 IP数据报 的 报文) 是 `异步' 报文, 优先级 介于 0 到 7 (例如, `<B>async4</B>'). 那些 被认为 携带了 802.2 逻辑链路控制(LLC) 报文; 如果 它们 <I>不是</I> ISO 数据报 或者 所谓的 SNAP 报文, 就显示 LLC 报头. <P> <I>(注意: 以下 描述中 假设 你 熟悉 RFC-1144 中说明的 SLIP 压缩算法.)</I> <P> 在 SLIP 链路上, <I>tcpdump</I> 显示出 方向指示 (``I'' 指 inbound(进入), ``O'' 指 outbound(离开)), 报文类型 和 压缩信息. 首先显示的 是 报文类型. 有三种 类型 <I>ip</I>, <I>utcp</I> 和 <I>ctcp</I>. 对于 <I>ip</I> 报文 不再 显示 更多的 链路信息. 对于 TCP 报文, 在 类型 后面 显示 连接标识. 如果 报文 是 压缩过的, 就显示出 它的 编码报头. 这种 特殊情况 以 <B>*S+</B><I>n</I> 和 <B>*SA+</B><I>n</I> 的 形式 显示, 这里的 <I>n</I> 是 流序号 (或者 流序号 和 ack) 的 变化总量. 如果 不是 特殊情况, 就显示出 0 或 多个 变化. 变化 由 U (urgent pointer), W (window), A (ack), S (sequence number) 和 I (packet ID) 指明, 后跟 一个 变化量(+n or -n), 或者 是一个 新值(=n). 最后显示 报文中 的 数据总量, 以及 压缩报头 的 长度. <P> 例如, 下面一行 显示了 一个 传出的 压缩的 TCP 报文, 有一个 隐含的 连接标识; 确认(ack)的 变化量是 6, 流序号 增加 49, 报文ID 增加 6; 有三个字节的数据 和 六个字节 的 压缩报头: <DL COMPACT><DT><DD> <PRE> <B>O ctcp * A+6 S+49 I+6 3 (6)</B> </PRE> </DL> <P> <B></B> ARP/RARP 报文 <P> Arp/rarp 报文 的 输出 是 请求类型 及其 参数. 输出格式 大体上 能够 自我解释. 这里 是一个 简单的例子, 来自 主机 <I>rtsg</I> 到 主机 <I>csam</I> 的 'rlogin' 开始 部分: <DL COMPACT><DT><DD> <PRE> <TT>arp who-has csam tell rtsg arp reply csam is-at CSAM</TT> </PRE> </DL> 第一行 说明 rtsg 发出 一个 arp 报文 询问 internet 主机 csam 的 以太网地址. Csam 用 它的 以太地址 作应答 (这个例子中, 以太地址 是 大写的, internet 地址 为 小写). <P> 如果 用 <B>tcpdump -n</B> 看 就 清楚一些: <DL COMPACT><DT><DD> <PRE> <TT>arp who-has 128.3.254.6 tell 128.3.254.68 arp reply 128.3.254.6 is-at 02:07:01:00:01:c4</TT> </PRE> </DL> <P> 如果 用 <B>tcpdump -e</B>, 可以 看到 实际上 第一个 报文 是 广播, 第二个 报文 是 点到点 的: <DL COMPACT><DT><DD> <PRE> <TT>RTSG Broadcast 0806 64: arp who-has csam tell rtsg CSAM RTSG 0806 64: arp reply csam is-at CSAM</TT> </PRE> </DL> 这里 第一个 报文 指出 以太网源地址是 RTSG, 目的地址 是 以太网广播地址, 类型域 为 16进制数 0806 (类型 ETHER_ARP), 报文全长 64 字节. <P> <B></B> TCP 报文 <P> <I>(注意: 以下的描述中 假设 你 熟悉 RFC-793 中 说明的 TCP 协议, 如果 你 不了解 这个 协议, 无论是 本文 还是 tcpdump 都对你 用处 不大)</I> <P> 一般说来 tcp 协议的 输出格式是: <DL COMPACT><DT><DD> <PRE> <I>src &gt; dst: flags data-seqno ack window urgent options</I> </PRE> </DL> <I>Src</I> 和 <I>dst</I> 是 源目IP地址和端口. <I>Flags</I> 是 S (SYN), F (FIN), P (PUSH) 或 R (RST) 或 单独的 `.'(无标志), 或者是 它们的 组合. <I>Data-seqno</I> 说明了 本报文中的数据 在 流序号 中的 位置 (见下例). <I>Ack</I> 是 在这条连接上 信源机 希望 下一个 接收的 字节的 流序号 (sequence number). <I>Window</I> 是 在这条连接上 信源机 接收缓冲区 的 字节大小. <I>Urg</I> 表明 报文内 是 `紧急(urgent)' 数据. <I>Options</I> 是 tcp 选项, 用 尖括号 括起 (例如, &lt;mss 1024&gt;). <P> <I>Src, dst</I> 和 <I>flags</I> 肯定 存在. 其他域 依据 报文的 tcp 报头 内容, 只输出 有必要 的 部分. <P> 下面 是 从 主机 <I>rtsg</I> rlogin 到 主机 <I>csam</I> 的 开始部分. <DL COMPACT><DT><DD> <PRE> <FONT SIZE="-2"><TT>rtsg.1023 &gt; csam.login: S 768512:768512(0) win 4096 &lt;mss 1024&gt; csam.login &gt; rtsg.1023: S 947648:947648(0) ack 768513 win 4096 &lt;mss 1024&gt; rtsg.1023 &gt; csam.login: . ack 1 win 4096 rtsg.1023 &gt; csam.login: P <A HREF="/manpages-zh/index.html?1+1:2">1:2</A>(1) ack 1 win 4096 csam.login &gt; rtsg.1023: . ack 2 win 4096 rtsg.1023 &gt; csam.login: P 2:21(19) ack 1 win 4096 csam.login &gt; rtsg.1023: P <A HREF="/manpages-zh/index.html?1+1:2">1:2</A>(1) ack 21 win 4077 csam.login &gt; rtsg.1023: P <A HREF="/manpages-zh/index.html?1+2:3">2:3</A>(1) ack 21 win 4077 urg 1 csam.login &gt; rtsg.1023: P <A HREF="/manpages-zh/index.html?1+3:4">3:4</A>(1) ack 21 win 4077 urg 1</TT></FONT> </PRE> </DL> 第一行 是说 从 rtsg 的 tcp 端口 1023 向 csam 的 <I>login</I> 端口 发送 报文. <B>S</B> 标志 表明 设置了 <I>SYN</I> 标志. 报文 的 流序号 是 768512, 没有 数据. (这个写成 `first:last(nbytes)', 意思是 `从 流序号 <I>first</I> 到 <I>last</I>, 不包括 <I>last</I>, 有 <I>nbytes</I> 字节的 用户数据'.) 此时 没有 捎带确认(piggy-backed ack), 有效的 接收窗口 是 4096 字节, 有一个 最大分段长度(max-segment-size) 的 选项, 请求 设置 mss 为 1024 字节. <P> Csam 用类似的 形式 应答, 只是 增加了 一个 对 rtsg SYN 的 捎带确认. 然后 Rtsg 确认 csam 的 SYN. `.' 意味着 没有 设置 标志. 这个 报文 不包含 数据, 因此 也就 没有 数据的流序号. 注意这个 确认流序号 是一个 小整数(1). 当 <B>tcpdump</B> 第一次 发现 一个 tcp 会话时, 它 显示 报文 携带的 流序号. 在 随后收到的 报文里, 它 显示 当前 报文 和 最初那个 报文 的 流序号 之 差. 这 意味着 从第一个报文 开始, 以后的 流序号 可以 理解成 数据流 中的 相对位移 (每个报文 的 第一个 数据字节 从 '1' 计数). `-S' 选项 能够 改变 这个 特性, 直接 显示 原始的 流序号. <P> 在 第六行, rtsg 传给 csam 19 个字节 的 数据 (字节 2 到 20). 报文中 设置了 PUSH 标志. 第七行 csam 表明 它 收到了 rtsg 的 数据, 字节序号 是 21, 但不包括 第21个 字节. 显然 大多数 数据 在 socket 的 缓冲区内, 因为 csam 的 接收窗口 收到的 数据 小于 19 个 字节. 同时 csam 向 rtsg 发送了 一个字节 的 数据. 第八和第九行 显示 csam 发送了 两个字节 的 紧急数据 到 rtsg. <P> 如果 捕捉区 设置的 过小, 以至于 <B>tcpdump</B> 不能 捕捉到 完整的 TCP 报头, <B>tcpdump</B> 会 尽可能的 翻译 已捕获的 部分, 然后 显示 ``[|<I>tcp</I>]'', 表明 无法 翻译 其余 部分. 如果 报头 包含 有问题的 选项 (选项表 长度 太小 或者 超出 报头范围), tcpdump 显示 ``[<I>bad opt</I>]'' 并且 不再 翻译 其他 选项部分 (因为 它 不可能 判断出 从哪儿 开始). 如果 报头长度 表明 存在 选项, 但是 IP 数据报 长度 不够, 不可能 真的 保存 选项, tcpdump 就显示 ``[<I>bad hdr length</I>]''. <P> <B></B> <B>UDP 报文</B> <P> UDP 格式 就象 这个 rwho 报文 显示的: <DL COMPACT><DT><DD> <PRE> <TT>actinide.who &gt; broadcast.who: udp 84</TT> </PRE> </DL> 就是说 把一个 udp 数据报 从 主机 <I>actinide</I> 的 <I>who</I> 端口 发送到 <I>broadcast</I>, Internet 广播地址 的 <I>who</I> 端口. 报文 包含 84字节 的 用户数据. <P> 某些 UDP 服务 能够 识别出来(从 源目端口号 上), 因而 显示出 更高层的 协议信息. 特别是 域名服务请求(RFC-1034/1035) 和 NFS 的 RPC 调用(RFC-1050). <P> <B></B> UDP 名字服务请求 (Name Server Requests) <P> <I>(注意: 以下的描述中 假设 你 熟悉 RFC-1035 说明的 域名服务协议. 如果你 不熟悉 这个协议, 下面的内容 可能 看起来是 天书.)</I> <P> 名字服务请求 的 格式 是 <DL COMPACT><DT><DD> <PRE> <I>src &gt; dst: id op? flags qtype qclass name (len)</I> <TT>h2opolo.1538 &gt; helios.domain: 3+ A? ucbvax.berkeley.edu. (37)</TT> </PRE> </DL> 主机 <I>h2opolo</I> 访问 <I>helios</I> 上的 域名服务, 询问 和 <I>ucbvax.berkeley.edu.</I> 关联的 地址记录(qtype=A). 查询号是 `3'. `+' 表明 设置了 <I>递归请求</I> 标志. 查询长度是 37 字节, 不包括 UDP 和 IP 头. 查询操作 是 普通的 <I>Query</I> 操作, 因此 op 域 可以 忽略. 如果 op 设置成 其他什么东西, 它应该 显示在 `3' 和 `+' 之间. 类似的, qclass 是 普通的 <I>C_IN</I> 类型, 也被 忽略了. 其他类型的 qclass 应该 在 `A' 后面 显示. <P> Tcpdump 会检查 一些 不规则 情况, 相应的 结果 作为 补充域 放在 方括号内: 如果 某个 查询 包含 回答, 名字服务 或 管理机构部分, 就把 <I>ancount</I>, <I>nscount</I>, 或 <I>arcount</I> 显示成 `[<I>n</I>a]', `[<I>n</I>n]' 或 `[<I>n</I>au]', 这里的 <I>n</I> 代表 相应的 数量. 如果 在 第二和第三字节 中, 任何一个 回答位(AA, RA 或 rcode) 或 任何一个 `必须为零' 的位 被 置位, 就显示 `[b2&amp;3=<I>x</I>]', 这里的 <I>x</I> 是 报头 第二和第三字节 的 16进制数. <P> <B></B> UDP 名字服务回答 <P> 名字服务回答的 格式 是 <DL COMPACT><DT><DD> <PRE> <I>src &gt; dst: id op rcode flags a/n/au type class data (len)</I> <TT>helios.domain &gt; h2opolo.1538: 3 3/3/7 A 128.32.137.3 (273) helios.domain &gt; h2opolo.1537: 2 NXDomain* 0/1/0 (97)</TT> </PRE> </DL> 第一个例子里, <I>helios</I> 回答了 <I>h2opolo</I> 发出的 标识为3 的 询问, 一共是 3 个 回答记录, 3 个 名字服务记录 和 7 个管理结构记录. 第一个 回答纪录 的 类型是 A (地址), 数据是 internet 地址 128.32.137.3. 回答的 全长 为 273 字节, 不包括 UDP 和 IP 报头. 作为 A 记录的 class(C_IN) 可以 忽略 op (询问) 和 rcode (NoError). <P> 在第二个例子里, <I>helios</I> 对 标识为2 的 询问 作出 域名不存在 (NXDomain) 的 回答, 没有 回答记录, 一个 名字服务记录, 没有 管理结构部分. <BR>&nbsp;`*'&nbsp;表明&nbsp;设置了&nbsp;<I>权威回答(authoritative&nbsp;answer)</I>.&nbsp; 由于 没有 回答记录, 这里就 不显示 type, class 和 data. <P> 其他 标志 字符 可以 显示为 `-' (<I>没有</I>设置递归有效(RA)) 和 `|' (设置 消息截短(TC)). 如果 `问题' 部分 没有 有效的 内容, 就 显示 `[<I>n</I>q]'. <P> 注意 名字服务的 询问和回答 一般说来 比较大, 68 字节的 <I>snaplen</I> 可能 无法 捕捉到 足够的 报文内容. 如果 你 的确 在 研究 名字服务 的 情况, 可以 使用 <B>-s</B> 选项 增大 捕捉缓冲区. `<B>-s 128</B>' 应该 效果 不错了. <P> <P> <B></B> NFS 请求和响应 <P> Sun NFS (网络文件系统) 的 请求和响应 显示格式 是: <DL COMPACT><DT><DD> <PRE> <I>src.xid &gt; dst.nfs: len op args</I> <I>src.nfs &gt; dst.xid: reply stat len op results</I> <TT> sushi.6709 &gt; wrl.nfs: 112 readlink fh 21,24/10.73165 wrl.nfs &gt; sushi.6709: reply ok 40 readlink &quot;../var&quot; sushi.201b &gt; wrl.nfs: 144 lookup fh 9,74/4096.6878 &quot;xcolors&quot; wrl.nfs &gt; sushi.201b: reply ok 128 lookup fh 9,74/4134.3150 </TT> </PRE> </DL> 在第一行, 主机 <I>sushi</I> 向 <I>wrl</I> 发送 号码为 <I>6709</I> 的 交互会话 (注意 源主机 后面的 数字 是 交互号, <I>不是</I> 端口). 这项请求 长 112 字节, 不包括 UDP 和 IP 报头. 在 文件句柄 (fh) 21,24/10.731657119 上执行 <I>readlink</I> (读取 符号连接) 操作. (如果 运气 不错, 就象 这种情况, 文件句柄 可以 依次翻译成 主次设备号, i 节点号, 和 事件号(generation number). ) <I>Wrl</I> 回答 `ok' 和 连接的 内容. <P> 在第三行, <I>sushi</I> 请求 <I>wrl</I> 在 目录文件 9,74/4096.6878 中 查找 `<I>xcolors</I>'. 注意 数据的 打印格式 取决于 操作类型. 格式 应该 可以 自我说明. <P> 给出 -v (verbose) 选项 可以 显示 附加信息. 例如: <DL COMPACT><DT><DD> <PRE> <TT> sushi.1372a &gt; wrl.nfs: 148 read fh 21,11/12.195 8192 bytes @ 24576 wrl.nfs &gt; sushi.1372a: reply ok 1472 read REG 100664 ids 417/0 sz 29388 </TT> </PRE> </DL> (-v 同时 使它 显示 IP 报头的 TTL, ID, 和 分片域, 在 这个例子里 把它们 省略了.) 在第一行, <I>sushi</I> 请求 <I>wrl</I> 从 文件 21,11/12.195 的 偏移位置 24576 开始, 读取 8192 字节. <I>Wrl</I> 回答 `ok'; 第二行 显示的 报文 是 应答的 第一个 分片, 因此 只有 1472 字节 (其余数据 在 后续的 分片中 传过来, 但由于 这些分片里 没有 NFS 甚至 UDP 报头, 因此 根据 所使用的 过滤器表达式, 有可能 不再显示). -v 选项 还会 显示 一些 文件属性 (它们 作为 文件数据 的 附带部分 传回来): 文件类型 (普通文件 ``REG''), 存取模式 (八进制数), uid 和 gid, 以及 文件大小. <P> 如果再给一个 -v 选项 (-vv), 还能 显示 更多的细节. <P> 注意 NFS 请求 的 数据量 非常大, 除非 增加 <I>snaplen</I>, 否则 很多细节 无法显示. 试一试 `<B>-s 192</B>' 选项. <P> NFS 应答报文 没有明确 标明 RPC 操作. 因此 <I>tcpdump</I> 保留有 ``近来的'' 请求 记录, 根据 交互号 匹配 应答报文. 如果 应答报文 没有 相应的 请求报文, 它 就 无法分析. <P> <B></B> KIP Appletalk (UDP 上的 DDP) <P> Appletalk DDP 报文 封装在 UDP 数据报 中, 解包后 按 DDP 报文 转储 (也就是说, 忽略 所有的 UDP 报头 信息). 文件 <I>/etc/atalk.names</I> 用来 把 appletalk 网络和节点号 翻译成 名字. 这个文件 的 行格式 是 <DL COMPACT><DT><DD> <PRE> <I>number name</I> <TT>1.254 ether 16.1 icsd-net 1.254.110 ace</TT> </PRE> </DL> 前两行 给出了 appletalk 的 网络名称. 第三行 给出 某个主机 的 名字 (主机和网络 依据 第三组 数字 区分 - 网络号 <I>一定</I> 是 两组数字, 主机号 <I>一定</I> 是 三组 数字.) 号码 和 名字 用 空白符(空格或tab) 隔开. <I>/etc/atalk.names</I> 文件 可以 包含 空行 或 注释行(以`#'开始的行). <P> Appletalk 地址 按 这个格式 显示 <DL COMPACT><DT><DD> <PRE> <I>net.host.port</I> <TT>144.1.209.2 &gt; icsd-net.112.220 office.2 &gt; icsd-net.112.220 jssmag.149.235 &gt; icsd-net.2</TT> </PRE> </DL> (如果 不存在 <I>/etc/atalk.names ,</I> 或者 里面 缺少 有效项目, 就以 数字形式 显示 地址.) 第一个例子里, 网络 144.1 的 209 节点的 NBP (DDP 端口 2) 向 网络 icsd 的 112 节点 的 220 端口 发送数据. 第二行 和 上面 一样, 只是 知道了 源节点 的 全称 (`office'). 第三行 是从 网络 jssmag 的 149 节点 的 235 端口 向 icsd-net 的 NBP 端口 广播 (注意 广播地址 (255) 隐含在 无主机号的 网络名字 中 - 所以 在 /etc/atalk.names 中 区分 节点名 和 网络名 是个 好主意). <P> Tcpdump 可以 翻译 NBP (名字联结协议) 和 ATP (Appletalk 交互协议) 的 报文 内容. 其他协议 只转储 协议名称 (或号码, 如果 还 没给 这个协议 注册 名称) 和 报文大小. <P> <B>NBP 报文</B> 的 输出格式 就象 下面的 例子: <DL COMPACT><DT><DD> <PRE> <FONT SIZE="-2"><TT>icsd-net.112.220 &gt; jssmag.2: nbp-lkup 190: &quot;=:LaserWriter@*&quot; jssmag.209.2 &gt; icsd-net.112.220: nbp-reply 190: &quot;RM1140:LaserWriter@*&quot; 250 techpit.2 &gt; icsd-net.112.220: nbp-reply 190: &quot;techpit:LaserWriter@*&quot; 186</TT></FONT> </PRE> </DL> 第一行 是 网络 icsd 的 112 主机 在 网络 jssmag 上的 广播, 对 名字 laserwriter 做 名字查询请求. 名字查询请求 的 nbp 标识号 是 190. 第二行 显示的是 对 这个请求 的 回答 (注意 它们 有 同样的 标识号), 主机 jssmag.209 表示 在它的 250 端口 注册了 一个 laserwriter 的 资源, 名字是 &quot;RM1140&quot;. 第三行 是 这个请求 的 其他回答, 主机 techpit 的 186 端口 有 laserwriter 注册的 &quot;techpit&quot;. <P> <B>ATP 报文</B> 格式 如 下例 所示: <DL COMPACT><DT><DD> <PRE> <FONT SIZE="-2"><TT>jssmag.209.165 &gt; helios.132: atp-req 12266&lt;0-7&gt; 0xae030001 helios.132 &gt; jssmag.209.165: atp-resp 12266:0 (512) 0xae040000 helios.132 &gt; jssmag.209.165: atp-resp 12266:1 (512) 0xae040000 helios.132 &gt; jssmag.209.165: atp-resp 12266:2 (512) 0xae040000 helios.132 &gt; jssmag.209.165: atp-resp 12266:3 (512) 0xae040000 helios.132 &gt; jssmag.209.165: atp-resp 12266:4 (512) 0xae040000 helios.132 &gt; jssmag.209.165: atp-resp 12266:5 (512) 0xae040000 helios.132 &gt; jssmag.209.165: atp-resp 12266:6 (512) 0xae040000 helios.132 &gt; jssmag.209.165: atp-resp*12266:7 (512) 0xae040000 jssmag.209.165 &gt; helios.132: atp-req 12266&lt;3,5&gt; 0xae030001 helios.132 &gt; jssmag.209.165: atp-resp 12266:3 (512) 0xae040000 helios.132 &gt; jssmag.209.165: atp-resp 12266:5 (512) 0xae040000 jssmag.209.165 &gt; helios.132: atp-rel 12266&lt;0-7&gt; 0xae030001 jssmag.209.133 &gt; helios.132: atp-req* 12267&lt;0-7&gt; 0xae030002</TT></FONT> </PRE> </DL> Jssmag.209 向 主机 helios 发起 12266 号 交互操作, 请求 8 个 报文(`&lt;0-7&gt;'). 行尾的 十六进制数 是 请求中 `userdata' 域 的 值. <P> Helios 用 8 个 512字节 的 报文 应答. 跟在 交互号 后面的 `:digit' 给出了 交互过程中 报文的 序列号, 括弧内的 数字 是 报文的 数据量, 不包括 atp 报头. 报文 7 的 `*' 表明 设置了 EOM 位. <P> 然后 Jssmag.209 请求 重传 第 3 &amp; 5 报文. Helios 做了 重传后 jssmag.209 结束 这次 交互操作. 最后, jssmag.209 发起 下一次 交互请求. 请求中的 `*' 表明 <I>没有</I> 设置 XO (exactly once) 位. <P> <P> <B></B> IP 分片 <P> 分片的 Internet 数据报 显示为 <DL COMPACT><DT><DD> <PRE> <B>(frag </B><I>id</I><B>:</B><I>size</I><B>@</B><I>offset</I><B>+)</B> <B>(frag </B><I>id</I><B>:</B><I>size</I><B>@</B><I>offset</I><B>)</B> </PRE> </DL> (第一种 形式 表明 还有 更多的 分片. 第二种 形式 表明 这是 最后 一片.) <P> <I>Id</I> 是 分片 标识号. <I>Size</I> 是 分片 大小 (字节), 不包括 IP 报头. <I>Offset</I> 是 该分片 在 原数据报 中 的 偏移 (单位是字节). <P> 每一个 分片 的 信息 都可以 打印出来. 第一个 分片 包含了 高层 协议 报头, 显示 协议信息 后 显示 分片 的 信息. 第一个 分片 以后的 分片 不再 含有 高层协议 报头, 所以 在 源目地址 后面 只显示 分片 信息. 例如, 下面是 从 arizona.edu 到 lbl-rtsg.arpa 的 一部分 ftp 传输, 途经的 CSNET 看上去 处理不了 576 字节的 数据报: <DL COMPACT><DT><DD> <PRE> <FONT SIZE="-2"><TT>arizona.ftp-data &gt; rtsg.1170: . 1024:1332(308) ack 1 win 4096 (frag 595a:328@0+) arizona &gt; rtsg: (frag 595a:204@328) rtsg.1170 &gt; arizona.ftp-data: . ack 1536 win 2560</TT></FONT> </PRE> </DL> 这里 有几点 需要注意: 首先, 第二行的 地址 不包括 端口号. 这是因为 TCP 协议 信息 全部 装到了 第一个 分片内, 所以 显示 后续分片的 时候 不可能 知道 端口 或 流序号. 其次, 第一行的 tcp 流序号部分 看上去有 308 字节的 用户数据, 实际上 是 512 字节 (第一个 分片的 308 和 第二个 分片的 204 字节). 如果 你 正在 寻找 流序号中 的 空洞, 或者 试图 匹配 报文 的 确认(ack), 那你上当了. <P> 如果 报文的 IP 标有 <I>不要分片</I> 标志, 那么 在尾部 显示 <B>(DF)</B>. <P> <B></B> 时戳 <P> 缺省情况下, 所有 输出行 的 前面 都有 时戳. 时戳 就是 当前时间, 显示格式为 <DL COMPACT><DT><DD> <PRE> <I>hh:mm:ss.frac</I> </PRE> </DL> 精度 和 内核时钟 一样. 时戳 反映了 内核 收到 报文 的 时间. 从 以太接口 收到 报文 到 内核 响应 '报文就绪' 中断 有一个 滞后, 该 滞后 不被考虑. <P> <A NAME="lbAH">&nbsp;</A> <H2>另见 (SEE ALSO)</H2> <A HREF="/manpages-zh/index.html?1C+traffic">traffic</A>(1C), <A HREF="/cgi-bin/man/man2html?4P+nit">nit</A>(4P), <A HREF="/cgi-bin/man/man2html?4+bpf">bpf</A>(4), <A HREF="/cgi-bin/man/man2html?3+pcap">pcap</A>(3) <P> <A NAME="lbAI">&nbsp;</A> <H2>作者 (AUTHORS)</H2> Van Jacobson, Craig Leres and Steven McCanne, all of the Lawrence Berkeley National Laboratory, University of California, Berkeley, CA. <P> 当前 版本 可以 从 匿名ftp 获得: <P> <DL COMPACT><DT><DD> <I><A HREF="ftp://ftp.ee.lbl.gov/tcpdump.tar.Z">ftp://ftp.ee.lbl.gov/tcpdump.tar.Z</A></I> </DL> <P> <A NAME="lbAJ">&nbsp;</A> <H2>BUGS</H2> 请把 臭虫 报告 传往 <A HREF="mailto:tcpdump@ee.lbl.gov">tcpdump@ee.lbl.gov</A>. <P> NIT 不允许 监视 你自己的 传出数据, BPF 可以. 我们 建议 你 使用 后者. <P> 应该 试着 重组 IP 分片, 至少可以 为 更高层的 协议 计算出 正确的 长度. <P> 名字服务逆向询问 转储的 不正确: 打印出 (空的)问题部分, 而实际上 询问 放在了 回答部分. 有人 认为 这种 逆向询问 本身就是 bug, 应该 修改 产生问题 的 程序, 而非 tcpdump. <P> 苹果 Ethertalk DDP 的 报文 应该 象 KIP DDP 的 报文 一样 容易 转储, 事实 却 不是 这样. 即使 我们 有意 作点什么 来 促销 Ethertalk (我们没有), LBL 也不允许 Ethertalk 出现在 它的 任何网络上, 所以 我们 没办法 测试 这些代码. <P> 如果 报文的 路径上 出现 夏时制时间 变化, 可能 导致 时戳 混乱. (这个时间变化将忽略) <P> 操作 FDDI 报头的 过滤器表达式 假设 所有的 FDDI 报文 被封装在 以太报文 中. 这对 IP, ARP 和 DECNET Phase IV 无疑是 正确的, 但对 某些 协议 如 ISO CLNS 不正确. 因此, 过滤器 有可能会 糊里糊涂的 的 接收 一些 并不真正 匹配 过滤器表达式 的 报文. <P> <A NAME="lbAK">&nbsp;</A> <H2>[中文版维护人]</H2> <B>徐明 &lt;<A HREF="mailto:xuming@users.sourceforge.net">xuming@users.sourceforge.net</A>&gt;</B> <A NAME="lbAL">&nbsp;</A> <H2>[中文版最新更新]</H2> <B>2003/05/13</B> <A NAME="lbAM">&nbsp;</A> <H2>《中国Linux论坛man手册页翻译计划》</H2> <B><A HREF="http://cmpp.linuxforum.net">http://cmpp.linuxforum.net</A></B> <P> <HR> <A NAME="index">&nbsp;</A><H2>Index</H2> <DL> <DT><A HREF="#lbAB">NAME</A><DD> <DT><A HREF="#lbAC">总览 (SYNOPSIS)</A><DD> <DT><A HREF="#lbAD">描述 (DESCRIPTION)</A><DD> <DT><A HREF="#lbAE">选项 (OPTIONS)</A><DD> <DT><A HREF="#lbAF">示例 (EXAMPLES)</A><DD> <DT><A HREF="#lbAG">输出格式 (OUTPUT FORMAT)</A><DD> <DT><A HREF="#lbAH">另见 (SEE ALSO)</A><DD> <DT><A HREF="#lbAI">作者 (AUTHORS)</A><DD> <DT><A HREF="#lbAJ">BUGS</A><DD> <DT><A HREF="#lbAK">[中文版维护人]</A><DD> <DT><A HREF="#lbAL">[中文版最新更新]</A><DD> <DT><A HREF="#lbAM">《中国Linux论坛man手册页翻译计划》</A><DD> </DL> <HR> This document was created by <A HREF="/manpages-zh/index.html">man2html</A>, using the manual pages.<BR> Time: 13:13:03 GMT, December 24, 2015 </div></div> </body> </HTML>
yuweijun/yuweijun.github.io
manpages-zh/man8/tcpdump.8.html
HTML
mit
44,767
<!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_21) on Fri May 03 11:00:28 CEST 2013 --> <TITLE> Uses of Package graph </TITLE> <META NAME="date" CONTENT="2013-05-03"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Package graph"; } } </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="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&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-files/index-1.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;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../index.html?graph/package-use.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-use.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> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Package<br>graph</B></H2> </CENTER> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Packages that use <A HREF="../graph/package-summary.html">graph</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#graph"><B>graph</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#graph.objects"><B>graph.objects</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#graph.util"><B>graph.util</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#gui.control"><B>gui.control</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#gui.menu"><B>gui.menu</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#gui.minimap"><B>gui.minimap</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#render"><B>render</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="graph"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Classes in <A HREF="../graph/package-summary.html">graph</A> used by <A HREF="../graph/package-summary.html">graph</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../graph/class-use/Edges.html#graph"><B>Edges</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Trieda sa stara o ulozenie vsetkych hran zo suboru.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../graph/class-use/GraphHolder.html#graph"><B>GraphHolder</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Trieda sa stara o ulozenie celeho grafu, respektive riadi ulozenie Vrcholov a hran.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../graph/class-use/VerticesPool.html#graph"><B>VerticesPool</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Tato trieda sa stara o ulozenie vsetkych vrcholov do pametovo namapovanych suborov.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="graph.objects"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Classes in <A HREF="../graph/package-summary.html">graph</A> used by <A HREF="../graph/objects/package-summary.html">graph.objects</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../graph/class-use/VerticesPool.html#graph.objects"><B>VerticesPool</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Tato trieda sa stara o ulozenie vsetkych vrcholov do pametovo namapovanych suborov.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="graph.util"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Classes in <A HREF="../graph/package-summary.html">graph</A> used by <A HREF="../graph/util/package-summary.html">graph.util</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../graph/class-use/VerticesPool.html#graph.util"><B>VerticesPool</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Tato trieda sa stara o ulozenie vsetkych vrcholov do pametovo namapovanych suborov.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="gui.control"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Classes in <A HREF="../graph/package-summary.html">graph</A> used by <A HREF="../gui/control/package-summary.html">gui.control</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../graph/class-use/GraphHolder.html#gui.control"><B>GraphHolder</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Trieda sa stara o ulozenie celeho grafu, respektive riadi ulozenie Vrcholov a hran.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../graph/class-use/VerticesPool.html#gui.control"><B>VerticesPool</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Tato trieda sa stara o ulozenie vsetkych vrcholov do pametovo namapovanych suborov.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="gui.menu"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Classes in <A HREF="../graph/package-summary.html">graph</A> used by <A HREF="../gui/menu/package-summary.html">gui.menu</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../graph/class-use/DirectedCorpusGraph.html#gui.menu"><B>DirectedCorpusGraph</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Implementacia directed grafu urcena pre corpus, velmy velky graf.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../graph/class-use/GraphHolder.html#gui.menu"><B>GraphHolder</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Trieda sa stara o ulozenie celeho grafu, respektive riadi ulozenie Vrcholov a hran.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../graph/class-use/VerticesPool.html#gui.menu"><B>VerticesPool</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Tato trieda sa stara o ulozenie vsetkych vrcholov do pametovo namapovanych suborov.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="gui.minimap"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Classes in <A HREF="../graph/package-summary.html">graph</A> used by <A HREF="../gui/minimap/package-summary.html">gui.minimap</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../graph/class-use/VerticesPool.html#gui.minimap"><B>VerticesPool</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Tato trieda sa stara o ulozenie vsetkych vrcholov do pametovo namapovanych suborov.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="render"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Classes in <A HREF="../graph/package-summary.html">graph</A> used by <A HREF="../render/package-summary.html">render</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../graph/class-use/GraphHolder.html#render"><B>GraphHolder</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Trieda sa stara o ulozenie celeho grafu, respektive riadi ulozenie Vrcholov a hran.</TD> </TR> </TABLE> &nbsp; <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&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-files/index-1.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;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../index.html?graph/package-use.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-use.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> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML>
sekys/ivis
project/doc/graph/package-use.html
HTML
mit
12,478
<!DOCTYPE html> <html class="no-js"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title></title> <meta name="description" content=""> <meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1, maximum-scale=1"> <!-- <meta name="viewport" content="width=device-width, initial-scale=1"> --> <!-- Place favicon.ico and apple-touch-icon(s) in the root directory --> <link rel="stylesheet" href="css/main.css"> <script src="js/vendor/modernizr-2.7.1.min.js"></script> </head> <body> <!--[if lt IE 8]> <p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p> <![endif]--> <!-- Add your site or application content here --> <p>Hello world! This is JimmyWeb's customized HTML5 Boilerplate.</p> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script> <script>window.jQuery || document.write('<script src="js/vendor/jquery-1.11.0.min.js"><\/script>')</script> <script src="js/plugins.js"></script> <script src="js/main.js"></script> <!-- Google Analytics: change UA-XXXXX-X to be your site's ID. --> <script> (function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]= function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date; e=o.createElement(i);r=o.getElementsByTagName(i)[0]; e.src='//www.google-analytics.com/analytics.js'; r.parentNode.insertBefore(e,r)}(window,document,'script','ga')); ga('create','UA-XXXXX-X');ga('send','pageview'); </script> </body> </html>
jimmyweb/boilerplate
index.html
HTML
mit
1,847
<html> <head> <!--MSDN includes jQuery, but we need to include it locally when not on MSDN--> <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script> <script type="text/javascript" src="../js/main.js"></script> <script type="text/javascript" src="../js/shCore.js"></script> <script type="text/javascript" src="../js/shBrushCSharp.js"></script> <script type="text/javascript" src="../js/shBrushXml.js"></script> <link href="../css/styles.css" rel="stylesheet" type="text/css"/> <link href="../css/shCore.css" rel="stylesheet" type="text/css" /> <link href="../css/shThemeDefault.css" rel="stylesheet" type="text/css" /> </head> <body> <p>EDIT: Turns out it's way too complicated to support having different element types under the tab. And there's no real use case for that. I should just switch all to divs, and it works correctly.</p> <p>This is a sample of using tabs with different types of children. The tabs should support having elements of different types, like one is a div element, and another is a pre element.</p> <div class="tabs"> <div data-tab="XML">Some XML content</div> <div data-tab="C#">Some C# content</div> </div> </body> </html>
WindowsNotifications/msdn-blog-code
samples/tabs-with-different-child-types.html
HTML
mit
1,284
<h1>Vanhat Norssit semanttisessa webissä</h1> <h4 class="norssi-slogan">Non scholae sed vitae</h4> <p> Norssimatrikkelista luotuja tilastoja. Esitykset luodaan vasemmanpuoleisissa suodattimissa tehtyjen valintojen perusteella. Lähde: <a href="http://www.norssit.fi/matrikkelit.html">Helsingin Norssin matrikkeli 1867-1992</a> </p>
SemanticComputing/norssit
src/views/norssit.description.statistics.partial.html
HTML
mit
335
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>poltac: 1 m 38 s</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.8.0 / poltac - 0.8.8</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> poltac <small> 0.8.8 <span class="label label-success">1 m 38 s</span> </small> </h1> <p><em><script>document.write(moment("2020-09-14 18:10:41 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-09-14 18:10:41 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base camlp5 7.13 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-m4 1 Virtual package relying on m4 coq 8.8.0 Formal proof management system. num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.05.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.05.0 Official 4.05.0 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.8.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;thery@sophia.inria.fr&quot; homepage: &quot;https://github.com/thery/PolTac&quot; bug-reports: &quot;https://github.com/thery/PolTac&quot; dev-repo: &quot;git://github.com/thery/PolTac&quot; license: &quot;LGPL&quot; authors: [&quot;Laurent Théry&quot;] install: [ [make] [make &quot;install&quot;] ] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/PolTac&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.8~&quot; &amp; &lt; &quot;8.11&quot;} ] synopsis: &quot;A set of tactics to deal with inequalities in Coq over N, Z and R:&quot; flags: light-uninstall url { src: &quot;https://github.com/thery/PolTac/archive/8.8.zip&quot; checksum: &quot;md5=ce09898d4435b50a4a9503d41623222f&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-poltac.0.8.8 coq.8.8.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 4000000; timeout 2h opam install -y --deps-only coq-poltac.0.8.8 coq.8.8.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>6 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-poltac.0.8.8 coq.8.8.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>1 m 38 s</dd> </dl> <h2>Installation size</h2> <p>Total: 3 M</p> <ul> <li>173 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/PolSBase.vo</code></li> <li>158 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/PolAux.glob</code></li> <li>142 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/PolAux.vo</code></li> <li>118 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/RSignTac.vo</code></li> <li>100 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/ZSignTac.vo</code></li> <li>88 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/PolSBase.glob</code></li> <li>81 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/PolFBase.vo</code></li> <li>80 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/RSignTac.glob</code></li> <li>77 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/ReplaceTest.vo</code></li> <li>58 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/NatPolR.vo</code></li> <li>57 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/RPolR.vo</code></li> <li>56 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/NPolR.vo</code></li> <li>56 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/Rex.vo</code></li> <li>56 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/ZPolR.vo</code></li> <li>53 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/Zex.vo</code></li> <li>52 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/PolRBase.vo</code></li> <li>51 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/NatPolS.vo</code></li> <li>51 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/NPolS.vo</code></li> <li>50 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/RPolS.vo</code></li> <li>50 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/ZPolS.vo</code></li> <li>49 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/NAux.vo</code></li> <li>49 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/NPolF.vo</code></li> <li>49 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/NatPolF.vo</code></li> <li>49 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/Natex.vo</code></li> <li>49 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/Nex.vo</code></li> <li>49 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/ZPolF.vo</code></li> <li>48 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/RPolF.vo</code></li> <li>48 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/NSignTac.vo</code></li> <li>45 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/PolTac.vo</code></li> <li>45 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/RGroundTac.vo</code></li> <li>42 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/RPolTac.vo</code></li> <li>40 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/ZPolTac.vo</code></li> <li>40 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/NatSignTac.vo</code></li> <li>40 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/ReplaceTest.glob</code></li> <li>40 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/NPolTac.vo</code></li> <li>39 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/NatPolTac.vo</code></li> <li>34 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/PolFBase.glob</code></li> <li>34 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/PolAux.v</code></li> <li>32 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/NGroundTac.vo</code></li> <li>31 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/PolSBase.v</code></li> <li>30 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/PolAuxList.vo</code></li> <li>28 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/NatGroundTac.vo</code></li> <li>26 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/NSignTac.glob</code></li> <li>26 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/ZSignTac.glob</code></li> <li>24 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/RSignTac.v</code></li> <li>20 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/PolRBase.glob</code></li> <li>18 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/NatSignTac.glob</code></li> <li>15 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/NAux.glob</code></li> <li>14 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/ZSignTac.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/PolFBase.v</code></li> <li>8 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/Rex.glob</code></li> <li>7 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/RPolR.glob</code></li> <li>6 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/NatPolR.glob</code></li> <li>6 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/NSignTac.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/Zex.glob</code></li> <li>6 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/NPolR.glob</code></li> <li>6 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/ZPolR.glob</code></li> <li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/NatSignTac.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/ReplaceTest.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/NatPolR.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/PolRBase.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/ZPolR.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/NPolR.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/RPolR.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/NAux.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/Nex.glob</code></li> <li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/Natex.glob</code></li> <li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/NPolS.glob</code></li> <li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/RPolS.glob</code></li> <li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/ZPolS.glob</code></li> <li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/NatPolS.glob</code></li> <li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/NPolF.glob</code></li> <li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/ZPolF.glob</code></li> <li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/NatPolF.glob</code></li> <li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/P.vo</code></li> <li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/RPolF.glob</code></li> <li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/PolAuxList.glob</code></li> <li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/NPolS.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/NatPolS.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/Replace2.vo</code></li> <li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/RGroundTac.glob</code></li> <li>2 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/RPolS.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/ZPolS.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/NatPolF.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/NPolF.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/ZPolF.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/NatGroundTac.glob</code></li> <li>2 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/RPolF.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/RGroundTac.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/PolTac.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/Rex.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/Zex.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/PolAuxList.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/Nex.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/Natex.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/NatGroundTac.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/PolTac.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/NGroundTac.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/Replace2.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/P.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/NGroundTac.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/NPolTac.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/NatPolTac.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/ZPolTac.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/RPolTac.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/P.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/NPolTac.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/NatPolTac.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/ZPolTac.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/RPolTac.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/PolTac/Replace2.glob</code></li> </ul> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-poltac.0.8.8</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.05.0-2.0.6/released/8.8.0/poltac/0.8.8.html
HTML
mit
18,492
<!DOCTYPE html> <html> <head> <!-- [[! Document Settings ]] --> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <!-- [[! Page Meta ]] --> <title>PyeongHo Factory</title> <meta name="description" content="PyeongHo Factory - 즐거운 공장" /> <meta name="HandheldFriendly" content="True" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link rel="shortcut icon" href="/assets/images/favicon.ico" > <!-- [[! Styles'n'Scripts ]] --> <link rel="stylesheet" type="text/css" href="/assets/css/screen.css" /> <link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Merriweather:300,700,700italic,300italic|Open+Sans:700,400" /> <link rel="stylesheet" type="text/css" href="/assets/css/syntax.css" /> <!-- [[! highlight.js ]] --> <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.3.0/styles/default.min.css"> <style>.hljs { background: none; }</style> <script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.3.0/highlight.min.js"></script> <script>hljs.initHighlightingOnLoad();</script> <!-- [[! Ghost outputs important style and meta data with this tag ]] --> <link rel="canonical" href="/" /> <meta name="referrer" content="origin" /> <link rel="next" href="/page2/" /> <meta property="og:site_name" content="PyeongHo Factory" /> <meta property="og:type" content="website" /> <meta property="og:title" content="PyeongHo Factory" /> <meta property="og:description" content="즐거운 공장" /> <meta property="og:url" content="/" /> <meta property="og:image" content="/assets/images/cover1.jpg" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:title" content="PyeongHo Factory" /> <meta name="twitter:description" content="즐거운 공장" /> <meta name="twitter:url" content="/" /> <meta name="twitter:image:src" content="/assets/images/cover1.jpg" /> <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "Website", "publisher": "Finding The Way Home", "url": "/", "image": "/assets/images/cover1.jpg", "description": "즐거운 공장" } </script> <meta name="generator" content="Jekyll 3.0.0" /> <link rel="alternate" type="application/rss+xml" title="PyeongHo Factory" href="/feed.xml" /> </head> <body class="tag-template nav-closed"> <div class="nav"> <h3 class="nav-title">Menu</h3> <a href="#" class="nav-close"> <span class="hidden">Close</span> </a> <ul> <li class="nav-home " role="presentation"><a href="/">Home</a></li> <li class="nav-android " role="presentation"><a href="/tag/android">Android</a></li> <li class="nav-java " role="presentation"><a href="/tag/java">Java</a></li> <li class="nav-book " role="presentation"><a href="/tag/book">Book</a></li> <li class="nav-conference " role="presentation"><a href="/tag/conference">Conference</a></li> <li class="nav-githubpage " role="presentation"><a href="/tag/githubpage">githubpage</a></li> <li class="nav-ios " role="presentation"><a href="/tag/iOS">iOS</a></li> <li class="nav-python " role="presentation"><a href="/tag/python">Python</a></li> <li class="nav-security " role="presentation"><a href="/tag/security">Security</a></li> <li class="nav-etc" role="presentation"><a href="/tag/etc">ETC</a></li> </ul> <a class="subscribe-button icon-feed" href="/feed.xml">Subscribe</a> </div> <span class="nav-cover"></span> <div class="site-wrapper"> <!-- [[! Everything else gets inserted here ]] --> <!-- < dynamically overriding backgrounds for tags as well as descriptions --> <!-- < default}} --> <!-- The tag above means - insert everything in this file into the [body] of the default.hbs template --> <!-- If we have a tag cover, display that - else blog cover - else nothing --> <header class="main-header tag-head " style="background-image: url(/assets/images/cover2.jpg) "> <nav class="main-nav overlay clearfix"> <a class="blog-logo" href="/"><img src="/assets/images/ghost.png" alt="Blog Logo" /></a> <a class="menu-button icon-menu" href="#"><span class="word">Menu</span></a> </nav> <div class="vertical"> <div class="main-header-content inner"> <h1 class="page-title">Owasp</h1> <h2 class="page-description"> A 3-post collection </h2> </div> </div> </header> <!-- The main content area on the homepage --> <main id="content" class="content" role="main"> <!-- The tag below includes the post loop - partials/loop.hbs --> <!-- Previous/next page links - only displayed on page 2+ --> <div class="extra-pagination inner"> <nav class="pagination" role="pagination"> <span class="page-number"> Page 1 of 1 </span> </nav> </div> <!-- This is the post loop - each post will be output using this markup --> <article class="post"> <header class="post-header"> <h2 class="post-title"><a href="/mobile-sec.-owasp">OWASP top 10 항목을 이용한 취약점 확인</a></h2> </header> <section class="post-excerpt"> <p>1. Mobile OWASP Top 10 ( 2014) | No | 진단 항목 | 내용 | | ---- | ---- | ---- | | 1 | 서버... <a class="read-more" href="/mobile-sec.-owasp">&raquo;</a></p> </section> <footer class="post-meta"> <img class="author-thumb" src="/assets/images/casper.png" alt="Author image" nopin="nopin" /> <!-- author --> <a href='/author/PyeongHo'>PyeongHo</a> <!-- [[tags prefix=" on "]] --> on <a href='/tag/security'>Security</a>, <a href='/tag/OWASP'>Owasp</a>, <a href='/tag/보안점검'>보안점검</a> <time class="post-date" datetime="2016-12-23">23 Dec 2016</time> </footer> </article> <article class="post"> <header class="post-header"> <h2 class="post-title"><a href="/mobile-sec-reverse">APK 바이너리 분석 및 리패키징</a></h2> </header> <section class="post-excerpt"> <p>4. APK 바이너리 분석 및 리패키징 1.첨부된 apk 의 코드를 확인 한다. 이용하는 툴은 jd-gui-windows-1.4.0.zip , dex2jar-2.0.zip iamaboy.apk d2j-dex2jar.bat iamaboy.apk iamaboy-dex2jar.jar 파일 생성을 확인한다. 다른 툴인... <a class="read-more" href="/mobile-sec-reverse">&raquo;</a></p> </section> <footer class="post-meta"> <img class="author-thumb" src="/assets/images/casper.png" alt="Author image" nopin="nopin" /> <!-- author --> <a href='/author/PyeongHo'>PyeongHo</a> <!-- [[tags prefix=" on "]] --> on <a href='/tag/security'>Security</a>, <a href='/tag/OWASP'>Owasp</a>, <a href='/tag/보안점검'>보안점검</a> <time class="post-date" datetime="2016-12-23">23 Dec 2016</time> </footer> </article> <article class="post"> <header class="post-header"> <h2 class="post-title"><a href="/mobile-sec-coding">모바일앱 보안코딩</a></h2> </header> <section class="post-excerpt"> <p>andorid-java 시큐어 코딩 가이드 | 뷴류 | 취약점 명칭 | 위험도 |CWE-ID| | ---- | ---- | ---- |---- | |입력데이터 검증 및 표현|상대 디렉터리 경로... <a class="read-more" href="/mobile-sec-coding">&raquo;</a></p> </section> <footer class="post-meta"> <img class="author-thumb" src="/assets/images/casper.png" alt="Author image" nopin="nopin" /> <!-- author --> <a href='/author/PyeongHo'>PyeongHo</a> <!-- [[tags prefix=" on "]] --> on <a href='/tag/security'>Security</a>, <a href='/tag/OWASP'>Owasp</a>, <a href='/tag/시큐어코딩'>시큐어코딩</a> <time class="post-date" datetime="2016-12-23">23 Dec 2016</time> </footer> </article> <!-- Previous/next page links - displayed on every page --> <nav class="pagination" role="pagination"> <span class="page-number"> Page 1 of 1 </span> </nav> </main> <footer class="site-footer clearfix"> <section class="copyright"><a href="/">PyeongHo Factory</a> &copy; 2021</section> <section class="poweredby">Proudly published with <a href="https://jekyllrb.com/">Jekyll</a> using <a href="https://github.com/biomadeira/jasper">Jasper</a></section> </footer> </div> <!-- [[! Ghost outputs important scripts and data with this tag ]] --> <script type="text/javascript" src="https://code.jquery.com/jquery-1.11.3.min.js"></script> <!-- [[! The main JavaScript file for Casper ]] --> <script type="text/javascript" src="/assets/js/jquery.fitvids.js"></script> <script type="text/javascript" src="/assets/js/index.js"></script> <!-- Add Google Analytics --> <!-- Google Analytics Tracking code --> <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-90332203-1', 'auto'); ga('send', 'pageview'); </script> </body> </html>
pyeongho/pyeongho.github.io
tag/OWASP/index.html
HTML
mit
10,671
<!doctype html> <html class="no-js" lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title></title> <link rel="stylesheet" type="text/css" href="https://physicsmatters.physics.mcgill.ca/assets/css/styles_feeling_responsive.css"> <script src="https://physicsmatters.physics.mcgill.ca/assets/js/modernizr.min.js"></script> <script src="https://ajax.googleapis.com/ajax/libs/webfont/1.5.18/webfont.js"></script> <script> WebFont.load({ google: { families: [ 'Lato:400,700,400italic:latin', 'Volkhov::latin' ] } }); </script> <noscript> <link href='http://fonts.googleapis.com/css?family=Lato:400,700,400italic%7CVolkhov' rel='stylesheet' type='text/css'> </noscript> <!-- Search Engine Optimization --> <meta name="description" content=""> <meta name="google-site-verification" content="Vk0IOJ2jwG_qEoG7fuEXYqv0m2rLa8P778Fi_GrsgEQ"> <meta name="msvalidate.01" content="0FB4C028ABCF07C908C54386ABD2D97F" > <link rel="author" href="https://plus.google.com/u/0/118311555303973066167"> <link rel="canonical" href="https://physicsmatters.physics.mcgill.ca/volunteers/"> <!-- Facebook Open Graph --> <meta property="og:title" content=""> <meta property="og:description" content=""> <meta property="og:url" content="https://physicsmatters.physics.mcgill.ca/volunteers/"> <meta property="og:locale" content="en_EN"> <meta property="og:type" content="website"> <meta property="og:site_name" content="Physics Matters McGill"> <meta property="article:author" content="https://www.facebook.com/physicsmatters"> <link type="text/plain" rel="author" href="https://physicsmatters.physics.mcgill.ca/humans.txt"> <link rel="icon" sizes="32x32" href="/assets/img/favicon-32x32.png"> <link rel="icon" sizes="192x192" href="/assets/img/touch-icon-192x192.png"> <link rel="apple-touch-icon-precomposed" sizes="180x180" href="/assets/img/apple-touch-icon-180x180-precomposed.png"> <link rel="apple-touch-icon-precomposed" sizes="152x152" href="/assets/img/apple-touch-icon-152x152-precomposed.png"> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="/assets/img/apple-touch-icon-144x144-precomposed.png"> <link rel="apple-touch-icon-precomposed" sizes="120x120" href="/assets/img/apple-touch-icon-120x120-precomposed.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="/assets/img/apple-touch-icon-114x114-precomposed.png"> <link rel="apple-touch-icon-precomposed" sizes="76x76" href="/assets/img/apple-touch-icon-76x76-precomposed.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="/assets/img/apple-touch-icon-72x72-precomposed.png"> <link rel="apple-touch-icon-precomposed" href="/assets/img/apple-touch-icon-precomposed.png"> <meta name="msapplication-TileImage" content="/assets/img/msapplication_tileimage.png"> <meta name="msapplication-TileColor" content="#fabb00"> </head> <body id="top-of-page" class="post"> <div id="navigation" class="sticky"> <nav class="top-bar" role="navigation" data-topbar> <ul class="title-area"> <li class="name"> <h1 class="show-for-small-only"><a href="https://physicsmatters.physics.mcgill.ca/" class="icon-tree"> Physics Matters McGill</a></h1> </li> <!-- Remove the class "menu-icon" to get rid of menu icon. Take out "Menu" to just have icon alone --> <li class="toggle-topbar menu-icon"><a href="#"><span>Nav</span></a></li> </ul> <section class="top-bar-section"> <ul class="right"> <li class="divider"></li> <li class="active"><a href="https://physicsmatters.physics.mcgill.ca/volunteers/">en</a></li> <li class="divider"></li> <li><a href="https://physicsmatters.physics.mcgill.ca/volunteers_fr/">fr</a></li> </ul> <ul class="left"> <li><a href="https://physicsmatters.physics.mcgill.ca/">Home</a></li> <li class="divider"></li> <li class="has-dropdown"> <a href="https://physicsmatters.physics.mcgill.ca/about/">About</a> <ul class="dropdown"> <li><a href="https://physicsmatters.physics.mcgill.ca/contact/">Contact</a></li> <li><a href="https://physicsmatters.physics.mcgill.ca/volunteers/">Volunteer Profiles</a></li> </ul> </li> <li class="divider"></li> <li class="has-dropdown"> <a href="https://physicsmatters.physics.mcgill.ca/educators/">For educators</a> <ul class="dropdown"> <li><a href="https://physicsmatters.physics.mcgill.ca/virtual-space-explorers/">Virtual Space Explorers</a></li> <li><a href="https://physicsmatters.physics.mcgill.ca/visit-department/">Visit us at McGill</a></li> <li><a href="https://physicsmatters.physics.mcgill.ca/school-programs/">Visits to your classroom</a></li> <li><a href="https://physicsmatters.physics.mcgill.ca/teacher-training/">Physics for teachers</a></li> <li><a href="https://physicsmatters.physics.mcgill.ca/activities/">Activity guides</a></li> </ul> </li> <li class="divider"></li> <li class="has-dropdown"> <a href="https://physicsmatters.physics.mcgill.ca/students/">For students</a> <ul class="dropdown"> <li><a href="https://www.physics.mcgill.ca/hackathon/" target="_blank">McGill Physics Hackathon</a></li> <li><a href="https://physicsmatters.physics.mcgill.ca/students/">Visit us at McGill</a></li> <li><a href="https://physicsmatters.physics.mcgill.ca/masterclass/">ATLAS Masterclass</a></li> <li><a href="https://physicsmatters.physics.mcgill.ca/mpop/">McGill Physics Olympiad Program</a></li> <li><a href="https://physicsmatters.physics.mcgill.ca/interns/">Summer Internships</a></li> <li><a href="https://physicsmatters.physics.mcgill.ca/international/">Physics Matters to the World</a></li> <li><a href="https://physicsmatters.physics.mcgill.ca/girls/">Girls in Physics Day</a></li> <li><a href="https://physicsmatters.physics.mcgill.ca/videos/">Physicists on Camera</a></li> </ul> </li> <li class="divider"></li> <li class="has-dropdown"> <a href="https://physicsmatters.physics.mcgill.ca/events/">Public Events</a> <ul class="dropdown"> <li><a href="https://physicsmatters.physics.mcgill.ca/24h-de-science/">24 hours of Science</a></li> <li><a href="https://physicsmatters.physics.mcgill.ca/lectures/">Physics Matters lecture series</a></li> <li><a href="https://physicsmatters.physics.mcgill.ca/mcpherson/">Anna I. McPherson lecture series</a></li> </ul> </li> <li class="divider"></li> <li><a href="https://physicsmatters.physics.mcgill.ca/partners/">Partners</a></li> <li class="divider"></li> </ul> </section> </nav> </div><!-- /#navigation --> <div class="row t30"> <div class="medium-8 columns medium-offset-2 end"> <article itemscope itemtype="http://schema.org/Article"> <header> <div itemprop="name"> <p class="subheadline"></p> <h1>Volunteer Profiles</h1> </div> </header> <p class="teaser" itemprop="description"> </p> <div itemprop="articleSection"> <p><img src="http://www.physics.mcgill.ca/~outreach/team/alicecurtin.jpg" width="20%" /> Alice Curtin <a href="/volunteers/alice_c/">Read her interview here!</a> <br /><br /> <img src="http://www.physics.mcgill.ca/~outreach/team/liaformenti.jpeg" width="20%" /> Lia Formenti <a href="/volunteers/lia_f/">Read her interview here!</a> <br /><br /> <img src="http://www.physics.mcgill.ca/~outreach/team/simonguichandut.jpg" width="20%" /> Simon Guichandut <a href="/volunteers/simon_g/">Read his interview here!</a> <br /><br /> <img src="http://www.physics.mcgill.ca/~outreach/team/mattlundy.jpeg" width="20%" /> Matt Lundy <a href="/volunteers/matt_l/">Read his interview here!</a></p> </div> </article> </div><!-- /.medium-8.columns --> </div><!-- /.row --> <div id="up-to-top" class="row"> <div class="small-12 columns" style="text-align: right;"> <a class="iconfont" href="#top-of-page">&#xf108;</a> </div><!-- /.small-12.columns --> </div><!-- /.row --> <footer id="footer-content" class="bg-grau"> <div id="footer"> <div class="row"> <div class="medium-6 large-5 columns"> <h5 class="shadow-black">About This Site</h5> <p class="shadow-black"> This is the website for the McGill Physics department's outreach group. <a href="https://physicsmatters.physics.mcgill.ca/about/">More ›</a> </p> </div><!-- /.large-6.columns --> <div class="small-6 medium-3 large-3 large-offset-1 columns"> <h5 class="shadow-black">Services</h5> <ul class="no-bullet shadow-black"> <li > <a href="https://physicsmatters.physics.mcgill.ca" title=""></a> </li> <li > <a href="https://physicsmatters.physics.mcgill.ca/feed.xml" title="Subscribe to RSS Feed">RSS</a> </li> <li > <a href="https://physicsmatters.physics.mcgill.ca/atom.xml" title="Subscribe to Atom Feed">Atom</a> </li> <li > <a href="https://physicsmatters.physics.mcgill.ca/sitemap.xml" title="Sitemap for Google Webmaster Tools">sitemap.xml</a> </li> </ul> </div><!-- /.large-4.columns --> <div class="small-6 medium-3 large-3 columns"> <h5 class="shadow-black">Thanks!</h5> <ul class="no-bullet shadow-black"> <li > <a href="https://physicsmatters.physics.mcgill.ca" title=""></a> </li> <li class="logo-phma" > <a href="http://www.physics.mcgill.ca/~chuinard/" target="_blank" title="Anabel Chuinard">Anabel Chuinard for PhMa logos</a> </li> <li class="logo-spaceexplorers" > <a href="http://msi.mcgill.ca/Contact.html" target="_blank" title="Kelly Lepo">Kelly Lepo for Space Explorers logos</a> </li> </ul> </div><!-- /.large-3.columns --> </div><!-- /.row --> </div><!-- /#footer --> <div id="subfooter"> <nav class="row"> <section id="subfooter-left" class="small-12 medium-6 columns credits"> <p>Created with &hearts; by <a href="http://phlow.de/">Phlow</a> with <a href="http://jekyllrb.com/" target="_blank">Jekyll</a> based on <a href="http://phlow.github.io/feeling-responsive/">Feeling Responsive</a>.</p> </section> <section id="subfooter-right" class="small-12 medium-6 columns"> <ul class="inline-list social-icons"> <li><a href="http://www.facebook.com/physicsmatters" target="_blank" class="icon-facebook" title=""></a></li> </ul> </section> </nav> </div><!-- /#subfooter --> </footer> <script src="https://physicsmatters.physics.mcgill.ca/assets/js/javascript.min.js"></script> </body> </html>
physicsmattersmcgill/physicsmattersmcgill
_site/volunteers/index.html
HTML
mit
14,119