text
stringlengths
2
1.05M
repo_name
stringlengths
5
101
path
stringlengths
4
991
language
stringclasses
3 values
license
stringclasses
5 values
size
int64
2
1.05M
--- layout: attachment title: Is Everything Black and White? categories: [] tags: [] status: inherit type: attachment published: false meta: _wp_attached_file: 2009/11/Goldberg_Invitation05.pdf _wp_attachment_metadata: a:0:{} ---
nu-lts/jekyll-snippets
_attachments/2009-11-10-goldberg_invitation05.html
HTML
mit
235
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>callbacks.empty() | jQuery API 中文手册</title> <meta name="author" content="jQuery 中文手册 - hemin.cn/jq/"> <meta name="description" content="jQuery中文手册(在线版),作者:hemin,在线手册:hemin.cn/jq/,下载:hemin.cn/jq/downloads/"> <link type="text/css" rel="stylesheet" href="style/style.css" tppabs="http://hemin.cn/jq/style/style.css" /> <script type="text/javascript" src="js/jquery.min.js" tppabs="http://hemin.cn/jq/js/jquery.min.js"></script> <script type="text/javascript" src="js/js.js" tppabs="http://hemin.cn/jq/js/js.js"></script> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-15318881-10', 'pandoraui.github.io'); ga('send', 'pageview'); </script> </head> <body id="split"> <div id="content" class="a2"> <div rel="callbacks.empty"> <h2><span>返回值:undefined</span>callbacks.empty()</h2> <h3><em>V1.7</em>概述</h3> <div class="desc"> <p> 从列表中删除所有的回调. </p> <div class="longdesc"> <p></p> </div> </div> <div class="example"> <h3>示例</h3> <span id="f_ad2"></span> <h4>描述:</h4> <p> 使用&nbsp;callbacks.empty()&nbsp;清空回调列表: </p> <h5>jQuery 代码:</h5> <pre><code>// a sample logging function to be added to a callbacks list var foo = function( value1, value2 ){ console.log( 'foo:' + value1 + ',' + value2 ); } // another function to also be added to the list var bar = function( value1, value2 ){ console.log( 'bar:' + value1 + ',' + value2 ); } var callbacks = $.Callbacks(); // add the two functions callbacks.add( foo ); callbacks.add( bar ); // empty the callbacks list callbacks.empty(); // check to ensure all callbacks have been removed console.log( callbacks.has( foo ) ); // false console.log( callbacks.has( bar ) ); // false</code></pre> </div> </div> </div> </body> </html>
pandoraui/jquery-chm
callbacks.empty.html
HTML
mit
2,237
<div> <h3>{{$ctrl.firstname}} {{$ctrl.lastname}}</h3> <p>Position: {{$ctrl.jobtitle}}</p> <p>Email: {{$ctrl.email}}</p> </div>
michaeldperez/teambuilder
client/components/member/member.html
HTML
mit
132
<!doctype html> <html class="theme-next pisces use-motion"> <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, maximum-scale=1"/> <meta http-equiv="Cache-Control" content="no-transform" /> <meta http-equiv="Cache-Control" content="no-siteapp" /> <link href="/vendors/fancybox/source/jquery.fancybox.css?v=2.1.5" rel="stylesheet" type="text/css" /> <link href="//fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic,700,700italic&subset=latin,latin-ext" rel="stylesheet" type="text/css"> <link href="/vendors/font-awesome/css/font-awesome.min.css?v=4.4.0" rel="stylesheet" type="text/css" /> <link href="/css/main.css?v=5.0.1" rel="stylesheet" type="text/css" /> <meta name="keywords" content="Hexo, NexT" /> <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico?v=5.0.1" /> <meta name="description" content="以在家上班为目标"> <meta property="og:type" content="website"> <meta property="og:title" content="WDBLOG"> <meta property="og:url" content="http://www.wdblog.xyz/categories/服务器/page/2/index.html"> <meta property="og:site_name" content="WDBLOG"> <meta property="og:description" content="以在家上班为目标"> <meta name="twitter:card" content="summary"> <meta name="twitter:title" content="WDBLOG"> <meta name="twitter:description" content="以在家上班为目标"> <script type="text/javascript" id="hexo.configuration"> var NexT = window.NexT || {}; var CONFIG = { scheme: 'Pisces', sidebar: {"position":"left","display":"always"}, fancybox: true, motion: true, duoshuo: { userId: 0, author: '博主' } }; </script> <title> 分类: 服务器 | WDBLOG </title> </head> <body itemscope itemtype="http://schema.org/WebPage" lang="zh-Hans"> <div class="container one-collumn sidebar-position-left "> <div class="headband"></div> <header id="header" class="header" itemscope itemtype="http://schema.org/WPHeader"> <div class="header-inner"><div class="site-meta "> <div class="custom-logo-site-title"> <a href="/" class="brand" rel="start"> <span class="logo-line-before"><i></i></span> <span class="site-title">WDBLOG</span> <span class="logo-line-after"><i></i></span> </a> </div> <p class="site-subtitle"></p> </div> <div class="site-nav-toggle"> <button> <span class="btn-bar"></span> <span class="btn-bar"></span> <span class="btn-bar"></span> </button> </div> <nav class="site-nav"> <ul id="menu" class="menu"> <li class="menu-item menu-item-home"> <a href="/." rel="section"> <i class="menu-item-icon fa fa-fw fa-home"></i> <br /> 首页 </a> </li> <li class="menu-item menu-item-categories"> <a href="/categories" rel="section"> <i class="menu-item-icon fa fa-fw fa-th"></i> <br /> 分类 </a> </li> <li class="menu-item menu-item-about"> <a href="/about" rel="section"> <i class="menu-item-icon fa fa-fw fa-user"></i> <br /> 关于 </a> </li> <li class="menu-item menu-item-archives"> <a href="/archives" rel="section"> <i class="menu-item-icon fa fa-fw fa-archive"></i> <br /> 归档 </a> </li> <li class="menu-item menu-item-tags"> <a href="/tags" rel="section"> <i class="menu-item-icon fa fa-fw fa-tags"></i> <br /> 标签 </a> </li> <li class="menu-item menu-item-notes"> <a href="/notes" rel="section"> <i class="menu-item-icon fa fa-fw fa-sticky-note"></i> <br /> 便利贴 </a> </li> </ul> </nav> </div> </header> <main id="main" class="main"> <div class="main-inner"> <div class="content-wrap"> <div id="content" class="content"> <section id="posts" class="posts-collapse"> <div class="collection-title"> <h2 > 服务器 <small>分类</small> </h2> </div> <article class="post post-type-normal" itemscope itemtype="http://schema.org/Article"> <header class="post-header"> <h1 class="post-title"> <a class="post-title-link" href="/2015/07/17/2015-07-17-08r2vm/" itemprop="url"> <span itemprop="name">Windows 08 R2 Virtualbox 64位系统</span> </a> </h1> <div class="post-meta"> <time class="post-time" itemprop="dateCreated" datetime="2015-07-17T19:11:52+08:00" content="2015-07-17" > 07-17 </time> </div> </header> </article> </section> <nav class="pagination"> <a class="extend prev" rel="prev" href="/categories/服务器/"><i class="fa fa-angle-left"></i></a><a class="page-number" href="/categories/服务器/">1</a><span class="page-number current">2</span> </nav> </div> </div> <div class="sidebar-toggle"> <div class="sidebar-toggle-line-wrap"> <span class="sidebar-toggle-line sidebar-toggle-line-first"></span> <span class="sidebar-toggle-line sidebar-toggle-line-middle"></span> <span class="sidebar-toggle-line sidebar-toggle-line-last"></span> </div> </div> <aside id="sidebar" class="sidebar"> <div class="sidebar-inner"> <section class="site-overview sidebar-panel sidebar-panel-active "> <div class="site-author motion-element" itemprop="author" itemscope itemtype="http://schema.org/Person"> <img class="site-author-image" itemprop="image" src="http://i.imgur.com/fMwQDsN.jpg" alt="wudaown" /> <p class="site-author-name" itemprop="name">wudaown</p> <p class="site-description motion-element" itemprop="description">以在家上班为目标</p> </div> <nav class="site-state motion-element"> <div class="site-state-item site-state-posts"> <a href="/archives"> <span class="site-state-item-count">27</span> <span class="site-state-item-name">日志</span> </a> </div> <div class="site-state-item site-state-categories"> <a href="/categories"> <span class="site-state-item-count">13</span> <span class="site-state-item-name">分类</span> </a> </div> <div class="site-state-item site-state-tags"> <a href="/tags"> <span class="site-state-item-count">56</span> <span class="site-state-item-name">标签</span> </a> </div> </nav> <div class="links-of-author motion-element"> <span class="links-of-author-item"> <a href="https://github.com/wudaown" target="_blank" title="Github"> <i class="fa fa-fw fa-globe"></i> Github </a> </span> <span class="links-of-author-item"> <a href="https://twitter.com/wudaown" target="_blank" title="Twitter"> <i class="fa fa-fw fa-twitter"></i> Twitter </a> </span> </div> </section> </div> </aside> </div> </main> <footer id="footer" class="footer"> <div class="footer-inner"> <div class="copyright" > &copy; 2014 - <span itemprop="copyrightYear">2017</span> <span class="with-love"> <i class="fa fa-heart"></i> </span> <span class="author" itemprop="copyrightHolder">wudaown</span> </div> <div class="powered-by"> 由 <a class="theme-link" href="http://hexo.io">Hexo</a> 强力驱动 </div> <div class="theme-info"> 主题 - <a class="theme-link" href="https://github.com/iissnan/hexo-theme-next"> NexT.Pisces </a> </div> </div> </footer> <div class="back-to-top"> <i class="fa fa-arrow-up"></i> </div> </div> <script type="text/javascript"> if (Object.prototype.toString.call(window.Promise) !== '[object Function]') { window.Promise = null; } </script> <script type="text/javascript" src="/vendors/jquery/index.js?v=2.1.3"></script> <script type="text/javascript" src="/vendors/fastclick/lib/fastclick.min.js?v=1.0.6"></script> <script type="text/javascript" src="/vendors/jquery_lazyload/jquery.lazyload.js?v=1.9.7"></script> <script type="text/javascript" src="/vendors/velocity/velocity.min.js?v=1.2.1"></script> <script type="text/javascript" src="/vendors/velocity/velocity.ui.min.js?v=1.2.1"></script> <script type="text/javascript" src="/vendors/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script> <script type="text/javascript" src="/js/src/utils.js?v=5.0.1"></script> <script type="text/javascript" src="/js/src/motion.js?v=5.0.1"></script> <script type="text/javascript" src="/js/src/affix.js?v=5.0.1"></script> <script type="text/javascript" src="/js/src/schemes/pisces.js?v=5.0.1"></script> <script type="text/javascript" src="/js/src/bootstrap.js?v=5.0.1"></script> <script type="text/javascript"> var disqus_shortname = 'wudaown'; var disqus_identifier = 'categories/服务器/page/2/index.html'; var disqus_title = ''; var disqus_url = ''; function run_disqus_script(disqus_script){ var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; dsq.src = '//' + disqus_shortname + '.disqus.com/' + disqus_script; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); } run_disqus_script('count.js'); </script> </body> </html>
wudaown/wudaown.github.io
categories/服务器/page/2/index.html
HTML
mit
10,893
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>fcsl-pcm: 2 m 22 s 🏆</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.12.0 / fcsl-pcm - 1.3.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> fcsl-pcm <small> 1.3.0 <span class="label label-success">2 m 22 s 🏆</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-03-02 09:40:27 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-03-02 09:40:27 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 coq 8.12.0 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.05.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.05.0 Official 4.05.0 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.3 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;FCSL &lt;[email protected]&gt;&quot; homepage: &quot;http://software.imdea.org/fcsl/&quot; bug-reports: &quot;https://github.com/imdea-software/fcsl-pcm/issues&quot; dev-repo: &quot;git+https://github.com/imdea-software/fcsl-pcm.git&quot; license: &quot;Apache-2.0&quot; build: [ make &quot;-j%{jobs}%&quot; ] install: [ make &quot;install&quot; ] depends: [ &quot;coq&quot; {(&gt;= &quot;8.11&quot; &amp; &lt; &quot;8.13~&quot;) | (= &quot;dev&quot;)} &quot;coq-mathcomp-ssreflect&quot; {(&gt;= &quot;1.10.0&quot; &amp; &lt; &quot;1.12~&quot;) | (= &quot;dev&quot;)} ] tags: [ &quot;keyword:separation logic&quot; &quot;keyword:partial commutative monoid&quot; &quot;category:Computer Science/Data Types and Data Structures&quot; &quot;logpath:fcsl&quot; &quot;date:2020-10-15&quot; ] authors: [ &quot;Aleksandar Nanevski&quot; ] synopsis: &quot;Partial Commutative Monoids&quot; description: &quot;&quot;&quot; The PCM library provides a formalisation of Partial Commutative Monoids (PCMs), a common algebraic structure used in separation logic for verification of pointer-manipulating sequential and concurrent programs. The library provides lemmas for mechanised and automated reasoning about PCMs in the abstract, but also supports concrete common PCM instances, such as heaps, histories and mutexes. This library relies on extensionality axioms: propositional and functional extentionality.&quot;&quot;&quot; url { src: &quot;https://github.com/imdea-software/fcsl-pcm/archive/v1.3.0.tar.gz&quot; checksum: &quot;sha256=3ac78341d681df1a35ad720a84b81089eec1bee30197b15d15b29a3d8c3cec85&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-fcsl-pcm.1.3.0 coq.8.12.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-fcsl-pcm.1.3.0 coq.8.12.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>1 m 48 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-fcsl-pcm.1.3.0 coq.8.12.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>2 m 22 s</dd> </dl> <h2>Installation size</h2> <p>Total: 11 M</p> <ul> <li>2 M <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/fcsl/pcm/unionmap.vo</code></li> <li>1 M <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/fcsl/pcm/unionmap.glob</code></li> <li>1 M <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/fcsl/core/prelude.vo</code></li> <li>1012 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/fcsl/pcm/natmap.vo</code></li> <li>856 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/fcsl/pcm/natmap.glob</code></li> <li>428 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/fcsl/core/finmap.vo</code></li> <li>427 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/fcsl/pcm/morphism.vo</code></li> <li>365 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/fcsl/pcm/morphism.glob</code></li> <li>365 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/fcsl/core/prelude.glob</code></li> <li>310 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/fcsl/pcm/pcm.vo</code></li> <li>260 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/fcsl/core/finmap.glob</code></li> <li>247 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/fcsl/core/pred.vo</code></li> <li>221 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/fcsl/pcm/heap.vo</code></li> <li>199 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/fcsl/pcm/automap.vo</code></li> <li>192 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/fcsl/pcm/pcm.glob</code></li> <li>190 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/fcsl/pcm/unionmap.v</code></li> <li>181 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/fcsl/core/pred.glob</code></li> <li>154 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/fcsl/core/ordtype.vo</code></li> <li>142 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/fcsl/pcm/heap.glob</code></li> <li>120 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/fcsl/pcm/mutex.vo</code></li> <li>113 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/fcsl/pcm/natmap.v</code></li> <li>112 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/fcsl/core/ordtype.glob</code></li> <li>111 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/fcsl/core/rtc.vo</code></li> <li>110 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/fcsl/pcm/invertible.vo</code></li> <li>100 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/fcsl/pcm/automap.glob</code></li> <li>82 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/fcsl/core/seqperm.vo</code></li> <li>76 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/fcsl/pcm/lift.vo</code></li> <li>62 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/fcsl/pcm/mutex.glob</code></li> <li>57 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/fcsl/pcm/morphism.v</code></li> <li>48 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/fcsl/core/rtc.glob</code></li> <li>44 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/fcsl/core/finmap.v</code></li> <li>42 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/fcsl/core/pred.v</code></li> <li>42 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/fcsl/core/seqperm.glob</code></li> <li>42 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/fcsl/pcm/invertible.glob</code></li> <li>35 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/fcsl/pcm/pcm.v</code></li> <li>30 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/fcsl/core/axioms.vo</code></li> <li>29 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/fcsl/pcm/lift.glob</code></li> <li>28 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/fcsl/pcm/automap.v</code></li> <li>24 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/fcsl/pcm/heap.v</code></li> <li>23 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/fcsl/core/prelude.v</code></li> <li>18 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/fcsl/core/ordtype.v</code></li> <li>13 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/fcsl/core/axioms.glob</code></li> <li>11 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/fcsl/pcm/mutex.v</code></li> <li>10 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/fcsl/core/rtc.v</code></li> <li>8 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/fcsl/pcm/lift.v</code></li> <li>8 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/fcsl/core/seqperm.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/fcsl/pcm/invertible.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/fcsl/core/axioms.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/fcsl/options.vo</code></li> <li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/fcsl/options.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/fcsl/options.glob</code></li> </ul> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-fcsl-pcm.1.3.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.05.0-2.0.1/released/8.12.0/fcsl-pcm/1.3.0.html
HTML
mit
12,835
--- # DO NOT EDIT! # This file is automatically generated by get-members. If you change it, bad # things will happen. layout: default title: "Lord Teverson" house: lords --- <div class="row"> <div class="col-md-8"> {% include members/lord-teverson.html %} <h3>What is Lord Teverson interested in?</h3> <p>Lord Teverson hasn't said he is interested in anything! Why not <a href="http://www.writetothem.com">write to them</a> and ask?</p> </div> <div class="col-md-4"> <div class="panel panel-default"> <div class="panel-heading"> <h3 class="panel-title">Party</h3> </div> <div class="panel-body"> <p>Lord Teverson is part of the <b>Liberal Democrat</b> party.</p> <p class="small"><a href="{{ site.baseurl }}/glossary.html#party">What is a party?</a><p> </div> </div> </div> </div>
JeniT/childs-guide-to-parliament
members/lord-teverson.html
HTML
mit
944
<div id="disqus_thread"></div> <script type="text/javascript"> /* * * CONFIGURATION VARIABLES * * */ var disqus_shortname = 'gjdanis'; /* * * DON'T EDIT BELOW THIS LINE * * */ (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })(); </script> <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>
gjdanis/gjdanis.github.io
_includes/comments.html
HTML
mit
659
<!doctype html> <!--[if lt IE 7 ]> <html lang="en" class="no-js ie6"> <![endif]--> <!--[if IE 7 ]> <html lang="en" class="no-js ie7"> <![endif]--> <!--[if IE 8 ]> <html lang="en" class="no-js ie8"> <![endif]--> <!--[if IE 9 ]> <html lang="en" class="no-js ie9"> <![endif]--> <!--[if (gt IE 9)|!(IE)]><!--> <html lang="en" class="no-js"><!--<![endif]--> <head> <title>FLEET Example Search</title> <meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-touch-fullscreen" content="yes"> <meta charset="UTF-8" /> <link rel="stylesheet" type="text/css" href="css/all.css"> </head> <body> <!--[if lt IE 7]> <p class="chromeframe" style="background:#eee; padding:10px; width:100%">Your browser is <em>ancient!</em> <a href="http://browsehappy.com/">Upgrade to a different browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to experience this site.</p> <![endif]--> <div class="flakes-frame"> <div class="flakes-navigation"> <a href="landing.html" class="logo"> <img src="img/logo.png" width="120"> </a> <ul> <li class="title">Menu</li> <li><a href="patient-search.html">Patient Record Search</a></li> <li><a href="custom-search.html">Custom Search Feature</a></li> </ul> <p class="foot"> Hello <b>Bobby Admin</b><br> <a href="shs-user.html">SHS User Account</a> &bullet; <a href="home.html">Logout</a> </p> </div> <div class="flakes-content"> <div class="flakes-mobile-top-bar"> <a href="" class="logo-wrap"> <img src="img/logo.png" height="30px"> </a> <a href="" class="navigation-expand-target"> <img src="img/site-wide/navigation-expand-target.png" height="26px"> </a> </div> <div class="view-wrap"> <div style="height: 1167px;" class="flakes-content"> <h2>Search Demo</h2> <h3>Patient-Level Search</h3> <p><b>Search</b> at the patient-level by name or <b>MRN</b>.</p> <p>If you don't have the patient name, you can search by other factors listed.</p> <h4>Patient Search</h4> <div id="inventory-search"> <div class="flakes-search"> <input class="search-box search" placeholder="Search Patients" autofocus=""> </div> <div class="flakes-actions-bar"> <a class="action button-gray smaller right" href="">Clear</a> </div> <table class="flakes-table"> <colgroup> <col style="width:20px" span="1"> <col style="width:40%" span="1"> </colgroup> <thead> <tr> <td><input type="checkbox"></td> <td class="company">Patient Name</td> <td class="contact">MRN</td> <td class="city">City</td> <td class="name">Primary Contact</td> </tr> </thead> <tbody class="list"><tr> <td><input type="checkbox"></td> <td class="company"><a href="patient-report.html">Dave Folscomb</a></td> <td class="contact">6541816</td> <td class="city">Efland</td> <td class="name">Dana Parks</td> </tr><tr> <td><input type="checkbox"></td> <td class="company"><a href="patient-report.html">Ed Seth Pellen</a></td> <td class="contact">9375793</td> <td class="city">MaCalley</td> <td class="name">Michelle Kirkland</td> </tr><tr> <td><input type="checkbox"></td> <td class="company"><a href="patient-report.html">Mac Smith</a></td> <td class="contact">6829676</td> <td class="city">Ballerton</td> <td class="name">Warren Morales</td> </tr><tr> <td><input type="checkbox"></td> <td class="company"><a href="patient-report.html">August Potter</a></td> <td class="contact">3891087</td> <td class="city">Litchford</td> <td class="name">Steven Madden</td> </tr><tr> <td><input type="checkbox"></td> <td class="company"><a href="patient-report.html">Daphne Sanders</a></td> <td class="contact">8937857</td> <td class="city">Framingham</td> <td class="name">Sierra Morton</td> </tr><tr> <td><input type="checkbox"></td> <td class="company"><a href="patient-report.html">Elford Brimley</a></td> <td class="contact">9678521</td> <td class="city">Martinsville</td> <td class="name">Maya Ayers</td> </tr><tr> <td><input type="checkbox"></td> <td class="company"><a href="patient-report.html">Tim Cooper</a></td> <td class="contact">4867965</td> <td class="city">Mallerton</td> <td class="name">Ruth Lee</td> </tr><tr> <td><input type="checkbox"></td> <td class="company"><a href="patient-report.html">Edward Alford Boggs</a></td> <td class="contact">4622201</td> <td class="city">Mimpton</td> <td class="name">Noel Langley</td> </tr><tr> <td><input type="checkbox"></td> <td class="company"><a href="patient-report.html">Dave Fanning</a></td> <td class="contact">6541816</td> <td class="city">Erberville</td> <td class="name">Dane Pantella</td> </tr><tr> <td><input type="checkbox"></td> <td class="company"><a href="patient-report.html">Sam Papkon</a></td> <td class="contact">9375793</td> <td class="city">Mitreville</td> <td class="name">Michael Papkon</td> </tr><tr> <td><input type="checkbox"></td> <td class="company"><a href="patient-report.html">Michael Macntyre</a></td> <td class="contact">6829676</td> <td class="city">Wilforton</td> <td class="name">Wally Newten</td> </tr><tr> <td><input type="checkbox"></td> <td class="company"><a href="patient-report.html">Allan Portman</a></td> <td class="contact">3891087</td> <td class="city">Luxemton</td> <td class="name">Steven Madson</td> </tr><tr> <td><input type="checkbox"></td> <td class="company"><a href="patient-report.html">Daria Miller</a></td> <td class="contact">8937857</td> <td class="city">Fitch Fork</td> <td class="name">Sally Morton</td> </tr><tr> <td><input type="checkbox"></td> <td class="company"><a href="patient-report.html">Eric Miller</a></td> <td class="contact">9678521</td> <td class="city">Mayberry</td> <td class="name">Malina Ayers</td> </tr><tr> <td><input type="checkbox"></td> <td class="company"><a href="patient-report.html">Tina Dobson</a></td> <td class="contact">4867965</td> <td class="city">Moxton</td> <td class="name">Ruth Lee</td> </tr><tr> <td><input type="checkbox"></td> <td class="company"><a href="patient-report.html">Gilbert Gillingham</a></td> <td class="contact">4622201</td> <td class="city">Mullberry</td> <td class="name">Noel Langley</td> </tr></tbody> </table> <div class="flakes-pagination right"> <a href="">Prev</a> &nbsp; <input value="1"> <i>of</i> 1 &nbsp; <a href="">Next</a> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <link rel="stylesheet" type="text/css" href="css/prism.css"> <link rel="stylesheet" type="text/css" href="css/gridforms.css"> <script src="js/jquery.js"></script> <script src="js/snap.js"></script> <script src="js/responsive-elements.js"></script> <script src="js/gridforms.js"></script> <script src="js/prism.js"></script> <script src="js/base.js"></script> <script src="js/list.js"></script> <script type="text/javascript" src="http://getflakes.com/static/js/preview.js"></script> </body> </html>
FleetDemo/demo
patient-search.html
HTML
mit
7,874
<head> %include templates/parts/head.html <script type="text/x-mathjax-config"> MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}}); </script> <script src="http://cdnjs.cloudflare.com/ajax/libs/mathjs/3.1.0/math.min.js"></script> <script src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script> </head> <body> <!-- Navigation Bar --> %include templates/parts/navBar.html <div class="container"> <!-- Header --> <div class="row"> <div class="col-sm-12"> <div id="pageHeader"> <h1> A Titanic Probability </h1> <p> Thanks to Kaggle and encyclopedia-titanica for the dataset. </p> </div> <hr/> </div> </div> <div class="row"> <div class="col-sm-12"> <p> This is a question of <a href="{{pathToRoot}}psets/pset5.html">Problem set 5</a>. In this problem you will use real data from the Titanic to calculate conditional probabilities and expectations. </p> <p> <div class="row"> <div class="col-sm-6"> <iframe width="100%" height="250" src="https://www.youtube.com/embed/3lyiZMeTKIo" frameborder="0" allowfullscreen></iframe> </div> <div class="col-sm-6"> <iframe width="100%" height="250" src="https://www.youtube.com/embed/ItjXTieWKyI" frameborder="0" allowfullscreen></iframe> </div> </div> <center><i>tldr: the ship sinks</i></center> </p> <div class="row"> <div class="col-sm-9"> <p> On April 15, 1912, the largest passenger liner ever made collided with an iceberg during her maiden voyage. When the Titanic sank it killed 1502 out of 2224 passengers and crew. This sensational tragedy shocked the international community and led to better safety regulations for ships. One of the reasons that the shipwreck resulted in such loss of life was that there were not enough lifeboats for the passengers and crew. Although there was some element of luck involved in surviving the sinking, some groups of people were more likely to survive than others. </p> <p> The <a href="stuff/titanic.csv">titanic.csv</a> file contains data for 887 of the real Titanic passengers. Each row represents one person. The columns describe different attributes about the person including whether they survived ($S$), their age ($A$), their passenger-class ($C$), their sex ($G$) and the fare they paid ($X$). </p> <p> [Quetion12] Write a program that <b>reads the data file</b> and finds the answers to the following questions: </p> <p> <ol type="a"> <li>Calculate the conditional probability that a person survives given their sex and passenger-class:<br/> $P(S=\text{ true | } G = \text{female}, C = 1)$<br/> $P(S=\text{ true | } G = \text{female}, C = 2)$<br/> $P(S=\text{ true | } G = \text{female}, C = 3)$<br/> $P(S=\text{ true | } G = \text{male}, C = 1)$<br/> $P(S=\text{ true | } G = \text{male}, C = 2)$<br/> $P(S=\text{ true | } G = \text{male}, C = 3)$</li> <li>What is the probability that a child who is in third class and is 10 years old or younger survives? Since the number of data points that satisfy the condition is small use the "bayesian" approach and represent your probability as a beta distribution. Calculate a belief distribution for: <br/>$S=\text{ true | } A &leq; 10, C = 3$<br/>. Report the prior belief that you used and your final answer as parameterized distributions.</li> <li>How much did people pay to be on the ship? Calculate the expectation of fare conditioned on passenger-class:<br/> $E[X \text{ | } C = 1]$<br/> $E[X \text{ | } C = 2]$<br/> $E[X \text{ | } C = 3]$</li> </ol> </p> <p> You only have to submit your answers, not your program. <p> Aside: In making this problem I learned that there were somewhere between 80 and 153 passengers from present day Lebanon (then Ottoman Empire) on the Titanic. That would be 7% of the people aboard. </p> </div> <div class="col-sm-3"> <center> <a href="stuff/titanic.csv">Titanic Dataset<br/><span class="glyphicon glyphicon-save-file" aria-hidden="true" style="font-size: 5em;margin-left:5px"></span> </a> </center> <br/><br/> Dataset columns: <ul class="list-group"> <li class="list-group-item">0: Survived Indicator</li> <li class="list-group-item">1: Passenger Class</li> <li class="list-group-item">2: Name</li> <li class="list-group-item">3: Sex</li> <li class="list-group-item">4: Age</li> <li class="list-group-item">5: Siblings Aboard</li> <li class="list-group-item">6: Parents Aboard</li> <li class="list-group-item">7: Fare paid in &pound;s</li> </ul> </div> </div> <hr/> <h3>Extensions?</h3> <p>See if you can find something suprising in the dataset. Can you predict p? Can you find interesting correlations?</p> </div> </div> %include templates/parts/footer.html </div> </body>
chrispiech/cs109-2017-spr
templates/titanic.html
HTML
mit
5,079
<!DOCTYPE html> <html> <head lang="en"> <meta charset="UTF-8"> <title>Client side html widgets</title> <script src="//code.jquery.com/jquery-1.11.0.min.js"></script> <link href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet"> </head> <body> <div class="container"> <h1>Client side html widgets</h1> <div class="well"> <p> This shows how you can use new "html-client" recipe to create editable html widgets. "html-client" recipe is the only one being rendered on the client (browser) side. This allows widgets to be more user interactive and use javascript functions provided by the parent page. </p> <p> Hover the widget and click Edit button to pop up jsreport editor where you can modify widget. </p> </div> <div class="grid"> <div class="row"> <div class="col-md-4"> <div data-jsreport-widget="b1I_ThWlS" style="height: 500px"></div> </div> <div class="col-md-8"> <div data-jsreport-widget="WJXsC2-er" style="height: 500px"></div> </div> </div> </div> <div class="jsreport-backdrop" style="display:none;background-color: #a3a3a3; opacity: 0.5; position: fixed; left: 0; top: 0; right:0; bottom:0; z-index: 100;"></div> </div> <script> var issues = [ {title: "Invalid html", priority: "important"}, {title: "Failure on startup", priority: "minor"}, {title: "Missing validation for email", priority: "medium"}, {title: "Performance issues", priority: "medium"}, {title: "Blue screen", priority: "medium"}, {title: "Double click prevention", priority: "medium"}, {title: "Reset password", priority: "minor"}, {title: "Deleting account", priority: "medium"} ]; window.jsreportInit = function (jsreport) { jsreport.setClientContext({ loadData: function(filter, cb) { if (!cb) return filter({ issues: issues}); var filteredIssues = issues.filter(function(i) { return i.title.lastIndexOf(filter, 0) === 0; }); cb({ issues: filteredIssues}); } }); jsreport.renderAll(); }; </script> <script> (function (d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) { return; } js = d.createElement(s); js.id = id; js.src = "http://local.net:2000/extension/embedding/public/embed.min.js"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'jsreport-embedding')); </script> </body> </html>
pofider/jsreport-embedding
views/example3.html
HTML
mit
2,786
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><HTML> <HEAD> <TITLE></TITLE> </HEAD> <BODY> <A name=1></a><hr> <A name=2></a><hr> <A name=3></a><hr> <A name=4></a><hr> <A name=5></a><hr> <A name=6></a><hr> <A name=7></a><hr> <A name=8></a><hr> <A name=9></a>Directional Survey Certification<br> Operator: Continental Resources Inc.<br> Well Name: Stangeland 3-7H1<br> API: 33-105-03650<br> Enseco Job#: ND1409-0006CON<br> Job Type: MWD D&amp;I<br> County, State: Wil iams County, N. Dakota<br> Well Surface Hole Location (SHL): Lot 7, Sec. 6, T153N, R99W, (300' FSL ­ 790' FWL)<br> Latitude: 48° 05' 50.678 N<br> Longitude: 103° 28' 17.706 W<br> Datum: Nad 83<br> Final MWD Report Date: Sep. 06, 2014<br> MWD Survey Run Date: Sep. 05, 2014 to Sep. 06, 2014<br> Tied In to Surveys Provided By: Enseco Directional Dril ing D&amp;I MWD<br> MD: Surface<br> MWD Surveyed from 00 ft to 2328 ft MD Survey Type: Positive Pulse D&amp;I MWD<br> Sensor to Bit: 40 ft<br> Rig Contractor: Cyclone<br> Rig Number:33<br> RKB Height: 2326.1 ft<br> GL Elevation: 2306.1 ft<br> MWD Surveyor Name: Jonathan Hopper<br> "The data and calculations for this survey have been checked by me and conform to the calibration<br> standards and operational procedures set forth by Enseco Energy Services USA Corp. I am authorized and<br> qualified to review the data, calculations and this report and that the report represents a true and correct<br> Directional Survey of this well based on the original data corrected to True North and obtained at the well<br> site. Wellbore coordinates are calculated using the minimum curvature method."<br> Jonathan Hovland, Wel Planner<br> Jonathan Hovland<br> September 22</span><span class="ft5">nd </span><span class="ft1">2014<br> Enseco Representative Name, Title<br> Signature<br> Date Signed<br> On this the __ day of ___, 20__, before me personally appeared First &amp; Last Name, to me known as<br> the person described in and who executed the foregoing instrument and acknowledged the<br> (s)he executed the same as his/her free act and deed.<br> Seal:<br> Notary Public<br> Commission Expiry<br> <hr> <A name=10></a>Enseco Survey Report<br> 22 September, 2014<br> Continental Resources Inc.<br> Williams County, N. Dakota<br> Lot 7 Sec..6 Twp.153N Rge.99W<br> Stangeland 3-7H1<br> Job # ND1409-0006CON<br> API#: 33-105-03650<br> Design: Final Surveys Vertical Section<br> <hr> <A name=11></a>ENSECO Energy Services<br> Survey Report<br> Company:<br> Continental Resources Inc.<br> Local Co-ordinate Reference:<br> Well Stangeland 3-7H1<br> Project:<br> Williams County, N. Dakota<br> Ground Level Elevation:<br> 2,306.10usft<br> Site:<br> Lot 7 Sec..6 Twp.153N Rge.99W<br> Wellhead Elevation:<br> KB 20 @ 2326.10usft (Cyclone #33)<br> Well:<br> Stangeland 3-7H1<br> North Reference:<br> True<br> Wellbore:<br> Job # ND1409-0006CON<br> Survey Calculation Method:<br> Minimum Curvature<br> Design:<br> Final Surveys Vertical Section<br> Database:<br> EDM5000<br> Project<br> Williams County, N. Dakota<br> Map System:<br> US State Plane 1983<br> System Datum:<br> Mean Sea Level<br> Geo Datum:<br> North American Datum 1983<br> Map Zone:<br> North Dakota Northern Zone<br> Using geodetic scale factor<br> Site<br> Lot 7 Sec..6 Twp.153N Rge.99W<br> Site Position:<br> Northing:<br> 414,309.94 usft<br> Latitude:<br> 48° 5' 50.677 N<br> From:<br> Lat/Long<br> Easting:<br> 1,242,509.41 usft<br> Longitude:<br> 103° 28' 18.369 W<br> Position Uncertainty:<br> 0.00 usft<br> Slot Radius:<br> 13-3/16 &quot;<br> Grid Convergence:<br> -2.211 °<br> Well<br> Stangeland 3-7H1<br> |<br> API#: 33-105-03650<br> Well Position<br> +N/-S<br> 0.09 usft<br> Northing:<br> 414,308.29 usft<br> Latitude:<br> 48° 5' 50.678 N<br> +E/-W<br> 45.01 usft<br> Easting:<br> 1,242,554.38 usft<br> Longitude:<br> 103° 28' 17.706 W<br> Position Uncertainty<br> 0.00 usft<br> Wellhead Elevation:<br> 2,326.10 usft<br> Ground Level:<br> 2,306.10usft<br> Wellbore<br> Job # ND1409-0006CON<br> Magnetics<br> Model Name<br> Sample Date<br> Declination<br> Dip Angle<br> Field Strength<br> (°)<br> (°)<br> (nT)<br> IGRF2010<br> 9/15/2014<br> 8.129<br> 73.012<br> 56,421<br> Design:<br> Final Surveys Vertical Section<br> Survey Error Model:<br> Standard ISCWSA MWD Tool<br> Audit Notes:<br> Version:<br> 1.0<br> Phase:<br> ACTUAL<br> Tie On Depth:<br> 0.00<br> Vertical Section:<br> Depth From (TVD)<br> +N/-S<br> +E/-W<br> Direction<br> (usft)<br> (usft)<br> (usft)<br> (°)<br> 0.00<br> 0.00<br> 0.00<br> 258.33<br> 9/22/2014 9:10:18AM<br> Page 2<br> COMPASS 5000.1 Build 56<br> <hr> <A name=12></a>ENSECO Energy Services<br> Survey Report<br> Company:<br> Continental Resources Inc.<br> Local Co-ordinate Reference:<br> Well Stangeland 3-7H1<br> Project:<br> Williams County, N. Dakota<br> Ground Level Elevation:<br> 2,306.10usft<br> Site:<br> Lot 7 Sec..6 Twp.153N Rge.99W<br> Wellhead Elevation:<br> KB 20 @ 2326.10usft (Cyclone #33)<br> Well:<br> Stangeland 3-7H1<br> North Reference:<br> True<br> Wellbore:<br> Job # ND1409-0006CON<br> Survey Calculation Method:<br> Minimum Curvature<br> Design:<br> Final Surveys Vertical Section<br> Database:<br> EDM5000<br> Survey<br> Vertical<br> Dogleg<br> Build<br> Turn<br> MD<br> Inc<br> Azi<br> TVD<br> SS<br> +N/-S<br> +E/-W<br> Section<br> Rate<br> Rate<br> Rate<br> (usft)<br> (°)<br> (°)<br> (usft)<br> (usft)<br> (usft)<br> (usft)<br> (usft)<br> (°/100usft)<br> (°/100usft)<br> (°/100usft)<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 2,326.10<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 125.00<br> 0.90<br> 289.50<br> 124.99<br> 2,201.11<br> 0.33<br> -0.93<br> 0.84<br> 0.72<br> 0.72<br> 0.00<br> 204.00<br> 0.40<br> 329.20<br> 203.99<br> 2,122.11<br> 0.77<br> -1.65<br> 1.46<br> 0.82<br> -0.63<br> 50.25<br> 284.00<br> 0.50<br> 311.20<br> 283.99<br> 2,042.11<br> 1.24<br> -2.06<br> 1.76<br> 0.21<br> 0.12<br> -22.50<br> 364.00<br> 0.50<br> 282.80<br> 363.98<br> 1,962.12<br> 1.55<br> -2.66<br> 2.29<br> 0.31<br> 0.00<br> -35.50<br> 456.00<br> 0.50<br> 277.10<br> 455.98<br> 1,870.12<br> 1.69<br> -3.45<br> 3.04<br> 0.05<br> 0.00<br> -6.20<br> 549.00<br> 0.50<br> 245.20<br> 548.98<br> 1,777.12<br> 1.57<br> -4.22<br> 3.82<br> 0.30<br> 0.00<br> -34.30<br> 642.00<br> 0.40<br> 232.50<br> 641.97<br> 1,684.13<br> 1.20<br> -4.85<br> 4.50<br> 0.15<br> -0.11<br> -13.66<br> 736.00<br> 0.40<br> 206.10<br> 735.97<br> 1,590.13<br> 0.70<br> -5.25<br> 5.00<br> 0.19<br> 0.00<br> -28.09<br> 830.00<br> 0.50<br> 194.50<br> 829.97<br> 1,496.13<br> 0.01<br> -5.50<br> 5.38<br> 0.14<br> 0.11<br> -12.34<br> 923.00<br> 0.40<br> 241.30<br> 922.97<br> 1,403.13<br> -0.54<br> -5.88<br> 5.87<br> 0.40<br> -0.11<br> 50.32<br> 1,015.00<br> 0.40<br> 251.50<br> 1,014.96<br> 1,311.14<br> -0.79<br> -6.47<br> 6.50<br> 0.08<br> 0.00<br> 11.09<br> 1,108.00<br> 0.40<br> 167.10<br> 1,107.96<br> 1,218.14<br> -1.21<br> -6.71<br> 6.81<br> 0.58<br> 0.00<br> -90.75<br> 1,201.00<br> 0.20<br> 89.80<br> 1,200.96<br> 1,125.14<br> -1.53<br> -6.47<br> 6.65<br> 0.44<br> -0.22<br> -83.12<br> 1,293.00<br> 0.20<br> 117.20<br> 1,292.96<br> 1,033.14<br> -1.60<br> -6.17<br> 6.36<br> 0.10<br> 0.00<br> 29.78<br> 1,386.00<br> 0.40<br> 302.80<br> 1,385.96<br> 940.14<br> -1.50<br> -6.30<br> 6.47<br> 0.64<br> 0.22<br> -187.53<br> 1,480.00<br> 0.40<br> 9.60<br> 1,479.96<br> 846.14<br> -1.00<br> -6.52<br> 6.58<br> 0.47<br> 0.00<br> 71.06<br> 1,572.00<br> 0.20<br> 169.20<br> 1,571.96<br> 754.14<br> -0.84<br> -6.43<br> 6.47<br> 0.64<br> -0.22<br> 173.48<br> 1,665.00<br> 0.20<br> 141.40<br> 1,664.96<br> 661.14<br> -1.12<br> -6.30<br> 6.40<br> 0.10<br> 0.00<br> -29.89<br> 1,755.00<br> 0.20<br> 323.20<br> 1,754.96<br> 571.14<br> -1.12<br> -6.30<br> 6.40<br> 0.44<br> 0.00<br> -198.00<br> 1,849.00<br> 0.40<br> 91.90<br> 1,848.96<br> 477.14<br> -1.00<br> -6.07<br> 6.15<br> 0.58<br> 0.21<br> 136.91<br> 1,942.00<br> 0.20<br> 169.90<br> 1,941.96<br> 384.14<br> -1.17<br> -5.72<br> 5.83<br> 0.44<br> -0.22<br> 83.87<br> 2,032.00<br> 0.20<br> 61.90<br> 2,031.96<br> 294.14<br> -1.25<br> -5.55<br> 5.69<br> 0.36<br> 0.00<br> -120.00<br> 2,126.00<br> 0.20<br> 359.10<br> 2,125.96<br> 200.14<br> -1.01<br> -5.41<br> 5.50<br> 0.22<br> 0.00<br> -66.81<br> 2,218.00<br> 0.40<br> 114.70<br> 2,217.95<br> 108.15<br> -0.98<br> -5.12<br> 5.21<br> 0.56<br> 0.22<br> 125.65<br> 2,312.00<br> 0.50<br> 68.70<br> 2,311.95<br> 14.15<br> -0.97<br> -4.44<br> 4.54<br> 0.39<br> 0.11<br> -48.94<br> Last MWD Survey<br> 2,328.00<br> 0.50<br> 284.50<br> 2,327.95<br> -1.85<br> -0.93<br> -4.44<br> 4.54<br> 5.95<br> 0.00<br> -901.25<br> Design Annotations<br> Local Coordinates<br> MD<br> TVD<br> +N/-S<br> +E/-W<br> (usft)<br> (usft)<br> (usft)<br> (usft)<br> Comment<br> 2,328.00<br> 2,327.95<br> -0.93<br> -4.44<br> Last MWD Survey<br> 9/22/2014 9:10:18AM<br> Page 3<br> COMPASS 5000.1 Build 56<br> <hr> <A name=13></a><hr> <A name=14></a>SURVEY CALCULATION PROGRAM<br> 1/16/15 9:46<br> V09.04.02<br> Company:<br> Continental Resources, Inc.<br> Well Name:<br> Stangeland 3-7H1<br> Location:<br> Williams County, ND<br> Rig:<br> Cyclone #33<br> Magnetic Declination:<br> 8.14<br> Job Number:<br> DDMT-140806<br> API #:<br> 33-105-03650<br> Vertical Section Azimuth:<br> 178.03<br> Proposed Direction:<br> 178.03<br> Survey Calculation Method:<br> Minimum Curvature<br> MD<br> INC<br> AZM<br> TVD<br> N/S<br> E/W<br> VS<br> PTB:<br> 21,725<br> 89.4<br> 178.5<br> 11224.49<br> -10607.9<br> 375.3<br> 10614.53<br> Depth<br> Inc<br> Azm<br> TVD<br> N/S<br> E/W<br> Surface<br> Closure<br> DLS/<br> BUR/<br> #<br> Feet<br> Degrees<br> Degrees<br> Feet<br> Feet<br> Feet<br> Vert Sec<br> Distance<br> Azm<br> 100<br> 100'<br> TIE IN<br> 2,328<br> 0.50<br> 284.50<br> 2327.95<br> -0.93<br> -4.44<br> 0.78<br> 4.54<br> 258.17<br> 1<br> 2,384<br> 0.70<br> 22.90<br> 2383.95<br> -0.55<br> -4.54<br> 0.40<br> 4.58<br> 263.05<br> 1.64<br> 0.36<br> 2<br> 2,479<br> 1.00<br> 50.10<br> 2478.94<br> 0.51<br> -3.68<br> -0.64<br> 3.72<br> 277.93<br> 0.52<br> 0.32<br> 3<br> 2,575<br> 0.80<br> 43.70<br> 2574.93<br> 1.53<br> -2.58<br> -1.62<br> 3.00<br> 300.78<br> 0.23<br> -0.21<br> 4<br> 2,669<br> 1.00<br> 53.10<br> 2668.91<br> 2.50<br> -1.47<br> -2.55<br> 2.90<br> 329.62<br> 0.26<br> 0.21<br> 5<br> 2,763<br> 1.00<br> 34.20<br> 2762.90<br> 3.67<br> -0.35<br> -3.68<br> 3.69<br> 354.56<br> 0.35<br> 0.00<br> 6<br> 2,858<br> 0.80<br> 45.10<br> 2857.89<br> 4.83<br> 0.59<br> -4.80<br> 4.86<br> 6.92<br> 0.28<br> -0.21<br> 7<br> 2,953<br> 0.80<br> 19.00<br> 2952.88<br> 5.92<br> 1.27<br> -5.87<br> 6.06<br> 12.12<br> 0.38<br> 0.00<br> 8<br> 3,048<br> 0.90<br> 28.60<br> 3047.87<br> 7.20<br> 1.84<br> -7.14<br> 7.44<br> 14.37<br> 0.18<br> 0.11<br> 9<br> 3,143<br> 1.00<br> 6.50<br> 3142.86<br> 8.68<br> 2.30<br> -8.60<br> 8.98<br> 14.81<br> 0.40<br> 0.11<br> 10<br> 3,237<br> 1.20<br> 10.80<br> 3236.84<br> 10.46<br> 2.57<br> -10.37<br> 10.78<br> 13.82<br> 0.23<br> 0.21<br> 11<br> 3,332<br> 1.30<br> 5.70<br> 3331.82<br> 12.51<br> 2.87<br> -12.41<br> 12.84<br> 12.90<br> 0.16<br> 0.11<br> 12<br> 3,426<br> 0.20<br> 251.50<br> 3425.81<br> 13.52<br> 2.82<br> -13.42<br> 13.81<br> 11.77<br> 1.48<br> -1.17<br> 13<br> 3,521<br> 0.50<br> 251.20<br> 3520.81<br> 13.34<br> 2.27<br> -13.25<br> 13.53<br> 9.65<br> 0.32<br> 0.32<br> 14<br> 3,615<br> 0.10<br> 246.50<br> 3614.81<br> 13.17<br> 1.80<br> -13.10<br> 13.29<br> 7.80<br> 0.43<br> -0.43<br> 15<br> 3,711<br> 0.20<br> 338.30<br> 3710.81<br> 13.29<br> 1.66<br> -13.23<br> 13.40<br> 7.14<br> 0.24<br> 0.10<br> 16<br> 3,805<br> 0.10<br> 12.70<br> 3804.80<br> 13.53<br> 1.62<br> -13.46<br> 13.62<br> 6.84<br> 0.14<br> -0.11<br> 17<br> 3,901<br> 0.40<br> 352.90<br> 3900.80<br> 13.94<br> 1.60<br> -13.88<br> 14.03<br> 6.54<br> 0.32<br> 0.31<br> 18<br> 3,994<br> 0.30<br> 291.70<br> 3993.80<br> 14.35<br> 1.33<br> -14.30<br> 14.41<br> 5.31<br> 0.39<br> -0.11<br> 19<br> 4,089<br> 0.10<br> 333.90<br> 4088.80<br> 14.52<br> 1.07<br> -14.47<br> 14.56<br> 4.20<br> 0.25<br> -0.21<br> 20<br> 4,183<br> 0.10<br> 305.80<br> 4182.80<br> 14.64<br> 0.96<br> -14.60<br> 14.67<br> 3.76<br> 0.05<br> 0.00<br> 21<br> 4,278<br> 0.30<br> 232.80<br> 4277.80<br> 14.54<br> 0.70<br> -14.51<br> 14.56<br> 2.75<br> 0.30<br> 0.21<br> 22<br> 4,373<br> 0.20<br> 291.10<br> 4372.80<br> 14.45<br> 0.34<br> -14.43<br> 14.45<br> 1.37<br> 0.27<br> -0.11<br> 23<br> 4,468<br> 0.40<br> 258.20<br> 4467.80<br> 14.44<br> -0.13<br> -14.44<br> 14.44<br> 359.47<br> 0.27<br> 0.21<br> 24<br> 4,562<br> 0.10<br> 271.50<br> 4561.80<br> 14.38<br> -0.54<br> -14.39<br> 14.39<br> 357.86<br> 0.32<br> -0.32<br> 25<br> 4,655<br> 0.30<br> 282.00<br> 4654.80<br> 14.43<br> -0.86<br> -14.45<br> 14.45<br> 356.60<br> 0.22<br> 0.22<br> 26<br> 4,750<br> 0.20<br> 265.30<br> 4749.80<br> 14.47<br> -1.27<br> -14.50<br> 14.52<br> 355.00<br> 0.13<br> -0.11<br> 27<br> 4,845<br> 0.20<br> 76.10<br> 4844.80<br> 14.49<br> -1.27<br> -14.53<br> 14.55<br> 354.99<br> 0.42<br> 0.00<br> 28<br> 4,939<br> 0.30<br> 46.90<br> 4938.80<br> 14.70<br> -0.93<br> -14.72<br> 14.73<br> 356.38<br> 0.17<br> 0.11<br> 29<br> 5,033<br> 0.50<br> 33.70<br> 5032.79<br> 15.21<br> -0.52<br> -15.22<br> 15.22<br> 358.03<br> 0.23<br> 0.21<br> 30<br> 5,128<br> 0.30<br> 28.40<br> 5127.79<br> 15.77<br> -0.18<br> -15.77<br> 15.77<br> 359.36<br> 0.21<br> -0.21<br> 31<br> 5,223<br> 0.70<br> 48.00<br> 5222.79<br> 16.38<br> 0.37<br> -16.36<br> 16.38<br> 1.31<br> 0.45<br> 0.42<br> Page 1<br> <hr> <A name=15></a>SURVEY CALCULATION PROGRAM<br> 1/16/15 9:46<br> V09.04.02<br> Company:<br> Continental Resources, Inc.<br> Well Name:<br> Stangeland 3-7H1<br> Location:<br> Williams County, ND<br> Rig:<br> Cyclone #33<br> Magnetic Declination:<br> 8.14<br> Job Number:<br> DDMT-140806<br> API #:<br> 33-105-03650<br> Vertical Section Azimuth:<br> 178.03<br> Proposed Direction:<br> 178.03<br> Survey Calculation Method:<br> Minimum Curvature<br> MD<br> INC<br> AZM<br> TVD<br> N/S<br> E/W<br> VS<br> PTB:<br> 21,725<br> 89.4<br> 178.5<br> 11224.49<br> -10607.9<br> 375.3<br> 10614.53<br> Depth<br> Inc<br> Azm<br> TVD<br> N/S<br> E/W<br> Surface<br> Closure<br> DLS/<br> BUR/<br> #<br> Feet<br> Degrees<br> Degrees<br> Feet<br> Feet<br> Feet<br> Vert Sec<br> Distance<br> Azm<br> 100<br> 100'<br> 32<br> 5,318<br> 0.50<br> 33.70<br> 5317.78<br> 17.11<br> 1.04<br> -17.07<br> 17.14<br> 3.46<br> 0.26<br> -0.21<br> 33<br> 5,412<br> 0.30<br> 13.10<br> 5411.78<br> 17.69<br> 1.32<br> -17.64<br> 17.74<br> 4.26<br> 0.26<br> -0.21<br> 34<br> 5,507<br> 0.50<br> 19.50<br> 5506.78<br> 18.33<br> 1.51<br> -18.26<br> 18.39<br> 4.72<br> 0.22<br> 0.21<br> 35<br> 5,602<br> 0.10<br> 65.70<br> 5601.78<br> 18.75<br> 1.73<br> -18.68<br> 18.83<br> 5.26<br> 0.46<br> -0.42<br> 36<br> 5,697<br> 0.20<br> 84.00<br> 5696.78<br> 18.80<br> 1.97<br> -18.72<br> 18.91<br> 5.97<br> 0.12<br> 0.11<br> 37<br> 5,792<br> 0.20<br> 262.80<br> 5791.78<br> 18.80<br> 1.97<br> -18.72<br> 18.90<br> 5.98<br> 0.42<br> 0.00<br> 38<br> 5,887<br> 0.30<br> 177.50<br> 5886.77<br> 18.53<br> 1.81<br> -18.46<br> 18.62<br> 5.59<br> 0.36<br> 0.11<br> 39<br> 5,981<br> 0.40<br> 104.80<br> 5980.77<br> 18.20<br> 2.14<br> -18.12<br> 18.33<br> 6.71<br> 0.45<br> 0.11<br> 40<br> 6,076<br> 0.70<br> 71.20<br> 6075.77<br> 18.30<br> 3.01<br> -18.19<br> 18.55<br> 9.35<br> 0.45<br> 0.32<br> 41<br> 6,171<br> 0.90<br> 69.70<br> 6170.76<br> 18.75<br> 4.26<br> -18.59<br> 19.23<br> 12.81<br> 0.21<br> 0.21<br> 42<br> 6,265<br> 1.20<br> 68.10<br> 6264.74<br> 19.37<br> 5.87<br> -19.16<br> 20.24<br> 16.85<br> 0.32<br> 0.32<br> 43<br> 6,360<br> 0.90<br> 108.80<br> 6359.73<br> 19.50<br> 7.50<br> -19.23<br> 20.89<br> 21.03<br> 0.82<br> -0.32<br> 44<br> 6,455<br> 0.70<br> 127.20<br> 6454.72<br> 18.91<br> 8.67<br> -18.60<br> 20.80<br> 24.62<br> 0.34<br> -0.21<br> 45<br> 6,549<br> 0.70<br> 147.80<br> 6548.71<br> 18.08<br> 9.43<br> -17.74<br> 20.39<br> 27.54<br> 0.27<br> 0.00<br> 46<br> 6,644<br> 0.60<br> 116.70<br> 6643.71<br> 17.36<br> 10.18<br> -17.00<br> 20.13<br> 30.39<br> 0.38<br> -0.11<br> 47<br> 6,739<br> 0.20<br> 159.90<br> 6738.70<br> 16.98<br> 10.68<br> -16.61<br> 20.07<br> 32.17<br> 0.50<br> -0.42<br> 48<br> 6,834<br> 0.30<br> 161.60<br> 6833.70<br> 16.59<br> 10.82<br> -16.21<br> 19.81<br> 33.11<br> 0.11<br> 0.11<br> 49<br> 6,929<br> 0.20<br> 159.50<br> 6928.70<br> 16.20<br> 10.96<br> -15.82<br> 19.56<br> 34.07<br> 0.11<br> -0.11<br> 50<br> 7,024<br> 0.00<br> 233.50<br> 7023.70<br> 16.05<br> 11.01<br> -15.66<br> 19.46<br> 34.46<br> 0.21<br> -0.21<br> 51<br> 7,119<br> 0.30<br> 8.40<br> 7118.70<br> 16.29<br> 11.05<br> -15.90<br> 19.69<br> 34.15<br> 0.32<br> 0.32<br> 52<br> 7,214<br> 0.30<br> 340.00<br> 7213.70<br> 16.77<br> 11.00<br> -16.38<br> 20.06<br> 33.26<br> 0.15<br> 0.00<br> 53<br> 7,308<br> 0.30<br> 24.80<br> 7307.70<br> 17.23<br> 11.02<br> -16.84<br> 20.45<br> 32.61<br> 0.24<br> 0.00<br> 54<br> 7,403<br> 0.60<br> 29.10<br> 7402.70<br> 17.89<br> 11.37<br> -17.49<br> 21.19<br> 32.43<br> 0.32<br> 0.32<br> 55<br> 7,497<br> 0.30<br> 5.90<br> 7496.69<br> 18.56<br> 11.63<br> -18.15<br> 21.91<br> 32.07<br> 0.37<br> -0.32<br> 56<br> 7,592<br> 0.10<br> 39.90<br> 7591.69<br> 18.87<br> 11.71<br> -18.46<br> 22.21<br> 31.82<br> 0.24<br> -0.21<br> 57<br> 7,686<br> 0.10<br> 312.50<br> 7685.69<br> 18.99<br> 11.70<br> -18.58<br> 22.31<br> 31.64<br> 0.15<br> 0.00<br> 58<br> 7,781<br> 0.40<br> 116.00<br> 7780.69<br> 18.90<br> 11.94<br> -18.48<br> 22.36<br> 32.28<br> 0.52<br> 0.32<br> 59<br> 7,876<br> 0.70<br> 100.10<br> 7875.69<br> 18.65<br> 12.81<br> -18.20<br> 22.63<br> 34.47<br> 0.35<br> 0.32<br> 60<br> 7,970<br> 0.60<br> 96.90<br> 7969.68<br> 18.50<br> 13.86<br> -18.01<br> 23.11<br> 36.85<br> 0.11<br> -0.11<br> 61<br> 8,065<br> 0.60<br> 99.80<br> 8064.68<br> 18.35<br> 14.85<br> -17.83<br> 23.60<br> 38.97<br> 0.03<br> 0.00<br> 62<br> 8,160<br> 0.50<br> 83.80<br> 8159.67<br> 18.31<br> 15.75<br> -17.76<br> 24.15<br> 40.70<br> 0.19<br> -0.11<br> 63<br> 8,255<br> 0.90<br> 77.70<br> 8254.67<br> 18.51<br> 16.89<br> -17.92<br> 25.06<br> 42.37<br> 0.43<br> 0.42<br> 64<br> 8,350<br> 0.40<br> 359.40<br> 8349.66<br> 19.01<br> Page 2 17.61<br> -18.39<br> 25.91<br> 42.83<br> 0.96<br> -0.53<br> <hr> <A name=16></a>SURVEY CALCULATION PROGRAM<br> 1/16/15 9:46<br> V09.04.02<br> Company:<br> Continental Resources, Inc.<br> Well Name:<br> Stangeland 3-7H1<br> Location:<br> Williams County, ND<br> Rig:<br> Cyclone #33<br> Magnetic Declination:<br> 8.14<br> Job Number:<br> DDMT-140806<br> API #:<br> 33-105-03650<br> Vertical Section Azimuth:<br> 178.03<br> Proposed Direction:<br> 178.03<br> Survey Calculation Method:<br> Minimum Curvature<br> MD<br> INC<br> AZM<br> TVD<br> N/S<br> E/W<br> VS<br> PTB:<br> 21,725<br> 89.4<br> 178.5<br> 11224.49<br> -10607.9<br> 375.3<br> 10614.53<br> Depth<br> Inc<br> Azm<br> TVD<br> N/S<br> E/W<br> Surface<br> Closure<br> DLS/<br> BUR/<br> #<br> Feet<br> Degrees<br> Degrees<br> Feet<br> Feet<br> Feet<br> Vert Sec<br> Distance<br> Azm<br> 100<br> 100'<br> 65<br> 8,445<br> 0.20<br> 291.10<br> 8444.66<br> 19.40<br> 17.46<br> -18.78<br> 26.10<br> 41.99<br> 0.40<br> -0.21<br> 66<br> 8,540<br> 0.30<br> 276.60<br> 8539.66<br> 19.48<br> 17.06<br> -18.89<br> 25.89<br> 41.20<br> 0.12<br> 0.11<br> 67<br> 8,634<br> 0.10<br> 154.90<br> 8633.66<br> 19.44<br> 16.85<br> -18.85<br> 25.72<br> 40.91<br> 0.39<br> -0.21<br> 68<br> 8,729<br> 0.10<br> 335.90<br> 8728.66<br> 19.44<br> 16.85<br> -18.85<br> 25.72<br> 40.91<br> 0.21<br> 0.00<br> 69<br> 8,824<br> 0.10<br> 62.40<br> 8823.66<br> 19.55<br> 16.89<br> -18.96<br> 25.84<br> 40.81<br> 0.14<br> 0.00<br> 70<br> 8,918<br> 0.60<br> 186.60<br> 8917.66<br> 19.10<br> 16.90<br> -18.51<br> 25.51<br> 41.50<br> 0.70<br> 0.53<br> 71<br> 9,013<br> 0.40<br> 237.10<br> 9012.65<br> 18.43<br> 16.57<br> -17.85<br> 24.78<br> 41.96<br> 0.49<br> -0.21<br> 72<br> 9,107<br> 0.90<br> 282.90<br> 9106.65<br> 18.41<br> 15.57<br> -17.87<br> 24.12<br> 40.22<br> 0.73<br> 0.53<br> 73<br> 9,202<br> 0.50<br> 313.80<br> 9201.64<br> 18.87<br> 14.55<br> -18.36<br> 23.82<br> 37.63<br> 0.56<br> -0.42<br> 74<br> 9,296<br> 0.60<br> 295.30<br> 9295.64<br> 19.36<br> 13.80<br> -18.88<br> 23.78<br> 35.49<br> 0.22<br> 0.11<br> 75<br> 9,390<br> 0.40<br> 339.20<br> 9389.63<br> 19.88<br> 13.24<br> -19.41<br> 23.89<br> 33.67<br> 0.44<br> -0.21<br> 76<br> 9,485<br> 0.30<br> 344.60<br> 9484.63<br> 20.43<br> 13.06<br> -19.97<br> 24.25<br> 32.59<br> 0.11<br> -0.11<br> 77<br> 9,580<br> 0.50<br> 340.50<br> 9579.63<br> 21.06<br> 12.85<br> -20.61<br> 24.67<br> 31.40<br> 0.21<br> 0.21<br> 78<br> 9,674<br> 0.50<br> 340.00<br> 9673.62<br> 21.83<br> 12.58<br> -21.39<br> 25.20<br> 29.95<br> 0.00<br> 0.00<br> 79<br> 9,769<br> 0.40<br> 339.80<br> 9768.62<br> 22.53<br> 12.32<br> -22.10<br> 25.68<br> 28.67<br> 0.11<br> -0.11<br> 80<br> 9,864<br> 0.50<br> 329.40<br> 9863.62<br> 23.20<br> 12.00<br> -22.77<br> 26.12<br> 27.34<br> 0.14<br> 0.11<br> 81<br> 9,958<br> 0.50<br> 349.70<br> 9957.62<br> 23.96<br> 11.71<br> -23.54<br> 26.67<br> 26.06<br> 0.19<br> 0.00<br> 82<br> 10,053<br> 0.50<br> 350.60<br> 10052.61<br> 24.77<br> 11.57<br> -24.36<br> 27.34<br> 25.04<br> 0.01<br> 0.00<br> 83<br> 10,148<br> 0.50<br> 333.00<br> 10147.61<br> 25.55<br> 11.32<br> -25.15<br> 27.95<br> 23.89<br> 0.16<br> 0.00<br> 84<br> 10,243<br> 0.40<br> 26.40<br> 10242.61<br> 26.22<br> 11.28<br> -25.82<br> 28.54<br> 23.27<br> 0.44<br> -0.11<br> 85<br> 10,337<br> 0.50<br> 32.00<br> 10336.60<br> 26.86<br> 11.64<br> -26.44<br> 29.27<br> 23.43<br> 0.12<br> 0.11<br> 86<br> 10,432<br> 0.80<br> 47.90<br> 10431.60<br> 27.66<br> 12.35<br> -27.22<br> 30.29<br> 24.06<br> 0.37<br> 0.32<br> 87<br> 10,526<br> 0.60<br> 20.40<br> 10525.59<br> 28.56<br> 13.01<br> -28.09<br> 31.38<br> 24.49<br> 0.41<br> -0.21<br> 88<br> 10,621<br> 0.70<br> 16.00<br> 10620.58<br> 29.58<br> 13.34<br> -29.11<br> 32.45<br> 24.28<br> 0.12<br> 0.11<br> 89<br> 10,711<br> 1.00<br> 9.60<br> 10710.57<br> 30.88<br> 13.62<br> -30.40<br> 33.76<br> 23.80<br> 0.35<br> 0.33<br> 90<br> 10,777<br> 1.60<br> 140.70<br> 10776.57<br> 30.74<br> 14.30<br> -30.23<br> 33.90<br> 24.95<br> 3.61<br> 0.91<br> 91<br> 10,809<br> 6.00<br> 157.60<br> 10808.49<br> 28.85<br> 15.22<br> -28.31<br> 32.62<br> 27.82<br> 14.04<br> 13.75<br> 92<br> 10,841<br> 9.90<br> 163.00<br> 10840.17<br> 24.67<br> 16.67<br> -24.08<br> 29.77<br> 34.05<br> 12.40<br> 12.19<br> 93<br> 10,873<br> 13.90<br> 159.00<br> 10871.48<br> 18.45<br> 18.85<br> -17.79<br> 26.37<br> 45.62<br> 12.76<br> 12.50<br> 94<br> 10,904<br> 17.40<br> 160.20<br> 10901.33<br> 10.61<br> 21.76<br> -9.85<br> 24.20<br> 64.01<br> 11.34<br> 11.29<br> 95<br> 10,936<br> 21.60<br> 159.20<br> 10931.49<br> 0.59<br> 25.47<br> 0.28<br> 25.48<br> 88.66<br> 13.17<br> 13.13<br> 96<br> 10,967<br> 26.00<br> 159.10<br> 10959.84<br> -11.09<br> 29.92<br> 12.12<br> 31.91<br> 110.34<br> 14.19<br> 14.19<br> Page 3<br> <hr> <A name=17></a>SURVEY CALCULATION PROGRAM<br> 1/16/15 9:46<br> V09.04.02<br> Company:<br> Continental Resources, Inc.<br> Well Name:<br> Stangeland 3-7H1<br> Location:<br> Williams County, ND<br> Rig:<br> Cyclone #33<br> Magnetic Declination:<br> 8.14<br> Job Number:<br> DDMT-140806<br> API #:<br> 33-105-03650<br> Vertical Section Azimuth:<br> 178.03<br> Proposed Direction:<br> 178.03<br> Survey Calculation Method:<br> Minimum Curvature<br> MD<br> INC<br> AZM<br> TVD<br> N/S<br> E/W<br> VS<br> PTB:<br> 21,725<br> 89.4<br> 178.5<br> 11224.49<br> -10607.9<br> 375.3<br> 10614.53<br> Depth<br> Inc<br> Azm<br> TVD<br> N/S<br> E/W<br> Surface<br> Closure<br> DLS/<br> BUR/<br> #<br> Feet<br> Degrees<br> Degrees<br> Feet<br> Feet<br> Feet<br> Vert Sec<br> Distance<br> Azm<br> 100<br> 100'<br> 97<br> 10,999<br> 30.40<br> 158.10<br> 10988.04<br> -25.17<br> 35.45<br> 26.37<br> 43.47<br> 125.37<br> 13.83<br> 13.75<br> 98<br> 11,030<br> 34.40<br> 160.40<br> 11014.21<br> -40.70<br> 41.31<br> 42.10<br> 57.99<br> 134.57<br> 13.50<br> 12.90<br> 99<br> 11,062<br> 38.10<br> 159.00<br> 11040.01<br> -58.44<br> 47.88<br> 60.05<br> 75.55<br> 140.67<br> 11.85<br> 11.56<br> 100<br> 11,094<br> 41.80<br> 158.70<br> 11064.54<br> -77.60<br> 55.30<br> 79.45<br> 95.29<br> 144.52<br> 11.58<br> 11.56<br> 101<br> 11,125<br> 46.70<br> 158.80<br> 11086.73<br> -97.75<br> 63.14<br> 99.87<br> 116.37<br> 147.14<br> 15.81<br> 15.81<br> 102<br> 11,156<br> 51.30<br> 158.80<br> 11107.07<br> -119.56<br> 71.59<br> 121.95<br> 139.36<br> 149.09<br> 14.84<br> 14.84<br> 103<br> 11,188<br> 55.60<br> 160.50<br> 11126.12<br> -143.66<br> 80.52<br> 146.34<br> 164.69<br> 150.73<br> 14.10<br> 13.44<br> 104<br> 11,220<br> 58.90<br> 159.40<br> 11143.43<br> -168.93<br> 89.75<br> 171.92<br> 191.30<br> 152.02<br> 10.71<br> 10.31<br> 105<br> 11,252<br> 62.50<br> 160.20<br> 11159.09<br> -195.12<br> 99.38<br> 198.42<br> 218.97<br> 153.01<br> 11.46<br> 11.25<br> 106<br> 11,283<br> 66.50<br> 160.00<br> 11172.43<br> -221.42<br> 108.91<br> 225.04<br> 246.76<br> 153.81<br> 12.92<br> 12.90<br> 107<br> 11,315<br> 69.20<br> 160.60<br> 11184.49<br> -249.33<br> 118.89<br> 253.27<br> 276.22<br> 154.51<br> 8.61<br> 8.44<br> 108<br> 11,346<br> 70.80<br> 161.10<br> 11195.10<br> -276.84<br> 128.45<br> 281.10<br> 305.19<br> 155.11<br> 5.38<br> 5.16<br> 109<br> 11,378<br> 73.30<br> 160.40<br> 11204.96<br> -305.58<br> 138.49<br> 310.16<br> 335.50<br> 155.62<br> 8.08<br> 7.81<br> 110<br> 11,409<br> 78.00<br> 160.20<br> 11212.64<br> -333.85<br> 148.61<br> 338.76<br> 365.43<br> 156.00<br> 15.17<br> 15.16<br> 111<br> 11,441<br> 82.10<br> 158.90<br> 11218.17<br> -363.37<br> 159.62<br> 368.65<br> 396.89<br> 156.29<br> 13.42<br> 12.81<br> 112<br> 11,457<br> 84.60<br> 159.50<br> 11220.02<br> -378.23<br> 165.26<br> 383.69<br> 412.76<br> 156.40<br> 16.06<br> 15.63<br> 113<br> 11,534<br> 89.40<br> 158.40<br> 11224.05<br> -449.97<br> 192.87<br> 456.33<br> 489.56<br> 156.80<br> 6.39<br> 6.23<br> 114<br> 11,565<br> 89.40<br> 158.80<br> 11224.37<br> -478.83<br> 204.18<br> 485.57<br> 520.55<br> 156.91<br> 1.29<br> 0.00<br> 115<br> 11,658<br> 91.00<br> 160.40<br> 11224.05<br> -565.99<br> 236.60<br> 573.79<br> 613.45<br> 157.31<br> 2.43<br> 1.72<br> 116<br> 11,687<br> 91.10<br> 160.80<br> 11223.52<br> -593.34<br> 246.23<br> 601.45<br> 642.40<br> 157.46<br> 1.42<br> 0.34<br> 117<br> 11,719<br> 91.50<br> 160.40<br> 11222.79<br> -623.51<br> 256.86<br> 631.98<br> 674.35<br> 157.61<br> 1.77<br> 1.25<br> 118<br> 11,750<br> 91.40<br> 159.80<br> 11222.01<br> -652.65<br> 267.41<br> 661.46<br> 705.31<br> 157.72<br> 1.96<br> -0.32<br> 119<br> 11,781<br> 90.50<br> 160.90<br> 11221.49<br> -681.84<br> 277.83<br> 690.99<br> 736.27<br> 157.83<br> 4.58<br> -2.90<br> 120<br> 11,812<br> 90.00<br> 161.90<br> 11221.36<br> -711.22<br> 287.72<br> 720.69<br> 767.22<br> 157.97<br> 3.61<br> -1.61<br> 121<br> 11,843<br> 90.20<br> 162.20<br> 11221.30<br> -740.72<br> 297.27<br> 750.50<br> 798.14<br> 158.13<br> 1.16<br> 0.65<br> 122<br> 11,874<br> 89.60<br> 162.80<br> 11221.36<br> -770.28<br> 306.59<br> 780.36<br> 829.05<br> 158.30<br> 2.74<br> -1.94<br> 123<br> 11,905<br> 89.60<br> 163.20<br> 11221.57<br> -799.92<br> 315.65<br> 810.30<br> 859.95<br> 158.47<br> 1.29<br> 0.00<br> 124<br> 11,936<br> 89.90<br> 162.20<br> 11221.71<br> -829.52<br> 324.87<br> 840.20<br> 890.87<br> 158.61<br> 3.37<br> 0.97<br> 125<br> 11,967<br> 88.70<br> 163.50<br> 11222.09<br> -859.14<br> 334.01<br> 870.11<br> 921.78<br> 158.76<br> 5.71<br> -3.87<br> 126<br> 11,998<br> 87.60<br> 166.20<br> 11223.09<br> -889.04<br> 342.11<br> 900.28<br> 952.60<br> 158.95<br> 9.40<br> -3.55<br> 127<br> 12,029<br> 87.80<br> 166.30<br> 11224.33<br> -919.13<br> 349.47<br> 930.60<br> 983.33<br> 159.18<br> 0.72<br> 0.65<br> 128<br> 12,060<br> 88.20<br> 167.80<br> 11225.42<br> -949.32<br> 356.41<br> 961.01<br> 1014.02<br> 159.42<br> 5.00<br> 1.29<br> Page 4<br> <hr> <A name=18></a>SURVEY CALCULATION PROGRAM<br> 1/16/15 9:46<br> V09.04.02<br> Company:<br> Continental Resources, Inc.<br> Well Name:<br> Stangeland 3-7H1<br> Location:<br> Williams County, ND<br> Rig:<br> Cyclone #33<br> Magnetic Declination:<br> 8.14<br> Job Number:<br> DDMT-140806<br> API #:<br> 33-105-03650<br> Vertical Section Azimuth:<br> 178.03<br> Proposed Direction:<br> 178.03<br> Survey Calculation Method:<br> Minimum Curvature<br> MD<br> INC<br> AZM<br> TVD<br> N/S<br> E/W<br> VS<br> PTB:<br> 21,725<br> 89.4<br> 178.5<br> 11224.49<br> -10607.9<br> 375.3<br> 10614.53<br> Depth<br> Inc<br> Azm<br> TVD<br> N/S<br> E/W<br> Surface<br> Closure<br> DLS/<br> BUR/<br> #<br> Feet<br> Degrees<br> Degrees<br> Feet<br> Feet<br> Feet<br> Vert Sec<br> Distance<br> Azm<br> 100<br> 100'<br> 129<br> 12,091<br> 88.90<br> 168.90<br> 11226.20<br> -979.67<br> 362.67<br> 991.56<br> 1044.65<br> 159.69<br> 4.20<br> 2.26<br> 130<br> 12,121<br> 89.20<br> 169.90<br> 11226.70<br> -1009.16<br> 368.19<br> 1021.22<br> 1074.23<br> 159.96<br> 3.48<br> 1.00<br> 131<br> 12,152<br> 89.40<br> 170.50<br> 11227.08<br> -1039.70<br> 373.47<br> 1051.93<br> 1104.74<br> 160.24<br> 2.04<br> 0.65<br> 132<br> 12,183<br> 90.00<br> 173.20<br> 11227.24<br> -1070.39<br> 377.86<br> 1082.74<br> 1135.12<br> 160.56<br> 8.92<br> 1.94<br> 133<br> 12,214<br> 90.40<br> 173.80<br> 11227.13<br> -1101.19<br> 381.37<br> 1113.65<br> 1165.36<br> 160.90<br> 2.33<br> 1.29<br> 134<br> 12,245<br> 90.30<br> 174.80<br> 11226.94<br> -1132.03<br> 384.45<br> 1144.58<br> 1195.53<br> 161.24<br> 3.24<br> -0.32<br> 135<br> 12,276<br> 90.80<br> 175.00<br> 11226.64<br> -1162.91<br> 387.20<br> 1175.53<br> 1225.68<br> 161.58<br> 1.74<br> 1.61<br> 136<br> 12,307<br> 90.30<br> 177.10<br> 11226.35<br> -1193.83<br> 389.34<br> 1206.51<br> 1255.71<br> 161.94<br> 6.96<br> -1.61<br> 137<br> 12,339<br> 89.10<br> 177.70<br> 11226.51<br> -1225.80<br> 390.79<br> 1238.51<br> 1286.58<br> 162.32<br> 4.19<br> -3.75<br> 138<br> 12,370<br> 88.60<br> 178.60<br> 11227.14<br> -1256.77<br> 391.79<br> 1269.50<br> 1316.43<br> 162.69<br> 3.32<br> -1.61<br> 139<br> 12,401<br> 88.70<br> 180.80<br> 11227.87<br> -1287.76<br> 391.95<br> 1300.48<br> 1346.09<br> 163.07<br> 7.10<br> 0.32<br> 140<br> 12,495<br> 91.10<br> 181.20<br> 11228.03<br> -1381.74<br> 390.31<br> 1394.34<br> 1435.81<br> 164.23<br> 2.59<br> 2.55<br> 141<br> 12,586<br> 90.90<br> 181.90<br> 11226.44<br> -1472.69<br> 387.85<br> 1485.16<br> 1522.91<br> 165.25<br> 0.80<br> -0.22<br> 142<br> 12,679<br> 89.30<br> 181.20<br> 11226.28<br> -1565.66<br> 385.34<br> 1577.98<br> 1612.38<br> 166.17<br> 1.88<br> -1.72<br> 143<br> 12,772<br> 90.10<br> 180.50<br> 11226.77<br> -1658.64<br> 383.96<br> 1670.86<br> 1702.50<br> 166.97<br> 1.14<br> 0.86<br> 144<br> 12,864<br> 89.40<br> 180.50<br> 11227.17<br> -1750.64<br> 383.15<br> 1762.78<br> 1792.08<br> 167.65<br> 0.76<br> -0.76<br> 145<br> 12,964<br> 89.30<br> 179.40<br> 11228.30<br> -1850.63<br> 383.24<br> 1862.71<br> 1889.90<br> 168.30<br> 1.10<br> -0.10<br> 146<br> 13,063<br> 89.90<br> 180.40<br> 11228.99<br> -1949.63<br> 383.41<br> 1961.65<br> 1986.97<br> 168.87<br> 1.18<br> 0.61<br> 147<br> 13,158<br> 89.60<br> 179.60<br> 11229.41<br> -2044.62<br> 383.41<br> 2056.60<br> 2080.26<br> 169.38<br> 0.90<br> -0.32<br> 148<br> 13,255<br> 90.10<br> 180.20<br> 11229.66<br> -2141.62<br> 383.58<br> 2153.54<br> 2175.70<br> 169.85<br> 0.81<br> 0.52<br> 149<br> 13,352<br> 91.20<br> 182.70<br> 11228.56<br> -2238.58<br> 381.13<br> 2250.36<br> 2270.79<br> 170.34<br> 2.82<br> 1.13<br> 150<br> 13,449<br> 91.70<br> 182.20<br> 11226.11<br> -2335.46<br> 376.98<br> 2347.04<br> 2365.69<br> 170.83<br> 0.73<br> 0.52<br> 151<br> 13,546<br> 91.40<br> 182.90<br> 11223.48<br> -2432.32<br> 372.67<br> 2443.70<br> 2460.71<br> 171.29<br> 0.78<br> -0.31<br> 152<br> 13,643<br> 90.60<br> 181.60<br> 11221.79<br> -2529.23<br> 368.86<br> 2540.42<br> 2555.99<br> 171.70<br> 1.57<br> -0.82<br> 153<br> 13,739<br> 90.80<br> 180.60<br> 11220.62<br> -2625.21<br> 367.02<br> 2636.27<br> 2650.74<br> 172.04<br> 1.06<br> 0.21<br> 154<br> 13,835<br> 90.10<br> 180.20<br> 11219.86<br> -2721.20<br> 366.35<br> 2732.19<br> 2745.75<br> 172.33<br> 0.84<br> -0.73<br> 155<br> 13,931<br> 91.40<br> 179.70<br> 11218.61<br> -2817.19<br> 366.43<br> 2828.12<br> 2840.92<br> 172.59<br> 1.45<br> 1.35<br> 156<br> 14,026<br> 89.90<br> 179.20<br> 11217.53<br> -2912.18<br> 367.35<br> 2923.08<br> 2935.25<br> 172.81<br> 1.66<br> -1.58<br> 157<br> 14,121<br> 89.30<br> 178.20<br> 11218.19<br> -3007.15<br> 369.50<br> 3018.07<br> 3029.76<br> 172.99<br> 1.23<br> -0.63<br> 158<br> 14,217<br> 89.10<br> 177.80<br> 11219.53<br> -3103.08<br> 372.85<br> 3114.06<br> 3125.40<br> 173.15<br> 0.47<br> -0.21<br> 159<br> 14,311<br> 89.50<br> 178.90<br> 11220.68<br> -3197.03<br> 375.56<br> 3208.05<br> 3219.01<br> 173.30<br> 1.25<br> 0.43<br> 160<br> 14,407<br> 90.80<br> 181.70<br> 11220.43<br> -3293.02<br> 375.05<br> 3303.97<br> 3314.31<br> 173.50<br> 3.22<br> 1.35<br> Page 5<br> <hr> <A name=19></a>SURVEY CALCULATION PROGRAM<br> 1/16/15 9:46<br> V09.04.02<br> Company:<br> Continental Resources, Inc.<br> Well Name:<br> Stangeland 3-7H1<br> Location:<br> Williams County, ND<br> Rig:<br> Cyclone #33<br> Magnetic Declination:<br> 8.14<br> Job Number:<br> DDMT-140806<br> API #:<br> 33-105-03650<br> Vertical Section Azimuth:<br> 178.03<br> Proposed Direction:<br> 178.03<br> Survey Calculation Method:<br> Minimum Curvature<br> MD<br> INC<br> AZM<br> TVD<br> N/S<br> E/W<br> VS<br> PTB:<br> 21,725<br> 89.4<br> 178.5<br> 11224.49<br> -10607.9<br> 375.3<br> 10614.53<br> Depth<br> Inc<br> Azm<br> TVD<br> N/S<br> E/W<br> Surface<br> Closure<br> DLS/<br> BUR/<br> #<br> Feet<br> Degrees<br> Degrees<br> Feet<br> Feet<br> Feet<br> Vert Sec<br> Distance<br> Azm<br> 100<br> 100'<br> 161<br> 14,503<br> 90.90<br> 181.10<br> 11219.01<br> -3388.98<br> 372.71<br> 3399.79<br> 3409.41<br> 173.72<br> 0.63<br> 0.10<br> 162<br> 14,599<br> 88.70<br> 179.50<br> 11219.34<br> -3484.97<br> 372.21<br> 3495.70<br> 3504.79<br> 173.90<br> 2.83<br> -2.29<br> 163<br> 14,695<br> 89.40<br> 179.90<br> 11220.93<br> -3580.95<br> 372.71<br> 3591.65<br> 3600.30<br> 174.06<br> 0.84<br> 0.73<br> 164<br> 14,790<br> 90.00<br> 179.90<br> 11221.43<br> -3675.95<br> 372.87<br> 3686.60<br> 3694.81<br> 174.21<br> 0.63<br> 0.63<br> 165<br> 14,886<br> 88.70<br> 177.90<br> 11222.52<br> -3771.92<br> 374.72<br> 3782.57<br> 3790.49<br> 174.33<br> 2.48<br> -1.35<br> 166<br> 14,983<br> 89.60<br> 179.10<br> 11223.96<br> -3868.87<br> 377.26<br> 3879.56<br> 3887.22<br> 174.43<br> 1.55<br> 0.93<br> 167<br> 15,079<br> 89.00<br> 178.90<br> 11225.13<br> -3964.85<br> 378.93<br> 3975.53<br> 3982.92<br> 174.54<br> 0.66<br> -0.62<br> 168<br> 15,174<br> 89.40<br> 180.60<br> 11226.46<br> -4059.84<br> 379.35<br> 4070.48<br> 4077.52<br> 174.66<br> 1.84<br> 0.42<br> 169<br> 15,270<br> 89.70<br> 180.30<br> 11227.21<br> -4155.83<br> 378.59<br> 4166.39<br> 4173.04<br> 174.79<br> 0.44<br> 0.31<br> 170<br> 15,366<br> 89.50<br> 181.80<br> 11227.88<br> -4251.81<br> 376.83<br> 4262.25<br> 4268.48<br> 174.94<br> 1.58<br> -0.21<br> 171<br> 15,462<br> 91.00<br> 182.30<br> 11227.46<br> -4347.74<br> 373.40<br> 4358.01<br> 4363.75<br> 175.09<br> 1.65<br> 1.56<br> 172<br> 15,559<br> 91.90<br> 181.20<br> 11225.01<br> -4444.67<br> 370.44<br> 4454.77<br> 4460.08<br> 175.24<br> 1.46<br> 0.93<br> 173<br> 15,655<br> 91.40<br> 180.70<br> 11222.24<br> -4540.61<br> 368.85<br> 4550.61<br> 4555.57<br> 175.36<br> 0.74<br> -0.52<br> 174<br> 15,749<br> 89.40<br> 180.60<br> 11221.59<br> -4634.60<br> 367.78<br> 4644.50<br> 4649.17<br> 175.46<br> 2.13<br> -2.13<br> 175<br> 15,844<br> 88.90<br> 180.00<br> 11223.00<br> -4729.59<br> 367.28<br> 4739.42<br> 4743.83<br> 175.56<br> 0.82<br> -0.53<br> 176<br> 15,940<br> 89.40<br> 180.90<br> 11224.42<br> -4825.57<br> 366.53<br> 4835.32<br> 4839.47<br> 175.66<br> 1.07<br> 0.52<br> 177<br> 16,035<br> 88.70<br> 180.70<br> 11226.00<br> -4920.55<br> 365.20<br> 4930.19<br> 4934.08<br> 175.76<br> 0.77<br> -0.74<br> 178<br> 16,131<br> 88.00<br> 179.90<br> 11228.76<br> -5016.51<br> 364.70<br> 5026.08<br> 5029.75<br> 175.84<br> 1.11<br> -0.73<br> 179<br> 16,228<br> 89.80<br> 180.60<br> 11230.62<br> -5113.48<br> 364.28<br> 5122.98<br> 5126.44<br> 175.93<br> 1.99<br> 1.86<br> 180<br> 16,324<br> 90.80<br> 182.70<br> 11230.12<br> -5209.43<br> 361.51<br> 5218.78<br> 5221.96<br> 176.03<br> 2.42<br> 1.04<br> 181<br> 16,420<br> 90.80<br> 181.00<br> 11228.78<br> -5305.37<br> 358.41<br> 5314.56<br> 5317.46<br> 176.14<br> 1.77<br> 0.00<br> 182<br> 16,516<br> 90.30<br> 180.10<br> 11227.86<br> -5401.36<br> 357.49<br> 5410.46<br> 5413.18<br> 176.21<br> 1.07<br> -0.52<br> 183<br> 16,612<br> 90.80<br> 179.50<br> 11226.94<br> -5497.36<br> 357.83<br> 5506.41<br> 5508.99<br> 176.28<br> 0.81<br> 0.52<br> 184<br> 16,709<br> 90.00<br> 178.50<br> 11226.26<br> -5594.34<br> 359.52<br> 5603.39<br> 5605.88<br> 176.32<br> 1.32<br> -0.82<br> 185<br> 16,803<br> 90.50<br> 178.80<br> 11225.85<br> -5688.31<br> 361.74<br> 5697.38<br> 5699.80<br> 176.36<br> 0.62<br> 0.53<br> 186<br> 16,898<br> 91.30<br> 178.30<br> 11224.36<br> -5783.27<br> 364.14<br> 5792.37<br> 5794.72<br> 176.40<br> 0.99<br> 0.84<br> 187<br> 16,993<br> 91.40<br> 178.00<br> 11222.12<br> -5878.19<br> 367.20<br> 5887.34<br> 5889.65<br> 176.43<br> 0.33<br> 0.11<br> 188<br> 17,089<br> 89.60<br> 178.20<br> 11221.28<br> -5974.13<br> 370.39<br> 5983.33<br> 5985.60<br> 176.45<br> 1.89<br> -1.88<br> 189<br> 17,184<br> 89.20<br> 178.30<br> 11222.28<br> -6069.08<br> 373.29<br> 6078.33<br> 6080.55<br> 176.48<br> 0.43<br> -0.42<br> 190<br> 17,281<br> 89.40<br> 178.90<br> 11223.46<br> -6166.04<br> 375.66<br> 6175.31<br> 6177.48<br> 176.51<br> 0.65<br> 0.21<br> 191<br> 17,376<br> 90.60<br> 180.60<br> 11223.46<br> -6261.04<br> 376.07<br> 6270.26<br> 6272.32<br> 176.56<br> 2.19<br> 1.26<br> 192<br> 17,471<br> 92.70<br> 181.50<br> 11220.72<br> -6355.98<br> 374.33<br> 6365.09<br> 6366.99<br> 176.63<br> 2.40<br> 2.21<br> Page 6<br> <hr> <A name=20></a>SURVEY CALCULATION PROGRAM<br> 1/16/15 9:46<br> V09.04.02<br> Company:<br> Continental Resources, Inc.<br> Well Name:<br> Stangeland 3-7H1<br> Location:<br> Williams County, ND<br> Rig:<br> Cyclone #33<br> Magnetic Declination:<br> 8.14<br> Job Number:<br> DDMT-140806<br> API #:<br> 33-105-03650<br> Vertical Section Azimuth:<br> 178.03<br> Proposed Direction:<br> 178.03<br> Survey Calculation Method:<br> Minimum Curvature<br> MD<br> INC<br> AZM<br> TVD<br> N/S<br> E/W<br> VS<br> PTB:<br> 21,725<br> 89.4<br> 178.5<br> 11224.49<br> -10607.9<br> 375.3<br> 10614.53<br> Depth<br> Inc<br> Azm<br> TVD<br> N/S<br> E/W<br> Surface<br> Closure<br> DLS/<br> BUR/<br> #<br> Feet<br> Degrees<br> Degrees<br> Feet<br> Feet<br> Feet<br> Vert Sec<br> Distance<br> Azm<br> 100<br> 100'<br> 193<br> 17,567<br> 92.80<br> 181.80<br> 11216.12<br> -6451.83<br> 371.57<br> 6460.79<br> 6462.52<br> 176.70<br> 0.33<br> 0.10<br> 194<br> 17,663<br> 92.00<br> 180.40<br> 11212.10<br> -6547.72<br> 369.73<br> 6556.56<br> 6558.15<br> 176.77<br> 1.68<br> -0.83<br> 195<br> 17,758<br> 89.80<br> 179.60<br> 11210.61<br> -6642.70<br> 369.73<br> 6651.49<br> 6652.98<br> 176.81<br> 2.46<br> -2.32<br> 196<br> 17,855<br> 88.60<br> 179.30<br> 11211.96<br> -6739.69<br> 370.66<br> 6748.44<br> 6749.87<br> 176.85<br> 1.28<br> -1.24<br> 197<br> 17,952<br> 87.30<br> 179.30<br> 11215.43<br> -6836.61<br> 371.85<br> 6845.36<br> 6846.72<br> 176.89<br> 1.34<br> -1.34<br> 198<br> 18,048<br> 88.90<br> 181.50<br> 11218.61<br> -6932.55<br> 371.18<br> 6941.21<br> 6942.48<br> 176.94<br> 2.83<br> 1.67<br> 199<br> 18,143<br> 91.30<br> 182.50<br> 11218.45<br> -7027.48<br> 367.86<br> 7035.98<br> 7037.11<br> 177.00<br> 2.74<br> 2.53<br> 200<br> 18,238<br> 91.40<br> 181.90<br> 11216.21<br> -7122.39<br> 364.21<br> 7130.70<br> 7131.69<br> 177.07<br> 0.64<br> 0.11<br> 201<br> 18,334<br> 90.50<br> 181.70<br> 11214.62<br> -7218.33<br> 361.20<br> 7226.48<br> 7227.36<br> 177.14<br> 0.96<br> -0.94<br> 202<br> 18,430<br> 91.30<br> 180.80<br> 11213.11<br> -7314.29<br> 359.11<br> 7322.31<br> 7323.10<br> 177.19<br> 1.25<br> 0.83<br> 203<br> 18,526<br> 90.70<br> 179.50<br> 11211.43<br> -7410.27<br> 358.85<br> 7418.23<br> 7418.96<br> 177.23<br> 1.49<br> -0.62<br> 204<br> 18,622<br> 91.60<br> 178.90<br> 11209.51<br> -7506.24<br> 360.19<br> 7514.19<br> 7514.88<br> 177.25<br> 1.13<br> 0.94<br> 205<br> 18,718<br> 92.30<br> 177.90<br> 11206.24<br> -7602.15<br> 362.87<br> 7610.13<br> 7610.80<br> 177.27<br> 1.27<br> 0.73<br> 206<br> 18,813<br> 90.00<br> 180.40<br> 11204.33<br> -7697.10<br> 364.28<br> 7705.08<br> 7705.72<br> 177.29<br> 3.58<br> -2.42<br> 207<br> 18,910<br> 90.70<br> 180.20<br> 11203.74<br> -7794.10<br> 363.77<br> 7802.00<br> 7802.58<br> 177.33<br> 0.75<br> 0.72<br> 208<br> 19,006<br> 90.70<br> 179.30<br> 11202.57<br> -7890.09<br> 364.19<br> 7897.95<br> 7898.49<br> 177.36<br> 0.94<br> 0.00<br> 209<br> 19,101<br> 91.20<br> 178.50<br> 11200.99<br> -7985.06<br> 366.02<br> 7992.92<br> 7993.44<br> 177.38<br> 0.99<br> 0.53<br> 210<br> 19,196<br> 90.00<br> 178.80<br> 11200.00<br> -8080.03<br> 368.25<br> 8087.91<br> 8088.41<br> 177.39<br> 1.30<br> -1.26<br> 211<br> 19,292<br> 88.80<br> 180.00<br> 11201.00<br> -8176.01<br> 369.26<br> 8183.87<br> 8184.35<br> 177.41<br> 1.77<br> -1.25<br> 212<br> 19,388<br> 89.40<br> 179.10<br> 11202.51<br> -8272.00<br> 370.01<br> 8279.83<br> 8280.27<br> 177.44<br> 1.13<br> 0.63<br> 213<br> 19,484<br> 88.40<br> 178.70<br> 11204.36<br> -8367.96<br> 371.86<br> 8375.80<br> 8376.22<br> 177.46<br> 1.12<br> -1.04<br> 214<br> 19,579<br> 87.90<br> 180.60<br> 11207.42<br> -8462.90<br> 372.44<br> 8470.70<br> 8471.09<br> 177.48<br> 2.07<br> -0.53<br> 215<br> 19,675<br> 88.70<br> 180.90<br> 11210.27<br> -8558.85<br> 371.18<br> 8566.55<br> 8566.90<br> 177.52<br> 0.89<br> 0.83<br> 216<br> 19,771<br> 90.70<br> 182.20<br> 11210.77<br> -8654.81<br> 368.58<br> 8662.36<br> 8662.65<br> 177.56<br> 2.48<br> 2.08<br> 217<br> 19,867<br> 91.00<br> 180.90<br> 11209.35<br> -8750.76<br> 365.99<br> 8758.17<br> 8758.41<br> 177.61<br> 1.39<br> 0.31<br> 218<br> 19,963<br> 90.50<br> 180.40<br> 11208.09<br> -8846.75<br> 364.90<br> 8854.06<br> 8854.27<br> 177.64<br> 0.74<br> -0.52<br> 219<br> 20,058<br> 91.20<br> 180.20<br> 11206.68<br> -8941.73<br> 364.40<br> 8948.97<br> 8949.15<br> 177.67<br> 0.77<br> 0.74<br> 220<br> 20,153<br> 90.00<br> 179.60<br> 11205.69<br> -9036.73<br> 364.57<br> 9043.92<br> 9044.08<br> 177.69<br> 1.41<br> -1.26<br> 221<br> 20,249<br> 87.50<br> 178.80<br> 11207.78<br> -9132.68<br> 365.91<br> 9139.87<br> 9140.01<br> 177.71<br> 2.73<br> -2.60<br> 222<br> 20,344<br> 88.10<br> 179.30<br> 11211.43<br> -9227.60<br> 367.48<br> 9234.78<br> 9234.92<br> 177.72<br> 0.82<br> 0.63<br> 223<br> 20,438<br> 88.60<br> 179.80<br> 11214.14<br> -9321.56<br> 368.22<br> 9328.71<br> 9328.83<br> 177.74<br> 0.75<br> 0.53<br> 224<br> 20,533<br> 89.00<br> 178.40<br> 11216.13<br> -9416.52<br> 369.71<br> 9423.67<br> 9423.78<br> 177.75<br> 1.53<br> 0.42<br> Page 7<br> <hr> <A name=21></a>SURVEY CALCULATION PROGRAM<br> 1/16/15 9:46<br> V09.04.02<br> Company:<br> Continental Resources, Inc.<br> Well Name:<br> Stangeland 3-7H1<br> Location:<br> Williams County, ND<br> Rig:<br> Cyclone #33<br> Magnetic Declination:<br> 8.14<br> Job Number:<br> DDMT-140806<br> API #:<br> 33-105-03650<br> Vertical Section Azimuth:<br> 178.03<br> Proposed Direction:<br> 178.03<br> Survey Calculation Method:<br> Minimum Curvature<br> MD<br> INC<br> AZM<br> TVD<br> N/S<br> E/W<br> VS<br> PTB:<br> 21,725<br> 89.4<br> 178.5<br> 11224.49<br> -10607.9<br> 375.3<br> 10614.53<br> Depth<br> Inc<br> Azm<br> TVD<br> N/S<br> E/W<br> Surface<br> Closure<br> DLS/<br> BUR/<br> #<br> Feet<br> Degrees<br> Degrees<br> Feet<br> Feet<br> Feet<br> Vert Sec<br> Distance<br> Azm<br> 100<br> 100'<br> 225<br> 20,628<br> 87.60<br> 179.20<br> 11218.94<br> -9511.46<br> 371.70<br> 9518.61<br> 9518.72<br> 177.76<br> 1.70<br> -1.47<br> 226<br> 20,723<br> 87.30<br> 179.70<br> 11223.17<br> -9606.36<br> 372.61<br> 9613.49<br> 9613.58<br> 177.78<br> 0.61<br> -0.32<br> 227<br> 20,818<br> 87.20<br> 181.70<br> 11227.73<br> -9701.24<br> 371.45<br> 9708.27<br> 9708.35<br> 177.81<br> 2.11<br> -0.11<br> 228<br> 20,913<br> 88.90<br> 182.10<br> 11230.96<br> -9796.13<br> 368.30<br> 9803.00<br> 9803.05<br> 177.85<br> 1.84<br> 1.79<br> 229<br> 21,007<br> 90.10<br> 180.90<br> 11231.78<br> -9890.09<br> 365.84<br> 9896.82<br> 9896.85<br> 177.88<br> 1.81<br> 1.28<br> 230<br> 21,101<br> 91.10<br> 180.20<br> 11230.80<br> -9984.08<br> 364.94<br> 9990.72<br> 9990.74<br> 177.91<br> 1.30<br> 1.06<br> 231<br> 21,198<br> 90.80<br> 179.20<br> 11229.19<br> -10081.06<br> 365.45<br> 10087.66<br> 10087.68<br> 177.92<br> 1.08<br> -0.31<br> 232<br> 21,294<br> 91.10<br> 179.20<br> 11227.60<br> -10177.04<br> 366.79<br> 10183.63<br> 10183.64<br> 177.94<br> 0.31<br> 0.31<br> 233<br> 21,390<br> 91.40<br> 179.60<br> 11225.50<br> -10273.01<br> 367.79<br> 10279.58<br> 10279.59<br> 177.95<br> 0.52<br> 0.31<br> 234<br> 21,486<br> 90.60<br> 178.90<br> 11223.83<br> -10368.98<br> 369.05<br> 10375.54<br> 10375.55<br> 177.96<br> 1.11<br> -0.83<br> 235<br> 21,582<br> 89.90<br> 178.30<br> 11223.41<br> -10464.95<br> 371.39<br> 10471.54<br> 10471.54<br> 177.97<br> 0.96<br> -0.73<br> 236<br> 21,677<br> 89.40<br> 178.50<br> 11223.99<br> -10559.91<br> 374.05<br> 10566.53<br> 10566.54<br> 177.97<br> 0.57<br> -0.53<br> Page 8<br> <hr> <A name=22></a>CONTINENTAL RESOURCES, INC.<br> Stangeland 3-7H1<br> API 33-105-03650<br> SHL: 300' FSL &amp; 790' FWL, S6-T153N R99W<br> Williams County, North Dakota<br> BHL: 231' FSL &amp; 1165' FWL, S18-T153N-R99W<br> Williams County, North Dakota<br> Monaco Services Geologist<br> Peter J. Waldon PG3389<br> <hr> <A name=23></a>TABLE OF CONTENTS<br> Page<br> Well Data and Personnel Information<br> 3-4<br> Geologist's Summary<br> 5-11<br> Well Cross Section Views<br> 12-14<br> ROP / Time Chart<br> 15<br> Drilling Chronology<br> 16-22<br> Non-Certified<br> Directional Surveys<br> 23-28<br> 2<br> <hr> <A name=24></a>WELL DATA<br> OPERATOR:<br> CONTINENTAL RESOURCES, INC<br> WELL NAME:<br> Stangeland 3-7H1<br> API NUMBER:<br> 33-105-03650<br> SURFACE LOCATION:<br> 300' FSL &amp; 790' FWL, S6-T153N R99W<br> Williams County, North Dakota<br> 7" INTERMEDIATE CSG: 132' FNL 976' FWL, S7-T153N-R99W<br> Williams County, North Dakota<br> MD 11515' TVD 11223'<br> BOTTOM HOLE:<br> 231' FSL &amp; 1165' FWL, S18-T153N-R99W<br> Williams County, North Dakota<br> MD 21725' TVD 11225'<br> ELEVATIONS:<br> GL 2306'<br> KB 2326'<br> WELL TYPE:<br> Extended Reach Horizontal in the Three Forks FM First Bench<br> REGION:<br> Williston Basin<br> PROSPECT:<br> Williston<br> FIELD:<br> Crazy Man Creek<br> SPUD DATE:<br> September 22, 2014, Drilled Sfc. Csg. Shoe @ 22:30 Hrs.<br> TOTAL DEPTH<br> VERTICAL AND CURVE: MD 11523' TVD 11222' September 29, 2014 @ 12:05 Hrs.<br> TOTAL DEPTH<br> LATERAL:<br> MD 21725' TVD 11225' October 10, 2014 @ 19:30 Hrs.<br> CUTTINGS SAMPLING:<br> 30' samples 8950' to 11523'<br> 100' samples 11523' to TD @ 21725'<br> Lagged samples caught by Monaco personnel<br> Invert contaminated samples cleaned with PC-Citrasolve<br> HOLE SIZE:<br> 12.25" to 2423'<br> 8.75" to 11523'<br> 6.00" to 21725'<br> CASING:<br> 9 625&quot; 36# J55 STC to 2423'<br> 7.00" 32# P110 IC LTC to 11515'<br> 10820' of 4.50" 11.6# P110 BTC<br> 3<br> <hr> <A name=25></a>WELLSITE PERSONNEL INFORMATION<br> CONTINENTAL RESOURCES, INC.<br> GEOLOGIST:<br> Roko Svast<br> MONACO SERVICES<br> GEOLOGIST:<br> Peter Waldon PG3389<br> MUDLOGGING:<br> Monaco Services, Inc.<br> EQUIPMENT/TECHNOLOGY:<br> Bloodhound #5003 IR TG &amp; Chromat.<br> Monaco 2200 Electric Extractor<br> PERSONNEL:<br> Lance Erickson, Chris Scheidecker<br> DRILL CONTRACTOR:<br> Cyclone Rig 33<br> DRILLING SUPERVISORS:<br> Adam Knudson, Ian Calder<br> DRILLING FLUIDS:<br> GEO Drilling Fluids<br> MUD ENGINEER:<br> Scot Bloomfield, David Leighton<br> MWD:<br> MultiShot Energy Services<br> MWD ENGINEERS:<br> Nathan Dutton, Josh Hill<br> DIRECTIONAL:<br> MultiShot Energy Services<br> DIRECTIONAL DRILLERS:<br> Ben Matteson, Justin Klauzer<br> 4<br> <hr> <A name=26></a>GEOLOGIST'S SUMMARY<br> INTRODUCTION<br> Continental Resources, Inc. Stangeland ­Hayes ecopad is a four well location approximately<br> 6 miles southeast of Williston, North Dakota and within the boundaries of the Crazy Man<br> Creek Field. The Stangeland ­Hayes ecopad location and drilling procedures were<br> designed to allow efficient extraction of hydrocarbon resources from the Bakken and Three<br> Forks Formations lying beneath sections 6,7 and 18 of T153N, R99 and section 31 of T154N<br> R99W. Stangeland 3-7H1 was the first lateral drilled in the unit and targeted the First Bench<br> of the Three Forks Formation. Surface location coordinates are 300' FSL &amp; 790' FWL, S6-<br> T153N R99W, Williams County, North Dakota. The Stangeland ­Hayes drilling unit consists<br> the aforementioned four sections. The Stangeland 2-7H and 3-7H1 are southerly transects<br> and the Hayes 2-6H and 3-6H1 are northerly transects. All holes are planned as ~10,000'<br> laterals. The completed wells will utilize hydraulic fracturing technology to enhance their<br> petroleum yields from the Middle member of the Bakken and First Bench of the Three Forks<br> Formations. Drilling the Stangeland 3-7H1 began September 22, 2014 and the hole reached<br> total depth of 21725' on October 10, 2014.<br> 5<br> <hr> <A name=27></a>Figure 1. Map of surface location area<br> Tofte No. 1-1<br> Hayes 1-6H<br> Stangeland<br> Hayes Eco pad<br> Stangeland 3-7H1<br> Stangeland 2-7H<br> Stangeland 1-18H<br> Figure 2. Stangeland Hayes Ecopad location S6 T153N R99W<br> Initial Structural interpretation and Key Offset Wells<br> Offset Wells<br> Three nearby wells were selected as offsets for structural interpretation and as an aid to<br> accurately land the build curve for the Stangeland 3-7H1. As noted on Figure 2, they were<br> 6<br> <hr> <A name=28></a>MAPCO Production Company, Tofte No. 1-1, a vertical hole drilled to the Red River<br> Formation in 1981 and located approximately 4200'<br> northwest of the Stangeland 3-7H1.<br> Continental Resources, Hayes 1-6H, located approximately 2600' east of the Stangeland 3-<br> 7H1 and Continental Resources, Inc. Stangeland 1-18H, located approximately<br> 10500'<br> south. A TVD gamma type section of the First Bench of the Three Forks Formation was<br> modeled from data from the vertical and curve of Stangeland 3-7H1 and the Mapco Tofte<br> hole and and proved to be sufficiently accurate to successfully geosteer the lateral.<br> GEOLOGICAL EVALUATION<br> Well site geological supervision of Stangeland 3-7H1 was provided Monaco Services, Inc.,<br> with one well site Geologist and two mudloggers.<br> Monaco personnel obtained gas<br> quantification utilizing Bloodhound Unit #5003 and a Monaco System 2200 electric gas<br> extractor. WITS information was imported from the drilling rig EDR system.<br> Monaco<br> personnel caught lagged 30' samples in the vertical and curve portions of the hole and 100'<br> samples during the lateral. Cuttings from the invert mud drilled portions of the hole were<br> cleaned with PC Citrasolve. Fresh water was used to clean cuttings form the lateral portion<br> of the hole. Cleaned and graded samples were examined damp with a 3x-30x stereo<br> binocular microscope and Geoscope UV fluoroscope. Acetone was used as the solvent for<br> hydrocarbon cut evaluation. All processed samples were preserved and sent to the North<br> Dakota Geological Survey in Grand Forks, North Dakota. Gamma and survey data was<br> provided by the MultiShot MWD personnel on location.<br> TARGET ZONE IDENTIFICATION<br> The geological objective of the lateral was to remain in an 11' thick target zone in the First<br> Bench of the Three Forks Formation. The target zone is stratigraphically situated between 14'<br> and 25' beneath the base of the Lower Bakken Shale. A type section is depicted in Figure 3.<br> below.<br> FIGURE 3.<br> MWD GAMMA STANGELAND 3-7H1<br> WIRELINE GAMMA TOFTE No. 1-1<br> 7<br> <hr> <A name=29></a>DRILLING OPERATIONS<br> Vertical and Curve<br> Cyclone Rig 33 spudded the Stangeland 3-7H1 on September 22, 2014. Prior to the Cyclone<br> rig moving onto the hole, a spudding rig drilled a 12-1/4" hole with fresh water to 2423'. The<br> surface hole was isolated with 9 5/8&quot; 36# J55 STC casing and cemented to surface. A 8 ¾"<br> PDC bit, 1.83°mud motor and diesel invert mud were used to drill the vertical hole to kick off<br> point at MD 10760' in the Lodgepole Formation. Directional tools employing a 2.38°degree<br> bent assembly were used to land the build curve at MD 11523' with a projected TVD of<br> 11223' and inclination of 89.7°. 7", 32# P110 LTC intermediate casing was then run to MD<br> 11515', TVD 11223' and cemented. The Intermediate casing shoe location is 132' FNL &amp;<br> 976' FWL, S7-T153N-R99W, Williams County, North Dakota.<br> Lateral<br> Diesel invert mud used while drilling the vertical and curve portions of the hole was replaced<br> with 9.8# sodium chloride brine for the remainder of drilling operations. Two 6&quot; PDC bits and<br> 1.5° steerable motors were used to drill the lateral section. A single 10210' long southerly<br> transect was drilled in the First Bench of the Three Forks Formation on a 180°azimuth to MD<br> 21725', TVD 11225', terminating 231' north of the unit boundary hard-line near the south end<br> of Section18. The initial structural interpretation assumed relatively flat formation dip to MD<br> 16500 followed by crossing perpendicular to the axis of a subtle eastward trending local high<br> from MD 16500 to MD 19500. After crossing the subtle structural high, the formation dip was<br> anticipated to remain essentially flat to TD. Over the course of the lateral, the formation<br> dipped 4' upward resulting in an average formation dip of 90.02°.<br> FORMATION TOPS AND WELL CORRELATION<br> Tofte 1 1-R<br> Stangeland 2-H<br> Stangeland 3-H1<br> Hayes 1-6H<br> S1 T153N R100W<br> S6 T153N R99W<br> S6 T153N R99W<br> S6 T153N R99W<br> Extrapolated Depth<br> E LOG TOPS<br> E LOG TOPS<br> E LOG TOPS<br> E LOG TOPS<br> KB ELEV<br> 2313<br> Dist to KB ELEV 2326<br> KB ELEV 2326<br> Dist to land at KB Elev<br> 2391<br> Dist to<br> TVD<br> SS TVD Isopach Tgt.<br> TVD<br> SS TVD Isopach<br> TVD<br> SS TVD Isopach<br> Tgt.<br> TVD<br> SS TVD Isopach<br> Tgt.<br> Charles<br> 8885<br> -6572<br> 673<br> 2301<br> 8917<br> -6591<br> 660<br> 8931.7 -6605.7 643.3<br> 2301 11218<br> 8984<br> -6593<br> 683<br> 2300<br> BLCS<br> 9558<br> -7245<br> 201<br> 1628<br> 9577<br> -7251<br> 212<br> 9575<br> -7249<br> 216<br> 1641 11218<br> 9667<br> -7276<br> 192<br> 1617<br> Mission C<br> 9759<br> -7446<br> 589<br> 1427<br> 9789<br> -7463<br> 596<br> 9791<br> -7465<br> 592<br> 1429 11218<br> 9859<br> -7468<br> 595<br> 1425<br> Lodgepole<br> 10348<br> -8035<br> 132<br> 838<br> 10385<br> -8059<br> 114<br> 10383<br> -8057<br> 117<br> 833 11218<br> 10454<br> -8063<br> 115<br> 830<br> LP1<br> 10480<br> -8167<br> 174<br> 706<br> 10499<br> -8173<br> 166<br> 10500<br> -8174<br> 165<br> 719 11218<br> 10569<br> -8178<br> 173<br> 715<br> LP2<br> 10654<br> -8341<br> 276<br> 532<br> 10665<br> -8339<br> 289<br> 10665<br> -8339<br> 292<br> 553 11218<br> 10742<br> -8351<br> 286<br> 542<br> LP3<br> 10930<br> -8617<br> 54<br> 256<br> 10954<br> -8628<br> 63<br> 10957<br> -8631<br> 64<br> 264 11218<br> 11028<br> -8637<br> 54<br> 256<br> LP4<br> 10984<br> -8671<br> 92<br> 202<br> 11017<br> -8691<br> 96<br> 11021<br> -8695<br> 94<br> 201 11218<br> 11082<br> -8691<br> 95<br> 202<br> False Bkn<br> 11076<br> -8763<br> 9<br> 110<br> 11113<br> -8787<br> 6<br> 11115<br> -8789<br> 10<br> 105 11218<br> 11177<br> -8786<br> 9<br> 107<br> Upper Bkn<br> 11085<br> -8772<br> 20<br> 101<br> 11119<br> -8793<br> 19<br> 11125<br> -8799<br> 18<br> 99 11218<br> 11186<br> -8795<br> 17<br> 98<br> Middle Bkn<br> 11105<br> -8792<br> 20<br> 81<br> 11138<br> -8812<br> 17<br> 11143<br> -8817<br> 20<br> 80 11223<br> 11203<br> -8812<br> 20<br> 81<br> Target<br> 11125<br> -8812<br> 20<br> 61<br> 11155<br> -8829<br> 24<br> 11163<br> -8837<br> 21<br> 63 11223<br> 11223<br> -8832<br> 20<br> 61<br> Lower Bakken<br> 11145<br> -8832<br> 21<br> 41<br> 11179<br> -8853<br> 20<br> 11184<br> -8858<br> 20<br> 39 11223<br> 11243<br> -8852<br> 21<br> 41<br> Three Forks<br> 11166<br> -8853<br> 20<br> 20<br> 11199<br> -8873<br> 19<br> 11204<br> -8878<br> 20<br> 19 11223<br> 11264<br> -8873<br> 20<br> 20<br> Target<br> 11186<br> -8873<br> 0<br> 11218<br> -8892<br> 0<br> 11224<br> -8898<br> 0<br> 0 11223<br> 11284<br> -8893<br> 0<br> 8<br> <hr> <A name=30></a>LITHOLOGY AND HYDROCARBON SHOWS<br> Vertical and Curve<br> Geologic evaluation of Stangeland 3-7H1 began at MD 8950' in the Charles Formation. The<br> Base of the Last Charles Salt was encountered at MD 9575' TVD 9575' (SS TVD -7249), 2'<br> structurally high to Stangeland 2-7H and 27' structurally high to Hayes 1-6H. The Ratcliffe<br> and Midale intervals are composed of compact wackestone to mudstone with interbeds of<br> massive anhydrite. No significant hydrocarbon shows were observed while drilling through<br> the Ratcliffe and Midale intervals.<br> The top of the Mission Canyon Formation was encountered at MD 9791' TVD 9791', (SS<br> TVD -7465), 2' structurally low to Stangeland 2-7H and 3' structurally high to Hayes 1-6H.<br> Samples from the Rival interval (9791' to 9810') consisted of light gray to light graybrown<br> microcrystalline wackestone with poor to fair anhydrite occluded pinpoint vuggy porosity a<br> trace of dark brown oil stain, dull yellow fluorescence and faint milky pale yellow cut. Total<br> gas increased from 190 units to 340 units and then declined rapidly to 230 units while the<br> Rival was penetrated. It is unlikely that the Rival interval would be commercially productive<br> at this location. No other significant porous zones or gas shows were observed while drilling<br> through the Mission Canyon Formation.<br> The top of the Lodgepole Formation was encountered at MD 10383' TVD 10383' (SS TVD -<br> 8057), ), 2' structurally high to Stangeland 2-7H and 6' structurally high to Hayes 1-6H. The<br> curve was "kicked­off" at MD 10772'. Four gamma markers were selected and used to<br> calculate the curve landing point while drilling through the Lodgepole. Lodgepole samples<br> consisted of compact ARGILLACEOUS MUDSTONE with minor carbonaceous shale present<br> at the False Bakken Marker. A significant gas show from a background of 540 units to 6400<br> units was observed while drilling in the base of the Scallion Interval From MD 11170' to MD<br> 11186'. It must be noted that, the rig was broken down for 2 hours and 5 minutes at MD<br> 11178', contributing significantly to the gas show from this interval.<br> Samples from the<br> Scallion consisted tan to cream and light gray brown microcrystalline wackestone with no<br> visible porosity, spotty bright yellow fluorescence and an immediate milky yellow cut. It is<br> likely that fractures emanating vertically from the Bakken shale are the source of this<br> hydrocarbon show.<br> The Bakken Formation Upper Shale was encountered at MD 11186' TVD 11125' (SS TVD<br> -8799'), ),<br> 6' structurally low to Stangeland 2-7H and 4' structurally low to Hayes 1-6H.<br> Samples consisted of CARBONACEOUS SHALE, black, firm blocky, non calcareous, slightly<br> siltaceous in part, non fluorescent, weak milky pale yellow cut. Total gas at the top of the<br> shale was 5500 units and decreased slightly to 5000 units while the shale bed was<br> penetrated.<br> The Middle Member of the Bakken Formation was encountered at MD 11230', TVD 11143'<br> (SS TVD -8817), 5' structurally low Stangeland 2-7H and 5 structurally low Hayes 1-6H.<br> Samples observed while drilling through the Middle Member of the Bakken Formation were<br> very consistent and consisted of argillaceous to siltaceous and slightly arenaceous slightly<br> dolomitic mudstone. Weak shows with a trace of dark brown stain pale yellow fluorescence<br> and immediate pale yellow milky cut were persistent in all samples. No significant hight or<br> low gamma horizons were obvious with gamma counts ranging from 75 to 90 API. Total gas<br> was static and ranged from 1800 to 2400 units while the Middle Member of the Bakken was<br> penetrated.<br> 9<br> <hr> <A name=31></a>The Bakken Formation Lower Shale was encountered at MD 11312', TVD 11184' (SS TVD<br> -8858), ), Samples consisted of CARBONACEOUS SHALE, very dark brown to black, firm,<br> blocky, non calcareous, non fluorescent, immediate streaming pale yellow green cut. While<br> drilling through lower shale, total gas was static ranging from 2300 to 2600 units.<br> The Three Forks Formation was encountered at MD 11374', TVD 11204' (SS TVD -8878)<br> Samples observed while drilling downward through the 14 vertical feet of section above the<br> top of the First Bench consisted of ARGILLACEOUS DOLOMITE: dark brown grading to light<br> gray brown, mottled and laminated with light gray green waxy dolomitic micropyritic shale<br> interbeds. Gray and gray brown very fine sucrosic dolomite interbeds contained a trace of<br> spotty medium brown stain even very dull yellow fluorescence faint slow milky pale yellow<br> cut. Total gas was stable and slowly decreased from 2400 units to 1800 units while drilling<br> downward through the laminated upper horizons.<br> The top of the First Bench was first<br> encountered while drilling the curve at MD 11460' TVD 11220'. Samples consisted of slightly<br> arenaceous DOLOMITE: tan to light brown some cream firm fine sucrosic slightly calcareous<br> very fine arenaceous in part with a trace of spotty medium brown stain even bright pale<br> yellow fluorescence immediate milky blue white and streaming pale yellow cut. Thin local<br> waxy pale gray green dolomitic shale laminae were persistent throughout most of the first<br> bench. Total gas was variable with readings ranging from 1200 units to 2500 units. Gamma<br> values observed the somewhat laminated nature of the target zone and ranged from 110<br> counts at the top of the target to 40 units in the middle and 120 counts at the Internal One<br> Marker. 7" intermediate casing was set in the First Bench of the Three Forks Formation at<br> MD 11515', TVD 11223, (SSTVD -8897)' with a projected inclination of 89.7°.<br> TARGET ZONE IDENTIFICATION IN THE LATERAL<br> The Target Zone within the Three Forks consists of a 11' thick Primary Low Gamma Target<br> beginning 14' beneath the base of the Lower Bakken Shale. Lithology within the target was<br> consistent over the course of the lateral, when samples were available. Target lithology was<br> observed to be SLIGHTLY ARENACEOUS SLIGHTLY CALCAREOUS DOLOMITE ­ very<br> light to light brown and cream, firm to sub-hard very fine sucrosic, very fine arenaceous in<br> part, trace intercrystalline porosity, even moderately bright pale yellow to yellow green<br> fluorescence, scattered medium to dark brown oil stain, slow milky pale yellow green cut.<br> The center of the target was evidenced by gamma counts from 42 to 50 API. Lithology above<br> the target zone was observed to be highly laminated ARGILLACEOUS DOLOMITE light gray<br> brown, mottled and laminated with light gray green waxy dolomitic micro-pyritic shale<br> interbeds. Gray and gray brown very fine sucrosic dolomite interbeds contained a trace of<br> spotty medium brown stain even very dull yellow fluorescence faint slow milky pale yellow<br> cut. Gamma counts from the upper laminated fascies ranged from 100 to 110 and reflected<br> the thinly bedded nature of the fascies. The Internal 1 Marker was briefly and intentionally<br> contacted 4 times to provide accurate formation dip during the lateral. Samples from the<br> internal 1 consisted ARGILLACEOUS DOLOMITE, light gray firm to sub-hard very fine<br> sucrosic tight moderately argillaceous with no visible hydrocarbon shows. Gamma counts<br> were observed to increase rapidly to 120 counts, clearly differentiating the bottom of the<br> target zone from the top of the target zone<br> LATERAL OIL AND GAS SHOWS<br> Oil and gas shows observed in the samples when the well path was in the target zone were<br> consistent over the course of the lateral. There were no obvious shows of oil in the drilling<br> mud or gas flares during the lateral and no obviously fractured intervals were observed.<br> Mud gas increased in a somewhat linear relationship to the holes VS, beginning at 500 units<br> and increasing to approximately 3500 units near the end of the lateral.<br> 10<br> <hr> <A name=32></a>LATERAL DRILLING OBSERVATIONS AND GEOSTEERING<br> Diesel invert mud used while drilling the vertical curve portions of the hole was displaced with<br> d 9.8# sodium chloride brine for the lateral. Two trips were required during the drilling of the<br> lateral.<br> The first, a short trip at MD 13014 into the intermediate casing to allow wireline<br> retrieval of a failed MWD tool. The second trip at MD 20885 for a new bit and motor. Upon<br> exiting the 7" casing shoe at MD 11515', steering procedures were executed to evaluate all of<br> the discrete lithologic horizons in the First Bench of the Three Forks Formation. No single<br> horizon within the target appeared to display a favorable advantage with respect to oil shows<br> or rate of penetration. From MD 19700' to TD cuttings were heavily contaminated with drilling<br> lube and challenging to evaluate. Steering response was adequate to achieve targets for the<br> entire length of the lateral. Structural interpretation indicates a nearly flat formation dip of<br> 89.9° from the 7" casing shoe to approximately MD 16000'.<br> From MD 16000' to<br> approximately MD 18500' the formation rose upward approximately 14 vertical feet resulting<br> in a local dip of 90.32°. From MD 18500' to TD at MD 21725 the formation gradually fell 11'<br> vertically resulting in a local dip of 89.8°. TD. Over the course of the lateral, the formation<br> rose 4' upward resulting in an average formation dip of 90.02°. The 6" bore exposed 10210<br> lineal feet of hole through the First Bench of the Three Forks Formation. While drilling the<br> lateral, the BHA was slid 1563' (8%). The bore remained in the target zone for 7224' (63%)<br> of the lateral.<br> LATERAL STATISTICS<br> Stangeland 3-<br> 7H1<br> Total Lateral Footage<br> 10210<br> Target Zone Thickness<br> 11<br> Footage in Target<br> 7224<br> Average Background Gas<br> 1815 U<br> Lateral Slide Feet<br> 1563<br> Total Slide Time %<br> 8<br> Total Slide Depth %<br> 15<br> CONCLUSIONS<br> Oil shows observed while drilling Stangeland 3-7H1 were fair with a spotty oil stain<br> persistently present in the arenaceous to silty dolomite of all target zone samples. Mud gas<br> shows climbed steadily as the laterals vertical section increased, indicative of the very low<br> permeability of the formation. Subsurface structural control, utilizing data from nearby Middle<br> Bakken laterals was adequate to land the curve and geosteer the lateral. The lateral was<br> drilled with a 2 BHA's. Trip gas of 5500 units after running the 4 ½" liner is a positive<br> indication of hydrocarbons. Stangeland 3-7H1 will be completed with a multi-stage fracture<br> stimulation after which its production potential will be revealed.<br> 11<br> <hr> <A name=33></a>Figure 4.<br> As depicted in Fig. 4, the well path exited the intermediate casing shoe in the target zone.<br> Steering inputs were utilize to halt<br> and reverse the well bore's downward trajectory and begin evaluation of the target zone<br> <hr> <A name=34></a>.<br> Figure 5.<br> As depicted in Fig.5, the base of the target zone was contacted once times by MD 16500'. Formation dip was calculated at<br> 89.99°for this portion of the lateral. Figure 5 also indicates the beginning of the subtle eastward trending local high'. It became<br> apparent by the mid point of the lateral, MD 17000'; there was no specific horizon that was obviously more favorable with<br> respect to hydrocarbon shows or rate of penetration.<br> 13<br> <hr> <A name=35></a>Figure 6.<br> Fig. 6, accurately depicts the subtle rolling structure that was traversed. Accurate formation dip was verified using intentional<br> contact with the base of the target zone four times over the course od the lateral depicted in Fig. 6. Accurate formation dip<br> over the entire lateral should allow drilling the subsequent Stangeland 2-7H with increased efficiency.<br> <hr> <A name=36></a>INTERPRETIVE CROSS SECTION<br> 0<br> 0<br> 0<br> 0<br> 0<br> 0<br> 0<br> 0<br> 0<br> 0<br> 0<br> 0<br> 0<br> 0<br> 0<br> 0<br> 0<br> 0<br> 0<br> 0<br> 0<br> 0<br> 0<br> 0<br> 0<br> 0<br> 0<br> 0<br> 0<br> 0<br> 0<br> 0<br> 0<br> 0<br> 0<br> 0<br> 0<br> 0<br> 0<br> 0<br> 0<br> 0<br> 0<br> 0<br> 0<br> 0<br> 0<br> 5<br> 0<br> 5<br> 0<br> 5<br> 0<br> 5<br> 0<br> 5<br> 0<br> 5<br> 0<br> 5<br> 0<br> 5<br> 0<br> 5<br> 0<br> 5<br> 0<br> 5<br> 0<br> 1<br> 1<br> 2<br> 2<br> 3<br> 3<br> 4<br> 4<br> 5<br> 5<br> 6<br> 6<br> 7<br> 7<br> 8<br> 8<br> 9<br> 9<br> 0<br> 0<br> 1<br> 1<br> 2<br> 1<br> 1<br> 1<br> 1<br> 1<br> 1<br> 1<br> 1<br> 1<br> 1<br> 1<br> 1<br> MD<br> 1<br> 1<br> 1<br> 1<br> 1<br> 1<br> 2<br> 2<br> 2<br> 2<br> 2<br> 11140<br> 3000<br> 7&quot; CASING SHOE<br> Bottom Hole Location:<br> 11150<br> Wellbore<br> Lower Bakken Shale<br> Three Forks Top<br> Target Zone Top<br> Target Zone Bottom<br> Internal 1<br> Casing Point<br> Trips<br> N<br> LOCATION: MD 11515'<br> TD<br> Targets<br> Daily Footage<br> BH Temperature<br> MD 21725' TVD 11224.5'<br> S<br> 11160<br> Diff. Pressure<br> TVD 11223' (-8897)<br> 230.7' FSL 1165' FWL<br> 2500<br> 11170<br> 132' FNL 976' FWL<br> Stangeland 3-7H1 S6 T153N R99W, WILLIAMS CO. ND<br> S18-T153-R99W<br> si<br> 11180<br> S7-T153-R99W<br> 1853<br> 90.26<br> 90.03<br> 89.69<br> 89.74<br> 2000<br> 11190<br> 89.90<br> 1557<br> 89.93<br> /°f/p<br> 90.49<br> 1462<br> e<br> 11200<br> 1383<br> 89.99<br> g<br> D<br> 89.72<br> 150ta0<br> 11210<br> VT<br> o<br> 1061<br> 1078<br> oF<br> 11220<br> 827<br> ily<br> 745<br> 1000<br> 11230<br> aD<br> Estimated Dip: 90.00<br> 494<br> 11240<br> 376<br> 11250<br> 0500<br> 129<br> 11260<br> 11270<br> 0000<br> 62% IN Target<br> 8% Slide/27.21 Hrs. Sliding<br> 150<br> 0015<br> Gamma Ray<br> Torque<br> ts125<br> nu100<br> f<br> o<br> 0010<br> CI 75<br> f-lb<br> P<br> k<br> A 50<br> 0005<br> 25<br> 0<br> 0000<br> 400<br> 0150<br> ROP<br> WOB<br> Rotary<br> 300<br> m<br> 2r00<br> 0100<br> 100<br> ft/h<br> s/rp<br> 0<br> 005lb0<br> k<br> -100<br> -200<br> 0000<br> 3000<br> TG<br> C1<br> C2<br> C3<br> C4<br> C5<br> Mud Weight<br> 10.0<br> 2s)500<br> a<br> l<br> 2<br> 9.8a<br> (g000<br> 1500<br> 9.6<br> its<br> s/g<br> 1n000<br> 9.4lb<br> U500<br> 9.2<br> 0<br> 9.0<br> 100<br> 1.0<br> Wh<br> Bh<br> Ch<br> 75<br> h<br> h<br> C<br> /Bh 50<br> 0.5<br> W 25<br> 0<br> 0.0<br> 15<br> <hr> <A name=37></a>ROP / TIME CHART<br> DATE<br> 4<br> 4<br> 4<br> 4<br> 4<br> 4<br> 4<br> 4<br> 4<br> 4<br> 4<br> 4<br> 4<br> 4<br> 4<br> 4<br> 4<br> 4<br> 4<br> 4<br> 4<br> 4<br> 1<br> 1<br> 1<br> 1<br> 1<br> 1<br> 1<br> 1<br> 1<br> 1<br> 1<br> 1<br> 1<br> 1<br> 1<br> 1<br> 1<br> 1<br> 1<br> 1<br> 1<br> 1<br> 0<br> 0<br> 0<br> 0<br> 0<br> 0<br> 0<br> 0<br> 0<br> 0<br> 0<br> 0<br> 0<br> 0<br> 0<br> 0<br> 0<br> 0<br> 0<br> 0<br> 0<br> 0<br> /2<br> /2<br> /2<br> /2<br> /2<br> /2<br> /2<br> /2<br> /2<br> /2<br> /2<br> /2<br> /2<br> /2<br> /2<br> /2<br> /2<br> /2<br> /2<br> /2<br> /2<br> /2<br> 0<br> 1<br> 2<br> 1<br> 2<br> 3<br> 4<br> 5<br> 6<br> 7<br> 8<br> 9<br> 0<br> /1<br> /2<br> /3<br> /4<br> /5<br> /6<br> /7<br> /8<br> /9<br> /1<br> /1<br> /1<br> /2<br> /2<br> /2<br> /2<br> /2<br> /2<br> /2<br> /2<br> /2<br> /3<br> 0<br> 0<br> 0<br> 0<br> 0<br> 0<br> 0<br> 0<br> 0<br> 0<br> 0<br> 0<br> 9<br> 9<br> 9<br> 9<br> 9<br> 9<br> 9<br> 9<br> 9<br> 9<br> 1<br> 1<br> 1<br> 1<br> 1<br> 1<br> 1<br> 1<br> 1<br> 1<br> 1<br> 1<br> 0<br> 5000<br> 10000<br> HTPED<br> 15000<br> 20000<br> 16<br> <hr> <A name=38></a>DAILY DRILLING CHRONOLOGY<br> Date<br> Depth<br> Begin<br> End<br> Activity<br> Time<br> Time<br> 21-<br> 2245<br> 0<br> 3<br> WALK RIG TO NEW WELL PAD<br> Sep<br> 3<br> 5.5<br> RIG UP MUD LINES, PASON LINES, CATWALK, FLOW<br> LINE,SIUTCASES, WTR &amp; AIR LINES<br> GERONIMO LINE , SLOW DESENT LINE<br> 5.5<br> 6<br> NIPPLE UP B.O.P.<br> 6<br> 9.5<br> NIPPLE UP B.O.P. FINNISH NIPPLE UP BOP- RIG UP FLOW LINE, RE-<br> WELD CHOKE LINE<br> CENTER BOP TO RIG,<br> 9.5<br> 11<br> PRE SPUD WALK AROUND INSPECTUIION<br> 11<br> 15<br> TEST B.O.P. - PIPE RAMS, HCR, MID KILL, IMV, INSIDE KILL, TIW, 250<br> LOW 5000 PSI<br> HELD 10 MINS EACH WAY, ANN 250 LOW 2500 PSI HELD 10 MIN, BLIND<br> RAMS, OUTSIDE<br> MANIFOLD, INSIDE MANIFOLD, KILL VALVE, 250 LOW 5000 HIGH, HELD<br> 10 MIN, ACC<br> FUNCTION TEST, CASING TEST 1500 30 MIN.<br> 15<br> 15<br> INSTALL WEAR BUSHING<br> 15<br> 16<br> DIR. WORK - P/U AND M/U DIR TOOLS<br> 16<br> 18<br> TRIPS - RIH / 98' TO 2245'<br> 22-<br> 6347<br> 18<br> 20<br> SLIP &amp; CUT DRILL LINE<br> Sep<br> 20<br> 20<br> LUBRICATE BLOCKS &amp;TOPDRIVE<br> 20<br> 23<br> DRILL CEMT &amp; FLOAT COLLAR @ 2339 DRILL SHOE TRACK AND SHOE<br> @2384<br> DRILL 10' OF NEW HOLE FIT TO 236 PSI EMW 11.5 LB PER GAL @ 239<br> 23<br> 6<br> DRILL F/ 2395 TO 3761<br> 6<br> 13<br> DRILL ACTUAL F/ 3761' TO 5557'<br> 13<br> 14<br> LUBRICATE RIG TOP DRIVE, BLOCKS AND CROWN, FUNCTION HCR 3<br> SEC TO CLOSE<br> 14<br> 18<br> DRILL ACTUAL F /5557' TO 6347'<br> 23-<br> 6947<br> 18<br> 22<br> DRILL F/6247 TO 6633<br> Sep<br> 22<br> 22<br> CURCULATE TO TOOH<br> 22<br> 1.5<br> FLOW CHECK, PUMP DRY JOB &amp; TOOH<br> 1.5<br> 3.5<br> SWAP OUT BIT &amp; MOTOR, ORIENT &amp; SCRIBE, SURFCE TEST MWD &amp;<br> MOTOR<br> FUNCTION BLIND RAMS ON BANK<br> 3.5<br> 4<br> SERVICE TOPDRIVE, CLEAN UP FLOOR<br> 4<br> 6<br> TROUBLE SHOOT TOP DRIVE -BAD ETHERNET CORD<br> FUNCTION CROWN &amp; FLOOR SAVER (JH)<br> 6<br> 10<br> TOP Drive WAIT ON ETHERNET CABLE -AND TOP DRIVE HAND,<br> 10<br> 11<br> LUBRICATE RIG - TOP DRIVE AND BLOCKS FUNCTION HCR 3 SEC TO<br> CLOSE<br> 11<br> 15<br> TRIPS - RIH F/ 98' TO 6636'<br> 15<br> 18<br> DRILL ACTUAL F/ 6636' TO 6947'<br> 24-<br> 8157<br> 18<br> 1.5<br> DRILL F/6947 TO 7358<br> Sep<br> 1.5<br> 2<br> LUBRICATE BLOCKS &amp; TOP DRIVE FUNCTION TIW VALVE &amp;<br> ANNULAR<br> 17<br> <hr> <A name=39></a>2<br> 6<br> DRILL F/ 7358 TO 7642<br> 6<br> 17<br> DRILL ACTUAL F/ 7642' TO 8115'<br> 17<br> 17<br> LUBRICATE RIG - TOP DRIVE AND BLOCKS, FUNCTION PIPE RAMS 5<br> SEC TO CLOSE<br> 17<br> 18<br> DRILL ACTUAL F/ 8115' TO 8157'<br> 25-<br> 9283<br> 18<br> 2.5<br> DRILL F/ 8157' TO 8590'<br> Sep<br> 2.5<br> 3<br> LUBRICATE BLOCKS &amp; TOP DRIVE<br> 3<br> 6<br> DRILL F/ 8590' TO 8716'<br> 6<br> 16<br> DRILL ACTUAL F/ 8716' TO 9157'<br> 16<br> 16<br> LUBRICATE RIG - TOP DRIVE, BLOCKS &amp; CROWN FUNCTION HCR 3<br> SEC TO CLOSE<br> 16<br> 18<br> DRILL ACTUAL / 9157' TO 9283'<br> 26-<br> 9508<br> 18<br> 20<br> DRILL F/ 9283 TO 9346<br> Sep<br> 20<br> 5<br> TRIP OUT OF THE HOLE, BACK REAM 9346'-8800' AND 5146'-5055'<br> 5<br> 6<br> LAID DOWN DIR TOOLS<br> 6<br> 6.5<br> CLEAN RIG FLOOR<br> 6.5<br> 7.5<br> DIR. WORK - P/U AND M/U DIR TOOLS AND TEST<br> 7.5<br> 8<br> TRIPS RIH F/ 98' TO 1089'<br> 8<br> 9.5<br> HELD SAFETY STAND DOWN<br> 9.5<br> 13<br> TRIPS - CONTINUE RIH F/ 1089' TO 8932'<br> 13<br> 15<br> REAMING F/ 8932' TO 9345'<br> 15<br> 17<br> DRILL ACTUAL F/ 9345' TO 9439'<br> 17<br> 17<br> LUBRICATE RIG TOP DRIVE AND BLOCKS FUNCTION PIPE RAMS 5<br> SEC TO CLOSE<br> 17<br> 18<br> DRILL ACTUAL F/ 9439' TO 9508'<br> 27-<br> 10760<br> 18<br> 0<br> DRILL F/ 9508 TO9723<br> Sep<br> 0<br> 0.5<br> LUBRICATE BLOCKS &amp; TOP DRIVE FUNCTION ANNULAR<br> 0.5<br> 6<br> DRILL F/ 9723 TO 10102.79<br> 6<br> 17<br> DRILL ACTUAL F/ 10102' TO 10481'<br> 17<br> 17<br> LUBRICATE RIG TOP DRIVE, BLOCKS AND CROWN FUNCTION HCR 3<br> SEC TO CLOSE<br> 17<br> 18<br> DRILL ACTUAL F 10481' TO 10540'<br> 28-<br> 10899<br> 18<br> 23<br> DRILL F/ 10540 10760<br> Sep<br> 23<br> 24<br> CIRCULATE<br> 24<br> 0<br> LUBRICATE BLOCKS &amp; TOP DRIVE<br> 0<br> 5<br> TOOH<br> 5<br> 6<br> LAY DOWN DIRECTIONAL TOOLS<br> 6<br> 6.5<br> LAY DOWN DIRECTIONAL TOOLS AND DRAIN MOTOR, LAY DOWN BIT<br> 6.5<br> 8<br> PICK UP DIRECTIONAL TOOLS AND TEST MWD &amp; MUD MOTOR<br> 8<br> 15<br> TRIP IN HOLE F/ 98' TO 10760'<br> 15<br> 17<br> DRILL CURVE F/ 10760' TO 10867'<br> 17<br> 18<br> LUBRICATE RIG TOP DRIVE AND BLOCKS, FUNCTION HCR 3 SEC TO<br> CLOSE<br> 18<br> 18<br> DRILL CURVE F/ 10867' TO 10899'<br> 29-<br> 11515<br> 18<br> 0.5<br> DRILL F/ 10899 TO 11174<br> Sep<br> 0.5<br> 1<br> LUBRICATE RIG - GREASE TD ( FUNCTION PIPE RAMS )<br> 1<br> 2.5<br> REPAIR RIG - DRYING SHAKERS SHORTED OUT ELEC PLUG<br> 2.5<br> 6<br> DRILL F/ 11174 TO 11278<br> 6<br> 12<br> DRILL ACTUAL F/11278 T/11515 T/D<br> 18<br> <hr> <A name=40></a>12<br> 13<br> CIRCULATE<br> 13<br> 14<br> SHORT TRIP 9 STANDS TO TOP OF CURVE<br> 14<br> 15<br> T.I.H 9 STD<br> 15<br> 17<br> CIRCULATE HOLE CLEAN<br> 17<br> 18<br> L/D 5''DP<br> 30-<br> 11515<br> 18<br> 22<br> PJSM - LDDP<br> Sep<br> 22<br> 22<br> CHANGE OUT DIES ON WR-80<br> 22<br> 4<br> LDDP &amp; HWDP<br> 4<br> 4.5<br> DIR. WORK - L/D ALL TOOLS<br> 4.5<br> 5<br> PULL WEAR BUSHING<br> 5<br> 5.5<br> CLEAN FLOOR<br> 5.5<br> 6<br> LUBRICATE RIG, GREASE TOPDRIVE, BLKS, CROWN<br> 6<br> 7<br> HOLD SAFETY MEETING RIG UP CASING CREW<br> 7<br> 18<br> MAKE UP SHOE FLOAT EQ RUN CASING 249 JTS 7\ LTC 32# P-110&quot;<br> 1-Oct<br> 11515<br> 18<br> 19<br> LAND CASING WITH LANDING JT<br> 19<br> 21<br> CIRCULATE CASING WITH RIG<br> 21<br> 0.5<br> PJSM - SHUT DOWN &amp; R/U CEMENT HEAD<br> CEMENT 7\ CASING - TEST LINES 6500<br> LEAD CMT 238 BBL 11.8#, TAIL CMT 151 BBL 15.6#, DROP PLUG<br> DISPLACE H2O 411 BBL, BUMP PLUG &amp; CHECK FLOATS<br> 0.5<br> 1<br> R/D CEMENTERS<br> 1<br> 3.5<br> FLUSH STACK, BACK OUT OF LANDING JT, SET &amp; TEST PACK OFF TO<br> 5K 15 MIN<br> 3.5<br> 4.5<br> L/D CASING BUDDY BAILS, SLIPS &amp; ELEVATORS - SET BIT GUIDE IN<br> WELL HEAD<br> 4.5<br> 6<br> CHANGE OUT SAVER SUB TO XT-39, INSTALL 4\ ELEVATORS<br> FILL MUD TANKS WITH SALT WATER<br> TEST CROWN/FLOOR SAVER ( JT ) (WS)<br> BOP DRILL TIME 2:00<br> 6<br> 8.5<br> CHANGE SHAKER SCREENS RACK STRAP 4''DP INSTALL STABING<br> GUIDES,ELEVATORS<br> FINISH TRANSFERRING SALT WATER TO MUD TANKS<br> 8.5<br> 9.5<br> DIR. WORK MAKE UP BIT MOTOR SLICKS MWD XO<br> 9.5<br> 18<br> T.I.H PICKING UP 4'' XT-39 DP<br> 2-Oct<br> 12299<br> 18<br> 20<br> P/U 4\ DP TO 9000' - INSTALL ROT ROBBER &amp; FILLL PIPE&quot;<br> 20<br> 21<br> CUT OFF DRILLING LINE - 15 RAPS 117'<br> 21<br> 1<br> P/U 4\ DP TO 11342 - FILL PIPE &amp; TAG @ 11365&quot;<br> 1<br> 1.5<br> PICK UP SPACE OUT SHUT IN - CASING TEST TO 1500 PSI FOR 30<br> MIN<br> 1.5<br> 2.5<br> DRILL OUT FLOAT@ 11435, CEMENT &amp; SHOE@ 11515<br> 2.5<br> 3<br> DRILL 10' NEW HOLE 11515 TO 11525 PICK UP SPACE OUT - FIT 875<br> PSI @ EMW 11.5<br> 3<br> 6<br> DRILL F/ 11525 TO 11712<br> 6<br> 17<br> DRILL ACTUAL F/11712 T/12263<br> 17<br> 18<br> LUBRICATE RIG<br> 18<br> 18<br> DRILL ACTUAL F/12263 T/12299<br> 3-Oct<br> 13014<br> 18<br> 2.5<br> DRILL F/ 12299 TO 13014<br> 2.5<br> 3<br> LUBRICATE RIG - GREASE TD ( FUNCTION PIPE RAMS )<br> 3<br> 3.5<br> TRIP OUT 7 STDs TO 12361<br> 3.5<br> 4<br> TROUBLE SHOOT MWD ( GAMMA )<br> 4<br> 5<br> TRIP OUT 20 STDs TO 10489<br> 5<br> 6<br> CIRCULATE - WAIT ON WIRE LINE<br> 19<br> <hr> <A name=41></a>6<br> 9.5<br> Directional Tool Failure WAIT ON WIRE LINE MACHINE<br> 9.5<br> 14<br> PULL MWD INSTALL NEW MWD USING WIRELINE MACHINE<br> 14<br> 15<br> T.I.H F/10489' TO 12361'<br> 15<br> 18<br> RE-LOG GAMMA F/12361' TO 13014'<br> 4-Oct<br> 14700<br> 18<br> 19<br> DIR. WORK - RELOG GAMMA F/ 12888 TO 13014<br> 19<br> 4<br> DRILL F/ 13014 TO 13691<br> 4<br> 4.5<br> LUBRICATE RIG - GREASE TD ( FUNCTION ANNULAR )<br> 4.5<br> 6<br> DRILL F/ 13691 TO 13787<br> 6<br> 14<br> DRILL ACTUAL F/13787 T/14453<br> 14<br> 15<br> LUBRICATE RIG, GREASED TOPDRIVE, BLKS, CROWN<br> 15<br> 18<br> DRILL ACTUAL F/14453 T/14700<br> 5-Oct<br> 16308<br> 18<br> 0<br> DRILL F/ 14700 TO 15222<br> 0<br> 0.5<br> LUBRICATE RIG - GREASE TD ( FUNCTION PIPE RAMS )<br> 0.5<br> 6<br> DRILL F/ 15222 TO 15645<br> 6<br> 16<br> DRILL ACTUAL F/15645 T/16275<br> 16<br> 17<br> LUBRICATE RIG, GREASE TOPDRIVE, BLKS , CROWN<br> 17<br> 18<br> DRILL ACTUAL F/16275 T/16308<br> 6-Oct<br> 17903<br> 18<br> 0.5<br> DRILL F/ 16308 TO 16851<br> 0.5<br> 1<br> LUBRICATE RIG - GREASE TD ( FUNCTION ANNULAR )<br> 1<br> 6<br> DRILL F/ 16851 TO 17200<br> 6<br> 16<br> DRILL ACTUAL F/17200 T/17709<br> 16<br> 16<br> LUBRICATE RIG<br> 16<br> 18<br> DRILL ACTUAL F/17709 T/17903<br> 7-Oct<br> 19121<br> 18<br> 1<br> DRILL F/ 17903 TO 18286<br> 1<br> 1.5<br> LUBRICATE RIG - GREASE TD ( FUNCTION ANNULAR )<br> 1.5<br> 6<br> DRILL F/ 18286 TO 18700<br> 6<br> 16<br> DRILL ACTUALF/18700 T/19121<br> 16<br> 16<br> LUBRICATE RIG<br> 16<br> 18<br> TROUBLE SHOOT DRAWWORKS COM PROB<br> 8-Oct<br> 20676<br> 18<br> 19<br> TROUBLE SHOOT DRAWWORKS COM<br> 19<br> 2<br> DRILL F/ 19121 TO 19532<br> 2<br> 2.5<br> LUBRICATE RIG - GREASE TD ( FUNCTION PIPE RAMS )<br> 2.5<br> 6<br> DRILL F/ 19532 TO 19705<br> 6<br> 17<br> DRILL ACTUAL F/19705 T/20201<br> 17<br> 17<br> LUBRICATE RIG<br> 17<br> 18<br> DRILL ACTUAL F/20201 T/20297<br> 9-Oct<br> 20885<br> 18<br> 2<br> DRILL F/ 20297 TO 20676<br> 2<br> 2.5<br> LUBRICATE RIG - GREASE TD ( FUNCTION ANNULAR )<br> 2.5<br> 6<br> DRILL F/ 20676 TO 20790<br> 6<br> 9.5<br> DRILL ACTUAL F/20790 T/20885<br> 9.5<br> 17<br> TRIP OUT F/ MTR &amp; BIT<br> 17<br> 18<br> DIR. WORK<br> LAY DWN MTR UBHO SUB<br> 10-Oct<br> 21725<br> 18<br> 19<br> DIR. WORK - L/D UBHO, FLOAT SUB, BIT &amp; MTR - P/U NEW SCRIBE<br> TOOLS &amp; TEST<br> 19<br> 3.5<br> TRIP IN HOLE FILLING PIPE AS NEEDED - INSTALL ROT RUBBER @<br> SHOE<br> 3.5<br> 4.5<br> WASH 120 TO BOTTOM F/ 20765 TO 20885<br> 4.5<br> 6<br> DRILL F/ 20885 TO 20910<br> 6<br> 16<br> DRILL ACTUAL F/20910 T/21340<br> 16<br> 16<br> LUBRICATE RIG<br> 16<br> 18<br> DRILL ACTUAL F/21340 T/21548<br> 11-Oct<br> 21725<br> 18<br> 20<br> DRILL F/ 21548 TO 21725 ( TD )<br> 20<br> 21<br> SHORT TRIP 10 STDs TO 20771<br> 20<br> <hr> <A name=42></a>21<br> 21<br> LUBRICATE RIG - GREASE TD &amp; CROWN ( FUNCTION PIPE RAMS )<br> 21<br> 23<br> CIRCULATE - PUMP &amp; SPOT LUBE IN LATERAL<br> 23<br> 6<br> FLOW CHECK - TRIP OUT TO RUN LOGS &amp; CASING ( DROP RABBIT &amp;<br> SLM )<br> 6<br> 6.5<br> TRIP OUT RUN LOGS &amp; CASING<br> 6.5<br> 7.5<br> DIR. WORK ,LAY DWN BIT MOTOR RACK BACK MONELS<br> 7.5<br> 8<br> PULL WEAR BUSHING<br> 8<br> 18<br> HLD SAFETY MEETING RIG UP LOGGERS RUN WIRELINE LOGS<br> 12-Oct<br> 21725<br> 18<br> 19<br> R/D LOGERS<br> 19<br> 19<br> PJSM - R/U CASING<br> 19<br> 5<br> MAKE UP SHOE &amp; FLOATS - RUN CASING 4.5\ 11.6# 246 JOINTS &amp; 39<br> PACKERS&quot;<br> 5<br> 5.5<br> P/U HANGER, BUMPER SUB &amp; 1 STD OF HWDP<br> 5.5<br> 6<br> R/D CASING CREW<br> 6<br> 12<br> TRIP IN HOLE WITH LINER<br> 12<br> 16<br> CIRCULATE BOTTOMS UP,CIRC,FRESH WATER INTO LAT 196 BBLS<br> FRESH WATER<br> 16<br> 18<br> DROP BALL, HANG LINER, STING OUT AND PRESSURE TEST LINER<br> TOP TO 3000PSI/30MIN<br> 18<br> 18<br> DISPLACE ,7'' CASING WITH SALT WATER 330BBLS<br> 21<br> <hr> <A name=43></a>NON-CERTIFIED FIELD DIRECTIONAL SURVEYS<br> Tool<br> MD<br> INC<br> AZI<br> CL<br> TVD<br> VS<br> Coordinates<br> Closure<br> DLS<br> Build<br> Walk<br> BRN<br> Rate<br> Rate<br> No.<br> Type<br> (ft)<br> (°)<br> (°)<br> (ft<br> (ft)<br> (ft)<br> N/S (ft)<br> E/W (ft)<br> Dist (ft)<br> Ang (°)<br> (°/100'<br> (°/100')<br> (°/100')<br> (°/100'<br> )<br> )<br> )<br> 0<br> TIE-IN<br> 2328<br> 0.50<br> 284.50<br> 2327.95<br> 0.78<br> -0.93<br> -4.44<br> 1<br> MWD<br> 2384<br> 0.70<br> 22.90<br> 56<br> 2383.95<br> 0.55<br> -0.55<br> S<br> -4.54<br> W<br> 4.58<br> 263.05<br> 1.64<br> 0.36<br> -467.1<br> 0.64<br> 2<br> MWD<br> 2479<br> 1.00<br> 50.10<br> 95<br> 2478.94<br> -0.51<br> 0.51<br> N<br> -3.68<br> W<br> 3.72<br> 277.93<br> 0.52<br> 0.32<br> 28.6<br> 0.64<br> 3<br> MWD<br> 2575<br> 0.80<br> 43.70<br> 96<br> 2574.93<br> -1.53<br> 1.53<br> N<br> -2.58<br> W<br> 3.00<br> 300.78<br> 0.23<br> -0.21<br> -6.7<br> 0.65<br> 4<br> MWD<br> 2669<br> 1.00<br> 53.10<br> 94<br> 2668.91<br> -2.50<br> 2.50<br> N<br> -1.47<br> W<br> 2.90<br> 329.62<br> 0.26<br> 0.21<br> 10.0<br> 0.66<br> 5<br> MWD<br> 2763<br> 1.00<br> 34.20<br> 94<br> 2762.90<br> -3.67<br> 3.67<br> N<br> -0.35<br> W<br> 3.69<br> 354.56<br> 0.35<br> 0.00<br> -20.1<br> 0.67<br> 6<br> MWD<br> 2858<br> 0.80<br> 45.10<br> 95<br> 2857.89<br> -4.83<br> 4.83<br> N<br> 0.59<br> E<br> 4.86<br> 6.92<br> 0.28<br> -0.21<br> 11.5<br> 0.68<br> 7<br> MWD<br> 2953<br> 0.80<br> 19.00<br> 95<br> 2952.88<br> -5.92<br> 5.92<br> N<br> 1.27<br> E<br> 6.06<br> 12.12<br> 0.38<br> 0.00<br> -27.5<br> 0.68<br> 8<br> MWD<br> 3048<br> 0.90<br> 28.60<br> 95<br> 3047.87<br> -7.20<br> 7.20<br> N<br> 1.84<br> E<br> 7.44<br> 14.37<br> 0.18<br> 0.11<br> 10.1<br> 0.69<br> 9<br> MWD<br> 3143<br> 1.00<br> 6.50<br> 95<br> 3142.86<br> -8.68<br> 8.68<br> N<br> 2.30<br> E<br> 8.98<br> 14.81<br> 0.40<br> 0.11<br> -23.3<br> 0.70<br> 10<br> MWD<br> 3237<br> 1.20<br> 10.80<br> 94<br> 3236.84<br> -10.46<br> 10.46<br> N<br> 2.57<br> E<br> 10.78<br> 13.82<br> 0.23<br> 0.21<br> 4.6<br> 0.70<br> 11<br> MWD<br> 3332<br> 1.30<br> 5.70<br> 95<br> 3331.82<br> -12.51<br> 12.51<br> N<br> 2.87<br> E<br> 12.84<br> 12.90<br> 0.16<br> 0.11<br> -5.4<br> 0.71<br> 12<br> MWD<br> 3426<br> 0.20<br> 251.50<br> 94<br> 3425.81<br> -13.52<br> 13.52<br> N<br> 2.82<br> E<br> 13.81<br> 11.77<br> 1.48<br> -1.17<br> 261.5<br> 0.73<br> 13<br> MWD<br> 3521<br> 0.50<br> 251.20<br> 95<br> 3520.81<br> -13.34<br> 13.34<br> N<br> 2.27<br> E<br> 13.53<br> 9.65<br> 0.32<br> 0.32<br> -0.3<br> 0.74<br> 14<br> MWD<br> 3615<br> 0.10<br> 246.50<br> 94<br> 3614.80<br> -13.17<br> 13.17<br> N<br> 1.80<br> E<br> 13.29<br> 7.80<br> 0.43<br> -0.43<br> -5.0<br> 0.75<br> 15<br> MWD<br> 3711<br> 0.20<br> 338.30<br> 96<br> 3710.80<br> -13.29<br> 13.29<br> N<br> 1.66<br> E<br> 13.40<br> 7.14<br> 0.24<br> 0.10<br> 95.6<br> 0.76<br> 16<br> MWD<br> 3805<br> 0.10<br> 12.70<br> 94<br> 3804.80<br> -13.53<br> 13.53<br> N<br> 1.62<br> E<br> 13.62<br> 6.84<br> 0.14<br> -0.11<br> -346.4<br> 0.77<br> 17<br> MWD<br> 3901<br> 0.40<br> 352.90<br> 96<br> 3900.80<br> -13.94<br> 13.94<br> N<br> 1.60<br> E<br> 14.03<br> 6.54<br> 0.32<br> 0.31<br> 354.4<br> 0.78<br> 18<br> MWD<br> 3994<br> 0.30<br> 291.70<br> 93<br> 3993.80<br> -14.35<br> 14.35<br> N<br> 1.33<br> E<br> 14.41<br> 5.31<br> 0.39<br> -0.11<br> -65.8<br> 0.79<br> 19<br> MWD<br> 4089<br> 0.10<br> 333.90<br> 95<br> 4088.80<br> -14.52<br> 14.52<br> N<br> 1.07<br> E<br> 14.56<br> 4.20<br> 0.25<br> -0.21<br> 44.4<br> 0.80<br> 20<br> MWD<br> 4183<br> 0.10<br> 305.80<br> 94<br> 4182.80<br> -14.64<br> 14.64<br> N<br> 0.96<br> E<br> 14.67<br> 3.76<br> 0.05<br> 0.00<br> -29.9<br> 0.81<br> 21<br> MWD<br> 4278<br> 0.30<br> 232.80<br> 95<br> 4277.80<br> -14.54<br> 14.54<br> N<br> 0.70<br> E<br> 14.56<br> 2.75<br> 0.30<br> 0.21<br> -76.8<br> 0.82<br> 22<br> MWD<br> 4373<br> 0.20<br> 291.10<br> 95<br> 4372.80<br> -14.45<br> 14.45<br> N<br> 0.34<br> E<br> 14.45<br> 1.37<br> 0.27<br> -0.11<br> 61.4<br> 0.83<br> 23<br> MWD<br> 4468<br> 0.40<br> 258.20<br> 95<br> 4467.80<br> -14.44<br> 14.44<br> N<br> -0.13<br> W<br> 14.44<br> 359.47<br> 0.27<br> 0.21<br> -34.6<br> 0.84<br> 24<br> MWD<br> 4562<br> 0.10<br> 271.50<br> 94<br> 4561.80<br> -14.38<br> 14.38<br> N<br> -0.54<br> W<br> 14.39<br> 357.86<br> 0.32<br> -0.32<br> 14.1<br> 0.86<br> 25<br> MWD<br> 4655<br> 0.30<br> 282.00<br> 93<br> 4654.80<br> -14.43<br> 14.43<br> N<br> -0.86<br> W<br> 14.45<br> 356.60<br> 0.22<br> 0.22<br> 11.3<br> 0.87<br> 26<br> MWD<br> 4750<br> 0.20<br> 265.30<br> 95<br> 4749.80<br> -14.47<br> 14.47<br> N<br> -1.27<br> W<br> 14.52<br> 355.00<br> 0.13<br> -0.11<br> -17.6<br> 0.88<br> 27<br> MWD<br> 4845<br> 0.20<br> 76.10<br> 95<br> 4844.80<br> -14.49<br> 14.49<br> N<br> -1.27<br> W<br> 14.55<br> 354.99<br> 0.42<br> 0.00<br> -199.2<br> 0.90<br> 28<br> MWD<br> 4939<br> 0.30<br> 46.90<br> 94<br> 4938.79<br> -14.70<br> 14.70<br> N<br> -0.93<br> W<br> 14.73<br> 356.38<br> 0.17<br> 0.11<br> -31.1<br> 0.91<br> 29<br> MWD<br> 5033<br> 0.50<br> 33.70<br> 94<br> 5032.79<br> -15.21<br> 15.21<br> N<br> -0.52<br> W<br> 15.22<br> 358.03<br> 0.23<br> 0.21<br> -14.0<br> 0.92<br> 30<br> MWD<br> 5128<br> 0.30<br> 28.40<br> 95<br> 5127.79<br> -15.77<br> 15.77<br> N<br> -0.18<br> W<br> 15.77<br> 359.36<br> 0.21<br> -0.21<br> -5.6<br> 0.94<br> 22<br> <hr> <A name=44></a>31<br> MWD<br> 5223<br> 0.70<br> 48.00<br> 95<br> 5222.79<br> -16.38<br> 16.38<br> N<br> 0.37<br> E<br> 16.38<br> 1.31<br> 0.45<br> 0.42<br> 20.6<br> 0.94<br> 32<br> MWD<br> 5318<br> 0.50<br> 33.70<br> 95<br> 5317.78<br> -17.11<br> 17.11<br> N<br> 1.04<br> E<br> 17.14<br> 3.46<br> 0.26<br> -0.21<br> -15.1<br> 0.96<br> 33<br> MWD<br> 5412<br> 0.30<br> 13.10<br> 94<br> 5411.78<br> -17.69<br> 17.69<br> N<br> 1.32<br> E<br> 17.74<br> 4.26<br> 0.26<br> -0.21<br> -21.9<br> 0.98<br> 34<br> MWD<br> 5507<br> 0.50<br> 19.50<br> 95<br> 5506.78<br> -18.33<br> 18.33<br> N<br> 1.51<br> E<br> 18.39<br> 4.72<br> 0.22<br> 0.21<br> 6.7<br> 0.99<br> 35<br> MWD<br> 5602<br> 0.10<br> 65.70<br> 95<br> 5601.77<br> -18.75<br> 18.75<br> N<br> 1.73<br> E<br> 18.83<br> 5.26<br> 0.46<br> -0.42<br> 48.6<br> 1.02<br> 36<br> MWD<br> 5697<br> 0.20<br> 84.00<br> 95<br> 5696.77<br> -18.80<br> 18.80<br> N<br> 1.97<br> E<br> 18.91<br> 5.97<br> 0.12<br> 0.11<br> 19.3<br> 1.03<br> 37<br> MWD<br> 5792<br> 0.20<br> 262.80<br> 95<br> 5791.77<br> -18.80<br> 18.80<br> N<br> 1.97<br> E<br> 18.90<br> 5.98<br> 0.42<br> 0.00<br> 188.2<br> 1.05<br> 38<br> MWD<br> 5887<br> 0.30<br> 177.50<br> 95<br> 5886.77<br> -18.53<br> 18.53<br> N<br> 1.81<br> E<br> 18.62<br> 5.59<br> 0.36<br> 0.11<br> -89.8<br> 1.07<br> 39<br> MWD<br> 5981<br> 0.40<br> 104.80<br> 94<br> 5980.77<br> -18.20<br> 18.20<br> N<br> 2.14<br> E<br> 18.33<br> 6.71<br> 0.45<br> 0.11<br> -77.3<br> 1.09<br> 40<br> MWD<br> 6076<br> 0.70<br> 71.20<br> 95<br> 6075.77<br> -18.30<br> 18.30<br> N<br> 3.01<br> E<br> 18.55<br> 9.35<br> 0.45<br> 0.32<br> -35.4<br> 1.10<br> 41<br> MWD<br> 6171<br> 0.90<br> 69.70<br> 95<br> 6170.76<br> -18.75<br> 18.75<br> N<br> 4.26<br> E<br> 19.23<br> 12.81<br> 0.21<br> 0.21<br> -1.6<br> 1.12<br> 42<br> MWD<br> 6265<br> 1.20<br> 68.10<br> 94<br> 6264.74<br> -19.37<br> 19.37<br> N<br> 5.87<br> E<br> 20.24<br> 16.85<br> 0.32<br> 0.32<br> -1.7<br> 1.13<br> 43<br> MWD<br> 6360<br> 0.90<br> 108.80<br> 95<br> 6359.73<br> -19.50<br> 19.50<br> N<br> 7.50<br> E<br> 20.89<br> 21.03<br> 0.82<br> -0.32<br> 42.8<br> 1.16<br> 44<br> MWD<br> 6455<br> 0.70<br> 127.20<br> 95<br> 6454.72<br> -18.91<br> 18.91<br> N<br> 8.67<br> E<br> 20.80<br> 24.62<br> 0.34<br> -0.21<br> 19.4<br> 1.19<br> 45<br> MWD<br> 6549<br> 0.70<br> 147.80<br> 94<br> 6548.71<br> -18.08<br> 18.08<br> N<br> 9.43<br> E<br> 20.39<br> 27.54<br> 0.27<br> 0.00<br> 21.9<br> 1.21<br> 46<br> MWD<br> 6644<br> 0.60<br> 116.70<br> 95<br> 6643.71<br> -17.36<br> 17.36<br> N<br> 10.18<br> E<br> 20.13<br> 30.39<br> 0.38<br> -0.11<br> -32.7<br> 1.24<br> 47<br> MWD<br> 6739<br> 0.20<br> 159.90<br> 95<br> 6738.70<br> -16.98<br> 16.98<br> N<br> 10.68<br> E<br> 20.07<br> 32.17<br> 0.50<br> -0.42<br> 45.5<br> 1.27<br> 48<br> MWD<br> 6834<br> 0.30<br> 161.60<br> 95<br> 6833.70<br> -16.59<br> 16.59<br> N<br> 10.82<br> E<br> 19.81<br> 33.11<br> 0.11<br> 0.11<br> 1.8<br> 1.30<br> 49<br> MWD<br> 6929<br> 0.20<br> 159.50<br> 95<br> 6928.70<br> -16.20<br> 16.20<br> N<br> 10.96<br> E<br> 19.56<br> 34.07<br> 0.11<br> -0.11<br> -2.2<br> 1.33<br> 50<br> MWD<br> 7024<br> 0.00<br> 233.50<br> 95<br> 7023.70<br> -16.05<br> 16.05<br> N<br> 11.01<br> E<br> 19.46<br> 34.46<br> 0.21<br> -0.21<br> 77.9<br> 1.36<br> 51<br> MWD<br> 7119<br> 0.30<br> 8.40<br> 95<br> 7118.70<br> -16.29<br> 16.29<br> N<br> 11.05<br> E<br> 19.69<br> 34.15<br> 0.32<br> 0.32<br> -236.9<br> 1.39<br> 52<br> MWD<br> 7214<br> 0.30<br> 340.00<br> 95<br> 7213.70<br> -16.77<br> 16.77<br> N<br> 11.00<br> E<br> 20.06<br> 33.26<br> 0.15<br> 0.00<br> 349.1<br> 1.42<br> 53<br> MWD<br> 7308<br> 0.30<br> 24.80<br> 94<br> 7307.70<br> -17.23<br> 17.23<br> N<br> 11.02<br> E<br> 20.45<br> 32.61<br> 0.24<br> 0.00<br> -335.3<br> 1.46<br> 54<br> MWD<br> 7403<br> 0.60<br> 29.10<br> 95<br> 7402.69<br> -17.89<br> 17.89<br> N<br> 11.37<br> E<br> 21.19<br> 32.43<br> 0.32<br> 0.32<br> 4.5<br> 1.48<br> 55<br> MWD<br> 7497<br> 0.30<br> 5.90<br> 94<br> 7496.69<br> -18.56<br> 18.56<br> N<br> 11.63<br> E<br> 21.91<br> 32.07<br> 0.37<br> -0.32<br> -24.7<br> 1.53<br> 56<br> MWD<br> 7592<br> 0.10<br> 39.90<br> 95<br> 7591.69<br> -18.87<br> 18.87<br> N<br> 11.71<br> E<br> 22.21<br> 31.82<br> 0.24<br> -0.21<br> 35.8<br> 1.58<br> 57<br> MWD<br> 7686<br> 0.10<br> 312.50<br> 94<br> 7685.69<br> -18.99<br> 18.99<br> N<br> 11.70<br> E<br> 22.31<br> 31.64<br> 0.15<br> 0.00<br> 290.0<br> 1.62<br> 58<br> MWD<br> 7781<br> 0.40<br> 116.00<br> 95<br> 7780.69<br> -18.90<br> 18.90<br> N<br> 11.94<br> E<br> 22.36<br> 32.28<br> 0.52<br> 0.32<br> -206.8<br> 1.65<br> 59<br> MWD<br> 7876<br> 0.70<br> 100.10<br> 95<br> 7875.69<br> -18.65<br> 18.65<br> N<br> 12.81<br> E<br> 22.63<br> 34.47<br> 0.35<br> 0.32<br> -16.7<br> 1.69<br> 60<br> MWD<br> 7970<br> 0.60<br> 96.90<br> 94<br> 7969.68<br> -18.50<br> 18.50<br> N<br> 13.86<br> E<br> 23.11<br> 36.85<br> 0.11<br> -0.11<br> -3.4<br> 1.74<br> 61<br> MWD<br> 8065<br> 0.60<br> 99.80<br> 95<br> 8064.67<br> -18.35<br> 18.35<br> N<br> 14.85<br> E<br> 23.60<br> 38.97<br> 0.03<br> 0.00<br> 3.1<br> 1.80<br> 62<br> MWD<br> 8160<br> 0.50<br> 83.80<br> 95<br> 8159.67<br> -18.31<br> 18.31<br> N<br> 15.75<br> E<br> 24.15<br> 40.70<br> 0.19<br> -0.11<br> -16.8<br> 1.85<br> 63<br> MWD<br> 8255<br> 0.90<br> 77.70<br> 95<br> 8254.66<br> -18.51<br> 18.51<br> N<br> 16.89<br> E<br> 25.06<br> 42.37<br> 0.43<br> 0.42<br> -6.4<br> 1.90<br> 64<br> MWD<br> 8350<br> 0.40<br> 359.40<br> 95<br> 8349.66<br> -19.01<br> 19.01<br> N<br> 17.61<br> E<br> 25.91<br> 42.83<br> 0.96<br> -0.53<br> 296.5<br> 1.98<br> 65<br> MWD<br> 8445<br> 0.20<br> 291.10<br> 95<br> 8444.66<br> -19.40<br> 19.40<br> N<br> 17.46<br> E<br> 26.10<br> 41.99<br> 0.40<br> -0.21<br> -71.9<br> 2.06<br> 66<br> MWD<br> 8540<br> 0.30<br> 276.60<br> 95<br> 8539.66<br> -19.48<br> 19.48<br> N<br> 17.06<br> E<br> 25.89<br> 41.20<br> 0.12<br> 0.11<br> -15.3<br> 2.12<br> 23<br> <hr> <A name=45></a>67<br> MWD<br> 8634<br> 0.10<br> 154.90<br> 94<br> 8633.66<br> -19.44<br> 19.44<br> N<br> 16.85<br> E<br> 25.72<br> 40.91<br> 0.39<br> -0.21<br> -129.5<br> 2.21<br> 68<br> MWD<br> 8729<br> 0.1<br> 335.9<br> 95<br> 8728.66<br> -19.44<br> 19.44<br> N<br> 16.85<br> E<br> 25.72<br> 40.91<br> 0.21<br> 0.00<br> 190.5<br> 2.29<br> 69<br> MWD<br> 8824<br> 0.1<br> 62.4<br> 95<br> 8823.66<br> -19.55<br> 19.55<br> N<br> 16.89<br> E<br> 25.84<br> 40.81<br> 0.14<br> 0.00<br> -287.9<br> 2.38<br> 70<br> MWD<br> 8918<br> 0.6<br> 186.6<br> 94<br> 8917.65<br> -19.10<br> 19.10<br> N<br> 16.90<br> E<br> 25.51<br> 41.50<br> 0.70<br> 0.53<br> 132.1<br> 2.46<br> 71<br> MWD<br> 9013<br> 0.4<br> 237.1<br> 95<br> 9012.65<br> -18.43<br> 18.43<br> N<br> 16.57<br> E<br> 24.78<br> 41.96<br> 0.49<br> -0.21<br> 53.2<br> 2.57<br> 72<br> MWD<br> 9107<br> 0.9<br> 282.9<br> 94<br> 9106.64<br> -18.41<br> 18.41<br> N<br> 15.57<br> E<br> 24.12<br> 40.22<br> 0.73<br> 0.53<br> 48.7<br> 2.66<br> 73<br> MWD<br> 9202<br> 0.5<br> 313.8<br> 95<br> 9201.64<br> -18.87<br> 18.87<br> N<br> 14.55<br> E<br> 23.82<br> 37.63<br> 0.56<br> -0.42<br> 32.5<br> 2.81<br> 74<br> MWD<br> 9296<br> 0.6<br> 295.3<br> 94<br> 9295.63<br> -19.36<br> 19.36<br> N<br> 13.80<br> E<br> 23.78<br> 35.49<br> 0.22<br> 0.11<br> -19.7<br> 2.94<br> 75<br> MWD<br> 9390<br> 0.4<br> 339.2<br> 94<br> 9389.63<br> -19.88<br> 19.88<br> N<br> 13.24<br> E<br> 23.89<br> 33.67<br> 0.44<br> -0.21<br> 46.7<br> 3.10<br> 76<br> MWD<br> 9485<br> 0.3<br> 344.6<br> 95<br> 9484.63<br> -20.43<br> 20.43<br> N<br> 13.06<br> E<br> 24.25<br> 32.59<br> 0.11<br> -0.11<br> 5.7<br> 3.28<br> 77<br> MWD<br> 9580<br> 0.5<br> 340.5<br> 95<br> 9579.63<br> -21.06<br> 21.06<br> N<br> 12.85<br> E<br> 24.67<br> 31.40<br> 0.21<br> 0.21<br> -4.3<br> 3.46<br> 78<br> MWD<br> 9674<br> 0.5<br> 340<br> 94<br> 9673.62<br> -21.83<br> 21.83<br> N<br> 12.58<br> E<br> 25.20<br> 29.95<br> 0.00<br> 0.00<br> -0.5<br> 3.67<br> 79<br> MWD<br> 9769<br> 0.4<br> 339.8<br> 95<br> 9768.62<br> -22.53<br> 22.53<br> N<br> 12.32<br> E<br> 25.68<br> 28.67<br> 0.11<br> -0.11<br> -0.2<br> 3.91<br> 80<br> MWD<br> 9864<br> 0.5<br> 329.4<br> 95<br> 9863.62<br> -23.20<br> 23.20<br> N<br> 12.00<br> E<br> 26.12<br> 27.34<br> 0.14<br> 0.11<br> -10.9<br> 4.18<br> 81<br> MWD<br> 9958<br> 0.5<br> 349.7<br> 94<br> 9957.61<br> -23.96<br> 23.96<br> N<br> 11.71<br> E<br> 26.67<br> 26.06<br> 0.19<br> 0.00<br> 21.6<br> 4.49<br> 82<br> MWD<br> 10053<br> 0.5<br> 350.6<br> 95<br> 10052.61<br> -24.77<br> 24.77<br> N<br> 11.57<br> E<br> 27.34<br> 25.04<br> 0.01<br> 0.00<br> 0.9<br> 4.85<br> 83<br> MWD<br> 10148<br> 0.5<br> 333<br> 95<br> 10147.61<br> -25.55<br> 25.55<br> N<br> 11.32<br> E<br> 27.95<br> 23.89<br> 0.16<br> 0.00<br> -18.5<br> 5.28<br> 84<br> MWD<br> 10243<br> 0.4<br> 26.4<br> 95<br> 10242.60<br> -26.22<br> 26.22<br> N<br> 11.28<br> E<br> 28.54<br> 23.27<br> 0.44<br> -0.11<br> -322.7<br> 5.80<br> 85<br> MWD<br> 10337<br> 0.5<br> 32<br> 94<br> 10336.60<br> -26.86<br> 26.86<br> N<br> 11.64<br> E<br> 29.27<br> 23.43<br> 0.12<br> 0.11<br> 6.0<br> 6.41<br> 86<br> MWD<br> 10432<br> 0.8<br> 47.9<br> 95<br> 10431.59<br> -27.66<br> 27.66<br> N<br> 12.35<br> E<br> 30.29<br> 24.06<br> 0.37<br> 0.32<br> 16.7<br> 7.14<br> 87<br> MWD<br> 10526<br> 0.6<br> 20.4<br> 94<br> 10525.59<br> -28.56<br> 28.56<br> N<br> 13.01<br> E<br> 31.38<br> 24.49<br> 0.41<br> -0.21<br> -29.3<br> 8.13<br> 88<br> MWD<br> 10621<br> 0.7<br> 16<br> 95<br> 10620.58<br> -29.58<br> 29.58<br> N<br> 13.34<br> E<br> 32.45<br> 24.28<br> 0.12<br> 0.11<br> -4.6<br> 9.40<br> 89<br> MWD<br> 10711<br> 1<br> 9.6<br> 90<br> 10710.57<br> -30.88<br> 30.88<br> N<br> 13.62<br> E<br> 33.76<br> 23.80<br> 0.35<br> 0.33<br> -7.1<br> 10.99<br> 90<br> MWD<br> 10777<br> 1.6<br> 140.7<br> 66<br> 10776.56<br> -30.74<br> 30.74<br> N<br> 14.30<br> E<br> 33.90<br> 24.95<br> 3.61<br> 0.91<br> 198.6<br> 12.48<br> 91<br> MWD<br> 10809<br> 6<br> 157.6<br> 32<br> 10808.48<br> -28.85<br> 28.85<br> N<br> 15.22<br> E<br> 32.62<br> 27.82<br> 14.04<br> 13.75<br> 52.8<br> 12.38<br> 92<br> MWD<br> 10841<br> 9.9<br> 163<br> 32<br> 10840.17<br> -24.67<br> 24.67<br> N<br> 16.67<br> E<br> 29.77<br> 34.05<br> 12.40<br> 12.19<br> 16.9<br> 12.39<br> 93<br> MWD<br> 10873<br> 13.9<br> 159<br> 32<br> 10871.48<br> -18.45<br> 18.45<br> N<br> 18.85<br> E<br> 26.37<br> 45.62<br> 12.76<br> 12.50<br> -12.5<br> 12.38<br> 94<br> MWD<br> 10904<br> 17.4<br> 160.2<br> 31<br> 10901.32<br> -10.61<br> 10.61<br> N<br> 21.76<br> E<br> 24.20<br> 64.01<br> 11.34<br> 11.29<br> 3.9<br> 12.49<br> 95<br> MWD<br> 10936<br> 21.6<br> 159.2<br> 32<br> 10931.48<br> -0.59<br> 0.59<br> N<br> 25.47<br> E<br> 25.48<br> 88.66<br> 13.17<br> 13.13<br> -3.1<br> 12.42<br> 96<br> MWD<br> 10967<br> 26<br> 159.1<br> 31<br> 10959.84<br> 11.09<br> -11.09<br> S<br> 29.92<br> E<br> 31.91<br> 110.34<br> 14.19<br> 14.19<br> -0.3<br> 12.23<br> 97<br> MWD<br> 10999<br> 30.4<br> 158.1<br> 32<br> 10988.03<br> 25.17<br> -25.17<br> S<br> 35.45<br> E<br> 43.47<br> 125.37<br> 13.83<br> 13.75<br> -3.1<br> 12.05<br> 98<br> MWD<br> 11030<br> 34.4<br> 160.4<br> 31<br> 11014.20<br> 40.70<br> -40.70<br> S<br> 41.31<br> E<br> 57.99<br> 134.57<br> 13.50<br> 12.90<br> 7.4<br> 11.94<br> 99<br> MWD<br> 11062<br> 38.1<br> 159<br> 32<br> 11040.01<br> 58.44<br> -58.44<br> S<br> 47.88<br> E<br> 75.55<br> 140.67<br> 11.85<br> 11.56<br> -4.4<br> 11.99<br> 100<br> MWD<br> 11094<br> 41.8<br> 158.7<br> 32<br> 11064.53<br> 77.60<br> -77.60<br> S<br> 55.30<br> E<br> 95.29<br> 144.52<br> 11.58<br> 11.56<br> -0.9<br> 12.06<br> 101<br> MWD<br> 11125<br> 46.7<br> 158.8<br> 31<br> 11086.73<br> 97.75<br> -97.75<br> S<br> 63.14<br> E<br> 116.37<br> 147.14<br> 15.81<br> 15.81<br> 0.3<br> 11.45<br> 102<br> MWD<br> 11156<br> 51.3<br> 158.8<br> 31<br> 11107.06<br> 119.56<br> -119.56<br> S<br> 71.59<br> E<br> 139.36<br> 149.09<br> 14.84<br> 14.84<br> 0.0<br> 10.85<br> 24<br> <hr> <A name=46></a>103<br> MWD<br> 11188<br> 55.6<br> 160.5<br> 32<br> 11126.12<br> 143.66<br> -143.66<br> S<br> 80.52<br> E<br> 164.69<br> 150.73<br> 14.10<br> 13.44<br> 5.3<br> 10.34<br> 104<br> MWD<br> 11220<br> 58.9<br> 159.4<br> 32<br> 11143.43<br> 168.93<br> -168.93<br> S<br> 89.75<br> E<br> 191.30<br> 152.02<br> 10.71<br> 10.31<br> -3.4<br> 10.35<br> 105<br> MWD<br> 11252<br> 62.5<br> 160.2<br> 32<br> 11159.08<br> 195.12<br> -195.12<br> S<br> 99.38<br> E<br> 218.97<br> 153.01<br> 11.46<br> 11.25<br> 2.5<br> 10.13<br> 106<br> MWD<br> 11283<br> 66.5<br> 160<br> 31<br> 11172.43<br> 221.42<br> -221.42<br> S<br> 108.91<br> E<br> 246.76<br> 153.81<br> 12.92<br> 12.90<br> -0.6<br> 9.40<br> 107<br> MWD<br> 11315<br> 69.2<br> 160.6<br> 32<br> 11184.49<br> 249.33<br> -249.33<br> S<br> 118.89<br> E<br> 276.22<br> 154.51<br> 8.61<br> 8.44<br> 1.9<br> 9.70<br> 108<br> MWD<br> 11346<br> 70.8<br> 161.1<br> 31<br> 11195.09<br> 276.84<br> -276.84<br> S<br> 128.45<br> E<br> 305.19<br> 155.11<br> 5.38<br> 5.16<br> 1.6<br> 11.42<br> 109<br> MWD<br> 11378<br> 73.3<br> 160.4<br> 32<br> 11204.95<br> 305.58<br> -305.58<br> S<br> 138.49<br> E<br> 335.50<br> 155.62<br> 8.08<br> 7.81<br> -2.2<br> 13.39<br> 110<br> MWD<br> 11409<br> 78<br> 160.2<br> 31<br> 11212.64<br> 333.85<br> -333.85<br> S<br> 148.61<br> E<br> 365.43<br> 156.00<br> 15.17<br> 15.16<br> -0.6<br> 12.08<br> 111<br> MWD<br> 11441<br> 82.1<br> 158.9<br> 32<br> 11218.16<br> 363.37<br> -363.37<br> S<br> 159.62<br> E<br> 396.89<br> 156.29<br> 13.42<br> 12.81<br> -4.1<br> 11.24<br> 112<br> MWD<br> 11457<br> 84.6<br> 159.5<br> 16<br> 11220.02<br> 378.23<br> -378.23<br> S<br> 165.26<br> E<br> 412.76<br> 156.40<br> 16.06<br> 15.63<br> 3.7<br> 8.52<br> 113<br> MWD<br> 11534<br> 89.4<br> 158.4<br> 77<br> 11224.05<br> 449.97<br> -449.97<br> S<br> 192.87<br> E<br> 489.56<br> 156.80<br> 6.39<br> 6.23<br> -1.4<br> -0.29<br> 114<br> MWD<br> 11565<br> 89.4<br> 158.8<br> 31<br> 11224.37<br> 478.83<br> -478.83<br> S<br> 204.18<br> E<br> 520.55<br> 156.91<br> 1.29<br> 0.00<br> 1.3<br> -0.22<br> 115<br> MWD<br> 11658<br> 91<br> 160.4<br> 93<br> 11224.05<br> 565.99<br> -565.99<br> S<br> 236.60<br> E<br> 613.45<br> 157.31<br> 2.43<br> 1.72<br> 1.7<br> -0.83<br> 116<br> MWD<br> 11687<br> 91.1<br> 160.8<br> 29<br> 11223.51<br> 593.34<br> -593.34<br> S<br> 246.23<br> E<br> 642.40<br> 157.46<br> 1.42<br> 0.34<br> 1.4<br> -2.04<br> 117<br> MWD<br> 11719<br> 91.5<br> 160.4<br> 32<br> 11222.79<br> 623.51<br> -623.51<br> S<br> 256.86<br> E<br> 674.35<br> 157.61<br> 1.77<br> 1.25<br> -1.3<br> 9.24<br> 118<br> MWD<br> 11750<br> 91.4<br> 159.8<br> 31<br> 11222.00<br> 652.65<br> -652.65<br> S<br> 267.41<br> E<br> 705.31<br> 157.72<br> 1.96<br> -0.32<br> -1.9<br> 1.71<br> 119<br> MWD<br> 11781<br> 90.5<br> 160.9<br> 31<br> 11221.49<br> 681.84<br> -681.84<br> S<br> 277.83<br> E<br> 736.27<br> 157.83<br> 4.58<br> -2.90<br> 3.5<br> 0.14<br> 120<br> MWD<br> 11812<br> 90<br> 161.9<br> 31<br> 11221.35<br> 711.22<br> -711.22<br> S<br> 287.72<br> E<br> 767.22<br> 157.97<br> 3.61<br> -1.61<br> 3.2<br> -0.01<br> 121<br> MWD<br> 11843<br> 90.2<br> 162.2<br> 31<br> 11221.30<br> 740.72<br> -740.72<br> S<br> 297.27<br> E<br> 798.14<br> 158.13<br> 1.16<br> 0.65<br> 1.0<br> 0.02<br> 122<br> MWD<br> 11874<br> 89.6<br> 162.8<br> 31<br> 11221.35<br> 770.28<br> -770.28<br> S<br> 306.59<br> E<br> 829.05<br> 158.30<br> 2.74<br> -1.94<br> 1.9<br> 0.08<br> 123<br> MWD<br> 11905<br> 89.6<br> 163.2<br> 31<br> 11221.57<br> 799.92<br> -799.92<br> S<br> 315.65<br> E<br> 859.95<br> 158.47<br> 1.29<br> 0.00<br> 1.3<br> 0.09<br> 124<br> MWD<br> 11936<br> 89.9<br> 162.2<br> 31<br> 11221.71<br> 829.52<br> -829.52<br> S<br> 324.87<br> E<br> 890.87<br> 158.61<br> 3.37<br> 0.97<br> -3.2<br> 0.00<br> 125<br> MWD<br> 11967<br> 88.7<br> 163.5<br> 31<br> 11222.09<br> 859.14<br> -859.14<br> S<br> 334.01<br> E<br> 921.78<br> 158.76<br> 5.71<br> -3.87<br> 4.2<br> 1.60<br> 126<br> MWD<br> 11998<br> 87.6<br> 166.2<br> 31<br> 11223.09<br> 889.04<br> -889.04<br> S<br> 342.11<br> E<br> 952.60<br> 158.95<br> 9.40<br> -3.55<br> 8.7<br> -58.29<br> 127<br> MWD<br> 12029<br> 87.8<br> 166.3<br> 31<br> 11224.33<br> 919.13<br> -919.13<br> S<br> 349.47<br> E<br> 983.33<br> 159.18<br> 0.72<br> 0.65<br> 0.3<br> -3.17<br> 128<br> MWD<br> 12060<br> 88.2<br> 167.8<br> 31<br> 11225.41<br> 949.32<br> -949.32<br> S<br> 356.41<br> E<br> 1014.02<br> 159.42<br> 5.00<br> 1.29<br> 4.8<br> -1.17<br> 129<br> MWD<br> 12091<br> 88.9<br> 168.9<br> 31<br> 11226.20<br> 979.67<br> -979.67<br> S<br> 362.67<br> E<br> 1044.65<br> 159.69<br> 4.20<br> 2.26<br> 3.5<br> -0.33<br> 130<br> MWD<br> 12121<br> 89.2<br> 169.9<br> 30<br> 11226.69<br> 1009.16<br> -1009.16<br> S<br> 368.19<br> E<br> 1074.23<br> 159.96<br> 3.48<br> 1.00<br> 3.3<br> -0.15<br> 131<br> MWD<br> 12152<br> 89.4<br> 170.5<br> 31<br> 11227.07<br> 1039.70<br> -1039.70<br> S<br> 373.47<br> E<br> 1104.74<br> 160.24<br> 2.04<br> 0.65<br> 1.9<br> -0.07<br> 132<br> MWD<br> 12183<br> 90<br> 173.2<br> 31<br> 11227.24<br> 1070.39<br> -1070.39<br> S<br> 377.86<br> E<br> 1135.12<br> 160.56<br> 8.92<br> 1.94<br> 8.7<br> 0.00<br> 133<br> MWD<br> 12214<br> 90.4<br> 173.8<br> 31<br> 11227.13<br> 1101.19<br> -1101.19<br> S<br> 381.37<br> E<br> 1165.36<br> 160.90<br> 2.33<br> 1.29<br> 1.9<br> -0.03<br> 134<br> MWD<br> 12245<br> 90.3<br> 174.8<br> 31<br> 11226.94<br> 1132.03<br> -1132.03<br> S<br> 384.45<br> E<br> 1195.53<br> 161.24<br> 3.24<br> -0.32<br> 3.2<br> -0.02<br> 135<br> MWD<br> 12276<br> 90.8<br> 175<br> 31<br> 11226.64<br> 1162.91<br> -1162.91<br> S<br> 387.20<br> E<br> 1225.68<br> 161.58<br> 1.74<br> 1.61<br> 0.6<br> -0.15<br> 136<br> MWD<br> 12307<br> 90.3<br> 177.1<br> 31<br> 11226.34<br> 1193.83<br> -1193.83<br> S<br> 389.34<br> E<br> 1255.71<br> 161.94<br> 6.96<br> -1.61<br> 6.8<br> -0.02<br> 137<br> MWD<br> 12339<br> 89.1<br> 177.7<br> 32<br> 11226.51<br> 1225.80<br> -1225.80<br> S<br> 390.79<br> E<br> 1286.58<br> 162.32<br> 4.19<br> -3.75<br> 1.9<br> -0.20<br> 138<br> MWD<br> 12370<br> 88.6<br> 178.6<br> 31<br> 11227.13<br> 1256.77<br> -1256.77<br> S<br> 391.79<br> E<br> 1316.43<br> 162.69<br> 3.32<br> -1.61<br> 2.9<br> -0.41<br> 25<br> <hr> <A name=47></a>139<br> MWD<br> 12401<br> 88.7<br> 180.8<br> 31<br> 11227.86<br> 1287.76<br> -1287.76<br> S<br> 391.95<br> E<br> 1346.09<br> 163.07<br> 7.10<br> 0.32<br> 7.1<br> -0.30<br> 140<br> MWD<br> 12495<br> 91.1<br> 181.2<br> 94<br> 11228.03<br> 1381.74<br> -1381.74<br> S<br> 390.31<br> E<br> 1435.81<br> 164.23<br> 2.59<br> 2.55<br> 0.4<br> -0.21<br> 141<br> MWD<br> 12586<br> 90.9<br> 181.9<br> 91<br> 11226.44<br> 1472.69<br> -1472.69<br> S<br> 387.85<br> E<br> 1522.91<br> 165.25<br> 0.80<br> -0.22<br> 0.8<br> -0.20<br> 142<br> MWD<br> 12679<br> 89.3<br> 181.2<br> 93<br> 11226.28<br> 1565.66<br> -1565.66<br> S<br> 385.34<br> E<br> 1612.38<br> 166.17<br> 1.88<br> -1.72<br> -0.8<br> -0.13<br> 143<br> MWD<br> 12772<br> 90.1<br> 180.5<br> 93<br> 11226.76<br> 1658.64<br> -1658.64<br> S<br> 383.96<br> E<br> 1702.50<br> 166.97<br> 1.14<br> 0.86<br> -0.8<br> 0.00<br> 144<br> MWD<br> 12864<br> 89.4<br> 180.5<br> 92<br> 11227.16<br> 1750.64<br> -1750.64<br> S<br> 383.15<br> E<br> 1792.08<br> 167.65<br> 0.76<br> -0.76<br> 0.0<br> -0.07<br> 145<br> MWD<br> 12964<br> 89.3<br> 179.4<br> 10<br> 11228.30<br> 1850.63<br> -1850.63<br> S<br> 383.24<br> E<br> 1889.90<br> 168.30<br> 1.10<br> -0.10<br> -1.1<br> -0.08<br> 0<br> 146<br> MWD<br> 13063<br> 89.9<br> 180.4<br> 99<br> 11228.99<br> 1949.63<br> -1949.63<br> S<br> 383.41<br> E<br> 1986.97<br> 168.87<br> 1.18<br> 0.61<br> 1.0<br> 0.00<br> 147<br> MWD<br> 13158<br> 89.6<br> 179.6<br> 95<br> 11229.40<br> 2044.62<br> -2044.62<br> S<br> 383.41<br> E<br> 2080.26<br> 169.38<br> 0.90<br> -0.32<br> -0.8<br> -0.02<br> 148<br> MWD<br> 13255<br> 90.1<br> 180.2<br> 97<br> 11229.66<br> 2141.62<br> -2141.62<br> S<br> 383.58<br> E<br> 2175.70<br> 169.85<br> 0.81<br> 0.52<br> 0.6<br> 0.00<br> 149<br> MWD<br> 13352<br> 91.2<br> 182.7<br> 97<br> 11228.56<br> 2238.58<br> -2238.58<br> S<br> 381.13<br> E<br> 2270.79<br> 170.34<br> 2.82<br> 1.13<br> 2.6<br> -0.22<br> 150<br> MWD<br> 13449<br> 91.7<br> 182.2<br> 97<br> 11226.10<br> 2335.46<br> -2335.46<br> S<br> 376.98<br> E<br> 2365.69<br> 170.83<br> 0.73<br> 0.52<br> -0.5<br> -0.81<br> 151<br> MWD<br> 13546<br> 91.4<br> 182.9<br> 97<br> 11223.48<br> 2432.32<br> -2432.32<br> S<br> 372.67<br> E<br> 2460.71<br> 171.29<br> 0.78<br> -0.31<br> 0.7<br> -3.55<br> 152<br> MWD<br> 13643<br> 90.6<br> 181.6<br> 97<br> 11221.79<br> 2529.23<br> -2529.23<br> S<br> 368.86<br> E<br> 2555.99<br> 171.70<br> 1.57<br> -0.82<br> -1.3<br> 0.25<br> 153<br> MWD<br> 13739<br> 90.8<br> 180.6<br> 96<br> 11220.61<br> 2625.21<br> -2625.21<br> S<br> 367.02<br> E<br> 2650.74<br> 172.04<br> 1.06<br> 0.21<br> -1.0<br> 0.23<br> 154<br> MWD<br> 13835<br> 90.1<br> 180.2<br> 96<br> 11219.86<br> 2721.20<br> -2721.20<br> S<br> 366.35<br> E<br> 2745.75<br> 172.33<br> 0.84<br> -0.73<br> -0.4<br> 0.00<br> 155<br> MWD<br> 13931<br> 91.4<br> 179.7<br> 96<br> 11218.60<br> 2817.19<br> -2817.19<br> S<br> 366.43<br> E<br> 2840.92<br> 172.59<br> 1.45<br> 1.35<br> -0.5<br> 0.39<br> 156<br> MWD<br> 14026<br> 89.9<br> 179.2<br> 95<br> 11217.53<br> 2912.18<br> -2912.18<br> S<br> 367.35<br> E<br> 2935.25<br> 172.81<br> 1.66<br> -1.58<br> -0.5<br> 0.00<br> 157<br> MWD<br> 14121<br> 89.3<br> 178.2<br> 95<br> 11218.19<br> 3007.15<br> -3007.15<br> S<br> 369.50<br> E<br> 3029.76<br> 172.99<br> 1.23<br> -0.63<br> -1.1<br> 0.09<br> 158<br> MWD<br> 14217<br> 89.1<br> 177.8<br> 96<br> 11219.53<br> 3103.08<br> -3103.08<br> S<br> 372.85<br> E<br> 3125.40<br> 173.15<br> 0.47<br> -0.21<br> -0.4<br> 0.20<br> 159<br> MWD<br> 14311<br> 89.5<br> 178.9<br> 94<br> 11220.68<br> 3197.03<br> -3197.03<br> S<br> 375.56<br> E<br> 3219.01<br> 173.30<br> 1.25<br> 0.43<br> 1.2<br> 0.09<br> 160<br> MWD<br> 14407<br> 90.8<br> 181.7<br> 96<br> 11220.43<br> 3293.02<br> -3293.02<br> S<br> 375.05<br> E<br> 3314.31<br> 173.50<br> 3.22<br> 1.35<br> 2.9<br> 0.21<br> 161<br> MWD<br> 14503<br> 90.9<br> 181.1<br> 96<br> 11219.00<br> 3388.98<br> -3388.98<br> S<br> 372.71<br> E<br> 3409.41<br> 173.72<br> 0.63<br> 0.10<br> -0.6<br> 0.17<br> 162<br> MWD<br> 14599<br> 88.7<br> 179.5<br> 96<br> 11219.34<br> 3484.97<br> -3484.97<br> S<br> 372.21<br> E<br> 3504.79<br> 173.90<br> 2.83<br> -2.29<br> -1.7<br> 0.40<br> 163<br> MWD<br> 14695<br> 89.4<br> 179.9<br> 96<br> 11220.93<br> 3580.95<br> -3580.95<br> S<br> 372.71<br> E<br> 3600.30<br> 174.06<br> 0.84<br> 0.73<br> 0.4<br> 0.15<br> 164<br> MWD<br> 14790<br> 90<br> 179.9<br> 95<br> 11221.43<br> 3675.95<br> -3675.95<br> S<br> 372.87<br> E<br> 3694.81<br> 174.21<br> 0.63<br> 0.63<br> 0.0<br> -0.01<br> 165<br> MWD<br> 14886<br> 88.7<br> 177.9<br> 96<br> 11222.52<br> 3771.92<br> -3771.92<br> S<br> 374.72<br> E<br> 3790.49<br> 174.33<br> 2.48<br> -1.35<br> -2.1<br> 3.03<br> 166<br> MWD<br> 14983<br> 89.6<br> 179.1<br> 97<br> 11223.95<br> 3868.87<br> -3868.87<br> S<br> 377.26<br> E<br> 3887.22<br> 174.43<br> 1.55<br> 0.93<br> 1.2<br> -0.14<br> 167<br> MWD<br> 15079<br> 89<br> 178.9<br> 96<br> 11225.13<br> 3964.85<br> -3964.85<br> S<br> 378.93<br> E<br> 3982.92<br> 174.54<br> 0.66<br> -0.62<br> -0.2<br> -0.41<br> 168<br> MWD<br> 15174<br> 89.4<br> 180.6<br> 95<br> 11226.45<br> 4059.84<br> -4059.84<br> S<br> 379.35<br> E<br> 4077.52<br> 174.66<br> 1.84<br> 0.42<br> 1.8<br> -0.09<br> 169<br> MWD<br> 15270<br> 89.7<br> 180.3<br> 96<br> 11227.21<br> 4155.83<br> -4155.83<br> S<br> 378.59<br> E<br> 4173.04<br> 174.79<br> 0.44<br> 0.31<br> -0.3<br> -0.02<br> 170<br> MWD<br> 15366<br> 89.5<br> 181.8<br> 96<br> 11227.88<br> 4251.81<br> -4251.81<br> S<br> 376.83<br> E<br> 4268.48<br> 174.94<br> 1.58<br> -0.21<br> 1.6<br> -0.04<br> 171<br> MWD<br> 15462<br> 91<br> 182.3<br> 96<br> 11227.46<br> 4347.74<br> -4347.74<br> S<br> 373.40<br> E<br> 4363.75<br> 175.09<br> 1.65<br> 1.56<br> 0.5<br> -0.19<br> 172<br> MWD<br> 15559<br> 91.9<br> 181.2<br> 97<br> 11225.00<br> 4444.67<br> -4444.67<br> S<br> 370.44<br> E<br> 4460.08<br> 175.24<br> 1.46<br> 0.93<br> -1.1<br> -1.57<br> 173<br> MWD<br> 15655<br> 91.4<br> 180.7<br> 96<br> 11222.24<br> 4540.61<br> -4540.61<br> S<br> 368.85<br> E<br> 4555.57<br> 175.36<br> 0.74<br> -0.52<br> -0.5<br> 2.24<br> 174<br> MWD<br> 15749<br> 89.4<br> 180.6<br> 94<br> 11221.58<br> 4634.60<br> -4634.60<br> S<br> 367.78<br> E<br> 4649.17<br> 175.46<br> 2.13<br> -2.13<br> -0.1<br> 0.22<br> 26<br> <hr> <A name=48></a>175<br> MWD<br> 15844<br> 88.9<br> 180<br> 95<br> 11222.99<br> 4729.59<br> -4729.59<br> S<br> 367.28<br> E<br> 4743.83<br> 175.56<br> 0.82<br> -0.53<br> -0.6<br> 156.69<br> 176<br> MWD<br> 15940<br> 89.4<br> 180.9<br> 96<br> 11224.42<br> 4825.57<br> -4825.57<br> S<br> 366.53<br> E<br> 4839.47<br> 175.66<br> 1.07<br> 0.52<br> 0.9<br> -0.22<br> 177<br> MWD<br> 16035<br> 88.7<br> 180.7<br> 95<br> 11225.99<br> 4920.55<br> -4920.55<br> S<br> 365.20<br> E<br> 4934.08<br> 175.76<br> 0.77<br> -0.74<br> -0.2<br> -0.49<br> 178<br> MWD<br> 16131<br> 88<br> 179.9<br> 96<br> 11228.76<br> 5016.51<br> -5016.51<br> S<br> 364.70<br> E<br> 5029.75<br> 175.84<br> 1.11<br> -0.73<br> -0.8<br> -0.60<br> 179<br> MWD<br> 16228<br> 89.8<br> 180.6<br> 97<br> 11230.62<br> 5113.48<br> -5113.48<br> S<br> 364.28<br> E<br> 5126.44<br> 175.93<br> 1.99<br> 1.86<br> 0.7<br> 0.00<br> 180<br> MWD<br> 16324<br> 90.8<br> 182.7<br> 96<br> 11230.12<br> 5209.43<br> -5209.43<br> S<br> 361.51<br> E<br> 5221.96<br> 176.03<br> 2.42<br> 1.04<br> 2.2<br> -0.08<br> 181<br> MWD<br> 16420<br> 90.8<br> 181<br> 96<br> 11228.78<br> 5305.37<br> -5305.37<br> S<br> 358.41<br> E<br> 5317.46<br> 176.14<br> 1.77<br> 0.00<br> -1.8<br> -0.10<br> 182<br> MWD<br> 16516<br> 90.3<br> 180.1<br> 96<br> 11227.85<br> 5401.36<br> -5401.36<br> S<br> 357.49<br> E<br> 5413.18<br> 176.21<br> 1.07<br> -0.52<br> -0.9<br> -0.01<br> 183<br> MWD<br> 16612<br> 90.8<br> 179.5<br> 96<br> 11226.93<br> 5497.36<br> -5497.36<br> S<br> 357.83<br> E<br> 5508.99<br> 176.28<br> 0.81<br> 0.52<br> -0.6<br> -0.14<br> 184<br> MWD<br> 16709<br> 90<br> 178.5<br> 97<br> 11226.26<br> 5594.34<br> -5594.34<br> S<br> 359.52<br> E<br> 5605.88<br> 176.32<br> 1.32<br> -0.82<br> -1.0<br> 0.00<br> 185<br> MWD<br> 16803<br> 90.5<br> 178.8<br> 94<br> 11225.85<br> 5688.31<br> -5688.31<br> S<br> 361.74<br> E<br> 5699.80<br> 176.36<br> 0.62<br> 0.53<br> 0.3<br> -0.07<br> 186<br> MWD<br> 16898<br> 91.3<br> 178.3<br> 95<br> 11224.35<br> 5783.27<br> -5783.27<br> S<br> 364.14<br> E<br> 5794.72<br> 176.40<br> 0.99<br> 0.84<br> -0.5<br> -1.08<br> 187<br> MWD<br> 16993<br> 91.4<br> 178<br> 95<br> 11222.11<br> 5878.19<br> -5878.19<br> S<br> 367.20<br> E<br> 5889.65<br> 176.43<br> 0.33<br> 0.11<br> -0.3<br> 1.92<br> 188<br> MWD<br> 17089<br> 89.6<br> 178.2<br> 96<br> 11221.28<br> 5974.13<br> -5974.13<br> S<br> 370.39<br> E<br> 5985.60<br> 176.45<br> 1.89<br> -1.88<br> 0.2<br> 0.08<br> 189<br> MWD<br> 17184<br> 89.2<br> 178.3<br> 95<br> 11222.27<br> 6069.08<br> -6069.08<br> S<br> 373.29<br> E<br> 6080.55<br> 176.48<br> 0.43<br> -0.42<br> 0.1<br> 0.76<br> 190<br> MWD<br> 17281<br> 89.4<br> 178.9<br> 97<br> 11223.46<br> 6166.04<br> -6166.04<br> S<br> 375.66<br> E<br> 6177.48<br> 176.51<br> 0.65<br> 0.21<br> 0.6<br> -0.67<br> 191<br> MWD<br> 17376<br> 90.6<br> 180.6<br> 95<br> 11223.46<br> 6261.04<br> -6261.04<br> S<br> 376.07<br> E<br> 6272.32<br> 176.56<br> 2.19<br> 1.26<br> 1.8<br> -0.67<br> 192<br> MWD<br> 17471<br> 92.7<br> 181.5<br> 95<br> 11220.72<br> 6355.98<br> -6355.98<br> S<br> 374.33<br> E<br> 6366.99<br> 176.63<br> 2.40<br> 2.21<br> 0.9<br> 2.79<br> 193<br> MWD<br> 17567<br> 92.8<br> 181.8<br> 96<br> 11216.12<br> 6451.83<br> -6451.83<br> S<br> 371.57<br> E<br> 6462.52<br> 176.70<br> 0.33<br> 0.10<br> 0.3<br> 0.99<br> 194<br> MWD<br> 17663<br> 92<br> 180.4<br> 96<br> 11212.10<br> 6547.72<br> -6547.72<br> S<br> 369.73<br> E<br> 6558.15<br> 176.77<br> 1.68<br> -0.83<br> -1.5<br> 0.32<br> 195<br> MWD<br> 17758<br> 89.8<br> 179.6<br> 95<br> 11210.60<br> 6642.70<br> -6642.70<br> S<br> 369.73<br> E<br> 6652.98<br> 176.81<br> 2.46<br> -2.32<br> -0.8<br> 0.00<br> 196<br> MWD<br> 17855<br> 88.6<br> 179.3<br> 97<br> 11211.96<br> 6739.69<br> -6739.69<br> S<br> 370.66<br> E<br> 6749.87<br> 176.85<br> 1.28<br> -1.24<br> -0.3<br> 0.15<br> 197<br> MWD<br> 17952<br> 87.3<br> 179.3<br> 97<br> 11215.43<br> 6836.61<br> -6836.61<br> S<br> 371.85<br> E<br> 6846.72<br> 176.89<br> 1.34<br> -1.34<br> 0.0<br> 0.84<br> 198<br> MWD<br> 18048<br> 88.9<br> 181.5<br> 96<br> 11218.61<br> 6932.55<br> -6932.55<br> S<br> 371.18<br> E<br> 6942.48<br> 176.94<br> 2.83<br> 1.67<br> 2.3<br> 0.24<br> 199<br> MWD<br> 18143<br> 91.3<br> 182.5<br> 95<br> 11218.44<br> 7027.48<br> -7027.48<br> S<br> 367.86<br> E<br> 7037.11<br> 177.00<br> 2.74<br> 2.53<br> 1.1<br> 0.32<br> 200<br> MWD<br> 18238<br> 91.4<br> 181.9<br> 95<br> 11216.21<br> 7122.39<br> -7122.39<br> S<br> 364.21<br> E<br> 7131.69<br> 177.07<br> 0.64<br> 0.11<br> -0.6<br> 0.25<br> 201<br> MWD<br> 18334<br> 90.5<br> 181.7<br> 96<br> 11214.62<br> 7218.33<br> -7218.33<br> S<br> 361.20<br> E<br> 7227.36<br> 177.14<br> 0.96<br> -0.94<br> -0.2<br> 0.02<br> 202<br> MWD<br> 18430<br> 91.3<br> 180.8<br> 96<br> 11213.11<br> 7314.29<br> -7314.29<br> S<br> 359.11<br> E<br> 7323.10<br> 177.19<br> 1.25<br> 0.83<br> -0.9<br> 0.15<br> 203<br> MWD<br> 18526<br> 90.7<br> 179.5<br> 96<br> 11211.43<br> 7410.27<br> -7410.27<br> S<br> 358.85<br> E<br> 7418.96<br> 177.23<br> 1.49<br> -0.62<br> -1.4<br> 0.04<br> 204<br> MWD<br> 18622<br> 91.6<br> 178.9<br> 96<br> 11209.51<br> 7506.24<br> -7506.24<br> S<br> 360.19<br> E<br> 7514.88<br> 177.25<br> 1.13<br> 0.94<br> -0.6<br> 0.16<br> 205<br> MWD<br> 18718<br> 92.3<br> 177.9<br> 96<br> 11206.24<br> 7602.15<br> -7602.15<br> S<br> 362.87<br> E<br> 7610.80<br> 177.27<br> 1.27<br> 0.73<br> -1.0<br> 0.27<br> 206<br> MWD<br> 18813<br> 90<br> 180.4<br> 95<br> 11204.33<br> 7697.10<br> -7697.10<br> S<br> 364.28<br> E<br> 7705.72<br> 177.29<br> 3.58<br> -2.42<br> 2.6<br> 0.00<br> 207<br> MWD<br> 18910<br> 90.7<br> 180.2<br> 97<br> 11203.74<br> 7794.10<br> -7794.10<br> S<br> 363.77<br> E<br> 7802.58<br> 177.33<br> 0.75<br> 0.72<br> -0.2<br> 0.02<br> 208<br> MWD<br> 19006<br> 90.7<br> 179.3<br> 96<br> 11202.57<br> 7890.09<br> -7890.09<br> S<br> 364.19<br> E<br> 7898.49<br> 177.36<br> 0.94<br> 0.00<br> -0.9<br> 0.02<br> 209<br> MWD<br> 19101<br> 91.2<br> 178.5<br> 95<br> 11200.99<br> 7985.06<br> -7985.06<br> S<br> 366.02<br> E<br> 7993.44<br> 177.38<br> 0.99<br> 0.53<br> -0.8<br> 0.06<br> 210<br> MWD<br> 19196<br> 90<br> 178.8<br> 95<br> 11200.00<br> 8080.03<br> -8080.03<br> S<br> 368.25<br> E<br> 8088.41<br> 177.39<br> 1.30<br> -1.26<br> 0.3<br> 0.00<br> 27<br> <hr> <A name=49></a>211<br> MWD<br> 19292<br> 88.8<br> 180<br> 96<br> 11201.00<br> 8176.01<br> -8176.01<br> S<br> 369.26<br> E<br> 8184.35<br> 177.41<br> 1.77<br> -1.25<br> 1.2<br> 0.06<br> 212<br> MWD<br> 19388<br> 89.4<br> 179.1<br> 96<br> 11202.51<br> 8272.00<br> -8272.00<br> S<br> 370.01<br> E<br> 8280.27<br> 177.44<br> 1.13<br> 0.63<br> -0.9<br> 0.01<br> 213<br> MWD<br> 19484<br> 88.4<br> 178.7<br> 96<br> 11204.35<br> 8367.96<br> -8367.96<br> S<br> 371.86<br> E<br> 8376.22<br> 177.46<br> 1.12<br> -1.04<br> -0.4<br> 0.12<br> 214<br> MWD<br> 19579<br> 87.9<br> 180.6<br> 95<br> 11207.42<br> 8462.90<br> -8462.90<br> S<br> 372.44<br> E<br> 8471.09<br> 177.48<br> 2.07<br> -0.53<br> 2.0<br> 0.25<br> 215<br> MWD<br> 19675<br> 88.7<br> 180.9<br> 96<br> 11210.27<br> 8558.85<br> -8558.85<br> S<br> 371.18<br> E<br> 8566.90<br> 177.52<br> 0.89<br> 0.83<br> 0.3<br> 0.12<br> 216<br> MWD<br> 19771<br> 90.7<br> 182.2<br> 96<br> 11210.77<br> 8654.81<br> -8654.81<br> S<br> 368.58<br> E<br> 8662.65<br> 177.56<br> 2.48<br> 2.08<br> 1.4<br> 0.03<br> 217<br> MWD<br> 19867<br> 91<br> 180.9<br> 96<br> 11209.35<br> 8750.76<br> -8750.76<br> S<br> 365.99<br> E<br> 8758.41<br> 177.61<br> 1.39<br> 0.31<br> -1.4<br> 0.06<br> 218<br> MWD<br> 19963<br> 90.5<br> 180.4<br> 96<br> 11208.09<br> 8846.75<br> -8846.75<br> S<br> 364.90<br> E<br> 8854.27<br> 177.64<br> 0.74<br> -0.52<br> -0.5<br> 0.01<br> 219<br> MWD<br> 20058<br> 91.2<br> 180.2<br> 95<br> 11206.68<br> 8941.73<br> -8941.73<br> S<br> 364.40<br> E<br> 8949.15<br> 177.67<br> 0.77<br> 0.74<br> -0.2<br> 0.08<br> 220<br> MWD<br> 20153<br> 90<br> 179.6<br> 95<br> 11205.69<br> 9036.73<br> -9036.73<br> S<br> 364.57<br> E<br> 9044.08<br> 177.69<br> 1.41<br> -1.26<br> -0.6<br> 0.00<br> 221<br> MWD<br> 20249<br> 87.5<br> 178.8<br> 96<br> 11207.78<br> 9132.68<br> -9132.68<br> S<br> 365.91<br> E<br> 9140.01<br> 177.71<br> 2.73<br> -2.60<br> -0.8<br> 0.36<br> 222<br> MWD<br> 20344<br> 88.1<br> 179.3<br> 95<br> 11211.43<br> 9227.60<br> -9227.60<br> S<br> 367.48<br> E<br> 9234.92<br> 177.72<br> 0.82<br> 0.63<br> 0.5<br> 0.27<br> 223<br> MWD<br> 20438<br> 88.6<br> 179.8<br> 94<br> 11214.13<br> 9321.56<br> -9321.56<br> S<br> 368.22<br> E<br> 9328.83<br> 177.74<br> 0.75<br> 0.53<br> 0.5<br> 0.19<br> 224<br> MWD<br> 20533<br> 89<br> 178.4<br> 95<br> 11216.12<br> 9416.52<br> -9416.52<br> S<br> 369.71<br> E<br> 9423.78<br> 177.75<br> 1.53<br> 0.42<br> -1.5<br> 0.13<br> 225<br> MWD<br> 20628<br> 87.6<br> 179.2<br> 95<br> 11218.94<br> 9511.46<br> -9511.46<br> S<br> 371.70<br> E<br> 9518.72<br> 177.76<br> 1.70<br> -1.47<br> 0.8<br> 1.24<br> 226<br> MWD<br> 20723<br> 87.3<br> 179.7<br> 95<br> 11223.17<br> 9606.36<br> -9606.36<br> S<br> 372.61<br> E<br> 9613.58<br> 177.78<br> 0.61<br> -0.32<br> 0.5<br> -37.95<br> 227<br> MWD<br> 20818<br> 87.2<br> 181.7<br> 95<br> 11227.73<br> 9701.24<br> -9701.24<br> S<br> 371.45<br> E<br> 9708.35<br> 177.81<br> 2.11<br> -0.11<br> 2.1<br> -1.45<br> 228<br> MWD<br> 20913<br> 88.9<br> 182.1<br> 95<br> 11230.96<br> 9796.13<br> -9796.13<br> S<br> 368.30<br> E<br> 9803.05<br> 177.85<br> 1.84<br> 1.79<br> 0.4<br> -0.13<br> 229<br> MWD<br> 21007<br> 90.1<br> 180.9<br> 94<br> 11231.78<br> 9890.09<br> -9890.09<br> S<br> 365.84<br> E<br> 9896.85<br> 177.88<br> 1.81<br> 1.28<br> -1.3<br> 0.00<br> 230<br> MWD<br> 21101<br> 91.1<br> 180.2<br> 94<br> 11230.79<br> 9984.08<br> -9984.08<br> S<br> 364.94<br> E<br> 9990.74<br> 177.91<br> 1.30<br> 1.06<br> -0.7<br> -0.13<br> 231<br> MWD<br> 21198<br> 90.8<br> 179.2<br> 97<br> 11229.19<br> 10081.06<br> -10081.06<br> S<br> 365.45<br> E<br> 10087.68<br> 177.92<br> 1.08<br> -0.31<br> -1.0<br> -0.09<br> 232<br> MWD<br> 21294<br> 91.1<br> 179.2<br> 96<br> 11227.59<br> 10177.04<br> -10177.04<br> S<br> 366.79<br> E<br> 10183.64<br> 177.94<br> 0.31<br> 0.31<br> 0.0<br> -0.23<br> 233<br> MWD<br> 21390<br> 91.4<br> 179.6<br> 96<br> 11225.50<br> 10273.01<br> -10273.01<br> S<br> 367.79<br> E<br> 10279.59<br> 177.95<br> 0.52<br> 0.31<br> 0.4<br> -0.68<br> 234<br> MWD<br> 21486<br> 90.6<br> 178.9<br> 96<br> 11223.82<br> 10368.98<br> -10368.98<br> S<br> 369.05<br> E<br> 10375.55<br> 177.96<br> 1.11<br> -0.83<br> -0.7<br> -0.37<br> 235<br> MWD<br> 21582<br> 89.9<br> 178.3<br> 96<br> 11223.41<br> 10464.95<br> -10464.95<br> S<br> 371.39<br> E<br> 10471.54<br> 177.97<br> 0.96<br> -0.73<br> -0.6<br> 0.00<br> 236<br> MWD<br> 21677<br> 89.4<br> 178.5<br> 95<br> 11223.99<br> 10559.91<br> -10559.91<br> S<br> 374.05<br> E<br> 10566.54<br> 177.97<br> 0.57<br> -0.53<br> 0.2<br> -0.31<br> 237<br> prj<br> 21725<br> 89.4<br> 179<br> 48<br> 11224.49<br> 10607.90<br> -10607.90<br> S<br> 375.09<br> E<br> 10614.53<br> 177.97<br> 1.04<br> 0.00<br> 1.0<br> -0.21<br> 28<br> <hr> <A name=50></a><hr> <A name=51></a><hr> <A name=52></a><hr> <A name=53></a><hr> <A name=54></a><hr> <A name=55></a><hr> <A name=56></a>29035<br> Notify NDIC inspector Jessica Gilkey at 701-770-7340 with spud and TD info.<br> X<br> 8/1/14<br> Nathaniel Erbele<br> Petroleum Resource Specialist<br> <hr> <A name=57></a>29035<br> X<br> 8/1/14<br> Nathaniel Erbele<br> Petroleum Resource Specialist<br> <hr> <A name=58></a>August 1, 2014<br> Terry L. Olson<br> Regulatory Compliance Specialist<br> CONTINENTAL RESOURCES, INC.<br> P.O. Box 268870<br> Oklahoma City, OK 73126<br> RE:<br> HORIZONTAL WELL<br> STANGELAND 3-7H1<br> LOT7 Section 6-153N-99W<br> Williams County<br> Well File # 29035<br> Dear Terry :<br> Pursuant to Commission Order No. 23455, approval to drill the above captioned well is hereby given. The<br> approval is granted on the condition that all portions of the well bore not isolated by cement, be no closer than<br> the </span><span class="ft5">200' setback </span><span class="ft4">from the north &amp; south boundaries and </span><span class="ft5">500' setback </span><span class="ft4">from the east &amp; west boundaries within the<br> 2560 acre spacing unit consisting of Sec 31-154N-99W, Sec 6, 7, &amp; 18-153N-99W.<br> PERMIT STIPULATIONS: Effective June 1, 2014, a covered leak-proof container (with placard) for<br> filter sock disposal must be maintained on the well site beginning when the well is spud, and must<br> remain on-site during clean-out, completion, and flow-back whenever filtration operations are<br> conducted.A MINIMUM OF FOUR HORIZONTAL WELLS, TWO IN EACH &quot;1280&quot;, SHALL BE<br> DRILLED AND COMPLETED IN THE STANDUP 2560-ACRE SPACING UNIT WITHIN<br> TWELVE MONTHS OF EACH OTHER, AND AN EQUAL NUMBER OF HORIZONTAL WELLS<br> SHALL BE DRILLED AND COMPLETED IN BOTH &quot;1280S&quot; OF THE STANDUP 2560-ACRE<br> SPACING UNIT WITH THE NUMBER OF WELLS BEING EQUAL WITHIN TWELVE<br> MONTHS OF EACH OTHER. CONTINENTAL RESOURCES must contact NDIC Field Inspector<br> Jessica Gilkey at 701-770-7340 prior to location construction.<br> Drilling pit<br> NDAC 43-02-03-19.4 states that "a pit may be utilized to bury drill cuttings and solids generated during well<br> drilling and completion operations, providing the pit can be constructed, used and reclaimed in a manner that will<br> prevent pollution of the land surface and freshwaters. Reserve and circulation of mud system through earthen pits<br> are prohibited. All pits shall be inspected by an authorized representative of the director prior to lining and use.<br> Drill cuttings and solids must be stabilized in a manner approved by the director prior to placement in a cuttings<br> pit."<br> Form 1 Changes &amp; Hard Lines<br> Any changes, shortening of casing point or lengthening at Total Depth must have prior approval by the NDIC.<br> The proposed directional plan is at a legal location. Based on the azimuth of the proposed lateral the maximum<br> legal coordinate from the well head is: 10638' south.<br> <hr> <A name=59></a>Location Construction Commencement (Three Day Waiting Period)<br> Operators shall not commence operations on a drill site until the 3rd business day following publication of the<br> approved drilling permit on the NDIC - OGD Daily Activity Report. If circumstances require operations to<br> commence before the 3rd business day following publication on the Daily Activity Report, the waiting period may<br> be waived by the Director. Application for a waiver must be by sworn affidavit providing the information<br> necessary to evaluate the extenuating circumstances, the factors of NDAC 43-02-03-16.2 (1), (a)-(f), and any other<br> information that would allow the Director to conclude that in the event another owner seeks revocation of the<br> drilling permit, the applicant should retain the permit.<br> Permit Fee &amp; Notification<br> Payment was received in the amount of $100 via credit card. It is requested that notification be given<br> immediately upon the spudding of the well. This information should be relayed to the Oil &amp; Gas Division,<br> Bismarck, via telephone. The following information must be included: Well name, legal location, permit number,<br> drilling contractor, company representative, date and time of spudding. Office hours are 8:00 a.m. to 12:00 p.m.<br> and 1:00 p.m. to 5:00 p.m. Central Time. Our telephone number is (701) 328-8020, leave a message if after hours<br> or on the weekend.<br> Survey Requirements for Horizontal, Horizontal Re-entry, and Directional Wells<br> NDAC Section 43-02-03-25 (Deviation Tests and Directional Surveys) states in part (that) the survey<br> contractor shall file a certified copy of all surveys with the director free of charge within thirty days of completion.<br> Surveys must be submitted as one electronic copy, or in a form approved by the director. However, the director<br> may require the directional survey to be filed immediately after completion if the survey is needed to conduct the<br> operation of the director's office in a timely manner. Certified surveys must be submitted via email in one adobe<br> document, with a certification cover page to </span><span class="ft2">[email protected]</span><span class="ft1">.<br> Survey points shall be of such frequency to accurately determine the entire location of the well bore.<br> Specifically, the Horizontal and Directional well survey frequency is 100 feet in the vertical, 30 feet in the curve<br> (or when sliding) and 90 feet in the lateral.<br> Confidential status<br> Your request for confidential status of all information furnished to the Director, or his representatives, is<br> hereby granted. Such information, except production runs, shall remain confidential for six months commencing<br> on the date the well is spud.<br> Confidential status notwithstanding, the Director and his representatives shall have access to all well<br> records wherever located. Your company personnel, or any person performing work for your company shall<br> permit the Director and his representatives to come upon any lease, property, well, or drilling rig operated or<br> controlled by them, complying with all safety rules, and to inspect the records and operation of such wells and to<br> have access at all times to any and all records of wells. The Commission's field personnel periodically inspect<br> producing and drilling wells. Any information regarding such wells shall be made available to them at any time<br> upon request. The information so obtained by the field personnel shall be maintained in strict confidence and<br> shall be available only to the Commission and its staff.<br> Surface casing cement<br> Tail cement utilized on surface casing must have a minimum compressive strength of 500 psi within 12<br> hours, and tail cement utilized on production casing must have a minimum compressive strength of 500 psi<br> before drilling the plug or initiating tests.<br> Logs </span><span class="ft3">NDAC Section 43-02-03-31 requires the running of (1) a suite of open hole logs from which formation tops and<br> porosity zones can be determined, (2) a Gamma Ray Log run from total depth to ground level elevation of the well bore, and<br> (3) a log from which the presence and quality of cement can be determined (Standard CBL or Ultrasonic cement evaluation<br> log) in every well in which production or intermediate casing has been set, this log must be run prior to completing the well.<br> All logs run must be submitted free of charge, as one digital TIFF (tagged image file format) copy and one digital LAS (log<br> ASCII) formatted copy. Digital logs may be submitted on a standard CD, DVD, or attached to an email sent to<br> [email protected] </span><span class="ft1">Thank you for your cooperation.<br> Sincerely,<br> Nathaniel Erbele<br> Petroleum Resource Specialist<br> <hr> <A name=60></a>INDUSTRIAL COMMISSION OF NORTH DAKOTA<br> OIL AND GAS DIVISION<br> 600 EAST BOULEVARD DEPT 405<br> BISMARCK, ND 58505-0840<br> SFN 54269 (08-2005)<br> PLEASE READ INSTRUCTIONS BEFORE FILLING OUT FORM.<br> PLEASE SUBMIT THE ORIGINAL AND ONE COPY.<br> Type of Work<br> Type of Well<br> Approximate Date Work Will Start<br> Confidential Status<br> New Location<br> Oil &amp; Gas<br> 8 / 3 / 2014<br> Yes<br> Operator<br> Telephone Number<br> CONTINENTAL RESOURCES, INC.<br> 405-234-9000<br> Address<br> City<br> State<br> Zip Code<br> P.O. Box 268870<br> Oklahoma City<br> OK<br> 73126<br> Notice has been provided to the owner of any<br> This well is not located within five hundred<br> permanently occupied dwelling within 1,320 feet.<br> feet of an occupied dwelling.<br> enter data for additional laterals on page 2)<br> Well Name<br> Well Number<br> STANGELAND<br> 3-7H1<br> Surface Footages<br> Qtr-Qtr<br> Section<br> Township<br> Range<br> County<br> 300 </span><span class="ft0">FL<br> S790 </span><span class="ft0">F </span><span class="ft6">W </span><span class="ft0">L<br> LOT7<br> 6<br> 153<br> 99<br> Williams<br> Longstring Casing Point Footages<br> Qtr-Qtr<br> Section<br> Township<br> Range<br> County<br> 100 </span><span class="ft0">F </span><span class="ft6">N </span><span class="ft0">L<br> 976 </span><span class="ft0">F </span><span class="ft6">W </span><span class="ft0">L<br> LOT1<br> 7<br> 153<br> 99<br> Williams<br> Longstring Casing Point Coordinates From Well Head<br> Azimuth<br> Longstring Total Depth<br> 400 S </span><span class="ft0">From WH<br> 186 E </span><span class="ft0">From WH<br> 155<br> 11462 </span><span class="ft0">Feet MD<br> 11210 </span><span class="ft0">Feet TVD<br> Bottom Hole Footages From Nearest Section Line<br> Qtr-Qtr<br> Section<br> Township<br> Range<br> County<br> 200 </span><span class="ft0">F </span><span class="ft6">S<br> LF<br> 1155<br> W </span><span class="ft0">L<br> LOT4<br> 18<br> 153<br> 99<br> Williams<br> Bottom Hole Coordinates From Well Head<br> KOP Lateral 1<br> Azimuth Lateral 1<br> Estimated Total Depth Lateral 1<br> 10638 S </span><span class="ft0">From WH<br> 365 E </span><span class="ft0">From WH<br> 10769 </span><span class="ft0">Feet MD<br> 180<br> 21726 </span><span class="ft0">Feet MD<br> 11201 </span><span class="ft0">Feet TVD<br> Latitude of Well Head<br> Longitude of Well Head<br> NAD Reference<br> Description of<br> (Subject to NDIC Approval)<br> 48<br> 05<br> 50.68<br> -103<br> 28<br> 17.71<br> NAD83<br> Spacing Unit:<br> S 31-154N99W, S 6,7,18-153N99W<br> Ground Elevation<br> Acres in Spacing/Drilling Unit<br> Spacing/Drilling Unit Setback Requirement<br> Industrial Commission Order<br> 2312 </span><span class="ft0">Feet Above S.L.<br> 2560<br> 200 </span><span class="ft8">Feet N/S<br> 500<br> Feet<br> Feet E/W<br> 23455<br> North Line of Spacing/Drilling Unit<br> South Line of Spacing/Drilling Unit<br> East Line of Spacing/Drilling Unit<br> West Line of Spacing/Drilling Unit<br> 5192 </span><span class="ft0">Feet<br> 5238 </span><span class="ft0">Feet<br> 21112 </span><span class="ft0">Feet<br> 21105 </span><span class="ft0">Feet<br> Objective Horizons<br> Pierre Shale Top<br> Three Forks B1<br> 2225<br> Proposed<br> Size<br> Weight<br> Depth<br> Cement Volume<br> Surface Casing<br> 9<br> 5/8<br> 36 </span><span class="ft0">Lb./Ft. </span><span class="ft6">2330<br> Feet<br> 880<br> Sacks<br> Proposed<br> Size<br> Weight(s)<br> Longstring Total Depth<br> Cement Volume<br> Cement Top<br> Top Dakota Sand<br> Longstring Casing<br> 732<br> Lb./Ft.<br> 11462 </span><span class="ft0">Feet MD<br> 11210 </span><span class="ft0">Feet TVD<br> 941<br> Sacks<br> 0<br> Feet<br> 5266<br> Feet<br> Base of Last<br> Last<br> Salt (If<br> Charles </span><span class="ft0">Applicable)<br> Salt (If Applicable)<br> 9594 </span><span class="ft0">Feet<br> Proposed Logs<br> CBL/GR from deepest depth obtainable to ground surface<br> Drilling Mud Type (Vertical Hole - Below Surface Casing)<br> Drilling Mud Type (Lateral)<br> Invert<br> Brine<br> Survey Type in Vertical Portion of Well<br> Survey Frequency: Build Section<br> Survey Frequency: Lateral<br> Survey Contractor<br> MWD </span><span class="ft0">Every 100 Feet<br> 30 </span><span class="ft0">Feet<br> 90 </span><span class="ft0">Feet<br> MS Energy<br> proposed mud/cementing plan,<br> directional plot/plan, $100 fee.<br> <hr> <A name=61></a>Page 2<br> SFN 54269 (08-2005)<br> The Hayes 2-6H and 3-6H1 and the Stangeland 2-7H and 3-7H1 will all be drilled from a common pad.<br> Lateral 2<br> KOP Lateral 2<br> Azimuth Lateral 2<br> Estimated Total Depth Lateral 2<br> KOP Coordinates From Well Head<br> Feet MD<br> Feet MD<br> Feet TVD<br> From WH<br> From WH<br> Formation Entry Point Coordinates From Well Head<br> Bottom Hole Coordinates From Well Head<br> From WH<br> From WH<br> From WH<br> From WH<br> KOP Footages From Nearest Section Line<br> Qtr-Qtr<br> Section<br> Township<br> Range<br> County<br> FL<br> FL<br> Bottom Hole Footages From Nearest Section Line<br> Qtr-Qtr<br> Section<br> Township<br> Range<br> County<br> FL<br> F<br> L<br> Lateral 3<br> KOP Lateral 3<br> Azimuth Lateral 3<br> Estimated Total Depth Lateral 3<br> KOP Coordinates From Well Head<br> Feet MD<br> Feet MD<br> Feet TVD<br> From WH<br> From WH<br> Formation Entry Point Coordinates From Well Head<br> Bottom Hole Coordinates From Well Head<br> From WH<br> From WH<br> From WH<br> From WH<br> KOP Footages From Nearest Section Line<br> Qtr-Qtr<br> Section<br> Township<br> Range<br> County<br> F<br> L<br> FL<br> Bottom Hole Footages From Nearest Section Line<br> Qtr-Qtr<br> Section<br> Township<br> Range<br> County<br> F<br> L<br> FL<br> Lateral 4<br> KOP Lateral 4<br> Azimuth Lateral 4<br> Estimated Total Depth Lateral 4<br> KOP Coordinates From Well Head<br> Feet MD<br> Feet MD<br> Feet TVD<br> From WH<br> From WH<br> Formation Entry Point Coordinates From Well Head<br> Bottom Hole Coordinates From Well Head<br> From WH<br> From WH<br> From WH<br> From WH<br> KOP Footages From Nearest Section Line<br> Qtr-Qtr<br> Section<br> Township<br> Range<br> County<br> FL<br> FL<br> Bottom Hole Footages From Nearest Section Line<br> Qtr-Qtr<br> Section<br> Township<br> Range<br> County<br> FL<br> FL<br> Lateral 5<br> KOP Lateral 5<br> Azimuth Lateral 5<br> Estimated Total Depth Lateral 5<br> KOP Coordinates From Well Head<br> Feet MD<br> Feet MD<br> Feet TVD<br> From WH<br> From WH<br> Formation Entry Point Coordinates From Well Head<br> Bottom Hole Coordinates From Well Head<br> From WH<br> From WH<br> From WH<br> From WH<br> KOP Footages From Nearest Section Line<br> Qtr-Qtr<br> Section<br> Township<br> Range<br> County<br> FL<br> FL<br> Bottom Hole Footages From Nearest Section Line<br> Qtr-Qtr<br> Section<br> Township<br> Range<br> County<br> FL<br> FL<br> Date<br> I hereby swear or affirm the information provided is true, complete and correct as determined from all available records.<br> 7 / 17 / 2014<br> Signature<br> Printed Name<br> Title<br> ePermit<br> Terry L. Olson<br> Regulatory Compliance Specialist<br> Email Address(es)<br> Permit and File Number<br> API Number<br> Date Approved<br> 29035<br> 105<br> 03650<br> 8 / 1 / 2014<br> Field<br> By<br> CRAZY MAN CREEK<br> Nathaniel Erbele<br> Pool<br> Permit Type<br> Title<br> BAKKEN<br> DEVELOPMENT<br> Petroleum Resource Specialist<br> <hr> <A name=62></a>April 9, 2014<br> RE:<br> Filter Socks and Other Filter Media<br> Leakproof Container Required<br> Oil and Gas Wells<br> Dear Operator,<br> North Dakota Administrative Code Section 43-02-03-19.2 states in part that all waste material associated with<br> exploration or production of oil and gas must be properly disposed of in an authorized facility in accord with all<br> applicable local, state, and federal laws and regulations.<br> Filtration systems are commonly used during oil and gas operations in North Dakota. The Commission is very<br> concerned about the proper disposal of used filters (including filter socks) used by the oil and gas industry.<br> Effective June 1, 2014, a container must be maintained on each well drilled in North Dakota beginning when the<br> well is spud and must remain on-site during clean-out, completion, and flow-back whenever filtration operations<br> are conducted. The on-site container must be used to store filters until they can be properly disposed of in an<br> authorized facility. Such containers must be:<br> leakproof to prevent any fluids from escaping the container<br> covered to prevent precipitation from entering the container<br> placard to indicate only filters are to be placed in the container<br> If the operator will not utilize a filtration system, a waiver to the container requirement will be considered, but<br> only upon the operator submitting a Sundry Notice (Form 4) justifying their request.<br> As previously stated in our March 13, 2014 letter, North Dakota Administrative Code Section 33-20-02.1-01<br> states in part that every person who transports solid waste (which includes oil and gas exploration and production<br> wastes) is required to have a valid permit issued by the North Dakota Department of Health, Division of Waste<br> Management. Please contact the Division of Waste Management at (701) 328-5166 with any questions on the<br> solid waste program. Note oil and gas exploration and production wastes include produced water, drilling mud,<br> invert mud, tank bottom sediment, pipe scale, filters, and fly ash.<br> Thank you for your cooperation.<br> Sincerely,<br> Bruce E. Hicks<br> Assistant Director<br> <hr> <A name=63></a><hr> <A name=64></a><hr> <A name=65></a><hr> <A name=66></a><hr> <A name=67></a><hr> <A name=68></a><hr> <A name=69></a><hr> <A name=70></a><hr> <A name=71></a><hr> <A name=72></a><hr> <A name=73></a><hr> <A name=74></a><hr> <A name=75></a><hr> <A name=76></a><hr> <A name=77></a><hr> <A name=78></a><hr> <A name=79></a><hr> <A name=80></a><hr> <A name=81></a><hr> <A name=82></a><hr> <A name=83></a><hr> <A name=84></a><hr> <A name=85></a><hr> <A name=86></a><hr> <A name=87></a><hr> <A name=88></a><hr> <A name=89></a><hr> <A name=90></a><hr> <A name=91></a><hr> <A name=92></a><hr> <A name="outline"></a><h1>Document Outline</h1> <ul><li>Form 6 - Bakken <li>Form 6 - Bakken <li>Certified Surveys <li>Geo Rpt <li>Form 4 <ul><li>4-OH log waiver <li>4-waiver to container requirement <li>4-spud with small rig <li>4-flow back exemption </ul><li>Form 1 </ul><hr> </BODY> </HTML>
datamade/elpc_bakken
html/pdf/W29035.pdfs.html
HTML
mit
141,612
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.13"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>Unity Buy SDK: 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> <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">Unity Buy SDK </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.13 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <script type="text/javascript" src="menudata.js"></script> <script type="text/javascript" src="menu.js"></script> <script type="text/javascript"> $(function() { initMenu('',true,false,'search.php','Search'); $(document).ready(function() { init_search(); }); }); </script> <div id="main-nav"></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="namespace_shopify.html">Shopify</a></li><li class="navelem"><a class="el" href="namespace_shopify_1_1_unity.html">Unity</a></li><li class="navelem"><a class="el" href="namespace_shopify_1_1_unity_1_1_graph_q_l.html">GraphQL</a></li><li class="navelem"><a class="el" href="class_shopify_1_1_unity_1_1_graph_q_l_1_1_customer_create_payload.html">CustomerCreatePayload</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">Shopify.Unity.GraphQL.CustomerCreatePayload Member List</div> </div> </div><!--header--> <div class="contents"> <p>This is the complete list of members for <a class="el" href="class_shopify_1_1_unity_1_1_graph_q_l_1_1_customer_create_payload.html">Shopify.Unity.GraphQL.CustomerCreatePayload</a>, including all inherited members.</p> <table class="directory"> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Clone</b>() (defined in <a class="el" href="class_shopify_1_1_unity_1_1_graph_q_l_1_1_customer_create_payload.html">Shopify.Unity.GraphQL.CustomerCreatePayload</a>)</td><td class="entry"><a class="el" href="class_shopify_1_1_unity_1_1_graph_q_l_1_1_customer_create_payload.html">Shopify.Unity.GraphQL.CustomerCreatePayload</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>customer</b>() (defined in <a class="el" href="class_shopify_1_1_unity_1_1_graph_q_l_1_1_customer_create_payload.html">Shopify.Unity.GraphQL.CustomerCreatePayload</a>)</td><td class="entry"><a class="el" href="class_shopify_1_1_unity_1_1_graph_q_l_1_1_customer_create_payload.html">Shopify.Unity.GraphQL.CustomerCreatePayload</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="class_shopify_1_1_unity_1_1_graph_q_l_1_1_customer_create_payload.html#ac40d78612c8f52cab978bb1474549944">CustomerCreatePayload</a>(Dictionary&lt; string, object &gt; dataJSON)</td><td class="entry"><a class="el" href="class_shopify_1_1_unity_1_1_graph_q_l_1_1_customer_create_payload.html">Shopify.Unity.GraphQL.CustomerCreatePayload</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>Data</b> (defined in <a class="el" href="class_shopify_1_1_unity_1_1_s_d_k_1_1_abstract_response.html">Shopify.Unity.SDK.AbstractResponse</a>)</td><td class="entry"><a class="el" href="class_shopify_1_1_unity_1_1_s_d_k_1_1_abstract_response.html">Shopify.Unity.SDK.AbstractResponse</a></td><td class="entry"><span class="mlabel">protected</span></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>DataJSON</b> (defined in <a class="el" href="class_shopify_1_1_unity_1_1_s_d_k_1_1_abstract_response.html">Shopify.Unity.SDK.AbstractResponse</a>)</td><td class="entry"><a class="el" href="class_shopify_1_1_unity_1_1_s_d_k_1_1_abstract_response.html">Shopify.Unity.SDK.AbstractResponse</a></td><td class="entry"><span class="mlabel">protected</span></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>Get&lt; T &gt;</b>(string field, string alias=null) (defined in <a class="el" href="class_shopify_1_1_unity_1_1_s_d_k_1_1_abstract_response.html">Shopify.Unity.SDK.AbstractResponse</a>)</td><td class="entry"><a class="el" href="class_shopify_1_1_unity_1_1_s_d_k_1_1_abstract_response.html">Shopify.Unity.SDK.AbstractResponse</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>userErrors</b>() (defined in <a class="el" href="class_shopify_1_1_unity_1_1_graph_q_l_1_1_customer_create_payload.html">Shopify.Unity.GraphQL.CustomerCreatePayload</a>)</td><td class="entry"><a class="el" href="class_shopify_1_1_unity_1_1_graph_q_l_1_1_customer_create_payload.html">Shopify.Unity.GraphQL.CustomerCreatePayload</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> </table></div><!-- contents --> <address class="footer"><small> <a href="https://www.shopify.ca/"> <img class="footer" height="50" src="https://camo.githubusercontent.com/10d580ddb06e6e6ff66ae43959842201195c6269/68747470733a2f2f63646e2e73686f706966792e636f6d2f73686f706966792d6d61726b6574696e675f6173736574732f6275696c64732f31392e302e302f73686f706966792d66756c6c2d636f6c6f722d626c61636b2e737667" alt="Shopify"> </a> </small></address>
Shopify/unity-buy-sdk
docs/class_shopify_1_1_unity_1_1_graph_q_l_1_1_customer_create_payload-members.html
HTML
mit
6,645
<html> <head> <title>Duncan Weir's panel show appearances</title> <script type="text/javascript" src="../common.js"></script> <link rel="stylesheet" media="all" href="../style.css" type="text/css"/> <script type="text/javascript" src="../people.js"></script> <!--#include virtual="head.txt" --> </head> <body> <!--#include virtual="nav.txt" --> <div class="page"> <h1>Duncan Weir's panel show appearances</h1> <p>Duncan Weir (born 1991-05-10<sup><a href="https://en.wikipedia.org/wiki/Duncan_Weir">[ref]</a></sup>) has appeared in <span class="total">1</span> episodes between 2015-2015. <a href="https://en.wikipedia.org/wiki/Duncan_Weir">Duncan Weir on Wikipedia</a>.</p> <div class="performerholder"> <table class="performer"> <tr style="vertical-align:bottom;"> <td><div style="height:100px;" class="performances male" title="1"></div><span class="year">2015</span></td> </tr> </table> </div> <ol class="episodes"> <li><strong>2015-03-20</strong> / <a href="../shows/qos.html">A Question of Sport</a></li> </ol> </div> </body> </html>
slowe/panelshows
people/gpxf3n0j.html
HTML
mit
1,065
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>poltac: 1 m 0 s</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / extra-dev</a></li> <li class="active"><a href="">8.11.dev / poltac - 0.8.11</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> poltac <small> 0.8.11 <span class="label label-success">1 m 0 s</span> </small> </h1> <p><em><script>document.write(moment("2020-08-14 07:23:13 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-08-14 07:23: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 conf-m4 1 Virtual package relying on m4 coq 8.11.dev Formal proof management system num 1.3 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.10.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.10.0 Official release 4.10.0 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.8.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/thery/PolTac&quot; bug-reports: &quot;https://github.com/thery/PolTac&quot; dev-repo: &quot;git://github.com/thery/PolTac&quot; license: &quot;LGPL&quot; authors: [&quot;Laurent Théry&quot;] install: [ [make] [make &quot;install&quot;] ] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.11~&quot;} ] synopsis: &quot;A set of tactics to deal with inequalities in Coq over N, Z and R:&quot; tags: [ &quot;logpath:PolTac&quot; ] url { src: &quot;https://github.com/thery/PolTac/archive/v8.11.zip&quot; checksum: &quot;md5=062ba979ec0402f9bb1e1883a2d10a1a&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-poltac.0.8.11 coq.8.11.dev</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 4000000; timeout 2h opam install -y --deps-only coq-poltac.0.8.11 coq.8.11.dev</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>5 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 16000000; timeout 2h opam install -y -v coq-poltac.0.8.11 coq.8.11.dev</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>1 m 0 s</dd> </dl> <h2>Installation size</h2> <p>Total: 3 M</p> <ul> <li>168 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/PolSBase.vo</code></li> <li>90 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/RSignTac.vo</code></li> <li>88 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/PolSBase.glob</code></li> <li>80 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/ZSignTac.vo</code></li> <li>77 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/PolAux.vo</code></li> <li>76 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/PolFBase.vo</code></li> <li>72 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/ReplaceTest.vo</code></li> <li>59 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/RAux.vo</code></li> <li>56 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/ZAux.vo</code></li> <li>55 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/NatPolR.vo</code></li> <li>55 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/RPolR.vo</code></li> <li>54 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/Rex.vo</code></li> <li>54 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/NPolR.vo</code></li> <li>53 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/ZPolR.vo</code></li> <li>53 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/NAux.vo</code></li> <li>52 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/RAux.glob</code></li> <li>50 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/Zex.vo</code></li> <li>50 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/PolRBase.vo</code></li> <li>50 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/ZAux.glob</code></li> <li>49 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/NatPolS.vo</code></li> <li>49 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/NPolS.vo</code></li> <li>49 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/RPolS.vo</code></li> <li>48 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/ZPolS.vo</code></li> <li>47 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/NatPolF.vo</code></li> <li>47 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/NPolF.vo</code></li> <li>47 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/Nex.vo</code></li> <li>47 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/Natex.vo</code></li> <li>47 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/ZPolF.vo</code></li> <li>47 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/RPolF.vo</code></li> <li>44 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/PolAux.glob</code></li> <li>44 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/RGroundTac.vo</code></li> <li>44 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/PolTac.vo</code></li> <li>41 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/ReplaceTest.glob</code></li> <li>38 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/NatPolTac.vo</code></li> <li>38 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/NPolTac.vo</code></li> <li>38 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/RPolTac.vo</code></li> <li>38 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/ZPolTac.vo</code></li> <li>37 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/NAux.glob</code></li> <li>36 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/NSignTac.vo</code></li> <li>35 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/PolFBase.glob</code></li> <li>30 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/PolSBase.v</code></li> <li>30 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/NatSignTac.vo</code></li> <li>29 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/RSignTac.glob</code></li> <li>28 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/NatAux.vo</code></li> <li>27 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/NGroundTac.vo</code></li> <li>27 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/PolAuxList.vo</code></li> <li>27 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/ZSignTac.glob</code></li> <li>25 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/NatGroundTac.vo</code></li> <li>22 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/PolRBase.glob</code></li> <li>13 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/ZSignTac.v</code></li> <li>13 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/RSignTac.v</code></li> <li>12 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/PolAux.v</code></li> <li>11 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/ZAux.v</code></li> <li>11 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/NatAux.glob</code></li> <li>9 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/RAux.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/NAux.v</code></li> <li>8 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/PolFBase.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/Rex.glob</code></li> <li>7 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/RPolR.glob</code></li> <li>6 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/NatSignTac.glob</code></li> <li>6 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/NatPolR.glob</code></li> <li>6 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/NPolR.glob</code></li> <li>6 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/ZPolR.glob</code></li> <li>6 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/ReplaceTest.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/Zex.glob</code></li> <li>5 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/NatPolR.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/NPolR.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/PolRBase.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/RPolR.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/ZPolR.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/Natex.glob</code></li> <li>5 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/Nex.glob</code></li> <li>4 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/RPolS.glob</code></li> <li>4 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/NPolS.glob</code></li> <li>4 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/ZPolS.glob</code></li> <li>4 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/NatPolS.glob</code></li> <li>4 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/NSignTac.glob</code></li> <li>4 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/ZPolF.glob</code></li> <li>4 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/NPolF.glob</code></li> <li>4 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/NatPolF.glob</code></li> <li>3 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/RPolF.glob</code></li> <li>3 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/P.vo</code></li> <li>3 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/PolAuxList.glob</code></li> <li>3 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/NatPolS.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/NPolS.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/RGroundTac.glob</code></li> <li>3 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/NatSignTac.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/ZPolS.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/NatAux.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/RPolS.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/NatPolF.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/NPolF.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/ZPolF.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/Replace2.vo</code></li> <li>2 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/RPolF.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/NatGroundTac.glob</code></li> <li>2 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/NSignTac.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/RGroundTac.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/PolTac.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/Rex.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/PolAuxList.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/Zex.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/Nex.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/Natex.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/NatGroundTac.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/PolTac.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/NGroundTac.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/Replace2.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/P.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/NGroundTac.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/NatPolTac.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/NPolTac.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/RPolTac.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/ZPolTac.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/P.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/NatPolTac.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/NPolTac.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/ZPolTac.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/RPolTac.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/PolTac/Replace2.glob</code></li> </ul> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-poltac.0.8.11</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.10.0-2.0.6/extra-dev/8.11.dev/poltac/0.8.11.html
HTML
mit
19,236
--- title: Bruno Timeline layout: timeline --- <link rel="stylesheet" href="{{ site.baseurl }}/css/bruno.css"> <section class="panel-footer"></section> <section id="timeline" class="bg-primary"> <div class="container"> <div class="row"> <div class="text-center"> <h2 class="section-heading">Bruno Timeline</h2> </div> </div> </div> <!-- Timeline begin here --> <div id="btimeline"> <div class="btimeline-item"> <div class="btimeline-icon"> <img src="{{ site.baseurl }}/img/doc.png" alt=""> </div> <div class="btimeline-content"> <h2>1975</h2> <p></p> <p>“Sexual Orientation or Preference” is added to the AT&T EEO Statement</p> </div> </div> <div class="btimeline-item"> <div class="btimeline-icon"> <img src="{{ site.baseurl }}/img/star.svg" alt=""> </div> <div class="btimeline-content right"> <h2>1987</h2> <p></p> <p>LEAGUE is founded in Denver, CO. It is the first Gay, Lesbian, Bisexual, & Transgendered (GLBT) Employee group in Corporate America.</p> </div> </div> <div class="btimeline-item"> <div class="btimeline-icon"><p>$</p></div> <div class="btimeline-content"> <h2>1989</h2> <p></p> <p>AT&T financial support for the movie Longtime Companion</p> </div> </div> <div class="btimeline-item"> <div class="btimeline-icon"> <img src="{{ site.baseurl }}/img/star.svg" alt=""> </div> <div class="btimeline-content right"> <h2>1990</h2> <p></p> <p>GALEEMAS Founded</p> <p>Safe Space Program created</p> </div> </div> <div class="btimeline-item"> <div class="btimeline-icon"> <img src="{{ site.baseurl }}/img/handshake.png" alt=""> </div> <div class="btimeline-content"> <h2>1991</h2> <p></p> <p>BellSouth ANGLE formed as first Employee Affinity Group</p> </div> </div> <div class="btimeline-item"> <div class="btimeline-icon"> <img src="{{ site.baseurl }}/img/conference.png" alt=""> </div> <div class="btimeline-content right"> <h2>1992</h2> <p></p> <p>LEAGUE First Professional Development Conference</p> </div> </div> <div class="btimeline-item"> <div class="btimeline-icon"> <img src="{{ site.baseurl }}/img/star.svg" alt=""> </div> <div class="btimeline-content"> <h2>1993</h2> <p></p> <p>GLEAM Founded</p> </div> </div> <div class="btimeline-item"> <div class="btimeline-icon"><img src="{{ site.baseurl }}/img/mail.png" alt=""></div> <div class="btimeline-content right"> <h2>1994</h2> <p></p> <p>AT&T first direct mail to LGBT community</p> <p>Vendor at numerous GLBT events</p> <p>LEAGUE/AT&T Branded Pre-Paid Calling Card</p> <p>Financial support the play by Terrence McNally LOVE!VALOIUUR!COMPASSION</p> <p>Financial support Gay Games in NYC</p> </div> </div> <div class="btimeline-item"> <div class="btimeline-icon"> <img src="{{ site.baseurl }}/img/star.svg" alt=""> </div> <div class="btimeline-content"> <h2>1996</h2> <p></p> <p>AWARE Founded</p> </div> </div> <div class="btimeline-item"> <div class="btimeline-icon"> <img src="{{ site.baseurl }}/img/handshake.png" alt=""> </div> <div class="btimeline-content right"> <h2>1997</h2> <p></p> <p>BellSouth NewANGLE formed by LGBT employees</p> <p>SPECTRUM Founded with the merger of AWARE and GALEEMAS</p> <p>Domestic Partner benefits added to BellSouth management benefits package</p> </div> </div> <div class="btimeline-item"> <div class="btimeline-icon"> <img src="{{ site.baseurl }}/img/student.png" alt=""> </div> <div class="btimeline-content"> <h2>1999</h2> <p></p> <p>LEAGUE Foundation providing college scholarships</p> <p>Domestic partner benefits added to AT&T benefit package</p> <p>Domestic partner benefits added to BellSouth craft employees benefits package through bargaining.</p> </div> </div> <div class="btimeline-item"> <div class="btimeline-icon"> <img src="{{ site.baseurl }}/img/conference.png" alt=""> </div> <div class="btimeline-content right"> <h2>2000 - TODAY</h2> <p></p> <p>HRC 100% score for 11 running years</p> <p>Over 30 chapters & 5100+ members</p> <p>Awarded 50 scholarships totaling over $80,000 through Foundation</p> </div> </div> <div class="btimeline-item"> <div class="btimeline-icon"> <img src="{{ site.baseurl }}/img/star.svg" alt=""> </div> <div class="btimeline-content"> <h2>2003</h2> <p></p> <p>BellSouth first sponsors Atlanta PRIDE</p> </div> </div> <div class="btimeline-item"> <div class="btimeline-icon"> <img src="{{ site.baseurl }}/img/star.svg" alt=""> </div> <div class="btimeline-content right"> <h2>2003 - 2006</h2> <p></p> <p>BellSouth participates in Pride events throughout the Southeast, and adds a sponsorship to Birmingham, AL.</p> <p>Partnerships with Event Marketing bring in over $110,000 at Pride events in Birmingham and Atlanta.</p> <p>First ever corporate sponsor in Birmingham Pride’s 30 yr history.</p> </div> </div> <div class="btimeline-item"> <div class="btimeline-icon"> <img src="{{ site.baseurl }}/img/handshake.png" alt=""> </div> <div class="btimeline-content"> <h2>2006</h2> <p></p> <p>SPECTRUM and LEAGUE merged to created the NEW LEAGUE</p> </div> </div> <div class="btimeline-item"> <div class="btimeline-icon"> <img src="{{ site.baseurl }}/img/handshake.png" alt=""> </div> <div class="btimeline-content right"> <h2>2007</h2> <p></p> <p>New ANGLE and G.L.B.T. – P.R.I.D.E merged into the NEW LEAGUE</p> </div> </div> <div class="btimeline-item"> <div class="btimeline-icon"><p>$</p></div> <div class="btimeline-content"> <h2>2012</h2> <p></p> <p>LEAGUE partners with AT&T & through PRIDE In A Box brought 13.8M in revenue for corporation</p> </div> </div> <div class="btimeline-item"> <div class="btimeline-icon"> <img src="{{ site.baseurl }}/img/handshake.png" alt=""> </div> <div class="btimeline-content right"> <h2>2015</h2> <p></p> <p>Out@DirectTV merges into LEAGUE at AT&T</p> </div> </div> <div class="btimeline-item"> <div class="btimeline-icon"> <img src="{{ site.baseurl }}/img/birthday-cake.png" alt=""> </div> <div class="btimeline-content"> <h2>2017</h2> <p></p> <p>LEAGUE at AT&T turns 30 - the oldest ERG in corporate America</p> </div> </div> <div class="btimeline-item"> <div class="btimeline-icon-last"><p>2021</p></div> </div> </div> <!-- Timeline ends here --> </section> <!-- timeline --> <section class="panel-footer"></section>
valenemendiola/valenemendiola.github.io
history/bruno.html
HTML
mit
6,989
<!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&nbsp; 75c6bba9-ed1b-49b7-bd7b-cd3884cd46fa </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="#Yandex.Translator">Yandex.Translator</a></strong></td> <td class="text-center">100.00 %</td> <td class="text-center">99.55 %</td> <td class="text-center">100.00 %</td> <td class="text-center">99.55 %</td> </tr> </tbody> </table> </div> <div id="details"> <a name="Yandex.Translator"><h3>Yandex.Translator</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.Type</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetProperties</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> </tbody> </table> <p> <a href="#Portability Summary">Back to Summary</a> </p> </div> </div> </body> </html>
kuhlenh/port-to-core
Reports/ya/yandex.translator.1.3.0/Yandex.Translator-net40.html
HTML
mit
11,624
<!DOCTYPE html> <html> <head> <title>Sia</title> <!-- Stylesheets --> <link rel="stylesheet" href="css/font-awesome/css/font-awesome.min.css"> <link rel="stylesheet" href="css/pure-min.css"> <link rel="stylesheet" href="css/grids-responsive-min.css"> <link rel="stylesheet" href="css/roboto-condensed-min.css"> <link rel="stylesheet" href="css/general.css"> </head> <body> <!-- Header for UI --> <div class="pure-g header"> <div class="pure-u-1-5 logo-container"> <img src="assets/siaLogo.svg" height="50" class="logo"> </div> <div class='pure-u-4-5 button-container'> <div class='header-button' id='update-button'> <i class='fa fa-arrow-circle-o-up'></i> Check for Update </div> </div> </div> <!-- Full body of UI --> <div class="pure-g body"> <!-- Sidebar --> <div class="pure-u-1-5" id="sidebar"> </div> <!-- Mainbar --> <div class="pure-u" id="mainbar"> </div> </div> <span id='tooltip'>Tooltip</span> <div class='notification-container'> <div class='blueprint notification'> <div class='icon'> <i class='fa'></i> </div> <div class='content'></div> </div> </div> <!-- Javascript --> <script> const WebFrame = require('web-frame'); const RendererIPC = require('ipc'); const ElectronScreen = require('screen'); const Process = require('child_process').spawn; const Path = require('path'); const Fs = require('fs'); const Shell = require('shell'); const $ = require('./js/jquery.min.js'); </script> <script src='js/daemonManager.js'></script> <script src='js/pluginManager.js'></script> <script src='js/uiManager.js'></script> <script> var UI = new UIManager(); var Daemon = new DaemonManager(); var Plugins = new PluginManager(); window.onload = UI.init; window.onbeforeunload = UI.kill; </script> </body> </html>
bitspill/Sia-UI
app/index.html
HTML
mit
1,886
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="zh-TW"> <head> <title>教育部《成語典》</title> <meta http-equiv="Pragma" content="no-cache"> <meta name="AUTHOR" content="FlySheet Information Services, Inc."> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link rel=stylesheet type="text/css" href="/cydic/styles.css?v=1331799287.0"> </head> <body bgcolor=snow > <form method=post name=main action="/cgi-bin/cydic/gsweb.cgi"> <script language=JavaScript src="/cydic/prototype.js?v=1234435343.0"></script> <script language=JavaScript src="/cydic/swfobject.js?v=1215332700.0"></script> <script language=JavaScript src="/cydic/dicsearch.js?v=1306830621.0"></script> <script language=JavaScript src="/cydic//yui/yui2.3.0/build/yahoo-dom-event/yahoo-dom-event.js"></script> <script language=JavaScript src="/cydic/cydicpage/mycookie.js?v=1247566755.0"></script> <link rel="stylesheet" type="text/css" href="/cydic/cydicpage/cyt.css?v=1398321301.0" /> <link rel="stylesheet" type="text/css" href="/cydic/fontcss.css?v=1301307888.0" /> <link rel="stylesheet" type="text/css" href="/cydic/fulu_f.css?v=1298448600.0" /> <script type="text/javascript"> <!-- function MM_swapImgRestore() { //v3.0 var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc; } function MM_preloadImages() { //v3.0 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array(); var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++) if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}} } function MM_findObj(n, d) { //v4.01 var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n]; for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); if(!x && d.getElementById) x=d.getElementById(n); return x; } function MM_swapImage() { //v3.0 var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3) if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];} } //--> </script> <input type=hidden name="o" value="e0"> <input type=hidden name="ccd" value="xxxxxx"> <input type=hidden name="sec" value="sec3"> <SCRIPT language=JavaScript1.1> <!-- exiturl = "1"; var showcountdown = "" var exitalerturl = "/cydic/index.htm"; exitalertmsg = "因您閒置超過30分鐘,系統已自動登出,歡迎再次登入使用。請按下〝確定〞回系統首頁,或按〝取消〞關閉視窗。"; var secondsleft = 30 * 60; var showntimeout = false; // has the alert been shown? var timewin; // handle for the timeout warning window var remind = 5 * 60; // remind user when this much time is left function fsUnload() { cleartimeout(); // BEGIN: FSPage plugin for the JS-onUnload() event. // END: FSPage plugin for the JS-onUnload() event. } function cleartimeout() { if ((timewin != null) && !(timewin.closed)) timewin.close(); } function showtimeout() { if (secondsleft <= 0){ if (exiturl != ""){ if (exitalertmsg!=""){ if (confirm(exitalertmsg)){ window.location.href = exitalerturl; } else{ window.close(); } } else{ parent.location.href = exiturl; } } //self.close(); return; } if (showntimeout == false && secondsleft > 0 && secondsleft <= remind) { } var minutes = Math.floor (secondsleft / 60); var seconds = secondsleft % 60; if (seconds < 10) seconds = "0" + seconds; if (showcountdown){ window.status = toLatin("last time:" + minutes + ":" + seconds); } var period = 1; setTimeout("showtimeout()", period*1000); secondsleft -= period; } // --> window.onload = function (){ showtimeout(); } </SCRIPT> <script language="JavaScript"> var _version = 1.0 </script> <script language="JavaScript1.1"> _version = 1.1 </script> <script language="JavaScript1.2"> _version = 1.2 </script> <script language="JavaScript1.1"> function toLatin(x) { if (_version >= 1.2 && ("zh" == "fr" || "zh" == "es")) { var pattern = new RegExp("&#([0-9]+);"); while ((result = pattern.exec(x)) != null) { x = x.replace(result[0], String.fromCharCode(RegExp.$1)); } x = x.replace(/&nbsp;/g, ' '); } return (x); } </script> <div id="pageall"> <div id="gamelink"> <a href="/cydic/flash/game/flash001/game.html" target="_blank" title="成語遊戲">成語遊戲</a> <a href="/cydic/flash/game/flash002/game2.html" target="_blank" title="成語遊戲">成語遊戲</a> </div> <div id="top"> <h1><a href="/cgi-bin/cydic/gsweb.cgi?ccd=xxxxx&o=e0&func=diccydicfunc.cydicexit" title="教育部成語典"><img src="/cydic/images/logo_text.jpg" alt="教育部成語典" align="left" /></a></a></h1> <p> <span class="map"> <a href="/cgi-bin/cydic/gsweb.cgi?ccd=xxxxx&o=e0&sec=sec10&init=1&active=webguide" title="網站導覽">網站導覽</a>│ <a href="/cgi-bin/cydic/gsweb.cgi?ccd=xxxxx&o=e0&func=diccydicfunc.cydic_switch" title="圖文版">圖文版</a> </span> <span class="een"> <a href="/cgi-bin/cydic/gsweb.cgi?ccd=xxxxx&o=e0&&sec=sec1&index=1&active=index&switchlanguage=eng" title="ENGLISH VERSION"></a></span> </p> <ul> <li><a title="3a up ins" accessKey="u" href="#" style="position: absolute;top: 10px; left:-30px;color:#E6D29F;" > <font class="fontcenter">:::</font></a></li> <li class="link1"><a href="/cgi-bin/cydic/gsweb.cgi?ccd=xxxxx&o=e0&func=diccydicfunc.cydicexit" title="首頁">首頁</a></li> <li class="link2"><a href="/cydic/userguide/userguide1/userguide_top.htm" title="使用說明" target=_blank>使用說明</a></li> <li class="link3"><a href="/cgi-bin/cydic/gsweb.cgi?ccd=xxxxx&o=e0&sec=sec8&init=1&active=editor" title="編輯說明">編輯說明</a></li> <li class="link4"><a href="/cgi-bin/cydic/gsweb.cgi?ccd=xxxxx&o=e0&sec=sec6&ducfulu=1&init=1&active=dicfulu&dicfululv1=1" title="辭典附錄">辭典附錄</a></li> <li class="link5"><a href="/cgi-bin/cydic/gsweb.cgi?ccd=xxxxx&o=e0&sec=sec7&active=qadb&brwtype=browse&brwval=id%3D%27QR%2A%27&disparea=QR&init=1" title="常見問題">常見問題</a></li> </ul> </div> <!-- top --> <div id="menu"> <ul> <a title="3a menu ins" accessKey="m" href="#" style="position: absolute;top: 40px; left:-30px;color:#969C32;" > <font class="fontcenter">:::</font></a><li><a href="/cgi-bin/cydic/gsweb.cgi?ccd=xxxxx&o=e0&&sec=sec1&index=1&active=index" class="m1clk" title="基本檢索"></a></li> <li class="m2" title="進階檢索"><a href="/cgi-bin/cydic/gsweb.cgi?ccd=xxxxx&o=e0&&sec=sec3&op=ma&init=1&advance=1&active=advance">進階檢索</a></li> <li class="m3" title="附錄檢索"><a href="/cgi-bin/cydic/gsweb.cgi?ccd=xxxxx&o=e0&sec=sec4&fulu=1&init=1&active=fulu">附錄檢索</a></li> <li class="m4" title="電子書瀏覽"><a href="/cgi-bin/cydic/gsweb.cgi?ccd=xxxxx&o=e0&sec=sec5&ebook=1&init=1&active=ebook">電子書瀏覽</a></li> </ul> </div> <a title="3a center ins" accessKey="c" href="#" style="position: absolute;color:red;" > <font class="fontcenter">:::</font></a> <div id="contents"> <div id="contents2"> <div class="search"> <input name="basicopt" id="basicopt1" type="radio" value="1" checked/> <font class="chi_12">成語檢索</font> <input name="basicopt" id="basicopt2" type="radio" value="2" /> <font class="chi_12">義類檢索<font> <input type="text" name="qs0" id="qs0" size="10" class="s1b" onKeypress="return dealsubmitsearch(event, '0', 'qs0', '請輸入檢索字串!')" onclick="this.focus();" onmouseover="this.focus();" onfocus="this.focus();" /> <input name="input" type="submit" class="s2f" value="檢索" onclick="return cydic_basic_cksearch(event, '0', 'qs0', '請輸入檢索字串', '請輸入檢索字詞,可搭配符號檢索/請鍵入成語語義類別');;" onKeypress="" /> </div> <!-- div search --> <div class="prbtnbar"><table cellspacing=0 cellpadding=2 align=right summary="system htm table"><tr> <td><label for=browse></label><input type=image border=0 align=top hspace=0 style="cursor:hand" alt="標題瀏覽" onMouseOver="mover(event)" onMouseOut="mout(0,event)" onblur="mout(0,event)" onfocus="mover(event)" name=browse id="browse" src="/cydic/images/browse.gif"></td></tr></table></div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <table class="fmt0table"> <tr><td colspan=2> <script>function openfile(url) {fullwin = window.open(url, "fulltext", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");}</script><div class="layoutclass"><div class="layoutclass_first"><table class="tableoutfmt2"><tr><th class="std1"><b>成語&nbsp;</b></th><td class="std2"><font class=inverse>顧此失彼</font></td></tr> <tr><th class="std1"><b>注音&nbsp;</b></th><td class="std2">ㄍㄨ<sup class="subfont">ˋ</sup> ㄘ<sup class="subfont">ˇ</sup> ㄕ ㄅ|<sup class="subfont">ˇ</sup></td></tr> <tr><th class="std1"><b>漢語拼音&nbsp;</b></th><td class="std2"><font class="english_word">gù cǐ shÄ« bǐ</font></td></tr> <tr><th class="std1"><b>釋義&nbsp;</b></th><td class="std2"></font> 注意這個,卻忽略了那個。謂作戰時不能全面防守。語本《隋書.卷五七.薛道衡列傳》。後多用「顧此失彼」指做事時不能全面兼顧。△「<a href="/cgi-bin/cydic/gsweb.cgi?o=dcydic&schfmt=text&gourl=%3De0%26sec%3Dsec1%26op%3Dsid%3D%22CW0000001827%22.%26v%3D-1" class="clink" target=_blank>捉襟見肘</a>」</font></td></tr> </td></tr></table></div> <!-- layoutclass_first --><div class="layoutclass_second"><h5 class="btitle2">顧此失彼</h5> <div class="leftm"><ul><li class="leftm1n"><a href="/cgi-bin/cydic/gsweb.cgi?ccd=xxxxx&o=e0&sec=sec3&op=v&view=37-1&fmt=11" title="音讀與釋義" class=clink></a></li> <li class="leftm2"><a href="/cgi-bin/cydic/gsweb.cgi?ccd=xxxxx&o=e0&sec=sec3&op=v&view=37-1&fmt=12" title="典源"></a></li> <li class="leftm8"><a href="/cgi-bin/cydic/gsweb.cgi?ccd=xxxxx&o=e0&sec=sec3&op=v&view=37-1&fmt=13" title="典故說明"></a></li> <li class="leftm3"><a href="/cgi-bin/cydic/gsweb.cgi?ccd=xxxxx&o=e0&sec=sec3&op=v&view=37-1&fmt=14" title="書證"></a></li> <li class="leftm4"><a href="/cgi-bin/cydic/gsweb.cgi?ccd=xxxxx&o=e0&sec=sec3&op=v&view=37-1&fmt=15" title="用法說明"></a></li> <li class="leftm6"><a href="/cgi-bin/cydic/gsweb.cgi?ccd=xxxxx&o=e0&sec=sec3&op=v&view=37-1&fmt=17" title="辨識"></a></li> <li class="leftm5"><a href="/cgi-bin/cydic/gsweb.cgi?ccd=xxxxx&o=e0&sec=sec3&op=v&view=37-1&fmt=16" title="參考說明"></a></li> </ul></div></div> <!-- layoutclass_second --></div> <!-- layoutclass --> </td></tr> </table> <table class="referencetable1"> <tr><td> 本頁網址︰<input type="text" value="http://dict.idioms.moe.edu.tw/cgi-bin/cydic/gsweb.cgi?o=dcydic&schfmt=text&searchid=CW0000001156" size=60 onclick="select()" readonly=""> </td></tr> </table> <input type=hidden name=r1 value=1> <input type=hidden name=op value="v"> <div class="prbtnbar"><table cellspacing=0 cellpadding=2 align=right summary="system htm table"><tr> <td><label for=browse></label><input type=image border=0 align=top hspace=0 style="cursor:hand" alt="標題瀏覽" onMouseOver="mover(event)" onMouseOut="mout(0,event)" onblur="mout(0,event)" onfocus="mover(event)" name=browse id="browse" src="/cydic/images/browse.gif"></td></tr></table></div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </div> <!-- div contents2 --> <link rel="stylesheet" type="text/css" href="/cydic/yui/yui2.3.0/build/container/assets/skins/sam/container.css?v=1185870262.0" /> <script language=JavaScript src="/cydic/yui/yui2.3.0/build/utilities/utilities.js?v=1185870262.0"></script> <script language=JavaScript src="/cydic/yui/yui2.3.0/build/button/button-beta.js?v=1185870256.0"></script> <script language=JavaScript src="/cydic/yui/yui2.3.0/build/container/container.js?v=1185870256.0"></script> <div id="keybordarea"> </div> <script type="text/javascript" language="JavaScript"> var inputfield = "qs0" String.prototype.trim = function() { return this.replace(/^\s+|\s+$/g,""); } function inputkeyb(digit){ var src = document.getElementById(inputfield).value.trim(); var dig = unescape(digit); //ps("dig", dig); if (dig =="空白"){dig = " "} else if (dig == "ㄧ"){dig = "|"} ///// ³B²z²MÁn³¡¥÷. £»£¹£¬ dotchar = "˙"; if (dig == "˙"){ var oldv = document.getElementById(inputfield).value; oldv = oldv + dotchar; //ps("oldv", oldv); pwlst = oldv.split(' ') newlst = [] for(c=0; c < pwlst.length; c++){ //ps("v", pwlst[c]); indv = pwlst[c].indexOf('˙'); if (indv != -1){ var quote = /˙/g; val = pwlst[c].replace(quote, ""); newlst.push("˙"+val); } else{ newlst.push(pwlst[c]); } } oldv = newlst.join(' ') } ///// ¤@¯ë¤è¦¡ else{ var oldv = document.getElementById(inputfield).value; oldv += dig; } document.getElementById(inputfield).focus(); document.getElementById(inputfield).value = oldv; } </script> <div id="line"></div> <div id="foot"> <span class="logodiv1"> <img src="/cydic/images/stand_unitlogo.png" class="logoimg1" border="0" align="absmiddle"> </span><br> <a href="http://www.edu.tw/" target="blank"> <img src="/cydic/images/logo.gif" alt="教育部logo" width="46" height="36" align="absmiddle" /> </a> <span class="ff">中華民國教育部版權所有</span><span class="ffeng">&copy;2010 Ministry of Education, R.O.C. All rights reserved.</span> <span class="copyright">線上:N 今日人次:N 總人次:N</span><br><span class="ff"><a href="mailto:[email protected]"><img src="/cydic/images/mail_f.gif" border=0 alt="mail to our" title="聯絡我們" ></a>|<a href="#">隱私權政策宣告</a>|<a href="#">連結授權聲明</a>|建議使用</span><span class="ffeng">IE8.0、Firefox3.6</span><span class="ff">以上版本瀏覽器及解析度</span><span class="ffeng">1024*768</span> <a href="http://www.webguide.nat.gov.tw/enable.jsp?category=20110921092959" title="無障礙網站" target=_blank><img src="/cydic/images/aplus.jpg" alt="通過A+網路等級無障礙網頁檢視" width="88" height="31" align="absmiddle" /></a> </div> </div> <!-- contents --> <script>(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script','//www.google-analytics.com/analytics.js','ga');ga('create', 'UA-44370428-1', 'moe.edu.tw');ga('send', 'pageview');</script> </div> <!-- pageall --> </form> </body> </html>
BuzzAcademy/idioms-moe-unformatted-data
cw-data/1000-1999/CW0000001156.html
HTML
mit
16,302
<ol class="list-unstyled"> <li *ngFor="let archive of archives"><a href="#">{{archive}}</a></li> </ol> <!--<ol class="list-unstyled"> <li><a href="#">March 2014</a></li> <li><a href="#">February 2014</a></li> <li><a href="#">January 2014</a></li> <li><a href="#">December 2013</a></li> <li><a href="#">November 2013</a></li> <li><a href="#">October 2013</a></li> <li><a href="#">September 2013</a></li> <li><a href="#">August 2013</a></li> <li><a href="#">July 2013</a></li> <li><a href="#">June 2013</a></li> <li><a href="#">May 2013</a></li> <li><a href="#">April 2013</a></li> </ol>-->
Znow/ZnowBlog
src/app/archive/archive.component.html
HTML
mit
615
<!-- HTML header for doxygen 1.8.7--> <!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.9.1"/> <title>ArgCV: argcv/cxx/base/iter.h 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> <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"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */ $(document).ready(function() { init_search(); }); /* @license-end */ </script> <script type="text/x-mathjax-config"> MathJax.Hub.Config({ extensions: ["tex2jax.js"], jax: ["input/TeX","output/HTML-CSS"], }); </script> <script type="text/javascript" async="async" src="http://www.mathjax.org/mathjax/MathJax.js"></script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> <link href="doxygenextra.css" rel="stylesheet" type="text/css"/> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="topbanner"><a href="https://github.com/argcv/argcv" title="ArgCV GitHub"><i class="githublogo"></i></a></div> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.svg" 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.svg" alt=""/></a> </span> </div> <!-- end header part --> <!-- Generated by Doxygen 1.9.1 --> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */ var searchBox = new SearchBox("searchBox", "search",false,'Search','.html'); /* @license-end */ </script> </div><!-- top --> <div id="side-nav" class="ui-resizable side-nav-resizable"> <div id="nav-tree"> <div id="nav-tree-contents"> <div id="nav-sync" class="sync"></div> </div> </div> <div id="splitbar" style="-moz-user-select:none;" class="ui-resizable-handle"> </div> </div> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */ $(document).ready(function(){initNavTree('iter_8h.html',''); initResizable(); }); /* @license-end */ </script> <div id="doc-content"> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div class="header"> <div class="summary"> <a href="#nested-classes">Classes</a> &#124; <a href="#namespaces">Namespaces</a> </div> <div class="headertitle"> <div class="title">iter.h File Reference</div> </div> </div><!--header--> <div class="contents"> <div class="textblock"><code>#include &lt;memory&gt;</code><br /> <code>#include &quot;<a class="el" href="cxx_2base_2macros_8h_source.html">argcv/cxx/base/macros.h</a>&quot;</code><br /> <code>#include &quot;<a class="el" href="types_8h_source.html">argcv/cxx/base/types.h</a>&quot;</code><br /> </div> <p><a href="iter_8h_source.html">Go to the source code of this file.</a></p> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a> Classes</h2></td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classargcv_1_1_iterator.html">argcv::Iterator&lt; T &gt;</a></td></tr> <tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">a iterable element <a href="classargcv_1_1_iterator.html#details">More...</a><br /></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="namespaces"></a> Namespaces</h2></td></tr> <tr class="memitem:namespaceargcv"><td class="memItemLeft" align="right" valign="top"> &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceargcv.html">argcv</a></td></tr> <tr class="memdesc:namespaceargcv"><td class="mdescLeft">&#160;</td><td class="mdescRight">Type definitions. <br /></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> </div><!-- contents --> </div><!-- doc-content --> <!-- HTML footer for doxygen 1.8.7--> <!-- start footer part --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <ul> <li class="navelem"><a class="el" href="dir_35fe26ecdb9ad765d53fed138617535f.html">argcv</a></li><li class="navelem"><a class="el" href="dir_f4c1d4d5e01226d96972d9b937662d15.html">cxx</a></li><li class="navelem"><a class="el" href="dir_8406e34757e41b9fe978b83e765508d4.html">base</a></li><li class="navelem"><a class="el" href="iter_8h.html">iter.h</a></li> </ul> </div> </body> </html>
yuikns/argcv
docs/html/iter_8h.html
HTML
mit
6,389
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_27) on Wed Nov 21 16:03:52 EST 2012 --> <TITLE> org.pentaho.di.ui.job.entries.ftpdelete </TITLE> <META NAME="date" CONTENT="2012-11-21"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style"> </HEAD> <BODY BGCOLOR="white"> <FONT size="+1" CLASS="FrameTitleFont"> <A HREF="../../../../../../../org/pentaho/di/ui/job/entries/ftpdelete/package-summary.html" target="classFrame">org.pentaho.di.ui.job.entries.ftpdelete</A></FONT> <TABLE BORDER="0" WIDTH="100%" SUMMARY=""> <TR> <TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont"> Classes</FONT>&nbsp; <FONT CLASS="FrameItemFont"> <BR> <A HREF="JobEntryFTPDeleteDialog.html" title="class in org.pentaho.di.ui.job.entries.ftpdelete" target="classFrame">JobEntryFTPDeleteDialog</A></FONT></TD> </TR> </TABLE> </BODY> </HTML>
ColFusion/PentahoKettle
kettle-data-integration/docs/api/org/pentaho/di/ui/job/entries/ftpdelete/package-frame.html
HTML
mit
990
{% extends "admin/base.html" %} {% block title %}{{ title }} | {{ site_title|default:_('Django site admin') }}{% endblock %} {% block branding %} <h1 id="site-name"><a href="{% url 'admin:index' %}">Git Involved Administration</a></h1> {% endblock %} {% block nav-global %}{% endblock %}
raoariel/git-involved
DjangoWebProject/gitinvolved/templates/admin/base_site.html
HTML
mit
291
<!DOCTYPE html> <html lang="en-us"> <head> <title>{%= o.htmlWebpackPlugin.options.title %}</title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <link rel="stylesheet" href="node_modules/react-datagrid/index.css" > {% if (o.htmlWebpackPlugin.options.production) { %} <link rel="stylesheet" href="app.{%=o.webpack.hash%}.css" media="all"> {% } %} </head> <body class="index"> <div id='app'></div> {% for (var chunk in o.htmlWebpackPlugin.files.chunks) { %} <script src="{%=o.htmlWebpackPlugin.files.chunks[chunk].entry %}"></script> {% } %} </body> </html>
Switajski/react-processed-grid
conf/tmpl.html
HTML
mit
712
{% extends "LanguageStatistic/main.html" %} {% load staticfiles %} {% block body %} <h1>Status for Khan Academy's I18N Initiatives </h1> <div id="tabs"><ul> <li><a href="#Test">Test</a></li> <li><a href="#Live">Live</a></li> <li><a href="#Rockstar">Rockstar</a> </li></ul> {% if targets %} {% for t in targets %} <div id="{{t}}"> <table id="keywords" class="sort" cellspacing="0" cellpadding="0"><thead><th class="lalign"></th><th></th><th>Dub</th><th>Amara</th><th colspan="3" class="center">Crowdin</th></thead> <thead><th class="lalign">Language</th><th></th><th>Hours</th><th>Subtitles</th><th>Left*</th><th>Speed*</th><th>ETA*</th></thead> {% if languageList %} {% for lang in languageList %} {% if lang.target == t %} <tr><td><a href="{{ base }}{{ lang.code }}/{{ lang.target }}SiteStatistic.html">{{ lang.name }}</a></td><td>{{ lang.data.progress | safe }}</td> <td>{{ lang.data.D.left }}</td><td>{{ lang.data.S.left }}</td><td>{{ lang.data.C.left }}</td><td>{{ lang.data.C.speed }}</td><td>{{ lang.data.C.eta }}</td></tr> {% endif %} {% endfor %} {% endif %} </table><center>*Speed and ETA calculated for Crowdin Words only (if your language has less than 30 days data or recently changed Target Speed and ETA might be wrong)</center> </div> {% endfor %} {% endif %} {% endblock %}
alani1/KALanguageReport
LanguageStatistic/templates/LanguageStatistic/index.html
HTML
mit
1,395
<!DOCTYPE html> <html lang="en-us"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="generator" content="Hugo 0.54.0 with theme Tranquilpeak 0.4.3-BETA"> <title>Hidden social section showcase</title> <meta name="author" content="Sanghun Kang"> <meta name="keywords" content=""> <link rel="icon" href="https://sanghunka.github.io/favicon-btc.png"> <meta name="description" content="This post is used to show how a site looks if the social section is hidden."> <meta property="og:description" content="This post is used to show how a site looks if the social section is hidden."> <meta property="og:type" content="blog"> <meta property="og:title" content="Hidden social section showcase"> <meta property="og:url" content="/2014/08/hidden-social-section-showcase/"> <meta property="og:site_name" content="Keep Moving"> <meta name="twitter:card" content="summary"> <meta name="twitter:title" content="Keep Moving"> <meta name="twitter:description" content="This post is used to show how a site looks if the social section is hidden."> <meta property="og:image" content="//www.gravatar.com/avatar/286acbc504a86d12987dfa5cd3782a41?s=640"> <meta property="og:image" content="//d1u9biwaxjngwg.cloudfront.net/cover-image-showcase/city-750.jpg"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha256-eZrrJcwDc/3uDhsdt61sL2oOBY362qM3lon1gyExkL0=" crossorigin="anonymous" /> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.4/jquery.fancybox.min.css" integrity="sha256-vuXZ9LGmmwtjqFX1F+EKin1ThZMub58gKULUyf0qECk=" crossorigin="anonymous" /> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.4/helpers/jquery.fancybox-thumbs.min.css" integrity="sha256-SEa4XYAHihTcEP1f5gARTB2K26Uk8PsndQYHQC1f4jU=" crossorigin="anonymous" /> <link rel="stylesheet" href="https://sanghunka.github.io/css/style-jsjn0006wyhpyzivf6yceb31gvpjatbcs3qzjvlumobfnugccvobqwxnnaj8.min.css" /> </head> <body> <div id="blog"> <header id="header" data-behavior="4"> <i id="btn-open-sidebar" class="fa fa-lg fa-bars"></i> <div class="header-title"> <a class="header-title-link" href="https://sanghunka.github.io/">Keep Moving</a> </div> <a class="header-right-picture " href="https://sanghunka.github.io/#about"> <img class="header-picture" src="//www.gravatar.com/avatar/286acbc504a86d12987dfa5cd3782a41?s=90" alt="Author&#39;s picture" /> </a> </header> <nav id="sidebar" data-behavior="4"> <div class="sidebar-container"> <div class="sidebar-profile"> <a href="https://sanghunka.github.io/#about"> <img class="sidebar-profile-picture" src="//www.gravatar.com/avatar/286acbc504a86d12987dfa5cd3782a41?s=110" alt="Author&#39;s picture" /> </a> <h4 class="sidebar-profile-name">Sanghun Kang</h4> <h5 class="sidebar-profile-bio"><strong>COOL</strong></h5> </div> <ul class="sidebar-buttons"> <li class="sidebar-button"> <a class="sidebar-button-link " href="https://sanghunka.github.io/"> <i class="sidebar-button-icon fa fa-lg fa-home"></i> <span class="sidebar-button-desc">Home</span> </a> </li> <li class="sidebar-button"> <a class="sidebar-button-link " href="https://sanghunka.github.io/categories"> <i class="sidebar-button-icon fa fa-lg fa-bookmark"></i> <span class="sidebar-button-desc">Categories</span> </a> </li> <li class="sidebar-button"> <a class="sidebar-button-link " href="https://sanghunka.github.io/tags"> <i class="sidebar-button-icon fa fa-lg fa-tags"></i> <span class="sidebar-button-desc">Tags</span> </a> </li> <li class="sidebar-button"> <a class="sidebar-button-link " href="https://sanghunka.github.io/archives"> <i class="sidebar-button-icon fa fa-lg fa-archive"></i> <span class="sidebar-button-desc">Archives</span> </a> </li> <li class="sidebar-button"> <a class="sidebar-button-link " href="https://sanghunka.github.io/#about"> <i class="sidebar-button-icon fa fa-lg fa-question"></i> <span class="sidebar-button-desc">About</span> </a> </li> </ul> <ul class="sidebar-buttons"> <li class="sidebar-button"> <a class="sidebar-button-link " href="https://github.com/sanghunka" target="_blank" rel="noopener"> <i class="sidebar-button-icon fa fa-lg fa-github"></i> <span class="sidebar-button-desc">GitHub</span> </a> </li> </ul> <ul class="sidebar-buttons"> <li class="sidebar-button"> <a class="sidebar-button-link " href="https://sanghunka.github.io/index.xml"> <i class="sidebar-button-icon fa fa-lg fa-rss"></i> <span class="sidebar-button-desc">RSS</span> </a> </li> </ul> </div> </nav> <div id="main" data-behavior="4" class=" hasCoverMetaIn "> <article class="post" itemscope itemType="http://schema.org/BlogPosting"> <div class="post-header main-content-wrap text-left"> <h1 class="post-title" itemprop="headline"> Hidden social section showcase </h1> <div class="postShorten-meta post-meta"> <time itemprop="datePublished" datetime="2014-08-17T00:00:00Z"> August 17, 2014 </time> <span>in</span> <a class="category-link" href="https://sanghunka.github.io/categories/tranquilpeak-sample">tranquilpeak-sample</a> </div> </div> <div class="post-content markdown" itemprop="articleBody"> <div class="main-content-wrap"> <p>This post is used to show how a site looks if the social section is hidden.</p> <p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.</p> </div> </div> <div id="post-footer" class="post-footer main-content-wrap"> <div class="post-actions-wrap"> <nav > <ul class="post-actions post-action-nav"> <li class="post-action"> <a class="post-action-btn btn btn--default tooltip--top" href="https://sanghunka.github.io/2014/10/tags-plugins-showcase/" data-tooltip="Tags plugins showcase"> <i class="fa fa-angle-left"></i> <span class="hide-xs hide-sm text-small icon-ml">NEXT</span> </a> </li> <li class="post-action"> <a class="post-action-btn btn btn--default tooltip--top" href="https://sanghunka.github.io/2014/08/hidden-tag-section-showcase/" data-tooltip="Hidden tag section showcase"> <span class="hide-xs hide-sm text-small icon-mr">PREVIOUS</span> <i class="fa fa-angle-right"></i> </a> </li> </ul> </nav> <ul class="post-actions post-action-share" > <li class="post-action"> <a class="post-action-btn btn btn--default" href="#disqus_thread"> <i class="fa fa-comment-o"></i> </a> </li> <li class="post-action"> <a class="post-action-btn btn btn--default" href="#"> <i class="fa fa-list"></i> </a> </li> </ul> </div> <div id="disqus_thread"> <noscript>Please enable JavaScript to view the <a href="//disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript> </div> </div> </article> <footer id="footer" class="main-content-wrap"> <span class="copyrights"> &copy; 2019 <a href="https://github.com/sanghunka">sanghunka</a>. All Rights Reserved </span> </footer> </div> <div id="bottom-bar" class="post-bottom-bar" data-behavior="4"> <div class="post-actions-wrap"> <nav > <ul class="post-actions post-action-nav"> <li class="post-action"> <a class="post-action-btn btn btn--default tooltip--top" href="https://sanghunka.github.io/2014/10/tags-plugins-showcase/" data-tooltip="Tags plugins showcase"> <i class="fa fa-angle-left"></i> <span class="hide-xs hide-sm text-small icon-ml">NEXT</span> </a> </li> <li class="post-action"> <a class="post-action-btn btn btn--default tooltip--top" href="https://sanghunka.github.io/2014/08/hidden-tag-section-showcase/" data-tooltip="Hidden tag section showcase"> <span class="hide-xs hide-sm text-small icon-mr">PREVIOUS</span> <i class="fa fa-angle-right"></i> </a> </li> </ul> </nav> <ul class="post-actions post-action-share" > <li class="post-action"> <a class="post-action-btn btn btn--default" href="#disqus_thread"> <i class="fa fa-comment-o"></i> </a> </li> <li class="post-action"> <a class="post-action-btn btn btn--default" href="#"> <i class="fa fa-list"></i> </a> </li> </ul> </div> </div> <div id="share-options-bar" class="share-options-bar" data-behavior="4"> <i id="btn-close-shareoptions" class="fa fa-close"></i> <ul class="share-options"> <li class="share-option"> <a class="share-option-btn" target="new" href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fsanghunka.github.io%2F2014%2F08%2Fhidden-social-section-showcase%2F"> <i class="fa fa-facebook-official"></i><span>Share on Facebook</span> </a> </li> <li class="share-option"> <a class="share-option-btn" target="new" href="https://twitter.com/intent/tweet?text=https%3A%2F%2Fsanghunka.github.io%2F2014%2F08%2Fhidden-social-section-showcase%2F"> <i class="fa fa-twitter"></i><span>Share on Twitter</span> </a> </li> <li class="share-option"> <a class="share-option-btn" target="new" href="https://plus.google.com/share?url=https%3A%2F%2Fsanghunka.github.io%2F2014%2F08%2Fhidden-social-section-showcase%2F"> <i class="fa fa-google-plus"></i><span>Share on Google&#43;</span> </a> </li> </ul> </div> <div id="share-options-mask" class="share-options-mask"></div> </div> <div id="about"> <div id="about-card"> <div id="about-btn-close"> <i class="fa fa-remove"></i> </div> <img id="about-card-picture" src="//www.gravatar.com/avatar/286acbc504a86d12987dfa5cd3782a41?s=110" alt="Author&#39;s picture" /> <h4 id="about-card-name">Sanghun Kang</h4> <div id="about-card-bio"><strong>COOL</strong></div> <div id="about-card-job"> <i class="fa fa-briefcase"></i> <br/> Data Engineer&amp;Analyst </div> <div id="about-card-location"> <i class="fa fa-map-marker"></i> <br/> South Korea </div> </div> </div> <div id="algolia-search-modal" class="modal-container"> <div class="modal"> <div class="modal-header"> <span class="close-button"><i class="fa fa-close"></i></span> <a href="https://algolia.com" target="_blank" rel="noopener" class="searchby-algolia text-color-light link-unstyled"> <span class="searchby-algolia-text text-color-light text-small">by</span> <img class="searchby-algolia-logo" src="https://www.algolia.com/static_assets/images/press/downloads/algolia-light.svg"> </a> <i class="search-icon fa fa-search"></i> <form id="algolia-search-form"> <input type="text" id="algolia-search-input" name="search" class="form-control input--large search-input" placeholder="Search" /> </form> </div> <div class="modal-body"> <div class="no-result text-color-light text-center">no post found</div> <div class="results"> <div class="media"> <div class="media-body"> <a class="link-unstyled" href="https://sanghunka.github.io/2018/01/zsh%EC%97%90-%EC%84%A4%EC%A0%95%ED%95%B4%EB%91%94-alias%EB%A5%BC-crontab%EC%97%90-%EC%82%AC%EC%9A%A9%ED%95%98%EA%B3%A0-%EC%8B%B6%EC%9D%84%EB%95%8C/"> <h3 class="media-heading">zsh에 설정해둔 alias를 crontab에 사용하고 싶을때</h3> </a> <span class="media-meta"> <span class="media-date text-small"> Jan 1, 2018 </span> </span> <div class="media-content hide-xs font-merryweather">Put your functions in .zshenv. .zshenv is sourced on all invocations of the shell, unless the -f option is set. It should contain commands to set the command search path, plus other important environment variables. .zshenv should not contain commands that produce output or assume the shell is attached to a tty. .zshrc is sourced in interactive shells. It should contain commands to set up aliases, functions, options, key bindings, etc.</div> </div> <div style="clear:both;"></div> <hr> </div> <div class="media"> <div class="media-body"> <a class="link-unstyled" href="https://sanghunka.github.io/2018/01/%EC%95%A0%EB%93%9C%EC%9B%8C%EC%A6%88-%ED%95%99%EC%8A%B5/"> <h3 class="media-heading">애드워즈 학습</h3> </a> <span class="media-meta"> <span class="media-date text-small"> Jan 1, 2018 </span> </span> <div class="media-content hide-xs font-merryweather">강의 1: 온라인 광고의 가치에 대한 이해 이 모듈에서 학습할 내용 온라인 광고 및 애드워즈의 장점 Google의 광고 네트워크 애드워즈의 작동 원리 1.1 온라인 광고 및 애드워즈의 장점 광고 타겟팅 키워드 광고 위치 연령,위치,언어 요일,시간대,게재빈도 기기 비용관리 월, 일, 또는 광고 단위로 지출 비용 설정 가능 광고 효과 측정 캠페인 관리 MCC, 애드워즈 에디터등 애드워즈 광고 1.2 Google의 광고 네트워크 검색 네트워크</div> </div> <div style="clear:both;"></div> <hr> </div> <div class="media"> <div class="media-body"> <a class="link-unstyled" href="https://sanghunka.github.io/2017/12/raspberrypi-stretch-with-desktop%EC%97%90%EC%84%9C-%EC%8A%A4%ED%8A%B8%EB%9D%BC%ED%8B%B0%EC%8A%A4-qt%EC%9B%94%EB%A0%9B-%EB%B9%8C%EB%93%9C%ED%95%98%EA%B8%B0/"> <h3 class="media-heading">Raspberrypi stretch with desktop에서 스트라티스 qt월렛 빌드하기</h3> </a> <span class="media-meta"> <span class="media-date text-small"> Dec 12, 2017 </span> </span> <div class="media-content hide-xs font-merryweather"><p>Guide대로 Jessie에서 하면 편합니다만 Stretch에서 하시길 원하신다면</p></div> </div> <div style="clear:both;"></div> <hr> </div> <div class="media"> <div class="media-body"> <a class="link-unstyled" href="https://sanghunka.github.io/2017/12/airflow-6.-multi-cluster%EC%97%90%EC%84%9C-airflow-%EC%8B%A4%ED%96%89%ED%95%98%EA%B8%B0/"> <h3 class="media-heading">[airflow] 6. Multi cluster에서 airflow 실행하기</h3> </a> <span class="media-meta"> <span class="media-date text-small"> Dec 12, 2017 </span> </span> <div class="media-content hide-xs font-merryweather">요약 다루는 내용 분산 인스턴스에서 각각 airflow worker를 실행하고 task를 분산해서 실행하는법 task가 실행될 worker를 명시적으로 지정하는법 테스트 환경 두 개의 Amazon EC2 Instance 사용 1번 Instance에 아래와 같이 셋팅 metadata database(postsgres) rabbitmq airflow webserver airflow worker 2번 Instance에 아래와 같이 셋팅 airflow worker airflow configuration 1번과 2번 instance에 airflow를 설치한다. dag폴더에 동일한 파일을 넣어준다. dag폴더를 Git repository로 세팅하고 Chef, Puppet, Ansible등으로 동기화 해주는 방법도 있다.</div> </div> <div style="clear:both;"></div> <hr> </div> <div class="media"> <div class="media-body"> <a class="link-unstyled" href="https://sanghunka.github.io/2017/12/airflow-5.-pyspark-sample-code-on-airflow/"> <h3 class="media-heading">[airflow] 5. Pyspark sample code on airflow</h3> </a> <span class="media-meta"> <span class="media-date text-small"> Dec 12, 2017 </span> </span> <div class="media-content hide-xs font-merryweather"><p>Airflow에서 Pyspark task 실행하기</p></div> </div> <div style="clear:both;"></div> <hr> </div> <div class="media"> <div class="media-body"> <a class="link-unstyled" href="https://sanghunka.github.io/2017/12/airflow-5.-pyspark-sample-code-on-airflow/"> <h3 class="media-heading">[airflow] 5. Pyspark sample code on airflow</h3> </a> <span class="media-meta"> <span class="media-date text-small"> Dec 12, 2017 </span> </span> <div class="media-content hide-xs font-merryweather"><p>Airflow에서 Pyspark task 실행하기</p></div> </div> <div style="clear:both;"></div> <hr> </div> <div class="media"> <div class="media-body"> <a class="link-unstyled" href="https://sanghunka.github.io/2017/12/mac-ijavascript-%EC%84%A4%EC%B9%98/"> <h3 class="media-heading">[Mac] ijavascript 설치</h3> </a> <span class="media-meta"> <span class="media-date text-small"> Dec 12, 2017 </span> </span> <div class="media-content hide-xs font-merryweather"> ruby -e &quot;$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)&quot; brew install pkg-config node zeromq sudo easy_install pip sudo pip install --upgrade pyzmq jupyter sudo npm install -g ijavascript 설치하고자 하는 가상환경에서 ijsinstall ijsnotebook으로 실행 </div> </div> <div style="clear:both;"></div> <hr> </div> <div class="media"> <div class="media-body"> <a class="link-unstyled" href="https://sanghunka.github.io/2017/12/airflow-4.-celeryexecutor-%EC%82%AC%EC%9A%A9%ED%95%98%EA%B8%B0/"> <h3 class="media-heading">[airflow] 4. CeleryExecutor 사용하기</h3> </a> <span class="media-meta"> <span class="media-date text-small"> Dec 12, 2017 </span> </span> <div class="media-content hide-xs font-merryweather"><p>Airflow CeleryExecutor 사용하기</p></div> </div> <div style="clear:both;"></div> <hr> </div> <div class="media"> <div class="media-body"> <a class="link-unstyled" href="https://sanghunka.github.io/2017/12/airflow-3.-localexecutor-%EC%82%AC%EC%9A%A9%ED%95%98%EA%B8%B0/"> <h3 class="media-heading">[airflow] 3. LocalExecutor 사용하기</h3> </a> <span class="media-meta"> <span class="media-date text-small"> Dec 12, 2017 </span> </span> <div class="media-content hide-xs font-merryweather"><p>Airflow LocalExecutor 사용하기</p></div> </div> <div style="clear:both;"></div> <hr> </div> <div class="media"> <div class="media-body"> <a class="link-unstyled" href="https://sanghunka.github.io/2017/12/mac-apche-spark-%EC%84%A4%EC%B9%98/"> <h3 class="media-heading">[Mac] Apche Spark 설치</h3> </a> <span class="media-meta"> <span class="media-date text-small"> Dec 12, 2017 </span> </span> <div class="media-content hide-xs font-merryweather">Java 설치 이미 설치된 java의 경로를 찾고 싶다면 /usr/libexec/java_home 명령어를 이용하면 된다. brew tap caskroom/versions brew cask search java # brew cask install java 이렇게하면 자바9가 설치됩니다. brew cask install java8 2017-12-05 현재 Spark는 Java9를 지원하지 않는다. 그러므로 java8을 설치해야한다. 아래처럼 본인의 version에 맞는 path를 .bashrc(또는 .zshrc)에 지정해준다. export JAVA_HOME=&quot;/Library/Java/JavaVirtualMachines/jdk1.8.0_152.jdk/Contents/Home&quot; Scala 설치 brew install scala java와 마찬가지로 본인의 version에 맞는 path를 .bashrc(또는 .</div> </div> <div style="clear:both;"></div> <hr> </div> </div> </div> <div class="modal-footer"> <p class="results-count text-medium" data-message-zero="no post found" data-message-one="1 post found" data-message-other="{n} posts found"> 51 posts found </p> </div> </div> </div> <div id="cover" style="background-image:url('https://themes.gohugo.io/theme/hugo-tranquilpeak-theme/images/cover.jpg');"></div> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js" integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44=" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.7/js/jquery.fancybox.min.js" integrity="sha256-GEAnjcTqVP+vBp3SSc8bEDQqvWAZMiHyUSIorrWwH50=" crossorigin="anonymous"></script> <script src="https://sanghunka.github.io/js/script-qi9wbxp2ya2j6p7wx1i6tgavftewndznf4v0hy2gvivk1rxgc3lm7njqb6bz.min.js"></script> <script> var disqus_config = function () { this.page.url = 'https:\/\/sanghunka.github.io\/2014\/08\/hidden-social-section-showcase\/'; this.page.identifier = '\/2014\/08\/hidden-social-section-showcase\/' }; (function() { if (window.location.hostname == "localhost") { return; } var d = document, s = d.createElement('script'); var disqus_shortname = 'sanghunka'; s.src = '//' + disqus_shortname + '.disqus.com/embed.js'; s.setAttribute('data-timestamp', +new Date()); (d.head || d.body).appendChild(s); })(); </script> </body> </html>
sanghkaang/sanghkaang.github.io
2014/08/hidden-social-section-showcase/index.html
HTML
mit
24,696
{% extends "layout.html" %} {% block content %} <h3>用户管理</h3> <div> <ul class="breadcrumb"> <li> <a href="{{url_for('Common.index')}}">Home</a> <span class="divider">/</span> </li> <li> <a href="{{url_for('Common.user_setting')}}">用户管理</a><span class="divider">/</span> </li> <li> <a href="#">添加用户</a> </li> </ul> </div> <div class="box-content"> <form class="form-horizontal" role="form" action="{{url_for('Common.user_setting', action="add")}}" method="post"> {{ form.csrf_token }} <fieldset> <div class="control-group"> <label class="control-label">姓名</label> <div class="controls"> {{ form.name(class="form-control", placeholder="请输入用户名", autocomplete=true)}} </div> </div> <div class="control-group"> <label class="control-label" for="focusedInput">邮箱</label> <div class="controls"> {{ form.email(class="form-control", placeholder="Email") }} </div> </div> <div class="control-group"> <label class="control-label" for="focusedInput">密码</label> <div class="controls"> {{ form.password(class="form-control", placeholder="password") }} </div> </div> <button type="submit" class="btn btn-primary">添加</button> </fieldset> </form> </div> {% endblock %}
san-na/crm
crm_web/crm/templates/user_add.html
HTML
mit
1,413
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Module: Erubis::InterpolationEnhancer</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <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>Module</strong></td> <td class="class-name-in-header">Erubis::InterpolationEnhancer</td> </tr> <tr class="top-aligned-row"> <td><strong>In:</strong></td> <td> <a href="../../files/erubis/enhancer_rb.html"> erubis/enhancer.rb </a> <br /> </td> </tr> </table> </div> <!-- banner header --> <div id="bodyContent"> <div id="contextContent"> <div id="description"> <p> convert &quot;&lt;h1&gt;&lt;%=title%&gt;&lt;/h1&gt;&quot; into &quot;_buf &lt;&lt; %Q`&lt;h1&gt;#{title}&lt;/h1&gt;`&quot; </p> <p> this is only for <a href="Eruby.html">Eruby</a>. </p> </div> </div> <div id="method-list"> <h3 class="section-bar">Methods</h3> <div class="name-list"> <a href="#M000200">_add_text_to_str</a>&nbsp;&nbsp; <a href="#M000201">add_expr_escaped</a>&nbsp;&nbsp; <a href="#M000202">add_expr_literal</a>&nbsp;&nbsp; <a href="#M000199">add_text</a>&nbsp;&nbsp; <a href="#M000198">convert_input</a>&nbsp;&nbsp; </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-M000200" class="method-detail"> <a name="M000200"></a> <div class="method-heading"> <a href="#M000200" class="method-signature"> <span class="method-name">_add_text_to_str</span><span class="method-args">(str, text)</span> </a> </div> <div class="method-description"> <p><a class="source-toggle" href="#" onclick="toggleCode('M000200-source');return false;">[Source]</a></p> <div class="method-source-code" id="M000200-source"> <pre> <span class="ruby-comment cmt"># File erubis/enhancer.rb, line 664</span> <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">_add_text_to_str</span>(<span class="ruby-identifier">str</span>, <span class="ruby-identifier">text</span>) <span class="ruby-keyword kw">return</span> <span class="ruby-keyword kw">if</span> <span class="ruby-operator">!</span><span class="ruby-identifier">text</span> <span class="ruby-operator">||</span> <span class="ruby-identifier">text</span>.<span class="ruby-identifier">empty?</span> <span class="ruby-identifier">text</span>.<span class="ruby-identifier">gsub!</span>(<span class="ruby-regexp re">/['\#\\]/</span>, <span class="ruby-value str">'\\\\\&amp;'</span>) <span class="ruby-identifier">str</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-identifier">text</span> <span class="ruby-keyword kw">end</span> </pre> </div> </div> </div> <div id="method-M000201" class="method-detail"> <a name="M000201"></a> <div class="method-heading"> <a href="#M000201" class="method-signature"> <span class="method-name">add_expr_escaped</span><span class="method-args">(str, code)</span> </a> </div> <div class="method-description"> <p><a class="source-toggle" href="#" onclick="toggleCode('M000201-source');return false;">[Source]</a></p> <div class="method-source-code" id="M000201-source"> <pre> <span class="ruby-comment cmt"># File erubis/enhancer.rb, line 670</span> <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">add_expr_escaped</span>(<span class="ruby-identifier">str</span>, <span class="ruby-identifier">code</span>) <span class="ruby-identifier">str</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-node">&quot;\#{#{escaped_expr(code)}}&quot;</span> <span class="ruby-keyword kw">end</span> </pre> </div> </div> </div> <div id="method-M000202" class="method-detail"> <a name="M000202"></a> <div class="method-heading"> <a href="#M000202" class="method-signature"> <span class="method-name">add_expr_literal</span><span class="method-args">(str, code)</span> </a> </div> <div class="method-description"> <p><a class="source-toggle" href="#" onclick="toggleCode('M000202-source');return false;">[Source]</a></p> <div class="method-source-code" id="M000202-source"> <pre> <span class="ruby-comment cmt"># File erubis/enhancer.rb, line 674</span> <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">add_expr_literal</span>(<span class="ruby-identifier">str</span>, <span class="ruby-identifier">code</span>) <span class="ruby-identifier">str</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-node">&quot;\#{#{code}}&quot;</span> <span class="ruby-keyword kw">end</span> </pre> </div> </div> </div> <div id="method-M000199" class="method-detail"> <a name="M000199"></a> <div class="method-heading"> <a href="#M000199" class="method-signature"> <span class="method-name">add_text</span><span class="method-args">(src, text)</span> </a> </div> <div class="method-description"> <p><a class="source-toggle" href="#" onclick="toggleCode('M000199-source');return false;">[Source]</a></p> <div class="method-source-code" id="M000199-source"> <pre> <span class="ruby-comment cmt"># File erubis/enhancer.rb, line 653</span> <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">add_text</span>(<span class="ruby-identifier">src</span>, <span class="ruby-identifier">text</span>) <span class="ruby-keyword kw">return</span> <span class="ruby-keyword kw">if</span> <span class="ruby-operator">!</span><span class="ruby-identifier">text</span> <span class="ruby-operator">||</span> <span class="ruby-identifier">text</span>.<span class="ruby-identifier">empty?</span> <span class="ruby-comment cmt">#src &lt;&lt; &quot; _buf &lt;&lt; %Q`&quot; &lt;&lt; text &lt;&lt; &quot;`;&quot;</span> <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">text</span>[<span class="ruby-value">-1</span>] <span class="ruby-operator">==</span> <span class="ruby-value">?\n</span> <span class="ruby-identifier">text</span>[<span class="ruby-value">-1</span>] = <span class="ruby-value str">&quot;\\n&quot;</span> <span class="ruby-identifier">src</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-value str">&quot; _buf &lt;&lt; %Q`&quot;</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-identifier">text</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-value str">&quot;`\n&quot;</span> <span class="ruby-keyword kw">else</span> <span class="ruby-identifier">src</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-value str">&quot; _buf &lt;&lt; %Q`&quot;</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-identifier">text</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-value str">&quot;`;&quot;</span> <span class="ruby-keyword kw">end</span> <span class="ruby-keyword kw">end</span> </pre> </div> </div> </div> <div id="method-M000198" class="method-detail"> <a name="M000198"></a> <div class="method-heading"> <a href="#M000198" class="method-signature"> <span class="method-name">convert_input</span><span class="method-args">(src, input)</span> </a> </div> <div class="method-description"> <p><a class="source-toggle" href="#" onclick="toggleCode('M000198-source');return false;">[Source]</a></p> <div class="method-source-code" id="M000198-source"> <pre> <span class="ruby-comment cmt"># File erubis/enhancer.rb, line 598</span> <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">convert_input</span>(<span class="ruby-identifier">src</span>, <span class="ruby-identifier">input</span>) <span class="ruby-identifier">pat</span> = <span class="ruby-ivar">@pattern</span> <span class="ruby-identifier">regexp</span> = <span class="ruby-identifier">pat</span>.<span class="ruby-identifier">nil?</span> <span class="ruby-operator">||</span> <span class="ruby-identifier">pat</span> <span class="ruby-operator">==</span> <span class="ruby-value str">'&lt;% %&gt;'</span> <span class="ruby-operator">?</span> <span class="ruby-constant">Basic</span><span class="ruby-operator">::</span><span class="ruby-constant">Converter</span><span class="ruby-operator">::</span><span class="ruby-constant">DEFAULT_REGEXP</span> <span class="ruby-operator">:</span> <span class="ruby-identifier">pattern_regexp</span>(<span class="ruby-identifier">pat</span>) <span class="ruby-identifier">pos</span> = <span class="ruby-value">0</span> <span class="ruby-identifier">is_bol</span> = <span class="ruby-keyword kw">true</span> <span class="ruby-comment cmt"># is beginning of line</span> <span class="ruby-identifier">str</span> = <span class="ruby-value str">''</span> <span class="ruby-identifier">input</span>.<span class="ruby-identifier">scan</span>(<span class="ruby-identifier">regexp</span>) <span class="ruby-keyword kw">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">indicator</span>, <span class="ruby-identifier">code</span>, <span class="ruby-identifier">tailch</span>, <span class="ruby-identifier">rspace</span><span class="ruby-operator">|</span> <span class="ruby-identifier">match</span> = <span class="ruby-constant">Regexp</span>.<span class="ruby-identifier">last_match</span>() <span class="ruby-identifier">len</span> = <span class="ruby-identifier">match</span>.<span class="ruby-identifier">begin</span>(<span class="ruby-value">0</span>) <span class="ruby-operator">-</span> <span class="ruby-identifier">pos</span> <span class="ruby-identifier">text</span> = <span class="ruby-identifier">input</span>[<span class="ruby-identifier">pos</span>, <span class="ruby-identifier">len</span>] <span class="ruby-identifier">pos</span> = <span class="ruby-identifier">match</span>.<span class="ruby-identifier">end</span>(<span class="ruby-value">0</span>) <span class="ruby-identifier">ch</span> = <span class="ruby-identifier">indicator</span> <span class="ruby-value">? </span><span class="ruby-identifier">indicator</span>[<span class="ruby-value">0</span>] <span class="ruby-operator">:</span> <span class="ruby-keyword kw">nil</span> <span class="ruby-identifier">lspace</span> = <span class="ruby-identifier">ch</span> <span class="ruby-operator">==</span> <span class="ruby-value">?=</span> <span class="ruby-operator">?</span> <span class="ruby-keyword kw">nil</span> <span class="ruby-operator">:</span> <span class="ruby-identifier">detect_spaces_at_bol</span>(<span class="ruby-identifier">text</span>, <span class="ruby-identifier">is_bol</span>) <span class="ruby-identifier">is_bol</span> = <span class="ruby-identifier">rspace</span> <span class="ruby-value">? </span><span class="ruby-keyword kw">true</span> <span class="ruby-operator">:</span> <span class="ruby-keyword kw">false</span> <span class="ruby-identifier">_add_text_to_str</span>(<span class="ruby-identifier">str</span>, <span class="ruby-identifier">text</span>) <span class="ruby-comment cmt">## * when '&lt;%= %&gt;', do nothing</span> <span class="ruby-comment cmt">## * when '&lt;% %&gt;' or '&lt;%# %&gt;', delete spaces iff only spaces are around '&lt;% %&gt;'</span> <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">ch</span> <span class="ruby-operator">==</span> <span class="ruby-value">?=</span> <span class="ruby-comment cmt"># &lt;%= %&gt;</span> <span class="ruby-identifier">rspace</span> = <span class="ruby-keyword kw">nil</span> <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">tailch</span> <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-operator">!</span><span class="ruby-identifier">tailch</span>.<span class="ruby-identifier">empty?</span> <span class="ruby-identifier">str</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-identifier">lspace</span> <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">lspace</span> <span class="ruby-identifier">add_expr</span>(<span class="ruby-identifier">str</span>, <span class="ruby-identifier">code</span>, <span class="ruby-identifier">indicator</span>) <span class="ruby-identifier">str</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-identifier">rspace</span> <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">rspace</span> <span class="ruby-keyword kw">elsif</span> <span class="ruby-identifier">ch</span> <span class="ruby-operator">==</span> <span class="ruby-value">?\#</span> <span class="ruby-comment cmt"># &lt;%# %&gt;</span> <span class="ruby-identifier">n</span> = <span class="ruby-identifier">code</span>.<span class="ruby-identifier">count</span>(<span class="ruby-value str">&quot;\n&quot;</span>) <span class="ruby-operator">+</span> (<span class="ruby-identifier">rspace</span> <span class="ruby-value">? </span><span class="ruby-value">1</span> <span class="ruby-operator">:</span> <span class="ruby-value">0</span>) <span class="ruby-keyword kw">if</span> <span class="ruby-ivar">@trim</span> <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-identifier">lspace</span> <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-identifier">rspace</span> <span class="ruby-identifier">add_text</span>(<span class="ruby-identifier">src</span>, <span class="ruby-identifier">str</span>) <span class="ruby-identifier">str</span> = <span class="ruby-value str">''</span> <span class="ruby-identifier">add_stmt</span>(<span class="ruby-identifier">src</span>, <span class="ruby-value str">&quot;\n&quot;</span> <span class="ruby-operator">*</span> <span class="ruby-identifier">n</span>) <span class="ruby-keyword kw">else</span> <span class="ruby-identifier">str</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-identifier">lspace</span> <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">lspace</span> <span class="ruby-identifier">add_text</span>(<span class="ruby-identifier">src</span>, <span class="ruby-identifier">str</span>) <span class="ruby-identifier">str</span> = <span class="ruby-value str">''</span> <span class="ruby-identifier">add_stmt</span>(<span class="ruby-identifier">src</span>, <span class="ruby-value str">&quot;\n&quot;</span> <span class="ruby-operator">*</span> <span class="ruby-identifier">n</span>) <span class="ruby-identifier">str</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-identifier">rspace</span> <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">rspace</span> <span class="ruby-keyword kw">end</span> <span class="ruby-keyword kw">else</span> <span class="ruby-comment cmt"># &lt;% %&gt;</span> <span class="ruby-keyword kw">if</span> <span class="ruby-ivar">@trim</span> <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-identifier">lspace</span> <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-identifier">rspace</span> <span class="ruby-identifier">add_text</span>(<span class="ruby-identifier">src</span>, <span class="ruby-identifier">str</span>) <span class="ruby-identifier">str</span> = <span class="ruby-value str">''</span> <span class="ruby-identifier">add_stmt</span>(<span class="ruby-identifier">src</span>, <span class="ruby-node">&quot;#{lspace}#{code}#{rspace}&quot;</span>) <span class="ruby-keyword kw">else</span> <span class="ruby-identifier">str</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-identifier">lspace</span> <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">lspace</span> <span class="ruby-identifier">add_text</span>(<span class="ruby-identifier">src</span>, <span class="ruby-identifier">str</span>) <span class="ruby-identifier">str</span> = <span class="ruby-value str">''</span> <span class="ruby-identifier">add_stmt</span>(<span class="ruby-identifier">src</span>, <span class="ruby-identifier">code</span>) <span class="ruby-identifier">str</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-identifier">rspace</span> <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">rspace</span> <span class="ruby-keyword kw">end</span> <span class="ruby-keyword kw">end</span> <span class="ruby-keyword kw">end</span> <span class="ruby-comment cmt">#rest = $' || input # ruby1.8</span> <span class="ruby-identifier">rest</span> = <span class="ruby-identifier">pos</span> <span class="ruby-operator">==</span> <span class="ruby-value">0</span> <span class="ruby-operator">?</span> <span class="ruby-identifier">input</span> <span class="ruby-operator">:</span> <span class="ruby-identifier">input</span>[<span class="ruby-identifier">pos</span><span class="ruby-operator">..</span><span class="ruby-value">-1</span>] <span class="ruby-comment cmt"># ruby1.9</span> <span class="ruby-identifier">_add_text_to_str</span>(<span class="ruby-identifier">str</span>, <span class="ruby-identifier">rest</span>) <span class="ruby-identifier">add_text</span>(<span class="ruby-identifier">src</span>, <span class="ruby-identifier">str</span>) <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>
netshade/erubis
doc-api/classes/Erubis/InterpolationEnhancer.html
HTML
mit
19,827
{%extends 'base.html'%} {%block page_content%} <div class="post"> <h3 class="entry-title"> <a href="{{ url_for('post', posttitle=post.title) }}">{{ post.title }}</a> </h3> <div class="entry-meta"> <ul class="list-inline post-meta"> <li><a href="{{ url_for('about') }}">老官</a></li> <li>{{ post.timestamp }}</li> <li>on <a href="{{ url_for('category', name=Category.query.filter_by(id=post.category_id).first().name) }}"> {{ Category.query.filter_by(id = post.category_id).first().name }}</a></li> {% for tag in post.tags %} <li class="meta-tag"> <a href="{{ url_for('tag', name=tag.name) }}">{{ tag.name }}<span class="gap">,</span></a> </li> {% endfor %} <a href="{{ url_for('reedit_post', posttitle=post.title)}}" class="edit-link">编辑</a> {# <li>{{ post.views }}</li>#} </ul> </div> <div class="entry-summary"> {% if post.content_html %} <p>{{ post.content_html | safe }}</p> {% else %} <p>{{ post.content }}</p> {% endif %} </div> </div> {%endblock%}
guan080/personal_website
app/templates/post.html
HTML
mit
1,217
<html><body> <h4>Windows 10 x64 (18362.418)</h4><br> <h2>_EVENT_FILTER_HEADER</h2> <font face="arial"> +0x000 Id : Uint2B<br> +0x002 Version : UChar<br> +0x003 Reserved : [5] UChar<br> +0x008 InstanceId : Uint8B<br> +0x010 Size : Uint4B<br> +0x014 NextOffset : Uint4B<br> </font></body></html>
epikcraw/ggool
public/Windows 10 x64 (18362.418)/_EVENT_FILTER_HEADER.html
HTML
mit
374
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_72) on Mon May 22 22:54:16 EDT 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>All Classes (JAQL SDK)</title> <meta name="date" content="2017-05-22"> <link rel="stylesheet" type="text/css" href="javadoc.css" title="Style"> <script type="text/javascript" src="script.js"></script> </head> <body> <h1 class="bar">All&nbsp;Classes</h1> <div class="indexContainer"> <ul> <li><a href="bhgomes/jaql/util/ColumnIterable.html" title="interface in bhgomes.jaql.util" target="classFrame"><span class="interfaceName">ColumnIterable</span></a></li> <li><a href="bhgomes/jaql/util/ColumnIterator.html" title="class in bhgomes.jaql.util" target="classFrame">ColumnIterator</a></li> <li><a href="bhgomes/jaql/conn/ConnectionManager.html" title="class in bhgomes.jaql.conn" target="classFrame">ConnectionManager</a></li> <li><a href="bhgomes/jaql/conn/ConnectionNotFoundException.html" title="class in bhgomes.jaql.conn" target="classFrame">ConnectionNotFoundException</a></li> <li><a href="bhgomes/jaql/Database.html" title="class in bhgomes.jaql" target="classFrame">Database</a></li> <li><a href="bhgomes/jaql/io/FileManager.html" title="class in bhgomes.jaql.io" target="classFrame">FileManager</a></li> <li><a href="bhgomes/jaql/JAQL.html" title="class in bhgomes.jaql" target="classFrame">JAQL</a></li> <li><a href="bhgomes/jaql/io/JAQLFile.html" title="class in bhgomes.jaql.io" target="classFrame">JAQLFile</a></li> <li><a href="bhgomes/jaql/io/JAQLFileException.html" title="class in bhgomes.jaql.io" target="classFrame">JAQLFileException</a></li> <li><a href="bhgomes/jaql/lang/LangObject.html" title="class in bhgomes.jaql.lang" target="classFrame">LangObject</a></li> <li><a href="bhgomes/jaql/lang/LangObject.Type.html" title="enum in bhgomes.jaql.lang" target="classFrame">LangObject.Type</a></li> <li><a href="bhgomes/jaql/logging/Level.html" title="class in bhgomes.jaql.logging" target="classFrame">Level</a></li> <li><a href="bhgomes/jaql/logging/LogFormatter.html" title="class in bhgomes.jaql.logging" target="classFrame">LogFormatter</a></li> <li><a href="bhgomes/jaql/LoggableException.html" title="class in bhgomes.jaql" target="classFrame">LoggableException</a></li> <li><a href="bhgomes/jaql/logging/LoggableManager.html" title="class in bhgomes.jaql.logging" target="classFrame">LoggableManager</a></li> <li><a href="bhgomes/jaql/logging/Logger.html" title="class in bhgomes.jaql.logging" target="classFrame">Logger</a></li> <li><a href="bhgomes/jaql/LogicException.html" title="class in bhgomes.jaql" target="classFrame">LogicException</a></li> <li><a href="bhgomes/jaql/util/MultiIterable.html" title="interface in bhgomes.jaql.util" target="classFrame"><span class="interfaceName">MultiIterable</span></a></li> <li><a href="bhgomes/jaql/util/MultiIterator.html" title="class in bhgomes.jaql.util" target="classFrame">MultiIterator</a></li> <li><a href="bhgomes/jaql/lang/ResultModel.html" title="class in bhgomes.jaql.lang" target="classFrame">ResultModel</a></li> <li><a href="bhgomes/jaql/util/RowIterable.html" title="interface in bhgomes.jaql.util" target="classFrame"><span class="interfaceName">RowIterable</span></a></li> <li><a href="bhgomes/jaql/util/RowIterator.html" title="class in bhgomes.jaql.util" target="classFrame">RowIterator</a></li> <li><a href="bhgomes/jaql/lang/Statement.html" title="class in bhgomes.jaql.lang" target="classFrame">Statement</a></li> <li><a href="bhgomes/jaql/logging/STDOUT.html" title="class in bhgomes.jaql.logging" target="classFrame">STDOUT</a></li> <li><a href="bhgomes/jaql/lang/Table.html" title="class in bhgomes.jaql.lang" target="classFrame">Table</a></li> <li><a href="bhgomes/jaql/lang/Table.Coord.html" title="class in bhgomes.jaql.lang" target="classFrame">Table.Coord</a></li> <li><a href="bhgomes/jaql/lang/Table.Direction.html" title="enum in bhgomes.jaql.lang" target="classFrame">Table.Direction</a></li> </ul> </div> </body> </html>
bhgomes/jaql
docs/javadoc/allclasses-frame.html
HTML
mit
4,121
<!doctype html> <!-- Minimal Mistakes Jekyll Theme 4.5.1 by Michael Rose Copyright 2017 Michael Rose - mademistakes.com | @mmistakes Free for personal and commercial use under the MIT license https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE.txt --> <html lang="en" class="no-js"> <head> <meta charset="utf-8"> <!-- begin SEO --> <title>IPOP</title> <meta name="description" content="IP-Over-P2P, Open-source User-centric Software Virtual Network"> <meta name="author" content=""> <meta property="og:locale" content="en"> <meta property="og:site_name" content="IPOP"> <meta property="og:title" content="IPOP"> <script type="application/ld+json"> { "@context" : "http://schema.org", "@type" : "Person", "name" : "IPOP", "url" : null, "sameAs" : null } </script> <!-- end SEO --> <link href="/feed.xml" type="application/atom+xml" rel="alternate" title="IPOP Feed"> <!-- http://t.co/dKP3o1e --> <meta name="HandheldFriendly" content="True"> <meta name="MobileOptimized" content="320"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <script> document.documentElement.className = document.documentElement.className.replace(/\bno-js\b/g, '') + ' js '; </script> <!-- For all browsers --> <link rel="stylesheet" href="/assets/css/main.css"> <!--[if lte IE 9]> <style> /* old IE unsupported flexbox fixes */ .greedy-nav .site-title { padding-right: 3em; } .greedy-nav button { position: absolute; top: 0; right: 0; height: 100%; } </style> <![endif]--> <meta http-equiv="cleartype" content="on"> <!-- start custom head snippets --> <!-- insert favicons. use http://realfavicongenerator.net/ --> <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"> <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"> <link rel="manifest" href="/manifest.json"> <link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5"> <meta name="theme-color" content="#ffffff"> <!-- end custom head snippets --> </head> <body class="layout--wiki"> <!--[if lt IE 9]> <div class="notice--danger align-center" style="margin: 0;">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</div> <![endif]--> <div class="masthead"> <div class="masthead__inner-wrap"> <div class="masthead__menu"> <nav id="site-nav" class="greedy-nav"> <a class="site-title" href="/">IPOP</a> <ul class="visible-links"> <li class="masthead__menu-item"><a href="/about/">About</a></li> <li class="masthead__menu-item"><a href="/wiki/Quick-Start">Quick Start</a></li> <li class="masthead__menu-item"><a href="/download">Download</a></li> <li class="masthead__menu-item"><a href="/learn/">Learn</a></li> <li class="masthead__menu-item"><a href="/wiki/">Wiki</a></li> <li class="masthead__menu-item"><a href="/whitepaper/">White Paper</a></li> <li class="masthead__menu-item"><a href="/contribute/">Contribute</a></li> <li class="masthead__menu-item"><a href="/contact/">Contact</a></li> </ul> <button><div class="navicon"></div></button> <ul class="hidden-links hidden"></ul> </nav> </div> </div> </div> <div id="main" role="main"> <article class="page" itemscope itemtype="http://schema.org/CreativeWork"> <div class="page__inner-wrap"> <section class="page__content" itemprop="text"> <aside class="sidebar__right"> <nav class="toc"> <header><h4 class="nav__title"><i class="fa fa-file-text"></i> On This Page</h4></header> <ul class="section-nav"> <li class="toc-entry toc-h1"><a href="#use-ipop-on-ubuntu-and-raspberry-pi-manually">Use IPOP on Ubuntu and Raspberry Pi, Manually</a> <ul> <li class="toc-entry toc-h2"><a href="#download-and-install-dependencies">Download and Install Dependencies</a></li> <li class="toc-entry toc-h2"><a href="#get-ipop-binary">Get IPOP Binary</a></li> <li class="toc-entry toc-h2"><a href="#copy-configuration-file">Copy Configuration File</a></li> <li class="toc-entry toc-h2"><a href="#run-ipop">Run IPOP</a> <ul> <li class="toc-entry toc-h3"><a href="#run-ipop-tincan">Run IPOP TinCan</a></li> <li class="toc-entry toc-h3"><a href="#run-ipop-controller">Run IPOP Controller</a></li> </ul> </li> <li class="toc-entry toc-h2"><a href="#stop-ipop">Stop IPOP</a> <ul> <li class="toc-entry toc-h3"><a href="#stop-ipop-tincan">Stop IPOP Tincan</a></li> <li class="toc-entry toc-h3"><a href="#stop-ipop-controller">Stop IPOP Controller</a></li> </ul> </li> <li class="toc-entry toc-h2"><a href="#remove-ipop">Remove IPOP</a></li> </ul> </li> <li class="toc-entry toc-h1"><a href="#key-points-summary">Key Points Summary</a></li> </ul> </nav> </aside> <h1 id="use-ipop-on-ubuntu-and-raspberry-pi-manually">Use IPOP on Ubuntu and Raspberry Pi, Manually</h1> <table> <thead> <tr> <th> </th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><strong>Tested on</strong></td> <td>Ubuntu 16.04 and 18.04 x64<br />Raspbian Jessie and Stretch on Raspberry Pi 3<br />Raspbian Stretch on Raspberry Pi Zero</td> </tr> <tr> <td><strong>Time</strong></td> <td>~ 10 Minutes</td> </tr> <tr> <td><strong>Question(s)</strong></td> <td>- How to install IPOP?<br /> - How to run IPOP?<br /> - How to remove IPOP?</td> </tr> <tr> <td><strong>Objective(s)</strong></td> <td>- Install IPOP<br /> - Run IPOP<br /> - Stop IPOP<br /> - Remove IPOP</td> </tr> </tbody> </table> <h2 id="download-and-install-dependencies">Download and Install Dependencies</h2> <div class="language-shell highlighter-rouge"><pre class="highlight"><code>sudo apt-get update -y sudo apt-get install -y python3 python3-pip iproute2 openvswitch-switch sudo -H pip3 install psutil sleekxmpp requests </code></pre> </div> <h2 id="get-ipop-binary">Get IPOP Binary</h2> <p>Download the proper version of IPOP from <a href="https://github.com/ipop-project/Downloads/releases">our latest release</a>.</p> <p>Then go to the download directory and extract the file (Put in the actual file name):</p> <div class="language-shell highlighter-rouge"><pre class="highlight"><code>tar -xzvf ipop-vxxx.tar.gz <span class="nb">cd </span>ipop-vxxx </code></pre> </div> <h2 id="copy-configuration-file">Copy Configuration File</h2> <p>You will need a valid configuration file (ipop-config.json) to run IPOP. Go to the directory you have your config file and copy the file to the <code class="highlighter-rouge">config</code> directory:</p> <div class="language-shell highlighter-rouge"><pre class="highlight"><code>cp PATH/TO/CONFIGFILE/ipop-config.json config/ </code></pre> </div> <h2 id="run-ipop">Run IPOP</h2> <h3 id="run-ipop-tincan">Run IPOP TinCan</h3> <div class="language-shell highlighter-rouge"><pre class="highlight"><code>sudo ./ipop-tincan &amp; </code></pre> </div> <h3 id="run-ipop-controller">Run IPOP Controller</h3> <div class="language-shell highlighter-rouge"><pre class="highlight"><code>python3 -m controller.Controller -c ./config/ipop-config.json &amp; </code></pre> </div> <p>Now, if everything is going well, IPOP should be run.</p> <h2 id="stop-ipop">Stop IPOP</h2> <h3 id="stop-ipop-tincan">Stop IPOP Tincan</h3> <div class="language-shell highlighter-rouge"><pre class="highlight"><code>sudo killall ipop-tincan </code></pre> </div> <h3 id="stop-ipop-controller">Stop IPOP Controller</h3> <div class="language-shell highlighter-rouge"><pre class="highlight"><code>ps aux | grep -v grep | grep controller.Controller | awk <span class="s1">'{print $2}'</span> | xargs sudo <span class="nb">kill</span> -9 </code></pre> </div> <h2 id="remove-ipop">Remove IPOP</h2> <p>To uninstall IPOP, its is safe to stop it first and then remove the IPOP execution directory.</p> <hr /> <h1 id="key-points-summary">Key Points Summary</h1> <ul> <li>Run IPOP:</li> </ul> <div class="language-shell highlighter-rouge"><pre class="highlight"><code>sudo ./ipop-tincan &amp; python3 -m controller.Controller -c ./config/ipop-config.json &amp; </code></pre> </div> <ul> <li>Stop IPOP:</li> </ul> <div class="language-shell highlighter-rouge"><pre class="highlight"><code>sudo killall ipop-tincan ps aux | grep -v grep | grep controller.Controller | awk <span class="s1">'{print $2}'</span> | xargs sudo <span class="nb">kill</span> -9 </code></pre> </div> </section> </div> </article> <div class="sidebar"> <nav class="nav__list"> <div class="wiki-top-links"> <a href="../wiki" class="display-unset">Wiki Home</a> / <a href="../wikipages" class="display-unset">Wiki Pages</a> </div> <ul> <li><strong>Deploying IPOP-VPN</strong> <ul> <li><a href="Quick-Start">Quick Start</a></li> <li><a href="Use-IPOP,-Intro">Installation</a></li> <li> <table> <tbody> <tr> <td>[[Configuration</td> <td>Understanding the IPOP Configuration]]</td> </tr> </tbody> </table> </li> </ul> </li> <li><strong>Development Guide</strong> <ul> <li><a href="Development-Workflow">Development Workflow</a></li> <li><a href="Coding-Guidelines">Coding Guidelines</a></li> <li><a href="Build-IPOP,-Intro">Building the Code</a></li> <li><a href="IPOP-Scale-test-Walkthrough">Testing Your Build</a></li> <li><a href="Controller-Framework">Controller Framework</a></li> <li><a href="Controller-API">Controller API</a></li> <li><a href="Build-WebRTC-Libraries,-Intro">Building WebRTC Libraries</a></li> </ul> </li> <li><strong>General Documentation</strong> <ul> <li><a href="FAQs">FAQs</a></li> <li><a href="Troubleshooting">Troubleshooting</a></li> <li><a href="Planning-Your-Network">Planning Your Network</a></li> <li><a href="Coding-Challenges">Coding Challenges</a></li> <li><a href="Known-Issues">Known Issues</a></li> <li><a href="Getting-Help">Getting Help</a></li> <li><a href="How-to-Contribute">How to Contribute</a></li> </ul> </li> </ul> </section> </div> </article> </div> </nav> </div> </div> <div class="page__footer"> <footer> <!-- start custom footer snippets --> <!-- end custom footer snippets --> <!-- <div class="page__footer-follow"> <ul class="social-icons"> <li><strong>Follow:</strong></li> --> <!-- <li><a href="/feed.xml"><i class="fa fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li> --> <!-- </ul> </div> --> <div class="page__footer-copyright footer-address"> <div class="float-left"> <img src="/assets/images/uf_small.png" class="padding-bottom-right" /><img src="/assets/images/nsf_small.png" class="padding-bottom-right" /> </div> <i class="fa fa-address-card-o" aria-hidden="true"></i> <a href="http://www.acis.ufl.edu" rel="nofollow" target="_blank">ACIS Lab</a>, P.O. Box 116200, 339 Larsen Hall, Gainesville, FL 32611-6200; 352.392.4964<br /> <a href="http://www.ece.ufl.edu/" rel="nofollow" target="_blank">Department of Electrical & Computer Engineering</a><br /> <a href="http://www.eng.ufl.edu/" rel="nofollow" target="_blank">College of Engineering</a>, <a href="http://www.ufl.edu/" rel="nofollow" target="_blank">University of Florida</a> </div> <div class="page__footer-copyright footer-links"> <div> <a href="/contact">Contact</a> | <a href="/contact/#mailing-list-subscription">Mailing List</a> | <a href="https://ipopvpn.slack.com/">Slack Channel</a> | <a href="/sitemap">Sitemap</a><br /> <div>Powered by <a href="http://jekyllrb.com" rel="nofollow" target="_blank">Jekyll</a> &amp; <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow" target="_blank">Minimal Mistakes</a><br /> &copy; 2019 IPOP - <a href="http://www.acis.ufl.edu" rel="nofollow" target="_blank">ACIS Lab</a> </div> </div> </div> <div class="page__footer-copyright footer-sponsor clear-both">This material is based upon work supported in part by the National Science Foundation under Grants No. 1234983, 1339737 and 1527415.</div> </footer> </div> <script src="/assets/js/main.min.js"></script> </body> </html>
vahid-dan/ipop-project.github.io
_site/wiki/Use-IPOP-on-Ubuntu-and-Raspberry-Pi,-Manually.html
HTML
mit
12,982
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr"> <head> <meta charset="utf-8" /> <title>Démos : Panneaux dépliants accessibles (show/hide) avec ARIA et en Vanilla Javascript - Van11y </title> <link href="./styles.css" rel="stylesheet" media="all" /> <meta name="description" content="Ce script va transformer une simple liste de Hx/contenus en de beaux panneaux dépliants (hide/show), en utilisant ARIA" /> <meta name="keywords" content="collection, accessibilité, panneaux dépliants, accordéon, scripts, projets, onglets, info-bulle, customisable" /> <meta property="og:type" content="website" /> <!-- Open Graph Meta Data --> <meta property="og:title" content="Démo : Panneaux dépliants accessibles (show/hide) avec ARIA et en Vanilla Javascript - Van11y " /> <meta property="og:description" content="Ce script va transformer une simple liste de Hx/contenus en de beaux panneaux dépliants (hide/show), en utilisant ARIA" /> <meta property="og:image" content="https://van11y.net/apple-touch-icon_1471815930.png" /> <meta property="og:url" content="https://van11y.net/fr/panneaux-depliants-accessibles/" /> <meta name="twitter:card" content="summary" /> <meta name="twitter:url" content="https://van11y.net/fr/panneaux-depliants-accessibles/" /> <meta name="twitter:title" content="Démos : Panneaux dépliants accessibles (show/hide) avec ARIA et en Vanilla Javascript - Van11y" /> <meta name="twitter:description" content="Ce script va transformer une simple liste de Hx/contenus en de beaux panneaux dépliants (hide/show), en utilisant ARIA" /> <meta name="twitter:image" content="https://van11y.net/apple-touch-icon_1471815930.png" /> <meta name="twitter:site" content="Van11y" /> <meta name="twitter:creator" content="Van11y" /> <meta name="robots" content="index, follow" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> </head> <body role="document"> <div id="page" class="mw960e" role="main"> <br> <div class="aligncenter"> <a href="https://van11y.net/fr/" class="logo-link"><img src="https://van11y.net/layout/images/logo-van11y_1491639888.svg" alt="Retour à la page d’accueil" width="267" height="90" class="logo" /></a> </div> <br> <h1 class="aligncenter">Démos&#160;: Panneaux dépliants accessibles avec <abbr title="Accessible Rich Internet Applications" lang="en" xml:lang="en">ARIA</abbr>, en Vanilla <abbr title="JavaScript" lang="en" xml:lang="en">JS</abbr></h1> <h2 class="js-expandmore" data-hideshow-prefix-class="animated">Exemple animé (ouvert par défaut)</h2> <div class="js-to_expand is-opened"> <p>Oui, ça poutre des marmottes.</p> </div> <br><br> <h2 class="js-expandmore" data-hideshow-prefix-class="simple">Exemple non animé (fermé par défaut)</h2> <div class="js-to_expand"> <p>Oui, ça poutre des coincoins aussi.</p> </div> <br><br> <h2 class="js-expandmore" data-hideshow-prefix-class="simpleplus">Exemple avec un plus</h2> <div class="js-to_expand"> <p>Oui, ça marche aussi, et ça met un « moins » quand c’est ouvert.</p> </div> <br><br> <div class="relative dropdown-container"> <h2 class="js-expandmore2 mb0" data-hideshow-prefix-class2="dropdown" tabindex="0">Exemple de bouton <span lang="en">drop down</span></h2> <div class="js-to_expand"> <!-- js-first_load --> <div>Oui, ça poutre des coincoins aussi, et on peut faire apparaître du contenu avec une petite animation. <br />Et c’est chargé via une configuration différente. </div> </div> </div> <br><br><br><br> <div class="footer" role="contentinfo"><br>Ces démos sont des exemples de <a href="https://van11y.net/fr/panneaux-depliants-accessibles/" class="link">panneaux dépliants accessibles (<em lang="en" xml:lang="en">show/hide</em>) utilisant <abbr title="Accessible Rich Internet Applications" lang="en" xml:lang="en">ARIA</abbr></a>.<br></div> <br><br> </div> <script src="../dist/van11y-accessible-hide-show-aria.min.js"></script> <script> var other_expand = van11yAccessibleHideShowAria({ HIDESHOW_EXPAND: 'js-expandmore2', DATA_PREFIX_CLASS: 'data-hideshow-prefix-class2' }); other_expand.attach(); </script> </body> </html>
nico3333fr/van11y-accessible-hide-show-aria
demo/index-fr.html
HTML
mit
4,231
{% extends "layout.html" %} {% block propositionHeader %} {% include "includes/propositional_navigation.html" %} {% endblock %} {% block content %} <main id="content" role="main"> {% include "includes/main_nav.html" %} <div class="main-content"> <h1 class="heading-large">Settings - Maintain record</h1> {% set currentSettingsPage = 'maintainRecord' %} {% include "includes/settings_menu.html" %} <div class="grid-row"> <div class="column-half delete_record"> {% if data.reopenSuccessful %} <div class="panel panel-border-wide alert-success"> Claim successfully reopened </div> {% endif %} {% if data.deleteSuccessful %} <div class="panel panel-border-wide alert-success"> Claimant successfully deleted </div> {% endif %} <div class="search-box-container"> <form action="delete_record_view" method="get" class="form" id="search-form"> <label class="form-hint" for="nino">Enter a National Insurance or 12-digit reference number</label> <input id="nino" type="search" autocomplete="off" name="nino" autofocus="autofocus" class="js-search-focus"> <input id="search-submit" type="submit" class="search-submit" value="Search"/> </form> </div> </div> </div> </main> {% endblock %}
dwpdigitaltech/ejs-prototype
app/views/latest/delete_record.html
HTML
mit
1,478
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>W29086_text</title> <link rel="stylesheet" type="text/css" href="style.css" /> </head> <body> <div style="margin-left: auto; margin-right: auto; width: 800px; overflow: hidden;"> <div style="float: left;"> <a href="page32.html">&laquo;</a> </div> <div style="float: right;"> </div> </div> <hr/> <div style="position: absolute; margin-left: 0px; margin-top: 0px;"> <img src="images/tmp2u83Lr.png" alt="tmp2u83Lr.png" /> </div> </body> </html>
datamade/elpc_bakken
ocr_extracted/W29086_text/page33.html
HTML
mit
693
<p>Home site</p>
karin112358/Samples
AngularJS/SnapSvgAndHtml5Mode/components/home/home.html
HTML
mit
19
{{/* {{% button href="https://getgrav.org/" %}}Get Grav{{% /button %}} {{% button href="https://getgrav.org/" icon="fa-play" %}}Get Grav with awesome icon{{% /button %}} */}} <a {{ with .Get "href"}} href="{{.}}" target="_blank" {{ end }} class="button {{ with.Get "icon"}}icon {{.}}{{end}}"> {{ .Inner }} </a>
tattwamasi/hugo-guild-theme
layouts/shortcodes/button.html
HTML
mit
315
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;}</style></defs><title>ran</title><path class="b" d="M269.72,618a11,11,0,1,1-15.54,0A11,11,0,0,1,269.72,618Z" transform="translate(-249.97 -613.79)"/><line class="b" x1="19.97" y1="19.94" x2="31" y2="31"/><line class="b" x1="17.01" y1="11.99" x2="7.51" y2="11.99"/><line class="b" x1="12.26" y1="7.24" x2="12.26" y2="16.74"/></svg>
baillieo/baillieo.github.io
_includes/icons/icon-zoom.html
HTML
mit
489
<!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>Facility Editor</title> <script src="https://use.fontawesome.com/7ae57e4dd9.js"></script> <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet"> <link href="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.7/darkly/bootstrap.min.css" rel="stylesheet" integrity="sha384-S7YMK1xjUjSpEnF4P8hPUcgjXYLZKK3fQW1j5ObLSl787II9p8RO9XUGehRmKsxd" crossorigin="anonymous"> <link rel="stylesheet" href="index.css"> </head> <body> <div class="main-container"> <div class="left-container"> <div class="left-top-container">Facility Service Definition</div> <div class="left-bottom-container"></div> </div> <div class="middle-container"> <div>Generator:</div> <select class="generator-picker" size="8"> <option value="csharp" selected>C#</option> <option value="javascript" selected>JavaScript</option> <option value="typescript" selected>TypeScript</option> <option value="markdown" selected>Markdown</option> <option value="fsd">FSD</option> <option value="swagger-yaml">Swagger YAML (OpenAPI 2.0)</option> <option value="swagger-json">Swagger JSON (OpenAPI 2.0)</option> <option value="asp-net-web-api">ASP.NET Web API</option> </select> <div class="middle-space-above">Output:</div> <div class="file-list-container"> <select class="file-list" size="100"> </select> </div> <form action="https://fsdgenapi.faithlife.com/generate/zip" method="post"> <input type="hidden" name="definitionName" value=""> <input type="hidden" name="definitionText" value=""> <input type="hidden" name="generatorName" value=""> <button type="submit" class="btn btn-link download-button">Download Output</button> </form> </div> <div class="right-container"> <div class="right-top-container">&nbsp;</div> <div class="right-bottom-container"></div> <div class="right-working-overlay"> <i class="right-working fa fa-cog fa-spin fa-3x fa-fw"></i> <span class="right-working sr-only">Loading...</span> </div> </div> </div> <script src='vs/loader.js'></script> <script> require(['vs/editor/editor.main'], function() { if (window.onMonacoReady) { window.onMonacoReady(); } }); </script> <script src='bundle.js' type='text/javascript'></script> </body> </html>
FacilityApi/FacilityApi.github.io
editor/index.html
HTML
mit
2,739
<!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" lang="zh-CN"> <head profile="http://gmpg.org/xfn/11"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>大CC</title> <link rel="stylesheet" type="text/css" media="all" href="http://blogcc.u.qiniudn.com/wp-content/themes/zbench/style.css" /> <link rel="pingback" href="http://blog.me115.com/xmlrpc.php" /> <link rel="alternate" type="application/rss+xml" title="大CC &raquo; Feed" href="http://blog.me115.com/feed" /> <link rel="alternate" type="application/rss+xml" title="大CC &raquo; 评论 Feed" href="http://blog.me115.com/comments/feed" /> <script type="text/javascript"> var duoshuoQuery = {"short_name":"me115","sso":{"login":"http:\/\/blog.me115.com\/wp-login.php?action=duoshuo_login","logout":"http:\/\/blog.me115.com\/wp-login.php?action=logout&_wpnonce=00a39a7e05"},"theme":"default","stylePatch":"wordpress\/zBench"}; duoshuoQuery.sso.login += '&redirect_to=' + encodeURIComponent(window.location.href); duoshuoQuery.sso.logout += '&redirect_to=' + encodeURIComponent(window.location.href); </script> <script type="text/javascript" src="http://static.duoshuo.com/embed.js" charset="UTF-8" async="async"></script> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://blog.me115.com/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://blog.me115.com/wp-includes/wlwmanifest.xml" /> <meta name="generator" content="WordPress 3.5" /> <!-- All in One SEO Pack 1.6.15.3 by Michael Torbert of Semper Fi Web Design[291,351] --> <meta name="description" content="大CC,业从计算机,关注以下领域:互联网,创业,程序员,时间管理,商业经济,摄影及个人提升" /> <meta name="keywords" content="大CC, 博客,计算机,互联网,创业,摄影,时间管理,个人提升,木书架网" /> <link rel="canonical" href="http://blog.me115.com/" /> <!-- /all in one seo pack --> </head> <body class="home blog"> <div id="nav"> <div id="menus"> <ul><li class="current_page_item"><a href="http://blog.me115.com/">首页</a></li></ul> <ul id="menu-linux-2" class="menu"><li id="menu-item-566" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-566"><a href="http://blog.me115.com/category/linux%e5%b7%a5%e5%85%b7%e7%ae%b1">Linux工具箱</a></li> <li id="menu-item-493" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-493"><a href="http://blog.me115.com/category/cc%e4%b9%a6%e8%af%84">书评和笔记</a> <ul class="sub-menu"> <li id="menu-item-495" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-495"><a href="http://blog.me115.com/category/%e8%af%bb%e4%b9%a6%e7%ac%94%e8%ae%b0">读书笔记</a></li> <li id="menu-item-494" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-494"><a href="http://blog.me115.com/category/cc%e8%af%84%e7%bd%91">CC评网</a></li> </ul> </li> <li id="menu-item-560" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-560"><a href="http://blog.me115.com/%e9%98%85%e8%af%bb%e8%ae%a1%e5%88%92">阅读计划</a></li> <li id="menu-item-461" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-461"><a href="http://blog.me115.com/%e5%85%b3%e4%ba%8e%e6%9c%a8%e4%b9%a6%e6%9e%b6">关于木书架</a></li> <li id="menu-item-462" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-462"><a href="http://blog.me115.com/sample-page">关于我</a></li> </ul> </div> <div id="search"> <form id="searchform" method="get" action="http://blog.me115.com/"> <input type="text" value="站内搜索" onfocus="if (this.value == '站内搜索') {this.value = '';}" onblur="if (this.value == '') {this.value = '站内搜索';}" size="35" maxlength="50" name="s" id="s" /> <input type="submit" id="searchsubmit" value="搜索" /> </form> </div> </div> <div id="wrapper"> <div id="header"> <h1><a href="http://blog.me115.com/">大CC</a></h1> <h2>关注 Nosql/架构/时间管理/阅读分享</h2> <div class="clear"></div> </div> <div id="content"> <div class="post-935 post type-post status-publish format-standard hentry category-go post" id="post-935"><!-- post div --> <h2 class="title"><a href="http://blog.me115.com/2016/05/935" title="链接到 godep 包管理工具">godep 包管理工具</a></h2> <div class="post-info-top"> <span class="post-info-date"> 作者: <a href="http://blog.me115.com/author/me115wp" title="查看 大CC 的所有文章" rel="author">大CC</a> 日期: <a href="http://blog.me115.com/2016/05/935" title="下午 9:08" rel="bookmark">2016 年 5 月 25 日</a> </span> <span class="gotocomments"><a href="http://blog.me115.com/2016/05/935#respond" class="ds-thread-count" data-thread-key="935" title="《godep 包管理工具》上的评论">没有评论</a></span> </div> <div class="clear"></div> <div class="entry"> <p>godep是解决包依赖的管理工具 安装 go get github.com/to &hellip; <p class="read-more"><a href="http://blog.me115.com/2016/05/935">继续阅读 &raquo;</a></p> </div><!-- END entry --> </div><!-- END post --> <div class="post-933 post type-post status-publish format-standard hentry category-uncategorized post" id="post-933"><!-- post div --> <h2 class="title"><a href="http://blog.me115.com/2016/05/933" title="链接到 git常用命令">git常用命令</a></h2> <div class="post-info-top"> <span class="post-info-date"> 作者: <a href="http://blog.me115.com/author/me115wp" title="查看 大CC 的所有文章" rel="author">大CC</a> 日期: <a href="http://blog.me115.com/2016/05/933" title="下午 9:07" rel="bookmark">2016 年 5 月 25 日</a> </span> <span class="gotocomments"><a href="http://blog.me115.com/2016/05/933#respond" class="ds-thread-count" data-thread-key="933" title="《git常用命令》上的评论">没有评论</a></span> </div> <div class="clear"></div> <div class="entry"> <p>git常用命令 初始化仓库 新建仓库 对现有的项目进行管理,进入该项目目录并输入 &hellip; <p class="read-more"><a href="http://blog.me115.com/2016/05/933">继续阅读 &raquo;</a></p> </div><!-- END entry --> </div><!-- END post --> <div class="post-926 post type-post status-publish format-standard hentry category-go tag-go tag-138 post" id="post-926"><!-- post div --> <h2 class="title"><a href="http://blog.me115.com/2016/01/926" title="链接到 从C++到GO">从C++到GO</a></h2> <div class="post-info-top"> <span class="post-info-date"> 作者: <a href="http://blog.me115.com/author/me115wp" title="查看 大CC 的所有文章" rel="author">大CC</a> 日期: <a href="http://blog.me115.com/2016/01/926" title="下午 6:23" rel="bookmark">2016 年 1 月 26 日</a> </span> <span class="gotocomments"><a href="http://blog.me115.com/2016/01/926#respond" class="ds-thread-count" data-thread-key="926" title="《从C++到GO》上的评论">没有评论</a></span> </div> <div class="clear"></div> <div class="entry"> <p>从C++到GO 刚开始接触Go语言,看了两本Go语言的书,从c++开发者的角度来 &hellip; <p class="read-more"><a href="http://blog.me115.com/2016/01/926">继续阅读 &raquo;</a></p> </div><!-- END entry --> </div><!-- END post --> <div class="post-924 post type-post status-publish format-standard hentry category-137 tag-epoll tag-137 post" id="post-924"><!-- post div --> <h2 class="title"><a href="http://blog.me115.com/2015/12/924" title="链接到 网络编程中的关键问题总结">网络编程中的关键问题总结</a></h2> <div class="post-info-top"> <span class="post-info-date"> 作者: <a href="http://blog.me115.com/author/me115wp" title="查看 大CC 的所有文章" rel="author">大CC</a> 日期: <a href="http://blog.me115.com/2015/12/924" title="下午 4:18" rel="bookmark">2015 年 12 月 31 日</a> </span> <span class="gotocomments"><a href="http://blog.me115.com/2015/12/924#respond" class="ds-thread-count" data-thread-key="924" title="《网络编程中的关键问题总结》上的评论">没有评论</a></span> </div> <div class="clear"></div> <div class="entry"> <p>网络编程中的关键问题总结 总结下网络编程中关键的细节问题,包含连接建立、连接断开 &hellip; <p class="read-more"><a href="http://blog.me115.com/2015/12/924">继续阅读 &raquo;</a></p> </div><!-- END entry --> </div><!-- END post --> <div class="post-907 post type-post status-publish format-standard hentry category-137 tag-muduo tag-reactor tag-137 post" id="post-907"><!-- post div --> <h2 class="title"><a href="http://blog.me115.com/2015/12/907" title="链接到 Reactor事件驱动的两种实现:面向对象 VS 函数式编程">Reactor事件驱动的两种实现:面向对象 VS 函数式编程</a></h2> <div class="post-info-top"> <span class="post-info-date"> 作者: <a href="http://blog.me115.com/author/me115wp" title="查看 大CC 的所有文章" rel="author">大CC</a> 日期: <a href="http://blog.me115.com/2015/12/907" title="下午 3:00" rel="bookmark">2015 年 12 月 30 日</a> </span> <span class="gotocomments"><a href="http://blog.me115.com/2015/12/907#respond" class="ds-thread-count" data-thread-key="907" title="《Reactor事件驱动的两种实现:面向对象 VS 函数式编程》上的评论">没有评论</a></span> </div> <div class="clear"></div> <div class="entry"> <p>Reactor事件驱动的两种实现:面向对象 VS 函数式编程 这里的函数式编程的 &hellip; <p class="read-more"><a href="http://blog.me115.com/2015/12/907">继续阅读 &raquo;</a></p> </div><!-- END entry --> </div><!-- END post --> <div class="post-891 post type-post status-publish format-standard hentry category-redis tag-redis-2 tag-113 post" id="post-891"><!-- post div --> <h2 class="title"><a href="http://blog.me115.com/2015/12/891" title="链接到 单线程你别阻塞,Redis时延问题分析及应对">单线程你别阻塞,Redis时延问题分析及应对</a></h2> <div class="post-info-top"> <span class="post-info-date"> 作者: <a href="http://blog.me115.com/author/me115wp" title="查看 大CC 的所有文章" rel="author">大CC</a> 日期: <a href="http://blog.me115.com/2015/12/891" title="上午 10:42" rel="bookmark">2015 年 12 月 9 日</a> </span> <span class="gotocomments"><a href="http://blog.me115.com/2015/12/891#respond" class="ds-thread-count" data-thread-key="891" title="《单线程你别阻塞,Redis时延问题分析及应对》上的评论">没有评论</a></span> </div> <div class="clear"></div> <div class="entry"> <p>单线程你别阻塞,Redis时延场景分析及应对 Redis的事件循环在一个线程中处 &hellip; <p class="read-more"><a href="http://blog.me115.com/2015/12/891">继续阅读 &raquo;</a></p> </div><!-- END entry --> </div><!-- END post --> <div class="post-886 post type-post status-publish format-standard hentry category-113 tag-142 post" id="post-886"><!-- post div --> <h2 class="title"><a href="http://blog.me115.com/2015/11/886" title="链接到 负载均衡的几种常用方案">负载均衡的几种常用方案</a></h2> <div class="post-info-top"> <span class="post-info-date"> 作者: <a href="http://blog.me115.com/author/me115wp" title="查看 大CC 的所有文章" rel="author">大CC</a> 日期: <a href="http://blog.me115.com/2015/11/886" title="下午 1:55" rel="bookmark">2015 年 11 月 27 日</a> </span> <span class="gotocomments"><a href="http://blog.me115.com/2015/11/886#respond" class="ds-thread-count" data-thread-key="886" title="《负载均衡的几种常用方案》上的评论">没有评论</a></span> </div> <div class="clear"></div> <div class="entry"> <p>负载均衡的几种常用方案 总结下负载均衡的常用方案及适用场景; Round Rob &hellip; <p class="read-more"><a href="http://blog.me115.com/2015/11/886">继续阅读 &raquo;</a></p> </div><!-- END entry --> </div><!-- END post --> <div class="post-884 post type-post status-publish format-standard hentry category-redis tag-redis-2 post" id="post-884"><!-- post div --> <h2 class="title"><a href="http://blog.me115.com/2015/11/884" title="链接到 Redis哈希表的实现要点">Redis哈希表的实现要点</a></h2> <div class="post-info-top"> <span class="post-info-date"> 作者: <a href="http://blog.me115.com/author/me115wp" title="查看 大CC 的所有文章" rel="author">大CC</a> 日期: <a href="http://blog.me115.com/2015/11/884" title="下午 4:16" rel="bookmark">2015 年 11 月 20 日</a> </span> <span class="gotocomments"><a href="http://blog.me115.com/2015/11/884#respond" class="ds-thread-count" data-thread-key="884" title="《Redis哈希表的实现要点》上的评论">没有评论</a></span> </div> <div class="clear"></div> <div class="entry"> <p>Redis哈希表的实现要点 哈希算法的选择 针对不同的key使用不同的hash算 &hellip; <p class="read-more"><a href="http://blog.me115.com/2015/11/884">继续阅读 &raquo;</a></p> </div><!-- END entry --> </div><!-- END post --> <div class="post-875 post type-post status-publish format-standard hentry category-linuxunix tag-53 post" id="post-875"><!-- post div --> <h2 class="title"><a href="http://blog.me115.com/2015/10/875" title="链接到 多线程和多进程模型的选用">多线程和多进程模型的选用</a></h2> <div class="post-info-top"> <span class="post-info-date"> 作者: <a href="http://blog.me115.com/author/me115wp" title="查看 大CC 的所有文章" rel="author">大CC</a> 日期: <a href="http://blog.me115.com/2015/10/875" title="上午 10:38" rel="bookmark">2015 年 10 月 10 日</a> </span> <span class="gotocomments"><a href="http://blog.me115.com/2015/10/875#comments" class="ds-thread-count" data-thread-key="875" title="《多线程和多进程模型的选用》上的评论">2 条评论</a></span> </div> <div class="clear"></div> <div class="entry"> <p>多线程和多进程模型的选用 这里的线程指通过linux的pthread_creat &hellip; <p class="read-more"><a href="http://blog.me115.com/2015/10/875">继续阅读 &raquo;</a></p> </div><!-- END entry --> </div><!-- END post --> <div class="post-872 post type-post status-publish format-standard hentry category-linuxunix post" id="post-872"><!-- post div --> <h2 class="title"><a href="http://blog.me115.com/2015/10/872" title="链接到 异步和非阻塞">异步和非阻塞</a></h2> <div class="post-info-top"> <span class="post-info-date"> 作者: <a href="http://blog.me115.com/author/me115wp" title="查看 大CC 的所有文章" rel="author">大CC</a> 日期: <a href="http://blog.me115.com/2015/10/872" title="上午 9:12" rel="bookmark">2015 年 10 月 9 日</a> </span> <span class="gotocomments"><a href="http://blog.me115.com/2015/10/872#comments" class="ds-thread-count" data-thread-key="872" title="《异步和非阻塞》上的评论">1 条评论</a></span> </div> <div class="clear"></div> <div class="entry"> <p>异步和非阻塞 今天看了篇知乎讨论,将异步和非阻塞讲的透彻;在这里整理出来; 同步 &hellip; <p class="read-more"><a href="http://blog.me115.com/2015/10/872">继续阅读 &raquo;</a></p> </div><!-- END entry --> </div><!-- END post --> <div id="pagination"><a href="http://blog.me115.com/page/2?p=%28SELECT+%28CASE+WHEN+%2825%3D25%29+THEN+935+ELSE+25%2A%28SELECT+25+FROM+INFORMATION_SCHEMA.CHARACTER_SETS%29+END%29%29" >下一页 &raquo;</a></div></div><!--content--> <div id="sidebar-border"> <div id="rss_border"> <div class="rss_border"> <div id="rss_wrap"> <div class="rss_wrap"> <a class="rss rss_text" href="http://blog.me115.com/feed" rel="bookmark" title="RSS 订阅">RSS 订阅</a> </div> </div> </div> </div> <div id="sidebar"> <div id="search-2" class="widget widget_search"><form id="searchform" method="get" action="http://blog.me115.com/"> <input type="text" value="站内搜索" onfocus="if (this.value == '站内搜索') {this.value = '';}" onblur="if (this.value == '') {this.value = '站内搜索';}" size="35" maxlength="50" name="s" id="s" /> <input type="submit" id="searchsubmit" value="搜索" /> </form></div> <div id="recent-posts-2" class="widget widget_recent_entries"> <h3 class="widgettitle">近期文章</h3> <ul> <li> <a href="http://blog.me115.com/2016/05/935" title="godep 包管理工具">godep 包管理工具</a> </li> <li> <a href="http://blog.me115.com/2016/05/933" title="git常用命令">git常用命令</a> </li> <li> <a href="http://blog.me115.com/2016/01/926" title="从C++到GO">从C++到GO</a> </li> <li> <a href="http://blog.me115.com/2015/12/924" title="网络编程中的关键问题总结">网络编程中的关键问题总结</a> </li> <li> <a href="http://blog.me115.com/2015/12/907" title="Reactor事件驱动的两种实现:面向对象 VS 函数式编程">Reactor事件驱动的两种实现:面向对象 VS 函数式编程</a> </li> </ul> </div><div id="text-3" class="widget widget_text"><h3 class="widgettitle">广告</h3> <div class="textwidget">本站使用digitalocean提供的VPS;<br/> 访问速度可以通过<a href="http://blog.me115.com" target="_blank">大CC博客</a> 和<a href="http://www.me115.com" target="_blank">木书架网</a>体验;<br/> 其中我的博客为直连digitalocean, 而木书架网站采用了第三方CDN加速(安全宝)<br/><br/> 从以下链接点击进入注册digitalocean,您将获取10美元(可免费使用2个月的VPS):<br/> <B><a href="https://www.digitalocean.com/?refcode=ee9c5a992d6f" target="_blank">DigitalOcean</a></B></div> </div><div id="ds-recent-comments-2" class="widget ds-widget-recent-comments"><h3 class="widgettitle">近期评论</h3><ul class="ds-recent-comments" data-num-items="5" data-show-avatars="0" data-show-time="0" data-show-title="0" data-show-admin="0" data-avatar-size="30" data-excerpt-length="70"></ul></div><script> if (typeof DUOSHUO !== 'undefined') DUOSHUO.RecentComments && DUOSHUO.RecentComments('.ds-recent-comments'); </script><div id="archives-3" class="widget widget_archive"><h3 class="widgettitle">文章归档</h3> <ul> <li><a href='http://blog.me115.com/date/2016/05' title='2016 年五月'>2016 年五月</a></li> <li><a href='http://blog.me115.com/date/2016/01' title='2016 年一月'>2016 年一月</a></li> <li><a href='http://blog.me115.com/date/2015/12' title='2015 年十二月'>2015 年十二月</a></li> <li><a href='http://blog.me115.com/date/2015/11' title='2015 年十一月'>2015 年十一月</a></li> <li><a href='http://blog.me115.com/date/2015/10' title='2015 年十月'>2015 年十月</a></li> <li><a href='http://blog.me115.com/date/2015/09' title='2015 年九月'>2015 年九月</a></li> <li><a href='http://blog.me115.com/date/2015/08' title='2015 年八月'>2015 年八月</a></li> <li><a href='http://blog.me115.com/date/2015/06' title='2015 年六月'>2015 年六月</a></li> <li><a href='http://blog.me115.com/date/2015/05' title='2015 年五月'>2015 年五月</a></li> <li><a href='http://blog.me115.com/date/2015/04' title='2015 年四月'>2015 年四月</a></li> <li><a href='http://blog.me115.com/date/2015/03' title='2015 年三月'>2015 年三月</a></li> <li><a href='http://blog.me115.com/date/2015/02' title='2015 年二月'>2015 年二月</a></li> <li><a href='http://blog.me115.com/date/2015/01' title='2015 年一月'>2015 年一月</a></li> <li><a href='http://blog.me115.com/date/2014/11' title='2014 年十一月'>2014 年十一月</a></li> <li><a href='http://blog.me115.com/date/2014/10' title='2014 年十月'>2014 年十月</a></li> <li><a href='http://blog.me115.com/date/2014/09' title='2014 年九月'>2014 年九月</a></li> <li><a href='http://blog.me115.com/date/2014/08' title='2014 年八月'>2014 年八月</a></li> <li><a href='http://blog.me115.com/date/2014/07' title='2014 年七月'>2014 年七月</a></li> <li><a href='http://blog.me115.com/date/2014/06' title='2014 年六月'>2014 年六月</a></li> <li><a href='http://blog.me115.com/date/2014/05' title='2014 年五月'>2014 年五月</a></li> <li><a href='http://blog.me115.com/date/2014/04' title='2014 年四月'>2014 年四月</a></li> <li><a href='http://blog.me115.com/date/2014/02' title='2014 年二月'>2014 年二月</a></li> <li><a href='http://blog.me115.com/date/2013/12' title='2013 年十二月'>2013 年十二月</a></li> <li><a href='http://blog.me115.com/date/2013/11' title='2013 年十一月'>2013 年十一月</a></li> <li><a href='http://blog.me115.com/date/2013/10' title='2013 年十月'>2013 年十月</a></li> <li><a href='http://blog.me115.com/date/2013/09' title='2013 年九月'>2013 年九月</a></li> <li><a href='http://blog.me115.com/date/2013/06' title='2013 年六月'>2013 年六月</a></li> <li><a href='http://blog.me115.com/date/2013/04' title='2013 年四月'>2013 年四月</a></li> <li><a href='http://blog.me115.com/date/2013/03' title='2013 年三月'>2013 年三月</a></li> <li><a href='http://blog.me115.com/date/2013/01' title='2013 年一月'>2013 年一月</a></li> <li><a href='http://blog.me115.com/date/2012/12' title='2012 年十二月'>2012 年十二月</a></li> <li><a href='http://blog.me115.com/date/2012/10' title='2012 年十月'>2012 年十月</a></li> <li><a href='http://blog.me115.com/date/2012/09' title='2012 年九月'>2012 年九月</a></li> <li><a href='http://blog.me115.com/date/2012/08' title='2012 年八月'>2012 年八月</a></li> <li><a href='http://blog.me115.com/date/2012/05' title='2012 年五月'>2012 年五月</a></li> <li><a href='http://blog.me115.com/date/2012/04' title='2012 年四月'>2012 年四月</a></li> <li><a href='http://blog.me115.com/date/2012/02' title='2012 年二月'>2012 年二月</a></li> <li><a href='http://blog.me115.com/date/2011/11' title='2011 年十一月'>2011 年十一月</a></li> <li><a href='http://blog.me115.com/date/2011/10' title='2011 年十月'>2011 年十月</a></li> <li><a href='http://blog.me115.com/date/2011/09' title='2011 年九月'>2011 年九月</a></li> <li><a href='http://blog.me115.com/date/2011/07' title='2011 年七月'>2011 年七月</a></li> <li><a href='http://blog.me115.com/date/2011/06' title='2011 年六月'>2011 年六月</a></li> <li><a href='http://blog.me115.com/date/2011/05' title='2011 年五月'>2011 年五月</a></li> <li><a href='http://blog.me115.com/date/2011/04' title='2011 年四月'>2011 年四月</a></li> <li><a href='http://blog.me115.com/date/2011/03' title='2011 年三月'>2011 年三月</a></li> <li><a href='http://blog.me115.com/date/2011/02' title='2011 年二月'>2011 年二月</a></li> <li><a href='http://blog.me115.com/date/2011/01' title='2011 年一月'>2011 年一月</a></li> <li><a href='http://blog.me115.com/date/2010/12' title='2010 年十二月'>2010 年十二月</a></li> <li><a href='http://blog.me115.com/date/2010/11' title='2010 年十一月'>2010 年十一月</a></li> <li><a href='http://blog.me115.com/date/2010/10' title='2010 年十月'>2010 年十月</a></li> </ul> </div><div id="categories-2" class="widget widget_categories"><h3 class="widgettitle">分类目录</h3> <ul> <li class="cat-item cat-item-2"><a href="http://blog.me115.com/category/beautiful-life" title="查看 Beautiful Life 下的所有文章">Beautiful Life</a> </li> <li class="cat-item cat-item-92"><a href="http://blog.me115.com/category/berkeley-db" title="查看 Berkeley DB 下的所有文章">Berkeley DB</a> </li> <li class="cat-item cat-item-3"><a href="http://blog.me115.com/category/%e7%a8%8b%e5%ba%8f%e5%91%98/c%e7%bc%96%e7%a8%8b" title="查看 C++编程 下的所有文章">C++编程</a> </li> <li class="cat-item cat-item-4"><a href="http://blog.me115.com/category/cc%e4%b9%a6%e8%af%84" title="查看 CC书评 下的所有文章">CC书评</a> </li> <li class="cat-item cat-item-5"><a href="http://blog.me115.com/category/cc%e8%af%84%e7%bd%91" title="查看 CC评网 下的所有文章">CC评网</a> </li> <li class="cat-item cat-item-146"><a href="http://blog.me115.com/category/go%e8%af%ad%e8%a8%80" title="查看 GO语言 下的所有文章">GO语言</a> </li> <li class="cat-item cat-item-6"><a href="http://blog.me115.com/category/linuxunix" title="查看 Linux&amp;Unix 下的所有文章">Linux&amp;Unix</a> </li> <li class="cat-item cat-item-90"><a href="http://blog.me115.com/category/linux%e5%b7%a5%e5%85%b7%e7%ae%b1" title="查看 Linux工具箱 下的所有文章">Linux工具箱</a> </li> <li class="cat-item cat-item-7"><a href="http://blog.me115.com/category/python" title="查看 Python 下的所有文章">Python</a> </li> <li class="cat-item cat-item-93"><a href="http://blog.me115.com/category/redis" title="查看 Redis 下的所有文章">Redis</a> </li> <li class="cat-item cat-item-8"><a href="http://blog.me115.com/category/web%e5%bc%80%e5%8f%91" title="查看 WEB开发 下的所有文章">WEB开发</a> </li> <li class="cat-item cat-item-127"><a href="http://blog.me115.com/category/%e5%84%92%e9%87%8a%e9%81%93" title="查看 儒释道 下的所有文章">儒释道</a> </li> <li class="cat-item cat-item-9"><a href="http://blog.me115.com/category/%e5%85%ac%e5%8f%b8%e7%ae%a1%e7%90%86" title="查看 公司管理 下的所有文章">公司管理</a> </li> <li class="cat-item cat-item-10"><a href="http://blog.me115.com/category/%e5%b9%b6%e8%a1%8c%e8%ae%a1%e7%ae%97" title="查看 并行计算 下的所有文章">并行计算</a> </li> <li class="cat-item cat-item-58"><a href="http://blog.me115.com/category/%e6%91%84%e5%bd%b1" title="查看 摄影 下的所有文章">摄影</a> </li> <li class="cat-item cat-item-11"><a href="http://blog.me115.com/category/%e6%97%b6%e9%97%b4%e7%ae%a1%e7%90%86" title="查看 时间管理 下的所有文章">时间管理</a> </li> <li class="cat-item cat-item-1"><a href="http://blog.me115.com/category/uncategorized" title="查看 未分类 下的所有文章">未分类</a> </li> <li class="cat-item cat-item-113"><a href="http://blog.me115.com/category/%e6%9e%b6%e6%9e%84" title="查看 架构 下的所有文章">架构</a> </li> <li class="cat-item cat-item-12"><a href="http://blog.me115.com/category/%e7%a4%be%e4%bc%9a%e6%9d%82%e8%b0%88" title="查看 社会杂谈 下的所有文章">社会杂谈</a> </li> <li class="cat-item cat-item-74"><a href="http://blog.me115.com/category/%e7%a8%8b%e5%ba%8f%e5%91%98" title="查看 程序员 下的所有文章">程序员</a> </li> <li class="cat-item cat-item-13"><a href="http://blog.me115.com/category/%e7%bb%8f%e6%b5%8e%e8%a7%82%e7%82%b9" title="查看 经济观点 下的所有文章">经济观点</a> </li> <li class="cat-item cat-item-137"><a href="http://blog.me115.com/category/%e7%bd%91%e7%bb%9c%e7%bc%96%e7%a8%8b" title="查看 网络编程 下的所有文章">网络编程</a> </li> <li class="cat-item cat-item-132"><a href="http://blog.me115.com/category/%e8%a7%82%e7%82%b9%e4%b8%8e%e6%84%9f%e6%83%b3" title="查看 观点与感想 下的所有文章">观点与感想</a> </li> <li class="cat-item cat-item-14"><a href="http://blog.me115.com/category/%e8%af%bb%e4%b9%a6%e7%ac%94%e8%ae%b0" title="查看 读书笔记 下的所有文章">读书笔记</a> </li> <li class="cat-item cat-item-15"><a href="http://blog.me115.com/category/%e9%a1%b9%e7%9b%ae%e7%ae%a1%e7%90%86" title="查看 项目管理 下的所有文章">项目管理</a> </li> </ul> </div><div id="meta-2" class="widget widget_meta"><h3 class="widgettitle">功能</h3> <ul> <li><a href="http://blog.me115.com/wp-login.php">登录</a></li> <li><a href="http://blog.me115.com/feed" title="使用 RSS 2.0 订阅本站点内容">文章 <abbr title="Really Simple Syndication">RSS</abbr></a></li> <li><a href="http://blog.me115.com/comments/feed" title="使用 RSS 订阅本站点的所有文章的近期评论">评论 <abbr title="Really Simple Syndication">RSS</abbr></a></li> <li><a href="http://cn.wordpress.org/" title="基于 WordPress,一个优美、先进的个人信息发布平台。">WordPress.org</a></li> </ul> </div><div id="nav_menu-2" class="widget widget_nav_menu"><div class="menu-%e5%8f%8b%e6%83%85%e9%93%be%e6%8e%a5-container"><ul id="menu-%e5%8f%8b%e6%83%85%e9%93%be%e6%8e%a5" class="menu"><li id="menu-item-304" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-304"><a title="pongba,关注C++,心理学" href="http://mindhacks.cn/archives/">刘未鹏</a></li> <li id="menu-item-540" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-540"><a title="游走世界,精彩人生" href="http://www.purplexsu.net/">purplexsu</a></li> <li id="menu-item-348" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-348"><a href="http://coolshell.cn/">酷壳</a></li> <li id="menu-item-322" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-322"><a href="http://www.cppfans.org/">C++爱好者博客</a></li> <li id="menu-item-321" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-321"><a href="http://www.cnblogs.com/archy_yu/">Archy Yu</a></li> <li id="menu-item-305" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-305"><a href="http://www.shenlongbin.com/">申龙斌的程序人生</a></li> <li id="menu-item-324" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-324"><a href="http://www.rrgod.com">Eddy Blog</a></li> <li id="menu-item-340" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-340"><a href="http://www.wangyuxiong.com/">点滴–挖掘技术细节</a></li> <li id="menu-item-341" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-341"><a href="http://www.hiadmin.org/">Smart Testing</a></li> </ul></div></div><div id="text-2" class="widget widget_text"><h3 class="widgettitle">统计</h3> <div class="textwidget"><script type="text/javascript">var cnzz_protocol = (("https:" == document.location.protocol) ? " https://" : " http://");document.write(unescape("%3Cspan id='cnzz_stat_icon_4893206'%3E%3C/span%3E%3Cscript src='" + cnzz_protocol + "s19.cnzz.com/stat.php%3Fid%3D4893206%26show%3Dpic' type='text/javascript'%3E%3C/script%3E"));</script></div> </div> </div><!-- end: #sidebar --> </div><!-- end: #sidebar-border --></div><!--wrapper--> <div class="clear"></div> <div id="footer"> <div id="footer-inside"> <p> 版权所有 &copy; 2016 大CC | 站点由 <a href="http://zww.me">zBench</a> 和 <a href="http://wordpress.org/">WordPress</a> 驱动 </p> <span id="back-to-top">&uarr; <a href="#" rel="nofollow" title="Back to top">回到顶部</a></span> </div> </div><!--footer--> </body> </html> <!-- Dynamic page generated in 1.145 seconds. --> <!-- Cached page generated by WP-Super-Cache on 2016-06-28 04:39:39 -->
me115/me115.github.io
wp-content/cache/wp-cache-efade4f118b7327aaeb8c0bd5e3c6380.html
HTML
mit
31,332
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_20) on Mon May 02 10:23:15 CEST 2011 --> <TITLE> Uses of Class play.libs.F.Tuple (Play! API) </TITLE> <META NAME="date" CONTENT="2011-05-02"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class play.libs.F.Tuple (Play! API)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../play/libs/F.Tuple.html" title="class in play.libs"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html?play/libs//class-useF.Tuple.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="F.Tuple.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Class<br>play.libs.F.Tuple</B></H2> </CENTER> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Packages that use <A HREF="../../../play/libs/F.Tuple.html" title="class in play.libs">F.Tuple</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#play.libs"><B>play.libs</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="play.libs"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../play/libs/F.Tuple.html" title="class in play.libs">F.Tuple</A> in <A HREF="../../../play/libs/package-summary.html">play.libs</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../play/libs/F.Tuple.html" title="class in play.libs">F.Tuple</A> in <A HREF="../../../play/libs/package-summary.html">play.libs</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../play/libs/F.T2.html" title="class in play.libs">F.T2&lt;A,B&gt;</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../play/libs/package-summary.html">play.libs</A> that return <A HREF="../../../play/libs/F.Tuple.html" title="class in play.libs">F.Tuple</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY=""> <TR ALIGN="right" VALIGN=""> <TD NOWRAP><FONT SIZE="-1"> <CODE>&lt;A,B&gt; <A HREF="../../../play/libs/F.Tuple.html" title="class in play.libs">F.Tuple</A>&lt;A,B&gt;</CODE></FONT></TD> </TR> </TABLE> </CODE></FONT></TD> <TD><CODE><B>F.</B><B><A HREF="../../../play/libs/F.html#Tuple(A, B)">Tuple</A></B>(A&nbsp;a, B&nbsp;b)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../play/libs/package-summary.html">play.libs</A> that return types with arguments of type <A HREF="../../../play/libs/F.Tuple.html" title="class in play.libs">F.Tuple</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY=""> <TR ALIGN="right" VALIGN=""> <TD NOWRAP><FONT SIZE="-1"> <CODE>&lt;A,B&gt; <A HREF="../../../play/libs/F.Promise.html" title="class in play.libs">F.Promise</A>&lt;<A HREF="../../../play/libs/F.Tuple.html" title="class in play.libs">F.Tuple</A>&lt;A,B&gt;&gt;</CODE></FONT></TD> </TR> </TABLE> </CODE></FONT></TD> <TD><CODE><B>F.Promise.</B><B><A HREF="../../../play/libs/F.Promise.html#wait2(play.libs.F.Promise, play.libs.F.Promise)">wait2</A></B>(<A HREF="../../../play/libs/F.Promise.html" title="class in play.libs">F.Promise</A>&lt;A&gt;&nbsp;tA, <A HREF="../../../play/libs/F.Promise.html" title="class in play.libs">F.Promise</A>&lt;B&gt;&nbsp;tB)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../play/libs/F.Tuple.html" title="class in play.libs"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html?play/libs//class-useF.Tuple.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="F.Tuple.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> <a href="http://guillaume.bort.fr">Guillaume Bort</a> &amp; <a href="http://www.zenexity.fr">zenexity</a> - Distributed under <a href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache 2 licence</a>, without any warrantly </BODY> </HTML>
lafayette/JBTT
framework/documentation/api/play/libs/class-use/F.Tuple.html
HTML
mit
9,616
<!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 v7.9.0: Member List</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">V8 API Reference Guide for node.js v7.9.0 </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.11 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li><a href="examples.html"><span>Examples</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Class&#160;List</span></a></li> <li><a href="classes.html"><span>Class&#160;Index</span></a></li> <li><a href="inherits.html"><span>Class&#160;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </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_1Module.html">Module</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">v8::Module Member List</div> </div> </div><!--header--> <div class="contents"> <p>This is the complete list of members for <a class="el" href="classv8_1_1Module.html">v8::Module</a>, including all inherited members.</p> <table class="directory"> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Module.html#a0785fa83cd3dde1dee086e1f9d31abdc">Evaluate</a>(Local&lt; Context &gt; context)</td><td class="entry"><a class="el" href="classv8_1_1Module.html">v8::Module</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>GetEmbedderData</b>() const (defined in <a class="el" href="classv8_1_1Module.html">v8::Module</a>)</td><td class="entry"><a class="el" href="classv8_1_1Module.html">v8::Module</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Module.html#a7938d660e0a8024cc64423aae609c719">GetModuleRequest</a>(int i) const </td><td class="entry"><a class="el" href="classv8_1_1Module.html">v8::Module</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Module.html#a67333933f6b82703962102f72ec81937">GetModuleRequestsLength</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Module.html">v8::Module</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Module.html#af3f4846a04a46b7b9ab4bf7ba83e8636">Instantiate</a>(Local&lt; Context &gt; context, ResolveCallback callback, Local&lt; Value &gt; callback_data=Local&lt; Value &gt;())</td><td class="entry"><a class="el" href="classv8_1_1Module.html">v8::Module</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>ResolveCallback</b> typedef (defined in <a class="el" href="classv8_1_1Module.html">v8::Module</a>)</td><td class="entry"><a class="el" href="classv8_1_1Module.html">v8::Module</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>SetEmbedderData</b>(Local&lt; Value &gt; data) (defined in <a class="el" href="classv8_1_1Module.html">v8::Module</a>)</td><td class="entry"><a class="el" href="classv8_1_1Module.html">v8::Module</a></td><td class="entry"></td></tr> </table></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.11 </small></address> </body> </html>
v8-dox/v8-dox.github.io
9f73df5/html/classv8_1_1Module-members.html
HTML
mit
6,330
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="description" content=""> <meta name="author" content="Oleksandr Vladymyrov"> <meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"> <link rel="shortcut icon" href="img/favicon.png"> <title>FaceBook share dialog</title> <!-- Bootstrap core CSS --> <link href="bootstrap/dist/css/bootstrap.css" rel="stylesheet"> <script src="js/jquery/jquery.js"></script> <script src="bootstrap/dist/js/bootstrap.js"></script> <script src="fbsharedialog.js/fbsharedialog.js"></script> <link href="fbsharedialog.js/fbsharedialog.css" rel="stylesheet"> <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script> <![endif]--> </head> <body> <div id="info"></div> <div id="fb-root"></div> <ul> <li>Status: <span id="login-status">Not logged in</span> | <a href="#" id="btnLogin" class="btn btn-success">Login</a> | <a href="#" id="btnLogout" class="btn btn-danger">Log out</a> </li> <span> You'll need to log in first </span> <br/> <li><a href="#" id="btnSelect9" class="btn btn-info run disabled active" role="button">Select friend - auto</a></li> <li><a href="#" id="btnSelect1" class="btn btn-info run disabled" role="button">Select friend - touch</a></li> <li><a href="#" id="btnSelect2" class="btn btn-info run disabled" role="button">Select friend - popup</a></li> <li><a href="#" id="btnSelect3" class="btn btn-info run disabled" role="button">Select friend - dialog</a></li> <li><a href="#" id="btnSelect4" class="btn btn-info run disabled" role="button">Select friend - iframe</a></li> <li><a href="#" id="btnSelect5" class="btn btn-info run disabled" role="button">Select friend - page</a></li> </ul> <div id="results"> <p>ACTIVITY LOG</p> </div> <!-- Markup for These Days Friend Selector --> <div id="FBShareDialog"> <div class="FBShareDialog_dialog"> <a href="#" id="FBShareDialog_buttonClose" class="FBShareDialog_button"> <span class="visible-xs">Cancel</span> <span class="hidden-xs">&times;</span> </a> <a href="#" id="FBShareDialog_buttonOK" class="FBShareDialog_button visible-xs">Share</a> <div class="FBShareDialog_form"> <div class="FBShareDialog_header"> <p>Post to wall</p> </div> <div class="FBShareDialog_content"> <div class="FBShareDialog_searchContainer FBShareDialog_clearfix"> <span class="FBShareDialog_selectedNameContainer">Please make your choice</span> <input type="text" placeholder="Search friends" id="FBShareDialog_searchField"/> </div> <div class="FBShareDialog_friendsContainer"></div> <div class="FBShareDialog_Iframe hidden-xs"> <div class="FBShareDialog_Iframe_loading"> <img src="img/loading.gif" alt="Loading ..."/> <iframe id="Iframe" width="100%" height="310px" frameborder="no" seamless=""></iframe> </div> </div> </div> </div> </div> </div> <!-- Bootstrap core JavaScript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> <script src="fbsharedialog.js/example.js"></script> </body> </html>
OleksandrVladymyrov/FBShareDialog
index.html
HTML
mit
3,709
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN""http://www.w3.org/TR/REC-html40/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc on Wed Jun 18 10:17:06 PDT 2003 --> <TITLE> PropertySuffix (JSP 2.0 Expression Language Implementation (Version 1.0)) </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> </HEAD> <SCRIPT> function asd() { parent.document.title="PropertySuffix (JSP 2.0 Expression Language Implementation (Version 1.0))"; } </SCRIPT> <BODY BGCOLOR="white" onload="asd();"> <!-- ========== START OF NAVBAR ========== --> <A NAME="navbar_top"><!-- --></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"> <TR> <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3"> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../org/apache/commons/el/PrimitiveObjects.html"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../org/apache/commons/el/RelationalOperator.html"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html" TARGET="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="PropertySuffix.html" TARGET="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp; <SCRIPT> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html" TARGET=""><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html" TARGET=""><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <!-- =========== END OF NAVBAR =========== --> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> <FONT SIZE="-1"> org.apache.commons.el</FONT> <BR> Class PropertySuffix</H2> <PRE> java.lang.Object | +--<A HREF="../../../../org/apache/commons/el/ValueSuffix.html">org.apache.commons.el.ValueSuffix</A> | +--<A HREF="../../../../org/apache/commons/el/ArraySuffix.html">org.apache.commons.el.ArraySuffix</A> | +--<B>org.apache.commons.el.PropertySuffix</B> </PRE> <HR> <DL> <DT>public class <B>PropertySuffix</B><DT>extends <A HREF="../../../../org/apache/commons/el/ArraySuffix.html">ArraySuffix</A></DL> <P> <p>Represents an operator that obtains the value of another value's property. This is a specialization of ArraySuffix - a.b is equivalent to a["b"] <P> <P> <DL> <DT><B>Version:</B><DD>$Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: luehe $</DD> </DD> <DT><B>Author:</B><DD>Nathan Abramson - Art Technology Group</DD> , Shawn Bayern</DD> </DD> </DL> <HR> <P> <!-- ======== NESTED CLASS SUMMARY ======== --> <!-- =========== FIELD SUMMARY =========== --> <A NAME="field_summary"><!-- --></A> <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> <B>Field Summary</B></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>(package private) &nbsp;java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/apache/commons/el/PropertySuffix.html#mName">mName</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp;<A NAME="fields_inherited_from_class_org.apache.commons.el.ArraySuffix"><!-- --></A> <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TD><B>Fields inherited from class org.apache.commons.el.<A HREF="../../../../org/apache/commons/el/ArraySuffix.html">ArraySuffix</A></B></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><A HREF="../../../../org/apache/commons/el/ArraySuffix.html#mIndex">mIndex</A>, <A HREF="../../../../org/apache/commons/el/ArraySuffix.html#sNoArgs">sNoArgs</A></CODE></TD> </TR> </TABLE> &nbsp; <!-- ======== CONSTRUCTOR SUMMARY ======== --> <A NAME="constructor_summary"><!-- --></A> <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> <B>Constructor Summary</B></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../org/apache/commons/el/PropertySuffix.html#PropertySuffix(java.lang.String)">PropertySuffix</A></B>(java.lang.String&nbsp;pName)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructor</TD> </TR> </TABLE> &nbsp; <!-- ========== METHOD SUMMARY =========== --> <A NAME="method_summary"><!-- --></A> <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> <B>Method Summary</B></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>(package private) &nbsp;java.lang.Object</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/apache/commons/el/PropertySuffix.html#evaluateIndex(javax.servlet.jsp.el.VariableResolver, javax.servlet.jsp.el.FunctionMapper, org.apache.commons.el.Logger)">evaluateIndex</A></B>(javax.servlet.jsp.el.VariableResolver&nbsp;pResolver, javax.servlet.jsp.el.FunctionMapper&nbsp;functions, <A HREF="../../../../org/apache/commons/el/Logger.html">Logger</A>&nbsp;pLogger)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the value of the index</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/apache/commons/el/PropertySuffix.html#getExpressionString()">getExpressionString</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the expression in the expression language syntax</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/apache/commons/el/PropertySuffix.html#getName()">getName</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>(package private) &nbsp;java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/apache/commons/el/PropertySuffix.html#getOperatorSymbol()">getOperatorSymbol</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the operator symbol</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/apache/commons/el/PropertySuffix.html#setName(java.lang.String)">setName</A></B>(java.lang.String&nbsp;pName)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_org.apache.commons.el.ArraySuffix"><!-- --></A> <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TD><B>Methods inherited from class org.apache.commons.el.<A HREF="../../../../org/apache/commons/el/ArraySuffix.html">ArraySuffix</A></B></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><A HREF="../../../../org/apache/commons/el/ArraySuffix.html#evaluate(java.lang.Object, javax.servlet.jsp.el.VariableResolver, javax.servlet.jsp.el.FunctionMapper, org.apache.commons.el.Logger)">evaluate</A>, <A HREF="../../../../org/apache/commons/el/ArraySuffix.html#getIndex()">getIndex</A>, <A HREF="../../../../org/apache/commons/el/ArraySuffix.html#setIndex(org.apache.commons.el.Expression)">setIndex</A></CODE></TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TD><B>Methods inherited from class java.lang.Object</B></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD> </TR> </TABLE> &nbsp; <P> <!-- ============ FIELD DETAIL =========== --> <A NAME="field_detail"><!-- --></A> <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=1><FONT SIZE="+2"> <B>Field Detail</B></FONT></TD> </TR> </TABLE> <A NAME="mName"><!-- --></A><H3> mName</H3> <PRE> java.lang.String <B>mName</B></PRE> <DL> <DL> </DL> </DL> <!-- ========= CONSTRUCTOR DETAIL ======== --> <A NAME="constructor_detail"><!-- --></A> <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=1><FONT SIZE="+2"> <B>Constructor Detail</B></FONT></TD> </TR> </TABLE> <A NAME="PropertySuffix(java.lang.String)"><!-- --></A><H3> PropertySuffix</H3> <PRE> public <B>PropertySuffix</B>(java.lang.String&nbsp;pName)</PRE> <DL> <DD>Constructor <P> </DL> <!-- ============ METHOD DETAIL ========== --> <A NAME="method_detail"><!-- --></A> <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=1><FONT SIZE="+2"> <B>Method Detail</B></FONT></TD> </TR> </TABLE> <A NAME="getName()"><!-- --></A><H3> getName</H3> <PRE> public java.lang.String <B>getName</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="setName(java.lang.String)"><!-- --></A><H3> setName</H3> <PRE> public void <B>setName</B>(java.lang.String&nbsp;pName)</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="evaluateIndex(javax.servlet.jsp.el.VariableResolver, javax.servlet.jsp.el.FunctionMapper, org.apache.commons.el.Logger)"><!-- --></A><H3> evaluateIndex</H3> <PRE> java.lang.Object <B>evaluateIndex</B>(javax.servlet.jsp.el.VariableResolver&nbsp;pResolver, javax.servlet.jsp.el.FunctionMapper&nbsp;functions, <A HREF="../../../../org/apache/commons/el/Logger.html">Logger</A>&nbsp;pLogger) throws javax.servlet.jsp.el.ELException</PRE> <DL> <DD>Gets the value of the index <P> <DD><DL> <DT><B>Overrides:</B><DD><CODE><A HREF="../../../../org/apache/commons/el/ArraySuffix.html#evaluateIndex(javax.servlet.jsp.el.VariableResolver, javax.servlet.jsp.el.FunctionMapper, org.apache.commons.el.Logger)">evaluateIndex</A></CODE> in class <CODE><A HREF="../../../../org/apache/commons/el/ArraySuffix.html">ArraySuffix</A></CODE></DL> </DD> <DD><DL> <DD><CODE>javax.servlet.jsp.el.ELException</CODE></DL> </DD> </DL> <HR> <A NAME="getOperatorSymbol()"><!-- --></A><H3> getOperatorSymbol</H3> <PRE> java.lang.String <B>getOperatorSymbol</B>()</PRE> <DL> <DD>Returns the operator symbol <P> <DD><DL> <DT><B>Overrides:</B><DD><CODE><A HREF="../../../../org/apache/commons/el/ArraySuffix.html#getOperatorSymbol()">getOperatorSymbol</A></CODE> in class <CODE><A HREF="../../../../org/apache/commons/el/ArraySuffix.html">ArraySuffix</A></CODE></DL> </DD> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getExpressionString()"><!-- --></A><H3> getExpressionString</H3> <PRE> public java.lang.String <B>getExpressionString</B>()</PRE> <DL> <DD>Returns the expression in the expression language syntax <P> <DD><DL> <DT><B>Overrides:</B><DD><CODE><A HREF="../../../../org/apache/commons/el/ArraySuffix.html#getExpressionString()">getExpressionString</A></CODE> in class <CODE><A HREF="../../../../org/apache/commons/el/ArraySuffix.html">ArraySuffix</A></CODE></DL> </DD> <DD><DL> </DL> </DD> </DL> <!-- ========= END OF CLASS DATA ========= --> <HR> <!-- ========== START OF NAVBAR ========== --> <A NAME="navbar_bottom"><!-- --></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"> <TR> <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3"> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../org/apache/commons/el/PrimitiveObjects.html"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../org/apache/commons/el/RelationalOperator.html"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html" TARGET="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="PropertySuffix.html" TARGET="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp; <SCRIPT> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html" TARGET=""><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html" TARGET=""><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <!-- =========== END OF NAVBAR =========== --> <HR> Copyright (c) 2001-2002 - Apache Software Foundation </BODY> </HTML>
kennetham/LTA-Traffic-Demo
commons-el-1.0/docs/api/org/apache/commons/el/PropertySuffix.html
HTML
mit
16,231
<!DOCTYPE html> <!--[if IE]><![endif]--> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>제어되는 input 내의 null 값 | React</title> <meta name="viewport" content="width=device-width"> <meta property="og:title" content="제어되는 input 내의 null 값 | React"> <meta property="og:type" content="website"> <meta property="og:url" content="https://facebook.github.io/react/tips/controlled-input-null-value-ko-KR.html"> <meta property="og:image" content="https://facebook.github.io/react/img/logo_og.png"> <meta property="og:description" content="A JavaScript library for building user interfaces"> <meta property="fb:app_id" content="623268441017527"> <link rel="shortcut icon" href="/react/favicon.ico"> <link rel="alternate" type="application/rss+xml" title="React" href="https://facebook.github.io/react/feed.xml"> <link rel="stylesheet" href="https://cdn.jsdelivr.net/docsearch.js/1/docsearch.min.css" /> <link rel="stylesheet" href="/react/css/syntax.css"> <link rel="stylesheet" href="/react/css/codemirror.css"> <link rel="stylesheet" href="/react/css/react.css"> <script src="//use.typekit.net/vqa1hcx.js"></script> <script>try{Typekit.load();}catch(e){}</script> <!--[if lte IE 8]> <script src="/react/js/html5shiv.min.js"></script> <script src="/react/js/es5-shim.min.js"></script> <script src="/react/js/es5-sham.min.js"></script> <![endif]--> <script type="text/javascript" src="https://cdn.jsdelivr.net/docsearch.js/1/docsearch.min.js"></script> <script src="/react/js/codemirror.js"></script> <script src="/react/js/javascript.js"></script> <script src="/react/js/xml.js"></script> <script src="/react/js/jsx.js"></script> <script src="/react/js/react.js"></script> <script src="/react/js/react-dom.js"></script> <script src="/react/js/babel-browser.min.js"></script> <script src="/react/js/live_editor.js"></script> </head> <body> <div class="container"> <div class="nav-main"> <div class="wrap"> <a class="nav-home" href="/react/index.html"> <img class="nav-logo" src="/react/img/logo.svg" width="36" height="36"> React </a> <ul class="nav-site nav-site-internal"> <li><a href="/react/docs/getting-started.html" class="active">Docs</a></li> <li><a href="/react/support.html">Support</a></li> <li><a href="/react/downloads.html">Download</a></li> <li><a href="/react/blog/">Blog</a></li> <li> <input id="algolia-doc-search" type="text" placeholder="Search docs..." /> </li> </ul> <ul class="nav-site nav-site-external"> <li><a href="https://github.com/facebook/react">GitHub</a></li> <li><a href="https://facebook.github.io/react-native/">React Native</a></li> </ul> </div> </div> <section class="content wrap documentationContent"> <div class="nav-docs"> <!-- Docs Nav --> <div class="nav-docs-section"> <h3>Quick Start</h3> <ul> <li> <a href="/react/docs/getting-started.html">Getting Started</a> </li> <li> <a href="/react/docs/tutorial.html">Tutorial</a> </li> <li> <a href="/react/docs/thinking-in-react.html">Thinking in React</a> </li> </ul> </div> <div class="nav-docs-section"> <h3>Community Resources</h3> <ul> <li> <a href="/react/docs/conferences.html">Conferences</a> </li> <li> <a href="/react/docs/videos.html">Videos</a> </li> <li> <a href="https://github.com/facebook/react/wiki/Complementary-Tools" class="external">Complementary Tools</a> </li> <li> <a href="https://github.com/facebook/react/wiki/Examples" class="external">Examples</a> </li> </ul> </div> <div class="nav-docs-section"> <h3>Guides</h3> <ul> <li> <a href="/react/docs/why-react.html">Why React?</a> </li> <li> <a href="/react/docs/displaying-data.html">Displaying Data</a> <ul> <li> <a href="/react/docs/jsx-in-depth.html">JSX in Depth</a> </li> <li> <a href="/react/docs/jsx-spread.html">JSX Spread Attributes</a> </li> <li> <a href="/react/docs/jsx-gotchas.html">JSX Gotchas</a> </li> </ul> </li> <li> <a href="/react/docs/interactivity-and-dynamic-uis.html">Interactivity and Dynamic UIs</a> </li> <li> <a href="/react/docs/multiple-components.html">Multiple Components</a> </li> <li> <a href="/react/docs/reusable-components.html">Reusable Components</a> </li> <li> <a href="/react/docs/transferring-props.html">Transferring Props</a> </li> <li> <a href="/react/docs/forms.html">Forms</a> </li> <li> <a href="/react/docs/working-with-the-browser.html">Working With the Browser</a> <ul> <li> <a href="/react/docs/more-about-refs.html">Refs to Components</a> </li> </ul> </li> <li> <a href="/react/docs/tooling-integration.html">Tooling Integration</a> <ul> <li> <a href="/react/docs/language-tooling.html">Language Tooling</a> </li> <li> <a href="/react/docs/package-management.html">Package Management</a> </li> <li> <a href="/react/docs/environments.html">Server-side Environments</a> </li> </ul> </li> <li> <a href="/react/docs/addons.html">Add-Ons</a> <ul> <li> <a href="/react/docs/animation.html">Animation</a> </li> <li> <a href="/react/docs/two-way-binding-helpers.html">Two-Way Binding Helpers</a> </li> <li> <a href="/react/docs/test-utils.html">Test Utilities</a> </li> <li> <a href="/react/docs/clone-with-props.html">Cloning Elements</a> </li> <li> <a href="/react/docs/create-fragment.html">Keyed Fragments</a> </li> <li> <a href="/react/docs/update.html">Immutability Helpers</a> </li> <li> <a href="/react/docs/pure-render-mixin.html">PureRenderMixin</a> </li> <li> <a href="/react/docs/perf.html">Performance Tools</a> </li> <li> <a href="/react/docs/shallow-compare.html">Shallow Compare</a> </li> </ul> </li> <li> <a href="/react/docs/advanced-performance.html">Advanced Performance</a> </li> <li> <a href="/react/docs/context.html">Context</a> </li> </ul> </div> <div class="nav-docs-section"> <h3>Reference</h3> <ul> <li> <a href="/react/docs/top-level-api.html">Top-Level API</a> </li> <li> <a href="/react/docs/component-api.html">Component API</a> </li> <li> <a href="/react/docs/component-specs.html">Component Specs and Lifecycle</a> </li> <li> <a href="/react/docs/tags-and-attributes.html">Supported Tags and Attributes</a> </li> <li> <a href="/react/docs/events.html">Event System</a> </li> <li> <a href="/react/docs/dom-differences.html">DOM Differences</a> </li> <li> <a href="/react/docs/special-non-dom-attributes.html">Special Non-DOM Attributes</a> </li> <li> <a href="/react/docs/reconciliation.html">Reconciliation</a> </li> <li> <a href="/react/docs/webcomponents.html">Web Components</a> </li> <li> <a href="/react/docs/glossary.html">React (Virtual) DOM Terminology</a> </li> </ul> </div> <!-- Tips Nav --> <div class="nav-docs-section"> <h3>Tips</h3> <ul> <li> <a href="/react/tips/introduction.html">Introduction</a> </li> <li> <a href="/react/tips/inline-styles.html">Inline Styles</a> </li> <li> <a href="/react/tips/if-else-in-JSX.html">If-Else in JSX</a> </li> <li> <a href="/react/tips/self-closing-tag.html">Self-Closing Tag</a> </li> <li> <a href="/react/tips/maximum-number-of-jsx-root-nodes.html">Maximum Number of JSX Root Nodes</a> </li> <li> <a href="/react/tips/style-props-value-px.html">Shorthand for Specifying Pixel Values in style props</a> </li> <li> <a href="/react/tips/children-props-type.html">Type of the Children props</a> </li> <li> <a href="/react/tips/controlled-input-null-value.html">Value of null for Controlled Input</a> </li> <li> <a href="/react/tips/componentWillReceiveProps-not-triggered-after-mounting.html">componentWillReceiveProps Not Triggered After Mounting</a> </li> <li> <a href="/react/tips/props-in-getInitialState-as-anti-pattern.html">Props in getInitialState Is an Anti-Pattern</a> </li> <li> <a href="/react/tips/dom-event-listeners.html">DOM Event Listeners in a Component</a> </li> <li> <a href="/react/tips/initial-ajax.html">Load Initial Data via AJAX</a> </li> <li> <a href="/react/tips/false-in-jsx.html">False in JSX</a> </li> <li> <a href="/react/tips/communicate-between-components.html">Communicate Between Components</a> </li> <li> <a href="/react/tips/expose-component-functions.html">Expose Component Functions</a> </li> <li> <a href="/react/tips/children-undefined.html">this.props.children undefined</a> </li> <li> <a href="/react/tips/use-react-with-other-libraries.html">Use React with Other Libraries</a> </li> <li> <a href="/react/tips/dangerously-set-inner-html.html">Dangerously Set innerHTML</a> </li> </ul> </div> <!-- Contributing Nav --> <div class="nav-docs-section"> <h3>Contributing</h3> <ul> <li> <a href="/react/contributing/design-principles.html">Design Principles</a> </li> </ul> </div> </div> <div class="inner-content"> <h1>제어되는 input 내의 null 값</h1> <div class="subHeader"></div> <p><a href="/react/docs/forms-ko-KR.html">제어되는 컴포넌트들</a>의 <code>value</code> 속성 값을 지정하면 유저에 의해 입력값을 바꿀 수 없습니다.</p> <p><code>value</code>가 정해져 있는데도 입력값을 변경할 수 있는 문제를 겪고 있다면 실수로 <code>value</code>를 <code>undefined</code>나 <code>null</code>로 설정한 것일 수 있습니다.</p> <p>아래 짧은 예제가 있습니다; 렌더링 후, 잠시 뒤에 텍스트를 고칠 수 있는 상태가 되는 것을 확인 하실 수 있습니다.</p> <div class="highlight"><pre><code class="language-js" data-lang="js"><span class="nx">ReactDOM</span><span class="p">.</span><span class="nx">render</span><span class="p">(</span><span class="o">&lt;</span><span class="nx">input</span> <span class="nx">value</span><span class="o">=</span><span class="s2">&quot;hi&quot;</span> <span class="o">/&gt;</span><span class="p">,</span> <span class="nx">mountNode</span><span class="p">);</span> <span class="nx">setTimeout</span><span class="p">(</span><span class="kd">function</span><span class="p">()</span> <span class="p">{</span> <span class="nx">ReactDOM</span><span class="p">.</span><span class="nx">render</span><span class="p">(</span><span class="o">&lt;</span><span class="nx">input</span> <span class="nx">value</span><span class="o">=</span><span class="p">{</span><span class="kc">null</span><span class="p">}</span> <span class="o">/&gt;</span><span class="p">,</span> <span class="nx">mountNode</span><span class="p">);</span> <span class="p">},</span> <span class="mi">1000</span><span class="p">);</span> </code></pre></div> <div class="docs-prevnext"> <a class="docs-prev" href="/react/tips/children-props-type-ko-KR.html">&larr; Prev</a> <a class="docs-next" href="/react/tips/componentWillReceiveProps-not-triggered-after-mounting-ko-KR.html">Next &rarr;</a> </div> </div> </section> <footer class="wrap"> <div class="left"> A Facebook &amp; Instagram collaboration.<br> <a href="/react/acknowledgements.html">Acknowledgements</a> </div> <div class="right"> &copy; 2013&ndash;2016 Facebook Inc.<br> Documentation licensed under <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>. </div> </footer> </div> <div id="fb-root"></div> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-41298772-1', 'facebook.github.io'); ga('send', 'pageview'); !function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="https://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs"); (function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.6&appId=623268441017527"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk')); docsearch({ apiKey: '36221914cce388c46d0420343e0bb32e', indexName: 'react', inputSelector: '#algolia-doc-search' }); </script> </body> </html>
voorhoede/fastatic
examples/react-gh-pages/tips/controlled-input-null-value-ko-KR.html
HTML
mit
16,469
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>difference</title> <link rel="stylesheet" href="../../../../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> <link rel="home" href="../../../../index.html" title="Chapter 1. Geometry"> <link rel="up" href="../difference.html" title="difference"> <link rel="prev" href="difference_4_with_strategy.html" title="difference (with strategy)"> <link rel="next" href="../discrete_frechet_distance.html" title="discrete_frechet_distance"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table cellpadding="2" width="100%"><tr> <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../../../boost.png"></td> <td align="center"><a href="../../../../../../../../index.html">Home</a></td> <td align="center"><a href="../../../../../../../../libs/libraries.htm">Libraries</a></td> <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td> <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td> <td align="center"><a href="../../../../../../../../more/index.htm">More</a></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="difference_4_with_strategy.html"><img src="../../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../difference.html"><img src="../../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../discrete_frechet_distance.html"><img src="../../../../../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="section"> <div class="titlepage"><div><div><h5 class="title"> <a name="geometry.reference.algorithms.difference.difference_3"></a><a class="link" href="difference_3.html" title="difference">difference</a> </h5></div></div></div> <p> <a class="indexterm" name="idm45246443481856"></a> </p> <h6> <a name="geometry.reference.algorithms.difference.difference_3.h0"></a> <span class="phrase"><a name="geometry.reference.algorithms.difference.difference_3.description"></a></span><a class="link" href="difference_3.html#geometry.reference.algorithms.difference.difference_3.description">Description</a> </h6> <p> Calculate the difference of two geometries </p> <p> The free function difference calculates the spatial set theoretic difference of two geometries. </p> <h6> <a name="geometry.reference.algorithms.difference.difference_3.h1"></a> <span class="phrase"><a name="geometry.reference.algorithms.difference.difference_3.synopsis"></a></span><a class="link" href="difference_3.html#geometry.reference.algorithms.difference.difference_3.synopsis">Synopsis</a> </h6> <p> </p> <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> <span class="identifier">Geometry1</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">Geometry2</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">Collection</span><span class="special">&gt;</span> <span class="keyword">void</span> <span class="identifier">difference</span><span class="special">(</span><span class="identifier">Geometry1</span> <span class="keyword">const</span> <span class="special">&amp;</span> <span class="identifier">geometry1</span><span class="special">,</span> <span class="identifier">Geometry2</span> <span class="keyword">const</span> <span class="special">&amp;</span> <span class="identifier">geometry2</span><span class="special">,</span> <span class="identifier">Collection</span> <span class="special">&amp;</span> <span class="identifier">output_collection</span><span class="special">)</span></pre> <p> </p> <h6> <a name="geometry.reference.algorithms.difference.difference_3.h2"></a> <span class="phrase"><a name="geometry.reference.algorithms.difference.difference_3.parameters"></a></span><a class="link" href="difference_3.html#geometry.reference.algorithms.difference.difference_3.parameters">Parameters</a> </h6> <div class="informaltable"><table class="table"> <colgroup> <col> <col> <col> <col> </colgroup> <thead><tr> <th> <p> Type </p> </th> <th> <p> Concept </p> </th> <th> <p> Name </p> </th> <th> <p> Description </p> </th> </tr></thead> <tbody> <tr> <td> <p> Geometry1 const &amp; </p> </td> <td> <p> Any type fulfilling a Geometry Concept </p> </td> <td> <p> geometry1 </p> </td> <td> <p> A model of the specified concept </p> </td> </tr> <tr> <td> <p> Geometry2 const &amp; </p> </td> <td> <p> Any type fulfilling a Geometry Concept </p> </td> <td> <p> geometry2 </p> </td> <td> <p> A model of the specified concept </p> </td> </tr> <tr> <td> <p> Collection &amp; </p> </td> <td> <p> output collection, either a multi-geometry, or a std::vector&lt;Geometry&gt; / std::deque&lt;Geometry&gt; etc </p> </td> <td> <p> output_collection </p> </td> <td> <p> the output collection </p> </td> </tr> </tbody> </table></div> <h6> <a name="geometry.reference.algorithms.difference.difference_3.h3"></a> <span class="phrase"><a name="geometry.reference.algorithms.difference.difference_3.header"></a></span><a class="link" href="difference_3.html#geometry.reference.algorithms.difference.difference_3.header">Header</a> </h6> <p> Either </p> <p> <code class="computeroutput"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">geometry</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code> </p> <p> Or </p> <p> <code class="computeroutput"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">geometry</span><span class="special">/</span><span class="identifier">algorithms</span><span class="special">/</span><span class="identifier">difference</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code> </p> <h6> <a name="geometry.reference.algorithms.difference.difference_3.h4"></a> <span class="phrase"><a name="geometry.reference.algorithms.difference.difference_3.conformance"></a></span><a class="link" href="difference_3.html#geometry.reference.algorithms.difference.difference_3.conformance">Conformance</a> </h6> <p> The function difference implements function Difference from the <a href="http://www.opengeospatial.org/standards/sfa" target="_top">OGC Simple Feature Specification</a>. </p> <h6> <a name="geometry.reference.algorithms.difference.difference_3.h5"></a> <span class="phrase"><a name="geometry.reference.algorithms.difference.difference_3.behavior"></a></span><a class="link" href="difference_3.html#geometry.reference.algorithms.difference.difference_3.behavior">Behavior</a> </h6> <div class="informaltable"><table class="table"> <colgroup> <col> <col> </colgroup> <thead><tr> <th> <p> Case </p> </th> <th> <p> Behavior </p> </th> </tr></thead> <tbody> <tr> <td> <p> areal (e.g. polygon) </p> </td> <td> <p> All combinations of: box, ring, polygon, multi_polygon </p> </td> </tr> <tr> <td> <p> linear (e.g. linestring) / areal (e.g. polygon) </p> </td> <td> <p> A combinations of a (multi) linestring with a (multi) polygon results in a collection of linestrings </p> </td> </tr> <tr> <td> <p> linear (e.g. linestring) </p> </td> <td> <p> All combinations of: linestring, multi_linestring; results in a collection of linestrings </p> </td> </tr> <tr> <td> <p> pointlike (e.g. point) </p> </td> <td> <p> All combinations of: point, multi_point; results in a collection of points </p> </td> </tr> <tr> <td> <p> Other geometries </p> </td> <td> <p> Not yet supported in this version </p> </td> </tr> <tr> <td> <p> Spherical </p> </td> <td> <p> Not yet supported in this version </p> </td> </tr> <tr> <td> <p> Three dimensional </p> </td> <td> <p> Not yet supported in this version </p> </td> </tr> </tbody> </table></div> <div class="note"><table border="0" summary="Note"> <tr> <td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../../../../../../../../doc/src/images/note.png"></td> <th align="left">Note</th> </tr> <tr><td align="left" valign="top"><p> Check the <a class="link" href="../../concepts/concept_polygon.html" title="Polygon Concept">Polygon Concept</a> for the rules that polygon input for this algorithm should fulfill </p></td></tr> </table></div> <h6> <a name="geometry.reference.algorithms.difference.difference_3.h6"></a> <span class="phrase"><a name="geometry.reference.algorithms.difference.difference_3.example"></a></span><a class="link" href="difference_3.html#geometry.reference.algorithms.difference.difference_3.example">Example</a> </h6> <p> Shows how to subtract one polygon from another polygon </p> <p> </p> <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">iostream</span><span class="special">&gt;</span> <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">list</span><span class="special">&gt;</span> <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">geometry</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span> <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">geometry</span><span class="special">/</span><span class="identifier">geometries</span><span class="special">/</span><span class="identifier">point_xy</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span> <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">geometry</span><span class="special">/</span><span class="identifier">geometries</span><span class="special">/</span><span class="identifier">polygon</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span> <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">foreach</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span> <span class="keyword">int</span> <span class="identifier">main</span><span class="special">()</span> <span class="special">{</span> <span class="keyword">typedef</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">geometry</span><span class="special">::</span><span class="identifier">model</span><span class="special">::</span><span class="identifier">polygon</span><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">geometry</span><span class="special">::</span><span class="identifier">model</span><span class="special">::</span><span class="identifier">d2</span><span class="special">::</span><span class="identifier">point_xy</span><span class="special">&lt;</span><span class="keyword">double</span><span class="special">&gt;</span> <span class="special">&gt;</span> <span class="identifier">polygon</span><span class="special">;</span> <span class="identifier">polygon</span> <span class="identifier">green</span><span class="special">,</span> <span class="identifier">blue</span><span class="special">;</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">geometry</span><span class="special">::</span><span class="identifier">read_wkt</span><span class="special">(</span> <span class="string">"POLYGON((2 1.3,2.4 1.7,2.8 1.8,3.4 1.2,3.7 1.6,3.4 2,4.1 3,5.3 2.6,5.4 1.2,4.9 0.8,2.9 0.7,2 1.3)"</span> <span class="string">"(4.0 2.0, 4.2 1.4, 4.8 1.9, 4.4 2.2, 4.0 2.0))"</span><span class="special">,</span> <span class="identifier">green</span><span class="special">);</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">geometry</span><span class="special">::</span><span class="identifier">read_wkt</span><span class="special">(</span> <span class="string">"POLYGON((4.0 -0.5 , 3.5 1.0 , 2.0 1.5 , 3.5 2.0 , 4.0 3.5 , 4.5 2.0 , 6.0 1.5 , 4.5 1.0 , 4.0 -0.5))"</span><span class="special">,</span> <span class="identifier">blue</span><span class="special">);</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">list</span><span class="special">&lt;</span><span class="identifier">polygon</span><span class="special">&gt;</span> <span class="identifier">output</span><span class="special">;</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">geometry</span><span class="special">::</span><span class="identifier">difference</span><span class="special">(</span><span class="identifier">green</span><span class="special">,</span> <span class="identifier">blue</span><span class="special">,</span> <span class="identifier">output</span><span class="special">);</span> <span class="keyword">int</span> <span class="identifier">i</span> <span class="special">=</span> <span class="number">0</span><span class="special">;</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special">&lt;&lt;</span> <span class="string">"green - blue:"</span> <span class="special">&lt;&lt;</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">endl</span><span class="special">;</span> <span class="identifier">BOOST_FOREACH</span><span class="special">(</span><span class="identifier">polygon</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">p</span><span class="special">,</span> <span class="identifier">output</span><span class="special">)</span> <span class="special">{</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special">&lt;&lt;</span> <span class="identifier">i</span><span class="special">++</span> <span class="special">&lt;&lt;</span> <span class="string">": "</span> <span class="special">&lt;&lt;</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">geometry</span><span class="special">::</span><span class="identifier">area</span><span class="special">(</span><span class="identifier">p</span><span class="special">)</span> <span class="special">&lt;&lt;</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">endl</span><span class="special">;</span> <span class="special">}</span> <span class="identifier">output</span><span class="special">.</span><span class="identifier">clear</span><span class="special">();</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">geometry</span><span class="special">::</span><span class="identifier">difference</span><span class="special">(</span><span class="identifier">blue</span><span class="special">,</span> <span class="identifier">green</span><span class="special">,</span> <span class="identifier">output</span><span class="special">);</span> <span class="identifier">i</span> <span class="special">=</span> <span class="number">0</span><span class="special">;</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special">&lt;&lt;</span> <span class="string">"blue - green:"</span> <span class="special">&lt;&lt;</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">endl</span><span class="special">;</span> <span class="identifier">BOOST_FOREACH</span><span class="special">(</span><span class="identifier">polygon</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">p</span><span class="special">,</span> <span class="identifier">output</span><span class="special">)</span> <span class="special">{</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special">&lt;&lt;</span> <span class="identifier">i</span><span class="special">++</span> <span class="special">&lt;&lt;</span> <span class="string">": "</span> <span class="special">&lt;&lt;</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">geometry</span><span class="special">::</span><span class="identifier">area</span><span class="special">(</span><span class="identifier">p</span><span class="special">)</span> <span class="special">&lt;&lt;</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">endl</span><span class="special">;</span> <span class="special">}</span> <span class="keyword">return</span> <span class="number">0</span><span class="special">;</span> <span class="special">}</span> </pre> <p> </p> <p> Output: </p> <pre class="programlisting">green - blue: 0: 0.02375 1: 0.542951 2: 0.0149697 3: 0.226855 4: 0.839424 <img src="../../../../img/algorithms/difference_a.png" alt="difference_a"> blue - green: 0: 0.525154 1: 0.015 2: 0.181136 3: 0.128798 4: 0.340083 5: 0.307778 <img src="../../../../img/algorithms/difference_b.png" alt="difference_b"> </pre> <h6> <a name="geometry.reference.algorithms.difference.difference_3.h7"></a> <span class="phrase"><a name="geometry.reference.algorithms.difference.difference_3.see_also"></a></span><a class="link" href="difference_3.html#geometry.reference.algorithms.difference.difference_3.see_also">See also</a> </h6> <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "> <li class="listitem"> <a class="link" href="../sym_difference.html" title="sym_difference">sym_difference (symmetric difference)</a> </li> <li class="listitem"> <a class="link" href="../intersection.html" title="intersection">intersection</a> </li> <li class="listitem"> <a class="link" href="../union_.html" title="union_">union</a> </li> </ul></div> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright © 2009-2021 Barend Gehrels, Bruno Lalande, Mateusz Loskot, Adam Wulkiewicz, Oracle and/or its affiliates<p> Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>) </p> </div></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="difference_4_with_strategy.html"><img src="../../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../difference.html"><img src="../../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../discrete_frechet_distance.html"><img src="../../../../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
davehorton/drachtio-server
deps/boost_1_77_0/libs/geometry/doc/html/geometry/reference/algorithms/difference/difference_3.html
HTML
mit
23,185
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_101) on Sat Jul 08 21:03:43 CEST 2017 --> <title>YarnType (jarn 1.0.0 API)</title> <meta name="date" content="2017-07-08"> <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="YarnType (jarn 1.0.0 API)"; } } catch(err) { } //--> var methods = {"i0":9,"i1":9}; var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/mini2Dx/yarn/types/YarnString.html" title="interface in org.mini2Dx.yarn.types"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../org/mini2Dx/yarn/types/YarnValue.html" title="interface in org.mini2Dx.yarn.types"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/mini2Dx/yarn/types/YarnType.html" target="_top">Frames</a></li> <li><a href="YarnType.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#enum.constant.summary">Enum Constants</a>&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#enum.constant.detail">Enum Constants</a>&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">org.mini2Dx.yarn.types</div> <h2 title="Enum YarnType" class="title">Enum YarnType</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>java.lang.Enum&lt;<a href="../../../../org/mini2Dx/yarn/types/YarnType.html" title="enum in org.mini2Dx.yarn.types">YarnType</a>&gt;</li> <li> <ul class="inheritance"> <li>org.mini2Dx.yarn.types.YarnType</li> </ul> </li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> <dd>java.io.Serializable, java.lang.Comparable&lt;<a href="../../../../org/mini2Dx/yarn/types/YarnType.html" title="enum in org.mini2Dx.yarn.types">YarnType</a>&gt;</dd> </dl> <hr> <br> <pre>public enum <span class="typeNameLabel">YarnType</span> extends java.lang.Enum&lt;<a href="../../../../org/mini2Dx/yarn/types/YarnType.html" title="enum in org.mini2Dx.yarn.types">YarnType</a>&gt;</pre> <div class="block">An enum for different Yarn value types</div> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- =========== ENUM CONSTANT SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="enum.constant.summary"> <!-- --> </a> <h3>Enum Constant Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Enum Constant Summary table, listing enum constants, and an explanation"> <caption><span>Enum Constants</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Enum Constant and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/mini2Dx/yarn/types/YarnType.html#BOOLEAN">BOOLEAN</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/mini2Dx/yarn/types/YarnType.html#NUMBER">NUMBER</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/mini2Dx/yarn/types/YarnType.html#STRING">STRING</a></span></code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code>static <a href="../../../../org/mini2Dx/yarn/types/YarnType.html" title="enum in org.mini2Dx.yarn.types">YarnType</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/mini2Dx/yarn/types/YarnType.html#valueOf-java.lang.String-">valueOf</a></span>(java.lang.String&nbsp;name)</code> <div class="block">Returns the enum constant of this type with the specified name.</div> </td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>static <a href="../../../../org/mini2Dx/yarn/types/YarnType.html" title="enum in org.mini2Dx.yarn.types">YarnType</a>[]</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/mini2Dx/yarn/types/YarnType.html#values--">values</a></span>()</code> <div class="block">Returns an array containing the constants of this enum type, in the order they are declared.</div> </td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Enum"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Enum</h3> <code>clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf</code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>getClass, notify, notifyAll, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ ENUM CONSTANT DETAIL =========== --> <ul class="blockList"> <li class="blockList"><a name="enum.constant.detail"> <!-- --> </a> <h3>Enum Constant Detail</h3> <a name="BOOLEAN"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>BOOLEAN</h4> <pre>public static final&nbsp;<a href="../../../../org/mini2Dx/yarn/types/YarnType.html" title="enum in org.mini2Dx.yarn.types">YarnType</a> BOOLEAN</pre> </li> </ul> <a name="NUMBER"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>NUMBER</h4> <pre>public static final&nbsp;<a href="../../../../org/mini2Dx/yarn/types/YarnType.html" title="enum in org.mini2Dx.yarn.types">YarnType</a> NUMBER</pre> </li> </ul> <a name="STRING"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>STRING</h4> <pre>public static final&nbsp;<a href="../../../../org/mini2Dx/yarn/types/YarnType.html" title="enum in org.mini2Dx.yarn.types">YarnType</a> STRING</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="values--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>values</h4> <pre>public static&nbsp;<a href="../../../../org/mini2Dx/yarn/types/YarnType.html" title="enum in org.mini2Dx.yarn.types">YarnType</a>[]&nbsp;values()</pre> <div class="block">Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows: <pre> for (YarnType c : YarnType.values()) &nbsp; System.out.println(c); </pre></div> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>an array containing the constants of this enum type, in the order they are declared</dd> </dl> </li> </ul> <a name="valueOf-java.lang.String-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>valueOf</h4> <pre>public static&nbsp;<a href="../../../../org/mini2Dx/yarn/types/YarnType.html" title="enum in org.mini2Dx.yarn.types">YarnType</a>&nbsp;valueOf(java.lang.String&nbsp;name)</pre> <div class="block">Returns the enum constant of this type with the specified name. The string must match <i>exactly</i> an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>name</code> - the name of the enum constant to be returned.</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>the enum constant with the specified name</dd> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code>java.lang.IllegalArgumentException</code> - if this enum type has no constant with the specified name</dd> <dd><code>java.lang.NullPointerException</code> - if the argument is null</dd> </dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/mini2Dx/yarn/types/YarnString.html" title="interface in org.mini2Dx.yarn.types"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../org/mini2Dx/yarn/types/YarnValue.html" title="interface in org.mini2Dx.yarn.types"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/mini2Dx/yarn/types/YarnType.html" target="_top">Frames</a></li> <li><a href="YarnType.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#enum.constant.summary">Enum Constants</a>&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#enum.constant.detail">Enum Constants</a>&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
mini2Dx/jarn
docs/javadoc/1.0.0/org/mini2Dx/yarn/types/YarnType.html
HTML
mit
13,105
<template name="mysoPage"> <h1>My Love</h1> </template>
andrewlintz/LifeMngr
client/views/320_love/myso/myso.html
HTML
mit
56
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>AdminAutobody Modals</title> <!-- Tell the browser to be responsive to screen width --> <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport"> <!-- Bootstrap 3.3.6 --> <link rel="stylesheet" href="../../bootstrap/css/bootstrap.min.css"> <!-- Font Awesome --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css"> <!-- Ionicons --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/css/ionicons.min.css"> <!-- Theme style --> <link rel="stylesheet" href="../../dist/css/AdminLTE.min.css"> <!-- AdminLTE Skins. Choose a skin from the css/skins folder instead of downloading all of them to reduce the load. --> <link rel="stylesheet" href="../../dist/css/skins/_all-skins.min.css"> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> <style> .example-modal .modal { position: relative; top: auto; bottom: auto; right: auto; left: auto; display: block; z-index: 1; } .example-modal .modal { background: transparent !important; } </style> </head> <body class="hold-transition skin-blue sidebar-mini"> <div class="wrapper"> <header class="main-header"> <!-- Logo --> <a href="../../index2.html" class="logo"> <!-- mini logo for sidebar mini 50x50 pixels --> <span class="logo-mini"><b>A</b>LT</span> <!-- logo for regular state and mobile devices --> <span class="logo-lg"><b>Admin</b>LTE</span> </a> <!-- Header Navbar: style can be found in header.less --> <nav class="navbar navbar-static-top"> <!-- Sidebar toggle button--> <a href="#" class="sidebar-toggle" data-toggle="offcanvas" role="button"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </a> <div class="navbar-custom-menu"> <ul class="nav navbar-nav"> <!-- Messages: style can be found in dropdown.less--> <li class="dropdown messages-menu"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"> <i class="fa fa-envelope-o"></i> <span class="label label-success">4</span> </a> <ul class="dropdown-menu"> <li class="header">You have 4 messages</li> <li> <!-- inner menu: contains the actual data --> <ul class="menu"> <li><!-- start message --> <a href="#"> <div class="pull-left"> <img src="../../dist/img/user2-160x160.jpg" class="img-circle" alt="User Image"> </div> <h4> Support Team <small><i class="fa fa-clock-o"></i> 5 mins</small> </h4> <p>Why not buy a new awesome theme?</p> </a> </li> <!-- end message --> <li> <a href="#"> <div class="pull-left"> <img src="../../dist/img/user3-128x128.jpg" class="img-circle" alt="User Image"> </div> <h4> AdminLTE Design Team <small><i class="fa fa-clock-o"></i> 2 hours</small> </h4> <p>Why not buy a new awesome theme?</p> </a> </li> <li> <a href="#"> <div class="pull-left"> <img src="../../dist/img/user4-128x128.jpg" class="img-circle" alt="User Image"> </div> <h4> Developers <small><i class="fa fa-clock-o"></i> Today</small> </h4> <p>Why not buy a new awesome theme?</p> </a> </li> <li> <a href="#"> <div class="pull-left"> <img src="../../dist/img/user3-128x128.jpg" class="img-circle" alt="User Image"> </div> <h4> Sales Department <small><i class="fa fa-clock-o"></i> Yesterday</small> </h4> <p>Why not buy a new awesome theme?</p> </a> </li> <li> <a href="#"> <div class="pull-left"> <img src="../../dist/img/user4-128x128.jpg" class="img-circle" alt="User Image"> </div> <h4> Reviewers <small><i class="fa fa-clock-o"></i> 2 days</small> </h4> <p>Why not buy a new awesome theme?</p> </a> </li> </ul> </li> <li class="footer"><a href="#">See All Messages</a></li> </ul> </li> <!-- Notifications: style can be found in dropdown.less --> <li class="dropdown notifications-menu"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"> <i class="fa fa-bell-o"></i> <span class="label label-warning">10</span> </a> <ul class="dropdown-menu"> <li class="header">You have 10 notifications</li> <li> <!-- inner menu: contains the actual data --> <ul class="menu"> <li> <a href="#"> <i class="fa fa-users text-aqua"></i> 5 new members joined today </a> </li> <li> <a href="#"> <i class="fa fa-warning text-yellow"></i> Very long description here that may not fit into the page and may cause design problems </a> </li> <li> <a href="#"> <i class="fa fa-users text-red"></i> 5 new members joined </a> </li> <li> <a href="#"> <i class="fa fa-shopping-cart text-green"></i> 25 sales made </a> </li> <li> <a href="#"> <i class="fa fa-user text-red"></i> You changed your username </a> </li> </ul> </li> <li class="footer"><a href="#">View all</a></li> </ul> </li> <!-- Tasks: style can be found in dropdown.less --> <li class="dropdown tasks-menu"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"> <i class="fa fa-flag-o"></i> <span class="label label-danger">9</span> </a> <ul class="dropdown-menu"> <li class="header">You have 9 tasks</li> <li> <!-- inner menu: contains the actual data --> <ul class="menu"> <li><!-- Task item --> <a href="#"> <h3> Design some buttons <small class="pull-right">20%</small> </h3> <div class="progress xs"> <div class="progress-bar progress-bar-aqua" style="width: 20%" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100"> <span class="sr-only">20% Complete</span> </div> </div> </a> </li> <!-- end task item --> <li><!-- Task item --> <a href="#"> <h3> Create a nice theme <small class="pull-right">40%</small> </h3> <div class="progress xs"> <div class="progress-bar progress-bar-green" style="width: 40%" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100"> <span class="sr-only">40% Complete</span> </div> </div> </a> </li> <!-- end task item --> <li><!-- Task item --> <a href="#"> <h3> Some task I need to do <small class="pull-right">60%</small> </h3> <div class="progress xs"> <div class="progress-bar progress-bar-red" style="width: 60%" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100"> <span class="sr-only">60% Complete</span> </div> </div> </a> </li> <!-- end task item --> <li><!-- Task item --> <a href="#"> <h3> Make beautiful transitions <small class="pull-right">80%</small> </h3> <div class="progress xs"> <div class="progress-bar progress-bar-yellow" style="width: 80%" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100"> <span class="sr-only">80% Complete</span> </div> </div> </a> </li> <!-- end task item --> </ul> </li> <li class="footer"> <a href="#">View all tasks</a> </li> </ul> </li> <!-- User Account: style can be found in dropdown.less --> <li class="dropdown user user-menu"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"> <img src="../../dist/img/user2-160x160.jpg" class="user-image" alt="User Image"> <span class="hidden-xs">Alexander Pierce</span> </a> <ul class="dropdown-menu"> <!-- User image --> <li class="user-header"> <img src="../../dist/img/user2-160x160.jpg" class="img-circle" alt="User Image"> <p> Alexander Pierce - Web Developer <small>Member since Nov. 2012</small> </p> </li> <!-- Menu Body --> <li class="user-body"> <div class="row"> <div class="col-xs-4 text-center"> <a href="#">Followers</a> </div> <div class="col-xs-4 text-center"> <a href="#">Sales</a> </div> <div class="col-xs-4 text-center"> <a href="#">Friends</a> </div> </div> <!-- /.row --> </li> <!-- Menu Footer--> <li class="user-footer"> <div class="pull-left"> <a href="#" class="btn btn-default btn-flat">Profile</a> </div> <div class="pull-right"> <a href="#" class="btn btn-default btn-flat">Sign out</a> </div> </li> </ul> </li> </ul> </div> </nav> </header> <!-- Left side column. contains the logo and sidebar --> <aside class="main-sidebar"> <!-- sidebar: style can be found in sidebar.less --> <section class="sidebar"> <!-- Sidebar user panel --> <div class="user-panel"> <div class="pull-left image"> <img src="../../dist/img/user2-160x160.jpg" class="img-circle" alt="User Image"> </div> <div class="pull-left info"> <p>Alexander Pierce</p> <a href="#"><i class="fa fa-circle text-success"></i> Online</a> </div> </div> <!-- search form --> <form action="#" method="get" class="sidebar-form"> <div class="input-group"> <input type="text" name="q" class="form-control" placeholder="Search..."> <span class="input-group-btn"> <button type="submit" name="search" id="search-btn" class="btn btn-flat"><i class="fa fa-search"></i> </button> </span> </div> </form> <!-- /.search form --> <!-- sidebar menu: : style can be found in sidebar.less --> <ul class="sidebar-menu"> <li class="header">MAIN NAVIGATION</li> <li class="treeview"> <a href="#"> <i class="fa fa-dashboard"></i> <span>Dashboard</span> <span class="pull-right-container"> <i class="fa fa-angle-left pull-right"></i> </span> </a> <ul class="treeview-menu"> <li><a href="../../index.html"><i class="fa fa-circle-o"></i> Dashboard v1</a></li> <li><a href="../../index2.html"><i class="fa fa-circle-o"></i> Dashboard v2</a></li> </ul> </li> <li class="treeview"> <a href="#"> <i class="fa fa-files-o"></i> <span>Layout Options</span> <span class="pull-right-container"> <span class="label label-primary pull-right">4</span> </span> </a> <ul class="treeview-menu"> <li><a href="../layout/top-nav.html"><i class="fa fa-circle-o"></i> Top Navigation</a></li> <li><a href="../layout/boxed.html"><i class="fa fa-circle-o"></i> Boxed</a></li> <li><a href="../layout/fixed.html"><i class="fa fa-circle-o"></i> Fixed</a></li> <li><a href="../layout/collapsed-sidebar.html"><i class="fa fa-circle-o"></i> Collapsed Sidebar</a></li> </ul> </li> <li> <a href="../widgets.html"> <i class="fa fa-th"></i> <span>Widgets</span> <span class="pull-right-container"> <small class="label pull-right bg-green">new</small> </span> </a> </li> <li class="treeview"> <a href="#"> <i class="fa fa-pie-chart"></i> <span>Charts</span> <span class="pull-right-container"> <i class="fa fa-angle-left pull-right"></i> </span> </a> <ul class="treeview-menu"> <li><a href="../charts/chartjs.html"><i class="fa fa-circle-o"></i> ChartJS</a></li> <li><a href="../charts/morris.html"><i class="fa fa-circle-o"></i> Morris</a></li> <li><a href="../charts/flot.html"><i class="fa fa-circle-o"></i> Flot</a></li> <li><a href="../charts/inline.html"><i class="fa fa-circle-o"></i> Inline charts</a></li> </ul> </li> <li class="treeview active"> <a href="#"> <i class="fa fa-laptop"></i> <span>UI Elements</span> <span class="pull-right-container"> <i class="fa fa-angle-left pull-right"></i> </span> </a> <ul class="treeview-menu"> <li><a href="general.html"><i class="fa fa-circle-o"></i> General</a></li> <li><a href="icons.html"><i class="fa fa-circle-o"></i> Icons</a></li> <li><a href="buttons.html"><i class="fa fa-circle-o"></i> Buttons</a></li> <li><a href="sliders.html"><i class="fa fa-circle-o"></i> Sliders</a></li> <li><a href="timeline.html"><i class="fa fa-circle-o"></i> Timeline</a></li> <li class="active"><a href="modals.html"><i class="fa fa-circle-o"></i> Modals</a></li> </ul> </li> <li class="treeview"> <a href="#"> <i class="fa fa-edit"></i> <span>Forms</span> <span class="pull-right-container"> <i class="fa fa-angle-left pull-right"></i> </span> </a> <ul class="treeview-menu"> <li><a href="../forms/general.html"><i class="fa fa-circle-o"></i> General Elements</a></li> <li><a href="../forms/advanced.html"><i class="fa fa-circle-o"></i> Advanced Elements</a></li> <li><a href="../forms/editors.html"><i class="fa fa-circle-o"></i> Editors</a></li> </ul> </li> <li class="treeview"> <a href="#"> <i class="fa fa-table"></i> <span>Tables</span> <span class="pull-right-container"> <i class="fa fa-angle-left pull-right"></i> </span> </a> <ul class="treeview-menu"> <li><a href="../tables/simple.html"><i class="fa fa-circle-o"></i> Simple tables</a></li> <li><a href="../tables/data.html"><i class="fa fa-circle-o"></i> Data tables</a></li> </ul> </li> <li> <a href="../calendar.html"> <i class="fa fa-calendar"></i> <span>Calendar</span> <span class="pull-right-container"> <small class="label pull-right bg-red">3</small> <small class="label pull-right bg-blue">17</small> </span> </a> </li> <li> <a href="../mailbox/mailbox.html"> <i class="fa fa-envelope"></i> <span>Mailbox</span> <span class="pull-right-container"> <small class="label pull-right bg-yellow">12</small> <small class="label pull-right bg-green">16</small> <small class="label pull-right bg-red">5</small> </span> </a> </li> <li class="treeview"> <a href="#"> <i class="fa fa-folder"></i> <span>Examples</span> <span class="pull-right-container"> <i class="fa fa-angle-left pull-right"></i> </span> </a> <ul class="treeview-menu"> <li><a href="../examples/invoice.html"><i class="fa fa-circle-o"></i> Invoice</a></li> <li><a href="../examples/profile.html"><i class="fa fa-circle-o"></i> Profile</a></li> <li><a href="../examples/login.html"><i class="fa fa-circle-o"></i> Login</a></li> <li><a href="../examples/register.html"><i class="fa fa-circle-o"></i> Register</a></li> <li><a href="../examples/lockscreen.html"><i class="fa fa-circle-o"></i> Lockscreen</a></li> <li><a href="../examples/404.html"><i class="fa fa-circle-o"></i> 404 Error</a></li> <li><a href="../examples/500.html"><i class="fa fa-circle-o"></i> 500 Error</a></li> <li><a href="../examples/blank.html"><i class="fa fa-circle-o"></i> Blank Page</a></li> <li><a href="../examples/pace.html"><i class="fa fa-circle-o"></i> Pace Page</a></li> </ul> </li> <li class="treeview"> <a href="#"> <i class="fa fa-share"></i> <span>Multilevel</span> <span class="pull-right-container"> <i class="fa fa-angle-left pull-right"></i> </span> </a> <ul class="treeview-menu"> <li><a href="#"><i class="fa fa-circle-o"></i> Level One</a></li> <li> <a href="#"><i class="fa fa-circle-o"></i> Level One <span class="pull-right-container"> <i class="fa fa-angle-left pull-right"></i> </span> </a> <ul class="treeview-menu"> <li><a href="#"><i class="fa fa-circle-o"></i> Level Two</a></li> <li> <a href="#"><i class="fa fa-circle-o"></i> Level Two <span class="pull-right-container"> <i class="fa fa-angle-left pull-right"></i> </span> </a> <ul class="treeview-menu"> <li><a href="#"><i class="fa fa-circle-o"></i> Level Three</a></li> <li><a href="#"><i class="fa fa-circle-o"></i> Level Three</a></li> </ul> </li> </ul> </li> <li><a href="#"><i class="fa fa-circle-o"></i> Level One</a></li> </ul> </li> <li><a href="../../documentation/index.html"><i class="fa fa-book"></i> <span>Documentation</span></a></li> <li class="header">LABELS</li> <li><a href="#"><i class="fa fa-circle-o text-red"></i> <span>Important</span></a></li> <li><a href="#"><i class="fa fa-circle-o text-yellow"></i> <span>Warning</span></a></li> <li><a href="#"><i class="fa fa-circle-o text-aqua"></i> <span>Information</span></a></li> </ul> </section> <!-- /.sidebar --> </aside> <!-- Content Wrapper. Contains page content --> <div class="content-wrapper"> <!-- Content Header (Page header) --> <section class="content-header"> <h1> Modals <small>new</small> </h1> <ol class="breadcrumb"> <li><a href="#"><i class="fa fa-dashboard"></i> Home</a></li> <li><a href="#">UI</a></li> <li class="active">Modals</li> </ol> </section> <!-- Main content --> <section class="content"> <div class="callout callout-info"> <h4>Reminder!</h4> Instructions for how to use modals are available on the <a href="http://getbootstrap.com/javascript/#modals">Bootstrap documentation</a> </div> <div class="example-modal"> <div class="modal"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">&times;</span></button> <h4 class="modal-title">Default Modal</h4> </div> <div class="modal-body"> <p>One fine body&hellip;</p> </div> <div class="modal-footer"> <button type="button" class="btn btn-default pull-left" data-dismiss="modal">Close</button> <button type="button" class="btn btn-primary">Save changes</button> </div> </div> <!-- /.modal-content --> </div> <!-- /.modal-dialog --> </div> <!-- /.modal --> </div> <!-- /.example-modal --> <div class="example-modal"> <div class="modal modal-primary"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">&times;</span></button> <h4 class="modal-title">Primary Modal</h4> </div> <div class="modal-body"> <p>One fine body&hellip;</p> </div> <div class="modal-footer"> <button type="button" class="btn btn-outline pull-left" data-dismiss="modal">Close</button> <button type="button" class="btn btn-outline">Save changes</button> </div> </div> <!-- /.modal-content --> </div> <!-- /.modal-dialog --> </div> <!-- /.modal --> </div> <!-- /.example-modal --> <div class="example-modal"> <div class="modal modal-info"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">&times;</span></button> <h4 class="modal-title">Info Modal</h4> </div> <div class="modal-body"> <p>One fine body&hellip;</p> </div> <div class="modal-footer"> <button type="button" class="btn btn-outline pull-left" data-dismiss="modal">Close</button> <button type="button" class="btn btn-outline">Save changes</button> </div> </div> <!-- /.modal-content --> </div> <!-- /.modal-dialog --> </div> <!-- /.modal --> </div> <!-- /.example-modal --> <div class="example-modal"> <div class="modal modal-warning"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">&times;</span></button> <h4 class="modal-title">Warning Modal</h4> </div> <div class="modal-body"> <p>One fine body&hellip;</p> </div> <div class="modal-footer"> <button type="button" class="btn btn-outline pull-left" data-dismiss="modal">Close</button> <button type="button" class="btn btn-outline">Save changes</button> </div> </div> <!-- /.modal-content --> </div> <!-- /.modal-dialog --> </div> <!-- /.modal --> </div> <!-- /.example-modal --> <div class="example-modal"> <div class="modal modal-success"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">&times;</span></button> <h4 class="modal-title">Success Modal</h4> </div> <div class="modal-body"> <p>One fine body&hellip;</p> </div> <div class="modal-footer"> <button type="button" class="btn btn-outline pull-left" data-dismiss="modal">Close</button> <button type="button" class="btn btn-outline">Save changes</button> </div> </div> <!-- /.modal-content --> </div> <!-- /.modal-dialog --> </div> <!-- /.modal --> </div> <!-- /.example-modal --> <div class="example-modal"> <div class="modal modal-danger"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">&times;</span></button> <h4 class="modal-title">Danger Modal</h4> </div> <div class="modal-body"> <p>One fine body&hellip;</p> </div> <div class="modal-footer"> <button type="button" class="btn btn-outline pull-left" data-dismiss="modal">Close</button> <button type="button" class="btn btn-outline">Save changes</button> </div> </div> <!-- /.modal-content --> </div> <!-- /.modal-dialog --> </div> <!-- /.modal --> </div> <!-- /.example-modal --> </section> <!-- /.content --> </div> <!-- /.content-wrapper --> <footer class="main-footer"> <div class="pull-right hidden-xs"> <b>Version</b> 2.3.8 </div> <strong>Copyright &copy; 2014-2016 <a href="http://almsaeedstudio.com">Almsaeed Studio</a>.</strong> All rights reserved. </footer> <!-- Control Sidebar --> <aside class="control-sidebar control-sidebar-dark"> <!-- Create the tabs --> <ul class="nav nav-tabs nav-justified control-sidebar-tabs"> <li><a href="#control-sidebar-home-tab" data-toggle="tab"><i class="fa fa-home"></i></a></li> <li><a href="#control-sidebar-settings-tab" data-toggle="tab"><i class="fa fa-gears"></i></a></li> </ul> <!-- Tab panes --> <div class="tab-content"> <!-- Home tab content --> <div class="tab-pane" id="control-sidebar-home-tab"> <h3 class="control-sidebar-heading">Recent Activity</h3> <ul class="control-sidebar-menu"> <li> <a href="javascript:void(0)"> <i class="menu-icon fa fa-birthday-cake bg-red"></i> <div class="menu-info"> <h4 class="control-sidebar-subheading">Langdon's Birthday</h4> <p>Will be 23 on April 24th</p> </div> </a> </li> <li> <a href="javascript:void(0)"> <i class="menu-icon fa fa-user bg-yellow"></i> <div class="menu-info"> <h4 class="control-sidebar-subheading">Frodo Updated His Profile</h4> <p>New phone +1(800)555-1234</p> </div> </a> </li> <li> <a href="javascript:void(0)"> <i class="menu-icon fa fa-envelope-o bg-light-blue"></i> <div class="menu-info"> <h4 class="control-sidebar-subheading">Nora Joined Mailing List</h4> <p>[email protected]</p> </div> </a> </li> <li> <a href="javascript:void(0)"> <i class="menu-icon fa fa-file-code-o bg-green"></i> <div class="menu-info"> <h4 class="control-sidebar-subheading">Cron Job 254 Executed</h4> <p>Execution time 5 seconds</p> </div> </a> </li> </ul> <!-- /.control-sidebar-menu --> <h3 class="control-sidebar-heading">Tasks Progress</h3> <ul class="control-sidebar-menu"> <li> <a href="javascript:void(0)"> <h4 class="control-sidebar-subheading"> Custom Template Design <span class="label label-danger pull-right">70%</span> </h4> <div class="progress progress-xxs"> <div class="progress-bar progress-bar-danger" style="width: 70%"></div> </div> </a> </li> <li> <a href="javascript:void(0)"> <h4 class="control-sidebar-subheading"> Update Resume <span class="label label-success pull-right">95%</span> </h4> <div class="progress progress-xxs"> <div class="progress-bar progress-bar-success" style="width: 95%"></div> </div> </a> </li> <li> <a href="javascript:void(0)"> <h4 class="control-sidebar-subheading"> Laravel Integration <span class="label label-warning pull-right">50%</span> </h4> <div class="progress progress-xxs"> <div class="progress-bar progress-bar-warning" style="width: 50%"></div> </div> </a> </li> <li> <a href="javascript:void(0)"> <h4 class="control-sidebar-subheading"> Back End Framework <span class="label label-primary pull-right">68%</span> </h4> <div class="progress progress-xxs"> <div class="progress-bar progress-bar-primary" style="width: 68%"></div> </div> </a> </li> </ul> <!-- /.control-sidebar-menu --> </div> <!-- /.tab-pane --> <!-- Stats tab content --> <div class="tab-pane" id="control-sidebar-stats-tab">Stats Tab Content</div> <!-- /.tab-pane --> <!-- Settings tab content --> <div class="tab-pane" id="control-sidebar-settings-tab"> <form method="post"> <h3 class="control-sidebar-heading">General Settings</h3> <div class="form-group"> <label class="control-sidebar-subheading"> Report panel usage <input type="checkbox" class="pull-right" checked> </label> <p> Some information about this general settings option </p> </div> <!-- /.form-group --> <div class="form-group"> <label class="control-sidebar-subheading"> Allow mail redirect <input type="checkbox" class="pull-right" checked> </label> <p> Other sets of options are available </p> </div> <!-- /.form-group --> <div class="form-group"> <label class="control-sidebar-subheading"> Expose author name in posts <input type="checkbox" class="pull-right" checked> </label> <p> Allow the user to show his name in blog posts </p> </div> <!-- /.form-group --> <h3 class="control-sidebar-heading">Chat Settings</h3> <div class="form-group"> <label class="control-sidebar-subheading"> Show me as online <input type="checkbox" class="pull-right" checked> </label> </div> <!-- /.form-group --> <div class="form-group"> <label class="control-sidebar-subheading"> Turn off notifications <input type="checkbox" class="pull-right"> </label> </div> <!-- /.form-group --> <div class="form-group"> <label class="control-sidebar-subheading"> Delete chat history <a href="javascript:void(0)" class="text-red pull-right"><i class="fa fa-trash-o"></i></a> </label> </div> <!-- /.form-group --> </form> </div> <!-- /.tab-pane --> </div> </aside> <!-- /.control-sidebar --> <!-- Add the sidebar's background. This div must be placed immediately after the control sidebar --> <div class="control-sidebar-bg"></div> </div> <!-- ./wrapper --> <!-- jQuery 2.2.3 --> <script src="../../plugins/jQuery/jquery-2.2.3.min.js"></script> <!-- Bootstrap 3.3.6 --> <script src="../../bootstrap/js/bootstrap.min.js"></script> <!-- FastClick --> <script src="../../plugins/fastclick/fastclick.js"></script> <!-- AdminLTE App --> <script src="../../dist/js/app.min.js"></script> <!-- AdminLTE for demo purposes --> <script src="../../dist/js/demo.js"></script> </body> </html>
takahashi56/auto-repair
bower_components/AdminLTE/pages/UI/modals.html
HTML
mit
35,891
<!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.14"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>Quark Engine: 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="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"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */ $(document).ready(initResizable); /* @license-end */</script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectlogo"><img alt="Logo" src="quark.ico"/></td> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">Quark Engine &#160;<span id="projectnumber">1.0</span> </div> <div id="projectbrief">The best power IR engine in the universe!</div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.14 --> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */ var searchBox = new SearchBox("searchBox", "search",false,'Search'); /* @license-end */ </script> <script type="text/javascript" src="menudata.js"></script> <script type="text/javascript" src="menu.js"></script> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */ $(function() { initMenu('',true,false,'search.php','Search'); $(document).ready(function() { init_search(); }); }); /* @license-end */</script> <div id="main-nav"></div> </div><!-- top --> <div id="side-nav" class="ui-resizable side-nav-resizable"> <div id="nav-tree"> <div id="nav-tree-contents"> <div id="nav-sync" class="sync"></div> </div> </div> <div id="splitbar" style="-moz-user-select:none;" class="ui-resizable-handle"> </div> </div> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */ $(document).ready(function(){initNavTree('classqe_1_1core_1_1_quark_behaviour.html','');}); /* @license-end */ </script> <div id="doc-content"> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div class="header"> <div class="headertitle"> <div class="title">qe::core::QuarkBehaviour Member List</div> </div> </div><!--header--> <div class="contents"> <p>This is the complete list of members for <a class="el" href="classqe_1_1core_1_1_quark_behaviour.html">qe::core::QuarkBehaviour</a>, including all inherited members.</p> <table class="directory"> <tr class="even"><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html#a951f176fa27d8ac017e1521fcd96d817">Awake</a>()</td><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html">qe::core::QuarkBehaviour</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>Behaviour</b>() (defined in <a class="el" href="classqe_1_1core_1_1_behaviour.html">qe::core::Behaviour</a>)</td><td class="entry"><a class="el" href="classqe_1_1core_1_1_behaviour.html">qe::core::Behaviour</a></td><td class="entry"><span class="mlabel">explicit</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classqe_1_1core_1_1_component.html#a3ec40ead88558d693df6885805742eb2">Component</a>()</td><td class="entry"><a class="el" href="classqe_1_1core_1_1_component.html">qe::core::Component</a></td><td class="entry"><span class="mlabel">explicit</span></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>CoreObject</b>() (defined in <a class="el" href="classqe_1_1core_1_1_core_object.html">qe::core::CoreObject</a>)</td><td class="entry"><a class="el" href="classqe_1_1core_1_1_core_object.html">qe::core::CoreObject</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">explicit</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html#ad0686a1d4fb57d8122e99ba9dcf62f73">FixedUpdate</a>()</td><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html">qe::core::QuarkBehaviour</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> <tr><td class="entry"><a class="el" href="classqe_1_1core_1_1_behaviour.html#aa87b71db048779e92685ff43e9bd5aa2">get_enable</a>()</td><td class="entry"><a class="el" href="classqe_1_1core_1_1_behaviour.html">qe::core::Behaviour</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classqe_1_1core_1_1_object.html#a8c0bd768bc514ff1c3eff66bace30d4c">get_name</a>()</td><td class="entry"><a class="el" href="classqe_1_1core_1_1_object.html">qe::core::Object</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classqe_1_1core_1_1_component.html#a0031525e4c3d36b580d701c2b7b26ae0">get_quark_object</a>()</td><td class="entry"><a class="el" href="classqe_1_1core_1_1_component.html">qe::core::Component</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html#a3267017f1384558acdf6a033e907cc3b">LateUpdate</a>()</td><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html">qe::core::QuarkBehaviour</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> <tr><td class="entry"><a class="el" href="classqe_1_1core_1_1_object.html#a3c1f3e432fcdf10b5367ef6bae16af64">Object</a>()</td><td class="entry"><a class="el" href="classqe_1_1core_1_1_object.html">qe::core::Object</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html#a3e375427f20257014e00492a34cbaa2e">OnAnimatorIK</a>()</td><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html">qe::core::QuarkBehaviour</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> <tr><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html#a246d280658227d078bea10aa1d3fc2b1">OnAnimatorMove</a>()</td><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html">qe::core::QuarkBehaviour</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html#a249af625f0f5af4513a2d367f582b4ce">OnApplicationFocus</a>()</td><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html">qe::core::QuarkBehaviour</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> <tr><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html#a1912df90eb5098b0c4ccbf9e5dd83efe">OnApplicationPause</a>()</td><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html">qe::core::QuarkBehaviour</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html#ae5c1ca3360fb05ed2d17272a41478008">OnApplicationQuit</a>()</td><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html">qe::core::QuarkBehaviour</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> <tr><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html#aae1df164af9a59d3fb031ec26d863f77">OnAudioFlterRead</a>()</td><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html">qe::core::QuarkBehaviour</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html#a0678661408a610f04c1b6c8f4dcd659f">OnBecameInvisible</a>()</td><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html">qe::core::QuarkBehaviour</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> <tr><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html#a1050b425723bd63e213d418bf7bb86eb">OnBecameVisible</a>()</td><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html">qe::core::QuarkBehaviour</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html#a313546e2cd8322b86e5149f0cb9afb25">OnCollisionEnter</a>()</td><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html">qe::core::QuarkBehaviour</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> <tr><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html#ab7b614fe3f844c30dbfc04a60dbb2783">OnCollisionExit</a>()</td><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html">qe::core::QuarkBehaviour</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html#afd5730d04a61404257de049e6536fa77">OnCollisionStay</a>()</td><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html">qe::core::QuarkBehaviour</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> <tr><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html#a89a2129c7d8e5304aba64eebf74e3be5">OnConnectedToServer</a>()</td><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html">qe::core::QuarkBehaviour</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html#a7e4b83ca344b320608cba4b53892d484">OnControllerColliderHit</a>()</td><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html">qe::core::QuarkBehaviour</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> <tr><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html#a0bc780e3c6d60570fdfdd3e11a6359e1">OnDestroy</a>()</td><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html">qe::core::QuarkBehaviour</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html#aa5d41dbfa7e9e4fa5a8d208b24b19fdf">OnDisable</a>()</td><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html">qe::core::QuarkBehaviour</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> <tr><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html#a5902260ce84bbde84695a86f8efcbdc6">OnDisconnectedFromServer</a>()</td><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html">qe::core::QuarkBehaviour</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html#ac1c0882d2cf64e36f2f5e7cdf1ebb143">OnEnable</a>()</td><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html">qe::core::QuarkBehaviour</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> <tr><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html#a0c7878a599a02af6ad5d7f09a046ba8f">OnFailedToConnect</a>()</td><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html">qe::core::QuarkBehaviour</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html#afac788674c2970cdd6c47b44175d69b5">OnFailedToConnectToMasterServer</a>()</td><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html">qe::core::QuarkBehaviour</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> <tr><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html#a4f7e2a1af3e2bdcbd6353a19bf5bf896">OnGUI</a>()</td><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html">qe::core::QuarkBehaviour</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html#aa6841f1c0bf1b78cc6d13d42eef13674">OnMouseDown</a>()</td><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html">qe::core::QuarkBehaviour</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> <tr><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html#a8f661daacaa2bb7d8fab95ca4818f316">OnMouseDrag</a>()</td><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html">qe::core::QuarkBehaviour</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html#a92376f41cc88f9b048550f129f0d008a">OnMouseEnter</a>()</td><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html">qe::core::QuarkBehaviour</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> <tr><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html#a7ef7a49f800385ec7cb51d8e355cf039">OnMouseExit</a>()</td><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html">qe::core::QuarkBehaviour</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html#a0d0bbfce143199301d026d1f66f589e8">OnMouseOver</a>()</td><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html">qe::core::QuarkBehaviour</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> <tr><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html#ac4f6d9fd055ecf648e549799b14c1882">OnMouseUp</a>()</td><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html">qe::core::QuarkBehaviour</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html#a222fb62b5956d3f5bf794ed55e7475c4">OnParticleCollision</a>()</td><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html">qe::core::QuarkBehaviour</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> <tr><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html#a2efc0d50255b38ce954ed9f3c3c1a8f2">OnParticleTrigger</a>()</td><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html">qe::core::QuarkBehaviour</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html#a6576e9c4a662e161898cd7d0f79da672">OnPlayerConnected</a>()</td><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html">qe::core::QuarkBehaviour</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> <tr><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html#a8ea0a58e6907b3f08e2311ddeb9381d7">OnPlayerDisconnected</a>()</td><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html">qe::core::QuarkBehaviour</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html#a92bb5b1ccf134f5331cfbd5acb5050e4">OnPostRender</a>()</td><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html">qe::core::QuarkBehaviour</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> <tr><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html#adf63c293fcb9496df68a08124a649911">OnPreCull</a>()</td><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html">qe::core::QuarkBehaviour</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html#a0751e63f7d69f7b16bdbc1c8dbdd2e51">OnPreRender</a>()</td><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html">qe::core::QuarkBehaviour</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> <tr><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html#a2d6ed312df8125db85ecea67f9a8584b">OnRenderImage</a>()</td><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html">qe::core::QuarkBehaviour</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html#a087fddd6241cd65eb59a4773e589d4ed">OnRenderObject</a>()</td><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html">qe::core::QuarkBehaviour</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> <tr><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html#a2c38380b745d4995deb2efd689eceef8">OnTransformChildrenChanged</a>()</td><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html">qe::core::QuarkBehaviour</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html#a3f419ff09fa59e532f68e7a864f716c2">OnTransformParentChanged</a>()</td><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html">qe::core::QuarkBehaviour</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> <tr><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html#a1af8df5e88547adc1e870d50ae4d3a5d">OnTriggerEnter</a>()</td><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html">qe::core::QuarkBehaviour</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html#a386c1115e006e8451eb3d7fc07166632">OnTriggerExit</a>()</td><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html">qe::core::QuarkBehaviour</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> <tr><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html#a96895d9c18810681aa4889f6e80318cc">OnTriggerStay</a>()</td><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html">qe::core::QuarkBehaviour</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html#aeb4c1b1ddea0da2fcfa102e40f12a544">OnWillRenderObject</a>()</td><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html">qe::core::QuarkBehaviour</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>QuarkBehaviour</b>() (defined in <a class="el" href="classqe_1_1core_1_1_quark_behaviour.html">qe::core::QuarkBehaviour</a>)</td><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html">qe::core::QuarkBehaviour</a></td><td class="entry"><span class="mlabel">explicit</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html#a190fae0aaad4cba435e6b1760f411890">Reset</a>()</td><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html">qe::core::QuarkBehaviour</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> <tr><td class="entry"><a class="el" href="classqe_1_1core_1_1_behaviour.html#af0253bb2536333fd7ceeab31c7367250">set_enable</a>(bool enable)</td><td class="entry"><a class="el" href="classqe_1_1core_1_1_behaviour.html">qe::core::Behaviour</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classqe_1_1core_1_1_object.html#a67e5924ea1df5a63be0b89b161448bec">set_name</a>(const std::string &amp;name)</td><td class="entry"><a class="el" href="classqe_1_1core_1_1_object.html">qe::core::Object</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> <tr><td class="entry"><a class="el" href="classqe_1_1core_1_1_object.html#af77d7112fc5a783fe31e06a76fbc653e">set_name</a>(const char *name)</td><td class="entry"><a class="el" href="classqe_1_1core_1_1_object.html">qe::core::Object</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classqe_1_1core_1_1_component.html#a4e3d3469b13b9e389bc8a2cd47a54ea4">set_quark_object</a>(QuarkObject *quark_object)</td><td class="entry"><a class="el" href="classqe_1_1core_1_1_component.html">qe::core::Component</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html#a943ba4e2ba0b394a0d85ca358f121c7f">Start</a>()</td><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html">qe::core::QuarkBehaviour</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html#a0c4da4b2fdc2f43f78d58d034afd35d7">Update</a>()</td><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html">qe::core::QuarkBehaviour</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>~Behaviour</b>() (defined in <a class="el" href="classqe_1_1core_1_1_behaviour.html">qe::core::Behaviour</a>)</td><td class="entry"><a class="el" href="classqe_1_1core_1_1_behaviour.html">qe::core::Behaviour</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classqe_1_1core_1_1_component.html#a569d42ddf0d454a7ae511a91c8cb76d6">~Component</a>()</td><td class="entry"><a class="el" href="classqe_1_1core_1_1_component.html">qe::core::Component</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>~CoreObject</b>() (defined in <a class="el" href="classqe_1_1core_1_1_core_object.html">qe::core::CoreObject</a>)</td><td class="entry"><a class="el" href="classqe_1_1core_1_1_core_object.html">qe::core::CoreObject</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classqe_1_1core_1_1_object.html#a10c18fb644a856e51157fd035925f83f">~Object</a>()</td><td class="entry"><a class="el" href="classqe_1_1core_1_1_object.html">qe::core::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>~QuarkBehaviour</b>() (defined in <a class="el" href="classqe_1_1core_1_1_quark_behaviour.html">qe::core::QuarkBehaviour</a>)</td><td class="entry"><a class="el" href="classqe_1_1core_1_1_quark_behaviour.html">qe::core::QuarkBehaviour</a></td><td class="entry"></td></tr> </table></div><!-- contents --> </div><!-- doc-content --> <!-- start footer part --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <ul> <li class="footer">Generated by <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.14 </li> </ul> </div> </body> </html>
EricChenC/quark_engine
media/doc/html/classqe_1_1core_1_1_quark_behaviour-members.html
HTML
mit
24,928
{% extends 'bookbase.html' %} {% block title %} CHAPTER I &mdash; {{ SITENAME }}{% endblock %} {% block content %} {% include '_include/crimeandpunishment26.html' %} {% endblock %}
charlesreid1/wordswordswords
pelican/crimeandpunishment/fdcp26.html
HTML
mit
189
<h1>ESTATÍSTICAS</h1> <div class="ui piled segment"> <div class="ui huge four statistics"> <div class="statistic"> <div class="value"> 22.581 </div> <div class="label"> POSTS APROVADOS </div> </div> <div class="statistic"> <div class="value"> 980 </div> <div class="label"> POSTS Pendentes </div> </div> <div class="statistic"> <div class="value"> <i class="database icon"></i> 32 </div> <div class="label"> SOURCES ATIVOS </div> </div> <div class="statistic"> <div class="value"> 29/0 </div> <div class="label"> CLUBES/LIGAS </div> </div> </div> </div> <div class="ui piled segment"> <div class="ui huge three statistics"> <div class="statistic"> <div class="value"> <img src="https://zfc.s3.amazonaws.com/production/club/shield/15/2000px-S_C3_ADmbolo_da_Chapecoense_sem_estrelas.svg.png" class="ui inline image"> 2.410 </div> <div class="label"> MAIS ZUADO </div> </div> <div class="red statistic" style="max-width: 365px;"> <div class="text value"> CORINTHIANS, <br> SÃO PAULO e GRÊMIO </div> <div class="label"> POUCAS ZUEIRAS </div> </div> <div class="statistic" style="max-width: 365px;"> <div class="text value"> COMO É BOM SER COLORADO </div> <div class="label"> MUITAS REPROVAÇÕES </div> </div> </div> </div> </div>
zueirafc/client-app
app/resources/components/views/admin/dash.html
HTML
mit
1,626
<html><body> <h4>Windows 10 x64 (18363.900)</h4><br> <h2>_WHEAP_ERROR_RECORD_WRAPPER</h2> <font face="arial"> +0x000 WorkEntry : <a href="./_LIST_ENTRY.html">_LIST_ENTRY</a><br> +0x010 Length : Uint4B<br> +0x014 ProcessorNumber : Uint4B<br> +0x018 Flags : <a href="./_WHEAP_ERROR_RECORD_WRAPPER_FLAGS.html">_WHEAP_ERROR_RECORD_WRAPPER_FLAGS</a><br> +0x01c InUse : Int4B<br> +0x020 ErrorSource : Ptr64 <a href="./_WHEAP_ERROR_SOURCE.html">_WHEAP_ERROR_SOURCE</a><br> +0x028 ErrorRecord : <a href="./_WHEA_ERROR_RECORD.html">_WHEA_ERROR_RECORD</a><br> </font></body></html>
epikcraw/ggool
public/Windows 10 x64 (18363.900)/_WHEAP_ERROR_RECORD_WRAPPER.html
HTML
mit
651
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>src\storage\filesystem.js - muskepeer-client</title> <link rel="stylesheet" href="http://yui.yahooapis.com/3.9.1/build/cssgrids/cssgrids-min.css"> <link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css"> <link rel="stylesheet" href="../assets/css/main.css" id="site_styles"> <link rel="shortcut icon" type="image/png" href="../assets/favicon.png"> <script src="http://yui.yahooapis.com/combo?3.9.1/build/yui/yui-min.js"></script> </head> <body class="yui3-skin-sam"> <div id="doc"> <div id="hd" class="yui3-g header"> <div class="yui3-u-3-4"> <h1><img src="../assets/css/logo.png" title="muskepeer-client"></h1> </div> <div class="yui3-u-1-4 version"> <em>API Docs for: 0.0.1</em> </div> </div> <div id="bd" class="yui3-g"> <div class="yui3-u-1-4"> <div id="docs-sidebar" class="sidebar apidocs"> <div id="api-list"> <h2 class="off-left">APIs</h2> <div id="api-tabview" class="tabview"> <ul class="tabs"> <li><a href="#api-classes">Classes</a></li> <li><a href="#api-modules">Modules</a></li> </ul> <div id="api-tabview-filter"> <input type="search" id="api-filter" placeholder="Type to filter APIs"> </div> <div id="api-tabview-panel"> <ul id="api-classes" class="apis classes"> <li><a href="../classes/Computation.html">Computation</a></li> <li><a href="../classes/Crypto.html">Crypto</a></li> <li><a href="../classes/Database.html">Database</a></li> <li><a href="../classes/FileSystem.html">FileSystem</a></li> <li><a href="../classes/GeoLocation.html">GeoLocation</a></li> <li><a href="../classes/Job.html">Job</a></li> <li><a href="../classes/Jobs.html">Jobs</a></li> <li><a href="../classes/Logger.html">Logger</a></li> <li><a href="../classes/Mediator.html">Mediator</a></li> <li><a href="../classes/MuskepeerClient.html">MuskepeerClient</a></li> <li><a href="../classes/MuskepeerModule.html">MuskepeerModule</a></li> <li><a href="../classes/Network.html">Network</a></li> <li><a href="../classes/Node.html">Node</a></li> <li><a href="../classes/Nodes.html">Nodes</a></li> <li><a href="../classes/Peer.html">Peer</a></li> <li><a href="../classes/Peers.html">Peers</a></li> <li><a href="../classes/Pool.html">Pool</a></li> <li><a href="../classes/Project.html">Project</a></li> <li><a href="../classes/Result.html">Result</a></li> <li><a href="../classes/Results.html">Results</a></li> <li><a href="../classes/Service.html">Service</a></li> <li><a href="../classes/Settings.html">Settings</a></li> <li><a href="../classes/Storage.html">Storage</a></li> <li><a href="../classes/Uuid.html">Uuid</a></li> <li><a href="../classes/Worker.html">Worker</a></li> </ul> <ul id="api-modules" class="apis modules"> <li><a href="../modules/Computation.html">Computation</a></li> <li><a href="../modules/Crypto.html">Crypto</a></li> <li><a href="../modules/Database.html">Database</a></li> <li><a href="../modules/FileSystem.html">FileSystem</a></li> <li><a href="../modules/GeoLocation.html">GeoLocation</a></li> <li><a href="../modules/Jobs.html">Jobs</a></li> <li><a href="../modules/Logger.html">Logger</a></li> <li><a href="../modules/Mediator.html">Mediator</a></li> <li><a href="../modules/MuskepeerClient.html">MuskepeerClient</a></li> <li><a href="../modules/Network.html">Network</a></li> <li><a href="../modules/Pool.html">Pool</a></li> <li><a href="../modules/Project.html">Project</a></li> <li><a href="../modules/Results.html">Results</a></li> <li><a href="../modules/Settings.html">Settings</a></li> <li><a href="../modules/Storage.html">Storage</a></li> <li><a href="../modules/Uuid.html">Uuid</a></li> </ul> </div> </div> </div> </div> </div> <div class="yui3-u-3-4"> <div id="api-options"> Show: <label for="api-show-inherited"> <input type="checkbox" id="api-show-inherited" checked> Inherited </label> <label for="api-show-protected"> <input type="checkbox" id="api-show-protected"> Protected </label> <label for="api-show-private"> <input type="checkbox" id="api-show-private"> Private </label> <label for="api-show-deprecated"> <input type="checkbox" id="api-show-deprecated"> Deprecated </label> </div> <div class="apidocs"> <div id="docs-main"> <div class="content"> <h1 class="file-heading">File: src\storage\filesystem.js</h1> <div class="file"> <pre class="code prettyprint linenums"> /** * FileSystem * * @module FileSystem * @class FileSystem * * @see http://www.html5rocks.com/de/tutorials/file/filesystem/ * @see https://gist.github.com/robnyman/1894032 * @see https://developer.mozilla.org/en-US/docs/Web/API/URL.createObjectURL * @see http://www.html5rocks.com/en/tutorials/file/filesystem/#toc-filesystemurls * */ define([&#x27;lodash&#x27;, &#x27;crypto/index&#x27;, &#x27;q&#x27;, &#x27;project&#x27;, &#x27;settings&#x27;], function (_, crypto, Q, project, settings) { /** * @final * @property CHUNK_SIZE * @type {Number} */ var CHUNK_SIZE = 512; var _self, _db, _fs; /** * Request access to the local fileSystem, * will cause a user prompt at first attempt * * @private * @method requestFileSystem * @return {Promise} */ function requestFileSystem() { var deferred = Q.defer(); window.requestFileSystem = window.requestFileSystem || window.webkitRequestFileSystem; window.requestFileSystem(window.PERSISTENT, settings.fileStorageSize, deferred.resolve, function (error) { deferred.reject(error); }); return deferred.promise; } /** * Request a specific stoage-quota * will cause a user prompt at first attempt * * @private * @method requestQuota * @return {Promise} */ function requestQuota() { var deferred = Q.defer(); navigator.webkitPersistentStorage = navigator.webkitPersistentStorage || window.webkitStorageInfo; navigator.webkitPersistentStorage.requestQuota(settings.fileStorageSize || 50 * 1024 * 1024, deferred.resolve, deferred.reject); return deferred.promise; } /** * Parse a fileName from an uri * * @private * @method getFileNameFromUri * @param {String} uri * @return {String} */ function getFileNameFromUri(uri) { var regex = new RegExp(/[^\\/]+$/); return uri.match(regex)[0]; } /** * Create a directory in filesystem * * @private * @method createSubDirectory * @param {String} dir * @return {Promise} */ function createSubDirectory(dir) { var deferred = Q.defer(); _fs.root.getDirectory(dir, {create: true}, deferred.resolve, deferred.reject); return deferred.promise; } /** * * @param fileInfo * @param mode * @param offset * @param completeFile * @returns {Promise} */ function readFile(fileInfo, mode, offset, completeFile) { var deferred = Q.defer(); mode = mode || &#x27;blob&#x27;; completeFile = completeFile || false; _fs.root.getFile(project.uuid + &#x27;/&#x27; + fileInfo.uuid, {}, function (fileEntry) { fileEntry.file(function (file) { var start = offset || 0, end = start + CHUNK_SIZE, blob; // Every file has an end if (start + CHUNK_SIZE &gt; file.size) { end = file.size; } // Slice that file if (!completeFile) { blob = file.slice(start, end); } else { blob = file; } // Blob Mode, no need for FileReader if (mode === &#x27;blob&#x27;) { deferred.resolve(blob); } // Using FileReader else { var reader = new FileReader(); reader.onloadend = function (e) { if (e.target.readyState === FileReader.DONE) { if (mode === &#x27;dataUrl&#x27;) { // Remove data attribute prefix var chunk = reader.result.match(/,(.*)$/); if (chunk) { deferred.resolve(chunk[1]); } else { deferred.reject(); } } else { deferred.resolve(reader.result); } reader = null; } else { deferred.reject(); } }; // DataUrl Mode if (mode === &#x27;dataUrl&#x27;) { reader.readAsDataURL(blob); // ArrayBuffer Mode } else if (mode === &#x27;arrayBuffer&#x27;) { reader.readAsArrayBuffer(blob); } } }, deferred.reject); }, deferred.reject); return deferred.promise; } /** * Gets a file via XHR and returns a promise, * resolve will contain a Blob * * @private * @method download * * @param {Object} file * @return {Promise} * */ function downloadViaXHR(file) { var deferred = Q.defer(), xhr = new XMLHttpRequest(), data; xhr.open(&#x27;GET&#x27;, file.uri, true); xhr.responseType = &#x27;blob&#x27;; xhr.addEventListener(&#x27;progress&#x27;, function (e) { // Maybe somehow there will already be some chunks in here if (e.target.response instanceof Blob) { data = { blob: e.target.response, position: e.position, totalSize: e.totalSize }; } else { // If not at least we can store these info data = {totalSize: e.totalSize} } deferred.notify(data); }); xhr.addEventListener(&#x27;load&#x27;, function (e) { if (xhr.status === 200) { data = { blob: e.target.response, position: e.position, totalSize: e.target.response.size }; deferred.resolve(data); } else { deferred.reject(&#x27;Error downloading file&#x27;); } }, false); xhr.send(); return deferred.promise; } /** * Updates the list by getting the newest info from db * * @private * @method updateFileList * @return {Promise} */ function updateFileList() { return _self.getFileList() .then(function (files) { _self.list = files; }); } /** * Converts a base64 String to a Blob * * @private * @method base64toBlob * @see http://stackoverflow.com/questions/16245767/creating-a-blob-from-a-base64-string-in-javascript * * @param {String} base64 * @param {String} [contentType] * * @return {Blob} */ function base64toBlob(base64, contentType) { contentType = contentType || &#x27;&#x27;; var byteCharacters = atob(base64); var byteArrays = []; for (var offset = 0; offset &lt; byteCharacters.length; offset += CHUNK_SIZE) { var slice = byteCharacters.slice(offset, offset + CHUNK_SIZE); var byteNumbers = new Array(slice.length); for (var i = 0; i &lt; slice.length; i++) { byteNumbers[i] = slice.charCodeAt(i); } var byteArray = new Uint8Array(byteNumbers); byteArrays.push(byteArray); } return new Blob(byteArrays, {type: contentType}); } return { /** * List of related files in db, * will always be updated automatically * * @property list * @type {Array} */ list: null, /** * Initialize fileStorage * * @chainable * @method init * * @param db Instance of database submodule * @return {Object} */ init: function (db) { _self = this; _db = db; return requestQuota() .then(requestFileSystem) .then(function (fileSystem) { _fs = fileSystem; if (!project.uuid) { logger.error(&#x27;Filesystem&#x27;, &#x27;No project uuid set, can not create dir!&#x27;); throw Error(&#x27;Filesystem&#x27;, &#x27;No project uuid set&#x27;); } return createSubDirectory(project.uuid); }) .then(function () { return updateFileList(); }); }, /** * Write a file/blob to the local filesystem * * @method write * * @param {Object} fileInfo * @param {Blob|String} blob or base64-String * @param {Number} [pos] * * @return {Promise} */ write: function (fileInfo, blob, pos) { var deferred = Q.defer(), writtenBytes = 0, isNewFile = true; // Test if we need to convert from base64 if (!blob instanceof Blob) { blob = base64toBlob(blob); } // Does the file exist in database? _db.read(&#x27;files&#x27;, fileInfo.uuid, {uuidIsHash: true}) .then(function (info) { // Just to make sure, we have data that is up to date fileInfo = info; //Is it marked as complete?) if (!fileInfo || fileInfo.isComplete) { deferred.reject(&#x27;File does not exist, or is already complete&#x27;); } writtenBytes = fileInfo.position; isNewFile = writtenBytes === 0; // We won&#x27;t overwrite fileDate if (pos &lt; writtenBytes) { deferred.reject(&#x27;Position is lower than already written bytes!&#x27;); } }) .then(function () { // Append bytes _fs.root.getFile(project.uuid + &#x27;/&#x27; + fileInfo.uuid, {create: isNewFile }, function (fileEntry) { fileEntry.createWriter(function (writer) { // Start at given position or EOF pos = pos || writer.length; writer.seek(pos); writer.write(blob); }, deferred.reject); }, deferred.reject); }) .then(function () { // Update fileInfo in database var currentPosition = fileInfo.position + blob.size; return _db.update(&#x27;files&#x27;, {uuid: fileInfo.uuid, isComplete: currentPosition &gt;= fileInfo.size, position: currentPosition}, {uuidIsHash: true}); }) .then(updateFileList); return deferred.promise; }, /** * Get a local url to a file in fileSystem * * @method readFileAsLocalUrl * @param {Object} fileInfo * @return {Promise} */ readFileAsLocalUrl: function (fileInfo) { var deferred = Q.defer(); _fs.root.getFile(project.uuid + &#x27;/&#x27; + fileInfo.uuid, {}, function (fileEntry) { deferred.resolve(fileEntry.toURL()); }, deferred.reject); return deferred.promise; }, /** * Get an ObjectUrl to a file from FileSystem * * @method readFileAsObjectUrl * @param {Object} fileInfo * @return {Promise} */ readFileAsObjectUrl: function (fileInfo) { var deferred = Q.defer(); _fs.root.getFile(project.uuid + &#x27;/&#x27; + fileInfo.uuid, {}, function (fileEntry) { fileEntry.file(function (file) { deferred.resolve(URL.createObjectURL(file)); }, deferred.reject); }, deferred.reject); return deferred.promise; }, /** * Read some chunks from the file, which will resul in a Blob-Instance. * Chunk size is defined globally by CHUNK_SIZE. * Slicing can be disabled using completeFile param. * * @method readFileChunkAsBlob * @param {Object} file * @param {Number} offset * @param {Boolean} completeFile * @return {Promise} */ readFileChunkAsBlob: function (file, offset, completeFile) { return readFile(file, &#x27;blob&#x27;, offset, completeFile); }, /** * Read some chunks from the file, which will be base64 encodded. * Chunk size is defined globally by CHUNK_SIZE. * Slicing can be disabled using completeFile param. * * @method readFileChunkAsDataUrl * @param {Object} file * @param {Number} offset * @param {Boolean} completeFile * @return {Promise} */ readFileChunkAsDataUrl: function (file, offset, completeFile) { return readFile(file, &#x27;dataUrl&#x27;, offset, completeFile); }, /** * Read some chunks from the file and return an ArrayBuffer. * Chunk size is defined globally by CHUNK_SIZE. * Slicing can be disabled using completeFile param. * * @method readFileChunkAsArrayBuffer * @param {Object} file * @param {Number} offset * @param {Boolean} completeFile * @return {Promise} */ readFileChunkAsArrayBuffer: function (file, offset, completeFile) { return readFile(file, &#x27;arrayBuffer&#x27;, offset, completeFile); }, /** * Add file-entries to the storage database, * not to the filesystem. * * @method add * @param {Array|String} files * @return {Promise} */ add: function (files) { var promises = []; //just a single uri? if (!_.isArray(files)) { files = [files]; } files.forEach(function (file) { var fileInfo = { name: file.name || getFileNameFromUri(file.url), uri: file.url, size: 0, position: 0, type: file.type || &#x27;text/plain&#x27;, isComplete: false, uuid: crypto.hash(file.url) }; var promise = _db.read(&#x27;files&#x27;, fileInfo.uuid, {uuidIsHash: true}) .then(function (result) { if (!result) { return _db.save(&#x27;files&#x27;, fileInfo, {allowDuplicates: false, uuidIsHash: true}); } }); promises.push(promise); }); return Q.all(promises).then(updateFileList); }, /** * Get an array of incomplete files from storage-database * * @method getListOfIncompleteFiles * @return {Promise} */ getIncompleteFileList: function () { return _db.findAndReduceByObject(&#x27;files&#x27;, {filterDuplicates: false}, {projectUuid: project.uuid, isComplete: false}); }, /** * Get an array of all files from storage-database * * @method getFileList * @return {Promise} */ getFileList: function () { return _db.findAndReduceByObject(&#x27;files&#x27;, {filterDuplicates: false}, {projectUuid: project.uuid}); }, /** * This will download all incomplete files from their urls. * Should be used if you know, that there are no other peers in you pool, * that can deliver the files you need. * * @method downloadIncompleteFiles * @return [Promise} */ downloadIncompleteFiles: function () { // Get incomplete files from database return this.getIncompleteFileList() .then(function (files) { var promises = []; files.forEach(function (file) { var deferred = Q.defer(); promises.push(deferred.promise); downloadViaXHR(file) .progress(function (data) { // We gort some chunks if (data.blob &amp;&amp; data.position) { _db.update(&#x27;files&#x27;, {uuid: file.uuid, size: data.totalSize, position: data.position}, {uuidIsHash: true}) .then(function () { _self.write(file, data.blob, data.position); }); } // We only got some info else { _db.update(&#x27;files&#x27;, {uuid: file.uuid, size: data.totalSize}, {uuidIsHash: true}) } }) .catch(function (err) { logger.error(&#x27;FileSystem&#x27;, file.uri, &#x27;error during download!&#x27;); }) .done(function (data) { logger.log(&#x27;FileSystem&#x27;, file.uri, &#x27;download complete!&#x27;); _db.update(&#x27;files&#x27;, {uuid: file.uuid, isComplete: true, position: data.blob.size, size: data.blob.size}, {uuidIsHash: true}); _self.write(file, data.blob).then(updateFileList); deferred.resolve(); }); }); return Q.all(promises); }); }, /** * Retrieve a filInfo object from storage (db) by uuid (hash). * * @method getFileInfoByUuid * * @param uuid * @return {Object} */ getFileInfoByUuid: function (uuid) { return _db.read(&#x27;files&#x27;, uuid, {uuidIsHash: true}); }, /** * Retrieve a fileInfo object from storage by url. * * @method getFileInfoByUri * * @param uri * @return {Array} can be multiple files */ getFileInfoByUri: function (uri) { return _db.findAndReduceByObject(&#x27;files&#x27;, {}, {uri: uri}); }, /** * etrieve a fileInfo object from storage by name. * * @param name * @return {Array} */ getFileInfoByName: function (name) { return _db.findAndReduceByObject(&#x27;files&#x27;, {}, {name: name}); }, /** * Will delete all files/folders inside the project-dir recursively * as well as the references (fileInfo) in database * * @method clear * @return {Promise} */ clear: function () { var deferred = Q.defer(); // Delete form filesystem _fs.root.getDirectory(project.uuid, {}, function (dirEntry) { dirEntry.removeRecursively(function () { deferred.resolve(); }, deferred.reject); }, deferred.reject); return deferred.promise .then(_self.getFileList) .then(function (files) { var promises = []; //Delete from database files.forEach(function (file) { promises.push(_db.remove(&#x27;files&#x27;, file.uuid, {uuidIsHash: true})); }); return Q.all(promises); }).then(function () { logger.log(&#x27;FileStorage&#x27;, &#x27;removed all files/folders from file-system!&#x27;); return updateFileList(); }); } }; }) ; </pre> </div> </div> </div> </div> </div> </div> </div> <script src="../assets/vendor/prettify/prettify-min.js"></script> <script>prettyPrint();</script> <script src="../assets/js/yui-prettify.js"></script> <script src="../assets/../api.js"></script> <script src="../assets/js/api-filter.js"></script> <script src="../assets/js/api-list.js"></script> <script src="../assets/js/api-search.js"></script> <script src="../assets/js/apidocs.js"></script> </body> </html>
casatt/muskepeer-client
doc/files/src_storage_filesystem.js.html
HTML
mit
27,495
{% extends "main.html" %} {% load static %} {% load i18n %} {% block title %}{% trans "Tamil-Inayavaani SpellChecker + Tamil-Sandhi Checker" %}{% endblock %} {% block content %} <meta http-equiv="X-UA-Compatible" content="IE=edge"/> <script src={% static 'tinymce/js/jquery/jquery-1.12.1.min.js' %}></script> <script src={% static 'tinymce/js/tinymce/tinymce.dev.js' %}></script> <script src={% static 'tinymce/js/tinymce/tinymce.jquery.js' %}></script> <script> function ta_spellchecker_cb(method, text, success, failure) { var words_to_check = text.split(/\s/); //debug console.log(words_to_check.join('|\n')); var request = $.ajax({ url: "/en/tamilinayavaani_spellchecker", method: "POST", dataType: "json", data: { lang: 'ta_IN', /*this.getLanguage()*/ text: words_to_check.join('\n') } }); request.done( function (result) { console.log(result); success(result); }); request.fail(function (xhr, errorStatus) { failure("Spellcheck error:" + errorStatus); }); }; /* Ref: https://www.tinymce.com/docs/plugins/spellchecker/ */ function init() { tinymce.init({ mode: "textareas", plugins: [ "advlist autolink link image lists charmap print preview hr anchor pagebreak spellchecker", "searchreplace wordcount visualblocks visualchars code fullscreen insertdatetime media nonbreaking", "save table contextmenu directionality emoticons template paste" ], valid_elements: '*[*]', add_unload_trigger: false, editor_selector: 'editable', spellchecker_language: 'ta_IN', spellchecker_callback: ta_spellchecker_cb }); }; init(); </script> <div> <h3>தமிழ் திருத்தி ( தமிழிணையவாணி + தமிழ் சந்திப்பிழைத்திருத்தி)</h3> <div><b> usage: Tools > Spellchecker </b></div> <div> <div id="container1"> <textarea id="elm1" name="elm1" rows="25" cols="80" style="width: 80%" class="editable"> கலுதைக்கு தெரியுமா கல்பூரம் வாசொனை </textarea> </div> <a href="#" onclick="tinymce.DOM.show('container1');return false;" alt="காட்டு">[+]</a> <a href="#" onclick="tinymce.DOM.hide('container1');return false;" alt="மரை">[-]</a> </div> </div> <!-- credits --> <div> <h2>Tamilinaiyam - Pizhaithiruthi (Spellchecker)</h2> </div> <div id="python-package"> <h2>Python Package</h2> <p>Python Port of TamilInaiya spell checker is named ‘tamilinayavaani’ and available as Python module form same name. It can be used with a UTF-8 encoded text file as follows,</p> <div id="installation"> <h3>Installation</h3> <pre>$ python3 -m pip install --upgrade tamilinayavaani&gt;<span class="o">=</span><span class="m">0</span>.13 </pre> </div> <div id="usage-in-memory"> <h3>Usage - in-memory</h3> <pre><span class="kn">from</span> <span class="nn">tamilinaiyavaani</span> <span class="kn">import</span> <span class="n">SpellChecker</span> <span class="n">flag</span><span class="p">,</span><span class="n">suggs</span><span class="o">=</span><span class="n">SpellChecker</span><span class="o">.</span><span class="n">REST_interface</span><span class="p">(</span><span class="s1">'வாழை'</span><span class="p">,</span><span class="s1">'பழம்'</span><span class="p">)</span> <span class="n">expected</span><span class="o">=</span><span class="p">[</span><span class="s1">'வாழைப்'</span><span class="p">,</span> <span class="s1">'பழம்'</span><span class="p">]</span> <span class="k">assert</span> <span class="ow">not</span> <span class="n">flag</span> <span class="k">assert</span> <span class="n">expected</span><span class="p">[</span><span class="mi">0</span><span class="p">]</span><span class="o">==</span><span class="n">suggs</span><span class="p">[</span><span class="mi">0</span><span class="p">]</span> </pre> </div> <div id="usage-file-based"> <h3>Usage - file-based</h3> <p>An file-based use of the library would look like,</p> <pre><span class="kn">from</span> <span class="nn">tamilinaiyavaani</span> <span class="kn">import</span> <span class="n">SpellChecker</span><span class="p">,</span> <span class="n">SpellCheckerResult</span> <span class="n">result</span> <span class="o">=</span> <span class="n">SpellChecker</span><span class="p">(</span><span class="n">fname</span><span class="p">)</span><span class="o">.</span><span class="n">run</span><span class="p">()</span> <span class="c1">#fname is a full filename</span> <span class="c1"># result is a list of SpellCheckerResult objects.</span> </pre> </div> </div> <div id="source"> <h2>Source</h2> <p>Tamil Virtual Academy release sources at <a href="http://www.tamilvu.org/ta/content/%E0%AE%A4%E0%AE%AE%E0%AE%BF%E0%AE%B4%E0%AF%8D%E0%AE%95%E0%AF%8D-%E0%AE%95%E0%AE%A3%E0%AE%BF%E0%AE%A9%E0%AE%BF%E0%AE%95%E0%AF%8D-%E0%AE%95%E0%AE%B0%E0%AF%81%E0%AE%B5%E0%AE%BF%E0%AE%95%E0%AE%B3%E0%AF%8D" rel="nofollow">link.</a></p> </div> <div id="license"> <h2>License</h2> <p>This code is licensed under terms of GNU GPL V2. Check <a href="https://commons.wikimedia.org/wiki/File:Tamil-Virtual-Academy-Copyright-Declaration.jpg" rel="nofollow">link</a> for license info.</p> </div> <div id="credits"> <h2>Credits</h2> <ul> <li>Thanks to Tamil Virtual Academy, Chennai for releasing ths source code of this application. This work is open-source publication of Vaani from <a href="http://vaani.neechalkaran.com" rel="nofollow">link</a> You can support the close-source Vaani project, an 8 yr effort as of 2020, by donating here <a href="http://neechalkaran.com/p/donate.html" rel="nofollow">donate(link)</a></li> <li>Python Port was enabled by Kaniyam Foundation, T. Shrinivasan, @manikk, Ashok Ramachandran, and others. You can support Kaniyam Foundation and its mission by donating via instructions here, <a href="http://www.kaniyam.com" rel="nofollow">Kaniyam</a> The Python port depends on tamilsandhichecker project <a href="https://github.com/nithyadurai87/tamil-sandhi-checker" rel="nofollow">link</a> and the Open-Tamil project <a href="https://pypi.org/project/Open-Tamil/" rel="nofollow">link:</a> </div> {% endblock %}
Ezhil-Language-Foundation/open-tamil
webapp/opentamilapp/templates/tamilinayavaani_spell_check.html
HTML
mit
7,595
<!DOCTYPE html> <html lang="ca-es" data-theme=""> <head> <meta charset="utf-8"> <meta name="HandheldFriendly" content="True"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="referrer" content="no-referrer-when-downgrade"> <title>La vista cansada</title> <meta name="description" content=""> <link rel="icon" type="image/x-icon" href="https://carlesbellver.github.io/favicon.ico"> <link rel="apple-touch-icon-precomposed" href="https://carlesbellver.github.io/favicon.png"> <link rel="stylesheet" href="https://carlesbellver.github.io/css/light.css?rnd=1602439751" /> <style> [data-theme="dark"] { --font-color: #eee; --bg-color: #212121; --link-color:#599ada; --link-state-color:#ff5858; --link-state-border-color: rgba(238, 54, 54, 0.5); --thead-bg-color: #343a40; --table-border-color: lightgrey; --pre-color: #333; --pre-bg-color: #f1f1f1; --bq-color: #ccc; --hr-color: #333; --pagination-bg-color: #373737; --pagination-link-color: #b6b6b6; --post-info-color: grey; --switcher-color: #333; --switcher-bg-color: #fff; } </style> <link rel="stylesheet" href="https://carlesbellver.github.io/css/style.css?rnd=1602439751" /> <meta property="og:title" content="" /> <meta property="og:description" content="📎 Una aplicación inconstitucional del artículo 155 Joaquín Urías, professor de Dret Constitucional i ex-lletrat del Tribunal Constitucional. ¿Carta blanca per usurpar les competències de qualsevol comunitat autònoma amb què es discrepe?" /> <meta property="og:type" content="article" /> <meta property="og:url" content="https://carlesbellver.github.io/2017/10/23/una-aplicacin-inconstitucional.html" /> <meta property="article:published_time" content="2017-10-23T10:27:00+00:00" /> <meta property="article:modified_time" content="2017-10-23T10:27:00+00:00" /> <meta name="twitter:card" content="summary"/> <meta name="twitter:title" content=""/> <meta name="twitter:description" content="📎 Una aplicación inconstitucional del artículo 155 Joaquín Urías, professor de Dret Constitucional i ex-lletrat del Tribunal Constitucional. ¿Carta blanca per usurpar les competències de qualsevol comunitat autònoma amb què es discrepe?"/> </head> <body> <a class="skip-main" href="#main">Anar al contingut principal</a> <div class="container"> <header class="common-header"> <h1 class="site-title"> <a href="/">La vista cansada</a> </h1> <nav> <a class="" href="https://carlesbellver.github.io/about/" title="">Informació</a> <a class="" href="https://carlesbellver.github.io/tags/" title="">Etiquetes</a> </nav> </header> <main id="main" tabindex="-1"> <article class="post retalls h-entry"> <header class="post-header"> <h1 class="post-title p-name"></h1> </header> <div class="content e-content"> <p>📎 <a href="http://www.eldiario.es/tribunaabierta/aplicacion-inconstitucional-articulo_6_699990004.html">Una aplicación inconstitucional del artículo 155</a></p> <p>Joaquín Urías, professor de Dret Constitucional i ex-lletrat del Tribunal Constitucional. ¿Carta blanca per usurpar les competències de qualsevol comunitat autònoma amb què es discrepe?</p> </div> <div class="post-info"> <a class="u-url" href="/2017/10/23/una-aplicacin-inconstitucional.html"><div class="post-date dt-published">2017-10-23</div></a> <div class="post-taxonomies"> <ul class="post-tags"> <li><a href="https://carlesbellver.github.io/tags/retalls">#retalls</a></li> </ul> </div> </div> </article> </main> <footer class="common-footer"> <div class="common-footer-bottom"> <div class="copyright"> <p>Carles Bellver Torlà </p> </div> <button class="theme-switcher"> Tema fosc </button> <script> const STORAGE_KEY = 'user-color-scheme' const defaultTheme = "light" let currentTheme let switchButton let autoDefinedScheme = window.matchMedia('(prefers-color-scheme: dark)') const autoChangeScheme = e => { currentTheme = e.matches ? 'dark' : 'light' document.documentElement.setAttribute('data-theme', currentTheme) changeButtonText() } document.addEventListener('DOMContentLoaded', function() { switchButton = document.querySelector('.theme-switcher') currentTheme = detectCurrentScheme() if (currentTheme == 'dark') { document.documentElement.setAttribute('data-theme', 'dark') } if (currentTheme == 'auto') { autoChangeScheme(autoDefinedScheme); autoDefinedScheme.addListener(autoChangeScheme); } changeButtonText() switchButton.addEventListener('click', switchTheme, false) }) function detectCurrentScheme() { if (localStorage.getItem(STORAGE_KEY)) { return localStorage.getItem(STORAGE_KEY) } if (defaultTheme) { return defaultTheme } if (!window.matchMedia) { return 'light' } if (window.matchMedia('(prefers-color-scheme: dark)').matches) { return 'dark' } return 'light' } function changeButtonText() { switchButton.textContent = currentTheme == 'dark' ? "Tema clar" : "Tema fosc" } function switchTheme(e) { if (currentTheme == 'dark') { localStorage.setItem(STORAGE_KEY, 'light') document.documentElement.setAttribute('data-theme', 'light') currentTheme = 'light' } else { localStorage.setItem(STORAGE_KEY, 'dark') document.documentElement.setAttribute('data-theme', 'dark') currentTheme = 'dark' } changeButtonText() } </script> </div> </footer> </div> </body> </html>
carlesbellver/carlesbellver.github.io
2017/10/23/una-aplicacin-inconstitucional.html
HTML
mit
6,290
--- layout: tei tei: '../tei/117.xml' prev: '116' self: '117' next: '118' ---
alter-rebbe/collector
docs/archive/documents/117.html
HTML
mit
78
<ion-navbar *navbar> <ion-title>Feed</ion-title> </ion-navbar> <ion-content padding class="feed"> <div class="spinner" *ngIf="loading" > <ion-spinner class="spinner"></ion-spinner> </div> <p *ngIf="error">An error ocurred. Try again</p> <p *ngIf="(!memes || memes.length == 0) && !loading" >Nothing to show...</p> <ion-refresher (ionRefresh)="refresh($event)"> <ion-refresher-content pullingIcon="arrow-down" refreshingSpinner="circles"> </ion-refresher-content> </ion-refresher> <meme-card *ngFor="let meme of memes" (click)="showMeme(meme)" [title]="meme.text0" [imageUrl]="meme.instanceImageUrl" [text]="meme.displayName"> </meme-card> <ion-infinite-scroll (ionInfinite)="loadNextPage($event)"> <ion-infinite-scroll-content loadingSpinner="bubbles" loadingText="Loading more awesome memes for you"> </ion-infinite-scroll-content> </ion-infinite-scroll> </ion-content>
samfcmc/ionic2_tutorial
memeapp/app/pages/feed/feed.html
HTML
mit
943
<!DOCTYPE html> <html> <head> <link rel="stylesheet" type="text/css" href="display.css"> </head> <body> <div class="wrapper"> <div class="inner-wrapper"> Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. <div class="test-display"> This is a box </div> Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. </div> </div> </body> </html>
stinaq/education
CSS/display.html
HTML
mit
1,553
<table width="90%" border="0"><tr><td><script>function openfile(url) {fullwin = window.open(url, "fulltext", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");}</script><div class="layoutclass_pic"><div class="layoutclass_first_pic"><table class="fmt0table"><tr><th class="zt1"><b><font class=""></font></b></th><td class="zc1">右盼左顧</td></tr> </td></tr></table></div> <!-- layoutclass_first_pic --><div class="layoutclass_second_pic"></div> <!-- layoutclass_second_pic --></div> <!-- layoutclass_pic --></td></tr></table>
BuzzAcademy/idioms-moe-unformatted-data
all-data/3000-3999/3422-33.html
HTML
mit
571
<!DOCTYPE html> <html lang = "es"> <head> <meta charset="UTF-8"> <title>App Movil</title> <link rel="shortcut icon" type="text/css" href="{{STATIC_URL}}img/icono de la Aplicacion Movil.png"> <link rel="stylesheet" type="text/css" href="{{STATIC_URL}}jquery.mobile-1.3.1/jquery.mobile-1.3.1.css"> <script type="text/javascript" src="{{STATIC_URL}}js/jquery-1.10.2.min.js"></script> <script type="text/javascript" src="{{STATIC_URL}}jquery.mobile-1.3.1/jquery.mobile-1.3.1.js"></script> <style type="text/css"> img{ margin: auto; display: block; } .ui-page { background: transparent url({{STATIC_URL}}icons/cerrito_de_la_libertad.jpg); /*width: 100% !important; height: auto !important;*/ background-repeat: no-repeat; position: absolute; z-index: 1; background-size: cover; -webkit-cara trasera-visibility: hidden; } .ui-content{ background: transparent no-repeat; } li{ opacity: 0.7; } } </style> </head> <body> <!--Cabecera--> <div data-role="header" data-theme="a"> <img src="{{STATIC_URL}}img/Logo de la Aplicacion Movils.png" width="50%"> </div> <div data-role="header" data-theme="b"> <h1>Lugares Turísticos en Huncayo</h1> <a href="/lugares" data-icon="arrow-l" data-rel="back">Atrás</a> </div> <!--Contenido--> <div data-role="content"> <ul data-role="listview" data-inset="false" data-filter="true" data-filter-reveal="true" data-filter-placeholder="Buscar Lugares..."> {% for elemento in vistalugares %} <li><a href="/lugares_turisticos/{{elemento.id}}" data-transition="slide">{{elemento.nombre}}</a></li> {% endfor %} </ul> </div> <!--Pie de pagina--> <div data-role="content2" data-position="fixed" > <ul data-role="listview" data-theme="a" > {% for elemento in lugares %} <li><a href="/Lugar/{{provincias.id}}/TipoDeLugar/{{elemento.id}}" data-transition="slide"><img src="{{STATIC_URL}}icons/lugares.ico" class="ui-li-icon" >{{elemento.nombre}}</a></li> {% endfor %} </ul> </div> </body> </html>
pynef/turismo
mobile/plantillas/lugares_tipo.html
HTML
mit
2,035
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_101) on Sat Jul 08 21:03:43 CEST 2017 --> <title>YarnString (jarn 1.0.0 API)</title> <meta name="date" content="2017-07-08"> <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="YarnString (jarn 1.0.0 API)"; } } catch(err) { } //--> var methods = {"i0":6}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/mini2Dx/yarn/types/YarnNumber.html" title="interface in org.mini2Dx.yarn.types"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../org/mini2Dx/yarn/types/YarnType.html" title="enum in org.mini2Dx.yarn.types"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/mini2Dx/yarn/types/YarnString.html" target="_top">Frames</a></li> <li><a href="YarnString.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">org.mini2Dx.yarn.types</div> <h2 title="Interface YarnString" class="title">Interface YarnString</h2> </div> <div class="contentContainer"> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Superinterfaces:</dt> <dd>java.lang.Comparable&lt;<a href="../../../../org/mini2Dx/yarn/types/YarnValue.html" title="interface in org.mini2Dx.yarn.types">YarnValue</a>&gt;, <a href="../../../../org/mini2Dx/yarn/types/YarnValue.html" title="interface in org.mini2Dx.yarn.types">YarnValue</a></dd> </dl> <dl> <dt>All Known Implementing Classes:</dt> <dd><a href="../../../../org/mini2Dx/yarn/literal/StringLiteral.html" title="class in org.mini2Dx.yarn.literal">StringLiteral</a>, <a href="../../../../org/mini2Dx/yarn/variable/StringVariable.html" title="class in org.mini2Dx.yarn.variable">StringVariable</a></dd> </dl> <hr> <br> <pre>public interface <span class="typeNameLabel">YarnString</span> extends <a href="../../../../org/mini2Dx/yarn/types/YarnValue.html" title="interface in org.mini2Dx.yarn.types">YarnValue</a></pre> <div class="block">Base interface for Yarn strings</div> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/mini2Dx/yarn/types/YarnString.html#getValue--">getValue</a></span>()</code> <div class="block">Returns the underlying <code>String</code> value</div> </td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.org.mini2Dx.yarn.types.YarnValue"> <!-- --> </a> <h3>Methods inherited from interface&nbsp;org.mini2Dx.yarn.types.<a href="../../../../org/mini2Dx/yarn/types/YarnValue.html" title="interface in org.mini2Dx.yarn.types">YarnValue</a></h3> <code><a href="../../../../org/mini2Dx/yarn/types/YarnValue.html#getType--">getType</a></code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Comparable"> <!-- --> </a> <h3>Methods inherited from interface&nbsp;java.lang.Comparable</h3> <code>compareTo</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="getValue--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>getValue</h4> <pre>java.lang.String&nbsp;getValue()</pre> <div class="block">Returns the underlying <code>String</code> value</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> </dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/mini2Dx/yarn/types/YarnNumber.html" title="interface in org.mini2Dx.yarn.types"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../org/mini2Dx/yarn/types/YarnType.html" title="enum in org.mini2Dx.yarn.types"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/mini2Dx/yarn/types/YarnString.html" target="_top">Frames</a></li> <li><a href="YarnString.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
mini2Dx/jarn
docs/javadoc/1.0.0/org/mini2Dx/yarn/types/YarnString.html
HTML
mit
9,013
<html><head> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> </head><body>Time,TemperatureF,DewpointF,PressureIn,WindDirection,WindDirectionDegrees,WindSpeedMPH,WindSpeedGustMPH,Humidity,HourlyPrecipIn,Conditions,Clouds,dailyrainin,SoftwareType<br> <!-- 0.204:1 --> </body></html>
arkadyan/Wind-Dance
data/winddatafiles/264WXDailyHistory.asp.html
HTML
mit
305
<table width="90%" border="0"><tr><td><script>function openfile(url) {fullwin = window.open(url, "fulltext", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");}</script><div class="flayoutclass"><div class="flayoutclass_first"><table class="tableoutfmt2"><tr><th class="std1"><b>條目&nbsp;</b></th><td class="std2">暢通無阻</td></tr> <tr><th class="std1"><b>注音&nbsp;</b></th><td class="std2">ㄔㄤ<sup class="subfont">ˋ</sup> ㄊㄨㄥ ㄨ<sup class="subfont">ˊ</sup> ㄗㄨ<sup class="subfont">ˇ</sup></td></tr> <tr><th class="std1"><b>漢語拼音&nbsp;</b></th><td class="std2"><font class="english_word">chàng tōng wú zǔ</font></td></tr> <tr><th class="std1"><b>釋義&nbsp;</b></th><td class="std2">順利的通行,沒有阻礙。如:<img src=/cydic/dicword/fa40.gif border=0 alt=* class=fontimg valign=center>今天從高雄回臺北時,居然一路暢通無阻,真是奇蹟!<img src=/cydic/dicword/fa41.gif border=0 alt=* class=fontimg valign=center></td></tr> <tr><th class="std1"><b><font class="fltypefont">附錄</font>&nbsp;</b></th><td class="std2">修訂本參考資料</td></tr> </td></tr></table></div> <!-- flayoutclass_first --><div class="flayoutclass_second"></div> <!-- flayoutclass_second --></div> <!-- flayoutclass --></td></tr></table>
BuzzAcademy/idioms-moe-unformatted-data
all-data/15000-15999/15063-22.html
HTML
mit
1,336
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/tr/html4/loose.dtd"> <html> <head> <!-- Generated by chxdoc (build 606) on 2013-03-01 --> <title>Overlay (awe6)</title> <meta name="date" content="2013-03-01"/> <meta name="keywords" content="awe6.core.Overlay alias"/> <link href="../../../stylesheet.css" type="text/css" rel="stylesheet"/> <script type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Overlay (awe6)"; } } </script> <noscript></noscript> </head> <body onload="windowTitle();"> <div class="type-frame" id="class-frame"> <!-- ======== START OF class DATA ======== --> <h1 class="typedef">awe6.core.Overlay</h1> <dl> </dl> <div class="doc"> <!-- Comment block --> The Overlay class provides a minimalist implementation of the IOverlay interface. <p>For API documentation please review the corresponding Interfaces.</p> <p>Overlay includes target specific code so is implemented using the awe6.core.drivers package.</p> </div> <div class="members-panel"> <h2><a name="field_detail"></a>Alias for <a href="../../awe6/core/drivers/AOverlay.html" class="type">awe6.core.drivers.AOverlay</a> in </h2> </div> </div> <!-- ========= END OF TYPEDEF DATA ========= --> </body> </html>
hypersurge/awe6
docs/api/types/awe6/core/Overlay.html
HTML
mit
1,359
<!DOCTYPE html> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --><html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no, width=device-width"> <meta name="generator" content="joDoc"> <link href="//s3.amazonaws.com/appgyver.assets/global-assets/images/favicon.ico" rel="shortcut icon" type="image/vnd.microsoft.icon"> <title>AppGyver Steroids API Documentation</title> <!-- AppGyver fonts --> <link type="text/css" rel="stylesheet" href="//fast.fonts.net/cssapi/aa8407d2-1212-415a-8e54-031ff8ee71fe.css"> <link type="text/css" rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css"> <link rel="stylesheet" type="text/css" href="index.css"> <link rel="stylesheet" type="text/css" href="mobile.css" media="only screen and (max-device-width: 1024px)"> <link rel="stylesheet" type="text/css" href="steroids.css"> <link rel="stylesheet" type="text/css" href="service_menu.css"> <link rel="stylesheet" type="text/css" href="prettify/prettify.css"> <script type="text/javascript" src="https://code.jquery.com/jquery-1.11.0.min.js"></script> <script type="text/javascript" src="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script> <script src="https://s3.amazonaws.com/appgyver.assets/topbar.js" type="text/javascript"></script> </head> <body class="appgyver-x"> <div class="clear" style="margin-bottom: 50px;"></div> <div id="cordova-wrapper"> <div id="header"> <h1 id="nonmobile"><a href="index.html"><strong>AppGyver Steroids</strong> API Documentation</a></h1> <h1 id="mobile"><a href="index.html"><strong>AppGyver Steroids</strong> API Docs</a></h1> <small> <select><optgroup label="English" value="en"> <option value="stable">stable</option> <option value="edge">edge</option> <option value="3.5.8">3.5.8</option> <option value="3.5.7">3.5.7</option> <option value="3.5.5">3.5.5</option> <option selected value="3.5.3">3.5.3</option> <option value="3.5.12">3.5.12</option> <option value="3.5.1">3.5.1</option> <option value="3.5.0">3.5.0</option> <option value="3.1.9">3.1.9</option> </optgroup></select> </small> </div> <div id="subheader"> <h1>steroids.layers</h1> <small><select><option value="steroids.layers">steroids.layers</option> <option value="steroids.layers_methods">      - Methods</option></select></small> </div> <div id="sidebar"> <div class="vertical_divider"></div> <h1>Steroids 3.5.3 API Reference</h1> <ul> <li><a href="steroids_Steroids%20Analytics%20and%20Log_index.md.html#Steroids%C2%A0Analytics%C2%A0and%C2%A0Log">Steroids Analytics and Log</a></li> <li><a href="steroids_Steroids%20App%20and%20Device_index.md.html#Steroids%C2%A0App%C2%A0and%C2%A0Device">Steroids App and Device</a></li> <li><a href="steroids_Steroids%20Config_index.md.html#Steroids%C2%A0Config">Steroids Config</a></li> <li><a href="steroids_Steroids%20Events_index.md.html#Steroids%C2%A0Events">Steroids Events</a></li> <li><a href="steroids_Steroids%20File%20System_index.md.html#Steroids%C2%A0File%C2%A0System">Steroids File System</a></li> <li><a href="steroids_Steroids%20Media_index.md.html#Steroids%C2%A0Media">Steroids Media</a></li> <li><a href="steroids_Steroids%20Views_index.md.html#Steroids%C2%A0Views">Steroids Views</a></li> <li><a href="steroids_Steroids%20UI%20Components_index.md.html#Steroids%C2%A0UI%C2%A0Components">Steroids UI Components</a></li> </ul> <h1>Cordova 3.5.0 API Reference</h1> <ul> <li><a href="cordova_accelerometer_accelerometer.md.html#Accelerometer">Accelerometer</a></li> <li><a href="cordova_camera_camera.md.html#Camera">Camera</a></li> <li><a href="cordova_media_capture_capture.md.html#Capture">Capture</a></li> <li><a href="cordova_compass_compass.md.html#Compass">Compass</a></li> <li><a href="cordova_connection_connection.md.html#Connection">Connection</a></li> <li><a href="cordova_contacts_contacts.md.html#Contacts">Contacts</a></li> <li><a href="cordova_device_device.md.html#Device">Device</a></li> <li><a href="cordova_events_events.md.html#Events">Events</a></li> <li><a href="cordova_file_file.md.html#File">File</a></li> <li><a href="cordova_file_filetransfer_filetransfer.md.html#FileTransfer">FileTransfer</a></li> <li><a href="cordova_geolocation_geolocation.md.html#Geolocation">Geolocation</a></li> <li><a href="cordova_globalization_globalization.md.html#Globalization">Globalization</a></li> <li><a href="cordova_inappbrowser_inappbrowser.md.html#InAppBrowser">InAppBrowser</a></li> <li><a href="cordova_media_media.md.html#Media">Media</a></li> <li><a href="cordova_notification_notification.md.html#Notification">Notification</a></li> </ul> <h1>Guides</h1> <ul><li><a href="_index.html">Keyword Index</a></li></ul> </div> <div id="scrollable"> <div id="content"> <h1><a name="steroids.layers">steroids.layers</a></h1> <p>A collection of <code><a href="steroids_Steroids%20Views_Steroids.views_index.md.html#steroids.views">steroids.views</a>.*</code> objects that represent the navigation stack for the whole application (when the tabs are disabled) or for a single tab (when the tab bar is enabled).</p> <iframe src="http://player.vimeo.com/video/58669216?autoplay=1&amp;loop=1" width="320" height="480" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe> <h2><a name="steroids.layers_methods">Methods</a></h2> <ul> <li><a href="steroids_Steroids%20Views_Steroids.layers_layers.push.md.html#steroids.layers.push">steroids.layers.push</a></li> <li><a href="steroids_Steroids%20Views_Steroids.layers_layers.pop.md.html#steroids.layers.pop">steroids.layers.pop</a></li> <li><a href="steroids_Steroids%20Views_Steroids.layers_layers.popAll.md.html#steroids.layers.popAll">steroids.layers.popAll</a></li> <li><a href="steroids_Steroids%20Views_Steroids.layers_layers.replace.md.html#steroids.layers.replace">steroids.layers.replace</a></li> <li><a href="steroids_Steroids%20Views_Steroids.layers_layers.on.md.html#steroids.layers.on">steroids.layers.on</a></li> <li><a href="steroids_Steroids%20Views_Steroids.layers_layers.off.md.html#steroids.layers.off">steroids.layers.off</a></li> </ul> </div> </div> </div> <!-- Functionality and Syntax Highlighting --> <script type="text/javascript" src="index.js"></script> <script type="text/javascript" src="prettify/prettify.js"></script> </body> </html>
AppGyver/supersonic
docs/en/3.5.3/steroids_Steroids Views_Steroids.layers_index.md.html
HTML
mit
7,608
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Система управления презентациями</title> <link rel="stylesheet" href="style/main.css"/> <!-- <script type="text/javascript" src="js/lib/jquery.js"></script> <script type="text/javascript" src="js/lib/jquery.mousewheel.min.js"></script> <script type="text/javascript" src="js/lib/jquery.throttle.min.js"></script> <script type="text/javascript" src="js/lib/html2canvas.min.js"></script> <script type="text/javascript" src="js/slide_system.js"></script>--> <script type="text/javascript" src="js/allinone_example_1.js"></script> <script type="text/javascript"> $(function(){ $(".slides", "#first").presentation( { slideClass: ".slide", thumbnails: "#first .thumbs", enableHotKeys: true, enableScroll: true } ); $(".slides", "#second").presentation( { slideClass: ".slide", thumbnails: "#second .thumbs", enableScroll: true } ); }) </script> </head> <body> <div id="first"> <div class="thumbs"></div><div class="slides"> <div class="slide"> <h1>Как можно управлять?</h1> <ol> <li>Кнопками на панели управления</li> <li>Кликая по миниатюрам на навигационной панеле</li> <li>Горячими клавишами</li> <li>Колесом мыши</li> <li>Программно, используя методы презентации</li> <li>Включить autoplay с самого начала и наслаждаться</li> </ol> <h1>Из навигации есть что?</h1> <ol> <li>Навигационная панель с миниатюрами слайдов <span class="optional">[ optional ]</span></li> <li>Номера слайдов и их состояние на навигационной панеле <span class="optional">[ optional ]</span></li> <li>Подписи к слайдам на навигационной панеле <span class="optional">[ optional ]</span></li> <li>Номер текущего слайда <span class="optional">[ optional ]</span></li> <li>Прогрессбар презентации <span class="optional">[ optional ]</span></li> </ol> </div> <div class="slide"> <h1>А как же анимация?</h1> <p>Для презентации можно задать эффект смены слайдов!</p> <h1>А если меня не устроит решение из коробки?</h1> <p>Кому известны слова <span class="cool">deferred</span> и <span class="cool">promise</span>, сможет без проблем добавить и заюзать свой любимый кастомный эффект!</p> <h1 class="woo">Сейчас <span style="color: #888">исч</span><span style="color:#aaa">езну</span> <span style="color: #ccc;">пла</span><span style="color: #eee;">вно...</span></h1> </div> <div class="slide" data-effect="fade"> <h1>Если хочется кого-то выделить?</h1> <p>Можно декларативно задать любому слайду любой эффект появления! Независимо от глобальных настроек презентации.</p> <h1 class="woo">&#8595; Падаем вниз &#8595;</h1> </div> <div class="slide" data-effect="scrolltb"> <h1>А если направо?</h1> <h1 class="woo">&#8594; Теперь направо! &#8594;</h1> </div> <div class="slide " data-effect="scrolllr" > <h1>Технические детали</h1> <p>подробности и исходники <a href="https://github.com/BelirafoN/slideSystem" target="_blank">на github</a></p> <img src="img/github.png" class="github" alt="логотип github"/> </div> <div class="control-panel-wrpr ss-control"> <div class="control-panel ss-control"> <a class="ss-prev" href="#">&#8592; назад</a><a class="ss-next" href="#">вперед &#8594;</a><a class="ss-play" href="#">воспроизвести</a><a class="ss-fullscreen" href="#">на весь экран</a> </div> </div> </div> </div> <div id="second"> <div class="thumbs"></div><div class="slides"> <div class="slide" data-desc="слайд с подписью"> <h1>СЛАЙД</h1> </div> <div class="slide ss-disabled" data-desc="какой-то слайд"> <h1>какой-то слайд</h1> </div> <div class="slide ss-start" data-desc="слайд с подписью"> <h1>С чего начать?</h1> <p>Можно декларативно указать стартовый слайд</p> <h1>А спрятать ненужное?</h1> <p>Можно декларативно исключить нужный слайд из потока презентации не удаляя его верстку. Система сама актуализирует номера слайдов и прогрессбар. </p> <h1>Подписать что хочется?</h1> <p>Можно декларативно задать подпись эскизу слайда</p> </div> <div class="slide" data-desc="слайд с подписью"> <h1>СЛАЙД</h1> </div> <div class="slide ss-disabled" data-effect="scrolllr" data-desc="еще какой-то слайд" >слайд №5</div> <div class="control-panel-wrpr ss-control"> <div class="control-panel ss-control"> <a class="ss-prev" href="#">&#8592; назад</a><a class="ss-next" href="#">вперед &#8594;</a><a class="ss-play" href="#">воспроизвести</a><a class="ss-fullscreen" href="#">на весь экран</a> </div> </div> </div> </div> </body> </html>
BelirafoN/slideSystem
example/index.html
HTML
mit
7,289
<table cellspacing="0" cellpadding="0" style="width: 100%" class="data"> <tbody> <tr class="firstr"> <th class="width100perc nopad">torrent name</th> <th class="center"><a rel="nofollow" href="/usearch/elementary%20os/?field=size&amp;sorder=desc">size</a></th> <th class="center"><span class="files"><a rel="nofollow" href="/usearch/elementary%20os/?field=files_count&amp;sorder=desc">files</a></span></th> <th class="center"><span><a rel="nofollow" href="/usearch/elementary%20os/?field=time_add&amp;sorder=desc">age</a></span></th> <th class="center"><span class="seed"><a rel="nofollow" href="/usearch/elementary%20os/?field=seeders&amp;sorder=desc">seed</a></span></th> <th class="lasttd nobr center"><a rel="nofollow" href="/usearch/elementary%20os/?field=leechers&amp;sorder=desc">leech</a></th> </tr> <tr id="torrent_elementary_os10490126" class="odd"> <td> <div class="iaconbox center floatright"> <a href="/elementary-os-freya-64-bit-t10490126.html#comment" class="icommentjs kaButton smallButton rightButton" rel="10490126,0">117 <i class="ka ka-comment"></i></a> <a title="Verified Torrent" href="/elementary-os-freya-64-bit-t10490126.html" class="icon16"><i class="ka ka16 ka-verify ka-green"></i></a> <div data-sc-params="{ 'name': 'Elementary%20OS%20Freya%2064%20Bit', 'extension': 'iso', 'magnet': 'magnet:?xt=urn:btih:FC85DC999730A42DE3924444AADBCFA183B5F388&amp;dn=elementary+os+freya+64+bit&amp;tr=udp%3A%2F%2Ftracker.publicbt.com%2Fannounce&amp;tr=udp%3A%2F%2Fglotorrents.pw%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce' }" class="none" data-sc-slot="_ae58c272c09a10c792c6b17d55c20208" data-sc-replace=""></div> <a class="icon16" href="magnet:?xt=urn:btih:12345" title="Torrent magnet link" data-nop=""><i class="ka ka16 ka-magnet"></i></a> <a class="icon16" href="https://torcache.net/torrent/12345.torrent" title="Download torrent file" data-download=""><i class="ka ka16 ka-arrow-down"></i></a> </div> <div class="torrentname"> <a class="torType zipType" href="/elementary-os-freya-64-bit-t10490126.html"></a> <a class="normalgrey font12px plain bold" href="/elementary-os-freya-64-bit-t10490126.html"></a> <div class="markeredBlock torType zipType"> <a class="cellMainLink" href="/elementary-os-freya-64-bit-t10490126.html"><strong class="red">Elementary</strong> <strong class="red">OS</strong> Freya 64 Bit</a> <span class="font11px lightgrey block"> Posted by <i style="font-size: 16px;color:orange;" class="ka ka-verify" title="Verified Uploader"></i> <a href="/user/realmania/" class="plain">realmania</a> in <span id="cat_10490126"><strong><a href="/applications/">Applications</a></strong></span> </span> </div> </div> </td> <td class="nobr center">852 <span>MB</span></td> <td class="center">1</td> <td title="11 Apr 2015, 17:00" class="center">1&nbsp;year</td> <td class="green center">5</td> <td class="red lasttd center">0</td> </tr> <tr id="torrent_elementary_os4774959" class="even"> <td> <div class="iaconbox center floatright"> <div data-sc-params="{ 'name': 'Elementary%20OS%200.1.6', 'extension': 'iso', 'magnet': 'magnet:?xt=urn:btih:0ffd95a33d1a3863513756947dfcfc5eff80fe4d&amp;dn=elementary+os+0+1+6&amp;tr=udp%3A%2F%2Ftracker.publicbt.com%2Fannounce&amp;tr=udp%3A%2F%2Fglotorrents.pw%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce' }" class="none" data-sc-slot="_ae58c272c09a10c792c6b17d55c20208" data-sc-replace=""></div> <a class="icon16" href="magnet:?xt=urn:btih:0ffd95a33d1a3863513756947dfcfc5eff80fe4d&amp;dn=elementary+os+0+1+6&amp;tr=udp%3A%2F%2Ftracker.publicbt.com%2Fannounce&amp;tr=udp%3A%2F%2Fglotorrents.pw%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce" title="Torrent magnet link" data-nop=""><i class="ka ka16 ka-magnet"></i></a> <a class="icon16" href="//torcache.net/torrent/0FFD95A33D1A3863513756947DFCFC5EFF80FE4D.torrent?title=[kat.cr]elementary.os.0.1.6" title="Download torrent file" data-download=""><i class="ka ka16 ka-arrow-down"></i></a> </div> <div class="torrentname"> <a class="torType zipType" href="/elementary-os-0-1-6-t4774959.html"></a> <a class="normalgrey font12px plain bold" href="/elementary-os-0-1-6-t4774959.html"></a> <div class="markeredBlock torType zipType"> <a class="cellMainLink" href="/elementary-os-0-1-6-t4774959.html"><strong class="red">Elementary</strong> <strong class="red">OS</strong> 0.1.6</a> <span class="font11px lightgrey block"> in <span id="cat_4774959"><strong><a href="/applications/">Applications</a></strong></span> </span> </div> </div> </td> <td class="nobr center">665.83 <span>MB</span></td> <td class="center">1</td> <td title="03 Dec 2010, 22:51" class="center">5&nbsp;years</td> <td class="green center">0</td> <td class="red lasttd center">0</td> </tr> <tr id="torrent_elementary_os11632101" class="odd"> <td> <div class="iaconbox center floatright"> <a href="/elementary-os-0-3-1-64-bit-t11632101.html#comment" class="icommentjs kaButton smallButton rightButton" rel="11632101,0">1 <i class="ka ka-comment"></i></a> <div data-sc-params="{ 'name': 'Elementary%20OS%200.3.1%2064-bit', 'extension': 'iso', 'magnet': 'magnet:?xt=urn:btih:292F20A2F5090E61677AADC70071D50F3D41A3B0&amp;dn=elementary+os+0+3+1+64+bit&amp;tr=udp%3A%2F%2Ftracker.publicbt.com%2Fannounce&amp;tr=udp%3A%2F%2Fglotorrents.pw%3A6969%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80%2Fannounce&amp;tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce' }" class="none" data-sc-slot="_ae58c272c09a10c792c6b17d55c20208" data-sc-replace=""></div> <a class="icon16" href="magnet:?xt=urn:btih:56789" title="Torrent magnet link" data-nop=""><i class="ka ka16 ka-magnet"></i></a> <a class="icon16" href="https://torcache.net/torrent/56789.torrent" title="Download torrent file" data-download=""><i class="ka ka16 ka-arrow-down"></i></a> </div> <div class="torrentname"> <a class="torType zipType" href="/elementary-os-0-3-1-64-bit-t11632101.html"></a> <a class="normalgrey font12px plain bold" href="/elementary-os-0-3-1-64-bit-t11632101.html"></a> <div class="markeredBlock torType zipType"> <a class="cellMainLink" href="/elementary-os-0-3-1-64-bit-t11632101.html"><strong class="red">Elementary</strong> <strong class="red">OS</strong> 0.3.1 64-bit</a> <span class="font11px lightgrey block"> Posted by <a href="/user/Router1011/" class="plain">Router1011</a> in <span id="cat_11632101"><strong><a href="/applications/">Applications</a> &gt; <a href="/linux/">Linux</a></strong></span> </span> </div> </div> </td> <td class="nobr center">867 <span>MB</span></td> <td class="center">2</td> <td title="22 Nov 2015, 00:40" class="center">6&nbsp;months</td> <td class="green center">0</td> <td class="red lasttd center">0</td> </tr> </tbody> </table>
ncpierson/KickassScala
src/test/resources/search.html
HTML
mit
7,963
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Coq bench</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../../..">Unstable</a></li> <li><a href=".">8.4.dev / contrib:karatsuba dev</a></li> <li class="active"><a href="">2014-11-29 17:44:14</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:karatsuba <small> dev <span class="label label-info">Not compatible with this Coq</span> </small> </h1> <p><em><script>document.write(moment("2014-11-29 17:44:14 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2014-11-29 17:44:14 UTC)</em><p> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>ruby lint.rb unstable ../unstable/packages/coq:contrib:karatsuba/coq:contrib:karatsuba.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:karatsuba.dev coq.8.4.dev</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.4.dev). The following dependencies couldn&#39;t be met: - coq:contrib:karatsuba -&gt; coq = dev Your request can&#39;t be satisfied: - Conflicting version constraints for coq No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq, to test if the problem was incompatibility with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --dry-run coq:contrib:karatsuba.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.4.dev === 1 to remove === =-=- Removing Packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Removing coq.8.4.dev. [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.dev [required by coq:contrib:karatsuba] - install coq:contrib:karatsuba.dev === 2 to install === =-=- Synchronizing package archives -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= =-=- Installing packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Building coq.dev: ./configure -configdir /home/bench/.opam/system/lib/coq/config -mandir /home/bench/.opam/system/man -docdir /home/bench/.opam/system/doc -prefix /home/bench/.opam/system -usecamlp5 -camlp5dir /home/bench/.opam/system/lib/camlp5 -coqide no make -j4 make install Installing coq.dev. Building coq:contrib:karatsuba.dev: coq_makefile -f Make -o Makefile make -j4 make install Installing coq:contrib:karatsuba.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>Data not available in this bench.</p> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io-old
clean/Linux-x86_64-4.02.1-1.2.0/unstable/8.4.dev/contrib:karatsuba/dev/2014-11-29_17-44-14.html
HTML
mit
6,937
<!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 - T250336585801940992 </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-09-24 15:51:07 -0500"> <a class="u-url dates" href="/2012/09/24/t250336585801940992.html">September 24, 2012</a> </time> </h2> </header> <section class="e-content post-body"> <p>WadsI the only one who somehow missed that Marcus Mumford was a really good drummer (and not just kick drum)? #iTunesFestival</p> </section> </article> <section id="post-meta" class="clearfix"> <a href="/"> <img class="u-photo avatar" src="https://micro.blog/craigmcclellan/avatar.jpg"> <div> <span class="p-author h-card dark">Craig McClellan</span> <span><a href="https://micro.blog/craigmcclellan">@craigmcclellan</a></span> </div> </a> </section> </section> <footer id="footer"> <section id="wrapper"> <ul> <li><a href="/feed.xml">RSS</a></li> <li><a href="/feed.json">JSON Feed</a></li> <li><a href="https://micro.blog/craigmcclellan" rel="me">Micro.blog</a></li> <!-- <li><a class="u-email" href="mailto:" rel="me">Email</a></li> --> </ul> <form method="get" id="search" action="https://duckduckgo.com/"> <input type="hidden" name="sites" value="http://craigmcclellan.com"/> <input type="hidden" name="k8" value="#444444"/> <input type="hidden" name="k9" value="#ee4792"/> <input type="hidden" name="kt" value="h"/> <input class="field" type="text" name="q" maxlength="255" placeholder="To search, type and hit Enter&hellip;"/> <input type="submit" value="Search" style="display: none;" /> </form> </section> </footer> </body> </html>
craigwmcclellan/craigwmcclellan.github.io
_site/2012/09/24/t250336585801940992.html
HTML
mit
4,889
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_22) on Sun Aug 26 15:13:09 EDT 2012 --> <TITLE> org.newdawn.slick.tests.shader Class Hierarchy (Slick - The 2D Library) </TITLE> <META NAME="date" CONTENT="2012-08-26"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="org.newdawn.slick.tests.shader Class Hierarchy (Slick - The 2D Library)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../../org/newdawn/slick/tests/package-tree.html"><B>PREV</B></A>&nbsp; &nbsp;<A HREF="../../../../../org/newdawn/slick/tests/states/package-tree.html"><B>NEXT</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?org/newdawn/slick/tests/shader/package-tree.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> Hierarchy For Package org.newdawn.slick.tests.shader </H2> </CENTER> <DL> <DT><B>Package Hierarchies:</B><DD><A HREF="../../../../../overview-tree.html">All Packages</A></DL> <HR> <H2> Class Hierarchy </H2> <UL> <LI TYPE="circle">java.lang.Object<UL> <LI TYPE="circle">org.newdawn.slick.<A HREF="../../../../../org/newdawn/slick/BasicGame.html" title="class in org.newdawn.slick"><B>BasicGame</B></A> (implements org.newdawn.slick.<A HREF="../../../../../org/newdawn/slick/Game.html" title="interface in org.newdawn.slick">Game</A>, org.newdawn.slick.<A HREF="../../../../../org/newdawn/slick/InputListener.html" title="interface in org.newdawn.slick">InputListener</A>) <UL> <LI TYPE="circle">org.newdawn.slick.tests.shader.<A HREF="../../../../../org/newdawn/slick/tests/shader/GeomShaderTest.html" title="class in org.newdawn.slick.tests.shader"><B>GeomShaderTest</B></A><LI TYPE="circle">org.newdawn.slick.tests.shader.<A HREF="../../../../../org/newdawn/slick/tests/shader/MyGame.html" title="class in org.newdawn.slick.tests.shader"><B>MyGame</B></A><LI TYPE="circle">org.newdawn.slick.tests.shader.<A HREF="../../../../../org/newdawn/slick/tests/shader/ShaderLesson1.html" title="class in org.newdawn.slick.tests.shader"><B>ShaderLesson1</B></A><LI TYPE="circle">org.newdawn.slick.tests.shader.<A HREF="../../../../../org/newdawn/slick/tests/shader/ShaderTest.html" title="class in org.newdawn.slick.tests.shader"><B>ShaderTest</B></A><LI TYPE="circle">org.newdawn.slick.tests.shader.<A HREF="../../../../../org/newdawn/slick/tests/shader/ShaderTestAdvanced.html" title="class in org.newdawn.slick.tests.shader"><B>ShaderTestAdvanced</B></A></UL> <LI TYPE="circle">org.newdawn.slick.opengl.shader.<A HREF="../../../../../org/newdawn/slick/opengl/shader/ShaderProgram.html" title="class in org.newdawn.slick.opengl.shader"><B>ShaderProgram</B></A><UL> <LI TYPE="circle">org.newdawn.slick.tests.shader.<A HREF="../../../../../org/newdawn/slick/tests/shader/GeomShaderTest.GeometryShaderProgram.html" title="class in org.newdawn.slick.tests.shader"><B>GeomShaderTest.GeometryShaderProgram</B></A></UL> </UL> </UL> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../../org/newdawn/slick/tests/package-tree.html"><B>PREV</B></A>&nbsp; &nbsp;<A HREF="../../../../../org/newdawn/slick/tests/states/package-tree.html"><B>NEXT</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?org/newdawn/slick/tests/shader/package-tree.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> <i>Copyright &#169; 2006 New Dawn Software. All Rights Reserved.</i> </BODY> </HTML>
dxiao/PPBunnies
slick/trunk/Slick/javadoc/org/newdawn/slick/tests/shader/package-tree.html
HTML
mit
8,133
--- layout: post title: Trois jours et c'est le week-end categories: - Musique tags: [] status: publish type: post published: true meta: _utw_tags_0: a:2:{i:0;O:8:"stdClass":1:{s:3:"tag";s:7:"Bootleg";}i:1;O:8:"stdClass":1:{s:3:"tag";s:7:"Musique";}} enclosure: "http://www.musicremixed.org/dunproofin/Dunproofin-FiddyFiddyFiddyFiddy.mp3\r\n8138880\r\naudio/mpeg\r\n" _edit_last: '1' tmac_last_id: '' --- alors on se donne du courage ! [dewplayer:http://www.musicremixed.org/dunproofin/Dunproofin-FiddyFiddyFiddyFiddy.mp3]
alienlebarge/alienlebarge.github.com
_posts/2007-05-14-trois-jours-et-cest-le-week-end.html
HTML
mit
534
{% extends 'base.html' %} {% load commentBox %} {% block title %}Edit profile | {{ site.title | safe }}{% endblock title %} {% block content %} <div class="content-header padded"> <div class="row"> <div class="col-sm-12"> {% include 'breadcrumbs.html' %} </div> </div> <a href="{% url 'updates-settings' %}" class="pull-right">Notification Settings &rarr;</a> <h1>Edit Profile</h1> <div class="clearfix"></div> </div> <div class="content-body"> <div class="row form-container"> <div class="col-lg-12"> <form id="profileform" role="form" action="{% url 'edit-profile' user.id %}" method="POST" enctype="multipart/form-data"> <div class="form-container-inner padded"> {% csrf_token %} {{ form.id }} {# username #} <div class="form-group"> <div class="row"> <label class="col-sm-12" for="profileName"> {{ form.profileName.label }} </label> <div class="col-sm-12"> {% if form.errors.profileName %} <div class="text-error">{{ form.errors.profileName.as_text }}</div> {% endif %} <input type="text" class="form-control" id="edit_profile_name" name="{{ form.profileName.name }}" value="{{ form.profileName.value }}" placeholder="Enter username..." maxlength="{{ form.fields.profileName.max_length}}" tabindex="1" /> </div> </div> </div> <!-- /form-group --> {# profile picture #} <div class="form-group"> <div class="row"> <label class="col-sm-12" for="avatar">{{ form.avatar.label }}</label> <div class="col-sm-12"> <div class="form-file-upload"> <label {% if 'files' in user.avatar %} class="active" style="background-image:url('https://{{site.subdomain_key}}.microco.sm{{user.avatar}}')" {% endif %} > <span>Click here</span> <input name="{{ form.avatar.name }}" type="file" accept="image/*" capture="camera" tabindex="1" /> </label> <div class="form-file-upload-text"> <h3>Click on or drag an image over the box on the left to change your picture</h3> {% if avatar_error %} <div class="has-error"> <div class="control-label">{{ avatar_error }}</div> </div> {% else %} <p>Your avatar should be a jpg, png or gif file.</p> {% endif %} </div> </div> </div> </div> </div> <!-- /form-group --> {# comment #} <div class="form-group"> <div class="row"> <label class="col-sm-12" for="reply-box-textarea">Tell us about yourself</label> <div class="col-sm-12"> {% commentBox as_component=True no_attachments=True value=form.markdown.value %} </div> </div> </div> <!-- /form-group --> </div> <!-- /form-container-inner --> {# footer #} <div class="form-group form-footer padded"> <div class="row"> <div class="col-sm-12"> <div class="form-footer-buttons"> <input type="submit" class="btn btn-lg btn-primary" value="Save Changes" id="submit" tabindex="1" /> <input type="reset" class="btn btn-lg btn-default" value="Cancel" /> </div> </div> </div> </div> </form> </div> </div> </div> {% endblock content %} {% block sidebar %} <div class="metabar-module"> <h5>About</h5> <div class="metabar-module-title"> <h3> Edit Profile </h3> </div> </div> <!-- / about --> {% endblock %} {% block js %} <script type="text/javascript" src="{{ STATIC_URL }}js/jquery.textcomplete.min.js"></script> <script type="text/javascript" src="{{ STATIC_URL }}js/profilePicture.js"></script> <script type="text/javascript" src="{{ STATIC_URL }}js/formValidator.js"></script> <script type="text/javascript" src="{{STATIC_URL}}js/attachments.js"></script> <script type="text/javascript" src="{{ STATIC_URL }}js/Markdown.Converter.js"></script> <script type="text/javascript" src="{{ STATIC_URL }}js/Markdown.Editor.js?v20160728"></script> <script type="text/javascript" src="{{STATIC_URL}}js/simpleEditor.js"></script> <script type="text/javascript"> (function(){ var commentBox = new simpleEditor({ el : '.reply-box', no_attachments : true }); if (typeof ProfilePicture !== 'undefined'){ var profilePicture = new ProfilePicture({ el : '.form-file-upload' }); } ///////////////////// // form validation // ///////////////////// var form = new FormValidator( document.getElementById('profileform'), { rules : { '{{ form.profileName.name }}' : ['not_empty', 'maxlength', 'validChars'] }, tests : { 'validChars': function(field){ var $field = $(field), name = $field.val(); return (name.match(/^[^@+\s]+$/i)); }, 'maxlength' : function(field){ var $field = $(field); return $field.val().length < parseInt($field.attr('maxlength'),10); } }, error_messages : { '{{ form.profileName.name }}:not_empty' : "* {{ form.fields.profileName.error_messages.required }}", '{{ form.profileName.name }}:maxlength' : "* {{ form.fields.profileName.error_messages.max_length }}", '{{ form.profileName.name }}:validChars': "* {{ form.fields.profileName.error_messages.valid_chars|safe }}" } } ); })(); </script> {% endblock js %}
microcosm-cc/microweb
core/templates/forms/profile.html
HTML
mit
5,621
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"/><!-- using block title in layout.dt--><!-- using block ddox.defs in ddox.layout.dt--><!-- using block ddox.title in ddox.layout.dt--> <title>Module graphics.shaders.glsl.directionallight</title> <link rel="stylesheet" type="text/css" href="../../../styles/ddox.css"/> <link rel="stylesheet" href="../../../prettify/prettify.css" type="text/css"/> <script type="text/javascript" src="../../../scripts/jquery.js">/**/</script> <script type="text/javascript" src="../../../prettify/prettify.js">/**/</script> <script type="text/javascript" src="../../../scripts/ddox.js">/**/</script> </head> <body onload="prettyPrint(); setupDdox();"> <nav id="main-nav"><!-- using block navigation in layout.dt--> <ul class="tree-view"> <li class="collapsed tree-view"> <a href="#" class="package">components</a> <ul class="tree-view"> <li> <a href="../../../components/animation.html" class=" module">animation</a> </li> <li> <a href="../../../components/assets.html" class=" module">assets</a> </li> <li> <a href="../../../components/camera.html" class=" module">camera</a> </li> <li> <a href="../../../components/component.html" class=" module">component</a> </li> <li> <a href="../../../components/lights.html" class=" module">lights</a> </li> <li> <a href="../../../components/material.html" class=" module">material</a> </li> <li> <a href="../../../components/mesh.html" class=" module">mesh</a> </li> <li> <a href="../../../components/userinterface.html" class=" module">userinterface</a> </li> </ul> </li> <li class="collapsed tree-view"> <a href="#" class="package">core</a> <ul class="tree-view"> <li> <a href="../../../core/dgame.html" class=" module">dgame</a> </li> <li> <a href="../../../core/gameobject.html" class=" module">gameobject</a> </li> <li> <a href="../../../core/prefabs.html" class=" module">prefabs</a> </li> <li> <a href="../../../core/properties.html" class=" module">properties</a> </li> <li> <a href="../../../core/reflection.html" class=" module">reflection</a> </li> <li> <a href="../../../core/scene.html" class=" module">scene</a> </li> </ul> </li> <li class=" tree-view"> <a href="#" class="package">graphics</a> <ul class="tree-view"> <li class="collapsed tree-view"> <a href="#" class="package">adapters</a> <ul class="tree-view"> <li> <a href="../../../graphics/adapters/adapter.html" class=" module">adapter</a> </li> <li> <a href="../../../graphics/adapters/linux.html" class=" module">linux</a> </li> <li> <a href="../../../graphics/adapters/mac.html" class=" module">mac</a> </li> <li> <a href="../../../graphics/adapters/win32.html" class=" module">win32</a> </li> </ul> </li> <li class=" tree-view"> <a href="#" class="package">shaders</a> <ul class="tree-view"> <li class=" tree-view"> <a href="#" class="package">glsl</a> <ul class="tree-view"> <li> <a href="../../../graphics/shaders/glsl/ambientlight.html" class=" module">ambientlight</a> </li> <li> <a href="../../../graphics/shaders/glsl/animatedgeometry.html" class=" module">animatedgeometry</a> </li> <li> <a href="../../../graphics/shaders/glsl/directionallight.html" class="selected module">directionallight</a> </li> <li> <a href="../../../graphics/shaders/glsl/geometry.html" class=" module">geometry</a> </li> <li> <a href="../../../graphics/shaders/glsl/pointlight.html" class=" module">pointlight</a> </li> <li> <a href="../../../graphics/shaders/glsl/shadowmap.html" class=" module">shadowmap</a> </li> <li> <a href="../../../graphics/shaders/glsl/userinterface.html" class=" module">userinterface</a> </li> </ul> </li> <li> <a href="../../../graphics/shaders/glsl.html" class=" module">glsl</a> </li> <li> <a href="../../../graphics/shaders/shaders.html" class=" module">shaders</a> </li> </ul> </li> <li> <a href="../../../graphics/adapters.html" class=" module">adapters</a> </li> <li> <a href="../../../graphics/graphics.html" class=" module">graphics</a> </li> <li> <a href="../../../graphics/shaders.html" class=" module">shaders</a> </li> </ul> </li> <li class="collapsed tree-view"> <a href="#" class="package">utility</a> <ul class="tree-view"> <li> <a href="../../../utility/awesomium.html" class=" module">awesomium</a> </li> <li> <a href="../../../utility/concurrency.html" class=" module">concurrency</a> </li> <li> <a href="../../../utility/config.html" class=" module">config</a> </li> <li> <a href="../../../utility/filepath.html" class=" module">filepath</a> </li> <li> <a href="../../../utility/input.html" class=" module">input</a> </li> <li> <a href="../../../utility/output.html" class=" module">output</a> </li> <li> <a href="../../../utility/resources.html" class=" module">resources</a> </li> <li> <a href="../../../utility/string.html" class=" module">string</a> </li> <li> <a href="../../../utility/tasks.html" class=" module">tasks</a> </li> <li> <a href="../../../utility/time.html" class=" module">time</a> </li> </ul> </li> <li> <a href="../../../components.html" class=" module">components</a> </li> <li> <a href="../../../core.html" class=" module">core</a> </li> <li> <a href="../../../graphics.html" class=" module">graphics</a> </li> <li> <a href="../../../utility.html" class=" module">utility</a> </li> </ul> <noscript> <p style="color: red">The search functionality needs JavaScript enabled</p> </noscript> <div id="symbolSearchPane" style="display: none"> <p> <input id="symbolSearch" type="text" placeholder="Search for symbols" onchange="performSymbolSearch(24);" onkeypress="this.onchange();" onpaste="this.onchange();" oninput="this.onchange();"/> </p> <ul id="symbolSearchResults" style="display: none"></ul> <script type="application/javascript" src="../../../symbols.js"></script> <script type="application/javascript"> //<![CDATA[ var symbolSearchRootDir = "../../../"; $('#symbolSearchPane').show(); //]]> </script> </div> </nav> <div id="main-contents"> <h1>Module graphics.shaders.glsl.directionallight</h1><!-- using block body in layout.dt--><!-- using block ddox.description in ddox.layout.dt--> <p> Lighting pass shader for Directional Lights </p> <!-- using block ddox.sections in ddox.layout.dt--> <section></section><!-- using block ddox.members in ddox.layout.dt--> <section> <h2>Authors</h2><!-- using block ddox.authors in ddox.layout.dt--> </section> <section> <h2>Copyright</h2><!-- using block ddox.copyright in ddox.layout.dt--> </section> <section> <h2>License</h2><!-- using block ddox.license in ddox.layout.dt--> </section> </div> </body> </html>
Circular-Studios/Dash-Docs
api/v0.9.0/graphics/shaders/glsl/directionallight.html
HTML
mit
7,799
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>schroeder: 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.0 / schroeder - 8.9.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> schroeder <small> 8.9.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-11-03 02:25:39 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-03 02:25:39 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.10.0 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.08.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.08.1 Official release 4.08.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/coq-contribs/schroeder&quot; license: &quot;LGPL 2.1&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/Schroeder&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.9&quot; &amp; &lt; &quot;8.10~&quot;} ] tags: [ &quot;keyword: Schroeder-Bernstein&quot; &quot;keyword: set theory&quot; &quot;category: Mathematics/Logic/Set theory&quot; ] authors: [ &quot;Hugo herbelin&quot; ] bug-reports: &quot;https://github.com/coq-contribs/schroeder/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/schroeder.git&quot; synopsis: &quot;The Theorem of Schroeder-Bernstein&quot; description: &quot;&quot;&quot; Fraenkel&#39;s proof of Schroeder-Bernstein theorem on decidable sets is formalized in a constructive variant of set theory based on stratified universes (the one defined in the Ensemble library). The informal proof can be found for instance in &quot;Axiomatic Set Theory&quot; from P. Suppes.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/schroeder/archive/v8.9.0.tar.gz&quot; checksum: &quot;md5=df101200f9232b0135b7ee345705e6ef&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-schroeder.8.9.0 coq.8.10.0</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.10.0). The following dependencies couldn&#39;t be met: - coq-schroeder -&gt; coq &lt; 8.10~ -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-schroeder.8.9.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.08.1-2.0.5/released/8.10.0/schroeder/8.9.0.html
HTML
mit
6,995
<div class="ui menu"> <div class="header item">{{title || modelType}}</div> <!-- Links/Events --> <a class="ui item" [class.active]="state.searching" (click)="search()">Find</a> <a class="ui item" [class.active]="state.adding" (click)="add()">Create</a> <a class="ui item" [class.active]="!state.adding && !state.editing" (click)="list()">List</a> <!-- Search/Lookup Options --> <div tabindex="0" class="ui right dropdown item disabled"> Search Options <i class="dropdown icon"></i> <div tabindex="-1" class="menu"> <div class="item">Action</div> </div> </div> <!-- Model Search/Lookup --> <div class="right menu disabled"> <div class="item disabled"> <div class="ui action icon input disabled"> <i class="search icon"></i> <input placeholder="Search" type="text" disabled> </div> </div> </div> </div>
crimsonskyfalling/ocean-seed
src/app/common/directives/templates/model-manager-menu.component.html
HTML
mit
866
<html> <head> <style type='text/css'> html, body, div, span, p, blockquote, pre { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; } body{ line-height: 1; color: black; background: white; margin-left: 20px; } .src { border: 1px solid #dddddd; padding-top: 10px; padding-right: 5px; padding-left: 5px; } .covered {background-color: #ddffdd} .uncovered {background-color: #ffdddd} .killed {background-color: #aaffaa} .survived {background-color: #ffaaaa} .uncertain {background-color: #dde7ef} .run_error {background-color: #dde7ef} .na {background-color: #eeeeee} .timed_out {background-color: #dde7ef} .non_viable {background-color: #aaffaa} .memory_error {background-color: #dde7ef} .not_started {background-color: #dde7ef; color : red} .no_coverage {background-color: #ffaaaa} </style> </head> <body> <h1>RotateCommand.java</h1> <table class="src"> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@4444ad54_1'/> 1 </td> <td class=''> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@4444ad54_1'></a> </td> <td class=''><pre><span class=''></span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@4444ad54_2'/> 2 </td> <td class=''> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@4444ad54_2'></a> </td> <td class=''><pre><span class=''>package com.github.tilastokeskus.matertis.core.command;</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@4444ad54_3'/> 3 </td> <td class=''> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@4444ad54_3'></a> </td> <td class=''><pre><span class=''></span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@4444ad54_4'/> 4 </td> <td class=''> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@4444ad54_4'></a> </td> <td class=''><pre><span class=''>import com.github.tilastokeskus.matertis.core.GameHandler;</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@4444ad54_5'/> 5 </td> <td class=''> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@4444ad54_5'></a> </td> <td class=''><pre><span class=''></span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@4444ad54_6'/> 6 </td> <td class=''> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@4444ad54_6'></a> </td> <td class=''><pre><span class=''>/**</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@4444ad54_7'/> 7 </td> <td class=''> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@4444ad54_7'></a> </td> <td class=''><pre><span class=''> * Command to rotate a tetromino. Command is not executed if game is not</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@4444ad54_8'/> 8 </td> <td class=''> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@4444ad54_8'></a> </td> <td class=''><pre><span class=''> * running.</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@4444ad54_9'/> 9 </td> <td class=''> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@4444ad54_9'></a> </td> <td class=''><pre><span class=''> * </span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@4444ad54_10'/> 10 </td> <td class=''> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@4444ad54_10'></a> </td> <td class=''><pre><span class=''> * @author tilastokeskus</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@4444ad54_11'/> 11 </td> <td class=''> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@4444ad54_11'></a> </td> <td class=''><pre><span class=''> * @see com.github.tilastokeskus.matertis.core.Tetromino</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@4444ad54_12'/> 12 </td> <td class=''> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@4444ad54_12'></a> </td> <td class=''><pre><span class=''> * @see com.github.tilastokeskus.matertis.core.Game</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@4444ad54_13'/> 13 </td> <td class=''> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@4444ad54_13'></a> </td> <td class=''><pre><span class=''> */</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@4444ad54_14'/> 14 </td> <td class=''> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@4444ad54_14'></a> </td> <td class=''><pre><span class=''>public class RotateCommand implements Command {</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@4444ad54_15'/> 15 </td> <td class=''> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@4444ad54_15'></a> </td> <td class=''><pre><span class=''> </span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@4444ad54_16'/> 16 </td> <td class=''> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@4444ad54_16'></a> </td> <td class=''><pre><span class=''> private final GameHandler gameHandler; </span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@4444ad54_17'/> 17 </td> <td class=''> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@4444ad54_17'></a> </td> <td class=''><pre><span class=''> </span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@4444ad54_18'/> 18 </td> <td class=''> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@4444ad54_18'></a> </td> <td class=''><pre><span class=''> /**</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@4444ad54_19'/> 19 </td> <td class=''> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@4444ad54_19'></a> </td> <td class=''><pre><span class=''> * Constructs a rotate command with the given game handler.</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@4444ad54_20'/> 20 </td> <td class=''> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@4444ad54_20'></a> </td> <td class=''><pre><span class=''> * </span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@4444ad54_21'/> 21 </td> <td class=''> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@4444ad54_21'></a> </td> <td class=''><pre><span class=''> * @param gameHandler game handler to be informed.</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@4444ad54_22'/> 22 </td> <td class=''> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@4444ad54_22'></a> </td> <td class=''><pre><span class=''> */</span></pre></td></tr> <tr> <td class='covered'> <a name='org.pitest.mutationtest.report.html.SourceFile@4444ad54_23'/> 23 </td> <td class=''> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@4444ad54_23'></a> </td> <td class='covered'><pre><span class=''> public RotateCommand(GameHandler gameHandler) {</span></pre></td></tr> <tr> <td class='covered'> <a name='org.pitest.mutationtest.report.html.SourceFile@4444ad54_24'/> 24 </td> <td class=''> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@4444ad54_24'></a> </td> <td class='covered'><pre><span class=''> this.gameHandler = gameHandler;</span></pre></td></tr> <tr> <td class='covered'> <a name='org.pitest.mutationtest.report.html.SourceFile@4444ad54_25'/> 25 </td> <td class=''> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@4444ad54_25'></a> </td> <td class='covered'><pre><span class=''> }</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@4444ad54_26'/> 26 </td> <td class=''> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@4444ad54_26'></a> </td> <td class=''><pre><span class=''></span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@4444ad54_27'/> 27 </td> <td class=''> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@4444ad54_27'></a> </td> <td class=''><pre><span class=''> /**</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@4444ad54_28'/> 28 </td> <td class=''> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@4444ad54_28'></a> </td> <td class=''><pre><span class=''> * {@inheritDoc Command}</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@4444ad54_29'/> 29 </td> <td class=''> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@4444ad54_29'></a> </td> <td class=''><pre><span class=''> * &#60;p&#62;</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@4444ad54_30'/> 30 </td> <td class=''> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@4444ad54_30'></a> </td> <td class=''><pre><span class=''> * Rotates the game&#39;s falling tetromino.</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@4444ad54_31'/> 31 </td> <td class=''> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@4444ad54_31'></a> </td> <td class=''><pre><span class=''> */</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@4444ad54_32'/> 32 </td> <td class=''> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@4444ad54_32'></a> </td> <td class=''><pre><span class=''> @Override</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@4444ad54_33'/> 33 </td> <td class=''> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@4444ad54_33'></a> </td> <td class=''><pre><span class=''> public void execute() {</span></pre></td></tr> <tr> <td class='uncovered'> <a name='org.pitest.mutationtest.report.html.SourceFile@4444ad54_34'/> 34 </td> <td class='survived'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@4444ad54_34'>1</a> </td> <td class='uncovered'><pre><span class='survived'> if (gameHandler.isRunning()) {</span></pre></td></tr> <tr> <td class='uncovered'> <a name='org.pitest.mutationtest.report.html.SourceFile@4444ad54_35'/> 35 </td> <td class=''> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@4444ad54_35'></a> </td> <td class='uncovered'><pre><span class=''> gameHandler.getGame().rotateFallingTetromino();</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@4444ad54_36'/> 36 </td> <td class=''> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@4444ad54_36'></a> </td> <td class=''><pre><span class=''> }</span></pre></td></tr> <tr> <td class='uncovered'> <a name='org.pitest.mutationtest.report.html.SourceFile@4444ad54_37'/> 37 </td> <td class=''> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@4444ad54_37'></a> </td> <td class='uncovered'><pre><span class=''> }</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@4444ad54_38'/> 38 </td> <td class=''> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@4444ad54_38'></a> </td> <td class=''><pre><span class=''></span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@4444ad54_39'/> 39 </td> <td class=''> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@4444ad54_39'></a> </td> <td class=''><pre><span class=''>}</span></pre></td></tr> <tr><td></td><td></td><td><h2>Mutations</h2></td></tr> <tr> <td><a href='#org.pitest.mutationtest.report.html.SourceFile@4444ad54_34'>34</a></td> <td></td> <td> <a name='grouporg.pitest.mutationtest.report.html.SourceFile@4444ad54_34'/> <p class='NO_COVERAGE'>negated conditional : NO_COVERAGE</p> </td> </tr> </table> <h2>Active mutators</h2> <ul> <li class='mutator'>INCREMENTS_MUTATOR</li> <li class='mutator'>CONDITIONALS_BOUNDARY_MUTATOR</li> <li class='mutator'>RETURN_VALS_MUTATOR</li> <li class='mutator'>VOID_METHOD_CALL_MUTATOR</li> <li class='mutator'>INVERT_NEGS_MUTATOR</li> <li class='mutator'>MATH_MUTATOR</li> <li class='mutator'>NEGATE_CONDITIONALS_MUTATOR</li> </ul> <h2>Tests examined</h2> <ul> </ul> <br/> Report generated by <a href='http://pitest.org'>PIT</a> 0.30 </body> </html>
tilastokeskus/Matertis
dist/pit/com.github.tilastokeskus.matertis.core.command/RotateCommand.java.html
HTML
mit
13,035
{% extends "_base.html" %} {% block content %} tady dashboard. kupy budíků a infowerků po celý ploše. {% endblock %}
martastain/cherryadmin
site/templates/index.html
HTML
mit
123
<!DOCTYPE html> <html lang="en"> <head> <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="stylesheet" href="http://bootswatch.com/yeti/bootstrap.min.css"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"> <title>{{ title }}</title> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script> <style> body { background-image: url("/footer_lodyas.png"); /*background-size: cover;*/ } </style> </head> <body> <div class="container"> <nav class="navbar navbar-default navbar-fixed-top"> {% if user != false %} <div class="container-fluid"> <div class="navbar-nav navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="/">Eagle</a> </div> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav navbar-right"> <li class="navbar-link"><a href="/event/all">Events List</a></li> <li class="navbar-link"><a href="/scouting/pit">Pit Scouting</a></li> <li class="navbar-link"><a href="/scouting/match">Match Scouting</a></li> <li class="navbar-link"><a href="/comment/new">Add New Comment</a></li> {% if user.rank >= 9 %} <li class="navbar-link"><a href="/register">Register User</a></li> <li class="navbar-link"><a href="/directory">User Directory</a></li> {% endif %} <li class="navbar-link"><a href="/logout"><i class="glyphicon glyphicon-log-out"></i> Click to logout</a></li> </ul> </div> </div> {% endif %} </nav> <br> <div class="jumbotron">
CAPS-Robotics/Eagle
eagle/templates/partials/header.html
HTML
mit
2,114
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Swagger UI</title> <link rel="icon" type="image/png" href="images/favicon-32x32.png" sizes="32x32" /> <link rel="icon" type="image/png" href="images/favicon-16x16.png" sizes="16x16" /> <link href='css/typography.css' media='screen' rel='stylesheet' type='text/css'/> <link href='css/reset.css' media='screen' rel='stylesheet' type='text/css'/> <link href='css/screen.css' media='screen' rel='stylesheet' type='text/css'/> <link href='css/reset.css' media='print' rel='stylesheet' type='text/css'/> <link href='css/print.css' media='print' rel='stylesheet' type='text/css'/> <script src='lib/object-assign-pollyfill.js' type='text/javascript'></script> <script src='lib/jquery-1.8.0.min.js' type='text/javascript'></script> <script src='lib/jquery.slideto.min.js' type='text/javascript'></script> <script src='lib/jquery.wiggle.min.js' type='text/javascript'></script> <script src='lib/jquery.ba-bbq.min.js' type='text/javascript'></script> <script src='lib/handlebars-4.0.5.js' type='text/javascript'></script> <script src='lib/lodash.min.js' type='text/javascript'></script> <script src='lib/backbone-min.js' type='text/javascript'></script> <script src='swagger-ui.js' type='text/javascript'></script> <script src='lib/highlight.9.1.0.pack.js' type='text/javascript'></script> <script src='lib/highlight.9.1.0.pack_extended.js' type='text/javascript'></script> <script src='lib/jsoneditor.min.js' type='text/javascript'></script> <script src='lib/marked.js' type='text/javascript'></script> <script src='lib/swagger-oauth.js' type='text/javascript'></script> <!-- Some basic translations --> <!-- <script src='lang/translator.js' type='text/javascript'></script> --> <!-- <script src='lang/ru.js' type='text/javascript'></script> --> <!-- <script src='lang/en.js' type='text/javascript'></script> --> <script type="text/javascript"> $(function () { var url = window.location.search.match(/url=([^&]+)/); if (url && url.length > 1) { url = decodeURIComponent(url[1]); } else { // url = "http://petstore.swagger.io/v2/swagger.json"; url = 'json'; } hljs.configure({ highlightSizeThreshold: 5000 }); // Pre load translate... if(window.SwaggerTranslator) { window.SwaggerTranslator.translate(); } window.swaggerUi = new SwaggerUi({ url: url, dom_id: "swagger-ui-container", supportedSubmitMethods: ['get', 'post', 'put', 'delete', 'patch'], onComplete: function(swaggerApi, swaggerUi){ if(typeof initOAuth == "function") { initOAuth({ clientId: "your-client-id", clientSecret: "your-client-secret-if-required", realm: "your-realms", appName: "your-app-name", scopeSeparator: " ", additionalQueryStringParams: {} }); } if(window.SwaggerTranslator) { window.SwaggerTranslator.translate(); } }, onFailure: function(data) { log("Unable to Load SwaggerUI"); }, docExpansion: "none", jsonEditor: false, defaultModelRendering: 'schema', showRequestHeaders: false }); window.swaggerUi.load(); function log() { if ('console' in window) { console.log.apply(console, arguments); } } }); </script> </head> <body class="swagger-section"> <div id='header'> <div class="swagger-ui-wrap"> <a id="logo" href="http://swagger.io"><img class="logo__img" alt="swagger" height="30" width="30" src="images/logo_small.png" /><span class="logo__title">swagger</span></a> <!--<form id='api_selector'> <div class='input'><input placeholder="http://example.com/api" id="input_baseUrl" name="baseUrl" type="text"/></div> <div id='auth_container'></div> <div class='input'><a id="explore" class="header__btn" href="#" data-sw-translate>Explore</a></div> </form>--> </div> </div> <div id="message-bar" class="swagger-ui-wrap" data-sw-translate>&nbsp;</div> <div id="swagger-ui-container" class="swagger-ui-wrap"></div> </body> </html>
jeffmarston/fixalicious-ui
server/docs/index.html
HTML
mit
4,278
<!-- * CoreUI - Open Source Bootstrap Admin Template * @version v1.0.0-alpha.2 * @link http://coreui.io * Copyright (c) 2016 creativeLabs Łukasz Holeczek * @license MIT --> <!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, shrink-to-fit=no"> <meta name="description" content="CoreUI Bootstrap 4 Admin Template"> <meta name="author" content="Lukasz Holeczek"> <meta name="keyword" content="CoreUI Bootstrap 4 Admin Template"> <!-- <link rel="shortcut icon" href="assets/ico/favicon.png"> --> <title>CoreUI Bootstrap 4 Admin Template</title> <!-- Icons --> <link href="css/font-awesome.min.css" rel="stylesheet"> <link href="css/simple-line-icons.css" rel="stylesheet"> <!-- Main styles for this application --> <link href="css/style.css" rel="stylesheet"> </head> <body> <div class="container d-table"> <div class="d-100vh-va-middle"> <div class="row"> <div class="col-md-6 offset-md-3"> <div class="card mx-2"> <div class="card-block p-2"> <h1>Register</h1> <p class="text-muted">Create your account</p> <div class="input-group mb-1"> <span class="input-group-addon"><i class="icon-user"></i> </span> <input type="text" class="form-control" placeholder="Username"> </div> <div class="input-group mb-1"> <span class="input-group-addon">@</span> <input type="text" class="form-control" placeholder="Email"> </div> <div class="input-group mb-1"> <span class="input-group-addon"><i class="icon-lock"></i> </span> <input type="password" class="form-control" placeholder="Password"> </div> <div class="input-group mb-2"> <span class="input-group-addon"><i class="icon-lock"></i> </span> <input type="password" class="form-control" placeholder="Repeat password"> </div> <button type="button" class="btn btn-block btn-success">Create Account</button> </div> <div class="card-footer p-2"> <div class="row"> <div class="col-xs-6"> <button class="btn btn-block btn-facebook" type="button"> <span>facebook</span> </button> </div> <div class="col-xs-6"> <button class="btn btn-block btn-twitter" type="button"> <span>twitter</span> </button> </div> </div> </div> </div> </div> </div> </div> </div> <!-- Bootstrap and necessary plugins --> <script src="bower_components/jquery/dist/jquery.min.js"></script> <script src="bower_components/tether/dist/js/tether.min.js"></script> <script src="bower_components/bootstrap/dist/js/bootstrap.min.js"></script> </body> </html>
rubyframework/CoreUI-Free-Bootstrap-Admin-Template
Static_Full_Project_GULP/pages-register.html
HTML
mit
3,862
<!-- HTML header for doxygen 1.8.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"> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <!-- For Mobile Devices --> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta name="generator" content="Doxygen 1.8.9.1"/> <script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script> <title>Traffic Assignment frameworK (TAsK): LazyShortestPath Class Reference</title> <!--<link href="tabs.css" rel="stylesheet" type="text/css"/>--> <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" /> <link href="customdoxygen.css" rel="stylesheet" type="text/css"/> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css"> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script> <script type="text/javascript" src="doxy-boot.js"></script> </head> <body> <nav class="navbar navbar-default" role="navigation"> <div class="container"> <div class="navbar-header"> <a class="navbar-brand">Traffic Assignment frameworK (TAsK) </a> </div> </div> </nav> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div class="content" id="content"> <div class="container"> <div class="row"> <div class="col-sm-12 panel panel-default" style="padding-bottom: 15px;"> <div style="margin-bottom: 15px;"> <!-- end header part --> <!-- Generated by Doxygen 1.8.9.1 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="pages.html"><span>Related&#160;Pages</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Class&#160;List</span></a></li> <li><a href="classes.html"><span>Class&#160;Index</span></a></li> <li><a href="inherits.html"><span>Class&#160;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </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><!-- top --> <div class="header"> <div class="summary"> <a href="#pub-methods">Public Member Functions</a> &#124; <a href="#pri-methods">Private Member Functions</a> &#124; <a href="#pri-attribs">Private Attributes</a> &#124; <a href="classLazyShortestPath-members.html">List of all members</a> </div> <div class="headertitle"> <div class="title">LazyShortestPath Class Reference</div> </div> </div><!--header--> <div class="contents"> <p>Lazy shortest path for single-objective shortest path algorithms. <a href="classLazyShortestPath.html#details">More...</a></p> <p><code>#include &lt;<a class="el" href="LazyShortestPath_8h_source.html">LazyShortestPath.h</a>&gt;</code></p> <div class="dynheader"> Inheritance diagram for LazyShortestPath:</div> <div class="dyncontent"> <div class="center"><img src="classLazyShortestPath__inherit__graph.png" border="0" usemap="#LazyShortestPath_inherit__map" alt="Inheritance graph"/></div> <map name="LazyShortestPath_inherit__map" id="LazyShortestPath_inherit__map"> <area shape="rect" id="node2" href="classShortestPath.html" title="This is an abstract class that defines the interface for single&#45;objective shortest&#45;path algorithms..." alt="" coords="16,5,145,171"/> </map> </div> <div class="dynheader"> Collaboration diagram for LazyShortestPath:</div> <div class="dyncontent"> <div class="center"><img src="classLazyShortestPath__coll__graph.png" border="0" usemap="#LazyShortestPath_coll__map" alt="Collaboration graph"/></div> <map name="LazyShortestPath_coll__map" id="LazyShortestPath_coll__map"> <area shape="rect" id="node2" href="classShortestPath.html" title="This is an abstract class that defines the interface for single&#45;objective shortest&#45;path algorithms..." alt="" coords="16,5,145,171"/> </map> </div> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a> Public Member Functions</h2></td></tr> <tr class="memitem:a9bc494cba0b00024d81a365ec65ad4ae"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a9bc494cba0b00024d81a365ec65ad4ae"></a> &#160;</td><td class="memItemRight" valign="bottom"><b>LazyShortestPath</b> (<a class="el" href="classShortestPath.html">ShortestPath</a> *shPath)</td></tr> <tr class="separator:a9bc494cba0b00024d81a365ec65ad4ae"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:acfcb62e2ead17a9c85b2afdaf5296b44"><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classLazyShortestPath.html#acfcb62e2ead17a9c85b2afdaf5296b44">calculate</a> (int originIndex)</td></tr> <tr class="separator:acfcb62e2ead17a9c85b2afdaf5296b44"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a981ff8ac5be3c1cb6b78cd7358fc4cb6"><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classLazyShortestPath.html#a981ff8ac5be3c1cb6b78cd7358fc4cb6">calculate</a> (int originIndex, int destIndex, int odPairIndex)</td></tr> <tr class="separator:a981ff8ac5be3c1cb6b78cd7358fc4cb6"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aaf84a8b62bc8f7510f3f96b8440e2e07"><td class="memItemLeft" align="right" valign="top">virtual FPType&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classLazyShortestPath.html#aaf84a8b62bc8f7510f3f96b8440e2e07">getCost</a> (int destIndex) const </td></tr> <tr class="separator:aaf84a8b62bc8f7510f3f96b8440e2e07"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a8b2d3072e78ff0b4369ed1abd1bb6ff6"><td class="memItemLeft" align="right" valign="top">virtual <a class="el" href="classStarLink.html">StarLink</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classLazyShortestPath.html#a8b2d3072e78ff0b4369ed1abd1bb6ff6">getInComeLink</a> (int destIndex) const </td></tr> <tr class="separator:a8b2d3072e78ff0b4369ed1abd1bb6ff6"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="inherit_header pub_methods_classShortestPath"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_classShortestPath')"><img src="closed.png" alt="-"/>&#160;Public Member Functions inherited from <a class="el" href="classShortestPath.html">ShortestPath</a></td></tr> <tr class="memitem:a82a236c1957abb308d16f546b69a9813 inherit pub_methods_classShortestPath"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classShortestPath.html#a82a236c1957abb308d16f546b69a9813">printPath</a> (int destIndex) const </td></tr> <tr class="separator:a82a236c1957abb308d16f546b69a9813 inherit pub_methods_classShortestPath"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pri-methods"></a> Private Member Functions</h2></td></tr> <tr class="memitem:ac66f5fe93ae48f41227202665f458b51"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classLazyShortestPath.html#ac66f5fe93ae48f41227202665f458b51">updatePathCost</a> (int destIndex)</td></tr> <tr class="separator:ac66f5fe93ae48f41227202665f458b51"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pri-attribs"></a> Private Attributes</h2></td></tr> <tr class="memitem:a8b82691b758f4bd37f0ed945bb7fb50b"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a8b82691b758f4bd37f0ed945bb7fb50b"></a> <a class="el" href="classShortestPath.html">ShortestPath</a> *&#160;</td><td class="memItemRight" valign="bottom"><b>shPath_</b></td></tr> <tr class="separator:a8b82691b758f4bd37f0ed945bb7fb50b"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a75692c8ecc28acbd7e6d35db08612bd7"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a75692c8ecc28acbd7e6d35db08612bd7"></a> int&#160;</td><td class="memItemRight" valign="bottom"><b>prevOriginIndex_</b></td></tr> <tr class="separator:a75692c8ecc28acbd7e6d35db08612bd7"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a2190d5f22fd465c8e33166433e6e7d5f"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a2190d5f22fd465c8e33166433e6e7d5f"></a> bool&#160;</td><td class="memItemRight" valign="bottom"><b>originChanged_</b></td></tr> <tr class="separator:a2190d5f22fd465c8e33166433e6e7d5f"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a323d59b901d48c83f7c65a9020e04474"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a323d59b901d48c83f7c65a9020e04474"></a> FPType&#160;</td><td class="memItemRight" valign="bottom"><b>newPathCost_</b></td></tr> <tr class="separator:a323d59b901d48c83f7c65a9020e04474"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> <div class="textblock"><p>Lazy shortest path for single-objective shortest path algorithms. </p> <p>For details, see <a class="el" href="citelist.html#CITEREF_Chen1998">[3]</a>. </p> </div><h2 class="groupheader">Member Function Documentation</h2> <a class="anchor" id="acfcb62e2ead17a9c85b2afdaf5296b44"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">void LazyShortestPath::calculate </td> <td>(</td> <td class="paramtype">int&#160;</td> <td class="paramname"><em>originIndex</em></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Calculates shortest path from origin <b>originIndex</b> to all other nodes that are reachable from this origin. </p> <p>Implements <a class="el" href="classShortestPath.html#a7ce734ae74cffe4e71b60f9a1db00071">ShortestPath</a>.</p> </div> </div> <a class="anchor" id="a981ff8ac5be3c1cb6b78cd7358fc4cb6"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">void LazyShortestPath::calculate </td> <td>(</td> <td class="paramtype">int&#160;</td> <td class="paramname"><em>originIndex</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">int&#160;</td> <td class="paramname"><em>destIndex</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">int&#160;</td> <td class="paramname"><em>odPairIndex</em>&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Calculates shortest path from origin <b>originIndex</b> to destination <b>destIndex</b>. If it is not over-ridden by children classes usual shortest path from a given origin to all other nodes is called. </p> <p>Reimplemented from <a class="el" href="classShortestPath.html#a17000f3aff5ad292daa0d929298904a3">ShortestPath</a>.</p> </div> </div> <a class="anchor" id="aaf84a8b62bc8f7510f3f96b8440e2e07"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">FPType LazyShortestPath::getCost </td> <td>(</td> <td class="paramtype">int&#160;</td> <td class="paramname"><em>destIndex</em></td><td>)</td> <td> const</td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <dl class="section return"><dt>Returns</dt><dd>shortest path distance to node <b>destIndex</b> </dd></dl> <p>Implements <a class="el" href="classShortestPath.html#a6e9b7fba57ea8d9497fbcf82c2500976">ShortestPath</a>.</p> </div> </div> <a class="anchor" id="a8b2d3072e78ff0b4369ed1abd1bb6ff6"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname"><a class="el" href="classStarLink.html">StarLink</a> * LazyShortestPath::getInComeLink </td> <td>(</td> <td class="paramtype">int&#160;</td> <td class="paramname"><em>destIndex</em></td><td>)</td> <td> const</td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <dl class="section return"><dt>Returns</dt><dd>pointer to a link that belongs to the shortest path and points to node <b>destIndex</b>, return NULL if the origin is passed or if destIndex is not reachable from current origin. </dd></dl> <p>Implements <a class="el" href="classShortestPath.html#a7c9f28d266abc5f16d4eb02623af3a92">ShortestPath</a>.</p> </div> </div> <a class="anchor" id="ac66f5fe93ae48f41227202665f458b51"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">void LazyShortestPath::updatePathCost </td> <td>(</td> <td class="paramtype">int&#160;</td> <td class="paramname"><em>destIndex</em></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">private</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Goes through the stored shortest path to the destination destIndex and updates shortest path distance that might have changed after flow shifts </p> </div> </div> <hr/>The documentation for this class was generated from the following files:<ul> <li><a class="el" href="LazyShortestPath_8h_source.html">LazyShortestPath.h</a></li> <li>LazyShortestPath.cpp</li> </ul> </div><!-- contents --> <!-- HTML footer for doxygen 1.8.8--> <!-- start footer part --> </div> </div> </div> </div> </div> <hr class="footer"/><address class="footer"><small> Generated on Tue Mar 10 2015 15:45:14 for Traffic Assignment frameworK (TAsK) by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.9.1 </small></address> </body> </html>
olga-perederieieva/TAsK
vendor/Docs/classLazyShortestPath.html
HTML
mit
17,516
<p> player-profile works! </p> <div *ngIf="player"> <h2>{{ player.nickname }} profile</h2> <div> <div><label>id:</label>{{ player.id}}</div> <div><label>Games:</label>{{ player.gamesPlayed }}</div> <div><label>Kills:</label> {{ player.kills }}</div> <div><label>Deaths:</label> {{ player.deaths }}</div> <div><label>Wins:</label> {{ player.wins }}</div> <div>Description: {{ player.description }}</div> </div> </div>
togus/uhc
src/app/player-profile/player-profile.component.html
HTML
mit
446
<div class="action-bar"> <button type="button" class="search" ng-if="$ctrl.search" tooltip-append-to-body="true" uib-tooltip="Search" ng-click="$ctrl.toggleSearch()"> <span class="sr-only">Search</span> <i></i> </button> <button ng-repeat="action in $ctrl.actions" type="button" class="{{ action.class }}" tooltip-apprend-to-body="true" ng-click="action.click()" uib-tooltip="{{ action.text }}"> <span class="sr-only">{{ action.text }}</span> <i></i> </button> <div class="search-form" ng-if="$ctrl.search" uib-collapse="$ctrl.isSearchCollapsed"> <input type="text" ng-model="$ctrl.searchModel"></input> </div> </div>
Zokormazo/ngLlery
app/components/common/partials/action-bar.html
HTML
mit
650
<html> <head> <title></title> </head> <body> <p>google-site-verification: google9e7bb18ac05f47f6.html</p> <script type="application/ld+json"> { "@context" : "http://schema.org", "@type" : "Organization", "name":"OurMine", "url":"https://ourmine.org", "recipeIngredient": [ ] } </script> </body> </html>
abodym/OurMineIo
src/client/google9e7bb18ac05f47f6.html
HTML
mit
328
<!DOCTYPE html> <html> <head> <title>Example</title> <style type="text/css"> .name { color: red; } .extended { color: green; } </style> </head> <body> <div class="example"></div> <script type="text/javascript" src="dist/r3ndr.min.js"></script> <script type="text/javascript"> var example = R('<div>Hello <span class="name"></span></div>').render({name: { text: 'Example'}}, { name: { text: function() { return '<span class="extended">Extended</span> ' + this.text; } } }); var div = document.createElement('div'); div.innerHTML = example; document.getElementsByClassName('example')[0].appendChild(div.firstChild); </script> </body> </html>
Zeetah/r3ndr
index.html
HTML
mit
742
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="de"> <head> <title>org.eclipse.emf.cdo.edit (CDO Model Repository Documentation)</title> <meta name="date" content=""> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="org.eclipse.emf.cdo.edit (CDO Model Repository Documentation)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li class="navBarCell1Rev">Package</li> <li>Class</li> <li><a href="package-use.html">Use</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../org/eclipse/emf/cdo/compare/package-summary.html">Prev&nbsp;Package</a></li> <li><a href="../../../../../org/eclipse/emf/cdo/eresource/package-summary.html">Next&nbsp;Package</a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/eclipse/emf/cdo/edit/package-summary.html" target="_top">Frames</a></li> <li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 title="Package" class="title">Package&nbsp;org.eclipse.emf.cdo.edit</h1> <div class="docSummary"> <div class="block">Useful base classes that can be referenced from custom EMF generator models.</div> </div> <p>See:&nbsp;<a href="#package.description">Description</a></p> </div> <div class="contentContainer"> <ul class="blockList"> <li class="blockList"> <table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation"> <caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Class</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/eclipse/emf/cdo/edit/CDOEditPlugin.html" title="class in org.eclipse.emf.cdo.edit">CDOEditPlugin</a></td> <td class="colLast"> <div class="block">This is the central singleton for the Eresource edit plugin</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/eclipse/emf/cdo/edit/CDOEditPlugin.Implementation.html" title="class in org.eclipse.emf.cdo.edit">CDOEditPlugin.Implementation</a></td> <td class="colLast"> <div class="block">The actual implementation of the Eclipse <b>Plugin</b></div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/eclipse/emf/cdo/edit/CDOItemProviderAdapter.html" title="class in org.eclipse.emf.cdo.edit">CDOItemProviderAdapter</a></td> <td class="colLast"> <div class="block">Adds CDO-specific properties to <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/ecore/EObject.html?is-external=true" title="class or interface in org.eclipse.emf.ecore"><code>objects</code></a>, such as <a href="../../../../../org/eclipse/emf/cdo/CDOObject.html#cdoID--"><code>ID</code></a>, <a href="../../../../../org/eclipse/emf/cdo/common/branch/CDOBranchVersion.html#getVersion--"><code>version</code></a> and <a href="../../../../../org/eclipse/emf/cdo/CDOObject.html#cdoState--"><code>state</code></a>.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/eclipse/emf/cdo/edit/CDOItemProviderAdapter.AdaptersDescriptor.html" title="class in org.eclipse.emf.cdo.edit">CDOItemProviderAdapter.AdaptersDescriptor</a></td> <td class="colLast">Deprecated <div class="block"><span class="deprecationComment">as of 4.4 not used any more.</span></div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/eclipse/emf/cdo/edit/CDOItemProviderAdapter.CDOPropertyDescriptor.html" title="class in org.eclipse.emf.cdo.edit">CDOItemProviderAdapter.CDOPropertyDescriptor</a></td> <td class="colLast"> <div class="block">Base abstract to add CDO debug information to PropertiesView.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/eclipse/emf/cdo/edit/CDOItemProviderAdapter.CDOPropertyDescriptor.DefaultLabelProvider.html" title="class in org.eclipse.emf.cdo.edit">CDOItemProviderAdapter.CDOPropertyDescriptor.DefaultLabelProvider</a></td> <td class="colLast">Deprecated <div class="block"><span class="deprecationComment">as of 4.4 not used any more.</span></div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/eclipse/emf/cdo/edit/CDOItemProviderAdapter.ChangeSubscriptionPoliciesDescriptor.html" title="class in org.eclipse.emf.cdo.edit">CDOItemProviderAdapter.ChangeSubscriptionPoliciesDescriptor</a></td> <td class="colLast">Deprecated <div class="block"><span class="deprecationComment">as of 4.4 not used any more.</span></div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/eclipse/emf/cdo/edit/CDOItemProviderAdapter.ContainerDescriptor.html" title="class in org.eclipse.emf.cdo.edit">CDOItemProviderAdapter.ContainerDescriptor</a></td> <td class="colLast">Deprecated <div class="block"><span class="deprecationComment">as of 4.4 not used any more.</span></div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/eclipse/emf/cdo/edit/CDOItemProviderAdapter.DirectResourceDescriptor.html" title="class in org.eclipse.emf.cdo.edit">CDOItemProviderAdapter.DirectResourceDescriptor</a></td> <td class="colLast">Deprecated <div class="block"><span class="deprecationComment">as of 4.4 not used any more.</span></div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/eclipse/emf/cdo/edit/CDOItemProviderAdapter.IDDescriptor.html" title="class in org.eclipse.emf.cdo.edit">CDOItemProviderAdapter.IDDescriptor</a></td> <td class="colLast">Deprecated <div class="block"><span class="deprecationComment">as of 4.4 not used any more.</span></div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/eclipse/emf/cdo/edit/CDOItemProviderAdapter.ReadLockedDescriptor.html" title="class in org.eclipse.emf.cdo.edit">CDOItemProviderAdapter.ReadLockedDescriptor</a></td> <td class="colLast">Deprecated <div class="block"><span class="deprecationComment">as of 4.4 not used any more.</span></div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/eclipse/emf/cdo/edit/CDOItemProviderAdapter.StateDescriptor.html" title="class in org.eclipse.emf.cdo.edit">CDOItemProviderAdapter.StateDescriptor</a></td> <td class="colLast">Deprecated <div class="block"><span class="deprecationComment">as of 4.4 not used any more.</span></div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/eclipse/emf/cdo/edit/CDOItemProviderAdapter.URIDescriptor.html" title="class in org.eclipse.emf.cdo.edit">CDOItemProviderAdapter.URIDescriptor</a></td> <td class="colLast">Deprecated <div class="block"><span class="deprecationComment">as of 4.4 not used any more.</span></div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/eclipse/emf/cdo/edit/CDOItemProviderAdapter.VersionDescriptor.html" title="class in org.eclipse.emf.cdo.edit">CDOItemProviderAdapter.VersionDescriptor</a></td> <td class="colLast">Deprecated <div class="block"><span class="deprecationComment">as of 4.4 not used any more.</span></div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/eclipse/emf/cdo/edit/CDOItemProviderAdapter.ViewDescriptor.html" title="class in org.eclipse.emf.cdo.edit">CDOItemProviderAdapter.ViewDescriptor</a></td> <td class="colLast">Deprecated <div class="block"><span class="deprecationComment">as of 4.4 not used any more.</span></div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/eclipse/emf/cdo/edit/CDOItemProviderAdapter.WriteLockedDescriptor.html" title="class in org.eclipse.emf.cdo.edit">CDOItemProviderAdapter.WriteLockedDescriptor</a></td> <td class="colLast">Deprecated <div class="block"><span class="deprecationComment">as of 4.4 not used any more.</span></div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/eclipse/emf/cdo/edit/CDOItemProviderAdapter.WriteOptionDescriptor.html" title="class in org.eclipse.emf.cdo.edit">CDOItemProviderAdapter.WriteOptionDescriptor</a></td> <td class="colLast">Deprecated <div class="block"><span class="deprecationComment">as of 4.4 not used any more.</span></div> </td> </tr> </tbody> </table> </li> </ul> <a name="package.description"> <!-- --> </a> <h2 title="Package org.eclipse.emf.cdo.edit Description">Package org.eclipse.emf.cdo.edit Description</h2> <div class="block">Useful base classes that can be referenced from custom EMF generator models.</div> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li class="navBarCell1Rev">Package</li> <li>Class</li> <li><a href="package-use.html">Use</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../org/eclipse/emf/cdo/compare/package-summary.html">Prev&nbsp;Package</a></li> <li><a href="../../../../../org/eclipse/emf/cdo/eresource/package-summary.html">Next&nbsp;Package</a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/eclipse/emf/cdo/edit/package-summary.html" target="_top">Frames</a></li> <li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small><i>Copyright (c) 2011-2015 Eike Stepper (Berlin, Germany) and others.</i></small></p> </body> </html>
kribe48/wasp-mbse
WASP-turtlebot-DSL/.metadata/.plugins/org.eclipse.pde.core/Eclipse Application/org.eclipse.osgi/142/0/.cp/javadoc/org/eclipse/emf/cdo/edit/package-summary.html
HTML
mit
11,848
<div class="nav" role="navigation"> <ul> <li><a ui-sref="index" class="home">Home</a></li> <li><a ui-sref="badge.list" class="list">Badge List</a></li> </ul> </div> <div id="create-badge" class="content scaffold-create" role="main"> <h1>Create Badge</h1> <ul class="errors" role="alert" ng-if="vm.errors"> <li ng-repeat="error in vm.errors">{{error.message}}</li> </ul> <form name="saveBadge" ng-submit="vm.saveBadge()"> <fieldset class="form"> <ng-include src="'/fr/isima/zzoverflow/badge/form.html'"></ng-include> </fieldset> <fieldset class="buttons"> <input type="submit" name="create" class="save" value="Create" /> </fieldset> </form> </div>
theCmaker/ZZ3_grails_app
app/grails-app/assets/javascripts/fr/isima/zzoverflow/badge/templates/create.tpl.html
HTML
mit
756
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>chapar: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.13.0 / chapar - 8.11.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> chapar <small> 8.11.0 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2021-04-16 16:56:55 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-04-16 16:56:55 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-gmp 3 Virtual package relying on a GMP lib system installation coq 8.13.0 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.11.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.11.1 Official release 4.11.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/coq-community/chapar&quot; dev-repo: &quot;git+https://github.com/coq-community/chapar.git&quot; bug-reports: &quot;https://github.com/coq-community/chapar/issues&quot; license: &quot;MIT&quot; synopsis: &quot;A framework for verification of causal consistency for distributed key-value stores and their clients in Coq&quot; description: &quot;&quot;&quot; A framework for modular verification of causal consistency for replicated key-value store implementations and their client programs in Coq. Includes proofs of the causal consistency of two key-value store implementations and a simple automatic model checker for the correctness of client programs.&quot;&quot;&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] depends: [ &quot;coq&quot; {&gt;= &quot;8.9&quot; &amp; &lt; &quot;8.12~&quot;} ] tags: [ &quot;category:Computer Science/Concurrent Systems and Protocols/Theory of concurrent systems&quot; &quot;keyword:causal consistency&quot; &quot;keyword:key-value stores&quot; &quot;keyword:distributed algorithms&quot; &quot;keyword:program verification&quot; &quot;logpath:Chapar&quot; &quot;date:2020-01-31&quot; ] authors: [ &quot;Mohsen Lesani&quot; &quot;Christian J. Bell&quot; &quot;Adam Chlipala&quot; ] url { src: &quot;https://github.com/coq-community/chapar/archive/v8.11.0.tar.gz&quot; checksum: &quot;sha512=35961eeece511cebbd8f370d416b6bf952f08cc8d9050554d7e2688d9ed90635652161cfc3b391a1272ac92d5d552c0a1f9008cc0cd56d31f858dbbf08dac914&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-chapar.8.11.0 coq.8.13.0</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.13.0). The following dependencies couldn&#39;t be met: - coq-chapar -&gt; coq &lt; 8.12~ -&gt; ocaml &lt; 4.10 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-chapar.8.11.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.11.1-2.0.7/released/8.13.0/chapar/8.11.0.html
HTML
mit
7,448
<!DOCTYPE html><html><head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width"> <title>[問卦] 有沒有考績的八卦 - 看板 Gossiping - 批踢踢實業坊</title> <meta name="robots" content="all"> <meta name="keywords" content="Ptt BBS 批踢踢"> <meta name="description" content=" 又到了年底打考績的時間 考績通常分為自評與主管評 考績的結果會直接關係到升遷/加薪/獎金 小妹自認這半年工作很認真 "> <meta property="og:site_name" content="Ptt 批踢踢實業坊"> <meta property="og:title" content="[問卦] 有沒有考績的八卦"> <meta property="og:description" content=" 又到了年底打考績的時間 考績通常分為自評與主管評 考績的結果會直接關係到升遷/加薪/獎金 小妹自認這半年工作很認真 "> <link rel="stylesheet" type="text/css" href="//images.ptt.cc/v2.10/bbs-common.css"> <link rel="stylesheet" type="text/css" href="//images.ptt.cc/v2.10/bbs.css" media="screen"> <link rel="stylesheet" type="text/css" href="//images.ptt.cc/v2.10/pushstream.css" media="screen"> <link rel="stylesheet" type="text/css" href="//images.ptt.cc/v2.10/bbs-print.css" media="print"> <script type="text/javascript" async="" src="https://apis.google.com/js/plusone.js"></script><script id="facebook-jssdk" src="//connect.facebook.net/en_US/all.js#xfbml=1"></script><script type="text/javascript" async="" src="https://ssl.google-analytics.com/ga.js"></script><script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <script src="//images.ptt.cc/v2.10/bbs.js"></script> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-32365737-1']); _gaq.push(['_setDomainName', 'ptt.cc']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> </head> <body> <div id="fb-root"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/en_US/all.js#xfbml=1"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script> <div id="topbar-container"> <div id="topbar" class="bbs-content"> <a id="logo" href="/">批踢踢實業坊</a> <span>›</span> <a class="board" href="/bbs/Gossiping/index.html"><span class="board-label">看板 </span>Gossiping</a> <a class="right small" href="/about.html">關於我們</a> <a class="right small" href="/contact.html">聯絡資訊</a> </div> </div> <div id="navigation-container"> <div id="navigation" class="bbs-content"> <a class="board" href="/bbs/Gossiping/index.html">返回看板</a> <div class="bar"></div> <div class="share"> <span>分享</span> <div class="fb-like" data-send="false" data-layout="button_count" data-width="90" data-show-faces="false" data-href="http://www.ptt.cc/bbs/Gossiping/M.1419062752.A.7AC.html"></div> <div class="g-plusone" data-size="medium"></div> <script type="text/javascript"> window.___gcfg = {lang: 'zh-TW'}; (function() { var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true; po.src = 'https://apis.google.com/js/plusone.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s); })(); </script> </div> </div> </div> <div id="main-container"> <div id="main-content" class="bbs-screen bbs-content"><div class="article-metaline"><span class="article-meta-tag">作者</span><span class="article-meta-value">YahooTaiwan (超級喜歡剛力彩芽)</span></div><div class="article-metaline-right"><span class="article-meta-tag">看板</span><span class="article-meta-value">Gossiping</span></div><div class="article-metaline"><span class="article-meta-tag">標題</span><span class="article-meta-value">[問卦] 有沒有考績的八卦</span></div><div class="article-metaline"><span class="article-meta-tag">時間</span><span class="article-meta-value">Sat Dec 20 16:05:50 2014</span></div> 又到了年底打考績的時間 考績通常分為自評與主管評 考績的結果會直接關係到升遷/加薪/獎金 小妹自認這半年工作很認真 不知道把自己打為最高分會不會很不要臉 有沒有考績的八卦? -- Sent from my Windows -- <span class="f2">※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 180.218.164.71 </span><span class="f2">※ 文章網址: <a href="http://www.ptt.cc/bbs/Gossiping/M.1419062752.A.7AC.html" target="_blank" rel="nofollow">http://www.ptt.cc/bbs/Gossiping/M.1419062752.A.7AC.html</a> </span><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">lpbrother</span><span class="f3 push-content">: 你可以打一千分</span><span class="push-ipdatetime"> 12/20 16:06 </span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">alanlin1283</span><span class="f3 push-content">: 我要考積!!!</span><span class="push-ipdatetime"> 12/20 16:06 </span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">sumade5566</span><span class="f3 push-content">: 21世紀</span><span class="push-ipdatetime"> 12/20 16:06 </span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">tyrande</span><span class="f3 push-content">: 我喜歡以前的 香雞城..</span><span class="push-ipdatetime"> 12/20 16:06 </span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">milkyway168</span><span class="f3 push-content">: 主管的棒子+屬下的兩個奶子=100分</span><span class="push-ipdatetime"> 12/20 16:06 </span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">srwhite</span><span class="f3 push-content">: 點心文</span><span class="push-ipdatetime"> 12/20 16:06 </span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">lunhsuan</span><span class="f3 push-content">: 自評通常有做事打中上 沒做事就打剛好及格吧</span><span class="push-ipdatetime"> 12/20 16:07 </span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">KCKCLIN</span><span class="f3 push-content">: 有多少人認為考績公平正義的?XD更別說很多新人都要背考績</span><span class="push-ipdatetime"> 12/20 16:09 </span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">KCKCLIN</span><span class="f3 push-content">: 最差那個</span><span class="push-ipdatetime"> 12/20 16:09 </span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">amateuruser</span><span class="f3 push-content">: 烤鴨?</span><span class="push-ipdatetime"> 12/20 16:14 </span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">mermaidhan</span><span class="f3 push-content">: 鴨鴨戰隊</span><span class="push-ipdatetime"> 12/20 16:16 </span></div></div> <div id="article-polling" data-pollurl="/poll/Gossiping/M.1419062752.A.7AC.html?cacheKey=2052-1349331986&amp;offset=1555&amp;offset-sig=75891295f02b92cd54e64347dcbb13c4ae1a27f9" data-longpollurl="/v1/longpoll?id=245ab41b752bd26c5909025134e26b2d75974882" data-offset="1555">推文自動更新已關閉</div> <div class="bbs-screen bbs-footer-message">本網站已依台灣網站內容分級規定處理。此區域為限制級,未滿十八歲者不得瀏覽。</div> </div> </body></html>
iultimatez/PTTScraper
result/M.1419062752.A.7AC.html
HTML
mit
7,908
<?xml version="1.0"?> <div id="new-items-list-container"><ul id="new-items-list" class="pure-menu-list"><li class="pure-menu-item item-block" data-author="Robb, J. D., 1950- author." data-title="Apprentice in death /" data-language="eng" data-arrivaldate="10/31/2016 02:58"><a property="url" href="http://miami-primo.hosted.exlibrisgroup.com/primo_library/libweb/action/dlSearch.do?institution=01UOML&amp;vid=uml&amp;tab=default_tab&amp;search_scope=default_scope&amp;indx=1&amp;bulkSize=10&amp;query=any,contains,01UOML_ALMA21294969500002976"><span class="item-title-text" property="name">Apprentice in death /</span></a><div class="item-info"><p class="item-author" property="author">Robb, J. D., 1950- author.</p><p class="item-description" property="description">Library - Richter Library, Location - gbpm, Call number - PS3568.O243 A87 2016</p><p class="item-language"><span property="inLanguage">eng</span><span>375 pages ;;24 cm</span><span>BOOK</span></p><p class="item-arrivaldate"> Arrival date: 10/31/2016 02:58</p></div></li></ul></div>
UMiamiLibraries/newitems-app
app/alma-rss-to-html/BestsellersNewAcq_new_books_list.html
HTML
mit
1,067
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>basic_seq_packet_socket::bind (2 of 2 overloads)</title> <link rel="stylesheet" href="../../../../boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.75.2"> <link rel="home" href="../../../../index.html" title="Asio"> <link rel="up" href="../bind.html" title="basic_seq_packet_socket::bind"> <link rel="prev" href="overload1.html" title="basic_seq_packet_socket::bind (1 of 2 overloads)"> <link rel="next" href="../broadcast.html" title="basic_seq_packet_socket::broadcast"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table cellpadding="2" width="100%"><tr><td valign="top"><img alt="asio C++ library" width="250" height="60" src="../../../../asio.png"></td></tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="overload1.html"><img src="../../../../prev.png" alt="Prev"></a><a accesskey="u" href="../bind.html"><img src="../../../../up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../home.png" alt="Home"></a><a accesskey="n" href="../broadcast.html"><img src="../../../../next.png" alt="Next"></a> </div> <div class="section"> <div class="titlepage"><div><div><h5 class="title"> <a name="asio.reference.basic_seq_packet_socket.bind.overload2"></a><a class="link" href="overload2.html" title="basic_seq_packet_socket::bind (2 of 2 overloads)">basic_seq_packet_socket::bind (2 of 2 overloads)</a> </h5></div></div></div> <p> <span class="emphasis"><em>Inherited from basic_socket.</em></span> </p> <p> Bind the socket to the given local endpoint. </p> <pre class="programlisting"><span class="identifier">asio</span><span class="special">::</span><span class="identifier">error_code</span> <span class="identifier">bind</span><span class="special">(</span> <span class="keyword">const</span> <span class="identifier">endpoint_type</span> <span class="special">&amp;</span> <span class="identifier">endpoint</span><span class="special">,</span> <span class="identifier">asio</span><span class="special">::</span><span class="identifier">error_code</span> <span class="special">&amp;</span> <span class="identifier">ec</span><span class="special">);</span> </pre> <p> This function binds the socket to the specified endpoint on the local machine. </p> <h6> <a name="asio.reference.basic_seq_packet_socket.bind.overload2.h0"></a> <span><a name="asio.reference.basic_seq_packet_socket.bind.overload2.parameters"></a></span><a class="link" href="overload2.html#asio.reference.basic_seq_packet_socket.bind.overload2.parameters">Parameters</a> </h6> <div class="variablelist"> <p class="title"><b></b></p> <dl> <dt><span class="term">endpoint</span></dt> <dd><p> An endpoint on the local machine to which the socket will be bound. </p></dd> <dt><span class="term">ec</span></dt> <dd><p> Set to indicate what error occurred, if any. </p></dd> </dl> </div> <h6> <a name="asio.reference.basic_seq_packet_socket.bind.overload2.h1"></a> <span><a name="asio.reference.basic_seq_packet_socket.bind.overload2.example"></a></span><a class="link" href="overload2.html#asio.reference.basic_seq_packet_socket.bind.overload2.example">Example</a> </h6> <pre class="programlisting"><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span> <span class="identifier">socket</span><span class="special">.</span><span class="identifier">open</span><span class="special">(</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">v4</span><span class="special">());</span> <span class="identifier">asio</span><span class="special">::</span><span class="identifier">error_code</span> <span class="identifier">ec</span><span class="special">;</span> <span class="identifier">socket</span><span class="special">.</span><span class="identifier">bind</span><span class="special">(</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">endpoint</span><span class="special">(</span> <span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">v4</span><span class="special">(),</span> <span class="number">12345</span><span class="special">),</span> <span class="identifier">ec</span><span class="special">);</span> <span class="keyword">if</span> <span class="special">(</span><span class="identifier">ec</span><span class="special">)</span> <span class="special">{</span> <span class="comment">// An error occurred.</span> <span class="special">}</span> </pre> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p> Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>) </p> </div></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="overload1.html"><img src="../../../../prev.png" alt="Prev"></a><a accesskey="u" href="../bind.html"><img src="../../../../up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../home.png" alt="Home"></a><a accesskey="n" href="../broadcast.html"><img src="../../../../next.png" alt="Next"></a> </div> </body> </html>
dhh1128/intent
old/src/external/asio-1.10.2/doc/asio/reference/basic_seq_packet_socket/bind/overload2.html
HTML
mit
6,400
<<<<<<< HEAD <div> <br/> <div class="col-sm-6"> <label>Employee Id</label> <md-select placeholder="Employee Id" [(ngModel)]='pay_id'><!--getData function should call "AllowanceTableInfo()"--> <md-option *ngFor="let emp of emps" [value]="emp.value" (click)="selectedValue(emp);passTheEmployeeId()" > <!--employee get function local variable should be emp--> {{ emps.emp_id}} </md-option> </md-select> </div> <div class="col-sm-6"> <label>Employee Name</label> </div> <br/><br/><br/> <div class="col-sm-12" style="margin-top: 100px;"> <div class="panel panel-default panel-table"> <div class="panel-heading"> <div class="row"> <div class="col col-xs-6"> <h3 class="panel-title">Manage Allowance</h3> </div> <div class="col col-xs-6 text-right"> <md-select placeholder="Allowance Name"> <md-option *ngFor="let allo of allos" [value]="allo.value" (click)="selectedValue(allo.allowance_id)">{{ allo.allowance_name}} </md-option> </md-select> <button type="button" class="btn btn-sm btn-primary btn-create" (click)="setAllAllowanceInfo()">Add Allowance</button> ======= <div class="container"> <div class="payroll-dynamic-page"> <div class="row"> <div class="col-md-10 col-md-offset-1"> <div class="panel panel-default panel-table"> <div class="panel-heading"> <div class="row"> <div class="col col-xs-6"> <h3 class="panel-title">Manage Allowances</h3> </div> <div class="col col-xs-6 text-right"> <button type="button" class="btn btn-sm btn-primary btn-create" routerLink="/add-allowance">Add Allowance</button> >>>>>>> origin/master </div> </div> </div> <div class="panel-body"> <table class="table table-striped table-bordered table-list"> <thead> <tr> <th><em class="fa fa-cog"></em></th> <th class="hidden-xs">Allowance ID</th> <<<<<<< HEAD <th>Allowance Type</th> ======= <th>Allowance Name</th> <th>Is_enability to EPF(Y/N)</th> >>>>>>> origin/master <th>Amount</th> </tr> </thead> <tbody> <<<<<<< HEAD <tr *ngFor="let d of empallowance"><!--should asign local variable all the server side object should asign to the local variable in servie file--> ======= <tr> >>>>>>> origin/master <td align="center"> <a class="btn btn-default"><em class="fa fa-pencil"></em></a> <a class="btn btn-danger"><em class="fa fa-trash"></em></a> </td> <<<<<<< HEAD <td class="hidden-xs">{{d.allowance_id}}</td> <td>{{d.allowance_name}}</td> <td>{{d.amount}}</td> ======= <td class="hidden-xs">1</td> <td>Living Allowance</td> <td>Yes</td> <td>Rs.23000</td> >>>>>>> origin/master </tr> </tbody> </table> </div> <<<<<<< HEAD </div> </div> <div class="col-sm-12" > <div class="pull-right" style="margin-block-start:50px"> <label>Total Allowance: </label>{{sum}}<br/> <button class="btn btn-info">Save</button> </div> </div> </div> ======= <div class="panel-footer"> <div class="row"> <div class="col col-xs-4">Page 1 of 5 </div> <div class="col col-xs-8"> <ul class="pagination hidden-xs pull-right"> <li><a href="#">1</a></li> <li><a href="#">2</a></li> <li><a href="#">3</a></li> <li><a href="#">4</a></li> <li><a href="#">5</a></li> </ul> <ul class="pagination visible-xs pull-right"> <li><a href="#">�</a></li> <li><a href="#">�</a></li> </ul> </div> </div> </div> </div> </div> </div> </div> </div> >>>>>>> origin/master
sayanuIT/teds2
src/client/packages/payroll/manage-allowances/manage-allowance.component.html
HTML
mit
4,882
{% extends "base.html" %} {% load static %} {% load crispy_forms_filters %} {% block title %}Update Flow Cell Libraries{% endblock %} {% block content %} <h2>Update Flow Cell Libraries</h2> <form method="post"> {% crispy formset helper %} <div class="text-right mb-3"> <div class="btn-group" role="group"> <a role="button" class="btn btn-secondary" href="{% url 'flowcell_view' uuid=object.uuid %}"> <i class="fa fa-arrow-circle-left" aria-hidden="true"></i> Cancel </a> <button type="submit" name="submit_more" value="submit_more" class="btn btn-primary"> <i class="fa fa-plus" aria-hidden="true"></i> Save and add more </button> <button type="submit" name="submit" value="submit" class="btn btn-primary"> <i class="fa fa-check" aria-hidden="true"></i> Save </button> </div> </div> </form> {% endblock content %} {% block javascript %} {{ block.super }} <script type="text/javascript"> /* Convert from barcode <select> to barcode_set <select> id */ function barcodeToSet(barcodeId) { console.log('barcodeToSet(' + barcodeId + ')'); var num = barcodeId.slice(barcodeId.length - 1); console.log("num", num, typeof(num)); if (num != "2") num = ""; var name = barcodeId.slice(0, barcodeId.length - num.length); console.log('name ' + name + ", " + num.length); console.log('return ' + name + '_set' + num); return barcodeId.slice(0, barcodeId.length - num.length) + '_set' + num; } /* Convert from barcode_set <select> id to barcode <select> */ function barcodeSetToBarcode(barcodeId) { console.log('barcodeSetToBarcode(' + barcodeId + ')'); var num = barcodeId.slice(barcodeId.length - 1); if (num != "2") num = ""; console.log('num ' + num); console.log('return ' + barcodeId.substr(0, barcodeId.length - 4 - num.length) + num); return barcodeId.substr(0, barcodeId.length - 4 - num.length) + num; } /* Update barcode field for a given select barcode set field */ function barcodeSetUpdated(barcodeSetSelect) { var selectedValue = $(barcodeSetSelect).val(); var barcodeSelect = $('#' + barcodeSetToBarcode(barcodeSetSelect.attr('id'))); barcodeSelect.prop('disabled', !selectedValue); if (!selectedValue) { barcodeSelect.val(''); } else { barcodeSelect.find('option').each(function() { console.log($(this)); var dataSetId = $(this).attr('data-set-id'); console.log(dataSetId, barcodeSetSelect.val()); console.log(typeof(dataSetId), typeof(barcodeSetSelect.val())); console.log(dataSetId == barcodeSetSelect.val()); if (dataSetId == '' || dataSetId == barcodeSetSelect.val()) { $(this).show(); } else { $(this).hide(); } }); } } $(document).ready(function () { $('select.barcode-field, select.barcode-field2').each(function() { console.log('1', this); console.log('2', $(this).attr('id')); var barcodeSetId = '#' + barcodeToSet($(this).attr('id')); barcodeSetUpdated($(barcodeSetId)); }); $('select.barcode-set-field, select.barcode-set-field2').change( function() { barcodeSetUpdated($(this)); }); $('table thead tr th:last').after( '<th for="div_id_form-0-DELETE" class="control-label">Delete</th>'); }); </script> {% endblock %}
bihealth/flowcelltool
flowcelltool/flowcells/templates/flowcells/flowcell_updatelibraries.html
HTML
mit
3,745
<!DOCTYPE html> <head> <title>Larissa's DBC CULTURAL Blog</title> <meta charset="UTF-8"> <link rel="stylesheet" type="text/css" href="../stylesheets/blog-stylesheet.css"> </head> <main> <h1>Work It Out</h1> <h2>A guide to navigating and resolving conflict</h2> <h4>July 20, 2015</h4> <section> <p> (This blog post is currently being edited. Please check back soon!) </p> <p> </p> <p> </p> </section> </main>
MsLarissaaa/MsLarissaaa.github.io
blog/c8-conflict.html
HTML
mit
459
<!DOCTYPE html> <!--[if IEMobile 7]><html class="iem7 no-js" lang="en" dir="ltr"><![endif]--> <!--[if lt IE 7]><html class="lt-ie9 lt-ie8 lt-ie7 no-js" lang="en" dir="ltr"><![endif]--> <!--[if (IE 7)&(!IEMobile)]><html class="lt-ie9 lt-ie8 no-js" lang="en" dir="ltr"><![endif]--> <!--[if IE 8]><html class="lt-ie9 no-js" lang="en" dir="ltr"><![endif]--> <!--[if (gt IE 8)|(gt IEMobile 7)]><!--> <html class="no-js not-oldie" lang="en" dir="ltr"> <!--<![endif]--> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="HandheldFriendly" content="true" /> <link rel="shortcut icon" href="https://www.epa.gov/sites/all/themes/epa/favicon.ico" type="image/vnd.microsoft.icon" /> <meta name="MobileOptimized" content="width" /> <meta http-equiv="cleartype" content="on" /> <meta http-equiv="ImageToolbar" content="false" /> <meta name="viewport" content="width=device-width" /> <meta name="version" content="20161218" /> <!--googleon: all--> <meta name="DC.description" content="" /> <meta name="DC.title" content="" /> <title> A Model of the Transformations of Metal and Metal Oxide Nanoparticles in Freshwater Sediments: Exploring Critical Uncertainties and the Role of Sediments in Nanoparticle Risk Assessment| Research Project Database | Grantee Research Project | ORD | US EPA</title> <!--googleoff: snippet--> <meta name="keywords" content="" /> <link rel="shortlink" href="" /> <link rel="canonical" href="" /> <meta name="DC.creator" content="" /> <meta name="DC.language" content="en" /> <meta name="DC.Subject.epachannel" content="" /> <meta name="DC.type" content="" /> <meta name="DC.date.created" content="" /> <meta name="DC.date.modified" content="2014-10-23" /> <!--googleoff: all--> <link type="text/css" rel="stylesheet" href="https://www.epa.gov/misc/ui/jquery.ui.autocomplete.css" media="all" /> <link type="text/css" rel="stylesheet" href="https://www.epa.gov/sites/all/themes/epa/css/lib/jquery.ui.theme.css" media="all" /> <link type="text/css" rel="stylesheet" href="https://www.epa.gov/sites/all/libraries/template2/s.css" media="all" /> <!--[if lt IE 9]><link type="text/css" rel="stylesheet" href="https://www.epa.gov/sites/all/themes/epa/css/ie.css" media="all" /><![endif]--> <link rel="alternate" type="application/atom+xml" title="EPA.gov All Press Releases" href="https://www.epa.gov/newsreleases/search/rss" /> <link rel="alternate" type="application/atom+xml" title="EPA.gov Headquarters Press Releases" href="https://www.epa.gov/newsreleases/search/rss/field_press_office/headquarters" /> <link rel="alternate" type="application/atom+xml" title="Greenversations, EPA's Blog" href="https://blog.epa.gov/blog/feed/" /> <!--[if lt IE 9]><script src="https://www.epa.gov/sites/all/themes/epa/js/html5.js"></script><![endif]--> <style type="text/css"> /*This style needed for highlight link. Please do not remove*/ .hlText { font-family: "Arial"; color: red; font-weight: bold; font-style: italic; background-color: yellow; } .tblClass { font-size:smaller; min-width: 10%; line-height: normal; } </style> </head> <!-- NOTE, figure out body classes! --> <body class="node-type-(web-area|page|document|webform) (microsite|resource-directory)" > <!-- Google Tag Manager --> <noscript> <iframe src="//www.googletagmanager.com/ns.html?id=GTM-L8ZB" 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-L8ZB');</script> <!-- End Google Tag Manager --> <div class="skip-links"><a href="#main-content" class="skip-link element-invisible element-focusable">Jump to main content</a></div> <header class="masthead clearfix" role="banner"> <img class="site-logo" src="https://www.epa.gov/sites/all/themes/epa/logo.png" alt="" /> <hgroup class="site-name-and-slogan"> <h1 class="site-name"><a href="https://www.epa.gov/" title="Go to the home page" rel="home"><span>US EPA</span></a></h1> <div class="site-slogan">United States Environmental Protection Agency</div> </hgroup> <form class="epa-search" method="get" action="https://search.epa.gov/epasearch/epasearch"> <label class="element-hidden" for="search-box">Search</label> <input class="form-text" placeholder="Search EPA.gov" name="querytext" id="search-box" value=""/> <button class="epa-search-button" id="search-button" type="submit" title="Search">Search</button> <input type="hidden" name="fld" value="" /> <input type="hidden" name="areaname" value="" /> <input type="hidden" name="areacontacts" value="" /> <input type="hidden" name="areasearchurl" value="" /> <input type="hidden" name="typeofsearch" value="epa" /> <input type="hidden" name="result_template" value="2col.ftl" /> <input type="hidden" name="filter" value="sample4filt.hts" /> </form> </header> <section id="main-content" class="main-content clearfix" role="main"> <div class="region-preface clearfix"> <div id="block-pane-epa-web-area-connect" class="block block-pane contextual-links-region"> <ul class="menu utility-menu"> <li class="menu-item"><a href="https://www.epa.gov/research-grants/forms/contact-us-about-research-grants" class="menu-link contact-us">Contact Us</a></li> </ul> </div> </div> <div class="main-column clearfix"> <!--googleon: all--> <div class="panel-pane pane-node-content" > <div class="pane-content"> <div class="node node-page clearfix view-mode-full"> <div class="box multi related-info right clear-right" style="max-width:300px; font-size:14px;"><!--googleoff: index--> <!-- RFA Search start --> <h5 class="pane-title">Related Information</h5> <div class="pane-content"> <ul><li><a href="https://www.epa.gov/research-grants/">Research Grants</a></li> <li><a href="https://www.epa.gov/P3">P3: Student Design Competition</a></li> <li><a href="https://www.epa.gov/research-fellowships/">Research Fellowships</a></li> <li><a href="https://www.epa.gov/sbir/">Small Business Innovation Research (SBIR)</a></li> <li><a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/search.welcome">Grantee Research Project Results Search</a></li> </ul> </div> <!-- RFA Search End --><!--googleon: index--> </div> <a name="content"></a> <h2> A Model of the Transformations of Metal and Metal Oxide Nanoparticles in Freshwater Sediments: Exploring Critical Uncertainties and the Role of Sediments in Nanoparticle Risk Assessment</h2> <b>EPA Grant Number:</b> F13C20565<br /> <b>Title:</b> A Model of the Transformations of Metal and Metal Oxide Nanoparticles in Freshwater Sediments: Exploring Critical Uncertainties and the Role of Sediments in Nanoparticle Risk Assessment<br /> <b>Investigators:</b> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.investigatorInfo/investigator/14698"> Dale, Amy Lauren </a> <br /> <strong>Institution:</strong> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.institutionInfo/institution/4688"> <b>Carnegie Mellon University</b> </a> <br /> <strong>EPA Project Officer:</strong> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.investigatorInfo/investigator/7495"> Cobbs-Green, Gladys M. </a> <br /> <b>Project Period:</b> September 1, 2014 through September 1, 2016 <br /> <b>Project Amount:</b> $84,000 <br /> <b>RFA:</b> STAR Graduate Fellowships (2013) <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.rfatext/rfa_id/574">RFA Text</a>&nbsp;|&nbsp; <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/recipients.display/rfa_id/574">Recipients Lists</a> <br /> <b>Research Category:</b> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.researchCategory/rc_id/106">Academic Fellowships</a> , <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.researchCategory/rc_id/905">Fellowship - Environmental Risk Assessment</a> <br /> <br> <h3>Objective:</h3> This research employs computer simulations to describe the movement and transformation of potentially toxic metal and metal oxide nanoparticles once they are released to the environment during the manufacture, use, or disposal of antibacterial consumer goods produced by the emerging nanotechnology industry. These simulations focus on the strong association of nanoparticles with suspended sediments and soils, which facilitates their accumulation in river and lake beds. The models are used to explore the effect that natural variability in environmental conditions—such as stream flow, temperature, oxygen availability and pH—has on the toxicity, bioavailability and persistence of metal and metal oxide nanoparticles and their reaction by-products in sediment beds and overlying surface waters. <p></p> <h3>Approach:</h3> This research focuses on the development of two mathematical models to investigate the fate of three highly reactive nanoparticles—zinc oxide, copper oxide and silver—in terrestrial and aquatic environments. The first model, which is highly detailed and small in scale, focuses on the chemical transformations that nanoparticles and their reaction by-products (metal ions) undergo in the river beds and lake beds where they are expected to accumulate once released to the environment. The second model, which links an adaptation of the Chesapeake Bay Program Phase 5 Watershed Model to the U.S. EPA’s water quality model WASP7, is a watershedscale simulation that is informed by the sediment model and is designed to describe the fate of nanoparticles released to the James River basin in Virginia. Features of the model include geospatial information on the location and discharges of all permitted sewage treatment plants in the watershed; hourly rainfall patterns over a 20-year period; daily estimates of stream flow; data on agricultural and urban land use in the watershed; and a detailed description of sediment transport on the land surface and in the river network. <p></p> <h3>Expected Results:</h3> <p> This work will predict the ultimate location, concentration and form of silver, zinc oxide and copper oxide nanoparticles released to surface waters and sediments. Predictions will indicate whether the nanoparticles will be present in toxic forms at high enough concentrations to be of concern. Overall nanoparticle mobility in the environment is expected to be low, and most environmental toxicity will likely be observed in the sediments or at the sediment-water interface. Nanoparticle risk will depend heavily on such site-specific factors as pH, oxygen availability and sulfide availability. Nanoparticle concentrations in the stream will depend heavily on stream flow due to the impact of flow on sediment transport. Uncertainty analysis will be used to determine which uncertainties in model inputs have the greatest effect on model predictions, which will help prioritize future research.</p> <p> <strong>Potential to Further Environmental/Human Health Protection </strong></p> <p> This research aims to advance the emerging field of nanoparticle fate and transport modeling by adapting modeling frameworks historically developed for &ldquo;conventional&rdquo; or non-nano pollutants, such as metal salts and pesticides. These models will be used to shed light on the environmental transformation, toxicity and bioavailability of reactive metal and metal oxide nanoparticles under a wide range of environmental conditions. Results will be used to inform public policy and risk management decision making for this emerging class of potential environmental pollutants.</p> <p></p> <h3>Supplemental Keywords:</h3> <i>metal contamination, nanomaterials, risk assessment</i> <p /> </div> </div> </div> <div id="block-epa-og-footer" class="block block-epa-og"> <p class="pagetop"><a href="#content">Top of Page</a></p> <!--googleoff: all--> <p id="epa-og-footer"> The perspectives, information and conclusions conveyed in research project abstracts, progress reports, final reports, journal abstracts and journal publications convey the viewpoints of the principal investigator and may not represent the views and policies of ORD and EPA. Conclusions drawn by the principal investigators have not been reviewed by the Agency. </p> </div> <!--googleoff: all--> </div> </section> <nav class="nav simple-nav simple-main-nav" role="navigation"> <div class="nav__inner"> <h2 class="element-invisible">Main menu</h2> <ul class="menu" role="menu"> <li class="menu-item" id="menu-learn" role="presentation"><a href="https://www.epa.gov/environmental-topics" title="Learn about EPA's environmental topics to help protect the environment in your home, workplace, and community and EPA&#039;s research mission is to conduct leading-edge research and foster the sound use of science and technology." class="menu-link" role="menuitem">Environmental Topics</a></li> <li class="menu-item" id="menu-lawsregs" role="presentation"><a href="https://www.epa.gov/laws-regulations" title="Laws written by Congress provide the authority for EPA to write regulations. Regulations explain the technical, operational, and legal details necessary to implement laws." class="menu-link" role="menuitem">Laws &amp; Regulations</a></li> <li class="menu-item" id="menu-about" role="presentation"><a href="https://www.epa.gov/aboutepa" title="Learn more about: our mission and what we do, how we are organized, and our history." class="menu-link" role="menuitem">About EPA</a></li> </ul> </div> </nav> <footer class="main-footer clearfix" role="contentinfo"> <div class="main-footer__inner"> <div class="region-footer"> <div class="block block-pane block-pane-epa-global-footer"> <div class="row cols-3"> <div class="col size-1of3"> <div class="col__title">Discover.</div> <ul class="menu"> <li><a href="https://www.epa.gov/accessibility">Accessibility</a></li> <li><a href="https://www.epa.gov/aboutepa/administrator-gina-mccarthy">EPA Administrator</a></li> <li><a href="https://www.epa.gov/planandbudget">Budget &amp; Performance</a></li> <li><a href="https://www.epa.gov/contracts">Contracting</a></li> <li><a href="https://www.epa.gov/home/grants-and-other-funding-opportunities">Grants</a></li> <li><a href="https://www.epa.gov/ocr/whistleblower-protections-epa-and-how-they-relate-non-disclosure-agreements-signed-epa-employees">No FEAR Act Data</a></li> <li><a href="https://www.epa.gov/home/privacy-and-security-notice">Privacy and Security</a></li> </ul> </div> <div class="col size-1of3"> <div class="col__title">Connect.</div> <ul class="menu"> <li><a href="https://www.data.gov/">Data.gov</a></li> <li><a href="https://www.epa.gov/office-inspector-general/about-epas-office-inspector-general">Inspector General</a></li> <li><a href="https://www.epa.gov/careers">Jobs</a></li> <li><a href="https://www.epa.gov/newsroom">Newsroom</a></li> <li><a href="https://www.whitehouse.gov/open">Open Government</a></li> <li><a href="http://www.regulations.gov/">Regulations.gov</a></li> <li><a href="https://www.epa.gov/newsroom/email-subscriptions">Subscribe</a></li> <li><a href="https://www.usa.gov/">USA.gov</a></li> <li><a href="https://www.whitehouse.gov/">White House</a></li> </ul> </div> <div class="col size-1of3"> <div class="col__title">Ask.</div> <ul class="menu"> <li><a href="https://www.epa.gov/home/forms/contact-us">Contact Us</a></li> <li><a href="https://www.epa.gov/home/epa-hotlines">Hotlines</a></li> <li><a href="https://www.epa.gov/foia">FOIA Requests</a></li> <li><a href="https://www.epa.gov/home/frequent-questions-specific-epa-programstopics">Frequent Questions</a></li> </ul> <div class="col__title">Follow.</div> <ul class="social-menu"> <li><a class="menu-link social-facebook" href="https://www.facebook.com/EPA">Facebook</a></li> <li><a class="menu-link social-twitter" href="https://twitter.com/epa">Twitter</a></li> <li><a class="menu-link social-youtube" href="https://www.youtube.com/user/USEPAgov">YouTube</a></li> <li><a class="menu-link social-flickr" href="https://www.flickr.com/photos/usepagov">Flickr</a></li> <li><a class="menu-link social-instagram" href="https://instagram.com/epagov">Instagram</a></li> </ul> <p class="last-updated">Last updated on Thursday, October 23, 2014</p> </div> </div> </div> </div> </div> </footer> <script src="https://www.epa.gov/sites/all/libraries/template2/jquery.js"></script> <script src="https://www.epa.gov/sites/all/libraries/template/js.js"></script> <script src="https://www.epa.gov/sites/all/modules/custom/epa_core/js/alert.js"></script> <script src="https://www.epa.gov/sites/all/modules/contrib/jquery_update/replace/ui/ui/minified/jquery.ui.core.min.js"></script> <script src="https://www.epa.gov/sites/all/modules/contrib/jquery_update/replace/ui/ui/minified/jquery.ui.widget.min.js"></script> <script src="https://www.epa.gov/sites/all/modules/contrib/jquery_update/replace/ui/ui/minified/jquery.ui.position.min.js"></script> <script src="https://www.epa.gov/sites/all/modules/contrib/jquery_update/replace/ui/ui/minified/jquery.ui.autocomplete.min.js"></script> <!--[if lt IE 9]><script src="https://www.epa.gov/sites/all/themes/epa/js/ie.js"></script><![endif]--> <!-- REMOVE if not using --> <script language=javascript> <!-- // Activate cloak // pressing enter will not default submit the first defined button but the programmed defined button function chkCDVal(cdVal) { var isErr = true; try{ var CDParts = cdVal.split(','); var st = CDParts[0]; var cd = CDParts[1]; var objRegExp = new RegExp('[0-9][0-9]'); if (!isNaN(st)) { isErr = false; } if (!objRegExp.test(cd) || (cd.length>3)){ isErr = false; } } catch(err){ isErr = false; } return isErr; } function checkCongDist(cdtxt) { //alert(cdtxt.value); if (!chkCDVal(cdtxt.value)) { alert('Congressional District MUST be in the following format: state, district; example: Virginia, 08'); return false; } else { return true; } } function fnTrapKD(btn, event) { var btn = getObject(btn); if (document.all) { if (event.keyCode == 13) { event.returnValue=false;event.cancel = true;btn.click(); } } else { if (event.which == 13) { event.returnValue=false;event.cancelBubble = true;btn.click(); } } } function CheckFilter() { if (document.searchform.presetTopic.options[document.searchform.presetTopic.selectedIndex].value == 'NA'){ alert('You must select a subtopic. \n This item is not selectable'); document.searchform.presetTopic.options[0].selected = true; } } function openHelpWindow(url,title,scrollable) { var win = window.open(url,"title",'width=300,height=220,left=320,top=150,resizable=1,scrollbars='+scrollable+',menubar=no,status=no'); win.focus(); } function openNewWindow(url,title,scrollable) { var win = window.open(url,"title",'width=300,height=220,left=320,top=150,resizable=1,scrollbars='+scrollable+',menubar=no,status=no'); } function openNewWindow(url,title) { var win = window.open(url,"title",'width=300,height=220,left=320,top=150,resizable=1,scrollbars=no,menubar=no,status=no'); } function openNewMapWindow(url,title) { var win = window.open(url,"title",'width=800,height=450,left=320,top=150,resizable=1,scrollbars=no,menubar=no,status=no'); } function openNoticeWindow(url,title) { var win = window.open(url,"title",'width=300,height=150,left=500,top=150,resizable=1,scrollbars=no,menubar=no,status=no'); } function openNewSearchWindow(site,subj) { title = 'window'; var win = window.open('https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.pubsearch/site/' + site + '/redirect/' + subj,"title",'width=640,height=480,resizable=1,scrollbars=yes,menubar=yes,status=no'); } function autoCheck(name) { document.forms['thisForm'].elements[name].checked = true; } function alertUser() { var ok = alert("This search might take longer than expected. Please refrain from hitting the refresh or reload button on your browser. The search results will appear after the search is complete. Thank you."); } function closePopupWindow(redirectUrl) { opener.location = redirectUrl; opener.focus(); this.close(); } //--> </script> </body> </html>
1wheel/scraping
epa-grants/research/raw/10386.html
HTML
mit
22,808
<div class="container" data-ng-controller="HeaderController"> <div class="navbar-header"> <div class="row"> <div class="col-xs-6" data-ng-hide="authentication.user"> <a href="/#!/" class="navbar-brand"><img src="./modules/core/img/brand/logo.png"style="opacity: 0.8;width: 50%;" alt="logo"></a> </div> <div class="col-xs-6" data-ng-show="authentication.user"> <a href="/#!/activities" class="navbar-brand"><img src="./modules/core/img/brand/logo.png"style="opacity: 0.8;width: 50%;" alt="logo"></a> </div> <div class="col-xs-6"> <button class="navbar-toggle" type="button" data-ng-click="toggleCollapsibleMenu()"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> </div> </div> </div> <nav class="collapse navbar-collapse" collapse="!isCollapsed" role="navigation"> <!-- <ul class="nav navbar-nav" data-ng-if="menu.shouldRender(authentication.user);"> <li data-ng-repeat="item in menu.items | orderBy: 'position'" data-ng-if="item.shouldRender(authentication.user);" ng-switch="item.menuItemType" ui-route="{{item.uiRoute}}" class="{{item.menuItemClass}}" ng-class="{active: ($uiRoute)}" dropdown="item.menuItemType === 'dropdown'"> <a ng-switch-when="dropdown" class="dropdown-toggle"> <span data-ng-bind="item.title"></span> <b class="caret"></b> </a> <ul ng-switch-when="dropdown" class="dropdown-menu"> <li data-ng-repeat="subitem in item.items | orderBy: 'position'" data-ng-if="subitem.shouldRender(authentication.user);" ui-route="{{subitem.uiRoute}}" ng-class="{active: $uiRoute}"> <a href="/#!/{{subitem.link}}" data-ng-bind="subitem.title"></a> </li> </ul> <a ng-switch-default href="/#!/{{item.link}}" data-ng-bind="item.title"></a> </li> </ul> --> <ul class="nav navbar-nav navbar-right" data-ng-hide="authentication.user"> <li ui-route="/signup" ng-class="{active: $uiRoute}"> <a href="/#!/signup">Sign Up</a> </li> <li class="divider-vertical"></li> <li ui-route="/signin" ng-class="{active: $uiRoute}"> <a href="/#!/signin">Sign In</a> </li> </ul> <ul class="nav navbar-nav navbar-right" data-ng-show="authentication.user"> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"> <span data-ng-bind="authentication.user.displayName"></span> <b class="caret"></b> </a> <ul class="dropdown-menu"> <li> <a href="/#!/settings/profile">Edit Profile</a> </li> <!-- <li> <a href="/#!/settings/accounts">Manage Social Accounts</a> </li> --> <li data-ng-show="authentication.user.provider === 'local'"> <a href="/#!/settings/password">Change Password</a> </li> <li class="divider"></li> <li> <a href="/auth/signout">Signout</a> </li> </ul> </li> </ul> </nav> </div>
hoeselm/kicklog
public/modules/core/views/header.client.view.html
HTML
mit
2,964
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Task 3 - Handlebars</title> <link rel="stylesheet" href="styles.css"> </head> <body> <div id="book-items-container"> </div> <div id="book-details-container"> </div> <script id="books-list-template" type='text/x-handlebars-template'> <ul class="books-list"> {{#books}} <li class="book-item"> <a href="#" data-id="{{id}}"> <strong class="book-title">{{title}}</strong><span class="author">by {{author}}</span> </a> </li> {{/books}} </ul> </script> <script id="book-details-template" type='text/x-handlebars-template'> <div class="book-details"> <h2 class="book-title"> {{title}} </h2> <p><span class="isbn">{{isbn}}</span></p> <p>Published on <span class="publish-date">{{publicationDate}}</span></p> <p class="description">{{description}}</p> </div> </script> <script src="handlebars.min.js"></script> <script src="scripts.js"></script> </body> </html>
ilievv/Telerik
Exam Preparation/JavaScript UI & DOM/Sample-Exam-2/task-3/task-files/index.html
HTML
mit
975
<!doctype html> <html class="no-js" lang=""> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>Shoreline Lake - Intermediate Sailing</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- Place favicon.ico and apple-touch-icon(s) in the root directory --> <link rel="apple-touch-icon" sizes="57x57" href="/apple-touch-icon-57x57.png"> <link rel="apple-touch-icon" sizes="60x60" href="/apple-touch-icon-60x60.png"> <link rel="apple-touch-icon" sizes="72x72" href="/apple-touch-icon-72x72.png"> <link rel="apple-touch-icon" sizes="76x76" href="/apple-touch-icon-76x76.png"> <link rel="apple-touch-icon" sizes="114x114" href="/apple-touch-icon-114x114.png"> <link rel="apple-touch-icon" sizes="120x120" href="/apple-touch-icon-120x120.png"> <link rel="apple-touch-icon" sizes="144x144" href="/apple-touch-icon-144x144.png"> <link rel="apple-touch-icon" sizes="152x152" href="/apple-touch-icon-152x152.png"> <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon-180x180.png"> <link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32"> <link rel="icon" type="image/png" href="/android-chrome-192x192.png" sizes="192x192"> <link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96"> <link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16"> <link rel="manifest" href="/manifest.json"> <meta name="msapplication-TileColor" content="#da532c"> <meta name="msapplication-TileImage" content="/mstile-144x144.png"> <meta name="theme-color" content="#ffffff"> <link rel="stylesheet" href="css/main.css"> </head> <body id="inter-sail"> <div class="page-wrap"> <!--[if lt IE 8]> <p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p> <![endif]--> include "header.html" <section class="subbar"> <h2> <span><a href="sailing.html">sailing</a></span> intermediate sailing </h2> </section> <section class="body-content"> <!-- Push Wrapper --> <div class="mp-pusher" id="mp-pusher"> <!-- mp-menu --> include "nav.html" <!-- /mp-menu --> <section class="body-container"> <img src="../img/hero-img/inter-hero.jpg" alt="Intermediate Sailing"> <section class="main"> include "inter-sail-content.html" </section> <aside class="sidebar"> <ul> <li> <img src="../img/aside/sail-1.jpg" alt="The main boathouse"> </li> <li> <img src="../img/aside/sail-2.jpg" alt="Intermediate Sailing"> </li> </ul> </aside> </section> </div><!-- pusher --> </section> </div> <script src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <script src="js/main.js"></script> <script>document.write('<script src="http://' + (location.host || 'localhost') .split(':')[0] + ':1337/livereload.js?snipver=1"></' + 'script>')</script> </body> </html>
natewscott/shoreline
intermediate_sailing.html
HTML
mit
3,426
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_112-google-v7) on Mon Dec 18 13:35:09 PST 2017 --> <title>ConfigurationV25</title> <meta name="date" content="2017-12-18"> <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="ConfigurationV25"; } } catch(err) { } //--> var methods = {"i0":9,"i1":9}; var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-all.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../org/robolectric/android/Bootstrap.html" title="class in org.robolectric.android"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../org/robolectric/android/DeviceConfig.html" title="class in org.robolectric.android"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?org/robolectric/android/ConfigurationV25.html" target="_top">Frames</a></li> <li><a href="ConfigurationV25.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">org.robolectric.android</div> <h2 title="Class ConfigurationV25" class="title">Class ConfigurationV25</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>org.robolectric.android.ConfigurationV25</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <hr> <br> <pre>public class <span class="typeNameLabel">ConfigurationV25</span> extends java.lang.Object</pre> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../../org/robolectric/android/ConfigurationV25.html#ConfigurationV25--">ConfigurationV25</a></span>()</code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code>static java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/android/ConfigurationV25.html#resourceQualifierString-android.content.res.Configuration-android.util.DisplayMetrics-">resourceQualifierString</a></span>(android.content.res.Configuration&nbsp;config, android.util.DisplayMetrics&nbsp;displayMetrics)</code> <div class="block">Returns a string representation of the configuration that can be parsed by build tools (like AAPT).</div> </td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>static java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/android/ConfigurationV25.html#resourceQualifierString-android.content.res.Configuration-android.util.DisplayMetrics-boolean-">resourceQualifierString</a></span>(android.content.res.Configuration&nbsp;config, android.util.DisplayMetrics&nbsp;displayMetrics, boolean&nbsp;includeSdk)</code>&nbsp;</td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="ConfigurationV25--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>ConfigurationV25</h4> <pre>public&nbsp;ConfigurationV25()</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="resourceQualifierString-android.content.res.Configuration-android.util.DisplayMetrics-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>resourceQualifierString</h4> <pre>public static&nbsp;java.lang.String&nbsp;resourceQualifierString(android.content.res.Configuration&nbsp;config, android.util.DisplayMetrics&nbsp;displayMetrics)</pre> <div class="block"><p>Returns a string representation of the configuration that can be parsed by build tools (like AAPT).</p></div> </li> </ul> <a name="resourceQualifierString-android.content.res.Configuration-android.util.DisplayMetrics-boolean-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>resourceQualifierString</h4> <pre>public static&nbsp;java.lang.String&nbsp;resourceQualifierString(android.content.res.Configuration&nbsp;config, android.util.DisplayMetrics&nbsp;displayMetrics, boolean&nbsp;includeSdk)</pre> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-all.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage"><script type="text/javascript" src="../../../highlight.pack.js"></script> <script type="text/javascript"><!-- hljs.initHighlightingOnLoad(); //--></script></div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../org/robolectric/android/Bootstrap.html" title="class in org.robolectric.android"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../org/robolectric/android/DeviceConfig.html" title="class in org.robolectric.android"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?org/robolectric/android/ConfigurationV25.html" target="_top">Frames</a></li> <li><a href="ConfigurationV25.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
robolectric/robolectric.github.io
javadoc/3.6/org/robolectric/android/ConfigurationV25.html
HTML
mit
10,972
@main("Ruby Programming Language"){ <div class="row"> <div class="col-sm-8" style="padding-top: 7%;"> <p> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi varius, libero molestie accumsan tempor, tellus ipsum pretium nulla, sit amet faucibus dolor nunc at velit. Maecenas ornare ut magna id pretium. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent a nisi ante. Proin aliquet erat nisi. Aenean mauris arcu, commodo eget erat sed, lobortis rhoncus tortor. Nulla dictum arcu sit amet facilisis varius. Donec venenatis maximus velit rhoncus euismod. Maecenas blandit facilisis sem, nec lobortis nunc dignissim nec. </p> <br> <p> Sed elementum varius nibh fermentum iaculis. Ut sit amet quam a tortor tempor ullamcorper et in nisl. Aenean sodales est eros, id dictum mi bibendum ac. Integer non ex a elit tempus interdum a eget massa. Etiam sagittis diam aliquet facilisis aliquam. Nunc a malesuada leo. Maecenas eu est iaculis, luctus mi in, fringilla nunc. Sed tincidunt vitae lacus quis ornare. Sed convallis tortor vel tellus tincidunt, vel pulvinar tellus elementum. Nunc sit amet libero at nibh sollicitudin vehicula. Nam accumsan volutpat magna non ornare. Maecenas mattis, leo id pretium posuere, orci lacus tristique diam, id fringilla mauris urna non turpis. Morbi tincidunt augue id scelerisque sagittis. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Lorem ipsum dolor sit amet, consectetur adipiscing elit. </p> <br> <p> Aliquam ante ipsum, malesuada et risus quis, ultrices euismod tellus. Nam vel aliquet mauris, aliquet aliquet mauris. Ut eget diam eget justo lacinia rhoncus id eget ex. Sed dapibus eros sed tempor convallis. Praesent in turpis sed felis luctus eleifend eget egestas purus. Aenean nec libero et sapien rutrum ultrices eu vel mauris. Suspendisse a bibendum eros. Vivamus sed purus enim. Morbi varius porta sem in pretium. Quisque non porta nibh. Cras ac nisi eros. Fusce nibh dolor, mollis in sollicitudin finibus, ultricies quis tortor. Vivamus sollicitudin, leo id consectetur scelerisque, justo magna sollicitudin turpis, vel tristique justo lectus sed risus. Integer scelerisque orci nec ex euismod, a cursus elit consequat. </p> </div> <div class="col-sm-4"><img class="img-responsive" src="@routes.Assets.versioned("img/ruby.png")" style="padding-top: 30%;" class="img-rounded" alt="Cinque Terre" width="304" height="236"></div> </div> }
cwrobertson/WebApp
app/views/RubyPage.scala.html
HTML
mit
2,594