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>
<!--[if IE 8]><html class="no-js lt-ie9" lang="ar1" > <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Form Validation — CodeIgniter 3.0.1 documentation</title>
<link rel="shortcut icon" href="../_static/ci-icon.ico"/>
<link href='https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic|Roboto+Slab:400,700|Inconsolata:400,700&subset=latin,cyrillic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="../_static/css/citheme.css" type="text/css" />
<link rel="top" title="CodeIgniter 3.0.1 documentation" href="../index.html"/>
<link rel="up" title="Libraries" href="index.html"/>
<link rel="next" title="FTP Class" href="ftp.html"/>
<link rel="prev" title="File Uploading Class" href="file_uploading.html"/>
<script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.6.2/modernizr.min.js"></script>
</head>
<body class="wy-body-for-nav" role="document">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-nav-search">
<a href="../index.html" class="fa fa-home"> CodeIgniter</a>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
<input type="text" name="q" placeholder="Search docs" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div>
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
<ul>
<li class="toctree-l1"><a class="reference internal" href="../general/welcome.html">Welcome to CodeIgniter</a><ul class="simple">
</ul>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../installation/index.html">Installation Instructions</a><ul>
<li class="toctree-l2"><a class="reference internal" href="../installation/downloads.html">Downloading CodeIgniter</a></li>
<li class="toctree-l2"><a class="reference internal" href="../installation/index.html">Installation Instructions</a></li>
<li class="toctree-l2"><a class="reference internal" href="../installation/upgrading.html">Upgrading From a Previous Version</a></li>
<li class="toctree-l2"><a class="reference internal" href="../installation/troubleshooting.html">Troubleshooting</a></li>
</ul>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../overview/index.html">CodeIgniter Overview</a><ul>
<li class="toctree-l2"><a class="reference internal" href="../overview/getting_started.html">Getting Started</a></li>
<li class="toctree-l2"><a class="reference internal" href="../overview/at_a_glance.html">CodeIgniter at a Glance</a></li>
<li class="toctree-l2"><a class="reference internal" href="../overview/features.html">Supported Features</a></li>
<li class="toctree-l2"><a class="reference internal" href="../overview/appflow.html">Application Flow Chart</a></li>
<li class="toctree-l2"><a class="reference internal" href="../overview/mvc.html">Model-View-Controller</a></li>
<li class="toctree-l2"><a class="reference internal" href="../overview/goals.html">Architectural Goals</a></li>
</ul>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../tutorial/index.html">Tutorial</a><ul>
<li class="toctree-l2"><a class="reference internal" href="../tutorial/static_pages.html">Static pages</a></li>
<li class="toctree-l2"><a class="reference internal" href="../tutorial/news_section.html">News section</a></li>
<li class="toctree-l2"><a class="reference internal" href="../tutorial/create_news_items.html">Create news items</a></li>
<li class="toctree-l2"><a class="reference internal" href="../tutorial/conclusion.html">Conclusion</a></li>
</ul>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../general/index.html">General Topics</a><ul>
<li class="toctree-l2"><a class="reference internal" href="../general/urls.html">CodeIgniter URLs</a></li>
<li class="toctree-l2"><a class="reference internal" href="../general/controllers.html">Controllers</a></li>
<li class="toctree-l2"><a class="reference internal" href="../general/reserved_names.html">Reserved Names</a></li>
<li class="toctree-l2"><a class="reference internal" href="../general/views.html">Views</a></li>
<li class="toctree-l2"><a class="reference internal" href="../general/models.html">Models</a></li>
<li class="toctree-l2"><a class="reference internal" href="../general/helpers.html">Helpers</a></li>
<li class="toctree-l2"><a class="reference internal" href="../general/libraries.html">Using CodeIgniter Libraries</a></li>
<li class="toctree-l2"><a class="reference internal" href="../general/creating_libraries.html">Creating Libraries</a></li>
<li class="toctree-l2"><a class="reference internal" href="../general/drivers.html">Using CodeIgniter Drivers</a></li>
<li class="toctree-l2"><a class="reference internal" href="../general/creating_drivers.html">Creating Drivers</a></li>
<li class="toctree-l2"><a class="reference internal" href="../general/core_classes.html">Creating Core System Classes</a></li>
<li class="toctree-l2"><a class="reference internal" href="../general/ancillary_classes.html">Creating Ancillary Classes</a></li>
<li class="toctree-l2"><a class="reference internal" href="../general/hooks.html">Hooks - Extending the Framework Core</a></li>
<li class="toctree-l2"><a class="reference internal" href="../general/autoloader.html">Auto-loading Resources</a></li>
<li class="toctree-l2"><a class="reference internal" href="../general/common_functions.html">Common Functions</a></li>
<li class="toctree-l2"><a class="reference internal" href="../general/compatibility_functions.html">Compatibility Functions</a></li>
<li class="toctree-l2"><a class="reference internal" href="../general/routing.html">URI Routing</a></li>
<li class="toctree-l2"><a class="reference internal" href="../general/errors.html">Error Handling</a></li>
<li class="toctree-l2"><a class="reference internal" href="../general/caching.html">Caching</a></li>
<li class="toctree-l2"><a class="reference internal" href="../general/profiling.html">Profiling Your Application</a></li>
<li class="toctree-l2"><a class="reference internal" href="../general/cli.html">Running via the CLI</a></li>
<li class="toctree-l2"><a class="reference internal" href="../general/managing_apps.html">Managing your Applications</a></li>
<li class="toctree-l2"><a class="reference internal" href="../general/environments.html">Handling Multiple Environments</a></li>
<li class="toctree-l2"><a class="reference internal" href="../general/alternative_php.html">Alternate PHP Syntax for View Files</a></li>
<li class="toctree-l2"><a class="reference internal" href="../general/security.html">Security</a></li>
<li class="toctree-l2"><a class="reference internal" href="../general/styleguide.html">PHP Style Guide</a></li>
</ul>
</li>
</ul>
<ul class="current">
<li class="toctree-l1 current"><a class="reference internal" href="index.html">Libraries</a><ul class="current">
<li class="toctree-l2"><a class="reference internal" href="benchmark.html">Benchmarking Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="caching.html">Caching Driver</a></li>
<li class="toctree-l2"><a class="reference internal" href="calendar.html">Calendaring Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="cart.html">Shopping Cart Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="config.html">Config Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="email.html">Email Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="encrypt.html">Encrypt Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="encryption.html">Encryption Library</a></li>
<li class="toctree-l2"><a class="reference internal" href="file_uploading.html">File Uploading Class</a></li>
<li class="toctree-l2 current"><a class="current reference internal" href="">Form Validation</a></li>
<li class="toctree-l2"><a class="reference internal" href="ftp.html">FTP Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="image_lib.html">Image Manipulation Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="input.html">Input Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="javascript.html">Javascript Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="language.html">Language Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="loader.html">Loader Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="migration.html">Migrations Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="output.html">Output Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="pagination.html">Pagination Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="parser.html">Template Parser Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="security.html">Security Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="sessions.html">Session Library</a></li>
<li class="toctree-l2"><a class="reference internal" href="table.html">HTML Table Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="trackback.html">Trackback Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="typography.html">Typography Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="unit_testing.html">Unit Testing Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="uri.html">URI Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="user_agent.html">User Agent Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="xmlrpc.html">XML-RPC and XML-RPC Server Classes</a></li>
<li class="toctree-l2"><a class="reference internal" href="zip.html">Zip Encoding Class</a></li>
</ul>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../database/index.html">Database Reference</a><ul>
<li class="toctree-l2"><a class="reference internal" href="../database/examples.html">Quick Start: Usage Examples</a></li>
<li class="toctree-l2"><a class="reference internal" href="../database/configuration.html">Database Configuration</a></li>
<li class="toctree-l2"><a class="reference internal" href="../database/connecting.html">Connecting to a Database</a></li>
<li class="toctree-l2"><a class="reference internal" href="../database/queries.html">Running Queries</a></li>
<li class="toctree-l2"><a class="reference internal" href="../database/results.html">Generating Query Results</a></li>
<li class="toctree-l2"><a class="reference internal" href="../database/helpers.html">Query Helper Functions</a></li>
<li class="toctree-l2"><a class="reference internal" href="../database/query_builder.html">Query Builder Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="../database/transactions.html">Transactions</a></li>
<li class="toctree-l2"><a class="reference internal" href="../database/metadata.html">Getting MetaData</a></li>
<li class="toctree-l2"><a class="reference internal" href="../database/call_function.html">Custom Function Calls</a></li>
<li class="toctree-l2"><a class="reference internal" href="../database/caching.html">Query Caching</a></li>
<li class="toctree-l2"><a class="reference internal" href="../database/forge.html">Database Manipulation with Database Forge</a></li>
<li class="toctree-l2"><a class="reference internal" href="../database/utilities.html">Database Utilities Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="../database/db_driver_reference.html">Database Driver Reference</a></li>
</ul>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../helpers/index.html">Helpers</a><ul>
<li class="toctree-l2"><a class="reference internal" href="../helpers/array_helper.html">Array Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="../helpers/captcha_helper.html">CAPTCHA Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="../helpers/cookie_helper.html">Cookie Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="../helpers/date_helper.html">Date Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="../helpers/directory_helper.html">Directory Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="../helpers/download_helper.html">Download Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="../helpers/email_helper.html">Email Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="../helpers/file_helper.html">File Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="../helpers/form_helper.html">Form Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="../helpers/html_helper.html">HTML Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="../helpers/inflector_helper.html">Inflector Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="../helpers/language_helper.html">Language Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="../helpers/number_helper.html">Number Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="../helpers/path_helper.html">Path Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="../helpers/security_helper.html">Security Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="../helpers/smiley_helper.html">Smiley Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="../helpers/string_helper.html">String Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="../helpers/text_helper.html">Text Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="../helpers/typography_helper.html">Typography Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="../helpers/url_helper.html">URL Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="../helpers/xml_helper.html">XML Helper</a></li>
</ul>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../contributing/index.html">Contributing to CodeIgniter</a><ul>
<li class="toctree-l2"><a class="reference internal" href="../documentation/index.html">Writing CodeIgniter Documentation</a></li>
<li class="toctree-l2"><a class="reference internal" href="../DCO.html">Developer’s Certificate of Origin 1.1</a></li>
</ul>
</li>
</ul>
</div>
</nav>
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
<nav class="wy-nav-top" role="navigation" aria-label="top navigation">
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="../index.html">CodeIgniter</a>
</nav>
<div class="wy-nav-content">
<div class="rst-content">
<div role="navigation" aria-label="breadcrumbs navigation">
<ul class="wy-breadcrumbs">
<li><a href="../index.html">Docs</a> »</li>
<li><a href="index.html">Libraries</a> »</li>
<li>Form Validation</li>
<li class="wy-breadcrumbs-aside">
</li>
</ul>
<hr/>
</div>
<div role="main" class="document">
<div class="section" id="form-validation">
<h1><a class="toc-backref" href="#id6">Form Validation</a><a class="headerlink" href="#form-validation" title="Permalink to this headline">¶</a></h1>
<p>CodeIgniter provides a comprehensive form validation and data prepping
class that helps minimize the amount of code you’ll write.</p>
<div class="contents topic" id="page-contents">
<p class="topic-title first">Page Contents</p>
<ul class="simple">
<li><a class="reference internal" href="#form-validation" id="id6">Form Validation</a><ul>
<li><a class="reference internal" href="#overview" id="id7">Overview</a></li>
<li><a class="reference internal" href="#form-validation-tutorial" id="id8">Form Validation Tutorial</a><ul>
<li><a class="reference internal" href="#the-form" id="id9">The Form</a></li>
<li><a class="reference internal" href="#the-success-page" id="id10">The Success Page</a></li>
<li><a class="reference internal" href="#the-controller" id="id11">The Controller</a></li>
<li><a class="reference internal" href="#try-it" id="id12">Try it!</a></li>
<li><a class="reference internal" href="#explanation" id="id13">Explanation</a></li>
<li><a class="reference internal" href="#setting-validation-rules" id="id14">Setting Validation Rules</a></li>
<li><a class="reference internal" href="#setting-rules-using-an-array" id="id15">Setting Rules Using an Array</a></li>
<li><a class="reference internal" href="#cascading-rules" id="id16">Cascading Rules</a></li>
<li><a class="reference internal" href="#prepping-data" id="id17">Prepping Data</a></li>
<li><a class="reference internal" href="#re-populating-the-form" id="id18">Re-populating the form</a></li>
<li><a class="reference internal" href="#callbacks-your-own-validation-methods" id="id19">Callbacks: Your own Validation Methods</a></li>
<li><a class="reference internal" href="#callable-use-anything-as-a-rule" id="id20">Callable: Use anything as a rule</a></li>
<li><a class="reference internal" href="#setting-error-messages" id="id21">Setting Error Messages</a></li>
<li><a class="reference internal" href="#translating-field-names" id="id22">Translating Field Names</a></li>
<li><a class="reference internal" href="#changing-the-error-delimiters" id="id23">Changing the Error Delimiters</a></li>
<li><a class="reference internal" href="#showing-errors-individually" id="id24">Showing Errors Individually</a></li>
<li><a class="reference internal" href="#validating-an-array-other-than-post" id="id25">Validating an Array (other than $_POST)</a></li>
</ul>
</li>
<li><a class="reference internal" href="#saving-sets-of-validation-rules-to-a-config-file" id="id26">Saving Sets of Validation Rules to a Config File</a><ul>
<li><a class="reference internal" href="#how-to-save-your-rules" id="id27">How to save your rules</a></li>
<li><a class="reference internal" href="#creating-sets-of-rules" id="id28">Creating Sets of Rules</a></li>
<li><a class="reference internal" href="#calling-a-specific-rule-group" id="id29">Calling a Specific Rule Group</a></li>
<li><a class="reference internal" href="#associating-a-controller-method-with-a-rule-group" id="id30">Associating a Controller Method with a Rule Group</a></li>
</ul>
</li>
<li><a class="reference internal" href="#using-arrays-as-field-names" id="id31">Using Arrays as Field Names</a></li>
<li><a class="reference internal" href="#rule-reference" id="id32">Rule Reference</a></li>
<li><a class="reference internal" href="#prepping-reference" id="id33">Prepping Reference</a></li>
<li><a class="reference internal" href="#class-reference" id="id34">Class Reference</a></li>
<li><a class="reference internal" href="#helper-reference" id="id35">Helper Reference</a></li>
</ul>
</li>
</ul>
</div>
<div class="section" id="overview">
<h2><a class="toc-backref" href="#id7">Overview</a><a class="headerlink" href="#overview" title="Permalink to this headline">¶</a></h2>
<p>Before explaining CodeIgniter’s approach to data validation, let’s
describe the ideal scenario:</p>
<ol class="arabic simple">
<li>A form is displayed.</li>
<li>You fill it in and submit it.</li>
<li>If you submitted something invalid, or perhaps missed a required
item, the form is redisplayed containing your data along with an
error message describing the problem.</li>
<li>This process continues until you have submitted a valid form.</li>
</ol>
<p>On the receiving end, the script must:</p>
<ol class="arabic simple">
<li>Check for required data.</li>
<li>Verify that the data is of the correct type, and meets the correct
criteria. For example, if a username is submitted it must be
validated to contain only permitted characters. It must be of a
minimum length, and not exceed a maximum length. The username can’t
be someone else’s existing username, or perhaps even a reserved word.
Etc.</li>
<li>Sanitize the data for security.</li>
<li>Pre-format the data if needed (Does the data need to be trimmed? HTML
encoded? Etc.)</li>
<li>Prep the data for insertion in the database.</li>
</ol>
<p>Although there is nothing terribly complex about the above process, it
usually requires a significant amount of code, and to display error
messages, various control structures are usually placed within the form
HTML. Form validation, while simple to create, is generally very messy
and tedious to implement.</p>
</div>
<div class="section" id="form-validation-tutorial">
<h2><a class="toc-backref" href="#id8">Form Validation Tutorial</a><a class="headerlink" href="#form-validation-tutorial" title="Permalink to this headline">¶</a></h2>
<p>What follows is a “hands on” tutorial for implementing CodeIgniters Form
Validation.</p>
<p>In order to implement form validation you’ll need three things:</p>
<ol class="arabic simple">
<li>A <a class="reference internal" href="../general/views.html"><em>View</em></a> file containing a form.</li>
<li>A View file containing a “success” message to be displayed upon
successful submission.</li>
<li>A <a class="reference internal" href="../general/controllers.html"><em>controller</em></a> method to receive and
process the submitted data.</li>
</ol>
<p>Let’s create those three things, using a member sign-up form as the
example.</p>
<div class="section" id="the-form">
<h3><a class="toc-backref" href="#id9">The Form</a><a class="headerlink" href="#the-form" title="Permalink to this headline">¶</a></h3>
<p>Using a text editor, create a form called myform.php. In it, place this
code and save it to your application/views/ folder:</p>
<div class="highlight-ci"><div class="highlight"><pre><span class="o"><</span><span class="nx">html</span><span class="o">></span>
<span class="o"><</span><span class="nx">head</span><span class="o">></span>
<span class="o"><</span><span class="nx">title</span><span class="o">></span><span class="nx">My</span> <span class="nx">Form</span><span class="o"></</span><span class="nx">title</span><span class="o">></span>
<span class="o"></</span><span class="nx">head</span><span class="o">></span>
<span class="o"><</span><span class="nx">body</span><span class="o">></span>
<span class="o"><?</span><span class="nx">php</span> <span class="k">echo</span> <span class="nx">validation_errors</span><span class="p">();</span> <span class="cp">?></span>
<span class="cp"><?php</span> <span class="k">echo</span> <span class="nx">form_open</span><span class="p">(</span><span class="s1">'form'</span><span class="p">);</span> <span class="cp">?></span>
<span class="nt"><h5></span>Username<span class="nt"></h5></span>
<span class="nt"><input</span> <span class="na">type=</span><span class="s">"text"</span> <span class="na">name=</span><span class="s">"username"</span> <span class="na">value=</span><span class="s">""</span> <span class="na">size=</span><span class="s">"50"</span> <span class="nt">/></span>
<span class="nt"><h5></span>Password<span class="nt"></h5></span>
<span class="nt"><input</span> <span class="na">type=</span><span class="s">"text"</span> <span class="na">name=</span><span class="s">"password"</span> <span class="na">value=</span><span class="s">""</span> <span class="na">size=</span><span class="s">"50"</span> <span class="nt">/></span>
<span class="nt"><h5></span>Password Confirm<span class="nt"></h5></span>
<span class="nt"><input</span> <span class="na">type=</span><span class="s">"text"</span> <span class="na">name=</span><span class="s">"passconf"</span> <span class="na">value=</span><span class="s">""</span> <span class="na">size=</span><span class="s">"50"</span> <span class="nt">/></span>
<span class="nt"><h5></span>Email Address<span class="nt"></h5></span>
<span class="nt"><input</span> <span class="na">type=</span><span class="s">"text"</span> <span class="na">name=</span><span class="s">"email"</span> <span class="na">value=</span><span class="s">""</span> <span class="na">size=</span><span class="s">"50"</span> <span class="nt">/></span>
<span class="nt"><div><input</span> <span class="na">type=</span><span class="s">"submit"</span> <span class="na">value=</span><span class="s">"Submit"</span> <span class="nt">/></div></span>
<span class="nt"></form></span>
<span class="nt"></body></span>
<span class="nt"></html></span>
</pre></div>
</div>
</div>
<div class="section" id="the-success-page">
<h3><a class="toc-backref" href="#id10">The Success Page</a><a class="headerlink" href="#the-success-page" title="Permalink to this headline">¶</a></h3>
<p>Using a text editor, create a form called formsuccess.php. In it, place
this code and save it to your application/views/ folder:</p>
<div class="highlight-ci"><div class="highlight"><pre><span class="o"><</span><span class="nx">html</span><span class="o">></span>
<span class="o"><</span><span class="nx">head</span><span class="o">></span>
<span class="o"><</span><span class="nx">title</span><span class="o">></span><span class="nx">My</span> <span class="nx">Form</span><span class="o"></</span><span class="nx">title</span><span class="o">></span>
<span class="o"></</span><span class="nx">head</span><span class="o">></span>
<span class="o"><</span><span class="nx">body</span><span class="o">></span>
<span class="o"><</span><span class="nx">h3</span><span class="o">></span><span class="nx">Your</span> <span class="nx">form</span> <span class="nx">was</span> <span class="nx">successfully</span> <span class="nx">submitted</span><span class="o">!</</span><span class="nx">h3</span><span class="o">></span>
<span class="o"><</span><span class="nx">p</span><span class="o">><?</span><span class="nx">php</span> <span class="k">echo</span> <span class="nx">anchor</span><span class="p">(</span><span class="s1">'form'</span><span class="p">,</span> <span class="s1">'Try it again!'</span><span class="p">);</span> <span class="cp">?></span><span class="nt"></p></span>
<span class="nt"></body></span>
<span class="nt"></html></span>
</pre></div>
</div>
</div>
<div class="section" id="the-controller">
<h3><a class="toc-backref" href="#id11">The Controller</a><a class="headerlink" href="#the-controller" title="Permalink to this headline">¶</a></h3>
<p>Using a text editor, create a controller called form.php. In it, place
this code and save it to your application/controllers/ folder:</p>
<div class="highlight-ci"><div class="highlight"><pre><span class="o"><?</span><span class="nx">php</span>
<span class="k">class</span> <span class="nc">Form</span> <span class="k">extends</span> <span class="nx">CI_Controller</span> <span class="p">{</span>
<span class="k">public</span> <span class="k">function</span> <span class="nf">index</span><span class="p">()</span>
<span class="p">{</span>
<span class="nv">$this</span><span class="o">-></span><span class="na">load</span><span class="o">-></span><span class="na">helper</span><span class="p">(</span><span class="k">array</span><span class="p">(</span><span class="s1">'form'</span><span class="p">,</span> <span class="s1">'url'</span><span class="p">));</span>
<span class="nv">$this</span><span class="o">-></span><span class="na">load</span><span class="o">-></span><span class="na">library</span><span class="p">(</span><span class="s1">'form_validation'</span><span class="p">);</span>
<span class="k">if</span> <span class="p">(</span><span class="nv">$this</span><span class="o">-></span><span class="na">form_validation</span><span class="o">-></span><span class="na">run</span><span class="p">()</span> <span class="o">==</span> <span class="k">FALSE</span><span class="p">)</span>
<span class="p">{</span>
<span class="nv">$this</span><span class="o">-></span><span class="na">load</span><span class="o">-></span><span class="na">view</span><span class="p">(</span><span class="s1">'myform'</span><span class="p">);</span>
<span class="p">}</span>
<span class="k">else</span>
<span class="p">{</span>
<span class="nv">$this</span><span class="o">-></span><span class="na">load</span><span class="o">-></span><span class="na">view</span><span class="p">(</span><span class="s1">'formsuccess'</span><span class="p">);</span>
<span class="p">}</span>
<span class="p">}</span>
<span class="p">}</span>
</pre></div>
</div>
</div>
<div class="section" id="try-it">
<h3><a class="toc-backref" href="#id12">Try it!</a><a class="headerlink" href="#try-it" title="Permalink to this headline">¶</a></h3>
<p>To try your form, visit your site using a URL similar to this one:</p>
<div class="highlight-ci"><div class="highlight"><pre><span class="nx">example</span><span class="o">.</span><span class="nx">com</span><span class="o">/</span><span class="nx">index</span><span class="o">.</span><span class="nx">php</span><span class="o">/</span><span class="nx">form</span><span class="o">/</span>
</pre></div>
</div>
<p>If you submit the form you should simply see the form reload. That’s
because you haven’t set up any validation rules yet.</p>
<p><strong>Since you haven’t told the Form Validation class to validate anything
yet, it returns FALSE (boolean false) by default. ``The run()`` method
only returns TRUE if it has successfully applied your rules without any
of them failing.</strong></p>
</div>
<div class="section" id="explanation">
<h3><a class="toc-backref" href="#id13">Explanation</a><a class="headerlink" href="#explanation" title="Permalink to this headline">¶</a></h3>
<p>You’ll notice several things about the above pages:</p>
<p>The form (myform.php) is a standard web form with a couple exceptions:</p>
<ol class="arabic">
<li><p class="first">It uses a form helper to create the form opening. Technically, this
isn’t necessary. You could create the form using standard HTML.
However, the benefit of using the helper is that it generates the
action URL for you, based on the URL in your config file. This makes
your application more portable in the event your URLs change.</p>
</li>
<li><p class="first">At the top of the form you’ll notice the following function call:</p>
<div class="highlight-ci"><div class="highlight"><pre><span class="o"><?</span><span class="nx">php</span> <span class="k">echo</span> <span class="nx">validation_errors</span><span class="p">();</span> <span class="cp">?></span>
</pre></div>
</div>
<p>This function will return any error messages sent back by the
validator. If there are no messages it returns an empty string.</p>
</li>
</ol>
<p>The controller (form.php) has one method: <tt class="docutils literal"><span class="pre">index()</span></tt>. This method
initializes the validation class and loads the form helper and URL
helper used by your view files. It also runs the validation routine.
Based on whether the validation was successful it either presents the
form or the success page.</p>
</div>
<div class="section" id="setting-validation-rules">
<span id="id1"></span><h3><a class="toc-backref" href="#id14">Setting Validation Rules</a><a class="headerlink" href="#setting-validation-rules" title="Permalink to this headline">¶</a></h3>
<p>CodeIgniter lets you set as many validation rules as you need for a
given field, cascading them in order, and it even lets you prep and
pre-process the field data at the same time. To set validation rules you
will use the <tt class="docutils literal"><span class="pre">set_rules()</span></tt> method:</p>
<div class="highlight-ci"><div class="highlight"><pre><span class="nv">$this</span><span class="o">-></span><span class="na">form_validation</span><span class="o">-></span><span class="na">set_rules</span><span class="p">();</span>
</pre></div>
</div>
<p>The above method takes <strong>three</strong> parameters as input:</p>
<ol class="arabic simple">
<li>The field name - the exact name you’ve given the form field.</li>
<li>A “human” name for this field, which will be inserted into the error
message. For example, if your field is named “user” you might give it
a human name of “Username”.</li>
<li>The validation rules for this form field.</li>
<li>(optional) Set custom error messages on any rules given for current field. If not provided will use the default one.</li>
</ol>
<div class="admonition note">
<p class="first admonition-title">Note</p>
<p class="last">If you would like the field name to be stored in a language
file, please see <a class="reference internal" href="#translating-field-names"><em>Translating Field Names</em></a>.</p>
</div>
<p>Here is an example. In your controller (form.php), add this code just
below the validation initialization method:</p>
<div class="highlight-ci"><div class="highlight"><pre><span class="nv">$this</span><span class="o">-></span><span class="na">form_validation</span><span class="o">-></span><span class="na">set_rules</span><span class="p">(</span><span class="s1">'username'</span><span class="p">,</span> <span class="s1">'Username'</span><span class="p">,</span> <span class="s1">'required'</span><span class="p">);</span>
<span class="nv">$this</span><span class="o">-></span><span class="na">form_validation</span><span class="o">-></span><span class="na">set_rules</span><span class="p">(</span><span class="s1">'password'</span><span class="p">,</span> <span class="s1">'Password'</span><span class="p">,</span> <span class="s1">'required'</span><span class="p">);</span>
<span class="nv">$this</span><span class="o">-></span><span class="na">form_validation</span><span class="o">-></span><span class="na">set_rules</span><span class="p">(</span><span class="s1">'passconf'</span><span class="p">,</span> <span class="s1">'Password Confirmation'</span><span class="p">,</span> <span class="s1">'required'</span><span class="p">);</span>
<span class="nv">$this</span><span class="o">-></span><span class="na">form_validation</span><span class="o">-></span><span class="na">set_rules</span><span class="p">(</span><span class="s1">'email'</span><span class="p">,</span> <span class="s1">'Email'</span><span class="p">,</span> <span class="s1">'required'</span><span class="p">);</span>
</pre></div>
</div>
<p>Your controller should now look like this:</p>
<div class="highlight-ci"><div class="highlight"><pre><span class="o"><?</span><span class="nx">php</span>
<span class="k">class</span> <span class="nc">Form</span> <span class="k">extends</span> <span class="nx">CI_Controller</span> <span class="p">{</span>
<span class="k">public</span> <span class="k">function</span> <span class="nf">index</span><span class="p">()</span>
<span class="p">{</span>
<span class="nv">$this</span><span class="o">-></span><span class="na">load</span><span class="o">-></span><span class="na">helper</span><span class="p">(</span><span class="k">array</span><span class="p">(</span><span class="s1">'form'</span><span class="p">,</span> <span class="s1">'url'</span><span class="p">));</span>
<span class="nv">$this</span><span class="o">-></span><span class="na">load</span><span class="o">-></span><span class="na">library</span><span class="p">(</span><span class="s1">'form_validation'</span><span class="p">);</span>
<span class="nv">$this</span><span class="o">-></span><span class="na">form_validation</span><span class="o">-></span><span class="na">set_rules</span><span class="p">(</span><span class="s1">'username'</span><span class="p">,</span> <span class="s1">'Username'</span><span class="p">,</span> <span class="s1">'required'</span><span class="p">);</span>
<span class="nv">$this</span><span class="o">-></span><span class="na">form_validation</span><span class="o">-></span><span class="na">set_rules</span><span class="p">(</span><span class="s1">'password'</span><span class="p">,</span> <span class="s1">'Password'</span><span class="p">,</span> <span class="s1">'required'</span><span class="p">,</span>
<span class="k">array</span><span class="p">(</span><span class="s1">'required'</span> <span class="o">=></span> <span class="s1">'You must provide a %s.'</span><span class="p">)</span>
<span class="p">);</span>
<span class="nv">$this</span><span class="o">-></span><span class="na">form_validation</span><span class="o">-></span><span class="na">set_rules</span><span class="p">(</span><span class="s1">'passconf'</span><span class="p">,</span> <span class="s1">'Password Confirmation'</span><span class="p">,</span> <span class="s1">'required'</span><span class="p">);</span>
<span class="nv">$this</span><span class="o">-></span><span class="na">form_validation</span><span class="o">-></span><span class="na">set_rules</span><span class="p">(</span><span class="s1">'email'</span><span class="p">,</span> <span class="s1">'Email'</span><span class="p">,</span> <span class="s1">'required'</span><span class="p">);</span>
<span class="k">if</span> <span class="p">(</span><span class="nv">$this</span><span class="o">-></span><span class="na">form_validation</span><span class="o">-></span><span class="na">run</span><span class="p">()</span> <span class="o">==</span> <span class="k">FALSE</span><span class="p">)</span>
<span class="p">{</span>
<span class="nv">$this</span><span class="o">-></span><span class="na">load</span><span class="o">-></span><span class="na">view</span><span class="p">(</span><span class="s1">'myform'</span><span class="p">);</span>
<span class="p">}</span>
<span class="k">else</span>
<span class="p">{</span>
<span class="nv">$this</span><span class="o">-></span><span class="na">load</span><span class="o">-></span><span class="na">view</span><span class="p">(</span><span class="s1">'formsuccess'</span><span class="p">);</span>
<span class="p">}</span>
<span class="p">}</span>
<span class="p">}</span>
</pre></div>
</div>
<p>Now submit the form with the fields blank and you should see the error
messages. If you submit the form with all the fields populated you’ll
see your success page.</p>
<div class="admonition note">
<p class="first admonition-title">Note</p>
<p class="last">The form fields are not yet being re-populated with the data
when there is an error. We’ll get to that shortly.</p>
</div>
</div>
<div class="section" id="setting-rules-using-an-array">
<h3><a class="toc-backref" href="#id15">Setting Rules Using an Array</a><a class="headerlink" href="#setting-rules-using-an-array" title="Permalink to this headline">¶</a></h3>
<p>Before moving on it should be noted that the rule setting method can
be passed an array if you prefer to set all your rules in one action. If
you use this approach, you must name your array keys as indicated:</p>
<div class="highlight-ci"><div class="highlight"><pre><span class="nv">$config</span> <span class="o">=</span> <span class="k">array</span><span class="p">(</span>
<span class="k">array</span><span class="p">(</span>
<span class="s1">'field'</span> <span class="o">=></span> <span class="s1">'username'</span><span class="p">,</span>
<span class="s1">'label'</span> <span class="o">=></span> <span class="s1">'Username'</span><span class="p">,</span>
<span class="s1">'rules'</span> <span class="o">=></span> <span class="s1">'required'</span>
<span class="p">),</span>
<span class="k">array</span><span class="p">(</span>
<span class="s1">'field'</span> <span class="o">=></span> <span class="s1">'password'</span><span class="p">,</span>
<span class="s1">'label'</span> <span class="o">=></span> <span class="s1">'Password'</span><span class="p">,</span>
<span class="s1">'rules'</span> <span class="o">=></span> <span class="s1">'required'</span><span class="p">,</span>
<span class="s1">'errors'</span> <span class="o">=></span> <span class="k">array</span><span class="p">(</span>
<span class="s1">'required'</span> <span class="o">=></span> <span class="s1">'You must provide a %s.'</span><span class="p">,</span>
<span class="p">),</span>
<span class="p">),</span>
<span class="k">array</span><span class="p">(</span>
<span class="s1">'field'</span> <span class="o">=></span> <span class="s1">'passconf'</span><span class="p">,</span>
<span class="s1">'label'</span> <span class="o">=></span> <span class="s1">'Password Confirmation'</span><span class="p">,</span>
<span class="s1">'rules'</span> <span class="o">=></span> <span class="s1">'required'</span>
<span class="p">),</span>
<span class="k">array</span><span class="p">(</span>
<span class="s1">'field'</span> <span class="o">=></span> <span class="s1">'email'</span><span class="p">,</span>
<span class="s1">'label'</span> <span class="o">=></span> <span class="s1">'Email'</span><span class="p">,</span>
<span class="s1">'rules'</span> <span class="o">=></span> <span class="s1">'required'</span>
<span class="p">)</span>
<span class="p">);</span>
<span class="nv">$this</span><span class="o">-></span><span class="na">form_validation</span><span class="o">-></span><span class="na">set_rules</span><span class="p">(</span><span class="nv">$config</span><span class="p">);</span>
</pre></div>
</div>
</div>
<div class="section" id="cascading-rules">
<h3><a class="toc-backref" href="#id16">Cascading Rules</a><a class="headerlink" href="#cascading-rules" title="Permalink to this headline">¶</a></h3>
<p>CodeIgniter lets you pipe multiple rules together. Let’s try it. Change
your rules in the third parameter of rule setting method, like this:</p>
<div class="highlight-ci"><div class="highlight"><pre><span class="nv">$this</span><span class="o">-></span><span class="na">form_validation</span><span class="o">-></span><span class="na">set_rules</span><span class="p">(</span>
<span class="s1">'username'</span><span class="p">,</span> <span class="s1">'Username'</span><span class="p">,</span>
<span class="s1">'required|min_length[5]|max_length[12]|is_unique[users.username]'</span><span class="p">,</span>
<span class="k">array</span><span class="p">(</span>
<span class="s1">'required'</span> <span class="o">=></span> <span class="s1">'You have not provided %s.'</span><span class="p">,</span>
<span class="s1">'is_unique'</span> <span class="o">=></span> <span class="s1">'This %s already exists.'</span>
<span class="p">)</span>
<span class="p">);</span>
<span class="nv">$this</span><span class="o">-></span><span class="na">form_validation</span><span class="o">-></span><span class="na">set_rules</span><span class="p">(</span><span class="s1">'password'</span><span class="p">,</span> <span class="s1">'Password'</span><span class="p">,</span> <span class="s1">'required'</span><span class="p">);</span>
<span class="nv">$this</span><span class="o">-></span><span class="na">form_validation</span><span class="o">-></span><span class="na">set_rules</span><span class="p">(</span><span class="s1">'passconf'</span><span class="p">,</span> <span class="s1">'Password Confirmation'</span><span class="p">,</span> <span class="s1">'required|matches[password]'</span><span class="p">);</span>
<span class="nv">$this</span><span class="o">-></span><span class="na">form_validation</span><span class="o">-></span><span class="na">set_rules</span><span class="p">(</span><span class="s1">'email'</span><span class="p">,</span> <span class="s1">'Email'</span><span class="p">,</span> <span class="s1">'required|valid_email|is_unique[users.email]'</span><span class="p">);</span>
</pre></div>
</div>
<p>The above code sets the following rules:</p>
<ol class="arabic simple">
<li>The username field be no shorter than 5 characters and no longer than
12.</li>
<li>The password field must match the password confirmation field.</li>
<li>The email field must contain a valid email address.</li>
</ol>
<p>Give it a try! Submit your form without the proper data and you’ll see
new error messages that correspond to your new rules. There are numerous
rules available which you can read about in the validation reference.</p>
<div class="admonition note">
<p class="first admonition-title">Note</p>
<p>You can also pass an array of rules to <tt class="docutils literal"><span class="pre">set_rules()</span></tt>,
instead of a string. Example:</p>
<div class="last highlight-ci"><div class="highlight"><pre><span class="nv">$this</span><span class="o">-></span><span class="na">form_validation</span><span class="o">-></span><span class="na">set_rules</span><span class="p">(</span><span class="s1">'username'</span><span class="p">,</span> <span class="s1">'Username'</span><span class="p">,</span> <span class="k">array</span><span class="p">(</span><span class="s1">'required'</span><span class="p">,</span> <span class="s1">'min_length[5]'</span><span class="p">));</span>
</pre></div>
</div>
</div>
</div>
<div class="section" id="prepping-data">
<h3><a class="toc-backref" href="#id17">Prepping Data</a><a class="headerlink" href="#prepping-data" title="Permalink to this headline">¶</a></h3>
<p>In addition to the validation method like the ones we used above, you
can also prep your data in various ways. For example, you can set up
rules like this:</p>
<div class="highlight-ci"><div class="highlight"><pre><span class="nv">$this</span><span class="o">-></span><span class="na">form_validation</span><span class="o">-></span><span class="na">set_rules</span><span class="p">(</span><span class="s1">'username'</span><span class="p">,</span> <span class="s1">'Username'</span><span class="p">,</span> <span class="s1">'trim|required|min_length[5]|max_length[12]'</span><span class="p">);</span>
<span class="nv">$this</span><span class="o">-></span><span class="na">form_validation</span><span class="o">-></span><span class="na">set_rules</span><span class="p">(</span><span class="s1">'password'</span><span class="p">,</span> <span class="s1">'Password'</span><span class="p">,</span> <span class="s1">'trim|required|min_length[8]'</span><span class="p">);</span>
<span class="nv">$this</span><span class="o">-></span><span class="na">form_validation</span><span class="o">-></span><span class="na">set_rules</span><span class="p">(</span><span class="s1">'passconf'</span><span class="p">,</span> <span class="s1">'Password Confirmation'</span><span class="p">,</span> <span class="s1">'trim|required|matches[password]'</span><span class="p">);</span>
<span class="nv">$this</span><span class="o">-></span><span class="na">form_validation</span><span class="o">-></span><span class="na">set_rules</span><span class="p">(</span><span class="s1">'email'</span><span class="p">,</span> <span class="s1">'Email'</span><span class="p">,</span> <span class="s1">'trim|required|valid_email'</span><span class="p">);</span>
</pre></div>
</div>
<p>In the above example, we are “trimming” the fields, checking for length
where necessary and making sure that both password fields match.</p>
<p><strong>Any native PHP function that accepts one parameter can be used as a
rule, like ``htmlspecialchars()``, ``trim()``, etc.</strong></p>
<div class="admonition note">
<p class="first admonition-title">Note</p>
<p class="last">You will generally want to use the prepping functions
<strong>after</strong> the validation rules so if there is an error, the
original data will be shown in the form.</p>
</div>
</div>
<div class="section" id="re-populating-the-form">
<h3><a class="toc-backref" href="#id18">Re-populating the form</a><a class="headerlink" href="#re-populating-the-form" title="Permalink to this headline">¶</a></h3>
<p>Thus far we have only been dealing with errors. It’s time to repopulate
the form field with the submitted data. CodeIgniter offers several
helper functions that permit you to do this. The one you will use most
commonly is:</p>
<div class="highlight-ci"><div class="highlight"><pre><span class="nx">set_value</span><span class="p">(</span><span class="s1">'field name'</span><span class="p">)</span>
</pre></div>
</div>
<p>Open your myform.php view file and update the <strong>value</strong> in each field
using the <a class="reference internal" href="../helpers/form_helper.html#set_value" title="set_value"><tt class="xref php php-func docutils literal"><span class="pre">set_value()</span></tt></a> function:</p>
<p><strong>Don’t forget to include each field name in the :php:func:`set_value()`
function calls!</strong></p>
<div class="highlight-ci"><div class="highlight"><pre><span class="o"><</span><span class="nx">html</span><span class="o">></span>
<span class="o"><</span><span class="nx">head</span><span class="o">></span>
<span class="o"><</span><span class="nx">title</span><span class="o">></span><span class="nx">My</span> <span class="nx">Form</span><span class="o"></</span><span class="nx">title</span><span class="o">></span>
<span class="o"></</span><span class="nx">head</span><span class="o">></span>
<span class="o"><</span><span class="nx">body</span><span class="o">></span>
<span class="o"><?</span><span class="nx">php</span> <span class="k">echo</span> <span class="nx">validation_errors</span><span class="p">();</span> <span class="cp">?></span>
<span class="cp"><?php</span> <span class="k">echo</span> <span class="nx">form_open</span><span class="p">(</span><span class="s1">'form'</span><span class="p">);</span> <span class="cp">?></span>
<span class="nt"><h5></span>Username<span class="nt"></h5></span>
<span class="nt"><input</span> <span class="na">type=</span><span class="s">"text"</span> <span class="na">name=</span><span class="s">"username"</span> <span class="na">value=</span><span class="s">"</span><span class="cp"><?php</span> <span class="k">echo</span> <span class="nx">set_value</span><span class="p">(</span><span class="s1">'username'</span><span class="p">);</span> <span class="cp">?></span><span class="s">"</span> <span class="na">size=</span><span class="s">"50"</span> <span class="nt">/></span>
<span class="nt"><h5></span>Password<span class="nt"></h5></span>
<span class="nt"><input</span> <span class="na">type=</span><span class="s">"text"</span> <span class="na">name=</span><span class="s">"password"</span> <span class="na">value=</span><span class="s">"</span><span class="cp"><?php</span> <span class="k">echo</span> <span class="nx">set_value</span><span class="p">(</span><span class="s1">'password'</span><span class="p">);</span> <span class="cp">?></span><span class="s">"</span> <span class="na">size=</span><span class="s">"50"</span> <span class="nt">/></span>
<span class="nt"><h5></span>Password Confirm<span class="nt"></h5></span>
<span class="nt"><input</span> <span class="na">type=</span><span class="s">"text"</span> <span class="na">name=</span><span class="s">"passconf"</span> <span class="na">value=</span><span class="s">"</span><span class="cp"><?php</span> <span class="k">echo</span> <span class="nx">set_value</span><span class="p">(</span><span class="s1">'passconf'</span><span class="p">);</span> <span class="cp">?></span><span class="s">"</span> <span class="na">size=</span><span class="s">"50"</span> <span class="nt">/></span>
<span class="nt"><h5></span>Email Address<span class="nt"></h5></span>
<span class="nt"><input</span> <span class="na">type=</span><span class="s">"text"</span> <span class="na">name=</span><span class="s">"email"</span> <span class="na">value=</span><span class="s">"</span><span class="cp"><?php</span> <span class="k">echo</span> <span class="nx">set_value</span><span class="p">(</span><span class="s1">'email'</span><span class="p">);</span> <span class="cp">?></span><span class="s">"</span> <span class="na">size=</span><span class="s">"50"</span> <span class="nt">/></span>
<span class="nt"><div><input</span> <span class="na">type=</span><span class="s">"submit"</span> <span class="na">value=</span><span class="s">"Submit"</span> <span class="nt">/></div></span>
<span class="nt"></form></span>
<span class="nt"></body></span>
<span class="nt"></html></span>
</pre></div>
</div>
<p>Now reload your page and submit the form so that it triggers an error.
Your form fields should now be re-populated</p>
<div class="admonition note">
<p class="first admonition-title">Note</p>
<p class="last">The <a class="reference internal" href="#class-reference"><em>Class Reference</em></a> section below
contains methods that permit you to re-populate <select> menus,
radio buttons, and checkboxes.</p>
</div>
<div class="admonition important">
<p class="first admonition-title">Important</p>
<p>If you use an array as the name of a form field, you
must supply it as an array to the function. Example:</p>
<div class="last highlight-ci"><div class="highlight"><pre><span class="o"><</span><span class="nx">input</span> <span class="nx">type</span><span class="o">=</span><span class="s2">"text"</span> <span class="nx">name</span><span class="o">=</span><span class="s2">"colors[]"</span> <span class="nx">value</span><span class="o">=</span><span class="s2">"<?php echo set_value('colors[]'); ?>"</span> <span class="nx">size</span><span class="o">=</span><span class="s2">"50"</span> <span class="o">/></span>
</pre></div>
</div>
</div>
<p>For more info please see the <a class="reference internal" href="#using-arrays-as-field-names"><em>Using Arrays as Field Names</em></a> section below.</p>
</div>
<div class="section" id="callbacks-your-own-validation-methods">
<h3><a class="toc-backref" href="#id19">Callbacks: Your own Validation Methods</a><a class="headerlink" href="#callbacks-your-own-validation-methods" title="Permalink to this headline">¶</a></h3>
<p>The validation system supports callbacks to your own validation
methods. This permits you to extend the validation class to meet your
needs. For example, if you need to run a database query to see if the
user is choosing a unique username, you can create a callback method
that does that. Let’s create an example of this.</p>
<p>In your controller, change the “username” rule to this:</p>
<div class="highlight-ci"><div class="highlight"><pre><span class="nv">$this</span><span class="o">-></span><span class="na">form_validation</span><span class="o">-></span><span class="na">set_rules</span><span class="p">(</span><span class="s1">'username'</span><span class="p">,</span> <span class="s1">'Username'</span><span class="p">,</span> <span class="s1">'callback_username_check'</span><span class="p">);</span>
</pre></div>
</div>
<p>Then add a new method called <tt class="docutils literal"><span class="pre">username_check()</span></tt> to your controller.
Here’s how your controller should now look:</p>
<div class="highlight-ci"><div class="highlight"><pre><span class="o"><?</span><span class="nx">php</span>
<span class="k">class</span> <span class="nc">Form</span> <span class="k">extends</span> <span class="nx">CI_Controller</span> <span class="p">{</span>
<span class="k">public</span> <span class="k">function</span> <span class="nf">index</span><span class="p">()</span>
<span class="p">{</span>
<span class="nv">$this</span><span class="o">-></span><span class="na">load</span><span class="o">-></span><span class="na">helper</span><span class="p">(</span><span class="k">array</span><span class="p">(</span><span class="s1">'form'</span><span class="p">,</span> <span class="s1">'url'</span><span class="p">));</span>
<span class="nv">$this</span><span class="o">-></span><span class="na">load</span><span class="o">-></span><span class="na">library</span><span class="p">(</span><span class="s1">'form_validation'</span><span class="p">);</span>
<span class="nv">$this</span><span class="o">-></span><span class="na">form_validation</span><span class="o">-></span><span class="na">set_rules</span><span class="p">(</span><span class="s1">'username'</span><span class="p">,</span> <span class="s1">'Username'</span><span class="p">,</span> <span class="s1">'callback_username_check'</span><span class="p">);</span>
<span class="nv">$this</span><span class="o">-></span><span class="na">form_validation</span><span class="o">-></span><span class="na">set_rules</span><span class="p">(</span><span class="s1">'password'</span><span class="p">,</span> <span class="s1">'Password'</span><span class="p">,</span> <span class="s1">'required'</span><span class="p">);</span>
<span class="nv">$this</span><span class="o">-></span><span class="na">form_validation</span><span class="o">-></span><span class="na">set_rules</span><span class="p">(</span><span class="s1">'passconf'</span><span class="p">,</span> <span class="s1">'Password Confirmation'</span><span class="p">,</span> <span class="s1">'required'</span><span class="p">);</span>
<span class="nv">$this</span><span class="o">-></span><span class="na">form_validation</span><span class="o">-></span><span class="na">set_rules</span><span class="p">(</span><span class="s1">'email'</span><span class="p">,</span> <span class="s1">'Email'</span><span class="p">,</span> <span class="s1">'required|is_unique[users.email]'</span><span class="p">);</span>
<span class="k">if</span> <span class="p">(</span><span class="nv">$this</span><span class="o">-></span><span class="na">form_validation</span><span class="o">-></span><span class="na">run</span><span class="p">()</span> <span class="o">==</span> <span class="k">FALSE</span><span class="p">)</span>
<span class="p">{</span>
<span class="nv">$this</span><span class="o">-></span><span class="na">load</span><span class="o">-></span><span class="na">view</span><span class="p">(</span><span class="s1">'myform'</span><span class="p">);</span>
<span class="p">}</span>
<span class="k">else</span>
<span class="p">{</span>
<span class="nv">$this</span><span class="o">-></span><span class="na">load</span><span class="o">-></span><span class="na">view</span><span class="p">(</span><span class="s1">'formsuccess'</span><span class="p">);</span>
<span class="p">}</span>
<span class="p">}</span>
<span class="k">public</span> <span class="k">function</span> <span class="nf">username_check</span><span class="p">(</span><span class="nv">$str</span><span class="p">)</span>
<span class="p">{</span>
<span class="k">if</span> <span class="p">(</span><span class="nv">$str</span> <span class="o">==</span> <span class="s1">'test'</span><span class="p">)</span>
<span class="p">{</span>
<span class="nv">$this</span><span class="o">-></span><span class="na">form_validation</span><span class="o">-></span><span class="na">set_message</span><span class="p">(</span><span class="s1">'username_check'</span><span class="p">,</span> <span class="s1">'The {field} field can not be the word "test"'</span><span class="p">);</span>
<span class="k">return</span> <span class="k">FALSE</span><span class="p">;</span>
<span class="p">}</span>
<span class="k">else</span>
<span class="p">{</span>
<span class="k">return</span> <span class="k">TRUE</span><span class="p">;</span>
<span class="p">}</span>
<span class="p">}</span>
<span class="p">}</span>
</pre></div>
</div>
<p>Reload your form and submit it with the word “test” as the username. You
can see that the form field data was passed to your callback method
for you to process.</p>
<p>To invoke a callback just put the method name in a rule, with
“callback_” as the rule <strong>prefix</strong>. If you need to receive an extra
parameter in your callback method, just add it normally after the
method name between square brackets, as in: “callback_foo**[bar]**”,
then it will be passed as the second argument of your callback method.</p>
<div class="admonition note">
<p class="first admonition-title">Note</p>
<p class="last">You can also process the form data that is passed to your
callback and return it. If your callback returns anything other than a
boolean TRUE/FALSE it is assumed that the data is your newly processed
form data.</p>
</div>
</div>
<div class="section" id="callable-use-anything-as-a-rule">
<h3><a class="toc-backref" href="#id20">Callable: Use anything as a rule</a><a class="headerlink" href="#callable-use-anything-as-a-rule" title="Permalink to this headline">¶</a></h3>
<p>If callback rules aren’t good enough for you (for example, because they are
limited to your controller), don’t get disappointed, there’s one more way
to create custom rules: anything that <tt class="docutils literal"><span class="pre">is_callable()</span></tt> would return TRUE for.</p>
<p>Consider the following example:</p>
<div class="highlight-ci"><div class="highlight"><pre><span class="nv">$this</span><span class="o">-></span><span class="na">form_validation</span><span class="o">-></span><span class="na">set_rules</span><span class="p">(</span>
<span class="s1">'username'</span><span class="p">,</span> <span class="s1">'Username'</span><span class="p">,</span>
<span class="k">array</span><span class="p">(</span>
<span class="s1">'required'</span><span class="p">,</span>
<span class="k">array</span><span class="p">(</span><span class="nv">$this</span><span class="o">-></span><span class="na">users_model</span><span class="p">,</span> <span class="s1">'valid_username'</span><span class="p">)</span>
<span class="p">)</span>
<span class="p">);</span>
</pre></div>
</div>
<p>The above code would use the <tt class="docutils literal"><span class="pre">valid_username()</span></tt> method from your
<tt class="docutils literal"><span class="pre">Users_model</span></tt> object.</p>
<p>This is just an example of course, and callbacks aren’t limited to models.
You can use any object/method that accepts the field value as its’ first
parameter. Or if you’re running PHP 5.3+, you can also use an anonymous
function:</p>
<div class="highlight-ci"><div class="highlight"><pre><span class="nv">$this</span><span class="o">-></span><span class="na">form_validation</span><span class="o">-></span><span class="na">set_rules</span><span class="p">(</span>
<span class="s1">'username'</span><span class="p">,</span> <span class="s1">'Username'</span><span class="p">,</span>
<span class="k">array</span><span class="p">(</span>
<span class="s1">'required'</span><span class="p">,</span>
<span class="k">function</span><span class="p">(</span><span class="nv">$value</span><span class="p">)</span>
<span class="p">{</span>
<span class="c1">// Check $value</span>
<span class="p">}</span>
<span class="p">)</span>
<span class="p">);</span>
</pre></div>
</div>
<p>Of course, since a Callable rule by itself is not a string, it isn’t
a rule name either. That is a problem when you want to set error messages
for them. In order to get around that problem, you can put such rules as
the second element of an array, with the first one being the rule name:</p>
<div class="highlight-ci"><div class="highlight"><pre><span class="nv">$this</span><span class="o">-></span><span class="na">form_validation</span><span class="o">-></span><span class="na">set_rules</span><span class="p">(</span>
<span class="s1">'username'</span><span class="p">,</span> <span class="s1">'Username'</span><span class="p">,</span>
<span class="k">array</span><span class="p">(</span>
<span class="s1">'required'</span><span class="p">,</span>
<span class="k">array</span><span class="p">(</span><span class="s1">'username_callable'</span><span class="p">,</span> <span class="k">array</span><span class="p">(</span><span class="nv">$this</span><span class="o">-></span><span class="na">users_model</span><span class="p">,</span> <span class="s1">'valid_username'</span><span class="p">))</span>
<span class="p">)</span>
<span class="p">);</span>
</pre></div>
</div>
<p>Anonymous function (PHP 5.3+) version:</p>
<div class="highlight-ci"><div class="highlight"><pre><span class="nv">$this</span><span class="o">-></span><span class="na">form_validation</span><span class="o">-></span><span class="na">set_rules</span><span class="p">(</span>
<span class="s1">'username'</span><span class="p">,</span> <span class="s1">'Username'</span><span class="p">,</span>
<span class="k">array</span><span class="p">(</span>
<span class="s1">'required'</span><span class="p">,</span>
<span class="k">array</span><span class="p">(</span>
<span class="s1">'username_callable'</span><span class="p">,</span>
<span class="k">function</span><span class="p">(</span><span class="nv">$str</span><span class="p">)</span>
<span class="p">{</span>
<span class="c1">// Check validity of $str and return TRUE or FALSE</span>
<span class="p">}</span>
<span class="p">)</span>
<span class="p">)</span>
<span class="p">);</span>
</pre></div>
</div>
</div>
<div class="section" id="setting-error-messages">
<span id="id2"></span><h3><a class="toc-backref" href="#id21">Setting Error Messages</a><a class="headerlink" href="#setting-error-messages" title="Permalink to this headline">¶</a></h3>
<p>All of the native error messages are located in the following language
file: <strong>system/language/english/form_validation_lang.php</strong></p>
<p>To set your own global custom message for a rule, you can either
edit that file, or use the following method:</p>
<div class="highlight-ci"><div class="highlight"><pre><span class="nv">$this</span><span class="o">-></span><span class="na">form_validation</span><span class="o">-></span><span class="na">set_message</span><span class="p">(</span><span class="s1">'rule'</span><span class="p">,</span> <span class="s1">'Error Message'</span><span class="p">);</span>
</pre></div>
</div>
<p>If you need to set a custom error message for a particular field on
some particular rule, use the set_rules() method:</p>
<div class="highlight-ci"><div class="highlight"><pre><span class="nv">$this</span><span class="o">-></span><span class="na">form_validation</span><span class="o">-></span><span class="na">set_rules</span><span class="p">(</span><span class="s1">'field_name'</span><span class="p">,</span> <span class="s1">'Field Label'</span><span class="p">,</span> <span class="s1">'rule1|rule2|rule3'</span><span class="p">,</span>
<span class="k">array</span><span class="p">(</span><span class="s1">'rule2'</span> <span class="o">=></span> <span class="s1">'Error Message on rule2 for this field_name'</span><span class="p">)</span>
<span class="p">);</span>
</pre></div>
</div>
<p>Where rule corresponds to the name of a particular rule, and Error
Message is the text you would like displayed.</p>
<p>If you’d like to include a field’s “human” name, or the optional
parameter some rules allow for (such as max_length), you can add the
<strong>{field}</strong> and <strong>{param}</strong> tags to your message, respectively:</p>
<div class="highlight-ci"><div class="highlight"><pre><span class="nv">$this</span><span class="o">-></span><span class="na">form_validation</span><span class="o">-></span><span class="na">set_message</span><span class="p">(</span><span class="s1">'min_length'</span><span class="p">,</span> <span class="s1">'{field} must have at least {param} characters.'</span><span class="p">);</span>
</pre></div>
</div>
<p>On a field with the human name Username and a rule of min_length[5], an
error would display: “Username must have at least 5 characters.”</p>
<div class="admonition note">
<p class="first admonition-title">Note</p>
<p class="last">The old <cite>sprintf()</cite> method of using <strong>%s</strong> in your error messages
will still work, however it will override the tags above. You should
use one or the other.</p>
</div>
<p>In the callback rule example above, the error message was set by passing
the name of the method (without the “callback_” prefix):</p>
<div class="highlight-ci"><div class="highlight"><pre><span class="nv">$this</span><span class="o">-></span><span class="na">form_validation</span><span class="o">-></span><span class="na">set_message</span><span class="p">(</span><span class="s1">'username_check'</span><span class="p">)</span>
</pre></div>
</div>
</div>
<div class="section" id="translating-field-names">
<span id="id3"></span><h3><a class="toc-backref" href="#id22">Translating Field Names</a><a class="headerlink" href="#translating-field-names" title="Permalink to this headline">¶</a></h3>
<p>If you would like to store the “human” name you passed to the
<tt class="docutils literal"><span class="pre">set_rules()</span></tt> method in a language file, and therefore make the name
able to be translated, here’s how:</p>
<p>First, prefix your “human” name with <strong>lang:</strong>, as in this example:</p>
<div class="highlight-ci"><div class="highlight"><pre><span class="nv">$this</span><span class="o">-></span><span class="na">form_validation</span><span class="o">-></span><span class="na">set_rules</span><span class="p">(</span><span class="s1">'first_name'</span><span class="p">,</span> <span class="s1">'lang:first_name'</span><span class="p">,</span> <span class="s1">'required'</span><span class="p">);</span>
</pre></div>
</div>
<p>Then, store the name in one of your language file arrays (without the
prefix):</p>
<div class="highlight-ci"><div class="highlight"><pre><span class="nv">$lang</span><span class="p">[</span><span class="s1">'first_name'</span><span class="p">]</span> <span class="o">=</span> <span class="s1">'First Name'</span><span class="p">;</span>
</pre></div>
</div>
<div class="admonition note">
<p class="first admonition-title">Note</p>
<p>If you store your array item in a language file that is not
loaded automatically by CI, you’ll need to remember to load it in your
controller using:</p>
<div class="last highlight-ci"><div class="highlight"><pre><span class="nv">$this</span><span class="o">-></span><span class="na">lang</span><span class="o">-></span><span class="na">load</span><span class="p">(</span><span class="s1">'file_name'</span><span class="p">);</span>
</pre></div>
</div>
</div>
<p>See the <a class="reference internal" href="language.html"><em>Language Class</em></a> page for more info regarding
language files.</p>
</div>
<div class="section" id="changing-the-error-delimiters">
<span id="changing-delimiters"></span><h3><a class="toc-backref" href="#id23">Changing the Error Delimiters</a><a class="headerlink" href="#changing-the-error-delimiters" title="Permalink to this headline">¶</a></h3>
<p>By default, the Form Validation class adds a paragraph tag (<p>) around
each error message shown. You can either change these delimiters
globally, individually, or change the defaults in a config file.</p>
<ol class="arabic">
<li><p class="first"><strong>Changing delimiters Globally</strong>
To globally change the error delimiters, in your controller method,
just after loading the Form Validation class, add this:</p>
<div class="highlight-ci"><div class="highlight"><pre><span class="nv">$this</span><span class="o">-></span><span class="na">form_validation</span><span class="o">-></span><span class="na">set_error_delimiters</span><span class="p">(</span><span class="s1">'<div class="error">'</span><span class="p">,</span> <span class="s1">'</div>'</span><span class="p">);</span>
</pre></div>
</div>
<p>In this example, we’ve switched to using div tags.</p>
</li>
<li><p class="first"><strong>Changing delimiters Individually</strong>
Each of the two error generating functions shown in this tutorial can
be supplied their own delimiters as follows:</p>
<div class="highlight-ci"><div class="highlight"><pre><span class="o"><?</span><span class="nx">php</span> <span class="k">echo</span> <span class="nx">form_error</span><span class="p">(</span><span class="s1">'field name'</span><span class="p">,</span> <span class="s1">'<div class="error">'</span><span class="p">,</span> <span class="s1">'</div>'</span><span class="p">);</span> <span class="cp">?></span>
</pre></div>
</div>
<p>Or:</p>
<div class="highlight-ci"><div class="highlight"><pre><span class="o"><?</span><span class="nx">php</span> <span class="k">echo</span> <span class="nx">validation_errors</span><span class="p">(</span><span class="s1">'<div class="error">'</span><span class="p">,</span> <span class="s1">'</div>'</span><span class="p">);</span> <span class="cp">?></span>
</pre></div>
</div>
</li>
<li><p class="first"><strong>Set delimiters in a config file</strong>
You can add your error delimiters in application/config/form_validation.php as follows:</p>
<div class="highlight-ci"><div class="highlight"><pre><span class="nv">$config</span><span class="p">[</span><span class="s1">'error_prefix'</span><span class="p">]</span> <span class="o">=</span> <span class="s1">'<div class="error_prefix">'</span><span class="p">;</span>
<span class="nv">$config</span><span class="p">[</span><span class="s1">'error_suffix'</span><span class="p">]</span> <span class="o">=</span> <span class="s1">'</div>'</span><span class="p">;</span>
</pre></div>
</div>
</li>
</ol>
</div>
<div class="section" id="showing-errors-individually">
<h3><a class="toc-backref" href="#id24">Showing Errors Individually</a><a class="headerlink" href="#showing-errors-individually" title="Permalink to this headline">¶</a></h3>
<p>If you prefer to show an error message next to each form field, rather
than as a list, you can use the <a class="reference internal" href="../helpers/form_helper.html#form_error" title="form_error"><tt class="xref php php-func docutils literal"><span class="pre">form_error()</span></tt></a> function.</p>
<p>Try it! Change your form so that it looks like this:</p>
<div class="highlight-ci"><div class="highlight"><pre><span class="o"><</span><span class="nx">h5</span><span class="o">></span><span class="nx">Username</span><span class="o"></</span><span class="nx">h5</span><span class="o">></span>
<span class="o"><?</span><span class="nx">php</span> <span class="k">echo</span> <span class="nx">form_error</span><span class="p">(</span><span class="s1">'username'</span><span class="p">);</span> <span class="cp">?></span>
<span class="nt"><input</span> <span class="na">type=</span><span class="s">"text"</span> <span class="na">name=</span><span class="s">"username"</span> <span class="na">value=</span><span class="s">"</span><span class="cp"><?php</span> <span class="k">echo</span> <span class="nx">set_value</span><span class="p">(</span><span class="s1">'username'</span><span class="p">);</span> <span class="cp">?></span><span class="s">"</span> <span class="na">size=</span><span class="s">"50"</span> <span class="nt">/></span>
<span class="nt"><h5></span>Password<span class="nt"></h5></span>
<span class="cp"><?php</span> <span class="k">echo</span> <span class="nx">form_error</span><span class="p">(</span><span class="s1">'password'</span><span class="p">);</span> <span class="cp">?></span>
<span class="nt"><input</span> <span class="na">type=</span><span class="s">"text"</span> <span class="na">name=</span><span class="s">"password"</span> <span class="na">value=</span><span class="s">"</span><span class="cp"><?php</span> <span class="k">echo</span> <span class="nx">set_value</span><span class="p">(</span><span class="s1">'password'</span><span class="p">);</span> <span class="cp">?></span><span class="s">"</span> <span class="na">size=</span><span class="s">"50"</span> <span class="nt">/></span>
<span class="nt"><h5></span>Password Confirm<span class="nt"></h5></span>
<span class="cp"><?php</span> <span class="k">echo</span> <span class="nx">form_error</span><span class="p">(</span><span class="s1">'passconf'</span><span class="p">);</span> <span class="cp">?></span>
<span class="nt"><input</span> <span class="na">type=</span><span class="s">"text"</span> <span class="na">name=</span><span class="s">"passconf"</span> <span class="na">value=</span><span class="s">"</span><span class="cp"><?php</span> <span class="k">echo</span> <span class="nx">set_value</span><span class="p">(</span><span class="s1">'passconf'</span><span class="p">);</span> <span class="cp">?></span><span class="s">"</span> <span class="na">size=</span><span class="s">"50"</span> <span class="nt">/></span>
<span class="nt"><h5></span>Email Address<span class="nt"></h5></span>
<span class="cp"><?php</span> <span class="k">echo</span> <span class="nx">form_error</span><span class="p">(</span><span class="s1">'email'</span><span class="p">);</span> <span class="cp">?></span>
<span class="nt"><input</span> <span class="na">type=</span><span class="s">"text"</span> <span class="na">name=</span><span class="s">"email"</span> <span class="na">value=</span><span class="s">"</span><span class="cp"><?php</span> <span class="k">echo</span> <span class="nx">set_value</span><span class="p">(</span><span class="s1">'email'</span><span class="p">);</span> <span class="cp">?></span><span class="s">"</span> <span class="na">size=</span><span class="s">"50"</span> <span class="nt">/></span>
</pre></div>
</div>
<p>If there are no errors, nothing will be shown. If there is an error, the
message will appear.</p>
<div class="admonition important">
<p class="first admonition-title">Important</p>
<p>If you use an array as the name of a form field, you
must supply it as an array to the function. Example:</p>
<div class="last highlight-ci"><div class="highlight"><pre><span class="o"><?</span><span class="nx">php</span> <span class="k">echo</span> <span class="nx">form_error</span><span class="p">(</span><span class="s1">'options[size]'</span><span class="p">);</span> <span class="cp">?></span>
<span class="nt"><input</span> <span class="na">type=</span><span class="s">"text"</span> <span class="na">name=</span><span class="s">"options[size]"</span> <span class="na">value=</span><span class="s">"</span><span class="cp"><?php</span> <span class="k">echo</span> <span class="nx">set_value</span><span class="p">(</span><span class="s2">"options[size]"</span><span class="p">);</span> <span class="cp">?></span><span class="s">"</span> <span class="na">size=</span><span class="s">"50"</span> <span class="nt">/></span>
</pre></div>
</div>
</div>
<p>For more info please see the <a class="reference internal" href="#using-arrays-as-field-names"><em>Using Arrays as Field Names</em></a> section below.</p>
</div>
<div class="section" id="validating-an-array-other-than-post">
<h3><a class="toc-backref" href="#id25">Validating an Array (other than $_POST)</a><a class="headerlink" href="#validating-an-array-other-than-post" title="Permalink to this headline">¶</a></h3>
<p>Sometimes you may want to validate an array that does not originate from <tt class="docutils literal"><span class="pre">$_POST</span></tt> data.</p>
<p>In this case, you can specify the array to be validated:</p>
<div class="highlight-ci"><div class="highlight"><pre><span class="nv">$data</span> <span class="o">=</span> <span class="k">array</span><span class="p">(</span>
<span class="s1">'username'</span> <span class="o">=></span> <span class="s1">'johndoe'</span><span class="p">,</span>
<span class="s1">'password'</span> <span class="o">=></span> <span class="s1">'mypassword'</span><span class="p">,</span>
<span class="s1">'passconf'</span> <span class="o">=></span> <span class="s1">'mypassword'</span>
<span class="p">);</span>
<span class="nv">$this</span><span class="o">-></span><span class="na">form_validation</span><span class="o">-></span><span class="na">set_data</span><span class="p">(</span><span class="nv">$data</span><span class="p">);</span>
</pre></div>
</div>
<p>Creating validation rules, running the validation, and retrieving error
messages works the same whether you are validating <tt class="docutils literal"><span class="pre">$_POST</span></tt> data or
another array of your choice.</p>
<div class="admonition important">
<p class="first admonition-title">Important</p>
<p class="last">You have to call the <tt class="docutils literal"><span class="pre">set_data()</span></tt> method <em>before</em> defining
any validation rules.</p>
</div>
<div class="admonition important">
<p class="first admonition-title">Important</p>
<p class="last">If you want to validate more than one array during a single
execution, then you should call the <tt class="docutils literal"><span class="pre">reset_validation()</span></tt> method
before setting up rules and validating the new array.</p>
</div>
<p>For more info please see the <a class="reference internal" href="#class-reference"><em>Class Reference</em></a> section below.</p>
</div>
</div>
<div class="section" id="saving-sets-of-validation-rules-to-a-config-file">
<span id="saving-groups"></span><h2><a class="toc-backref" href="#id26">Saving Sets of Validation Rules to a Config File</a><a class="headerlink" href="#saving-sets-of-validation-rules-to-a-config-file" title="Permalink to this headline">¶</a></h2>
<p>A nice feature of the Form Validation class is that it permits you to
store all your validation rules for your entire application in a config
file. You can organize these rules into “groups”. These groups can
either be loaded automatically when a matching controller/method is
called, or you can manually call each set as needed.</p>
<div class="section" id="how-to-save-your-rules">
<h3><a class="toc-backref" href="#id27">How to save your rules</a><a class="headerlink" href="#how-to-save-your-rules" title="Permalink to this headline">¶</a></h3>
<p>To store your validation rules, simply create a file named
form_validation.php in your application/config/ folder. In that file
you will place an array named $config with your rules. As shown earlier,
the validation array will have this prototype:</p>
<div class="highlight-ci"><div class="highlight"><pre><span class="nv">$config</span> <span class="o">=</span> <span class="k">array</span><span class="p">(</span>
<span class="k">array</span><span class="p">(</span>
<span class="s1">'field'</span> <span class="o">=></span> <span class="s1">'username'</span><span class="p">,</span>
<span class="s1">'label'</span> <span class="o">=></span> <span class="s1">'Username'</span><span class="p">,</span>
<span class="s1">'rules'</span> <span class="o">=></span> <span class="s1">'required'</span>
<span class="p">),</span>
<span class="k">array</span><span class="p">(</span>
<span class="s1">'field'</span> <span class="o">=></span> <span class="s1">'password'</span><span class="p">,</span>
<span class="s1">'label'</span> <span class="o">=></span> <span class="s1">'Password'</span><span class="p">,</span>
<span class="s1">'rules'</span> <span class="o">=></span> <span class="s1">'required'</span>
<span class="p">),</span>
<span class="k">array</span><span class="p">(</span>
<span class="s1">'field'</span> <span class="o">=></span> <span class="s1">'passconf'</span><span class="p">,</span>
<span class="s1">'label'</span> <span class="o">=></span> <span class="s1">'Password Confirmation'</span><span class="p">,</span>
<span class="s1">'rules'</span> <span class="o">=></span> <span class="s1">'required'</span>
<span class="p">),</span>
<span class="k">array</span><span class="p">(</span>
<span class="s1">'field'</span> <span class="o">=></span> <span class="s1">'email'</span><span class="p">,</span>
<span class="s1">'label'</span> <span class="o">=></span> <span class="s1">'Email'</span><span class="p">,</span>
<span class="s1">'rules'</span> <span class="o">=></span> <span class="s1">'required'</span>
<span class="p">)</span>
<span class="p">);</span>
</pre></div>
</div>
<p>Your validation rule file will be loaded automatically and used when you
call the <tt class="docutils literal"><span class="pre">run()</span></tt> method.</p>
<p>Please note that you MUST name your <tt class="docutils literal"><span class="pre">$config</span></tt> array.</p>
</div>
<div class="section" id="creating-sets-of-rules">
<h3><a class="toc-backref" href="#id28">Creating Sets of Rules</a><a class="headerlink" href="#creating-sets-of-rules" title="Permalink to this headline">¶</a></h3>
<p>In order to organize your rules into “sets” requires that you place them
into “sub arrays”. Consider the following example, showing two sets of
rules. We’ve arbitrarily called these two rules “signup” and “email”.
You can name your rules anything you want:</p>
<div class="highlight-ci"><div class="highlight"><pre><span class="nv">$config</span> <span class="o">=</span> <span class="k">array</span><span class="p">(</span>
<span class="s1">'signup'</span> <span class="o">=></span> <span class="k">array</span><span class="p">(</span>
<span class="k">array</span><span class="p">(</span>
<span class="s1">'field'</span> <span class="o">=></span> <span class="s1">'username'</span><span class="p">,</span>
<span class="s1">'label'</span> <span class="o">=></span> <span class="s1">'Username'</span><span class="p">,</span>
<span class="s1">'rules'</span> <span class="o">=></span> <span class="s1">'required'</span>
<span class="p">),</span>
<span class="k">array</span><span class="p">(</span>
<span class="s1">'field'</span> <span class="o">=></span> <span class="s1">'password'</span><span class="p">,</span>
<span class="s1">'label'</span> <span class="o">=></span> <span class="s1">'Password'</span><span class="p">,</span>
<span class="s1">'rules'</span> <span class="o">=></span> <span class="s1">'required'</span>
<span class="p">),</span>
<span class="k">array</span><span class="p">(</span>
<span class="s1">'field'</span> <span class="o">=></span> <span class="s1">'passconf'</span><span class="p">,</span>
<span class="s1">'label'</span> <span class="o">=></span> <span class="s1">'Password Confirmation'</span><span class="p">,</span>
<span class="s1">'rules'</span> <span class="o">=></span> <span class="s1">'required'</span>
<span class="p">),</span>
<span class="k">array</span><span class="p">(</span>
<span class="s1">'field'</span> <span class="o">=></span> <span class="s1">'email'</span><span class="p">,</span>
<span class="s1">'label'</span> <span class="o">=></span> <span class="s1">'Email'</span><span class="p">,</span>
<span class="s1">'rules'</span> <span class="o">=></span> <span class="s1">'required'</span>
<span class="p">)</span>
<span class="p">),</span>
<span class="s1">'email'</span> <span class="o">=></span> <span class="k">array</span><span class="p">(</span>
<span class="k">array</span><span class="p">(</span>
<span class="s1">'field'</span> <span class="o">=></span> <span class="s1">'emailaddress'</span><span class="p">,</span>
<span class="s1">'label'</span> <span class="o">=></span> <span class="s1">'EmailAddress'</span><span class="p">,</span>
<span class="s1">'rules'</span> <span class="o">=></span> <span class="s1">'required|valid_email'</span>
<span class="p">),</span>
<span class="k">array</span><span class="p">(</span>
<span class="s1">'field'</span> <span class="o">=></span> <span class="s1">'name'</span><span class="p">,</span>
<span class="s1">'label'</span> <span class="o">=></span> <span class="s1">'Name'</span><span class="p">,</span>
<span class="s1">'rules'</span> <span class="o">=></span> <span class="s1">'required|alpha'</span>
<span class="p">),</span>
<span class="k">array</span><span class="p">(</span>
<span class="s1">'field'</span> <span class="o">=></span> <span class="s1">'title'</span><span class="p">,</span>
<span class="s1">'label'</span> <span class="o">=></span> <span class="s1">'Title'</span><span class="p">,</span>
<span class="s1">'rules'</span> <span class="o">=></span> <span class="s1">'required'</span>
<span class="p">),</span>
<span class="k">array</span><span class="p">(</span>
<span class="s1">'field'</span> <span class="o">=></span> <span class="s1">'message'</span><span class="p">,</span>
<span class="s1">'label'</span> <span class="o">=></span> <span class="s1">'MessageBody'</span><span class="p">,</span>
<span class="s1">'rules'</span> <span class="o">=></span> <span class="s1">'required'</span>
<span class="p">)</span>
<span class="p">)</span>
<span class="p">);</span>
</pre></div>
</div>
</div>
<div class="section" id="calling-a-specific-rule-group">
<h3><a class="toc-backref" href="#id29">Calling a Specific Rule Group</a><a class="headerlink" href="#calling-a-specific-rule-group" title="Permalink to this headline">¶</a></h3>
<p>In order to call a specific group, you will pass its name to the <tt class="docutils literal"><span class="pre">run()</span></tt>
method. For example, to call the signup rule you will do this:</p>
<div class="highlight-ci"><div class="highlight"><pre><span class="k">if</span> <span class="p">(</span><span class="nv">$this</span><span class="o">-></span><span class="na">form_validation</span><span class="o">-></span><span class="na">run</span><span class="p">(</span><span class="s1">'signup'</span><span class="p">)</span> <span class="o">==</span> <span class="k">FALSE</span><span class="p">)</span>
<span class="p">{</span>
<span class="nv">$this</span><span class="o">-></span><span class="na">load</span><span class="o">-></span><span class="na">view</span><span class="p">(</span><span class="s1">'myform'</span><span class="p">);</span>
<span class="p">}</span>
<span class="k">else</span>
<span class="p">{</span>
<span class="nv">$this</span><span class="o">-></span><span class="na">load</span><span class="o">-></span><span class="na">view</span><span class="p">(</span><span class="s1">'formsuccess'</span><span class="p">);</span>
<span class="p">}</span>
</pre></div>
</div>
</div>
<div class="section" id="associating-a-controller-method-with-a-rule-group">
<h3><a class="toc-backref" href="#id30">Associating a Controller Method with a Rule Group</a><a class="headerlink" href="#associating-a-controller-method-with-a-rule-group" title="Permalink to this headline">¶</a></h3>
<p>An alternate (and more automatic) method of calling a rule group is to
name it according to the controller class/method you intend to use it
with. For example, let’s say you have a controller named Member and a
method named signup. Here’s what your class might look like:</p>
<div class="highlight-ci"><div class="highlight"><pre><span class="o"><?</span><span class="nx">php</span>
<span class="k">class</span> <span class="nc">Member</span> <span class="k">extends</span> <span class="nx">CI_Controller</span> <span class="p">{</span>
<span class="k">public</span> <span class="k">function</span> <span class="nf">signup</span><span class="p">()</span>
<span class="p">{</span>
<span class="nv">$this</span><span class="o">-></span><span class="na">load</span><span class="o">-></span><span class="na">library</span><span class="p">(</span><span class="s1">'form_validation'</span><span class="p">);</span>
<span class="k">if</span> <span class="p">(</span><span class="nv">$this</span><span class="o">-></span><span class="na">form_validation</span><span class="o">-></span><span class="na">run</span><span class="p">()</span> <span class="o">==</span> <span class="k">FALSE</span><span class="p">)</span>
<span class="p">{</span>
<span class="nv">$this</span><span class="o">-></span><span class="na">load</span><span class="o">-></span><span class="na">view</span><span class="p">(</span><span class="s1">'myform'</span><span class="p">);</span>
<span class="p">}</span>
<span class="k">else</span>
<span class="p">{</span>
<span class="nv">$this</span><span class="o">-></span><span class="na">load</span><span class="o">-></span><span class="na">view</span><span class="p">(</span><span class="s1">'formsuccess'</span><span class="p">);</span>
<span class="p">}</span>
<span class="p">}</span>
<span class="p">}</span>
</pre></div>
</div>
<p>In your validation config file, you will name your rule group
member/signup:</p>
<div class="highlight-ci"><div class="highlight"><pre><span class="nv">$config</span> <span class="o">=</span> <span class="k">array</span><span class="p">(</span>
<span class="s1">'member/signup'</span> <span class="o">=></span> <span class="k">array</span><span class="p">(</span>
<span class="k">array</span><span class="p">(</span>
<span class="s1">'field'</span> <span class="o">=></span> <span class="s1">'username'</span><span class="p">,</span>
<span class="s1">'label'</span> <span class="o">=></span> <span class="s1">'Username'</span><span class="p">,</span>
<span class="s1">'rules'</span> <span class="o">=></span> <span class="s1">'required'</span>
<span class="p">),</span>
<span class="k">array</span><span class="p">(</span>
<span class="s1">'field'</span> <span class="o">=></span> <span class="s1">'password'</span><span class="p">,</span>
<span class="s1">'label'</span> <span class="o">=></span> <span class="s1">'Password'</span><span class="p">,</span>
<span class="s1">'rules'</span> <span class="o">=></span> <span class="s1">'required'</span>
<span class="p">),</span>
<span class="k">array</span><span class="p">(</span>
<span class="s1">'field'</span> <span class="o">=></span> <span class="s1">'passconf'</span><span class="p">,</span>
<span class="s1">'label'</span> <span class="o">=></span> <span class="s1">'PasswordConfirmation'</span><span class="p">,</span>
<span class="s1">'rules'</span> <span class="o">=></span> <span class="s1">'required'</span>
<span class="p">),</span>
<span class="k">array</span><span class="p">(</span>
<span class="s1">'field'</span> <span class="o">=></span> <span class="s1">'email'</span><span class="p">,</span>
<span class="s1">'label'</span> <span class="o">=></span> <span class="s1">'Email'</span><span class="p">,</span>
<span class="s1">'rules'</span> <span class="o">=></span> <span class="s1">'required'</span>
<span class="p">)</span>
<span class="p">)</span>
<span class="p">);</span>
</pre></div>
</div>
<p>When a rule group is named identically to a controller class/method it
will be used automatically when the <tt class="docutils literal"><span class="pre">run()</span></tt> method is invoked from that
class/method.</p>
</div>
</div>
<div class="section" id="using-arrays-as-field-names">
<span id="id4"></span><h2><a class="toc-backref" href="#id31">Using Arrays as Field Names</a><a class="headerlink" href="#using-arrays-as-field-names" title="Permalink to this headline">¶</a></h2>
<p>The Form Validation class supports the use of arrays as field names.
Consider this example:</p>
<div class="highlight-ci"><div class="highlight"><pre><span class="o"><</span><span class="nx">input</span> <span class="nx">type</span><span class="o">=</span><span class="s2">"text"</span> <span class="nx">name</span><span class="o">=</span><span class="s2">"options[]"</span> <span class="nx">value</span><span class="o">=</span><span class="s2">""</span> <span class="nx">size</span><span class="o">=</span><span class="s2">"50"</span> <span class="o">/></span>
</pre></div>
</div>
<p>If you do use an array as a field name, you must use the EXACT array
name in the <a class="reference internal" href="#helper-functions"><em>Helper Functions</em></a> that require the
field name, and as your Validation Rule field name.</p>
<p>For example, to set a rule for the above field you would use:</p>
<div class="highlight-ci"><div class="highlight"><pre><span class="nv">$this</span><span class="o">-></span><span class="na">form_validation</span><span class="o">-></span><span class="na">set_rules</span><span class="p">(</span><span class="s1">'options[]'</span><span class="p">,</span> <span class="s1">'Options'</span><span class="p">,</span> <span class="s1">'required'</span><span class="p">);</span>
</pre></div>
</div>
<p>Or, to show an error for the above field you would use:</p>
<div class="highlight-ci"><div class="highlight"><pre><span class="o"><?</span><span class="nx">php</span> <span class="k">echo</span> <span class="nx">form_error</span><span class="p">(</span><span class="s1">'options[]'</span><span class="p">);</span> <span class="cp">?></span>
</pre></div>
</div>
<p>Or to re-populate the field you would use:</p>
<div class="highlight-ci"><div class="highlight"><pre><span class="o"><</span><span class="nx">input</span> <span class="nx">type</span><span class="o">=</span><span class="s2">"text"</span> <span class="nx">name</span><span class="o">=</span><span class="s2">"options[]"</span> <span class="nx">value</span><span class="o">=</span><span class="s2">"<?php echo set_value('options[]'); ?>"</span> <span class="nx">size</span><span class="o">=</span><span class="s2">"50"</span> <span class="o">/></span>
</pre></div>
</div>
<p>You can use multidimensional arrays as field names as well. For example:</p>
<div class="highlight-ci"><div class="highlight"><pre><span class="o"><</span><span class="nx">input</span> <span class="nx">type</span><span class="o">=</span><span class="s2">"text"</span> <span class="nx">name</span><span class="o">=</span><span class="s2">"options[size]"</span> <span class="nx">value</span><span class="o">=</span><span class="s2">""</span> <span class="nx">size</span><span class="o">=</span><span class="s2">"50"</span> <span class="o">/></span>
</pre></div>
</div>
<p>Or even:</p>
<div class="highlight-ci"><div class="highlight"><pre><span class="o"><</span><span class="nx">input</span> <span class="nx">type</span><span class="o">=</span><span class="s2">"text"</span> <span class="nx">name</span><span class="o">=</span><span class="s2">"sports[nba][basketball]"</span> <span class="nx">value</span><span class="o">=</span><span class="s2">""</span> <span class="nx">size</span><span class="o">=</span><span class="s2">"50"</span> <span class="o">/></span>
</pre></div>
</div>
<p>As with our first example, you must use the exact array name in the
helper functions:</p>
<div class="highlight-ci"><div class="highlight"><pre><span class="o"><?</span><span class="nx">php</span> <span class="k">echo</span> <span class="nx">form_error</span><span class="p">(</span><span class="s1">'sports[nba][basketball]'</span><span class="p">);</span> <span class="cp">?></span>
</pre></div>
</div>
<p>If you are using checkboxes (or other fields) that have multiple
options, don’t forget to leave an empty bracket after each option, so
that all selections will be added to the POST array:</p>
<div class="highlight-ci"><div class="highlight"><pre><span class="o"><</span><span class="nx">input</span> <span class="nx">type</span><span class="o">=</span><span class="s2">"checkbox"</span> <span class="nx">name</span><span class="o">=</span><span class="s2">"options[]"</span> <span class="nx">value</span><span class="o">=</span><span class="s2">"red"</span> <span class="o">/></span>
<span class="o"><</span><span class="nx">input</span> <span class="nx">type</span><span class="o">=</span><span class="s2">"checkbox"</span> <span class="nx">name</span><span class="o">=</span><span class="s2">"options[]"</span> <span class="nx">value</span><span class="o">=</span><span class="s2">"blue"</span> <span class="o">/></span>
<span class="o"><</span><span class="nx">input</span> <span class="nx">type</span><span class="o">=</span><span class="s2">"checkbox"</span> <span class="nx">name</span><span class="o">=</span><span class="s2">"options[]"</span> <span class="nx">value</span><span class="o">=</span><span class="s2">"green"</span> <span class="o">/></span>
</pre></div>
</div>
<p>Or if you use a multidimensional array:</p>
<div class="highlight-ci"><div class="highlight"><pre><span class="o"><</span><span class="nx">input</span> <span class="nx">type</span><span class="o">=</span><span class="s2">"checkbox"</span> <span class="nx">name</span><span class="o">=</span><span class="s2">"options[color][]"</span> <span class="nx">value</span><span class="o">=</span><span class="s2">"red"</span> <span class="o">/></span>
<span class="o"><</span><span class="nx">input</span> <span class="nx">type</span><span class="o">=</span><span class="s2">"checkbox"</span> <span class="nx">name</span><span class="o">=</span><span class="s2">"options[color][]"</span> <span class="nx">value</span><span class="o">=</span><span class="s2">"blue"</span> <span class="o">/></span>
<span class="o"><</span><span class="nx">input</span> <span class="nx">type</span><span class="o">=</span><span class="s2">"checkbox"</span> <span class="nx">name</span><span class="o">=</span><span class="s2">"options[color][]"</span> <span class="nx">value</span><span class="o">=</span><span class="s2">"green"</span> <span class="o">/></span>
</pre></div>
</div>
<p>When you use a helper function you’ll include the bracket as well:</p>
<div class="highlight-ci"><div class="highlight"><pre><span class="o"><?</span><span class="nx">php</span> <span class="k">echo</span> <span class="nx">form_error</span><span class="p">(</span><span class="s1">'options[color][]'</span><span class="p">);</span> <span class="cp">?></span>
</pre></div>
</div>
</div>
<div class="section" id="rule-reference">
<h2><a class="toc-backref" href="#id32">Rule Reference</a><a class="headerlink" href="#rule-reference" title="Permalink to this headline">¶</a></h2>
<p>The following is a list of all the native rules that are available to
use:</p>
<table border="1" class="docutils">
<colgroup>
<col width="16%" />
<col width="7%" />
<col width="61%" />
<col width="16%" />
</colgroup>
<thead valign="bottom">
<tr class="row-odd"><th class="head">Rule</th>
<th class="head">Parameter</th>
<th class="head">Description</th>
<th class="head">Example</th>
</tr>
</thead>
<tbody valign="top">
<tr class="row-even"><td><strong>required</strong></td>
<td>No</td>
<td>Returns FALSE if the form element is empty.</td>
<td> </td>
</tr>
<tr class="row-odd"><td><strong>matches</strong></td>
<td>Yes</td>
<td>Returns FALSE if the form element does not match the one in the parameter.</td>
<td>matches[form_item]</td>
</tr>
<tr class="row-even"><td><strong>regex_match</strong></td>
<td>Yes</td>
<td>Returns FALSE if the form element does not match the regular expression.</td>
<td>regex_match[/regex/]</td>
</tr>
<tr class="row-odd"><td><strong>differs</strong></td>
<td>Yes</td>
<td>Returns FALSE if the form element does not differ from the one in the parameter.</td>
<td>differs[form_item]</td>
</tr>
<tr class="row-even"><td><strong>is_unique</strong></td>
<td>Yes</td>
<td>Returns FALSE if the form element is not unique to the table and field name in the
parameter. Note: This rule requires <a class="reference internal" href="../database/query_builder.html"><em>Query Builder</em></a> to be
enabled in order to work.</td>
<td>is_unique[table.field]</td>
</tr>
<tr class="row-odd"><td><strong>min_length</strong></td>
<td>Yes</td>
<td>Returns FALSE if the form element is shorter than the parameter value.</td>
<td>min_length[3]</td>
</tr>
<tr class="row-even"><td><strong>max_length</strong></td>
<td>Yes</td>
<td>Returns FALSE if the form element is longer than the parameter value.</td>
<td>max_length[12]</td>
</tr>
<tr class="row-odd"><td><strong>exact_length</strong></td>
<td>Yes</td>
<td>Returns FALSE if the form element is not exactly the parameter value.</td>
<td>exact_length[8]</td>
</tr>
<tr class="row-even"><td><strong>greater_than</strong></td>
<td>Yes</td>
<td>Returns FALSE if the form element is less than or equal to the parameter value or not
numeric.</td>
<td>greater_than[8]</td>
</tr>
<tr class="row-odd"><td><strong>greater_than_equal_to</strong></td>
<td>Yes</td>
<td>Returns FALSE if the form element is less than the parameter value,
or not numeric.</td>
<td>greater_than_equal_to[8]</td>
</tr>
<tr class="row-even"><td><strong>less_than</strong></td>
<td>Yes</td>
<td>Returns FALSE if the form element is greater than or equal to the parameter value or
not numeric.</td>
<td>less_than[8]</td>
</tr>
<tr class="row-odd"><td><strong>less_than_equal_to</strong></td>
<td>Yes</td>
<td>Returns FALSE if the form element is greater than the parameter value,
or not numeric.</td>
<td>less_than_equal_to[8]</td>
</tr>
<tr class="row-even"><td><strong>in_list</strong></td>
<td>Yes</td>
<td>Returns FALSE if the form element is not within a predetermined list.</td>
<td>in_list[red,blue,green]</td>
</tr>
<tr class="row-odd"><td><strong>alpha</strong></td>
<td>No</td>
<td>Returns FALSE if the form element contains anything other than alphabetical characters.</td>
<td> </td>
</tr>
<tr class="row-even"><td><strong>alpha_numeric</strong></td>
<td>No</td>
<td>Returns FALSE if the form element contains anything other than alpha-numeric characters.</td>
<td> </td>
</tr>
<tr class="row-odd"><td><strong>alpha_numeric_spaces</strong></td>
<td>No</td>
<td>Returns FALSE if the form element contains anything other than alpha-numeric characters
or spaces. Should be used after trim to avoid spaces at the beginning or end.</td>
<td> </td>
</tr>
<tr class="row-even"><td><strong>alpha_dash</strong></td>
<td>No</td>
<td>Returns FALSE if the form element contains anything other than alpha-numeric characters,
underscores or dashes.</td>
<td> </td>
</tr>
<tr class="row-odd"><td><strong>numeric</strong></td>
<td>No</td>
<td>Returns FALSE if the form element contains anything other than numeric characters.</td>
<td> </td>
</tr>
<tr class="row-even"><td><strong>integer</strong></td>
<td>No</td>
<td>Returns FALSE if the form element contains anything other than an integer.</td>
<td> </td>
</tr>
<tr class="row-odd"><td><strong>decimal</strong></td>
<td>No</td>
<td>Returns FALSE if the form element contains anything other than a decimal number.</td>
<td> </td>
</tr>
<tr class="row-even"><td><strong>is_natural</strong></td>
<td>No</td>
<td>Returns FALSE if the form element contains anything other than a natural number:
0, 1, 2, 3, etc.</td>
<td> </td>
</tr>
<tr class="row-odd"><td><strong>is_natural_no_zero</strong></td>
<td>No</td>
<td>Returns FALSE if the form element contains anything other than a natural
number, but not zero: 1, 2, 3, etc.</td>
<td> </td>
</tr>
<tr class="row-even"><td><strong>valid_url</strong></td>
<td>No</td>
<td>Returns FALSE if the form element does not contain a valid URL.</td>
<td> </td>
</tr>
<tr class="row-odd"><td><strong>valid_email</strong></td>
<td>No</td>
<td>Returns FALSE if the form element does not contain a valid email address.</td>
<td> </td>
</tr>
<tr class="row-even"><td><strong>valid_emails</strong></td>
<td>No</td>
<td>Returns FALSE if any value provided in a comma separated list is not a valid email.</td>
<td> </td>
</tr>
<tr class="row-odd"><td><strong>valid_ip</strong></td>
<td>No</td>
<td>Returns FALSE if the supplied IP is not valid.
Accepts an optional parameter of ‘ipv4’ or ‘ipv6’ to specify an IP format.</td>
<td> </td>
</tr>
<tr class="row-even"><td><strong>valid_base64</strong></td>
<td>No</td>
<td>Returns FALSE if the supplied string contains anything other than valid Base64 characters.</td>
<td> </td>
</tr>
</tbody>
</table>
<div class="admonition note">
<p class="first admonition-title">Note</p>
<p>These rules can also be called as discrete methods. For
example:</p>
<div class="last highlight-ci"><div class="highlight"><pre><span class="nv">$this</span><span class="o">-></span><span class="na">form_validation</span><span class="o">-></span><span class="na">required</span><span class="p">(</span><span class="nv">$string</span><span class="p">);</span>
</pre></div>
</div>
</div>
<div class="admonition note">
<p class="first admonition-title">Note</p>
<p class="last">You can also use any native PHP functions that permit up
to two parameters, where at least one is required (to pass
the field data).</p>
</div>
</div>
<div class="section" id="prepping-reference">
<h2><a class="toc-backref" href="#id33">Prepping Reference</a><a class="headerlink" href="#prepping-reference" title="Permalink to this headline">¶</a></h2>
<p>The following is a list of all the prepping methods that are available
to use:</p>
<table border="1" class="docutils">
<colgroup>
<col width="15%" />
<col width="7%" />
<col width="78%" />
</colgroup>
<thead valign="bottom">
<tr class="row-odd"><th class="head">Name</th>
<th class="head">Parameter</th>
<th class="head">Description</th>
</tr>
</thead>
<tbody valign="top">
<tr class="row-even"><td><strong>prep_for_form</strong></td>
<td>No</td>
<td>Converts special characters so that HTML data can be shown in a form field without breaking it.</td>
</tr>
<tr class="row-odd"><td><strong>prep_url</strong></td>
<td>No</td>
<td>Adds “http://” to URLs if missing.</td>
</tr>
<tr class="row-even"><td><strong>strip_image_tags</strong></td>
<td>No</td>
<td>Strips the HTML from image tags leaving the raw URL.</td>
</tr>
<tr class="row-odd"><td><strong>encode_php_tags</strong></td>
<td>No</td>
<td>Converts PHP tags to entities.</td>
</tr>
</tbody>
</table>
<div class="admonition note">
<p class="first admonition-title">Note</p>
<p class="last">You can also use any native PHP functions that permits one
parameter, like <tt class="docutils literal"><span class="pre">trim()</span></tt>, <tt class="docutils literal"><span class="pre">htmlspecialchars()</span></tt>, <tt class="docutils literal"><span class="pre">urldecode()</span></tt>,
etc.</p>
</div>
</div>
<div class="section" id="class-reference">
<span id="id5"></span><h2><a class="toc-backref" href="#id34">Class Reference</a><a class="headerlink" href="#class-reference" title="Permalink to this headline">¶</a></h2>
<dl class="class">
<dt id="CI_Form_validation">
<em class="property">class </em><tt class="descname">CI_Form_validation</tt><a class="headerlink" href="#CI_Form_validation" title="Permalink to this definition">¶</a></dt>
<dd><dl class="method">
<dt id="CI_Form_validation::set_rules">
<tt class="descname">set_rules</tt><big>(</big><em>$field</em><span class="optional">[</span>, <em>$label = ''</em><span class="optional">[</span>, <em>$rules = ''</em><span class="optional">]</span><span class="optional">]</span><big>)</big><a class="headerlink" href="#CI_Form_validation::set_rules" title="Permalink to this definition">¶</a></dt>
<dd><table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple">
<li><strong>$field</strong> (<em>string</em>) – Field name</li>
<li><strong>$label</strong> (<em>string</em>) – Field label</li>
<li><strong>$rules</strong> (<em>mixed</em>) – Validation rules, as a string list separated by a pipe “|”, or as an array or rules</li>
</ul>
</td>
</tr>
<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first">CI_Form_validation instance (method chaining)</p>
</td>
</tr>
<tr class="field-odd field"><th class="field-name">Return type:</th><td class="field-body"><p class="first last">CI_Form_validation</p>
</td>
</tr>
</tbody>
</table>
<p>Permits you to set validation rules, as described in the tutorial
sections above:</p>
<ul class="simple">
<li><a class="reference internal" href="#setting-validation-rules"><em>Setting Validation Rules</em></a></li>
<li><a class="reference internal" href="#saving-groups"><em>Saving Sets of Validation Rules to a Config File</em></a></li>
</ul>
</dd></dl>
<dl class="method">
<dt id="CI_Form_validation::run">
<tt class="descname">run</tt><big>(</big><span class="optional">[</span><em>$group = ''</em><span class="optional">]</span><big>)</big><a class="headerlink" href="#CI_Form_validation::run" title="Permalink to this definition">¶</a></dt>
<dd><table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple">
<li><strong>$group</strong> (<em>string</em>) – The name of the validation group to run</li>
</ul>
</td>
</tr>
<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first">TRUE on success, FALSE if validation failed</p>
</td>
</tr>
<tr class="field-odd field"><th class="field-name">Return type:</th><td class="field-body"><p class="first last">bool</p>
</td>
</tr>
</tbody>
</table>
<p>Runs the validation routines. Returns boolean TRUE on success and FALSE
on failure. You can optionally pass the name of the validation group via
the method, as described in: <a class="reference internal" href="#saving-groups"><em>Saving Sets of Validation Rules to a Config File</em></a></p>
</dd></dl>
<dl class="method">
<dt id="CI_Form_validation::set_message">
<tt class="descname">set_message</tt><big>(</big><em>$lang</em><span class="optional">[</span>, <em>$val = ''</em><span class="optional">]</span><big>)</big><a class="headerlink" href="#CI_Form_validation::set_message" title="Permalink to this definition">¶</a></dt>
<dd><table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple">
<li><strong>$lang</strong> (<em>string</em>) – The rule the message is for</li>
<li><strong>$val</strong> (<em>string</em>) – The message</li>
</ul>
</td>
</tr>
<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first">CI_Form_validation instance (method chaining)</p>
</td>
</tr>
<tr class="field-odd field"><th class="field-name">Return type:</th><td class="field-body"><p class="first last">CI_Form_validation</p>
</td>
</tr>
</tbody>
</table>
<p>Permits you to set custom error messages. See <a class="reference internal" href="#setting-error-messages"><em>Setting Error Messages</em></a></p>
</dd></dl>
<dl class="method">
<dt id="CI_Form_validation::set_error_delimiters">
<tt class="descname">set_error_delimiters</tt><big>(</big><span class="optional">[</span><em>$prefix = '<p>'</em><span class="optional">[</span>, <em>$suffix = '</p>'</em><span class="optional">]</span><span class="optional">]</span><big>)</big><a class="headerlink" href="#CI_Form_validation::set_error_delimiters" title="Permalink to this definition">¶</a></dt>
<dd><table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple">
<li><strong>$prefix</strong> (<em>string</em>) – Error message prefix</li>
<li><strong>$suffix</strong> (<em>string</em>) – Error message suffix</li>
</ul>
</td>
</tr>
<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first">CI_Form_validation instance (method chaining)</p>
</td>
</tr>
<tr class="field-odd field"><th class="field-name">Return type:</th><td class="field-body"><p class="first last">CI_Form_validation</p>
</td>
</tr>
</tbody>
</table>
<p>Sets the default prefix and suffix for error messages.</p>
</dd></dl>
<dl class="method">
<dt id="CI_Form_validation::set_data">
<tt class="descname">set_data</tt><big>(</big><em>$data</em><big>)</big><a class="headerlink" href="#CI_Form_validation::set_data" title="Permalink to this definition">¶</a></dt>
<dd><table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple">
<li><strong>$data</strong> (<em>array</em>) – Array of data validate</li>
</ul>
</td>
</tr>
<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first">CI_Form_validation instance (method chaining)</p>
</td>
</tr>
<tr class="field-odd field"><th class="field-name">Return type:</th><td class="field-body"><p class="first last">CI_Form_validation</p>
</td>
</tr>
</tbody>
</table>
<p>Permits you to set an array for validation, instead of using the default
<tt class="docutils literal"><span class="pre">$_POST</span></tt> array.</p>
</dd></dl>
<dl class="method">
<dt id="CI_Form_validation::reset_validation">
<tt class="descname">reset_validation</tt><big>(</big><big>)</big><a class="headerlink" href="#CI_Form_validation::reset_validation" title="Permalink to this definition">¶</a></dt>
<dd><table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Returns:</th><td class="field-body">CI_Form_validation instance (method chaining)</td>
</tr>
<tr class="field-even field"><th class="field-name">Return type:</th><td class="field-body">CI_Form_validation</td>
</tr>
</tbody>
</table>
<p>Permits you to reset the validation when you validate more than one array.
This method should be called before validating each new array.</p>
</dd></dl>
<dl class="method">
<dt id="CI_Form_validation::error_array">
<tt class="descname">error_array</tt><big>(</big><big>)</big><a class="headerlink" href="#CI_Form_validation::error_array" title="Permalink to this definition">¶</a></dt>
<dd><table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Returns:</th><td class="field-body">Array of error messages</td>
</tr>
<tr class="field-even field"><th class="field-name">Return type:</th><td class="field-body">array</td>
</tr>
</tbody>
</table>
<p>Returns the error messages as an array.</p>
</dd></dl>
<dl class="method">
<dt id="CI_Form_validation::error_string">
<tt class="descname">error_string</tt><big>(</big><span class="optional">[</span><em>$prefix = ''</em><span class="optional">[</span>, <em>$suffix = ''</em><span class="optional">]</span><span class="optional">]</span><big>)</big><a class="headerlink" href="#CI_Form_validation::error_string" title="Permalink to this definition">¶</a></dt>
<dd><table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple">
<li><strong>$prefix</strong> (<em>string</em>) – Error message prefix</li>
<li><strong>$suffix</strong> (<em>string</em>) – Error message suffix</li>
</ul>
</td>
</tr>
<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first">Error messages as a string</p>
</td>
</tr>
<tr class="field-odd field"><th class="field-name">Return type:</th><td class="field-body"><p class="first last">string</p>
</td>
</tr>
</tbody>
</table>
<p>Returns all error messages (as returned from error_array()) formatted as a
string and separated by a newline character.</p>
</dd></dl>
<dl class="method">
<dt id="CI_Form_validation::error">
<tt class="descname">error</tt><big>(</big><em>$field</em><span class="optional">[</span>, <em>$prefix = ''</em><span class="optional">[</span>, <em>$suffix = ''</em><span class="optional">]</span><span class="optional">]</span><big>)</big><a class="headerlink" href="#CI_Form_validation::error" title="Permalink to this definition">¶</a></dt>
<dd><table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple">
<li><strong>$field</strong> (<em>string</em>) – Field name</li>
<li><strong>$prefix</strong> (<em>string</em>) – Optional prefix</li>
<li><strong>$suffix</strong> (<em>string</em>) – Optional suffix</li>
</ul>
</td>
</tr>
<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first">Error message string</p>
</td>
</tr>
<tr class="field-odd field"><th class="field-name">Return type:</th><td class="field-body"><p class="first last">string</p>
</td>
</tr>
</tbody>
</table>
<p>Returns the error message for a specific field, optionally adding a
prefix and/or suffix to it (usually HTML tags).</p>
</dd></dl>
<dl class="method">
<dt id="CI_Form_validation::has_rule">
<tt class="descname">has_rule</tt><big>(</big><em>$field</em><big>)</big><a class="headerlink" href="#CI_Form_validation::has_rule" title="Permalink to this definition">¶</a></dt>
<dd><table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple">
<li><strong>$field</strong> (<em>string</em>) – Field name</li>
</ul>
</td>
</tr>
<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first">TRUE if the field has rules set, FALSE if not</p>
</td>
</tr>
<tr class="field-odd field"><th class="field-name">Return type:</th><td class="field-body"><p class="first last">bool</p>
</td>
</tr>
</tbody>
</table>
<p>Checks to see if there is a rule set for the specified field.</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="helper-reference">
<span id="helper-functions"></span><h2><a class="toc-backref" href="#id35">Helper Reference</a><a class="headerlink" href="#helper-reference" title="Permalink to this headline">¶</a></h2>
<p>Please refer to the <a class="reference internal" href="../helpers/form_helper.html"><em>Form Helper</em></a> manual for
the following functions:</p>
<ul class="simple">
<li><a class="reference internal" href="../helpers/form_helper.html#form_error" title="form_error"><tt class="xref php php-func docutils literal"><span class="pre">form_error()</span></tt></a></li>
<li><a class="reference internal" href="../helpers/form_helper.html#validation_errors" title="validation_errors"><tt class="xref php php-func docutils literal"><span class="pre">validation_errors()</span></tt></a></li>
<li><a class="reference internal" href="../helpers/form_helper.html#set_value" title="set_value"><tt class="xref php php-func docutils literal"><span class="pre">set_value()</span></tt></a></li>
<li><a class="reference internal" href="../helpers/form_helper.html#set_select" title="set_select"><tt class="xref php php-func docutils literal"><span class="pre">set_select()</span></tt></a></li>
<li><a class="reference internal" href="../helpers/form_helper.html#set_checkbox" title="set_checkbox"><tt class="xref php php-func docutils literal"><span class="pre">set_checkbox()</span></tt></a></li>
<li><a class="reference internal" href="../helpers/form_helper.html#set_radio" title="set_radio"><tt class="xref php php-func docutils literal"><span class="pre">set_radio()</span></tt></a></li>
</ul>
<p>Note that these are procedural functions, so they <strong>do not</strong> require you
to prepend them with <tt class="docutils literal"><span class="pre">$this->form_validation</span></tt>.</p>
</div>
</div>
</div>
<footer>
<div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
<a href="ftp.html" class="btn btn-neutral float-right" title="FTP Class">Next <span class="fa fa-arrow-circle-right"></span></a>
<a href="file_uploading.html" class="btn btn-neutral" title="File Uploading Class"><span class="fa fa-arrow-circle-left"></span> Previous</a>
</div>
<hr/>
<div role="contentinfo">
<p>
© Copyright 2014 - 2015, British Columbia Institute of Technology.
Last updated on Aug 07, 2015.
</p>
</div>
Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
</footer>
</div>
</div>
</section>
</div>
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../',
VERSION:'3.0.1',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
HAS_SOURCE: false
};
</script>
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
<script type="text/javascript" src="../_static/js/theme.js"></script>
<script type="text/javascript">
jQuery(function () {
SphinxRtdTheme.StickyNav.enable();
});
</script>
</body>
</html> | MarinaWagih/ci-future_jobs | user_guide/libraries/form_validation.html | HTML | mit | 133,334 |
<section class="person-list-panel">
<div class="card"
ng-repeat="person in persons"
draggable="true">
{{ person }}
</div>
<div class="person-input">
<form ng-submit="submit()">
<input type="text"
class="person-input_text"
placeholder="Enter a name here"
ng-model="newPerson"></input>
</form>
<i class="person-input_icon icon-plus-sign-alt"
ng-click="submit()">
</i>
</div>
</section> | nwwells/teambuilder | client/app/views/main.html | HTML | mit | 477 |
<!DOCTYPE html>
<!--[if lt IE 9]><html class="no-js lt-ie9" lang="en" dir="ltr"><![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="en" dir="ltr">
<!--<![endif]-->
<!-- Usage: /eic/site/ccc-rec.nsf/tpl-eng/template-1col.html?Open&id=3 (optional: ?Open&page=filename.html&id=x) -->
<!-- Created: ; Product Code: 536; Server: stratnotes2.ic.gc.ca -->
<head>
<!-- Title begins / Début du titre -->
<title>
Canadian Real Estate Association -
Complete profile - Canadian Company Capabilities - Industries and Business - Industry Canada
</title>
<!-- Title ends / Fin du titre -->
<!-- Meta-data begins / Début des métadonnées -->
<meta charset="utf-8" />
<meta name="dcterms.language" title="ISO639-2" content="eng" />
<meta name="dcterms.title" content="" />
<meta name="description" content="" />
<meta name="dcterms.description" content="" />
<meta name="dcterms.type" content="report, data set" />
<meta name="dcterms.subject" content="businesses, industry" />
<meta name="dcterms.subject" content="businesses, industry" />
<meta name="dcterms.issued" title="W3CDTF" content="" />
<meta name="dcterms.modified" title="W3CDTF" content="" />
<meta name="keywords" content="" />
<meta name="dcterms.creator" content="" />
<meta name="author" content="" />
<meta name="dcterms.created" title="W3CDTF" content="" />
<meta name="dcterms.publisher" content="" />
<meta name="dcterms.audience" title="icaudience" content="" />
<meta name="dcterms.spatial" title="ISO3166-1" content="" />
<meta name="dcterms.spatial" title="gcgeonames" content="" />
<meta name="dcterms.format" content="HTML" />
<meta name="dcterms.identifier" title="ICsiteProduct" content="536" />
<!-- EPI-11240 -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- MCG-202 -->
<meta content="width=device-width,initial-scale=1" name="viewport">
<!-- EPI-11567 -->
<meta name = "format-detection" content = "telephone=no">
<!-- EPI-12603 -->
<meta name="robots" content="noarchive">
<!-- EPI-11190 - Webtrends -->
<script>
var startTime = new Date();
startTime = startTime.getTime();
</script>
<!--[if gte IE 9 | !IE ]><!-->
<link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="icon" type="image/x-icon">
<link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/wet-boew.min.css">
<!--<![endif]-->
<link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/theme.min.css">
<!--[if lt IE 9]>
<link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="shortcut icon" />
<link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/ie8-wet-boew.min.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew.min.js"></script>
<![endif]-->
<!--[if lte IE 9]>
<![endif]-->
<noscript><link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/noscript.min.css" /></noscript>
<!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER -->
<script>dataLayer1 = [];</script>
<!-- End Google Tag Manager -->
<!-- EPI-11235 -->
<link rel="stylesheet" href="/eic/home.nsf/css/add_WET_4-0_Canada_Apps.css">
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
<link href="/app/ccc/srch/css/print.css" media="print" rel="stylesheet" type="text/css" />
</head>
<body class="home" vocab="http://schema.org/" typeof="WebPage">
<!-- EPIC HEADER BEGIN -->
<!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER -->
<noscript><iframe title="Google Tag Manager" src="//www.googletagmanager.com/ns.html?id=GTM-TLGQ9K" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer1'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer1','GTM-TLGQ9K');</script>
<!-- End Google Tag Manager -->
<!-- EPI-12801 -->
<span typeof="Organization"><meta property="legalName" content="Department_of_Industry"></span>
<ul id="wb-tphp">
<li class="wb-slc">
<a class="wb-sl" href="#wb-cont">Skip to main content</a>
</li>
<li class="wb-slc visible-sm visible-md visible-lg">
<a class="wb-sl" href="#wb-info">Skip to "About this site"</a>
</li>
</ul>
<header role="banner">
<div id="wb-bnr" class="container">
<section id="wb-lng" class="visible-md visible-lg text-right">
<h2 class="wb-inv">Language selection</h2>
<div class="row">
<div class="col-md-12">
<ul class="list-inline mrgn-bttm-0">
<li><a href="nvgt.do?V_TOKEN=1492272885892&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=8306&V_SEARCH.docsStart=8305&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn/updt.sec?_flId?_flxKy=e1s1&estblmntNo=234567041301&profileId=61&_evId=bck&lang=eng&V_SEARCH.showStricts=false&prtl=1&_flId?_flId?_flxKy=e1s1" title="Français" lang="fr">Français</a></li>
</ul>
</div>
</div>
</section>
<div class="row">
<div class="brand col-xs-8 col-sm-9 col-md-6">
<a href="http://www.canada.ca/en/index.html"><object type="image/svg+xml" tabindex="-1" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/sig-blk-en.svg"></object><span class="wb-inv"> Government of Canada</span></a>
</div>
<section class="wb-mb-links col-xs-4 col-sm-3 visible-sm visible-xs" id="wb-glb-mn">
<h2>Search and menus</h2>
<ul class="list-inline text-right chvrn">
<li><a href="#mb-pnl" title="Search and menus" aria-controls="mb-pnl" class="overlay-lnk" role="button"><span class="glyphicon glyphicon-search"><span class="glyphicon glyphicon-th-list"><span class="wb-inv">Search and menus</span></span></span></a></li>
</ul>
<div id="mb-pnl"></div>
</section>
<!-- Site Search Removed -->
</div>
</div>
<nav role="navigation" id="wb-sm" class="wb-menu visible-md visible-lg" data-trgt="mb-pnl" data-ajax-fetch="//cdn.canada.ca/gcweb-cdn-dev/sitemenu/sitemenu-en.html" typeof="SiteNavigationElement">
<h2 class="wb-inv">Topics menu</h2>
<div class="container nvbar">
<div class="row">
<ul class="list-inline menu">
<li><a href="https://www.canada.ca/en/services/jobs.html">Jobs</a></li>
<li><a href="http://www.cic.gc.ca/english/index.asp">Immigration</a></li>
<li><a href="https://travel.gc.ca/">Travel</a></li>
<li><a href="https://www.canada.ca/en/services/business.html">Business</a></li>
<li><a href="https://www.canada.ca/en/services/benefits.html">Benefits</a></li>
<li><a href="http://healthycanadians.gc.ca/index-eng.php">Health</a></li>
<li><a href="https://www.canada.ca/en/services/taxes.html">Taxes</a></li>
<li><a href="https://www.canada.ca/en/services.html">More services</a></li>
</ul>
</div>
</div>
</nav>
<!-- EPIC BODY BEGIN -->
<nav role="navigation" id="wb-bc" class="" property="breadcrumb">
<h2 class="wb-inv">You are here:</h2>
<div class="container">
<div class="row">
<ol class="breadcrumb">
<li><a href="/eic/site/icgc.nsf/eng/home" title="Home">Home</a></li>
<li><a href="/eic/site/icgc.nsf/eng/h_07063.html" title="Industries and Business">Industries and Business</a></li>
<li><a href="/eic/site/ccc-rec.nsf/tpl-eng/../eng/home" >Canadian Company Capabilities</a></li>
</ol>
</div>
</div>
</nav>
</header>
<main id="wb-cont" role="main" property="mainContentOfPage" class="container">
<!-- End Header -->
<!-- Begin Body -->
<!-- Begin Body Title -->
<!-- End Body Title -->
<!-- Begin Body Head -->
<!-- End Body Head -->
<!-- Begin Body Content -->
<br>
<!-- Complete Profile -->
<!-- Company Information above tabbed area-->
<input id="showMore" type="hidden" value='more'/>
<input id="showLess" type="hidden" value='less'/>
<h1 id="wb-cont">
Company profile - Canadian Company Capabilities
</h1>
<div class="profileInfo hidden-print">
<ul class="list-inline">
<li><a href="cccSrch.do?lang=eng&profileId=&prtl=1&key.hitsPerPage=25&searchPage=%252Fapp%252Fccc%252Fsrch%252FcccBscSrch.do%253Flang%253Deng%2526amp%253Bprtl%253D1%2526amp%253Btagid%253D&V_SEARCH.scopeCategory=CCC.Root&V_SEARCH.depth=1&V_SEARCH.showStricts=false&V_SEARCH.sortSpec=title+asc&rstBtn.x=" class="btn btn-link">New Search</a> |</li>
<li><form name="searchForm" method="post" action="/app/ccc/srch/bscSrch.do">
<input type="hidden" name="lang" value="eng" />
<input type="hidden" name="profileId" value="" />
<input type="hidden" name="prtl" value="1" />
<input type="hidden" name="searchPage" value="%2Fapp%2Fccc%2Fsrch%2FcccBscSrch.do%3Flang%3Deng%26amp%3Bprtl%3D1%26amp%3Btagid%3D" />
<input type="hidden" name="V_SEARCH.scopeCategory" value="CCC.Root" />
<input type="hidden" name="V_SEARCH.depth" value="1" />
<input type="hidden" name="V_SEARCH.showStricts" value="false" />
<input id="repeatSearchBtn" class="btn btn-link" type="submit" value="Return to search results" />
</form></li>
<li>| <a href="nvgt.do?V_SEARCH.docsStart=8304&V_DOCUMENT.docRank=8305&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492272897569&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=234567097359&profileId=&key.newSearchLabel=">Previous Company</a></li>
<li>| <a href="nvgt.do?V_SEARCH.docsStart=8306&V_DOCUMENT.docRank=8307&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492272897569&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=234567136363&profileId=&key.newSearchLabel=">Next Company</a></li>
</ul>
</div>
<details>
<summary>Third-Party Information Liability Disclaimer</summary>
<p>Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.</p>
</details>
<h2>
Canadian Real Estate Association
</h2>
<div class="row">
<div class="col-md-5">
<h2 class="h5 mrgn-bttm-0">Legal/Operating Name:</h2>
<p>Canadian Real Estate Association</p>
<div class="mrgn-tp-md"></div>
<p class="mrgn-bttm-0" ><a href="http://crea.ca"
target="_blank" title="Website URL">http://crea.ca</a></p>
<p><a href="mailto:info@crea.ca" title="info@crea.ca">info@crea.ca</a></p>
</div>
<div class="col-md-4 mrgn-sm-sm">
<h2 class="h5 mrgn-bttm-0">Mailing Address:</h2>
<address class="mrgn-bttm-md">
200 Catherine St<br/>
OTTAWA,
Ontario<br/>
K2P 2K9
<br/>
</address>
<h2 class="h5 mrgn-bttm-0">Location Address:</h2>
<address class="mrgn-bttm-md">
200 Catherine St<br/>
OTTAWA,
Ontario<br/>
K2P 2K9
<br/>
</address>
<p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>:
(613) 237-7111
</p>
<p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>:
(800) 842-2732</p>
<p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>:
(613) 234-2567</p>
</div>
<div class="col-md-3 mrgn-tp-md">
<h2 class="wb-inv">Logo</h2>
<img class="img-responsive text-left" src="https://www.ic.gc.ca/app/ccc/srch/media?estblmntNo=234567167424&graphFileName=CREA_ACI_RGB.jpg&applicationCode=AP&lang=eng" alt="Logo" />
</div>
</div>
<div class="row mrgn-tp-md mrgn-bttm-md">
<div class="col-md-12">
<h2 class="wb-inv">Company Profile</h2>
<br> The Canadian Real Estate Association (CREA) is one of Canada’s largest single-industry trade Associations. Our membership includes more than 120,000 real estate brokers, agents and salespeople, working through 100 real estate Boards and Associations across Canada.<br>
</div>
</div>
<!-- <div class="wb-tabs ignore-session update-hash wb-eqht-off print-active"> -->
<div class="wb-tabs ignore-session">
<div class="tabpanels">
<details id="details-panel1">
<summary>
Full profile
</summary>
<!-- Tab 1 -->
<h2 class="wb-invisible">
Full profile
</h2>
<!-- Contact Information -->
<h3 class="page-header">
Contact information
</h3>
<section class="container-fluid">
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Dina
McNeil
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
<!--if client gender is not null or empty we use gender based job title-->
Director
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Area of Responsibility:
</strong>
</div>
<div class="col-md-7">
Government Relations.
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(613) 237-7111
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
dmcneil@crea.ca
</div>
</div>
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Gary
Simonsen
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
<!--if client gender is not null or empty we use gender based job title-->
Chief Executive Officer
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Area of Responsibility:
</strong>
</div>
<div class="col-md-7">
Management Executive.
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(613) 237-7111
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
gsimonsen@crea.ca
</div>
</div>
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Randall
McCauley
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
<!--if client gender is not null or empty we use gender based job title-->
Vice President
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Area of Responsibility:
</strong>
</div>
<div class="col-md-7">
Government Relations.
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(613) 237-7111
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
rmccauley@crea.ca
</div>
</div>
</section>
<p class="mrgn-tp-lg text-right small hidden-print">
<a href="#wb-cont">top of page</a>
</p>
<!-- Company Description -->
<h3 class="page-header">
Company description
</h3>
<section class="container-fluid">
<div class="row">
<div class="col-md-5">
<strong>
Exporting:
</strong>
</div>
<div class="col-md-7">
No
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Industry (NAICS):
</strong>
</div>
<div class="col-md-7">
813910 - Business Associations
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Association
</div>
</div>
</section>
<!-- Products / Services / Licensing -->
<h3 class="page-header">
Product / Service / Licensing
</h3>
<section class="container-fluid">
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Service Name:
</strong>
</div>
<div class="col-md-9">
Real Estate<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
Not just anyone can call themself a REALTOR®. To do so, real estate professionals must either be direct members of their association or be members of both their local real estate board and CREA, depending on the province. As well, they must abide by the ethical standards laid out in the REALTOR® Code.<br>
<br>
</div>
</div>
</section>
<p class="mrgn-tp-lg text-right small hidden-print">
<a href="#wb-cont">top of page</a>
</p>
<!-- Technology Profile -->
<!-- Market Profile -->
<!-- Sector Information -->
<details class="mrgn-tp-md mrgn-bttm-md">
<summary>
Third-Party Information Liability Disclaimer
</summary>
<p>
Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.
</p>
</details>
</details>
<details id="details-panel2">
<summary>
Contacts
</summary>
<h2 class="wb-invisible">
Contact information
</h2>
<!-- Contact Information -->
<section class="container-fluid">
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Dina
McNeil
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
<!--if client gender is not null or empty we use gender based job title-->
Director
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Area of Responsibility:
</strong>
</div>
<div class="col-md-7">
Government Relations.
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(613) 237-7111
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
dmcneil@crea.ca
</div>
</div>
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Gary
Simonsen
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
<!--if client gender is not null or empty we use gender based job title-->
Chief Executive Officer
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Area of Responsibility:
</strong>
</div>
<div class="col-md-7">
Management Executive.
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(613) 237-7111
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
gsimonsen@crea.ca
</div>
</div>
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Randall
McCauley
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
<!--if client gender is not null or empty we use gender based job title-->
Vice President
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Area of Responsibility:
</strong>
</div>
<div class="col-md-7">
Government Relations.
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(613) 237-7111
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
rmccauley@crea.ca
</div>
</div>
</section>
</details>
<details id="details-panel3">
<summary>
Description
</summary>
<h2 class="wb-invisible">
Company description
</h2>
<section class="container-fluid">
<div class="row">
<div class="col-md-5">
<strong>
Exporting:
</strong>
</div>
<div class="col-md-7">
No
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Industry (NAICS):
</strong>
</div>
<div class="col-md-7">
813910 - Business Associations
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Association
</div>
</div>
</section>
</details>
<details id="details-panel4">
<summary>
Products, services and licensing
</summary>
<h2 class="wb-invisible">
Product / Service / Licensing
</h2>
<section class="container-fluid">
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Service Name:
</strong>
</div>
<div class="col-md-9">
Real Estate<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
Not just anyone can call themself a REALTOR®. To do so, real estate professionals must either be direct members of their association or be members of both their local real estate board and CREA, depending on the province. As well, they must abide by the ethical standards laid out in the REALTOR® Code.<br>
<br>
</div>
</div>
</section>
</details>
</div>
</div>
<div class="row">
<div class="col-md-12 text-right">
Last Update Date 2017-03-21
</div>
</div>
<!--
- Artifact ID: CBW - IMBS - CCC Search WAR
- Group ID: ca.gc.ic.strategis.imbs.ccc.search
- Version: 3.26
- Built-By: bamboo
- Build Timestamp: 2017-03-02T21:29:28Z
-->
<!-- End Body Content -->
<!-- Begin Body Foot -->
<!-- End Body Foot -->
<!-- END MAIN TABLE -->
<!-- End body -->
<!-- Begin footer -->
<div class="row pagedetails">
<div class="col-sm-5 col-xs-12 datemod">
<dl id="wb-dtmd">
<dt class=" hidden-print">Date Modified:</dt>
<dd class=" hidden-print">
<span><time>2017-03-02</time></span>
</dd>
</dl>
</div>
<div class="clear visible-xs"></div>
<div class="col-sm-4 col-xs-6">
</div>
<div class="col-sm-3 col-xs-6 text-right">
</div>
<div class="clear visible-xs"></div>
</div>
</main>
<footer role="contentinfo" id="wb-info">
<nav role="navigation" class="container wb-navcurr">
<h2 class="wb-inv">About government</h2>
<!-- EPIC FOOTER BEGIN -->
<!-- EPI-11638 Contact us -->
<ul class="list-unstyled colcount-sm-2 colcount-md-3">
<li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07026.html#pageid=E048-H00000&from=Industries">Contact us</a></li>
<li><a href="https://www.canada.ca/en/government/dept.html">Departments and agencies</a></li>
<li><a href="https://www.canada.ca/en/government/publicservice.html">Public service and military</a></li>
<li><a href="https://www.canada.ca/en/news.html">News</a></li>
<li><a href="https://www.canada.ca/en/government/system/laws.html">Treaties, laws and regulations</a></li>
<li><a href="https://www.canada.ca/en/transparency/reporting.html">Government-wide reporting</a></li>
<li><a href="http://pm.gc.ca/eng">Prime Minister</a></li>
<li><a href="https://www.canada.ca/en/government/system.html">How government works</a></li>
<li><a href="http://open.canada.ca/en/">Open government</a></li>
</ul>
</nav>
<div class="brand">
<div class="container">
<div class="row">
<nav class="col-md-10 ftr-urlt-lnk">
<h2 class="wb-inv">About this site</h2>
<ul>
<li><a href="https://www.canada.ca/en/social.html">Social media</a></li>
<li><a href="https://www.canada.ca/en/mobile.html">Mobile applications</a></li>
<li><a href="http://www1.canada.ca/en/newsite.html">About Canada.ca</a></li>
<li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html">Terms and conditions</a></li>
<li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html#p1">Privacy</a></li>
</ul>
</nav>
<div class="col-xs-6 visible-sm visible-xs tofpg">
<a href="#wb-cont">Top of Page <span class="glyphicon glyphicon-chevron-up"></span></a>
</div>
<div class="col-xs-6 col-md-2 text-right">
<object type="image/svg+xml" tabindex="-1" role="img" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/wmms-blk.svg" aria-label="Symbol of the Government of Canada"></object>
</div>
</div>
</div>
</div>
</footer>
<!--[if gte IE 9 | !IE ]><!-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/wet-boew.min.js"></script>
<!--<![endif]-->
<!--[if lt IE 9]>
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew2.min.js"></script>
<![endif]-->
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/theme.min.js"></script>
<!-- EPI-10519 -->
<span class="wb-sessto"
data-wb-sessto='{"inactivity": 1800000, "reactionTime": 180000, "sessionalive": 1800000, "logouturl": "/app/ccc/srch/cccSrch.do?lang=eng&prtl=1"}'></span>
<script src="/eic/home.nsf/js/jQuery.externalOpensInNewWindow.js"></script>
<!-- EPI-11190 - Webtrends -->
<script src="/eic/home.nsf/js/webtrends.js"></script>
<script>var endTime = new Date();</script>
<noscript>
<div><img alt="" id="DCSIMG" width="1" height="1" src="//wt-sdc.ic.gc.ca/dcs6v67hwe0ei7wsv8g9fv50d_3k6i/njs.gif?dcsuri=/nojavascript&WT.js=No&WT.tv=9.4.0&dcssip=www.ic.gc.ca"/></div>
</noscript>
<!-- /Webtrends -->
<!-- JS deps -->
<script src="/eic/home.nsf/js/jquery.imagesloaded.js"></script>
<!-- EPI-11262 - Util JS -->
<script src="/eic/home.nsf/js/_WET_4-0_utils_canada.min.js"></script>
<!-- EPI-11383 -->
<script src="/eic/home.nsf/js/jQuery.icValidationErrors.js"></script>
<span style="display:none;" id='app-info' data-project-groupid='' data-project-artifactid='' data-project-version='' data-project-build-timestamp='' data-issue-tracking='' data-scm-sha1='' data-scm-sha1-abbrev='' data-scm-branch='' data-scm-commit-date=''></span>
</body></html>
<!-- End Footer -->
<!--
- Artifact ID: CBW - IMBS - CCC Search WAR
- Group ID: ca.gc.ic.strategis.imbs.ccc.search
- Version: 3.26
- Built-By: bamboo
- Build Timestamp: 2017-03-02T21:29:28Z
-->
| GoC-Spending/data-corporations | html/234567167424.html | HTML | mit | 43,605 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>wCMF 4.0: lib/core/impl/Log4phpLogger.php Source File</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="A MDSD framework for building reliable, maintainable and extendable web applications with PHP">
<meta name="keywords" content="PHP, web application framework, model driven development">
<meta name="author" content="wemove digital solutions">
<link rel="shortcut icon" href="theme/images/favicon.ico">
<!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link href="theme/css/doxstyles.css" rel="stylesheet">
<script src="jquery.js"></script>
<script src="theme/bootstrap3/js/bootstrap.min.js"></script>
<link href="theme/bootstrap3/css/bootstrap.min.css" rel="stylesheet">
<link href="theme/bootstrap3/css/font-awesome.min.css" rel="stylesheet">
<script src="theme/js/tocify/jquery.tocify.min.js"></script>
<link href="theme/js/tocify/jquery.tocify.css" rel="stylesheet">
<script src="theme/js/doxy-boot.js"></script>
<script src="theme/js/application.js"></script>
<script src="dynsections.js"></script>
<link href="theme/css/syntax.css" rel="stylesheet">
<link href="theme/css/style.css" rel="stylesheet">
<script src="search/search.js"></script>
<script src="search/searchdata.js"></script>
</head>
<body style="min-height: 200px; padding-top: 50px;">
<header class="navbar navbar-inverse navbar-fixed-top bs-docs-nav">
<div class="container">
<div class="row">
<div class="col-md-offset-1 col-sm-offset-0 col-md-10">
<div class="navbar-header">
<button class="navbar-toggle" type="button" data-toggle="collapse" data-target=".menu-navbar-collapse">
<span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">wCMF 4.0</a>
</div>
<div class="collapse navbar-collapse menu-navbar-collapse" role="navigation">
<ul class="nav navbar-nav">
<li class="dropdown"><a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="fa fa-hand-o-right"></i> Guides <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="gettingstarted.html">Getting started</a></li>
<li><a href="architecture.html">Architecture</a></li>
<li><a href="model.html">Model</a></li>
<li><a href="persistence.html">Persistence</a></li>
<li><a href="presentation.html">Presentation</a></li>
<li><a href="configuration.html">Configuration</a></li>
<li><a href="security.html">Security</a></li>
<li><a href="i18n_l10n.html">I18n & l10n</a></li>
<li><a href="tests.html">Tests</a></li>
</ul>
</li>
<li class="dropdown"><a href="annotated.html"><i class="fa fa-file-text-o"></i> API</a></li>
<li><a href="https://github.com/iherwig/wcmf"><i class="fa fa-github"></i> Code</a></li>
<li><a href="support.html"><i class="fa fa-support"></i> Support</a></li>
</ul>
<ul class="nav navbar-nav pull-right">
<li>
<div id="MSearchBox">
<input id="MSearchField" type="text" class="form-control" placeholder="Search API" name="query" onkeyup="searchBox.OnSearchFieldChange(event)">
</div>
<div id="MSearchSelect"></div>
<div id="MSearchClose"></div>
</li>
</ul>
</div>
</div>
</div>
</div>
</header>
<a class="anchor" id="top"></a>
<div class="content" id="content">
<div class="container">
<div class="row" style="margin-top: 20px;">
<div class="col-md-offset-1 col-sm-offset-0 col-md-10 panel panel-default">
<div>
<!-- end header part --><!-- Generated by Doxygen 1.8.10 -->
<script type="text/javascript">
//var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_2f37eedf7d35aaf3dbd03bc72596cb1d.html">wcmf_older</a></li><li class="navelem"><a class="el" href="dir_f8c980795719a21d127c2aa54d5f48a2.html">wcmf</a></li><li class="navelem"><a class="el" href="dir_887d14fad5e0ff768536a703b20a65b6.html">src</a></li><li class="navelem"><a class="el" href="dir_8d315ded3d8809bdca406340d4217ac5.html">wcmf</a></li><li class="navelem"><a class="el" href="dir_adbc723cc94464b010849d4ce776bdfe.html">lib</a></li><li class="navelem"><a class="el" href="dir_c0db750643743a0da4825c964e6aa9b8.html">core</a></li><li class="navelem"><a class="el" href="dir_c05ccebc23a97bd39085a92320227dbe.html">impl</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">Log4phpLogger.php</div> </div>
</div><!--header-->
<div class="contents">
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <?php<span class="comment"></span></div>
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="comment">/**</span></div>
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="comment"> * wCMF - wemove Content Management Framework</span></div>
<div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="comment"> * Copyright (C) 2005-2015 wemove digital solutions GmbH</span></div>
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="comment"> *</span></div>
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="comment"> * Licensed under the terms of the MIT License.</span></div>
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="comment"> *</span></div>
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="comment"> * See the LICENSE file distributed with this work for</span></div>
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="comment"> * additional information.</span></div>
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="comment"> */</span></div>
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <span class="keyword">namespace </span><a class="code" href="namespacewcmf_1_1lib_1_1core_1_1impl.html">wcmf\lib\core\impl</a>;</div>
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span> </div>
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span> use \Logger;</div>
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <span class="comment"></span></div>
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span> <span class="comment">/**</span></div>
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span> <span class="comment"> * Log4phpLogger is a wrapper for the log4php library.</span></div>
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span> <span class="comment"> *</span></div>
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span> <span class="comment"> * @author ingo herwig <ingo@wemove.com></span></div>
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span> <span class="comment"> */</span></div>
<div class="line"><a name="l00020"></a><span class="lineno"><a class="line" href="classwcmf_1_1lib_1_1core_1_1impl_1_1_log4php_logger.html"> 20</a></span> <span class="keyword">class </span><a class="code" href="classwcmf_1_1lib_1_1core_1_1impl_1_1_log4php_logger.html">Log4phpLogger</a> <span class="keyword">implements</span> <a class="code" href="interfacewcmf_1_1lib_1_1core_1_1_logger.html">\wcmf\lib\core\Logger</a> {</div>
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span> </div>
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span>  <span class="keyword">private</span> <span class="keyword">static</span> $_initialized = <span class="keyword">false</span>;</div>
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span> </div>
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span>  <span class="keyword">private</span> $_log4phpLogger = null;</div>
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span> <span class="comment"></span></div>
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span> <span class="comment"> /**</span></div>
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span> <span class="comment"> * Constructor</span></div>
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span> <span class="comment"> */</span></div>
<div class="line"><a name="l00029"></a><span class="lineno"><a class="line" href="classwcmf_1_1lib_1_1core_1_1impl_1_1_log4php_logger.html#ae44c9dc15437c9b0a92064ff3d6fce09"> 29</a></span>  <span class="keyword">public</span> <span class="keyword">function</span> <a class="code" href="classwcmf_1_1lib_1_1core_1_1impl_1_1_log4php_logger.html#ae44c9dc15437c9b0a92064ff3d6fce09">__construct</a>($name, $configFile=<span class="stringliteral">''</span>) {</div>
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span>  <span class="keywordflow">if</span> (!self::$_initialized) {</div>
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span>  Logger::configure($configFile);</div>
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span>  self::$_initialized = <span class="keyword">true</span>;</div>
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span>  }</div>
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span>  $name = str_replace(<span class="charliteral">'\\'</span>, <span class="charliteral">'.'</span>, $name);</div>
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span>  $this->_log4phpLogger = <a class="code" href="interfacewcmf_1_1lib_1_1core_1_1_logger.html#a0c195d83bf1cd47fb46a428e77f82b08">Logger::getLogger</a>($name);</div>
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span>  }</div>
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span> <span class="comment"></span></div>
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span> <span class="comment"> /**</span></div>
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span> <span class="comment"> * @see Logger::trace()</span></div>
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span> <span class="comment"> */</span></div>
<div class="line"><a name="l00041"></a><span class="lineno"><a class="line" href="classwcmf_1_1lib_1_1core_1_1impl_1_1_log4php_logger.html#a558ad529db33c8c8ae5e6eb2de2a4312"> 41</a></span>  <span class="keyword">public</span> <span class="keyword">function</span> <a class="code" href="classwcmf_1_1lib_1_1core_1_1impl_1_1_log4php_logger.html#a558ad529db33c8c8ae5e6eb2de2a4312">trace</a>($message) {</div>
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span>  $this->_log4phpLogger->trace($message);</div>
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span>  }</div>
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span> <span class="comment"></span></div>
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span> <span class="comment"> /**</span></div>
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span> <span class="comment"> * @see Logger::debug()</span></div>
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span> <span class="comment"> */</span></div>
<div class="line"><a name="l00048"></a><span class="lineno"><a class="line" href="classwcmf_1_1lib_1_1core_1_1impl_1_1_log4php_logger.html#a568d49c8c4f47314610017c56d159482"> 48</a></span>  <span class="keyword">public</span> <span class="keyword">function</span> <a class="code" href="classwcmf_1_1lib_1_1core_1_1impl_1_1_log4php_logger.html#a568d49c8c4f47314610017c56d159482">debug</a>($message) {</div>
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span>  $this->_log4phpLogger->debug($message);</div>
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span>  }</div>
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span> <span class="comment"></span></div>
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span> <span class="comment"> /**</span></div>
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span> <span class="comment"> * @see Logger::info()</span></div>
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span> <span class="comment"> */</span></div>
<div class="line"><a name="l00055"></a><span class="lineno"><a class="line" href="classwcmf_1_1lib_1_1core_1_1impl_1_1_log4php_logger.html#adfa8ba1d05a27351e0d97169d98bb9cf"> 55</a></span>  <span class="keyword">public</span> <span class="keyword">function</span> <a class="code" href="classwcmf_1_1lib_1_1core_1_1impl_1_1_log4php_logger.html#adfa8ba1d05a27351e0d97169d98bb9cf">info</a>($message) {</div>
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span>  $this->_log4phpLogger->info($message);</div>
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span>  }</div>
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span> <span class="comment"></span></div>
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span> <span class="comment"> /**</span></div>
<div class="line"><a name="l00060"></a><span class="lineno"> 60</span> <span class="comment"> * @see Logger::warn()</span></div>
<div class="line"><a name="l00061"></a><span class="lineno"> 61</span> <span class="comment"> */</span></div>
<div class="line"><a name="l00062"></a><span class="lineno"><a class="line" href="classwcmf_1_1lib_1_1core_1_1impl_1_1_log4php_logger.html#a3869c777f69fcd72fb106f42a5fdc9f3"> 62</a></span>  <span class="keyword">public</span> <span class="keyword">function</span> <a class="code" href="classwcmf_1_1lib_1_1core_1_1impl_1_1_log4php_logger.html#a3869c777f69fcd72fb106f42a5fdc9f3">warn</a>($message) {</div>
<div class="line"><a name="l00063"></a><span class="lineno"> 63</span>  $this->_log4phpLogger->warn($message);</div>
<div class="line"><a name="l00064"></a><span class="lineno"> 64</span>  }</div>
<div class="line"><a name="l00065"></a><span class="lineno"> 65</span> <span class="comment"></span></div>
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span> <span class="comment"> /**</span></div>
<div class="line"><a name="l00067"></a><span class="lineno"> 67</span> <span class="comment"> * @see Logger::error()</span></div>
<div class="line"><a name="l00068"></a><span class="lineno"> 68</span> <span class="comment"> */</span></div>
<div class="line"><a name="l00069"></a><span class="lineno"><a class="line" href="classwcmf_1_1lib_1_1core_1_1impl_1_1_log4php_logger.html#aaa193b0c1c2b93841472b26e2e281751"> 69</a></span>  <span class="keyword">public</span> <span class="keyword">function</span> <a class="code" href="classwcmf_1_1lib_1_1core_1_1impl_1_1_log4php_logger.html#aaa193b0c1c2b93841472b26e2e281751">error</a>($message) {</div>
<div class="line"><a name="l00070"></a><span class="lineno"> 70</span>  $this->_log4phpLogger->error($message);</div>
<div class="line"><a name="l00071"></a><span class="lineno"> 71</span>  }</div>
<div class="line"><a name="l00072"></a><span class="lineno"> 72</span> <span class="comment"></span></div>
<div class="line"><a name="l00073"></a><span class="lineno"> 73</span> <span class="comment"> /**</span></div>
<div class="line"><a name="l00074"></a><span class="lineno"> 74</span> <span class="comment"> * @see Logger::fatal()</span></div>
<div class="line"><a name="l00075"></a><span class="lineno"> 75</span> <span class="comment"> */</span></div>
<div class="line"><a name="l00076"></a><span class="lineno"><a class="line" href="classwcmf_1_1lib_1_1core_1_1impl_1_1_log4php_logger.html#a8d1211f6f08eef712b4cfc80f22895b2"> 76</a></span>  <span class="keyword">public</span> <span class="keyword">function</span> <a class="code" href="classwcmf_1_1lib_1_1core_1_1impl_1_1_log4php_logger.html#a8d1211f6f08eef712b4cfc80f22895b2">fatal</a>($message) {</div>
<div class="line"><a name="l00077"></a><span class="lineno"> 77</span>  $this->_log4phpLogger->fatal($message);</div>
<div class="line"><a name="l00078"></a><span class="lineno"> 78</span>  }</div>
<div class="line"><a name="l00079"></a><span class="lineno"> 79</span> <span class="comment"></span></div>
<div class="line"><a name="l00080"></a><span class="lineno"> 80</span> <span class="comment"> /**</span></div>
<div class="line"><a name="l00081"></a><span class="lineno"> 81</span> <span class="comment"> * @see Logger::isDebugEnabled()</span></div>
<div class="line"><a name="l00082"></a><span class="lineno"> 82</span> <span class="comment"> */</span></div>
<div class="line"><a name="l00083"></a><span class="lineno"><a class="line" href="classwcmf_1_1lib_1_1core_1_1impl_1_1_log4php_logger.html#aec5213adce5c27eb0c8fca77ef9672c6"> 83</a></span>  <span class="keyword">public</span> <span class="keyword">function</span> <a class="code" href="classwcmf_1_1lib_1_1core_1_1impl_1_1_log4php_logger.html#aec5213adce5c27eb0c8fca77ef9672c6">isDebugEnabled</a>() {</div>
<div class="line"><a name="l00084"></a><span class="lineno"> 84</span>  <span class="keywordflow">return</span> $this->_log4phpLogger->isDebugEnabled();</div>
<div class="line"><a name="l00085"></a><span class="lineno"> 85</span>  }</div>
<div class="line"><a name="l00086"></a><span class="lineno"> 86</span> <span class="comment"></span></div>
<div class="line"><a name="l00087"></a><span class="lineno"> 87</span> <span class="comment"> /**</span></div>
<div class="line"><a name="l00088"></a><span class="lineno"> 88</span> <span class="comment"> * @see Logger::isInfoEnabled()</span></div>
<div class="line"><a name="l00089"></a><span class="lineno"> 89</span> <span class="comment"> */</span></div>
<div class="line"><a name="l00090"></a><span class="lineno"><a class="line" href="classwcmf_1_1lib_1_1core_1_1impl_1_1_log4php_logger.html#aad07dacdac7ca4c24fc32b0709e0e732"> 90</a></span>  <span class="keyword">public</span> <span class="keyword">function</span> <a class="code" href="classwcmf_1_1lib_1_1core_1_1impl_1_1_log4php_logger.html#aad07dacdac7ca4c24fc32b0709e0e732">isInfoEnabled</a>() {</div>
<div class="line"><a name="l00091"></a><span class="lineno"> 91</span>  <span class="keywordflow">return</span> $this->_log4phpLogger->isInfoEnabled();</div>
<div class="line"><a name="l00092"></a><span class="lineno"> 92</span>  }</div>
<div class="line"><a name="l00093"></a><span class="lineno"> 93</span> <span class="comment"></span></div>
<div class="line"><a name="l00094"></a><span class="lineno"> 94</span> <span class="comment"> /**</span></div>
<div class="line"><a name="l00095"></a><span class="lineno"> 95</span> <span class="comment"> * @see Logger::isWarnEnabled()</span></div>
<div class="line"><a name="l00096"></a><span class="lineno"> 96</span> <span class="comment"> */</span></div>
<div class="line"><a name="l00097"></a><span class="lineno"><a class="line" href="classwcmf_1_1lib_1_1core_1_1impl_1_1_log4php_logger.html#add82b8c9bccb0dc742b4c223fb463450"> 97</a></span>  <span class="keyword">public</span> <span class="keyword">function</span> <a class="code" href="classwcmf_1_1lib_1_1core_1_1impl_1_1_log4php_logger.html#add82b8c9bccb0dc742b4c223fb463450">isWarnEnabled</a>() {</div>
<div class="line"><a name="l00098"></a><span class="lineno"> 98</span>  <span class="keywordflow">return</span> $this->_log4phpLogger->isWarnEnabled();</div>
<div class="line"><a name="l00099"></a><span class="lineno"> 99</span>  }</div>
<div class="line"><a name="l00100"></a><span class="lineno"> 100</span> <span class="comment"></span></div>
<div class="line"><a name="l00101"></a><span class="lineno"> 101</span> <span class="comment"> /**</span></div>
<div class="line"><a name="l00102"></a><span class="lineno"> 102</span> <span class="comment"> * @see Logger::isErrorEnabled()</span></div>
<div class="line"><a name="l00103"></a><span class="lineno"> 103</span> <span class="comment"> */</span></div>
<div class="line"><a name="l00104"></a><span class="lineno"><a class="line" href="classwcmf_1_1lib_1_1core_1_1impl_1_1_log4php_logger.html#a12fb3b2c39241732219aecb1212f1ef9"> 104</a></span>  <span class="keyword">public</span> <span class="keyword">function</span> <a class="code" href="classwcmf_1_1lib_1_1core_1_1impl_1_1_log4php_logger.html#a12fb3b2c39241732219aecb1212f1ef9">isErrorEnabled</a>() {</div>
<div class="line"><a name="l00105"></a><span class="lineno"> 105</span>  <span class="keywordflow">return</span> $this->_log4phpLogger->isErrorEnabled();</div>
<div class="line"><a name="l00106"></a><span class="lineno"> 106</span>  }</div>
<div class="line"><a name="l00107"></a><span class="lineno"> 107</span> <span class="comment"></span></div>
<div class="line"><a name="l00108"></a><span class="lineno"> 108</span> <span class="comment"> /**</span></div>
<div class="line"><a name="l00109"></a><span class="lineno"> 109</span> <span class="comment"> * @see Logger::isFatalEnabled()</span></div>
<div class="line"><a name="l00110"></a><span class="lineno"> 110</span> <span class="comment"> */</span></div>
<div class="line"><a name="l00111"></a><span class="lineno"><a class="line" href="classwcmf_1_1lib_1_1core_1_1impl_1_1_log4php_logger.html#ab7c4ee216ff908b93a65b98325405430"> 111</a></span>  <span class="keyword">public</span> <span class="keyword">function</span> <a class="code" href="classwcmf_1_1lib_1_1core_1_1impl_1_1_log4php_logger.html#ab7c4ee216ff908b93a65b98325405430">isFatalEnabled</a>() {</div>
<div class="line"><a name="l00112"></a><span class="lineno"> 112</span>  <span class="keywordflow">return</span> $this->_log4phpLogger->isFatalEnabled();</div>
<div class="line"><a name="l00113"></a><span class="lineno"> 113</span>  }</div>
<div class="line"><a name="l00114"></a><span class="lineno"> 114</span> <span class="comment"></span></div>
<div class="line"><a name="l00115"></a><span class="lineno"> 115</span> <span class="comment"> /**</span></div>
<div class="line"><a name="l00116"></a><span class="lineno"> 116</span> <span class="comment"> * @see Logger::getLogger()</span></div>
<div class="line"><a name="l00117"></a><span class="lineno"> 117</span> <span class="comment"> */</span></div>
<div class="line"><a name="l00118"></a><span class="lineno"><a class="line" href="classwcmf_1_1lib_1_1core_1_1impl_1_1_log4php_logger.html#a0c195d83bf1cd47fb46a428e77f82b08"> 118</a></span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">function</span> <a class="code" href="classwcmf_1_1lib_1_1core_1_1impl_1_1_log4php_logger.html#a0c195d83bf1cd47fb46a428e77f82b08">getLogger</a>($name) {</div>
<div class="line"><a name="l00119"></a><span class="lineno"> 119</span>  <span class="keywordflow">return</span> <span class="keyword">new</span> <a class="code" href="classwcmf_1_1lib_1_1core_1_1impl_1_1_log4php_logger.html">Log4phpLogger</a>($name);</div>
<div class="line"><a name="l00120"></a><span class="lineno"> 120</span>  }</div>
<div class="line"><a name="l00121"></a><span class="lineno"> 121</span> }</div>
<div class="line"><a name="l00122"></a><span class="lineno"> 122</span> ?></div>
<div class="ttc" id="classwcmf_1_1lib_1_1core_1_1impl_1_1_log4php_logger_html_a12fb3b2c39241732219aecb1212f1ef9"><div class="ttname"><a href="classwcmf_1_1lib_1_1core_1_1impl_1_1_log4php_logger.html#a12fb3b2c39241732219aecb1212f1ef9">wcmf\lib\core\impl\Log4phpLogger\isErrorEnabled</a></div><div class="ttdeci">isErrorEnabled()</div><div class="ttdef"><b>Definition:</b> <a href="_log4php_logger_8php_source.html#l00104">Log4phpLogger.php:104</a></div></div>
<div class="ttc" id="interfacewcmf_1_1lib_1_1core_1_1_logger_html"><div class="ttname"><a href="interfacewcmf_1_1lib_1_1core_1_1_logger.html">wcmf\lib\core\Logger</a></div><div class="ttdoc">Interface for logger implementations. </div><div class="ttdef"><b>Definition:</b> <a href="_logger_8php_source.html#l00018">Logger.php:18</a></div></div>
<div class="ttc" id="classwcmf_1_1lib_1_1core_1_1impl_1_1_log4php_logger_html"><div class="ttname"><a href="classwcmf_1_1lib_1_1core_1_1impl_1_1_log4php_logger.html">wcmf\lib\core\impl\Log4phpLogger</a></div><div class="ttdoc">Log4phpLogger is a wrapper for the log4php library. </div><div class="ttdef"><b>Definition:</b> <a href="_log4php_logger_8php_source.html#l00020">Log4phpLogger.php:20</a></div></div>
<div class="ttc" id="classwcmf_1_1lib_1_1core_1_1impl_1_1_log4php_logger_html_a558ad529db33c8c8ae5e6eb2de2a4312"><div class="ttname"><a href="classwcmf_1_1lib_1_1core_1_1impl_1_1_log4php_logger.html#a558ad529db33c8c8ae5e6eb2de2a4312">wcmf\lib\core\impl\Log4phpLogger\trace</a></div><div class="ttdeci">trace($message)</div><div class="ttdef"><b>Definition:</b> <a href="_log4php_logger_8php_source.html#l00041">Log4phpLogger.php:41</a></div></div>
<div class="ttc" id="classwcmf_1_1lib_1_1core_1_1impl_1_1_log4php_logger_html_a568d49c8c4f47314610017c56d159482"><div class="ttname"><a href="classwcmf_1_1lib_1_1core_1_1impl_1_1_log4php_logger.html#a568d49c8c4f47314610017c56d159482">wcmf\lib\core\impl\Log4phpLogger\debug</a></div><div class="ttdeci">debug($message)</div><div class="ttdef"><b>Definition:</b> <a href="_log4php_logger_8php_source.html#l00048">Log4phpLogger.php:48</a></div></div>
<div class="ttc" id="classwcmf_1_1lib_1_1core_1_1impl_1_1_log4php_logger_html_adfa8ba1d05a27351e0d97169d98bb9cf"><div class="ttname"><a href="classwcmf_1_1lib_1_1core_1_1impl_1_1_log4php_logger.html#adfa8ba1d05a27351e0d97169d98bb9cf">wcmf\lib\core\impl\Log4phpLogger\info</a></div><div class="ttdeci">info($message)</div><div class="ttdef"><b>Definition:</b> <a href="_log4php_logger_8php_source.html#l00055">Log4phpLogger.php:55</a></div></div>
<div class="ttc" id="classwcmf_1_1lib_1_1core_1_1impl_1_1_log4php_logger_html_ab7c4ee216ff908b93a65b98325405430"><div class="ttname"><a href="classwcmf_1_1lib_1_1core_1_1impl_1_1_log4php_logger.html#ab7c4ee216ff908b93a65b98325405430">wcmf\lib\core\impl\Log4phpLogger\isFatalEnabled</a></div><div class="ttdeci">isFatalEnabled()</div><div class="ttdef"><b>Definition:</b> <a href="_log4php_logger_8php_source.html#l00111">Log4phpLogger.php:111</a></div></div>
<div class="ttc" id="classwcmf_1_1lib_1_1core_1_1impl_1_1_log4php_logger_html_aad07dacdac7ca4c24fc32b0709e0e732"><div class="ttname"><a href="classwcmf_1_1lib_1_1core_1_1impl_1_1_log4php_logger.html#aad07dacdac7ca4c24fc32b0709e0e732">wcmf\lib\core\impl\Log4phpLogger\isInfoEnabled</a></div><div class="ttdeci">isInfoEnabled()</div><div class="ttdef"><b>Definition:</b> <a href="_log4php_logger_8php_source.html#l00090">Log4phpLogger.php:90</a></div></div>
<div class="ttc" id="namespacewcmf_1_1lib_1_1core_1_1impl_html"><div class="ttname"><a href="namespacewcmf_1_1lib_1_1core_1_1impl.html">wcmf\lib\core\impl</a></div><div class="ttdoc">  </div><div class="ttdef"><b>Definition:</b> <a href="namespaces_8php_source.html#l00013">namespaces.php:13</a></div></div>
<div class="ttc" id="classwcmf_1_1lib_1_1core_1_1impl_1_1_log4php_logger_html_add82b8c9bccb0dc742b4c223fb463450"><div class="ttname"><a href="classwcmf_1_1lib_1_1core_1_1impl_1_1_log4php_logger.html#add82b8c9bccb0dc742b4c223fb463450">wcmf\lib\core\impl\Log4phpLogger\isWarnEnabled</a></div><div class="ttdeci">isWarnEnabled()</div><div class="ttdef"><b>Definition:</b> <a href="_log4php_logger_8php_source.html#l00097">Log4phpLogger.php:97</a></div></div>
<div class="ttc" id="classwcmf_1_1lib_1_1core_1_1impl_1_1_log4php_logger_html_a0c195d83bf1cd47fb46a428e77f82b08"><div class="ttname"><a href="classwcmf_1_1lib_1_1core_1_1impl_1_1_log4php_logger.html#a0c195d83bf1cd47fb46a428e77f82b08">wcmf\lib\core\impl\Log4phpLogger\getLogger</a></div><div class="ttdeci">static getLogger($name)</div><div class="ttdef"><b>Definition:</b> <a href="_log4php_logger_8php_source.html#l00118">Log4phpLogger.php:118</a></div></div>
<div class="ttc" id="classwcmf_1_1lib_1_1core_1_1impl_1_1_log4php_logger_html_a8d1211f6f08eef712b4cfc80f22895b2"><div class="ttname"><a href="classwcmf_1_1lib_1_1core_1_1impl_1_1_log4php_logger.html#a8d1211f6f08eef712b4cfc80f22895b2">wcmf\lib\core\impl\Log4phpLogger\fatal</a></div><div class="ttdeci">fatal($message)</div><div class="ttdef"><b>Definition:</b> <a href="_log4php_logger_8php_source.html#l00076">Log4phpLogger.php:76</a></div></div>
<div class="ttc" id="interfacewcmf_1_1lib_1_1core_1_1_logger_html_a0c195d83bf1cd47fb46a428e77f82b08"><div class="ttname"><a href="interfacewcmf_1_1lib_1_1core_1_1_logger.html#a0c195d83bf1cd47fb46a428e77f82b08">wcmf\lib\core\Logger\getLogger</a></div><div class="ttdeci">static getLogger($name)</div><div class="ttdoc">Get a Logger instance by name. </div></div>
<div class="ttc" id="classwcmf_1_1lib_1_1core_1_1impl_1_1_log4php_logger_html_ae44c9dc15437c9b0a92064ff3d6fce09"><div class="ttname"><a href="classwcmf_1_1lib_1_1core_1_1impl_1_1_log4php_logger.html#ae44c9dc15437c9b0a92064ff3d6fce09">wcmf\lib\core\impl\Log4phpLogger\__construct</a></div><div class="ttdeci">__construct($name, $configFile='')</div><div class="ttdoc">Constructor. </div><div class="ttdef"><b>Definition:</b> <a href="_log4php_logger_8php_source.html#l00029">Log4phpLogger.php:29</a></div></div>
<div class="ttc" id="classwcmf_1_1lib_1_1core_1_1impl_1_1_log4php_logger_html_a3869c777f69fcd72fb106f42a5fdc9f3"><div class="ttname"><a href="classwcmf_1_1lib_1_1core_1_1impl_1_1_log4php_logger.html#a3869c777f69fcd72fb106f42a5fdc9f3">wcmf\lib\core\impl\Log4phpLogger\warn</a></div><div class="ttdeci">warn($message)</div><div class="ttdef"><b>Definition:</b> <a href="_log4php_logger_8php_source.html#l00062">Log4phpLogger.php:62</a></div></div>
<div class="ttc" id="classwcmf_1_1lib_1_1core_1_1impl_1_1_log4php_logger_html_aaa193b0c1c2b93841472b26e2e281751"><div class="ttname"><a href="classwcmf_1_1lib_1_1core_1_1impl_1_1_log4php_logger.html#aaa193b0c1c2b93841472b26e2e281751">wcmf\lib\core\impl\Log4phpLogger\error</a></div><div class="ttdeci">error($message)</div><div class="ttdef"><b>Definition:</b> <a href="_log4php_logger_8php_source.html#l00069">Log4phpLogger.php:69</a></div></div>
<div class="ttc" id="classwcmf_1_1lib_1_1core_1_1impl_1_1_log4php_logger_html_aec5213adce5c27eb0c8fca77ef9672c6"><div class="ttname"><a href="classwcmf_1_1lib_1_1core_1_1impl_1_1_log4php_logger.html#aec5213adce5c27eb0c8fca77ef9672c6">wcmf\lib\core\impl\Log4phpLogger\isDebugEnabled</a></div><div class="ttdeci">isDebugEnabled()</div><div class="ttdef"><b>Definition:</b> <a href="_log4php_logger_8php_source.html#l00083">Log4phpLogger.php:83</a></div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
</div>
</div>
</div>
</div>
<hr>
<footer>
<div class="container">
<div class="row">
<div class="col-md-9">
<small>© 2016 <a href="http://www.wemove.com" target="_blank">wemove digital solutions</a><br>
Generated on Fri Jul 15 2016 22:20:37 for wCMF by  <a href="http://www.doxygen.org/index.html" target="_blank">doxygen</a> 1.8.10</small>
</div>
</div>
</div>
</footer>
</body>
</html>
| iherwig/wcmf | docs/api-gen/html/4.0/_log4php_logger_8php_source.html | HTML | mit | 33,234 |
---
layout: post
date: 2009-07-21
time: "10:00:00"
authors: ["Greg Wilson"]
title: Elsevier's Future, Version 0.1
tags: ["Noticed", "Opinion"]
---
<p>Elsevier (a big scientific publisher) have unveiled <a href="http://blogs.nature.com/news/thegreatbeyond/2009/07/article_of_the_future.html">their guess</a> of what the future of scientific publishing looks like. Tabs? Got 'em. Audio? Yup. RSS feeds for updates, corrections, and comments? The raw data, complete with provenance information so other researchers can try to reproduce the results? Still waiting...</p>
| swcarpentry/website | _posts/2009/07/2009-07-21-elseviers-future-version-0-1.html | HTML | mit | 572 |
<!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>Index — GemPy 4 documentation</title>
<link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: './',
VERSION: '4',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true,
SOURCELINK_SUFFIX: '.txt'
};
</script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<link rel="index" title="Index" href="#" />
<link rel="search" title="Search" href="search.html" />
<link rel="stylesheet" href="_static/custom.css" type="text/css" />
<meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
</head>
<body>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<h1 id="index">Index</h1>
<div class="genindex-jumpbox">
<a href="#A"><strong>A</strong></a>
| <a href="#B"><strong>B</strong></a>
| <a href="#C"><strong>C</strong></a>
| <a href="#D"><strong>D</strong></a>
| <a href="#E"><strong>E</strong></a>
| <a href="#F"><strong>F</strong></a>
| <a href="#G"><strong>G</strong></a>
| <a href="#I"><strong>I</strong></a>
| <a href="#L"><strong>L</strong></a>
| <a href="#M"><strong>M</strong></a>
| <a href="#O"><strong>O</strong></a>
| <a href="#P"><strong>P</strong></a>
| <a href="#R"><strong>R</strong></a>
| <a href="#S"><strong>S</strong></a>
| <a href="#T"><strong>T</strong></a>
| <a href="#U"><strong>U</strong></a>
| <a href="#V"><strong>V</strong></a>
| <a href="#W"><strong>W</strong></a>
| <a href="#X"><strong>X</strong></a>
</div>
<h2 id="A">A</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="code.html#Visualization.PlotData.annotate_plot">annotate_plot() (Visualization.PlotData static method)</a>
</li>
</ul></td>
</tr></table>
<h2 id="B">B</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="code.html#theanograf.TheanoGraph_pro.b_vector">b_vector() (theanograf.TheanoGraph_pro method)</a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="code.html#theanograf.TheanoGraph_pro.block_series">block_series() (theanograf.TheanoGraph_pro method)</a>
</li>
</ul></td>
</tr></table>
<h2 id="C">C</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="code.html#DataManagement.InputData.calculate_gradient">calculate_gradient() (DataManagement.InputData method)</a>
</li>
<li><a href="code.html#theanograf.TheanoGraph_pro.choose_cells">choose_cells() (theanograf.TheanoGraph_pro method)</a>
</li>
<li><a href="code.html#theanograf.TheanoGraph_pro.compute_a_fault">compute_a_fault() (theanograf.TheanoGraph_pro method)</a>
</li>
<li><a href="code.html#theanograf.TheanoGraph_pro.compute_a_series">compute_a_series() (theanograf.TheanoGraph_pro method)</a>
</li>
<li><a href="code.html#theanograf.TheanoGraph_pro.cov_gradients">cov_gradients() (theanograf.TheanoGraph_pro method)</a>
</li>
<li><a href="code.html#theanograf.TheanoGraph_pro.cov_interface_gradients">cov_interface_gradients() (theanograf.TheanoGraph_pro method)</a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="code.html#theanograf.TheanoGraph_pro.cov_interfaces">cov_interfaces() (theanograf.TheanoGraph_pro method)</a>
</li>
<li><a href="code.html#theanograf.TheanoGraph_pro.covariance_matrix">covariance_matrix() (theanograf.TheanoGraph_pro method)</a>
</li>
<li><a href="code.html#GemPy_f.create_data">create_data() (in module GemPy_f)</a>
</li>
<li><a href="code.html#DataManagement.InputData.create_grid">create_grid() (DataManagement.InputData method)</a>
</li>
<li><a href="code.html#DataManagement.InputData.GridClass.create_regular_grid_3d">create_regular_grid_3d() (DataManagement.InputData.GridClass method)</a>
</li>
<li><a href="code.html#visualization_vtk.CustomInteractorActor">CustomInteractorActor (class in visualization_vtk)</a>
</li>
<li><a href="code.html#visualization_vtk.CustomInteractorCamera">CustomInteractorCamera (class in visualization_vtk)</a>
</li>
</ul></td>
</tr></table>
<h2 id="D">D</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="code.html#DataManagement.InputData.InterpolatorClass.data_prep">data_prep() (DataManagement.InputData.InterpolatorClass method)</a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="code.html#module-DataManagement">DataManagement (module)</a>
</li>
</ul></td>
</tr></table>
<h2 id="E">E</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="code.html#visualization_vtk.export_vtk_rectilinear">export_vtk_rectilinear() (in module visualization_vtk)</a>
<ul>
<li><a href="code.html#Visualization.PlotData.export_vtk_rectilinear">(Visualization.PlotData method)</a>
</li>
</ul></li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="code.html#Visualization.PlotData.export_vtk_structured">export_vtk_structured() (Visualization.PlotData method)</a>
</li>
<li><a href="code.html#theanograf.TheanoGraph_pro.extend_dual_kriging">extend_dual_kriging() (theanograf.TheanoGraph_pro method)</a>
</li>
<li><a href="code.html#DataManagement.InputData.extent">extent (DataManagement.InputData attribute)</a>
</li>
</ul></td>
</tr></table>
<h2 id="F">F</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="code.html#theanograf.TheanoGraph_pro.faults_contribution">faults_contribution() (theanograf.TheanoGraph_pro method)</a>
</li>
<li><a href="code.html#theanograf.TheanoGraph_pro.faults_matrix">faults_matrix() (theanograf.TheanoGraph_pro method)</a>
</li>
<li><a href="code.html#DataManagement.InputData.foliation_add">foliation_add() (DataManagement.InputData method)</a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="code.html#DataManagement.InputData.foliation_modify">foliation_modify() (DataManagement.InputData method)</a>
</li>
<li><a href="code.html#DataManagement.InputData.Foliations">Foliations (DataManagement.InputData attribute)</a>
</li>
<li><a href="code.html#DataManagement.InputData.foliations_drop">foliations_drop() (DataManagement.InputData method)</a>
</li>
<li><a href="code.html#DataManagement.InputData.formations">formations (DataManagement.InputData attribute)</a>
</li>
</ul></td>
</tr></table>
<h2 id="G">G</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="code.html#module-GemPy_f">GemPy_f (module)</a>
</li>
<li><a href="code.html#module-GeoPhysics">GeoPhysics (module)</a>
</li>
<li><a href="code.html#DataManagement.InputData.get_raw_data">get_raw_data() (DataManagement.InputData method)</a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="code.html#GemPy_f.get_series">get_series() (in module GemPy_f)</a>
</li>
<li><a href="code.html#GemPy_f.get_th_fn">get_th_fn() (in module GemPy_f)</a>
</li>
<li><a href="code.html#theanograf.TheanoGraph_pro.gradient_contribution">gradient_contribution() (theanograf.TheanoGraph_pro method)</a>
</li>
</ul></td>
</tr></table>
<h2 id="I">I</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="code.html#DataManagement.InputData.i_close_set_data">i_close_set_data() (DataManagement.InputData method)</a>
</li>
<li><a href="code.html#DataManagement.InputData.i_open_set_data">i_open_set_data() (DataManagement.InputData method)</a>
</li>
<li><a href="code.html#DataManagement.InputData.import_data">import_data() (DataManagement.InputData method)</a>
</li>
<li><a href="code.html#theanograf.TheanoGraph_pro.input_parameters_list">input_parameters_list() (theanograf.TheanoGraph_pro method)</a>
</li>
<li><a href="code.html#DataManagement.InputData">InputData (class in DataManagement)</a>
</li>
<li><a href="code.html#DataManagement.InputData.GridClass">InputData.GridClass (class in DataManagement)</a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="code.html#DataManagement.InputData.InterpolatorClass">InputData.InterpolatorClass (class in DataManagement)</a>
</li>
<li><a href="code.html#DataManagement.InputData.interface_add">interface_add() (DataManagement.InputData method)</a>
</li>
<li><a href="code.html#theanograf.TheanoGraph_pro.interface_contribution">interface_contribution() (theanograf.TheanoGraph_pro method)</a>
</li>
<li><a href="code.html#DataManagement.InputData.interface_drop">interface_drop() (DataManagement.InputData method)</a>
</li>
<li><a href="code.html#DataManagement.InputData.interface_modify">interface_modify() (DataManagement.InputData method)</a>
</li>
<li><a href="code.html#DataManagement.InputData.Interfaces">Interfaces (DataManagement.InputData attribute)</a>
</li>
</ul></td>
</tr></table>
<h2 id="L">L</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="code.html#DataManagement.InputData.load_data_csv">load_data_csv() (DataManagement.InputData static method)</a>
</li>
</ul></td>
</tr></table>
<h2 id="M">M</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="code.html#theanograf.TheanoGraph_pro.matrices_shapes">matrices_shapes() (theanograf.TheanoGraph_pro method)</a>
</li>
</ul></td>
</tr></table>
<h2 id="O">O</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="code.html#DataManagement.InputData.InterpolatorClass.order_table">order_table() (DataManagement.InputData.InterpolatorClass method)</a>
</li>
</ul></td>
</tr></table>
<h2 id="P">P</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="code.html#Visualization.PlotData.plot_block_section">plot_block_section() (Visualization.PlotData method)</a>
</li>
<li><a href="code.html#Visualization.PlotData.plot_data">plot_data() (Visualization.PlotData method)</a>
</li>
<li><a href="code.html#Visualization.PlotData.plot_layers">plot_layers() (Visualization.PlotData method)</a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="code.html#Visualization.PlotData.plot_potential_field">plot_potential_field() (Visualization.PlotData method)</a>
</li>
<li><a href="code.html#Visualization.PlotData">PlotData (class in Visualization)</a>
</li>
<li><a href="code.html#theanograf.TheanoGraph_pro.potential_field_at_all">potential_field_at_all() (theanograf.TheanoGraph_pro method)</a>
</li>
<li><a href="code.html#theanograf.TheanoGraph_pro.potential_field_at_interfaces">potential_field_at_interfaces() (theanograf.TheanoGraph_pro method)</a>
</li>
</ul></td>
</tr></table>
<h2 id="R">R</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="code.html#DataManagement.InputData.read_vox">read_vox() (DataManagement.InputData method)</a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="code.html#DataManagement.InputData.reset_indices">reset_indices() (DataManagement.InputData method)</a>
</li>
<li><a href="code.html#DataManagement.InputData.resolution">resolution (DataManagement.InputData attribute)</a>
</li>
</ul></td>
</tr></table>
<h2 id="S">S</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="code.html#GemPy_f.select_series">select_series() (in module GemPy_f)</a>
</li>
<li><a href="code.html#DataManagement.InputData.series">series (DataManagement.InputData attribute)</a>
</li>
<li><a href="code.html#DataManagement.InputData.set_faults">set_faults() (DataManagement.InputData method)</a>
</li>
<li><a href="code.html#DataManagement.InputData.set_foliations">set_foliations() (DataManagement.InputData method)</a>
</li>
<li><a href="code.html#DataManagement.InputData.set_formation_number">set_formation_number() (DataManagement.InputData method)</a>
<ul>
<li><a href="code.html#DataManagement.InputData.InterpolatorClass.set_formation_number">(DataManagement.InputData.InterpolatorClass method)</a>
</li>
</ul></li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="code.html#DataManagement.InputData.set_grid">set_grid() (DataManagement.InputData method)</a>
<ul>
<li><a href="code.html#GemPy_f.set_grid">(in module GemPy_f)</a>
</li>
</ul></li>
<li><a href="code.html#DataManagement.InputData.set_interfaces">set_interfaces() (DataManagement.InputData method)</a>
</li>
<li><a href="code.html#DataManagement.InputData.set_series">set_series() (DataManagement.InputData method)</a>
</li>
<li><a href="code.html#DataManagement.InputData.InterpolatorClass.set_theano_shared_parameteres">set_theano_shared_parameteres() (DataManagement.InputData.InterpolatorClass method)</a>
</li>
<li><a href="code.html#theanograf.TheanoGraph_pro.solve_kriging">solve_kriging() (theanograf.TheanoGraph_pro method)</a>
</li>
<li><a href="code.html#theanograf.TheanoGraph_pro.squared_euclidean_distances">squared_euclidean_distances() (theanograf.TheanoGraph_pro static method)</a>
</li>
</ul></td>
</tr></table>
<h2 id="T">T</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="code.html#module-theanograf">theanograf (module)</a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="code.html#theanograf.TheanoGraph_pro">TheanoGraph_pro (class in theanograf)</a>
</li>
</ul></td>
</tr></table>
<h2 id="U">U</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="code.html#theanograf.TheanoGraph_pro.universal_drift_contribution">universal_drift_contribution() (theanograf.TheanoGraph_pro method)</a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="code.html#theanograf.TheanoGraph_pro.universal_matrix">universal_matrix() (theanograf.TheanoGraph_pro method)</a>
</li>
</ul></td>
</tr></table>
<h2 id="V">V</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="code.html#module-Visualization">Visualization (module)</a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="code.html#module-visualization_vtk">visualization_vtk (module)</a>
</li>
<li><a href="code.html#visualization_vtk.visualize">visualize() (in module visualization_vtk)</a>
</li>
</ul></td>
</tr></table>
<h2 id="W">W</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="code.html#theanograf.TheanoGraph_pro.whole_block_model">whole_block_model() (theanograf.TheanoGraph_pro method)</a>
</li>
</ul></td>
</tr></table>
<h2 id="X">X</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="code.html#theanograf.TheanoGraph_pro.x_to_interpolate">x_to_interpolate() (theanograf.TheanoGraph_pro method)</a>
</li>
</ul></td>
</tr></table>
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<div class="relations">
<h3>Related Topics</h3>
<ul>
<li><a href="index.html">Documentation overview</a><ul>
</ul></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3>Quick search</h3>
<form class="search" action="search.html" method="get">
<div><input type="text" name="q" /></div>
<div><input type="submit" value="Go" /></div>
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="footer">
©2017, Miguel de la Varga, CGR-Aachen Team.
|
Powered by <a href="http://sphinx-doc.org/">Sphinx 1.6.2</a>
& <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.10</a>
</div>
</body>
</html> | nre-aachen/GeMpy | docs/build/html/genindex.html | HTML | mit | 18,148 |
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Class: AdsController</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<link rel="stylesheet" href=".././rdoc-style.css" type="text/css" media="screen" />
<script type="text/javascript">
// <![CDATA[
function popupCode( url ) {
window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
}
function toggleCode( id ) {
if ( document.getElementById )
elem = document.getElementById( id );
else if ( document.all )
elem = eval( "document.all." + id );
else
return false;
elemStyle = elem.style;
if ( elemStyle.display != "block" ) {
elemStyle.display = "block"
} else {
elemStyle.display = "none"
}
return true;
}
// Make codeblocks hidden by default
document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
// ]]>
</script>
</head>
<body>
<div id="classHeader">
<table class="header-table">
<tr class="top-aligned-row">
<td><strong>Class</strong></td>
<td class="class-name-in-header">AdsController</td>
</tr>
<tr class="top-aligned-row">
<td><strong>In:</strong></td>
<td>
<a href="../files/app/controllers/ads_controller_rb.html">
app/controllers/ads_controller.rb
</a>
<br />
</td>
</tr>
<tr class="top-aligned-row">
<td><strong>Parent:</strong></td>
<td>
<a href="ApplicationController.html">
ApplicationController
</a>
</td>
</tr>
</table>
</div>
<!-- banner header -->
<div id="bodyContent">
<div id="contextContent">
</div>
<div id="method-list">
<h3 class="section-bar">Methods</h3>
<div class="name-list">
<a href="#M000013">create</a>
<a href="#M000016">destroy</a>
<a href="#M000014">edit</a>
<a href="#M000010">index</a>
<a href="#M000012">new</a>
<a href="#M000011">show</a>
<a href="#M000015">update</a>
</div>
</div>
</div>
<!-- if includes -->
<div id="section">
<!-- if method_list -->
<div id="methods">
<h3 class="section-bar">Public Instance methods</h3>
<div id="method-M000013" class="method-detail">
<a name="M000013"></a>
<div class="method-heading">
<a href="#M000013" class="method-signature">
<span class="method-name">create</span><span class="method-args">()</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
onclick="toggleCode('M000013-source');return false;">[Source]</a></p>
<div class="method-source-code" id="M000013-source">
<pre>
<span class="ruby-comment cmt"># File app/controllers/ads_controller.rb, line 25</span>
25: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">create</span>
26: <span class="ruby-ivar">@ad</span> = <span class="ruby-constant">Ad</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">params</span>[<span class="ruby-identifier">:ad</span>])
27: <span class="ruby-ivar">@ad</span>.<span class="ruby-identifier">user_id</span> = <span class="ruby-identifier">current_user</span>.<span class="ruby-identifier">id</span>
28: <span class="ruby-ivar">@textbook</span> = <span class="ruby-constant">Textbook</span>.<span class="ruby-identifier">find</span>(<span class="ruby-ivar">@ad</span>.<span class="ruby-identifier">textbook_id</span>)
29: <span class="ruby-keyword kw">if</span> <span class="ruby-ivar">@ad</span>.<span class="ruby-identifier">save</span>
30: <span class="ruby-identifier">cookies</span>[<span class="ruby-identifier">:last_ad_id</span>] = <span class="ruby-ivar">@ad</span>.<span class="ruby-identifier">id</span>
31: <span class="ruby-identifier">flash</span>[<span class="ruby-identifier">:notice</span>] = <span class="ruby-value str">"Successfuly created ad"</span>
32: <span class="ruby-keyword kw">end</span>
33: <span class="ruby-identifier">respond_with</span> (<span class="ruby-ivar">@ad</span>,<span class="ruby-identifier">:id</span> =<span class="ruby-operator">></span> <span class="ruby-ivar">@ad</span>.<span class="ruby-identifier">textbook</span>.<span class="ruby-identifier">id</span>)
34: <span class="ruby-keyword kw">end</span>
</pre>
</div>
</div>
</div>
<div id="method-M000016" class="method-detail">
<a name="M000016"></a>
<div class="method-heading">
<a href="#M000016" class="method-signature">
<span class="method-name">destroy</span><span class="method-args">()</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
onclick="toggleCode('M000016-source');return false;">[Source]</a></p>
<div class="method-source-code" id="M000016-source">
<pre>
<span class="ruby-comment cmt"># File app/controllers/ads_controller.rb, line 53</span>
53: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">destroy</span>
54: <span class="ruby-ivar">@ad</span> = <span class="ruby-constant">Ad</span>.<span class="ruby-identifier">find</span>(<span class="ruby-identifier">params</span>[<span class="ruby-identifier">:id</span>])
55: <span class="ruby-keyword kw">if</span>(<span class="ruby-identifier">current_user</span>.<span class="ruby-identifier">id</span> <span class="ruby-operator">==</span> <span class="ruby-ivar">@ad</span>.<span class="ruby-identifier">user_id</span>)
56: <span class="ruby-ivar">@bookmarks</span> = <span class="ruby-constant">Bookmark</span>.<span class="ruby-identifier">find_all_by_ad_id</span>(<span class="ruby-ivar">@ad</span>.<span class="ruby-identifier">id</span>)
57: <span class="ruby-keyword kw">for</span> <span class="ruby-identifier">b</span> <span class="ruby-keyword kw">in</span> <span class="ruby-ivar">@bookmarks</span>
58: <span class="ruby-identifier">b</span>.<span class="ruby-identifier">destroy</span>
59: <span class="ruby-keyword kw">end</span>
60: <span class="ruby-ivar">@ad</span>.<span class="ruby-identifier">destroy</span>
61: <span class="ruby-identifier">flash</span>[<span class="ruby-identifier">:notice</span>] = <span class="ruby-value str">"Successfuly deleted ad"</span>
62: <span class="ruby-keyword kw">else</span>
63: <span class="ruby-identifier">flash</span>[<span class="ruby-identifier">:notice</span>] = <span class="ruby-value str">"Invalid user"</span>
64: <span class="ruby-keyword kw">end</span>
65: <span class="ruby-identifier">respond_with</span>(<span class="ruby-ivar">@ad</span>, <span class="ruby-identifier">:location</span> =<span class="ruby-operator">></span> <span class="ruby-identifier">users_url</span>)
66:
67: <span class="ruby-keyword kw">end</span>
</pre>
</div>
</div>
</div>
<div id="method-M000014" class="method-detail">
<a name="M000014"></a>
<div class="method-heading">
<a href="#M000014" class="method-signature">
<span class="method-name">edit</span><span class="method-args">()</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
onclick="toggleCode('M000014-source');return false;">[Source]</a></p>
<div class="method-source-code" id="M000014-source">
<pre>
<span class="ruby-comment cmt"># File app/controllers/ads_controller.rb, line 36</span>
36: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">edit</span>
37: <span class="ruby-ivar">@ad</span> = <span class="ruby-constant">Ad</span>.<span class="ruby-identifier">find</span>(<span class="ruby-identifier">params</span>[<span class="ruby-identifier">:id</span>])
38: <span class="ruby-identifier">respond_with</span>(<span class="ruby-ivar">@ad</span>)
39: <span class="ruby-keyword kw">end</span>
</pre>
</div>
</div>
</div>
<div id="method-M000010" class="method-detail">
<a name="M000010"></a>
<div class="method-heading">
<a href="#M000010" class="method-signature">
<span class="method-name">index</span><span class="method-args">()</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
onclick="toggleCode('M000010-source');return false;">[Source]</a></p>
<div class="method-source-code" id="M000010-source">
<pre>
<span class="ruby-comment cmt"># File app/controllers/ads_controller.rb, line 7</span>
7: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">index</span>
8: <span class="ruby-ivar">@ads</span> = <span class="ruby-constant">Ad</span>.<span class="ruby-identifier">all</span>(<span class="ruby-identifier">:joins</span> =<span class="ruby-operator">></span> <span class="ruby-identifier">:textbook</span>, <span class="ruby-identifier">:include</span> =<span class="ruby-operator">></span> <span class="ruby-identifier">:user</span>)
9: <span class="ruby-identifier">respond_with</span> <span class="ruby-ivar">@ads</span>
10: <span class="ruby-keyword kw">end</span>
</pre>
</div>
</div>
</div>
<div id="method-M000012" class="method-detail">
<a name="M000012"></a>
<div class="method-heading">
<a href="#M000012" class="method-signature">
<span class="method-name">new</span><span class="method-args">()</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
onclick="toggleCode('M000012-source');return false;">[Source]</a></p>
<div class="method-source-code" id="M000012-source">
<pre>
<span class="ruby-comment cmt"># File app/controllers/ads_controller.rb, line 19</span>
19: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">new</span>
20: <span class="ruby-ivar">@ad</span> = <span class="ruby-constant">Ad</span>.<span class="ruby-identifier">new</span>
21: <span class="ruby-ivar">@textbook</span> = <span class="ruby-constant">Textbook</span>.<span class="ruby-identifier">find</span>(<span class="ruby-identifier">params</span>[<span class="ruby-identifier">:id</span>])
22: <span class="ruby-identifier">respond_with</span> (<span class="ruby-ivar">@ad</span>, <span class="ruby-ivar">@textbook</span>)
23: <span class="ruby-keyword kw">end</span>
</pre>
</div>
</div>
</div>
<div id="method-M000011" class="method-detail">
<a name="M000011"></a>
<div class="method-heading">
<a href="#M000011" class="method-signature">
<span class="method-name">show</span><span class="method-args">()</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
onclick="toggleCode('M000011-source');return false;">[Source]</a></p>
<div class="method-source-code" id="M000011-source">
<pre>
<span class="ruby-comment cmt"># File app/controllers/ads_controller.rb, line 12</span>
12: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">show</span>
13: <span class="ruby-ivar">@ad</span> = <span class="ruby-constant">Ad</span>.<span class="ruby-identifier">find</span>(<span class="ruby-identifier">params</span>[<span class="ruby-identifier">:id</span>], <span class="ruby-identifier">:joins</span> =<span class="ruby-operator">></span> <span class="ruby-identifier">:textbook</span>)
14: <span class="ruby-ivar">@user</span> = <span class="ruby-constant">User</span>.<span class="ruby-identifier">find</span>(<span class="ruby-ivar">@ad</span>.<span class="ruby-identifier">user_id</span>)
15: <span class="ruby-identifier">respond_with</span> <span class="ruby-ivar">@ad</span>
16:
17: <span class="ruby-keyword kw">end</span>
</pre>
</div>
</div>
</div>
<div id="method-M000015" class="method-detail">
<a name="M000015"></a>
<div class="method-heading">
<a href="#M000015" class="method-signature">
<span class="method-name">update</span><span class="method-args">()</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
onclick="toggleCode('M000015-source');return false;">[Source]</a></p>
<div class="method-source-code" id="M000015-source">
<pre>
<span class="ruby-comment cmt"># File app/controllers/ads_controller.rb, line 41</span>
41: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">update</span>
42: <span class="ruby-ivar">@ad</span> = <span class="ruby-constant">Ad</span>.<span class="ruby-identifier">find</span>(<span class="ruby-identifier">params</span>[<span class="ruby-identifier">:id</span>])
43: <span class="ruby-keyword kw">if</span> (<span class="ruby-identifier">current_user</span>.<span class="ruby-identifier">id</span> <span class="ruby-operator">==</span> <span class="ruby-ivar">@ad</span>.<span class="ruby-identifier">user_id</span>)
44: <span class="ruby-keyword kw">if</span> <span class="ruby-ivar">@ad</span>.<span class="ruby-identifier">update_attributes</span>(<span class="ruby-identifier">params</span>[<span class="ruby-identifier">:ad</span>])
45: <span class="ruby-identifier">flash</span>[<span class="ruby-identifier">:notice</span>] = <span class="ruby-value str">"Successfully updated ad"</span>
46: <span class="ruby-keyword kw">end</span>
47: <span class="ruby-keyword kw">else</span>
48: <span class="ruby-identifier">flash</span>[<span class="ruby-identifier">:notice</span>] = <span class="ruby-value str">"Invalid User"</span>
49: <span class="ruby-keyword kw">end</span>
50: <span class="ruby-identifier">respond_with</span>(<span class="ruby-ivar">@ad</span>)
51: <span class="ruby-keyword kw">end</span>
</pre>
</div>
</div>
</div>
</div>
</div>
<div id="validator-badges">
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
</div>
</body>
</html> | puttputt/urtext | doc/app/classes/AdsController.html | HTML | mit | 15,127 |
<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Field ApplicationName
| RSSDP </title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Field ApplicationName
| RSSDP ">
<meta name="generator" content="docfx 2.24.0.0">
<link rel="shortcut icon" href="../images/RssdpIcon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.css">
<link rel="stylesheet" href="../styles/docfx.css">
<link rel="stylesheet" href="../styles/main.css">
<meta property="docfx:navrel" content="../toc">
<meta property="docfx:tocrel" content="toc">
</head>
<body data-spy="scroll" data-target="#affix">
<div id="wrapper">
<header>
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../index.html">
<img id="logo" class="svg" src="../images/RssdpIconSmall.png" alt="">
</a>
</div>
<div class="collapse navbar-collapse" id="navbar">
<form class="navbar-form navbar-right" role="search" id="search">
<div class="form-group">
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
</div>
</form>
<ul class="nav level1 navbar-nav">
<li class="">
<a href="../api/Rssdp.html" title="API Documentation" class="">API Documentation</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="subnav navbar navbar-default">
<div class="container hide-when-search" id="breadcrumb">
<ul class="breadcrumb">
<li></li>
</ul>
</div>
</div>
</header>
<div role="main" class="container body-content hide-when-search">
<div class="sidenav hide-when-search">
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
<div class="sidetoggle collapse" id="sidetoggle">
<div>
<div class="sidefilter">
<form class="toc-filter">
<span class="glyphicon glyphicon-filter filter-icon"></span>
<input type="text" id="toc_filter_input" placeholder="Enter here to filter..." onkeypress="if(event.keyCode==13) {return false;}">
</form>
</div>
<div class="sidetoc">
<div class="toc" id="toc">
<ul class="nav level1">
<li class="">
<span class="expand-stub"></span>
<a href="Rssdp.html" title="Rssdp" class="">Rssdp</a>
<ul class="nav level2">
<li class="">
<span class="expand-stub"></span>
<a href="Rssdp.CustomHttpHeader.html" title="CustomHttpHeader" class="">CustomHttpHeader</a>
<ul class="nav level3">
<li class="">
<a href="Rssdp.CustomHttpHeader.-ctor.html" title="CustomHttpHeader" class="">CustomHttpHeader</a>
</li>
<li class="">
<a href="Rssdp.CustomHttpHeader.Name.html" title="Name" class="">Name</a>
</li>
<li class="">
<a href="Rssdp.CustomHttpHeader.ToString.html" title="ToString" class="">ToString</a>
</li>
<li class="">
<a href="Rssdp.CustomHttpHeader.Value.html" title="Value" class="">Value</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Rssdp.CustomHttpHeadersCollection.html" title="CustomHttpHeadersCollection" class="">CustomHttpHeadersCollection</a>
<ul class="nav level3">
<li class="">
<a href="Rssdp.CustomHttpHeadersCollection.Add.html" title="Add" class="">Add</a>
</li>
<li class="">
<a href="Rssdp.CustomHttpHeadersCollection.Contains.html" title="Contains" class="">Contains</a>
</li>
<li class="">
<a href="Rssdp.CustomHttpHeadersCollection.Count.html" title="Count" class="">Count</a>
</li>
<li class="">
<a href="Rssdp.CustomHttpHeadersCollection.-ctor.html" title="CustomHttpHeadersCollection" class="">CustomHttpHeadersCollection</a>
</li>
<li class="">
<a href="Rssdp.CustomHttpHeadersCollection.GetEnumerator.html" title="GetEnumerator" class="">GetEnumerator</a>
</li>
<li class="">
<a href="Rssdp.CustomHttpHeadersCollection.Item.html" title="Item" class="">Item</a>
</li>
<li class="">
<a href="Rssdp.CustomHttpHeadersCollection.Remove.html" title="Remove" class="">Remove</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Rssdp.DeviceAvailableEventArgs.html" title="DeviceAvailableEventArgs" class="">DeviceAvailableEventArgs</a>
<ul class="nav level3">
<li class="">
<a href="Rssdp.DeviceAvailableEventArgs.-ctor.html" title="DeviceAvailableEventArgs" class="">DeviceAvailableEventArgs</a>
</li>
<li class="">
<a href="Rssdp.DeviceAvailableEventArgs.DiscoveredDevice.html" title="DiscoveredDevice" class="">DiscoveredDevice</a>
</li>
<li class="">
<a href="Rssdp.DeviceAvailableEventArgs.IsNewlyDiscovered.html" title="IsNewlyDiscovered" class="">IsNewlyDiscovered</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Rssdp.DeviceEventArgs.html" title="DeviceEventArgs" class="">DeviceEventArgs</a>
<ul class="nav level3">
<li class="">
<a href="Rssdp.DeviceEventArgs.Device.html" title="Device" class="">Device</a>
</li>
<li class="">
<a href="Rssdp.DeviceEventArgs.-ctor.html" title="DeviceEventArgs" class="">DeviceEventArgs</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Rssdp.DeviceNetworkType.html" title="DeviceNetworkType" class="">DeviceNetworkType</a>
<ul class="nav level3">
<li class="">
<a href="Rssdp.DeviceNetworkType.IPv4.html#Rssdp_DeviceNetworkType_IPv4" title="IPv4" class="">IPv4</a>
</li>
<li class="">
<a href="Rssdp.DeviceNetworkType.IPv6.html#Rssdp_DeviceNetworkType_IPv6" title="IPv6" class="">IPv6</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Rssdp.DeviceNetworkTypeExtensions.html" title="DeviceNetworkTypeExtensions" class="">DeviceNetworkTypeExtensions</a>
<ul class="nav level3">
<li class="">
<a href="Rssdp.DeviceNetworkTypeExtensions.GetMulticastIPAddress.html" title="GetMulticastIPAddress" class="">GetMulticastIPAddress</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Rssdp.DeviceUnavailableEventArgs.html" title="DeviceUnavailableEventArgs" class="">DeviceUnavailableEventArgs</a>
<ul class="nav level3">
<li class="">
<a href="Rssdp.DeviceUnavailableEventArgs.-ctor.html" title="DeviceUnavailableEventArgs" class="">DeviceUnavailableEventArgs</a>
</li>
<li class="">
<a href="Rssdp.DeviceUnavailableEventArgs.DiscoveredDevice.html" title="DiscoveredDevice" class="">DiscoveredDevice</a>
</li>
<li class="">
<a href="Rssdp.DeviceUnavailableEventArgs.Expired.html" title="Expired" class="">Expired</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Rssdp.DiscoveredSsdpDevice.html" title="DiscoveredSsdpDevice" class="">DiscoveredSsdpDevice</a>
<ul class="nav level3">
<li class="">
<a href="Rssdp.DiscoveredSsdpDevice.AsAt.html" title="AsAt" class="">AsAt</a>
</li>
<li class="">
<a href="Rssdp.DiscoveredSsdpDevice.CacheLifetime.html" title="CacheLifetime" class="">CacheLifetime</a>
</li>
<li class="">
<a href="Rssdp.DiscoveredSsdpDevice.DescriptionLocation.html" title="DescriptionLocation" class="">DescriptionLocation</a>
</li>
<li class="">
<a href="Rssdp.DiscoveredSsdpDevice.GetDeviceInfo.html" title="GetDeviceInfo" class="">GetDeviceInfo</a>
</li>
<li class="">
<a href="Rssdp.DiscoveredSsdpDevice.IsExpired.html" title="IsExpired" class="">IsExpired</a>
</li>
<li class="">
<a href="Rssdp.DiscoveredSsdpDevice.NotificationType.html" title="NotificationType" class="">NotificationType</a>
</li>
<li class="">
<a href="Rssdp.DiscoveredSsdpDevice.ResponseHeaders.html" title="ResponseHeaders" class="">ResponseHeaders</a>
</li>
<li class="">
<a href="Rssdp.DiscoveredSsdpDevice.ToString.html" title="ToString" class="">ToString</a>
</li>
<li class="">
<a href="Rssdp.DiscoveredSsdpDevice.Usn.html" title="Usn" class="">Usn</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Rssdp.ExceptionExtensions.html" title="ExceptionExtensions" class="">ExceptionExtensions</a>
<ul class="nav level3">
<li class="">
<a href="Rssdp.ExceptionExtensions.IsCritical.html" title="IsCritical" class="">IsCritical</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Rssdp.ISsdpLogger.html" title="ISsdpLogger" class="">ISsdpLogger</a>
<ul class="nav level3">
<li class="">
<a href="Rssdp.ISsdpLogger.LogError.html" title="LogError" class="">LogError</a>
</li>
<li class="">
<a href="Rssdp.ISsdpLogger.LogInfo.html" title="LogInfo" class="">LogInfo</a>
</li>
<li class="">
<a href="Rssdp.ISsdpLogger.LogVerbose.html" title="LogVerbose" class="">LogVerbose</a>
</li>
<li class="">
<a href="Rssdp.ISsdpLogger.LogWarning.html" title="LogWarning" class="">LogWarning</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Rssdp.NullLogger.html" title="NullLogger" class="">NullLogger</a>
<ul class="nav level3">
<li class="">
<a href="Rssdp.NullLogger.Instance.html" title="Instance" class="">Instance</a>
</li>
<li class="">
<a href="Rssdp.NullLogger.LogError.html" title="LogError" class="">LogError</a>
</li>
<li class="">
<a href="Rssdp.NullLogger.LogInfo.html" title="LogInfo" class="">LogInfo</a>
</li>
<li class="">
<a href="Rssdp.NullLogger.LogVerbose.html" title="LogVerbose" class="">LogVerbose</a>
</li>
<li class="">
<a href="Rssdp.NullLogger.LogWarning.html" title="LogWarning" class="">LogWarning</a>
</li>
</ul> </li>
<li class="">
<a href="Rssdp.Resource.html" title="Resource" class="">Resource</a>
</li>
<li class="">
<a href="Rssdp.Resource.Attribute.html" title="Resource.Attribute" class="">Resource.Attribute</a>
</li>
<li class="">
<span class="expand-stub"></span>
<a href="Rssdp.Resource.String.html" title="Resource.String" class="">Resource.String</a>
<ul class="nav level3">
<li class="">
<a href="Rssdp.Resource.String.ApplicationName.html#Rssdp_Resource_String_ApplicationName" title="ApplicationName" class="">ApplicationName</a>
</li>
<li class="">
<a href="Rssdp.Resource.String.Hello.html#Rssdp_Resource_String_Hello" title="Hello" class="">Hello</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Rssdp.ServiceEventArgs.html" title="ServiceEventArgs" class="">ServiceEventArgs</a>
<ul class="nav level3">
<li class="">
<a href="Rssdp.ServiceEventArgs.Service.html" title="Service" class="">Service</a>
</li>
<li class="">
<a href="Rssdp.ServiceEventArgs.-ctor.html" title="ServiceEventArgs" class="">ServiceEventArgs</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Rssdp.SocketClosedException.html" title="SocketClosedException" class="">SocketClosedException</a>
<ul class="nav level3">
<li class="">
<a href="Rssdp.SocketClosedException.-ctor.html" title="SocketClosedException" class="">SocketClosedException</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Rssdp.SocketFactory.html" title="SocketFactory" class="">SocketFactory</a>
<ul class="nav level3">
<li class="">
<a href="Rssdp.SocketFactory.CreateUdpMulticastSocket.html" title="CreateUdpMulticastSocket" class="">CreateUdpMulticastSocket</a>
</li>
<li class="">
<a href="Rssdp.SocketFactory.CreateUdpSocket.html" title="CreateUdpSocket" class="">CreateUdpSocket</a>
</li>
<li class="">
<a href="Rssdp.SocketFactory.DeviceNetworkType.html" title="DeviceNetworkType" class="">DeviceNetworkType</a>
</li>
<li class="">
<a href="Rssdp.SocketFactory.-ctor.html" title="SocketFactory" class="">SocketFactory</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Rssdp.SsdpDevice.html" title="SsdpDevice" class="">SsdpDevice</a>
<ul class="nav level3">
<li class="">
<a href="Rssdp.SsdpDevice.AddDevice.html" title="AddDevice" class="">AddDevice</a>
</li>
<li class="">
<a href="Rssdp.SsdpDevice.AddService.html" title="AddService" class="">AddService</a>
</li>
<li class="">
<a href="Rssdp.SsdpDevice.CustomProperties.html" title="CustomProperties" class="">CustomProperties</a>
</li>
<li class="">
<a href="Rssdp.SsdpDevice.CustomResponseHeaders.html" title="CustomResponseHeaders" class="">CustomResponseHeaders</a>
</li>
<li class="">
<a href="Rssdp.SsdpDevice.DeviceAdded.html#Rssdp_SsdpDevice_DeviceAdded" title="DeviceAdded" class="">DeviceAdded</a>
</li>
<li class="">
<a href="Rssdp.SsdpDevice.DeviceRemoved.html#Rssdp_SsdpDevice_DeviceRemoved" title="DeviceRemoved" class="">DeviceRemoved</a>
</li>
<li class="">
<a href="Rssdp.SsdpDevice.Devices.html" title="Devices" class="">Devices</a>
</li>
<li class="">
<a href="Rssdp.SsdpDevice.DeviceType.html" title="DeviceType" class="">DeviceType</a>
</li>
<li class="">
<a href="Rssdp.SsdpDevice.DeviceTypeNamespace.html" title="DeviceTypeNamespace" class="">DeviceTypeNamespace</a>
</li>
<li class="">
<a href="Rssdp.SsdpDevice.DeviceVersion.html" title="DeviceVersion" class="">DeviceVersion</a>
</li>
<li class="">
<a href="Rssdp.SsdpDevice.FriendlyName.html" title="FriendlyName" class="">FriendlyName</a>
</li>
<li class="">
<a href="Rssdp.SsdpDevice.FullDeviceType.html" title="FullDeviceType" class="">FullDeviceType</a>
</li>
<li class="">
<a href="Rssdp.SsdpDevice.Icons.html" title="Icons" class="">Icons</a>
</li>
<li class="">
<a href="Rssdp.SsdpDevice.Manufacturer.html" title="Manufacturer" class="">Manufacturer</a>
</li>
<li class="">
<a href="Rssdp.SsdpDevice.ManufacturerUrl.html" title="ManufacturerUrl" class="">ManufacturerUrl</a>
</li>
<li class="">
<a href="Rssdp.SsdpDevice.ModelDescription.html" title="ModelDescription" class="">ModelDescription</a>
</li>
<li class="">
<a href="Rssdp.SsdpDevice.ModelName.html" title="ModelName" class="">ModelName</a>
</li>
<li class="">
<a href="Rssdp.SsdpDevice.ModelNumber.html" title="ModelNumber" class="">ModelNumber</a>
</li>
<li class="">
<a href="Rssdp.SsdpDevice.ModelUrl.html" title="ModelUrl" class="">ModelUrl</a>
</li>
<li class="">
<a href="Rssdp.SsdpDevice.OnDeviceAdded.html" title="OnDeviceAdded" class="">OnDeviceAdded</a>
</li>
<li class="">
<a href="Rssdp.SsdpDevice.OnDeviceRemoved.html" title="OnDeviceRemoved" class="">OnDeviceRemoved</a>
</li>
<li class="">
<a href="Rssdp.SsdpDevice.OnServiceAdded.html" title="OnServiceAdded" class="">OnServiceAdded</a>
</li>
<li class="">
<a href="Rssdp.SsdpDevice.OnServiceRemoved.html" title="OnServiceRemoved" class="">OnServiceRemoved</a>
</li>
<li class="">
<a href="Rssdp.SsdpDevice.PresentationUrl.html" title="PresentationUrl" class="">PresentationUrl</a>
</li>
<li class="">
<a href="Rssdp.SsdpDevice.RemoveDevice.html" title="RemoveDevice" class="">RemoveDevice</a>
</li>
<li class="">
<a href="Rssdp.SsdpDevice.RemoveService.html" title="RemoveService" class="">RemoveService</a>
</li>
<li class="">
<a href="Rssdp.SsdpDevice.SerialNumber.html" title="SerialNumber" class="">SerialNumber</a>
</li>
<li class="">
<a href="Rssdp.SsdpDevice.ServiceAdded.html#Rssdp_SsdpDevice_ServiceAdded" title="ServiceAdded" class="">ServiceAdded</a>
</li>
<li class="">
<a href="Rssdp.SsdpDevice.ServiceRemoved.html#Rssdp_SsdpDevice_ServiceRemoved" title="ServiceRemoved" class="">ServiceRemoved</a>
</li>
<li class="">
<a href="Rssdp.SsdpDevice.Services.html" title="Services" class="">Services</a>
</li>
<li class="">
<a href="Rssdp.SsdpDevice.-ctor.html" title="SsdpDevice" class="">SsdpDevice</a>
</li>
<li class="">
<a href="Rssdp.SsdpDevice.StringToUri.html" title="StringToUri" class="">StringToUri</a>
</li>
<li class="">
<a href="Rssdp.SsdpDevice.Udn.html" title="Udn" class="">Udn</a>
</li>
<li class="">
<a href="Rssdp.SsdpDevice.Upc.html" title="Upc" class="">Upc</a>
</li>
<li class="">
<a href="Rssdp.SsdpDevice.Uuid.html" title="Uuid" class="">Uuid</a>
</li>
<li class="">
<a href="Rssdp.SsdpDevice.WriteDeviceDescriptionXml.html" title="WriteDeviceDescriptionXml" class="">WriteDeviceDescriptionXml</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Rssdp.SsdpDeviceExtensions.html" title="SsdpDeviceExtensions" class="">SsdpDeviceExtensions</a>
<ul class="nav level3">
<li class="">
<a href="Rssdp.SsdpDeviceExtensions.ToRootDevice.html" title="ToRootDevice" class="">ToRootDevice</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Rssdp.SsdpDeviceIcon.html" title="SsdpDeviceIcon" class="">SsdpDeviceIcon</a>
<ul class="nav level3">
<li class="">
<a href="Rssdp.SsdpDeviceIcon.ColorDepth.html" title="ColorDepth" class="">ColorDepth</a>
</li>
<li class="">
<a href="Rssdp.SsdpDeviceIcon.Height.html" title="Height" class="">Height</a>
</li>
<li class="">
<a href="Rssdp.SsdpDeviceIcon.MimeType.html" title="MimeType" class="">MimeType</a>
</li>
<li class="">
<a href="Rssdp.SsdpDeviceIcon.Url.html" title="Url" class="">Url</a>
</li>
<li class="">
<a href="Rssdp.SsdpDeviceIcon.Width.html" title="Width" class="">Width</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Rssdp.SsdpDeviceLocator.html" title="SsdpDeviceLocator" class="">SsdpDeviceLocator</a>
<ul class="nav level3">
<li class="">
<a href="Rssdp.SsdpDeviceLocator.-ctor.html" title="SsdpDeviceLocator" class="">SsdpDeviceLocator</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Rssdp.SsdpDevicePropertiesCollection.html" title="SsdpDevicePropertiesCollection" class="">SsdpDevicePropertiesCollection</a>
<ul class="nav level3">
<li class="">
<a href="Rssdp.SsdpDevicePropertiesCollection.Add.html" title="Add" class="">Add</a>
</li>
<li class="">
<a href="Rssdp.SsdpDevicePropertiesCollection.Contains.html" title="Contains" class="">Contains</a>
</li>
<li class="">
<a href="Rssdp.SsdpDevicePropertiesCollection.Count.html" title="Count" class="">Count</a>
</li>
<li class="">
<a href="Rssdp.SsdpDevicePropertiesCollection.GetEnumerator.html" title="GetEnumerator" class="">GetEnumerator</a>
</li>
<li class="">
<a href="Rssdp.SsdpDevicePropertiesCollection.Item.html" title="Item" class="">Item</a>
</li>
<li class="">
<a href="Rssdp.SsdpDevicePropertiesCollection.Remove.html" title="Remove" class="">Remove</a>
</li>
<li class="">
<a href="Rssdp.SsdpDevicePropertiesCollection.-ctor.html" title="SsdpDevicePropertiesCollection" class="">SsdpDevicePropertiesCollection</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Rssdp.SsdpDeviceProperty.html" title="SsdpDeviceProperty" class="">SsdpDeviceProperty</a>
<ul class="nav level3">
<li class="">
<a href="Rssdp.SsdpDeviceProperty.FullName.html" title="FullName" class="">FullName</a>
</li>
<li class="">
<a href="Rssdp.SsdpDeviceProperty.Name.html" title="Name" class="">Name</a>
</li>
<li class="">
<a href="Rssdp.SsdpDeviceProperty.Namespace.html" title="Namespace" class="">Namespace</a>
</li>
<li class="">
<a href="Rssdp.SsdpDeviceProperty.Value.html" title="Value" class="">Value</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Rssdp.SsdpDevicePublisher.html" title="SsdpDevicePublisher" class="">SsdpDevicePublisher</a>
<ul class="nav level3">
<li class="">
<a href="Rssdp.SsdpDevicePublisher.-ctor.html" title="SsdpDevicePublisher" class="">SsdpDevicePublisher</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Rssdp.SsdpEmbeddedDevice.html" title="SsdpEmbeddedDevice" class="">SsdpEmbeddedDevice</a>
<ul class="nav level3">
<li class="">
<a href="Rssdp.SsdpEmbeddedDevice.RootDevice.html" title="RootDevice" class="">RootDevice</a>
</li>
<li class="">
<a href="Rssdp.SsdpEmbeddedDevice.-ctor.html" title="SsdpEmbeddedDevice" class="">SsdpEmbeddedDevice</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Rssdp.SsdpRootDevice.html" title="SsdpRootDevice" class="">SsdpRootDevice</a>
<ul class="nav level3">
<li class="">
<a href="Rssdp.SsdpRootDevice.CacheLifetime.html" title="CacheLifetime" class="">CacheLifetime</a>
</li>
<li class="">
<a href="Rssdp.SsdpRootDevice.Location.html" title="Location" class="">Location</a>
</li>
<li class="">
<a href="Rssdp.SsdpRootDevice.-ctor.html" title="SsdpRootDevice" class="">SsdpRootDevice</a>
</li>
<li class="">
<a href="Rssdp.SsdpRootDevice.ToDescriptionDocument.html" title="ToDescriptionDocument" class="">ToDescriptionDocument</a>
</li>
<li class="">
<a href="Rssdp.SsdpRootDevice.UrlBase.html" title="UrlBase" class="">UrlBase</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Rssdp.SsdpService.html" title="SsdpService" class="">SsdpService</a>
<ul class="nav level3">
<li class="">
<a href="Rssdp.SsdpService.ControlUrl.html" title="ControlUrl" class="">ControlUrl</a>
</li>
<li class="">
<a href="Rssdp.SsdpService.EventSubUrl.html" title="EventSubUrl" class="">EventSubUrl</a>
</li>
<li class="">
<a href="Rssdp.SsdpService.FullServiceType.html" title="FullServiceType" class="">FullServiceType</a>
</li>
<li class="">
<a href="Rssdp.SsdpService.ScpdUrl.html" title="ScpdUrl" class="">ScpdUrl</a>
</li>
<li class="">
<a href="Rssdp.SsdpService.ServiceId.html" title="ServiceId" class="">ServiceId</a>
</li>
<li class="">
<a href="Rssdp.SsdpService.ServiceType.html" title="ServiceType" class="">ServiceType</a>
</li>
<li class="">
<a href="Rssdp.SsdpService.ServiceTypeNamespace.html" title="ServiceTypeNamespace" class="">ServiceTypeNamespace</a>
</li>
<li class="">
<a href="Rssdp.SsdpService.ServiceVersion.html" title="ServiceVersion" class="">ServiceVersion</a>
</li>
<li class="">
<a href="Rssdp.SsdpService.-ctor.html" title="SsdpService" class="">SsdpService</a>
</li>
<li class="">
<a href="Rssdp.SsdpService.Uuid.html" title="Uuid" class="">Uuid</a>
</li>
<li class="">
<a href="Rssdp.SsdpService.WriteServiceDescriptionXml.html" title="WriteServiceDescriptionXml" class="">WriteServiceDescriptionXml</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Rssdp.SsdpStandardsMode.html" title="SsdpStandardsMode" class="">SsdpStandardsMode</a>
<ul class="nav level3">
<li class="">
<a href="Rssdp.SsdpStandardsMode.Default.html#Rssdp_SsdpStandardsMode_Default" title="Default" class="">Default</a>
</li>
<li class="">
<a href="Rssdp.SsdpStandardsMode.Relaxed.html#Rssdp_SsdpStandardsMode_Relaxed" title="Relaxed" class="">Relaxed</a>
</li>
<li class="">
<a href="Rssdp.SsdpStandardsMode.Strict.html#Rssdp_SsdpStandardsMode_Strict" title="Strict" class="">Strict</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Rssdp.SsdpTraceLogger.html" title="SsdpTraceLogger" class="">SsdpTraceLogger</a>
<ul class="nav level3">
<li class="">
<a href="Rssdp.SsdpTraceLogger.LogError.html" title="LogError" class="">LogError</a>
</li>
<li class="">
<a href="Rssdp.SsdpTraceLogger.LogInfo.html" title="LogInfo" class="">LogInfo</a>
</li>
<li class="">
<a href="Rssdp.SsdpTraceLogger.LogVerbose.html" title="LogVerbose" class="">LogVerbose</a>
</li>
<li class="">
<a href="Rssdp.SsdpTraceLogger.LogWarning.html" title="LogWarning" class="">LogWarning</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Rssdp.UdpSocket.html" title="UdpSocket" class="">UdpSocket</a>
<ul class="nav level3">
<li class="">
<a href="Rssdp.UdpSocket.Dispose.html" title="Dispose" class="">Dispose</a>
</li>
<li class="">
<a href="Rssdp.UdpSocket.ReceiveAsync.html" title="ReceiveAsync" class="">ReceiveAsync</a>
</li>
<li class="">
<a href="Rssdp.UdpSocket.SendTo.html" title="SendTo" class="">SendTo</a>
</li>
<li class="">
<a href="Rssdp.UdpSocket.-ctor.html" title="UdpSocket" class="">UdpSocket</a>
</li>
</ul> </li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Rssdp.Infrastructure.html" title="Rssdp.Infrastructure" class="">Rssdp.Infrastructure</a>
<ul class="nav level2">
<li class="">
<span class="expand-stub"></span>
<a href="Rssdp.Infrastructure.DisposableManagedObjectBase.html" title="DisposableManagedObjectBase" class="">DisposableManagedObjectBase</a>
<ul class="nav level3">
<li class="">
<a href="Rssdp.Infrastructure.DisposableManagedObjectBase.Dispose.html" title="Dispose" class="">Dispose</a>
</li>
<li class="">
<a href="Rssdp.Infrastructure.DisposableManagedObjectBase.IsDisposed.html" title="IsDisposed" class="">IsDisposed</a>
</li>
<li class="">
<a href="Rssdp.Infrastructure.DisposableManagedObjectBase.ThrowIfDisposed.html" title="ThrowIfDisposed" class="">ThrowIfDisposed</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Rssdp.Infrastructure.HttpParserBase-1.html" title="HttpParserBase<T>" class="">HttpParserBase<T></a>
<ul class="nav level3">
<li class="">
<a href="Rssdp.Infrastructure.HttpParserBase-1.IsContentHeader.html" title="IsContentHeader" class="">IsContentHeader</a>
</li>
<li class="">
<a href="Rssdp.Infrastructure.HttpParserBase-1.Parse.html" title="Parse" class="">Parse</a>
</li>
<li class="">
<a href="Rssdp.Infrastructure.HttpParserBase-1.ParseHttpVersion.html" title="ParseHttpVersion" class="">ParseHttpVersion</a>
</li>
<li class="">
<a href="Rssdp.Infrastructure.HttpParserBase-1.ParseStatusLine.html" title="ParseStatusLine" class="">ParseStatusLine</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Rssdp.Infrastructure.HttpRequestParser.html" title="HttpRequestParser" class="">HttpRequestParser</a>
<ul class="nav level3">
<li class="">
<a href="Rssdp.Infrastructure.HttpRequestParser.IsContentHeader.html" title="IsContentHeader" class="">IsContentHeader</a>
</li>
<li class="">
<a href="Rssdp.Infrastructure.HttpRequestParser.Parse.html" title="Parse" class="">Parse</a>
</li>
<li class="">
<a href="Rssdp.Infrastructure.HttpRequestParser.ParseStatusLine.html" title="ParseStatusLine" class="">ParseStatusLine</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Rssdp.Infrastructure.HttpResponseParser.html" title="HttpResponseParser" class="">HttpResponseParser</a>
<ul class="nav level3">
<li class="">
<a href="Rssdp.Infrastructure.HttpResponseParser.IsContentHeader.html" title="IsContentHeader" class="">IsContentHeader</a>
</li>
<li class="">
<a href="Rssdp.Infrastructure.HttpResponseParser.Parse.html" title="Parse" class="">Parse</a>
</li>
<li class="">
<a href="Rssdp.Infrastructure.HttpResponseParser.ParseStatusLine.html" title="ParseStatusLine" class="">ParseStatusLine</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Rssdp.Infrastructure.ISocketFactory.html" title="ISocketFactory" class="">ISocketFactory</a>
<ul class="nav level3">
<li class="">
<a href="Rssdp.Infrastructure.ISocketFactory.CreateUdpMulticastSocket.html" title="CreateUdpMulticastSocket" class="">CreateUdpMulticastSocket</a>
</li>
<li class="">
<a href="Rssdp.Infrastructure.ISocketFactory.CreateUdpSocket.html" title="CreateUdpSocket" class="">CreateUdpSocket</a>
</li>
<li class="">
<a href="Rssdp.Infrastructure.ISocketFactory.DeviceNetworkType.html" title="DeviceNetworkType" class="">DeviceNetworkType</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Rssdp.Infrastructure.ISsdpCommunicationsServer.html" title="ISsdpCommunicationsServer" class="">ISsdpCommunicationsServer</a>
<ul class="nav level3">
<li class="">
<a href="Rssdp.Infrastructure.ISsdpCommunicationsServer.BeginListeningForBroadcasts.html" title="BeginListeningForBroadcasts" class="">BeginListeningForBroadcasts</a>
</li>
<li class="">
<a href="Rssdp.Infrastructure.ISsdpCommunicationsServer.DeviceNetworkType.html" title="DeviceNetworkType" class="">DeviceNetworkType</a>
</li>
<li class="">
<a href="Rssdp.Infrastructure.ISsdpCommunicationsServer.IsShared.html" title="IsShared" class="">IsShared</a>
</li>
<li class="">
<a href="Rssdp.Infrastructure.ISsdpCommunicationsServer.RequestReceived.html#Rssdp_Infrastructure_ISsdpCommunicationsServer_RequestReceived" title="RequestReceived" class="">RequestReceived</a>
</li>
<li class="">
<a href="Rssdp.Infrastructure.ISsdpCommunicationsServer.ResponseReceived.html#Rssdp_Infrastructure_ISsdpCommunicationsServer_ResponseReceived" title="ResponseReceived" class="">ResponseReceived</a>
</li>
<li class="">
<a href="Rssdp.Infrastructure.ISsdpCommunicationsServer.SendMessage.html" title="SendMessage" class="">SendMessage</a>
</li>
<li class="">
<a href="Rssdp.Infrastructure.ISsdpCommunicationsServer.StopListeningForBroadcasts.html" title="StopListeningForBroadcasts" class="">StopListeningForBroadcasts</a>
</li>
<li class="">
<a href="Rssdp.Infrastructure.ISsdpCommunicationsServer.StopListeningForResponses.html" title="StopListeningForResponses" class="">StopListeningForResponses</a>
</li>
<li class="">
<a href="Rssdp.Infrastructure.ISsdpCommunicationsServer.UdpSendCount.html" title="UdpSendCount" class="">UdpSendCount</a>
</li>
<li class="">
<a href="Rssdp.Infrastructure.ISsdpCommunicationsServer.UdpSendDelay.html" title="UdpSendDelay" class="">UdpSendDelay</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Rssdp.Infrastructure.ISsdpDeviceLocator.html" title="ISsdpDeviceLocator" class="">ISsdpDeviceLocator</a>
<ul class="nav level3">
<li class="">
<a href="Rssdp.Infrastructure.ISsdpDeviceLocator.DeviceAvailable.html#Rssdp_Infrastructure_ISsdpDeviceLocator_DeviceAvailable" title="DeviceAvailable" class="">DeviceAvailable</a>
</li>
<li class="">
<a href="Rssdp.Infrastructure.ISsdpDeviceLocator.DeviceUnavailable.html#Rssdp_Infrastructure_ISsdpDeviceLocator_DeviceUnavailable" title="DeviceUnavailable" class="">DeviceUnavailable</a>
</li>
<li class="">
<a href="Rssdp.Infrastructure.ISsdpDeviceLocator.IsSearching.html" title="IsSearching" class="">IsSearching</a>
</li>
<li class="">
<a href="Rssdp.Infrastructure.ISsdpDeviceLocator.NotificationFilter.html" title="NotificationFilter" class="">NotificationFilter</a>
</li>
<li class="">
<a href="Rssdp.Infrastructure.ISsdpDeviceLocator.SearchAsync.html" title="SearchAsync" class="">SearchAsync</a>
</li>
<li class="">
<a href="Rssdp.Infrastructure.ISsdpDeviceLocator.StartListeningForNotifications.html" title="StartListeningForNotifications" class="">StartListeningForNotifications</a>
</li>
<li class="">
<a href="Rssdp.Infrastructure.ISsdpDeviceLocator.StopListeningForNotifications.html" title="StopListeningForNotifications" class="">StopListeningForNotifications</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Rssdp.Infrastructure.ISsdpDevicePublisher.html" title="ISsdpDevicePublisher" class="">ISsdpDevicePublisher</a>
<ul class="nav level3">
<li class="">
<a href="Rssdp.Infrastructure.ISsdpDevicePublisher.AddDevice.html" title="AddDevice" class="">AddDevice</a>
</li>
<li class="">
<a href="Rssdp.Infrastructure.ISsdpDevicePublisher.Devices.html" title="Devices" class="">Devices</a>
</li>
<li class="">
<a href="Rssdp.Infrastructure.ISsdpDevicePublisher.RemoveDevice.html" title="RemoveDevice" class="">RemoveDevice</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Rssdp.Infrastructure.IUdpSocket.html" title="IUdpSocket" class="">IUdpSocket</a>
<ul class="nav level3">
<li class="">
<a href="Rssdp.Infrastructure.IUdpSocket.ReceiveAsync.html" title="ReceiveAsync" class="">ReceiveAsync</a>
</li>
<li class="">
<a href="Rssdp.Infrastructure.IUdpSocket.SendTo.html" title="SendTo" class="">SendTo</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Rssdp.Infrastructure.IUpnpDeviceValidator.html" title="IUpnpDeviceValidator" class="">IUpnpDeviceValidator</a>
<ul class="nav level3">
<li class="">
<a href="Rssdp.Infrastructure.IUpnpDeviceValidator.GetValidationErrors.html" title="GetValidationErrors" class="">GetValidationErrors</a>
</li>
<li class="">
<a href="Rssdp.Infrastructure.IUpnpDeviceValidator.ThrowIfDeviceInvalid.html" title="ThrowIfDeviceInvalid" class="">ThrowIfDeviceInvalid</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Rssdp.Infrastructure.ReceivedUdpData.html" title="ReceivedUdpData" class="">ReceivedUdpData</a>
<ul class="nav level3">
<li class="">
<a href="Rssdp.Infrastructure.ReceivedUdpData.Buffer.html" title="Buffer" class="">Buffer</a>
</li>
<li class="">
<a href="Rssdp.Infrastructure.ReceivedUdpData.ReceivedBytes.html" title="ReceivedBytes" class="">ReceivedBytes</a>
</li>
<li class="">
<a href="Rssdp.Infrastructure.ReceivedUdpData.ReceivedFrom.html" title="ReceivedFrom" class="">ReceivedFrom</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Rssdp.Infrastructure.RequestReceivedEventArgs.html" title="RequestReceivedEventArgs" class="">RequestReceivedEventArgs</a>
<ul class="nav level3">
<li class="">
<a href="Rssdp.Infrastructure.RequestReceivedEventArgs.Message.html" title="Message" class="">Message</a>
</li>
<li class="">
<a href="Rssdp.Infrastructure.RequestReceivedEventArgs.ReceivedFrom.html" title="ReceivedFrom" class="">ReceivedFrom</a>
</li>
<li class="">
<a href="Rssdp.Infrastructure.RequestReceivedEventArgs.-ctor.html" title="RequestReceivedEventArgs" class="">RequestReceivedEventArgs</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Rssdp.Infrastructure.ResponseReceivedEventArgs.html" title="ResponseReceivedEventArgs" class="">ResponseReceivedEventArgs</a>
<ul class="nav level3">
<li class="">
<a href="Rssdp.Infrastructure.ResponseReceivedEventArgs.Message.html" title="Message" class="">Message</a>
</li>
<li class="">
<a href="Rssdp.Infrastructure.ResponseReceivedEventArgs.ReceivedFrom.html" title="ReceivedFrom" class="">ReceivedFrom</a>
</li>
<li class="">
<a href="Rssdp.Infrastructure.ResponseReceivedEventArgs.-ctor.html" title="ResponseReceivedEventArgs" class="">ResponseReceivedEventArgs</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Rssdp.Infrastructure.SsdpCommunicationsServer.html" title="SsdpCommunicationsServer" class="">SsdpCommunicationsServer</a>
<ul class="nav level3">
<li class="">
<a href="Rssdp.Infrastructure.SsdpCommunicationsServer.BeginListeningForBroadcasts.html" title="BeginListeningForBroadcasts" class="">BeginListeningForBroadcasts</a>
</li>
<li class="">
<a href="Rssdp.Infrastructure.SsdpCommunicationsServer.DeviceNetworkType.html" title="DeviceNetworkType" class="">DeviceNetworkType</a>
</li>
<li class="">
<a href="Rssdp.Infrastructure.SsdpCommunicationsServer.Dispose.html" title="Dispose" class="">Dispose</a>
</li>
<li class="">
<a href="Rssdp.Infrastructure.SsdpCommunicationsServer.IsShared.html" title="IsShared" class="">IsShared</a>
</li>
<li class="">
<a href="Rssdp.Infrastructure.SsdpCommunicationsServer.RequestReceived.html#Rssdp_Infrastructure_SsdpCommunicationsServer_RequestReceived" title="RequestReceived" class="">RequestReceived</a>
</li>
<li class="">
<a href="Rssdp.Infrastructure.SsdpCommunicationsServer.ResponseReceived.html#Rssdp_Infrastructure_SsdpCommunicationsServer_ResponseReceived" title="ResponseReceived" class="">ResponseReceived</a>
</li>
<li class="">
<a href="Rssdp.Infrastructure.SsdpCommunicationsServer.SendMessage.html" title="SendMessage" class="">SendMessage</a>
</li>
<li class="">
<a href="Rssdp.Infrastructure.SsdpCommunicationsServer.-ctor.html" title="SsdpCommunicationsServer" class="">SsdpCommunicationsServer</a>
</li>
<li class="">
<a href="Rssdp.Infrastructure.SsdpCommunicationsServer.StopListeningForBroadcasts.html" title="StopListeningForBroadcasts" class="">StopListeningForBroadcasts</a>
</li>
<li class="">
<a href="Rssdp.Infrastructure.SsdpCommunicationsServer.StopListeningForResponses.html" title="StopListeningForResponses" class="">StopListeningForResponses</a>
</li>
<li class="">
<a href="Rssdp.Infrastructure.SsdpCommunicationsServer.UdpSendCount.html" title="UdpSendCount" class="">UdpSendCount</a>
</li>
<li class="">
<a href="Rssdp.Infrastructure.SsdpCommunicationsServer.UdpSendDelay.html" title="UdpSendDelay" class="">UdpSendDelay</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Rssdp.Infrastructure.SsdpConstants.html" title="SsdpConstants" class="">SsdpConstants</a>
<ul class="nav level3">
<li class="">
<a href="Rssdp.Infrastructure.SsdpConstants.DefaultUdpResendCount.html#Rssdp_Infrastructure_SsdpConstants_DefaultUdpResendCount" title="DefaultUdpResendCount" class="">DefaultUdpResendCount</a>
</li>
<li class="">
<a href="Rssdp.Infrastructure.SsdpConstants.DefaultUdpResendDelay.html" title="DefaultUdpResendDelay" class="">DefaultUdpResendDelay</a>
</li>
<li class="">
<a href="Rssdp.Infrastructure.SsdpConstants.DefaultUdpSocketBufferSize.html#Rssdp_Infrastructure_SsdpConstants_DefaultUdpSocketBufferSize" title="DefaultUdpSocketBufferSize" class="">DefaultUdpSocketBufferSize</a>
</li>
<li class="">
<a href="Rssdp.Infrastructure.SsdpConstants.MaxUdpSocketBufferSize.html#Rssdp_Infrastructure_SsdpConstants_MaxUdpSocketBufferSize" title="MaxUdpSocketBufferSize" class="">MaxUdpSocketBufferSize</a>
</li>
<li class="">
<a href="Rssdp.Infrastructure.SsdpConstants.MulticastLinkLocalAddressV6.html#Rssdp_Infrastructure_SsdpConstants_MulticastLinkLocalAddressV6" title="MulticastLinkLocalAddressV6" class="">MulticastLinkLocalAddressV6</a>
</li>
<li class="">
<a href="Rssdp.Infrastructure.SsdpConstants.MulticastLocalAdminAddress.html#Rssdp_Infrastructure_SsdpConstants_MulticastLocalAdminAddress" title="MulticastLocalAdminAddress" class="">MulticastLocalAdminAddress</a>
</li>
<li class="">
<a href="Rssdp.Infrastructure.SsdpConstants.MulticastPort.html#Rssdp_Infrastructure_SsdpConstants_MulticastPort" title="MulticastPort" class="">MulticastPort</a>
</li>
<li class="">
<a href="Rssdp.Infrastructure.SsdpConstants.PnpDeviceTypeRootDevice.html#Rssdp_Infrastructure_SsdpConstants_PnpDeviceTypeRootDevice" title="PnpDeviceTypeRootDevice" class="">PnpDeviceTypeRootDevice</a>
</li>
<li class="">
<a href="Rssdp.Infrastructure.SsdpConstants.SsdpDefaultMulticastTimeToLive.html#Rssdp_Infrastructure_SsdpConstants_SsdpDefaultMulticastTimeToLive" title="SsdpDefaultMulticastTimeToLive" class="">SsdpDefaultMulticastTimeToLive</a>
</li>
<li class="">
<a href="Rssdp.Infrastructure.SsdpConstants.UpnpDeviceTypeBasicDevice.html#Rssdp_Infrastructure_SsdpConstants_UpnpDeviceTypeBasicDevice" title="UpnpDeviceTypeBasicDevice" class="">UpnpDeviceTypeBasicDevice</a>
</li>
<li class="">
<a href="Rssdp.Infrastructure.SsdpConstants.UpnpDeviceTypeNamespace.html#Rssdp_Infrastructure_SsdpConstants_UpnpDeviceTypeNamespace" title="UpnpDeviceTypeNamespace" class="">UpnpDeviceTypeNamespace</a>
</li>
<li class="">
<a href="Rssdp.Infrastructure.SsdpConstants.UpnpDeviceTypeRootDevice.html#Rssdp_Infrastructure_SsdpConstants_UpnpDeviceTypeRootDevice" title="UpnpDeviceTypeRootDevice" class="">UpnpDeviceTypeRootDevice</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Rssdp.Infrastructure.SsdpDeviceLocatorBase.html" title="SsdpDeviceLocatorBase" class="">SsdpDeviceLocatorBase</a>
<ul class="nav level3">
<li class="">
<a href="Rssdp.Infrastructure.SsdpDeviceLocatorBase.DeviceAvailable.html#Rssdp_Infrastructure_SsdpDeviceLocatorBase_DeviceAvailable" title="DeviceAvailable" class="">DeviceAvailable</a>
</li>
<li class="">
<a href="Rssdp.Infrastructure.SsdpDeviceLocatorBase.DeviceUnavailable.html#Rssdp_Infrastructure_SsdpDeviceLocatorBase_DeviceUnavailable" title="DeviceUnavailable" class="">DeviceUnavailable</a>
</li>
<li class="">
<a href="Rssdp.Infrastructure.SsdpDeviceLocatorBase.Dispose.html" title="Dispose" class="">Dispose</a>
</li>
<li class="">
<a href="Rssdp.Infrastructure.SsdpDeviceLocatorBase.IsSearching.html" title="IsSearching" class="">IsSearching</a>
</li>
<li class="">
<a href="Rssdp.Infrastructure.SsdpDeviceLocatorBase.NotificationFilter.html" title="NotificationFilter" class="">NotificationFilter</a>
</li>
<li class="">
<a href="Rssdp.Infrastructure.SsdpDeviceLocatorBase.OnDeviceAvailable.html" title="OnDeviceAvailable" class="">OnDeviceAvailable</a>
</li>
<li class="">
<a href="Rssdp.Infrastructure.SsdpDeviceLocatorBase.OnDeviceUnavailable.html" title="OnDeviceUnavailable" class="">OnDeviceUnavailable</a>
</li>
<li class="">
<a href="Rssdp.Infrastructure.SsdpDeviceLocatorBase.SearchAsync.html" title="SearchAsync" class="">SearchAsync</a>
</li>
<li class="">
<a href="Rssdp.Infrastructure.SsdpDeviceLocatorBase.-ctor.html" title="SsdpDeviceLocatorBase" class="">SsdpDeviceLocatorBase</a>
</li>
<li class="">
<a href="Rssdp.Infrastructure.SsdpDeviceLocatorBase.StartListeningForNotifications.html" title="StartListeningForNotifications" class="">StartListeningForNotifications</a>
</li>
<li class="">
<a href="Rssdp.Infrastructure.SsdpDeviceLocatorBase.StopListeningForNotifications.html" title="StopListeningForNotifications" class="">StopListeningForNotifications</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Rssdp.Infrastructure.SsdpDevicePublisherBase.html" title="SsdpDevicePublisherBase" class="">SsdpDevicePublisherBase</a>
<ul class="nav level3">
<li class="">
<a href="Rssdp.Infrastructure.SsdpDevicePublisherBase.AddDevice.html" title="AddDevice" class="">AddDevice</a>
</li>
<li class="">
<a href="Rssdp.Infrastructure.SsdpDevicePublisherBase.Devices.html" title="Devices" class="">Devices</a>
</li>
<li class="">
<a href="Rssdp.Infrastructure.SsdpDevicePublisherBase.Dispose.html" title="Dispose" class="">Dispose</a>
</li>
<li class="">
<a href="Rssdp.Infrastructure.SsdpDevicePublisherBase.Log.html" title="Log" class="">Log</a>
</li>
<li class="">
<a href="Rssdp.Infrastructure.SsdpDevicePublisherBase.NotificationBroadcastInterval.html" title="NotificationBroadcastInterval" class="">NotificationBroadcastInterval</a>
</li>
<li class="">
<a href="Rssdp.Infrastructure.SsdpDevicePublisherBase.RemoveDevice.html" title="RemoveDevice" class="">RemoveDevice</a>
</li>
<li class="">
<a href="Rssdp.Infrastructure.SsdpDevicePublisherBase.-ctor.html" title="SsdpDevicePublisherBase" class="">SsdpDevicePublisherBase</a>
</li>
<li class="">
<a href="Rssdp.Infrastructure.SsdpDevicePublisherBase.StandardsMode.html" title="StandardsMode" class="">StandardsMode</a>
</li>
<li class="">
<a href="Rssdp.Infrastructure.SsdpDevicePublisherBase.SupportPnpRootDevice.html" title="SupportPnpRootDevice" class="">SupportPnpRootDevice</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Rssdp.Infrastructure.UdpEndPoint.html" title="UdpEndPoint" class="">UdpEndPoint</a>
<ul class="nav level3">
<li class="">
<a href="Rssdp.Infrastructure.UdpEndPoint.IPAddress.html" title="IPAddress" class="">IPAddress</a>
</li>
<li class="">
<a href="Rssdp.Infrastructure.UdpEndPoint.Port.html" title="Port" class="">Port</a>
</li>
<li class="">
<a href="Rssdp.Infrastructure.UdpEndPoint.ToString.html" title="ToString" class="">ToString</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Rssdp.Infrastructure.Upnp10DeviceValidator.html" title="Upnp10DeviceValidator" class="">Upnp10DeviceValidator</a>
<ul class="nav level3">
<li class="">
<a href="Rssdp.Infrastructure.Upnp10DeviceValidator.GetValidationErrors.html" title="GetValidationErrors" class="">GetValidationErrors</a>
</li>
<li class="">
<a href="Rssdp.Infrastructure.Upnp10DeviceValidator.ThrowIfDeviceInvalid.html" title="ThrowIfDeviceInvalid" class="">ThrowIfDeviceInvalid</a>
</li>
</ul> </li>
</ul> </li>
</ul> </div>
</div>
</div>
</div>
</div>
<div class="article row grid-right">
<div class="col-md-10">
<article class="content wrap" id="_content" data-uid="Rssdp.Resource.String.ApplicationName">
<h1 id="Rssdp_Resource_String_ApplicationName" data-uid="Rssdp.Resource.String.ApplicationName" class="text-break">Field ApplicationName
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>
<h6><strong>Namespace</strong>: <a class="xref" href="Rssdp.html">Rssdp</a></h6>
<h6><strong>Assembly</strong>: cs.temp.dll.dll</h6>
<h5 id="Rssdp_Resource_String_ApplicationName_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static int ApplicationName</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
</article>
</div>
<div class="hidden-sm col-md-2" role="complementary">
<div class="sideaffix">
<div class="contribution">
<ul class="nav">
</ul>
</div>
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
<!-- <p><a class="back-to-top" href="#top">Back to top</a><p> -->
</nav>
</div>
</div>
</div>
</div>
<footer>
<div class="grad-bottom"></div>
<div class="footer">
<div class="container">
<span class="pull-right">
<a href="#top">Back to top</a>
</span>
Copyright (c) 2017 Troy Willmot
</div>
</div>
</footer>
</div>
<script type="text/javascript" src="../styles/docfx.vendor.js"></script>
<script type="text/javascript" src="../styles/docfx.js"></script>
<script type="text/javascript" src="../styles/main.js"></script>
</body>
</html>
| Yortw/RSSDP | docs/api/Rssdp.Resource.String.ApplicationName.html | HTML | mit | 77,512 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_73) on Tue Jun 20 00:57:42 EDT 2017 -->
<title>Generated Documentation (Untitled)</title>
<script type="text/javascript">
targetPage = "" + window.location.search;
if (targetPage != "" && targetPage != "undefined")
targetPage = targetPage.substring(1);
if (targetPage.indexOf(":") != -1 || (targetPage != "" && !validURL(targetPage)))
targetPage = "undefined";
function validURL(url) {
try {
url = decodeURIComponent(url);
}
catch (error) {
return false;
}
var pos = url.indexOf(".html");
if (pos == -1 || pos != url.length - 5)
return false;
var allowNumber = false;
var allowSep = false;
var seenDot = false;
for (var i = 0; i < url.length - 5; i++) {
var ch = url.charAt(i);
if ('a' <= ch && ch <= 'z' ||
'A' <= ch && ch <= 'Z' ||
ch == '$' ||
ch == '_' ||
ch.charCodeAt(0) > 127) {
allowNumber = true;
allowSep = true;
} else if ('0' <= ch && ch <= '9'
|| ch == '-') {
if (!allowNumber)
return false;
} else if (ch == '/' || ch == '.') {
if (!allowSep)
return false;
allowNumber = false;
allowSep = false;
if (ch == '.')
seenDot = true;
if (ch == '/' && seenDot)
return false;
} else {
return false;
}
}
return true;
}
function loadFrames() {
if (targetPage != "" && targetPage != "undefined")
top.classFrame.location = top.targetPage;
}
</script>
</head>
<frameset cols="20%,80%" title="Documentation frame" onload="top.loadFrames()">
<frameset rows="30%,70%" title="Left frames" onload="top.loadFrames()">
<frame src="overview-frame.html" name="packageListFrame" title="All Packages">
<frame src="allclasses-frame.html" name="packageFrame" title="All classes and interfaces (except non-static nested types)">
</frameset>
<frame src="overview-summary.html" name="classFrame" title="Package, class and interface descriptions" scrolling="yes">
<noframes>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<h2>Frame Alert</h2>
<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="overview-summary.html">Non-frame version</a>.</p>
</noframes>
</frameset>
</html>
| ConradWeiser/Unofficial-Robinhood-Api | docs/index.html | HTML | mit | 2,863 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Coq bench</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../../..">Unstable</a></li>
<li><a href=".">8.4pl4 / contrib:hardware dev</a></li>
<li class="active"><a href="">2015-01-06 22:16:02</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="../../../../../about.html">About</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href=".">« Up</a>
<h1>
contrib:hardware
<small>
dev
<span class="label label-info">Not compatible with this Coq</span>
</small>
</h1>
<p><em><script>document.write(moment("2015-01-06 22:16:02 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2015-01-06 22:16:02 UTC)</em><p>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>ruby lint.rb unstable ../unstable/packages/coq:contrib:hardware/coq:contrib:hardware.dev</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
<dt>Output</dt>
<dd><pre>The package is valid.
</pre></dd>
</dl>
<h2>Dry install</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --dry-run coq:contrib:hardware.dev coq.8.4pl4</code></dd>
<dt>Return code</dt>
<dd>768</dd>
<dt>Duration</dt>
<dd>0 s</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.4pl4).
The following dependencies couldn't be met:
- coq:contrib:hardware -> coq >= dev
Your request can't be satisfied:
- Conflicting version constraints for coq
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq, to test if the problem was incompatibility with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --dry-run coq:contrib:hardware.dev</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>3 s</dd>
<dt>Output</dt>
<dd><pre>The following actions will be performed:
- remove coq.8.4pl4
=== 1 to remove ===
=-=- Removing Packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Removing coq.8.4pl4.
[WARNING] Directory /home/bench/.opam/system/lib/coq is not empty, not removing
[WARNING] Directory /home/bench/.opam/system/share/coq is not empty, not removing
The following actions will be performed:
- install coq.hott [required by coq:contrib:hardware]
- install coq:contrib:hardware.dev
=== 2 to install ===
=-=- Synchronizing package archives -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
=-=- Installing packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Building coq.hott:
./configure -configdir /home/bench/.opam/system/lib/coq/config -mandir /home/bench/.opam/system/man -docdir /home/bench/.opam/system/doc -prefix /home/bench/.opam/system -usecamlp5 -camlp5dir /home/bench/.opam/system/lib/camlp5 -coqide no
make -j4
make install
Installing coq.hott.
Building coq:contrib:hardware.dev:
coq_makefile -f Make -o Makefile
make -j4
make install
Installing coq:contrib:hardware.dev.
</pre></dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
<small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small>
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html> | coq-bench/coq-bench.github.io-old | clean/Linux-x86_64-4.01.0-1.2.0/unstable/8.4pl4/contrib:hardware/dev/2015-01-06_22-16-02.html | HTML | mit | 6,918 |
<div class="navbar">
<div class="navbar-inner">
<div class="left sliding"><a href="index.html" class="back link"><i class="icon icon-back"></i><span>Back</span></a></div>
<div class="center sliding">Pesca Deportiva en México</div>
<div class="right"><a href="#" class="open-panel link icon-only"><i class="icon icon-bars"></i></a></div>
</div>
</div>
<div class="pages navbar-through">
<div data-page="about" class="page">
<div class="page-content">
<div class="content-block-title">Vámos de pesca</div>
<div class="content-block">
<div class="content-block-inner">
<p>¡Prepara tu jornada!</p>
<p style="text-align: justify;">Aquí encontrarás la información necesaria para disfrutar de la pesca deportiva en México.</p>
<p style="text-align: justify;"><style type="text/css"></style>
</p><div style="background-image:url()" class="accordions-container accordions-flat" id="accordions-60"><ul class="responsive-accordion responsive-accordion-default"><li><div class="responsive-accordion-head">Planifica tu pesca<i class="responsive-accordion-icons responsive-accordion-plus arrow-thin"></i><i class="responsive-accordion-icons responsive-accordion-minus arrow-thin"></i></div><div class="responsive-accordion-panel" style="font-size:14px;color:#666666">Conoce los aspectos más relevantes que debes conocer para realizar tu itinerario de pesca:
<div class="planifica-pesca">
<a target="_blank" onclick="var ref = window.open('http://www.atlasturistico.beta.sectur.gob.mx/AtlasTuristico/bienvenido.do', '_system', 'location=no');" id="external-link">
<img src="img/logos_vamonos_pesca-01.png">
</a>
<a target="_blank" onclick="var ref = window.open('http://smn.cna.gob.mx/', '_system', 'location=no');" id="external-link">
<img src="img/logos_vamonos_pesca-02.png">
</a>
<a target="_blank" onclick="var ref = window.open('http://www.visitmexico.com/es', '_system', 'location=no');" id="external-link">
<img src="img/logos_vamonos_pesca-03.png">
</a>
</div></div></li><li><div class="responsive-accordion-head">Torneos de Pesca<i class="responsive-accordion-icons responsive-accordion-plus arrow-thin"></i><i class="responsive-accordion-icons responsive-accordion-minus arrow-thin"></i></div><div class="responsive-accordion-panel" style="font-size:14px;color:#666666">Conoce los principales torneos de pesca deportiva que se llevan a cabo en México ¡No te quedes fuera!
<a target="_blank" onclick="var ref = window.open('http://pescadeportiva.conapesca.sagarpa.gob.mx:82/wb/pesca/pd_torneos_buscador', '_system', 'location=no');" id="external-link">
<img src="img/torneo.png" style="display:block; margin: 0 auto;">
</a>
<p>Te presentamos el calendario de torneos de pesca deportiva 2015 en el estado de Baja California:</p>
<img src="img/tabla-eventos.jpg" class="image-full">
<p>Si requieres más información, visita la página web Pesca La Baja:</p>
<a target="_blank" onclick="var ref = window.open('http://www.pescalabaja.com/', '_system', 'location=no');" id="external-link">http://www.pescalabaja.com/</a></div></li></ul></div>
</div>
</div>
</div>
</div> | alfre04/Sectur-app | vamos-de-pesca.html | HTML | mit | 3,398 |
<div class="form-group schema-form-radiobuttons {{::form.htmlClass}}"
ng-class="{'has-error': hasError(), 'has-success': hasSuccess()}" sf-layout sf-messages>
<div>
<label class="control-label" ng-show="showTitle()">{{form.title}}</label>
</div>
<section layout="row" layout-sm="column" layout-align="center center">
<md-input-container ng-repeat="item in form.titleMap">
<md-button type="button"
class="group md-raised"
sf-field-model="replaceAll"
ng-model="$$value$$"
sf-changed="form"
class="radio {{::form.fieldHtmlClass}}"
ng-class="{'md-primary': ($$value$$ == item.value)}"
ng-disabled="form.readonly"
ng-model-options="form.ngModelOptions"
schema-validate="form"
ng-value="item.value"
ng-click="$$value$$ = item.value"
name="{{form.key.join('.')}}">
<span ng-bind-html="item.name"></span>
</md-button>
</md-input-container>
</section>
</div>
| json-schema-form/angular-schema-form-material | src/material/radio-buttons.html | HTML | mit | 1,099 |
<!DOCTYPE HTML>
<html>
<head>
<base href="/">
<title>CRM</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" type="text/css" media="all" href="styles/skin.min.css"/>
</head>
<body>
<app>
<div class="in modal-backdrop spinner-overlay"></div>
<div class="spinner-message-container" aria-live="assertive" aria-atomic="true">
<div class="spinner-message">Loading Application...</div>
</div>
</app>
<script src="core/core.min.js"></script>
<script src="system.init.js"></script>
</body>
</html> | hguerrerojaime/bong2 | server/index.html | HTML | mit | 621 |
<html><body>
<h4>Windows 10 x64 (18362.86)</h4><br>
<h2>_KERNEL_STACK_LIMITS</h2>
<font face="arial"> BugcheckStackLimits = 0n0<br>
DPCStackLimits = 0n1<br>
ExpandedStackLimits = 0n2<br>
NormalStackLimits = 0n3<br>
Win32kStackLimits = 0n4<br>
SwapBusyStackLimits = 0n5<br>
IsrStackLimits = 0n6<br>
DebuggerStackLimits = 0n7<br>
NmiStackLimits = 0n8<br>
MachineCheckStackLimits = 0n9<br>
ExceptionStackLimits = 0n10<br>
MaximumStackLimits = 0n11<br>
</font></body></html> | epikcraw/ggool | public/Windows 10 x64 (18362.86)/_KERNEL_STACK_LIMITS.html | HTML | mit | 505 |
<!--
@license
Copyright (c) 2016 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
Code distributed by Google as part of the polymer project is also
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
-->
<link rel="import" href="/bower_components/paper-styles/color.html">
<link rel="import" href="/bower_components/font-roboto/roboto.html">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto+Slab:400,700">
<link rel="import" href="/bower_components/iron-flex-layout/iron-flex-layout.html">
<dom-module id="note-app-shared-styles">
<template>
<style>
:host {
display: block;
background-color: var(--paper-grey-900);
height: 100vh;
@apply(--paper-font-common-base);
--paper-fab-background: var(--paper-light-blue-800);
}
.notes {
position: relative;
box-sizing: border-box;
padding: 1em;
max-height: calc(100vh - 46px);
overflow: auto;
}
na-note {
margin-bottom: 1em;
}
paper-fab {
position: absolute;
bottom: 1em;
right: 1em;
}
@media (min-width: 640px) {
na-note {
max-width: 320px;
margin: 0 0.5em 1em;
}
.notes {
@apply(--layout-horizontal);
@apply(--layout-wrap);
justify-content: center;
align-content: space-around;
}
}
</style>
</template>
</dom-module>
| matiaspunx/devrock-notes | public/bower_components/note-app/common/note-app/shared-styles.html | HTML | mit | 1,780 |
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<div class="panel panel-info">
<div class="panel-heading">
<h3 class="panel-title">Service Client : assistance ou urgence</h3>
</div>
<div class="panel-body">
<div class="row">
<div class="col-xs-12">Du lundi au vendredi, de 8h30 à 18h30 (CET)</div>
</div>
<div class="row">
<div class="col-xs-12 red-text">+33 (0)1 23 34 56 78</div>
</div>
</div>
</div>
<h1>Réservation de visioconférence</h1>
<div class="alert alert-danger" ng-show="fail">
Merci de compléter le formulaire ci-dessus conformément aux erreurs signalées dans celui-ci.
</div>
<div class="alert alert-success" ng-show="success">
Le formulaire a été envoyé avec succès. Vous allez recevoir un courriel de confirmation dans quelques instants.
</div>
<form name="form" class="form-horizontal" novalidate>
<h2>Informations</h2>
<div class="form-group">
<label for="meeting-date" class="col-md-3 control-label">Date de réunion</label>
<div class="col-md-9">
<datepicker class="input-group date" ng-model="booking.date" />
</div>
</div>
<div class="form-group" ng-class="{ 'has-error' : (form.theme.$invalid && !form.theme.$pristine) || (form.theme.$invalid && form.$submitted) }">
<label for="theme" class="col-md-3 control-label">Thème de la réunion</label>
<div class="col-md-9">
<input class="form-control" name="theme" id="theme" type="text" placeholder="Thème de la réunion" ng-model="booking.theme" required="" />
<p ng-show="(form.theme.$invalid && !form.theme.$pristine) || (form.theme.$invalid && form.$submitted)" class="help-block">
Le thème doit être renseigné !
</p>
</div>
</div>
<div class="form-group">
<label for="focus-starttime" class="col-md-3 control-label">Heure de début</label>
<div class="col-md-9">
<timepicker class="input-group date" ng-model="booking.starttime" idfocus="focus-starttime" />
</div>
</div>
<div class="form-group">
<label for="focus-endtime" class="col-md-3 control-label">Heure de fin</label>
<div class="col-md-9">
<timepicker class="input-group date" ng-model="booking.endtime" hours="11" minutes="00" idfocus="focus-endtime" />
</div>
</div>
<div class="alert alert-danger buffer-top" ng-hide="hoursCheck">
L'horaire de fin doit être supérieur à l'horaire de début.
</div>
<div class="form-group" ng-class="{ 'has-error' : (form.email.$invalid && !form.email.$pristine) || (form.email.$invalid && form.$submitted) }">
<label for="email" class="col-md-3 control-label">Courriel</label>
<div class="col-md-9">
<input class="form-control" name="email" id="email" type="email" placeholder="Courriel du demandeur" ng-model="booking.email" required="" />
<p ng-show="(form.email.$invalid && !form.email.$pristine) || (form.email.$invalid && form.$submitted)" class="help-block">
Le courriel est incorrect !
</p>
</div>
</div>
<div class="form-group" ng-class="{ 'has-error' : (form.phone.$invalid && !form.phone.$pristine) || (form.phone.$invalid && form.$submitted) }">
<label for="phone" class="col-md-3 control-label">Téléphone</label>
<div class="col-md-9">
<input class="form-control" name="phone" id="phone" type="text" placeholder="Téléphone du demandeur" ng-model="booking.phone" required="" />
<p ng-show="(form.phone.$invalid && !form.phone.$pristine) || (form.phone.$invalid && form.$submitted)" class="help-block">
Le numéro de téléphone est incorrect !
</p>
</div>
</div>
<div class="form-group">
<label for="focus-comments" class="col-md-3 control-label">Commentaires</label>
<div class="col-md-9">
<textarea class="form-control" placeholder="Commentaires" rows="5" ng-model="booking.comments" id="focus-comments"></textarea>
</div>
</div>
<h2>Site Hachette Livre</h2>
<div class="alert alert-danger" ng-show="roomCheck">
Possiblités :
<ul>
<li>sélection d'une salle interne et saisie d'une salle externe au minimum</li>
<li>sélection de 2 salles internes au minimum</li>
<li>saisie de 2 salles externes au minimum</li>
</ul>
</div>
<div class="row">
<div class="col-md-6">
<div class="panel panel-primary">
<div class="panel-heading">
<h3 class="panel-title">Vanves</h3>
</div>
<div class="panel-body">
<div class="checkbox">
<label>
<input type="checkbox" ng-model="booking.internal[0].isChecked">
FR · Vanves · A. Dumas1
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox" ng-model="booking.internal[1].isChecked">
FR · Vanves · A. Joanne
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox" ng-model="booking.internal[2].isChecked">
FR · Vanves · Bredif
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox" ng-model="booking.internal[3].isChecked">
FR · Vanves · C. de Segur
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox" ng-model="booking.internal[4].isChecked">
FR · Vanves · E. Reclus
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox" ng-model="booking.internal[5].isChecked">
FR · Vanves · J.L. Lagardère
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox" ng-model="booking.internal[6].isChecked">
FR · Vanves · J. Michelet
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox" ng-model="booking.internal[7].isChecked">
FR · Vanves · J. Verne
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox" ng-model="booking.internal[8].isChecked">
FR · Vanves · V. Hugo
</label>
</div>
</div>
</div>
</div>
<div class="col-md-6">
<div class="panel panel-primary">
<div class="panel-heading">
<h3 class="panel-title">Vélizy</h3>
</div>
<div class="panel-body">
<div class="checkbox">
<label>
<input type="checkbox" ng-model="booking.internal[9].isChecked">
FR · Vélizy · A. Turing
</label>
</div>
</div>
</div>
<div class="panel panel-primary">
<div class="panel-heading">
<h3 class="panel-title">Malakoff</h3>
</div>
<div class="panel-body">
<div class="checkbox">
<label>
<input type="checkbox" ng-model="booking.internal[10].isChecked">
FR · Malakoff · Avenir
</label>
</div>
</div>
</div>
<div class="panel panel-primary">
<div class="panel-heading">
<h3 class="panel-title">Maurepas</h3>
</div>
<div class="panel-body">
<div class="checkbox">
<label>
<input type="checkbox" ng-model="booking.internal[11].isChecked">
FR · Maurepas · B. Pascal
</label>
</div>
</div>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">Options</h3>
</div>
<div class="panel-body">
<div class="row">
<div class="col-md-6">
<div class="checkbox">
<label>
<input type="checkbox" ng-model="booking.assistance">
Service d'assistance (160 €/heure)
</label>
</div>
</div>
<div class="col-md-6">
<div class="checkbox">
<label>
<input type="checkbox" ng-model="booking.audio">
Accès audio
</label>
</div>
</div>
</div>
</div>
</div>
<h2>Autre site de visioconférence</h2>
<div class="alert alert-danger" ng-show="roomCheck">
Possiblités :
<ul>
<li>sélection d'une salle interne et saisie d'une salle externe au minimum</li>
<li>sélection de 2 salles internes au minimum</li>
<li>saisie de 2 salles externes au minimum</li>
</ul>
</div>
<div class="table-responsive">
<table class="table table-striped">
<thead>
<tr>
<th>Nom du site / salle / pays</th>
<th>Num. ISDN / débit ou adr. IP</th>
<th>Contact technique et numéro de téléphone pour les tests</th>
<th ng-show="booking.external.length !== 1"></th>
</tr>
</thead>
<tbody>
<tr ng-repeat="item in booking.external">
<td>
<input class="form-control" type="text" ng-model="item.name" name="" placeholder="Nom" />
</td>
<td><input class="form-control" type="text" ng-model="item.number" placeholder="Numéro" /></td>
<td><input class="form-control" type="text" ng-model="item.contact" placeholder="Contact" /></td>
<td ng-show="booking.external.length !== 1">
<a class="btn btn-default btn-sm" ng-click="removeExternalRoom($index)">
<span class="glyphicon glyphicon-remove"></span>
</a>
</td>
</tr>
</tbody>
</table>
</div>
<div class="form-group">
<div class="col-md-9 col-md-offset-3">
<button type="button" class="btn btn-default" ng-click="addExternalRoom()">
<span class="glyphicon glyphicon-plus"></span>
Ajouter une salle externe
</button>
</div>
</div>
<div class="form-group" ng-class="{ 'has-error' : booking.representError }">
<label for="represent" class="col-md-3 control-label">Interlocuteur</label>
<div class="col-md-9">
<input class="form-control" name="represent" id="represent" type="text" placeholder="Interlocuteur" ng-model="booking.represent" />
<p ng-show="booking.representError" class="help-block">
L'interlocuteur est incorrect !
</p>
</div>
</div>
<div class="form-group buffer-bottom" ng-class="{ 'has-error' : booking.addressError }">
<label for="address" class="col-md-3 control-label">Adresse</label>
<div class="col-md-9">
<input class="form-control" name="address" id="address" type="text" placeholder="Adresse" ng-model="booking.address" />
<p ng-show="booking.addressError" class="help-block">
L'adresse est incorrecte !
</p>
</div>
</div>
<div class="form-group">
<div class="col-md-9 col-md-offset-3">
<button type="submit" class="btn btn-primary" ng-click="update()">
<span class="glyphicon glyphicon-send"></span>
Soumettre
</button>
</div>
</div>
</form>
<div class="alert alert-danger" ng-show="fail">
Merci de compléter le formulaire ci-dessus conformément aux erreurs signalées dans celui-ci.
</div>
<div class="alert alert-success" ng-show="success">
Le formulaire a été envoyé avec succès. Vous allez recevoir un courriel de confirmation dans quelques instants.
</div>
<!-- <pre>send = {{booking | json}}</pre> -->
</div>
</div> | yve5/visio | app/html/home.html | HTML | mit | 13,451 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>persistent-union-find: Not compatible</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.10.2 / persistent-union-find - 8.7.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
persistent-union-find
<small>
8.7.0
<span class="label label-info">Not compatible</span>
</small>
</h1>
<p><em><script>document.write(moment("2020-07-11 07:20:54 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-07-11 07:20:54 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-num base Num library distributed with the OCaml compiler
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
conf-m4 1 Virtual package relying on m4
coq 8.10.2 Formal proof management system
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.05.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.05.0 Official 4.05.0 release
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.8.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/persistent-union-find"
license: "Unknown"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/PersistentUnionFind"]
depends: [
"ocaml"
"coq" {>= "8.7" & < "8.8~"}
]
tags: [ "keyword: program verification" "keyword: union-find" "keyword: data structures" "keyword: Tarjan" "category: Computer Science/Decision Procedures and Certified Algorithms/Correctness proofs of algorithms" ]
authors: [ "Jean-Christophe Filliâtre" ]
bug-reports: "https://github.com/coq-contribs/persistent-union-find/issues"
dev-repo: "git+https://github.com/coq-contribs/persistent-union-find.git"
synopsis: "Persistent Union Find"
description: """
http://www.lri.fr/~filliatr/puf/
Correctness proof of the Ocaml implementation of a persistent union-find
data structure. See http://www.lri.fr/~filliatr/puf/ for more details."""
flags: light-uninstall
url {
src:
"https://github.com/coq-contribs/persistent-union-find/archive/v8.7.0.tar.gz"
checksum: "md5=b4f632ee838ebdb0ba7b5026bd1a9dde"
}
</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-persistent-union-find.8.7.0 coq.8.10.2</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.10.2).
The following dependencies couldn't be met:
- coq-persistent-union-find -> coq < 8.8~ -> ocaml < 4.03.0
base of this switch (use `--unlock-base' to force)
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-persistent-union-find.8.7.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
<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.10.2/persistent-union-find/8.7.0.html | HTML | mit | 7,247 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Code Coverage for D:\appli\wamp\www\centrale_referencement\src/BackendBundle/Tests/Controller</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="../../../css/bootstrap.min.css" rel="stylesheet">
<link href="../../../css/style.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="../../../js/html5shiv.min.js"></script>
<script src="../../../js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<header>
<div class="container">
<div class="row">
<div class="col-md-12">
<ol class="breadcrumb">
<li><a href="../../../index.html">D:\appli\wamp\www\centrale_referencement\src</a></li>
<li><a href="../../index.html">BackendBundle</a></li>
<li><a href="../index.html">Tests</a></li>
<li class="active">Controller</li>
<li>(<a href="dashboard.html">Dashboard</a>)</li>
</ol>
</div>
</div>
</div>
</header>
<div class="container">
<table class="table table-bordered">
<thead>
<tr>
<td> </td>
<td colspan="9"><div align="center"><strong>Code Coverage</strong></div></td>
</tr>
<tr>
<td> </td>
<td colspan="3"><div align="center"><strong>Lines</strong></div></td>
<td colspan="3"><div align="center"><strong>Functions and Methods</strong></div></td>
<td colspan="3"><div align="center"><strong>Classes and Traits</strong></div></td>
</tr>
</thead>
<tbody>
<tr>
<td class="">Total</td>
<td class=" big"></td>
<td class=" small"><div align="right">n/a</div></td>
<td class=" small"><div align="right">0 / 0</div></td>
<td class=" big"></td>
<td class=" small"><div align="right">n/a</div></td>
<td class=" small"><div align="right">0 / 0</div></td>
<td class=" big"></td>
<td class=" small"><div align="right">n/a</div></td>
<td class=" small"><div align="right">0 / 0</div></td>
</tr>
<tr>
<td class=""><span class="glyphicon glyphicon-file"></span> <a href="ArticleControllerTest.php.html">ArticleControllerTest.php</a></td>
<td class=" big"></td>
<td class=" small"><div align="right">n/a</div></td>
<td class=" small"><div align="right">0 / 0</div></td>
<td class=" big"></td>
<td class=" small"><div align="right">n/a</div></td>
<td class=" small"><div align="right">0 / 0</div></td>
<td class=" big"></td>
<td class=" small"><div align="right">n/a</div></td>
<td class=" small"><div align="right">0 / 0</div></td>
</tr>
<tr>
<td class=""><span class="glyphicon glyphicon-file"></span> <a href="ContratControllerTest.php.html">ContratControllerTest.php</a></td>
<td class=" big"></td>
<td class=" small"><div align="right">n/a</div></td>
<td class=" small"><div align="right">0 / 0</div></td>
<td class=" big"></td>
<td class=" small"><div align="right">n/a</div></td>
<td class=" small"><div align="right">0 / 0</div></td>
<td class=" big"></td>
<td class=" small"><div align="right">n/a</div></td>
<td class=" small"><div align="right">0 / 0</div></td>
</tr>
<tr>
<td class=""><span class="glyphicon glyphicon-file"></span> <a href="ProductControllerTest.php.html">ProductControllerTest.php</a></td>
<td class=" big"></td>
<td class=" small"><div align="right">n/a</div></td>
<td class=" small"><div align="right">0 / 0</div></td>
<td class=" big"></td>
<td class=" small"><div align="right">n/a</div></td>
<td class=" small"><div align="right">0 / 0</div></td>
<td class=" big"></td>
<td class=" small"><div align="right">n/a</div></td>
<td class=" small"><div align="right">0 / 0</div></td>
</tr>
</tbody>
</table>
<footer>
<hr/>
<h4>Legend</h4>
<p>
<span class="danger"><strong>Low</strong>: 0% to 50%</span>
<span class="warning"><strong>Medium</strong>: 50% to 90%</span>
<span class="success"><strong>High</strong>: 90% to 100%</span>
</p>
<p>
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 5.0.0</a> using <a href="https://secure.php.net/" target="_top">PHP 7.0.4</a> with <a href="https://xdebug.org/">Xdebug 2.4.0</a> and <a href="https://phpunit.de/">PHPUnit 6.0.5</a> at Tue Feb 7 8:45:37 UTC 2017.</small>
</p>
</footer>
</div>
<script src="../../../js/jquery.min.js" type="text/javascript"></script>
<script src="../../../js/bootstrap.min.js" type="text/javascript"></script>
<script src="../../../js/holder.min.js" type="text/javascript"></script>
</body>
</html>
| ViraxDev/centrale_referencement | coverage/BackendBundle/Tests/Controller/index.html | HTML | mit | 4,915 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>aac-tactics: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.11.1 / aac-tactics - 8.14.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
aac-tactics
<small>
8.14.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-02-26 16:52:27 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-26 16:52:27 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
coq 8.11.1 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.10.2 The OCaml compiler (virtual package)
ocaml-base-compiler 4.10.2 Official release 4.10.2
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.3 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "palmskog@gmail.com"
homepage: "https://github.com/coq-community/aac-tactics"
dev-repo: "git+https://github.com/coq-community/aac-tactics.git"
bug-reports: "https://github.com/coq-community/aac-tactics/issues"
license: "LGPL-3.0-or-later"
synopsis: "Coq plugin providing tactics for rewriting universally quantified equations, modulo associative (and possibly commutative) operators"
description: """
This Coq plugin provides tactics for rewriting universally quantified
equations, modulo associativity and commutativity of some operator.
The tactics can be applied for custom operators by registering the
operators and their properties as type class instances. Many common
operator instances, such as for Z binary arithmetic and booleans, are
provided with the plugin."""
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
"ocaml" {>= "4.05.0"}
"coq" {>= "8.14" & < "8.15~"}
]
tags: [
"category:Miscellaneous/Coq Extensions"
"category:Computer Science/Decision Procedures and Certified Algorithms/Decision procedures"
"keyword:reflexive tactic"
"keyword:rewriting"
"keyword:rewriting modulo associativity and commutativity"
"keyword:rewriting modulo ac"
"keyword:decision procedure"
"logpath:AAC_tactics"
"date:2021-09-22"
]
authors: [
"Thomas Braibant"
"Damien Pous"
"Fabian Kunze"
]
url {
src: "https://github.com/coq-community/aac-tactics/archive/v8.14.0.tar.gz"
checksum: "sha512=679e0952d593e5c020159cfd78bd2c30927e35f3fcf33363caffac0fdfe3c8d69e07a3c2ad2bc0cd4e2a29a72619a1055c482f4240bbc3aabfacab8c6ca9d39f"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-aac-tactics.8.14.0 coq.8.11.1</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.11.1).
The following dependencies couldn't be met:
- coq-aac-tactics -> coq >= 8.14
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-aac-tactics.8.14.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.10.2-2.0.6/released/8.11.1/aac-tactics/8.14.0.html | HTML | mit | 7,505 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>search-trees: 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 / search-trees - 8.8.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
search-trees
<small>
8.8.0
<span class="label label-info">Not compatible</span>
</small>
</h1>
<p><em><script>document.write(moment("2021-11-01 16:42:58 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-01 16:42:58 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
conf-gmp 3 Virtual package relying on a GMP lib system installation
coq 8.14.0 Formal proof management system
dune 2.9.1 Fast, portable, and opinionated build system
ocaml 4.12.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.12.0 Official release 4.12.0
ocaml-config 2 OCaml Switch Configuration
ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled
ocamlfind 1.9.1 A library manager for OCaml
zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/search-trees"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/SearchTrees"]
depends: [
"ocaml"
"coq" {>= "8.8" & < "8.9~"}
]
tags: [ "keyword: binary search trees" "category: Computer Science/Data Types and Data Structures" "category: Miscellaneous/Extracted Programs/Data structures" ]
authors: [ "Pierre Castéran" ]
bug-reports: "https://github.com/coq-contribs/search-trees/issues"
dev-repo: "git+https://github.com/coq-contribs/search-trees.git"
synopsis: "Binary Search Trees"
description:
"Algorithms for collecting, searching, inserting and deleting elements in binary search trees on nat"
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/search-trees/archive/v8.8.0.tar.gz"
checksum: "md5=e0b11faca3792d147323b65fd5164605"
}
</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-search-trees.8.8.0 coq.8.14.0</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.14.0).
The following dependencies couldn't be met:
- coq-search-trees -> coq < 8.9~ -> ocaml < 4.10
base of this switch (use `--unlock-base' to force)
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-search-trees.8.8.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
<small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small>
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.12.0-2.0.8/released/8.14.0/search-trees/8.8.0.html | HTML | mit | 7,016 |
<!DOCTYPE html>
<html xmlns:msxsl="urn:schemas-microsoft-com:xslt">
<head>
<meta content="en-us" http-equiv="Content-Language" />
<meta content="text/html; charset=utf-16" http-equiv="Content-Type" />
<title _locid="PortabilityAnalysis0">.NET Portability Report</title>
<style>
/* Body style, for the entire document */
body {
background: #F3F3F4;
color: #1E1E1F;
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
padding: 0;
margin: 0;
}
/* Header1 style, used for the main title */
h1 {
padding: 10px 0px 10px 10px;
font-size: 21pt;
background-color: #E2E2E2;
border-bottom: 1px #C1C1C2 solid;
color: #201F20;
margin: 0;
font-weight: normal;
}
/* Header2 style, used for "Overview" and other sections */
h2 {
font-size: 18pt;
font-weight: normal;
padding: 15px 0 5px 0;
margin: 0;
}
/* Header3 style, used for sub-sections, such as project name */
h3 {
font-weight: normal;
font-size: 15pt;
margin: 0;
padding: 15px 0 5px 0;
background-color: transparent;
}
h4 {
font-weight: normal;
font-size: 12pt;
margin: 0;
padding: 0 0 0 0;
background-color: transparent;
}
/* Color all hyperlinks one color */
a {
color: #1382CE;
}
/* Paragraph text (for longer informational messages) */
p {
font-size: 10pt;
}
/* Table styles */
table {
border-spacing: 0 0;
border-collapse: collapse;
font-size: 10pt;
}
table th {
background: #E7E7E8;
text-align: left;
text-decoration: none;
font-weight: normal;
padding: 3px 6px 3px 6px;
}
table td {
vertical-align: top;
padding: 3px 6px 5px 5px;
margin: 0px;
border: 1px solid #E7E7E8;
background: #F7F7F8;
}
.NoBreakingChanges {
color: darkgreen;
font-weight:bold;
}
.FewBreakingChanges {
color: orange;
font-weight:bold;
}
.ManyBreakingChanges {
color: red;
font-weight:bold;
}
.BreakDetails {
margin-left: 30px;
}
.CompatMessage {
font-style: italic;
font-size: 10pt;
}
.GoodMessage {
color: darkgreen;
}
/* Local link is a style for hyperlinks that link to file:/// content, there are lots so color them as 'normal' text until the user mouse overs */
.localLink {
color: #1E1E1F;
background: #EEEEED;
text-decoration: none;
}
.localLink:hover {
color: #1382CE;
background: #FFFF99;
text-decoration: none;
}
/* Center text, used in the over views cells that contain message level counts */
.textCentered {
text-align: center;
}
/* The message cells in message tables should take up all avaliable space */
.messageCell {
width: 100%;
}
/* Padding around the content after the h1 */
#content {
padding: 0px 12px 12px 12px;
}
/* The overview table expands to width, with a max width of 97% */
#overview table {
width: auto;
max-width: 75%;
}
/* The messages tables are always 97% width */
#messages table {
width: 97%;
}
/* All Icons */
.IconSuccessEncoded, .IconInfoEncoded, .IconWarningEncoded, .IconErrorEncoded {
min-width: 18px;
min-height: 18px;
background-repeat: no-repeat;
background-position: center;
}
/* Success icon encoded */
.IconSuccessEncoded {
/* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
/* [---XsltValidateInternal-Base64EncodedImage:IconSuccess#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABPElEQVR4Xp1Tv0vDUBi8FqeA4NpBcBLcWnQSApncOnTo4FSnjP0DsnXpH5CxiwbHDg4Zuj4oOEXiJgiC4FDcCkLWmIMc1Pfw+eMgQ77v3Xf3Pe51YKGqqisAEwCR1TIAsiAIblSo6xrdHeJR85Xle3mdmCQKb0PsfqyxxzM8K15HZADl/H5+sHpZwYfxyRjTs+kWwKBx8yoHd2mRiuzF8mkJniWH/13u3Fjrs/EdhsdDFHGB/DLXEJBDLh1MWPAhPo1BLB4WX5yQywHR+m3tVe/t97D52CB/ziG0nIgD/qDuYg8WuCcVZ2YGwlJ3YDugkpR/VNcAEx6GEKhERSr71FuO4YCM4XBdwKvecjIlkSnsO0Hyp/GxSeJAdzBKzpOtnPwyyiPdAZhpZptT04tU+zk7s8czeges//s5C5+CwqrR4/gw+AAAAABJRU5ErkJggg==);
}
/* Information icon encoded */
.IconInfoEncoded {
/* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
/* [---XsltValidateInternal-Base64EncodedImage:IconInformation#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABHElEQVR4Xs2TsUoDQRRF7wwoziokjZUKadInhdhukR9YP8DMX1hYW+QvdsXa/QHBbcXC7W0CamWTQnclFutceIQJwwaWNLlwm5k5d94M76mmaeCrrmsLYOocY12FcxZFUeozCqKqqgYA8uevv1H6VuPxcwlfk5N92KHBxfFeCSAxxswlYAW/Xr989x/mv9gkhtyMDhcAxgzRsp7flj8B/HF1RsMXq+NZMkopaHe7lbKxQUEIGbKsYNoGn969060hZBkQex/W8oRQwsQaW2o3Ago2SVcJUzAgY3N0lTCZZm+zPS8HB51gMmS1DEYyOz9acKO1D8JWTlafKIMxdhvlfdyT94Vv5h7P8Ky7nQzACmhvKq3zk3PjW9asz9D/1oigecsioooAAAAASUVORK5CYII=);
}
/* Warning icon encoded */
.IconWarningEncoded {
/* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
/* [---XsltValidateInternal-Base64EncodedImage:IconWarning#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAx0lEQVR4XpWSMQ7CMAxFf4xAyBMLCxMrO8dhaBcuwdCJS3RJBw7SA/QGTCxdWJgiQYWKXJWKIXHIlyw5lqr34tQgEOdcBsCOx5yZK3hCCKdYXneQkh4pEfqzLfu+wVDSyyzFoJjfz9NB+pAF+eizx2Vruts0k15mPgvS6GYvpVtQhB61IB/dk6AF6fS4Ben0uIX5odtFe8Q/eW1KvFeH4e8khT6+gm5B+t3juyDt7n0jpe+CANTd+oTUjN/U3yVaABnSUjFz/gFq44JaVSCXeQAAAABJRU5ErkJggg==);
}
/* Error icon encoded */
.IconErrorEncoded {
/* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
/* [---XsltValidateInternal-Base64EncodedImage:IconError#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABQElEQVR4XqWTvUoEQRCE6wYPZUA80AfwAQz23uCMjA7MDRQEIzPBVEyNTQUFIw00vcQTTMzuAh/AxEQQT8HF/3G/oGGnEUGuoNnd6qoZuqltyKEsyzVJq5I6rnUp6SjGeGhESikzzlc1eL7opfuVbrqbU1Zw9NCgtQMaZpY0eNnaaL2fHusvTK5vKu7sjSS1Y4y3QUA6K3e3Mau5UFDyMP7tYF9o8cAHZv68vipoIJg971PZIZ5HiwdvYGGvFVFHmGmZ2MxwmQYPXubPl9Up0tfoMQGetXd6mRbvhBw+boZ6WF7Mbv1+GsHRk0fQmPAH1GfmZirbCfDJ61tw3Px8/8pZsPAG4jlVhcPgZ7adwNWBB68lkRQWFiTgFlbnLY3DGGM7izIJIyT/jjIvEJw6fdJTc6krDzh6aMwMP9bvDH4ADSsa9uSWVJkAAAAASUVORK5CYII=);
}
</style>
</head>
<body>
<h1 _locid="PortabilityReport">.NET Portability Report</h1>
<div id="content">
<div id="submissionId" style="font-size:8pt;">
<p>
<i>
Submission Id
75470a43-e324-44df-88d6-fcb6fb6500b5
</i>
</p>
</div>
<h2 _locid="SummaryTitle">
<a name="Portability Summary"></a>Portability Summary
</h2>
<div id="summary">
<table>
<tbody>
<tr>
<th>Assembly</th>
<th>ASP.NET 5,Version=v1.0</th>
<th>Windows,Version=v8.1</th>
<th>.NET Framework,Version=v4.6</th>
<th>Windows Phone,Version=v8.1</th>
</tr>
<tr>
<td><strong><a href="#Serilog.Sinks.ApplicationInsights">Serilog.Sinks.ApplicationInsights</a></strong></td>
<td class="text-center">98.26 %</td>
<td class="text-center">98.26 %</td>
<td class="text-center">100.00 %</td>
<td class="text-center">98.26 %</td>
</tr>
</tbody>
</table>
</div>
<div id="details">
<a name="Serilog.Sinks.ApplicationInsights"><h3>Serilog.Sinks.ApplicationInsights</h3></a>
<table>
<tbody>
<tr>
<th>Target type</th>
<th>ASP.NET 5,Version=v1.0</th>
<th>Windows,Version=v8.1</th>
<th>.NET Framework,Version=v4.6</th>
<th>Windows Phone,Version=v8.1</th>
<th>Recommended changes</th>
</tr>
<tr>
<td>System.Environment</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Do not use. Choose action based feature availability, not OS / Platform</td>
</tr>
<tr>
<td style="padding-left:2em">get_OSVersion</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Do not use. Choose action based feature availability, not OS / Platform</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.OperatingSystem</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Do not use. Couple behavior to feature availability, not OS version or Platform.</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
</tbody>
</table>
<p>
<a href="#Portability Summary">Back to Summary</a>
</p>
</div>
</div>
</body>
</html> | kuhlenh/port-to-core | Reports/se/serilog.sinks.applicationinsights.2.0.12/Serilog.Sinks.ApplicationInsights-net45.html | HTML | mit | 12,697 |
<!DOCTYPE html>
<html>
{% include head.html %}
<body itemscope itemtype="http://schema.org/Blog">
<div class="page-container">
{% include header.html %}
<div class="page-content">
{{ content }}
</div>
{% include footer.html %}
</div>
<script src="//cdn.jsdelivr.net/caniuse-embed/1.0.0/caniuse-embed.min.js"></script>
</body>
</html>
| Slemgrim/slemgrim.com | _layouts/default.html | HTML | mit | 392 |
<!DOCTYPE html>
<html lang="en-us"><head>
<meta charset="utf-8">
<title>uD4ra | About Udara Madubhashana</title>
<!-- mobile responsive meta -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description" content="Udara Madubhashana | Personal Website and Portfolio">
<meta name="author" content="Udara Madubhashana">
<meta name="generator" content="Hugo 0.58.3" />
<!-- plugins -->
<link rel="stylesheet" href="/plugins/bootstrap/bootstrap.min.css ">
<link rel="stylesheet" href="/plugins/slick/slick.css ">
<link rel="stylesheet" href="/plugins/themify-icons/themify-icons.css ">
<link rel="stylesheet" href="/plugins/animate/animate.min.css ">
<!-- Main Stylesheet -->
<link rel="stylesheet" href="/css/style.min.css" integrity="" media="screen">
<!--Favicon-->
<link rel="shortcut icon" href="/images/favicon.png " type="image/x-icon">
<link rel="icon" href="/images/favicon.png " type="image/x-icon">
</head>
<body>
<!-- preloader start -->
<div class="preloader">
</div>
<!-- preloader end -->
<header class="navigation fixed-top">
<nav class="navbar navbar-expand-lg navbar-dark">
<a class="navbar-brand wow fadeInDown" href="/"><img src="/images/ud4ra_2x.png" alt="uD4ra | About Udara Madubhashana" style='width: 76px; height: 20px;'></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navigation"
aria-controls="navigation" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse text-center" id="navigation">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link" href="/"> Home </a>
</li>
<li class="nav-item">
<a class="nav-link" href="/about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/portfolio">Portfolio</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/contact">Contact</a>
</li>
</ul>
</div>
</nav>
</header>
<section class="page-title bg-primary position-relative overflow-hidden">
<div class="container">
<div class="row">
<div class="col-12 text-center">
<h1 class="text-white font-tertiary">Tags</h1>
</div>
</div>
</div>
<img src="/images/illustrations/page-title.svg" alt="illustrations" class="bg-shape-1 w-100 m-hide wow bounceInUp">
<img src="/images/illustrations/leaf-pink-round.svg" alt="illustrations" class="bg-shape-2">
<img src="/images/illustrations/dots-cyan.svg" alt="illustrations" class="bg-shape-3">
<img src="/images/illustrations/leaf-orange.svg" alt="illustrations" class="bg-shape-4">
<img src="/images/illustrations/leaf-yellow.svg" alt="illustrations" class="bg-shape-5">
<img src="/images/illustrations/dots-group-cyan.svg" alt="illustrations" class="bg-shape-6">
<img src="/images/illustrations/leaf-cyan-lg.svg" alt="illustrations" class="bg-shape-7">
</section>
<section class="section">
<div class="container">
<div class="row">
</div>
</div>
</section>
<section class="section bg-light">
<div class="container">
<div class="row">
<div class="col-12 text-center">
<h2 class="section-title">My Clients</h2>
</div>
</div>
<div class="client-logo-slider d-flex align-items-center">
<a href="https://ubuntubudgie.org" class="text-center d-block outline-0 p-4"><img class="d-unset img-fluid" src="/images/clients-logo/ubuntu_budgie.png" alt="client-logo"></a>
<a href="https://gdgsrilanka.org" class="text-center d-block outline-0 p-4"><img class="d-unset img-fluid" src="/images/clients-logo/gdg_srilanka.png" alt="client-logo"></a>
<a href="https://mahaweli.gov.lk" class="text-center d-block outline-0 p-4"><img class="d-unset img-fluid" src="/images/clients-logo/mahaweli_authority.png" alt="client-logo"></a>
<a href="https://fahamdoors.com" class="text-center d-block outline-0 p-4"><img class="d-unset img-fluid" src="/images/clients-logo/faham_doors.png" alt="client-logo"></a>
<a href="https://draindollies.co.uk" class="text-center d-block outline-0 p-4"><img class="d-unset img-fluid" src="/images/clients-logo/drain_dollies.png" alt="client-logo"></a>
<a href="https://globalsrilankanforum.org" class="text-center d-block outline-0 p-4"><img class="d-unset img-fluid" src="/images/clients-logo/gslf.png" alt="client-logo"></a>
<a href="https://gdgdubai.com" class="text-center d-block outline-0 p-4"><img class="d-unset img-fluid" src="/images/clients-logo/gdg_dubai.png" alt="client-logo"></a>
<a href="#" class="text-center d-block outline-0 p-4"><img class="d-unset img-fluid" src="/images/clients-logo/guiseppe_farm.png" alt="client-logo"></a>
<a href="http://luxurycateringqa.com" class="text-center d-block outline-0 p-4"><img class="d-unset img-fluid" src="/images/clients-logo/luxury_catering.png" alt="client-logo"></a>
</div>
</div>
</section>
<section class="section section-on-footer" data-background="/images/backgrounds/bg-dots.png">
<div class="container">
<div class="row">
<div class="col-12 text-center">
<h2 class="section-title">Contact Info</h2>
</div>
<div class="col-lg-8 mx-auto">
<div class="bg-white rounded text-center p-5 shadow-down wow fadeInUp" data-wow-delay="0.2s">
<h4 class="mb-80">Contact Form</h4>
<form action="https://formspree.io/mrnozkbm" method="POST" class="row">
<div class="col-md-6">
<input type="text" id="name" name="name" placeholder="Full Name" class="form-control px-0 mb-4">
</div>
<div class="col-md-6">
<input type="email" id="email" name="email" placeholder="Email Address" class="form-control px-0 mb-4">
</div>
<div class="col-12">
<textarea name="message" id="message" class="form-control px-0 mb-4"
placeholder="Type Message Here"></textarea>
</div>
<div class="col-lg-6 col-10 mx-auto">
<button class="btn btn-primary w-100">send</button>
</div>
</form>
</div>
</div>
</div>
</div>
</section>
<footer class="bg-dark footer-section">
<div class="section">
<div class="container">
<div class="row">
<div class="col-md-4">
<h5 class="text-light">Email</h5>
<p class="text-white paragraph-lg font-secondary">udara@pm.me</p>
</div>
<div class="col-md-4">
<h5 class="text-light">Telegram</h5>
<p class="text-white paragraph-lg font-secondary">@uD4ra</p>
</div>
<div class="col-md-4">
<h5 class="text-light">Location</h5>
<p class="text-white paragraph-lg font-secondary">Sri Lanka</p>
</div>
</div>
</div>
</div>
<div class="border-top text-center border-dark py-5">
<p class="mb-0 text-light">Copyright (c) 2021 <a href="https://twitter.com/uD4ra">Udara Madubhashana</a></p>
</div>
</footer>
<!-- JS Plugins -->
<script src="/plugins/jQuery/jquery.min.js"></script>
<script src="/plugins/bootstrap/bootstrap.min.js"></script>
<script src="/plugins/slick/slick.min.js"></script>
<script src="/plugins/shuffle/shuffle.min.js"></script>
<script src="/plugins/animate/wow.min.js"></script>
<!-- Main Script -->
<script src="/js/script.min.js"></script>
</body>
</html>
| Udara-U3/udara-u3.github.io | tags/index.html | HTML | mit | 7,668 |
<script src="http://code.jquery.com/jquery-1.8.3.min.js"></script>
<script src="http://code.highcharts.com/highcharts.js"></script>
<script src="http://code.highcharts.com/modules/exporting.js"></script>
<style>
body {
background-color: white;
font-family: Helvetica, Verdana, sans-serif;
font-size: 10pt;
}
@media print {
.no-print { display: none; }
}
#plot-wrapper {
display: inline-block;
}
#placeholder {
margin-top: 0.25em;
}
#info-text {
text-align: center;
position: absolute;
z-index: 100;
left: 170px;
color: #bbb;
}
</style>
<script>
$(function () {
var chart;
$(document).ready(function() {
chart = new Highcharts.Chart({
credits: {
enabled: false
},
chart: {
backgroundColor: '#fff',
renderTo: 'placeholder',
type: 'line',
zoomType: 'xy',
height: 500,
width: 600,
spacingTop: 37
},
plotOptions: {
line: {
dashStyle: 'Solid',
marker: {
enabled: false
}
}
},
title: {
text: null
},
xAxis: {
gridLineWidth: 1,
gridLineDashStyle: 'ShortDot',
tickPosition: 'inside',
maxPadding: 0,
lineWidth: 0
},
yAxis: {
gridLineWidth: 1,
gridLineDashStyle: 'ShortDot',
tickPosition: 'inside',
title: {
text: null
}
},
tooltip: {
borderWidth: 1,
formatter: function() {
return 'At time ' + this.x + '<br><b>' + this.series.name
+ '<\/b> = ' + this.y;
}
},
legend: {
borderWidth: 0,
margin: 10,
itemWidth: 140,
itemMarginBottom: 10,
symbolWidth: 45,
symbolPadding: 5,
x: 20
},
exporting: {
buttons: {
exportButton: { y: 5 },
printButton: { y: 5 }
}
},
series: [
{ name: "S1", color: "#4572A7", dashStyle: "Solid", shadow: false, data: [
[0, 1.5e-6],
[0.01, 1.5e-6],
[0.02, 1.5e-6],
[0.03, 1.5e-6],
[0.04, 1.5e-6],
[0.05, 1.5e-6],
[0.06, 1.5e-6],
[0.07, 1.5e-6],
[0.08, 1.5e-6],
[0.09, 1.5e-6],
[0.1, 1.5e-6],
[0.11, 1.5e-6],
[0.12, 1.5e-6],
[0.13, 1.5e-6],
[0.14, 1.5e-6],
[0.15, 1.5e-6],
[0.16, 1.5e-6],
[0.17, 1.5e-6],
[0.18, 1.5e-6],
[0.19, 1.5e-6],
[0.2, 1.5e-6],
[0.21, 1.5e-6],
[0.22, 1.5e-6],
[0.23, 1.5e-6],
[0.24, 1.5e-6],
[0.25, 1.5e-6],
[0.26, 1.5e-6],
[0.27, 1.5e-6],
[0.28, 1.5e-6],
[0.29, 1.5e-6],
[0.3, 1.5e-6],
[0.31, 1.5e-6],
[0.32, 1.5e-6],
[0.33, 1.5e-6],
[0.34, 1.5e-6],
[0.35, 1.5e-6],
[0.36, 1.5e-6],
[0.37, 1.5e-6],
[0.38, 1.5e-6],
[0.39, 1.5e-6],
[0.4, 1.5e-6],
[0.41, 1.5e-6],
[0.42, 1.5e-6],
[0.43, 1.5e-6],
[0.44, 1.5e-6],
[0.45, 1.5e-6],
[0.46, 1.5e-6],
[0.47, 1.5e-6],
[0.48, 1.5e-6],
[0.49, 1.5e-6],
[0.5, 1.5e-6]] },
{ name: "S2", color: "#AA4643", dashStyle: "Solid", shadow: false, data: [
[0, 9.999999999999999e-7],
[0.01, 9.999999999999999e-7],
[0.02, 9.999999999999999e-7],
[0.03, 9.999999999999999e-7],
[0.04, 9.999999999999999e-7],
[0.05, 9.999999999999999e-7],
[0.06, 9.999999999999999e-7],
[0.07, 9.999999999999999e-7],
[0.08, 9.999999999999999e-7],
[0.09, 9.999999999999999e-7],
[0.1, 9.999999999999999e-7],
[0.11, 9.999999999999999e-7],
[0.12, 9.999999999999999e-7],
[0.13, 9.999999999999999e-7],
[0.14, 9.999999999999999e-7],
[0.15, 9.999999999999999e-7],
[0.16, 9.999999999999999e-7],
[0.17, 9.999999999999999e-7],
[0.18, 9.999999999999999e-7],
[0.19, 9.999999999999999e-7],
[0.2, 9.999999999999999e-7],
[0.21, 9.999999999999999e-7],
[0.22, 9.999999999999999e-7],
[0.23, 9.999999999999999e-7],
[0.24, 9.999999999999999e-7],
[0.25, 9.999999999999999e-7],
[0.26, 9.999999999999999e-7],
[0.27, 9.999999999999999e-7],
[0.28, 9.999999999999999e-7],
[0.29, 9.999999999999999e-7],
[0.3, 9.999999999999999e-7],
[0.31, 9.999999999999999e-7],
[0.32, 9.999999999999999e-7],
[0.33, 9.999999999999999e-7],
[0.34, 9.999999999999999e-7],
[0.35, 9.999999999999999e-7],
[0.36, 9.999999999999999e-7],
[0.37, 9.999999999999999e-7],
[0.38, 9.999999999999999e-7],
[0.39, 9.999999999999999e-7],
[0.4, 9.999999999999999e-7],
[0.41, 9.999999999999999e-7],
[0.42, 9.999999999999999e-7],
[0.43, 9.999999999999999e-7],
[0.44, 9.999999999999999e-7],
[0.45, 9.999999999999999e-7],
[0.46, 9.999999999999999e-7],
[0.47, 9.999999999999999e-7],
[0.48, 9.999999999999999e-7],
[0.49, 9.999999999999999e-7],
[0.5, 9.999999999999999e-7]] }
]
});
});
});
</script>
<div id="plot-wrapper">
<div id="info-text" class="no-print">
Drag the mouse to zoom in on a rectangular region.<br>
Click on variable names in the legend to toggle their visibility.
</div>
<div id="placeholder"></div>
<div id="legend"></div>
</div>
| stanleygu/sbmltest2archive | sbml-test-cases/cases/semantic/00228/00228-plot.html | HTML | mit | 5,227 |
---
---
<!doctype html>
<html class="default no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>_ViewDeclaration | @uirouter/core</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../assets/css/main.css">
<link rel="stylesheet" href="../assets/css/uirouter.css">
<script src="../assets/js/modernizr.js"></script>
<script src="../assets/js/reset.js"></script>
</head>
<body>
<header>
<div class="tsd-page-toolbar">
<div class="container">
<div class="table-wrap">
<div class="table-cell" id="tsd-search" data-index="../assets/js/search.js" data-base="..">
<div class="field">
<label for="tsd-search-field" class="tsd-widget search no-caption">Search</label>
<input id="tsd-search-field" type="text" />
</div>
<ul class="results">
<li class="state loading">Preparing search index...</li>
<li class="state failure">The search index is not available</li>
</ul>
<a href="../index.html" class="title">@uirouter/core</a>
</div>
<div class="table-cell" id="tsd-widgets">
<div id="tsd-filter">
<a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a>
<div class="tsd-filter-group">
<!--
<div class="tsd-select" id="tsd-filter-visibility">
<span class="tsd-select-label">All</span>
<ul class="tsd-select-list">
<li data-value="public">Public</li>
<li data-value="protected">Public/Protected</li>
<li data-value="private" class="selected">All</li>
</ul>
</div>
<input type="checkbox" id="tsd-filter-inherited" checked />
<label class="tsd-widget" for="tsd-filter-inherited">Inherited</label>
-->
<input type="checkbox" id="tsd-filter-externals" checked />
<label class="tsd-widget" for="tsd-filter-externals">Internal UI-Router API</label>
<!--
<input type="checkbox" id="tsd-filter-only-exported" />
<label class="tsd-widget" for="tsd-filter-only-exported">Only exported</label>
-->
</div>
</div>
<a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a>
</div>
</div>
</div>
</div>
<div class="tsd-page-title">
<div class="container">
<ul class="tsd-breadcrumb">
<li>
<a href="../index.html">@uirouter/core</a>
</li>
<li>
<a href="../modules/state.html">state</a>
</li>
<li>
<a href="state._viewdeclaration.html">_ViewDeclaration</a>
</li>
</ul>
<h1>Interface _ViewDeclaration</h1>
</div>
</div>
</header>
<div class="container container-main">
<div class="row">
<div class="col-8 col-content">
<section class="tsd-panel tsd-comment">
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Base interface for declaring a view</p>
</div>
<p>This interface defines the basic data that a normalized view declaration will have on it.
Each implementation of UI-Router (for a specific framework) should define its own extension of this interface.
Add any additional fields that the framework requires to that interface.</p>
</div>
</section>
<section class="tsd-panel tsd-hierarchy">
<h3>Hierarchy</h3>
<ul class="tsd-hierarchy">
<li>
<span class="target">_ViewDeclaration</span>
</li>
</ul>
</section>
<section class="tsd-panel-group tsd-index-group">
<h2>Index</h2>
<section class="tsd-panel tsd-index-panel">
<div class="tsd-index-content">
<section class="tsd-index-section tsd-is-external">
<h3>Properties</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="state._viewdeclaration.html#_context" class="tsd-kind-icon">$context</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="state._viewdeclaration.html#_name" class="tsd-kind-icon">$name</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="state._viewdeclaration.html#_type" class="tsd-kind-icon">$type</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="state._viewdeclaration.html#_uiviewcontextanchor" class="tsd-kind-icon">$ui<wbr>View<wbr>Context<wbr>Anchor</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="state._viewdeclaration.html#_uiviewname" class="tsd-kind-icon">$ui<wbr>View<wbr>Name</a></li>
</ul>
</section>
</div>
</section>
</section>
<section class="tsd-panel-group tsd-member-group tsd-is-external">
<h2>Properties</h2>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a name="_context" class="tsd-anchor"></a>
<!--
<h3><span class="tsd-flag ts-flagOptional">Optional</span> $context</h3>
-->
<div class="tsd-signature tsd-kind-icon">$context<span class="tsd-signature-symbol">:</span> <a href="view.viewcontext.html" class="tsd-signature-type">ViewContext</a> <div class="tsd-header">
<p> The context that this view is declared within. </p>
</div>
</div>
<div class="tsd-declaration">
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>The context that this view is declared within.</p>
</div>
</div>
</div>
<aside class="tsd-sources">
<ul>
<li>Defined in state/interface.ts:76</li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a name="_name" class="tsd-anchor"></a>
<!--
<h3><span class="tsd-flag ts-flagOptional">Optional</span> $name</h3>
-->
<div class="tsd-signature tsd-kind-icon">$name<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span> <div class="tsd-header">
<p> The raw name for the view declaration, i.e., the <a href="state.statedeclaration.html#views">StateDeclaration.views</a> property name. </p>
</div>
</div>
<div class="tsd-declaration">
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>The raw name for the view declaration, i.e., the <a href="state.statedeclaration.html#views">StateDeclaration.views</a> property name.</p>
</div>
</div>
</div>
<aside class="tsd-sources">
<ul>
<li>Defined in state/interface.ts:40</li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a name="_type" class="tsd-anchor"></a>
<!--
<h3><span class="tsd-flag ts-flagOptional">Optional</span> $type</h3>
-->
<div class="tsd-signature tsd-kind-icon">$type<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span> <div class="tsd-header">
<p> A type identifier for the View </p>
</div>
</div>
<div class="tsd-declaration">
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>A type identifier for the View</p>
</div>
<p>This is used when loading prerequisites for the view, before it enters the DOM. Different types of views
may load differently (e.g., templateProvider+controllerProvider vs component class)</p>
</div>
</div>
<aside class="tsd-sources">
<ul>
<li>Defined in state/interface.ts:70</li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a name="_uiviewcontextanchor" class="tsd-anchor"></a>
<!--
<h3><span class="tsd-flag ts-flagOptional">Optional</span> $ui<wbr>View<wbr>Context<wbr>Anchor</h3>
-->
<div class="tsd-signature tsd-kind-icon">$ui<wbr>View<wbr>Context<wbr>Anchor<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span> <div class="tsd-header">
<p> The normalized context anchor (state name) for the <code>uiViewName</code> </p>
</div>
</div>
<div class="tsd-declaration">
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>The normalized context anchor (state name) for the <code>uiViewName</code></p>
</div>
<p>When targeting a <code>ui-view</code>, the <code>uiViewName</code> address is anchored to a context name (state name).</p>
</div>
</div>
<aside class="tsd-sources">
<ul>
<li>Defined in state/interface.ts:61</li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a name="_uiviewname" class="tsd-anchor"></a>
<!--
<h3><span class="tsd-flag ts-flagOptional">Optional</span> $ui<wbr>View<wbr>Name</h3>
-->
<div class="tsd-signature tsd-kind-icon">$ui<wbr>View<wbr>Name<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span> <div class="tsd-header">
<p> The normalized address for the <code>ui-view</code> which this ViewConfig targets. </p>
</div>
</div>
<div class="tsd-declaration">
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>The normalized address for the <code>ui-view</code> which this ViewConfig targets.</p>
</div>
<p>A ViewConfig targets a <code>ui-view</code> in the DOM (relative to the <code>uiViewContextAnchor</code>) which has
a specific name.</p>
<dl class="tsd-comment-tags">
<dt>example</dt>
<dd><p><code>header</code> or <code>$default</code></p>
<p>The <code>uiViewName</code> can also target a <em>nested view</em> by providing a dot-notation address</p>
</dd>
<dt>example</dt>
<dd><p><code>foo.bar</code> or <code>foo.$default.bar</code></p>
</dd>
</dl>
</div>
</div>
<aside class="tsd-sources">
<ul>
<li>Defined in state/interface.ts:53</li>
</ul>
</aside>
</section>
</section>
</div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<nav class="tsd-navigation primary">
<ul>
<li class="globals ">
<a href="../index.html"><em>@uirouter/core</em></a>
</li>
<li class="label tsd-is-external">
<span>Public API</span>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/common.html">common</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/core.html">core</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/params.html">params</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/resolve.html">resolve</a>
</li>
<li class="current tsd-kind-external-module">
<a href="../modules/state.html">state</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/transition.html">transition</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/url.html">url</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/view.html">view</a>
</li>
<li class="label tsd-is-external">
<span>Internal UI-<wbr><wbr>Router API</span>
</li>
<li class=" tsd-kind-external-module tsd-is-external">
<a href="../modules/common_hof.html">common_<wbr>hof</a>
</li>
<li class=" tsd-kind-external-module tsd-is-external">
<a href="../modules/common_predicates.html">common_<wbr>predicates</a>
</li>
<li class=" tsd-kind-external-module tsd-is-external">
<a href="../modules/common_strings.html">common_<wbr>strings</a>
</li>
<li class=" tsd-kind-external-module tsd-is-external">
<a href="../modules/hooks.html">hooks</a>
</li>
<li class=" tsd-kind-external-module tsd-is-external">
<a href="../modules/path.html">path</a>
</li>
<li class=" tsd-kind-external-module tsd-is-external">
<a href="../modules/trace.html">trace</a>
</li>
<li class=" tsd-kind-external-module tsd-is-external">
<a href="../modules/vanilla.html">vanilla</a>
</li>
</ul>
</nav>
<nav class="tsd-navigation secondary menu-sticky">
<ul class="before-current">
<li class=" tsd-kind-class tsd-parent-kind-external-module tsd-is-external">
<a href="../classes/state.statebuilder.html" class="tsd-kind-icon">State<wbr>Builder</a>
</li>
<li class=" tsd-kind-class tsd-parent-kind-external-module">
<a href="../classes/state.statematcher.html" class="tsd-kind-icon">State<wbr>Matcher</a>
</li>
<li class=" tsd-kind-class tsd-parent-kind-external-module">
<a href="../classes/state.stateobject.html" class="tsd-kind-icon">State<wbr>Object</a>
</li>
<li class=" tsd-kind-class tsd-parent-kind-external-module tsd-is-external">
<a href="../classes/state.statequeuemanager.html" class="tsd-kind-icon">State<wbr>Queue<wbr>Manager</a>
</li>
<li class=" tsd-kind-class tsd-parent-kind-external-module">
<a href="../classes/state.stateregistry.html" class="tsd-kind-icon">State<wbr>Registry</a>
</li>
<li class=" tsd-kind-class tsd-parent-kind-external-module">
<a href="../classes/state.stateservice.html" class="tsd-kind-icon">State<wbr>Service</a>
</li>
<li class=" tsd-kind-class tsd-parent-kind-external-module">
<a href="../classes/state.targetstate.html" class="tsd-kind-icon">Target<wbr>State</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-external-module tsd-is-not-exported">
<a href="state.builders.html" class="tsd-kind-icon">Builders</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-external-module">
<a href="state.hrefoptions.html" class="tsd-kind-icon">Href<wbr>Options</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-external-module">
<a href="state.lazyloadresult.html" class="tsd-kind-icon">Lazy<wbr>Load<wbr>Result</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-external-module">
<a href="state.statedeclaration.html" class="tsd-kind-icon">State<wbr>Declaration</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-external-module">
<a href="state.targetstatedef.html" class="tsd-kind-icon">Target<wbr>State<wbr>Def</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-external-module tsd-is-external">
<a href="state.transitionpromise.html" class="tsd-kind-icon">Transition<wbr>Promise</a>
</li>
</ul>
<ul class="current">
<li class="current tsd-kind-interface tsd-parent-kind-external-module tsd-is-external">
<a href="state._viewdeclaration.html" class="tsd-kind-icon">_<wbr>View<wbr>Declaration</a>
<ul>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a href="state._viewdeclaration.html#_context" class="tsd-kind-icon">$context</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a href="state._viewdeclaration.html#_name" class="tsd-kind-icon">$name</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a href="state._viewdeclaration.html#_type" class="tsd-kind-icon">$type</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a href="state._viewdeclaration.html#_uiviewcontextanchor" class="tsd-kind-icon">$ui<wbr>View<wbr>Context<wbr>Anchor</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a href="state._viewdeclaration.html#_uiviewname" class="tsd-kind-icon">$ui<wbr>View<wbr>Name</a>
</li>
</ul>
</li>
</ul>
<ul class="after-current">
<li class=" tsd-kind-type-alias tsd-parent-kind-external-module">
<a href="../modules/state.html#builderfunction" class="tsd-kind-icon">Builder<wbr>Function</a>
</li>
<li class=" tsd-kind-type-alias tsd-parent-kind-external-module">
<a href="../modules/state.html#oninvalidcallback" class="tsd-kind-icon">On<wbr>Invalid<wbr>Callback</a>
</li>
<li class=" tsd-kind-type-alias tsd-parent-kind-external-module">
<a href="../modules/state.html#redirecttoresult" class="tsd-kind-icon">Redirect<wbr>ToResult</a>
</li>
<li class=" tsd-kind-type-alias tsd-parent-kind-external-module">
<a href="../modules/state.html#resolvetypes" class="tsd-kind-icon">Resolve<wbr>Types</a>
</li>
<li class=" tsd-kind-type-alias tsd-parent-kind-external-module">
<a href="../modules/state.html#stateorname" class="tsd-kind-icon">State<wbr>OrName</a>
</li>
<li class=" tsd-kind-type-alias tsd-parent-kind-external-module">
<a href="../modules/state.html#stateregistrylistener" class="tsd-kind-icon">State<wbr>Registry<wbr>Listener</a>
</li>
<li class=" tsd-kind-type-alias tsd-parent-kind-external-module">
<a href="../modules/state.html#_statedeclaration" class="tsd-kind-icon">_<wbr>State<wbr>Declaration</a>
</li>
<li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported">
<a href="../modules/state.html#databuilder" class="tsd-kind-icon">data<wbr>Builder</a>
</li>
<li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported">
<a href="../modules/state.html#getnavigablebuilder" class="tsd-kind-icon">get<wbr>Navigable<wbr>Builder</a>
</li>
<li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported">
<a href="../modules/state.html#getparamsbuilder" class="tsd-kind-icon">get<wbr>Params<wbr>Builder</a>
</li>
<li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported">
<a href="../modules/state.html#geturlbuilder" class="tsd-kind-icon">get<wbr>Url<wbr>Builder</a>
</li>
<li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported">
<a href="../modules/state.html#includesbuilder" class="tsd-kind-icon">includes<wbr>Builder</a>
</li>
<li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported">
<a href="../modules/state.html#namebuilder" class="tsd-kind-icon">name<wbr>Builder</a>
</li>
<li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported">
<a href="../modules/state.html#parseurl" class="tsd-kind-icon">parse<wbr>Url</a>
</li>
<li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported">
<a href="../modules/state.html#pathbuilder" class="tsd-kind-icon">path<wbr>Builder</a>
</li>
<li class=" tsd-kind-function tsd-parent-kind-external-module">
<a href="../modules/state.html#resolvablesbuilder" class="tsd-kind-icon">resolvables<wbr>Builder</a>
</li>
<li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported">
<a href="../modules/state.html#selfbuilder" class="tsd-kind-icon">self<wbr>Builder</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
<footer class="with-border-bottom">
<div class="container">
<h2>Legend</h2>
<div class="tsd-legend-group">
<ul class="tsd-legend">
<li class="tsd-kind-module"><span class="tsd-kind-icon">Module</span></li>
<li class="tsd-kind-object-literal"><span class="tsd-kind-icon">Object literal</span></li>
<li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li>
<li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li>
<li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li>
<li class="tsd-kind-index-signature"><span class="tsd-kind-icon">Index signature</span></li>
<li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li>
<li class="tsd-kind-enum-member"><span class="tsd-kind-icon">Enumeration member</span></li>
<li class="tsd-kind-property tsd-parent-kind-enum"><span class="tsd-kind-icon">Property</span></li>
<li class="tsd-kind-method tsd-parent-kind-enum"><span class="tsd-kind-icon">Method</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
<li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li>
<li class="tsd-kind-constructor tsd-parent-kind-interface"><span class="tsd-kind-icon">Constructor</span></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
<li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li>
<li class="tsd-kind-index-signature tsd-parent-kind-interface"><span class="tsd-kind-icon">Index signature</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
<li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li>
<li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li>
<li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li>
<li class="tsd-kind-accessor tsd-parent-kind-class"><span class="tsd-kind-icon">Accessor</span></li>
<li class="tsd-kind-index-signature tsd-parent-kind-class"><span class="tsd-kind-icon">Index signature</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited constructor</span></li>
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited method</span></li>
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited accessor</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected method</span></li>
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected accessor</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private method</span></li>
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private accessor</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static property</span></li>
<li class="tsd-kind-call-signature tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li>
</ul>
</div>
</div>
</footer>
<div class="container tsd-generator">
<p>Generated using <a href="http://typedoc.io" target="_blank">TypeDoc</a></p>
</div>
<div class="overlay"></div>
<script src="../assets/js/main.js"></script>
<script>if (location.protocol == 'file:') document.write('<script src="../assets/js/search.js"><' + '/script>');</script>
</body>
</html> | ui-router/ui-router.github.io | _core_docs/5.0.23/interfaces/state._viewdeclaration.html | HTML | mit | 24,549 |
<div class="meta">Tags {{range $i, $tag := .Params.tags}}{{if ne $i 0}}, {{end}}<a href="{{$.Site.BaseURL}}tags/{{.|urlize}}">{{$tag}}</a>{{end}}</div> | burrbd/pp-hugo-theme | layouts/partials/article-tags.html | HTML | mit | 151 |
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="initial-scale=1, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0" />
<title>下拉刷新+无限加载</title>
<style>
html,
body {
margin: 0;
padding: 0;
height: 100%;
background: #dadada;
}
header {
height: 44px;
line-height: 44px;
text-align: center;
background: #da020c;
color: #fff;
}
header>a {
height: 34px;
line-height: 34px;
position: absolute;
top: 5px;
left: 10px;
}
h1 {
margin: 0;
padding: 0;
font-size: 18px;
font-weight: normal;
}
#wrapper {
position: absolute;
top: 44px;
bottom: 0;
width: 100%;
}
#scroller {
margin: 0;
padding: 0;
}
.item {
height: 60px;
line-height: 60px;
border-bottom: 1px solid #ddd;
text-indent: 1em;
background: #fff;
}
.jroll-infinite-tip {
height: 44px;
line-height: 44px;
text-align: center;
}
</style>
<script src="../../src/jroll.js"></script>
<script src="../../extends/jroll-pulldown/jroll-pulldown.js"></script>
<script src="jroll-infinite.js"></script>
</head>
<body>
<header>
<h1>下拉刷新+无限加载</h1>
<a onclick="javascript:history.back()"><返回</a>
</header>
<div id="wrapper">
<div id="scroller"></div>
</div>
<script>
//模拟ajax
function ajax(parms) {
var a = [],
i;
var page = parms.url.replace("getData.do?page=", "");
for (i = 1; i <= 20; i++) {
a.push({
"index": i + (page - 1) * 20,
"text": "下拉刷新+无限加载"
});
}
setTimeout(function() {
parms.success(a);
}, 800);
}
var jroll = new JRoll("#wrapper", {
scrollBarY: true
});
//下拉刷新
jroll.pulldown({
refresh: function(complete) {
jroll.options.page = 1;
jroll.scrollTo(0, 44, 0, true); //滚回顶部
ajax({
url: "getData.do?page=" + 1,
success: function(data) {
complete();
jroll.scroller.innerHTML = ""; //清空内容
jroll.infinite_callback(data);
}
});
}
});
//无限加载
jroll.infinite({
getData: function(page, callback) { //获取数据的函数,必须传递一个数组给callback
ajax({
url: "getData.do?page=" + page,
success: function(data) {
callback(data);
}
});
},
template: "<div class='item'>{{=_obj.index}}、{{=_obj.text}}</div>" //每条数据模板
});
</script>
</body>
</html> | chjtx/JRoll | extends/jroll-infinite/4.html | HTML | mit | 2,817 |
<script type="text/template" id="template_animation">
<div class="animation-content center-exp">
<div class="explanation center-exp">
<svg></svg>
</div>
<div class="output"></div>
<div class="answer"></div>
<div class="call"></div>
</div>
</script>
<script type="text/template" id="template_tryit">
<div class="tryit-content center-exp">
<table class="tool">
<tr>
<td>
<input type="text" value="test">
</td>
<td>
<button class="bn-check btn">Action</button>
</td>
</tr>
<tr>
<td colspan="2" class="checkio-result">
</td>
</tr>
</table>
</div>
</script> | Bryukh-Checkio-Tasks/checkio-mission-one-line-drawing | editor/templates.html | HTML | mit | 822 |
<iframe src="https://embed.ted.com/talks/lang/ca/simon_sinek_how_great_leaders_inspire_action" width="640" height="360" frameborder="0" scrolling="no" webkitallowfullscreen="" mozallowfullscreen="" allowfullscreen=""></iframe>
<iframe width="100%" height="200" frameborder="0" allowfullscreen="" scrolling="no" src="http://www.ivoox.com/player_ej_13559422_2_1.html?data=kpiil56YdpOhhpywj5qaaZS1lpWah5yncZKhhpywj5eZfY6ZmKialJmRaZi3joqflZWXeoyZppeSmpWJfZSfrcaYpdHFusafxtiYx9GPlNDmjLbih6iXaaKtjoqkpZLQrcPm0Njdw9fFqc7k08rbxsrIs9PZ1JKSmaiRdA..&"></iframe>
<p>Comença amb un un <code class="language-plaintext highlighter-rouge">PER QUÉ</code>.</p>
<p>En general la gent no té ni idea de per què fan les coses, per què elegixen.</p>
<p>Hi ha dues maneres d’influir en la gent:</p>
<ol>
<li>Inspirant</li>
<li>Manipulant</li>
</ol>
<p>Les tècniques manipulatives funcionen però a curt termini.</p>
<p>El verdader lideratge consisteix en atraure a la gent durant anys.</p>
<p>La lleialtat és per a sempre, però no és fàcil d’aconseguir.</p>
<blockquote>
<p>La manipulació no és sostenible, la lleialtat sí.</p>
</blockquote>
<p>Els líders es comporten d’una manera determinada a l’hora de comunicar, creen seguidors d’una manera natural, mitjançant el <code class="language-plaintext highlighter-rouge">cercle dorat</code>.</p>
<ol>
<li>Què: cercle exterior</li>
<li>Com: cercle mitjà</li>
<li>Per què: cercle interior</li>
</ol>
<p>Els líders són capaços d’inspirar a l’acció i de no manipular.</p>
<ol>
<li><code class="language-plaintext highlighter-rouge">Què</code>: Resultats, el que fas.</li>
<li><code class="language-plaintext highlighter-rouge">Com</code>: Metodologia, com ho fas.</li>
<li><code class="language-plaintext highlighter-rouge">Per què</code>: Raó per la qual fas el que fas.</li>
</ol>
<p>La majoria de companyies es comuniquen des de fora cap a dins 1, 2, 3.</p>
<p>Les companyies líders, que inspiren comencen en el per què, canvien l’ordre de presentació de la informació 3, 2, 1.</p>
<p>La clau és comunicar de forma diferent.</p>
<p>El <code class="language-plaintext highlighter-rouge">per què</code> és el que ens motiva emocionalment.</p>
| inclusa/inclusa.github.io | _productivity/_site/2017-02-18-41-lideratge.html | HTML | mit | 2,253 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>nanoscope Class: Unsafe</title>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link type="text/css" rel="stylesheet" href="styles/sunlight.default.css">
<link type="text/css" rel="stylesheet" href="styles/site.spacelab.css">
</head>
<body>
<div class="container-fluid">
<div class="navbar navbar-fixed-top ">
<div class="navbar-inner">
<a class="brand" href="index.html">nanoscope</a>
<ul class="nav">
<li class="dropdown">
<a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b
class="caret"></b></a>
<ul class="dropdown-menu ">
<li>
<a href="Compose.html">Compose</a>
</li>
<li>
<a href="Getter.html">Getter</a>
</li>
<li>
<a href="IndexedLens.html">IndexedLens</a>
</li>
<li>
<a href="IndexedLens.Unsafe.html">IndexedLens.Unsafe</a>
</li>
<li>
<a href="Lens.html">Lens</a>
</li>
<li>
<a href="MultiLens.html">MultiLens</a>
</li>
<li>
<a href="Optional.html">Optional</a>
</li>
<li>
<a href="PathLens.html">PathLens</a>
</li>
<li>
<a href="PathLens.Unsafe.html">PathLens.Unsafe</a>
</li>
<li>
<a href="Setter.html">Setter</a>
</li>
<li>
<a href="SliceLens.html">SliceLens</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="global.html" class="dropdown-toggle" data-toggle="dropdown">Global<b
class="caret"></b></a>
<ul class="dropdown-menu ">
<li>
<a href="global.html#get">get</a>
</li>
<li>
<a href="global.html#IdLens">IdLens</a>
</li>
<li>
<a href="global.html#map">map</a>
</li>
</ul>
</li>
</ul>
</div>
</div>
<div class="row-fluid">
<div class="span8">
<div id="main">
<h1 class="page-title">Class: Unsafe</h1>
<section>
<header>
<h2>
<span class="ancestors"><a href="PathLens.html">PathLens</a>.</span>
Unsafe
</h2>
</header>
<article>
<div class="container-overview">
<dt>
<h4 class="name" id="Unsafe"><span class="type-signature"></span>new Unsafe<span class="signature">(path)</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Construct an unsafe <code>PathLens</code> from a path (throws the usual errors)</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>path</code></td>
<td class="type">
<span class="param-type">string</span>
|
<span class="param-type">Array</span>
</td>
<td class="description last"><p>The path to follow in an object</p></td>
</tr>
</tbody>
</table>
<dl class="details">
</dl>
</dd>
</div>
</article>
</section>
</div>
<div class="clearfix"></div>
<footer>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-alpha11</a>
on 2014-12-17T09:37:57-05:00 using the <a
href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
</span>
</footer>
</div>
<div class="span3">
<div id="toc"></div>
</div>
<br clear="both">
</div>
</div>
<!--<script src="scripts/sunlight.js"></script>-->
<script src="scripts/docstrap.lib.js"></script>
<script src="scripts/bootstrap-dropdown.js"></script>
<script src="scripts/toc.js"></script>
<script>
$( function () {
$( "[id*='$']" ).each( function () {
var $this = $( this );
$this.attr( "id", $this.attr( "id" ).replace( "$", "__" ) );
} );
$( "#toc" ).toc( {
anchorName : function ( i, heading, prefix ) {
return $( heading ).attr( "id" ) || ( prefix + i );
},
selectors : "h1,h2,h3,h4",
showAndHide : false,
scrollTo : "100px"
} );
$( "#toc>ul" ).addClass( "nav nav-pills nav-stacked" );
$( "#main span[id^='toc']" ).addClass( "toc-shim" );
$( '.dropdown-toggle' ).dropdown();
// $( ".tutorial-section pre, .readme-section pre" ).addClass( "sunlight-highlight-javascript" ).addClass( "linenums" );
$( ".tutorial-section pre, .readme-section pre" ).each( function () {
var $this = $( this );
var example = $this.find( "code" );
exampleText = example.html();
var lang = /{@lang (.*?)}/.exec( exampleText );
if ( lang && lang[1] ) {
exampleText = exampleText.replace( lang[0], "" );
example.html( exampleText );
lang = lang[1];
} else {
lang = "javascript";
}
if ( lang ) {
$this
.addClass( "sunlight-highlight-" + lang )
.addClass( "linenums" )
.html( example.html() );
}
} );
Sunlight.highlightAll( {
lineNumbers : false,
showMenu : true,
enableDoclinks : true
} );
} );
</script>
<!--Navigation and Symbol Display-->
<!--Google Analytics-->
</body>
</html> | 5outh/nanoscope | out/PathLens.Unsafe.html | HTML | mit | 5,907 |
{% extends "layout.html" %}
{% block page_title %}
GOV.UK prototype kit
{% endblock %}
{% block content %}
<main id="content" role="main">
<div class="grid-row">
<div class="column-two-thirds">
<h1 class="heading-medium">
Add a charge version history
</h1>
<h2 class="heading-small"><a href="v1/start">Version 1</a></h2>
</div>
</div>
</main>
{% endblock %}
| theBru/llc-prototypes | app/views/add_charge/index.html | HTML | mit | 383 |
<!DOCTYPE html><!--[if lt IE 7]> <html lang="en" ng-app="myApp" class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--><!--[if IE 7]> <html lang="en" ng-app="myApp" class="no-js lt-ie9 lt-ie8"> <![endif]--><!--[if IE 8]> <html lang="en" ng-app="myApp" class="no-js lt-ie9"> <![endif]--><!--[if gt IE 8]><!--> <html lang="en" ng-app="myApp" class="no-js"> <!--<![endif]--> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>Blogtastic</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width,initial-scale=1"> <!-- Place favicon.ico and apple-touch-icon.png in the root directory --> <link rel="stylesheet" href="styles/vendor.b549510a.css"> <link rel="stylesheet" href="styles/main.1b079e56.css"> <body> <!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]--> <div class="blog-masthead"> <div class="container"> <nav class="blog-nav"> <a class="blog-nav-item active" href="#/welcome">Home</a> <a class="blog-nav-item" href="#/addPost">Add Post</a> <a class="blog-nav-item" href="#/login">Login</a> <a class="blog-nav-item" href="#/register">Register</a> </nav> </div> </div> <div ng-view></div> <div class="container" ng-include="'huff-news/huff-news.html'"></div> <div class="blog-footer"> <p>Blogtastic</p> </div> <!-- In production use:
<script src="//ajax.googleapis.com/ajax/libs/angularjs/x.x.x/angular.min.js"></script>
--> <script src="scripts/vendor.a1436947.js"></script> <script src="scripts/scripts.dbfbc615.js"></script> <script src="https://cdn.firebase.com/js/client/1.0.18/firebase.js"></script> <script src="https://cdn.firebase.com/js/client/2.0.4/firebase.js"></script> <script src="https://cdn.firebase.com/libs/angularfire/0.9.0/angularfire.min.js"></script> <script src="https://code.jquery.com/jquery-2.0.1.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script> | toddler4372/Angular-Blogtastic | dist/index.html | HTML | mit | 2,094 |
{% extends 'home/home.html' %}
{% load static %}
{% block css %}
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css">
<link rel="stylesheet" href="{% static 'accounts/register.css' %}">
{% endblock %}
{% block content %}
<div class="container wrapper">
<form class="form-horizontal" method="POST" action="{% url 'register' %}">
{% csrf_token %}
<div class="row">
<div class="col-md-3"></div>
<div class="col-md-6">
<h2>Register New User</h2>
<hr>
</div>
</div>
<div class="row">
<div class="col-md-3 field-label-responsive">
<label for="first-name">First Name</label>
</div>
<div class="col-md-6">
<div class="form-group">
<div class="input-group mb-2 mr-sm-2 mb-sm-0">
<div class="input-group-addon" style="width: 2.6rem"><i class="fa fa-user"></i></div>
<input type="text" name="first_name" class="form-control" id="first-name" value="{{ form.first_name.value|default_if_none:"" }}" placeholder="John" required autofocus>
</div>
</div>
</div>
<div class="col-md-3">
<div class="form-control-feedback">
<span class="text-danger align-middle">
<!-- Put name validation error messages here -->
</span>
</div>
</div>
</div>
<div class="row">
<div class="col-md-3 field-label-responsive">
<label for="last-name">Last Name</label>
</div>
<div class="col-md-6">
<div class="form-group">
<div class="input-group mb-2 mr-sm-2 mb-sm-0">
<div class="input-group-addon" style="width: 2.6rem"><i class="fa fa-user"></i></div>
<input type="text" name="last_name" class="form-control" id="last-name" value="{{ form.last_name.value|default_if_none:"" }}" placeholder="Doe" required autofocus>
</div>
</div>
</div>
<div class="col-md-3">
<div class="form-control-feedback">
<span class="text-danger align-middle">
<!-- Put name validation error messages here -->
</span>
</div>
</div>
</div>
<div class="row">
<div class="col-md-3 field-label-responsive">
<label for="username">Username</label>
</div>
<div class="col-md-6">
<div class="form-group">
<div class="input-group mb-2 mr-sm-2 mb-sm-0">
<div class="input-group-addon" style="width: 2.6rem"><i class="fa fa-at"></i></div>
<input type="text" name="username" class="form-control" id="username" value="{{ form.username.value|default_if_none:"" }}" placeholder="Username" required autofocus>
</div>
</div>
</div>
<div class="col-md-3">
<div class="form-control-feedback">
<span class="text-danger align-middle">
{{ form.errors.username }}
</span>
</div>
</div>
</div>
<div class="row">
<div class="col-md-3 field-label-responsive">
<label for="email">E-Mail Address</label>
</div>
<div class="col-md-6">
<div class="form-group">
<div class="input-group mb-2 mr-sm-2 mb-sm-0">
<div class="input-group-addon" style="width: 2.6rem"><i class="fa fa-at"></i></div>
<input type="text" name="email" class="form-control" id="email" value="{{ form.email.value|default_if_none:"" }}" placeholder="you@example.com" required autofocus>
</div>
</div>
</div>
<div class="col-md-3">
<div class="form-control-feedback">
<span class="text-danger align-middle">
{{ form.errors.email }}
</span>
</div>
</div>
</div>
<div class="row">
<div class="col-md-3 field-label-responsive">
<label for="password">Password</label>
</div>
<div class="col-md-6">
<div class="form-group has-danger">
<div class="input-group mb-2 mr-sm-2 mb-sm-0">
<div class="input-group-addon" style="width: 2.6rem"><i class="fa fa-key"></i></div>
<input type="password" name="password1" class="form-control" id="password" placeholder="Password" required>
</div>
</div>
</div>
<div class="col-md-3">
<div class="form-control-feedback">
<span class="text-danger align-middle">
{{ form.errors.password1 }}
</span>
</div>
</div>
</div>
<div class="row">
<div class="col-md-3 field-label-responsive">
<label for="password">Confirm Password</label>
</div>
<div class="col-md-6">
<div class="form-group">
<div class="input-group mb-2 mr-sm-2 mb-sm-0">
<div class="input-group-addon" style="width: 2.6rem">
<i class="fa fa-repeat"></i>
</div>
<input type="password" name="password2" class="form-control" id="password-confirm" placeholder="Repeat Password" required>
</div>
</div>
</div>
<div class="col-md-3">
<div class="form-control-feedback">
<span class="text-danger align-middle">
{{ form.errors.password2 }}
</span>
</div>
</div>
</div>
<div class="row">
<div class="col-md-3"></div>
<div class="col-md-6">
<button type="submit" class="btn btn-success"><i class="fa fa-user-plus"></i> Register</button>
</div>
</div>
</form>
</div>
{% endblock %} | Darkduke68/MatchMaker | accounts/templates/registration/register.html | HTML | mit | 5,850 |
<html>
{{ head_tag }}
<body class="noJS">
<script type="text/javascript">
document.body.className = document.body.className.replace( /(?:^|\s)noJS(?!\S)/ , '');
</script>
<script type="text/javascript">
function touchMenu() { return !Modernizr.touch; }
</script>
<table class="forumTable forumPostListTable">
{{ first_post }}
</table>
<script type="text/javascript" src="http://webcdn.pathofexile.com/js/require-2.1.5.js?v=ffbdddb7956b0ab64a8764313230f6e5"></script>
{{ javascript }}
</body>
</html>
| willroberts/pathofexile | pathofexile/forum/templates/post.html | HTML | mit | 528 |
<!doctype html>
<html class="no-js">
<head>
<meta charset="utf-8">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<!-- build:css(.) styles/vendor.css -->
<!-- bower:css -->
<link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.css" />
<link rel="stylesheet" href="bower_components/font-awesome/css/font-awesome.css" />
<link rel="stylesheet" href="bower_components/angular-ui-layout/ui-layout.css" />
<link rel="stylesheet" href="bower_components/codemirror/lib/codemirror.css" />
<!-- endbower -->
<!-- endbuild -->
<!-- build:css(.tmp) styles/main.css -->
<link rel="stylesheet" href="styles/main.css">
<!-- endbuild -->
<script type="text/javascript">
var API_BASE_PATH = "${api_base_path}";
</script>
% for resource in request.css_resources:
<link rel="stylesheet" type="text/css" href="${request.static_url(resource)}" />
% endfor
% for resource in request.str_resources:
${resource|n}
% endfor
</head>
<body ng-app="waxeApp">
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<!-- Add your site or application content here -->
<message></message>
<navbar></navbar>
<useraccount></useraccount>
<div class="container container-autoscroll">
<div ng-view=""></div>
</div>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID -->
<script>
!function(A,n,g,u,l,a,r){A.GoogleAnalyticsObject=l,A[l]=A[l]||function(){
(A[l].q=A[l].q||[]).push(arguments)},A[l].l=+new Date,a=n.createElement(g),
r=n.getElementsByTagName(g)[0],a.src=u,r.parentNode.insertBefore(a,r)
}(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-XXXXX-X');
ga('send', 'pageview');
</script>
<!-- build:js(.) scripts/vendor.js -->
<!-- bower:js -->
<script src="bower_components/jquery/dist/jquery.js"></script>
<script src="bower_components/angular/angular.js"></script>
<script src="bower_components/bootstrap/dist/js/bootstrap.js"></script>
<script src="bower_components/angular-animate/angular-animate.js"></script>
<script src="bower_components/angular-aria/angular-aria.js"></script>
<script src="bower_components/angular-cookies/angular-cookies.js"></script>
<script src="bower_components/angular-messages/angular-messages.js"></script>
<script src="bower_components/angular-resource/angular-resource.js"></script>
<script src="bower_components/angular-route/angular-route.js"></script>
<script src="bower_components/angular-sanitize/angular-sanitize.js"></script>
<script src="bower_components/angular-touch/angular-touch.js"></script>
<script src="bower_components/raf/index.js"></script>
<script src="bower_components/angular-ui-layout/ui-layout.js"></script>
<script src="bower_components/angular-bootstrap/ui-bootstrap-tpls.js"></script>
<script src="bower_components/google-diff-match-patch/diff_match_patch.js"></script>
<script src="bower_components/angular-diff-match-patch/angular-diff-match-patch.js"></script>
<script src="bower_components/codemirror/lib/codemirror.js"></script>
<script src="bower_components/angular-ui-codemirror/ui-codemirror.js"></script>
<!-- endbower -->
<!-- endbuild -->
<!-- build:js({.tmp,app}) scripts/scripts.js -->
<script src="scripts/app.js"></script>
<script src="scripts/controllers/main.js"></script>
<script src="scripts/controllers/auth.js"></script>
<script src="scripts/services/auth.js"></script>
<script src="scripts/services/userprofile.js"></script>
<script src="scripts/services/urlfactory.js"></script>
<script src="scripts/directives/message.js"></script>
<script src="scripts/services/message.js"></script>
<script src="scripts/directives/navbar.js"></script>
<script src="scripts/services/navbar.js"></script>
<script src="scripts/services/httpinterceptor.js"></script>
<script src="scripts/controllers/filemanager.js"></script>
<script src="scripts/controllers/edit.js"></script>
<script src="scripts/directives/editor.js"></script>
<script src="scripts/services/session.js"></script>
<script src="scripts/directives/breadcrumb.js"></script>
<script src="scripts/services/utils.js"></script>
<script src="scripts/controllers/search.js"></script>
<script src="scripts/controllers/versioning.js"></script>
<script src="scripts/controllers/versioningdiff.js"></script>
<script src="scripts/directives/diff.js"></script>
<script src="scripts/controllers/versioningupdate.js"></script>
<script src="scripts/controllers/newtxt.js"></script>
<script src="scripts/controllers/edittxt.js"></script>
<script src="scripts/controllers/versioningunifieddiff.js"></script>
<script src="scripts/directives/contenteditable.js"></script>
<script src="scripts/directives/ngconfirmclick.js"></script>
<script src="scripts/directives/useraccount.js"></script>
<script src="scripts/directives/file.js"></script>
<script src="scripts/directives/files.js"></script>
<script src="scripts/services/files.js"></script>
<!-- endbuild -->
% for resource in request.js_resources:
<script type="text/javascript" src="${request.static_url(resource)}"></script>
% endfor
</body>
</html>
| waxe/waxe.angular | app/index.html | HTML | mit | 5,703 |
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="generator" content="Source Themes Academic 4.3.1">
<meta name="author" content="Vu Bao Nhu">
<meta name="description" content="Technology Enthusiast, AI/IOT Leader">
<link rel="alternate" hreflang="en-us" href="/tags/crfsuite/">
<meta name="theme-color" content="#2962ff">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/academicons/1.8.6/css/academicons.min.css" integrity="sha256-uFVgMKfistnJAfoCUQigIl+JfUaP47GrRKjf6CTPVmw=" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.0/css/all.css" integrity="sha384-aOkxzJ5uQz7WBObEZcHvV5JvRW3TUc2rNPA7pe3AwnsUohiw1Vj2Rgx2KSOkF5+h" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.2.5/jquery.fancybox.min.css" integrity="sha256-ygkqlh3CYSUri3LhQxzdcm0n1EQvH2Y+U5S2idbLtxs=" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.6/styles/github.min.css" crossorigin="anonymous" title="hl-light">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.6/styles/dracula.min.css" crossorigin="anonymous" title="hl-dark" disabled>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:400,700|Roboto:400,400italic,700|Roboto+Mono&display=swap">
<link rel="stylesheet" href="/css/academic.min.3834c081887e44130d565828d71a7178.css">
<script>
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', 'UA-48010057-5', 'auto');
ga('require', 'eventTracker');
ga('require', 'outboundLinkTracker');
ga('require', 'urlChangeTracker');
ga('send', 'pageview');
</script>
<script async src="//www.google-analytics.com/analytics.js"></script>
<script async src="https://cdnjs.cloudflare.com/ajax/libs/autotrack/2.4.1/autotrack.js" integrity="sha512-HUmooslVKj4m6OBu0OgzjXXr+QuFYy/k7eLI5jdeEy/F4RSgMn6XRWRGkFi5IFaFgy7uFTkegp3Z0XnJf3Jq+g==" crossorigin="anonymous"></script>
<link rel="alternate" href="/tags/crfsuite/index.xml" type="application/rss+xml" title="<Vunb />">
<link rel="feed" href="/tags/crfsuite/index.xml" type="application/rss+xml" title="<Vunb />">
<link rel="manifest" href="/site.webmanifest">
<link rel="icon" type="image/png" href="/img/icon.png">
<link rel="apple-touch-icon" type="image/png" href="/img/icon-192.png">
<link rel="canonical" href="/tags/crfsuite/">
<meta property="twitter:card" content="summary">
<meta property="og:site_name" content="<Vunb />">
<meta property="og:url" content="/tags/crfsuite/">
<meta property="og:title" content="CRFsuite | <Vunb />">
<meta property="og:description" content="Technology Enthusiast, AI/IOT Leader"><meta property="og:image" content="/img/icon-192.png">
<meta property="twitter:image" content="/img/icon-192.png"><meta property="og:locale" content="en-us">
<meta property="og:updated_time" content="2017-11-05T00:00:00+00:00">
<title>CRFsuite | <Vunb /></title>
</head>
<body id="top" data-spy="scroll" data-target="#TableOfContents" data-offset="71" >
<aside class="search-results" id="search">
<div class="container">
<section class="search-header">
<div class="row no-gutters justify-content-between mb-3">
<div class="col-6">
<h1>Search</h1>
</div>
<div class="col-6 col-search-close">
<a class="js-search" href="#"><i class="fas fa-times-circle text-muted" aria-hidden="true"></i></a>
</div>
</div>
<div id="search-box">
<input name="q" id="search-query" placeholder="Search..." autocapitalize="off"
autocomplete="off" autocorrect="off" role="textbox" spellcheck="false" type="search">
</div>
</section>
<section class="section-search-results">
<div id="search-hits">
</div>
</section>
</div>
</aside>
<nav class="navbar navbar-light fixed-top navbar-expand-lg py-0" id="navbar-main">
<div class="container">
<a class="navbar-brand" href="/"><Vunb /></a>
<button type="button" class="navbar-toggler" data-toggle="collapse"
data-target="#navbar" aria-controls="navbar" aria-expanded="false" aria-label="Toggle navigation">
<span><i class="fas fa-bars"></i></span>
</button>
<div class="collapse navbar-collapse" id="navbar">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link " href="/#about"><span>Home</span></a>
</li>
<li class="nav-item">
<a class="nav-link " href="/#posts"><span>Posts</span></a>
</li>
<li class="nav-item">
<a class="nav-link " href="/#projects"><span>Projects</span></a>
</li>
<li class="nav-item">
<a class="nav-link " href="/tutorials/"><span>Tutorials</span></a>
</li>
<li class="nav-item">
<a class="nav-link " href="/#contact"><span>Contact</span></a>
</li>
</ul>
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link js-search" href="#"><i class="fas fa-search" aria-hidden="true"></i></a>
</li>
<li class="nav-item">
<a class="nav-link js-dark-toggle" href="#"><i class="fas fa-moon" aria-hidden="true"></i></a>
</li>
</ul>
</div>
</div>
</nav>
<div class="universal-wrapper pt-3">
<h1 itemprop="name">CRFsuite</h1>
</div>
<div class="universal-wrapper">
<div>
<h2><a href="/post/2017/11/crfsuite-chunking-task/">CRFSuite - Tìm hiểu và ứng dụng với task Chunking</a></h2>
<div class="article-style">
Giới thiệu Text-chunking là bài toán chia một văn bản thành các cụm thành phần có liên quan tới cú pháp. Ví dụ, trong câu: “He reckons the current account deficit will narrow to only # 1.8 billion in September.” có thể được phân tích thành như sau:
[NP He ] [VP reckons ] [NP the current account deficit ] [VP will narrow ] [PP to ] [NP only # 1.
</div>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.imagesloaded/4.1.4/imagesloaded.pkgd.min.js" integrity="sha256-lqvxZrPLtfffUl2G/e7szqSvPBILGbwmsGE1MKlOi0Q=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.isotope/3.0.6/isotope.pkgd.min.js" integrity="sha256-CBrpuqrMhXwcLLUd5tvQ4euBHCdh7wGlDfNz8vbu/iI=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.2.5/jquery.fancybox.min.js" integrity="sha256-X5PoE3KU5l+JcX+w09p/wHl9AzK333C4hJ2I9S5mD4M=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.6/highlight.min.js" integrity="sha256-aYTdUrn6Ow1DDgh5JTc3aDGnnju48y/1c8s1dgkYPQ8=" crossorigin="anonymous"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.6/languages/typescript.min.js"></script>
<script id="dsq-count-scr" src="//vunb.disqus.com/count.js" async></script>
<script>hljs.initHighlightingOnLoad();</script>
<script>
const search_index_filename = "/index.json";
const i18n = {
'placeholder': "Search...",
'results': "results found",
'no_results': "No results found"
};
const content_type = {
'post': "Posts",
'project': "Projects",
'publication' : "Publications",
'talk' : "Talks"
};
</script>
<script id="search-hit-fuse-template" type="text/x-template">
<div class="search-hit" id="summary-{{key}}">
<div class="search-hit-content">
<div class="search-hit-name">
<a href="{{relpermalink}}">{{title}}</a>
<div class="article-metadata search-hit-type">{{type}}</div>
<p class="search-hit-description">{{snippet}}</p>
</div>
</div>
</div>
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/fuse.js/3.2.1/fuse.min.js" integrity="sha256-VzgmKYmhsGNNN4Ph1kMW+BjoYJM2jV5i4IlFoeZA9XI=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mark.js/8.11.1/jquery.mark.min.js" integrity="sha256-4HLtjeVgH0eIB3aZ9mLYF6E8oU5chNdjU6p6rrXpl9U=" crossorigin="anonymous"></script>
<script src="/js/academic.min.ca0e40ebabb6e907b6181e1e038ecbf1.js"></script>
<div class="container">
<footer class="site-footer">
<p class="powered-by">
Vunb © 2019 ·
Powered by the
<a href="https://sourcethemes.com/academic/" target="_blank" rel="noopener">Academic theme</a> for
<a href="https://gohugo.io" target="_blank" rel="noopener">Hugo</a>.
<span class="float-right" aria-hidden="true">
<a href="#" id="back_to_top">
<span class="button_icon">
<i class="fas fa-chevron-up fa-2x"></i>
</span>
</a>
</span>
</p>
</footer>
</div>
<div id="modal" class="modal fade" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title">Cite</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<pre><code class="tex hljs"></code></pre>
</div>
<div class="modal-footer">
<a class="btn btn-outline-primary my-1 js-copy-cite" href="#" target="_blank">
<i class="fas fa-copy"></i> Copy
</a>
<a class="btn btn-outline-primary my-1 js-download-cite" href="#" target="_blank">
<i class="fas fa-download"></i> Download
</a>
<div id="modal-error"></div>
</div>
</div>
</div>
</div>
</body>
</html>
| vunb/vunb.github.io | tags/crfsuite/index.html | HTML | mit | 12,134 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.9.1"/>
<title>V8 API Reference Guide for io.js v1.0.4: Member List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">V8 API Reference Guide for io.js v1.0.4
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.9.1 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespacev8.html">v8</a></li><li class="navelem"><a class="el" href="classv8_1_1_activity_control.html">ActivityControl</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">v8::ActivityControl Member List</div> </div>
</div><!--header-->
<div class="contents">
<p>This is the complete list of members for <a class="el" href="classv8_1_1_activity_control.html">v8::ActivityControl</a>, including all inherited members.</p>
<table class="directory">
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>ControlOption</b> enum name (defined in <a class="el" href="classv8_1_1_activity_control.html">v8::ActivityControl</a>)</td><td class="entry"><a class="el" href="classv8_1_1_activity_control.html">v8::ActivityControl</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>kAbort</b> enum value (defined in <a class="el" href="classv8_1_1_activity_control.html">v8::ActivityControl</a>)</td><td class="entry"><a class="el" href="classv8_1_1_activity_control.html">v8::ActivityControl</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>kContinue</b> enum value (defined in <a class="el" href="classv8_1_1_activity_control.html">v8::ActivityControl</a>)</td><td class="entry"><a class="el" href="classv8_1_1_activity_control.html">v8::ActivityControl</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1_activity_control.html#a1300f10611306a3e8f79239e057eb0bf">ReportProgressValue</a>(int done, int total)=0</td><td class="entry"><a class="el" href="classv8_1_1_activity_control.html">v8::ActivityControl</a></td><td class="entry"><span class="mlabel">pure virtual</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>~ActivityControl</b>() (defined in <a class="el" href="classv8_1_1_activity_control.html">v8::ActivityControl</a>)</td><td class="entry"><a class="el" href="classv8_1_1_activity_control.html">v8::ActivityControl</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">virtual</span></td></tr>
</table></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Tue Aug 11 2015 23:49:16 for V8 API Reference Guide for io.js v1.0.4 by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.9.1
</small></address>
</body>
</html>
| v8-dox/v8-dox.github.io | 297cadb/html/classv8_1_1_activity_control-members.html | HTML | mit | 6,094 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>squiggle-eq: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.12.1 / squiggle-eq - 1.0.4</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
squiggle-eq
<small>
1.0.4
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-12-29 09:04:54 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-29 09:04:54 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
coq 8.12.1 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.10.2 The OCaml compiler (virtual package)
ocaml-base-compiler 4.10.2 Official release 4.10.2
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "abhishek.anand.iitg@gmail.com"
homepage: "https://github.com/aa755/SquiggleEq"
dev-repo: "git+https://github.com/aa755/SquiggleEq"
authors: ["Abhishek Anand" "Vincent Rahli"]
bug-reports: "https://github.com/aa755/SquiggleEq/issues"
license: "MIT"
build: [
[make "-j%{jobs}%"]
]
install: [
[make "install"]
]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/SquiggleEq"]
depends: [
"ocaml"
"coq" {>= "8.8" & < "8.9~"}
"coq-ext-lib"
]
synopsis:
"An abstract formalization of variable bindings (both named and de-bruijn),"
description: """
based on ideas in the following paper:
Howe, Douglas J. “Equality in Lazy Computation Systems.” In LICS, 198–203, 1989."""
flags: light-uninstall
url {
src: "https://github.com/aa755/SquiggleEq/archive/v1.0.4.tar.gz"
checksum: "md5=c0378498110aa30ea89d4f9df1ca3b77"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-squiggle-eq.1.0.4 coq.8.12.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.12.1).
The following dependencies couldn't be met:
- coq-squiggle-eq -> coq < 8.9~ -> ocaml < 4.10
base of this switch (use `--unlock-base' to force)
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-squiggle-eq.1.0.4</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.10.2-2.0.6/released/8.12.1/squiggle-eq/1.0.4.html | HTML | mit | 6,678 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>技术产品官网</title>
<link rel="stylesheet" href="./css/normalize.css">
<link rel="stylesheet" href="./css/style.css">
</head>
<body>
<div class="wrapper">
<section class="header" id="header">
<a href="" class="header-title">
新世界
</a>
<a class="login-btn" href="">登录</a>
<nav>
<ul>
<li><a class="hover" href="">首页</a></li>
<li><a href="">最新活动</a></li>
<li><a href="">项目介绍</a></li>
<li><a href="">爱心社区</a></li>
<li><a href="">关于我们</a></li>
<li></li>
</ul>
</nav>
</section>
<section class="banner">
<img src="img/banner.png" alt="">
<div class="banner-text">
<h1>Time of new life</h1>
<h2>新时代,年轻的人们让我们一起</h2>
<h2>体验新生活,享受新生活</h2>
<button>开始体验</button>
</div>
</section>
<section class="describe clearfix">
<div class="des-block">
<img src="img/icon1.png" alt="">
<p>打造全新世界观,让你更爱你的生活</p>
</div>
<div class="des-block">
<img src="img/icon2.png" alt="">
<p>丰富多彩的公益活动,发挥新世界的主人公意识</p>
</div>
<div class="des-block">
<img src="img/icon3.png" alt="">
<p>时尚的新理念,超前未知的生活</p>
</div>
<div class="des-block">
<img src="img/icon4.png" alt="">
<p>完善的培养机制,培养你全新的世界观</p>
</div>
</section>
<section class="sentence">
<img src="img/book-l.png" alt="">
<h1>
关于新世界,你不知道的还有什么?
</h1>
</section>
<section class="city">
<p class="city-title">查找新世界城市活动信息</p>
<p class="city-info">每个城市又不同的活动信息,请自助查询您所需要了解的城市</p>
<div class="select-group">
<select name="" id="">
<option value="中国">中国</option>
<option>选项二</option>
<option>选项三</option>
<option>选项四</option>
<option>选项五</option>
</select>
<select name="" id="">
<option value="省份">省份</option>
<option>选项二</option>
<option>选项三</option>
<option>选项四</option>
<option>选项五</option>
</select>
<select name="" id="">
<option value="城市">城市</option>
<option>选项二</option>
<option>选项三</option>
<option>选项四</option>
<option>选项五</option>
</select>
<button>搜索</button>
</div>
</section>
<section class="party">
<div class="party-wrapper">
<div class="party-block">
<img src="img/galexy1.png" alt="">
<p class="party-title">北京活动</p>
<p>新社区大联盟</p>
</div>
<div class="party-block">
<p class="party-title big">上海活动</p>
<p>夜上海新景观探索</p>
<img src="img/galexy2.png" alt="">
</div>
<div class="party-block">
<img src="img/galexy3.png" alt="">
<p class="party-title">深圳活动</p>
<p>全新海岸线观点站</p>
</div>
<div class="party-block">
<img src="img/galexy4.png" alt="">
<p class="party-title">香港活动</p>
<p>奢侈消费大派送</p>
</div>
</div>
</section>
<section class="grid-hh">
<div class="grid-left">
<div class="bigimg clearfix">
<div class="over-img-text">
<p>新世界</p>
<p>TIME</p>
<p>@新世界 - 北京</p>
<p>2016.04.01</p>
</div>
</div>
<div class="bigimg-text"></div>
</div>
<div class="grid-right">
<article>
<h3>
新世界<span>/</span><span>01</span>
</h3>
<p>
在1960年代,”Leatraset”公司发布了印刷着Lorem Ipsum段落的纸张,从而广泛普及了它的使用。最近,计算机桌面出版软件”Aldus PageMaker”也通过同样的方式使Lorem Ipsum落入大众的视野。 我们为何用它? 无可否认,当读者在浏览一个页面的排版时,难免会被可阅读的内容所分散注意力。
</p>
</article>
<button>
更多详情
</button>
<div class="article-page">
<a class="page-point">
</a>
<a class="page-point">
</a>
<a class="page-point">
</a>
</div>
</div>
</section>
<section class="more-grid">
<div class="more-grid-block">
<div class="grid-block-inside">
<p>新时代</p>
<p>关于爱生活的我们</p>
<div class="line"></div>
<button>
查看更多
</button>
</div>
</div>
<div class="more-grid-block">
<div class="grid-block-inside">
<p>新时代</p>
<p>关于爱生活的我们</p>
<button>
查看更多
</button>
</div>
</div>
<div class="more-grid-block">
<div class="block-img"></div>
</div>
</section>
<section class="form">
<div class="form-wrapper">
<article>
<h2>
成为我们的志愿者
</h2>
<p>
新世界的大家庭需要每一个爱生活的人的加入,如果你够年轻,有梦想,有激情
</p>
<p>
那就不要犹豫,快来加入我们,成为改变所有人生活的人
</p>
</article>
<div class="form-info">
<div class="form-info-block">
<h3>
新世界志愿者协议
</h3>
<p>
加入新世界志愿者的人必须遵守中华人民共和国的相关法律法规, 并且本着平等资源的原则 ……
</p>
<a href="">
<img src="img/down.png" alt=""> more
</a>
</div>
<div class="form-info-block">
<h3>
新世界志愿者协议
</h3>
<p>
加入新世界志愿者的人必须遵守中华人民共和国的相关法律法规, 并且本着平等资源的原则 ……
</p>
<a href="">
<img src="img/down.png" alt=""> more
</a>
</div>
<div class="form-info-block">
<h3>
更多条款
</h3>
<a href="">
<img src="img/down.png" alt=""> more
</a>
</div>
</div>
<div class="form">
<input placeholder="姓名:" type="url" tabindex="4" required="">
<input placeholder="年龄:" type="url" tabindex="4" required="">
<input placeholder="联系方式:" type="url" tabindex="4" required="">
<input placeholder="联系地址:" type="url" tabindex="4" required="">
<textarea type="text" name="description" placeholder="请简单表述您梦想的生活:" cols="30" rows="10"></textarea>
<button>提交申请</button>
</div>
</div>
</section>
<section class="contact">
<div class="contact-wrapper">
<h2>联系我们</h2>
<p>为了更好的获取我们最新的产资讯,您可以留下您的电子邮箱快速订阅我们的产品资讯</p>
<p>也可以通过一下任何方式关注我们的动态</p>
<form action="">
<fieldset>
<input placeholder="Your Email" type="text" tabindex="1" required="" >
<button>
提交
</button>
</fieldset>
</form>
<div class="contact-icon">
<a href=""><img src="img/contant1.png" alt=""></a>
<a href=""><img src="img/contant2.png" alt=""></a>
<a href=""><img src="img/contant3.png" alt=""></a>
<a href=""><img src="img/contant4.png" alt=""></a>
</div>
</div>
</section>
<footer>
<div class="footer-wrapper">
<p>
@2016 新世界
<a href="#header" id="">Back to top</a>
</p>
</div>
</footer>
</div>
</body>
</html> | 409915016/Baidu_IFE_2016Spring | phase_1/task_7/dist/index.html | HTML | mit | 10,845 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.11"/>
<title>V8 API Reference Guide for node.js v6.11.4: v8::TryCatch Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">V8 API Reference Guide for node.js v6.11.4
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.11 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="inherits.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespacev8.html">v8</a></li><li class="navelem"><a class="el" href="classv8_1_1TryCatch.html">TryCatch</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-methods">Public Member Functions</a> |
<a href="#pub-static-methods">Static Public Member Functions</a> |
<a href="#friends">Friends</a> |
<a href="classv8_1_1TryCatch-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">v8::TryCatch Class Reference</div> </div>
</div><!--header-->
<div class="contents">
<p><code>#include <<a class="el" href="v8_8h_source.html">v8.h</a>></code></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:a09b537e2d41504970bf5c4b574580d27"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1TryCatch.html#a09b537e2d41504970bf5c4b574580d27">V8_DEPRECATED</a> ("Use isolate version", TryCatch())</td></tr>
<tr class="separator:a09b537e2d41504970bf5c4b574580d27"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a623ce624491b383fae60c05d2aeefb1a"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1TryCatch.html#a623ce624491b383fae60c05d2aeefb1a">TryCatch</a> (<a class="el" href="classv8_1_1Isolate.html">Isolate</a> *isolate)</td></tr>
<tr class="separator:a623ce624491b383fae60c05d2aeefb1a"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a2c9ad4b40d17dd31c6dd020736b30679"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1TryCatch.html#a2c9ad4b40d17dd31c6dd020736b30679">~TryCatch</a> ()</td></tr>
<tr class="separator:a2c9ad4b40d17dd31c6dd020736b30679"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a48f704fbf2b82564b5d2a4ff596e4137"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1TryCatch.html#a48f704fbf2b82564b5d2a4ff596e4137">HasCaught</a> () const </td></tr>
<tr class="separator:a48f704fbf2b82564b5d2a4ff596e4137"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a2ec467d4653d26c064d749cab98791cb"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1TryCatch.html#a2ec467d4653d26c064d749cab98791cb">CanContinue</a> () const </td></tr>
<tr class="separator:a2ec467d4653d26c064d749cab98791cb"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a7e012477ac47db9480f85d55427987c7"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1TryCatch.html#a7e012477ac47db9480f85d55427987c7">HasTerminated</a> () const </td></tr>
<tr class="separator:a7e012477ac47db9480f85d55427987c7"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ab8c3a1dbb38e6fd00e37436034daf707"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1TryCatch.html#ab8c3a1dbb38e6fd00e37436034daf707">ReThrow</a> ()</td></tr>
<tr class="separator:ab8c3a1dbb38e6fd00e37436034daf707"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a99c425f29b3355b4294cbe762377f99b"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1TryCatch.html#a99c425f29b3355b4294cbe762377f99b">Exception</a> () const </td></tr>
<tr class="separator:a99c425f29b3355b4294cbe762377f99b"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a40bb49f0c8ee86f948cb0a172d7d4b74"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1TryCatch.html#a40bb49f0c8ee86f948cb0a172d7d4b74">V8_DEPRECATE_SOON</a> ("Use maybe version.", Local< <a class="el" href="classv8_1_1Value.html">Value</a> > <a class="el" href="classv8_1_1StackTrace.html">StackTrace</a>() const)</td></tr>
<tr class="separator:a40bb49f0c8ee86f948cb0a172d7d4b74"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a449fe4cdc063d234f2bea39e9297ba28"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a449fe4cdc063d234f2bea39e9297ba28"></a>
V8_WARN_UNUSED_RESULT <a class="el" href="classv8_1_1MaybeLocal.html">MaybeLocal</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > </td><td class="memItemRight" valign="bottom"><b>StackTrace</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context) const </td></tr>
<tr class="separator:a449fe4cdc063d234f2bea39e9297ba28"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a2811e500fbb906ee505895a3d94fc66f"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Message.html">v8::Message</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1TryCatch.html#a2811e500fbb906ee505895a3d94fc66f">Message</a> () const </td></tr>
<tr class="separator:a2811e500fbb906ee505895a3d94fc66f"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a3aae8acab4c99b374b7d782763d4c8e1"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1TryCatch.html#a3aae8acab4c99b374b7d782763d4c8e1">Reset</a> ()</td></tr>
<tr class="separator:a3aae8acab4c99b374b7d782763d4c8e1"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a032cd889d76bd596e2616df11ced8682"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1TryCatch.html#a032cd889d76bd596e2616df11ced8682">SetVerbose</a> (bool value)</td></tr>
<tr class="separator:a032cd889d76bd596e2616df11ced8682"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a466a5d8c898f577635fe99c428ad1d8f"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1TryCatch.html#a466a5d8c898f577635fe99c428ad1d8f">IsVerbose</a> () const </td></tr>
<tr class="separator:a466a5d8c898f577635fe99c428ad1d8f"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a541b8fa6951bd5a439692c22d5c7b73c"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1TryCatch.html#a541b8fa6951bd5a439692c22d5c7b73c">SetCaptureMessage</a> (bool value)</td></tr>
<tr class="separator:a541b8fa6951bd5a439692c22d5c7b73c"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-static-methods"></a>
Static Public Member Functions</h2></td></tr>
<tr class="memitem:ac2e6359fa11a2aba609af82fb80cf07a"><td class="memItemLeft" align="right" valign="top">static void * </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1TryCatch.html#ac2e6359fa11a2aba609af82fb80cf07a">JSStackComparableAddress</a> (<a class="el" href="classv8_1_1TryCatch.html">v8::TryCatch</a> *handler)</td></tr>
<tr class="separator:ac2e6359fa11a2aba609af82fb80cf07a"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="friends"></a>
Friends</h2></td></tr>
<tr class="memitem:acda8e558d20805fa72df899e935081aa"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="acda8e558d20805fa72df899e935081aa"></a>
class </td><td class="memItemRight" valign="bottom"><b>v8::internal::Isolate</b></td></tr>
<tr class="separator:acda8e558d20805fa72df899e935081aa"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>An external exception handler. </p>
</div><h2 class="groupheader">Constructor & Destructor Documentation</h2>
<a class="anchor" id="a623ce624491b383fae60c05d2aeefb1a"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">v8::TryCatch::TryCatch </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classv8_1_1Isolate.html">Isolate</a> * </td>
<td class="paramname"><em>isolate</em></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Creates a new try/catch block and registers it with <a class="el" href="namespacev8.html">v8</a>. Note that all <a class="el" href="classv8_1_1TryCatch.html">TryCatch</a> blocks should be stack allocated because the memory location itself is compared against JavaScript try/catch blocks. </p>
</div>
</div>
<a class="anchor" id="a2c9ad4b40d17dd31c6dd020736b30679"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">v8::TryCatch::~TryCatch </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Unregisters and deletes this try/catch block. </p>
</div>
</div>
<h2 class="groupheader">Member Function Documentation</h2>
<a class="anchor" id="a2ec467d4653d26c064d749cab98791cb"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">bool v8::TryCatch::CanContinue </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td> const</td>
</tr>
</table>
</div><div class="memdoc">
<p>For certain types of exceptions, it makes no sense to continue execution.</p>
<p>If CanContinue returns false, the correct action is to perform any C++ cleanup needed and then return. If CanContinue returns false and HasTerminated returns true, it is possible to call CancelTerminateExecution in order to continue calling into the engine. </p>
</div>
</div>
<a class="anchor" id="a99c425f29b3355b4294cbe762377f99b"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classv8_1_1Local.html">Local</a><<a class="el" href="classv8_1_1Value.html">Value</a>> v8::TryCatch::Exception </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td> const</td>
</tr>
</table>
</div><div class="memdoc">
<p>Returns the exception caught by this try/catch block. If no exception has been caught an empty handle is returned.</p>
<p>The returned handle is valid until this <a class="el" href="classv8_1_1TryCatch.html">TryCatch</a> block has been destroyed. </p>
</div>
</div>
<a class="anchor" id="a48f704fbf2b82564b5d2a4ff596e4137"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">bool v8::TryCatch::HasCaught </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td> const</td>
</tr>
</table>
</div><div class="memdoc">
<p>Returns true if an exception has been caught by this try/catch block. </p>
</div>
</div>
<a class="anchor" id="a7e012477ac47db9480f85d55427987c7"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">bool v8::TryCatch::HasTerminated </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td> const</td>
</tr>
</table>
</div><div class="memdoc">
<p>Returns true if an exception has been caught due to script execution being terminated.</p>
<p>There is no JavaScript representation of an execution termination exception. Such exceptions are thrown when the TerminateExecution methods are called to terminate a long-running script.</p>
<p>If such an exception has been thrown, HasTerminated will return true, indicating that it is possible to call CancelTerminateExecution in order to continue calling into the engine. </p>
</div>
</div>
<a class="anchor" id="a466a5d8c898f577635fe99c428ad1d8f"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">bool v8::TryCatch::IsVerbose </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td> const</td>
</tr>
</table>
</div><div class="memdoc">
<p>Returns true if verbosity is enabled. </p>
</div>
</div>
<a class="anchor" id="ac2e6359fa11a2aba609af82fb80cf07a"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static void* v8::TryCatch::JSStackComparableAddress </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classv8_1_1TryCatch.html">v8::TryCatch</a> * </td>
<td class="paramname"><em>handler</em></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>There are cases when the raw address of C++ <a class="el" href="classv8_1_1TryCatch.html">TryCatch</a> object cannot be used for comparisons with addresses into the JS stack. The cases are: 1) ARM, ARM64 and MIPS simulators which have separate JS stack. 2) Address sanitizer allocates local C++ object in the heap when UseAfterReturn mode is enabled. This method returns address that can be used for comparisons with addresses into the JS stack. When neither simulator nor ASAN's UseAfterReturn is enabled, then the address returned will be the address of the C++ try catch handler itself. </p>
</div>
</div>
<a class="anchor" id="a2811e500fbb906ee505895a3d94fc66f"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classv8_1_1Local.html">Local</a><<a class="el" href="classv8_1_1Message.html">v8::Message</a>> v8::TryCatch::Message </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td> const</td>
</tr>
</table>
</div><div class="memdoc">
<p>Returns the message associated with this exception. If there is no message associated an empty handle is returned.</p>
<p>The returned handle is valid until this <a class="el" href="classv8_1_1TryCatch.html">TryCatch</a> block has been destroyed. </p>
</div>
</div>
<a class="anchor" id="a3aae8acab4c99b374b7d782763d4c8e1"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void v8::TryCatch::Reset </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Clears any exceptions that may have been caught by this try/catch block. After this method has been called, <a class="el" href="classv8_1_1TryCatch.html#a48f704fbf2b82564b5d2a4ff596e4137">HasCaught()</a> will return false. Cancels the scheduled exception if it is caught and <a class="el" href="classv8_1_1TryCatch.html#ab8c3a1dbb38e6fd00e37436034daf707">ReThrow()</a> is not called before.</p>
<p>It is not necessary to clear a try/catch block before using it again; if another exception is thrown the previously caught exception will just be overwritten. However, it is often a good idea since it makes it easier to determine which operation threw a given exception. </p>
</div>
</div>
<a class="anchor" id="ab8c3a1dbb38e6fd00e37436034daf707"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classv8_1_1Local.html">Local</a><<a class="el" href="classv8_1_1Value.html">Value</a>> v8::TryCatch::ReThrow </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Throws the exception caught by this <a class="el" href="classv8_1_1TryCatch.html">TryCatch</a> in a way that avoids it being caught again by this same <a class="el" href="classv8_1_1TryCatch.html">TryCatch</a>. As with ThrowException it is illegal to execute any JavaScript operations after calling ReThrow; the caller must return immediately to where the exception is caught. </p>
</div>
</div>
<a class="anchor" id="a541b8fa6951bd5a439692c22d5c7b73c"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void v8::TryCatch::SetCaptureMessage </td>
<td>(</td>
<td class="paramtype">bool </td>
<td class="paramname"><em>value</em></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p><a class="el" href="classv8_1_1Set.html">Set</a> whether or not this <a class="el" href="classv8_1_1TryCatch.html">TryCatch</a> should capture a <a class="el" href="classv8_1_1Message.html">Message</a> object which holds source information about where the exception occurred. True by default. </p>
</div>
</div>
<a class="anchor" id="a032cd889d76bd596e2616df11ced8682"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void v8::TryCatch::SetVerbose </td>
<td>(</td>
<td class="paramtype">bool </td>
<td class="paramname"><em>value</em></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p><a class="el" href="classv8_1_1Set.html">Set</a> verbosity of the external exception handler.</p>
<p>By default, exceptions that are caught by an external exception handler are not reported. Call SetVerbose with true on an external exception handler to have exceptions caught by the handler reported as if they were not caught. </p>
</div>
</div>
<a class="anchor" id="a40bb49f0c8ee86f948cb0a172d7d4b74"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">v8::TryCatch::V8_DEPRECATE_SOON </td>
<td>(</td>
<td class="paramtype">"Use maybe version." </td>
<td class="paramname">, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > <a class="el" href="classv8_1_1StackTrace.html">StackTrace</a>() </td>
<td class="paramname"><em>const</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Returns the .stack property of the thrown object. If no .stack property is present an empty handle is returned. </p>
</div>
</div>
<a class="anchor" id="a09b537e2d41504970bf5c4b574580d27"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">v8::TryCatch::V8_DEPRECATED </td>
<td>(</td>
<td class="paramtype">"Use isolate version" </td>
<td class="paramname">, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="classv8_1_1TryCatch.html">TryCatch</a>() </td>
<td class="paramname"> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Creates a new try/catch block and registers it with <a class="el" href="namespacev8.html">v8</a>. Note that all <a class="el" href="classv8_1_1TryCatch.html">TryCatch</a> blocks should be stack allocated because the memory location itself is compared against JavaScript try/catch blocks. </p>
</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li>deps/v8/include/<a class="el" href="v8_8h_source.html">v8.h</a></li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.11
</small></address>
</body>
</html>
| v8-dox/v8-dox.github.io | 4e1a50a/html/classv8_1_1TryCatch.html | HTML | mit | 24,957 |
<!doctype html>
<html class="default no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>IListFieldUniqueId | fx.sharepoint.lists.jsom</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../assets/css/main.css">
</head>
<body>
<header>
<div class="tsd-page-toolbar">
<div class="container">
<div class="table-wrap">
<div class="table-cell" id="tsd-search" data-index="../assets/js/search.js" data-base="..">
<div class="field">
<label for="tsd-search-field" class="tsd-widget search no-caption">Search</label>
<input id="tsd-search-field" type="text" />
</div>
<ul class="results">
<li class="state loading">Preparing search index...</li>
<li class="state failure">The search index is not available</li>
</ul>
<a href="../index.html" class="title">fx.sharepoint.lists.jsom</a>
</div>
<div class="table-cell" id="tsd-widgets">
<div id="tsd-filter">
<a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a>
<div class="tsd-filter-group">
<div class="tsd-select" id="tsd-filter-visibility">
<span class="tsd-select-label">All</span>
<ul class="tsd-select-list">
<li data-value="public">Public</li>
<li data-value="protected">Public/Protected</li>
<li data-value="private" class="selected">All</li>
</ul>
</div>
<input type="checkbox" id="tsd-filter-inherited" checked />
<label class="tsd-widget" for="tsd-filter-inherited">Inherited</label>
<input type="checkbox" id="tsd-filter-externals" checked />
<label class="tsd-widget" for="tsd-filter-externals">Externals</label>
<input type="checkbox" id="tsd-filter-only-exported" />
<label class="tsd-widget" for="tsd-filter-only-exported">Only exported</label>
</div>
</div>
<a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a>
</div>
</div>
</div>
</div>
<div class="tsd-page-title">
<div class="container">
<ul class="tsd-breadcrumb">
<li>
<a href="../globals.html">Globals</a>
</li>
<li>
<a href="../modules/fx.html">Fx</a>
</li>
<li>
<a href="../modules/fx.sharepoint.html">SharePoint</a>
</li>
<li>
<a href="../modules/fx.sharepoint.client.html">Client</a>
</li>
<li>
<a href="fx.sharepoint.client.ilistfielduniqueid.html">IListFieldUniqueId</a>
</li>
</ul>
<h1>Interface IListFieldUniqueId</h1>
</div>
</div>
</header>
<div class="container container-main">
<div class="row">
<div class="col-8 col-content">
<section class="tsd-panel tsd-hierarchy">
<h3>Hierarchy</h3>
<ul class="tsd-hierarchy">
<li>
<a href="fx.sharepoint.client.ilistfield.html" class="tsd-signature-type">IListField</a>
<ul class="tsd-hierarchy">
<li>
<span class="target">IListFieldUniqueId</span>
</li>
</ul>
</li>
</ul>
</section>
<section class="tsd-panel">
<h3>Implemented by</h3>
<ul class="tsd-hierarchy">
<li><a href="../classes/fx.sharepoint.client.listfielduniqueid.html" class="tsd-signature-type">ListFieldUniqueId</a></li>
</ul>
</section>
<section class="tsd-panel-group tsd-index-group">
<h2>Index</h2>
<section class="tsd-panel tsd-index-panel">
<div class="tsd-index-content">
<section class="tsd-index-section tsd-is-inherited">
<h3>Properties</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="fx.sharepoint.client.ilistfielduniqueid.html#displayname" class="tsd-kind-icon">display<wbr>Name</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="fx.sharepoint.client.ilistfielduniqueid.html#fieldconfig" class="tsd-kind-icon">field<wbr>Config</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="fx.sharepoint.client.ilistfielduniqueid.html#frombasetype" class="tsd-kind-icon">from<wbr>Base<wbr>Type</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="fx.sharepoint.client.ilistfielduniqueid.html#id" class="tsd-kind-icon">id</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="fx.sharepoint.client.ilistfielduniqueid.html#internalname" class="tsd-kind-icon">internal<wbr>Name</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="fx.sharepoint.client.ilistfielduniqueid.html#list" class="tsd-kind-icon">list</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="fx.sharepoint.client.ilistfielduniqueid.html#normname" class="tsd-kind-icon">norm<wbr>Name</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="fx.sharepoint.client.ilistfielduniqueid.html#readonlyfield" class="tsd-kind-icon">read<wbr>Only<wbr>Field</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="fx.sharepoint.client.ilistfielduniqueid.html#required" class="tsd-kind-icon">required</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="fx.sharepoint.client.ilistfielduniqueid.html#schemaxml" class="tsd-kind-icon">schema<wbr>Xml</a></li>
</ul>
</section>
<section class="tsd-index-section tsd-is-inherited">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><a href="fx.sharepoint.client.ilistfielduniqueid.html#parserequest" class="tsd-kind-icon">parse<wbr>Request</a></li>
<li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><a href="fx.sharepoint.client.ilistfielduniqueid.html#parseresponse" class="tsd-kind-icon">parse<wbr>Response</a></li>
</ul>
</section>
</div>
</section>
</section>
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Properties</h2>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
<a name="displayname" class="tsd-anchor"></a>
<h3>display<wbr>Name</h3>
<div class="tsd-signature tsd-kind-icon">display<wbr>Name<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
<p>Inherited from <a href="fx.sharepoint.client.ilistfield.html">IListField</a>.<a href="fx.sharepoint.client.ilistfield.html#displayname">displayName</a></p>
<ul>
<li>Defined in src/core/field/type/IListField.ts:30</li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Gets a value that specifies the field display name.
Eg: "My Title" instead of internal name "Title".</p>
</div>
</div>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
<a name="fieldconfig" class="tsd-anchor"></a>
<h3>field<wbr>Config</h3>
<div class="tsd-signature tsd-kind-icon">field<wbr>Config<span class="tsd-signature-symbol">:</span> <a href="fx.sharepoint.client.ifieldconfig.html" class="tsd-signature-type">IFieldConfig</a></div>
<aside class="tsd-sources">
<p>Inherited from <a href="fx.sharepoint.client.ilistfield.html">IListField</a>.<a href="fx.sharepoint.client.ilistfield.html#fieldconfig">fieldConfig</a></p>
<ul>
<li>Defined in src/core/field/type/IListField.ts:6</li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
<a name="frombasetype" class="tsd-anchor"></a>
<h3>from<wbr>Base<wbr>Type</h3>
<div class="tsd-signature tsd-kind-icon">from<wbr>Base<wbr>Type<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
<aside class="tsd-sources">
<p>Inherited from <a href="fx.sharepoint.client.ilistfield.html">IListField</a>.<a href="fx.sharepoint.client.ilistfield.html#frombasetype">fromBaseType</a></p>
<ul>
<li>Defined in src/core/field/type/IListField.ts:40</li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
<a name="id" class="tsd-anchor"></a>
<h3>id</h3>
<div class="tsd-signature tsd-kind-icon">id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
<p>Inherited from <a href="fx.sharepoint.client.ilistfield.html">IListField</a>.<a href="fx.sharepoint.client.ilistfield.html#id">id</a></p>
<ul>
<li>Defined in src/core/field/type/IListField.ts:18</li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
<a name="internalname" class="tsd-anchor"></a>
<h3>internal<wbr>Name</h3>
<div class="tsd-signature tsd-kind-icon">internal<wbr>Name<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
<p>Inherited from <a href="fx.sharepoint.client.ilistfield.html">IListField</a>.<a href="fx.sharepoint.client.ilistfield.html#internalname">internalName</a></p>
<ul>
<li>Defined in src/core/field/type/IListField.ts:24</li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Gets a value that specifies the field internal name.
Eg: 'Title'.</p>
</div>
</div>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
<a name="list" class="tsd-anchor"></a>
<h3>list</h3>
<div class="tsd-signature tsd-kind-icon">list<span class="tsd-signature-symbol">:</span> <a href="fx.sharepoint.client.ilist.html" class="tsd-signature-type">IList</a></div>
<aside class="tsd-sources">
<p>Inherited from <a href="fx.sharepoint.client.ilistfield.html">IListField</a>.<a href="fx.sharepoint.client.ilistfield.html#list">list</a></p>
<ul>
<li>Defined in src/core/field/type/IListField.ts:5</li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
<a name="normname" class="tsd-anchor"></a>
<h3>norm<wbr>Name</h3>
<div class="tsd-signature tsd-kind-icon">norm<wbr>Name<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
<p>Inherited from <a href="fx.sharepoint.client.ilistfield.html">IListField</a>.<a href="fx.sharepoint.client.ilistfield.html#normname">normName</a></p>
<ul>
<li>Defined in src/core/field/type/IListField.ts:36</li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<ul>
<li>Tên sẽ được gán vào object list item.<br/></li>
<li>Vd: internalName == 'Title' -> normName == 'title' -> list item: '{ title: "Some title" }'.</li>
</ul>
</div>
</div>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
<a name="readonlyfield" class="tsd-anchor"></a>
<h3>read<wbr>Only<wbr>Field</h3>
<div class="tsd-signature tsd-kind-icon">read<wbr>Only<wbr>Field<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
<aside class="tsd-sources">
<p>Inherited from <a href="fx.sharepoint.client.ilistfield.html">IListField</a>.<a href="fx.sharepoint.client.ilistfield.html#readonlyfield">readOnlyField</a></p>
<ul>
<li>Defined in src/core/field/type/IListField.ts:38</li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
<a name="required" class="tsd-anchor"></a>
<h3>required</h3>
<div class="tsd-signature tsd-kind-icon">required<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
<aside class="tsd-sources">
<p>Inherited from <a href="fx.sharepoint.client.ilistfield.html">IListField</a>.<a href="fx.sharepoint.client.ilistfield.html#required">required</a></p>
<ul>
<li>Defined in src/core/field/type/IListField.ts:39</li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
<a name="schemaxml" class="tsd-anchor"></a>
<h3>schema<wbr>Xml</h3>
<div class="tsd-signature tsd-kind-icon">schema<wbr>Xml<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
<p>Inherited from <a href="fx.sharepoint.client.ilistfield.html">IListField</a>.<a href="fx.sharepoint.client.ilistfield.html#schemaxml">schemaXml</a></p>
<ul>
<li>Defined in src/core/field/type/IListField.ts:41</li>
</ul>
</aside>
</section>
</section>
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
<a name="parserequest" class="tsd-anchor"></a>
<h3>parse<wbr>Request</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
<li class="tsd-signature tsd-kind-icon">parse<wbr>Request<span class="tsd-signature-symbol">(</span>item<span class="tsd-signature-symbol">: </span><a href="fx.sharepoint.client.ilistitem.html" class="tsd-signature-type">IListItem</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">IPromise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="fx.sharepoint.client.ilistfield.html">IListField</a>.<a href="fx.sharepoint.client.ilistfield.html#parserequest">parseRequest</a></p>
<ul>
<li>Defined in src/core/field/type/IListField.ts:16</li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>this.$$private.fieldData -> field parsers -> SPListItem data.</p>
</div>
</div>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>item: <a href="fx.sharepoint.client.ilistitem.html" class="tsd-signature-type">IListItem</a></h5>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">IPromise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
<a name="parseresponse" class="tsd-anchor"></a>
<h3>parse<wbr>Response</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
<li class="tsd-signature tsd-kind-icon">parse<wbr>Response<span class="tsd-signature-symbol">(</span>item<span class="tsd-signature-symbol">: </span><a href="fx.sharepoint.client.ilistitem.html" class="tsd-signature-type">IListItem</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">IPromise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="fx.sharepoint.client.ilistfield.html">IListField</a>.<a href="fx.sharepoint.client.ilistfield.html#parseresponse">parseResponse</a></p>
<ul>
<li>Defined in src/core/field/type/IListField.ts:11</li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>SPListItem data -> field parsers -> this.$$private.fieldData.</p>
</div>
</div>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>item: <a href="fx.sharepoint.client.ilistitem.html" class="tsd-signature-type">IListItem</a></h5>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">IPromise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4>
</li>
</ul>
</section>
</section>
</div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<nav class="tsd-navigation primary">
<ul>
<li class="globals ">
<a href="../globals.html"><em>Globals</em></a>
</li>
<li class=" tsd-kind-module tsd-is-not-exported">
<a href="../modules/fx.html">Fx</a>
</li>
<li class=" tsd-kind-module tsd-parent-kind-module">
<a href="../modules/fx.sharepoint.html">Fx.<wbr>Share<wbr>Point</a>
</li>
<li class=" tsd-kind-module tsd-parent-kind-module">
<a href="../modules/fx.sharepoint.caml.html">Fx.<wbr>Share<wbr>Point.<wbr>Caml</a>
</li>
<li class=" tsd-kind-module tsd-parent-kind-module">
<a href="../modules/fx.sharepoint.caml.lists.html">Fx.<wbr>Share<wbr>Point.<wbr>Caml.<wbr>Lists</a>
</li>
<li class=" tsd-kind-module tsd-parent-kind-module">
<a href="../modules/fx.sharepoint.caml.queries.html">Fx.<wbr>Share<wbr>Point.<wbr>Caml.<wbr>Queries</a>
</li>
<li class=" tsd-kind-module tsd-parent-kind-module">
<a href="../modules/fx.sharepoint.caml.views.html">Fx.<wbr>Share<wbr>Point.<wbr>Caml.<wbr>Views</a>
</li>
<li class="current tsd-kind-module tsd-parent-kind-module">
<a href="../modules/fx.sharepoint.client.html">Fx.<wbr>Share<wbr>Point.<wbr>Client</a>
</li>
<li class=" tsd-kind-module tsd-is-not-exported">
<a href="../modules/_.html">_</a>
</li>
</ul>
</nav>
<nav class="tsd-navigation secondary menu-sticky">
<ul class="before-current">
</ul>
<ul class="current">
<li class="current tsd-kind-interface tsd-parent-kind-module">
<a href="fx.sharepoint.client.ilistfielduniqueid.html" class="tsd-kind-icon">IList<wbr>Field<wbr>Unique<wbr>Id</a>
<ul>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
<a href="fx.sharepoint.client.ilistfielduniqueid.html#displayname" class="tsd-kind-icon">display<wbr>Name</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
<a href="fx.sharepoint.client.ilistfielduniqueid.html#fieldconfig" class="tsd-kind-icon">field<wbr>Config</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
<a href="fx.sharepoint.client.ilistfielduniqueid.html#frombasetype" class="tsd-kind-icon">from<wbr>Base<wbr>Type</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
<a href="fx.sharepoint.client.ilistfielduniqueid.html#id" class="tsd-kind-icon">id</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
<a href="fx.sharepoint.client.ilistfielduniqueid.html#internalname" class="tsd-kind-icon">internal<wbr>Name</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
<a href="fx.sharepoint.client.ilistfielduniqueid.html#list" class="tsd-kind-icon">list</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
<a href="fx.sharepoint.client.ilistfielduniqueid.html#normname" class="tsd-kind-icon">norm<wbr>Name</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
<a href="fx.sharepoint.client.ilistfielduniqueid.html#readonlyfield" class="tsd-kind-icon">read<wbr>Only<wbr>Field</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
<a href="fx.sharepoint.client.ilistfielduniqueid.html#required" class="tsd-kind-icon">required</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
<a href="fx.sharepoint.client.ilistfielduniqueid.html#schemaxml" class="tsd-kind-icon">schema<wbr>Xml</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
<a href="fx.sharepoint.client.ilistfielduniqueid.html#parserequest" class="tsd-kind-icon">parse<wbr>Request</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
<a href="fx.sharepoint.client.ilistfielduniqueid.html#parseresponse" class="tsd-kind-icon">parse<wbr>Response</a>
</li>
</ul>
</li>
</ul>
<ul class="after-current">
</ul>
</nav>
</div>
</div>
</div>
<footer class="with-border-bottom">
<div class="container">
<h2>Legend</h2>
<div class="tsd-legend-group">
<ul class="tsd-legend">
<li class="tsd-kind-module"><span class="tsd-kind-icon">Module</span></li>
<li class="tsd-kind-object-literal"><span class="tsd-kind-icon">Object literal</span></li>
<li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li>
<li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li>
<li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li>
<li class="tsd-kind-index-signature"><span class="tsd-kind-icon">Index signature</span></li>
<li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li>
<li class="tsd-kind-enum-member"><span class="tsd-kind-icon">Enumeration member</span></li>
<li class="tsd-kind-property tsd-parent-kind-enum"><span class="tsd-kind-icon">Property</span></li>
<li class="tsd-kind-method tsd-parent-kind-enum"><span class="tsd-kind-icon">Method</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
<li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li>
<li class="tsd-kind-constructor tsd-parent-kind-interface"><span class="tsd-kind-icon">Constructor</span></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
<li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li>
<li class="tsd-kind-index-signature tsd-parent-kind-interface"><span class="tsd-kind-icon">Index signature</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
<li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li>
<li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li>
<li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li>
<li class="tsd-kind-accessor tsd-parent-kind-class"><span class="tsd-kind-icon">Accessor</span></li>
<li class="tsd-kind-index-signature tsd-parent-kind-class"><span class="tsd-kind-icon">Index signature</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited constructor</span></li>
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited method</span></li>
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited accessor</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected method</span></li>
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected accessor</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private method</span></li>
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private accessor</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static property</span></li>
<li class="tsd-kind-call-signature tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li>
</ul>
</div>
</div>
</footer>
<div class="container tsd-generator">
<p>Generated using <a href="http://typedoc.org/" target="_blank">TypeDoc</a></p>
</div>
<div class="overlay"></div>
<script src="../assets/js/main.js"></script>
<script>if (location.protocol == 'file:') document.write('<script src="../assets/js/search.js"><' + '/script>');</script>
</body>
</html> | fanxipan/fx-docs | docs/_static/other/code-libraries/sp-jsom-list/docs/interfaces/fx.sharepoint.client.ilistfielduniqueid.html | HTML | mit | 26,639 |
<html>
<head>
<title>My Homepage: TV Channels</title>
<link type="text/css" rel="stylesheet" href="css/Tv.css" />
<link rel="shortcut icon" href="Pictures/favicons/Sh.jpg" />
</head>
<body style="background-image: url(Pictures/4k_background.png)">
<table>
<thead>
<tr>
<th colspan="2" id="nonTitle"><h1>TV Channels</h1></th>
</tr>
<tr>
<th colspan="2" id="noneTitleHome">
<a id="ahome" href="homepage.html"><b>Return Home...</b></a>
</th>
</tr>
<tr>
<th colspan="2"><b>Live TV Channels</b></th>
</tr>
</thead>
<tbody>
<tr>
<td>
<a href="http://tv.verizon.com/livetv/tbs"
><img
src="Pictures/TV Stations/TBS.png"
style="width: 80px; height: 80px"
/></a>
</td>
<td>
<a href="http://tv.verizon.com/livetv/cartoonnetwork"
><img
src="Pictures/TV Stations/Cartoon Network.png"
style="width: 100px; height: 70px"
/></a>
</td>
</tr>
<tr>
<td>
<a href="http://tv.verizon.com/livetv/trutv"
><img
src="Pictures/TV Stations/Trutv.png"
style="width: 100px; height: 40px"
/></a>
</td>
<td>
<a href="http://tv.verizon.com/livetv/adultswim"
><img
src="Pictures/TV Stations/AdultSwim.png"
style="width: 110px; height: 40px"
/></a>
</td>
</tr>
<tr>
<td>
<a href="http://tv.verizon.com/livetv/nbc%20sports%20network"
><img
src="Pictures/TV Stations/NBC Sports.png"
style="width: 100px; height: 80px"
/></a>
</td>
<td>
<a href="http://tv.verizon.com/livetv/disneyxd"
><img
src="Pictures/TV Stations/DisneyChannel.png"
style="width: 120px; height: 80px"
/></a>
</td>
</tr>
</tbody>
</table>
</body>
</html>
| strenkml/strenkml.github.io | Homepage/Tv.html | HTML | mit | 2,231 |
<!DOCTYPE html>
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>pymatgen.symmetry.maggroups module — pymatgen 2022.0.9 documentation</title>
<link rel="canonical" href="https://pymatgen.orgpymatgen.symmetry.maggroups.html"/>
<script type="text/javascript" src="_static/js/modernizr.min.js"></script>
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
<script src="_static/jquery.js"></script>
<script src="_static/underscore.js"></script>
<script src="_static/doctools.js"></script>
<script src="_static/language_data.js"></script>
<script async="async" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/latest.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script type="text/javascript" src="_static/js/theme.js"></script>
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/custom.css" type="text/css" />
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="pymatgen.symmetry.settings module" href="pymatgen.symmetry.settings.html" />
<link rel="prev" title="pymatgen.symmetry.kpath module" href="pymatgen.symmetry.kpath.html" />
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-33990148-1']);
_gaq.push(['_trackPageview']);
</script>
</head>
<body class="wy-body-for-nav">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search" style="background: linear-gradient(0deg, rgba(23,63,162,1) 0%, rgba(0,70,192,1) 100%)" >
<a href="index.html" class="icon icon-home"> pymatgen
</a>
<div class="version">
2022.0.9
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
<input type="text" name="q" placeholder="Search docs" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div>
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="introduction.html">Introduction</a></li>
<li class="toctree-l1"><a class="reference internal" href="installation.html">Installation</a></li>
<li class="toctree-l1"><a class="reference internal" href="change_log.html">Change log</a></li>
<li class="toctree-l1"><a class="reference internal" href="compatibility.html">Compatibility</a></li>
<li class="toctree-l1"><a class="reference internal" href="contributing.html">Contributing</a></li>
<li class="toctree-l1"><a class="reference internal" href="usage.html">Usage</a></li>
<li class="toctree-l1"><a class="reference internal" href="team.html">Development Team</a></li>
<li class="toctree-l1"><a class="reference internal" href="references.html">References</a></li>
<li class="toctree-l1 current"><a class="reference internal" href="modules.html">API Docs</a><ul class="current">
<li class="toctree-l2 current"><a class="reference internal" href="pymatgen.html">pymatgen namespace</a><ul class="current">
<li class="toctree-l3 current"><a class="reference internal" href="pymatgen.html#subpackages">Subpackages</a><ul class="current">
<li class="toctree-l4"><a class="reference internal" href="pymatgen.alchemy.html">pymatgen.alchemy package</a></li>
<li class="toctree-l4"><a class="reference internal" href="pymatgen.analysis.html">pymatgen.analysis namespace</a></li>
<li class="toctree-l4"><a class="reference internal" href="pymatgen.apps.html">pymatgen.apps package</a></li>
<li class="toctree-l4"><a class="reference internal" href="pymatgen.cli.html">pymatgen.cli package</a></li>
<li class="toctree-l4"><a class="reference internal" href="pymatgen.command_line.html">pymatgen.command_line package</a></li>
<li class="toctree-l4"><a class="reference internal" href="pymatgen.core.html">pymatgen.core package</a></li>
<li class="toctree-l4"><a class="reference internal" href="pymatgen.electronic_structure.html">pymatgen.electronic_structure package</a></li>
<li class="toctree-l4"><a class="reference internal" href="pymatgen.entries.html">pymatgen.entries package</a></li>
<li class="toctree-l4"><a class="reference internal" href="pymatgen.ext.html">pymatgen.ext namespace</a></li>
<li class="toctree-l4"><a class="reference internal" href="pymatgen.io.html">pymatgen.io namespace</a></li>
<li class="toctree-l4"><a class="reference internal" href="pymatgen.optimization.html">pymatgen.optimization package</a></li>
<li class="toctree-l4"><a class="reference internal" href="pymatgen.phonon.html">pymatgen.phonon package</a></li>
<li class="toctree-l4 current"><a class="reference internal" href="pymatgen.symmetry.html">pymatgen.symmetry package</a></li>
<li class="toctree-l4"><a class="reference internal" href="pymatgen.transformations.html">pymatgen.transformations package</a></li>
<li class="toctree-l4"><a class="reference internal" href="pymatgen.util.html">pymatgen.util package</a></li>
<li class="toctree-l4"><a class="reference internal" href="pymatgen.vis.html">pymatgen.vis package</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="pymatgen.html#submodules">Submodules</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
<nav class="wy-nav-top" aria-label="top navigation">
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="index.html">pymatgen</a>
</nav>
<div class="wy-nav-content">
<div class="rst-content style-external-links">
<div role="navigation" aria-label="breadcrumbs navigation">
<ul class="wy-breadcrumbs">
<li><a href="index.html">Docs</a> »</li>
<li><a href="modules.html">pymatgen</a> »</li>
<li><a href="pymatgen.html">pymatgen namespace</a> »</li>
<li><a href="pymatgen.symmetry.html">pymatgen.symmetry package</a> »</li>
<li>pymatgen.symmetry.maggroups module</li>
<li class="wy-breadcrumbs-aside">
<a href="https://github.com/materialsproject/pymatgen/blob/master/docs_rst/pymatgen.symmetry.maggroups.rst" class="fa fa-github"> Edit on GitHub</a>
</li>
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">
<div class="section" id="module-pymatgen.symmetry.maggroups">
<span id="pymatgen-symmetry-maggroups-module"></span><h1>pymatgen.symmetry.maggroups module<a class="headerlink" href="#module-pymatgen.symmetry.maggroups" title="Permalink to this headline">¶</a></h1>
<p>Magnetic space groups.</p>
<dl class="py class">
<dt id="pymatgen.symmetry.maggroups.MagneticSpaceGroup">
<em class="property">class </em><code class="sig-name descname">MagneticSpaceGroup</code><span class="sig-paren">(</span><em class="sig-param"><span class="o">*</span><span class="n">args</span></em>, <em class="sig-param"><span class="o">**</span><span class="n">kwargs</span></em><span class="sig-paren">)</span><a class="reference external" href="https://github.com/materialsproject/pymatgen/blob/v2022.0.9/pymatgen/core/../symmetry/maggroups.py#L31-L560"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.symmetry.maggroups.MagneticSpaceGroup" title="Permalink to this definition">¶</a></dt>
<dd><p>Bases: <a class="reference internal" href="#pymatgen.symmetry.maggroups.MagneticSpaceGroup" title="pymatgen.symmetry.maggroups.MagneticSpaceGroup"><code class="xref py py-class docutils literal notranslate"><span class="pre">pymatgen.symmetry.maggroups.MagneticSpaceGroup</span></code></a></p>
<p>Representation of a magnetic space group.</p>
<p>Pass through…
:param args:
:param kwargs:
:return:</p>
</dd></dl>
</div>
</div>
</div>
<footer>
<hr/>
<div role="contentinfo">
<p>
© Copyright 2011, Pymatgen Development Team
</p>
</div>
Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/rtfd/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
</footer>
</div>
</div>
</section>
</div>
<script type="text/javascript">
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
});
</script>
<div class="footer">This page uses <a href="http://analytics.google.com/">
Google Analytics</a> to collect statistics. You can disable it by blocking
the JavaScript coming from www.google-analytics.com.
<script type="text/javascript">
(function() {
var ga = document.createElement('script');
ga.src = ('https:' == document.location.protocol ?
'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
ga.setAttribute('async', 'true');
document.documentElement.firstChild.appendChild(ga);
})();
</script>
</div>
</body>
</html> | gmatteo/pymatgen | docs/pymatgen.symmetry.maggroups.html | HTML | mit | 10,153 |
<div class="col-md-12">
<div class="card">
<div class="card-header">
<h4 class="card-title">Корзина</h4>
<p class="category">Корзина для вашего приложения</p>
<br>
</div>
<div class="table-responsive">
<table class="table table-shopping">
<thead>
<tr>
<th class="text-center"></th>
<th></th>
<th class="text-right">Price</th>
<th class="text-right">Quantity</th>
<th class="text-right">Total</th>
</tr>
</thead>
<tbody>
<!----><tr>
<td class="image-75px">
<div class="image">
<img alt="..." src="../../assets/img/angular2-logo.png">
</div>
</td>
<td class="td-product">
<strong>Get Shit Done Notebook</strong>
<p>Most beautiful agenda for the office.</p>
</td>
<td class="td-price">
<small>€</small>49
</td>
<td class="td-number td-quantity">
1
<div class="btn-group">
<button class="btn btn-sm"><i class="ti-minus"></i></button>
<button class="btn btn-sm"><i class="ti-plus"></i></button>
</div>
</td>
<td class="td-number">
<small>€</small>549
</td>
</tr>
<tr>
<td colspan="2"></td>
<td></td>
<td class="td-total">
Total
</td>
<td class="td-total">
€2,346.00
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div> | malikov917/adminpanel-heroku | src/app/basket/basket.component.html | HTML | mit | 1,665 |
<div class="container-fluid" style="padding-left: 0; padding-right: 0">
<table class="table table-bordered">
<thead class="thead-default">
<tr>
<th>Username</th>
<th>Password</th>
<th>Name</th>
<th>Type</th>
<th>Action</th>
</tr>
</thead>
<tbody>
<tr ng-repeat="user in model.users">
<td><input type="text" class="form-control" ng-model="user.username"></td>
<td></td>
<td><input type="text" class="form-control" ng-model="user.name"></td>
<td><select class="form-control" ng-model="user.userType">
<option value="TAGGER">Tagger</option>
<option value="TIPPER">Tipper</option>
<option value="ADMIN">Admin</option>
</select></td>
<td>
<div class="btn-group" role="group">
<button ng-click="model.update(user)" type="button" class="btn btn-outline-primary">Update</button>
<button ng-click="model.delete(user)" type="button" class="btn btn-outline-danger">Delete</button>
</div>
</td>
</tr>
<tr class="table-success">
<td><input type="text" class="form-control" ng-model="model.user.username"></td>
<td><input type="text" class="form-control" ng-model="model.user.password"></td>
<td><input type="text" class="form-control" ng-model="model.user.name"></td>
<td><select class="form-control" ng-model="model.user.userType">
<option value="TAGGER">Tagger</option>
<option value="TIPPER">Tipper</option>
<option value="ADMIN">Admin</option>
</select></td>
<td>
<button ng-click="model.create(model.user)" type="button" class="btn btn-outline-success">Create</button>
</td>
</tr>
</tbody>
</table>
</div> | Breezen/TipTag | public/views/user/admin.view.html | HTML | mit | 2,141 |
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Quelea by NEST @Github</title>
<!-- bootstrap css -->
<!--<link rel="stylesheet" href="../target/bootstrap3/css/bootstrap.css">-->
<link rel="stylesheet" href="../node_modules/bootswatch/paper/bootstrap.css">
<link rel="stylesheet" href="../node_modules/font-awesome/css/font-awesome.css">
<!-- component css -->
<!--<link href="../src/css/parrot.css" rel="stylesheet">-->
<link href="../src/css/parrot.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="../target/html5shiv/html5shiv.js"></script>
<script src="../target/html5shiv/html5shiv-printshiv.js"></script>
<script src="../target/es5-shim/es5-shim.js"></script>
<script src="../target/es5-shim/es5-sham.js"></script>
<script src="../target/respond/respond.js"></script>
<![endif]-->
</head>
<body>
<div class="container" id="main"></div>
<!-- foundation -->
<!-- jquery -->
<script src="../node_modules/jquery/dist/jquery.js"></script>
<script src="../node_modules/jquery.browser/dist/jquery.browser.js"></script>
<!-- bootstrap -->
<script src="../node_modules/bootstrap/dist/js/bootstrap.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<!-- <script src="../target/bootstrap3/js/ie10-viewport-bug-workaround.js"></script> -->
<!-- momentjs -->
<script src="../node_modules/moment/min/moment-with-locales.js"></script>
<!-- react -->
<script src="../src/babel-browser-support/5.8.34/browser.js"></script>
<script src="../node_modules/react/dist/react-with-addons.js"></script>
<script src="../node_modules/react-dom/dist/react-dom.js"></script>
<!-- jsface -->
<script src="../node_modules/jsface/dist/jsface.js"></script>
<script src="../node_modules/jsface/dist/jsface.pointcut.js"></script>
<!-- components -->
<script src="../node_modules/jquery-mockjax/dist/jquery.mockjax.js"></script>
<!-- react components -->
<script src="../src/js/browser-patch.jsx" type="text/babel"></script>
<script src="../src/js/parrot-pre-define.jsx" type="text/babel"></script>
<script src="../src/js/parrot-ajax.jsx" type="text/babel"></script>
<script src="../src/js/parrot-codetable.jsx" type="text/babel"></script>
<script src="../src/js/parrot-model.jsx" type="text/babel"></script>
<script src="../src/js/parrot-component.jsx" type="text/babel"></script>
<script src="../src/js/react-component/Button.jsx" type="text/babel"></script>
<script src="../src/js/react-component/ModalConfirmDialog.jsx" type="text/babel"></script>
<script src="../src/js/react-component/ExceptionDialog.jsx" type="text/babel"></script>
<script src="../src/js/react-component/OnRequestDialog.jsx" type="text/babel"></script>
<script src="../src/js/parrot-post-define.jsx" type="text/babel"></script>
<script src="js/dialog.jsx" type="text/babel"></script>
</body>
</html>
| bradwoo8621/parrot | test/dialog.html | HTML | mit | 2,959 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no">
<title>Angular UI Template</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/fullcalendar.css">
</head>
<body data-ng-app="myApp">
<div ng-controller="CalCtrl">
<div ui-calendar="uiConfig.calendar" ng-model="eventSources"></div>
<div class="cal-entry" ng-repeat="event in events">
<div class="delete" ng-click="remove()">X</div>
<div>{{ event.start | moment }}</div>
<div>{{ event | duration }}</div>
<input ng-model="event.title" />
</div>
</div>
<section id="map" ng-controller="MapCtrl">
<div ui-map="myMap" ui-options="mapOptions" class="map-canvas" ui-event="eventBinding"></div>
</section>
<div class="marker" ng-repeat="marker in myMarkers" ng-click="myMap.panTo(marker.getPosition())">
Lat: {{ marker.getPosition().lat() }} <br />
Lng: {{ marker.getPosition().lng() }}
</div>
<div class="container" ng-controller="helloWorldCtrl">
<div class="row spacer-sm">
<label class="col-xs-5 text-right" for="fname">First Name</label>
<input class="col-xs-7" type="text" id="fname" ng-model="person.firstName" ui-event="{ focus: 'focusCallback()', blur : 'blurCallback()' }" ui-keydown="{112:'helpKeyDown($event)'}">
</div>
<div class="row spacer-sm">
<label class="col-xs-5 text-right" for="lname">Last Name</label>
<input class="col-xs-7" type="text" id="lname" ng-model="person.lastName" ui-event="{ focus: 'focusCallback()', blur : 'blurCallback()' }" ui-keydown="{112:'helpKeyDown($event)'}">
</div>
<div class="row spacer-sm">
<label class="col-xs-5 text-right" for="phone">Phone</label>
<input class="col-xs-7" type="tel" id="phone" ui-mask="{{ mask }}" ng-model="person.phone" ui-event="{ focus: 'focusCallback()', blur : 'blurCallback()' }" ui-keydown="{112:'helpKeyDown($event)'}">
</div>
<div class="row spacer-lg" ng-show="helpText">
<div class="col-xs-2"></div>
<div class="col-xs-8">{{ helpText }}</div>
</div>
<div original-title="{{ tooltip() }}" ui-jq="tooltip" class="row spacer-lg">
<pre ng-style="modelStatus()" class="col-xs-12">
<code>{{ getModel() }}</code></pre>
</div>
</div>
<script src="js/angularui-utils.js"></script>
</body>
</html>
| ChargerIIC/AngularUI-Utils | Chapter 3/dist/index.html | HTML | mit | 2,698 |
<h1 class="page-title centered">About</h1>
<p>{{content}}</p>
<h1 class="page-title centered">About</h1>
<p>{{content}}</p>
<h1 class="page-title centered">About</h1>
<p>{{content}}</p>
<h1 class="page-title centered">About</h1>
<p>{{content}}</p>
<h1 class="page-title centered">About</h1>
<p>{{content}}</p>
<h1 class="page-title centered">About</h1>
<p>{{content}}</p>
<h1 class="page-title centered">About</h1>
<p>{{content}}</p>
<h1 class="page-title centered">About</h1>
<p>{{content}}</p>
<h1 class="page-title centered">About</h1>
<p>{{content}}</p>
<h1 class="page-title centered">About</h1>
<p>{{content}}</p>
<h1 class="page-title centered">About</h1>
<p>{{content}}</p>
<h1 class="page-title centered">About</h1>
<p>{{content}}</p>
<h1 class="page-title centered">About</h1>
<p>{{content}}</p>
<h1 class="page-title centered">About</h1>
<p>{{content}}</p>
<h1 class="page-title centered">About</h1>
<p>{{content}}</p>
<h1 class="page-title centered">About</h1>
<p>{{content}}</p>
<h1 class="page-title centered">About</h1>
<p>{{content}}</p>
<h1 class="page-title centered">About</h1>
<p>{{content}}</p> | sageknives/EWSWeb | app/view1/view1.html | HTML | mit | 1,115 |
<html>
<header>
<!-- these 4 files always have to be included -->
<link rel="stylesheet" type="text/css" href="../../lib/css/themes/jquery-ui/redmond/jquery-ui.min.css"/>
<!--link rel="stylesheet" type="text/css" href="../../lib/css/jqGrid/ui.jqgrid-4.5.4.css"/-->
<!--link rel="stylesheet" type="text/css" href="cron/jquery-cron.css"/-->
<link rel="stylesheet" type="text/css" href="../../lib/css/fancytree/ui.fancytree.min.css"/>
<link rel="stylesheet" type="text/css" href="jquery.cron.css"/>
<script type="text/javascript" src="../../lib/js/jquery-1.11.1.min.js"></script>
<script type="text/javascript" src="../../lib/js/jquery-ui.min.js"></script>
<script type="text/javascript" src="../../socket.io/socket.io.js"></script>
<script type="text/javascript" src="../../lib/js/loStorage.js"></script>
<!--script type="text/javascript" src="../../lib/js/jqGrid/jquery.jqGrid-4.5.4.min.js"></script>
<script type="text/javascript" src="../../lib/js/jqGrid/grid.locale-all.js"></script-->
<script type="text/javascript" src="../../lib/js/ace-1.2.0/ace.js"></script>
<script type="text/javascript" src="../../js/translate.js"></script>
<script type="text/javascript" src="words.js"></script>
<script type="text/javascript" src="../../lib/js/jquery.fancytree-all.min.js"></script>
<script type="text/javascript" src="../../lib/js/colResizable-1.5.min.js"></script>
<script type="text/javascript" src="google-blockly/blockly_compressed.js"></script>
<script type="text/javascript" src="google-blockly/blocks_compressed.js"></script>
<script type="text/javascript" src="google-blockly/javascript_compressed.js"></script>
<script type="text/javascript" src="google-blockly/own/field_oid.js"></script>
<script type="text/javascript" src="google-blockly/own/field_cron.js"></script>
<script type="text/javascript" src="google-blockly/own/field_script.js"></script>
<script type="text/javascript" src="google-blockly/own/blocks_system.js"></script>
<script type="text/javascript" src="google-blockly/own/blocks_action.js"></script>
<script type="text/javascript" src="google-blockly/own/blocks_sendto.js"></script>
<script type="text/javascript" src="google-blockly/own/blocks_time.js"></script>
<script type="text/javascript" src="google-blockly/own/blocks_convert.js"></script>
<script type="text/javascript" src="google-blockly/own/blocks_trigger.js"></script>
<script type="text/javascript" src="google-blockly/own/blocks_procedures.js"></script>
<script type="text/javascript" src="google-blockly/own/blocks_timeout.js"></script>
<script type="text/javascript" src="../../js/selectID.js"></script>
<!--script type="text/javascript" src="cron/jquery-cron.js"></script-->
<script type="text/javascript" src="cron2text.js"></script>
<script type="text/javascript" src="jquery.cron.js"></script>
<style>
body {
font-size: 11px;
margin: 0;
padding: 0;
height: 100%;
overflow: hidden;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited, .ui-state-hover a, .ui-state-hover a:link, .ui-state-hover a:visited {
outline: none;
}
.ui-jqgrid tr.jqgrow td {
font-size: 12px;
}
.ui-jqgrid .ui-pg-input {
height: 20px !important;
}
.ui-jqgrid-titlebar-close {
display: none !important;
}
#edit-script-source {
font-size: 12px;
width: 600px;
height: 240px;
padding:0;
margin:0;
border: 1px solid grey;
outline: none;
box-shadow: none;
resize:none;
}
.no-space {
border: 0px !important;
margin: 0px;
padding: 0px;
border-spacing: 0px;
border-image-width: 0px;
}
#script-main .ui-resizable-e {
cursor: e-resize;
width: 8px;
right: 0;
top: 0;
bottom: 0;
background-color: gray;
}
#script-main .ui-resizable-s {
cursor: s-resize;
height: 8px;
right: 0;
left: 0;
bottom: 0;
background-color: gray;
}
.warn, .error, .info, .debug {
font-size: small;
font-family: Arial;
}
.info {
color: black;
}
.warn {
color: orange;
}
.error {
color: red;
}
.debug {
color: darkgray;
}
.import-drop-zone {
width: calc(100% - 6px);
height: calc(100% - 6px);
position: absolute;
opacity: 0.95;
top: 0;
left: 0;
background: #eee;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
z-index: 1;
font-size: 32px;
font-weight: bold;
text-align: center;
border: 3px dashed black;
border-radius: 15px;
}
.import-dropzone-error {
background: #faa !important;
color: #f00;
}
.import-text-drop {
width: calc(100% - 6px);
height: 150px;
padding-top: 20px;
text-align: center;
cursor: pointer;
border: 3px dashed #c6c6c6;
border-radius: 15px;
color: #c6c6c6;
}
.import-text-drop-plus {
position: absolute;
top: 30px;
left: calc(50% - 40px);
font-size: 100px;
font-weight: bold;
opacity: 0.2;
}
</style>
</header>
<body>
<div id="script-main" style="width: 100%; height: 100%; display: flex; flex-direction: row; flex-wrap: nowrap">
<div id="grid-scripts" style="height: 100%; width: 30%; padding-right: 8px"><span class="translate">Loading...</span></div>
<div id="editor-scripts" style="height: calc(100% - 8px); width: calc(70% - 15px); display: flex; flex-direction: column; flex-wrap: nowrap; display: none">
<div style="height: 80%; width: 100%; padding-bottom: 8px" class="ui-widget" id="editor-scripts-textarea">
<table style="width: 100%; height: 100%">
<tr>
<td colspan="2">
<table style="width: 100%; border: 0;"><tr>
<td style="width: 400px;">
<span style="display: inline-block; padding-right: 5px" class="translate">name</span>
<select style="display: inline-block" id="edit-script-group"></select>
<input style="display: inline-block; width: 200px" id="edit-script-name">
</td>
<td id="script-buttons" style="width: calc(100% - 400px);">
<span style="display: inline-block; padding-left: 25px" class="translate">debug</span>
<input id="edit-script-debug" type="checkbox" />
<span style="display: inline-block; padding-left: 15px" class="translate">verbose</span>
<input id="edit-script-verbose" type="checkbox" />
<select style="float: right" id="edit-script-engine-type"></select>
<span style="float: right; padding-right: 5px" class="translate">engine type</span>
</td>
</tr></table>
</td>
</tr>
<tr>
<td colspan="2">
<table style="width: 100%"><tr>
<td><button id="script-edit-button-save"></button></td>
<td><button id="script-edit-button-cancel"></button></td>
<td class="edit-wrap-lines"><input id="edit-wrap-lines" type="checkbox"/></td>
<td class="edit-wrap-lines"><div class="translate">Wrap lines</div></td>
<td style="width: 100%"></td>
<td><button id="edit-export-blocks" class="translate script-edit"></button></td>
<td><button id="edit-import-blocks" class="translate script-edit"></button></td>
<td><button id="edit-check-blocks" class="translate script-edit" style="white-space: nowrap;">Check blocks</button></td>
<td><button id="show-blockly-id" class="translate script-edit">Show code</button></td>
<td><button class="translate script-edit edit-cron-id">Cron</button></td>
<td><button id="edit-insert-id" class="translate script-edit">Insert ID</button></td>
</tr></table>
</td>
</tr>
<tr style="height: 100%;" class="script-edit">
<td colspan="2" style="height: 100%; width: 100%; position: relative">
<div style="position: absolute; top: 0; bottom: 0; width: 10px" id="height-editor"></div>
<div id="script-editor" style="height: 100%; width: 100%"></div>
<div id="blockly-editor" style="height: 100%; width: 100%; overflow: hidden"></div>
</td>
</tr>
</table>
</div>
<div style="height: 20%; width: 100%; display: flex; flex-direction: row; flex-wrap: nowrap" id="script-output-tab" class="script-edit">
<div style="width: 30px">
<table>
<tr><td class="translate" style="font-family: arial, sans-serif; font-weight: bold">Log</td></tr>
<tr><td><button id="script-output-clear"></button></td></tr>
<tr><td><button id="script-output-down"></button></td></tr>
</table>
</div>
<div style="overflow-x: auto; overflow-y: auto; width: calc(100% - 30px)">
<table style="width: 100%">
<thead>
<col width="80px"/>
<col width="50px"/>
<col width="*"/>
</thead>
<tbody id="script-output" ></tbody>
</table>
</div>
</div>
</div>
</div>
<div id="dialog-script" style="display: none">
<table style="height: 100%; width: 100%;">
<tr>
<td>
<button class="translate edit-cron-id">Cron</button>
<button id="dialog-edit-insert-id" class="translate">Insert ID</button>
<div class="translate" style="padding-left: 20px; display: inline-block;">Wrap lines</div>
<input id="dialog-edit-wrap-lines" type="checkbox"/>
</td>
</tr>
<tr style="height: 100%;">
<td style="height: 100%;">
<div style="height: 100%; width: 100%" id="dialog-script-editor"></div>
</td>
</tr>
</table>
</div>
<div id="dialog-new-group" style="display: none">
<table style="width: 100%">
<tr>
<td class="translate">new group name</td>
<td><input style="display: inline-block; width: 200px" id="edit-new-group-name"></td>
</tr>
<tr>
<td class="translate">Create in:</td>
<td><select id="edit-new-group-group"></select></td>
</tr>
</table>
</div>
<div id="dialog-message" title="Message" style="display: none">
<p>
<span id="dialog-message-icon" class="ui-icon ui-icon-circle-check" style="float: left; margin: 0 7px 50px 0;"></span>
<span id="dialog-message-text"></span>
</p>
</div>
<div id="dialog-confirm" title="Question" style="display: none">
<p>
<span id="dialog-confirm-icon" class="ui-icon ui-icon-circle-check" style="float: left; margin: 0 7px 50px 0;"></span>
<span id="dialog-confirm-text"></span>
</p>
</div>
<div id="dialog-select-member" style="display:none"></div>
<div id="dialog-cron" style="display: none">
<div id="div-cron"></div>
</div>
<div id="dialog-export-blockly" style="display: none">
<textarea id="dialog-export-blockly-textarea" style="width: 99%; height: 98%; font-size: 11px; resize: none;" readonly></textarea>
</div>
<div style="display: none; overflow: hidden; text-align: center;" id="dialog_import_scripts" title="import scripts" class="translateT">
<div class="import-drop-zone" style="display: none">
<div style="padding-top: 20%" class="translate import-drop-text"></div>
<input type="file" class="import-drop-file" style="display: none">
</div>
<div class="import-text-drop">
<span class="import-file-name translate">Drop files here or click to select one</span>
<span class="import-text-drop-plus">+</span>
</div>
<button id="start_import_scripts" class="translateB" style="margin: 20px">import scripts</button>
</div>
<xml id="toolbox" style="display: none">
<category><block>%%CUSTOM_BLOCKS%%</block></category>
<sep></sep>
<category name="{catLogic}" colour="0">
<block type="controls_if"></block>
<block type="logic_compare"></block>
<block type="logic_operation"></block>
<block type="logic_negate"></block>
<block type="logic_boolean"></block>
<block type="logic_null"></block>
<block type="logic_ternary"></block>
</category>
<category name="{catLoops}" colour="120">
<block type="controls_repeat_ext">
<value name="TIMES">
<shadow type="math_number">
<field name="NUM">10</field>
</shadow>
</value>
</block>
<block type="controls_whileUntil"></block>
<block type="controls_for">
<value name="FROM">
<shadow type="math_number">
<field name="NUM">1</field>
</shadow>
</value>
<value name="TO">
<shadow type="math_number">
<field name="NUM">10</field>
</shadow>
</value>
<value name="BY">
<shadow type="math_number">
<field name="NUM">1</field>
</shadow>
</value>
</block>
<block type="controls_forEach"></block>
<block type="controls_flow_statements"></block>
</category>
<category name="{catMath}" colour="230">
<block type="math_number"></block>
<block type="math_arithmetic">
<value name="A">
<shadow type="math_number">
<field name="NUM">1</field>
</shadow>
</value>
<value name="B">
<shadow type="math_number">
<field name="NUM">1</field>
</shadow>
</value>
</block>
<block type="math_single">
<value name="NUM">
<shadow type="math_number">
<field name="NUM">9</field>
</shadow>
</value>
</block>
<block type="math_trig">
<value name="NUM">
<shadow type="math_number">
<field name="NUM">45</field>
</shadow>
</value>
</block>
<block type="math_constant"></block>
<block type="math_number_property">
<value name="NUMBER_TO_CHECK">
<shadow type="math_number">
<field name="NUM">0</field>
</shadow>
</value>
</block>
<block type="math_change">
<value name="DELTA">
<shadow type="math_number">
<field name="NUM">1</field>
</shadow>
</value>
</block>
<block type="math_round">
<value name="NUM">
<shadow type="math_number">
<field name="NUM">3.1</field>
</shadow>
</value>
</block>
<block type="math_on_list"></block>
<block type="math_modulo">
<value name="DIVIDEND">
<shadow type="math_number">
<field name="NUM">64</field>
</shadow>
</value>
<value name="DIVISOR">
<shadow type="math_number">
<field name="NUM">10</field>
</shadow>
</value>
</block>
<block type="math_constrain">
<value name="VALUE">
<shadow type="math_number">
<field name="NUM">50</field>
</shadow>
</value>
<value name="LOW">
<shadow type="math_number">
<field name="NUM">1</field>
</shadow>
</value>
<value name="HIGH">
<shadow type="math_number">
<field name="NUM">100</field>
</shadow>
</value>
</block>
<block type="math_random_int">
<value name="FROM">
<shadow type="math_number">
<field name="NUM">1</field>
</shadow>
</value>
<value name="TO">
<shadow type="math_number">
<field name="NUM">100</field>
</shadow>
</value>
</block>
<block type="math_random_float"></block>
</category>
<category name="{catText}" colour="160">
<block type="text"></block>
<block type="text_join"></block>
<block type="text_append">
<value name="TEXT">
<shadow type="text"></shadow>
</value>
</block>
<block type="text_length">
<value name="VALUE">
<shadow type="text">
<field name="TEXT">abc</field>
</shadow>
</value>
</block>
<block type="text_isEmpty">
<value name="VALUE">
<shadow type="text">
<field name="TEXT"></field>
</shadow>
</value>
</block>
<block type="text_indexOf">
<value name="VALUE">
<block type="variables_get">
<field name="VAR">{textVariable}</field>
</block>
</value>
<value name="FIND">
<shadow type="text">
<field name="TEXT">abc</field>
</shadow>
</value>
</block>
<block type="text_charAt">
<value name="VALUE">
<block type="variables_get">
<field name="VAR">{textVariable}</field>
</block>
</value>
</block>
<block type="text_getSubstring">
<value name="STRING">
<block type="variables_get">
<field name="VAR">{textVariable}</field>
</block>
</value>
</block>
<block type="text_changeCase">
<value name="TEXT">
<shadow type="text">
<field name="TEXT">abc</field>
</shadow>
</value>
</block>
<block type="text_trim">
<value name="TEXT">
<shadow type="text">
<field name="TEXT">abc</field>
</shadow>
</value>
</block>
</category>
<category name="{catLists}" colour="260">
<block type="lists_create_with">
<mutation items="0"></mutation>
</block>
<block type="lists_create_with"></block>
<block type="lists_repeat">
<value name="NUM">
<shadow type="math_number">
<field name="NUM">5</field>
</shadow>
</value>
</block>
<block type="lists_length"></block>
<block type="lists_isEmpty"></block>
<block type="lists_indexOf">
<value name="VALUE">
<block type="variables_get">
<field name="VAR">{listVariable}</field>
</block>
</value>
</block>
<block type="lists_getIndex">
<value name="VALUE">
<block type="variables_get">
<field name="VAR">{listVariable}</field>
</block>
</value>
</block>
<block type="lists_setIndex">
<value name="LIST">
<block type="variables_get">
<field name="VAR">{listVariable}</field>
</block>
</value>
</block>
<block type="lists_getSublist">
<value name="LIST">
<block type="variables_get">
<field name="VAR">{listVariable}</field>
</block>
</value>
</block>
<block type="lists_split">
<value name="DELIM">
<shadow type="text">
<field name="TEXT">,</field>
</shadow>
</value>
</block>
<block type="lists_sort"></block>
</category>
<category name="{catColour}" colour="20">
<block type="colour_picker"></block>
<block type="colour_random"></block>
<block type="colour_rgb">
<value name="RED">
<shadow type="math_number">
<field name="NUM">100</field>
</shadow>
</value>
<value name="GREEN">
<shadow type="math_number">
<field name="NUM">50</field>
</shadow>
</value>
<value name="BLUE">
<shadow type="math_number">
<field name="NUM">0</field>
</shadow>
</value>
</block>
<block type="colour_blend">
<value name="COLOUR1">
<shadow type="colour_picker">
<field name="COLOUR">#ff0000</field>
</shadow>
</value>
<value name="COLOUR2">
<shadow type="colour_picker">
<field name="COLOUR">#3333ff</field>
</shadow>
</value>
<value name="RATIO">
<shadow type="math_number">
<field name="NUM">0.5</field>
</shadow>
</value>
</block>
</category>
<sep></sep>
<category name="{catVariables}" colour="330" custom="VARIABLE"></category>
<category name="{catFunctions}" colour="290" custom="PROCEDURE"></category>
</xml>
<script type="text/javascript" src="tab.js"></script>
</body>
</html>
| Rantanplan01/Blockly-Doku-DE | admin/tab.html | HTML | mit | 25,738 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" class="group_globalchainingtags" data-page="GlobalChainingTags">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII" />
<title>Global Chaining Tags - SeqAn API Documentation</title>
<script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
<link rel="stylesheet" href="lib/bootstrap/css/bootstrap.css" type="text/css" media="screen" charset="utf-8" />
<script type="text/javascript" charset="utf-8" src="lib/bootstrap/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="lib/bootstrap-multiselect/css/bootstrap-multiselect.css" type="text/css" media="screen" charset="utf-8" />
<script type="text/javascript" charset="utf-8" src="lib/bootstrap-multiselect/js/bootstrap-multiselect.js"></script>
<script type="text/javascript" charset="utf-8" src="lib/ZeroClipboard/ZeroClipboard.min.js"></script>
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen" charset="utf-8" />
<link rel="stylesheet" href="css/common.less.css" type="text/css" media="screen" charset="utf-8" />
<script type="text/javascript" charset="utf-8" src="js/less.min.js"></script>
<script type="text/javascript" charset="utf-8">
hasFrames = window.top.frames.main ? true : false;
relpath = '/';
docsPrefix = 'docs/yard';
listPrefix = 'list/docs/yard';
searchPrefix = 'search/docs/yard';
framesUrl = '/docs/yard/frames/file/README.md';
</script>
<style type="text/css">
<!-- pygments not available -->
</style>
<style>
.link.error
{
color: red;
}
</style>
<script type="text/javascript" charset="utf-8" src="lib/jquery-bbq/jquery.ba-bbq.min.js"></script>
<script type="text/javascript" charset="utf-8" src="js/jquery.smooth-scroll.js"></script>
<script type="text/javascript" charset="utf-8" src="js/lang_entities.js"></script>
<script type="text/javascript" charset="utf-8" src="js/app.js"></script>
<script type="text/javascript" charset="utf-8" src="js/autocomplete.js"></script>
<script type="text/javascript" charset="utf-8" src="js/rubydoc_custom.js"></script>
<script type="text/javascript" charset="utf-8" src="js/common.js"></script>
</head>
<body>
<a id="top" name="top"></a>
<div id="content">
<h1 data-lang-entity="group" data-pimped="true">
<a href="page_LanguageEntities.html#group">Group</a> <span>Global Chaining Tags
<div><div>Tags for specifying global chaining method.</div></div></span>
</h1>
<!--
=============================================================================
Grouped Overview
=============================================================================
-->
<!-- Grouped Tags Overview -->
<div data-lang-entity-container="grouped_tag">
<h2 data-lang-entity="grouped_tag">Grouped Tags Overview</h2>
<ul class="summary">
<li class="public">
<span class="summary_signature"><code>SparseChaining</code></span>
<span class="summary_desc"><div>Tag for global sparse chaining.</div></span>
</li>
</ul>
</div>
<!-- Grouped Tags Overview -->
<!-- Grouped Functions Overview -->
<!-- Grouped Metafunctions Overview -->
<!--
=============================================================================
Detailed Description
=============================================================================
-->
<!-- @see -->
<!--
=============================================================================
Grouped Details
=============================================================================
-->
<!-- Grouped Tags Details -->
<div class="grouped_tags_details" data-lang-entity-container="grouped_tag">
<h2 data-lang-entity="grouped_tag">Grouped Tags Detail</h2>
<div class="method_details first">
<h3 data-toc="hidden" id="GlobalChainingTags#SparseChaining" class="signature first" data-lang-entity="grouped_tag">
<code>SparseChaining</code>
</h3>
<div class="docstring">
<div class="discussion">
<div>Tag for global sparse chaining.</div>
</div>
</div>
<dl>
</dl>
<div class="docstring">
<div class="discussion">
<div></div>
</div>
</div>
</div>
</div>
<!-- Grouped macros Details -->
<!-- Grouped Functions Details -->
<!-- Grouped Metafunctions Details -->
<!--
=============================================================================
Footer / Debug
=============================================================================
-->
<div class="modal fade" id="doxSources" tabindex="-1" role="dialog" aria-labelledby="doxSourcesLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 class="modal-title" id="doxSourcesLabel">Dox Sources</h4>
</div>
<div class="modal-body">
<pre>/*!
* @defgroup GlobalChainingTags Global Chaining Tags
*
* @brief Tags for specifying global chaining method.
*
* @tag GlobalChainingTags#SparseChaining
*
* @brief Tag for global sparse chaining.
*/</pre>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-primary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div>
</body>
</html> | isovic/seqlib | src/libs/seqan-library-2.0.1/share/doc/seqan/html/group_GlobalChainingTags.html | HTML | mit | 5,762 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="cs">
<head>
<!-- Generated by javadoc (1.8.0_20) on Fri Mar 27 16:02:33 CET 2015 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Serialized Form</title>
<meta name="date" content="2015-03-27">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Serialized Form";
}
}
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>Package</li>
<li>Class</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li><a href="index-files/index-1.html">Index</a></li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?serialized-form.html" target="_top">Frames</a></li>
<li><a href="serialized-form.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 title="Serialized Form" class="title">Serialized Form</h1>
</div>
<div class="serializedFormContainer">
<ul class="blockList">
<li class="blockList">
<h2 title="Package">Package org.webchecker.login</h2>
<ul class="blockList">
<li class="blockList"><a name="org.webchecker.login.Login.NotPreparedException">
<!-- -->
</a>
<h3>Class <a href="org/webchecker/login/Login.NotPreparedException.html" title="class in org.webchecker.login">org.webchecker.login.Login.NotPreparedException</a> extends java.lang.RuntimeException implements Serializable</h3>
</li>
</ul>
</li>
<li class="blockList">
<h2 title="Package">Package org.webchecker.watcher</h2>
<ul class="blockList">
<li class="blockList"><a name="org.webchecker.watcher.Listener.BadFilledException">
<!-- -->
</a>
<h3>Class <a href="org/webchecker/watcher/Listener.BadFilledException.html" title="class in org.webchecker.watcher">org.webchecker.watcher.Listener.BadFilledException</a> extends java.lang.RuntimeException implements Serializable</h3>
</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>Package</li>
<li>Class</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li><a href="index-files/index-1.html">Index</a></li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?serialized-form.html" target="_top">Frames</a></li>
<li><a href="serialized-form.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
| macajind/WebChecker | docs/api/serialized-form.html | HTML | mit | 4,554 |
---
layout: post
title: American History in Video Trial
categories:
- Information and Society
- Library News and Events
- Read, Listen, Watch
- Research Guides by Subject
tags: []
status: publish
type: post
published: true
meta:
_edit_last: '14'
---
Faculty, Staff and Students:
NU Libraries has launched a trial of the video streaming collection, <em><strong>American History in Video</strong></em> until March 25th, 2010.
The URL for the trial is: <a href="http://ahiv.alexanderstreet.com">http://ahiv.alexanderstreet.com</a> Visit this product's help page for search tips and more informaton.
<em><strong>American History in Video </strong></em>collection includes 2,000 hours of video and more than 5,000 titles. "The collection allows students and researchers to analyze historical events, and their presentation over time, through commercial and governmental newsreels, archival footage, public affairs footage, and important documentaries. This release provides videos from new partners Newsreel Films and Documentary Educational Resources, additional PBS and The History Channel titles, archival footage from NASA and NARA, additional Universal Newsreel, and much more."
Feel free to send your feedback to Debra Mandel at d.mandel@neu.edu or call her at 617-373-4902.
| nu-lts/jekyll-snippets | _posts/2010-02-12-american-history-in-video-trial.html | HTML | mit | 1,292 |
<?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>
<head>
<title>columns (ActiveScaffold::Config::Form)</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" href="../../../.././rdoc-style.css" type="text/css" media="screen" />
</head>
<body class="standalone-code">
<pre><span class="ruby-comment cmt"># File vendor/plugins/active_scaffold/lib/config/form.rb, line 29</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">columns</span>
<span class="ruby-keyword kw">unless</span> <span class="ruby-ivar">@columns</span> <span class="ruby-comment cmt"># lazy evaluation</span>
<span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">columns</span> = <span class="ruby-ivar">@core</span>.<span class="ruby-identifier">columns</span>.<span class="ruby-identifier">_inheritable</span>
<span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">columns</span>.<span class="ruby-identifier">exclude</span> <span class="ruby-identifier">:created_on</span>, <span class="ruby-identifier">:created_at</span>, <span class="ruby-identifier">:updated_on</span>, <span class="ruby-identifier">:updated_at</span>
<span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">columns</span>.<span class="ruby-identifier">exclude</span> <span class="ruby-operator">*</span><span class="ruby-ivar">@core</span>.<span class="ruby-identifier">columns</span>.<span class="ruby-identifier">collect</span>{<span class="ruby-operator">|</span><span class="ruby-identifier">c</span><span class="ruby-operator">|</span> <span class="ruby-identifier">c</span>.<span class="ruby-identifier">name</span> <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">c</span>.<span class="ruby-identifier">polymorphic_association?</span>}.<span class="ruby-identifier">compact</span>
<span class="ruby-keyword kw">end</span>
<span class="ruby-ivar">@columns</span>
<span class="ruby-keyword kw">end</span></pre>
</body>
</html> | NESCent/max-bodysize-evol | doc/rdoc/classes/ActiveScaffold/Config/Form.src/M000542.html | HTML | mit | 2,215 |
<html><body>
<h4>Windows 10 x64 (19041.572)</h4><br>
<h2>_MI_PARTITION_COMMIT</h2>
<font face="arial"> +0x000 PeakCommitment : Uint8B<br>
+0x008 TotalCommitLimitMaximum : Uint8B<br>
+0x010 Popups : [2] Int4B<br>
+0x018 LowCommitThreshold : Uint8B<br>
+0x020 HighCommitThreshold : Uint8B<br>
+0x028 EventLock : Uint8B<br>
+0x030 SystemCommitReserve : Uint8B<br>
+0x038 OverCommit : Uint8B<br>
</font></body></html> | epikcraw/ggool | public/Windows 10 x64 (19041.572)/_MI_PARTITION_COMMIT.html | HTML | mit | 472 |
<!DOCTYPE html>
<HTML><head><TITLE>Manpage of ABRTD</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/index.html">linux manpages</a></div>
<div class="site-description">{"type":"documentation"}</div>
</div>
</header>
<div class="page-content"><div class="wrap">
<H1>ABRTD</H1>
Section: ABRT Manual (8)<BR>Updated: 06/22/2012<BR><A HREF="#index">Index</A>
<A HREF="/manpages/index.html">Return to Main Contents</A><HR>
<A NAME="lbAB"> </A>
<H2>NAME</H2>
abrtd - automated bug reporting tool's daemon.
<A NAME="lbAC"> </A>
<H2>SYNOPSIS</H2>
<P>
<I>abrtd</I> [-dsv[v]...]
<A NAME="lbAD"> </A>
<H2>DESCRIPTION</H2>
<P>
<I>abrtd</I> is a daemon that watches for application crashes. When a crash occurs, it collects the problem data (core file, applicationcqs command line etc.) and takes action according to the type of application that crashed and according to the configuration in the <I>abrt.conf</I> config file. There are plugins for various actions: for example to report the crash to Bugzilla, to mail the report, or to transfer the report via FTP or SCP. See the manual pages for the respective plugins.
<A NAME="lbAE"> </A>
<H2>OPTIONS</H2>
<P>
-d
<DL COMPACT><DT><DD>
Stay in the foreground and log to standard error.
</DL>
<P>
-s
<DL COMPACT><DT><DD>
Log to system log even with option -d.
</DL>
<P>
-v
<DL COMPACT><DT><DD>
Log more detailed debugging information.
</DL>
<A NAME="lbAF"> </A>
<H2>CAVEATS</H2>
<P>
When you use some other crash-catching tool specific for an application or an application type (for example BugBuddy for GNOME applications), crashes of this type will be handled by that tool and not by <I>abrtd</I>. If you want <I>abrtd</I> to handle these crashes, turn off the higher-level crash-catching tool.
<A NAME="lbAG"> </A>
<H2>AUTHORS</H2>
<P>
<DL COMPACT><DT><DD>
*
ABRT team
</DL>
<A NAME="lbAH"> </A>
<H2>SEE ALSO</H2>
<P>
<A HREF="/manpages/index.html?5+abrt.conf">abrt.conf</A>(5)
<P>
<HR>
<A NAME="index"> </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">CAVEATS</A><DD>
<DT><A HREF="#lbAG">AUTHORS</A><DD>
<DT><A HREF="#lbAH">SEE ALSO</A><DD>
</DL>
<HR>
This document was created by
<A HREF="/manpages/index.html">man2html</A>,
using the manual pages.<BR>
Time: 05:34:24 GMT, December 24, 2015
</div></div>
</body>
</HTML>
| yuweijun/yuweijun.github.io | manpages/man8/abrtd.8.html | HTML | mit | 2,626 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.11"/>
<title>V8 API Reference Guide for node.js v4.5.0 - v4.6.1: Member List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">V8 API Reference Guide for node.js v4.5.0 - v4.6.1
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.11 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="inherits.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespacev8.html">v8</a></li><li class="navelem"><a class="el" href="classv8_1_1StdPersistentValueMap.html">StdPersistentValueMap</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">v8::StdPersistentValueMap< K, V, Traits > Member List</div> </div>
</div><!--header-->
<div class="contents">
<p>This is the complete list of members for <a class="el" href="classv8_1_1StdPersistentValueMap.html">v8::StdPersistentValueMap< K, V, Traits ></a>, including all inherited members.</p>
<table class="directory">
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1PersistentValueMapBase.html#a1bf074e7a7c24713c9a3d40ddce89e74">Clear</a>()</td><td class="entry"><a class="el" href="classv8_1_1PersistentValueMapBase.html">v8::PersistentValueMapBase< K, V, Traits ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>ClearAndLeak</b>(Global< V > *persistent) (defined in <a class="el" href="classv8_1_1PersistentValueMapBase.html">v8::PersistentValueMapBase< K, V, Traits ></a>)</td><td class="entry"><a class="el" href="classv8_1_1PersistentValueMapBase.html">v8::PersistentValueMapBase< K, V, Traits ></a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">protected</span><span class="mlabel">static</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1PersistentValueMapBase.html#a8c68e5f99c4042541c6d32232c97282a">Contains</a>(const K &key)</td><td class="entry"><a class="el" href="classv8_1_1PersistentValueMapBase.html">v8::PersistentValueMapBase< K, V, Traits ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>FromVal</b>(PersistentContainerValue v) (defined in <a class="el" href="classv8_1_1PersistentValueMapBase.html">v8::PersistentValueMapBase< K, V, Traits ></a>)</td><td class="entry"><a class="el" href="classv8_1_1PersistentValueMapBase.html">v8::PersistentValueMapBase< K, V, Traits ></a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">protected</span><span class="mlabel">static</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1PersistentValueMapBase.html#a16b8f906ea42036c2f37d44813bf2a72">Get</a>(const K &key)</td><td class="entry"><a class="el" href="classv8_1_1PersistentValueMapBase.html">v8::PersistentValueMapBase< K, V, Traits ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>GetIsolate</b>() (defined in <a class="el" href="classv8_1_1PersistentValueMapBase.html">v8::PersistentValueMapBase< K, V, Traits ></a>)</td><td class="entry"><a class="el" href="classv8_1_1PersistentValueMapBase.html">v8::PersistentValueMapBase< K, V, Traits ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1PersistentValueMapBase.html#a52e74c69b94c7ce77a65af9f32d68af4">GetReference</a>(const K &key)</td><td class="entry"><a class="el" href="classv8_1_1PersistentValueMapBase.html">v8::PersistentValueMapBase< K, V, Traits ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>impl</b>() (defined in <a class="el" href="classv8_1_1PersistentValueMapBase.html">v8::PersistentValueMapBase< K, V, Traits ></a>)</td><td class="entry"><a class="el" href="classv8_1_1PersistentValueMapBase.html">v8::PersistentValueMapBase< K, V, Traits ></a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">protected</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>isolate</b>() (defined in <a class="el" href="classv8_1_1PersistentValueMapBase.html">v8::PersistentValueMapBase< K, V, Traits ></a>)</td><td class="entry"><a class="el" href="classv8_1_1PersistentValueMapBase.html">v8::PersistentValueMapBase< K, V, Traits ></a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">protected</span></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1PersistentValueMapBase.html#a9f824b13dd30605589508db2740dd678">IsWeak</a>()</td><td class="entry"><a class="el" href="classv8_1_1PersistentValueMapBase.html">v8::PersistentValueMapBase< K, V, Traits ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Leak</b>(Global< V > *persistent) (defined in <a class="el" href="classv8_1_1PersistentValueMapBase.html">v8::PersistentValueMapBase< K, V, Traits ></a>)</td><td class="entry"><a class="el" href="classv8_1_1PersistentValueMapBase.html">v8::PersistentValueMapBase< K, V, Traits ></a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">protected</span><span class="mlabel">static</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>PersistentValueMap</b>(Isolate *isolate) (defined in <a class="el" href="classv8_1_1PersistentValueMap.html">v8::PersistentValueMap< K, V, Traits ></a>)</td><td class="entry"><a class="el" href="classv8_1_1PersistentValueMap.html">v8::PersistentValueMap< K, V, Traits ></a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">explicit</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>PersistentValueMapBase</b>(Isolate *isolate) (defined in <a class="el" href="classv8_1_1PersistentValueMapBase.html">v8::PersistentValueMapBase< K, V, Traits ></a>)</td><td class="entry"><a class="el" href="classv8_1_1PersistentValueMapBase.html">v8::PersistentValueMapBase< K, V, Traits ></a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">explicit</span><span class="mlabel">protected</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>PersistentValueReference</b> typedef (defined in <a class="el" href="classv8_1_1PersistentValueMap.html">v8::PersistentValueMap< K, V, Traits ></a>)</td><td class="entry"><a class="el" href="classv8_1_1PersistentValueMap.html">v8::PersistentValueMap< K, V, Traits ></a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1PersistentValueMapBase.html#a9ffa7a4e0c59121c0471d71c04112966">Release</a>(PersistentContainerValue v)</td><td class="entry"><a class="el" href="classv8_1_1PersistentValueMapBase.html">v8::PersistentValueMapBase< K, V, Traits ></a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">protected</span><span class="mlabel">static</span></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1PersistentValueMapBase.html#abd75a4c050416712167ba0bb9eace097">Remove</a>(const K &key)</td><td class="entry"><a class="el" href="classv8_1_1PersistentValueMapBase.html">v8::PersistentValueMapBase< K, V, Traits ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>RemoveWeak</b>(const K &key) (defined in <a class="el" href="classv8_1_1PersistentValueMapBase.html">v8::PersistentValueMapBase< K, V, Traits ></a>)</td><td class="entry"><a class="el" href="classv8_1_1PersistentValueMapBase.html">v8::PersistentValueMapBase< K, V, Traits ></a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">protected</span></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1PersistentValueMap.html#a4527a2e1b25a9f1772317f948382d9f9">Set</a>(const K &key, Local< V > value)</td><td class="entry"><a class="el" href="classv8_1_1PersistentValueMap.html">v8::PersistentValueMap< K, V, Traits ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1PersistentValueMap.html#a00f89f1b7665698349f98b04d0059180">Set</a>(const K &key, Global< V > value)</td><td class="entry"><a class="el" href="classv8_1_1PersistentValueMap.html">v8::PersistentValueMap< K, V, Traits ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1PersistentValueMap.html#a8128f8cff6ed0f3177e966b28cc081ba">Set</a>(const K &key, Global< V > value, PersistentValueReference *reference)</td><td class="entry"><a class="el" href="classv8_1_1PersistentValueMap.html">v8::PersistentValueMap< K, V, Traits ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1PersistentValueMapBase.html#a6fa5f720b283dd9fa626a67e7687dcd0">SetReference</a>(const K &key, const Persistent< Object > &parent)</td><td class="entry"><a class="el" href="classv8_1_1PersistentValueMapBase.html">v8::PersistentValueMapBase< K, V, Traits ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1PersistentValueMapBase.html#a85201649d2bbd0ffdebe8be3d5c6447a">SetReturnValue</a>(const K &key, ReturnValue< Value > returnValue)</td><td class="entry"><a class="el" href="classv8_1_1PersistentValueMapBase.html">v8::PersistentValueMapBase< K, V, Traits ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1PersistentValueMap.html#a97ab74c7670e65dd5f95ec2940c4ab11">SetUnique</a>(const K &key, Global< V > *persistent)</td><td class="entry"><a class="el" href="classv8_1_1PersistentValueMap.html">v8::PersistentValueMap< K, V, Traits ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1PersistentValueMapBase.html#ade5c5db2a968fdabe073649e85b837eb">Size</a>()</td><td class="entry"><a class="el" href="classv8_1_1PersistentValueMapBase.html">v8::PersistentValueMapBase< K, V, Traits ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>StdPersistentValueMap</b>(Isolate *isolate) (defined in <a class="el" href="classv8_1_1StdPersistentValueMap.html">v8::StdPersistentValueMap< K, V, Traits ></a>)</td><td class="entry"><a class="el" href="classv8_1_1StdPersistentValueMap.html">v8::StdPersistentValueMap< K, V, Traits ></a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">explicit</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>~PersistentValueMapBase</b>() (defined in <a class="el" href="classv8_1_1PersistentValueMapBase.html">v8::PersistentValueMapBase< K, V, Traits ></a>)</td><td class="entry"><a class="el" href="classv8_1_1PersistentValueMapBase.html">v8::PersistentValueMapBase< K, V, Traits ></a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">protected</span></td></tr>
</table></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.11
</small></address>
</body>
</html>
| v8-dox/v8-dox.github.io | 4107b5d/html/classv8_1_1StdPersistentValueMap-members.html | HTML | mit | 15,095 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.9.1"/>
<title>V8 API Reference Guide for node.js v0.8.4: Member List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">V8 API Reference Guide for node.js v0.8.4
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.9.1 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespacev8.html">v8</a></li><li class="navelem"><a class="el" href="classv8_1_1_boolean.html">Boolean</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">v8::Boolean Member List</div> </div>
</div><!--header-->
<div class="contents">
<p>This is the complete list of members for <a class="el" href="classv8_1_1_boolean.html">v8::Boolean</a>, including all inherited members.</p>
<table class="directory">
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>BooleanValue</b>() const (defined in <a class="el" href="classv8_1_1_value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1_value.html#a643fcf5c7c6136d819b0b4927f8d1724">Equals</a>(Handle< Value > that) const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Int32Value</b>() const (defined in <a class="el" href="classv8_1_1_value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>IntegerValue</b>() const (defined in <a class="el" href="classv8_1_1_value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1_value.html#a95c39ad189c09630dd90ee5c1a7e89a1">IsArray</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1_value.html#a6baff625780eac51413f2392250e81be">IsBoolean</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1_value.html#aebb6cd7cbb34771df1973aef2e544931">IsBooleanObject</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1_value.html#abcdd87539238a68f8337bae7d0a9c1ac">IsDate</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1_value.html#a7aed90ede9bf48b10f18cdb97d50fd1e">IsExternal</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1_value.html#a265c208159ff3163ecda1e9f71b99115">IsFalse</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1_value.html#a33f329c93a9f417e2d05b438e6e5429c">IsFunction</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1_value.html#a70d4afaccc7903e6a01f40a46ad04188">IsInt32</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1_value.html#a11293ed56e068b3bccdae482f2752f58">IsNativeError</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1_value.html#aa2c6ed8ef832223a7e2cd81e6ac61c78">IsNull</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1_value.html#a32003b217768f535a4728bbd16ebd7d5">IsNumber</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1_value.html#a2b4dd15e4135823a4bb1128a60c063cf">IsNumberObject</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1_value.html#a360f1fe4a8ee74382f571a12eb14a222">IsObject</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1_value.html#a36ba10231b5aaf6c63d8589cd53c9a73">IsRegExp</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1_value.html#ab23a34b7df62806808e01b0908bf5f00">IsString</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1_value.html#a2ded13f1962fc1fa15eabc525fb433ee">IsStringObject</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1_value.html#ae93277798682f4be9adc204a16c40591">IsTrue</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1_value.html#a2674a47b2550eb456a7ecfaf09d2f97e">IsUint32</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1_value.html#aea287b745656baa8a12a2ae1d69744b6">IsUndefined</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>New</b>(bool value) (defined in <a class="el" href="classv8_1_1_boolean.html">v8::Boolean</a>)</td><td class="entry"><a class="el" href="classv8_1_1_boolean.html">v8::Boolean</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">static</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>NumberValue</b>() const (defined in <a class="el" href="classv8_1_1_value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>StrictEquals</b>(Handle< Value > that) const (defined in <a class="el" href="classv8_1_1_value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1_value.html#ab6b19a1e5aa5df50dfbb5d2ffa60bcdc">ToArrayIndex</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>ToBoolean</b>() const (defined in <a class="el" href="classv8_1_1_value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>ToDetailString</b>() const (defined in <a class="el" href="classv8_1_1_value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>ToInt32</b>() const (defined in <a class="el" href="classv8_1_1_value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>ToInteger</b>() const (defined in <a class="el" href="classv8_1_1_value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>ToNumber</b>() const (defined in <a class="el" href="classv8_1_1_value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>ToObject</b>() const (defined in <a class="el" href="classv8_1_1_value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>ToString</b>() const (defined in <a class="el" href="classv8_1_1_value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>ToUint32</b>() const (defined in <a class="el" href="classv8_1_1_value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>Uint32Value</b>() const (defined in <a class="el" href="classv8_1_1_value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Value</b>() const (defined in <a class="el" href="classv8_1_1_boolean.html">v8::Boolean</a>)</td><td class="entry"><a class="el" href="classv8_1_1_boolean.html">v8::Boolean</a></td><td class="entry"></td></tr>
</table></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Tue Aug 11 2015 23:48:37 for V8 API Reference Guide for node.js v0.8.4 by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.9.1
</small></address>
</body>
</html>
| v8-dox/v8-dox.github.io | 2c48766/html/classv8_1_1_boolean-members.html | HTML | mit | 13,959 |
<HTML><HEAD>
<TITLE>Review for Dante's Peak (1997)</TITLE>
<LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css">
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0118928">Dante's Peak (1997)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?Chuck+Dowling">Chuck Dowling</A></H3><HR WIDTH="40%" SIZE="4">
<PRE> DANTE'S PEAK
A film review by Chuck Dowling
Copyright 1997 Chuck Dowling</PRE>
<P>Dante's Peak (1997) *1/2 out of ***** - Cast:Pierce Brosnan, Linda Hamilton,
Charles Hallahan. Writer:Leslie Bohem. Director:Roger Donaldson.</P>
<P>Much has been said about the "return" of the Irwin Allen-style disaster
film. I don't think that the comparison is entirely accurate. Sure there
were lots of cheesy "disaster" movies in the 70s, "Airport", "The Towering
Inferno", "The Poseidon Adventure" and "Earthquake" are just a few. What
made those movies watchable was the fact that every character in the film
was played by a HUGE star. That made it tolerable enough. Nowadays, all the
money goes to the special effects, so we're stuck with maybe one star, one
minor star, and a huge group of bit actors or unknowns. That's not a lot of
fun. I'd rather hear a big star spout out a silly line, than a nobody spout
out a silly line.</P>
<P>"Dante's Peak" is the first of two volcano movies to be released in 1997.
"Volcano", the other one, is set to be released later in the year. Even
though it has the dumber title, I think that "Volcano" should easily be
superior to this insult to our intelligence. The premise for "Volcano"
sounds interesting, an unknown volcano underneath the city of Los Angeles
erupts. The premise of "Dante's Peak" is limp. Scientists think a volcano
may erupt in a small northwestern town and spend the first hour of the film
debating whether or not to evacuate the town. The first hour of the film is
hereby proclaimed worthless, because everyone in the theater KNOWS the
volcano is going to erupt. That's why we're there.</P>
<P>Brosnan plays volcano expert (keep that in mind, he's an EXPERT) Harry
Dalton. In true disaster-movie style, he has suffered some sort of trauma
due to a volcano. In the first scene in the movie we see his girlfriend
killed when a hot rock hits her in the head. While this may seem tragic on
paper and it must be heartwrenching in real life, on film its pure cornball.
Hard to keep from laughing at that. And thus the tone is set for the film.</P>
<P>Flash forward some months to now, or whatever. We see a building. On the
building is a big sign which reads "United States Geological Institute" (or
something very similar). Then these words appear on the screen: "United
States Geological Institute" telling us that we indeed are looking at the
"United States Geological Institute". This is the mentality we are dealing
with here. We are letting people make big budget motion pictures who don't
realize that we can READ THE WORDS WRITTEN ON THE BUILDING. Director Roger
Donaldson we salute you.</P>
<P>Anyway, inside the "United States Geological Institute" we learn that there
is volcano activity in Dante's Peak and so Dalton's boss sends his best man,
volcano expert Harry Dalton, to investigate. Keep in mind that Harry Dalton
is both a volcano expert and the best man they've got at the "United States
Geological Institute".</P>
<P>Meanwhile in Dante's Peak, two punk teenagers decide to go skinny dipping in
a hot spring. As they start to make out, the creepy music plays, the volcano
gets "angry" and really heats up the hot spring, killing the naughty teens.
We're watching a slasher movie here folks.</P>
<P>Volcano expert Harry Dalton arrives in town and is escorted around by the
town's mayor and coffee shop owner (Hamilton). The mayor is divorced with
two kids, and gee whiz, I wonder if hunky Brosnan and sultry Hamilton will
end up together at the end? You know, I wish there were more movies where
the two leads, a male and a female, went through hell on earth and then go
their separate ways.</P>
<P>Anyway, volcano expert Harry Dalton makes his expert conclusion that the
volcano is going to erupt and the town should evacuate. But before they can
begin, his boss and a team of volcano experts show up. They listen to his
expert opinion, and immediately brush it off. His boss basically reacts like
"I know you're an expert and my best man and all, but next time, why don't
you just stick to what you know?"</P>
<P>The volcano teams goes up to the volcano to send some sort of robot down the
volcano to take scientfic readings. Again, slasher-movie mentality takes
over. The robot malfunctions, creepy music starts to play, and one scientist
goes down, alone and against all logical advice, to repair it. The scene
plays as if this action angers the volcano, and the volcano makes rocks fall
onto the scientist. I know that's not how it's intended to seem, but it
does.</P>
<P>Well AS WE ALL KNOW, the volcano does erupt, and the movie gets SO stupid at
this point that it makes the first hour look like "Citizen Kane". For
various inane reasons which I don't even feel like talking about, Brosnan,
Hamilton, and the kids all travel TOWARDS the volcano instead of away from
it, and then spend the rest of the film trying to get back out. Thank god
volcano expert Harry Dalton is along to help out. For example, when
journeying across a lake to escape a rapid flowing river of lava, Dalton
notices that the lake has turned to acid. He is able to scientifically
deduce this because the bottom of the boat is being eaten away by acid. His
expert advice to the group is "don't touch the water". Thank god he's with
them.</P>
<P>"Dante's Peak" is an hour of nothing, twenty minutes of special effects (all
of which are in the trailers), and then has just about the most
ANTI-climatic ending to any disaster movie ever. I could have written the
script in less time than it takes to actually run the film. I've got my
money riding on "Volcano".</P>
<P>--
Chuck Dowling
Visit Chuck's Movie Reviews at <A HREF="http://users.southeast.net/~chuckd21/">http://users.southeast.net/~chuckd21/</A>
Over 1,600 movies rated and/or reviewed! Movie news, box office
reports, film related links, and reader's polls and reviews.</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/6919.html | HTML | mit | 7,224 |
<table width="90%" border="0"><tr><td><script>function openfile(url) {fullwin = window.open(url, "fulltext", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");}</script><div class="flayoutclass"><div class="flayoutclass_first"><table class="tableoutfmt2"><tr><th class="std1"><b>條目 </b></th><td class="std2">通脫不拘</td></tr>
<tr><th class="std1"><b>注音 </b></th><td class="std2">ㄊㄨㄥ ㄊㄨㄛ ㄅㄨ<sup class="subfont">ˋ</sup> ㄐㄩ</td></tr>
<tr><th class="std1"><b>漢語拼音 </b></th><td class="std2"><font class="english_word">tōng tuō bù jū</font></td></tr>
<tr><th class="std1"><b>釋義 </b></th><td class="std2">通達脫俗,不受禮法拘束。如:<img src=/cydic/dicword/fa40.gif border=0 alt=* class=fontimg valign=center>你總是通脫不拘,不管世俗禮教。<img src=/cydic/dicword/fa41.gif border=0 alt=* class=fontimg valign=center></td></tr>
<tr><th class="std1"><b><font class="fltypefont">附錄</font> </b></th><td class="std2">修訂本參考資料</td></tr>
</td></tr></table></div> <!-- flayoutclass_first --><div class="flayoutclass_second"></div> <!-- flayoutclass_second --></div> <!-- flayoutclass --></td></tr></table>
| BuzzAcademy/idioms-moe-unformatted-data | all-data/24000-24999/24435-22.html | HTML | mit | 1,258 |
<!doctype html>
<html class="no-js" lang="de">
<head>
<meta charset="utf-8">
<title>Potsdam­wasser</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link href="//www.google-analytics.com" rel="dns-prefetch">
<link href="//ajax.googleapis.com" rel="dns-prefetch">
<link href="assets/css/style.min.css" rel="stylesheet">
<script src="assets/components/modernizr.min.js"></script>
<!--[if lt IE 9]> <script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script> <![endif]-->
</head>
<body>
<div class="loadWrapper"><div class="loader">Loading...</div></div>
<header class="header-main" role="banner">
<section id="section-intro">
<div class="container">
<div class="group">
<div class="nav-container">
<nav class="nav-main extended">
<ul>
<li class="nav-main-natur"><a href="#section-intro"><i></i><span>Potsdamwasser</span></a></li>
<li class="nav-main-gewinnung"><a href="#section-gewinnung"><i></i><span>Gewinnung</span></a></li>
<li class="nav-main-versorgung"><a href="#section-versorgung"><i></i><span>Versorgung</span></a></li>
<li class="nav-main-reinigung"><a href="#section-reinigung"><i></i><span>Reinigung</span></a></li>
<li class="nav-main-natur nav-main-last"><a href="#section-footer"><i></i><span>Das Projekt</span></a></li>
</ul>
</nav>
</div>
<header>
<h1>Potsdamwasser</h1>
<p>Wie funktioniert die Stadt? Hinter der sichtbaren Schicht von Gebäuden, Straßen und Plätzen verbirgt sich die weniger sichtbare Versorgungsstruktur aus Leitungen, Rohren, Kanälen, Infrastrukturanlagen oder Logistikzentren, welche die Stadt unablässig mit Energie, Wasser und anderen Ressourcen versorgt sowie die Abfallprodukte entsorgt.</p>
<p>Genauer möchten wir hier gezielt das Wasserversorgungsnetz Potsdams betrachten. Ziel ist es dieses komplexe System von der Wassergewinnung bis zur -versorgung besser zu veranschaulichen und zu verstehen.</p>
</header>
</div>
</div>
</section>
</header>
<main class="main" role="main">
<section id="section-natur">
<div class="container container-natur">
<div class="group">
<div class="icon">
<i></i>
</div>
</div>
</div>
</section>
<section id="section-gewinnung">
<div class="wide">
<div class="container">
<div class="group">
<div class="icon">
<i></i>
</div>
<header>
<h1>Wasser­gewinnung</h1>
<p>Woher kommt eigentlich unser Potsdamer Leitungswasser? Klar, aus dem Hahn. Aber welchen Lauf nimmt es, bevor es bei uns ankommt? Und was haben Havel, Seen und Grundwasser damit zu tun?</p>
</header>
</div>
</div>
</div>
<div class="container">
<article>
<div class="text">
<h2>Die Trink­wasser­gewinnung in Potsdam</h2>
<p>Die fünf Wasserwerke Nedlitz, Rehbrücke, Leipziger Straße, Ferch und Wildpark in Potsdam und Umgebung versorgen die Stadt mit Trinkwasser. Das Trinkwasser wird in Potsdam aus dem Grundwasser gewonnen. Das Oberflächenwasser ist von ärmerer Qualität und deshalb nicht geeignet.</p>
<p>In den sogenannten Trinkwasserzonen in der Nähe der Wasserwerke befinden sich verteilt insgesamt 80 Brunnen. Aus den Brunnen wird das Grundwasser in 40 bis 120 m Tiefe entnommen und in den Wasserwerken zu Trinkwasser aufbereitet. Ein Flächendeckendes 953 km langes Rohrnetz leitet das Trinkwasser zum Verbraucher.</p>
</div>
<figure id="cartoDBWerkeUndAnlagen">
<div class="embed media-ratio-16by9">
<iframe width="100%" height="520" frameborder="0" src="https://marmor.carto.com/viz/7ca4ff50-cbcc-11e5-9317-0e31c9be1b51/embed_map" allowfullscreen webkitallowfullscreen mozallowfullscreen oallowfullscreen msallowfullscreen></iframe>
</div>
<figcaption>
<h5>Potsdam Wasserwerke & Kläranlagen: Trinkwasserschutzzonen, Brunnen, Hochbehälter</h5>
</figcaption>
</figure>
<div class="text">
<p>Täglich werden in den Haushalten, Industrie, Gewerbe und Versorgungsgebieten bis zu 26.000 Kubikmeter Wasser verbraucht. Im Durchschnitt verbraucht jeder Potsdamer 115 Liter am Tag. Die Wasserhärte liegt bei 2-3. Die größte Förderkapazität mit 10.000 Kubikmetern am Tag im Durchschnitt hat das Wasserwerk Leipziger Straße im Zentrum der Stadt.</p>
<p>Die drei Hochspeicher Ravensberg, Brauhausberg und Kirchberg speichern das Trinkwasser zwischen. Bei hohen Temperaturen und Trockenheit ist somit immer genügend Trinkwasser in Reserve. Nach dem Verbrauch gelangt das Abwasser zu den Klärwerken Stahnsdorf, Satzkorn und Potsdam Nord.</p>
<p>Potsdam hat auf einer Fläche von 182,7 Quadratkilometern, 167.505 Einwohner (Stand 31.12.15). Sie ist damit die Bevölkerungsreichste Stadt in Brandenburg, südwestlich von Berlin. Die Einwohner verteilen sich auf 34 Stadtteile. Ca. 15 % der Einwohner sind Studenten.</p>
</div>
<figure id="cartoDBStadtteile">
<div class="embed media-ratio-16by9">
<iframe width="100%" height="520" frameborder="0" src="https://marmor.carto.com/viz/92dc47d8-4619-433b-bcfa-daeb7a7c006c/embed_map?zoom=12" allowfullscreen webkitallowfullscreen mozallowfullscreen oallowfullscreen msallowfullscreen></iframe>
</div>
<figcaption>
<h5>Potsdam Stadtteile: Einwohner, Fläche & Bevölkerungsdichte</h5>
</figcaption>
</figure>
<div class="text">
<p>Die Bevölkerungsdichte liegt bei 892 Quadratkilometern je Einwohner. Der Bevölkerungsreichste Stadtteil ist Stern mit 16.375 Einwohnern, die höchste Bevölkerungsdichte hat der Stadtteil Waldstadt 2, und in der Fläche hat das Fahrland mit 27,5 Quadratmetern den größten Anteil.</p>
</div>
<figure id="d3Wasserabgabe">
<div class="d3 embed media-ratio-16by9"></div>
<figcaption>
<h5>Wasserabgabe im Versorgungsgebiet Potsdam und Einwohner 1894-2010 und Prognose 2020-2035</h5>
<p>Die Grafik veranschaulicht die Wasserabgabe im Versorgungsgebiet Potsdam parallel zur Bevölkerungsentwicklung von 1894-2035 (Prognose).</p>
<p>Wasserabgabe in (m³/d) = (1000 l/Tag).
<br>Jahresdurchschnitt (Mittlerer Tagesbedarf im Jahr).
<br>Tagesspitze (Maximaler Tagesbedarf)</p>
<p><a href="assets/data/wasserabgabe-versorgungsgebiet-potsdam-einwohner.csv" class="btn">Datensatz einsehen</a></p>
</figcaption>
</figure>
<div class="text">
<p>Potsdam ist eine wachsende Stadt und hat aktuell ca. 168.000 Einwohner. Die Einwohnerzahlen steigen und sind zum Jahr 2035 auf bis zu 198.000 prognostiziert.</p>
<p>Die größten Veränderungen in Wasserverbrauch und Bevölkerungsstand widerfährt Potsdam nach dem 2. Weltkrieg und der Wiedervereinigung Deutschlands. Besonders nach der Wiedervereinigung Anfang der 90 er Jahre ist der Wasserverbrauch zurückgegangen. Industrie und Militärstandorte, die eine hohe Wasserversorgung benötigten wurden aufgegeben.</p>
<p>Seit Mitte der 90 er Jahre hält sich der Wasserverbrauch konstant und steigt seit 2015 wieder. Nach einem Rückgang der Bevölkerung bis 2008, hat Potsdam in den folgenden Jahren den Höchstwert der Geschichte erreicht.</p>
</div >
<figure id="d3Foerderkapazitaet">
<div class="d3 embed media-ratio-16by9"></div>
<figcaption>
<h5>Förderkapazitäten der Wasserwerke Potsdam</h5>
<p>Die Gesamtförderkapazität der Wasserwerke beträgt 42.500 Kubikmeter am Tag im Durchschnitt. (Stand 2016)</p>
<p>Förderkapazitäten im Mittel in Kubikmeter/Tag (m³/d). (Stand 2016)</p>
<p><a href="assets/data/foerderkapazitaet-wasserwerke-potsdam.csv" class="btn">Datensatz einsehen</a></p>
</figcaption>
</figure>
<figure id="d3Auslastungsgrenze">
<div class="d3 embed media-ratio-16by9"></div>
<div class="d3-2 embed media-ratio-16by9"></div>
<figcaption>
<h5>Auslastungsgrenze (%) Wasserwerke Potsdam und Einwohner Szenario 2047</h5>
<p>Förderkapazitäten der Wasserwerke im Mittel in (m³/d) = (1000l/Tag).
<br>Wasserwerke: Nedlitz, Leipziger Straße, Wildpark, Rehbrücke und Ferch.
<br>Prognose 2035: 90% Auslastung der Wasserwerke - (Stadtwerke Potsdam).
<br>Hochrechnung der Einwohnerzahlen und Förderkapazitäten nach Stand 2016</p>
<p><a href="assets/data/auslastungsgrenze-wasserwerke-potsdam-einwohner-szenario2047-bevoelkerung.csv" class="btn">Datensatz (Bevölkerung) einsehen</a><a href="assets/data/auslastungsgrenze-wasserwerke-potsdam-einwohner-szenario2047-foerderkapazitaet.csv" class="btn">Datensatz (Förderkapazität) einsehen</a></p>
</figcaption>
</figure>
<div class="text">
<p>Die Prognose 2035 der Stadtwerke Potsdam beschreibt eine zukünftige Auslastung von 90% aller Wasserwerke in Potsdam.</p>
<p>In der Hochrechnung 2047 ist eine 100% Auslastung der Förderkapazität mit 58.400 Kubikmetern am Tag auf 220.000 Einwohner zu erwarten. Eine wachsende Stadt braucht mehr Wasser. Bei steigendem Wasserverbrauch und Einwohnern ist eine Erweiterung der Förderkapazitäten der Wasserwerke in ferner Zukunft notwendig.</p>
</div>
</article>
</div>
</section>
<section id="section-versorgung">
<div class="wide">
<div class="container">
<div class="group">
<div class="icon">
<i></i>
</div>
<header>
<h1>Wasser­versorgung</h1>
<p>Was verbraucht eine Stadt und insbesondere ein Mensch täglich an Wasser und wie teilt sich dieser Verbrauch im Speziellen auf? Diese Frage wird für das Beispiel Potsdam untersucht und an Hand verschiedener Grafiken im Folgenden visualisiert.</p>
</header>
</div>
</div>
</div>
<div class="container">
<article>
<div class="text">
<h2>Header 2</h2>
<p>Dolor in sint sunt reprehenderit qui tempor. Et nisi amet sint enim incididunt aliquip sunt aliqua excepteur eiusmod aute consectetur pariatur. Id nulla eiusmod duis sunt. Pariatur nostrud sunt qui proident culpa in esse. Sit dolor ea Lorem minim quis do nulla ullamco.</p>
<h3>Header 3</h3>
<p>Dolor in sint sunt reprehenderit qui tempor. Et nisi amet sint enim incididunt aliquip sunt aliqua excepteur eiusmod aute consectetur pariatur. Id nulla eiusmod duis sunt. Pariatur nostrud sunt qui proident culpa in esse. Sit dolor ea Lorem minim quis do nulla ullamco.</p>
<p>Dolor in sint sunt reprehenderit qui tempor. Et nisi amet sint enim incididunt aliquip sunt aliqua excepteur eiusmod aute consectetur pariatur. Id nulla eiusmod duis sunt. Pariatur nostrud sunt qui proident culpa in esse. Sit dolor ea Lorem minim quis do nulla ullamco.</p>
<h4>Header 4</h4>
<p>Dolor in sint sunt reprehenderit qui tempor. Et nisi amet sint enim incididunt aliquip sunt aliqua excepteur eiusmod aute consectetur pariatur. Id nulla eiusmod duis sunt. Pariatur nostrud sunt qui proident culpa in esse. Sit dolor ea Lorem minim quis do nulla ullamco.</p>
<p>Dolor in sint sunt reprehenderit qui tempor. Et nisi amet sint enim incididunt aliquip sunt aliqua excepteur eiusmod aute consectetur pariatur. Id nulla eiusmod duis sunt. Pariatur nostrud sunt qui proident culpa in esse. Sit dolor ea Lorem minim quis do nulla ullamco.</p>
</div>
<figure id="cartoDBPartnerstaedte">
<div class="embed media-ratio-16by9">
<iframe width="100%" height="520" frameborder="0" src="https://elkowski.cartodb.com/viz/a31950b0-c405-11e5-8df8-0e5db1731f59/embed_map?zoom=4" allowfullscreen webkitallowfullscreen mozallowfullscreen oallowfullscreen msallowfullscreen></iframe>
</div>
<figcaption>
<h5>Wasserverbrauch Potsdams und seiner Partnerstädte im Vergleich</h5>
<p>Die dargestellte Grafik vergeleicht den täglichen pro Kopf Wasserverbrauch in Potsdam und seinen sieben Partnerstädten. </p>
<p>Alle Werte in Litern. (Stand 2014)</p>
</figcaption>
</figure>
<figure id="d3Verbrauch2">
<div class="d3 embed media-ratio-16by9"></div>
<figcaption>
<h5>Wasserverbrauch Potsdams und seiner Partnerstädte im Vergleich</h5>
<p>Die dargestellte Grafik vergeleicht den täglichen pro Kopf Wasserverbrauch in Potsdam und seinen sieben Partnerstädten. </p>
<p>Alle Werte in Litern. (Stand 2014)</p>
<p><a href="assets/data/wasserverbrauch-vergleich-partnerstaedte.csv" class="btn">Datensatz einsehen</a></p>
</figcaption>
</figure>
<figure id="d3Verbrauch">
<div class="d3 embed media-ratio-16by9"></div>
<figcaption>
<h5>Entwicklung des Potsdamer Wasserverbrauchs proportional zur Bevölkerungsentwicklung</h5>
<p>In der dargestellten Grafik wird Potsdams Wasserverbrauch - unterteilt in Haushalte, Gewerbe, Industrie und Sonstige - sowie seine Bevölkerungsentwicklung von 1999 bis heute aufgezeigt. Hierbei wird ein besonderes Augenmerk auf den Wasserverbrauch der Haushalte in Abhängigkeit zu der Bevölkerungsentwicklung gelegt. </p>
<p>Alle Werte der Y-Achse in Litern. (Stand 2014)</p>
<p><a href="assets/data/wasserverbrauch-proportianal-bevoelkerungsdichte.csv" class="btn">Datensatz einsehen</a></p>
</figcaption>
</figure>
<figure id="d3Verteilung">
<div class="d3 embed media-ratio-16by9"></div>
<figcaption>
<h5>Verteilung des täglichen Gesamt-Wasserbedarfs Potsdams</h5>
<p>Alle Werte in Litern pro Tag. (Stand 2014)</p>
<p><a href="assets/data/taeglicher-gesamt-wasserbedarf-potsdams.csv" class="btn">Datensatz einsehen</a></p>
</figcaption>
</figure>
</article>
</div>
</section>
<section id="section-reinigung">
<div class="wide">
<div class="container">
<div class="group">
<div class="icon">
<i></i>
</div>
<header>
<h1>Wasser­reinigung</h1>
<p>„Wasser, das aus Siedlungen abgeleitet wird, heißt Abwasser. Es führt eine Reihe von Stoffen und Organismen mit, die nicht bedenkenlos in die Umwelt zurückgegeben werden können. Die Abwasserreinigung vermittelt zwischen dem Bedürfnis des Menschen, das Wasser als Transportmittel für Abfallstoffe einzusetzen (Schwemmkanalisation) und den Möglichkeiten der Umwelt, mit diesen Stoffen umzugehen: In der Abwasserreinigung sollen diejenigen Stoffe zurückgehalten werden, welche die Umwelt überlasten würden.“
<br>
<br>- Gujer [2002]
</p>
</header>
</div>
</div>
</div>
<div class="container">
<article>
<div class="text">
<h2>Grundgedanken der <br >Abwasser­reinigung</h2>
<p>(nach Martin Strell, 1913)</p>
<p>Beschränkung des Abwasseranfalls auf das notwendige Maß Behandlung der Abwässer vor der Einleitung in ein Gewässer Nutzbringende Verwertung der bei der Abwasserbehandlung zurückgehaltenen Stoffe.</p>
<h3>Kläranlage Potsdam Nord </h3>
</div>
<figure>
<img src="assets/img/reinigung.svg" alt="">
<figcaption>
<h5>Kläranlage Potsdam Nord</h5>
</figcaption>
</figure>
<div class="text">
<p>Das Klärwerk Potsdam Nord steht für die Reinigung des Abwassers, dass im Norden der Stadt anfällt zur Verfügung. Bereits 1965 wurde die Anlage in Betrieb genommen. Die Sanierung und Erweiterung der Anlage erfolgte 1999. </p>
<p>Nach der Modernisierung hat die Anlage eine Kapazität von 90.000 Einwohnergleichwerten. Im Jahr 2009 war die Anlage durchschnittlich zu ca. 77 % ausgelastet. Es besteht die Möglichkeit, aufgrund von Freiflächen, die Kapazität der Anlage zu verdoppeln. In der ersten Reinigungsstufe wird durch den Rechen, Sand und Fettfang das Abwasser sehr grob gereinigt. Diese Reinigung bezeichnet man als Mechanische Reinigung. Danach wird das Abwasser in ein Belebbecken geleitet. Bei der sogenannten Biologischen Reinigung werden im Wasser gelöste Stoffe wie Phosphor, Kohlenstoffverbindungenund Stickstoff eliminiert. Diese Eliminierung erfolgt über das Belebtschlammverfahren. Hierbei wird Sauerstoff in das Wasser eingeblasen, welcher für das Wachstum und die Prozesse der Bakterien nötig ist.</p>
<p>Bei der Prozesswasserbehandlung wird das Wasser durch Zugabe von chemischen Fällungsmitteln weiter gereinigt. Das Endergebnis ist Klarwasser, welches über einen Vorfluter (Rohr) in den Sacrow-Paretzer Kanal geleitet wird. Der bei der Reinigung anfallende Klärschlamm wird nach verschieden Schlammbehandlungen in ein Faulbehälter gepumpt. Der Schlamm wird von Bakterien zersetzt. Dabei entsteht Biogas. Das Biogas wird für die Energiegewinnung genutzt. Sowohl Wärme als auch Strom wird produziert, welchewiederum für die Prozesse der Anlage genutzt werden. </p>
<p>Dem Rastschlamm aus dem Faulbehälter wird über eine Zentrifuge das Restwasser entzogen. Man spricht hierbei von Trübwasser, dass in die Vorklärung geleitet wird und erneut die Reinigung durchläuft. </p>
<h4>Wasser- und Abwasserbetrieb</h4>
<p class="margin-bottom-0">Trinkwasser:</p>
<ul>
<li>Versorgte Bevölkerung in Potsdam 163.000 Einwohner</li>
<li>Anzahl der Kunden 22.700</li>
<li>5 Wasserwerke einschließlich 80 Brunnen</li>
<li>Förderkapazität 57.600 m³/d</li>
<li>Durchschnittliche Förderkapazität 34.100 m³/d</li>
<li>Trinkwasserhauptleitungen 670 km</li>
<li>Anschlussgrad 99,9 % Abwasser</li>
<li>Anschlussgrad 98,7 %</li>
<li>61 % des Abwassers (13.600 m³/d) werden zur Kläranlage Stahnsdorf der Berliner Wasserbetriebe abgeleitet, entsorgt und dort behandelt</li>
<li>39 % des Abwassers (8.500 m³/d) werden in der Kläranlage Potsdam Nord (90.000 EWG) behandelt Kanäle (Hauptleitungen)</li>
<li>Schmutz- und Mischwasserkanäle 373 km</li>
<li>Regenwasserkanäle 253 km</li>
<li>Druckleitungen 134 km</li>
<li>Anzahl der Abwasserpumpwerke 127</li>
<li>Regenwasserstraßeneinläufe 14.355</li>
</ul>
<h4>Die Mechanische Reinigung </h4>
</div>
<figure>
<img src="assets/img/reinigung-mechanisch.svg" alt="">
<figcaption>
<h5>Kläranlage Potsdam Nord</h5>
<p>Mechanische Reinigung</p>
</figcaption>
</figure>
<div class="text">
<p>In der Rechenanlage wird das Abwasser durch einen Rechen geleitet. Im Rechen bleiben grobe Verschmutzungen, wie Artikel der Monatshygiene, Steine aber auch Laub und tote Tiere hängen.</p>
<p>Das durch den Rechen vorgereinigte Abwasser strömt in die Vorklärbecken. Hier kommt das Wasser zur Ruhe. Die im Wasser gelösten Feststoffe sinken auf den Beckenboden. Durch ein Räumschild werden die Feststoffe in den Schlammtrichter geschoben. Von dort aus wird der Schlamm der Schlammbehandlung zugeführt und danach in den Faulbehälter gepumpt. Diesen Schlamm bezeichnet man als Primärschlamm, da dieser in der ersten Phase der Reinigung anfällt.</p>
<p>Das vorgeklärte Wasser fließt zur biologischen Reinigung.
<br>Oftmals variiert die Zusammensetzung der in der Kläranlage ankommenden Abwässer. Abhängig vom Standort und dem Abwassersystem entspricht es in den wenigen Fällen der Idealzusammensetzung.</p>
<h4>Die Biologische Reinigung</h4>
</div>
<figure>
<img src="assets/img/reinigung-biologisch.svg" alt="">
<figcaption>
<h5>Kläranlage Potsdam Nord</h5>
<p>Biologische Reinigung</p>
</figcaption>
</figure>
<div class="text">
<p>Im Abwasser befinden sich noch gelöste organische Substanzen und Nährstoffe. Phosphor und Stickstoff müssen entzogen werden. In den Belebbecken wird das Abwasser mit Sauerstoff belüftet. Dadurch können Mikroorganismen die organischen Substanzen abbauen, Stickstoffverbindungen in gasförmigen Sticksoff umwandeln, und gelöste Phosphorverbindungen dem Abwasser entziehen.</p>
<p>Durch die Zugabe von Eisensalzen wird der Restphosphor gebunden und abgeschieden. In dieser Reinigungsstufe fällt ein Abwasserbelebtschlammgemisch an. Dieses Gemisch wird in den Beckenzulauf zurückgepumpt. Der Restschlamm wird in die Schlammbehandlung gepumpt. </p>
<p>Die vier baugleichen Belebungsbecken werden diskontinuierlich betrieben und durchlaufen jeweils nacheinander die Betriebsphasen: Füllen / Belüften – Absetzen – Klarwasserabzug. Nach dem Klarwasserabzug fließt das Wasser in den Vorfluter. </p>
<h4>Prozesswasserbehandlung</h4>
<p>Zunächst wird in einer 2-stufigen Anlage der Stickstoff in dem Abwasser eliminiert. Parallel wird das stark belastetes Konzentrat aus der Schlammentwässerung behandelt. </p>
<p>Im ersten Schritt wird Ammonium an den in Abwasser befindlichen Sauerstoff gebunden. Anschließend erfolgt eine Nitritveratmung. Die Prozesse erfolgen durch nitrifizierende Bakterien.</p>
<h4>Schlammeindickung</h4>
<p>Die Schlämme aus den beiden Reinigungsstufen der Abwasserbehandlung werden entsprechend ihrer Herkunft mit verschiedenen Verfahren eingedickt. </p>
<p>Der Schlamm aus den Vorklärbecken wird durch Schwerkrafteindickung weiter verarbeitet. Der Schlamm aus der Biologischen Reinigung wird durch direkte Flotation eingedickt. Das durch die Eindickung entzogenen Trübwasser wird der Abwasserbehandlung zugeführt.</p>
<h4>Schlammentwässerung </h4>
<p>Der ausgefaulte Schlamm wird durch Zentrifugen entwässert und anschließend der Verwertung zugeführt. Das bei der Entwässerung anfallende Trübwasser wird wieder der Abwasserbehandlung zugeleitet.</p>
<h4>Schlammfaulung </h4>
<p>Die eingedickten Schlämme werden gemischt und dem Faulbehälter zugeführt. Mikroorganismen zersetzten bei einer Temperatur von 37°C die organischen Bestandteile des Schlamms. Dabei entsteht das Biogas. Das Biogas wird dann einem Blockheizkraftwerk zugeführt, welches Strom und Wärme produziert. Die Wärme und der Strom werden direkt von der Kläranlage verbraucht. </p>
</div>
</article>
</div>
</section>
</main>
<footer id="section-footer" role="contentinfo">
<div class="wide">
<div class="container">
<article>
<header>
<h2>Über dieses Projekt</h2>
<a class="btn btn-primary" href="https://incom.org/workspace/6224/1" target="_blank"><i class="fa fa-external-link" aria-hidden="true"></i> Urbaner Metabolismus</a>
<h3>Die Daten</h3>
</header>
<div class="text">
<p>Die Daten stammen aus mehreren Datensätzen von der Kläranlage Potsdam-Nord und dem Wasserwerk Nedlitz und wurden sofern analysiert und verarbeitet um diese über CartoDB und D3.js zu visualisieren.</p>
</div>
<!-- <div class="text">
<p></p>
</div> -->
<div class="text-wide">
<table>
<tr>
<th><i class="fa fa-anchor" aria-hidden="true"></i> Inhalt</th>
<th><i class="fa fa-download" aria-hidden="true"></i> Download</th>
</tr>
<tr>
<td><a href="#cartoDBWerkeUndAnlagen">Potsdam Wasserwerke & Kläranlagen: Trinkwasserschutzzonen, Brunnen, Hochbehälter</a></td>
<td><a href="https://marmor.carto.com/viz/7ca4ff50-cbcc-11e5-9317-0e31c9be1b51/public_map"><i class="fa fa-external-link" aria-hidden="true"></i> https://marmor.carto.com</a></td>
</tr>
<tr>
<td><a href="#cartoDBStadtteile">Potsdam Stadtteile: Einwohner, Fläche & Bevölkerungsdichte</a></td>
<td><a href="https://marmor.carto.com/viz/92dc47d8-4619-433b-bcfa-daeb7a7c006c/public_map"><i class="fa fa-external-link" aria-hidden="true"></i> https://marmor.carto.com</a></td>
</tr>
<tr>
<td><a href="#d3Wasserabgabe">Wasserabgabe im Versorgungsgebiet Potsdam und Einwohner 1894-2010 und Prognose 2020-2035</a></td>
<td><a href="assets/data/wasserabgabe-versorgungsgebiet-potsdam-einwohner.csv"><i class="fa fa-file-excel-o" aria-hidden="true"></i> wasserabgabe-versorgungsgebiet-potsdam-einwohner.csv</a></td>
</tr>
<tr>
<td><a href="#d3Foerderkapazitaet">Förderkapazitäten der Wasserwerke Potsdam</a></td>
<td><a href="assets/data/foerderkapazitaet-wasserwerke-potsdam.csv"><i class="fa fa-file-excel-o" aria-hidden="true"></i> foerderkapazitaet-wasserwerke-potsdam.csv</a></td>
</tr>
<tr>
<td><a href="#d3Auslastungsgrenze">Auslastungsgrenze (%) Wasserwerke Potsdam und Einwohner Szenario 2047</a></td>
<td><a href="assets/data/auslastungsgrenze-wasserwerke-potsdam-einwohner-szenario2047-bevoelkerung.csv"><i class="fa fa-file-excel-o" aria-hidden="true"></i> auslastungsgrenze-wasserwerke-potsdam-einwohner-szenario2047-bevoelkerung.csv</a> <a href="assets/data/auslastungsgrenze-wasserwerke-potsdam-einwohner-szenario2047-foerderkapazitaet.csv"><i class="fa fa-file-excel-o" aria-hidden="true"></i> auslastungsgrenze-wasserwerke-potsdam-einwohner-szenario2047-foerderkapazitaet.csv</a></td>
</tr>
<tr>
<td><a href="#cartoDBPartnerstaedte">Wasserverbrauch Potsdams und seiner Partnerstädte im Vergleich</a></td>
<td><a href="https://elkowski.carto.com/tables/table_88dte_6/public"><i class="fa fa-external-link" aria-hidden="true"></i> https://elkowski.carto.com</a></td>
</tr>
<tr>
<td><a href="#d3Verbrauch2">Wasserverbrauch Potsdams und seiner Partnerstädte im Vergleich</a></td>
<td><a href="assets/data/wasserverbrauch-vergleich-partnerstaedte.csv"><i class="fa fa-file-excel-o" aria-hidden="true"></i> wasserverbrauch-vergleich-partnerstaedte.csv</a></td>
</tr>
<tr>
<td><a href="#d3Verbrauch">Entwicklung des Potsdamer Wasserverbrauchs proportional zur Bevölkerungsentwicklung</a></td>
<td><a href="assets/data/wasserverbrauch-proportianal-bevoelkerungsdichte.csv"><i class="fa fa-file-excel-o" aria-hidden="true"></i> wasserverbrauch-proportianal-bevoelkerungsdichte.csv</a></td>
</tr>
<tr>
<td><a href="#d3Verteilung">Verteilung des täglichen Gesamt-Wasserbedarfs Potsdams</a></td>
<td><a href="assets/data/taeglicher-gesamt-wasserbedarf-potsdams.csv"><i class="fa fa-file-excel-o" aria-hidden="true"></i> taeglicher-gesamt-wasserbedarf-potsdams.csv</a></td>
</tr>
</table>
</div>
<div class="text">
<h3>Das Projekt</h3>
<p>
Dieses studentische Projekt ist im Rahmen des Kurses »Urbaner Metabolismus« im Wintersemester 2015/16 an der FH Potsdam entstanden.
</p>
<p>
Das Design der Webseite und die D3.js Diagramme wurden erstellt von
<br>Dustin Kummer (<a href="https://twitter.com/miduku11" target="_blank">@miduku11</a>) und
<br>Jan Dufke (<a href="https://twitter.com/vinz_jansen" target="_blank">@vinz_jansen</a>).
</p>
<p>
Die Datensätze und Texte wurden erstellt von
<br>Anastasia Kriwoscheja (<a href="https://incom.org/profil/5584" target="_blank">incom Profil</a>),
<br>Olivia Lees (<a href="https://incom.org/profil/6765" target="_blank">incom Profil</a>),
<br>Lennart Zemke (<a href="https://incom.org/profil/6467" target="_blank">incom Profil</a>),
<br>Marcel Sandor (<a href="https://incom.org/profil/6175" target="_blank">incom Profil</a>),
<br>Sebastian Witzke (<a href="https://incom.org/profil/4851" target="_blank">incom Profil</a>),
<br>Esther Grabowski (<a href="https://incom.org/profil/6468" target="_blank">incom Profil</a>),
<br>Benny Unverdroß (<a href="https://incom.org/profil/7397" target="_blank">incom Profil</a>),
<br>Marc B. (<a href="https://incom.org/profil/7455" target="_blank">incom Profil</a>),
<br>Pascal Alisch (<a href="https://incom.org/profil/7398" target="_blank">incom Profil</a>),
<br>Kay Müller (<a href="https://incom.org/profil/7421" target="_blank">incom Profil</a>),
<br>Moritz Wittlinger (<a href="https://incom.org/profil/7482" target="_blank">incom Profil</a>)
</p>
<p>Betreut wurde das Projekt durch Prof. Dr. Michael Prytula (<a href="https://incom.org/profil/6093" target="_blank">incom Profil</a>) und Prof. Dr. Marian Dörk (<a href="https://twitter.com/nrchtct" target="_blank">@nrchtct</a>).</p>
<p>Verwendete Tools sind CartoDB, jQuery und D3.js.</p>
</div>
<div class="text">
<h3>Impressum & Datenschutz</h3>
<p>Verantwortlich für diese Homepage (Diensteanbieter) nach § 6 des Telemediengesetzes Alsino Skowronnek, Lucas Vogel und Jonas Parnow.</p>
<p>Wir betonen ausdrücklich, für den Inhalt externer Links nicht verantwortlich zu sein. Wir haben keinen Einfluss auf Inhalte und Gestaltung verlinkter Seiten und distanzieren uns ausdrücklich von allen Links.</p>
<p>Zur geografischen Darstellung mehrerer Statistiken auf "Potsdamwasser" werden Karten über CartoDB dargestellt. Informationen zum Datenschutz von CartoDB findet man unter <a href="https://cartodb.com/privacy/" target="_blank">https://cartodb.com/privacy/</a></p>
</div>
</article>
</div>
</div>
</footer>
<script src="https://d3js.org/d3.v4.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
<script>
window.jQuery || document.write('<script src="assets/components/jquery.min.js"><\/script>');
</script>
<script src="assets/components/TweenMax.min.js"></script>
<script src="assets/components/ScrollMagic.min.js"></script>
<script src="assets/components/animation.gsap.min.js"></script>
<script src="assets/components/jquery.ScrollMagic.min.js"></script>
<script src="assets/components/debug.addIndicators.min.js"></script>
<!--<script src="assets/components/d3-line-chunked.js"></script>-->
<script src="assets/js/scripts.js"></script>
</body>
</html>
| miduku/potsdam-wasser | app/index.html | HTML | mit | 32,726 |
<template name="appMenu">
<menu class="vertical-menu">
<li><a class="clean" href="/">Dashboard</a></li>
<li><a class="clean" href="#">Members</a></li>
<li><a class="clean" href="#">Officers</a></li>
<li><a class="clean" href="#">Chairs</a></li>
<li><a class="clean" href="#">Leaders</a></li>
</menu>
</template> | Jexordexan/roc-site | gear-database/client/templates/views/sidebar-menu.html | HTML | mit | 335 |
<div class="promo">
{% for dreamcatcher in site.pages %}
{% if dreamcatcher.category == "dream" %}
<div class="btm-border-none med-s-1-2 unit-m-1-2 unit-l-1-4">
<div class="relitive">
<a class="hover" href="{{site.baseurl}}{{dreamcatcher.url}}">
<img src="{{site.baseurl}}/images/{{dreamcatcher.image}}" alt="horse shoe image"/>
</a>
<h2 class="hover-title">{{dreamcatcher.price}}</h2>
</div>
<div class="content lrg-pra float">
<div class="black">
<h5>{{dreamcatcher.name}}</h5>
<p>{{dreamcatcher.discription}}</p>
</div>
<a href="{{site.baseurl}}/cart/"><h6 class="btn">buy Now</h6></a>
</div>
</div>
{% endif %}
{% endfor %}
</div>
| gord0186/ecommerce-website | _includes/dream-product.html | HTML | mit | 746 |
<!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 -->
<title>Teenage Mutant Ninja Coders</title>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- NAVIGATION / NAVBAR -->
<nav class="navbar navbar-default navbar-fixed-top topnav" role="navigation">
<div class="container topnav">
<!-- Brand and toggle get grouped for a better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <!-- hamburger icon -->
<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 topnav" href="about_main.html">TMNC</a>
</div>
<!-- collapsed navbar -->
<!-- Get the nav links and content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li><a href="#" class="dropdown-toggle" data-toggle="dropdown">Guides<b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="bash_commands.html">Command-Line</a></li>
<li><a href="vim_commands.html">VIM</a></li>
<li><a href="git_guide.html">Git</a><li>
<li><a href="bootstrap_guide.html">Bootstrap</a><li>
<li><a href="scrum_guide.html">Scrum/Agile Dev.</a><li>
</ul>
<li><a href="#" class="dropdown-toggle" data-toggle="dropdown">Projects<b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="java_ip_tracker.html">IP Tracker</a><li>
<li><a href="java_blood_sugar.html">Blood Sugar</a><li>
<li><a href="java_exercise.html">Exercise</a><li>
</ul>
</li>
<li><a href="backlogs.html">Backlogs</a></li>
<li><a href="contact_page.html">Contact</a></li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<div class="jumbotron" style="padding-top:70px"> <!-- Padding added because of navbar overlap -->
<div class="container">
<h1 class="text-center">VIM Guide</h1>
<h4 class="text-center">PDF Download: <a href="content/vim_guide/VIM_Guide_x.pdf" download="vim_guide"><span class="glyphicon glyphicon-download"></span></a></h4>
</div>
</div>
<div class="container">
<img src="content/vim_guide/VIM_Guide_x1.jpg" class="img-thumbnail img-responsive" alt="command line guide for the bash shell"></img>
</div>
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
</body>
</html>
| cis2206fall2015/Team3_Website | vim_commands.html | HTML | mit | 3,577 |
<html>
<head>
<title>医療用医薬品 検索結果 | 独立行政法人 医薬品医療機器総合機構</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords" content="PMDA,pmda,医薬品,副作用,被害救済,薬,医療,機器,医薬">
<meta name="description" content="独立行政法人 医薬品医療機器総合機構:医薬品副作用被害救済や稀少病認定薬の研究振興調査などの業務案内。">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="X-UA-TextLayoutMetrics" content="gdi">
<meta name="robots" content="none">
<link rel="stylesheet" type="text/css" href="/PmdaSearch/files/common/css/import.css" />
<link rel="stylesheet" type="text/css" href="/PmdaSearch/files/common/css/print.css" />
<script type="text/javascript" src="/PmdaSearch/files/common/js/jquery_1.7.1.min.js"></script>
<script type="text/javascript" src="/PmdaSearch/files/common/js/jquery_cookie.js"></script>
<script type="text/javascript" src="/PmdaSearch/files/common/js/main.js"></script>
<script type="text/javascript" src="/PmdaSearch/js/pmdaCommon.js"></script>
<link rel="stylesheet" type="text/css" href="/PmdaSearch/files/css/search.css" />
</head>
<body onload="FontSizeInit();">
<!-- Google Tag Manager -->
<noscript><iframe title="GoogleTagManager" src="//www.googletagmanager.com/ns.html?id=GTM-MHGKV3"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-MHGKV3');</script>
<!-- End Google Tag Manager -->
<div id="layoutBody">
<!-- 2018-08-15 add 改修No3 新記載要領に対応した添付文書のバージョン比較機能 Start -->
<style type="text/css">
hr{
border-width: 1px 0px 0px 0px;
border-style: 1px;
border-color: black;
height: 1px;
width: 90%;
}
.doubles {
margin-top: 1em;
}
.divCol{
display: table-cell ;
}
</style>
<!-- 2018-08-15 add 改修No3 新記載要領に対応した添付文書のバージョン比較機能 End -->
<!-- ++++ local-js ++++ -->
<script>
var userAgent = window.navigator.userAgent.toLowerCase();
var uag = "0";
if (userAgent.indexOf('opera') != -1) {
uag = "1";
} else if (userAgent.indexOf('msie') != -1) {
uag = "1";
} else if (userAgent.indexOf('chrome') != -1) {
uag = "2";
} else if (userAgent.indexOf('safari') != -1) {
uag = "2";
} else if (userAgent.indexOf('firefox') != -1) {
uag = "2";
} else {
uag = "1";
}
function FontSizeInit() {
// 20140509 Font Size Default Set
var fs = window.localStorage.getItem("iyakufsizeValue");
if(!fs){
window.localStorage.setItem("iyakufsizeValue", 100);
fs = window.localStorage.getItem("iyakufsizeValue");
}
document.body.style.fontSize = Math.floor(fs) + '%';
}
function bigger() {
var fs = window.localStorage.getItem("iyakufsizeValue");
fs *= 1.2;
// if(fs <= (100 * 1.2) * 1.2){
if(fs <= (93 * 1.2) * 1.2){
window.localStorage.setItem("iyakufsizeValue", fs);
document.body.style.fontSize = Math.floor(fs) + '%';
}
}
function smaller() {
var fs = window.localStorage.getItem("iyakufsizeValue");
fs /= 1.2;
// if(fs >= (100 / 1.2) / 1.2){
if(fs >= (93 / 1.2) / 1.2){
window.localStorage.setItem("iyakufsizeValue", fs);
document.body.style.fontSize = Math.floor(fs) + '%';
}
}
// 項目の表示/非表示
var resultTableColArr = [
["0","添付文書"],
["0","患者向医薬品ガイド/ワクチン接種を受ける人へのガイド"],
["0","インタビューフォーム"],
["0","医薬品リスク管理計画(RMP)"],
["0","改訂指示反映履歴および根拠症例"],
["0","審査報告書/再審査報告書/最適使用推進ガイドライン等"],
["0","重篤副作用疾患別対応マニュアル"],
["0","くすりのしおり"],
["0","緊急安全性情報/安全性速報"],
["0","医薬品の適正使用等に関するお知らせ"],
["0","厚生労働省発表資料(医薬品関連)"],
["0","医薬品に関する評価中のリスク等の情報"],
["0","医薬品添付文書改訂相談に基づく添付文書改訂"],
["0","DSU(医薬品安全対策情報)"],
["0","PMDA医療安全情報"],
["0","医療用医薬品問合せ先"]
];
// add 2.00: 検索結果出力機能追加
// 常に表示する項目(検索結果出力項目選択用)
var resultTableDefaultDispColArr = {
"BOOK" : [
["1", "一般名"],
["1", "販売名"],
["1", "製造販売業者等"]
],
"RD" : [
["1", "種類"],
["1", "文書の名称"],
["1", "日付"],
["1", "一般名"],
["1", "販売名"],
["1", "製造販売業者等"]
]
};
//表示している項目にフラグをつける
$(function () {
var dispColumnsList = [
"1",
"2",
"3",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
];
$(dispColumnsList).each(function(i, v){
resultTableColArr[i][0] = (v) ? '1': '0';
});
// トグル
$(document).on('click', '.toggles', function(){
$(this).next().toggle();
$(this).toggle();
});
$(document).on('click', '.togglec', function(){
$(this).parent().prev().toggle();
$(this).parent().toggle();
});
});
// ページング処理
function changePg(pages) {
popOldVersionClose();
$.ajax({
url: '/PmdaSearch/iyakuSearch/PageChangeRequest/' + pages,
// mod 2.01: POSTに変更
// type: 'GET',
type: 'POST',
// add 2.01: Form情報を送信
data: $('form').serialize(),
dataType: 'json',
cache: false, //ブラウザにキャッシュさせません。
error: function(err){
alert("jsonの読み込みに失敗しました");
},
success: function(json){
//alert("jsonの読み込みが完了しました");
// mod 2.00: ページリンクをページ上部だけでなくページ下部にも追加
// $("#PageNavi").html(json.PageNavi).html()
$(".PageNavi").each(function(i) {
$(this).html(json.PageNavi).html();
});
$("#ResultList").html(json.ResultList).html();
// add 2.01: ページ情報を更新
document.getElementById("pages").value = pages;
}
});
}
var chnBtnObj_y;
var tblLnkObj_y;
var svScrollTop = 0;
var svTblSclTop = 0;
//WINDOWスクロール発生時の処理
window.onscroll = function()
{
if(uag == "1"){
scrollTop = document.documentElement.scrollTop; // IE、Opera
} else {
scrollTop = document.body.scrollTop; // Chrome、Safari、Firefox
}
var calcTop = scrollTop - svScrollTop;
svScrollTop = scrollTop;
// pageScroll(calcTop); // 表示項目選択ポップアップのスクロール移動制御をコール
divScroll(calcTop); // 過去版ポップアップのスクロール移動制御
}
//WINDOW内要素(DIV)スクロール発生時の処理
function elmScrool(scElm) {
var scrollTop = scElm.scrollTop;
var calcTop = scrollTop - svTblSclTop;
svTblSclTop = scrollTop;
// pageScroll(calcTop); // 表示項目選択ポップアップのスクロール移動制御をコール
divScroll(calcTop); // 過去版ポップアップのスクロール移動制御
}
//表示項目選択ポップアップのスクロール移動制御
function pageScroll(scVal) {
var popObj = document.getElementById("popDiv");
var popTarget = popObj.style;
if(popObj.innerHTML.length != 0){
var targTopVal = popTarget.top.replace("px", "");
targTopVal = targTopVal - scVal;
popTarget.top = targTopVal + "px";
}
}
// 過去版ポップアップのスクロール移動制御
function divScroll(scVal) {
var popObj = document.getElementById("popDiv2");
var popTarget = popObj.style;
if(popObj.innerHTML.length != 0){
var targTopVal = popTarget.top.replace("px", "");
targTopVal = targTopVal - scVal;
popTarget.top = targTopVal + "px";
}
}
var chk_pdf = "0";
var chk_xml = "0";
//2018-08-15 add 改修No3 新記載要領に対応した添付文書のバージョン比較機能 Start
var chk_yoshiki = "";
//2018-08-15 add 改修No3 新記載要領に対応した添付文書のバージョン比較機能 End
//過去版ポップアップの表示
function popOldVersion(event, service, p1, p2, p3, minVer) {
var lnkStrPDF = "";
var lnkStrHTML = p2 + "_" + p3 + '_';
var temp_msg = "";
var oldCnt = 0;
//2018-08-15 add 改修No3 新記載要領に対応した添付文書のバージョン比較機能 Start
var tableOLD = "";
var OLDVer = "";
var tableNew = "";
var NewVer = "";
var tableHdr = "";
var genyoshiki = "SGML";
//2018-08-15 add 改修No3 新記載要領に対応した添付文書のバージョン比較機能 End
//2018-08-15 mod 改修No3 新記載要領に対応した添付文書のバージョン比較機能 Start
// var msg = "<div style=\"background-color: #d0f0f0; padding: 15px; border-style: solid; border-width: 1px; border-color: #404040;\">\n";
// msg += "<table>\n";
//2018-08-15 mod 改修No3 新記載要領に対応した添付文書のバージョン比較機能 End
for(var j = p1; j >= minVer; j--) {
var v1 = ("000" + j).slice(-2);
var v2 = v1;
if(j == p1){
v2 = v1 + "*";
checkOldVer(p2, p3, v1, service, "CUR");
lnkStrPDF = "/" + service + "/iyakuDetail/ResultDataSetPDF/" + p2 + "_" + p3 + "_";
}
if(j != p1){
v2 = v1 + " ";
checkOldVer(p2, p3, v1, service, "OLD");
lnkStrPDF = "/" + service + "/iyakuDetail/ResultDataSetOldPDF/" + p2 + "_" + p3 + "_";
}
//2018-08-15 mod 改修No3 新記載要領に対応した添付文書のバージョン比較機能 Start
// if(chk_pdf == "1" && chk_xml == "1"){
//// temp_msg += "<tr><td>Ver." + j + " <a href=\"" + lnkStrPDF + v1 + "\" target='_blank'>PDF</a> / <a href='javascript:void(0)' onclick='detailDisp(\"" + service + "\", \"" + lnkStrHTML + v1 + "\");' " + " target='_blank'>HTML</a></td></tr>\n";
// temp_msg += "<tr><td>Ver." + v2 + " <a href='javascript:void(0);' onclick='javascript:detailDispPDF(\"" + lnkStrPDF + v1 + "\"); return false;'" + ">PDF</a> / <a href='javascript:void(0);' onclick='javascript:detailDisp(\"" + service + "\", \"" + lnkStrHTML + v1 + "\"); return false;' " + ">HTML</a></td></tr>\n";
// oldCnt++;
// } else if(chk_pdf == "1" && chk_xml == "0"){
//// temp_msg += "<tr><td>Ver." + j + " <a href=\"" + lnkStrPDF + v1 + "\" target='_blank'>PDF</a> / HTML</td></tr>\n";
// temp_msg += "<tr><td>Ver." + v2 + " <a href='javascript:void(0);' onclick='javascript:detailDispPDF(\"" + lnkStrPDF + v1 + "\");'" + ">PDF</a> / HTML</td></tr>\n";
// oldCnt++;
// } else if(chk_pdf == "0" && chk_xml == "1") {
// temp_msg += "<tr><td>Ver." + v2 + " PDF / <a href='javascript:void(0);' onclick='javascript:detailDisp(\"" + service + "\", \"" + lnkStrHTML + v1 + "\");' " + ">HTML</a></td></tr>\n";
// oldCnt++;
// } else {
// temp_msg += "<tr><td>Ver." + v2 + " PDF / HTML</td></tr>\n";
// oldCnt++;
// }
if(chk_yoshiki != "noTbook") {
genyoshiki = chk_yoshiki;
}
if(genyoshiki == "SGML"){
if( chk_pdf == "1" && chk_xml == "1" ){
OLDVer +="<tr><td>Ver." + v2 + " <a href='javascript:void(0);' onclick='javascript:detailDispPDF(\"" + lnkStrPDF + v1 + "\"); return false;'" + ">PDF</a> / <a href='javascript:void(0);' onclick='javascript:detailDisp(\"" + service + "\", \"" + lnkStrHTML + v1 + "\"); return false;' " + ">HTML</a></td></tr>\n";
} else if( chk_pdf == "1" && chk_xml == "0" ){
OLDVer += "<tr><td>Ver." + v2 + " <a href='javascript:void(0);' onclick='javascript:detailDispPDF(\"" + lnkStrPDF + v1 + "\");'" + ">PDF</a> / HTML</td></tr>\n";
oldCnt++;
} else if( chk_pdf == "0" && chk_xml == "1" ) {
OLDVer += "<tr><td>Ver." + v2 + " PDF / <a href='javascript:void(0);' onclick='javascript:detailDisp(\"" + service + "\", \"" + lnkStrHTML + v1 + "\");' " + ">HTML</a></td></tr>\n";
} else {
OLDVer += "<tr><td>Ver." + v2 + " PDF / HTML</td></tr>\n";
}
oldCnt++;
}
if(genyoshiki == "XML"){
if( chk_pdf == "1" && chk_xml == "1" ){
NewVer +="<tr><td>Ver." + v2 + " <a href='javascript:void(0);' onclick='javascript:detailDispPDF(\"" + lnkStrPDF + v1 + "\"); return false;'" + ">PDF</a> / <a href='javascript:void(0);' onclick='javascript:detailDisp(\"" + service + "\", \"" + lnkStrHTML + v1 + "\"); return false;' " + ">HTML</a></td></tr>\n";
} else if( chk_pdf == "1" && chk_xml == "0" ){
NewVer += "<tr><td>Ver." + v2 + " <a href='javascript:void(0);' onclick='javascript:detailDispPDF(\"" + lnkStrPDF + v1 + "\");'" + ">PDF</a> / HTML</td></tr>\n";
} else if( chk_pdf == "0" && chk_xml == "1" ) {
NewVer += "<tr><td>Ver." + v2 + " PDF / <a href='javascript:void(0);' onclick='javascript:detailDisp(\"" + service + "\", \"" + lnkStrHTML + v1 + "\");' " + ">HTML</a></td></tr>\n";
} else {
NewVer += "<tr><td>Ver." + v2 + " PDF / HTML</td></tr>\n";
}
oldCnt++;
}
//2018-08-15 mod 改修No3 新記載要領に対応した添付文書のバージョン比較機能 End
chk_pdf = "0";
chk_xml = "0";
//2018-08-15 add 改修No3 新記載要領に対応した添付文書のバージョン比較機能 Start
chk_yoshiki = "";
//2018-08-15 add 改修No3 新記載要領に対応した添付文書のバージョン比較機能 End
}
//2018-08-15 mod 改修No3 新記載要領に対応した添付文書のバージョン比較機能 Start
var msg = "<div style=\"background-color: #d0f0f0; padding: 0px; border-style: solid; border-width: 1px; border-color: #404040;\">\n";
tableHdr +="<div>\n";
tableHdr +="<div class=\"divCol\" style=\"width: 12em; padding-top: 1em;\">\n";
tableHdr +="<table style=\"width: 100%;\">\n";
tableHdr +="<thead>\n";
tableHdr +="<tr><th style=\"border: 0;\">旧様式</th></tr>\n";
tableHdr +="</thead>\n";
tableHdr +="</table>\n";
tableHdr +="</div>\n";
tableHdr +="<div class=\"divCol\" style=\"width: 12em;\">\n";
tableHdr +="<table style=\"width: 100%;\">\n";
tableHdr +="<thead>\n";
tableHdr +="<tr><th style=\"border: 0;\">新様式</th></tr>\n";
tableHdr +="</thead>\n";
tableHdr +="</table>\n";
tableHdr +="</div>\n";
tableHdr +="</div>\n";
tableOLD +="<div style=\"height: 183px;overflow-y: scroll;border-top: 1px solid black;border-bottom: 1px solid black;\">\n";
tableOLD +="<div class=\"divCol\" style=\"height: 11.44em;border-right: 1px solid black; width: 12em;\">\n";
tableOLD +="<table>\n";
tableOLD +="<tbody>\n";
tableOLD += OLDVer;
tableOLD +="</tbody>\n";
tableOLD +="</table>\n";
tableOLD +="</div>\n";
tableNew +="<div class=\"divCol\" style=\"height: 11.44em; width: 12em;\">\n";
tableNew +="<table>\n";
tableNew +="<tbody>\n";
tableNew += NewVer;
tableNew +="</tbody>\n";
tableNew +="</table>\n";
tableNew +="</div>\n";
tableNew +="</div>\n";
temp_msg = tableHdr + tableOLD + tableNew ;
temp_msg +="<div style=\"padding: 8px;\">\n";
temp_msg +="<input type=\"button\" onclick=\"popOldVersionClose();\" value=\"閉じる\">\n";
temp_msg +="</div>\n";
//2018-08-15 add 改修No3 新記載要領に対応した添付文書のバージョン比較機能 End
if(temp_msg != ""){
msg += temp_msg;
}
//2018-08-15 mod 改修No3 新記載要領に対応した添付文書のバージョン比較機能 Start
// msg += "<tr><td align=\"center\"><input type=\"button\" onclick=\"popOldVersionClose();\" value=\"閉じる\"></td></tr>\n";
// msg += "</table>";
//2018-08-15 mod 改修No3 新記載要領に対応した添付文書のバージョン比較機能 End
msg += "</div >";
var userAgent = window.navigator.userAgent.toLowerCase();
var uag = "0";
if (userAgent.indexOf('opera') != -1) {
uag = "1";
} else if (userAgent.indexOf('msie') != -1) {
uag = "1";
} else if (userAgent.indexOf('chrome') != -1) {
uag = "2";
} else if (userAgent.indexOf('safari') != -1) {
uag = "2";
} else if (userAgent.indexOf('firefox') != -1) {
uag = "2";
} else if (userAgent.indexOf('gecko') != -1) {
uag = "1";
} else {
alert("other");
}
var popTarget = document.getElementById("popDiv2").style;
var o1 = getMousePosition(event);
tblLnkObj_y = o1.sy;
if(uag == "1"){
o1.sy = event.clientY;
}
if(popDiv2.innerHTML != ""){
popOldVersionClose();
}
if(temp_msg != ""){
popTarget.left = (o1.sx) + "px";
//2018-11-08 mod 改修No3 バージョン比較ダイアログの上部表示位置 Start
// if((oldCnt - 1) == 0){
// popTarget.top = (o1.sy - 30) + "px";
// } else {
popTarget.top = (o1.sy - 27 - (18 * 10)) + "px";
// }
//2018-11-08 mod 改修No3 バージョン比較ダイアログの上部表示位置 End
popDiv2.innerHTML = msg;
}
}
//過去版ポップアップのクローズ
function popOldVersionClose() {
popDiv2.innerHTML = "";
}
//過去版ファイルの存在を確認する
function checkOldVer(code, bkno, ver, service, cflg){
var url = "/" + service + "/iyakuDetail/FileExsist/" + code + "_" + bkno + "_" + ver + "_" + cflg;
$.ajax({
url: url,
type: 'GET',
async:false,
dataType: 'json',
cache: false, //ブラウザにキャッシュさせません。
error: function(err){
alert("jsonの読み込みに失敗しました");
},
success: function(json){
//alert("jsonの読み込みが完了しました ");
chk_pdf = json.pdfExsist;
chk_xml = json.xmlExsist;
//2018-08-15 add 改修No3 新記載要領に対応した添付文書のバージョン比較機能 Start
chk_yoshiki = json.yoshikiKbn;
//2018-08-15 add 改修No3 新記載要領に対応した添付文書のバージョン比較機能 End
}
});
}
//表示項目選択ポップアップの表示
function displaySelect(event) {
popOldVersionClose();
var msg = "<div style=\"background-color: #d0f0f0; padding: 15px; border-style: solid; border-width: 1px; border-color: #404040;\">\n";
msg += "<div class=\"popScrollInr\"><table>\n";
for(var j = 0; j < resultTableColArr.length; j++) {
var v1 = ("000" + j).slice(-3);
var checkStr = (resultTableColArr[j][0] == "1") ? " checked=\"checked\"" : "";
msg += "<tr><td><input type=\"checkbox\" id=\"dispCtrl" + v1 + "\"" + checkStr + ">" + resultTableColArr[j][1] + "</td></tr>\n";
}
msg += "</table></div>";
msg += "<input onclick=\"JavaScript:popClose();\" type=\"button\" value=\"閉じる\"> ";
msg += "<input onclick=\"JavaScript:dispCtrlCheck(1);\" type=\"button\" value=\"全チェック\"> ";
msg += "<input onclick=\"JavaScript:dispCtrlCheck(0);\" type=\"button\" value=\"全クリア\">";
msg += "</div >";
var o1 = getMousePosition(event);
chnBtnObj_y = o1.y;
var popObj = document.getElementById("popDiv");
var popTarget = popObj.style;
popTarget.left = "5px";
popTarget.top = "5px";
popObj.innerHTML = msg;
}
//表示項目選択ポップアップの全選択・全解除の制御
function dispCtrlCheck(p1) {
// mod 2.00: 検索結果出力対応により、チェックボックスの指定方法を変更
// for(var j = 0; j<resultTableColArr.length; j++) {
// var v1 = "dispCtrl" + ("000" + j).slice(-3);
// var obj1 = document.getElementById(v1);
// obj1.checked = (p1 == 1);
// }
$('#popDiv input[type="checkbox"]').prop('checked', p1 == 1).change();
}
//add 2.00: くすりのしおり マウスオーバーで全文表示対応
//ツールチップ表示
function tooltip(event, str) {
if (!str) {
return false;
}
popOldVersionClose();
var userAgent = window.navigator.userAgent.toLowerCase();
var uag = "0";
if (userAgent.indexOf('opera') != -1) {
uag = "1";
} else if (userAgent.indexOf('msie') != -1) {
uag = "1";
} else if (userAgent.indexOf('chrome') != -1) {
uag = "2";
} else if (userAgent.indexOf('safari') != -1) {
uag = "2";
} else if (userAgent.indexOf('firefox') != -1) {
uag = "2";
} else if (userAgent.indexOf('gecko') != -1) {
uag = "1";
} else {
alert("other");
}
// 過去版ポップアップの領域を流用
var popTarget = document.getElementById("popDiv2").style;
var o1 = getMousePosition(event);
if(uag == "1") {
o1.sy = event.clientY;
}
popDiv2.innerHTML = "<div style=\"background-color: #d0f0f0; padding: 15px; border-style: solid; border-width: 1px; border-color: #404040;\">\n" +
str + "</div>";
popTarget.left = (o1.x - popDiv2.clientWidth - 5) + "px";
popTarget.top = (o1.y - popDiv2.clientHeight - 5) + "px";
}
//ツールチップのクローズ
function tooltipClose() {
// 過去版ポップアップの領域を流用しているため、過去版ポップアップのクローズ処理を実行
popOldVersionClose();
}
//表示項目選択ポップアップのクローズ(選択項目で再表示を行う)
function popClose() {
// チェックされた値で配列を書き換え、パラメータを作成
var clmAry = [];
for(var j = 0; j<resultTableColArr.length; j++) {
var v1 = "dispCtrl" + ("000" + j).slice(-3);
var obj1 = document.getElementById(v1);
resultTableColArr[j][0] = (obj1.checked) ? "1" : "0";
if (obj1.checked) {
clmAry.push(j);
}
}
popDiv.innerHTML = "";
if(clmAry == null || clmAry.length == 0){
clmAry.push(-1);
}
colDisp(clmAry);
}
// 列の表示非表示を制御する
function colDisp(cAry){
$.ajax({
url: '/PmdaSearch/iyakuSearch/CulumChangeRequest/'+cAry,
// mod 2.01: POSTに変更
// type: 'GET',
type: 'POST',
// add 2.01: Form情報を送信
data: $('form').serialize(),
dataType: 'json',
cache: false, //ブラウザにキャッシュさせません。
error: function(err){
alert("jsonの読み込みに失敗しました");
},
success: function(json){
//alert("jsonの読み込みが完了しました");
// mod 2.00: ページリンクをページ上部だけでなくページ下部にも追加
// $("#PageNavi").html(json.PageNavi).html()
$(".PageNavi").each(function(i) {
$(this).html(json.PageNavi).html();
});
$("#ResultList").html(json.ResultList).html();
// add 2.01: 表示する文書を更新
document.getElementById("changeColumnsList").value = cAry;
for (var j = 0; j < resultTableColArr.length; j++) {
document.getElementById("dispColumns" + j).value = "";
}
for (var k = 0; k < cAry.length; k++) {
document.getElementById("dispColumns" + cAry[k]).value = cAry[k];
}
}
});
}
// add 2.00: 検索結果画面で表示件数変更対応
// 表示件数を変更する
function listRowsChange(listRows){
$.ajax({
url: '/PmdaSearch/iyakuSearch/listRowsChangeRequest/' + listRows,
// mod 2.01: POSTに変更
// type: 'GET',
type: 'POST',
// add 2.01: Form情報を送信
data: $('form').serialize(),
dataType: 'json',
cache: false, //ブラウザにキャッシュさせません。
error: function(err){
alert("jsonの読み込みに失敗しました");
},
success: function(json){
//alert("jsonの読み込みが完了しました");
// mod 2.00: ページリンクをページ上部だけでなくページ下部にも追加
// $("#PageNavi").html(json.PageNavi).html()
$(".PageNavi").each(function(i) {
$(this).html(json.PageNavi).html();
});
$("#ResultList").html(json.ResultList).html();
// add 2.01: ページ情報の初期化及び表示件数の更新
document.getElementById("pages").value = 1;
document.getElementById("listRows").value = listRows;
}
});
}
var dWin = null;
//詳細(HTML)ページを別ウィンドウで表示する
function detailDisp(service, fname){
var url = "/" + service + "/iyakuDetail/" + fname;
popOldVersionClose();
// if(dWin != null) dWin.close();
dWin = window.open(url, "");
// dWin = window.open(url, "_blank");
dWin.active();
}
//添付文書(PDF)ページを別ウィンドウで表示する
function detailDispPDF(linkStr){
var url = linkStr;
popOldVersionClose();
// if(dWin != null) dWin.close();
dWin = window.open(url, "");
// dWin = window.open(url, "_blank");
dWin.active();
}
// 検索種別を Action より取得
var listCategory = 'BOOK';
// add 2.00: 検索結果出力処理追加
/**
* 出力項目選択ポップアップの表示
*
* @param exportType 出力形式
*/
function exportSelect(event, exportType) {
if (!exportType) {
alert('出力形式が指定されていません。');
return false;
}
popOldVersionClose();
// ポップアップ生成
var msg = "<div style=\"background-color: #d0f0f0; padding: 15px; border-style: solid; border-width: 1px; border-color: #404040;\">\n";
msg += "<p class=\"mb_10\">" + "PDF出力する項目を選択してください。" + "</p>\n";
msg += "<p class=\"mb_10\" id=\"exportWarning\" style=\"color: #FF0000; font-weight: bold; text-decoration: underline; height: 1em;\">WARNING</p>"
msg += "<div class=\"popScrollInr\"><table>\n";
var wkResultTableColArr = (listCategory === 'BOOK') ?
resultTableDefaultDispColArr[listCategory].concat(resultTableColArr) :
resultTableDefaultDispColArr[listCategory];
var checkCnt = 0;
for(var j = 0; j < wkResultTableColArr.length; j++) {
var checkStr = "";
if (wkResultTableColArr[j][0] == "1") {
checkStr = " checked=\"checked\"";
checkCnt++;
}
msg += "<tr><td><input type=\"checkbox\" name=\"exportCtrl[" + j + "]\"" + checkStr + ">" + wkResultTableColArr[j][1] + "</td></tr>\n";
}
var exportWarning = document.getElementById('exportWarning');
var disabledStr = "";
if (checkCnt > 6) {
msg = msg.replace("WARNING", "※選択項目は6項目以内としてください。");
disabledStr = " disabled=\"disabled\"";
}
msg = msg.replace("WARNING", "");
msg += "</table></div>";
msg += "<input onclick=\"JavaScript:document.getElementById('popDiv').innerHTML='';\" type=\"button\" value=\"閉じる\"> ";
msg += "<input onclick=\"JavaScript:dispCtrlCheck(0);\" type=\"button\" value=\"全クリア\"> ";
msg += "<input name=\"export\" type=\"button\" value=\"出力する\" " + disabledStr + ">";
msg += "</div >";
var o1 = getMousePosition(event);
chnBtnObj_y = o1.y;
// ポップアップ
var popObj = document.getElementById('popDiv');
var popTarget = popObj.style;
popObj.innerHTML = msg;
// 画面中央に出す
// innerWidth(Heigth)は IE 8 非対応
var pageWidth = window.innerWidth ? window.innerWidth : $(window).width();
var pageHeight = window.innerHeight ? window.innerHeight : $(window).height();
popTarget.left = (pageWidth / 2 - popObj.offsetWidth / 2) + 'px';
popTarget.top = (pageHeight / 2 - popObj.offsetHeight / 2) + 'px';
// チェックボックスのイベント
$('input[name^="exportCtrl"]').on('change', function() {
var checkCnt = $('input[name^="exportCtrl"]:checked').length;
// 7項目以上、1項目未満のチェックで出力させない
var exportInvalidFlg = checkCnt > 6 || checkCnt < 1;
// エラー文言の表示制御
var $exportWarning = $('#exportWarning');
$exportWarning.text(exportInvalidFlg ?
checkCnt > 6 ? '※選択項目は6項目以内としてください。' :
'※項目が選択されていません。' : '');
// 出力ボタンの実行制御
$('input[name="export"]').prop('disabled', exportInvalidFlg);
});
// 出力ボタンのイベント
$('input[name="export"]').on('click', function() {
exportSearchResult(exportType);
});
return false;
}
/**
* 検索結果出力
*
* @param exportType 出力形式
*/
function exportSearchResult(exportType) {
var exportCols = [];
if (exportType === 'csv') {
// CSV は表示されている項目を全件出力
// (関連文書検索時はすべて出力するため、検索結果出力列は空のまま)
var wkResultTableColArr = (listCategory === 'BOOK') ?
resultTableDefaultDispColArr[listCategory].concat(resultTableColArr) :
resultTableDefaultDispColArr[listCategory];
$.each(wkResultTableColArr, function(i, v) {
if (v[0] == '1') {
exportCols.push(i);
}
});
} else {
// PDF はポップアップで選択されている項目を表示件数分出力
$('input[name^="exportCtrl"]').each(function(i, v) {
if ($(this).prop('checked')) {
exportCols.push(i);
}
});
// 選択ポップアップを閉じる
document.getElementById('popDiv').innerHTML='';
}
// XXX: $.ajax 等ではブラウザによってバイナリファイルを扱う仕組みがない場合があるため、仮想の form にて POST する
// mod 2.01: 仮想の form にForm情報を追加
// var $tmpForm = $('<form></form>', {
// action: '/PmdaSearch/iyakuSearch/exportSearchResult/' + exportType,
// method: 'POST',
// target: (exportType === 'csv') ? '_self' : '_blank',
// style: 'display: none;'})
// .append($('<input>', {type: 'text', name: 'searchNameTitle', value: $('#SearchHd strong').text()}))
// .append($('<input>', {type: 'text', name: 'leftSearchName', value: $('#bookSearchTitle').text()}))
// .append($('<input>', {type: 'text', name: 'leftSearchCondition', value: $('#bookSearchCond').text().replace(/\s*\n\s*/g, '')}))
// .append($('<input>', {type: 'text', name: 'rightSearchName', value: $('#rdSearchTitle').text()}))
// .append($('<input>', {type: 'text', name: 'logicalOperators', value: $('#howtoRdSearchSel').text()}))
// .append($('<input>', {type: 'text', name: 'rightSearchCondition', value: $('#rdSearchCond').text().replace(/\s*\n\s*/g, '')}))
// .append($('<input>', {type: 'text', name: 'exportCols', value: exportCols.join(',')}))
// .appendTo('body').submit().remove();
// ;
var $tmpForm = $('<form></form>', {action: '/PmdaSearch/iyakuSearch/exportSearchResult/' + exportType, method: 'POST', target: (exportType === 'csv') ? '_self' : '_blank', style: 'display: none;'});
$tmpForm.append($('<input>', {type: 'text', name: 'searchNameTitle', value: $('#SearchHd strong').text()}));
$tmpForm.append($('<input>', {type: 'text', name: 'leftSearchName', value: $('#bookSearchTitle').text()}));
$tmpForm.append($('<input>', {type: 'text', name: 'leftSearchCondition', value: $('#bookSearchCond').text().replace(/\s*\n\s*/g, '')}));
$tmpForm.append($('<input>', {type: 'text', name: 'rightSearchName', value: $('#rdSearchTitle').text()}));
$tmpForm.append($('<input>', {type: 'text', name: 'logicalOperators', value: $('#howtoRdSearchSel')[0].value}));
$tmpForm.append($('<input>', {type: 'text', name: 'rightSearchCondition', value: $('#rdSearchCond').text().replace(/\s*\n\s*/g, '')}));
$tmpForm.append($('<input>', {type: 'text', name: 'exportCols', value: exportCols.join(',')}));
$tmpForm.append($('<input>', {type: 'hidden', name: 'nameWord', value: $('#nameWord')[0].value}));
$tmpForm.append($('<input>', {type: 'hidden', name: 'iyakuHowtoNameSearchRadioValue', value: $('#iyakuHowtoNameSearchRadioValue')[0].value}));
$tmpForm.append($('<input>', {type: 'hidden', name: 'howtoMatchRadioValue', value: $('#howtoMatchRadioValue')[0].value}));
$tmpForm.append($('<input>', {type: 'hidden', name: 'effectValue', value: $('#effectValue')[0].value}));
$tmpForm.append($('<input>', {type: 'hidden', name: 'infoindicationsorefficacy', value: $('#infoindicationsorefficacy')[0].value}));
$tmpForm.append($('<input>', {type: 'hidden', name: 'infoindicationsorefficacyHowtoSearch', value: $('#infoindicationsorefficacyHowtoSearch')[0].value}));
$tmpForm.append($('<input>', {type: 'hidden', name: 'warnings', value: $('#warnings')[0].value}));
$tmpForm.append($('<input>', {type: 'hidden', name: 'warningsHowtoSearch', value: $('#warningsHowtoSearch')[0].value}));
$tmpForm.append($('<input>', {type: 'hidden', name: 'contraindicationsAvoidedadministration', value: $('#contraindicationsAvoidedadministration')[0].value}));
$tmpForm.append($('<input>', {type: 'hidden', name: 'contraindicationsAvoidedadministrationHowtoSearch', value: $('#contraindicationsAvoidedadministrationHowtoSearch')[0].value}));
$tmpForm.append($('<input>', {type: 'hidden', name: 'contraindicatedcombinationPrecautionsforcombination', value: $('#contraindicatedcombinationPrecautionsforcombination')[0].value}));
$tmpForm.append($('<input>', {type: 'hidden', name: 'contraindicatedcombinationPrecautionsforcombinationHowtoSearch', value: $('#contraindicatedcombinationPrecautionsforcombinationHowtoSearch')[0].value}));
for(var j = 0; j<resultTableColArr.length; j++){
$tmpForm.append($('<input>', {type: 'hidden', name: 'dispColumnsList[' + j + ']', value: $('#dispColumns' + j)[0].value}));
}
$tmpForm.append($('<input>', {type: 'hidden', name: 'changeColumnsList', value: $('#changeColumnsList')[0].value}));
$tmpForm.append($('<input>', {type: 'hidden', name: 'updateDocFrDt', value: $('#updateDocFrDt')[0].value}));
$tmpForm.append($('<input>', {type: 'hidden', name: 'updateDocToDt', value: $('#updateDocToDt')[0].value}));
$tmpForm.append($('<input>', {type: 'hidden', name: 'tglOpFlg', value: $('#tglOpFlg')[0].value}));
$tmpForm.append($('<input>', {type: 'hidden', name: 'compNameWord', value: $('#compNameWord')[0].value}));
$tmpForm.append($('<input>', {type: 'hidden', name: 'koumoku1Value', value: $('#koumoku1Value')[0].value}));
$tmpForm.append($('<input>', {type: 'hidden', name: 'koumoku2Value', value: $('#koumoku2Value')[0].value}));
$tmpForm.append($('<input>', {type: 'hidden', name: 'koumoku3Value', value: $('#koumoku3Value')[0].value}));
$tmpForm.append($('<input>', {type: 'hidden', name: 'koumoku1Word', value: $('#koumoku1Word')[0].value}));
$tmpForm.append($('<input>', {type: 'hidden', name: 'koumoku2Word', value: $('#koumoku2Word')[0].value}));
$tmpForm.append($('<input>', {type: 'hidden', name: 'koumoku3Word', value: $('#koumoku3Word')[0].value}));
$tmpForm.append($('<input>', {type: 'hidden', name: 'koumoku1HowtoSearch', value: $('#koumoku1HowtoSearch')[0].value}));
$tmpForm.append($('<input>', {type: 'hidden', name: 'koumoku2HowtoSearch', value: $('#koumoku2HowtoSearch')[0].value}));
$tmpForm.append($('<input>', {type: 'hidden', name: 'koumoku3HowtoSearch', value: $('#koumoku3HowtoSearch')[0].value}));
$tmpForm.append($('<input>', {type: 'hidden', name: 'howtoRdSearchSel', value: $('#howtoRdSearchSel')[0].value}));
$tmpForm.append($('<input>', {type: 'hidden', name: 'relationDoc1Sel', value: $('#relationDoc1Sel')[0].value}));
$tmpForm.append($('<input>', {type: 'hidden', name: 'relationDoc2Sel', value: $('#relationDoc2Sel')[0].value}));
$tmpForm.append($('<input>', {type: 'hidden', name: 'relationDoc3Sel', value: $('#relationDoc3Sel')[0].value}));
$tmpForm.append($('<input>', {type: 'hidden', name: 'relationDoc1check1', value: $('#relationDoc1check1')[0].value}));
$tmpForm.append($('<input>', {type: 'hidden', name: 'relationDoc1check2', value: $('#relationDoc1check2')[0].value}));
$tmpForm.append($('<input>', {type: 'hidden', name: 'relationDoc2check1', value: $('#relationDoc2check1')[0].value}));
$tmpForm.append($('<input>', {type: 'hidden', name: 'relationDoc2check2', value: $('#relationDoc2check2')[0].value}));
$tmpForm.append($('<input>', {type: 'hidden', name: 'relationDoc3check1', value: $('#relationDoc3check1')[0].value}));
$tmpForm.append($('<input>', {type: 'hidden', name: 'relationDoc3check2', value: $('#relationDoc3check2')[0].value}));
$tmpForm.append($('<input>', {type: 'hidden', name: 'relationDoc1Word', value: $('#relationDoc1Word')[0].value}));
$tmpForm.append($('<input>', {type: 'hidden', name: 'relationDoc2Word', value: $('#relationDoc2Word')[0].value}));
$tmpForm.append($('<input>', {type: 'hidden', name: 'relationDoc3Word', value: $('#relationDoc3Word')[0].value}));
$tmpForm.append($('<input>', {type: 'hidden', name: 'relationDoc1HowtoSearch', value: $('#relationDoc1HowtoSearch')[0].value}));
$tmpForm.append($('<input>', {type: 'hidden', name: 'relationDoc2HowtoSearch', value: $('#relationDoc2HowtoSearch')[0].value}));
$tmpForm.append($('<input>', {type: 'hidden', name: 'relationDoc3HowtoSearch', value: $('#relationDoc3HowtoSearch')[0].value}));
$tmpForm.append($('<input>', {type: 'hidden', name: 'relationDoc1FrDt', value: $('#relationDoc1FrDt')[0].value}));
$tmpForm.append($('<input>', {type: 'hidden', name: 'relationDoc1ToDt', value: $('#relationDoc1ToDt')[0].value}));
$tmpForm.append($('<input>', {type: 'hidden', name: 'relationDoc2FrDt', value: $('#relationDoc2FrDt')[0].value}));
$tmpForm.append($('<input>', {type: 'hidden', name: 'relationDoc2ToDt', value: $('#relationDoc2ToDt')[0].value}));
$tmpForm.append($('<input>', {type: 'hidden', name: 'relationDoc3FrDt', value: $('#relationDoc3FrDt')[0].value}));
$tmpForm.append($('<input>', {type: 'hidden', name: 'relationDoc3ToDt', value: $('#relationDoc3ToDt')[0].value}));
$tmpForm.append($('<input>', {type: 'hidden', name: 'relationDocHowtoSearchBetween12', value: $('#relationDocHowtoSearchBetween12')[0].value}));
$tmpForm.append($('<input>', {type: 'hidden', name: 'relationDocHowtoSearchBetween23', value: $('#relationDocHowtoSearchBetween23')[0].value}));
$tmpForm.append($('<input>', {type: 'hidden', name: 'ListRows', value: $('#listRows')[0].value}));
$tmpForm.append($('<input>', {type: 'hidden', name: 'searchCnt', value: $('#searchCnt')[0].value}));
$tmpForm.append($('<input>', {type: 'hidden', name: 'totalPages', value: $('#totalPages')[0].value}));
$tmpForm.append($('<input>', {type: 'hidden', name: 'pages', value: $('#pages')[0].value}));
$tmpForm.append($('<input>', {type: 'hidden', name: 'listCategory', value: $('#listCategory')[0].value}));
$tmpForm.append($('<input>', {type: 'hidden', name: 'iyakuKoumokuSelectSwitchRadio', value: $('#iyakuKoumokuSelectSwitchRadio')[0].value}));
$tmpForm.append($('<input>', {type: 'hidden', name: 'gs1code', value: $('#gs1code')[0].value}));
$tmpForm.appendTo('body').submit().remove();
return false;
}
</script>
<!-- ++++ /local-js ++++ -->
<div id="ContentWrap" class="SearchResult">
<noscript><p id="NoScriptWarning">当ウェブサイトを快適にご覧いただくには、ブラウザのJavaScript設定を有効(オン)にしていただく必要がございます。</p></noscript>
<div id="HeaderPopArea" class="HTML5_header">
<div id="HeaderPopAreaInner">
<a href="/" id="LogoArea" target="_blank">
<span>Pmda 独立行政法人 医薬品医療機器総合機構</span>
</a><!--/LogoArea-->
<div id="LinkArea01" class="clearfix">
<ul>
<li class="mr_00"><a href="javascript:window.close()"><img class="imglink" src="/PmdaSearch/files/common/img/ComHeaderAreaBtnClose.png" alt="画面を閉じる" width="118" height="24"></a></li>
</ul>
</div><!--/LinkArea01-->
<div id="LinkArea02">
<img class="float_l mr_10" src="/PmdaSearch/files/common/img/ComHeaderAreaTxtSizettl.png" alt="文字サイズの変更" width="29" height="22">
<span id="FontSizeSelect"><a href="javascript:void(0);" id="TextBtnNormal" class="mr_05 "><span>標準</span></a>
<a href="javascript:void(0);" id="TextBtnL" class="mr_05"><span>大</span></a>
<a href="javascript:void(0);" id="TextBtnLl"><span>特大</span></a></span>
</div><!--/LinkArea02-->
</div><!--/HeaderAreaInner-->
</div><!--/HeaderArea-->
<div id="ContentArea" class="HTML5_section">
<div id="MainContents" class="clearfix">
<div id="ContentMainArea" class="ComOneCulumn">
<div class="PopupArea">
<div class="PopupInner">
<h1 id="SearchHd">
<strong>医療用医薬品 情報検索</strong>
<span><a target="searchhelp_iyaku" href="/searchhelp_009.pdf"><img class="imglink" src="/PmdaSearch/files/img/search/SearchBtn10.gif" alt="情報検索機能の使い方" height="36"></a></span>
<span class="ExportBtnArea">
<p>検索結果の出力</p>
<a href="javascript:void(0);" onclick="return exportSearchResult('csv');"><img class="imglink" src="/PmdaSearch/files/img/search/ExportBtn01.gif" alt="CSV出力" height="35"></a>
<a href="javascript:void(0);" onclick="return exportSelect(event, 'pdf');" target="_blank"><img class="imglink" src="/PmdaSearch/files/img/search/ExportBtn02.gif" alt="PDF出力" height="35"></a>
</span>
</h1>
<form name="iyakuSearchActionForm" method="POST" action="/PmdaSearch/iyakuSearch/">
<!-- add 2.00: 検索条件を表示 -->
<div class="dispSearchCondArea">
<h2>検索条件</h2>
<h3 id="bookSearchTitle">医薬品の添付文書等を調べる</h3>
<span id="bookSearchCond">
更新年月日: 20210107 ~ 20210107
/
</span>
</div><!-- /dispSearchCondArea -->
<div onscroll='javascript:elmScrool(this); return false;'>
<div id='SearchWrap02' class='clearfix'>
<h2 class='SearchTit01'>検索結果</h2>
<div class='SearchResultMenu mb_15 first'>
<p class='col23 PageNavi'><strong>検索結果2件/全1ページ</strong><BR><BR>
<span>1</span></p>
<p class='col1'><input value='表示する文書を変更' type='image' src='/PmdaSearch/iyakuSearch/../files/img/search/SearchBtn08.gif' onClick='JavaScript:displaySelect(event); return false;'></p>
<p>
<strong>表示件数を選ぶ</strong><BR>
<select name='ListRows' onchange='javascript:listRowsChange($(this).val());' class='SearchSlct'>
<option value='10'>10件</option><option value='20'>20件</option><option value='30'>30件</option><option value='50'>50件</option><option value='100'>100件</option></select>
</p>
</div><!-- / #SearchResultMenu -->
<!-- 検索結果表示領域 -->
<table class='SearchResultTable' id='ResultList'>
<tr>
<th scope='col' style='width:15em' nowrap>一般名</th>
<th scope='col' style='width:15em' nowrap>販売名</th>
<th scope='col' style='width:15em' nowrap>製造販売業者等</th>
<th scope='col' style='width:13em' nowrap>添付文書</th>
<th scope='col' style='width:12em' nowrap>患者向医薬品ガイド/<BR>ワクチン接種を受ける人<BR>へのガイド</th>
<th scope='col' style='width:12em' nowrap>インタビュー<BR>フォーム</th>
</tr>
<tr class='TrColor01'>
<td><div><a target='_blank' href='/PmdaSearch/iyakuDetail/GeneralList/1190015'>ナルフラフィン塩酸塩</a></div></td><td><div>ナルフラフィン塩酸塩OD錠2.5μg「フソー」</div></td><td><div>製造販売元/扶桑薬品工業株式会社</div></td><td><div><a target='_blank' href='/PmdaSearch/iyakuDetail/ResultDataSetPDF/670156_1190015F1046_1_03'>PDF(2021年01月07日)</a> / <a href='javascript:void(0);' onclick='javascript:detailDisp("PmdaSearch", "670156_1190015F1046_1_03"); return false;'>HTML</a> / <a href='/PmdaSearch/iyakuDetail/ResultDataSetXML/670156_1190015F1046_1_03'>XML</a></div></td><td><div class='singles'><a target='_blank' href='https://www.info.pmda.go.jp/downfiles/ph/GUI/670156_1190015F1046_1_00G.pdf'>G_ナルフラフィン塩酸塩OD錠2.5μg「フソー」</a></div></td><td><div class='singles'><a target='_blank' href='https://www.info.pmda.go.jp/go/interview/1/670156_1190015F1046_2_H21_1F.pdf'>F1_ナルフラフィン塩酸塩OD錠2.5μg「フソー」</a></div></td></tr>
<tr class='TrColor02'>
<td><div><a target='_blank' href='/PmdaSearch/iyakuDetail/GeneralList/62504A3'>レムデシビル</a></div></td><td><div>ベクルリー点滴静注液100mg/ベクルリー点滴静注用100mg</div></td><td><div>製造販売元/ギリアド・サイエンシズ株式会社</div></td><td><div><a target='_blank' href='/PmdaSearch/iyakuDetail/ResultDataSetPDF/230867_62504A3A1029_1_03'>PDF(2021年01月07日)</a> / <a href='javascript:void(0);' onclick='javascript:detailDisp("PmdaSearch", "230867_62504A3A1029_1_03"); return false;'>HTML</a> / <a href='/PmdaSearch/iyakuDetail/ResultDataSetXML/230867_62504A3A1029_1_03'>XML</a></div></td><td><div class='singles'><a target='_blank' href='https://www.info.pmda.go.jp/downfiles/ph/GUI/230867_62504A3A1029_1_00G.pdf'>G_ベクルリー点滴静注液100mg_ベクルリー点滴静注用100mg</a></div></td><td></td></tr>
</table>
<div class='SearchResultMenu mt_15'>
<p class='col23 PageNavi'><strong>検索結果2件/全1ページ</strong><BR><BR>
<span>1</span></p>
</div><!-- / #SearchResultMenu -->
</div><!-- / #SearchWrap02 -->
</div><!--- / .SearchScrollInr -->
<!-- add 2.01: Form情報を画面に保持する -->
<input type="hidden" name="nameWord" value="" id="nameWord">
<input type="hidden" name="iyakuHowtoNameSearchRadioValue" value="1" id="iyakuHowtoNameSearchRadioValue">
<input type="hidden" name="howtoMatchRadioValue" value="1" id="howtoMatchRadioValue">
<input type="hidden" name="effectValue" value="" id="effectValue">
<input type="hidden" name="infoindicationsorefficacy" value="" id="infoindicationsorefficacy">
<input type="hidden" name="infoindicationsorefficacyHowtoSearch" value="and" id="infoindicationsorefficacyHowtoSearch">
<input type="hidden" name="warnings" value="" id="warnings">
<input type="hidden" name="warningsHowtoSearch" value="and" id="warningsHowtoSearch">
<input type="hidden" name="contraindicationsAvoidedadministration" value="" id="contraindicationsAvoidedadministration">
<input type="hidden" name="contraindicationsAvoidedadministrationHowtoSearch" value="and" id="contraindicationsAvoidedadministrationHowtoSearch">
<input type="hidden" name="contraindicatedcombinationPrecautionsforcombination" value="" id="contraindicatedcombinationPrecautionsforcombination">
<input type="hidden" name="contraindicatedcombinationPrecautionsforcombinationHowtoSearch" value="and" id="contraindicatedcombinationPrecautionsforcombinationHowtoSearch">
<input type="hidden" name="dispColumnsList[0]" value="1" id="dispColumns0">
<input type="hidden" name="dispColumnsList[1]" value="2" id="dispColumns1">
<input type="hidden" name="dispColumnsList[2]" value="3" id="dispColumns2">
<input type="hidden" name="dispColumnsList[3]" value="" id="dispColumns3">
<input type="hidden" name="dispColumnsList[4]" value="" id="dispColumns4">
<input type="hidden" name="dispColumnsList[5]" value="" id="dispColumns5">
<input type="hidden" name="dispColumnsList[6]" value="" id="dispColumns6">
<input type="hidden" name="dispColumnsList[7]" value="" id="dispColumns7">
<input type="hidden" name="dispColumnsList[8]" value="" id="dispColumns8">
<input type="hidden" name="dispColumnsList[9]" value="" id="dispColumns9">
<input type="hidden" name="dispColumnsList[10]" value="" id="dispColumns10">
<input type="hidden" name="dispColumnsList[11]" value="" id="dispColumns11">
<input type="hidden" name="dispColumnsList[12]" value="" id="dispColumns12">
<input type="hidden" name="dispColumnsList[13]" value="" id="dispColumns13">
<input type="hidden" name="dispColumnsList[14]" value="" id="dispColumns14">
<input type="hidden" name="dispColumnsList[15]" value="" id="dispColumns15">
<input type="hidden" name="changeColumnsList" value="" id="changeColumnsList">
<input type="hidden" name="updateDocFrDt" value="20210107" id="updateDocFrDt">
<input type="hidden" name="updateDocToDt" value="20210107" id="updateDocToDt">
<input type="hidden" name="tglOpFlg" value="" id="tglOpFlg">
<input type="hidden" name="compNameWord" value="" id="compNameWord">
<input type="hidden" name="koumoku1Value" value="" id="koumoku1Value">
<input type="hidden" name="koumoku2Value" value="" id="koumoku2Value">
<input type="hidden" name="koumoku3Value" value="" id="koumoku3Value">
<input type="hidden" name="koumoku1Word" value="" id="koumoku1Word">
<input type="hidden" name="koumoku2Word" value="" id="koumoku2Word">
<input type="hidden" name="koumoku3Word" value="" id="koumoku3Word">
<input type="hidden" name="koumoku1HowtoSearch" value="and" id="koumoku1HowtoSearch">
<input type="hidden" name="koumoku2HowtoSearch" value="and" id="koumoku2HowtoSearch">
<input type="hidden" name="koumoku3HowtoSearch" value="and" id="koumoku3HowtoSearch">
<input type="hidden" name="howtoRdSearchSel" value="or" id="howtoRdSearchSel">
<input type="hidden" name="relationDoc1Sel" value="" id="relationDoc1Sel">
<input type="hidden" name="relationDoc2Sel" value="" id="relationDoc2Sel">
<input type="hidden" name="relationDoc3Sel" value="" id="relationDoc3Sel">
<input type="hidden" name="relationDoc1check1" value="on" id="relationDoc1check1">
<input type="hidden" name="relationDoc1check2" value="on" id="relationDoc1check2">
<input type="hidden" name="relationDoc2check1" value="on" id="relationDoc2check1">
<input type="hidden" name="relationDoc2check2" value="on" id="relationDoc2check2">
<input type="hidden" name="relationDoc3check1" value="on" id="relationDoc3check1">
<input type="hidden" name="relationDoc3check2" value="on" id="relationDoc3check2">
<input type="hidden" name="relationDoc1Word" value="検索語を入力" id="relationDoc1Word">
<input type="hidden" name="relationDoc2Word" value="検索語を入力" id="relationDoc2Word">
<input type="hidden" name="relationDoc3Word" value="検索語を入力" id="relationDoc3Word">
<input type="hidden" name="relationDoc1HowtoSearch" value="and" id="relationDoc1HowtoSearch">
<input type="hidden" name="relationDoc2HowtoSearch" value="and" id="relationDoc2HowtoSearch">
<input type="hidden" name="relationDoc3HowtoSearch" value="and" id="relationDoc3HowtoSearch">
<input type="hidden" name="relationDoc1FrDt" value="年月 [YYYYMM]" id="relationDoc1FrDt">
<input type="hidden" name="relationDoc1ToDt" value="年月 [YYYYMM]" id="relationDoc1ToDt">
<input type="hidden" name="relationDoc2FrDt" value="年月 [YYYYMM]" id="relationDoc2FrDt">
<input type="hidden" name="relationDoc2ToDt" value="年月 [YYYYMM]" id="relationDoc2ToDt">
<input type="hidden" name="relationDoc3FrDt" value="年月 [YYYYMM]" id="relationDoc3FrDt">
<input type="hidden" name="relationDoc3ToDt" value="年月 [YYYYMM]" id="relationDoc3ToDt">
<input type="hidden" name="relationDocHowtoSearchBetween12" value="and" id="relationDocHowtoSearchBetween12">
<input type="hidden" name="relationDocHowtoSearchBetween23" value="and" id="relationDocHowtoSearchBetween23">
<input type="hidden" name="ListRows" value="1000" id="listRows">
<input type="hidden" name="searchCnt" value="2" id="searchCnt">
<input type="hidden" name="totalPages" value="1" id="totalPages">
<input type="hidden" name="pages" value="1" id="pages">
<input type="hidden" name="listCategory" value="BOOK" id="listCategory">
<!-- add 2.01: 職員識別フラグを追加 -->
<input type="hidden" name="personFlg" value="false" id="personFlg">
<input type="hidden" name="gs1code" value="" id="gs1code">
<input type="hidden" name="iyakuKoumokuSelectSwitchRadio" value="2" id="iyakuKoumokuSelectSwitchRadio">
</form>
</div><!-- / .PopupInner-->
</div><!-- / .PopupArea-->
</div><!-- / #ContentMainArea-->
</div><!-- / #MainContents -->
</div><!-- / #ContentArea .HTML5_section -->
</div><!--/ContentWrap-->
<div id="popDiv" style="position: fixed; visibility: show; left: 10px; top:10px; z-index: 5;"></div >
<div id="popDiv2" style="position: fixed; visibility:show; z-index: 5;"></div >
</div>
</body>
</html>
| kokardy/medmst | searchresult/20210107.html | HTML | mit | 52,489 |
<div class="wc-header-content">
<wc-logo></wc-logo>
<wc-top-menu [user]="user" (onSignIn)="onSignIn.next()" (onSignOut)="onSignOut.next()"></wc-top-menu>
</div>
<md-progress-bar color="accent" [style.visibility]="isBusy ? 'visible' : 'hidden'" mode="indeterminate"></md-progress-bar>
| nulldev07/web-cash | src/app/primary/header/header.component.html | HTML | mit | 288 |
<script type="text/javascript">
$(document).ready(function() {
$('#addClassForm').validate({
messages: {
teacher_id: "Укажите классного руководителя"
}
});
// bind form using ajaxForm
$('#addClassForm').ajaxForm({
// dataType identifies the expected content type of the server response
dataType: 'json',
// success identifies the function to invoke when the server response
// has been received
success: processJson
});
});
function processJson(data) {
// 'data' is the json object returned from the server
if (data.isError) {
//alert(data.errorText);
$('#resultError').text(data.errorText);
} else {
$('#resultError').empty();
if (($dialog != undefined) && ($dialog.dialog != undefined)) {
$dialog.dialog("close");
}
if (typeof(updateClassList) == 'function') {
updateClassList();
}
}
}
</script>
<form id="addClassForm" action="add_class.php" method="post">
<input type="hidden" name="action" value="add" />
<input type="hidden" name="school_year_id" value="{{school_year_id}}" class="required" />
<span id="resultError" class="error"></span>
<table>
<tr>
<td>Номер класса</td>
<td>:</td>
<td>
<select name="class">
{% for class_number in class_numbers %}
<option value="{{class_number}}">{{class_number}}</option>
{% endfor %}
</select>
</td>
</tr>
<tr>
<td>Литерал класса</td>
<td>:</td>
<td>
<select name="letter">
{% for class_letter in class_letters %}
<option value="{{class_letter}}">{{class_letter}}</option>
{% endfor %}
</select>
</td>
</tr>
<tr>
<td>Классный руководитель<font color="red">*</font></td>
<td>:</td>
<td>
<select name="teacher_id" id="teacher_id_id" class="required">
<option value=""> -</option>
{% for teacher in teachers %}
<option value="{{teacher['teacher_id']}}">{{ "%s %s %s"|format(teacher['last_name'],teacher['first_name'],teacher['middle_name']) }}</option>
{% endfor %}
</select>
</td>
</tr>
</table>
<br />
</form>
| kuzmichus/schoolreg | lib/templates/admins/add_class-ajax.html | HTML | mit | 2,211 |
<p>
The model contains one compartment called C. There are four species called
S1, S2, S3 and S4 and two parameters called k1 and k2. The model contains
two reactions defined as:</p>
<table style="width:30em;margin: 1em auto;"><tr><td style="text-align:center;"> <strong>Reaction</strong> </td><td style="text-align:center;"> <strong>Rate</strong> </td></tr>
<tr><td style="text-align:center;"> S1 + S2 → 2S3 + S4 </td><td style="text-align:center;"> <dfn>k1 · S1 · S2 · C</dfn> </td></tr>
<tr><td style="text-align:center;"> 2S3 + S4 → S1 + S2 </td><td style="text-align:center;"> <dfn>k2 · S3 · S4 · C</dfn> </td></tr></table>
<p>The model contains two events that assign value to species S1 and S4:</p>
<table style="width:30em;margin: 1em auto;"><tr><td style="text-align:right;"> </td><td style="text-align:center;"> <strong>Trigger</strong> </td><td style="text-align:center;"> <strong>Delay</strong> </td><td style="text-align:center;"> <strong>Assignments</strong> </td></tr>
<tr><td style="text-align:center;"> Event1 </td><td style="text-align:center;"> <dfn>S4 > S2</dfn> </td><td style="text-align:center;"> <dfn>0.5</dfn> </td><td style="text-align:center;"> <dfn>S1 → 2 × 10<sup class="i">−2</sup></dfn> </td></tr>?(t_c)<td style="text-align:center;"> Event2 </td><td style="text-align:center;"> <dfn>S3 > 2.5 × 10<sup class="i">−2</sup></dfn> </td><td style="text-align:center;"> <dfn>1.5</dfn> </td><td style="text-align:center;"> <dfn>S4 → 1 × 10<sup class="i">−2</sup></dfn> </td></tr></table>
<p>The initial conditions are as follows:</p>
<table style="width:30em;margin: 1em auto;"><tr><td style="text-align:right;"> </td><td style="text-align:left;"><strong>Value</strong> </td><td style="text-align:left;"><strong>Units</strong> </td></tr>
<tr><td style="text-align:left;">Initial amount of S1 </td><td style="text-align:left;"><dfn>1.0 × 10<sup class="i">−2</sup></dfn> </td><td style="text-align:left;">mole </td></tr>
<tr><td style="text-align:left;">Initial amount of S2 </td><td style="text-align:left;"><dfn>1.0 × 10<sup class="i">−2</sup></dfn> </td><td style="text-align:left;">mole </td></tr>
<tr><td style="text-align:left;">Initial amount of S3 </td><td style="text-align:left;"><dfn>2.0 × 10<sup class="i">−2</sup></dfn> </td><td style="text-align:left;">mole </td></tr>
<tr><td style="text-align:left;">Initial amount of S4 </td><td style="text-align:left;"><dfn>1.0 × 10<sup class="i">−2</sup></dfn> </td><td style="text-align:left;">mole </td></tr>
<tr><td style="text-align:left;">Value of parameter k1 </td><td style="text-align:left;"><dfn>0.75 × 10<sup class="i">2</sup></dfn> </td><td style="text-align:left;">litre mole<sup>-1</sup> second<sup>-1</sup> </td></tr>
<tr><td style="text-align:left;">Value of parameter k2 </td><td style="text-align:left;"><dfn>0.25 × 10<sup class="i">2</sup></dfn> </td><td style="text-align:left;">litre mole<sup>-1</sup> second<sup>-1</sup> </td></tr>
<tr><td style="text-align:left;">Volume of compartment C </td><td style="text-align:left;"><dfn>1</dfn> </td><td style="text-align:left;">litre </td></tr></table>
<p>The species values are given as amounts of substance to make it easier to
use the model in a discrete stochastic simulator, but (as per usual SBML
principles) their symbols represent their values in concentration units
where they appear in expressions.</p>
| stanleygu/sbmltest2archive | sbml-test-cases/cases/semantic/00447/00447-model.html | HTML | mit | 3,778 |
{% comment %}
#
# Liquid variables are created at the top to keep the source DRY and clean.
# Idea by ericcarlisle.com
#
# Variables › {{ url }} › site.url + site.baseurl
# Variables › {{ description }} › excerpt, page.meta_description, or site.description
# Variables › {{ title }} › page.title
#
{% endcomment %}{% capture ignore %}
{% assign url = site.baseurl | prepend: site.url %}
{% capture description %}{% if page.meta_description %}{{ page.meta_description }}{% elsif page.teaser %}{{ page.teaser }}{% elsif page.excerpt %}{{ page.excerpt }}{% elsif site.description %}{{ site.description }}{% endif %}{% endcapture %}
{% assign description = description | strip_html | escape | strip %}
{% capture title %}{% if page.meta_title %}{{ page.meta_title}}{% elsif page.title %}{{ page.title }}{% else %}{{ site.title | strip_html | strip }}{% endif %}{% endcapture %}
{% assign title = title | strip_html | escape | strip_newlines %}
{% endcapture %}<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{ title }}</title>
<link rel="stylesheet" type="text/css" href="{{ url }}/assets/css/styles_feeling_responsive.css">
{% if site.asciidoctor-enabled == true %}
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.0/css/font-awesome.min.css">
{% endif %}
<link rel="meta" type="application/rdf+xml" title="FOAF" href="{{ site.url }}{{ site.baseurl }}/atsushi_kokubo.foaf.rdf" />
<script src="{{ url }}/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="{{ description }}">
{% if site.google_site_verification %}<meta name="google-site-verification" content="{{ site.google_site_verification}}">{% endif %}
{% if site.bing_webmastertools_id %}<meta name="msvalidate.01" content="{{ site.bing_webmastertools_id }}" >{% endif %}
{% if site.yandex_site_verification %}<meta name="yandex-verification" content="{{ site.yandex_site_verification }}">{% endif %}
{% if site.google_author %}<link rel="author" href="{{ site.google_author }}">{% endif %}
{% if site.alexa_verify_id %}<meta name="alexaVerifyID" content="{{ site.alexa_verify_id }}">{% endif %}
{% if page.noindex == true or layout.noindex == true %}<meta name="robots" content="noindex">{% endif %}
<link rel="canonical" href="{{ url }}{{ page.url }}">
<!-- Facebook Open Graph -->
<meta property="og:title" content="{{ title }}">
<meta property="og:description" content="{{ description }}">
<meta property="og:url" content="{{ url }}{{ page.url }}">
<meta property="og:locale" content="{% if site.og_locale == nil %}en_EN{% else %}{{ site.og_locale }}{% endif %}">
<meta property="og:type" content="website">
<meta property="og:site_name" content="{{ site.title }}">
{% if page.image.title %}<meta property="og:image" content="{{ site.urlimg }}{{ page.image.title }}">{% endif %}
{% if site.socialmedia.facebook %}<meta property="article:author" content="https://www.facebook.com/{{ site.socialmedia.facebook }}">{% endif %}
{% if site.socialmedia.twitter %}
<!-- Twitter -->
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="{{ site.socialmedia.twitter }}">
<meta name="twitter:creator" content="{{ site.socialmedia.twitter }}">
<meta name="twitter:title" content="{{ title }}">
<meta name="twitter:description" content="{{ description }}">
{% if page.image.title %}<meta name="twitter:image" content="{{ site.urlimg }}{{ page.image.title }}">{% endif %}
{% endif %}
<link type="text/plain" rel="author" href="{{ url}}/humans.txt">
{% if page.mediaplayer == true %}
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="{{ url }}/assets/mediaelement_js/mediaelement-and-player.min.js"></script>
<link rel="stylesheet" href="{{ url }}/assets/mediaelement_js/mediaelementplayer.min.css">
{% endif %}
{% include _favicon.html %}
{% unless page.style == NULL %}
<style type="text/css">{{ page.style }}</style>
{% endunless %}
| akokubo/akokubo.github.io | _includes/_head.html | HTML | mit | 4,465 |
<LINK REL="stylesheet" HREF="../static/styles.css">
<HTML>
<HEAD>
<TITLE>FMOD_DSP_GETPARAM_DATA_CALLBACK</TITLE>
</HEAD>
<BODY TOPMARGIN="0" class="api_reference">
<p class="header">Firelight Technologies FMOD Studio API</p>
<H1>FMOD_DSP_GETPARAM_DATA_CALLBACK</H1>
<P>
<p>This callback is called when the user wants to get an indexed binary data parameter from a DSP unit.</p>
</P>
<h3>C/C++ Syntax</h3>
<PRE class=syntax><CODE>FMOD_RESULT F_CALLBACK FMOD_DSP_GETPARAM_DATA_CALLBACK(
FMOD_DSP_STATE *<I>dsp_state</I>,
int <I>index</I>,
void **<I>value</I>,
unsigned int *<I>length</I>,
char *<I>valuestr</I>
);
</CODE></PRE>
<h2>Parameters</h2>
<P class=dt><I>dsp_state</I></P>
<P class=indent>Pointer to the plugin state. The user can use this variable to access runtime plugin specific variables and plugin writer user data. Do not cast this to FMOD_DSP! The handle to the user created DSP handle is stored within the <A HREF="FMOD_DSP_STATE.html">FMOD_DSP_STATE</A> structure.</P>
<P class=dt><I>index</I></P>
<P class=indent>The index into the parameter list for the parameter the user wants to get.</P>
<P class=dt><I>value</I></P>
<P class=indent>Pointer to a void * variable to receive the selected parameter value.</P>
<P class=dt><I>length</I></P>
<P class=indent>Pointer to a variable to receive the length of the selected parameter value.</P>
<P class=dt><I>valuestr</I></P>
<P class=indent>A pointer to a string to receive the value of the selected parameter, but in text form. This might be useful to display words instead of numbers. For example "ON" or "OFF" instead of 1.0 and 0.0. The length of the buffer being passed in is always 16 bytes, so do not exceed this. <strong>Note:</strong> This pointer will be 0 / NULL if a string is not required.</P>
<h2>Return Values</h2><P>
If the function succeeds then the return value is <A HREF="FMOD_RESULT.html">FMOD_OK</A>.<BR>
If the function fails then the return value will be one of the values defined in the <A HREF="FMOD_RESULT.html">FMOD_RESULT</A> enumeration.<BR>
</P>
<h2>Remarks</h2><P>
<p>Functions that the user would have to call for this callback to be called.</p>
<ul>
<li><A HREF="FMOD_DSP_GetParameterData.html">DSP::getParameterData</A>.</li>
<li><A HREF="FMOD_DSP_GETPARAM_DATA_CALLBACK.html">FMOD_DSP_GETPARAM_DATA_CALLBACK</A>.</li>
</ul>
<p>Remember to return <A HREF="FMOD_RESULT.html">FMOD_OK</A> at the bottom of the function, or an appropriate error code from <A HREF="FMOD_RESULT.html">FMOD_RESULT</A>.</p>
</P>
<h2>See Also</h2>
<UL type=disc>
<LI><A HREF="FMOD_DSP_STATE.html">FMOD_DSP_STATE</A></LI>
<LI><A HREF="FMOD_DSP_GetParameterData.html">DSP::getParameterData</A></LI>
<LI><A HREF="FMOD_DSP_DESCRIPTION.html">FMOD_DSP_DESCRIPTION</A></LI>
<LI><A HREF="FMOD_DSP_SETPARAM_DATA_CALLBACK.html">FMOD_DSP_SETPARAM_DATA_CALLBACK</A></LI>
</UL>
<BR><BR><BR>
<P align=center><font size=-2>Version 1.08.02 Built on Apr 14, 2016</font></P>
<BR>
</HTML>
| Silveryard/Car_System | Old/3rdParty/fmodstudioapi10802linux/doc/FMOD Studio Programmers API for Linux/content/generated/FMOD_DSP_GETPARAM_DATA_CALLBACK.html | HTML | mit | 2,958 |
<meta charset="utf-8">
<title>{% if page.title %}{{ page.title }} – {% endif %}{{ site.title }}</title>
{% if page.excerpt %}<meta name="description" content="{{ page.excerpt | strip_html }}">{% endif %}
{% if page.tags %}<meta name="keywords" content="{{ page.tags | join: ', ' }}">{% endif %}
{% if page.author %}
{% assign author = site.data.authors[page.author] %}{% else %}{% assign author = site.owner %}
{% endif %}
{% include open-graph.html %}
{% if site.owner.google.verify %}<!-- Webmaster Tools verfication -->
<meta name="google-site-verification" content="{{ site.owner.google.verify }}">{% endif %}
{% if site.owner.bing-verify %}<meta name="msvalidate.01" content="{{ site.owner.bing-verify }}">{% endif %}
{% capture canonical %}{{ site.url }}{% if site.permalink contains '.html' %}{{ page.url }}{% else %}{{ page.url | remove:'index.html' | strip_slash }}{% endif %}{% endcapture %}
{% if site.google_analytics and jekyll.environment == 'production' %}
{% include analytics.html %}
{% endif %}
<link rel="canonical" href="{{ canonical }}">
<!--link href="{{ site.url }}/feed.xml" type="application/atom+xml" rel="alternate" title="{{ site.title }} Feed"-->
<!-- https://t.co/dKP3o1e -->
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- For all browsers -->
<link rel="stylesheet" href="/assets/css/main.css">
<!-- Webfonts -->
<script src="https://use.edgefonts.net/source-sans-pro:n2,i2,n3,i3,n4,i4,n6,i6,n7,i7,n9,i9;source-code-pro:n4,n7;volkhov.js"></script>
<meta http-equiv="cleartype" content="on">
<!-- HTML5 Shiv and Media Query Support -->
<!--[if lt IE 9]>
<script src="{{ site.url }}/assets/js/vendor/html5shiv.min.js"></script>
<script src="{{ site.url }}/assets/js/vendor/respond.min.js"></script>
<![endif]-->
<!-- Modernizr -->
<script src="{{ site.url }}/assets/js/vendor/modernizr-2.7.1.custom.min.js"></script>
{% if site.mathjax == true %}
<!-- MathJax -->
<script src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
{% endif %}
<!-- Icons -->
<link rel="manifest" href="/manifest.json">
<!-- 16x16 -->
<link rel="icon" type="/image/png" sizes="16x16" href="/favicon-16x16.png">
<!-- 32x32 -->
<link rel="icon" type="/image/png" sizes="32x32" href="/favicon-32x32.png">
<!-- apple 180x180 -->
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<!-- 57x57 (precomposed) for iPhone 3GS, pre-2011 iPod Touch and older Android devices -->
<link rel="apple-touch-icon-precomposed" href="/images/apple-touch-icon-precomposed.png">
<!-- 72x72 (precomposed) for 1st generation iPad, iPad 2 and iPad mini -->
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="/images/apple-touch-icon-72x72-precomposed.png">
<!-- 114x114 (precomposed) for iPhone 4, 4S, 5 and post-2011 iPod Touch -->
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="/images/apple-touch-icon-114x114-precomposed.png">
<!-- 144x144 (precomposed) for iPad 3rd and 4th generation -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/images/apple-touch-icon-144x144-precomposed.png">
| sheffield-bioinformatics-core/sheffield-bioinformatics-core.github.io | _includes/head.html | HTML | mit | 3,223 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>SDVX III DLL Modder</title>
<link rel="stylesheet" href="css/style.css" />
<!-- don't hate -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"></script>
<script type="text/javascript" src="js/FileSaver.min.js"></script>
<script type="text/javascript" src="js/dllpatcher.js"></script>
<script type="text/javascript">
window.addEventListener("load", function () {
new PatchContainer([
// This is a compilation of a bunch of long lost hex edits from various Discord servers and forums for convenience. None of these are mine. - Erodynamics
new Patcher("soundvoltex.dll", "2015-11-16 (Season 1)", [
{
name: "All songs unlocked",
patches: [
{
offset: 0x12cd65,
off: [0xe8, 0x56, 0x8b, 0x01],
on: [0xb8, 0x0b, 0x00, 0x00],
},
],
},
{
name: "Boot to Event Mode",
tooltip:
"Forces Event Mode on bootup (Free play, infinite menu time).",
patches: [
{
offset: 0x15b3e2,
off: [0x00],
on: [0x01],
},
],
},
{
name: 'All songs "Safe"',
tooltip: "Failing early won't drop you out of your session",
patches: [
{
offset: 0x1424d6,
off: [0x32, 0xc0],
on: [0xb0, 0x01],
},
],
},
{
name: "Prevent Windows volume change on boot",
tooltip: "If your volume gets forced to max, turn this on.",
patches: [
{
offset: 0x1f0e5a,
off: [0xe8, 0x21, 0x03, 0x00, 0x00],
on: [0x90, 0x90, 0x90, 0x90, 0x90],
},
],
},
{
name: "PFree (Unlimited plays)",
tooltip:
"Song clears/scores only, mission progress and custom settings do not save",
patches: [
{
offset: 0x17ca4f,
off: [0x00],
on: [0x02],
},
{
offset: 0x17cad6,
off: [0x8b, 0x83, 0x78, 0x0a, 0x00, 0x00],
on: [0xe9, 0x6f, 0xd1, 0x0c, 0x00, 0x90],
},
{
offset: 0x249c4a,
off: [0x00, 0x00, 0x00, 0x00],
on: [0xc7, 0x83, 0x78, 0x0a],
},
{
offset: 0x249c50,
off: [
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
],
on: [
0x01, 0x00, 0x00, 0x00, 0x8b, 0x83, 0x78, 0x0a, 0x00, 0x00,
0xe9, 0x7d, 0x2e, 0xf3, 0xff, 0x00,
],
},
],
},
]),
// all patches made by DJH unless specified otherwise
new Patcher("soundvoltex.dll", "2016-12-12 (Season 2)", [
{
name: "All songs unlocked",
patches: [
{
offset: 0x13af9b,
off: [0xe8, 0xf0, 0xe2, 0x01],
on: [0xb8, 0x0b, 0x00, 0x00],
},
// Augmented by mon to work offline too
{
offset: 0x187aef,
off: [0x8b, 0x44, 0x24, 0x1c, 0xe8, 0x28, 0xee, 0xff, 0xff],
on: [0xb8, 0x03, 0x00, 0x00, 0x00, 0x90, 0x90, 0x90, 0x90],
},
],
},
{
name: 'All songs "Safe"',
tooltip: "Failing early won't drop you out of your session",
patches: [
{ offset: 0x1554f7, off: [0x32, 0xc0], on: [0xb0, 0x01] },
],
},
{
// Created by mon
name: 'No "Safe" banner on jackets',
tooltip: "Remove visual clutter",
patches: [{ offset: 0x28f4ac, off: [0x73], on: [0x00] }],
},
{
name: "Prevent Windows volume change on boot",
tooltip: "If your volume gets forced to max, turn this on",
patches: [
{
offset: 0x1f556a,
off: [0xe8, 0x21, 0x03, 0x00, 0x00],
on: [0x90, 0x90, 0x90, 0x90, 0x90],
},
],
},
{
name: "Boot to Event Mode",
patches: [{ offset: 0x170092, off: [0x00], on: [0x01] }],
},
{
// created by zini
name: "Disable EVENT MODE/FREE PLAY text",
patches: [
{ offset: 0x0aa910, off: [0xe8, 0x0b], on: [0xeb, 0x03] },
],
},
{
// created by zini
name: "Replace EVENT MODE/FREE PLAY text with player name",
patches: [
{
offset: 0xaa884,
off: [0x4c, 0x10, 0x29, 0x10],
on: [0xb9, 0x0a, 0x15, 0x18],
},
{
offset: 0xaa890,
off: [0x58, 0x10, 0x29, 0x10],
on: [0xb9, 0x0a, 0x15, 0x18],
},
],
},
{
// Ported from the S1 PFree by mon
name: "PFree (Unlimited plays)",
tooltip:
"Song clears/scores only, mission progress and custom settings do not save",
patches: [
{ offset: 0x196bdf, off: [0x00], on: [0x02] },
{
offset: 0x196c66,
off: [
0x8b, 0x83, 0x78, 0x0a, 0x00, 0x00, 0x8d, 0x48, 0x01, 0x83,
0xf9, 0x03, 0x56, 0x57, 0x7f, 0x52,
],
on: [
0xb8, 0x01, 0x00, 0x00, 0x00, 0x89, 0x83, 0x78, 0x0a, 0x00,
0x00, 0x90, 0x56, 0x57, 0x90, 0x90,
],
},
],
},
{
// thanks Element4521
name: "Force Alternative Rate System",
tooltip:
"When EXCESSIVE GAUGE is depleted, you are switched to EFFECTIVE RATE",
patches: [{ offset: 0x1551d3, off: [0x74], on: [0xeb] }],
},
{
// 12 hours of mon
name: "Levels up to 99",
tooltip:
"Use with modified music_db.xml for SDVX IV difficulties",
patches: [
{ offset: 0x188e46, off: [0x74, 0x03], on: [0x90, 0x90] },
{ offset: 0x1889c4, off: [0x0f], on: [0x62] },
{ offset: 0x186bd7, off: [0x10], on: [0x63] },
{ offset: 0x157f08, off: [0x7f, 0x3a], on: [0x90, 0x90] },
],
},
{
// Created by mon
name: "Level folders from 5-20",
tooltip: "Default 1-16. Requires 'Levels up to 99'",
patches: [
{ offset: 0x9d082, off: [0x07], on: [0x03] }, // offset
{ offset: 0x9d09a, off: [0x10], on: [0x14] }, // bounds
{ offset: 0xa2ffe, off: [0x07], on: [0x03] }, // clear calcs offset
// strings
{ offset: 0x285e1c, off: [0x31, 0x36], on: [0x32, 0x30] },
{ offset: 0x285e29, off: [0x35], on: [0x39] },
{ offset: 0x285e35, off: [0x34], on: [0x38] },
{ offset: 0x285e41, off: [0x33], on: [0x37] },
{ offset: 0x285e4d, off: [0x32], on: [0x36] },
{ offset: 0x285e59, off: [0x31], on: [0x35] },
{ offset: 0x285e65, off: [0x30], on: [0x34] },
{ offset: 0x285e70, off: [0x30, 0x39], on: [0x31, 0x33] },
{ offset: 0x285e7c, off: [0x30, 0x38], on: [0x31, 0x32] },
{ offset: 0x285e88, off: [0x30, 0x37], on: [0x31, 0x31] },
{ offset: 0x285e94, off: [0x30, 0x36], on: [0x31, 0x30] },
{ offset: 0x285ea1, off: [0x35], on: [0x39] },
{ offset: 0x285ead, off: [0x34], on: [0x38] },
{ offset: 0x285eb9, off: [0x33], on: [0x37] },
{ offset: 0x285ec5, off: [0x32], on: [0x36] },
{ offset: 0x285ed1, off: [0x31], on: [0x35] },
],
},
{
// Created by mon
name: "Hispeed values from 0.1 to 20.0",
tooltip: "Default 0.5-7.0",
patches: [
{
offset: 0x1193c5,
off: [0xdd, 0x05, 0xf8, 0x05, 0x28, 0x10], // load float 20.0 instead of double 7.0
on: [0xd9, 0x05, 0xa0, 0x07, 0x28, 0x10],
},
{
offset: 0x1193de,
off: [0xdd, 0x05, 0x00, 0x06, 0x28, 0x10], // load float 0.1 instead of double 0.5
on: [0xd9, 0x05, 0xe4, 0x04, 0x28, 0x10],
},
{
offset: 0x118cab,
off: [0xdd, 0x05, 0xf8, 0x05, 0x28, 0x10], // and again for red # restore
on: [0xd9, 0x05, 0xa0, 0x07, 0x28, 0x10],
},
{
offset: 0x118ca5,
off: [0xdd, 0x05, 0x00, 0x06, 0x28, 0x10],
on: [0xd9, 0x05, 0xe4, 0x04, 0x28, 0x10],
},
],
},
{
type: "union",
name: "Score",
offset: 0x1fbd9,
patches: [
{
name: "Default",
tooltip: "NEAR+CRITICAL add to score from 0",
patch: [
0x8b, 0x85, 0x50, 0x01, 0x00, 0x00, 0x8b, 0x9d, 0x48, 0x01,
0x00, 0x00, 0x8b, 0x8d, 0x54, 0x01, 0x00, 0x00, 0x8b, 0x95,
0x4c, 0x01, 0x00, 0x00, 0x56, 0x57, 0x3b, 0xc3, 0x75, 0x08,
0x3b, 0xca, 0x0f, 0x84, 0x86, 0x00, 0x00, 0x00, 0x8b, 0xf8,
0x81, 0xc7, 0x7c, 0x9f, 0x02, 0x00, 0x8b, 0xf1, 0x83, 0xd6,
0x00, 0x3b, 0xd6, 0x7c, 0x1c, 0x7f, 0x04, 0x3b, 0xdf, 0x76,
0x16, 0x05, 0x26, 0x43, 0x00, 0x00, 0x83, 0xd1, 0x00, 0x89,
0x85, 0x50, 0x01, 0x00, 0x00, 0x89, 0x8d, 0x54, 0x01, 0x00,
0x00, 0xeb, 0x59, 0x8b, 0xf8, 0x81, 0xc7, 0x26, 0x43, 0x00,
0x00, 0x8b, 0xf1, 0x83, 0xd6, 0x00, 0x3b, 0xd6, 0x7c, 0x1c,
0x7f, 0x04, 0x3b, 0xdf, 0x76, 0x16, 0x05, 0x62, 0x16, 0x00,
0x00, 0x83, 0xd1, 0x00, 0x89, 0x85, 0x50,
],
},
{
// Created by mon
name: "Subtractive",
tooltip: "NEAR+ERROR subtract score from 10,000,000",
patch: [
0x56, 0x57, 0x52, 0x51, 0xbe, 0x90, 0x71, 0x7c, 0x18, 0x8b,
0x46, 0x5c, 0x6a, 0x00, 0x99, 0x6a, 0x02, 0x52, 0x50, 0xe8,
0x3f, 0xc4, 0x21, 0x00, 0x8b, 0xc8, 0x8b, 0x46, 0x58, 0x8b,
0xfa, 0x99, 0x6a, 0x00, 0x01, 0xc1, 0x11, 0xd7, 0x68, 0x80,
0x96, 0x98, 0x00, 0x57, 0x51, 0xe8, 0x25, 0xc4, 0x21, 0x00,
0x8b, 0xfa, 0x8b, 0x56, 0x18, 0x8b, 0xc8, 0x8b, 0x82, 0x80,
0x2c, 0x00, 0x00, 0x01, 0xc0, 0x99, 0x52, 0x50, 0x57, 0x51,
0xe8, 0xac, 0x36, 0x21, 0x00, 0xb9, 0x80, 0x96, 0x98, 0x00,
0xbf, 0x00, 0x00, 0x00, 0x00, 0x29, 0xc1, 0x19, 0xd7, 0x8b,
0xdf, 0x8b, 0xf9, 0x59, 0x5a, 0x8b, 0x45, 0x08, 0x8b, 0x40,
0x04, 0xeb, 0x57,
],
},
{
// Created by mon
name: "Average",
tooltip: "Osu style % display",
patch: [
0x56, 0x57, 0x52, 0x51, 0xbe, 0x90, 0x71, 0x7c, 0x18, 0x8b,
0x46, 0x54, 0x99, 0x6a, 0x00, 0x6a, 0x02, 0x52, 0x50, 0xe8,
0x3f, 0xc4, 0x21, 0x00, 0x8b, 0xc8, 0x8b, 0xfa, 0x8b, 0x46,
0x58, 0x99, 0x01, 0xc1, 0x11, 0xd7, 0x6a, 0x00, 0x68, 0x80,
0x96, 0x98, 0x00, 0x57, 0x51, 0xe8, 0x25, 0xc4, 0x21, 0x00,
0x8b, 0xfa, 0x8b, 0xc8, 0x8b, 0x46, 0x54, 0x8b, 0x56, 0x58,
0x01, 0xd0, 0x8b, 0x56, 0x5c, 0x01, 0xd0, 0x01, 0xc0, 0x99,
0x83, 0xf8, 0x00, 0x0f, 0x85, 0x0f, 0x00, 0x00, 0x00, 0xbf,
0x00, 0x00, 0x00, 0x00, 0xbb, 0x00, 0x00, 0x00, 0x00, 0xe9,
0x0d, 0x00, 0x00, 0x00, 0x52, 0x50, 0x57, 0x51, 0xe8, 0x90,
0x36, 0x21, 0x00, 0x8b, 0xf8, 0x8b, 0xda, 0x59, 0x5a, 0x8b,
0x45, 0x08, 0x8b, 0x40, 0x04, 0xeb, 0x49,
],
},
],
},
]),
]);
});
</script>
</head>
<body>
<h1>SDVX III DLL Modder</h1>
</body>
</html>
| mon/BemaniPatcher | sdvx3.html | HTML | mit | 13,616 |
<!DOCTYPE html>
<!--[if lt IE 9]><html class="no-js lt-ie9" lang="en" dir="ltr"><![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="en" dir="ltr">
<!--<![endif]-->
<!-- Usage: /eic/site/ccc-rec.nsf/tpl-eng/template-1col.html?Open&id=3 (optional: ?Open&page=filename.html&id=x) -->
<!-- Created: ; Product Code: 536; Server: stratnotes2.ic.gc.ca -->
<head>
<!-- Title begins / Début du titre -->
<title>
G1000 Inspections -
Complete profile - Canadian Company Capabilities - Industries and Business - Industry Canada
</title>
<!-- Title ends / Fin du titre -->
<!-- Meta-data begins / Début des métadonnées -->
<meta charset="utf-8" />
<meta name="dcterms.language" title="ISO639-2" content="eng" />
<meta name="dcterms.title" content="" />
<meta name="description" content="" />
<meta name="dcterms.description" content="" />
<meta name="dcterms.type" content="report, data set" />
<meta name="dcterms.subject" content="businesses, industry" />
<meta name="dcterms.subject" content="businesses, industry" />
<meta name="dcterms.issued" title="W3CDTF" content="" />
<meta name="dcterms.modified" title="W3CDTF" content="" />
<meta name="keywords" content="" />
<meta name="dcterms.creator" content="" />
<meta name="author" content="" />
<meta name="dcterms.created" title="W3CDTF" content="" />
<meta name="dcterms.publisher" content="" />
<meta name="dcterms.audience" title="icaudience" content="" />
<meta name="dcterms.spatial" title="ISO3166-1" content="" />
<meta name="dcterms.spatial" title="gcgeonames" content="" />
<meta name="dcterms.format" content="HTML" />
<meta name="dcterms.identifier" title="ICsiteProduct" content="536" />
<!-- EPI-11240 -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- MCG-202 -->
<meta content="width=device-width,initial-scale=1" name="viewport">
<!-- EPI-11567 -->
<meta name = "format-detection" content = "telephone=no">
<!-- EPI-12603 -->
<meta name="robots" content="noarchive">
<!-- EPI-11190 - Webtrends -->
<script>
var startTime = new Date();
startTime = startTime.getTime();
</script>
<!--[if gte IE 9 | !IE ]><!-->
<link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="icon" type="image/x-icon">
<link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/wet-boew.min.css">
<!--<![endif]-->
<link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/theme.min.css">
<!--[if lt IE 9]>
<link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="shortcut icon" />
<link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/ie8-wet-boew.min.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew.min.js"></script>
<![endif]-->
<!--[if lte IE 9]>
<![endif]-->
<noscript><link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/noscript.min.css" /></noscript>
<!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER -->
<script>dataLayer1 = [];</script>
<!-- End Google Tag Manager -->
<!-- EPI-11235 -->
<link rel="stylesheet" href="/eic/home.nsf/css/add_WET_4-0_Canada_Apps.css">
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
<link href="/app/ccc/srch/css/print.css" media="print" rel="stylesheet" type="text/css" />
</head>
<body class="home" vocab="http://schema.org/" typeof="WebPage">
<!-- EPIC HEADER BEGIN -->
<!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER -->
<noscript><iframe title="Google Tag Manager" src="//www.googletagmanager.com/ns.html?id=GTM-TLGQ9K" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer1'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer1','GTM-TLGQ9K');</script>
<!-- End Google Tag Manager -->
<!-- EPI-12801 -->
<span typeof="Organization"><meta property="legalName" content="Department_of_Industry"></span>
<ul id="wb-tphp">
<li class="wb-slc">
<a class="wb-sl" href="#wb-cont">Skip to main content</a>
</li>
<li class="wb-slc visible-sm visible-md visible-lg">
<a class="wb-sl" href="#wb-info">Skip to "About this site"</a>
</li>
</ul>
<header role="banner">
<div id="wb-bnr" class="container">
<section id="wb-lng" class="visible-md visible-lg text-right">
<h2 class="wb-inv">Language selection</h2>
<div class="row">
<div class="col-md-12">
<ul class="list-inline mrgn-bttm-0">
<li><a href="nvgt.do?V_TOKEN=1492287547575&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=18775&V_SEARCH.docsStart=1&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn//magmi/web/download_file.php?_flId?_flxKy=e1s1&estblmntNo=234567041301&profileId=61&_evId=bck&lang=eng&V_SEARCH.showStricts=false&prtl=1&_flId?_flId?_flxKy=e1s1" title="Français" lang="fr">Français</a></li>
</ul>
</div>
</div>
</section>
<div class="row">
<div class="brand col-xs-8 col-sm-9 col-md-6">
<a href="http://www.canada.ca/en/index.html"><object type="image/svg+xml" tabindex="-1" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/sig-blk-en.svg"></object><span class="wb-inv"> Government of Canada</span></a>
</div>
<section class="wb-mb-links col-xs-4 col-sm-3 visible-sm visible-xs" id="wb-glb-mn">
<h2>Search and menus</h2>
<ul class="list-inline text-right chvrn">
<li><a href="#mb-pnl" title="Search and menus" aria-controls="mb-pnl" class="overlay-lnk" role="button"><span class="glyphicon glyphicon-search"><span class="glyphicon glyphicon-th-list"><span class="wb-inv">Search and menus</span></span></span></a></li>
</ul>
<div id="mb-pnl"></div>
</section>
<!-- Site Search Removed -->
</div>
</div>
<nav role="navigation" id="wb-sm" class="wb-menu visible-md visible-lg" data-trgt="mb-pnl" data-ajax-fetch="//cdn.canada.ca/gcweb-cdn-dev/sitemenu/sitemenu-en.html" typeof="SiteNavigationElement">
<h2 class="wb-inv">Topics menu</h2>
<div class="container nvbar">
<div class="row">
<ul class="list-inline menu">
<li><a href="https://www.canada.ca/en/services/jobs.html">Jobs</a></li>
<li><a href="http://www.cic.gc.ca/english/index.asp">Immigration</a></li>
<li><a href="https://travel.gc.ca/">Travel</a></li>
<li><a href="https://www.canada.ca/en/services/business.html">Business</a></li>
<li><a href="https://www.canada.ca/en/services/benefits.html">Benefits</a></li>
<li><a href="http://healthycanadians.gc.ca/index-eng.php">Health</a></li>
<li><a href="https://www.canada.ca/en/services/taxes.html">Taxes</a></li>
<li><a href="https://www.canada.ca/en/services.html">More services</a></li>
</ul>
</div>
</div>
</nav>
<!-- EPIC BODY BEGIN -->
<nav role="navigation" id="wb-bc" class="" property="breadcrumb">
<h2 class="wb-inv">You are here:</h2>
<div class="container">
<div class="row">
<ol class="breadcrumb">
<li><a href="/eic/site/icgc.nsf/eng/home" title="Home">Home</a></li>
<li><a href="/eic/site/icgc.nsf/eng/h_07063.html" title="Industries and Business">Industries and Business</a></li>
<li><a href="/eic/site/ccc-rec.nsf/tpl-eng/../eng/home" >Canadian Company Capabilities</a></li>
</ol>
</div>
</div>
</nav>
</header>
<main id="wb-cont" role="main" property="mainContentOfPage" class="container">
<!-- End Header -->
<!-- Begin Body -->
<!-- Begin Body Title -->
<!-- End Body Title -->
<!-- Begin Body Head -->
<!-- End Body Head -->
<!-- Begin Body Content -->
<br>
<!-- Complete Profile -->
<!-- Company Information above tabbed area-->
<input id="showMore" type="hidden" value='more'/>
<input id="showLess" type="hidden" value='less'/>
<h1 id="wb-cont">
Company profile - Canadian Company Capabilities
</h1>
<div class="profileInfo hidden-print">
<ul class="list-inline">
<li><a href="cccSrch.do?lang=eng&profileId=&prtl=1&key.hitsPerPage=25&searchPage=%252Fapp%252Fccc%252Fsrch%252FcccBscSrch.do%253Flang%253Deng%2526amp%253Bprtl%253D1%2526amp%253Btagid%253D&V_SEARCH.scopeCategory=CCC.Root&V_SEARCH.depth=1&V_SEARCH.showStricts=false&V_SEARCH.sortSpec=title+asc&rstBtn.x=" class="btn btn-link">New Search</a> |</li>
<li><form name="searchForm" method="post" action="/app/ccc/srch/bscSrch.do">
<input type="hidden" name="lang" value="eng" />
<input type="hidden" name="profileId" value="" />
<input type="hidden" name="prtl" value="1" />
<input type="hidden" name="searchPage" value="%2Fapp%2Fccc%2Fsrch%2FcccBscSrch.do%3Flang%3Deng%26amp%3Bprtl%3D1%26amp%3Btagid%3D" />
<input type="hidden" name="V_SEARCH.scopeCategory" value="CCC.Root" />
<input type="hidden" name="V_SEARCH.depth" value="1" />
<input type="hidden" name="V_SEARCH.showStricts" value="false" />
<input id="repeatSearchBtn" class="btn btn-link" type="submit" value="Return to search results" />
</form></li>
</ul>
</div>
<details>
<summary>Third-Party Information Liability Disclaimer</summary>
<p>Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.</p>
</details>
<h2>
G1000 Inspections
</h2>
<div class="row">
<div class="col-md-5">
<h2 class="h5 mrgn-bttm-0">Legal/Operating Name:</h2>
<p>G1000 Inspections</p>
<div class="mrgn-tp-md"></div>
<p class="mrgn-bttm-0" ><a href="http://www.g1000inspections.ca"
target="_blank" title="Website URL">http://www.g1000inspections.ca</a></p>
<p><a href="mailto:g1000inspections@gmail.com" title="g1000inspections@gmail.com">g1000inspections@gmail.com</a></p>
</div>
<div class="col-md-4 mrgn-sm-sm">
<h2 class="h5 mrgn-bttm-0">Mailing Address:</h2>
<address class="mrgn-bttm-md">
12 Queen Isabella Cres<br/>
MAPLE,
Ontario<br/>
L6A 3J7
<br/>
</address>
<h2 class="h5 mrgn-bttm-0">Location Address:</h2>
<address class="mrgn-bttm-md">
12 Queen Isabella Cres<br/>
MAPLE,
Ontario<br/>
L6A 3J7
<br/>
</address>
<p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>:
(416) 623-6723
</p>
<p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>:
</p>
</div>
<div class="col-md-3 mrgn-tp-md">
</div>
</div>
<div class="row mrgn-tp-md mrgn-bttm-md">
<div class="col-md-12">
<h2 class="wb-inv">Company Profile</h2>
<br> Our professional home and mold inspection services in Toronto will help to reduce the risk of costly surprises. We can help you to make a more informed decision.<br>
</div>
</div>
<!-- <div class="wb-tabs ignore-session update-hash wb-eqht-off print-active"> -->
<div class="wb-tabs ignore-session">
<div class="tabpanels">
<details id="details-panel1">
<summary>
Full profile
</summary>
<!-- Tab 1 -->
<h2 class="wb-invisible">
Full profile
</h2>
<!-- Contact Information -->
<h3 class="page-header">
Contact information
</h3>
<section class="container-fluid">
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Gemil
Lacroix
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
<!--if client gender is not null or empty we use gender based job title-->
Owner
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Area of Responsibility:
</strong>
</div>
<div class="col-md-7">
Management Executive.
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(416) 994-3963
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
g1000inspections@gmail.com
</div>
</div>
</section>
<p class="mrgn-tp-lg text-right small hidden-print">
<a href="#wb-cont">top of page</a>
</p>
<!-- Company Description -->
<h3 class="page-header">
Company description
</h3>
<section class="container-fluid">
<div class="row">
<div class="col-md-5">
<strong>
Exporting:
</strong>
</div>
<div class="col-md-7">
No
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Industry (NAICS):
</strong>
</div>
<div class="col-md-7">
541350 - Building Inspection Services
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Services
</div>
</div>
</section>
<!-- Products / Services / Licensing -->
<h3 class="page-header">
Product / Service / Licensing
</h3>
<section class="container-fluid">
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Service Name:
</strong>
</div>
<div class="col-md-9">
Home Inspections Services<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
Whether you are buying, selling or need a maintenance inspection on your home you should always incorporate the services of a home inspector that is Certified and qualified Home Inspectors.
<br>
I have over 15 years in construction, Certified Inter-NACHI and Certified indoor air consultant. I am a mold Inspection and testing Specialist.<br>
<br>
</div>
</div>
</section>
<p class="mrgn-tp-lg text-right small hidden-print">
<a href="#wb-cont">top of page</a>
</p>
<!-- Technology Profile -->
<!-- Market Profile -->
<!-- Sector Information -->
<details class="mrgn-tp-md mrgn-bttm-md">
<summary>
Third-Party Information Liability Disclaimer
</summary>
<p>
Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.
</p>
</details>
</details>
<details id="details-panel2">
<summary>
Contacts
</summary>
<h2 class="wb-invisible">
Contact information
</h2>
<!-- Contact Information -->
<section class="container-fluid">
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Gemil
Lacroix
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
<!--if client gender is not null or empty we use gender based job title-->
Owner
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Area of Responsibility:
</strong>
</div>
<div class="col-md-7">
Management Executive.
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(416) 994-3963
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
g1000inspections@gmail.com
</div>
</div>
</section>
</details>
<details id="details-panel3">
<summary>
Description
</summary>
<h2 class="wb-invisible">
Company description
</h2>
<section class="container-fluid">
<div class="row">
<div class="col-md-5">
<strong>
Exporting:
</strong>
</div>
<div class="col-md-7">
No
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Industry (NAICS):
</strong>
</div>
<div class="col-md-7">
541350 - Building Inspection Services
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Services
</div>
</div>
</section>
</details>
<details id="details-panel4">
<summary>
Products, services and licensing
</summary>
<h2 class="wb-invisible">
Product / Service / Licensing
</h2>
<section class="container-fluid">
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Service Name:
</strong>
</div>
<div class="col-md-9">
Home Inspections Services<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
Whether you are buying, selling or need a maintenance inspection on your home you should always incorporate the services of a home inspector that is Certified and qualified Home Inspectors.
<br>
I have over 15 years in construction, Certified Inter-NACHI and Certified indoor air consultant. I am a mold Inspection and testing Specialist.<br>
<br>
</div>
</div>
</section>
</details>
</div>
</div>
<div class="row">
<div class="col-md-12 text-right">
Last Update Date 2015-09-16
</div>
</div>
<!--
- Artifact ID: CBW - IMBS - CCC Search WAR
- Group ID: ca.gc.ic.strategis.imbs.ccc.search
- Version: 3.26
- Built-By: bamboo
- Build Timestamp: 2017-03-02T21:29:28Z
-->
<!-- End Body Content -->
<!-- Begin Body Foot -->
<!-- End Body Foot -->
<!-- END MAIN TABLE -->
<!-- End body -->
<!-- Begin footer -->
<div class="row pagedetails">
<div class="col-sm-5 col-xs-12 datemod">
<dl id="wb-dtmd">
<dt class=" hidden-print">Date Modified:</dt>
<dd class=" hidden-print">
<span><time>2017-03-02</time></span>
</dd>
</dl>
</div>
<div class="clear visible-xs"></div>
<div class="col-sm-4 col-xs-6">
</div>
<div class="col-sm-3 col-xs-6 text-right">
</div>
<div class="clear visible-xs"></div>
</div>
</main>
<footer role="contentinfo" id="wb-info">
<nav role="navigation" class="container wb-navcurr">
<h2 class="wb-inv">About government</h2>
<!-- EPIC FOOTER BEGIN -->
<!-- EPI-11638 Contact us -->
<ul class="list-unstyled colcount-sm-2 colcount-md-3">
<li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07026.html#pageid=E048-H00000&from=Industries">Contact us</a></li>
<li><a href="https://www.canada.ca/en/government/dept.html">Departments and agencies</a></li>
<li><a href="https://www.canada.ca/en/government/publicservice.html">Public service and military</a></li>
<li><a href="https://www.canada.ca/en/news.html">News</a></li>
<li><a href="https://www.canada.ca/en/government/system/laws.html">Treaties, laws and regulations</a></li>
<li><a href="https://www.canada.ca/en/transparency/reporting.html">Government-wide reporting</a></li>
<li><a href="http://pm.gc.ca/eng">Prime Minister</a></li>
<li><a href="https://www.canada.ca/en/government/system.html">How government works</a></li>
<li><a href="http://open.canada.ca/en/">Open government</a></li>
</ul>
</nav>
<div class="brand">
<div class="container">
<div class="row">
<nav class="col-md-10 ftr-urlt-lnk">
<h2 class="wb-inv">About this site</h2>
<ul>
<li><a href="https://www.canada.ca/en/social.html">Social media</a></li>
<li><a href="https://www.canada.ca/en/mobile.html">Mobile applications</a></li>
<li><a href="http://www1.canada.ca/en/newsite.html">About Canada.ca</a></li>
<li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html">Terms and conditions</a></li>
<li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html#p1">Privacy</a></li>
</ul>
</nav>
<div class="col-xs-6 visible-sm visible-xs tofpg">
<a href="#wb-cont">Top of Page <span class="glyphicon glyphicon-chevron-up"></span></a>
</div>
<div class="col-xs-6 col-md-2 text-right">
<object type="image/svg+xml" tabindex="-1" role="img" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/wmms-blk.svg" aria-label="Symbol of the Government of Canada"></object>
</div>
</div>
</div>
</div>
</footer>
<!--[if gte IE 9 | !IE ]><!-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/wet-boew.min.js"></script>
<!--<![endif]-->
<!--[if lt IE 9]>
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew2.min.js"></script>
<![endif]-->
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/theme.min.js"></script>
<!-- EPI-10519 -->
<span class="wb-sessto"
data-wb-sessto='{"inactivity": 1800000, "reactionTime": 180000, "sessionalive": 1800000, "logouturl": "/app/ccc/srch/cccSrch.do?lang=eng&prtl=1"}'></span>
<script src="/eic/home.nsf/js/jQuery.externalOpensInNewWindow.js"></script>
<!-- EPI-11190 - Webtrends -->
<script src="/eic/home.nsf/js/webtrends.js"></script>
<script>var endTime = new Date();</script>
<noscript>
<div><img alt="" id="DCSIMG" width="1" height="1" src="//wt-sdc.ic.gc.ca/dcs6v67hwe0ei7wsv8g9fv50d_3k6i/njs.gif?dcsuri=/nojavascript&WT.js=No&WT.tv=9.4.0&dcssip=www.ic.gc.ca"/></div>
</noscript>
<!-- /Webtrends -->
<!-- JS deps -->
<script src="/eic/home.nsf/js/jquery.imagesloaded.js"></script>
<!-- EPI-11262 - Util JS -->
<script src="/eic/home.nsf/js/_WET_4-0_utils_canada.min.js"></script>
<!-- EPI-11383 -->
<script src="/eic/home.nsf/js/jQuery.icValidationErrors.js"></script>
<span style="display:none;" id='app-info' data-project-groupid='' data-project-artifactid='' data-project-version='' data-project-build-timestamp='' data-issue-tracking='' data-scm-sha1='' data-scm-sha1-abbrev='' data-scm-branch='' data-scm-commit-date=''></span>
</body></html>
<!-- End Footer -->
<!--
- Artifact ID: CBW - IMBS - CCC Search WAR
- Group ID: ca.gc.ic.strategis.imbs.ccc.search
- Version: 3.26
- Built-By: bamboo
- Build Timestamp: 2017-03-02T21:29:28Z
-->
| GoC-Spending/data-corporations | html/234567141079.html | HTML | mit | 33,382 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
Top Level Namespace
— Documentation by YARD 0.9.5
</title>
<link rel="stylesheet" href="css/style.css" type="text/css" charset="utf-8" />
<link rel="stylesheet" href="css/common.css" type="text/css" charset="utf-8" />
<script type="text/javascript" charset="utf-8">
pathId = "";
relpath = '';
</script>
<script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
<script type="text/javascript" charset="utf-8" src="js/app.js"></script>
</head>
<body>
<div class="nav_wrap">
<iframe id="nav" src="class_list.html"></iframe>
<div id="resizer"></div>
</div>
<div id="main" tabindex="-1">
<div id="header">
<div id="menu">
<a href="_index.html">Index</a> »
<span class="title">Top Level Namespace</span>
</div>
<div id="search">
<a class="full_list_link" id="class_list_link"
href="class_list.html">
<svg width="24" height="24">
<rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
<rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
<rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
</svg>
</a>
</div>
<div class="clear"></div>
</div>
<iframe id="search_frame" src="class_list.html"></iframe>
<div id="content"><h1>Top Level Namespace
</h1>
<div class="box_info">
</div>
<h2>Defined Under Namespace</h2>
<p class="children">
<strong class="modules">Modules:</strong> <span class='object_link'><a href="Bandwidth.html" title="Bandwidth (module)">Bandwidth</a></span>
</p>
</div>
<div id="footer">
Generated on Mon Oct 10 12:55:38 2016 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.5 (ruby-2.3.1).
</div>
</div>
</body>
</html> | bandwidthcom/ruby-bandwidth | doc/top-level-namespace.html | HTML | mit | 2,076 |
<!DOCTYPE html>
<html>
<head>
<title>My Website</title>
<link rel="stylesheet" href="gitstyle.css" type="text/css"></link>
<script type="text/javascript" src="gitscript.js" ></script>
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
</head>
<br>
<body>
<div id="container">
<div id="header">
<h1>Welcome to my website</h1>
</div>
<br>
<div id="content">
<div id="navigator">
<br>
<a href="githomepage.html">Home</a>
<br>
<a href="gitcourses.html">Courses</a>
<br>
<a href="gitcourses.html">Interests</a>
<br>
<a href="gitworldview.html">Worldview</a>
</div>
<div id="main">
<p><b>My name:</b> Hyun Woo Choi</p>
<div>
<img id="profilepic" src="photo.JPG"></img>
</div>
<p><b>Birth:</b> Jan 22, 1998</p>
<p><b>Nationality:</b> Korean</p>
<p><b>Address:</b> ..........</p>
<p><b>Education:</b> Logos Internation School</p>
<p><b>Biography:</b> I was born in Seoul, Korea. Lived in Korea until I was 5 years old.
<br>Just few days after my birthday, my family moved to Cambodia.
<br>So now, it is almost 14 years that I lived in Cambodia.
<br>Currently a Junior in Logos. Studied in Logos since kindergarden.</p>
</div>
</div>
<div id="footer">
Copyrighted (C)2016 Hyun Woo Choi
</div>
</div>
</body>
</html>
| LogosCambodia/LogosCambodia.github.io | webdesign2016/HyunWooChoi/githomepage.html | HTML | mit | 1,445 |
<head>
<meta charset="UTF-8"/>
<title th:text="${title} ?: 'AuthID'">AuthID</title>
<link rel="stylesheet" th:href="@{/css/bootstrap.min.css}" href="../../css/bootstrap.min.css"/>
<link rel="stylesheet" th:href="@{/css/main.css}" href="../../css/main.css"/>
</head>
| ccampo133/authid-web | src/main/resources/templates/partials/head.html | HTML | mit | 282 |
<div class="post-detail">
<!-- Page Content -->
<div class="container">
<!-- Jumbotron Header -->
<header class="jumbotron hero-spacer">
<div class="row text-center">
<h2>
TITLE: {{thisPost.name}}
</h2>
<p>Detail: {{thisPost.context}}</p><br><br>
</div>
<div class="row">
<img src="/uploads/{{thisPost.sub_imgs[0].image}}" alt="" class=" col-md-8 col-sm-8">
<div class="text-center col-md-4 col-sm-4">
<h3>{{thisPost.tag[0]}}</h3>
<footer><a href="#" class="btn btn-primary footer" ng-click="buynow()">Buy!</a></footer>
</div>
</div>
</header>
<hr>
<!-- Title -->
<div class="row">
<div class="col-lg-12">
<h3>Ohter products</h3>
</div>
</div>
<!-- /.row -->
<!-- Page Features -->
<div class="row text-center">
<div class="col-md-3 col-sm-6 hero-feature" ng-repeat="subImg in thisPost.sub_imgs track by $index" ng-show="$index!=0">
<div class="thumbnail">
<img src="/uploads/{{subImg.image}}" alt="">
<div class="caption">
<h4>{{subImg.tag}}</h4>
<p>
<a href="#/mypage" class="btn btn-primary" ng-click="buynow()">Buy Now!</a>
</p>
</div>
</div>
</div>
</div>
</div>
<!-- /.row -->
<hr>
<!-- Footer -->
<footer>
<div class="row">
<div class="col-lg-12">
<p>Copyright © Mono 2015</p>
</div>
</div>
</footer>
</div>
</div> | jphacks/KB_05 | public/views/post-detail.html | HTML | mit | 2,070 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta content="Craig McClellan" name="author">
<title>Craig McClellan - T190120369435316224 </title>
<link href="/assets/css/style.css" rel="stylesheet">
<link href="/assets/css/highlight.css" rel="stylesheet">
<link rel="stylesheet" href="/custom.css">
<link rel="shortcut icon" href="https://micro.blog/craigmcclellan/favicon.png" type="image/x-icon" />
<link rel="alternate" type="application/rss+xml" title="Craig McClellan" href="http://craigmcclellan.com/feed.xml" />
<link rel="alternate" type="application/json" title="Craig McClellan" href="http://craigmcclellan.com/feed.json" />
<link rel="EditURI" type="application/rsd+xml" href="/rsd.xml" />
<link rel="me" href="https://micro.blog/craigmcclellan" />
<link rel="me" href="https://twitter.com/craigmcclellan" />
<link rel="me" href="https://github.com/craigwmcclellan" />
<link rel="authorization_endpoint" href="https://micro.blog/indieauth/auth" />
<link rel="token_endpoint" href="https://micro.blog/indieauth/token" />
<link rel="micropub" href="https://micro.blog/micropub" />
<link rel="webmention" href="https://micro.blog/webmention" />
<link rel="subscribe" href="https://micro.blog/users/follow" />
</head>
<body>
<nav class="main-nav">
<a class="normal" href="/"> <span class="arrow">←</span> Home</a>
<a href="/archive/">Archive</a>
<a href="/about/">About</a>
<a href="/tools-of-choice/">Tools of Choice</a>
<a class="cta" href="https://micro.blog/craigmcclellan" rel="me">Also on Micro.blog</a>
</nav>
<section id="wrapper">
<article class="h-entry post">
<header>
<h2 class="headline">
<time class="dt-published" datetime="2012-04-11 11:53:22 -0500">
<a class="u-url dates" href="/2012/04/11/t190120369435316224.html">April 11, 2012</a>
</time>
</h2>
</header>
<section class="e-content post-body">
<p>Selling my Novation Launchpad if anyone’s interested.
<a href="http://t.co/x06USHJO">t.co/x06USHJO</a></p>
</section>
</article>
<section id="post-meta" class="clearfix">
<a href="/">
<img class="u-photo avatar" src="https://micro.blog/craigmcclellan/avatar.jpg">
<div>
<span class="p-author h-card dark">Craig McClellan</span>
<span><a href="https://micro.blog/craigmcclellan">@craigmcclellan</a></span>
</div>
</a>
</section>
</section>
<footer id="footer">
<section id="wrapper">
<ul>
<li><a href="/feed.xml">RSS</a></li>
<li><a href="/feed.json">JSON Feed</a></li>
<li><a href="https://micro.blog/craigmcclellan" rel="me">Micro.blog</a></li>
<!-- <li><a class="u-email" href="mailto:" rel="me">Email</a></li> -->
</ul>
<form method="get" id="search" action="https://duckduckgo.com/">
<input type="hidden" name="sites" value="http://craigmcclellan.com"/>
<input type="hidden" name="k8" value="#444444"/>
<input type="hidden" name="k9" value="#ee4792"/>
<input type="hidden" name="kt" value="h"/>
<input class="field" type="text" name="q" maxlength="255" placeholder="To search, type and hit Enter…"/>
<input type="submit" value="Search" style="display: none;" />
</form>
</section>
</footer>
</body>
</html>
| craigwmcclellan/craigwmcclellan.github.io | _site/2012/04/11/t190120369435316224.html | HTML | mit | 4,864 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>tree-diameter: Not compatible</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.9.1 / tree-diameter - 8.8.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
tree-diameter
<small>
8.8.0
<span class="label label-info">Not compatible</span>
</small>
</h1>
<p><em><script>document.write(moment("2020-03-13 06:10:22 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-03-13 06:10:22 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.9.1 Formal proof management system
num 1.3 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.09.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.09.0 Official release 4.09.0
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.8.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/tree-diameter"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/TreeDiameter"]
depends: [
"ocaml"
"coq" {>= "8.8" & < "8.9~"}
]
tags: [ "keyword: program verification" "keyword: trees" "keyword: paths" "keyword: graphs" "keyword: distance" "keyword: diameter" "category: Computer Science/Decision Procedures and Certified Algorithms/Correctness proofs of algorithms" ]
authors: [ "Jean-Christophe Filliâtre" ]
bug-reports: "https://github.com/coq-contribs/tree-diameter/issues"
dev-repo: "git+https://github.com/coq-contribs/tree-diameter.git"
synopsis: "Diameter of a binary tree"
description: """
This contribution contains the verification of a divide-and-conquer
algorithm to compute the diameter of a binary tree (the
maxmimal distance between two nodes in the tree)."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/tree-diameter/archive/v8.8.0.tar.gz"
checksum: "md5=7f6897f095e82ca0806e2f5d0ad0b3f7"
}
</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-tree-diameter.8.8.0 coq.8.9.1</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.9.1).
The following dependencies couldn't be met:
- coq-tree-diameter -> coq < 8.9~ -> ocaml < 4.06.0
base of this switch (use `--unlock-base' to force)
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-tree-diameter.8.8.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
<small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small>
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.09.0-2.0.5/released/8.9.1/tree-diameter/8.8.0.html | HTML | mit | 7,196 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>hierarchy-builder: Black list 🏴☠️</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.9.0 / hierarchy-builder - 0.9.1</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
hierarchy-builder
<small>
0.9.1
<span class="label label-default">Black list 🏴☠️</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-02-01 17:12:23 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-01 17:12:23 UTC)</em><p>
<div class="alert alert-info" role="alert">
<p>This result is black-listed as it is considered as too hard to reproduce / to solve. If you find a way to fix this package, please make a pull-request to <a class="alert-link" href="https://github.com/coq/opam-coq-archive">github.com/coq/opam-coq-archive</a>. The list of black-listed packages is in <a class="alert-link" href="https://github.com/coq-bench/make-html/blob/master/black_list.rb">black_list.rb</a>.</p>
</div>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-num base Num library distributed with the OCaml compiler
base-ocamlbuild base OCamlbuild binary and libraries distributed with the OCaml compiler
base-threads base
base-unix base
camlp5 7.14 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-perl 2 Virtual package relying on perl
coq 8.9.0 Formal proof management system
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.02.3 The OCaml compiler (virtual package)
ocaml-base-compiler 4.02.3 Official 4.02.3 release
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.3 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "Enrico Tassi <enrico.tassi@inria.fr>"
authors: [ "Cyril Cohen" "Kazuhiko Sakaguchi" "Enrico Tassi" ]
license: "MIT"
homepage: "https://github.com/math-comp/hierarchy-builder"
bug-reports: "https://github.com/math-comp/hierarchy-builder/issues"
dev-repo: "git+https://github.com/math-comp/hierarchy-builder"
build: [ make ]
install: [ make "install" "VFILES=structures.v" ]
depends: [
"coq-elpi" {>= "1.4.0" & < "1.5.0~"}
]
synopsis: "Hierarchy Builder"
description: """
High level commands to declare and evolve a hierarchy based on packed classes.
"""
url {
src: "https://github.com/math-comp/hierarchy-builder/archive/v0.9.1.tar.gz"
checksum: "sha256=25acacb6b8aaac1666c4d710bb35d1f715c936d7dc0cab01d573102a33ae9c98"
}</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-hierarchy-builder.0.9.1 coq.8.9.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.9.0).
The following dependencies couldn't be met:
- coq-hierarchy-builder -> coq-elpi < 1.5.0~ -> elpi >= 1.7.0 -> ocaml >= 4.04.0
base of this switch (use `--unlock-base' to force)
- coq-hierarchy-builder -> coq-elpi < 1.5.0~ -> coq >= 8.10.dev -> ocaml >= 4.05.0
base of this switch (use `--unlock-base' to force)
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-hierarchy-builder.0.9.1</code></dd>
<dt>Return code</dt>
<dd>15360</dd>
<dt>Output</dt>
<dd><pre>The following actions will be performed:
- remove coq 8.9.0
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[WARNING] While removing coq.8.9.0: not removing files that changed since:
- bin/coqtop.opt
- bin/coqtacticworker.opt
- bin/coqtacticworker.byte
- bin/coqqueryworker.opt
- bin/coqqueryworker.byte
- bin/coqproofworker.opt
- bin/coqproofworker.byte
- bin/coqpp
- bin/coqidetop.opt
- bin/coqidetop
-> removed coq.8.9.0
Done.
# Run eval $(opam env) to update the current shell environment
[ERROR] Sorry, resolution of the request timed out.
Try to specify a simpler request, use a different solver, or increase the allowed time by setting OPAMSOLVERTIMEOUT to a bigger value (currently, it is set to 600.0 seconds).
</pre></dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.02.3-2.0.6/released/8.9.0/hierarchy-builder/0.9.1.html | HTML | mit | 8,743 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>descente-infinie: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.9.1 / descente-infinie - 8.10.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
descente-infinie
<small>
8.10.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-12-23 15:45:32 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-23 15:45:32 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-num base Num library distributed with the OCaml compiler
base-threads base
base-unix base
camlp5 7.14 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-perl 1 Virtual package relying on perl
coq 8.9.1 Formal proof management system
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.04.2 The OCaml compiler (virtual package)
ocaml-base-compiler 4.04.2 Official 4.04.2 release
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/descente-infinie"
license: "GPL"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/DescenteInfinie"]
depends: [
"ocaml"
"coq" {>= "8.10" & < "8.11~"}
]
tags: [
"keyword: Induction"
"keyword: infinite descent"
"category: Miscellaneous/Coq Extensions"
"date: 2010-02"
]
authors: [
"Razvan Voicu <razvan@comp.nus.edu.sg> [http://www.comp.nus.edu.sg/~razvan/]"
"Li Mengran <limengra@comp.nus.edu.sg> [http://www.comp.nus.edu.sg/~limengra]"
]
bug-reports: "https://github.com/coq-contribs/descente-infinie/issues"
dev-repo: "git+https://github.com/coq-contribs/descente-infinie.git"
synopsis: "The Descente Infinie Tactic"
description: """
This is a tactic plugin for coq. The tactic helps to prove inductive lemmas by fixpoint functions. A manual for the tactic can be found on its homepage listed above."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/descente-infinie/archive/v8.10.0.tar.gz"
checksum: "md5=f2a2d09a3b51149f8da35269759bf09f"
}
</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-descente-infinie.8.10.0 coq.8.9.1</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.9.1).
The following dependencies couldn't be met:
- coq-descente-infinie -> coq >= 8.10 -> ocaml >= 4.05.0
base of this switch (use `--unlock-base' to force)
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-descente-infinie.8.10.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.04.2-2.0.5/released/8.9.1/descente-infinie/8.10.0.html | HTML | mit | 7,235 |
<!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>inet_dns_extension: SignalReceiver.cc File Reference</title>
<link href="../../tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="../../jquery.js"></script>
<script type="text/javascript" src="../../dynsections.js"></script>
<link href="../../navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="../../resize.js"></script>
<script type="text/javascript" src="../../navtreedata.js"></script>
<script type="text/javascript" src="../../navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
$(window).load(resizeHeight);
</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">inet_dns_extension
</div>
<div id="projectbrief">OmnetPPDNSExtension</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.9.1 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "../../search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="../../index.html"><span>Main Page</span></a></li>
<li><a href="../../pages.html"><span>Related Pages</span></a></li>
<li><a href="../../namespaces.html"><span>Namespaces</span></a></li>
<li><a href="../../annotated.html"><span>Classes</span></a></li>
<li class="current"><a href="../../files.html"><span>Files</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="../../search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="../../search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="../../files.html"><span>File List</span></a></li>
<li><a href="../../globals.html"><span>File Members</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('d8/d01/SignalReceiver_8cc.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)">
</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">SignalReceiver.cc File Reference</div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><code>#include <<a class="el" href="../../d5/dda/SignalReceiver_8h.html">SignalReceiver.h</a>></code><br />
</div><div class="textblock"><div class="dynheader">
Include dependency graph for SignalReceiver.cc:</div>
<div class="dyncontent">
<div class="center"><img src="../../d0/dd9/SignalReceiver_8cc__incl.png" border="0" usemap="#SignalReceiver_8cc" alt=""/></div>
<map name="SignalReceiver_8cc" id="SignalReceiver_8cc">
<area shape="rect" id="node2" href="../../d5/dda/SignalReceiver_8h.html" title="SignalReceiver.h" alt="" coords="115,80,236,107"/></map>
</div>
</div></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_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="../../dir_fdedb0aba14d44ce9d99bc100e026e6a.html">common</a></li><li class="navelem"><a class="el" href="../../d8/d01/SignalReceiver_8cc.html">SignalReceiver.cc</a></li>
<li class="footer">Generated on Wed Jun 3 2015 12:38:02 for inet_dns_extension by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="../../doxygen.png" alt="doxygen"/></a> 1.8.9.1 </li>
</ul>
</div>
</body>
</html>
| saenridanra/inet-dns-extension | doc/doxy/d8/d01/SignalReceiver_8cc.html | HTML | mit | 5,829 |
<div class="container-fluid">
<div class="row">
<div class="col-md-8">
<div class="well">
<p class="back">
<a href="../eon">« Back to EON</a>
</p>
<div class="about">
<h1>EON Chart Builder</h1>
<p>Create a realtime chart using your PubNub stream and embed it on your website.</p>
</div>
</div>
<div class="well">
<h2>PubNub</h2>
<p class="text-muted">Configure your PubNub credentials.</p>
<div class="form-group">
<table class="table table-bordered table-striped">
<thead>
<tr>
<th class="col-md-3">Attribute</th>
<th class="col-md-3">Value</th>
<th class="col-md-6">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>Subscribe Key</td>
<td>
<a href="#" id="subscribe_key" data-type="text" data-title="Enter new subscribe key." class="subscribe_key"></a>
</td>
<td>
<p class="text-muted">The PubNub subscribe key.</p>
</td>
</tr>
<tr>
<td>Channel</td>
<td>
<a href="#" id="channel" data-type="text" data-title="Enter new PubNub channel." class="channel"></a>
</td>
<td>
<p class="text-muted">The PubNub channel where your data is being published.</p>
</td>
</tr>
<tr>
<td>Enable History</td>
<td>
<input type="checkbox" id="history" checked>
</td>
<td><p class="text-muted">Use PubNub history to populate the chart on load</p></td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="well">
<h2>Data</h2>
<p class="text-muted">Click on a label to rename it. Note that only integer values are shown here.</p>
<div class="form-group">
<table class="table table-bordered table-striped">
<thead>
<tr>
<th>Label</th>
<th>Value</th>
<th>Color</th>
<th>Graph</th>
</tr>
</thead>
<tbody id="kvs">
</tbody>
</table>
</div>
</div>
<div class="well">
<h2>Chart</h2>
<p class="text-muted">Configure your realtime chart.</p>
<div class="form-group">
<table class="table table-bordered table-striped">
<thead>
<tr>
<th class="col-md-3">Attribute</th>
<th class="col-md-3">Value</th>
<th class="col-md-6">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>Chart Type</td>
<td>
<select id="type" class="form-control">
<option value="spline">Spline</option>
<option value="line">Line</option>
<option value="area">Area</option>
<option value="area-spline">Area Spline</option>
<option value="step">Step</option>
<option value="area-step">Area Step</option>
<option value="scatter">Scatter</option>
<option value="bar">Bar</option>
<option value="donut">Donut</option>
<option value="pie">Pie</option>
</select>
</td>
<td>
<p class="text-muted">Time series, bar, donut, your call.</p></td>
</tr>
<tr>
<td>X Axis Label</td>
<td>
<a href="#" id="xlabel" data-type="text" data-title="Enter new X Axis Label"></a>
</td>
<td></td>
</tr>
<tr>
<td>Y Axis Label</td>
<td>
<a href="#" id="ylabel" data-type="text" data-title="Enter new Y Axis Label"></a>
</td>
<td></td>
</tr>
<tr>
<td>Speed (ms)</td>
<td>
<a href="#" id="speed" data-type="text" data-title="Enter new speed (ms)">1000</a>
</td>
<td><p class="text-muted">How fast your chart will update. If data is published faster than the update rate, it will be overwritten.</p></td>
</tr>
<tr id="limit-row">
<td>Limit</td>
<td>
<a href="#" id="limit" data-type="text" data-title="Enter new limit">5</a>
</td>
<td><p class="text-muted">How many data points to display.</p></td>
</tr>
<tr id="xgrid-row">
<td>X Grid</td>
<td>
<input type="checkbox" id="xgrid">
</td>
<td><p class="text-muted">Show gridlines along x axis.</p></td>
</tr>
<tr id="ygrid-row">
<td>Y Grid</td>
<td>
<input type="checkbox" id="ygrid">
</td>
<td><p class="text-muted">Show gridlines along y axis.</p></td>
</tr>
<tr id="points-row">
<td>Show Points</td>
<td>
<input type="checkbox" id="points">
</td>
<td><p class="text-muted">Show a point in line.</p></td>
</tr>
<tr>
<td>Show Tooltips</td>
<td>
<input type="checkbox" id="tooltips">
</td>
<td><p class="text-muted">Show tooltips on hover.</p></td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="well">
<h2>Embed</h2>
<p class="text-muted">Copy and Paste this embed code into your site to display live chart on your website.</p>
<div class="form-group">
<pre><code class="html" id="embed" class="form-control" style="height: 200px">
</code></pre>
</div>
</div>
</div>
<div class="col-md-4 fixed">
<div class="well">
<h2>Chart Preview</h2>
<p class="text-muted">Try changing options to see the chart update.</p>
<div id="chart"></div>
</div>
</div>
</div>
</div> | pubnub/eon-builder | page.html | HTML | mit | 7,105 |
<!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="">
<meta name="author" content="">
<title>
Welcome to | coconutleisure</title>
<!-- Bootstrap Core CSS -->
<link href="vendor/bootstrap/css/bootstrap.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<!-- Theme CSS -->
<link href="style/agency.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>
<body id="page-top" class="index">
<!-- Navigation -->
<nav id="mainNav" class="navbar navbar-default navbar-custom navbar-fixed-top">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
Menu
<i class="fa fa-bars"></i>
</button>
<a class="navbar-brand page-scroll" href="#page-top">
coconutLeisure
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li class="hidden">
<a href="#page-top"></a>
</li>
<li>
<a class="page-scroll" href="#services">What we Do</a>
</li>
<li>
<a class="page-scroll" href="#portfolio">Services</a>
</li>
<li>
<a class="page-scroll" href="#about">About Us</a>
</li>
<!-- <li>
<a class="page-scroll" href="#team">Our Team</a>
</li> -->
<li>
<a class="page-scroll" href="#product">Product</a>
</li>
<li>
<a class="page-scroll" href="#clients">Our Clients</a>
</li>
<li>
<a class="page-scroll" href="#contact">Contact</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<!-- Header -->
<div id="carousel" class="carousel slide carousel-fade" data-ride="carousel">
<!-- Carousel items -->
<div class="carousel-inner">
<div class="active item">
<header>
<div class="container">
<div class="intro-text">
<div class="intro-heading2">wewwwwwwww</div>
<div class="intro-lead-in">
- coconutleisure -
</div>
<a href="#services" class="page-scroll btn btn-xl">make it true</a>
</a>
</div>
</div>
</header>
</div>
<div class="item">
<header>
<div class="container">
<div class="intro-text">
<div class="intro-heading2">Bring your abstract mind,
<br/>to the perfection tangible ...</div>
<div class="intro-lead-in">
- coconutleisure -
</div>
<a href="#services" class="page-scroll btn btn-xl">make it true</a>
</a>
</div>
</div>
</header>
</div>
<div class="item">
<header>
<div class="container">
<div class="intro-text">
<div class="intro-heading2">Om tolelolet om</div>
<div class="intro-lead-in">
- coconutleisure -
</div>
<a href="#services" class="page-scroll btn btn-xl">make it true</a>
</a>
</div>
</div>
</header>
</div>
</div>
<!-- Carousel nav -->
<a class="carousel-control left" href="#carousel" data-slide="prev"></a>
<a class="carousel-control right" href="#carousel" data-slide="next"></a>
</div>
<!-- What we do Section -->
<section id="services">
<div class="container-fluid">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">What we do</h2>
</h2>
<h3 class="section-subheading text-muted3">As the original travel company, wild and free, we’ve perfected the art of travel In 12years ago.<br/>
1.000 trips over the year, more included experiences, and is just the start of what you get with us.<br/>
Extremly dealing with every travel need and any custom to tailor-fit with your dream make our travel on the top of travel flexibility.<br>
Because we know you only get one life, one shot. So you better make it count.
</h3>
</div>
</div>
<div class="row text-center">
<div class="container">
<div class="row">
<h2 class="section-heading">What you got</h2>
<h4 class="section-subheading text-muted">We Include more !!!</h4>
<div class="col-md-4 garis-kotak">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-suitcase fa-stack-1x fa-inverse"></i>
</span>
<h4 class="service-heading">YOUR TRAVEL SERVICE, SORTED!</h4>
<p class="text-muted">Let us take care of unnecessary hassle that comes with travelling, so you can focus on what you came to do.<br>
We sort and include everything from every little will and should always be on the higher standart.</p>
</div>
<div class="col-md-4">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-map-marker fa-stack-1x fa-inverse"></i>
</span>
<h4 class="service-heading">DELICIOUS LOCAL EATS, ON US.</h4>
<p class="text-muted">We don’t want you to just see the world, we want you to taste it, too. We map out meal times masterfully, with breakfast included almost every day, most lunches, dinners, and snacks designed to get you tasting every local delicacy. verythi</p>
</div>
<div class="col-md-4">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-lock fa-stack-1x fa-inverse"></i>
</span>
<h4 class="service-heading">MORE INCLUDED SIGHTS</h4>
<p class="text-muted">We believe that more is more. We don’t believe you should be paying extra for the essentials, so we include the very best travel experiences as part of the package. You can thank us later.</p>
</div>
</div>
<div class="row">
<div class="col-md-4">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-suitcase fa-stack-1x fa-inverse"></i>
</span>
<h4 class="service-heading">MORE OPTION</h4>
<p class="text-muted">We've deal with any dream you have.
<br>
It’s make us more flexible to re-arrange or any little request, in a second.</p>
</div>
<div class="col-md-4">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-map-marker fa-stack-1x fa-inverse"></i>
</span>
<h4 class="service-heading">ACCOMMODATION, SORTED.</h4>
<p class="text-muted">Hotels, hostels, lodges and boats are just a few of the ways we stay around this glorious globe, all included every night, in the price of your trip.
</p>
</div>
<div class="col-md-4">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-lock fa-stack-1x fa-inverse"></i>
</span>
<h4 class="service-heading">ALL TRANSPORT INCLUDED</h4>
<p class="text-muted">Getting there isn’t always an enjoyable part of a journey, but it sure as hell is with us. We’re all about speed, comfort and convenience, with a touch of adventure. Now THAT’s how we do travel.</p>
</div>
</div>
<div class="col-md-6 col-md-offset-3">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-lock fa-stack-1x fa-inverse"></i>
</span>
<h4 class="service-heading">A 24/7 TEAM OF EXPERTS</h4>
<p class="text-muted">You’re trusting us to give you the experience of a lifetime, not to mention take care of all the travel hassle, so only the crème de la crème team will do. Our Trip Managers, Drivers, Local Guides, On-site team members, on-road
cooks, are pretty much the best in the biz. Highly trained, crazy knowledgeable and with a total passion for travel, these guys are the real deal.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Portfolio Grid Section -->
<section id="portfolio" class="bg-light-gray">
<div class="container-fluid">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">NOT SURE WHICH WAY TO GO?
<br/>
WE BREAK IT DOWN FOR YOU....
</h2>
<h3 class="section-subheading text-muted">
“How do I make this the best possible trip for the lowest possible price?”
</h3>
<h4 style="margin-bottom:70px;">Is probably your number 1 question when weighing up options of going on a tour…</h4>
</div>
</div>
<div class="row">
<div class="col-md-3 col-sm-6 portfolio-item ">
<a href="#portfolioModal1" class="portfolio-link" data-toggle="modal">
<div class="portfolio-hover img-potong">
<div class="portfolio-hover-content">
<i class="fa fa-cutlery fa-4x"></i>
</div>
</div>
<img src="img/portfolio/food-healthy-vegetables-potatoes.jpg" class="img-responsive img-circle img-potong" alt="">
</a>
<div class="portfolio-caption">
<h4>OUR FOOD</h4>
</div>
</div>
<div class="col-md-3 col-sm-6 portfolio-item">
<a href="#portfolioModal2" class="portfolio-link" data-toggle="modal">
<div class="portfolio-hover img-potong">
<div class="portfolio-hover-content">
<i class="fa fa-ticket fa-4x"></i>
</div>
</div>
<img src="img/portfolio/dua.jpg" class="img-responsive img-circle img-potong" alt="">
</a>
<div class="portfolio-caption">
<h4>The Tickets</h4>
</div>
</div>
<div class="col-md-3 col-sm-6 portfolio-item">
<a href="#portfolioModal3" class="portfolio-link" data-toggle="modal">
<div class="portfolio-hover img-potong">
<div class="portfolio-hover-content">
<i class="fa fa-plane fa-4x"></i>
</div>
</div>
<img src="img/portfolio/tiga.jpeg" class="img-responsive img-circle img-potong" alt="">
</a>
<div class="portfolio-caption">
<h4>Transport</h4>
</div>
</div>
<div class="col-md-3 col-sm-6 portfolio-item">
<a href="#portfolioModal3" class="portfolio-link" data-toggle="modal">
<div class="portfolio-hover img-potong">
<div class="portfolio-hover-content">
<i class="fa fa-bath fa-4x"></i>
</div>
</div>
<img src="img/portfolio/empat.jpeg" class="img-responsive img-circle img-potong" alt="">
</a>
<div class="portfolio-caption">
<h4>Transport</h4>
</div>
</div>
<!-- <div class="col-md-3 col-sm-6 portfolio-item">
<a href="#portfolioModal4" class="portfolio-link" data-toggle="modal">
<div class="portfolio-youhover">
<div class="portfolio-hover-content">
<i class="fa fa-bath fa-4x"></i>
</div>
</div>
<img src="img/portfolio/empat.jpeg" class="img-responsive" alt="">
</a>
<div class="portfolio-caption">
<h4>Accomodation</h4>
</div>
</div> -->
</div>
</div>
</section>
<!-- About Section -->
<section id="about">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">About Us</h2>
<h3 class="section-subheading text-muted">Bring your abstract mind, to the perfection tangible</h3>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<ul class="timeline">
<li>
<div class="timeline-image">
<img class="img-circle img-responsive" src="img/about/1.jpg" alt="">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<!-- <h4>2005</h4> -->
<h4 class="subheading">Established</h4>
</div>
<div class="timeline-body">
<p class="text-muted">coconutleisure become one group member since end of 2016 from two brand of raditeexplorenizer and agungtravelindo, as travel industry with supported with coconutrans as premium transportation company established by 2016 in Bali.</p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-image">
<img class="img-circle img-responsive" src="img/about/2.jpg" alt="">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<!-- <h4>March 2011</h4> -->
<h4 class="subheading">Holiday Recipe</h4>
</div>
<div class="timeline-body">
<p class="text-muted">We realise there’s no set recipe for the perfect holiday. That’s why we’re here to handcraft the best holiday to suit your company needs, tailored right down to the finest detail. We have over 50 travel experts working in just
about every corner of the nusantara and globe with first-hand knowledge of the destinations we sell. And because we know the trick to a successful luxury holiday is in the detail, we’ll make sure your entire holiday exceeds your expectations, from
start to finish.
</p>
</div>
</div>
</li>
<li>
<div class="timeline-image">
<img class="img-circle img-responsive" src="img/about/3.jpg" alt="">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<!-- <h4>December 2012</h4> -->
<h4 class="subheading">Trusted</h4>
</div>
<div class="timeline-body">
<p class="text-muted">We are a company of trusted, passionate travel specialists who create customized luxury journeys to inspiring destinations. Our trips are completely based around your interests and schedule—they are one-of-a-kind experiences
that are as unique as you are. We can have you traveling to the far-reaches of the world, or sailing between the fabled islands. Our expertise, knowledge, and personal relationships allow us to design journeys that are rugged and adventurous, urban
and ultra-sophisticated, or the perfect blend of both. Whichever you prefer, you can be certain that your trip will be filled with exclusive opportunities that only we offer.
</p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-image">
<img class="img-circle img-responsive" src="img/about/4.jpg" alt="">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<!-- <h4>July 2014</h4> -->
<h4 class="subheading">we're the inspirations</h4>
</div>
<div class="timeline-body">
<p class="text-muted">Whether you know exactly where you want to go or need some inspiration, We're is here to guide you, and to create a journey that will surpass your expectations. Thats as we have over experience in the luxury travel industry, and
we are constantly circling in order to provide you with cutting-edge destination knowledge and personalized, well-planned itineraries that come complete with expert guides with on-the-ground spontaneity, and the perfect place to relax at the end of
the day.
</p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-image">
<h4>
Join
<br>with Us</h4>
</div>
</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Team Section -->
<!-- <section id="team" class="bg-light-gray">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">The Team</h2>
<h3 class="section-subheading text-muted">Lorem ipsum dolor sit amet consectetur.</h3>
</div>
</div>
<div class="row">
<div class="col-sm-4">
<div class="team-member">
<img src="img/team/1.jpg" class="img-responsive img-circle" alt="">
<h4>Lilian</h4>
<p class="text-muted">Founder</p>
<ul class="list-inline social-buttons">
<li><a href="#"><i class="fa fa-twitter"></i></a>
</li>
<li><a href="#"><i class="fa fa-facebook"></i></a>
</li>
<li><a href="#"><i class="fa fa-linkedin"></i></a>
</li>
</ul>
</div>
</div>
<div class="col-sm-4">
<div class="team-member">
<img src="img/team/2.jpg" class="img-responsive img-circle" alt="">
<h4>Radite</h4>
<p class="text-muted">CEO</p>
<ul class="list-inline social-buttons">
<li><a href="#"><i class="fa fa-twitter"></i></a>
</li>
<li><a href="#"><i class="fa fa-facebook"></i></a>
</li>
<li><a href="#"><i class="fa fa-linkedin"></i></a>
</li>
</ul>
</div>
</div>
<div class="col-sm-4">
<div class="team-member">
<img src="img/team/3.jpg" class="img-responsive img-circle" alt="">
<h4>Ahmad</h4>
<p class="text-muted">Director</p>
<ul class="list-inline social-buttons">
<li><a href="#"><i class="fa fa-twitter"></i></a>
</li>
<li><a href="#"><i class="fa fa-facebook"></i></a>
</li>
<li><a href="#"><i class="fa fa-linkedin"></i></a>
</li>
</ul>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-8 col-lg-offset-2 text-center">
<p class="large text-muted">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aut eaque, laboriosam veritatis, quos non quis ad perspiciatis, totam corporis ea, alias ut unde.</p>
</div>
</div>
</div>
</section> -->
<section id="product">
<h1 class="text-center">Our Hot Offer</h1>
<div id="va-accordion" class="va-container">
<!-- <div class="va-nav">
<span class="va-nav-prev">Previous</span>
<span class="va-nav-next">Next</span>
</div> -->
<div class="va-wrapper" style="background:#0a4218;">
<div class="va-slice va-slice-1">
<h3 class="va-title">Leisure</h3>
<div class="va-content">
<p style="background:rgba(3, 60, 29, .9); padding:50px; border-radius:10px;">As a young professional, travel is both exciting and time-consuming; a fantastic perk of the job but also a tedious one to plan. How does one make business travel both productive and fun, or how can leisure travel not feel like work? It all comes
down to figuring out what makes each style different with your arrangement – and how you can learn from each style to create your very own travel style.</p>
<!-- <ul>
<li><a href="#">About</a></li>
<li><a href="#">Portfolio</a></li>
<li><a href="#">Contact</a></li>
</ul> -->
</div>
</div>
<div class="va-slice va-slice-2">
<h3 class="va-title">Meeting</h3>
<div class="va-content">
<p style="background:rgba(3, 60, 29, .9); padding:50px; border-radius:10px;">Planning an online chat, conference call or video conference with participants around the globe can be difficult, especially when you need to find a time in the day when everyone is in their business hours! We allows you to choose the date for your
meeting and the locations of the people attending. Your meeting results allow you to see the relationship each location has in regards to daytime hours with proper adjustments for any locations observing daylight saving time, so you can quickly
target a time that works for everyone.</p>
</div>
</div>
<div class="va-slice va-slice-3">
<h3 class="va-title">Business Travel Program for Retirees</h3>
<div class="va-content">
<p style="background:rgba(3, 60, 29, .9); padding:50px; border-radius:10px;">We dream of travel in retirement and usually start doing some in pre-retirement, escalating as we go.. But it not just an holiday, we allows you to plan and visit to make money with our business travel for retirees. Travel is booming as we slip into
retirement. You probably know a few people who seem to travel all the time and you maybe are doing more traveling yourself. I know I am. Here are the types of travel most liked by retirement age folks.</p>
</div>
</div>
<div class="va-slice va-slice-4">
<h3 class="va-title">CSR Leisure</h3>
<div class="va-content">
<p style="background:rgba(3, 60, 29, .9); padding:50px; border-radius:10px;">Every time we travel, for whatever reason, we are all a part of a global movement; a movement that has the power to drive inclusive development, create jobs and build the sustainable societies we want for our future; a movement that builds mutual
understanding and can help us safeguard our shared natural and cultural heritage. Then, it made as our duty to look after the world we’re in. Not juast a Tourism has paved a way in promoting the importance of responsible travel. Responsible travel is
about respecting the destinations we visit, so that we can leave this Earth better than we found it with your corporate CSR.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Clients Aside -->
<section id="clients">
<aside class="clients">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<h1 class="section-heading">Our Clients</h1>
</div>
</div>
<div class="row">
<div class="col-md-3 col-sm-6">
<a href="#">
<img src="img/logos/ConocoPhillips.png" class="img-responsive img-centered" alt="Big Company satu">
</a>
</div>
<div class="col-md-3 col-sm-6">
<a href="#">
<img src="img/logos/bankmandiri.png" class="img-responsive img-centered" alt="Big Company dua">
</a>
</div>
<div class="col-md-3 col-sm-6">
<a href="#">
<img src="img/logos/BI.png" class="img-responsive img-centered" alt="Big Company tiga">
</a>
</div>
<div class="col-md-3 col-sm-6">
<a href="#">
<img src="img/logos/SU.png" class="img-responsive img-centered" alt="Big Company tiga">
</a>
</div>
</div>
</div>
</aside>
</section>
<!-- Contact Section -->
<section id="contact">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Contact Us</h2>
<h3 class="section-subheading text-muted2">Jangan ragu untuk menghubungi kami</h3>
</div>
</div>
<div class="row">
<div class="col-lg-6">
<form name="sentMessage" id="contactForm" novalidate>
<div class="row">
<div class="col-md-12">
<div class="form-group">
<input type="text" class="form-control" placeholder="Your Name" id="name" required data-validation-required-message="Please enter your name.">
<p class="help-block text-danger"></p>
</div>
<div class="form-group">
<input type="email" class="form-control" placeholder="Your Email" id="email" required data-validation-required-message="Please enter your email address.">
<p class="help-block text-danger"></p>
</div>
<div class="form-group">
<input type="tel" class="form-control" placeholder="Your Phone" id="phone" required data-validation-required-message="Please enter your phone number.">
<p class="help-block text-danger"></p>
</div>
</div>
<div class="col-md-12">
<div class="form-group">
<textarea class="form-control" placeholder="Your Message" id="message" required data-validation-required-message="Please enter a message."></textarea>
<p class="help-block text-danger"></p>
</div>
</div>
<div class="clearfix"></div>
<div class="col-lg-12 text-center">
<div id="success"></div>
<button type="submit" class="btn btn-xl">Send Message</button>
</div>
</div>
</form>
</div>
<div class="col-md-6 bg-alamat">
<h3 class="widget-title text-center">Our Location</h3>
<div class="map-holder">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d63395.548311240454!2d108.51901933681887!3d-6.74278196341495!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x85d22bef4ee354f0!2sBandar+Udara+Cakrabhuana+Cirebon!5e0!3m2!1sen!2sid!4v1483523921315" frameborder="0" style="border:0"></iframe>
</div>
<div class="contact-infos">
<ul>
<li>Bali</li>
<li>Yangon 10440, Myanmar</li>
<li>Tel: 090-090-0880</li>
<li>Email: <a href="mailto:info@company.com">donald@coconutleisure.com</a></li>
</ul>
</div>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="row">
<div class="col-md-4">
<span class="copyright">Copyright © coconutleisure.com 2016</span>
</div>
<div class="col-md-4">
<ul class="list-inline social-buttons">
<li>
<a href="https://twitter.com/">
<i class="fa fa-twitter"></i>
</a>
</li>
<li>
<a href="https://www.facebook.com/">
<i class="fa fa-facebook"></i>
</a>
</li>
<li>
<a href="https://www.linkedin.com/›">
<i class="fa fa-linkedin"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
</footer>
<!-- Portfolio Modals -->
<!-- Use the modals below to showcase details about your portfolio projects! -->
<!-- Portfolio Modal 1 -->
<div class="portfolio-modal modal fade" id="portfolioModal1" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl"></div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<!-- Project Details Go Here -->
<h2>Food</h2>
<p class="item-intro text-muted"></p>
<img class="img-responsive img-centered" src="img/portfolio/food-healthy-vegetables-potatoes.jpg" alt="">
<p>Our approach to food is about getting the best of both worlds. Get the freedom to head out on your own for lunches and many dinners, but we also include your breakfasts and a handful of dinner feasts in your trip price, to save you even more.
</p>
<!-- <ul class="list-inline">
<li>Date: July 2014</li>
<li>Client: Round Icons</li>
<li>Category: Graphic Design</li>
</ul> -->
<button type="button" class="btn btn-primary" data-dismiss="modal">
<i class="fa fa-times"></i>
Close
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio Modal 2 -->
<div class="portfolio-modal modal fade" id="portfolioModal2" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl"></div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<h2>Tickets</h2>
<img class="img-responsive img-centered" src="img/portfolio/14.jpg" alt="">
<p>Jumping to the front of the line, having some entry tickets already included in the price AND a Trip Manager who's already sorted and collected them all for you? No hassle travel - that's how we roll.</p>
<button type="button" class="btn btn-primary" data-dismiss="modal">
<i class="fa fa-times"></i>
Close
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio Modal 3 -->
<div class="portfolio-modal modal fade" id="portfolioModal3" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl"></div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<!-- Project Details Go Here -->
<h2>Transport</h2>
<p>Sorted. Private air-con mini coaches, just for Agung, or a flight anyone? With our one stop shopping.</p>
<button type="button" class="btn btn-primary" data-dismiss="modal">
<i class="fa fa-times"></i>
Close
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio Modal 4 -->
<div class="portfolio-modal modal fade" id="portfolioModal4" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl"></div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<!-- Project Details Go Here -->
<h2>Accomodation</h2>
<p>Sorted. Hotels in great locations with facilities like pools & WiFi & air-con, combined with local Special Stays. Rest up in comfort after the day’s activity.</p>
<button type="button" class="btn btn-primary" data-dismiss="modal">
<i class="fa fa-times"></i>
Close
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio Modal 5 -->
<div class="portfolio-modal modal fade" id="portfolioModal5" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl"></div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<!-- Project Details Go Here -->
<h2>Project Name</h2>
<p class="item-intro text-muted">Lorem ipsum dolor sit amet consectetur.</p>
<img class="img-responsive img-centered" src="img/portfolio/escape-preview.png" alt="">
<p>Escape is a free PSD web template built by
<a href="https://www.behance.net/MathavanJaya">Mathavan Jaya</a>. Escape is a one page web template that was designed with agencies in mind. This template is ideal for those looking for a simple one page solution to describe your business and offer your services.</p>
<p>You can download the PSD template in this portfolio sample item at
<a href="http://freebiesxpress.com/gallery/escape-one-page-psd-web-template/">FreebiesXpress.com</a>.</p>
<button type="button" class="btn btn-primary" data-dismiss="modal">
<i class="fa fa-times"></i>
Close Project</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio Modal 6 -->
<div class="portfolio-modal modal fade" id="portfolioModal6" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl"></div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<!-- Project Details Go Here -->
<h2>Project Name</h2>
<p class="item-intro text-muted">Lorem ipsum dolor sit amet consectetur.</p>
<img class="img-responsive img-centered" src="img/portfolio/dreams-preview.png" alt="">
<p>Dreams is a free PSD web template built by
<a href="https://www.behance.net/MathavanJaya">Mathavan Jaya</a>. Dreams is a modern one page web template designed for almost any purpose. It’s a beautiful template that’s designed with the Bootstrap framework in mind.</p>
<p>You can download the PSD template in this portfolio sample item at
<a href="http://freebiesxpress.com/gallery/dreams-free-one-page-web-template/">FreebiesXpress.com</a>.</p>
<button type="button" class="btn btn-primary" data-dismiss="modal">
<i class="fa fa-times"></i>
Close Project</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- jQuery -->
<script src="vendor/jquery/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="vendor/bootstrap/js/bootstrap.js"></script>
<!-- Plugin JavaScript -->
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script> -->
<script src="vendor/jquery/easingmin.js" type="text/javascript"></script>
<!-- Contact Form JavaScript -->
<script src="js/jqBootstrapValidation.js"></script>
<!-- <script src="js/contact_me.js"></script> -->
<!-- Theme JavaScript -->
<script src="js/agency.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
<script type="text/javascript" src="js/jquery.easing.1.3.js"></script>
<!-- <script type="text/javascript" src="js/jquery.mousewheel.js"></script> -->
<script type="text/javascript" src="js/jquery.vaccordion.js"></script>
<script type="text/javascript">
$(function() {
$('#va-accordion').vaccordion({
expandedHeight : 650,
animSpeed : 400,
animOpacity : 0.2,
visibleSlices : 4
});
});
</script>
</body>
</html>
| RoliesDonald/cocoleisure | index.html | HTML | mit | 40,060 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>stalmarck: 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 / stalmarck - 8.12.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
stalmarck
<small>
8.12.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-03-04 10:24:26 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-03-04 10:24:26 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.10.2 The OCaml compiler (virtual package)
ocaml-base-compiler 4.10.2 Official release 4.10.2
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.3 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "palmskog@gmail.com"
homepage: "https://github.com/coq-community/stalmarck"
dev-repo: "git+https://github.com/coq-community/stalmarck.git"
bug-reports: "https://github.com/coq-community/stalmarck/issues"
license: "LGPL-2.1-or-later"
synopsis: "Proof of Stålmarck's algorithm in Coq"
description: """
A two-level approach to prove tautologies using Stålmarck's algorithm in Coq.
"""
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
"ocaml"
"coq" {>= "8.12" & < "8.13~"}
]
tags: [
"category:Computer Science/Decision Procedures and Certified Algorithms/Decision procedures"
"category:Miscellaneous/Extracted Programs/Decision procedures"
"keyword:boolean formula"
"keyword:tautology checker"
"logpath:Stalmarck"
]
authors: [
"Pierre Letouzey"
"Laurent Théry"
]
url {
src: "https://github.com/coq-community/stalmarck/archive/v8.12.0.tar.gz"
checksum: "sha512=1ce7a88778906718f86118ecd5f046d62a7c286d70fa78f1d3ccbe0c114193964dc6832530896b79310f1588b80e33fb93ad595eab229e9de1771bc9e451df16"
}
</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-stalmarck.8.12.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't be met:
- coq-stalmarck -> coq >= 8.12
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-stalmarck.8.12.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.10.2-2.0.6/released/8.11.2/stalmarck/8.12.0.html | HTML | mit | 6,904 |
<html>
<head>
<meta charset="utf-8">
<title>Mocha Tests</title>
<link rel="stylesheet" href="../node_modules/mocha/mocha.css" />
</head>
<body>
<div id="mocha"></div>
<script src="../node_modules/mocha/mocha.js"></script>
<script src="../node_modules/chai/chai.js"></script>
<script>
mocha.setup('bdd')
mocha.reporter('html');
</script>
<!-- Tests -->
<script src="tests.js"></script>
<script>
// Only tests run in real browser, injected script run if options.run == true
if (navigator.userAgent.indexOf('PhantomJS') < 0) {
mocha.run();
}
</script>
</body>
</html> | NukaPunk/Mocha-Chai | public/index.html | HTML | mit | 607 |
<!DOCTYPE html>
<html lang="en">
<head>
<!-- SITE TITTLE -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Profile - Listty</title>
<!-- PLUGINS CSS STYLE -->
<link href="plugins/jquery-ui/jquery-ui.min.css" rel="stylesheet">
<link href="plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="plugins/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="plugins/listtyicons/style.css" rel="stylesheet">
<link href="plugins/bootstrapthumbnail/bootstrap-thumbnail.css" rel="stylesheet">
<link href="plugins/datepicker/datepicker.min.css" rel="stylesheet">
<link href="plugins/selectbox/select_option1.css" rel="stylesheet">
<link href="plugins/rwdtable/css/rwd-table.css" rel="stylesheet">
<link href="plugins/owl-carousel/owl.carousel.min.css" rel="stylesheet">
<link href="plugins/fancybox/jquery.fancybox.pack.css" rel="stylesheet">
<link href="plugins/isotope/isotope.min.css" rel="stylesheet">
<link href="plugins/map/css/map.css" rel="stylesheet">
<!-- GOOGLE FONT -->
<link href="https://fonts.googleapis.com/css?family=Muli:200,300,400,600,700,800,900" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Herr+Von+Muellerhoff" rel="stylesheet">
<!-- CUSTOM CSS -->
<link href="css/style.css" rel="stylesheet">
<!-- FAVICON -->
<link href="img/favicon.png" rel="shortcut icon">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="page-loader" style="background: url(img/preloader.gif) center no-repeat #fff;"></div>
<div class="main-wrapper">
<!-- HEADER -->
<header id="pageTop" class="header">
<!-- TOP INFO BAR -->
<div class="nav-wrapper navbarWhite">
<!-- NAVBAR -->
<nav id="menuBar" class="navbar navbar-default lightHeader" role="navigation">
<div class="container">
<!-- 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"><img src="img/logo-blue.png" alt="logo"></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 navbar-right mr0">
<li class=" dropdown singleDrop">
<a href="" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">home <i class="fa fa-angle-down" aria-hidden="true"></i></a>
<ul class="dropdown-menu dropdown-menu-right">
<li><a href="index.html">Map Version</a></li>
<li><a href="index-2.html">Travel Version</a></li>
<li><a href="index-3.html">Automobile Version</a></li>
</ul>
</li>
<li class=" dropdown megaDropMenu">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Listing <i class="fa fa-angle-down" aria-hidden="true"></i></a>
<ul class="row dropdown-menu">
<li class="col-sm-4 col-xs-12">
<ul class="list-unstyled">
<li><h5>listing Grids</h5></li>
<li><a href="category-grid.html">Listing Grid Left</a></li>
<li><a href="category-grid-right.html">Listing Grid Right</a></li>
<li><a href="category-grid-full.html">Listing Grid Fullwidth</a></li>
<li><h5>listing lists</h5></li>
<li><a href="category-list-left.html">Listing list Left</a></li>
<li><a href="category-list-right.html">Listing list Right</a></li>
<li><a href="category-list-full.html">Listing list Full</a></li>
</ul>
</li>
<li class="col-sm-4 col-xs-12">
<ul class="list-unstyled">
<li><h5>listing Sidebar Map</h5></li>
<li><a href="listing-sidebar-map-left.html">Listing Sidebar Map left</a></li>
<li><a href="listing-sidebar-map-right.html">Listing Sidebar Map right</a></li>
<li><a href="listing-sidebar-map-full.html">Listing Sidebar Map Full</a></li>
<li><h5>listing Details</h5></li>
<li><a href="listing-details-left.html">Listing Details Left</a></li>
<li><a href="listing-details-right.html">Listing Details Right</a></li>
<li><a href="listing-details-full.html">Listing Details Full</a></li>
</ul>
</li>
<li class="col-sm-4 col-xs-12">
<ul class="list-unstyled">
<li class="mega-img">
<a href=""><img src="img/works/works-big-3.png" alt=""></a>
</li>
</ul>
</li>
</ul>
</li>
<li class=" dropdown singleDrop">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">pages <i class="fa fa-angle-down" aria-hidden="true"></i></a>
<ul class="dropdown-menu dropdown-menu-left">
<li><a href="contact-us.html">Contact Us</a></li>
<li><a href="terms-of-services.html">Terms and Conditions</a></li>
<li><a href="sign-up.html">Create Account</a></li>
<li><a href="login.html">Login</a></li>
<li><a href="pricing-table.html">Pricing</a></li>
<li><a href="payment-process.html">Payment</a></li>
<li><a href="how-it-works.html">How It Works</a></li>
</ul>
</li>
<li class=""><a href="blog.html">blog </a></li>
<li class="active dropdown singleDrop">
<a href="javascript:void(0)" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">admin <i class="fa fa-angle-down" aria-hidden="true"></i></a>
<ul class="dropdown-menu dropdown-menu-right">
<li><a href="dashboard.html">Dashboard</a></li>
<li><a href="add-listings.html">Add Listing</a></li>
<li><a href="edit-listings.html">Edit Listing</a></li>
<li><a href="listings.html">My Listings</a></li>
<li><a href="profile.html">My Profile</a></li>
<li><a href="oders.html">My Orders</a></li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
</div>
<div class="navbar-dashboard-area">
<nav class="navbar navbar-default lightHeader navbar-dashboard" role="navigation">
<div class="container">
<!-- 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-dash">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse navbar-dash">
<ul class="nav navbar-nav mr0">
<li class="active">
<a href="dashboard.html"><i class="fa fa-tachometer icon-dash" aria-hidden="true"></i> Dashboard</a>
</li>
<li class="dropdown singleDrop">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"><i class="fa fa-list-ul icon-dash" aria-hidden="true"></i> Listings <i class="fa fa-angle-down" aria-hidden="true"></i></a>
<ul class="dropdown-menu dropdown-menu-left">
<li><a href="listings.html">My Listings</a></li>
<li><a href="add-listings.html">Add Listings</a></li>
<li><a href="edit-listings.html">My Listings</a></li>
</ul>
</li>
<li class="dropdown singleDrop">
<a href="dashboard.html#categories" class="scrolling"><i class="fa fa-pie-chart icon-dash" aria-hidden="true"></i> Categories</a>
</li>
<li><a href="oders.html"><i class="fa fa-cogs icon-dash" aria-hidden="true"></i> Orders</a></li>
<li><a href="dashboard.html#message" class="scrolling"><i class="fa fa-envelope icon-dash" aria-hidden="true"></i> Messages</a></li>
<li><a href="profile.html"><i class="fa fa-user icon-dash" aria-hidden="true"></i> Personal Details</a></li>
</ul>
<div class="row adjustRow">
<div class="pull-right col-xs-12 col-sm-2">
<form class="navbar-form" role="search">
<div class="input-group">
<input type="text" class="form-control" placeholder="Search" name="q">
<span class="input-group-btn">
<button class="btn btn-default" type="button"><i class="icon-listy icon-search-2"></i></button>
</span>
</div>
</form>
</div>
</div>
</div>
</div>
</nav>
</div>
</header>
<!-- DASHBOARD ORDERS SECTION -->
<section class="clearfix bg-dark dashboardOrders">
<div class="container">
<div class="row">
<div class="col-xs-12">
<div class="dashboardPageTitle text-center">
<h2>Orders</h2>
</div>
<div class="dashboardBoxBg mb30">
<div class="profileIntro">
<div class="row">
<div class="form-group col-md-4 col-sm-6 col-xs-12">
<label for="orderId">Order ID</label>
<input type="text" class="form-control" id="orderId" placeholder="Order ID">
</div>
<div class="form-group col-md-4 col-sm-6 col-xs-12">
<label for="orderStatus">Order Status</label>
<input type="text" class="form-control" id="orderStatus" placeholder="Order Status">
</div>
<div class="form-group col-md-4 col-sm-6 col-xs-12">
<label for="customer">Customer</label>
<input type="text" class="form-control" id="customer" placeholder="Customer">
</div>
<div class="form-group col-md-4 col-sm-6 col-xs-12">
<label for="dateAdded">Date Added</label>
<div class="dateSelect">
<div class="input-group date ed-datepicker filterDate" data-provide="datepicker">
<input type="text" class="form-control" placeholder="mm/dd/yyyy">
<div class="input-group-addon">
<i class="icon-listy icon-calendar"></i>
</div>
</div>
</div>
</div>
<div class="form-group col-md-4 col-sm-6 col-xs-12">
<label for="dateModified">Date Modified</label>
<div class="dateSelect">
<div class="input-group date ed-datepicker filterDate" data-provide="datepicker">
<input type="text" class="form-control" placeholder="mm/dd/yyyy">
<div class="input-group-addon">
<i class="icon-listy icon-calendar"></i>
</div>
</div>
</div>
</div>
<div class="form-group col-md-4 col-sm-6 col-xs-12">
<label for="amount">Amount</label>
<input type="text" class="form-control" id="amount" placeholder="Amount">
</div>
</div>
</div>
</div>
</div>
<div class="col-xs-12">
<div class="table-responsive bgAdd" data-pattern="priority-columns">
<table id="ordersTable" class="table table-small-font table-bordered table-striped" cellspacing="0" width="100%">
<thead>
<tr>
<th>Order ID</th>
<th data-priority="">Customer</th>
<th data-priority="2">Amount</th>
<th data-priority="6">Date Added</th>
<th data-priority="6">Date Modified</th>
<th data-priority="3">Status</th>
<th data-priority="2">Action</th>
</tr>
</thead>
<tfoot>
<tr>
<th>Order ID</th>
<th>Customer</th>
<th>Amount</th>
<th>Date Added</th>
<th>Date Modified</th>
<th>Status</th>
<th>Action</th>
</tr>
</tfoot>
<tbody>
<tr>
<td>2475</td>
<td>Tiger Nixon</td>
<td>$700</td>
<td>12/12/2017</td>
<td>15/12/2017</td>
<td><span class="label label-warning">Pending</span></td>
<td>
<div class="btn-group">
<button type="button" class="btn btn-primary">View</button>
<button type="button" class="btn btn-primary">Edit</button>
<button type="button" class="btn btn-primary">Delete</button>
</div>
</td>
</tr>
<tr>
<td>2475</td>
<td>Tiger Nixon</td>
<td>$700</td>
<td>12/12/2017</td>
<td>15/12/2017</td>
<td><span class="label label-warning">Pending</span></td>
<td>
<div class="btn-group">
<button type="button" class="btn btn-primary">View</button>
<button type="button" class="btn btn-primary">Edit</button>
<button type="button" class="btn btn-primary">Delete</button>
</div>
</td>
</tr>
<tr>
<td>2470</td>
<td>Tiger Nixon</td>
<td>$700</td>
<td>12/12/2017</td>
<td>15/12/2017</td>
<td><span class="label label-success">Active</span></td>
<td>
<div class="btn-group">
<button type="button" class="btn btn-primary">View</button>
<button type="button" class="btn btn-primary">Edit</button>
<button type="button" class="btn btn-primary">Delete</button>
</div>
</td>
</tr>
<tr>
<td>2471</td>
<td>Tiger Nixon</td>
<td>$700</td>
<td>12/12/2017</td>
<td>15/12/2017</td>
<td><span class="label label-danger">Canceled</span></td>
<td>
<div class="btn-group">
<button type="button" class="btn btn-primary">View</button>
<button type="button" class="btn btn-primary">Edit</button>
<button type="button" class="btn btn-primary">Delete</button>
</div>
</td>
</tr>
<tr>
<td>2472</td>
<td>Tiger Nixon</td>
<td>$700</td>
<td>12/12/2017</td>
<td>15/12/2017</td>
<td><span class="label label-success">Active</span></td>
<td>
<div class="btn-group">
<button type="button" class="btn btn-primary">View</button>
<button type="button" class="btn btn-primary">Edit</button>
<button type="button" class="btn btn-primary">Delete</button>
</div>
</td>
</tr>
<tr>
<td>2465</td>
<td>Tiger Nixon</td>
<td>$700</td>
<td>12/12/2017</td>
<td>15/12/2017</td>
<td><span class="label label-warning">Pending</span></td>
<td>
<div class="btn-group">
<button type="button" class="btn btn-primary">View</button>
<button type="button" class="btn btn-primary">Edit</button>
<button type="button" class="btn btn-primary">Delete</button>
</div>
</td>
</tr>
<tr>
<td>2474</td>
<td>Tiger Nixon</td>
<td>$700</td>
<td>12/12/2017</td>
<td>15/12/2017</td>
<td><span class="label label-success">Active</span></td>
<td>
<div class="btn-group">
<button type="button" class="btn btn-primary">View</button>
<button type="button" class="btn btn-primary">Edit</button>
<button type="button" class="btn btn-primary">Delete</button>
</div>
</td>
</tr>
<tr>
<td>2461</td>
<td>Tiger Nixon</td>
<td>$700</td>
<td>12/12/2017</td>
<td>15/12/2017</td>
<td><span class="label label-danger">Canceled</span></td>
<td>
<div class="btn-group">
<button type="button" class="btn btn-primary">View</button>
<button type="button" class="btn btn-primary">Edit</button>
<button type="button" class="btn btn-primary">Delete</button>
</div>
</td>
</tr>
<tr>
<td>2463</td>
<td>Tiger Nixon</td>
<td>$700</td>
<td>12/12/2017</td>
<td>15/12/2017</td>
<td><span class="label label-success">Active</span></td>
<td>
<div class="btn-group">
<button type="button" class="btn btn-primary">View</button>
<button type="button" class="btn btn-primary">Edit</button>
<button type="button" class="btn btn-primary">Delete</button>
</div>
</td>
</tr>
<tr>
<td>2468</td>
<td>Tiger Nixon</td>
<td>$700</td>
<td>12/12/2017</td>
<td>15/12/2017</td>
<td><span class="label label-warning">Pending</span></td>
<td>
<div class="btn-group">
<button type="button" class="btn btn-primary">View</button>
<button type="button" class="btn btn-primary">Edit</button>
<button type="button" class="btn btn-primary">Delete</button>
</div>
</td>
</tr>
<tr>
<td>2466</td>
<td>Tiger Nixon</td>
<td>$700</td>
<td>12/12/2017</td>
<td>15/12/2017</td>
<td><span class="label label-success">Active</span></td>
<td>
<div class="btn-group">
<button type="button" class="btn btn-primary">View</button>
<button type="button" class="btn btn-primary">Edit</button>
<button type="button" class="btn btn-primary">Delete</button>
</div>
</td>
</tr>
<tr>
<td>2457</td>
<td>Tiger Nixon</td>
<td>$700</td>
<td>12/12/2017</td>
<td>15/12/2017</td>
<td><span class="label label-danger">Canceled</span></td>
<td>
<div class="btn-group">
<button type="button" class="btn btn-primary">View</button>
<button type="button" class="btn btn-primary">Edit</button>
<button type="button" class="btn btn-primary">Delete</button>
</div>
</td>
</tr>
<tr>
<td>2354</td>
<td>Tiger Nixon</td>
<td>$700</td>
<td>12/12/2017</td>
<td>15/12/2017</td>
<td><span class="label label-success">Active</span></td>
<td>
<div class="btn-group">
<button type="button" class="btn btn-primary">View</button>
<button type="button" class="btn btn-primary">Edit</button>
<button type="button" class="btn btn-primary">Delete</button>
</div>
</td>
</tr>
<tr>
<td>2648</td>
<td>Tiger Nixon</td>
<td>$700</td>
<td>12/12/2017</td>
<td>15/12/2017</td>
<td><span class="label label-warning">Pending</span></td>
<td>
<div class="btn-group">
<button type="button" class="btn btn-primary">View</button>
<button type="button" class="btn btn-primary">Edit</button>
<button type="button" class="btn btn-primary">Delete</button>
</div>
</td>
</tr>
<tr>
<td>2145</td>
<td>Tiger Nixon</td>
<td>$700</td>
<td>12/12/2017</td>
<td>15/12/2017</td>
<td><span class="label label-success">Active</span></td>
<td>
<div class="btn-group">
<button type="button" class="btn btn-primary">View</button>
<button type="button" class="btn btn-primary">Edit</button>
<button type="button" class="btn btn-primary">Delete</button>
</div>
</td>
</tr>
<tr>
<td>2874</td>
<td>Tiger Nixon</td>
<td>$700</td>
<td>12/12/2017</td>
<td>15/12/2017</td>
<td><span class="label label-danger">Canceled</span></td>
<td>
<div class="btn-group">
<button type="button" class="btn btn-primary">View</button>
<button type="button" class="btn btn-primary">Edit</button>
<button type="button" class="btn btn-primary">Delete</button>
</div>
</td>
</tr>
<tr>
<td>2963</td>
<td>Tiger Nixon</td>
<td>$700</td>
<td>12/12/2017</td>
<td>15/12/2017</td>
<td><span class="label label-success">Active</span></td>
<td>
<div class="btn-group">
<button type="button" class="btn btn-primary">View</button>
<button type="button" class="btn btn-primary">Edit</button>
<button type="button" class="btn btn-primary">Delete</button>
</div>
</td>
</tr>
<tr>
<td>2854</td>
<td>Tiger Nixon</td>
<td>$700</td>
<td>12/12/2017</td>
<td>15/12/2017</td>
<td><span class="label label-warning">Pending</span></td>
<td>
<div class="btn-group">
<button type="button" class="btn btn-primary">View</button>
<button type="button" class="btn btn-primary">Edit</button>
<button type="button" class="btn btn-primary">Delete</button>
</div>
</td>
</tr>
<tr>
<td>2654</td>
<td>Tiger Nixon</td>
<td>$700</td>
<td>12/12/2017</td>
<td>15/12/2017</td>
<td><span class="label label-success">Active</span></td>
<td>
<div class="btn-group">
<button type="button" class="btn btn-primary">View</button>
<button type="button" class="btn btn-primary">Edit</button>
<button type="button" class="btn btn-primary">Delete</button>
</div>
</td>
</tr>
<tr>
<td>2185</td>
<td>Tiger Nixon</td>
<td>$700</td>
<td>12/12/2017</td>
<td>15/12/2017</td>
<td><span class="label label-danger">Canceled</span></td>
<td>
<div class="btn-group">
<button type="button" class="btn btn-primary">View</button>
<button type="button" class="btn btn-primary">Edit</button>
<button type="button" class="btn btn-primary">Delete</button>
</div>
</td>
</tr>
<tr>
<td>2598</td>
<td>Tiger Nixon</td>
<td>$700</td>
<td>12/12/2017</td>
<td>15/12/2017</td>
<td><span class="label label-success">Active</span></td>
<td>
<div class="btn-group">
<button type="button" class="btn btn-primary">View</button>
<button type="button" class="btn btn-primary">Edit</button>
<button type="button" class="btn btn-primary">Delete</button>
</div>
</td>
</tr>
<tr>
<td>2176</td>
<td>Tiger Nixon</td>
<td>$700</td>
<td>12/12/2017</td>
<td>15/12/2017</td>
<td><span class="label label-warning">Pending</span></td>
<td>
<div class="btn-group">
<button type="button" class="btn btn-primary">View</button>
<button type="button" class="btn btn-primary">Edit</button>
<button type="button" class="btn btn-primary">Delete</button>
</div>
</td>
</tr>
<tr>
<td>2211</td>
<td>Tiger Nixon</td>
<td>$700</td>
<td>12/12/2017</td>
<td>15/12/2017</td>
<td><span class="label label-success">Active</span></td>
<td>
<div class="btn-group">
<button type="button" class="btn btn-primary">View</button>
<button type="button" class="btn btn-primary">Edit</button>
<button type="button" class="btn btn-primary">Delete</button>
</div>
</td>
</tr>
<tr>
<td>2323</td>
<td>Tiger Nixon</td>
<td>$700</td>
<td>12/12/2017</td>
<td>15/12/2017</td>
<td><span class="label label-danger">Canceled</span></td>
<td>
<div class="btn-group">
<button type="button" class="btn btn-primary">View</button>
<button type="button" class="btn btn-primary">Edit</button>
<button type="button" class="btn btn-primary">Delete</button>
</div>
</td>
</tr>
<tr>
<td>2636</td>
<td>Tiger Nixon</td>
<td>$700</td>
<td>12/12/2017</td>
<td>15/12/2017</td>
<td><span class="label label-success">Active</span></td>
<td>
<div class="btn-group">
<button type="button" class="btn btn-primary">View</button>
<button type="button" class="btn btn-primary">Edit</button>
<button type="button" class="btn btn-primary">Delete</button>
</div>
</td>
</tr>
<tr>
<td>2525</td>
<td>Tiger Nixon</td>
<td>$700</td>
<td>12/12/2017</td>
<td>15/12/2017</td>
<td><span class="label label-warning">Pending</span></td>
<td>
<div class="btn-group">
<button type="button" class="btn btn-primary">View</button>
<button type="button" class="btn btn-primary">Edit</button>
<button type="button" class="btn btn-primary">Delete</button>
</div>
</td>
</tr>
<tr>
<td>2727</td>
<td>Tiger Nixon</td>
<td>$700</td>
<td>12/12/2017</td>
<td>15/12/2017</td>
<td><span class="label label-success">Active</span></td>
<td>
<div class="btn-group">
<button type="button" class="btn btn-primary">View</button>
<button type="button" class="btn btn-primary">Edit</button>
<button type="button" class="btn btn-primary">Delete</button>
</div>
</td>
</tr>
<tr>
<td>2929</td>
<td>Tiger Nixon</td>
<td>$700</td>
<td>12/12/2017</td>
<td>15/12/2017</td>
<td><span class="label label-danger">Canceled</span></td>
<td>
<div class="btn-group">
<button type="button" class="btn btn-primary">View</button>
<button type="button" class="btn btn-primary">Edit</button>
<button type="button" class="btn btn-primary">Delete</button>
</div>
</td>
</tr>
<tr>
<td>2424</td>
<td>Tiger Nixon</td>
<td>$700</td>
<td>12/12/2017</td>
<td>15/12/2017</td>
<td><span class="label label-success">Active</span></td>
<td>
<div class="btn-group">
<button type="button" class="btn btn-primary">View</button>
<button type="button" class="btn btn-primary">Edit</button>
<button type="button" class="btn btn-primary">Delete</button>
</div>
</td>
</tr>
<tr>
<td>2531</td>
<td>Tiger Nixon</td>
<td>$700</td>
<td>12/12/2017</td>
<td>15/12/2017</td>
<td><span class="label label-warning">Pending</span></td>
<td>
<div class="btn-group">
<button type="button" class="btn btn-primary">View</button>
<button type="button" class="btn btn-primary">Edit</button>
<button type="button" class="btn btn-primary">Delete</button>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</section>
<!-- FOOTER -->
<footer class="copyRightDashboard">
<div class="container">
<div class="row">
<div class="col-xs-12">
<p>Copyright © 2016. All Rights Reserved</p>
</div>
</div>
</div>
</footer>
</div>
<!-- JAVASCRIPTS -->
<script src="plugins/jquery/jquery.min.js"></script>
<script src="plugins/jquery-ui/jquery-ui.min.js"></script>
<script src="plugins/bootstrap/js/bootstrap.min.js"></script>
<script src="plugins/smoothscroll/SmoothScroll.min.js"></script>
<script src="plugins/waypoints/waypoints.min.js"></script>
<script src="plugins/counter-up/jquery.counterup.min.js"></script>
<script src="plugins/datepicker/bootstrap-datepicker.min.js"></script>
<script src="plugins/selectbox/jquery.selectbox-0.1.3.min.js"></script>
<script src="plugins/rwdtable/js/rwd-table.min.js"></script>
<script src="plugins/owl-carousel/owl.carousel.min.js"></script>
<script src="plugins/isotope/isotope.min.js"></script>
<script src="plugins/fancybox/jquery.fancybox.pack.js"></script>
<script src="plugins/isotope/isotope-triger.min.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBEDfNcQRmKQEyulDN8nGWjLYPm8s4YB58"></script>
<script src="js/map.js"></script>
<script src="js/custom.js"></script>
</body>
</html>
| assiatin/wabamonto | assets/wabamonto/oders.html | HTML | mit | 31,335 |
<!DOCTYPE html>
<html id="{{ site.github.owner_name }}-{{ site.github.project_title }}" class="h-product" lang="en" itemscope itemtype="http://schema.org/Code" prefix="og: http://ogp.me/ns#">
<head>
<!-- Meta, title, CSS, favicons, etc. -->
{% include meta.html %}
</head>
<body>
<a class="sr-only sr-only-focusable" href="#main"><span class="skiplink-text">Skip to main content</span></a>
<main id="main" role="main" tabindex="-1">
{{ content }}
</main>
{% include footer.html %}
</body>
</html>
| chrisopedia/mlb-logos | _layouts/default.html | HTML | mit | 516 |
{% extends "base.html" %}
{% block content %}
<div id="index-banner" class="parallax-container">
<div class="section no-pad-bot">
<div class="container">
<br><br>
<h1 class="header center teal-text text-lighten-2">達人大富豪</h1>
<div class="row center">
<h5 class="header col s12 light">大富豪プログラミングを通じて、達人プログラマになれ!</h5>
</div>
{% if not current_user %}
<div class="row center">
<a href="{{ reverse_url('signup') }}" id="download-button" class="btn-large waves-effect waves-light teal lighten-1">Sign up</a>
</div>
{% end %}
<br><br>
</div>
</div>
<div class="parallax"><img src="{{ static_url('images/background1.jpg') }}" alt="Unsplashed background img 1"></div>
</div>
<div class="container">
<div class="section">
<!-- Icon Section -->
<div class="row">
<div class="col s12 m4">
<div class="icon-block">
<h2 class="center brown-text"><i class="material-icons">flash_on</i></h2>
<h5 class="center">Speeds up development</h5>
<p class="light">We did most of the heavy lifting for you to provide a default stylings that incorporate our custom components. Additionally, we refined animations and transitions to provide a smoother experience for developers.</p>
</div>
</div>
<div class="col s12 m4">
<div class="icon-block">
<h2 class="center brown-text"><i class="material-icons">group</i></h2>
<h5 class="center">User Experience Focused</h5>
<p class="light">By utilizing elements and principles of Material Design, we were able to create a framework that incorporates components and animations that provide more feedback to users. Additionally, a single underlying responsive system across all platforms allow for a more unified user experience.</p>
</div>
</div>
<div class="col s12 m4">
<div class="icon-block">
<h2 class="center brown-text"><i class="material-icons">settings</i></h2>
<h5 class="center">Easy to work with</h5>
<p class="light">We have provided detailed documentation as well as specific code examples to help new users get started. We are also always open to feedback and can answer any questions a user may have about Materialize.</p>
</div>
</div>
</div>
</div>
</div>
<div class="parallax-container valign-wrapper">
<div class="section no-pad-bot">
<div class="container">
<div class="row center">
<h5 class="header col s12 light">A modern responsive front-end framework based on Material Design</h5>
</div>
</div>
</div>
<div class="parallax"><img src="{{ static_url('images/background2.jpg') }}" alt="Unsplashed background img 2"></div>
</div>
<div class="container">
<div class="section">
<div class="row">
<div class="col s12 center">
<h3><i class="mdi-content-send brown-text"></i></h3>
<h4>Contact Us</h4>
<p class="left-align light">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam scelerisque id nunc nec volutpat. Etiam pellentesque tristique arcu, non consequat magna fermentum ac. Cras ut ultricies eros. Maecenas eros justo, ullamcorper a sapien id, viverra ultrices eros. Morbi sem neque, posuere et pretium eget, bibendum sollicitudin lacus. Aliquam eleifend sollicitudin diam, eu mattis nisl maximus sed. Nulla imperdiet semper molestie. Morbi massa odio, condimentum sed ipsum ac, gravida ultrices erat. Nullam eget dignissim mauris, non tristique erat. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae;</p>
</div>
</div>
</div>
</div>
<div class="parallax-container valign-wrapper">
<div class="section no-pad-bot">
<div class="container">
<div class="row center">
<h5 class="header col s12 light">A modern responsive front-end framework based on Material Design</h5>
</div>
</div>
</div>
<div class="parallax"><img src="{{ static_url('images/background3.jpg') }}" alt="Unsplashed background img 3"></div>
</div>
{% end %} | Hironsan/TatsujinDaifugo | templates/index.html | HTML | mit | 4,574 |
<!DOCTYPE html>
<html>
<head>
<title>Blog Template</title>
<link type="text/css" rel="stylesheet" href="http://johnw335.github.io/stylesheets/blog-stylesheet.css"/>
</head>
<body>
<h1>John's DBC Blog</h1>
<div id="title">Let's talk about Values!</div>
<div id="date">September 21st, 2014</div>
<div id="text">
<p>Our task for this blog entry was to look at a list of values and decide which we relate to our happiest and proudest moments. Then we are ranking each value based on how hard we try to live up to these values.</p>
<p>Disagree 1 ----- 2 ----- 3 ----- 4 ----- 5 Agree</p>
<p>Ok, lets pick some values out of the list.</p>
<p>Ambition -- 4</p>
<p>Confidence -- 2</p>
<p>Creativity -- 3</p>
<p>Growth -- 3</p>
<p>Honesty -- 4</p>
<p>Inner harmony --3</p>
<p>Music -- 3</p>
<p>Pleasure -- 4</p>
<p>I really do feel like I am the most happy when I am bettering myself in some way. That's why I highlight values like ambition, growth, and confidence. But, at the end of the day, I believe that finding pleasure in life is extremely important. The music pick probably falls within pleasure, but I still felt like it was worth mentioning.</p>
<p>I would love to work equally hard to live up to all of my values, but that is not an easy task. However, they are all interconnected and when progress is made with any, everything is pushed forward.</p>
<p>It's hard to get to deep into personal values without an extended conversation, but I hope that I have demonstrated at least a quick snapshot.</p>
<p>Thanks for reading!</p>
</div>
<div id="image"><img src=""/></div>
<!-- <div class="button-list">
<span class="button-list"><a href="https://github.com/johnw335/johnw335.github.io/blob/master/index.html">Home!</a>
</div> -->
</body>
</html> | johnw335/johnw335.github.io | blog-posts/week7_cultural.html | HTML | mit | 1,893 |
{
"posts": [
{
"url": "/comic/typemoon/2018/01/03/TypeMoonM.1514939586.A.A40.html",
"title": "日GO新年來的歐運",
"image": "https://i.imgur.com/XNKGdwJ.jpg",
"push": "31",
"boo": "0",
"date": "2018-01-03 08:33:02 +0800",
"boardName": "TypeMoon",
"boardLink": "/category/typemoon"
} ,
{
"url": "/comic/c_chat/2018/01/02/C_ChatM.1514866597.A.AE3.html",
"title": "哪個中國歷史人物被娘化最多次",
"image": "https://i.imgur.com/YuL7y0X.jpg",
"push": "21",
"boo": "0",
"date": "2018-01-02 12:16:34 +0800",
"boardName": "希洽",
"boardLink": "/category/c-chat"
}
]
}
| sunnyKiwi/JustCopy | tag/go/json/index.html | HTML | mit | 902 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Index</title>
</head>
<body>
Index test!
</body>
</html>
| eth0lo/slr | test/fixtures/index.html | HTML | mit | 133 |
<!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">
<title>Limitless - Responsive Web Application Kit by Eugene Kopyov</title>
<!-- Global stylesheets -->
<link href="https://fonts.googleapis.com/css?family=Roboto:400,300,100,500,700,900" rel="stylesheet" type="text/css">
<link href="assets/css/icons/icomoon/styles.css" rel="stylesheet" type="text/css">
<link href="assets/css/bootstrap.css" rel="stylesheet" type="text/css">
<link href="assets/css/core.css" rel="stylesheet" type="text/css">
<link href="assets/css/components.css" rel="stylesheet" type="text/css">
<link href="assets/css/colors.css" rel="stylesheet" type="text/css">
<!-- /global stylesheets -->
<!-- Core JS files -->
<script type="text/javascript" src="assets/js/plugins/loaders/pace.min.js"></script>
<script type="text/javascript" src="assets/js/core/libraries/jquery.min.js"></script>
<script type="text/javascript" src="assets/js/core/libraries/bootstrap.min.js"></script>
<script type="text/javascript" src="assets/js/plugins/loaders/blockui.min.js"></script>
<!-- /core JS files -->
<!-- Theme JS files -->
<script type="text/javascript" src="assets/js/plugins/visualization/echarts/echarts.js"></script>
<script type="text/javascript" src="assets/js/core/app.js"></script>
<script type="text/javascript" src="assets/js/charts/echarts/candlesticks_others.js"></script>
<!-- /theme JS files -->
</head>
<body>
<!-- Main navbar -->
<div class="navbar navbar-inverse">
<div class="navbar-header">
<a class="navbar-brand" href="index.html"><img src="assets/images/logo_light.png" alt=""></a>
<ul class="nav navbar-nav visible-xs-block">
<li><a data-toggle="collapse" data-target="#navbar-mobile"><i class="icon-tree5"></i></a></li>
<li><a class="sidebar-mobile-main-toggle"><i class="icon-paragraph-justify3"></i></a></li>
</ul>
</div>
<div class="navbar-collapse collapse" id="navbar-mobile">
<ul class="nav navbar-nav">
<li><a class="sidebar-control sidebar-main-toggle hidden-xs"><i class="icon-paragraph-justify3"></i></a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<i class="icon-git-compare"></i>
<span class="visible-xs-inline-block position-right">Git updates</span>
<span class="badge bg-warning-400">9</span>
</a>
<div class="dropdown-menu dropdown-content">
<div class="dropdown-content-heading">
Git updates
<ul class="icons-list">
<li><a href="#"><i class="icon-sync"></i></a></li>
</ul>
</div>
<ul class="media-list dropdown-content-body width-350">
<li class="media">
<div class="media-left">
<a href="#" class="btn border-primary text-primary btn-flat btn-rounded btn-icon btn-sm"><i class="icon-git-pull-request"></i></a>
</div>
<div class="media-body">
Drop the IE <a href="#">specific hacks</a> for temporal inputs
<div class="media-annotation">4 minutes ago</div>
</div>
</li>
<li class="media">
<div class="media-left">
<a href="#" class="btn border-warning text-warning btn-flat btn-rounded btn-icon btn-sm"><i class="icon-git-commit"></i></a>
</div>
<div class="media-body">
Add full font overrides for popovers and tooltips
<div class="media-annotation">36 minutes ago</div>
</div>
</li>
<li class="media">
<div class="media-left">
<a href="#" class="btn border-info text-info btn-flat btn-rounded btn-icon btn-sm"><i class="icon-git-branch"></i></a>
</div>
<div class="media-body">
<a href="#">Chris Arney</a> created a new <span class="text-semibold">Design</span> branch
<div class="media-annotation">2 hours ago</div>
</div>
</li>
<li class="media">
<div class="media-left">
<a href="#" class="btn border-success text-success btn-flat btn-rounded btn-icon btn-sm"><i class="icon-git-merge"></i></a>
</div>
<div class="media-body">
<a href="#">Eugene Kopyov</a> merged <span class="text-semibold">Master</span> and <span class="text-semibold">Dev</span> branches
<div class="media-annotation">Dec 18, 18:36</div>
</div>
</li>
<li class="media">
<div class="media-left">
<a href="#" class="btn border-primary text-primary btn-flat btn-rounded btn-icon btn-sm"><i class="icon-git-pull-request"></i></a>
</div>
<div class="media-body">
Have Carousel ignore keyboard events
<div class="media-annotation">Dec 12, 05:46</div>
</div>
</li>
</ul>
<div class="dropdown-content-footer">
<a href="#" data-popup="tooltip" title="All activity"><i class="icon-menu display-block"></i></a>
</div>
</div>
</li>
</ul>
<p class="navbar-text">
<span class="label bg-success">Online</span>
</p>
<div class="navbar-right">
<ul class="nav navbar-nav">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<i class="icon-people"></i>
<span class="visible-xs-inline-block position-right">Users</span>
</a>
<div class="dropdown-menu dropdown-content">
<div class="dropdown-content-heading">
Users online
<ul class="icons-list">
<li><a href="#"><i class="icon-gear"></i></a></li>
</ul>
</div>
<ul class="media-list dropdown-content-body width-300">
<li class="media">
<div class="media-left"><img src="assets/images/placeholder.jpg" class="img-circle img-sm" alt=""></div>
<div class="media-body">
<a href="#" class="media-heading text-semibold">Jordana Ansley</a>
<span class="display-block text-muted text-size-small">Lead web developer</span>
</div>
<div class="media-right media-middle"><span class="status-mark border-success"></span></div>
</li>
<li class="media">
<div class="media-left"><img src="assets/images/placeholder.jpg" class="img-circle img-sm" alt=""></div>
<div class="media-body">
<a href="#" class="media-heading text-semibold">Will Brason</a>
<span class="display-block text-muted text-size-small">Marketing manager</span>
</div>
<div class="media-right media-middle"><span class="status-mark border-danger"></span></div>
</li>
<li class="media">
<div class="media-left"><img src="assets/images/placeholder.jpg" class="img-circle img-sm" alt=""></div>
<div class="media-body">
<a href="#" class="media-heading text-semibold">Hanna Walden</a>
<span class="display-block text-muted text-size-small">Project manager</span>
</div>
<div class="media-right media-middle"><span class="status-mark border-success"></span></div>
</li>
<li class="media">
<div class="media-left"><img src="assets/images/placeholder.jpg" class="img-circle img-sm" alt=""></div>
<div class="media-body">
<a href="#" class="media-heading text-semibold">Dori Laperriere</a>
<span class="display-block text-muted text-size-small">Business developer</span>
</div>
<div class="media-right media-middle"><span class="status-mark border-warning-300"></span></div>
</li>
<li class="media">
<div class="media-left"><img src="assets/images/placeholder.jpg" class="img-circle img-sm" alt=""></div>
<div class="media-body">
<a href="#" class="media-heading text-semibold">Vanessa Aurelius</a>
<span class="display-block text-muted text-size-small">UX expert</span>
</div>
<div class="media-right media-middle"><span class="status-mark border-grey-400"></span></div>
</li>
</ul>
<div class="dropdown-content-footer">
<a href="#" data-popup="tooltip" title="All users"><i class="icon-menu display-block"></i></a>
</div>
</div>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<i class="icon-bubbles4"></i>
<span class="visible-xs-inline-block position-right">Messages</span>
<span class="badge bg-warning-400">2</span>
</a>
<div class="dropdown-menu dropdown-content width-350">
<div class="dropdown-content-heading">
Messages
<ul class="icons-list">
<li><a href="#"><i class="icon-compose"></i></a></li>
</ul>
</div>
<ul class="media-list dropdown-content-body">
<li class="media">
<div class="media-left">
<img src="assets/images/placeholder.jpg" class="img-circle img-sm" alt="">
<span class="badge bg-danger-400 media-badge">5</span>
</div>
<div class="media-body">
<a href="#" class="media-heading">
<span class="text-semibold">James Alexander</span>
<span class="media-annotation pull-right">04:58</span>
</a>
<span class="text-muted">who knows, maybe that would be the best thing for me...</span>
</div>
</li>
<li class="media">
<div class="media-left">
<img src="assets/images/placeholder.jpg" class="img-circle img-sm" alt="">
<span class="badge bg-danger-400 media-badge">4</span>
</div>
<div class="media-body">
<a href="#" class="media-heading">
<span class="text-semibold">Margo Baker</span>
<span class="media-annotation pull-right">12:16</span>
</a>
<span class="text-muted">That was something he was unable to do because...</span>
</div>
</li>
<li class="media">
<div class="media-left"><img src="assets/images/placeholder.jpg" class="img-circle img-sm" alt=""></div>
<div class="media-body">
<a href="#" class="media-heading">
<span class="text-semibold">Jeremy Victorino</span>
<span class="media-annotation pull-right">22:48</span>
</a>
<span class="text-muted">But that would be extremely strained and suspicious...</span>
</div>
</li>
<li class="media">
<div class="media-left"><img src="assets/images/placeholder.jpg" class="img-circle img-sm" alt=""></div>
<div class="media-body">
<a href="#" class="media-heading">
<span class="text-semibold">Beatrix Diaz</span>
<span class="media-annotation pull-right">Tue</span>
</a>
<span class="text-muted">What a strenuous career it is that I've chosen...</span>
</div>
</li>
<li class="media">
<div class="media-left"><img src="assets/images/placeholder.jpg" class="img-circle img-sm" alt=""></div>
<div class="media-body">
<a href="#" class="media-heading">
<span class="text-semibold">Richard Vango</span>
<span class="media-annotation pull-right">Mon</span>
</a>
<span class="text-muted">Other travelling salesmen live a life of luxury...</span>
</div>
</li>
</ul>
<div class="dropdown-content-footer">
<a href="#" data-popup="tooltip" title="All messages"><i class="icon-menu display-block"></i></a>
</div>
</div>
</li>
<li class="dropdown dropdown-user">
<a class="dropdown-toggle" data-toggle="dropdown">
<img src="assets/images/placeholder.jpg" alt="">
<span>Victoria</span>
<i class="caret"></i>
</a>
<ul class="dropdown-menu dropdown-menu-right">
<li><a href="#"><i class="icon-user-plus"></i> My profile</a></li>
<li><a href="#"><i class="icon-coins"></i> My balance</a></li>
<li><a href="#"><span class="badge bg-blue pull-right">58</span> <i class="icon-comment-discussion"></i> Messages</a></li>
<li class="divider"></li>
<li><a href="#"><i class="icon-cog5"></i> Account settings</a></li>
<li><a href="#"><i class="icon-switch2"></i> Logout</a></li>
</ul>
</li>
</ul>
</div>
</div>
</div>
<!-- /main navbar -->
<!-- Page container -->
<div class="page-container">
<!-- Page content -->
<div class="page-content">
<!-- Main sidebar -->
<div class="sidebar sidebar-main">
<div class="sidebar-content">
<!-- User menu -->
<div class="sidebar-user">
<div class="category-content">
<div class="media">
<a href="#" class="media-left"><img src="assets/images/placeholder.jpg" class="img-circle img-sm" alt=""></a>
<div class="media-body">
<span class="media-heading text-semibold">Victoria Baker</span>
<div class="text-size-mini text-muted">
<i class="icon-pin text-size-small"></i> Santa Ana, CA
</div>
</div>
<div class="media-right media-middle">
<ul class="icons-list">
<li>
<a href="#"><i class="icon-cog3"></i></a>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- /user menu -->
<!-- Main navigation -->
<div class="sidebar-category sidebar-category-visible">
<div class="category-content no-padding">
<ul class="navigation navigation-main navigation-accordion">
<!-- Main -->
<li class="navigation-header"><span>Main</span> <i class="icon-menu" title="Main pages"></i></li>
<li><a href="index.html"><i class="icon-home4"></i> <span>Dashboard</span></a></li>
<li>
<a href="#"><i class="icon-stack2"></i> <span>Page layouts</span></a>
<ul>
<li><a href="layout_navbar_fixed.html">Fixed navbar</a></li>
<li><a href="layout_navbar_sidebar_fixed.html">Fixed navbar & sidebar</a></li>
<li><a href="layout_sidebar_fixed_native.html">Fixed sidebar native scroll</a></li>
<li><a href="layout_navbar_hideable.html">Hideable navbar</a></li>
<li><a href="layout_navbar_hideable_sidebar.html">Hideable & fixed sidebar</a></li>
<li><a href="layout_footer_fixed.html">Fixed footer</a></li>
<li class="navigation-divider"></li>
<li><a href="boxed_default.html">Boxed with default sidebar</a></li>
<li><a href="boxed_mini.html">Boxed with mini sidebar</a></li>
<li><a href="boxed_full.html">Boxed full width</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-copy"></i> <span>Layouts</span></a>
<ul>
<li><a href="../../../layout_1/LTR/index.html" id="layout1">Layout 1</a></li>
<li><a href="index.html" id="layout2">Layout 2 <span class="label bg-warning-400">Current</span></a></li>
<li><a href="../../../layout_3/LTR/index.html" id="layout3">Layout 3</a></li>
<li><a href="../../../layout_4/LTR/index.html" id="layout4">Layout 4</a></li>
<li><a href="../../../layout_5/LTR/index.html" id="layout5">Layout 5</a></li>
<li class="disabled"><a href="../../../layout_6/LTR/index.html" id="layout6">Layout 6 <span class="label label-transparent">Coming soon</span></a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-droplet2"></i> <span>Color system</span></a>
<ul>
<li><a href="colors_primary.html">Primary palette</a></li>
<li><a href="colors_danger.html">Danger palette</a></li>
<li><a href="colors_success.html">Success palette</a></li>
<li><a href="colors_warning.html">Warning palette</a></li>
<li><a href="colors_info.html">Info palette</a></li>
<li class="navigation-divider"></li>
<li><a href="colors_pink.html">Pink palette</a></li>
<li><a href="colors_violet.html">Violet palette</a></li>
<li><a href="colors_purple.html">Purple palette</a></li>
<li><a href="colors_indigo.html">Indigo palette</a></li>
<li><a href="colors_blue.html">Blue palette</a></li>
<li><a href="colors_teal.html">Teal palette</a></li>
<li><a href="colors_green.html">Green palette</a></li>
<li><a href="colors_orange.html">Orange palette</a></li>
<li><a href="colors_brown.html">Brown palette</a></li>
<li><a href="colors_grey.html">Grey palette</a></li>
<li><a href="colors_slate.html">Slate palette</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-stack"></i> <span>Starter kit</span></a>
<ul>
<li><a href="starters/horizontal_nav.html">Horizontal navigation</a></li>
<li><a href="starters/1_col.html">1 column</a></li>
<li><a href="starters/2_col.html">2 columns</a></li>
<li>
<a href="#">3 columns</a>
<ul>
<li><a href="starters/3_col_dual.html">Dual sidebars</a></li>
<li><a href="starters/3_col_double.html">Double sidebars</a></li>
</ul>
</li>
<li><a href="starters/4_col.html">4 columns</a></li>
<li>
<a href="#">Detached layout</a>
<ul>
<li><a href="starters/detached_left.html">Left sidebar</a></li>
<li><a href="starters/detached_right.html">Right sidebar</a></li>
<li><a href="starters/detached_sticky.html">Sticky sidebar</a></li>
</ul>
</li>
<li><a href="starters/layout_boxed.html">Boxed layout</a></li>
<li class="navigation-divider"></li>
<li><a href="starters/layout_navbar_fixed_main.html">Fixed main navbar</a></li>
<li><a href="starters/layout_navbar_fixed_secondary.html">Fixed secondary navbar</a></li>
<li><a href="starters/layout_navbar_fixed_both.html">Both navbars fixed</a></li>
<li><a href="starters/layout_fixed.html">Fixed layout</a></li>
</ul>
</li>
<li><a href="changelog.html"><i class="icon-list-unordered"></i> <span>Changelog <span class="label bg-blue-400">1.4</span></span></a></li>
<li><a href="../../RTL/index.html"><i class="icon-width"></i> <span>RTL version</span></a></li>
<!-- /main -->
<!-- Forms -->
<li class="navigation-header"><span>Forms</span> <i class="icon-menu" title="Forms"></i></li>
<li>
<a href="#"><i class="icon-pencil3"></i> <span>Form components</span></a>
<ul>
<li><a href="form_inputs_basic.html">Basic inputs</a></li>
<li><a href="form_checkboxes_radios.html">Checkboxes & radios</a></li>
<li><a href="form_input_groups.html">Input groups</a></li>
<li><a href="form_controls_extended.html">Extended controls</a></li>
<li><a href="form_floating_labels.html">Floating labels</a></li>
<li>
<a href="#">Selects</a>
<ul>
<li><a href="form_select2.html">Select2 selects</a></li>
<li><a href="form_multiselect.html">Bootstrap multiselect</a></li>
<li><a href="form_select_box_it.html">SelectBoxIt selects</a></li>
<li><a href="form_bootstrap_select.html">Bootstrap selects</a></li>
</ul>
</li>
<li><a href="form_tag_inputs.html">Tag inputs</a></li>
<li><a href="form_dual_listboxes.html">Dual Listboxes</a></li>
<li><a href="form_editable.html">Editable forms</a></li>
<li><a href="form_validation.html">Validation</a></li>
<li><a href="form_inputs_grid.html">Inputs grid</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-file-css"></i> <span>JSON forms</span></a>
<ul>
<li><a href="alpaca_basic.html">Basic inputs</a></li>
<li><a href="alpaca_advanced.html">Advanced inputs</a></li>
<li><a href="alpaca_controls.html">Controls</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-footprint"></i> <span>Wizards</span></a>
<ul>
<li><a href="wizard_steps.html">Steps wizard</a></li>
<li><a href="wizard_form.html">Form wizard</a></li>
<li><a href="wizard_stepy.html">Stepy wizard</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-spell-check"></i> <span>Editors</span></a>
<ul>
<li><a href="editor_summernote.html">Summernote editor</a></li>
<li><a href="editor_ckeditor.html">CKEditor</a></li>
<li><a href="editor_wysihtml5.html">WYSIHTML5 editor</a></li>
<li><a href="editor_code.html">Code editor</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-select2"></i> <span>Pickers</span></a>
<ul>
<li><a href="picker_date.html">Date & time pickers</a></li>
<li><a href="picker_color.html">Color pickers</a></li>
<li><a href="picker_location.html">Location pickers</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-insert-template"></i> <span>Form layouts</span></a>
<ul>
<li><a href="form_layout_vertical.html">Vertical form</a></li>
<li><a href="form_layout_horizontal.html">Horizontal form</a></li>
</ul>
</li>
<!-- /forms -->
<!-- Appearance -->
<li class="navigation-header"><span>Appearance</span> <i class="icon-menu" title="Appearance"></i></li>
<li>
<a href="#"><i class="icon-grid"></i> <span>Components</span></a>
<ul>
<li><a href="components_modals.html">Modals</a></li>
<li><a href="components_dropdowns.html">Dropdown menus</a></li>
<li><a href="components_tabs.html">Tabs component</a></li>
<li><a href="components_pills.html">Pills component</a></li>
<li><a href="components_navs.html">Accordion and navs</a></li>
<li><a href="components_buttons.html">Buttons</a></li>
<li><a href="components_notifications_pnotify.html">PNotify notifications</a></li>
<li><a href="components_notifications_others.html">Other notifications</a></li>
<li><a href="components_popups.html">Tooltips and popovers</a></li>
<li><a href="components_alerts.html">Alerts</a></li>
<li><a href="components_pagination.html">Pagination</a></li>
<li><a href="components_labels.html">Labels and badges</a></li>
<li><a href="components_loaders.html">Loaders and bars</a></li>
<li><a href="components_thumbnails.html">Thumbnails</a></li>
<li><a href="components_page_header.html">Page header</a></li>
<li><a href="components_breadcrumbs.html">Breadcrumbs</a></li>
<li><a href="components_media.html">Media objects</a></li>
<li><a href="components_affix.html">Affix and Scrollspy</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-puzzle2"></i> <span>Content appearance</span></a>
<ul>
<li><a href="appearance_content_panels.html">Content panels</a></li>
<li><a href="appearance_panel_heading.html">Panel heading elements</a></li>
<li><a href="appearance_panel_footer.html">Panel footer elements</a></li>
<li><a href="appearance_draggable_panels.html">Draggable panels</a></li>
<li><a href="appearance_text_styling.html">Text styling</a></li>
<li><a href="appearance_typography.html">Typography</a></li>
<li><a href="appearance_helpers.html">Helper classes</a></li>
<li><a href="appearance_syntax_highlighter.html">Syntax highlighter</a></li>
<li><a href="appearance_content_grid.html">Grid system</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-gift"></i> <span>Extra components</span></a>
<ul>
<li><a href="extra_sliders_noui.html">NoUI sliders</a></li>
<li><a href="extra_sliders_ion.html">Ion range sliders</a></li>
<li><a href="extra_session_timeout.html">Session timeout</a></li>
<li><a href="extra_idle_timeout.html">Idle timeout</a></li>
<li><a href="extra_trees.html">Dynamic tree views</a></li>
<li><a href="extra_context_menu.html">Context menu</a></li>
<li><a href="extra_fab.html">Floating action buttons</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-spinner2 spinner"></i> <span>Animations</span></a>
<ul>
<li><a href="animations_css3.html">CSS3 animations</a></li>
<li>
<a href="#">Velocity animations</a>
<ul>
<li><a href="animations_velocity_basic.html">Basic usage</a></li>
<li><a href="animations_velocity_ui.html">UI pack effects</a></li>
<li><a href="animations_velocity_examples.html">Advanced examples</a></li>
</ul>
</li>
</ul>
</li>
<li>
<a href="#"><i class="icon-thumbs-up2"></i> <span>Icons</span></a>
<ul>
<li><a href="icons_glyphicons.html">Glyphicons</a></li>
<li><a href="icons_icomoon.html">Icomoon</a></li>
<li><a href="icons_fontawesome.html">Font awesome</a></li>
</ul>
</li>
<!-- /appearance -->
<!-- Layout -->
<li class="navigation-header"><span>Layout</span> <i class="icon-menu" title="Layout options"></i></li>
<li>
<a href="#"><i class="icon-indent-decrease2"></i> <span>Sidebars</span></a>
<ul>
<li><a href="sidebar_default_collapse.html">Default collapsible</a></li>
<li><a href="sidebar_default_hide.html">Default hideable</a></li>
<li><a href="sidebar_mini_collapse.html">Mini collapsible</a></li>
<li><a href="sidebar_mini_hide.html">Mini hideable</a></li>
<li>
<a href="#">Dual sidebar</a>
<ul>
<li><a href="sidebar_dual.html">Dual sidebar</a></li>
<li><a href="sidebar_dual_double_collapse.html">Dual double collapse</a></li>
<li><a href="sidebar_dual_double_hide.html">Dual double hide</a></li>
<li><a href="sidebar_dual_swap.html">Swap sidebars</a></li>
</ul>
</li>
<li>
<a href="#">Double sidebar</a>
<ul>
<li><a href="sidebar_double_collapse.html">Collapse main sidebar</a></li>
<li><a href="sidebar_double_hide.html">Hide main sidebar</a></li>
<li><a href="sidebar_double_fix_default.html">Fix default width</a></li>
<li><a href="sidebar_double_fix_mini.html">Fix mini width</a></li>
<li><a href="sidebar_double_visible.html">Opposite sidebar visible</a></li>
</ul>
</li>
<li>
<a href="#">Detached sidebar</a>
<ul>
<li><a href="sidebar_detached_left.html">Left position</a></li>
<li><a href="sidebar_detached_right.html">Right position</a></li>
<li><a href="sidebar_detached_sticky_custom.html">Sticky (custom scroll)</a></li>
<li><a href="sidebar_detached_sticky_native.html">Sticky (native scroll)</a></li>
<li><a href="sidebar_detached_separate.html">Separate categories</a></li>
</ul>
</li>
<li><a href="sidebar_hidden.html">Hidden sidebar</a></li>
<li><a href="sidebar_light.html">Light sidebar</a></li>
<li><a href="sidebar_components.html">Sidebar components</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-sort"></i> <span>Vertical navigation</span></a>
<ul>
<li><a href="navigation_vertical_collapsible.html">Collapsible menu</a></li>
<li><a href="navigation_vertical_accordion.html">Accordion menu</a></li>
<li><a href="navigation_vertical_sizing.html">Navigation sizing</a></li>
<li><a href="navigation_vertical_bordered.html">Bordered navigation</a></li>
<li><a href="navigation_vertical_right_icons.html">Right icons</a></li>
<li><a href="navigation_vertical_labels_badges.html">Labels and badges</a></li>
<li><a href="navigation_vertical_disabled.html">Disabled navigation links</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-transmission"></i> <span>Horizontal navigation</span></a>
<ul>
<li><a href="navigation_horizontal_click.html">Submenu on click</a></li>
<li><a href="navigation_horizontal_hover.html">Submenu on hover</a></li>
<li><a href="navigation_horizontal_elements.html">With custom elements</a></li>
<li><a href="navigation_horizontal_tabs.html">Tabbed navigation</a></li>
<li><a href="navigation_horizontal_disabled.html">Disabled navigation links</a></li>
<li><a href="navigation_horizontal_mega.html">Horizontal mega menu</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-menu3"></i> <span>Navbars</span></a>
<ul>
<li><a href="navbar_single.html">Single navbar</a></li>
<li>
<a href="#">Multiple navbars</a>
<ul>
<li><a href="navbar_multiple_navbar_navbar.html">Navbar + navbar</a></li>
<li><a href="navbar_multiple_navbar_header.html">Navbar + header</a></li>
<li><a href="navbar_multiple_header_navbar.html">Header + navbar</a></li>
<li><a href="navbar_multiple_top_bottom.html">Top + bottom</a></li>
</ul>
</li>
<li><a href="navbar_colors.html">Color options</a></li>
<li><a href="navbar_sizes.html">Sizing options</a></li>
<li><a href="navbar_hideable.html">Hide on scroll</a></li>
<li><a href="navbar_components.html">Navbar components</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-tree5"></i> <span>Menu levels</span></a>
<ul>
<li><a href="#"><i class="icon-IE"></i> Second level</a></li>
<li>
<a href="#"><i class="icon-firefox"></i> Second level with child</a>
<ul>
<li><a href="#"><i class="icon-android"></i> Third level</a></li>
<li>
<a href="#"><i class="icon-apple2"></i> Third level with child</a>
<ul>
<li><a href="#"><i class="icon-html5"></i> Fourth level</a></li>
<li><a href="#"><i class="icon-css3"></i> Fourth level</a></li>
</ul>
</li>
<li><a href="#"><i class="icon-windows"></i> Third level</a></li>
</ul>
</li>
<li><a href="#"><i class="icon-chrome"></i> Second level</a></li>
</ul>
</li>
<!-- /layout -->
<!-- Data visualization -->
<li class="navigation-header"><span>Data visualization</span> <i class="icon-menu" title="Data visualization"></i></li>
<li>
<a href="#"><i class="icon-graph"></i> <span>Echarts library</span></a>
<ul>
<li><a href="echarts_lines_areas.html">Lines and areas</a></li>
<li><a href="echarts_columns_waterfalls.html">Columns and waterfalls</a></li>
<li><a href="echarts_bars_tornados.html">Bars and tornados</a></li>
<li><a href="echarts_scatter.html">Scatter charts</a></li>
<li><a href="echarts_pies_donuts.html">Pies and donuts</a></li>
<li><a href="echarts_funnels_chords.html">Funnels and chords</a></li>
<li class="active"><a href="echarts_candlesticks_others.html">Candlesticks and others</a></li>
<li><a href="echarts_combinations.html">Chart combinations</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-statistics"></i> <span>D3 library</span></a>
<ul>
<li><a href="d3_lines_basic.html">Simple lines</a></li>
<li><a href="d3_lines_advanced.html">Advanced lines</a></li>
<li><a href="d3_bars_basic.html">Simple bars</a></li>
<li><a href="d3_bars_advanced.html">Advanced bars</a></li>
<li><a href="d3_pies.html">Pie charts</a></li>
<li><a href="d3_circle_diagrams.html">Circle diagrams</a></li>
<li><a href="d3_tree.html">Tree layout</a></li>
<li><a href="d3_other.html">Other charts</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-stats-dots"></i> <span>Dimple library</span></a>
<ul>
<li>
<a href="#">Line charts</a>
<ul>
<li><a href="dimple_lines_horizontal.html">Horizontal orientation</a></li>
<li><a href="dimple_lines_vertical.html">Vertical orientation</a></li>
</ul>
</li>
<li>
<a href="#">Bar charts</a>
<ul>
<li><a href="dimple_bars_horizontal.html">Horizontal orientation</a></li>
<li><a href="dimple_bars_vertical.html">Vertical orientation</a></li>
</ul>
</li>
<li>
<a href="#">Area charts</a>
<ul>
<li><a href="dimple_area_horizontal.html">Horizontal orientation</a></li>
<li><a href="dimple_area_vertical.html">Vertical orientation</a></li>
</ul>
</li>
<li>
<a href="#">Step charts</a>
<ul>
<li><a href="dimple_step_horizontal.html">Horizontal orientation</a></li>
<li><a href="dimple_step_vertical.html">Vertical orientation</a></li>
</ul>
</li>
<li><a href="dimple_pies.html">Pie charts</a></li>
<li><a href="dimple_rings.html">Ring charts</a></li>
<li><a href="dimple_scatter.html">Scatter charts</a></li>
<li><a href="dimple_bubble.html">Bubble charts</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-stats-bars"></i> <span>C3 library</span></a>
<ul>
<li><a href="c3_lines_areas.html">Lines and areas</a></li>
<li><a href="c3_bars_pies.html">Bars and pies</a></li>
<li><a href="c3_advanced.html">Advanced examples</a></li>
<li><a href="c3_axis.html">Chart axis</a></li>
<li><a href="c3_grid.html">Grid options</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-google"></i> <span>Google visualization</span></a>
<ul>
<li><a href="google_lines.html">Line charts</a></li>
<li><a href="google_bars.html">Bar charts</a></li>
<li><a href="google_pies.html">Pie charts</a></li>
<li><a href="google_scatter_bubble.html">Bubble & scatter charts</a></li>
<li><a href="google_other.html">Other charts</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-map5"></i> <span>Maps integration</span></a>
<ul>
<li>
<a href="#">Google maps</a>
<ul>
<li><a href="maps_google_basic.html">Basics</a></li>
<li><a href="maps_google_controls.html">Controls</a></li>
<li><a href="maps_google_markers.html">Markers</a></li>
<li><a href="maps_google_drawings.html">Map drawings</a></li>
<li><a href="maps_google_layers.html">Layers</a></li>
</ul>
</li>
<li><a href="maps_vector.html">Vector maps</a></li>
</ul>
</li>
<!-- /data visualization -->
<!-- Extensions -->
<li class="navigation-header"><span>Extensions</span> <i class="icon-menu" title="Extensions"></i></li>
<li>
<a href="#"><i class="icon-puzzle4"></i> <span>Extensions</span></a>
<ul>
<li><a href="extension_image_cropper.html">Image cropper</a></li>
<li><a href="extension_blockui.html">Block UI</a></li>
<li><a href="extension_dnd.html">Drag and drop</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-popout"></i> <span>JQuery UI</span></a>
<ul>
<li><a href="jqueryui_interactions.html">Interactions</a></li>
<li><a href="jqueryui_forms.html">Forms</a></li>
<li><a href="jqueryui_components.html">Components</a></li>
<li><a href="jqueryui_sliders.html">Sliders</a></li>
<li><a href="jqueryui_navigation.html">Navigation</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-upload"></i> <span>File uploaders</span></a>
<ul>
<li><a href="uploader_plupload.html">Plupload</a></li>
<li><a href="uploader_bootstrap.html">Bootstrap file uploader</a></li>
<li><a href="uploader_dropzone.html">Dropzone</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-calendar3"></i> <span>Event calendars</span></a>
<ul>
<li><a href="extension_fullcalendar_views.html">Basic views</a></li>
<li><a href="extension_fullcalendar_styling.html">Event styling</a></li>
<li><a href="extension_fullcalendar_formats.html">Language and time</a></li>
<li><a href="extension_fullcalendar_advanced.html">Advanced usage</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-sphere"></i> <span>Internationalization</span></a>
<ul>
<li><a href="internationalization_switch_direct.html">Direct translation</a></li>
<li><a href="internationalization_switch_query.html">Querystring parameter</a></li>
<li><a href="internationalization_on_init.html">Set language on init</a></li>
<li><a href="internationalization_after_init.html">Set language after init</a></li>
<li><a href="internationalization_fallback.html">Language fallback</a></li>
<li><a href="internationalization_callbacks.html">Callbacks</a></li>
</ul>
</li>
<!-- /extensions -->
<!-- Tables -->
<li class="navigation-header"><span>Tables</span> <i class="icon-menu" title="Tables"></i></li>
<li>
<a href="#"><i class="icon-table2"></i> <span>Basic tables</span></a>
<ul>
<li><a href="table_basic.html">Basic examples</a></li>
<li><a href="table_sizing.html">Table sizing</a></li>
<li><a href="table_borders.html">Table borders</a></li>
<li><a href="table_styling.html">Table styling</a></li>
<li><a href="table_elements.html">Table elements</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-grid7"></i> <span>Data tables</span></a>
<ul>
<li><a href="datatable_basic.html">Basic initialization</a></li>
<li><a href="datatable_styling.html">Basic styling</a></li>
<li><a href="datatable_advanced.html">Advanced examples</a></li>
<li><a href="datatable_sorting.html">Sorting options</a></li>
<li><a href="datatable_api.html">Using API</a></li>
<li><a href="datatable_data_sources.html">Data sources</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-alignment-unalign"></i> <span>Data tables extensions</span></a>
<ul>
<li><a href="datatable_extension_reorder.html">Columns reorder</a></li>
<li><a href="datatable_extension_row_reorder.html">Row reorder</a></li>
<li><a href="datatable_extension_fixed_columns.html">Fixed columns</a></li>
<li><a href="datatable_extension_fixed_header.html">Fixed header</a></li>
<li><a href="datatable_extension_autofill.html">Auto fill</a></li>
<li><a href="datatable_extension_key_table.html">Key table</a></li>
<li><a href="datatable_extension_scroller.html">Scroller</a></li>
<li><a href="datatable_extension_select.html">Select</a></li>
<li>
<a href="#">Buttons</a>
<ul>
<li><a href="datatable_extension_buttons_init.html">Initialization</a></li>
<li><a href="datatable_extension_buttons_flash.html">Flash buttons</a></li>
<li><a href="datatable_extension_buttons_print.html">Print buttons</a></li>
<li><a href="datatable_extension_buttons_html5.html">HTML5 buttons</a></li>
</ul>
</li>
<li><a href="datatable_extension_colvis.html">Columns visibility</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-file-spreadsheet"></i> <span>Handsontable</span></a>
<ul>
<li><a href="handsontable_basic.html">Basic configuration</a></li>
<li><a href="handsontable_advanced.html">Advanced setup</a></li>
<li><a href="handsontable_cols.html">Column features</a></li>
<li><a href="handsontable_cells.html">Cell features</a></li>
<li><a href="handsontable_types.html">Basic cell types</a></li>
<li><a href="handsontable_custom_checks.html">Custom & checkboxes</a></li>
<li><a href="handsontable_ac_password.html">Autocomplete & password</a></li>
<li><a href="handsontable_search.html">Search</a></li>
<li><a href="handsontable_context.html">Context menu</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-versions"></i> <span>Responsive options</span></a>
<ul>
<li><a href="table_responsive.html">Responsive basic tables</a></li>
<li><a href="datatable_responsive.html">Responsive data tables</a></li>
</ul>
</li>
<!-- /tables -->
<!-- Page kits -->
<li class="navigation-header"><span>Page kits</span> <i class="icon-menu" title="Page kits"></i></li>
<li>
<a href="#"><i class="icon-task"></i> <span>Task manager</span></a>
<ul>
<li><a href="task_manager_grid.html">Task grid</a></li>
<li><a href="task_manager_list.html">Task list</a></li>
<li><a href="task_manager_detailed.html">Task detailed</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-cash3"></i> <span>Invoicing</span></a>
<ul>
<li><a href="invoice_template.html">Invoice template</a></li>
<li><a href="invoice_grid.html">Invoice grid</a></li>
<li><a href="invoice_archive.html">Invoice archive</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-people"></i> <span>User pages</span></a>
<ul>
<li><a href="user_pages_cards.html">User cards</a></li>
<li><a href="user_pages_list.html">User list</a></li>
<li><a href="user_pages_profile.html">Simple profile</a></li>
<li><a href="user_pages_profile_cover.html">Profile with cover</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-user-plus"></i> <span>Login & registration</span></a>
<ul>
<li><a href="login_simple.html">Simple login</a></li>
<li><a href="login_advanced.html">More login info</a></li>
<li><a href="login_registration.html">Simple registration</a></li>
<li><a href="login_registration_advanced.html">More registration info</a></li>
<li><a href="login_unlock.html">Unlock user</a></li>
<li><a href="login_password_recover.html">Reset password</a></li>
<li><a href="login_hide_navbar.html">Hide navbar</a></li>
<li><a href="login_transparent.html">Transparent box</a></li>
<li><a href="login_background.html">Background option</a></li>
<li><a href="login_validation.html">With validation</a></li>
<li><a href="login_tabbed.html">Tabbed form</a></li>
<li><a href="login_modals.html">Inside modals</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-magazine"></i> <span>Timelines</span></a>
<ul>
<li><a href="timelines_left.html">Left timeline</a></li>
<li><a href="timelines_right.html">Right timeline</a></li>
<li><a href="timelines_center.html">Centered timeline</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-lifebuoy"></i> <span>Support</span></a>
<ul>
<li><a href="support_conversation_layouts.html">Conversation layouts</a></li>
<li><a href="support_conversation_options.html">Conversation options</a></li>
<li><a href="support_knowledgebase.html">Knowledgebase</a></li>
<li><a href="support_faq.html">FAQ page</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-search4"></i> <span>Search</span></a>
<ul>
<li><a href="search_basic.html">Basic search results</a></li>
<li><a href="search_users.html">User search results</a></li>
<li><a href="search_images.html">Image search results</a></li>
<li><a href="search_videos.html">Video search results</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-images2"></i> <span>Gallery</span></a>
<ul>
<li><a href="gallery_grid.html">Media grid</a></li>
<li><a href="gallery_titles.html">Media with titles</a></li>
<li><a href="gallery_description.html">Media with description</a></li>
<li><a href="gallery_library.html">Media library</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-warning"></i> <span>Error pages</span></a>
<ul>
<li><a href="error_403.html">Error 403</a></li>
<li><a href="error_404.html">Error 404</a></li>
<li><a href="error_405.html">Error 405</a></li>
<li><a href="error_500.html">Error 500</a></li>
<li><a href="error_503.html">Error 503</a></li>
<li><a href="error_offline.html">Offline page</a></li>
</ul>
</li>
<!-- /page kits -->
</ul>
</div>
</div>
<!-- /main navigation -->
</div>
</div>
<!-- /main sidebar -->
<!-- Main content -->
<div class="content-wrapper">
<!-- Page header -->
<div class="page-header page-header-default">
<div class="page-header-content">
<div class="page-title">
<h4><i class="icon-arrow-left52 position-left"></i> <span class="text-semibold">ECharts</span> - Candlesticks & Others</h4>
</div>
<div class="heading-elements">
<div class="heading-btn-group">
<a href="#" class="btn btn-link btn-float has-text"><i class="icon-bars-alt text-primary"></i><span>Statistics</span></a>
<a href="#" class="btn btn-link btn-float has-text"><i class="icon-calculator text-primary"></i> <span>Invoices</span></a>
<a href="#" class="btn btn-link btn-float has-text"><i class="icon-calendar5 text-primary"></i> <span>Schedule</span></a>
</div>
</div>
</div>
<div class="breadcrumb-line">
<ul class="breadcrumb">
<li><a href="index.html"><i class="icon-home2 position-left"></i> Home</a></li>
<li><a href="echarts_candlesticks_others.html">ECharts</a></li>
<li class="active">Candlesticks & others</li>
</ul>
<ul class="breadcrumb-elements">
<li><a href="#"><i class="icon-comment-discussion position-left"></i> Support</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<i class="icon-gear position-left"></i>
Settings
<span class="caret"></span>
</a>
<ul class="dropdown-menu dropdown-menu-right">
<li><a href="#"><i class="icon-user-lock"></i> Account security</a></li>
<li><a href="#"><i class="icon-statistics"></i> Analytics</a></li>
<li><a href="#"><i class="icon-accessibility"></i> Accessibility</a></li>
<li class="divider"></li>
<li><a href="#"><i class="icon-gear"></i> All settings</a></li>
</ul>
</li>
</ul>
</div>
</div>
<!-- /page header -->
<!-- Content area -->
<div class="content">
<!-- Radars title -->
<h6 class="content-group text-semibold">
Radar charts
<small class="display-block">Basic examples of <code>radar</code> chart type</small>
</h6>
<!-- /radars title -->
<!-- Radars -->
<div class="row">
<div class="col-md-6">
<!-- Basic radar chart -->
<div class="panel panel-flat">
<div class="panel-heading">
<h5 class="panel-title">Basic radar chart</h5>
<div class="heading-elements">
<ul class="icons-list">
<li><a data-action="collapse"></a></li>
<li><a data-action="reload"></a></li>
<li><a data-action="close"></a></li>
</ul>
</div>
</div>
<div class="panel-body">
<div class="chart-container">
<div class="chart has-fixed-height" id="radar_basic"></div>
</div>
</div>
</div>
<!-- /basic radar chart -->
</div>
<div class="col-md-6">
<!-- Filled radar areas -->
<div class="panel panel-flat">
<div class="panel-heading">
<h5 class="panel-title">Filled radar areas</h5>
<div class="heading-elements">
<ul class="icons-list">
<li><a data-action="collapse"></a></li>
<li><a data-action="reload"></a></li>
<li><a data-action="close"></a></li>
</ul>
</div>
</div>
<div class="panel-body">
<div class="chart-container">
<div class="chart has-fixed-height" id="radar_filled"></div>
</div>
</div>
</div>
<!-- /filled radar areas -->
</div>
</div>
<!-- /radars -->
<!-- Gauges title -->
<h6 class="content-group text-semibold">
Gauge charts
<small class="display-block">Basic examples of <code>gauge</code> chart type</small>
</h6>
<!-- /gauges title -->
<!-- Gauges -->
<div class="row">
<div class="col-lg-6">
<!-- Basic gauge chart -->
<div class="panel panel-flat">
<div class="panel-heading">
<h5 class="panel-title">Basic gauge chart</h5>
<div class="heading-elements">
<ul class="icons-list">
<li><a data-action="collapse"></a></li>
<li><a data-action="reload"></a></li>
<li><a data-action="close"></a></li>
</ul>
</div>
</div>
<div class="panel-body">
<div class="chart-container">
<div class="chart has-fixed-height" id="gauge_basic"></div>
</div>
</div>
</div>
<!-- /basic gauge chart -->
</div>
<div class="col-lg-6">
<!-- Gauge styling options -->
<div class="panel panel-flat">
<div class="panel-heading">
<h5 class="panel-title">Gauge styling options</h5>
<div class="heading-elements">
<ul class="icons-list">
<li><a data-action="collapse"></a></li>
<li><a data-action="reload"></a></li>
<li><a data-action="close"></a></li>
</ul>
</div>
</div>
<div class="panel-body">
<div class="chart-container">
<div class="chart has-fixed-height" id="gauge_styling"></div>
</div>
</div>
</div>
<!-- /gauge styling options -->
</div>
</div>
<!-- /gauges -->
<!-- Candlesticks title -->
<h6 class="content-group text-semibold">
Candlestick charts
<small class="display-block">Basic examples of <code>candlestick</code> chart type</small>
</h6>
<!-- /candlesticks title -->
<!-- Basic candlestick chart -->
<div class="panel panel-flat">
<div class="panel-heading">
<h5 class="panel-title">Basic candlestick chart</h5>
<div class="heading-elements">
<ul class="icons-list">
<li><a data-action="collapse"></a></li>
<li><a data-action="reload"></a></li>
<li><a data-action="close"></a></li>
</ul>
</div>
</div>
<div class="panel-body">
<div class="chart-container">
<div class="chart has-fixed-height" id="candlestick_basic"></div>
</div>
</div>
</div>
<!-- /basic candlestick chart -->
<!-- Candlestick with line -->
<div class="panel panel-flat">
<div class="panel-heading">
<h5 class="panel-title">Candlestick with line</h5>
<div class="heading-elements">
<ul class="icons-list">
<li><a data-action="collapse"></a></li>
<li><a data-action="reload"></a></li>
<li><a data-action="close"></a></li>
</ul>
</div>
</div>
<div class="panel-body">
<div class="chart-container">
<div class="chart has-fixed-height" id="candlestick_line"></div>
</div>
</div>
</div>
<!-- /candlestick with line -->
<!-- Candlestick with scatter -->
<div class="panel panel-flat">
<div class="panel-heading">
<h5 class="panel-title">Candlestick with scatter</h5>
<div class="heading-elements">
<ul class="icons-list">
<li><a data-action="collapse"></a></li>
<li><a data-action="reload"></a></li>
<li><a data-action="close"></a></li>
</ul>
</div>
</div>
<div class="panel-body">
<div class="chart-container">
<div class="chart has-fixed-height" id="candlestick_scatter"></div>
</div>
</div>
</div>
<!-- /candlestick with scatter -->
<!-- Footer -->
<div class="footer text-muted">
© 2015. <a href="#">Limitless Web App Kit</a> by <a href="http://themeforest.net/user/Kopyov" target="_blank">Eugene Kopyov</a>
</div>
<!-- /footer -->
</div>
<!-- /content area -->
</div>
<!-- /main content -->
</div>
<!-- /page content -->
</div>
<!-- /page container -->
</body>
</html>
| app-bunsin/app_personal | application/Resource/echarts_candlesticks_others.html | HTML | mit | 54,966 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.9.1"/>
<title>V8 API Reference Guide for node.js v4.4.0: shell.cc</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">V8 API Reference Guide for node.js v4.4.0
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.9.1 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
</div><!-- 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">shell.cc</div> </div>
</div><!--header-->
<div class="contents">
<p>A simple shell that takes a list of expressions on the command-line and executes them.</p>
<div class="fragment"></div><!-- fragment --> </div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.9.1
</small></address>
</body>
</html>
| v8-dox/v8-dox.github.io | c0db8df/html/shell_8cc-example.html | HTML | mit | 3,700 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>equations: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.12.1 / equations - 1.2.1+8.11</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
equations
<small>
1.2.1+8.11
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-12-19 00:31:13 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-19 00:31:13 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
coq 8.12.1 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.11.2 The OCaml compiler (virtual package)
ocaml-base-compiler 4.11.2 Official release 4.11.2
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
authors: [ "Matthieu Sozeau <matthieu.sozeau@inria.fr>" "Cyprien Mangin <cyprien.mangin@m4x.org>" ]
dev-repo: "git+https://github.com/mattam82/Coq-Equations.git#8.11"
maintainer: "matthieu.sozeau@inria.fr"
homepage: "https://mattam82.github.io/Coq-Equations"
bug-reports: "https://github.com/mattam82/Coq-Equations/issues"
license: "LGPL-2.1-or-later"
synopsis: "A function definition package for Coq"
description: """
Equations is a function definition plugin for Coq, that allows the
definition of functions by dependent pattern-matching and well-founded,
mutual or nested structural recursion and compiles them into core
terms. It automatically derives the clauses equations, the graph of the
function and its associated elimination principle.
"""
tags: [
"keyword:dependent pattern-matching"
"keyword:functional elimination"
"category:Miscellaneous/Coq Extensions"
"logpath:Equations"
]
build: [
["./configure.sh"]
[make "-j%{jobs}%"]
]
install: [
[make "install"]
]
run-test: [
[make "test-suite"]
]
depends: [
"coq" {>= "8.11~" & < "8.12~"}
]
url {
src:
"https://github.com/mattam82/Coq-Equations/archive/v1.2.1-8.11.tar.gz"
checksum: "sha512=05a49f3eada8b20537191cd3c83d139bb7b626aeae8768aaa24d49b171e603ba759b7ea38c163a635fa067987157e53efb7f154a36a00da532bc73b795c4a975"
}
</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-equations.1.2.1+8.11 coq.8.12.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.12.1).
The following dependencies couldn't be met:
- coq-equations -> coq < 8.12~ -> ocaml < 4.10
base of this switch (use `--unlock-base' to force)
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-equations.1.2.1+8.11</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.11.2-2.0.7/released/8.12.1/equations/1.2.1+8.11.html | HTML | mit | 7,274 |
<head>
<title>OpenGlobus - Earth planet</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script type="module" src="./rays.js"></script>
<link rel="stylesheet" href="../../css/og.css" type="text/css" />
</head>
<body>
<div id="globus" style="width:100%;height:100%"></div>
</body>
</html> | Zemledelec/OpenGlobus | sandbox/temp/temp.html | HTML | mit | 338 |
---
layout: attachment
title: DSC_0260
date:
type: attachment
published: false
status: inherit
categories: []
tags: []
meta:
_wp_attached_file: /home/wpcom/public_html/wp-content/blogs.dir/892/5468064/files/2010/12/dsc_0260.jpg
_wp_attachment_metadata: a:5:{s:5:"width";s:4:"1280";s:6:"height";s:3:"850";s:14:"hwstring_small";s:23:"height='85'
width='128'";s:4:"file";s:83:"/home/wpcom/public_html/wp-content/blogs.dir/892/5468064/files/2010/12/dsc_0260.jpg";s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}
author:
login: pdft
email: padfoot.tgz@gmail.com
display_name: piko
first_name: herpiko
last_name: dwi aguno
---
| herpiko/herpiko.github.io | _attachments/dsc_0260.html | HTML | mit | 853 |
<pre class="ttb"><code prsm class="ttm"><span class="tt18 tt1j">import</span> <span class="tt18 ttae">{</span> Component<span class="tt18 ttae">,</span> ChangeDetectionStrategy <span class="tt18 ttae">}</span> <span class="tt18 tt1j">from</span> <span class="tt18 tt3z">'@angular/core'</span><span class="tt18 ttae">;</span>
<span class="tt18 tt1j">import</span> <span class="tt18 ttae">{</span> LyTheme2 <span class="tt18 ttae">}</span> <span class="tt18 tt1j">from</span> <span class="tt18 tt3z">'@alyle/ui'</span><span class="tt18 ttae">;</span>
<span class="tt18 tt1j">const</span> styles <span class="tt18 ttb0">=</span> <span class="tt18 ttae">{</span>
drawerContainer<span class="tt18 ttb0">:</span> <span class="tt18 ttae">{</span>
height<span class="tt18 ttb0">:</span> <span class="tt18 tt3z">'270px'</span><span class="tt18 ttae">,</span>
transform<span class="tt18 ttb0">:</span> <span class="tt18 tt3z">'translate3d(0,0,0)'</span>
<span class="tt18 ttae">}</span><span class="tt18 ttae">,</span>
drawerContent<span class="tt18 ttb0">:</span> <span class="tt18 ttae">{</span>
padding<span class="tt18 ttb0">:</span> <span class="tt18 tt3z">'1em'</span>
<span class="tt18 ttae">}</span>
<span class="tt18 ttae">}</span><span class="tt18 ttae">;</span>
@<span class="tt18 tta3">Component</span><span class="tt18 ttae">(</span><span class="tt18 ttae">{</span>
selector<span class="tt18 ttb0">:</span> <span class="tt18 tt3z">'drawer-demo-01'</span><span class="tt18 ttae">,</span>
templateUrl<span class="tt18 ttb0">:</span> <span class="tt18 tt3z">'./drawer-demo-01.component.html'</span><span class="tt18 ttae">,</span>
changeDetection<span class="tt18 ttb0">:</span> ChangeDetectionStrategy<span class="tt18 ttae">.</span>OnPush
<span class="tt18 ttae">}</span><span class="tt18 ttae">)</span>
<span class="tt18 tt1j">export</span> <span class="tt18 tt1j">class</span> <span class="tt18 ttc8">DrawerDemo01Component</span> <span class="tt18 ttae">{</span>
classes <span class="tt18 ttb0">=</span> <span class="tt18 tt1j">this</span><span class="tt18 ttae">.</span>_theme<span class="tt18 ttae">.</span><span class="tt18 tta3">addStyleSheet</span><span class="tt18 ttae">(</span>styles<span class="tt18 ttae">)</span><span class="tt18 ttae">;</span>
mode <span class="tt18 ttb0">=</span> <span class="tt18 tt3z">'side'</span><span class="tt18 ttae">;</span>
hasBackdrop<span class="tt18 ttb0">:</span> <span class="tt18 ttcj">boolean</span> <span class="tt18 ttb0">|</span> <span class="tt18 tt1j">null</span> <span class="tt18 ttb0">=</span> <span class="tt18 tt1j">null</span><span class="tt18 ttae">;</span>
<span class="tt18 tt1j">constructor</span><span class="tt18 ttae">(</span><span class="tt18 parameter"><span class="tt18 tt1j">private</span> _theme<span class="tt18 ttb0">:</span> LyTheme2</span><span class="tt18 ttae">)</span> <span class="tt18 ttae">{</span> <span class="tt18 ttae">}</span>
<span class="tt18 ttae">}</span>
</code></pre> | Aviella/Alyle-UI | src/api/docs/demos/drawer-demo-01.component.ts.html | HTML | mit | 3,079 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Rugaciuni Crestin Ortodoxe</title>
<link href="../style.css" rel="stylesheet" type="text/css">
<link href="../jquery-mobile/jquery.mobile.theme-1.0.min.css" rel="stylesheet" type="text/css"/>
<link href="../jquery-mobile/jquery.mobile.structure-1.0.min.css" rel="stylesheet" type="text/css"/>
<script src="../jquery-mobile/jquery-1.6.4.min.js" type="text/javascript"></script>
<script src="../jquery-mobile/jquery.mobile-1.0.min.js" type="text/javascript"></script>
</head>
<body>
<div data-role="page" data-theme="c" id="page-r23">
<div data-role="header" data-theme="d" class="header">
<h1 class="app-title">Rugaciune pentru binefacerile primite de la Dumnezeu</h1>
</div>
<div data-role="content" id="r23">
<img class = "imagine-reprezentativa" src="images/r23.jpg" />
</div>
</div>
<script type="text/javascript" src="../js/function-template.js"></script>
<script>
$("#page-r23").live('pagecreate',function() {
getData('../jsons/r23.json', '#r23');
});
</script>
</body>
</html> | kitz99/misc | rugaciuni/r2/r23.html | HTML | mit | 1,072 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>
Tags | recall's blog
</title>
<meta name="author" content="recall704" />
<meta name="description" content="" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@gohugoio" />
<meta name="twitter:title" content="recall's blog" />
<meta name="twitter:description" content="" />
<meta name="twitter:image" content="http://www.recall704.com/img/avatar.jpg" />
<meta property="og:type" content="website" />
<meta property="og:title" content="recall's blog" />
<meta property="og:description" content="" />
<meta property="og:url" content="http://www.recall704.com/categories/" />
<meta property="og:image" content="http://www.recall704.com/img/avatar.jpg" />
<meta name="generator" content="Hugo 0.54.0" />
<link rel="canonical" href="http://www.recall704.com/categories/" />
<link rel="alternate" type="application/rss+xml" href="http://www.recall704.com/categories/index.xml" title="Recall's blog" />
<meta name="renderer" content="webkit" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta name="format-detection" content="telephone=no,email=no,adress=no" />
<meta http-equiv="Cache-Control" content="no-transform" />
<meta name="robots" content="index,follow" />
<meta name="referrer" content="origin-when-cross-origin" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="apple-mobile-web-app-title" content="Recall's blog" />
<meta name="msapplication-tooltip" content="Recall's blog" />
<meta name='msapplication-navbutton-color' content="#5fbf5e" />
<meta name="msapplication-TileColor" content="#5fbf5e" />
<meta name="msapplication-TileImage" content="/img/tile-image-windows.png" />
<link rel="icon" href="http://www.recall704.com/img/bio.jpg" />
<link rel="icon" type="image/png" sizes="16x16" href="http://www.recall704.com/img/favicon-16x16.png" />
<link rel="icon" type="image/png" sizes="32x32" href="http://www.recall704.com/img/favicon-32x32.png" />
<link rel="icon" sizes="192x192" href="http://www.recall704.com/img/touch-icon-android.png" />
<link rel="apple-touch-icon" href="http://www.recall704.com/img/touch-icon-apple.png" />
<link rel="mask-icon" href="http://www.recall704.com/img/safari-pinned-tab.svg" color="#5fbf5e" />
<link rel="stylesheet" href="//cdn.bootcss.com/video.js/6.2.8/alt/video-js-cdn.min.css" />
<link rel="stylesheet" href="http://www.recall704.com/css/bundle.6271cf88a8.css" />
<!--[if lt IE 9]>
<script src="//cdn.bootcss.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="//cdn.bootcss.com/respond.js/1.4.2/respond.min.js"></script>
<script src="//cdn.bootcss.com/video.js/6.2.8/ie8/videojs-ie8.min.js"></script>
<![endif]-->
<!--[if lte IE 11]>
<script src="//cdn.bootcss.com/classlist/1.1.20170427/classList.min.js"></script>
<![endif]-->
<script src="//cdn.bootcss.com/object-fit-images/3.2.3/ofi.min.js"></script>
<script src="//cdn.bootcss.com/smooth-scroll/12.1.4/js/smooth-scroll.polyfills.min.js"></script>
</head>
<body>
<div class="suspension">
<a title="Go to top" class="to-top is-hide"><span class="icon icon-up"></span></a>
</div>
<header class="site-header">
<img class="avatar" src="http://www.recall704.com/img/bio.jpg" alt="Avatar">
<h2 class="title">Recall's blog</h2>
<p class="subtitle">学无先后,达者为师</p>
<button class="menu-toggle" type="button">
<span class="icon icon-menu"></span>
</button>
<nav class="site-menu collapsed">
<h2 class="offscreen">Main Menu</h2>
<ul class="menu-list">
<li class="menu-item
">
<a href="http://www.recall704.com/">Home</a>
</li>
<li class="menu-item
">
<a href="http://www.recall704.com/tags/">Tags</a>
</li>
<li class="menu-item
is-active
">
<a href="http://www.recall704.com/categories/">Categories</a>
</li>
<li class="menu-item
">
<a href="http://www.recall704.com/series/">series</a>
</li>
<li class="menu-item
">
<a href="http://www.recall704.com/links/">友情链接</a>
</li>
<li class="menu-item
">
<a href="http://www.recall704.com/about/">初恋</a>
</li>
</ul>
</nav>
<nav class="social-menu collapsed">
<h2 class="offscreen">Social Networks</h2>
<ul class="social-list">
<li class="social-item">
<a href="mailto:tk657309822@gmail.com" title="Email"><span class="icon icon-email"></span></a>
</li>
<li class="social-item">
<a href="//github.com/recall704" title="GitHub"><span class="icon icon-github"></span></a>
</li>
<li class="social-item">
<a href="http://www.recall704.com/img/vx.png" title="Wechat"><span class="icon icon-wechat"></span></a>
</li>
<li class="social-item">
<a rel="alternate" type="application/rss+xml" href="http://www.recall704.com/index.xml"><span class="icon icon-rss" title="RSS"></span></a>
</li>
</ul>
</nav>
</header>
<section class="main post-detail terms-list">
<header class="post-header">
<h1 class="post-title">Categories</h1>
</header>
<div class="tags-cloud">
<a href="http://www.recall704.com/categories/%E4%BA%91%E8%AE%A1%E7%AE%97/" class="tag-xxl">云计算</a>
<a href="http://www.recall704.com/categories/%E8%BF%90%E7%BB%B4/" class="tag-m">运维</a>
<a href="http://www.recall704.com/categories/about/" class="tag-s">about</a>
<a href="http://www.recall704.com/categories/ansible/" class="tag-s">ansible</a>
<a href="http://www.recall704.com/categories/k8s/" class="tag-s">k8s</a>
<a href="http://www.recall704.com/categories/linux/" class="tag-s">linux</a>
<a href="http://www.recall704.com/categories/%E5%BC%80%E5%8F%91/" class="tag-s">开发</a>
<a href="http://www.recall704.com/categories/%E6%A0%91%E8%8E%93%E6%B4%BE/" class="tag-s">树莓派</a>
<a href="http://www.recall704.com/categories/%E7%BC%96%E7%A8%8B/" class="tag-s">编程</a>
</div>
</section>
<footer class="site-footer">
<p>© 2017-2020 Recall's blog</p>
<p>Powered by <a href="https://gohugo.io/" target="_blank">Hugo</a> with theme <a href="https://github.com/laozhu/hugo-nuo" target="_blank">Nuo</a>.</p>
</footer>
<script async src="//cdn.bootcss.com/video.js/6.2.8/alt/video.novtt.min.js"></script>
<script async src="//cdn.bootcss.com/mathjax/2.7.2/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {
inlineMath: [['$','$'], ['\\(','\\)']],
displayMath: [['$$','$$'], ['\\[','\\]']],
processEscapes: true,
processEnvironments: true,
skipTags: ['script', 'noscript', 'style', 'textarea', 'pre'],
TeX: { equationNumbers: { autoNumber: "AMS" },
extensions: ["AMSmath.js", "AMSsymbols.js"] }
}
});
</script>
<script type="text/x-mathjax-config">
// Fix <code> tags after MathJax finishes running. This is a
// hack to overcome a shortcoming of Markdown. Discussion at
// https://github.com/mojombo/jekyll/issues/199
MathJax.Hub.Queue(() => {
MathJax.Hub.getAllJax().map(v => v.SourceElement().parentNode.className += ' has-jax');
});
</script>
<script src="http://www.recall704.com/js/bundle.fb61ec41f8.js"></script>
</body>
</html>
| recall704/recall704.github.io | categories/index.html | HTML | mit | 8,315 |
{{ define "head" }}
<meta title="foo" />
{{ end }}
{{ define "body" }}
<h2>About Page</h2>
<p>A simple about page</p>
{{ end }}
{{ define "footer" }}
<footer>
About Page Footer
</footer>
{{ end }}
| biz/templates | _examples/basic/templates/views/about.html | HTML | mit | 206 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.