path
stringlengths
5
312
repo_name
stringlengths
5
116
content
stringlengths
2
1.04M
public/Windows 10 x64 (19041.208) 2004/_MMSUPPORT_SHARED.html
epikcraw/ggool
<html><body> <h4>Windows 10 x64 (19041.208) 2004</h4><br> <h2>_MMSUPPORT_SHARED</h2> <font face="arial"> +0x000 WorkingSetLock : Int4B<br> +0x004 GoodCitizenWaiting : Int4B<br> +0x008 ReleasedCommitDebt : Uint8B<br> +0x010 ResetPagesRepurposedCount : Uint8B<br> +0x018 WsSwapSupport : Ptr64 Void<br> +0x020 CommitReleaseContext : Ptr64 Void<br> +0x028 AccessLog : Ptr64 Void<br> +0x030 ChargedWslePages : Uint8B<br> +0x038 ActualWslePages : Uint8B<br> +0x040 WorkingSetCoreLock : Uint8B<br> +0x048 ShadowMapping : Ptr64 Void<br> </font></body></html>
public/Windows 10 x64 (18362.476)/_MI_PROCESS_STATE.html
epikcraw/ggool
<html><body> <h4>Windows 10 x64 (18362.476)</h4><br> <h2>_MI_PROCESS_STATE</h2> <font face="arial"> +0x000 SystemDllBase : Ptr64 Void<br> +0x008 ColorSeed : Uint4B<br> +0x00c RotatingUniprocessorNumber : Int4B<br> +0x010 CriticalSectionTimeout : <a href="./_LARGE_INTEGER.html">_LARGE_INTEGER</a><br> +0x018 ProcessList : <a href="./_LIST_ENTRY.html">_LIST_ENTRY</a><br> +0x028 SharedUserDataPte : [2] Ptr64 <a href="./_MMPTE.html">_MMPTE</a><br> +0x038 HypervisorSharedVa : Ptr64 Void<br> +0x040 VadSecureCookie : Uint8B<br> </font></body></html>
ynot/django/layouts/static/css/layouts-holy-grail.css
durandj/ynot-django
body { display: flex; flex-direction: column; min-height: 100vh; } .ynot-layouts-holy-grail-body { display: flex; flex-grow: 1; flex-direction: row; } .ynot-layouts-holy-grail-body .ynot-layouts-holy-grail-left-gutter, .ynot-layouts-holy-grail-body .ynot-layouts-holy-grail-right-gutter { flex: 0 0 25vw; max-width: 400px; } .ynot-layouts-holy-grail-body main { flex-grow: 1; }
_site/java/2012/11/16/java-thread-base.html
kinglyjn/kinglyjn.github.io
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta content="java多线程基础" name="description"> <meta name="keywords" content="java多线程基础,多线程,thread,java,kinglyjn"> <meta name="author" content="KinglyJn"> <title> KinglyJn|java多线程基础 </title> <!-- favicon --> <link rel="shortcut icon" href="static/img/favicon.ico"> <!-- Third-party CSS --> <link href="/bower_components/normalize-css/normalize.min.css" rel="stylesheet"> <link href="/bower_components/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet"> <link href="/bower_components/animate.css/animate.min.css" rel="stylesheet"> <link href="/bower_components/components-font-awesome/css/font-awesome.min.css" rel="stylesheet"> <link href="/static/font-mfizz/font-mfizz.css" rel="stylesheet"> <!-- <link href="/bower_components/toastr/toastr.min.css" rel="stylesheet"> --> <link href="/bower_components/jquery.gritter/css/jquery.gritter.css" rel="stylesheet"> <link rel="stylesheet" href="/search/css/cb-search.css"> <!-- Custom styles for this template --> <link href="/static/css/style.min.css" rel="stylesheet"> <link href="/static/css/pygments.css" rel="stylesheet"> <!-- Scripts --> <script src="/bower_components/jquery/dist/jquery.min.js"></script> <script src="/search/js/bootstrap3-typeahead.min.js"></script> <!-- cb-search --> <script src="/search/js/cb-search.js"></script> <script> $(function(){ $("pre").css('display','block'); }); </script> <!-- Mainly scripts --> <script src="/bower_components/bootstrap/dist/js/bootstrap.min.js"></script> <script src="/bower_components/metisMenu/dist/metisMenu.min.js"></script> <script src="/bower_components/jquery-slimscroll/jquery.slimscroll.min.js"></script> <!-- Peity --> <script src="/bower_components/peity/jquery.peity.min.js"></script> <script src="/bower_components/PACE/pace.min.js"></script> <script src="/bower_components/wow/dist/wow.min.js"></script> <!-- Custom and plugin javascript --> <script src="/static/js/inspinia.js"></script> <!-- Rickshaw --> <script src="/bower_components/rickshaw/vendor/d3.v3.js"></script> <script src="/bower_components/rickshaw/rickshaw.min.js"></script> <!-- jPages --> <script src="/static/js/jPages.js"></script> <script src="/static/js/js.js"></script> <script type="text/javascript"> $(function(){ /* initiate the plugin */ $("div.pag-holder").jPages({ containerID : "pag-itemContainer", perPage : 10, /* num of items per page */ startPage : 1, startRange : 1, midRange : 3, endRange : 1 }); $("div.pag-jump button").click(function(){ var page = parseInt($("div.pag-jump input").val()); $("div.pag-holder").jPages(page); }); $("div.pag-jump input").on("keypress", function(){ var e=e||window.event; if (e.keyCode == 13) { var page = parseInt($("div.pag-jump input").val()); $("div.pag-holder").jPages(page); } }); }); </script> <!-- GrowingIO --> <script> var _vds = _vds || []; window._vds = _vds; (function(){ _vds.push(['setAccountId', 'a49d4901c7853da9']); (function() { var vds = document.createElement('script'); vds.type='text/javascript'; vds.async = true; vds.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'dn-growing.qbox.me/vds.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(vds, s); })(); })(); </script> </head> <body id="page-top" class="landing-page"> <!--修复手机端横轴方向左右滑动BUG--> <style type="text/css"> .landing-page .row { margin-left: 0px; margin-right: 0px; } </style> <div class="search-tool" style="position: fixed; top: 0px ; bottom: 0px; left: 0px; right: 0px; opacity: 0.95; background-color: #111111; z-index: 9999; display: none;"> <input type="text" class="form-control search-content" id="search-content" style="position: fixed; top: 60px" placeholder="Search Blog"> <div style="position: fixed; top: 16px; right: 16px; z-index: 9999;"> <img src="/search/img/cb-close.png" id="close-btn"/> </div> </div> <div style="position: fixed; right: 16px; bottom: 20px; z-index: 9999;"> <img src="/search/img/cb-search.png" id="search-btn" title="Double click Ctrl"/> </div> <div class="navbar-wrapper"> <nav class="navbar navbar-default navbar-fixed-top" role="navigation"> <div class="container"> <div class="navbar-header page-scroll"> <button type="button" class="navbar-toggle 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="/">KinglyJn</a> </div> <div id="navbar" class="navbar-collapse collapse"> <ul class="nav navbar-nav navbar-right"> <li><a class="page-scroll" href="/blog/"></a></li> <li> <a class="page-scroll" href="/blog/">Blog</a></li> <li> <a class="page-scroll" href="/linux/">Linux</a></li> <li> <a class="page-scroll" href="/cloud/">Cloud</a></li> <li> <a class="page-scroll" href="/java/">Java</a></li> <li> <a class="page-scroll" href="/c/">C</a></li> <li> <a class="page-scroll" href="/py/">Py</a></li> <li> <a class="page-scroll" href="/php/">PHP</a></li> <li> <a class="page-scroll" href="/db/">DB</a></li> <li> <a class="page-scroll" href="/htmlx/">HTMLX</a></li> <li> <a class="page-scroll" href="/life/">Life</a></li> <li> <a class="page-scroll" href="/art/">Art</a></li> <li> <a class="page-scroll" href="/other/">Other</a></li> </ul> </div> </div> </nav> </div> <div id="inSlider" class="carousel carousel-fade" data-ride="carousel"> <div style="position:absolute;float:left;left:25%;z-index:15;width:50%;margin-bottom:18%;bottom:0;text-align:center;list-style:none;"> <span style="color:white;font-size:24px;">以平实之心写作</span><br> <span style="color:white;font-size:13px;">writing with simple heart ♬. </span> </div> <!-- <ol class="carousel-indicators"> <li data-target="#inSlider" data-slide-to="0" class="active"></li> <li data-target="#inSlider" data-slide-to="1"></li> </ol> --> <div class="carousel-inner" role="listbox"> <div class="item active"> <div class="container"> <div class="carousel-caption"> </div> <div class="carousel-image wow zoomIn"> <!-- <img src="static/img/landing/laptop.png" alt="laptop"/> --> </div> </div> <!-- Set background for slide in css --> <div class="header-back blog-one"></div> </div> <!-- <div class="item"> <div class="container"> <div class="carousel-caption blank"> </div> </div> Set background for slide in css <div class="header-back two"></div> </div> --> </div> <!-- <a class="left carousel-control" href="#inSlider" role="button" data-slide="prev"> <span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span> <span class="sr-only">Previous</span> </a> <a class="right carousel-control" href="#inSlider" role="button" data-slide="next"> <span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span> <span class="sr-only">Next</span> </a> --> </div> <div class="wrapper wrapper-content animated fadeInRight article"> <div class="row"> <div class="col-lg-10 col-lg-offset-1"> <div class="ibox"> <div class="ibox-content"> <div class="pull-right"> <button class="btn btn-white btn-xs" type="button">Java</button> </div> <div class="text-center article-title" style="margin-bottom:50px;"> <h1> java多线程基础 </h1> <a href="http://www.keyllo.com/studio/"> <span class="text-muted"><i class="fa fa-user"></i> KinglyJn</span> </a> &nbsp;&nbsp;&nbsp;&nbsp; <span class="text-muted"><i class="fa fa-clock-o"></i> 2012-11-16</span> </div> <h3 id="多线程与并发的概念">多线程与并发的概念</h3> <p>首先,我们来介绍一下并发的基本概念和原理。对于现代操作系统来说,大部分操作系统都是多任务操作系统。什么是“多任务”呢?指的是每个系统在同时能够运行多个进程。例如,在windows中,可能开着一个Word窗口写文档,开着一个eclipse写代码,开着一个QQ聊天,开着一个IE浏览网页,开着一个Winamp听歌……这就意味着,在一个操作系统中,同时有多个程序在内存中运行着。每一个运行着的程序,就是操作系统中运行着的一个任务,也就是我们所说的“进程”。例如,在windows中,可以通过“任务管理器”来查看系统中有多少进程正在运行。<br /></p> <p>一个操作系统中可以同时运行多个进程,这就是进程的并发。<br /></p> <p>CPU执行多任务的原理:(操作系统多进程的概念)<br /> 利用很短的CPU时间片运行程序,在多个程序之间进行CPU时间片的进行快速切换。可以把这种运行方式总结成为一句话:宏观上并行,微观上串行。这是说,从宏观上来看,一个系统同时运行多个程序,这些程序是并行执行的;而从微观上说,每个时刻都只有一个程序在运行,这些程序是串行执行的。 <br /></p> <p>由于Java代码是运行在JVM中的,对于某个操作系统来说,一个JVM就相当于一个进程。而Java代码不能够越过JVM直接与操作系统打交道,因此,Java语言中没有多进程的概念。也就是说,我们无法通过Java代码写出一个多进程的程序来。<br /></p> <p>Java中的并发,采用的是线程的概念。简单的来说,一个操作系统可以同时运行多个程序,也就是说,一个系统并发多个进程;而对于每个进程来说,可以同时运行多个线程,也就是:一个进程并发多个线程。<br /></p> <p>从上面的描述上我们可以看出,线程就是在一个进程中并发运行的一个程序流程。当若干的CPU时间片分配给JVM进程的时候,系统还可以把时间片进一步细分,分给JVM中的每一个线程来执行,从而达到“宏观上并行,微观上串行”的线程执行效果。<br /></p> <p>目前为止,我们见到的Java程序只有一个线程,也就是说,只有一个程序执行流程。这个流程从main方法的第一行开始执行,以main方法的退出作为结束。这个线程我们称之为“主线程”。<br /></p> <p><span style="color:red;">一个线程运行需要的条件(CPU、代码、数据)</span> <br /></p> <p>首先,必须要给线程赋予代码。通俗的来说,就是必须要为线程写代码。这些代码是说明,启动线程之后,这个线程完成了什么功能,我们需要这个线程来干什么。<br /></p> <p>其次,为了能够运行,线程需要获得CPU。只有获得了CPU之后,线程才能真正启动并且执行线程的代码。CPU的调度工作是由操作系统来完成的。<br /></p> <p>第三,运行线程时,线程必须要获得数据。也就是说,在进行运算的时候,线程需要从内存空间中获得数据。关于线程的数据,有一个结论,叫做“堆空间共享,栈空间独立”。所谓的“堆空间”,保存的是我们利用new关键字创建出来的对象;而所谓的栈空间,保存的是程序运行时的局部变量。“堆空间共享,栈空间独立”的意思是:多线程之间共享同一个堆空间,而每个线程又拥有各自独立的栈空间。因此,运行程序时,多个不同线程能够访问相同的对象,但是多个不同线程彼此之间的局部变量是独立的,不可能出现多个线程访问同一个局部变量的情况。<br /></p> <p>CPU、代码、数据,是线程运行时所需要的三大条件。在这三大条件中,CPU是操作系统分配的,Java程序员无法控制;数据这部分,需要把握住“堆空间共享,栈空间独立”的概念(关于这个概念,我们在后面还会继续提到);而下面一个章节,将为大家介绍,如何为线程赋予代码。<br /></p> <p>为线程赋予代码的两种方法:<span style="color:red;">继承Thread类,实现Runnable接口</span><br /></p> <p>1.用java.lang.Thread类为线程赋予代码:<br /></p> <div class="language-java highlighter-rouge"><pre class="highlight"><code><span class="kd">class</span> <span class="nc">MyThread1</span> <span class="kd">extends</span> <span class="n">Thread</span><span class="o">{</span> <span class="kd">public</span> <span class="kt">void</span> <span class="nf">run</span><span class="o">(){</span> <span class="k">for</span><span class="o">(</span><span class="kt">int</span> <span class="n">i</span> <span class="o">=</span> <span class="mi">1</span><span class="o">;</span> <span class="n">i</span><span class="o">&lt;=</span><span class="mi">1000</span><span class="o">;</span> <span class="n">i</span><span class="o">++){</span> <span class="n">System</span><span class="o">.</span><span class="na">out</span><span class="o">.</span><span class="na">println</span><span class="o">(</span><span class="n">i</span> <span class="o">+</span> <span class="s">" $$$"</span><span class="o">);</span> <span class="o">}</span> <span class="o">}</span> <span class="o">}</span> <span class="kd">class</span> <span class="nc">MyThread2</span> <span class="kd">extends</span> <span class="n">Thread</span><span class="o">{</span> <span class="kd">public</span> <span class="kt">void</span> <span class="nf">run</span><span class="o">(){</span> <span class="k">for</span><span class="o">(</span><span class="kt">int</span> <span class="n">i</span> <span class="o">=</span> <span class="mi">1</span><span class="o">;</span> <span class="n">i</span><span class="o">&lt;=</span><span class="mi">1000</span><span class="o">;</span> <span class="n">i</span><span class="o">++){</span> <span class="n">System</span><span class="o">.</span><span class="na">out</span><span class="o">.</span><span class="na">println</span><span class="o">(</span><span class="n">i</span> <span class="o">+</span> <span class="s">" ###"</span><span class="o">);</span> <span class="o">}</span> <span class="o">}</span> <span class="o">}</span> </code></pre> </div> <p>上面的代码中,我们定义了两个线程类,并为这两个线程类赋予了代码。有了这两个线程类之后,我们就可以利用这两个类来创建和处理线程了。那应该如何利用自定义的线程类来创建新线程呢? 首先,应当利用自定义的线程类创建线程对象,之后,调用线程的start(),就能够启动新线程。注意,在我们自定义的线程类中,并没有自己添加start 方法,这个方法是从Thread类中继承来的。相关代码如下:</p> <div class="language-java highlighter-rouge"><pre class="highlight"><code><span class="kd">public</span> <span class="kd">class</span> <span class="nc">TestThread</span><span class="o">{</span> <span class="kd">public</span> <span class="kd">static</span> <span class="kt">void</span> <span class="nf">main</span><span class="o">(</span><span class="n">String</span> <span class="n">args</span><span class="o">[]){</span> <span class="n">Thread</span> <span class="n">t1</span> <span class="o">=</span> <span class="k">new</span> <span class="n">MyThread1</span><span class="o">();</span> <span class="n">Thread</span> <span class="n">t2</span> <span class="o">=</span> <span class="k">new</span> <span class="n">MyThread2</span><span class="o">();</span> <span class="n">t1</span><span class="o">.</span><span class="na">start</span><span class="o">();</span> <span class="n">t2</span><span class="o">.</span><span class="na">start</span><span class="o">();</span> <span class="o">}</span> <span class="o">}</span> <span class="c1">//运行结果:</span> <span class="mi">0</span><span class="err">$$$</span> <span class="mi">0</span><span class="err">###</span> <span class="mi">1</span><span class="err">$$$</span> <span class="mi">1</span><span class="err">###</span> <span class="mi">2</span><span class="err">###</span> <span class="mi">2</span><span class="err">$$$</span> <span class="mi">3</span><span class="err">$$$</span> <span class="mi">4</span><span class="err">$$$</span> <span class="mi">3</span><span class="err">###</span> <span class="mi">5</span><span class="err">$$$</span> <span class="mi">6</span><span class="err">$$$</span> <span class="mi">7</span><span class="err">$$$</span> <span class="mi">8</span><span class="err">$$$</span> <span class="mi">9</span><span class="err">$$$</span> <span class="mi">4</span><span class="err">###</span> <span class="mi">5</span><span class="err">###</span> <span class="mi">6</span><span class="err">###</span> <span class="mi">7</span><span class="err">###</span> <span class="mi">8</span><span class="err">###</span> <span class="mi">9</span><span class="err">###</span> </code></pre> </div> <p>2.用java.lang包下的Runnable接口为线程赋予代码:<br /></p> <p>Runnable接口在java.lang包中定义,在这个接口中,只包含一个方法:run()方法。该方法签名为:void run()<br /> 由于这个方法定义在接口中,因此默认就是public的。在实现Runnable接口的时候,只需要实现这个run方法就可以了。<br /> 下面我们修改刚刚的MyThread2这个类,把这个类改名为MyRunnable2,并且由继承Thread类改为实现Runnable接口。相应代码如下:<br /></p> <div class="language-java highlighter-rouge"><pre class="highlight"><code><span class="kd">class</span> <span class="nc">MyRunnable2</span> <span class="n">implementsRunnable</span><span class="o">{</span> <span class="kd">public</span> <span class="kt">void</span> <span class="nf">run</span><span class="o">(){</span> <span class="k">for</span><span class="o">(</span><span class="kt">int</span> <span class="n">i</span> <span class="o">=</span> <span class="mi">1</span><span class="o">;</span> <span class="n">i</span><span class="o">&lt;=</span><span class="mi">10</span><span class="o">;</span> <span class="n">i</span><span class="o">++){</span> <span class="n">System</span><span class="o">.</span><span class="na">out</span><span class="o">.</span><span class="na">println</span><span class="o">(</span><span class="n">i</span> <span class="o">+</span> <span class="s">" ###"</span><span class="o">);</span> <span class="o">}</span> <span class="o">}</span> <span class="o">}</span> </code></pre> </div> <p>在上面的代码中,对run()方法的实现没有任何修改,而只是改动了第一行:把继承Thread类改成了实现Runnable接口。<br /> 修改完了线程的实现之后,还必须要修改一下创建线程的代码。由于MyRunnable2类不是Thread类的子类,因此创建的MyRunnable2类型的对象不能直接赋值给Thread类型的引用。换句话说,我们利用MyRunnable2创建出来的不是一个线程对象,而是一个所谓的“目标”对象。代码如下:<br /></p> <div class="language-java highlighter-rouge"><pre class="highlight"><code><span class="n">Runnable</span> <span class="n">target</span> <span class="o">=</span> <span class="k">new</span> <span class="n">MyRunnable2</span><span class="o">();</span> </code></pre> </div> <p>创建了目标对象之后,可以利用目标对象再来创建线程对象,代码如下:<br /></p> <div class="language-java highlighter-rouge"><pre class="highlight"><code><span class="n">Thread</span> <span class="n">t2</span> <span class="o">=</span> <span class="k">new</span> <span class="n">Thread</span><span class="o">(</span><span class="n">target</span><span class="o">);</span> </code></pre> </div> <p>通过上面的两行代码,我们就可以利用Runnable接口的实现类来创建线程对象。创建完线程对象之后,需要启动线程时,同样要调用线程对象的 start()方法。<br /><br /></p> <h3 id="线程的状态">线程的状态</h3> <div class="highlighter-rouge"><pre class="highlight"><code>主线程[main] 阻塞状态 锁池状态 /| | | | | | sleep| |睡了n毫秒 join | |join了n毫秒 或 join线程执行完毕 I/O | |IO完毕 | | synchronized 或 obj.notify唤醒某个对象的互斥锁 | | 同步线程执行完毕 或 obj.wait暂时释放obj对象的互斥锁 | | | | | |/ 初始状态----(start())--------&gt;可运行状态--------&gt;运行状态-----(run()退出)---&gt;终止状态 </code></pre> </div> <p><br /></p> <h3 id="阻塞状态">阻塞状态</h3> <p>除了上面所说的四种状态之外,还有一个很重要的状态:阻塞状态。<br /></p> <p>什么是阻塞状态呢?我们知道,如果一个线程要进入运行状态,则必须要获得CPU时间片。但是,在某些情况下,线程运行不仅需要CPU进行运算,还需要一些别的条件,例如等待用户输入、等待网络传输完成,等等。如果线程正在等待其他的条件完成,在这种情况下,即使线程获得了CPU时间片,也无法真正运行。因此,在这种情况下,为了能够不让这些线程白白占用CPU的时间,会让这些线程会进入阻塞状态。最典型的例子就是等待I/O,也就是说,如果线程需要与JVM外部进行数据交互的话(例如等待用户输入、读写文件、网络传输等),这个时候,当数据传输没有完成时,线程即使获得CPU也无法运行,因此就会进入阻塞状态。<br /></p> <p>可以这么来理解:我们可以把CPU当做是银行的柜员,而去银行的准备办理业务的顾客就好比是线程。顾客希望能够让银行的柜员为自己办事,就好像线程希望获得CPU来运行线程代码一样。但有时会出现这种情况:比如有个顾客想去银行汇款,排队等到了银行的职员为自己服务,却事先没有填好汇款单。这个时候,这个银行职员即使想为你服务,也无法做到;这就相当于线程没有完成I/O,此时线程即使获得CPU也无法运行。一般这个时候,银行的工作人员也不会傻等,而是会非常礼貌的给顾客一张单子,让他去旁边找个地方填写汇款单,而职员自己则开始接待下一位顾客;这也就相当于让一个线程进入阻塞状态。<br /></p> <p>当所等待的条件完成之后,处于阻塞状态的线程就会进入可运行状态,等待着操作系统为自己分配时间片。还是用我们银行职员的比喻:当顾客填写汇款单的时候,就好比是线程进入了阻塞状态;而当顾客把汇款单填完了之后,这就好比是线程的I/O完成,所等待的条件已经满足了。这样,这个顾客就做好了办理业务所需要的准备,就等着能够有一个银行职员来为自己服务了。<br /></p> <p>那为什么从阻塞状态出来之后,线程不能马上进入运行状态呢?因为当线程所等待的条件完成的时候,可能有一个线程正处于运行状态。由于处于运行状态的线程只能有一个,因此当线程从阻塞状态出来之后,只能在可运行状态中暂时等待。这就好比,当顾客填完汇款单之后,银行的职员可能正在为其他顾客服务。这个时候,你不能把其他用户赶走,强行让银行职员为你服务,而只能重新在后面排队,等着有银行职员为你服务。<br /></p> <p>等待I/O会进入阻塞状态,还可以调用Thread类的sleep方法进入阻塞状态。顾名思义,sleep方法就是让线程进入“睡眠”状态。你可以想象,如果一个顾客在银行办理业务的时候睡着了,那样的话,银行职员会让这个顾客在一旁先待着,等什么时候顾客睡醒了,再什么时候为这个顾客服务。<br /></p> <p>sleep()方法的签名: public static void sleep(long millis) throws InterruptedException<br /></p> <p>这个方法是一个static方法,也就意味着可以通过类名来直接调用这个方法。sleep方法的参数是一个long类型,表示要让这个线程“睡”多少个毫秒(注意,1秒=1000毫秒)。另外,这个方法抛出一个InterruptedException异常,这个异常是一个已检查异常,根据异常处理的规则,这个异常必须要处理。<br /></p> <p>除了使用sleep()和等待IO之外,还有一个方法会导致线程阻塞,这就是线程的join()方法。<br /></p> <p>方法签名为:<br /> public final void join() throws InterruptedException //等待线程终止<br /> public final void join(long millis) throws InterruptedException //等待线程终止的时间最长为millis毫秒<br /> public final void join(long millis, int nanos) throws InterruptedException //millis毫秒+nanos纳秒<br /></p> <div class="language-java highlighter-rouge"><pre class="highlight"><code><span class="c1">//TestJoin()</span> <span class="kd">class</span> <span class="nc">MyRunnable1</span> <span class="kd">implements</span> <span class="n">Runnable</span> <span class="o">{</span> <span class="kd">public</span> <span class="kt">void</span> <span class="nf">run</span><span class="o">()</span> <span class="o">{</span> <span class="k">for</span> <span class="o">(</span><span class="kt">int</span> <span class="n">i</span> <span class="o">=</span> <span class="mi">0</span><span class="o">;</span> <span class="n">i</span> <span class="o">&lt;</span> <span class="mi">10</span><span class="o">;</span> <span class="n">i</span><span class="o">++)</span> <span class="o">{</span> <span class="n">System</span><span class="o">.</span><span class="na">out</span><span class="o">.</span><span class="na">println</span><span class="o">(</span><span class="n">i</span> <span class="o">+</span> <span class="s">"$$$$$$"</span><span class="o">);</span> <span class="o">}</span> <span class="o">}</span> <span class="o">}</span> <span class="kd">class</span> <span class="nc">MyThread2</span> <span class="kd">extends</span> <span class="n">Thread</span> <span class="o">{</span> <span class="n">Thread</span> <span class="n">t</span><span class="o">;</span> <span class="kd">public</span> <span class="kt">void</span> <span class="nf">run</span><span class="o">()</span> <span class="o">{</span> <span class="k">for</span> <span class="o">(</span><span class="kt">int</span> <span class="n">i</span> <span class="o">=</span> <span class="mi">0</span><span class="o">;</span> <span class="n">i</span> <span class="o">&lt;</span> <span class="mi">10</span><span class="o">;</span> <span class="n">i</span><span class="o">++)</span> <span class="o">{</span> <span class="k">try</span> <span class="o">{</span> <span class="n">t</span><span class="o">.</span><span class="na">join</span><span class="o">();</span> <span class="o">}</span> <span class="k">catch</span> <span class="o">(</span><span class="n">Exception</span> <span class="n">e</span><span class="o">)</span> <span class="o">{}</span> <span class="n">System</span><span class="o">.</span><span class="na">out</span><span class="o">.</span><span class="na">println</span><span class="o">(</span><span class="n">i</span> <span class="o">+</span> <span class="s">"######"</span><span class="o">);</span> <span class="o">}</span> <span class="o">}</span> <span class="o">}</span> <span class="kd">class</span> <span class="nc">Test</span> <span class="o">{</span> <span class="kd">public</span> <span class="kd">static</span> <span class="kt">void</span> <span class="nf">main</span><span class="o">(</span><span class="n">String</span><span class="o">[]</span> <span class="n">args</span><span class="o">)</span> <span class="o">{</span> <span class="n">Runnable</span> <span class="n">target1</span> <span class="o">=</span> <span class="k">new</span> <span class="n">MyRunnable1</span><span class="o">();</span> <span class="n">Thread</span> <span class="n">t1</span> <span class="o">=</span> <span class="k">new</span> <span class="n">Thread</span><span class="o">(</span><span class="n">target1</span><span class="o">);</span> <span class="n">MyThread2</span> <span class="n">t2</span> <span class="o">=</span> <span class="k">new</span> <span class="n">MyThread2</span><span class="o">();</span> <span class="n">t2</span><span class="o">.</span><span class="na">t</span> <span class="o">=</span> <span class="n">t1</span><span class="o">;</span> <span class="n">t1</span><span class="o">.</span><span class="na">start</span><span class="o">();</span> <span class="n">t2</span><span class="o">.</span><span class="na">start</span><span class="o">();</span> <span class="o">}</span> <span class="o">}</span> <span class="c1">//运行结果:</span> <span class="mi">0</span><span class="err">$$$$$$</span> <span class="mi">1</span><span class="err">$$$$$$</span> <span class="mi">2</span><span class="err">$$$$$$</span> <span class="mi">3</span><span class="err">$$$$$$</span> <span class="mi">4</span><span class="err">$$$$$$</span> <span class="mi">5</span><span class="err">$$$$$$</span> <span class="mi">6</span><span class="err">$$$$$$</span> <span class="mi">7</span><span class="err">$$$$$$</span> <span class="mi">8</span><span class="err">$$$$$$</span> <span class="mi">9</span><span class="err">$$$$$$</span> <span class="mi">0</span><span class="err">######</span> <span class="mi">1</span><span class="err">######</span> <span class="mi">2</span><span class="err">######</span> <span class="mi">3</span><span class="err">######</span> <span class="mi">4</span><span class="err">######</span> <span class="mi">5</span><span class="err">######</span> <span class="mi">6</span><span class="err">######</span> <span class="mi">7</span><span class="err">######</span> <span class="mi">8</span><span class="err">######</span> <span class="mi">9</span><span class="err">######</span> </code></pre> </div> <p>上面这个程序中,MyThread2对象增加了一个属性t。在主方法中,把t1对象赋值给t,也就是让t属性和t1引用指向同一个对象。<br /> 在MyThread2类的run()方法中,调用了t属性的join()方法。这个方法能够让MyThread2线程由运行状态进入阻塞状态,直到t线程结束。 下面结合程序的状态转换图,来说明一下执行的过程。<br /></p> <p>首先main方法中,创建了两个线程对象,并且调用了t1和t2线程的start()方法,这样,这两个线程就进入了可运行状态。假设操作系统首先挑选了t1线程进入了可运行状态,于是输出若干个“$$$”。经过一段时间之后,由于CPU时间片到期,t1线程进入了可运行状态。假设经过了一段时间之后,操作系统选择了t2线程进入了可运行状态。进入了t2线程的run()方法之后,调用了t属性的join()方法。由于t属性与t1指向同一个对象,因此这也就意味着在t2线程中,调用了t1线程的join()方法。调用之后,t2线程会进入阻塞状态。此时,运行状态没有线程在执行,因此系统会从可运行状态中选择一个线程执行。由于可运行状态此时只有一个t1线程,因此这个线程会一直占用CPU,直到线程代码执行结束。当t1线程结束之后,t2才会由阻塞状态进入可运行状态,此时才能够执行t2的代码。因此,从输出结果上来看,会先执行t1线程的所有代码,然后再执行t2线程的所有代码。<br /></p> <p>要注意的是,我们在t2线程中调用t1线程的join()方法,结果是t2阻塞,直到t1线程结束。t2线程是join()方法的调用者,而t1线程是被调用者,在调用join()方法的过程中,方法的调用者被阻塞,阻塞到被调用的线程结束。<br /></p> <p>我们可以用一个生活中的比喻来解释join()方法。假设顾客到饭店里去吃饭,那么每一个顾客就可以认为是一个线程。顾客点菜,就可以当做是顾客线程要求启动一个厨师线程为自己做饭,在做饭过程中,顾客线程只能等待。因此,这也可以当做是顾客线程调用了厨师线程的join()方法,等厨师做完饭了,顾客才能继续下一步:吃饭。在这个例子中,顾客线程就调用了厨师线程的join()方法。<br /></p> <p>在调用join方法的过程中,要注意,不能让两个线程相互join()。例如,如果一个顾客点菜,相当于调用了厨师的join()方法,顾客打算等厨师做完饭以后,吃完饭再给钱;而厨师呢,在拿到顾客下的单之后,希望顾客先给钱,之后再开始做饭,于是厨师也调用了顾客的join()方法。这样的结果就是两边互相等待,结果谁都无法继续下去!!!!!!<br /></p> <p>那怎么解决这个问题呢?首先,写程序的时候应当小心,尽量不应该出现这样的代码。因为这样的代码在编译和运行时都不会出现任何错误和异常。另一方面,Java也为join()方法提供了一个替换的方案。<br /></p> <p>在Thread类中,除了有一个无参的join()方法之外,还有一个有参的join()方法,方法签名如下:<br /></p> <p>public final void join(long millis)throws InterruptedException<br /></p> <p>这个方法接受一个long类型作为参数,表示join()最多等待多少毫秒。也就是说,调用这个join()方法的时候,不会一直处于阻塞状态,而是有一个时间限制。就好像顾客等待厨师做饭时,不会无限制的等下去,如果菜一段时间内还不上,则顾客就会离开,而不会一直傻等下去。<br /></p> <p>利用这个方法,修改上面的MyThread1类:<br /></p> <div class="language-java highlighter-rouge"><pre class="highlight"><code><span class="kd">class</span> <span class="nc">MyThread1</span> <span class="kd">extends</span> <span class="n">Thread</span><span class="o">{</span> <span class="n">Thread</span> <span class="n">t</span><span class="o">;</span> <span class="kd">public</span> <span class="kt">void</span> <span class="nf">run</span><span class="o">(){</span> <span class="k">try</span><span class="o">{</span> <span class="n">t</span><span class="o">.</span><span class="na">join</span><span class="o">(</span><span class="mi">1000</span><span class="o">);</span> <span class="o">}</span><span class="k">catch</span><span class="o">(</span><span class="n">Exception</span> <span class="n">e</span><span class="o">){}</span> <span class="k">for</span><span class="o">(</span><span class="kt">int</span> <span class="n">i</span> <span class="o">=</span> <span class="mi">0</span><span class="o">;</span> <span class="n">i</span><span class="o">&lt;</span><span class="mi">100</span><span class="o">;</span> <span class="n">i</span><span class="o">++){</span> <span class="n">System</span><span class="o">.</span><span class="na">out</span><span class="o">.</span><span class="na">println</span><span class="o">(</span><span class="n">i</span> <span class="o">+</span> <span class="s">" $$$"</span><span class="o">);</span> <span class="o">}</span> <span class="o">}</span> <span class="o">}</span><span class="c1">//这样,MyThread1就不会无限制的等待下去,而是当等待1000毫秒之后,就会从阻塞状态转为可运行状态,从而执行下去。</span> </code></pre> </div> <p><br /></p> <h3 id="锁池状态">锁池状态</h3> <p>多个线程并发访问同一个对象,如果破坏了不可分割的操作,则有可能产生数据不一致的情况。 这其中,有两个专有名词:被多个线程并发访问的对象,也被称之为“临界资源”;而不可分割的操作,也被称之为“原子操作”。产生的数据不一致的问题,也被称之为“同步”问题。要产生同步问题,多线程访问“临界资源”,破坏了“原子操作”,这两个条件缺一不可。<br /></p> <div class="language-java highlighter-rouge"><pre class="highlight"><code><span class="c1">//临界资源与数据不一致代码示例:</span> <span class="kd">class</span> <span class="nc">MyStack</span><span class="o">{</span> <span class="kt">char</span><span class="o">[]</span> <span class="n">data</span> <span class="o">=</span> <span class="o">{</span><span class="sc">'A'</span><span class="o">,</span> <span class="sc">'B'</span><span class="o">,</span> <span class="sc">' '</span><span class="o">};</span> <span class="kt">int</span> <span class="n">index</span> <span class="o">=</span> <span class="mi">2</span><span class="o">;</span> <span class="kd">public</span> <span class="kt">void</span> <span class="nf">push</span><span class="o">(</span><span class="kt">char</span> <span class="n">ch</span><span class="o">){</span> <span class="n">data</span><span class="o">[</span><span class="n">index</span><span class="o">]</span> <span class="o">=</span> <span class="n">ch</span><span class="o">;</span> <span class="c1">//这句代码和index ++ 代码是一个”原子操作“,破坏了”临界数据“原子操作会导致数据不一致</span> <span class="k">try</span><span class="o">{</span> <span class="n">Thread</span><span class="o">.</span><span class="na">sleep</span><span class="o">(</span><span class="mi">1000</span><span class="o">);</span> <span class="o">}</span><span class="k">catch</span><span class="o">(</span><span class="n">Exception</span> <span class="n">e</span><span class="o">){}</span> <span class="n">index</span> <span class="o">++;</span> <span class="o">}</span> <span class="kd">public</span> <span class="kt">void</span> <span class="nf">pop</span><span class="o">(){</span> <span class="n">index</span> <span class="o">--;</span> <span class="n">data</span><span class="o">[</span><span class="n">index</span><span class="o">]</span> <span class="o">=</span> <span class="sc">' '</span><span class="o">;</span> <span class="o">}</span> <span class="kd">public</span> <span class="kt">void</span> <span class="nf">print</span><span class="o">(){</span> <span class="k">for</span><span class="o">(</span><span class="kt">int</span> <span class="n">i</span> <span class="o">=</span> <span class="mi">0</span><span class="o">;</span> <span class="n">i</span><span class="o">&lt;</span><span class="n">data</span><span class="o">.</span><span class="na">length</span><span class="o">;</span> <span class="n">i</span><span class="o">++){</span> <span class="n">System</span><span class="o">.</span><span class="na">out</span><span class="o">.</span><span class="na">print</span><span class="o">(</span><span class="n">data</span><span class="o">[</span><span class="n">i</span><span class="o">]</span> <span class="o">+</span> <span class="s">"\t"</span><span class="o">);</span> <span class="o">}</span> <span class="n">System</span><span class="o">.</span><span class="na">out</span><span class="o">.</span><span class="na">println</span><span class="o">();</span> <span class="o">}</span> <span class="o">}</span> <span class="kd">class</span> <span class="nc">PopThread</span> <span class="kd">extends</span> <span class="n">Thread</span><span class="o">{</span> <span class="n">MyStack</span> <span class="n">ms</span><span class="o">;</span> <span class="kd">public</span> <span class="nf">PopThread</span><span class="o">(</span><span class="n">MyStack</span> <span class="n">ms</span><span class="o">){</span> <span class="k">this</span><span class="o">.</span><span class="na">ms</span> <span class="o">=</span> <span class="n">ms</span><span class="o">;</span> <span class="o">}</span> <span class="kd">public</span> <span class="kt">void</span> <span class="nf">run</span><span class="o">(){</span> <span class="n">ms</span><span class="o">.</span><span class="na">pop</span><span class="o">();</span> <span class="n">ms</span><span class="o">.</span><span class="na">print</span><span class="o">();</span> <span class="o">}</span> <span class="o">}</span> <span class="kd">class</span> <span class="nc">PushThread</span> <span class="kd">extends</span> <span class="n">Thread</span><span class="o">{</span> <span class="n">MyStack</span> <span class="n">ms</span><span class="o">;</span> <span class="kd">public</span> <span class="nf">PushThread</span><span class="o">(</span><span class="n">MyStack</span> <span class="n">ms</span><span class="o">){</span> <span class="k">this</span><span class="o">.</span><span class="na">ms</span> <span class="o">=</span> <span class="n">ms</span><span class="o">;</span> <span class="o">}</span> <span class="kd">public</span> <span class="kt">void</span> <span class="nf">run</span><span class="o">(){</span> <span class="n">ms</span><span class="o">.</span><span class="na">push</span><span class="o">(</span><span class="sc">'C'</span><span class="o">);</span> <span class="n">ms</span><span class="o">.</span><span class="na">print</span><span class="o">();</span> <span class="o">}</span> <span class="o">}</span> <span class="kd">public</span> <span class="kd">class</span> <span class="nc">TestMyStack</span><span class="o">{</span> <span class="kd">public</span> <span class="kd">static</span> <span class="kt">void</span> <span class="nf">main</span><span class="o">(</span><span class="n">String</span> <span class="n">args</span><span class="o">[]){</span> <span class="n">MyStack</span> <span class="n">ms</span> <span class="o">=</span> <span class="k">new</span> <span class="n">MyStack</span><span class="o">();</span> <span class="n">Thread</span> <span class="n">t1</span> <span class="o">=</span> <span class="k">new</span> <span class="n">PushThread</span><span class="o">(</span><span class="n">ms</span><span class="o">);</span> <span class="n">Thread</span> <span class="n">t2</span> <span class="o">=</span> <span class="k">new</span> <span class="n">PopThread</span><span class="o">(</span><span class="n">ms</span><span class="o">);</span> <span class="n">t1</span><span class="o">.</span><span class="na">start</span><span class="o">();</span> <span class="n">t2</span><span class="o">.</span><span class="na">start</span><span class="o">();</span> <span class="o">}</span> <span class="o">}</span> </code></pre> </div> <p>那同步问题应该怎么处理和解决呢?<br /></p> <p>首先,由于在push()方法中存在sleep()方法才造成了原子操作被破坏,那如果把sleep()方法去掉,是不是就能解决同步的问题了呢?<br /></p> <p>要注意的是,把sleep()方法去掉之后,这样的代码可能运行时一时不会出问题,但是并不代表这代码是没有安全问题的。例如,当push线程进行了push的第一步操作之后,CPU时间片到期了,然后接下来换成pop线程运行,此时,上一节我们描述的同步问题,同样有可能发生。<br /></p> <p>虽然上面所说的情况可能发生的概率非常的低,但是却不能不说是代码中的一个隐患。并且,当我们的程序成为一个大型企业应用系统的一部分时,由于每天都有大量的客户访问我们的程序,也就有大量的线程在同时访问同一个对象,此时,无论发生同步问题的概率有多小,在大量访问和重复的过程中,发生问题几乎是必然的。而同步问题一旦发生,就有可能造成极为严重的损失。因此,我们在写代码,尤其是有可能被多线程访问的类和对象时,一定要慎重设计,把所有的隐患都杜绝。<br /></p> <p>那应该怎么杜绝这个隐患呢?我们首先从生活中的一个例子说起:<br /></p> <p>有两位电工,长期驻扎在一个小区作为物业,一个电工A,上早班,上班时间是6:00 ~ 18:00,另一位电工B,上班时间为18:00 ~ 6:00。这两位电工轮流在小区值班。 某一天,在下午17:55的时候,电工A接到小区居民投诉:小区中的电压不稳,希望电工能够修复一下。虽然马上要到下班时间了,但是电工A还是决定去查看一下。为了爬上电线杆进行高空带电作业,于是电工A暂时把小区的电闸给关了,然后再到高空进行电压不稳的检查。 在A在工作过程中,不知不觉到了18:01,电工B上班了。这个时候,电工B接到小区居民投诉:小区停电了。电工B也决定去查看一下。当他查看到电闸时,一下就明白了:怪不得小区停电呢,谁把闸关了啊。于是,电工B就把电闸打开了。<br /></p> <p>于是,听到一声惨叫,A从天上掉了下来……半个月以后,等A把伤养得差不多了以后,变电所决定解决吸取教训,争取再也不要发生这样的问题。那这个问题是怎么发生的呢? 我们可以把A和B当做是两个线程,而电闸就当做是临界资源。因此,这样就形成了两个线程共同访问临界资源,由于A检修电路时,“关掉电闸、爬上电线杆检修、打开电闸恢复供电”是不可分割的原子操作,而一旦其中的某一步被打断,就有可能产生问题,这就是两个线程数据不一致的情况。 那怎么办呢?变电所决定,要解决这个问题,这就借助于一样东西:锁。在电闸上挂一个挂锁。平时没有问题时,锁是打开的;但是一旦有一个电工需要操作电闸的话,为了防止别人动电闸,他可以把电闸给锁上,并把唯一的钥匙随身携带。这样,当他进行原子操作时,由于临界资源被他锁上了,其他线程就访问不了这个临界资源,因此就能保证他的原子操作不被破坏。<br /></p> <p>java中采用了类似的机制,也采用锁来保护临界资源,防止数据不一致的情况发生。<br /></p> <p>在Java中,每个对象都拥有一个“互斥锁标记”,这就好比是我们说的挂锁。这个锁标记,可以用来分给不同的线程。之所以说这个锁标记是“互斥的”,因为这个锁标记同时只能分配给一个线程。<br /></p> <p>光有锁标记还不行,还要利用synchronized关键字进行加锁的操作。synchronized关键字有两种用法,我们首先介绍第一种:synchronized + 代码块。 //Synchronized使协调同步<br /></p> <p>这种用法的语法如下:<br /></p> <div class="language-java highlighter-rouge"><pre class="highlight"><code><span class="c1">//synchronized关键字后面跟一个圆括号,括号中的是某一个引用,这个引用应当指向某一个对象。</span> <span class="c1">//后面紧跟一个代码块,这个代码块被称为“同步代码块”。</span> <span class="kd">synchronized</span><span class="o">(</span><span class="n">obj</span><span class="o">){</span> <span class="c1">//代码块…</span> <span class="o">}</span> </code></pre> </div> <p>这种语法的含义是,如果某一个线程想要执行代码块中的代码,必须要先获得obj所指向对象的互斥锁标记。也就是说,如果有一个线程t1要想进入同步代码块,必须要获得obj对象的锁标记;而如果t1线程正在同步代码块中运行,这意味着t1有着obj对象的互斥锁标记;而这个时候如果有一个t2线程想要访问同步代码块,会因为拿不到obj对象的锁标记而无法继续运行下去。<br /></p> <p>需要注意的是,synchronized与同步代码块是与对象紧密结合在一起的,加锁是对对象加锁。例如下面的例子,假设有两个同步代码块:<br /></p> <div class="language-java highlighter-rouge"><pre class="highlight"><code><span class="kd">synchronized</span><span class="o">(</span><span class="n">obj1</span><span class="o">){</span> <span class="c1">//代码块1;</span> <span class="o">}</span> <span class="kd">synchronized</span><span class="o">(</span><span class="n">obj1</span><span class="o">){</span> <span class="c1">//代码块2;</span> <span class="o">}</span> <span class="kd">synchronized</span><span class="o">(</span><span class="n">obj2</span><span class="o">){</span> <span class="c1">//代码块3;</span> <span class="o">}</span> </code></pre> </div> <p>假设有一个线程t1正在代码块1中运行,那假设另有一个线程t2,这个t2线程能否进入代码块2呢?能否进入代码块3呢?<br /></p> <p>由于t1正在代码块1中运行,这也就意味着obj1对象的锁标记被t1线程获得,而此时t2线程如果要进入代码块2,也必须要获得obj1对象的锁标记。但是由于这个标记正在t1手中,因此t2线程无法获得锁标记,因此t2线程无法进入代码块2。 但是t2线程能够进入代码块3,原因在于:如果要进入代码块3中,要获得的是obj2对象的锁标记,这个对象与obj1不是同一个对象,此时t2线程能够顺利的获得obj2对象的锁标记,因此能够成功的进入代码块3。<br /></p> <p>从上面这个例子中,我们可以看出,在分析、编写同步代码块时,一定要搞清楚,同步代码块锁的是哪个对象。只有把这个问题搞清楚了之后,才能正确的分析多线程以及同步的相关问题。<br /></p> <p>我们下面利用同步代码块修改一下MyStack类,为这个类增加同步的机制。 首先,要为MyStack类增加一个属性lock,这个属性用来表示我们所说的“锁”。利用这个对象的互斥锁标记,我们完成对MyStack的同步。<br /></p> <div class="language-java highlighter-rouge"><pre class="highlight"><code><span class="c1">//修改之后的MyStack代码如下:</span> <span class="c1">//TestSynchronized</span> <span class="kd">class</span> <span class="nc">MyStack</span> <span class="o">{</span> <span class="kt">char</span><span class="o">[]</span> <span class="n">data</span> <span class="o">=</span> <span class="o">{</span><span class="sc">'A'</span><span class="o">,</span> <span class="sc">'B'</span><span class="o">,</span> <span class="sc">' '</span><span class="o">};</span> <span class="kt">int</span> <span class="n">index</span> <span class="o">=</span> <span class="mi">2</span><span class="o">;</span> <span class="kd">private</span> <span class="n">Object</span> <span class="n">lock</span> <span class="o">=</span> <span class="k">new</span> <span class="n">Object</span><span class="o">();</span> <span class="kd">public</span> <span class="kt">void</span> <span class="nf">push</span><span class="o">(</span><span class="kt">char</span> <span class="n">ch</span><span class="o">)</span> <span class="o">{</span> <span class="kd">synchronized</span><span class="o">(</span><span class="n">lock</span><span class="o">)</span> <span class="c1">//为lock属性上锁(为操作原子上锁),执行这个代码块时,lock被这个代码块占据!!!</span> <span class="o">{</span> <span class="n">data</span><span class="o">[</span><span class="n">index</span><span class="o">]</span> <span class="o">=</span> <span class="n">ch</span><span class="o">;</span> <span class="k">try</span> <span class="o">{</span> <span class="n">Thread</span><span class="o">.</span><span class="na">sleep</span><span class="o">(</span><span class="mi">1000</span><span class="o">);</span><span class="c1">//调用Thread的sleep()方法</span> <span class="o">}</span> <span class="k">catch</span> <span class="o">(</span><span class="n">Exception</span> <span class="n">e</span><span class="o">)</span> <span class="o">{}</span> <span class="o">}</span> <span class="o">}</span> <span class="kd">public</span> <span class="kt">void</span> <span class="nf">pop</span><span class="o">()</span> <span class="o">{</span> <span class="kd">synchronized</span><span class="o">(</span><span class="n">lock</span><span class="o">)</span> <span class="c1">//线程如果要执行pop,需要获得lock 对象的互斥锁标记。</span> <span class="o">{</span> <span class="n">index</span><span class="o">--;</span> <span class="n">data</span><span class="o">[</span><span class="n">index</span><span class="o">]</span> <span class="o">=</span> <span class="sc">' '</span><span class="o">;</span> <span class="o">}</span> <span class="o">}</span> <span class="kd">public</span> <span class="kt">void</span> <span class="nf">print</span><span class="o">()</span> <span class="o">{</span> <span class="k">for</span> <span class="o">(</span><span class="kt">int</span> <span class="n">i</span> <span class="o">=</span> <span class="mi">0</span><span class="o">;</span> <span class="n">i</span> <span class="o">&lt;</span> <span class="n">data</span><span class="o">.</span><span class="na">length</span><span class="o">;</span> <span class="n">i</span><span class="o">++)</span> <span class="o">{</span> <span class="n">System</span><span class="o">.</span><span class="na">out</span><span class="o">.</span><span class="na">print</span><span class="o">(</span><span class="n">data</span><span class="o">[</span><span class="n">i</span><span class="o">]</span> <span class="o">+</span> <span class="s">"\t"</span><span class="o">);</span> <span class="o">}</span> <span class="n">System</span><span class="o">.</span><span class="na">out</span><span class="o">.</span><span class="na">println</span><span class="o">();</span> <span class="o">}</span> <span class="o">}</span> <span class="kd">class</span> <span class="nc">PushThread</span> <span class="kd">extends</span> <span class="n">Thread</span> <span class="o">{</span> <span class="n">MyStack</span> <span class="n">ms</span><span class="o">;</span> <span class="kd">public</span> <span class="nf">PushThread</span><span class="o">(</span><span class="n">MyStack</span> <span class="n">ms</span><span class="o">)</span> <span class="o">{</span> <span class="k">this</span><span class="o">.</span><span class="na">ms</span> <span class="o">=</span> <span class="n">ms</span><span class="o">;</span> <span class="o">}</span> <span class="kd">public</span> <span class="kt">void</span> <span class="nf">run</span><span class="o">()</span> <span class="o">{</span> <span class="n">ms</span><span class="o">.</span><span class="na">push</span><span class="o">(</span><span class="sc">'C'</span><span class="o">);</span> <span class="n">ms</span><span class="o">.</span><span class="na">print</span><span class="o">();</span> <span class="o">}</span> <span class="o">}</span> <span class="kd">class</span> <span class="nc">PopThread</span> <span class="kd">extends</span> <span class="n">Thread</span> <span class="o">{</span> <span class="n">MyStack</span> <span class="n">ms</span><span class="o">;</span> <span class="kd">public</span> <span class="nf">PopThread</span><span class="o">(</span><span class="n">MyStack</span> <span class="n">ms</span><span class="o">)</span> <span class="o">{</span> <span class="k">this</span><span class="o">.</span><span class="na">ms</span> <span class="o">=</span> <span class="n">ms</span><span class="o">;</span> <span class="o">}</span> <span class="kd">public</span> <span class="kt">void</span> <span class="nf">run</span><span class="o">()</span> <span class="o">{</span> <span class="n">ms</span><span class="o">.</span><span class="na">pop</span><span class="o">();</span> <span class="n">ms</span><span class="o">.</span><span class="na">print</span><span class="o">();</span> <span class="o">}</span> <span class="o">}</span> <span class="kd">class</span> <span class="nc">Test</span> <span class="o">{</span> <span class="kd">public</span> <span class="kd">static</span> <span class="kt">void</span> <span class="nf">main</span><span class="o">(</span><span class="n">String</span><span class="o">[]</span> <span class="n">args</span><span class="o">)</span> <span class="o">{</span> <span class="n">MyStack</span> <span class="n">ms</span> <span class="o">=</span> <span class="k">new</span> <span class="n">MyStack</span><span class="o">();</span> <span class="n">Thread</span> <span class="n">t1</span> <span class="o">=</span> <span class="k">new</span> <span class="n">PushThread</span><span class="o">(</span><span class="n">ms</span><span class="o">);</span> <span class="n">Thread</span> <span class="n">t2</span> <span class="o">=</span> <span class="k">new</span> <span class="n">PopThread</span><span class="o">(</span><span class="n">ms</span><span class="o">);</span> <span class="n">t1</span><span class="o">.</span><span class="na">start</span><span class="o">();</span> <span class="n">t2</span><span class="o">.</span><span class="na">start</span><span class="o">();</span> <span class="o">}</span> <span class="o">}</span> </code></pre> </div> <p>下面我们结合线程的状态转换,来考察一下synchronized关键字在程序运行中的作用。<br /></p> <p>首先,如果一个线程获得不了某个对象的互斥锁标记,这个线程就会进入一个状态:锁池状态。 当运行中的线程,运行到某个同步代码块,但是获得不了对象的锁标记时,会进入锁池状态。在锁池状态的线程,会一直等待某个对象的互斥锁标记。如果有多个线程都需要获得同一个对象的互斥锁标记,则可以有多个线程进入锁池,而某个线程获得锁标记,执行同步代码块中的代码。 当对象的锁标记被某一个线程释放之后,其他在锁池状态中的线程就可以获得这个对象的锁标记。假设有多个线程在锁池状态中,那么会由操作系统决定,把释放出来的锁标记分配给哪一个线程。当在锁池状态中的线程获得锁标记之后,就会进入可运行状态,等待获得CPU时间片,从而运行代码。 当t1线程启动的时候,它会首先执行push方法。要想执行push方法,必须要获得lock对象的互斥锁标记。由于此时lock对象的锁标记没有分配给其他线程,因此这个锁标记被分配给t1线程。当t1线程调用sleep()方法之后,t1进入阻塞状态,于是t2线程开始运行。由于t2线程调用pop()方法,要调用这个方法,也必须获得lock对象的互斥锁标记。由于这个锁标记已经分配给了t1线程,因此t2线程只能进入lock对象的锁池,从而进入了锁池状态。 之后,当t1线程sleep()方法结束,t1重新进入可运行状态?运行状态,执行完了整个push()方法,退出对lock加锁的同步代码块。此时,t2线程就能获得lock对象的锁标记,于是t2线程就由锁池状态转为了可运行状态。<br /></p> <p>从上面的分析我们可以看出,虽然MyStack对象还是被两个线程t1、t2同时访问,但是由于对lock对象加锁的原因,当t1线程执行push方法执行到一半进入阻塞状态时,t2线程同样无法操作MyStack对象。这样,就不会破坏原子操作push(),从而保护了临界资源,解决了同步问题。<br /></p> <p>在上面的例子中,我们专门创建了一个Object类型的lock对象,用来在pop方法和push方法中加锁。然而,对于上面的程序来说,除了lock对象有锁标记之外,MyStack对象本身,也具有互斥锁标记。对于pop方法和push方法来说,也能够对MyStack对象(也就是所谓的“当前对象”)加锁。例如:<br /></p> <div class="language-java highlighter-rouge"><pre class="highlight"><code><span class="kd">class</span> <span class="nc">MyStack</span><span class="o">{</span> <span class="kt">char</span><span class="o">[]</span> <span class="n">data</span> <span class="o">=</span> <span class="o">{</span><span class="sc">'A'</span><span class="o">,</span> <span class="sc">'B'</span><span class="o">,</span> <span class="sc">' '</span><span class="o">};</span> <span class="kt">int</span> <span class="n">index</span> <span class="o">=</span> <span class="mi">2</span><span class="o">;</span> <span class="kd">public</span> <span class="kt">void</span> <span class="nf">push</span><span class="o">(</span><span class="kt">char</span> <span class="n">ch</span><span class="o">){</span> <span class="kd">synchronized</span><span class="o">(</span><span class="k">this</span><span class="o">){</span> <span class="c1">//同步方法锁</span> <span class="n">data</span><span class="o">[</span><span class="n">index</span><span class="o">]</span> <span class="o">=</span> <span class="n">ch</span><span class="o">;</span> <span class="k">try</span><span class="o">{</span> <span class="n">Thread</span><span class="o">.</span><span class="na">sleep</span><span class="o">(</span><span class="mi">1000</span><span class="o">);</span> <span class="o">}</span><span class="k">catch</span><span class="o">(</span><span class="n">Exception</span> <span class="n">e</span><span class="o">){}</span> <span class="n">index</span> <span class="o">++;</span> <span class="o">}</span> <span class="o">}</span> <span class="kd">public</span> <span class="kt">void</span> <span class="nf">pop</span><span class="o">(){</span> <span class="kd">synchronized</span><span class="o">(</span><span class="k">this</span><span class="o">){</span> <span class="c1">//同步方法锁</span> <span class="n">index</span> <span class="o">--;</span> <span class="n">data</span><span class="o">[</span><span class="n">index</span><span class="o">]</span> <span class="o">=</span> <span class="sc">' '</span><span class="o">;</span> <span class="o">}</span> <span class="o">}</span> <span class="kd">public</span> <span class="kt">void</span> <span class="nf">print</span><span class="o">(){</span> <span class="k">for</span><span class="o">(</span><span class="kt">int</span> <span class="n">i</span> <span class="o">=</span> <span class="mi">0</span><span class="o">;</span> <span class="n">i</span><span class="o">&lt;</span><span class="n">data</span><span class="o">.</span><span class="na">length</span><span class="o">;</span> <span class="n">i</span><span class="o">++){</span> <span class="n">System</span><span class="o">.</span><span class="na">out</span><span class="o">.</span><span class="na">print</span><span class="o">(</span><span class="n">data</span><span class="o">[</span><span class="n">i</span><span class="o">]</span> <span class="o">+</span> <span class="s">"\t"</span><span class="o">);</span> <span class="o">}</span> <span class="n">System</span><span class="o">.</span><span class="na">out</span><span class="o">.</span><span class="na">println</span><span class="o">();</span> <span class="o">}</span> <span class="o">}</span> </code></pre> </div> <p>在上面的代码中,我们去掉了lock属性,并且对“this”加锁,也就是对当前对象加锁。上面的代码同样能够完成我们同步的要求。<br /></p> <p>对于这种,在整个方法内部对“this”加锁的情况,我们可以使用synchronized作为修饰符修饰方法,来表达同样的意思。<br /></p> <p>用synchronized关键字修饰的方法称之为同步方法,所谓的同步方法,指的是同步方法中整个方法的实现,需要对“当前对象”加锁。哪个线程能够拿到对象的锁标记,哪个线程才能调用对象的同步方法。<br /></p> <p>上面的MyStack代码可以等价的改为下面的情况:<br /></p> <div class="language-java highlighter-rouge"><pre class="highlight"><code><span class="kd">class</span> <span class="nc">MyStack</span><span class="o">{</span> <span class="kt">char</span><span class="o">[]</span> <span class="n">data</span> <span class="o">=</span> <span class="o">{</span><span class="sc">'A'</span><span class="o">,</span> <span class="sc">'B'</span><span class="o">,</span> <span class="sc">' '</span><span class="o">};</span> <span class="kt">int</span> <span class="n">index</span> <span class="o">=</span> <span class="mi">2</span><span class="o">;</span> <span class="kd">public</span> <span class="kd">synchronized</span> <span class="kt">void</span> <span class="nf">push</span><span class="o">(</span><span class="kt">char</span> <span class="n">ch</span><span class="o">){</span> <span class="c1">//也是同步方法锁</span> <span class="n">data</span><span class="o">[</span><span class="n">index</span><span class="o">]</span> <span class="o">=</span> <span class="n">ch</span><span class="o">;</span> <span class="k">try</span><span class="o">{</span> <span class="n">Thread</span><span class="o">.</span><span class="na">sleep</span><span class="o">(</span><span class="mi">1000</span><span class="o">);</span> <span class="o">}</span><span class="k">catch</span><span class="o">(</span><span class="n">Exception</span> <span class="n">e</span><span class="o">){}</span> <span class="n">index</span> <span class="o">++;</span> <span class="o">}</span> <span class="kd">public</span> <span class="kd">synchronized</span> <span class="kt">void</span> <span class="nf">pop</span><span class="o">(){</span> <span class="c1">//也是同步方法锁</span> <span class="n">index</span> <span class="o">--;</span> <span class="n">data</span><span class="o">[</span><span class="n">index</span><span class="o">]</span> <span class="o">=</span> <span class="sc">' '</span><span class="o">;</span> <span class="o">}</span> <span class="kd">public</span> <span class="kt">void</span> <span class="nf">print</span><span class="o">(){</span> <span class="k">for</span><span class="o">(</span><span class="kt">int</span> <span class="n">i</span> <span class="o">=</span> <span class="mi">0</span><span class="o">;</span> <span class="n">i</span><span class="o">&lt;</span><span class="n">data</span><span class="o">.</span><span class="na">length</span><span class="o">;</span> <span class="n">i</span><span class="o">++){</span> <span class="n">System</span><span class="o">.</span><span class="na">out</span><span class="o">.</span><span class="na">print</span><span class="o">(</span><span class="n">data</span><span class="o">[</span><span class="n">i</span><span class="o">]</span> <span class="o">+</span> <span class="s">"\t"</span><span class="o">);</span> <span class="o">}</span> <span class="n">System</span><span class="o">.</span><span class="na">out</span><span class="o">.</span><span class="na">println</span><span class="o">();</span> <span class="o">}</span> <span class="o">}</span> </code></pre> </div> <p>当一个线程t1在访问某一个对象的同步方法时(例如pop),另一个线程t2能否访问同一个对象的其他同步方法(例如push)? 我们举例来说:假设有一个MyStack对象ms,一个线程t1正在访问pop方法,这意味着ms对象的互斥锁标记正在t1线程手中。而另一个线程t2,如果想要方法push方法的话,必须要获得ms对象的互斥锁标记。由于这个锁标记正在t1线程手中,因此t2线程无法获得,从而t2线程就无法访问push方法。因此,这是一个结论:<br /></p> <p><span style="color:red;">当一个线程正在访问某个对象的同步方法时,其他线程不能访问同一个对象的任何同步方法。</span><br /> <br /></p> <h3 id="死锁wait与notify">死锁、wait与notify</h3> <p>wait()签名:public final void wait() throws InterruptedException<br /> notify()签名:public final void notify()<br /></p> <p>考虑下面的代码,假设a和b是两个不同的对象:<br /></p> <div class="language-java highlighter-rouge"><pre class="highlight"><code><span class="kd">synchronized</span><span class="o">(</span><span class="n">a</span><span class="o">){</span> <span class="o">...</span><span class="c1">//1</span> <span class="kd">synchronized</span><span class="o">(</span><span class="n">b</span><span class="o">){</span> <span class="o">}</span> <span class="o">}</span> <span class="kd">synchronized</span><span class="o">(</span><span class="n">b</span><span class="o">){</span> <span class="o">...</span> <span class="c1">//2</span> <span class="kd">synchronized</span><span class="o">(</span><span class="n">a</span><span class="o">){</span> <span class="o">}</span> <span class="o">}</span> </code></pre> </div> <p>假设现在有两个线程,t1线程运行到了//1的位置,而t2线程运行到了//2的位置,接下来会发生什么情况呢? 此时,a对象的锁标记被t1线程获得,而b对象的锁标记被t2线程获得。对于t1线程而言,为了进入对b加锁的同步代码块,t1线程必须获得b对象的锁标记。由于b对象的锁标记被t2线程获得,t1线程无法获得这个对象的锁标记,因此它会进入b对象的锁池,等待b对象锁标记的释放。而对于t2线程而言,由于要进入对a加锁的同步代码块,由于a对象的锁标记在t1线程手中,因此t2线程会进入a对象的锁池。此时,t1线程在等待b对象锁标记的释放,而t2线程在等待a对象锁标记的释放。由于两边都无法获得所需的锁标记,因此两个线程都无法运行。这就是“死锁”问题。<br /></p> <p>在Java中,采用了wait和notify这两个方法,来解决死锁机制。<br /></p> <p>首先,在Java中,每一个对象都有两个方法:wait和notify方法。这两个方法是定义在Object类中的方法。<br /></p> <p>对某个对象调用wait()方法,表明让线程暂时释放该对象的锁标记。例如,上面的代码就可以改成:<br /></p> <div class="language-java highlighter-rouge"><pre class="highlight"><code><span class="c1">// 假设t1线程运行到了//1的位置,而t2线程运行到了//2的位置</span> <span class="kd">synchronized</span><span class="o">(</span><span class="n">a</span><span class="o">){</span> <span class="o">...</span><span class="c1">//1</span> <span class="n">a</span><span class="o">.</span><span class="na">wait</span><span class="o">();</span> <span class="c1">//表示t1线程暂时释放a对象的锁标记</span> <span class="kd">synchronized</span><span class="o">(</span><span class="n">b</span><span class="o">){</span> <span class="o">}</span> <span class="o">}</span> <span class="kd">synchronized</span><span class="o">(</span><span class="n">b</span><span class="o">){</span> <span class="o">...</span> <span class="c1">//2</span> <span class="kd">synchronized</span><span class="o">(</span><span class="n">a</span><span class="o">){</span> <span class="o">...</span> <span class="n">a</span><span class="o">.</span><span class="na">notify</span><span class="o">();</span> <span class="c1">//表示a对象的锁标记被唤醒</span> <span class="o">}</span> <span class="o">}</span> </code></pre> </div> <p>这样的代码改完之后,在//1后面,t1线程就会调用a对象的wait方法。此时,t1线程会暂时释放自己拥有的a对象的锁标记,而进入另外一个状态:等待状态。<br /></p> <p>要注意的是,如果要调用一个对象的wait方法,前提是线程已经获得这个对象的锁标记。如果在没有获得对象锁标记的情况下调用wait方法,则会产生异常。 由于a对象的锁标记被释放,因此,t2对象可以获得a对象的锁标记,从而进入对a加锁的同步代码块。在同步代码块的最后,调用a.notify()方法。这个方法与wait方法相对应,是让一个线程从等待状态被唤醒。<br /></p> <p>那么t2线程唤醒t1线程之后,t1线程处于什么状态呢?由于t1线程唤醒之后还要在对a加锁的同步代码块中运行,而t2线程调用了notify()方法之后,并没有立刻退出对a加锁的同步代码块,因此此时t1线程并不能马上获得a对象的锁标记。因此,此时,t1线程会在a对象的锁池中进行等待,以期待获得a对象的锁标记。也就是说,一个线程如果之前调用了wait方法,则必须要被另一个线程调用notify()方法唤醒。唤醒之后,会进入锁池状态。<br /></p> <p>由于可能有多个线程先后调用a对象wait方法,因此在a对象等待状态中的线程可能有多个。而调用a.notify()方法,会从a对象等待状态中的多个线程里挑选一个线程进行唤醒。与之对应的,有一个notifyAll()方法,调用a.notifyAll() 会把a对象等待状态中的所有线程都唤醒。<br /></p> <div class="language-java highlighter-rouge"><pre class="highlight"><code><span class="c1">// wait与notify应用:生产者/消费者问题 </span> <span class="kd">class</span> <span class="nc">MyStack</span> <span class="o">{</span> <span class="c1">//自己造的栈类</span> <span class="kd">private</span> <span class="kt">char</span><span class="o">[]</span> <span class="n">data</span> <span class="o">=</span> <span class="k">new</span> <span class="kt">char</span><span class="o">[</span><span class="mi">5</span><span class="o">];</span> <span class="kd">private</span> <span class="kt">int</span> <span class="n">index</span> <span class="o">=</span> <span class="mi">0</span><span class="o">;</span> <span class="kd">public</span> <span class="kt">char</span> <span class="nf">pop</span><span class="o">()</span> <span class="o">{</span> <span class="n">index</span><span class="o">--;</span> <span class="k">return</span> <span class="n">data</span><span class="o">[</span><span class="n">index</span><span class="o">];</span> <span class="o">}</span> <span class="kd">public</span> <span class="kt">void</span> <span class="nf">push</span><span class="o">(</span><span class="kt">char</span> <span class="n">ch</span><span class="o">)</span> <span class="o">{</span> <span class="n">data</span><span class="o">[</span><span class="n">index</span><span class="o">]</span> <span class="o">=</span> <span class="n">ch</span><span class="o">;</span> <span class="n">index</span><span class="o">++;</span> <span class="o">}</span> <span class="kd">public</span> <span class="kt">void</span> <span class="nf">print</span><span class="o">()</span> <span class="o">{</span> <span class="k">for</span> <span class="o">(</span><span class="kt">int</span> <span class="n">i</span> <span class="o">=</span> <span class="mi">0</span><span class="o">;</span> <span class="n">i</span> <span class="o">&lt;</span> <span class="n">index</span><span class="o">;</span> <span class="n">i</span><span class="o">++)</span> <span class="o">{</span> <span class="n">System</span><span class="o">.</span><span class="na">out</span><span class="o">.</span><span class="na">print</span><span class="o">(</span><span class="n">data</span><span class="o">[</span><span class="n">i</span><span class="o">]</span> <span class="o">+</span> <span class="sc">'\t'</span><span class="o">);</span> <span class="o">}</span> <span class="n">System</span><span class="o">.</span><span class="na">out</span><span class="o">.</span><span class="na">println</span><span class="o">();</span> <span class="o">}</span> <span class="kd">public</span> <span class="kt">boolean</span> <span class="nf">isEmpty</span><span class="o">()</span> <span class="o">{</span> <span class="k">if</span> <span class="o">(</span><span class="n">index</span> <span class="o">==</span> <span class="mi">0</span><span class="o">)</span> <span class="k">return</span> <span class="kc">true</span><span class="o">;</span> <span class="k">else</span> <span class="k">return</span> <span class="kc">false</span><span class="o">;</span> <span class="o">}</span> <span class="kd">public</span> <span class="kt">boolean</span> <span class="nf">isFull</span><span class="o">()</span> <span class="o">{</span> <span class="k">if</span> <span class="o">(</span><span class="n">index</span> <span class="o">==</span> <span class="mi">5</span><span class="o">)</span> <span class="k">return</span> <span class="kc">true</span><span class="o">;</span> <span class="k">else</span> <span class="k">return</span> <span class="kc">false</span><span class="o">;</span> <span class="o">}</span> <span class="o">}</span> <span class="kd">class</span> <span class="nc">Consumer</span> <span class="kd">extends</span> <span class="n">Thread</span> <span class="o">{</span> <span class="c1">//消费者(将数据出栈)</span> <span class="kd">private</span> <span class="n">MyStack</span> <span class="n">ms</span><span class="o">;</span> <span class="kd">public</span> <span class="nf">Consumer</span><span class="o">(</span><span class="n">MyStack</span> <span class="n">ms</span><span class="o">)</span> <span class="o">{</span> <span class="k">this</span><span class="o">.</span><span class="na">ms</span> <span class="o">=</span> <span class="n">ms</span><span class="o">;</span> <span class="o">}</span> <span class="kd">public</span> <span class="kt">void</span> <span class="nf">run</span><span class="o">()</span> <span class="o">{</span> <span class="k">while</span> <span class="o">(</span><span class="kc">true</span><span class="o">)</span> <span class="o">{</span> <span class="kd">synchronized</span> <span class="o">(</span><span class="n">ms</span><span class="o">)</span> <span class="o">{</span> <span class="k">while</span> <span class="o">(</span><span class="n">ms</span><span class="o">.</span><span class="na">isEmpty</span><span class="o">())</span> <span class="o">{</span> <span class="k">try</span> <span class="o">{</span> <span class="n">ms</span><span class="o">.</span><span class="na">wait</span><span class="o">();</span> <span class="o">}</span> <span class="k">catch</span> <span class="o">(</span><span class="n">InterruptedException</span> <span class="n">e</span><span class="o">)</span> <span class="o">{</span> <span class="n">e</span><span class="o">.</span><span class="na">printStackTrace</span><span class="o">();</span> <span class="o">}</span> <span class="o">}</span> <span class="n">System</span><span class="o">.</span><span class="na">out</span><span class="o">.</span><span class="na">println</span><span class="o">(</span><span class="s">"Pop"</span> <span class="o">+</span> <span class="n">ms</span><span class="o">.</span><span class="na">pop</span><span class="o">());</span> <span class="n">ms</span><span class="o">.</span><span class="na">notifyAll</span><span class="o">();</span> <span class="o">}</span> <span class="k">try</span> <span class="o">{</span> <span class="n">sleep</span><span class="o">((</span><span class="kt">int</span><span class="o">)</span><span class="n">Math</span><span class="o">.</span><span class="na">abs</span><span class="o">(</span><span class="n">Math</span><span class="o">.</span><span class="na">random</span><span class="o">()*</span><span class="mi">1000</span><span class="o">));</span> <span class="o">}</span> <span class="k">catch</span> <span class="o">(</span><span class="n">InterruptedException</span> <span class="n">e</span><span class="o">)</span> <span class="o">{</span> <span class="n">e</span><span class="o">.</span><span class="na">printStackTrace</span><span class="o">();</span> <span class="o">}</span> <span class="o">}</span> <span class="o">}</span> <span class="o">}</span> <span class="kd">class</span> <span class="nc">Producer</span> <span class="kd">extends</span> <span class="n">Thread</span> <span class="o">{</span> <span class="c1">//生产者(将数据入栈)</span> <span class="kd">private</span> <span class="n">MyStack</span> <span class="n">ms</span><span class="o">;</span> <span class="kd">public</span> <span class="nf">Producer</span><span class="o">(</span><span class="n">MyStack</span> <span class="n">ms</span><span class="o">)</span> <span class="o">{</span> <span class="k">this</span><span class="o">.</span><span class="na">ms</span> <span class="o">=</span> <span class="n">ms</span><span class="o">;</span> <span class="o">}</span> <span class="kd">public</span> <span class="kt">void</span> <span class="nf">run</span><span class="o">()</span> <span class="o">{</span> <span class="k">while</span> <span class="o">(</span><span class="kc">true</span><span class="o">)</span> <span class="o">{</span> <span class="kd">synchronized</span> <span class="o">(</span><span class="n">ms</span><span class="o">)</span> <span class="o">{</span> <span class="k">while</span> <span class="o">(</span><span class="n">ms</span><span class="o">.</span><span class="na">isFull</span><span class="o">())</span> <span class="o">{</span> <span class="k">try</span> <span class="o">{</span> <span class="n">ms</span><span class="o">.</span><span class="na">wait</span><span class="o">();</span> <span class="o">}</span> <span class="k">catch</span> <span class="o">(</span><span class="n">InterruptedException</span> <span class="n">e</span><span class="o">)</span> <span class="o">{</span> <span class="n">e</span><span class="o">.</span><span class="na">printStackTrace</span><span class="o">();</span> <span class="o">}</span> <span class="o">}</span> <span class="n">ms</span><span class="o">.</span><span class="na">push</span><span class="o">(</span><span class="sc">'A'</span><span class="o">);</span> <span class="n">System</span><span class="o">.</span><span class="na">out</span><span class="o">.</span><span class="na">println</span><span class="o">(</span><span class="s">"push A"</span><span class="o">);</span> <span class="n">ms</span><span class="o">.</span><span class="na">notifyAll</span><span class="o">();</span> <span class="o">}</span> <span class="k">try</span> <span class="o">{</span> <span class="n">sleep</span><span class="o">((</span><span class="kt">int</span><span class="o">)</span><span class="n">Math</span><span class="o">.</span><span class="na">abs</span><span class="o">(</span><span class="n">Math</span><span class="o">.</span><span class="na">random</span><span class="o">()*</span><span class="mi">2000</span><span class="o">));</span> <span class="o">}</span> <span class="k">catch</span> <span class="o">(</span><span class="n">InterruptedException</span> <span class="n">e</span><span class="o">)</span> <span class="o">{</span> <span class="n">e</span><span class="o">.</span><span class="na">printStackTrace</span><span class="o">();</span> <span class="o">}</span> <span class="o">}</span> <span class="o">}</span> <span class="o">}</span> <span class="kd">class</span> <span class="nc">Test</span> <span class="o">{</span> <span class="kd">public</span> <span class="kd">static</span> <span class="kt">void</span> <span class="nf">main</span><span class="o">(</span><span class="n">String</span><span class="o">[]</span> <span class="n">args</span><span class="o">){</span> <span class="c1">//主函数入口 </span> <span class="n">MyStack</span> <span class="n">ms</span> <span class="o">=</span> <span class="k">new</span> <span class="n">MyStack</span><span class="o">();</span> <span class="n">Thread</span> <span class="n">t1</span> <span class="o">=</span> <span class="k">new</span> <span class="n">Producer</span><span class="o">(</span><span class="n">ms</span><span class="o">);</span> <span class="n">Thread</span> <span class="n">t2</span> <span class="o">=</span> <span class="k">new</span> <span class="n">Consumer</span><span class="o">(</span><span class="n">ms</span><span class="o">);</span> <span class="n">t1</span><span class="o">.</span><span class="na">start</span><span class="o">();</span> <span class="n">t2</span><span class="o">.</span><span class="na">start</span><span class="o">();</span> <span class="o">}</span> <span class="o">}</span> <span class="c1">//运行结果:</span> <span class="n">push</span> <span class="n">A</span> <span class="n">PopA</span> <span class="n">push</span> <span class="n">A</span> <span class="n">PopA</span> <span class="n">push</span> <span class="n">A</span> <span class="n">PopA</span> <span class="n">push</span> <span class="n">A</span> <span class="n">PopA</span> <span class="n">push</span> <span class="n">A</span> <span class="n">push</span> <span class="n">A</span> <span class="n">PopA</span> <span class="n">PopA</span> <span class="n">push</span> <span class="n">A</span> <span class="n">PopA</span> <span class="n">push</span> <span class="n">A</span> <span class="n">PopA</span> <span class="n">push</span> <span class="n">A</span> <span class="n">PopA</span> <span class="o">...</span> <span class="o">...</span> </code></pre> </div> <p><br /></p> <hr> <div class="row"> <div class="col-md-6"> <h5 style="display: inline;">Tags:</h5> <button class="btn btn-white btn-xs" type="button">java</button> </div> <!-- <div class="col-md-6"> <div class="small text-right"> <div> <i class="fa fa-comments-o"> </i> <span class="ds-comments">0</span>条评论 </div> <div> <i class="fa fa-share-alt"> </i> <span class="ds-shares">0</span>条转发 </div> </div> </div> --> </div> <br> <div class="row"> <div class="col-lg-12"> <!-- donate --> <button type="button" class="btn btn-primary" data-toggle="modal" data-target="#myModal2"> Donate </button> <div class="modal inmodal" id="myModal2" tabindex="-1" role="dialog" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content animated flipInY"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button> <h4 class="modal-title">Donate Me</h4> <small class="font-bold">Thanks for your support!</small> </div> <div class="modal-body"> <div class="tabbable" id="tabs-960227"> <ul class="nav nav-tabs"> <li class="active"> <a href="#panel-405278" data-toggle="tab">Alipay</a> </li> <li> <a href="#panel-874705" data-toggle="tab">Wechat</a> </li> </ul> <div class="tab-content"> <div class="tab-pane active" id="panel-405278"> <div class="text-center"> <img src="/static/img/pay/alipay.png"" height="250" width="250"> </div> </div> <div class="tab-pane" id="panel-874705"> <div class="text-center"> <img src="/static/img/pay/wechat.png"" height="250" width="250"> </div> </div> </div> </div> </div> <div class="modal-footer"> <button type="button" class="btn btn-white" data-dismiss="modal">Close</button> </div> </div> </div> </div> <br> <!-- share --> <!--分享--> <div class="row" style="margin-top:30px;"> <h2>Share:</h2> <div class="social-share" style="margin-left:-5px;"data-sites="wechat,qq,qzone,weibo"></div> </div> <link rel="stylesheet" href="/static/css/share.min.css"> <script src="/static/js/jquery.share.min.js"></script> <script src="/static/js/embed.js"></script> <script> var url = 'http://localhost:4000/java/2012/11/16/java-thread-base.html'; var source = 'http://localhost:4000/java/2012/11/16/java-thread-base.html'; var title = 'java多线程基础'; var excerpt = $("p:eq(0)").text(); var imageUrl = 'http://localhost:4000/static/img/landing/header_one.jpg'; var imgEle = $(".content_img:eq(0)"); if (imgEle) { imageUrl = imgEle.attr("src"); } var $config = { url: url, // 网址,默认使用 window.location.href source: source, // 来源(QQ空间会用到), 默认读取head标签:<meta name="site" content="http://overtrue" /> title: title, // 标题,默认读取 document.title 或者 <meta name="title" content="share.js" /> description: excerpt, // 描述, 默认读取head标签:<meta name="description" content="PHP弱类型的实现原理分析" /> image: imageUrl, // 图片, 默认取网页中第一个img标签 sites: ['qzone', 'qq', 'weibo','wechat','douban'], // 启用的站点 //disabled: ['google', 'facebook', 'twitter'], // 禁用的站点 wechatQrcodeTitle: "微信扫一扫:分享", // 微信二维码提示文字 wechatQrcodeHelper: '<p style="font-size:10px;">微信里点“发现”,扫一下</p><p style="font-size:10px;">二维码便可将本文分享至朋友圈。</p>', }; $('.social-share').share($config); </script> <br> <!-- comment --> <!-- --> <!-- 多说评论框 start --> <div class="row" style="margin-top:25px;"></div> <div class="ds-thread" data-thread-key="/java/2012/11/16/java-thread-base.html" data-title="java多线程基础" data-url="http://localhost:4000/java/2012/11/16/java-thread-base.html"></div> <!-- 多说评论框 end --> <!-- 多说公共JS代码 start (一个网页只需插入一次) --> <script type="text/javascript"> var duoshuoQuery = {short_name:"kinglyjn"}; (function() { var ds = document.createElement('script'); ds.type = 'text/javascript';ds.async = true; ds.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') + '//static.duoshuo.com/embed.js'; ds.charset = 'UTF-8'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(ds); })(); </script> <!-- 多说公共JS代码 end --> </div> </div> </div> </div> </div> </div> </div> <script src="/static/js/scroll.js"></script> <!-- Baidu analytics --> <!-- Google analytics --> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-73784599-1', 'auto'); ga('send', 'pageview'); </script> <!-- --> <!-- --> <script async src="/static/js/count_page.js"></script> </body> </html>
api_en/zlib.html
huahouye/nodejs-API_zh
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>Zlib Node.js v6.2.0 Manual &amp; Documentation</title> <link rel="stylesheet" href="assets/css?family=Lato:400,700,400italic"> <link rel="stylesheet" href="assets/style.css"> <link rel="stylesheet" href="assets/sh.css"> <link rel="canonical" href="https://nodejs.org/api/zlib.html"> </head> <body class="alt apidoc" id="api-section-zlib"> <div id="content" class="clearfix"> <div id="column2" class="interior"> <div id="intro" class="interior"> <a href="/" title="Go back to the home page"> Node.js </a> </div> <ul> <li><a class="nav-documentation" href="documentation.html">About these Docs</a></li> <li><a class="nav-synopsis" href="synopsis.html">Usage &amp; Example</a></li> </ul> <div class="line"></div> <ul> <li><a class="nav-assert" href="assert.html">Assertion Testing</a></li> <li><a class="nav-buffer" href="buffer.html">Buffer</a></li> <li><a class="nav-addons" href="addons.html">C/C++ Addons</a></li> <li><a class="nav-child_process" href="child_process.html">Child Processes</a></li> <li><a class="nav-cluster" href="cluster.html">Cluster</a></li> <li><a class="nav-cli" href="cli.html">Command Line Options</a></li> <li><a class="nav-console" href="console.html">Console</a></li> <li><a class="nav-crypto" href="crypto.html">Crypto</a></li> <li><a class="nav-debugger" href="debugger.html">Debugger</a></li> <li><a class="nav-dns" href="dns.html">DNS</a></li> <li><a class="nav-domain" href="domain.html">Domain</a></li> <li><a class="nav-errors" href="errors.html">Errors</a></li> <li><a class="nav-events" href="events.html">Events</a></li> <li><a class="nav-fs" href="fs.html">File System</a></li> <li><a class="nav-globals" href="globals.html">Globals</a></li> <li><a class="nav-http" href="http.html">HTTP</a></li> <li><a class="nav-https" href="https.html">HTTPS</a></li> <li><a class="nav-modules" href="modules.html">Modules</a></li> <li><a class="nav-net" href="net.html">Net</a></li> <li><a class="nav-os" href="os.html">OS</a></li> <li><a class="nav-path" href="path.html">Path</a></li> <li><a class="nav-process" href="process.html">Process</a></li> <li><a class="nav-punycode" href="punycode.html">Punycode</a></li> <li><a class="nav-querystring" href="querystring.html">Query Strings</a></li> <li><a class="nav-readline" href="readline.html">Readline</a></li> <li><a class="nav-repl" href="repl.html">REPL</a></li> <li><a class="nav-stream" href="stream.html">Stream</a></li> <li><a class="nav-string_decoder" href="string_decoder.html">String Decoder</a></li> <li><a class="nav-timers" href="timers.html">Timers</a></li> <li><a class="nav-tls" href="tls.html">TLS/SSL</a></li> <li><a class="nav-tty" href="tty.html">TTY</a></li> <li><a class="nav-dgram" href="dgram.html">UDP/Datagram</a></li> <li><a class="nav-url" href="url.html">URL</a></li> <li><a class="nav-util" href="util.html">Utilities</a></li> <li><a class="nav-v8" href="v8.html">V8</a></li> <li><a class="nav-vm" href="vm.html">VM</a></li> <li><a class="nav-zlib active" href="zlib.html">ZLIB</a></li> </ul> <div class="line"></div> <ul> <li><a class="nav-https-github-com-nodejs-node" href="https://github.com/nodejs/node">GitHub Repo &amp; Issue Tracker</a></li> <li><a class="nav-http-groups-google-com-group-nodejs" href="http://groups.google.com/group/nodejs">Mailing List</a></li> </ul> </div> <div id="column1" data-id="zlib" class="interior"> <header> <h1>Node.js v6.2.0 Documentation</h1> <div id="gtoc"> <p> <a href="index.html" name="toc">Index</a> | <a href="all.html">View on single page</a> | <a href="zlib.json">View as JSON</a> </p> </div> <hr> </header> <div id="toc"> <h2>Table of Contents</h2> <ul> <li><a href="#zlib_zlib">Zlib</a><ul> <li><a href="#zlib_compressing_http_requests_and_responses">Compressing HTTP requests and responses</a></li> <li><a href="#zlib_memory_usage_tuning">Memory Usage Tuning</a></li> <li><a href="#zlib_flushing">Flushing</a></li> <li><a href="#zlib_constants">Constants</a></li> <li><a href="#zlib_class_options">Class Options</a></li> <li><a href="#zlib_class_zlib_deflate">Class: zlib.Deflate</a></li> <li><a href="#zlib_class_zlib_deflateraw">Class: zlib.DeflateRaw</a></li> <li><a href="#zlib_class_zlib_gunzip">Class: zlib.Gunzip</a></li> <li><a href="#zlib_class_zlib_gzip">Class: zlib.Gzip</a></li> <li><a href="#zlib_class_zlib_inflate">Class: zlib.Inflate</a></li> <li><a href="#zlib_class_zlib_inflateraw">Class: zlib.InflateRaw</a></li> <li><a href="#zlib_class_zlib_unzip">Class: zlib.Unzip</a></li> <li><a href="#zlib_class_zlib_zlib">Class: zlib.Zlib</a><ul> <li><a href="#zlib_zlib_flush_kind_callback">zlib.flush([kind], callback)</a></li> <li><a href="#zlib_zlib_params_level_strategy_callback">zlib.params(level, strategy, callback)</a></li> <li><a href="#zlib_zlib_reset">zlib.reset()</a></li> </ul> </li> <li><a href="#zlib_zlib_createdeflate_options">zlib.createDeflate([options])</a></li> <li><a href="#zlib_zlib_createdeflateraw_options">zlib.createDeflateRaw([options])</a></li> <li><a href="#zlib_zlib_creategunzip_options">zlib.createGunzip([options])</a></li> <li><a href="#zlib_zlib_creategzip_options">zlib.createGzip([options])</a></li> <li><a href="#zlib_zlib_createinflate_options">zlib.createInflate([options])</a></li> <li><a href="#zlib_zlib_createinflateraw_options">zlib.createInflateRaw([options])</a></li> <li><a href="#zlib_zlib_createunzip_options">zlib.createUnzip([options])</a></li> <li><a href="#zlib_convenience_methods">Convenience Methods</a><ul> <li><a href="#zlib_zlib_deflate_buf_options_callback">zlib.deflate(buf[, options], callback)</a></li> <li><a href="#zlib_zlib_deflatesync_buf_options">zlib.deflateSync(buf[, options])</a></li> <li><a href="#zlib_zlib_deflateraw_buf_options_callback">zlib.deflateRaw(buf[, options], callback)</a></li> <li><a href="#zlib_zlib_deflaterawsync_buf_options">zlib.deflateRawSync(buf[, options])</a></li> <li><a href="#zlib_zlib_gunzip_buf_options_callback">zlib.gunzip(buf[, options], callback)</a></li> <li><a href="#zlib_zlib_gunzipsync_buf_options">zlib.gunzipSync(buf[, options])</a></li> <li><a href="#zlib_zlib_gzip_buf_options_callback">zlib.gzip(buf[, options], callback)</a></li> <li><a href="#zlib_zlib_gzipsync_buf_options">zlib.gzipSync(buf[, options])</a></li> <li><a href="#zlib_zlib_inflate_buf_options_callback">zlib.inflate(buf[, options], callback)</a></li> <li><a href="#zlib_zlib_inflatesync_buf_options">zlib.inflateSync(buf[, options])</a></li> <li><a href="#zlib_zlib_inflateraw_buf_options_callback">zlib.inflateRaw(buf[, options], callback)</a></li> <li><a href="#zlib_zlib_inflaterawsync_buf_options">zlib.inflateRawSync(buf[, options])</a></li> <li><a href="#zlib_zlib_unzip_buf_options_callback">zlib.unzip(buf[, options], callback)</a></li> <li><a href="#zlib_zlib_unzipsync_buf_options">zlib.unzipSync(buf[, options])</a></li> </ul> </li> </ul> </li> </ul> </div> <div id="apicontent"> <h1>Zlib<span><a class="mark" href="#zlib_zlib" id="zlib_zlib">#</a></span></h1> <pre class="api_stability api_stability_2">Stability: 2 - Stable</pre><p>The <code>zlib</code> module provides compression functionality implemented using Gzip and Deflate/Inflate. It can be accessed using:</p> <pre><code class="lang-js">const zlib = require(&#39;zlib&#39;); </code></pre> <p>Compressing or decompressing a stream (such as a file) can be accomplished by piping the source stream data through a <code>zlib</code> stream into a destination stream:</p> <pre><code class="lang-js">const gzip = zlib.createGzip(); const fs = require(&#39;fs&#39;); const inp = fs.createReadStream(&#39;input.txt&#39;); const out = fs.createWriteStream(&#39;input.txt.gz&#39;); inp.pipe(gzip).pipe(out); </code></pre> <p>It is also possible to compress or decompress data in a single step:</p> <pre><code class="lang-js">const input = &#39;.................................&#39;; zlib.deflate(input, (err, buffer) =&gt; { if (!err) { console.log(buffer.toString(&#39;base64&#39;)); } else { // handle error } }); const buffer = Buffer.from(&#39;eJzT0yMAAGTvBe8=&#39;, &#39;base64&#39;); zlib.unzip(buffer, (err, buffer) =&gt; { if (!err) { console.log(buffer.toString()); } else { // handle error } }); </code></pre> <h2>Compressing HTTP requests and responses<span><a class="mark" href="#zlib_compressing_http_requests_and_responses" id="zlib_compressing_http_requests_and_responses">#</a></span></h2> <p>The <code>zlib</code> module can be used to implement support for the <code>gzip</code> and <code>deflate</code> content-encoding mechanisms defined by <a href="https://tools.ietf.org/html/rfc7230#section-4.2">HTTP</a>.</p> <p>The HTTP <a href="https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.3"><code>Accept-Encoding</code></a> header is used within an http request to identify the compression encodings accepted by the client. The <a href="https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.11"><code>Content-Encoding</code></a> header is used to identify the compression encodings actually applied to a message.</p> <p><strong>Note: the examples given below are drastically simplified to show the basic concept.</strong> Using <code>zlib</code> encoding can be expensive, and the results ought to be cached. See <a href="#zlib_memory_usage_tuning">Memory Usage Tuning</a> for more information on the speed/memory/compression tradeoffs involved in <code>zlib</code> usage.</p> <pre><code class="lang-js">// client request example const zlib = require(&#39;zlib&#39;); const http = require(&#39;http&#39;); const fs = require(&#39;fs&#39;); const request = http.get({ host: &#39;example.com&#39;, path: &#39;/&#39;, port: 80, headers: { &#39;Accept-Encoding&#39;: &#39;gzip,deflate&#39; } }); request.on(&#39;response&#39;, (response) =&gt; { var output = fs.createWriteStream(&#39;example.com_index.html&#39;); switch (response.headers[&#39;content-encoding&#39;]) { // or, just use zlib.createUnzip() to handle both cases case &#39;gzip&#39;: response.pipe(zlib.createGunzip()).pipe(output); break; case &#39;deflate&#39;: response.pipe(zlib.createInflate()).pipe(output); break; default: response.pipe(output); break; } }); // server example // Running a gzip operation on every request is quite expensive. // It would be much more efficient to cache the compressed buffer. const zlib = require(&#39;zlib&#39;); const http = require(&#39;http&#39;); const fs = require(&#39;fs&#39;); http.createServer((request, response) =&gt; { var raw = fs.createReadStream(&#39;index.html&#39;); var acceptEncoding = request.headers[&#39;accept-encoding&#39;]; if (!acceptEncoding) { acceptEncoding = &#39;&#39;; } // Note: this is not a conformant accept-encoding parser. // See http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.3 if (acceptEncoding.match(/\bdeflate\b/)) { response.writeHead(200, { &#39;Content-Encoding&#39;: &#39;deflate&#39; }); raw.pipe(zlib.createDeflate()).pipe(response); } else if (acceptEncoding.match(/\bgzip\b/)) { response.writeHead(200, { &#39;Content-Encoding&#39;: &#39;gzip&#39; }); raw.pipe(zlib.createGzip()).pipe(response); } else { response.writeHead(200, {}); raw.pipe(response); } }).listen(1337); </code></pre> <p>By default, the <code>zlib</code> methods with throw an error when decompressing truncated data. However, if it is known that the data is incomplete, or the desire is to inspect only the beginning of a compressed file, it is possible to suppress the default error handling by changing the flushing method that is used to compressed the last chunk of input data:</p> <pre><code class="lang-js">// This is a truncated version of the buffer from the above examples const buffer = Buffer.from(&#39;eJzT0yMA&#39;, &#39;base64&#39;); zlib.unzip(buffer, { finishFlush: zlib.Z_SYNC_FLUSH }, (err, buffer) =&gt; { if (!err) { console.log(buffer.toString()); } else { // handle error } }); </code></pre> <p>This will not change the behavior in other error-throwing situations, e.g. when the input data has an invalid format. Using this method, it will not be possible to determine whether the input ended prematurely or lacks the integrity checks, making it necessary to manually check that the decompressed result is valid.</p> <h2>Memory Usage Tuning<span><a class="mark" href="#zlib_memory_usage_tuning" id="zlib_memory_usage_tuning">#</a></span></h2> <!--type=misc--> <p>From <code>zlib/zconf.h</code>, modified to node.js&#39;s usage:</p> <p>The memory requirements for deflate are (in bytes):</p> <pre><code>(1 &lt;&lt; (windowBits+2)) + (1 &lt;&lt; (memLevel+9)) </code></pre><p>That is: 128K for windowBits=15 + 128K for memLevel = 8 (default values) plus a few kilobytes for small objects.</p> <p>For example, to reduce the default memory requirements from 256K to 128K, the options shoud be set to:</p> <pre><code>{ windowBits: 14, memLevel: 7 } </code></pre><p>This will, however, generally degrade compression.</p> <p>The memory requirements for inflate are (in bytes)</p> <pre><code>1 &lt;&lt; windowBits </code></pre><p>That is, 32K for windowBits=15 (default value) plus a few kilobytes for small objects.</p> <p>This is in addition to a single internal output slab buffer of size <code>chunkSize</code>, which defaults to 16K.</p> <p>The speed of <code>zlib</code> compression is affected most dramatically by the <code>level</code> setting. A higher level will result in better compression, but will take longer to complete. A lower level will result in less compression, but will be much faster.</p> <p>In general, greater memory usage options will mean that Node.js has to make fewer calls to <code>zlib</code> because it will be able to process more data on each <code>write</code> operation. So, this is another factor that affects the speed, at the cost of memory usage.</p> <h2>Flushing<span><a class="mark" href="#zlib_flushing" id="zlib_flushing">#</a></span></h2> <p>Calling <a href="#zlib_zlib_flush_kind_callback"><code>.flush()</code></a> on a compression stream will make <code>zlib</code> return as much output as currently possible. This may come at the cost of degraded compression quality, but can be useful when data needs to be available as soon as possible.</p> <p>In the following example, <code>flush()</code> is used to write a compressed partial HTTP response to the client:</p> <pre><code class="lang-js">const zlib = require(&#39;zlib&#39;); const http = require(&#39;http&#39;); http.createServer((request, response) =&gt; { // For the sake of simplicity, the Accept-Encoding checks are omitted. response.writeHead(200, { &#39;content-encoding&#39;: &#39;gzip&#39; }); const output = zlib.createGzip(); output.pipe(response); setInterval(() =&gt; { output.write(`The current time is ${Date()}\n`, () =&gt; { // The data has been passed to zlib, but the compression algorithm may // have decided to buffer the data for more efficient compression. // Calling .flush() will make the data available as soon as the client // is ready to receive it. output.flush(); }); }, 1000); }).listen(1337); </code></pre> <h2>Constants<span><a class="mark" href="#zlib_constants" id="zlib_constants">#</a></span></h2> <!--type=misc--> <p>All of the constants defined in <code>zlib.h</code> are also defined on <code>require(&#39;zlib&#39;)</code>. In the normal course of operations, it will not be necessary to use these constants. They are documented so that their presence is not surprising. This section is taken almost directly from the <a href="http://zlib.net/manual.html#Constants">zlib documentation</a>. See <a href="http://zlib.net/manual.html#Constants">http://zlib.net/manual.html#Constants</a> for more details.</p> <p>Allowed flush values.</p> <ul> <li><code>zlib.Z_NO_FLUSH</code></li> <li><code>zlib.Z_PARTIAL_FLUSH</code></li> <li><code>zlib.Z_SYNC_FLUSH</code></li> <li><code>zlib.Z_FULL_FLUSH</code></li> <li><code>zlib.Z_FINISH</code></li> <li><code>zlib.Z_BLOCK</code></li> <li><code>zlib.Z_TREES</code></li> </ul> <p>Return codes for the compression/decompression functions. Negative values are errors, positive values are used for special but normal events.</p> <ul> <li><code>zlib.Z_OK</code></li> <li><code>zlib.Z_STREAM_END</code></li> <li><code>zlib.Z_NEED_DICT</code></li> <li><code>zlib.Z_ERRNO</code></li> <li><code>zlib.Z_STREAM_ERROR</code></li> <li><code>zlib.Z_DATA_ERROR</code></li> <li><code>zlib.Z_MEM_ERROR</code></li> <li><code>zlib.Z_BUF_ERROR</code></li> <li><code>zlib.Z_VERSION_ERROR</code></li> </ul> <p>Compression levels.</p> <ul> <li><code>zlib.Z_NO_COMPRESSION</code></li> <li><code>zlib.Z_BEST_SPEED</code></li> <li><code>zlib.Z_BEST_COMPRESSION</code></li> <li><code>zlib.Z_DEFAULT_COMPRESSION</code></li> </ul> <p>Compression strategy.</p> <ul> <li><code>zlib.Z_FILTERED</code></li> <li><code>zlib.Z_HUFFMAN_ONLY</code></li> <li><code>zlib.Z_RLE</code></li> <li><code>zlib.Z_FIXED</code></li> <li><code>zlib.Z_DEFAULT_STRATEGY</code></li> </ul> <p>Possible values of the data_type field.</p> <ul> <li><code>zlib.Z_BINARY</code></li> <li><code>zlib.Z_TEXT</code></li> <li><code>zlib.Z_ASCII</code></li> <li><code>zlib.Z_UNKNOWN</code></li> </ul> <p>The deflate compression method (the only one supported in this version).</p> <ul> <li><code>zlib.Z_DEFLATED</code></li> </ul> <p>For initializing zalloc, zfree, opaque.</p> <ul> <li><code>zlib.Z_NULL</code></li> </ul> <h2>Class Options<span><a class="mark" href="#zlib_class_options" id="zlib_class_options">#</a></span></h2> <!--type=misc--> <p>Each class takes an <code>options</code> object. All options are optional.</p> <p>Note that some options are only relevant when compressing, and are ignored by the decompression classes.</p> <ul> <li><code>flush</code> (default: <code>zlib.Z_NO_FLUSH</code>)</li> <li><code>finishFlush</code> (default: <code>zlib.Z_FINISH</code>)</li> <li><code>chunkSize</code> (default: 16*1024)</li> <li><code>windowBits</code></li> <li><code>level</code> (compression only)</li> <li><code>memLevel</code> (compression only)</li> <li><code>strategy</code> (compression only)</li> <li><code>dictionary</code> (deflate/inflate only, empty dictionary by default)</li> </ul> <p>See the description of <code>deflateInit2</code> and <code>inflateInit2</code> at <a href="http://zlib.net/manual.html#Advanced">http://zlib.net/manual.html#Advanced</a> for more information on these.</p> <h2>Class: zlib.Deflate<span><a class="mark" href="#zlib_class_zlib_deflate" id="zlib_class_zlib_deflate">#</a></span></h2> <p>Compress data using deflate.</p> <h2>Class: zlib.DeflateRaw<span><a class="mark" href="#zlib_class_zlib_deflateraw" id="zlib_class_zlib_deflateraw">#</a></span></h2> <p>Compress data using deflate, and do not append a <code>zlib</code> header.</p> <h2>Class: zlib.Gunzip<span><a class="mark" href="#zlib_class_zlib_gunzip" id="zlib_class_zlib_gunzip">#</a></span></h2> <p>Decompress a gzip stream.</p> <h2>Class: zlib.Gzip<span><a class="mark" href="#zlib_class_zlib_gzip" id="zlib_class_zlib_gzip">#</a></span></h2> <p>Compress data using gzip.</p> <h2>Class: zlib.Inflate<span><a class="mark" href="#zlib_class_zlib_inflate" id="zlib_class_zlib_inflate">#</a></span></h2> <p>Decompress a deflate stream.</p> <h2>Class: zlib.InflateRaw<span><a class="mark" href="#zlib_class_zlib_inflateraw" id="zlib_class_zlib_inflateraw">#</a></span></h2> <p>Decompress a raw deflate stream.</p> <h2>Class: zlib.Unzip<span><a class="mark" href="#zlib_class_zlib_unzip" id="zlib_class_zlib_unzip">#</a></span></h2> <p>Decompress either a Gzip- or Deflate-compressed stream by auto-detecting the header.</p> <h2>Class: zlib.Zlib<span><a class="mark" href="#zlib_class_zlib_zlib" id="zlib_class_zlib_zlib">#</a></span></h2> <p>Not exported by the <code>zlib</code> module. It is documented here because it is the base class of the compressor/decompressor classes.</p> <h3>zlib.flush([kind], callback)<span><a class="mark" href="#zlib_zlib_flush_kind_callback" id="zlib_zlib_flush_kind_callback">#</a></span></h3> <p><code>kind</code> defaults to <code>zlib.Z_FULL_FLUSH</code>.</p> <p>Flush pending data. Don&#39;t call this frivolously, premature flushes negatively impact the effectiveness of the compression algorithm.</p> <p>Calling this only flushes data from the internal <code>zlib</code> state, and does not perform flushing of any kind on the streams level. Rather, it behaves like a normal call to <code>.write()</code>, i.e. it will be queued up behind other pending writes and will only produce output when data is being read from the stream.</p> <h3>zlib.params(level, strategy, callback)<span><a class="mark" href="#zlib_zlib_params_level_strategy_callback" id="zlib_zlib_params_level_strategy_callback">#</a></span></h3> <p>Dynamically update the compression level and compression strategy. Only applicable to deflate algorithm.</p> <h3>zlib.reset()<span><a class="mark" href="#zlib_zlib_reset" id="zlib_zlib_reset">#</a></span></h3> <p>Reset the compressor/decompressor to factory defaults. Only applicable to the inflate and deflate algorithms.</p> <h2>zlib.createDeflate(<a href="#zlib_class_options">options</a>)<span><a class="mark" href="#zlib_zlib_createdeflate_options" id="zlib_zlib_createdeflate_options">#</a></span></h2> <p>Returns a new <a href="#zlib_class_zlib_deflate">Deflate</a> object with an <a href="#zlib_class_options">options</a>.</p> <h2>zlib.createDeflateRaw(<a href="#zlib_class_options">options</a>)<span><a class="mark" href="#zlib_zlib_createdeflateraw_options" id="zlib_zlib_createdeflateraw_options">#</a></span></h2> <p>Returns a new <a href="#zlib_class_zlib_deflateraw">DeflateRaw</a> object with an <a href="#zlib_class_options">options</a>.</p> <h2>zlib.createGunzip(<a href="#zlib_class_options">options</a>)<span><a class="mark" href="#zlib_zlib_creategunzip_options" id="zlib_zlib_creategunzip_options">#</a></span></h2> <p>Returns a new <a href="#zlib_class_zlib_gunzip">Gunzip</a> object with an <a href="#zlib_class_options">options</a>.</p> <h2>zlib.createGzip(<a href="#zlib_class_options">options</a>)<span><a class="mark" href="#zlib_zlib_creategzip_options" id="zlib_zlib_creategzip_options">#</a></span></h2> <p>Returns a new <a href="#zlib_class_zlib_gzip">Gzip</a> object with an <a href="#zlib_class_options">options</a>.</p> <h2>zlib.createInflate(<a href="#zlib_class_options">options</a>)<span><a class="mark" href="#zlib_zlib_createinflate_options" id="zlib_zlib_createinflate_options">#</a></span></h2> <p>Returns a new <a href="#zlib_class_zlib_inflate">Inflate</a> object with an <a href="#zlib_class_options">options</a>.</p> <h2>zlib.createInflateRaw(<a href="#zlib_class_options">options</a>)<span><a class="mark" href="#zlib_zlib_createinflateraw_options" id="zlib_zlib_createinflateraw_options">#</a></span></h2> <p>Returns a new <a href="#zlib_class_zlib_inflateraw">InflateRaw</a> object with an <a href="#zlib_class_options">options</a>.</p> <h2>zlib.createUnzip(<a href="#zlib_class_options">options</a>)<span><a class="mark" href="#zlib_zlib_createunzip_options" id="zlib_zlib_createunzip_options">#</a></span></h2> <p>Returns a new <a href="#zlib_class_zlib_unzip">Unzip</a> object with an <a href="#zlib_class_options">options</a>.</p> <h2>Convenience Methods<span><a class="mark" href="#zlib_convenience_methods" id="zlib_convenience_methods">#</a></span></h2> <!--type=misc--> <p>All of these take a <a href="buffer.html">Buffer</a> or string as the first argument, an optional second argument to supply options to the <code>zlib</code> classes and will call the supplied callback with <code>callback(error, result)</code>.</p> <p>Every method has a <code>*Sync</code> counterpart, which accept the same arguments, but without a callback.</p> <h3>zlib.deflate(buf[, options], callback)<span><a class="mark" href="#zlib_zlib_deflate_buf_options_callback" id="zlib_zlib_deflate_buf_options_callback">#</a></span></h3> <h3>zlib.deflateSync(buf[, options])<span><a class="mark" href="#zlib_zlib_deflatesync_buf_options" id="zlib_zlib_deflatesync_buf_options">#</a></span></h3> <p>Compress a Buffer or string with Deflate.</p> <h3>zlib.deflateRaw(buf[, options], callback)<span><a class="mark" href="#zlib_zlib_deflateraw_buf_options_callback" id="zlib_zlib_deflateraw_buf_options_callback">#</a></span></h3> <h3>zlib.deflateRawSync(buf[, options])<span><a class="mark" href="#zlib_zlib_deflaterawsync_buf_options" id="zlib_zlib_deflaterawsync_buf_options">#</a></span></h3> <p>Compress a Buffer or string with DeflateRaw.</p> <h3>zlib.gunzip(buf[, options], callback)<span><a class="mark" href="#zlib_zlib_gunzip_buf_options_callback" id="zlib_zlib_gunzip_buf_options_callback">#</a></span></h3> <h3>zlib.gunzipSync(buf[, options])<span><a class="mark" href="#zlib_zlib_gunzipsync_buf_options" id="zlib_zlib_gunzipsync_buf_options">#</a></span></h3> <p>Decompress a Buffer or string with Gunzip.</p> <h3>zlib.gzip(buf[, options], callback)<span><a class="mark" href="#zlib_zlib_gzip_buf_options_callback" id="zlib_zlib_gzip_buf_options_callback">#</a></span></h3> <h3>zlib.gzipSync(buf[, options])<span><a class="mark" href="#zlib_zlib_gzipsync_buf_options" id="zlib_zlib_gzipsync_buf_options">#</a></span></h3> <p>Compress a Buffer or string with Gzip.</p> <h3>zlib.inflate(buf[, options], callback)<span><a class="mark" href="#zlib_zlib_inflate_buf_options_callback" id="zlib_zlib_inflate_buf_options_callback">#</a></span></h3> <h3>zlib.inflateSync(buf[, options])<span><a class="mark" href="#zlib_zlib_inflatesync_buf_options" id="zlib_zlib_inflatesync_buf_options">#</a></span></h3> <p>Decompress a Buffer or string with Inflate.</p> <h3>zlib.inflateRaw(buf[, options], callback)<span><a class="mark" href="#zlib_zlib_inflateraw_buf_options_callback" id="zlib_zlib_inflateraw_buf_options_callback">#</a></span></h3> <h3>zlib.inflateRawSync(buf[, options])<span><a class="mark" href="#zlib_zlib_inflaterawsync_buf_options" id="zlib_zlib_inflaterawsync_buf_options">#</a></span></h3> <p>Decompress a Buffer or string with InflateRaw.</p> <h3>zlib.unzip(buf[, options], callback)<span><a class="mark" href="#zlib_zlib_unzip_buf_options_callback" id="zlib_zlib_unzip_buf_options_callback">#</a></span></h3> <h3>zlib.unzipSync(buf[, options])<span><a class="mark" href="#zlib_zlib_unzipsync_buf_options" id="zlib_zlib_unzipsync_buf_options">#</a></span></h3> <p>Decompress a Buffer or string with Unzip.</p> </div> </div> </div> <script src="assets/sh_main.js"></script> <script src="assets/sh_javascript.min.js"></script> <script>highlight(undefined, undefined, 'pre');</script> </body> </html>
clean/Linux-x86_64-4.09.1-2.0.6/released/8.15.0/tactician/1.0~beta1+8.11.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>tactician: 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.15.0 / tactician - 1.0~beta1+8.11</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> tactician <small> 1.0~beta1+8.11 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-03-09 10:04:44 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-03-09 10:04:44 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 4 Virtual package relying on a GMP lib system installation coq 8.15.0 Formal proof management system dune 3.0.3 Fast, portable, and opinionated build system ocaml 4.09.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.09.1 Official release 4.09.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.3 A library manager for OCaml zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: &quot;2.0&quot; name: &quot;coq-tactician&quot; synopsis: &quot;Tactician: A Seamless, Interactive Tactic Learner and Prover for Coq&quot; description: &quot;&quot;&quot; Tactician is a tactic learner and prover for the Coq Proof Assistant. The system will help users make tactical proof decisions while they retain control over the general proof strategy. To this end, Tactician will learn from previously written tactic scripts, and either gives the user suggestions about the next tactic to be executed or altogether takes over the burden of proof synthesis. Tactician&#39;s goal is to provide the user with a seamless, interactive, and intuitive experience together with strong, adaptive proof automation. &quot;&quot;&quot; homepage: &quot;https://coq-tactician.github.io&quot; dev-repo: &quot;git+https://github.com/coq-tactician/coq-tactician&quot; bug-reports: &quot;https://github.com/coq-tactician/coq-tactician/issues&quot; maintainer: &quot;Lasse Blaauwbroek &lt;lasse@blaauwbroek.eu&gt;&quot; authors: &quot;Lasse Blaauwbroek &lt;lasse@blaauwbroek.eu&quot; depends: [ &quot;ocaml&quot; {&gt;= &quot;4.08&quot;} &quot;dune&quot; {&gt;= &quot;2.5&quot;} &quot;opam-client&quot; {&gt;= &quot;2.1.0~beta2&quot;} &quot;cmdliner&quot; &quot;coq&quot; {&gt;= &quot;8.11&quot; &amp; &lt; &quot;8.12~&quot;} &quot;coq-tactician-dummy&quot; ] depexts: [&quot;git&quot;] build: [ [&quot;dune&quot; &quot;build&quot; &quot;--release&quot; &quot;-j&quot; jobs] ] post-messages: [&quot; --- Tactician was successfully installed --- In order to enable Tactician, you should run tactician enable &quot; {success}] url { src: &quot;https://github.com/coq-tactician/coq-tactician/archive/1.0-beta1-8.11.tar.gz&quot; } tags: [ &quot;keyword:tactic-learning&quot; &quot;keyword:machine-learning&quot; &quot;keyword:automation&quot; &quot;keyword:proof-synthesis&quot; &quot;category:Miscellaneous/Coq Extensions&quot; &quot;logpath:Tactician&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-tactician.1.0~beta1+8.11 coq.8.15.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.15.0). The following dependencies couldn&#39;t be met: - coq-tactician -&gt; coq &lt; 8.12~ -&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-tactician.1.0~beta1+8.11</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
doc/functions_enum.html
paoloburelli/camon
<!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.10"/> <title>CamOn: Class Members - Enumerations</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="projectlogo"><img alt="Logo" src="logo-small.jpg"/></td> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">CamOn &#160;<span id="projectnumber">1.0</span> </div> <div id="projectbrief">CamOn is a Unity library/plugin that lets the developers and designers control the camera without the hustle of custom scripting or manual placement. It is designed both to simplify the camera placement process in cut-scenes and to allow more cinematographic visualisations during gameplay.</div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.10 --> <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 class="current"><a href="annotated.html"><span>Classes</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="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li> <li class="current"><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> <div id="navrow3" class="tabs2"> <ul class="tablist"> <li><a href="functions.html"><span>All</span></a></li> <li><a href="functions_func.html"><span>Functions</span></a></li> <li><a href="functions_vars.html"><span>Variables</span></a></li> <li class="current"><a href="functions_enum.html"><span>Enumerations</span></a></li> <li><a href="functions_prop.html"><span>Properties</span></a></li> </ul> </div> </div><!-- top --> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div class="contents"> &#160;<ul> <li>Position : <a class="el" href="class_relative_position.html#aab0068b8aebcb4c127036c36f54a672a">RelativePosition</a> </li> <li>Transition : <a class="el" href="class_camera_operator.html#a4a485e60cc0d35aa5b2690788f5ced07">CameraOperator</a> </li> <li>Type : <a class="el" href="class_property.html#a80b8092114f796c2680ea6de5fdb8ba8">Property</a> </li> </ul> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.10 </small></address> </body> </html>
0.8.52/html-doc/skel/webApp/templates/bs3/js/html5shiv.min.js.html
EDortta/YeAPF
<div class='section'><div class='row'><div class='col-md-12'><a name='50905d7b2216bfeccb5b41016357176b'></a><h3>function __anonymousFunction__953 (a, b)</h3></div><div class='col-md-12'>doc...</div></div></div>
example/css/Map.css
danfma/Leaflet.FreeDraw
section.map { position: absolute; left: 0; top: 0; width: 50%; overflow: visible; height: 100%; } section.map section.overlay { position: absolute; top: 0; left: 0; pointer-events: none; box-shadow: inset -100px 0 100px -100px rgba(0, 0, 0, .25); width: 100%; height: 100%; z-index: 2001; } section.map.mode-create { cursor: crosshair !important; } section.map g path { transition: all 0.25s; stroke-width: 4px; stroke-opacity: 1; stroke: #D7217E; position: absolute; z-index: 1001; fill: #D7217E; fill-opacity: .75; -webkit-filter: none; } section.map.mode-delete path { cursor: no-drop !important; } section.map.mode-delete path:hover { fill: #4d4d4d !important; } section.map div.polygon-elbow { -webkit-transition: opacity .25s; box-shadow: 0 0 0 2px white, 0 0 10px rgba(0, 0, 0, .35); border: 5px solid #D7217E; border-radius: 10px; transition: opacity 0.25s; cursor: move; opacity: 0; pointer-events: none; box-sizing: border-box; width: 0 !important; height: 0 !important; } section.map div.polygon-elbow.non-polygon { opacity: 0 !important; pointer-events: none !important; border: 5px solid darkgray; } section.map.mode-edit div.polygon-elbow { opacity: 1; pointer-events: all; } section.map svg.tracer { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2001; pointer-events: none; } /* CUSTOM COLORS */ div.icon-yellow { -webkit-transition: opacity .25s; box-shadow: 0 0 0 2px yellow, 0 0 10px rgba(0, 0, 0, .35); border: 5px solid yellow; border-radius: 10px; transition: opacity 0.25s; cursor: move; opacity: 0; pointer-events: none; box-sizing: border-box; width: 0 !important; height: 0 !important; } div.icon-yellow.non-polygon { opacity: 0 !important; pointer-events: none !important; border: 5px solid darkgray; } .mode-edit div.icon-yellow { opacity: 1; pointer-events: all; } g path.yellow { transition: all 0.25s; stroke-width: 4px; stroke-opacity: 1; position: absolute; z-index: 1001; fill-opacity: .35 !important; -webkit-filter: none; stroke: yellow !important; fill: yellow !important; } div.icon-green { -webkit-transition: opacity .25s; box-shadow: 0 0 0 2px green, 0 0 10px rgba(0, 0, 0, .35); border: 5px solid green; border-radius: 10px; transition: opacity 0.25s; cursor: move; opacity: 0; pointer-events: none; box-sizing: border-box; width: 0 !important; height: 0 !important; } div.icon-green.non-polygon { opacity: 0 !important; pointer-events: none !important; border: 5px solid darkgray; } .mode-edit div.icon-green { opacity: 1; pointer-events: all; } g path.green { transition: all 0.25s; stroke-width: 4px; stroke-opacity: 1; position: absolute; z-index: 1001; fill-opacity: .35 !important; -webkit-filter: none; stroke: green !important; fill: green !important; } div.icon-blue { -webkit-transition: opacity .25s; box-shadow: 0 0 0 2px blue, 0 0 10px rgba(0, 0, 0, .35); border: 5px solid blue; border-radius: 10px; transition: opacity 0.25s; cursor: move; opacity: 0; pointer-events: none; box-sizing: border-box; width: 0 !important; height: 0 !important; } div.icon-blue.non-polygon { opacity: 0 !important; pointer-events: none !important; border: 5px solid darkgray; } .mode-edit div.icon-blue { opacity: 1; pointer-events: all; } g path.blue { transition: all 0.25s; stroke-width: 4px; stroke-opacity: 1; position: absolute; z-index: 1001; fill-opacity: .35 !important; -webkit-filter: none; stroke: blue !important; fill: blue !important; } div.icon-pink { -webkit-transition: opacity .25s; box-shadow: 0 0 0 2px pink, 0 0 10px rgba(0, 0, 0, .35); border: 5px solid pink; border-radius: 10px; transition: opacity 0.25s; cursor: move; opacity: 0; pointer-events: none; box-sizing: border-box; width: 0 !important; height: 0 !important; } div.icon-pink.non-polygon { opacity: 0 !important; pointer-events: none !important; border: 5px solid darkgray; } .mode-edit div.icon-pink { opacity: 1; pointer-events: all; } g path.pink { transition: all 0.25s; stroke-width: 4px; stroke-opacity: 1; position: absolute; z-index: 1001; -webkit-filter: none; fill-opacity: .35 !important; stroke: pink !important; fill: pink !important; }
loaderio-cfd0e26d73d2c018ce430ea0e6b739e6.html
1kevgriff/kevgriffincom
loaderio-cfd0e26d73d2c018ce430ea0e6b739e6
archives/2018/04/index.html
xxxxxMiss/xxxxxMiss.github.io
<!DOCTYPE html> <html> <head><meta name="generator" content="Hexo 3.8.0"> <meta charset="utf-8"> <title>存档: 2018/4 | 青史成灰 | Every journey begins with the first step</title> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <meta name="theme-color" content="#3F51B5"> <meta name="keywords" content="html5,css3,js,nodejs,shell"> <meta name="keywords" content="html5,css3,js,nodejs,shell"> <meta property="og:type" content="website"> <meta property="og:title" content="青史成灰"> <meta property="og:url" content="https://xxxxxmiss.github.io/archives/2018/04/index.html"> <meta property="og:site_name" content="青史成灰"> <meta property="og:locale" content="zh-CN"> <meta name="twitter:card" content="summary"> <meta name="twitter:title" content="青史成灰"> <link rel="alternate" type="application/atom+xml" title="青史成灰" href="/atom.xml"> <link rel="shortcut icon" href="/favicon.ico"> <link rel="stylesheet" href="//unpkg.com/hexo-theme-material-indigo@latest/css/style.css"> <script>window.lazyScripts=[]</script> <!-- custom head --> </head> <body> <div id="loading" class="active"></div> <aside id="menu"> <div class="inner flex-row-vertical"> <a href="javascript:;" class="header-icon waves-effect waves-circle waves-light" id="menu-off"> <i class="icon icon-lg icon-close"></i> </a> <div class="brand-wrap" style="background-image:url(/img/brand.jpg)"> <div class="brand"> <a href="/" class="avatar waves-effect waves-circle waves-light"> <img src="/img/avatar.gif"> </a> <hgroup class="introduce"> <h5 class="nickname">xxxxxMiss</h5> <a href="mailto:794465731@qq.com" title="794465731@qq.com" class="mail">794465731@qq.com</a> </hgroup> </div> </div> <div class="scroll-wrap flex-col"> <ul class="nav"> <li class="waves-block waves-effect"> <a href="/"> <i class="icon icon-lg icon-home"></i> 主页 </a> </li> <li class="waves-block waves-effect active"> <a href="/archives"> <i class="icon icon-lg icon-archives"></i> 存档 </a> </li> <li class="waves-block waves-effect"> <a href="/tags"> <i class="icon icon-lg icon-tags"></i> 标签 </a> </li> <li class="waves-block waves-effect"> <a href="/categories"> <i class="icon icon-lg icon-th-list"></i> 分类 </a> </li> <li class="waves-block waves-effect"> <a href="https://github.com/xxxxxMiss" target="_blank"> <i class="icon icon-lg icon-github"></i> Github </a> </li> <li class="waves-block waves-effect"> <a href="http://www.weibo.com/qschqd" target="_blank"> <i class="icon icon-lg icon-weibo"></i> Weibo </a> </li> <li class="waves-block waves-effect"> <a href="/custom"> <i class="icon icon-lg icon-link"></i> 测试 </a> </li> </ul> </div> </div> </aside> <main id="main"> <header class="top-header" id="header"> <div class="flex-row"> <a href="javascript:;" class="header-icon waves-effect waves-circle waves-light on" id="menu-toggle"> <i class="icon icon-lg icon-navicon"></i> </a> <div class="flex-col header-title ellipsis">存档</div> <div class="search-wrap" id="search-wrap"> <a href="javascript:;" class="header-icon waves-effect waves-circle waves-light" id="back"> <i class="icon icon-lg icon-chevron-left"></i> </a> <input type="text" id="key" class="search-input" autocomplete="off" placeholder="输入感兴趣的关键字"> <a href="javascript:;" class="header-icon waves-effect waves-circle waves-light" id="search"> <i class="icon icon-lg icon-search"></i> </a> </div> <a href="javascript:;" class="header-icon waves-effect waves-circle waves-light" id="menuShare"> <i class="icon icon-lg icon-share-alt"></i> </a> </div> </header> <header class="content-header archives-header"> <div class="container fade-scale"> <h1 class="title">存档</h1> <h5 class="subtitle"> </h5> </div> </header> <div class="container body-wrap fade"> <h3 class="archive-separator">四月, 2018</h3> <div class="waterfall"> <div class="waterfall-item"> <article class="article-card archive-article"> <div class="post-meta"> <time class="post-time" title="2018-04-02 15:30:11" datetime="2018-04-02T07:30:11.000Z" itemprop="datePublished">2018-04-02</time> <ul class="article-category-list"><li class="article-category-list-item"><a class="article-category-list-link" href="/categories/front-end/">front-end</a></li></ul> </div> <h3 class="post-title" itemprop="name"> <a class="post-title-link" href="/2018/04/02/css-border-radius/">css-border-radius</a> </h3> <div class="post-footer"> <ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/border-radius/">border-radius</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/css/">css</a></li></ul> </div> </article> </div> </div> </div> <footer class="footer"> <div class="top"> <p> <span id="busuanzi_container_site_uv" style="display:none"> 站点总访客数:<span id="busuanzi_value_site_uv"></span> </span> <span id="busuanzi_container_site_pv" style="display:none"> 站点总访问量:<span id="busuanzi_value_site_pv"></span> </span> </p> <p> <span><a href="/atom.xml" target="_blank" class="rss" title="rss"><i class="icon icon-lg icon-rss"></i></a></span> <span>博客内容遵循 <a rel="license" href="https://creativecommons.org/licenses/by-nc-sa/4.0/deed.zh">知识共享 署名 - 非商业性 - 相同方式共享 4.0 国际协议</a></span> </p> </div> <div class="bottom"> <p><span>xxxxxMiss &copy; 2016 - 2019</span> <span> Power by <a href="http://hexo.io/" target="_blank">Hexo</a> Theme <a href="https://github.com/yscoder/hexo-theme-indigo" target="_blank">indigo</a> </span> </p> </div> </footer> </main> <div class="mask" id="mask"></div> <a href="javascript:;" id="gotop" class="waves-effect waves-circle waves-light"><span class="icon icon-lg icon-chevron-up"></span></a> <div class="global-share" id="globalShare"> <ul class="reset share-icons"> <li> <a class="weibo share-sns" target="_blank" href="http://service.weibo.com/share/share.php?url=https://xxxxxmiss.github.io/archives/2018/04/&title=青史成灰&pic=https://xxxxxmiss.github.io/img/avatar.gif" data-title="微博"> <i class="icon icon-weibo"></i> </a> </li> <li> <a class="weixin share-sns wxFab" href="javascript:;" data-title="微信"> <i class="icon icon-weixin"></i> </a> </li> <li> <a class="qq share-sns" target="_blank" href="http://connect.qq.com/widget/shareqq/index.html?url=https://xxxxxmiss.github.io/archives/2018/04/&title=青史成灰&source=" data-title=" QQ"> <i class="icon icon-qq"></i> </a> </li> <li> <a class="facebook share-sns" target="_blank" href="https://www.facebook.com/sharer/sharer.php?u=https://xxxxxmiss.github.io/archives/2018/04/" data-title=" Facebook"> <i class="icon icon-facebook"></i> </a> </li> <li> <a class="twitter share-sns" target="_blank" href="https://twitter.com/intent/tweet?text=青史成灰&url=https://xxxxxmiss.github.io/archives/2018/04/&via=https://xxxxxmiss.github.io" data-title=" Twitter"> <i class="icon icon-twitter"></i> </a> </li> <li> <a class="google share-sns" target="_blank" href="https://plus.google.com/share?url=https://xxxxxmiss.github.io/archives/2018/04/" data-title=" Google+"> <i class="icon icon-google-plus"></i> </a> </li> </ul> </div> <div class="page-modal wx-share" id="wxShare"> <a class="close" href="javascript:;"><i class="icon icon-close"></i></a> <p>扫一扫,分享到微信</p> <img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMYAAADGCAAAAACs8KCBAAACMklEQVR42u3aQW7DMAwFUd//0i7QbWB5Pum0MDVaFY3r6GnBUiSPA6/zd5Hfnx+LfLr+q8eWDBkyXss4l+tzu+tPr57nx7TmXVJlyJCxAYO/+gpDIiH5lByBDBkyZPDAx4NmbYsyZMiQUXvdCRZPPf/t/4YMGTJeyCCv7nxxWpL74l1chgwZL2SkjYG//PmL/Q0ZMmS8hHE+tNIj4AEdfbsMGTJGM9ISP4lyvJHAk1EUiGXIkLEZo1ZKqyWU/Ghuim4yZMjYgLEuu/MCfdoYqLUwj85WZMiQ8SrGOhXjV1D+Th5Gg73JkCFjNIOHzjTgknSTtzP5VVmGDBmzGXwkojackSamncuzDBkydmB0Xs3Hv3hwLzZQZciQMYJBUi5+ZeVthjQpDDobMmTI2IDBr4h8PCIdyIgTVhkyZIxmpKMPncGI2mhFMK4hQ4aMDRjphtJ2ZhpY4+EPGTJkDGWkgxGdTfM08eGxMBkyZLycsd5uDdy5rPIinQwZMnZj1Mr6/OvJIjsJhi1kyJAxjlEbnkg3XTuyINTKkCFjAwZP42ql/PRySy7PN0U3GTJkDGIUW4a4cL/+udOKkCFDxg6Mb181a8/HZTsZMmSMZtTGHTqF/k5yyZupMmTImMeoDUN0zqkWcG/eI0OGjA0YaZDtj2sc4brhyZAhQ0apxN8pscXJqAwZMmQ0Woz951HSKUOGjA0Y6Ub58+kxFdsAMmTIGM2oNQY6JbbapoOZERkyZMxh/AASyEHPbRd7zQAAAABJRU5ErkJggg==" alt="微信分享二维码"> </div> <script src="//cdn.bootcss.com/node-waves/0.7.4/waves.min.js"></script> <script> var BLOG = { ROOT: '/', SHARE: true, REWARD: false }; lazyScripts.push('//s95.cnzz.com/z_stat.php?id=1264698790&web_id=1264698790') </script> <script src="//unpkg.com/hexo-theme-material-indigo@latest/js/main.min.js"></script> <div class="search-panel" id="search-panel"> <ul class="search-result" id="search-result"></ul> </div> <template id="search-tpl"> <li class="item"> <a href="{path}" class="waves-block waves-effect"> <div class="title ellipsis" title="{title}">{title}</div> <div class="flex-row flex-middle"> <div class="tags ellipsis"> {tags} </div> <time class="flex-col time">{date}</time> </div> </a> </li> </template> <script src="//unpkg.com/hexo-theme-material-indigo@latest/js/search.min.js" async></script> <script async src="//dn-lbstatics.qbox.me/busuanzi/2.3/busuanzi.pure.mini.js"></script> <script> (function() { var OriginTitile = document.title, titleTime; document.addEventListener('visibilitychange', function() { if (document.hidden) { document.title = 'where are you going?'; clearTimeout(titleTime); } else { document.title = 'come back!'; titleTime = setTimeout(function() { document.title = OriginTitile; },2000); } }); })(); </script> </body> </html>
WebContent/component/dhtmlxSuite_v403_std/samples/dhtmlxMenu/05_events/11_oncheckboxclick_onradioclick_context.html
blale-zhang/codegen
<!DOCTYPE html> <!--conf <sample> <product version="4.0b1" edition="std"/> <modifications> <modified date="130911"/> </modifications> </sample> --> <html> <head> <title>onCheckboxClick / onRadioClick for context menu</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link rel="stylesheet" type="text/css" href="../../../codebase/dhtmlx.css"/> <script src="../../../codebase/dhtmlx.js"></script> <style> #zoneA, #zoneB, #zoneC { position: relative; float: left; width: 100px; height: 100px; border: 1px solid #a4bed4; background-color: #e7f4ff; margin: 100px 0px 0px 50px; } </style> <script> var myContextMenu; function doOnLoad() { myContextMenu = new dhtmlXMenuObject({ icons_path: "../common/imgs/", xml: "../common/dhxmenu_radios.xml", context: true }); myContextMenu.addContextZone("zoneA"); myContextMenu.addContextZone("zoneB"); myContextMenu.addContextZone("zoneC"); // myContextMenu.attachEvent("onCheckboxClick", function(id, state, zoneId, cas){ var casText = ""; for (var a in {ctrl:1,alt:1,shift:1}) casText += " "+a+"="+(cas[a]==true?"true":"false"); printLog("<b>onCheckboxClick</b> id="+id+", current state is "+(state?"true":"false")+", "+casText+"<br>"); return true; // allow state to be changed }); myContextMenu.attachEvent("onRadioClick", function(group, idChecked, idClicked, zoneId, cas){ var casText = ""; for (var a in {ctrl:1,alt:1,shift:1}) casText += " "+a+"="+(cas[a]==true?"true":"false"); printLog("<b>onRadioClick</b> group="+group+", checked id="+idChecked+", clicked id="+idClicked+", "+casText+"<br>"); return true; // allow state to be changed }); } function printLog(text) { document.getElementById("ta").innerHTML = text+document.getElementById("ta").innerHTML; document.getElementById("ta").scrollTop = 0; } </script> </head> <body onload="doOnLoad()"> <div style=" position: relative; height: 380px;"> <div id="zoneA">zoneA</div> <div id="zoneB">zoneB</div> <div id="zoneC">zoneC</div> </div> <div id="ta" style="width: 500px; height: 160px; border: #909090 1px solid; overflow: auto; font-size: 11px; font-family: Tahoma;"></div> </body> </html>
archives/2016/12/page/3/index.html
vivian-xu/vivian-xu.github.io
<!doctype html> <html class="theme-next muse use-motion" lang="zh-Hans"> <head> <meta charset="UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <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="/lib/fancybox/source/jquery.fancybox.css?v=2.1.5" rel="stylesheet" type="text/css" /> <link href="//fonts.googleapis.com/css?family=Dosis:300,300italic,400,400italic,700,700italic|Courgette:300,300italic,400,400italic,700,700italic&subset=latin,latin-ext" rel="stylesheet" type="text/css"> <link href="/lib/font-awesome/css/font-awesome.min.css?v=4.6.2" rel="stylesheet" type="text/css" /> <link href="/css/main.css?v=5.1.0" rel="stylesheet" type="text/css" /> <meta name="keywords" content="Hexo, NexT" /> <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico?v=5.1.0" /> <meta name="description" content="从现在开始"> <meta property="og:type" content="website"> <meta property="og:title" content="Vivian blog"> <meta property="og:url" content="http://zhangxiaoxu.com/archives/2016/12/page/3/index.html"> <meta property="og:site_name" content="Vivian blog"> <meta property="og:description" content="从现在开始"> <meta name="twitter:card" content="summary"> <meta name="twitter:title" content="Vivian blog"> <meta name="twitter:description" content="从现在开始"> <script type="text/javascript" id="hexo.configurations"> var NexT = window.NexT || {}; var CONFIG = { root: '/', scheme: 'Muse', sidebar: {"position":"right","display":"post"}, fancybox: true, motion: true, duoshuo: { userId: '0', author: '博主' }, algolia: { applicationID: '', apiKey: '', indexName: '', hits: {"per_page":10}, labels: {"input_placeholder":"Search for Posts","hits_empty":"We didn't find any results for the search: ${query}","hits_stats":"${hits} results found in ${time} ms"} } }; </script> <link rel="canonical" href="http://zhangxiaoxu.com/archives/2016/12/page/3/"/> <title> 归档 | Vivian blog </title> </head> <body itemscope itemtype="http://schema.org/WebPage" lang="zh-Hans"> <script type="text/javascript"> var _hmt = _hmt || []; (function() { var hm = document.createElement("script"); hm.src = "https://hm.baidu.com/hm.js?a36fb7c2597833dc69c07d45b78570ca"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })(); </script> <div class="container one-collumn sidebar-position-right page-archive "> <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">Vivian blog</span> <span class="logo-line-after"><i></i></span> </a> </div> <p class="site-subtitle">better Me ❤️</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> </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"> <span class="archive-move-on"></span> <span class="archive-page-counter"> 嗯..! 目前共计 24 篇日志。 继续努力。 </span> <div class="collection-title"> <h2 class="archive-year motion-element" id="archive-year-2016">2016</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="/2016/12/02/Web-storage/" itemprop="url"> <span itemprop="name">Web 存储</span> </a> </h1> <div class="post-meta"> <time class="post-time" itemprop="dateCreated" datetime="2016-12-02T16:59:38+08:00" content="2016-12-02" > 12-02 </time> </div> </header> </article> <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="/2016/12/01/es6-arrowfunction/" itemprop="url"> <span itemprop="name">箭头函数</span> </a> </h1> <div class="post-meta"> <time class="post-time" itemprop="dateCreated" datetime="2016-12-01T19:55:08+08:00" content="2016-12-01" > 12-01 </time> </div> </header> </article> <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="/2016/12/01/start/" itemprop="url"> <span itemprop="name">应该有个开篇的</span> </a> </h1> <div class="post-meta"> <time class="post-time" itemprop="dateCreated" datetime="2016-12-01T00:00:00+08:00" content="2016-12-01" > 12-01 </time> </div> </header> </article> </section> <nav class="pagination"> <a class="extend prev" rel="prev" href="/archives/2016/12/page/2/"><i class="fa fa-angle-left"></i></a><a class="page-number" href="/archives/2016/12/">1</a><a class="page-number" href="/archives/2016/12/page/2/">2</a><span class="page-number current">3</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="/images/avatar.jpg" alt="Vivian" /> <p class="site-author-name" itemprop="name">Vivian</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">24</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">2</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">24</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/vivian-xu" target="_blank" title="github"> <i class="fa fa-fw fa-github-alt"></i> github </a> </span> <span class="links-of-author-item"> <i class="fa fa-fw fa-map-marker"></i> Shanghai </span> <span class="links-of-author-item"> <i class="fa fa-fw fa-envelope"></i> hi@zhangxiaoxu.com </span> </div> </section> </div> </aside> </div> </main> <footer id="footer" class="footer"> <div class="footer-inner"> <div class="copyright" > &copy; 2016 - <span itemprop="copyrightYear">2017</span> <span class="with-love"> <i class="fa fa-heart"></i> </span> <span class="author" itemprop="copyrightHolder">Vivian</span> </div> <div class="powered-by"> 由 <a class="theme-link" href="https://hexo.io">Hexo</a> 强力驱动 </div> <div class="theme-info"> 主题 - <a class="theme-link" href="https://github.com/iissnan/hexo-theme-next"> NexT.Muse </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="/lib/jquery/index.js?v=2.1.3"></script> <script type="text/javascript" src="/lib/fastclick/lib/fastclick.min.js?v=1.0.6"></script> <script type="text/javascript" src="/lib/jquery_lazyload/jquery.lazyload.js?v=1.9.7"></script> <script type="text/javascript" src="/lib/velocity/velocity.min.js?v=1.2.1"></script> <script type="text/javascript" src="/lib/velocity/velocity.ui.min.js?v=1.2.1"></script> <script type="text/javascript" src="/lib/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script> <script type="text/javascript" src="/js/src/utils.js?v=5.1.0"></script> <script type="text/javascript" src="/js/src/motion.js?v=5.1.0"></script> <script type="text/javascript" id="motion.page.archive"> $('.archive-year').velocity('transition.slideLeftIn'); </script> <script type="text/javascript" src="/js/src/bootstrap.js?v=5.1.0"></script> </body> </html>
data science/machine_learning_for_the_web/chapter_4/movie/23963.html
xianjunzhengbackup/code
<HTML><HEAD> <TITLE>Review for Undercover Blues (1993)</TITLE> <LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css"> </HEAD> <BODY BGCOLOR="#FFFFFF" TEXT="#000000"> <H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0108442">Undercover Blues (1993)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?Shane+Burridge">Shane Burridge</A></H3><HR WIDTH="40%" SIZE="4"> <PRE>Undercover Blues (1993) 93m.</PRE> <P>Straightforward spy comedy runs on one gag but gets a lot of mileage out of it. Not unexpectedly, it does run out of gas before the end, but there are plenty of bright spots along the way. The title refers simultaneously to undercover cops and, more irritatingly, to the surname of husband-and-wife team Jeff and Jane (Dennis Quaid and Kathleen Turner). What it definitely does not refer to are any 'blues' suffered by agents feeling down about their job, and it is the free and easy manner projected by Quaid and Turner that provides this film with its heart.</P> <P>Their holiday in New Orleans interrupted by a plea to return to service and extradite a visiting terrorist, the Blues wander fecklessly through one confrontation after another, seemingly improvising the investigation as they go. The central gag: this 'normal' married couple are trained undercover agents, and in the manner of a long cinematic history of secret agents, manage to turn the tables on every unsuspecting foe they cross. It's been done before, but this time it's different. Cast your mind back to every other spy film you've seen (barring the more outlandish, surreal spoofs) and you'll know that no matter how infallible the protagonist appears to be, there will always be a moment of reckoning. It makes screenwriting sense - if the character is invulnerable, there can be no element of suspense. UNDERCOVER BLUES throws that rule right out of the window: the reason it is so enjoyable is precisely because we have absolute confidence in these two characters. Quaid, with his huge aw-shucks grin, is completely insouciant as he walks into one bad situation after another; Turner's sense of fun is barely concealed throughout her performance. The reason why this approach works in UNDERCOVER BLUES where it would fail in other films is because of a third element - the Blue's baby. Wherever Quaid and Turner go, the baby accompanies them: it's a prop to show us that nothing bad is going to happen, that the comedy isn't going to turn sour with a dubious 'serious' scene or random act of violence. It's not until the film's climax that it there is one moment where the Blue's savior-faire may be about to come undone, but it is so fleeting that we've barely time to doubt them.</P> <P>The investigation element of the story follows an unhurried, meandering track that blends in with both the New Orleans setting (which otherwise is never exploited) and the holiday mood that Quaid and Turner refuse to abandon despite their reassignment. Their juggling of babysitters, sightseeing, and 'business' make the act of espionage as ordinary as the lives of the married couple they befriend in their hotel. It's inevitable that this incidental treatment of the story's motive might turn off some viewers, but it's a logical approach when weighed against the mood UNDERCOVER BLUES is aiming for. To add a little spark, Stanley Tucci gives a hilarious performance as a small-time crook ("My name is Death!") pursuing a hopeless vendetta against the couple. He'd all but steal the show if Quaid and Turner weren't so perfectly congenial as his adversaries. Also with: Larry Miller as a local undercover cop in awe of the Blues, and Obba Babatunde as his less-than-impressed partner. Favorite scene: Quaid's confrontation with Tucci at the zoo.</P> <P><HR>Get Your Private, Free Email at <A HREF="http://www.hotmail.com">http://www.hotmail.com</A></P> <HR><P CLASS=flush><SMALL>The review above was posted to the <A HREF="news:rec.arts.movies.reviews">rec.arts.movies.reviews</A> newsgroup (<A HREF="news:de.rec.film.kritiken">de.rec.film.kritiken</A> for German reviews).<BR> The Internet Movie Database accepts no responsibility for the contents of the review and has no editorial control. Unless stated otherwise, the copyright belongs to the author.<BR> Please direct comments/criticisms of the review to relevant newsgroups.<BR> Broken URLs inthe reviews are the responsibility of the author.<BR> The formatting of the review is likely to differ from the original due to ASCII to HTML conversion. </SMALL></P> <P ALIGN=CENTER>Related links: <A HREF="/Reviews/">index of all rec.arts.movies.reviews reviews</A></P> </P></BODY></HTML>
public/css/default.css
icambridge-old/inspector
body { font-family: “Lucida Sans Unicode”, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; letter-spacing: normal; line-height: 2.3em; color: #666; } .wrapper { margin: 0px auto; padding-left: 15px; padding-right: 15px; width: 930px; } a {color: #000; text-decoration: underline; } #mygallery a {color: #ccc; text-decoration: none; } h1 {font-size: 24px; color: #ccc; } h2 {font-size: 18px; color: #000; } h3 {font-size: 15px; color: #333; } h4 {font-size: 12px; color: #666; } h5 {font-size: 10px; color: #999; line-height: 1em;} /*----Text styling / Paragraphs-----*/ .panelp {color: #8c8683; font-size: 12px;} /*Class for paragraphs inside a panel slider */ #content p img {background: #f5f5f5; border: 1px solid #e9e9e9; float: left; padding: 5px; margin: 5px 10px 10px 0px;} #content p img.right {float: right; margin: 5px 0px 10px 10px;} #content p img.simple {background: none; border: none; padding:0; margin: 0} .news p {border-bottom: 1px solid #e9e9e9; padding-bottom: 10px; margin-bottom: 60px;} .news p:last-child {border: none; margin-bottom: 0px;} .home {padding-top: 10px;} .home img {margin: 0px 5px;} blockquote { background: url(../images/quote1.gif) left top no-repeat; } blockquote p { padding: 0 60px; background: url(../images/quote2.gif) right bottom no-repeat; font-style: italic; } .listitem li { padding-left: 15px; margin-left: 4px; background: url(../images/listitem.gif) no-repeat left ; } /*---------------Header Part----------------*/ #bigheader { height: 400px; background: #000 url(../images/home.jpg) no-repeat center top; overflow: hidden; } #smallheader { height: 100px; background: #000 url(../images/home.jpg) no-repeat center top; overflow: hidden; } #logo { float: left; width: 465px; height: 75px; padding-top: 25px; overflow: hidden; } #logocenter { width: 930px; padding-top: 150px; text-align: center; } #togglegallery { float: right; width: 70px; height: 55px; overflow: hidden; padding-top: 45px; } /*-------Search-------*/ #right { float: right; width: 250px; overflow: hidden; height: 60px; padding-top: 43px; } .search input, .search button { border: none; float: left; } .search input.box { color: #666; border: 1px solid #666; width: 150px; height: 15px; padding: 2px 5px; background: url(../images/bg_1.jpg); margin-right: 5px; } .search input.box:focus { border: 1px solid #000; } .search button.btn { width: 60px; height: 22px; cursor: pointer; text-indent: -9999px; background: url(../images/search.png); } .search button.btn:hover { background: url(../images/searcha.png); } /*-----------Slide Gallery----------------*/ .stepcarousel{ position: relative; /*leave this value alone*/ overflow: scroll; /*leave this value alone*/ width: 930px; /*Width of Carousel Viewer itself*/ height: 300px; /*Height should enough to fit largest content's height*/ } .stepcarousel .belt{ position: absolute; /*leave this value alone*/ left: 0; top: 0; } .stepcarousel .panel{ float: left; /*leave this value alone*/ overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/ margin-right: 10px; /*margin around each panel*/ width: 930px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */ } /*-----------Slide Gallery Panel Styles----------------*/ /*----Panel 1-----*/ #panel1l { float: left; width: 330px; padding-left: 40px; padding-top: 40px; } #panel1r { float: left; width: 520px; padding-right: 40px; padding-top: 60px; } /*----Panel 2-----*/ #panel2 { padding-top: 30px; } /*----Panel 3-----*/ #panel3l { float: left; width: 520px; padding-left: 40px; padding-top: 60px; } #panel3r { float: left; width: 330px; padding-right: 40px; padding-top: 40px; } /*----Panel 4-----*/ /*----Panel 5-----*/ /*---------------Content Part----------------*/ #contentpart { border-top: 1px solid #fff; background: #fff url(../images/bg_1.jpg) repeat-x; } #content { clear: both; } .title { border-bottom: 1px solid #e9e9e9; padding-bottom: 10px; margin-bottom: 10px; } /*---------------Menu----------------*/ .menu { float: left; height: 50px; margin-bottom: 30px; list-style: none; } .menu li { float: left; } .menu li a{ float: left; color: #666; text-decoration:none; display: block; padding-left: 15px; padding-right: 15px; height: 36px; padding-top: 14px; min-width: 35px; text-align: center; } .menu li a:hover{ background: #cccccc; color: #fff; } .menu li.current a { background: #cccccc; color: #fff; } #arrow { clear: both; height: 39px; padding-left: 750px; overflow: hidden; } /*---------------3 Column Layout (3 equal columns)----------------*/ #column1 { float: left; width: 280px; } #column2 { float: left; width: 280px; margin-left: 45px; margin-right: 45px; } #column3 { float: left; width: 280px; } /*---------------2 Column Layout (with small sidebar)----------------*/ #main { float: left; width: 585px; } #sidebar { float: left; width: 300px; margin-left: 45px; } /*---------------Sidebar menu----------------*/ .sidemenu { list-style: none; } .sidemenu li { border-bottom: 1px solid #e9e9e9; height: 27px; padding-top: 8px; padding-left: 8px; } .sidemenu li a { text-decoration:none; color: #666; font-size: 11px; } .sidemenu li a:hover{ padding-left: 5px; } /*---------------Contact form----------------*/ #contact-area { width: 585px; } #contact-area input, #contact-area textarea { padding: 5px; width: 356px; margin: 0px 0px 10px 0px; border: 1px solid #ccc; } #contact-area textarea { height: 90px; } #contact-area textarea:focus, #contact-area input:focus { border: 1px solid #666; } #contact-area input#submit { width: 70px; float: right; background: #000; color: #fff; border: 1px solid #e9e9e9; padding: 5px; margin-right: 100px; cursor: pointer; } label { float: left; text-align: right; margin-right: 15px; width: 100px; padding-top: 5px; } /*---------------Footer----------------*/ #bottom { clear: both; margin: 30px 0px 30px 0px; padding-top: 10px; border-top: 1px solid #e9e9e9; text-align: right; } div.myname { font-size: 16pt; color: #c0c0c0; font-weight: bold; }
src/Viteloge/CoreBundle/Resources/descriptions/57337.html
donaldinou/frontend
<div class="commune_descr limited"> <p> Hoste est un village localisé dans le département de Moselle en Lorraine. Elle totalisait 678 habitants en 2008.</p> <p>La commune propose quelques équipements sportifs, elle dispose, entre autres, de une boucle de randonnée.</p> <p>Si vous pensez emmenager à Hoste, vous pourrez facilement trouver une maison à acheter. </p> <p>À Hoste, le prix moyen à la vente d'un appartement se situe à 1&nbsp;101 &euro; du m² en vente. La valeur moyenne d'une maison à l'achat se situe à 1&nbsp;237 &euro; du m². À la location la valeur moyenne se situe à 0 &euro; du m² par mois.</p> <p>Le nombre de logements, à Hoste, se décomposait en 2011 en 27 appartements et 227 maisons soit un marché relativement équilibré.</p> <p>À proximité de Hoste sont positionnées géographiquement les communes de <a href="{{VLROOT}}/immobilier/puttelange-aux-lacs_57556/">Puttelange-aux-Lacs</a> située à 3&nbsp;km, 3&nbsp;201 habitants, <a href="{{VLROOT}}/immobilier/remering-les-puttelange_57571/">Rémering-lès-Puttelange</a> située à 5&nbsp;km, 1&nbsp;030 habitants, <a href="{{VLROOT}}/immobilier/henriville_57316/">Henriville</a> localisée à 3&nbsp;km, 755 habitants, <a href="{{VLROOT}}/immobilier/barst_57052/">Barst</a> localisée à 3&nbsp;km, 538 habitants, <a href="{{VLROOT}}/immobilier/farebersviller_57207/">Farébersviller</a> située à 5&nbsp;km, 6&nbsp;020 habitants, <a href="{{VLROOT}}/immobilier/farschviller_57208/">Farschviller</a> à 2&nbsp;km, 1&nbsp;494 habitants, entre autres. De plus, Hoste est située à seulement douze&nbsp;km de <a href="{{VLROOT}}/immobilier/forbach_57227/">Forbach</a>.</p> </div>
src/Viteloge/CoreBundle/Resources/descriptions/14074.html
donaldinou/frontend
<div class="commune_descr limited"> <p> Billy est un village situé dans le département des Calvados en Basse-Normandie. Elle comptait 330 habitants en 2008.</p> <p>À proximité de Billy sont localisées les villes de <a href="{{VLROOT}}/immobilier/fierville-bray_14268/">Fierville-Bray</a> localisée à 2&nbsp;km, 458 habitants, <a href="{{VLROOT}}/immobilier/airan_14005/">Airan</a> à 3&nbsp;km, 594 habitants, <a href="{{VLROOT}}/immobilier/poussy-la-campagne_14517/">Poussy-la-Campagne</a> située à 2&nbsp;km, 99 habitants, <a href="{{VLROOT}}/immobilier/bellengreville_14057/">Bellengreville</a> située à 4&nbsp;km, 1&nbsp;509 habitants, <a href="{{VLROOT}}/immobilier/saint-sylvain_14659/">Saint-Sylvain</a> à 4&nbsp;km, 1&nbsp;210 habitants, <a href="{{VLROOT}}/immobilier/vimont_14761/">Vimont</a> située à 3&nbsp;km, 520 habitants, entre autres. De plus, Billy est située à seulement 16&nbsp;km de <a href="{{VLROOT}}/immobilier/caen_14118/">Caen</a>.</p> <p>Le parc d'habitations, à Billy, était réparti en 2011 en zero appartements et 127 maisons soit un marché relativement équilibré.</p> <p>Si vous envisagez de venir habiter à Billy, vous pourrez aisément trouver une maison à vendre. </p> </div>
addons/ewei_shopv2/plugin/task/template/web/extension/coupon.html
Broomspun/shanque
<div class="modal-dialog" style="width: 800px"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true"> &times; </button> <h4 class="modal-title" id="myModalLabel"> 选择优惠券 </h4> </div> <div class="modal-body"> <div class="form-group"> <label class="col-sm-1 control-label"></label> <div class="col-sm-12"> <div class="input-group"> <input type="text" class="form-control"> <a class="input-group-addon">搜索</a> </div> </div> </div> <br> <table class="table table-striped" style="width: 100%"> <br> <thead> <tr> <th style="width: 30rem;overflow: hidden">优惠券名称</th> <th style="width: 10rem;text-align: center">数量</th> <th style="text-align: center">选择</th> </tr> </thead> <tbody> {loop $list $ck $cv} <tr> <td>{$cv['couponname']}</td> <td class="text-center"><input type="text" class="form-control" value="1"></td> <td class="text-center"><a onclick="clickcoupon(this);" data-id="{$cv['id']}" data-name="{$cv['couponname']}">选择</a></td> </tr> {/loop} <tr> <td colspan="3" class="text-center"> <div> <ul class="pagination pagination-centered"> {if $page >1}<li><a href="javascript:;" page="0" class="pager-nav">首页</a></li> <li><a href="javascript:;" page="{$pageprev}" class="pager-nav">«上一页</a></li>{/if} {if $page <$pagelast}<li><a href="javascript:;" page="{$pagenext}" class="pager-nav">下一页»</a></li> <li><a href="javascript:;" page="{$pagelast}" class="pager-nav">尾页</a></li>{/if} </ul> </div> </td> </tr> </tbody> </table> </div> </div> </div> <script> $(function () { $(".pager-nav").click(function () { getpagecontent($(this).attr('page'),'{$type}'); }) }) </script>
coverage/lcov-report/src/vtips/index.js.html
joinyi/v-verify
<!doctype html> <html lang="en"> <head> <title>Code coverage report for src/vtips/index.js</title> <meta charset="utf-8" /> <link rel="stylesheet" href="../../prettify.css" /> <link rel="stylesheet" href="../../base.css" /> <meta name="viewport" content="width=device-width, initial-scale=1"> <style type='text/css'> .coverage-summary .sorter { background-image: url(../../sort-arrow-sprite.png); } </style> </head> <body> <div class='wrapper'> <div class='pad1'> <h1> <a href="../../index.html">All files</a> / <a href="index.html">src/vtips</a> index.js </h1> <div class='clearfix'> <div class='fl pad1y space-right2'> <span class="strong">0% </span> <span class="quiet">Statements</span> <span class='fraction'>0/43</span> </div> <div class='fl pad1y space-right2'> <span class="strong">0% </span> <span class="quiet">Branches</span> <span class='fraction'>0/35</span> </div> <div class='fl pad1y space-right2'> <span class="strong">0% </span> <span class="quiet">Functions</span> <span class='fraction'>0/9</span> </div> <div class='fl pad1y space-right2'> <span class="strong">0% </span> <span class="quiet">Lines</span> <span class='fraction'>0/39</span> </div> </div> </div> <div class='status-line low'></div> <pre><table class="coverage"> <tr><td class="line-count quiet">1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72</td><td class="line-coverage quiet"><span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span></td><td class="text"><pre class="prettyprint lang-js">import compon<span class="cstat-no" title="statement not covered" >ent from './component.js'<span class="cstat-no" title="statement not covered" ></span></span> &nbsp; <span class="fstat-no" title="function not covered" >ex</span>port default function (Vue, config) { const PromptConstructor <span class="cstat-no" title="statement not covered" >= Vue.extend(component)</span> const tipsList <span class="cstat-no" title="statement not covered" >= [</span>] function <span class="fstat-no" title="function not covered" >getAnInstance </span>() { <span class="cstat-no" title="statement not covered" > if (tipsList.length &gt; 1) {</span> const instance <span class="cstat-no" title="statement not covered" >= tipsList[0</span>] <span class="cstat-no" title="statement not covered" > tipsList.splice(0, 1)</span> <span class="cstat-no" title="statement not covered" > return instance</span> } <span class="cstat-no" title="statement not covered" > return new PromptConstructor({</span> el: document.createElement('div') }) } &nbsp; const returnAnInstance <span class="cstat-no" title="statement not covered" >= instanc<span class="fstat-no" title="function not covered" >e =&gt; {</span></span> <span class="cstat-no" title="statement not covered" > if (instance) {</span> <span class="cstat-no" title="statement not covered" > tipsList.push(instance)</span> } } &nbsp; function <span class="fstat-no" title="function not covered" >getElPosition </span>(el) { <span class="cstat-no" title="statement not covered" > if (window.getComputedStyle &amp;&amp; (el.parentNode &amp;&amp; !el.parentNode.style.position)) {</span> const _position <span class="cstat-no" title="statement not covered" >= window.getComputedStyle(el.parentNode).positio</span>n <span class="cstat-no" title="statement not covered" > if (!_position || _position === 'static') {</span> <span class="cstat-no" title="statement not covered" > el.parentNode.style.position = 'relative'</span> } } <span class="cstat-no" title="statement not covered" > return {</span> top: el.offsetTop - 38, left: el.offsetLeft } } &nbsp; const removeDom <span class="cstat-no" title="statement not covered" >= target <span class="fstat-no" title="function not covered" >=&gt; {</span></span> const container <span class="cstat-no" title="statement not covered" >= getContainer(</span>) <span class="cstat-no" title="statement not covered" > if (target.parentNode) {</span> <span class="cstat-no" title="statement not covered" > container.removeChild(target)</span> } } &nbsp; <span class="cstat-no" title="statement not covered" > PromptConstructor.prototype.close = <span class="fstat-no" title="function not covered" >fu</span>nction (el) {</span> <span class="cstat-no" title="statement not covered" > this.exist = false</span> // removeDom(el) // this.exist = true // returnAnInstance(this) } const vTips <span class="cstat-no" title="statement not covered" >= (option<span class="fstat-no" title="function not covered" >s = {}</span>) =&gt; {<span class="cstat-no" title="statement not covered" ></span></span> const instance <span class="cstat-no" title="statement not covered" >= options.target || getAnInstance(</span>) const container <span class="cstat-no" title="statement not covered" >= options.el.parentNod</span>e <span class="cstat-no" title="statement not covered" > if (options.remove) {</span> <span class="cstat-no" title="statement not covered" > instance.close(options.target)</span> <span class="cstat-no" title="statement not covered" > return</span> } &nbsp; <span class="cstat-no" title="statement not covered" > instance.message = typeof options === 'string' ? options : options.message</span> <span class="cstat-no" title="statement not covered" > instance.position = options.el ? getElPosition(options.el, instance) : options.position</span> <span class="cstat-no" title="statement not covered" > instance.exist = false</span> <span class="cstat-no" title="statement not covered" > instance.errorClass = options.errorClass || config.errorClass</span> <span class="cstat-no" title="statement not covered" > instance.errorIcon = options.errorIcon || config.errorIcon</span> <span class="cstat-no" title="statement not covered" > container.appendChild(instance.$el)</span> <span class="cstat-no" title="statement not covered" > Vue.nextTick(<span class="fstat-no" title="function not covered" >fu</span>nction () {</span> <span class="cstat-no" title="statement not covered" > instance.exist = true</span> }) <span class="cstat-no" title="statement not covered" > return instance</span> } &nbsp; <span class="cstat-no" title="statement not covered" > return vTips</span> }<span class="cstat-no" title="statement not covered" ><span class="cstat-no" title="statement not covered" ><span class="cstat-no" title="statement not covered" ><span class="fstat-no" title="function not covered" ></span></span></span></span></pre></td></tr> </table></pre> <div class='push'></div><!-- for sticky footer --> </div><!-- /wrapper --> <div class='footer quiet pad2 space-top1 center small'> Code coverage generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Thu Nov 02 2017 16:19:32 GMT+0800 (CST) </div> </div> <script src="../../prettify.js"></script> <script> window.onload = function () { if (typeof prettyPrint === 'function') { prettyPrint(); } }; </script> <script src="../../sorter.js"></script> </body> </html>
jekyll/pixyll/2014/06/09/so-what-is-jekyll/index.html
lsolniczek/lsolniczek.github.io
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>So, What is Jekyll? &#8211; Pixyll</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content="Transform your plain text into static websites and blogs. Simple, static, and blog-aware."> <meta name="author" content="John Otander"> <meta name="keywords" content="jekyll, pixyll"> <link rel="canonical" href="http://pixyll.com/jekyll/pixyll/2014/06/09/so-what-is-jekyll/"> <!-- Custom CSS --> <link rel="stylesheet" href="/css/pixyll.css" type="text/css"> <!-- Fonts --> <link href='//fonts.googleapis.com/css?family=Merriweather:900,900italic,300,300italic' rel='stylesheet' type='text/css'> <link href='//fonts.googleapis.com/css?family=Lato:900,300' rel='stylesheet' type='text/css'> <!-- Open Graph --> <!-- From: https://github.com/mmistakes/hpstr-jekyll-theme/blob/master/_includes/head.html --> <meta property="og:locale" content="en_US"> <meta property="og:type" content="article"> <meta property="og:title" content="So, What is Jekyll?"> <meta property="og:description" content="A simple, beautiful theme for Jekyll that emphasizes content rather than aesthetic fluff."> <meta property="og:url" content="http://pixyll.com/jekyll/pixyll/2014/06/09/so-what-is-jekyll/"> <meta property="og:site_name" content="Pixyll"> </head> <body class=""> <div class="site-wrap"> <header class="site-header px2 px-responsive"> <div class="mt2 wrap"> <div class="measure"> <a href="http://pixyll.com" class="site-title">Pixyll</a> <nav class="site-nav right"> <a href="/about/">About</a> <a href="/contact/">Contact</a> </nav> <div class="clearfix"></div> </div> </div> </header> <div class="post p2 p-responsive wrap" role="main"> <div class="measure"> <div class="post-header mb2"> <h1>So, What is Jekyll?</h1> <span class="post-meta">Jun 9, 2014</span><br> <span class="post-meta small">1 minute read</span> </div> <article class="post-content"> <p>Jekyll is a tool for transforming your plain text into static websites and blogs. It is simple, static, and blog-aware. Jekyll uses the <a href="http://docs.shopify.com/themes/liquid-basics">Liquid</a> templating language and has builtin <a href="http://daringfireball.net/projects/markdown/">Markdown</a> and <a href="http://en.wikipedia.org/wiki/Textile_(markup_language)">Textile</a> support.</p> <p>It also ties in nicely to <a href="https://pages.github.com/">Github Pages</a>.</p> <p>Learn more about Jekyll on their <a href="http://jekyllrb.com/">website</a>.</p> </article> </div> </div> </div> <footer class="footer"> <div class="p2 wrap"> <div class="measure mt1 center"> <small> Crafted with &lt;3 by <a href="http://johnotander.com">John Otander</a> (<a href="https://twitter.com/4lpine">@4lpine</a>).<br> &lt;/&gt; available on <a href="https://github.com/johnotander/pixyll">Github</a>. </small> </div> </div> </footer> </body> </html>
index.html
nolanbr/API_HOW_TO
<!DOCTYPE html> <html lang="en"> <head> <title>Watson How-to</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script> </head> <body> <nav class="navbar navbar-default navbar-fixed-top"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="#">IBM Watson Visual Recognition </a> </div> <div class="collapse navbar-collapse" id="myNavbar"> <ul class="nav navbar-nav navbar-right"> <li class="page-scroll"> <a href="#intro">Introduction</a></li> <li class="page-scroll"> <a href="#classify">Classify</a></li> <li class="page-scroll"> <a href="#text">Text Recognition</a></li> </ul> </div> </div> </nav> <div class="jumbotron text-center"> <h1>Watson Visual Recognition How-to Guide</h1> </div> <section class="portfolio" id="intro"> <div class="container"> <div class="row"> <div class="col-lg-12 text-center"> <h2>Introduction and Getting Started</h2> </div> </div> <div class="row"> <h3> <b>Introduction</b> </h3> <p> This tutorial will teach you the basics on how to use the Watson Visual Recognition API. This guide assumes a basic knowledge of APIs, JavaScript and JSON. The Watson Visual Recognition service allows you to classify and quantify the content of an image. IBM describes the service: </p> <blockquote> <p>Visual Recognition allows users to understand the contents of an image or video frame, answering the question: “What is in this image?” Submit an image, and the service returns scores for relevant classifiers representing things such as objects, events and settings. What types of images are relevant to your business? How could you benefit from understanding and organizing those images based on their contents? With Visual Recognition, users can automatically identify subjects and objects contained within the image and organize and classify these images into logical categories.</p> <footer>From IBM's website: http://www.ibm.com/watson/developercloud/visual-recognition.html</footer> </blockquote> </div> <div class="row"> <h3> <b>Getting Started</b> </h3> <ol> <li>First you will need to log in to or create an IBM Bluemix account.</li> <ul> <li>If you don’t have an IBM Bluemix account you’ll need to sign up <a role="button" href="https://console.ng.bluemix.net/registration/" target="_blank">here</a>. After creation, log in and finish the brief set-up instructions. </li></ul> <li>Once logged in, click on Catalog in the upper right hand corner. Which will bring you to this page:</li><br> <img src="./images/Catalog_Main.JPG" class="img-responsive img-centered" alt="" width="100%"><br> <li>On the left hand side under services, click on Watson, and you will then see this page:</li><br> <img src="./images/Catalog_Watson.JPG" class="img-responsive img-centered" alt="" width="100%"><br> <li>Click on Visual Recognition, near the bottom left, and you will then see this page:</li><br> <img src="./images/Create_Service.JPG" class="img-responsive img-centered" alt="" width="100%"><br> <li>Here you can rename the Service name or Credential name, if you would like, but keep the rest of the values the same. The Free service allows classifying 250 images per day, and the creation of 1 custom classification, which is all we will need to start. Click create, near the bottom right corner, and you will then see this page:</li><br> <img src="./images/vpmanage.JPG" class="img-responsive img-centered" alt="" width="100%"><br> <li>Then click on the Service Credentials tab, and then click on Credentials-1(or whatever you named the credentials to)and you will see the page below. The API endpoint URL is located here (but will be the same for all Free accounts). Your unique API key, will be located where is says "Your API Key here" which we will need for all calls.</li><br> <img src="./images/vpCredentials.JPG" class="img-responsive img-centered" alt="" width="100%"><br> </ol> </div> </section> <section class="portfolio" id="classify"> <div class="container"> <div class="row"> <div class="col-lg-12 text-center"> <h2>Classify an Image</h2> </div> </div> <div class="row"> <h3> <b>Classifing Images</b> </h3> <p>Watson has numerous standard built-in classifiers that you can utilize to classify your images. Watson has additional tools for detecting and classifying faces, which will be discussed later. To classify an image it must be in JPEG or PNG format. The images can be from a URL, stored locally, or contained in an archive file (maximum 20 images per archive file with a maximum size of 5GB). We will just use a URL to start. The service accepts both GET and POST requests for analysis. For this guide we will keep it simple and start with the GET requests</p> <h4><b> Classify a standard image</b></h4> <p>First we will start with the entire GET request, and then break down the parts one-by-one. </p> <p class="text-danger">Note. As with all GET requests, your request will be displayed in the URL, thus your API key will be exposed. Further, any post requests, in which your key is used can be seen by anyone who views your page source code. So for any forward (or client) facing pages you will need to set up a proxy to hold your key and handle the requests, but that is outside of the scope of this guide.</p> <img src="./images/husky.jpg" class="img-responsive img-centered" alt="" width="100%"><br> <p>Here is a GET request for the above picture (which is hosted on this site):</p> <code> https://gateway-a.watsonplatform.net/visual-recognition/api/v3/classify?api_key={api-key}&url=https://nolanbr.github.io/API_HOW_TO/images/husky.jpg&version=2016-05-19 </code> <p>Let's break down the individual parts of the request.</p> <ul> <li><code>https://gateway-a.watsonplatform.net/visual-recognition/api </code>: This is the API endpoint URL. The rest of the request will be appended to this.</li> <li><code>/v3/classify </code>: This is the current version (3) classify call. </li> <li><code>?api_key={api-key} </code>: This is the api key, you will replace {api-key} with the key you have, which is found under your credentials. </li> <li><code>&url=https://nolanbr.github.io/API_HOW_TO/images/husky.jpg </code>: This is the url where the image is located. For the GET request it will only accept a URL. It will accept re-directs, so you can utilize a URL shortener if needed. The image can be no larger than 2MB. </li> <li><code>&version=2016-05-19 </code>: This is the current version date </li> </ul> <h5><b> Optional Parameters </b></h5> <p>The above code was only the required parameters. The optional parameters and their functions are below (note these are all queries so they would be appended with & in the request):</p> <ul> <li><code>?owners=</code>: This additional optional query will specify which classifiers to run, by default it will run all the classifiers (IBM and your custom created). The form of input is a comma separated list. For example if you wanted to run only your own classifiers you would enter: <code>?owners=me </code> </li> <li><code>?classifier_ids= </code>: This will be where you list the specific classifier ids you wish to use. Used with your custom classifiers and modifications to the default classifiers. </li> <li><code>?threshold </code>: This is a floating point value for the minimum vale for a class to display in the response, the value can be from .0 to .99. The default is .5, and if you set the value to 0.0 it will display all the classes </li> </ul> <h5><b> Data returned</b></h5> <p>When you run the get request: <code> https://gateway-a.watsonplatform.net/visual-recognition/api/v3/classify?api_key={api-key}&url=https://nolanbr.github.io/API_HOW_TO/images/husky.jpg&version=2016-05-19 </code>. You will receive the following response: <img src="./images/huskyresult.JPG" class="img-responsive img-centered" alt="" width="50%"><br> <p>Now to describe the response:</p> <ul> <li><code>"custom_classes" </code>: This will display the number of custom classes utilized. For this example we just used the built-in classifiers so no custom classes would be used </li> <li><code>"images"</code>: This is an array of images processed</li> <li><code>"classifiers </code>: This is an array of classifiers detected in the images. </li> <li><code>"classes" </code>: This is an array of the classes within the classifiers. </li> <li><code>"class" </code>: This is the name of the class that is found in the image. In our example it found animal, mammal, dog, snow, husky in the picture with a score above the default .5 </li> <li><code>"score" </code>: This is a score of how confident Watson is in terms of that class being in the picture. In our example it is almost certain that there is an animal, which is a mamamal in the picture. It is very confident that the mammal is a dog, and it is confident that the dog is a huskie (especially considering that no other dog reached past the .5 threshold). </li> <li><code>"type_hierarchy" </code>: This shows the type hierarchy, it shows that husky is part of the dog class, and the dog class is in turn part of the pets and animal. </li> <li><code>"classifier_id" </code>: This is ID of the classifier that is found in the image. In our case it is default as we are using the built-in default classifiers. </li> <li><code>"name" </code>: This is the name of the classifier that is found in the image. In our case it is default as we are using the built-in default classifiers. </li> <li><code>"resolved_url" </code>: This is the resolved URL, after any redirects, that was used to classify the image. This will not be present in a POST with a local/uploaded image. </li> <li><code>"source_url" </code>: This is the source URL that was given in the request, before any redirects. This will not be present in a POST with a local/uploaded image. </li> <li><code>"images_processed" </code>: This is the number of images processed. This will be larger for files which you can submit via POST </li> </ul> <p> The default tool can also detect faces in an image and give more information about those images. <h4><b> Detecting faces in an image</b></h4> <p> The GET request is almost identical. The only change being <code>/v3/detect_faces</code> and there are no additional parameters, and detecting faces cannot be customized or trained. <p> <p> This code will analyze the image below: </p> <p> <code> https://gateway-a.watsonplatform.net/visual-recognition/api/v3/detect_faces?api_key={api-key}&url=https://nolanbr.github.io/API_HOW_TO/images/tim_berners-lee.jpg&version=2016-05-19 </code> </p> <img src="./images/tim_berners-lee.jpg" class="img-responsive img-centered" alt="" width="75%"><br> <p>Gives the result:</p> <img src="./images/tim_result.jpg" class="img-responsive img-centered" alt="" width="50%"><br> <p>Now to describe the response values which are different from the standard classification:</p> <li><code>"age"</code>: This will give the min and max extimated age and a confidence score for those estimates.</li> <li><code>"face_location"</code>: This is the location of the bounding box around the detected face. Height is the total number of vertical pixels for the height of the bounding box, width is the number of horizontal pixels. Top is the Y value of the top left pixel of the bounding box, and left is the x value of the top-left corner pixel of the bounding box.</li> <li><code>"gender"</code>: This will give the estimated gender, along with the confidence score. (Note that there is only male and female gender options)</li> <li><code>"identity"</code>: This will only be present for known persons (e.g. celebrities, politicians, famous computer scientists). In our case Watson recognizes the pioneer of the World Wide Web.</li> <li><code>"images"</code>: This is an array of images processed</li> </div> </section> <section class="portfolio" id="text"> <div class="container"> <div class="row"> <div class="col-lg-12 text-center"> <h2>Text-recognition</h2> </div> </div> <div class="row"> <h3> <b>Note</b> </h3> <p> Text-recognition is a beta service, and as such has less documentation and also can have bugs and service outages. </p> <h3> <b>Text-recognition</b> </h3> <p> The GET request is almost identical. The only change being: <code>/v3/recognize_text</code> <p>Unfortunately, the service was returning errors, so this portion of the guide will need to be updated. </html>
html/234567160013.html
GoC-Spending/data-corporations
<!DOCTYPE html> <!--[if lt IE 9]><html class="no-js lt-ie9" lang="en" dir="ltr"><![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en" dir="ltr"> <!--<![endif]--> <!-- Usage: /eic/site/ccc-rec.nsf/tpl-eng/template-1col.html?Open&id=3 (optional: ?Open&page=filename.html&id=x) --> <!-- Created: ; Product Code: 536; Server: stratnotes2.ic.gc.ca --> <head> <!-- Title begins / Début du titre --> <title> ActOn Financial Inc. - Complete profile - Canadian Company Capabilities - Industries and Business - Industry Canada </title> <!-- Title ends / Fin du titre --> <!-- Meta-data begins / Début des métadonnées --> <meta charset="utf-8" /> <meta name="dcterms.language" title="ISO639-2" content="eng" /> <meta name="dcterms.title" content="" /> <meta name="description" content="" /> <meta name="dcterms.description" content="" /> <meta name="dcterms.type" content="report, data set" /> <meta name="dcterms.subject" content="businesses, industry" /> <meta name="dcterms.subject" content="businesses, industry" /> <meta name="dcterms.issued" title="W3CDTF" content="" /> <meta name="dcterms.modified" title="W3CDTF" content="" /> <meta name="keywords" content="" /> <meta name="dcterms.creator" content="" /> <meta name="author" content="" /> <meta name="dcterms.created" title="W3CDTF" content="" /> <meta name="dcterms.publisher" content="" /> <meta name="dcterms.audience" title="icaudience" content="" /> <meta name="dcterms.spatial" title="ISO3166-1" content="" /> <meta name="dcterms.spatial" title="gcgeonames" content="" /> <meta name="dcterms.format" content="HTML" /> <meta name="dcterms.identifier" title="ICsiteProduct" content="536" /> <!-- EPI-11240 --> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <!-- MCG-202 --> <meta content="width=device-width,initial-scale=1" name="viewport"> <!-- EPI-11567 --> <meta name = "format-detection" content = "telephone=no"> <!-- EPI-12603 --> <meta name="robots" content="noarchive"> <!-- EPI-11190 - Webtrends --> <script> var startTime = new Date(); startTime = startTime.getTime(); </script> <!--[if gte IE 9 | !IE ]><!--> <link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="icon" type="image/x-icon"> <link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/wet-boew.min.css"> <!--<![endif]--> <link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/theme.min.css"> <!--[if lt IE 9]> <link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="shortcut icon" /> <link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/ie8-wet-boew.min.css" /> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew.min.js"></script> <![endif]--> <!--[if lte IE 9]> <![endif]--> <noscript><link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/noscript.min.css" /></noscript> <!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER --> <script>dataLayer1 = [];</script> <!-- End Google Tag Manager --> <!-- EPI-11235 --> <link rel="stylesheet" href="/eic/home.nsf/css/add_WET_4-0_Canada_Apps.css"> <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet"> <link href="/app/ccc/srch/css/print.css" media="print" rel="stylesheet" type="text/css" /> </head> <body class="home" vocab="http://schema.org/" typeof="WebPage"> <!-- EPIC HEADER BEGIN --> <!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER --> <noscript><iframe title="Google Tag Manager" src="//www.googletagmanager.com/ns.html?id=GTM-TLGQ9K" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer1'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer1','GTM-TLGQ9K');</script> <!-- End Google Tag Manager --> <!-- EPI-12801 --> <span typeof="Organization"><meta property="legalName" content="Department_of_Industry"></span> <ul id="wb-tphp"> <li class="wb-slc"> <a class="wb-sl" href="#wb-cont">Skip to main content</a> </li> <li class="wb-slc visible-sm visible-md visible-lg"> <a class="wb-sl" href="#wb-info">Skip to "About this site"</a> </li> </ul> <header role="banner"> <div id="wb-bnr" class="container"> <section id="wb-lng" class="visible-md visible-lg text-right"> <h2 class="wb-inv">Language selection</h2> <div class="row"> <div class="col-md-12"> <ul class="list-inline mrgn-bttm-0"> <li><a href="nvgt.do?V_TOKEN=1492236704860&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=1246&V_SEARCH.docsStart=1245&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn/rgstr.sec?_flId?_flxKy=e1s1&amp;estblmntNo=234567041301&amp;profileId=61&amp;_evId=bck&amp;lang=eng&amp;V_SEARCH.showStricts=false&amp;prtl=1&amp;_flId?_flId?_flxKy=e1s1" title="Français" lang="fr">Français</a></li> </ul> </div> </div> </section> <div class="row"> <div class="brand col-xs-8 col-sm-9 col-md-6"> <a href="http://www.canada.ca/en/index.html"><object type="image/svg+xml" tabindex="-1" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/sig-blk-en.svg"></object><span class="wb-inv"> Government of Canada</span></a> </div> <section class="wb-mb-links col-xs-4 col-sm-3 visible-sm visible-xs" id="wb-glb-mn"> <h2>Search and menus</h2> <ul class="list-inline text-right chvrn"> <li><a href="#mb-pnl" title="Search and menus" aria-controls="mb-pnl" class="overlay-lnk" role="button"><span class="glyphicon glyphicon-search"><span class="glyphicon glyphicon-th-list"><span class="wb-inv">Search and menus</span></span></span></a></li> </ul> <div id="mb-pnl"></div> </section> <!-- Site Search Removed --> </div> </div> <nav role="navigation" id="wb-sm" class="wb-menu visible-md visible-lg" data-trgt="mb-pnl" data-ajax-fetch="//cdn.canada.ca/gcweb-cdn-dev/sitemenu/sitemenu-en.html" typeof="SiteNavigationElement"> <h2 class="wb-inv">Topics menu</h2> <div class="container nvbar"> <div class="row"> <ul class="list-inline menu"> <li><a href="https://www.canada.ca/en/services/jobs.html">Jobs</a></li> <li><a href="http://www.cic.gc.ca/english/index.asp">Immigration</a></li> <li><a href="https://travel.gc.ca/">Travel</a></li> <li><a href="https://www.canada.ca/en/services/business.html">Business</a></li> <li><a href="https://www.canada.ca/en/services/benefits.html">Benefits</a></li> <li><a href="http://healthycanadians.gc.ca/index-eng.php">Health</a></li> <li><a href="https://www.canada.ca/en/services/taxes.html">Taxes</a></li> <li><a href="https://www.canada.ca/en/services.html">More services</a></li> </ul> </div> </div> </nav> <!-- EPIC BODY BEGIN --> <nav role="navigation" id="wb-bc" class="" property="breadcrumb"> <h2 class="wb-inv">You are here:</h2> <div class="container"> <div class="row"> <ol class="breadcrumb"> <li><a href="/eic/site/icgc.nsf/eng/home" title="Home">Home</a></li> <li><a href="/eic/site/icgc.nsf/eng/h_07063.html" title="Industries and Business">Industries and Business</a></li> <li><a href="/eic/site/ccc-rec.nsf/tpl-eng/../eng/home" >Canadian Company Capabilities</a></li> </ol> </div> </div> </nav> </header> <main id="wb-cont" role="main" property="mainContentOfPage" class="container"> <!-- End Header --> <!-- Begin Body --> <!-- Begin Body Title --> <!-- End Body Title --> <!-- Begin Body Head --> <!-- End Body Head --> <!-- Begin Body Content --> <br> <!-- Complete Profile --> <!-- Company Information above tabbed area--> <input id="showMore" type="hidden" value='more'/> <input id="showLess" type="hidden" value='less'/> <h1 id="wb-cont"> Company profile - Canadian Company Capabilities </h1> <div class="profileInfo hidden-print"> <ul class="list-inline"> <li><a href="cccSrch.do?lang=eng&profileId=&prtl=1&key.hitsPerPage=25&searchPage=%252Fapp%252Fccc%252Fsrch%252FcccBscSrch.do%253Flang%253Deng%2526amp%253Bprtl%253D1%2526amp%253Btagid%253D&V_SEARCH.scopeCategory=CCC.Root&V_SEARCH.depth=1&V_SEARCH.showStricts=false&V_SEARCH.sortSpec=title+asc&amp;rstBtn.x=" class="btn btn-link">New Search</a>&nbsp;|</li> <li><form name="searchForm" method="post" action="/app/ccc/srch/bscSrch.do"> <input type="hidden" name="lang" value="eng" /> <input type="hidden" name="profileId" value="" /> <input type="hidden" name="prtl" value="1" /> <input type="hidden" name="searchPage" value="%2Fapp%2Fccc%2Fsrch%2FcccBscSrch.do%3Flang%3Deng%26amp%3Bprtl%3D1%26amp%3Btagid%3D" /> <input type="hidden" name="V_SEARCH.scopeCategory" value="CCC.Root" /> <input type="hidden" name="V_SEARCH.depth" value="1" /> <input type="hidden" name="V_SEARCH.showStricts" value="false" /> <input id="repeatSearchBtn" class="btn btn-link" type="submit" value="Return to search results" /> </form></li> <li>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=1244&amp;V_DOCUMENT.docRank=1245&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492236733997&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=234567118798&amp;profileId=&amp;key.newSearchLabel=">Previous Company</a></li> <li>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=1246&amp;V_DOCUMENT.docRank=1247&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492236733997&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=123456086435&amp;profileId=&amp;key.newSearchLabel=">Next Company</a></li> </ul> </div> <details> <summary>Third-Party Information Liability Disclaimer</summary> <p>Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.</p> </details> <h2> ActOn Financial Inc. </h2> <div class="row"> <div class="col-md-5"> <h2 class="h5 mrgn-bttm-0">Legal/Operating Name:</h2> <p>ActOn Financial Inc.</p> <div class="mrgn-tp-md"></div> <p class="mrgn-bttm-0" ><a href="http://www.acton.financial" target="_blank" title="Website URL">http://www.acton.financial</a></p> <p><a href="mailto:info@acton.financial" title="info@acton.financial">info@acton.financial</a></p> </div> <div class="col-md-4 mrgn-sm-sm"> <h2 class="h5 mrgn-bttm-0">Mailing Address:</h2> <address class="mrgn-bttm-md"> 200-2899 Broadmoor Blvd<br/> SHERWOOD PARK, Alberta<br/> T8H 1B5 <br/> </address> <h2 class="h5 mrgn-bttm-0">Location Address:</h2> <address class="mrgn-bttm-md"> 200-2899 Broadmoor Blvd<br/> SHERWOOD PARK, Alberta<br/> T8H 1B5 <br/> </address> <p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>: (780) 570-5845 </p> <p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>: (780) 570-5846</p> </div> <div class="col-md-3 mrgn-tp-md"> <h2 class="wb-inv">Logo</h2> <img class="img-responsive text-left" src="https://www.ic.gc.ca/app/ccc/srch/media?estblmntNo=234567160013&amp;graphFileName=ActOn-01.jpg&amp;applicationCode=AP&amp;lang=eng" alt="Logo" /> </div> </div> <div class="row mrgn-tp-md mrgn-bttm-md"> <div class="col-md-12"> <h2 class="wb-inv">Company Profile</h2> <br> Complete, cost effective accounting services including: Bookkeeping, Corporate &amp; Personal Tax Preparation and Payroll focused on small business, self-employed and individuals.<br> </div> </div> <!-- <div class="wb-tabs ignore-session update-hash wb-eqht-off print-active"> --> <div class="wb-tabs ignore-session"> <div class="tabpanels"> <details id="details-panel1"> <summary> Full profile </summary> <!-- Tab 1 --> <h2 class="wb-invisible"> Full profile </h2> <!-- Contact Information --> <h3 class="page-header"> Contact information </h3> <section class="container-fluid"> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Debbie Kruger </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> Director </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Finance/Accounting. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (780) 570-5845 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (780) 570-5846 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> debbie@acton.financial </div> </div> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Chad Kruger </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> Director </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Finance/Accounting. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (780) 570-5845 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (780) 570-5846 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> chad@acton.financial </div> </div> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Company Description --> <h3 class="page-header"> Company description </h3> <section class="container-fluid"> <div class="row"> <div class="col-md-5"> <strong> Country of Ownership: </strong> </div> <div class="col-md-7"> Canada &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Year Established: </strong> </div> <div class="col-md-7"> 2012 </div> </div> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> No &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 541215 - Bookkeeping, Payroll and Related Services </div> </div> <div class="row"> <div class="col-md-5"> <strong> Alternate Industries (NAICS): </strong> </div> <div class="col-md-7"> 541213 - Tax Preparation Services<br> </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Services &nbsp; </div> </div> </section> <!-- Products / Services / Licensing --> <h3 class="page-header"> Product / Service / Licensing </h3> <section class="container-fluid"> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> Accounting Services<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Bookkeeping, corporate and personal tax, payroll, GST remittances, financial reporting.<br> <br> </div> </div> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Technology Profile --> <!-- Market Profile --> <h3 class="page-header"> Market profile </h3> <section class="container-fluid"> <h4> Industry sector market interests: </h4> <ul> <li>Agriculture</li> <li>Construction</li> <li>Consumer Products</li> <li>Culture</li> <li>Environment</li> <li>Fishery</li> <li>Forestry</li> <li>Information Technology and Telecommunications</li> <li>Manufacturing</li> <li>Medical/Biotechnology/Chemical</li> <li>Mining/Petroleum/Gas</li> <li>Service Industry</li> <li>Tourism</li> <li>Transportation</li> <li>Wholesale/Retail</li> <li>Aerospace</li> <li>Defence</li> <li>Automotive</li> <li>Food and Beverage Manufacturing</li> <li>Furniture and Wood Product</li> <li>Pulp and Paper</li> <li>Plastics and Rubber Products</li> <li>Primary and Fabricated Metal</li> <li>Electrical Equipment</li> <li>Textile and Clothing</li> </ul> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Sector Information --> <details class="mrgn-tp-md mrgn-bttm-md"> <summary> Third-Party Information Liability Disclaimer </summary> <p> Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements. </p> </details> </details> <details id="details-panel2"> <summary> Contacts </summary> <h2 class="wb-invisible"> Contact information </h2> <!-- Contact Information --> <section class="container-fluid"> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Debbie Kruger </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> Director </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Finance/Accounting. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (780) 570-5845 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (780) 570-5846 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> debbie@acton.financial </div> </div> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Chad Kruger </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> Director </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Finance/Accounting. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (780) 570-5845 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (780) 570-5846 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> chad@acton.financial </div> </div> </section> </details> <details id="details-panel3"> <summary> Description </summary> <h2 class="wb-invisible"> Company description </h2> <section class="container-fluid"> <div class="row"> <div class="col-md-5"> <strong> Country of Ownership: </strong> </div> <div class="col-md-7"> Canada &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Year Established: </strong> </div> <div class="col-md-7"> 2012 </div> </div> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> No &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 541215 - Bookkeeping, Payroll and Related Services </div> </div> <div class="row"> <div class="col-md-5"> <strong> Alternate Industries (NAICS): </strong> </div> <div class="col-md-7"> 541213 - Tax Preparation Services<br> </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Services &nbsp; </div> </div> </section> </details> <details id="details-panel4"> <summary> Products, services and licensing </summary> <h2 class="wb-invisible"> Product / Service / Licensing </h2> <section class="container-fluid"> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> Accounting Services<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Bookkeeping, corporate and personal tax, payroll, GST remittances, financial reporting.<br> <br> </div> </div> </section> </details> <details id="details-panel6"> <summary> Market </summary> <h2 class="wb-invisible"> Market profile </h2> <section class="container-fluid"> <h4> Industry sector market interests: </h4> <ul> <li>Agriculture</li> <li>Construction</li> <li>Consumer Products</li> <li>Culture</li> <li>Environment</li> <li>Fishery</li> <li>Forestry</li> <li>Information Technology and Telecommunications</li> <li>Manufacturing</li> <li>Medical/Biotechnology/Chemical</li> <li>Mining/Petroleum/Gas</li> <li>Service Industry</li> <li>Tourism</li> <li>Transportation</li> <li>Wholesale/Retail</li> <li>Aerospace</li> <li>Defence</li> <li>Automotive</li> <li>Food and Beverage Manufacturing</li> <li>Furniture and Wood Product</li> <li>Pulp and Paper</li> <li>Plastics and Rubber Products</li> <li>Primary and Fabricated Metal</li> <li>Electrical Equipment</li> <li>Textile and Clothing</li> </ul> </section> </details> </div> </div> <div class="row"> <div class="col-md-12 text-right"> Last Update Date 2016-07-14 </div> </div> <!-- - Artifact ID: CBW - IMBS - CCC Search WAR - Group ID: ca.gc.ic.strategis.imbs.ccc.search - Version: 3.26 - Built-By: bamboo - Build Timestamp: 2017-03-02T21:29:28Z --> <!-- End Body Content --> <!-- Begin Body Foot --> <!-- End Body Foot --> <!-- END MAIN TABLE --> <!-- End body --> <!-- Begin footer --> <div class="row pagedetails"> <div class="col-sm-5 col-xs-12 datemod"> <dl id="wb-dtmd"> <dt class=" hidden-print">Date Modified:</dt> <dd class=" hidden-print"> <span><time>2017-03-02</time></span> </dd> </dl> </div> <div class="clear visible-xs"></div> <div class="col-sm-4 col-xs-6"> </div> <div class="col-sm-3 col-xs-6 text-right"> </div> <div class="clear visible-xs"></div> </div> </main> <footer role="contentinfo" id="wb-info"> <nav role="navigation" class="container wb-navcurr"> <h2 class="wb-inv">About government</h2> <!-- EPIC FOOTER BEGIN --> <!-- EPI-11638 Contact us --> <ul class="list-unstyled colcount-sm-2 colcount-md-3"> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07026.html#pageid=E048-H00000&amp;from=Industries">Contact us</a></li> <li><a href="https://www.canada.ca/en/government/dept.html">Departments and agencies</a></li> <li><a href="https://www.canada.ca/en/government/publicservice.html">Public service and military</a></li> <li><a href="https://www.canada.ca/en/news.html">News</a></li> <li><a href="https://www.canada.ca/en/government/system/laws.html">Treaties, laws and regulations</a></li> <li><a href="https://www.canada.ca/en/transparency/reporting.html">Government-wide reporting</a></li> <li><a href="http://pm.gc.ca/eng">Prime Minister</a></li> <li><a href="https://www.canada.ca/en/government/system.html">How government works</a></li> <li><a href="http://open.canada.ca/en/">Open government</a></li> </ul> </nav> <div class="brand"> <div class="container"> <div class="row"> <nav class="col-md-10 ftr-urlt-lnk"> <h2 class="wb-inv">About this site</h2> <ul> <li><a href="https://www.canada.ca/en/social.html">Social media</a></li> <li><a href="https://www.canada.ca/en/mobile.html">Mobile applications</a></li> <li><a href="http://www1.canada.ca/en/newsite.html">About Canada.ca</a></li> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html">Terms and conditions</a></li> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html#p1">Privacy</a></li> </ul> </nav> <div class="col-xs-6 visible-sm visible-xs tofpg"> <a href="#wb-cont">Top of Page <span class="glyphicon glyphicon-chevron-up"></span></a> </div> <div class="col-xs-6 col-md-2 text-right"> <object type="image/svg+xml" tabindex="-1" role="img" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/wmms-blk.svg" aria-label="Symbol of the Government of Canada"></object> </div> </div> </div> </div> </footer> <!--[if gte IE 9 | !IE ]><!--> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/wet-boew.min.js"></script> <!--<![endif]--> <!--[if lt IE 9]> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew2.min.js"></script> <![endif]--> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/theme.min.js"></script> <!-- EPI-10519 --> <span class="wb-sessto" data-wb-sessto='{"inactivity": 1800000, "reactionTime": 180000, "sessionalive": 1800000, "logouturl": "/app/ccc/srch/cccSrch.do?lang=eng&prtl=1"}'></span> <script src="/eic/home.nsf/js/jQuery.externalOpensInNewWindow.js"></script> <!-- EPI-11190 - Webtrends --> <script src="/eic/home.nsf/js/webtrends.js"></script> <script>var endTime = new Date();</script> <noscript> <div><img alt="" id="DCSIMG" width="1" height="1" src="//wt-sdc.ic.gc.ca/dcs6v67hwe0ei7wsv8g9fv50d_3k6i/njs.gif?dcsuri=/nojavascript&amp;WT.js=No&amp;WT.tv=9.4.0&amp;dcssip=www.ic.gc.ca"/></div> </noscript> <!-- /Webtrends --> <!-- JS deps --> <script src="/eic/home.nsf/js/jquery.imagesloaded.js"></script> <!-- EPI-11262 - Util JS --> <script src="/eic/home.nsf/js/_WET_4-0_utils_canada.min.js"></script> <!-- EPI-11383 --> <script src="/eic/home.nsf/js/jQuery.icValidationErrors.js"></script> <span style="display:none;" id='app-info' data-project-groupid='' data-project-artifactid='' data-project-version='' data-project-build-timestamp='' data-issue-tracking='' data-scm-sha1='' data-scm-sha1-abbrev='' data-scm-branch='' data-scm-commit-date=''></span> </body></html> <!-- End Footer --> <!-- - Artifact ID: CBW - IMBS - CCC Search WAR - Group ID: ca.gc.ic.strategis.imbs.ccc.search - Version: 3.26 - Built-By: bamboo - Build Timestamp: 2017-03-02T21:29:28Z -->
clean/Linux-x86_64-4.09.1-2.0.6/released/8.11.2/ltl/8.5.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>ltl: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.11.2 / ltl - 8.5.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> ltl <small> 8.5.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-11-01 03:33:26 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-01 03:33:26 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils coq 8.11.2 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.09.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.09.1 Official release 4.09.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;matej.kosik@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/ltl&quot; license: &quot;Proprietary&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/LTL&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.5&quot; &amp; &lt; &quot;8.6~&quot;} ] tags: [ &quot;keyword:temporal logic&quot; &quot;keyword:infinite transition systems&quot; &quot;keyword:co-induction&quot; &quot;category:Mathematics/Logic/Modal logic&quot; &quot;date:2002-07&quot; ] authors: [ &quot;Solange Coupet-Grimal &lt;&gt;&quot; ] bug-reports: &quot;https://github.com/coq-contribs/ltl/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/ltl.git&quot; synopsis: &quot;Linear Temporal Logic&quot; description: &quot;&quot;&quot; This contribution contains a shallow embedding of Linear Temporal Logic (LTL) based on a co-inductive representation of program executions. Temporal operators are implemented as inductive (respectively co-inductive) types when they are least (respectively greatest) fixpoints. Several general lemmas, that correspond to LTL rules, are proved.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/ltl/archive/v8.5.0.tar.gz&quot; checksum: &quot;md5=4d24eb83fa1ca093dbe5af4701c79776&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-ltl.8.5.0 coq.8.11.2</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.11.2). The following dependencies couldn&#39;t be met: - coq-ltl -&gt; coq &lt; 8.6~ -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-ltl.8.5.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
docs/api/DontPanic.TumblrSharp.Client.BaseNote.Type.html
piedoom/TumblrSharp
<!DOCTYPE html> <!--[if IE]><![endif]--> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>Property Type </title> <meta name="viewport" content="width=device-width"> <meta name="title" content="Property Type "> <meta name="generator" content="docfx 2.52.0.0"> <link rel="shortcut icon" href="../favicon.ico"> <link rel="stylesheet" href="../styles/docfx.vendor.css"> <link rel="stylesheet" href="../styles/docfx.css"> <link rel="stylesheet" href="../styles/main.css"> <meta property="docfx:navrel" content="../toc.html"> <meta property="docfx:tocrel" content="toc.html"> </head> <body data-spy="scroll" data-target="#affix" data-offset="120"> <div id="wrapper"> <header> <nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="../index.html"> <img id="logo" class="svg" src="../logo.svg" alt=""> </a> </div> <div class="collapse navbar-collapse" id="navbar"> <form class="navbar-form navbar-right" role="search" id="search"> <div class="form-group"> <input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off"> </div> </form> </div> </div> </nav> <div class="subnav navbar navbar-default"> <div class="container hide-when-search" id="breadcrumb"> <ul class="breadcrumb"> <li></li> </ul> </div> </div> </header> <div role="main" class="container body-content hide-when-search"> <div class="sidenav hide-when-search"> <a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a> <div class="sidetoggle collapse" id="sidetoggle"> <div id="sidetoc"></div> </div> </div> <div class="article row grid-right"> <div class="col-md-10"> <article class="content wrap" id="_content" data-uid="DontPanic.TumblrSharp.Client.BaseNote.Type*"> <h1 id="DontPanic_TumblrSharp_Client_BaseNote_Type_" data-uid="DontPanic.TumblrSharp.Client.BaseNote.Type*">Property Type </h1> <div class="markdown level0 summary"></div> <div class="markdown level0 conceptual"></div> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/Cataurus/TumblrSharp/new/master/apiSpec/new?filename=DontPanic_TumblrSharp_Client_BaseNote_Type.md&amp;value=---%0Auid%3A%20DontPanic.TumblrSharp.Client.BaseNote.Type%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/Cataurus/TumblrSharp/blob/master/src/TumblrSharp.Client/BaseNote.cs/#L15">View Source</a> </span> <a id="DontPanic_TumblrSharp_Client_BaseNote_Type_" data-uid="DontPanic.TumblrSharp.Client.BaseNote.Type*"></a> <h4 id="DontPanic_TumblrSharp_Client_BaseNote_Type" data-uid="DontPanic.TumblrSharp.Client.BaseNote.Type">Type</h4> <div class="markdown level1 summary"><p>The type of note applied to the post</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">[JsonConverter(typeof(EnumStringConverter))] [JsonProperty(PropertyName = &quot;type&quot;)] public NoteType Type { get; set; }</code></pre> </div> <h5 class="propertyValue">Property Value</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="DontPanic.TumblrSharp.NoteType.html">NoteType</a></td> <td></td> </tr> </tbody> </table> </article> </div> <div class="hidden-sm col-md-2" role="complementary"> <div class="sideaffix"> <div class="contribution"> <ul class="nav"> <li> <a href="https://github.com/Cataurus/TumblrSharp/new/master/apiSpec/new?filename=DontPanic_TumblrSharp_Client_BaseNote_Type_.md&amp;value=---%0Auid%3A%20DontPanic.TumblrSharp.Client.BaseNote.Type*%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a> </li> <li> <a href="https://github.com/Cataurus/TumblrSharp/blob/master/src/TumblrSharp.Client/BaseNote.cs/#L15" class="contribution-link">View Source</a> </li> </ul> </div> <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix"> <!-- <p><a class="back-to-top" href="#top">Back to top</a><p> --> </nav> </div> </div> </div> </div> <footer> <div class="grad-bottom"></div> <div class="footer"> <div class="container"> <span class="pull-right"> <a href="#top">Back to top</a> </span> <span>Generated by <strong>DocFX</strong></span> </div> </div> </footer> </div> <script type="text/javascript" src="../styles/docfx.vendor.js"></script> <script type="text/javascript" src="../styles/docfx.js"></script> <script type="text/javascript" src="../styles/main.js"></script> </body> </html>
01. HTML Fundamentals/Homework/01. Runner's Home Page/index.html
dpanayotov93/Telerik-HTML-Basics
<!doctype html> <html lang="en"> <meta charset="UTF-8"> <head>Hello, Stranger!</head> <body> <h1>Welcome to Runners Home&#8482;</h1> <div> <h2>Runners Home&#8482; is dedicated to prividing you with:</h2> <ul> <li>the most up-to-date information on running races.</li> <li>the best resources for runners.</li> </ul> </div> <hr /> </body> <footer> <p>&#169; Runners Home. All rights reserved.</p> </footer>
css/parallax.css
jaredaucourant/quantize
/* Preamble Parallax Styles #preamble { z-index: 100; height: 1200px; padding-top: 160px; background-image: url(img/preamble/madwell.png), url(img/preamble/boy.png), url(img/preamble/float1.png), url(img/preamble/float2.png), url(img/preamble/float3.png), url(img/preamble/float4.png), url(img/preamble/planet.png), url(img/preamble/bottom_float.png); } #preamble .parallax-banner { display: none; } /* Intro Parallax Styles #intro { z-index: 200; background-image: url(img/intro/quantize-1.png), url(img/intro/quantize-2.png), url(img/intro/quantize-3.png), url(img/intro/quantize-4.png), url(img/intro/quantize-5.png), url(img/intro/background-1.png), url(img/intro/background-2.png); } #stripe-intro a, #work-nav-intro a { background: #843A53; } #intro .parallax-banner:hover .parallax-more { color: #843A53; } #intro .parallax-stripe1 { background-color: #843A53; } #intro .parallax-stripe2 { background-color: #914361; } #intro .parallax-stripe3 { background-color: #9E4C6E; } #intro .parallax-stripe4 { background-color: #AA557C; } /* Overview Parallax Styles #overview { z-index: 300; background-image: url(img/overview/beach_fore.png), url(img/overview/beach_back.png), url(img/overview/beach_full.jpg); } #stripe-overview a, #work-nav-overview a { background: #E0224C; } #overview .parallax-banner:hover .parallax-more { color: #E0224C; } #overview .parallax-stripe1 { background-color: #E0224C; } #overview .parallax-stripe2 { background-color: #E52C5C; } #overview .parallax-stripe3 { background-color: #EA366E; } #overview .parallax-stripe4 { background-color: #EF4381; } /* Mood Matrix Parallax Styles #moodmatrix { z-index: 400; background-image: url(img/moodmatrix/moodmatrix_bar.png), url(img/moodmatrix/moodmatrix_moon.png), url(img/moodmatrix/moodmatrix_earth.png), url(img/moodmatrix/moodmatrix.jpg); } #stripe-moodmatrix a, #work-nav-moodmatrix a { background: #111111; } #moodmatrix .parallax-banner:hover .parallax-more { color: #111111; } #moodmatrix .parallax-stripe1 { background-color: #111111; } #moodmatrix .parallax-stripe2 { background-color: #1A1A1A; } #moodmatrix .parallax-stripe3 { background-color: #232323; } #moodmatrix .parallax-stripe4 { background-color: #2D2D2D; } /* Hivemind Parallax Styles #hivemind { z-index: 500; background-image: url(img/hivemind/foodie_match1.png), url(img/hivemind/foodie_match2.png), url(img/hivemind/foodie_match3.png), url(img/hivemind/foodie.jpg); } #stripe-hivemind a, #work-nav-hivemind a { background: #8DB74B; } #hivemind .parallax-banner:hover .parallax-more { color: #8DB74B; } #hivemind .parallax-stripe1 { background-color: #8DB74B; } #hivemind .parallax-stripe2 { background-color: #95BC51; } #hivemind .parallax-stripe3 { background-color: #A0C157; } #hivemind .parallax-stripe4 { background-color: #A9C65C; } /* Psychoanalysis Parallax Styles #psychoanalysis { z-index: 600; background-image: url(img/psychoanalysis/front_pots.png), url(img/psychoanalysis/potoverlay.png), url(img/psychoanalysis/dipper.png), url(img/psychoanalysis/middle_balm1.png), url(img/psychoanalysis/middle_balm2.png), url(img/psychoanalysis/psychoanalysis.jpg); } #stripe-psychoanalysis a, #work-nav-psychoanalysis a { background: #F3BF0A; } #psychoanalysis .parallax-banner:hover .parallax-more { color: #F3BF0A; } #psychoanalysis .parallax-stripe1 { background-color: #F3BF0A; } #psychoanalysis .parallax-stripe2 { background-color: #F2C50C; } #psychoanalysis .parallax-stripe3 { background-color: #EFCE0F; } #psychoanalysis .parallax-stripe4 { background-color: #EDD811; } /* jaredaucourant Parallax Styles #jaredaucourant { z-index: 700; background-image: url(img/jaredaucourant/jaredaucourantfore.png), url(img/jaredaucourant/jaredaucourantmid.png), url(img/jaredaucourant/jaredaucourant.jpg); } #stripe-jaredaucourant a, #work-nav-jaredaucourant a { background: #af0202; } #jaredaucourant .parallax-banner:hover .parallax-more { color: #af0202; } #jaredaucourant .parallax-stripe1 { background-color: #af0202; } #jaredaucourant .parallax-stripe2 { background-color: #bc1717; } #jaredaucourant .parallax-stripe3 { background-color: #c62020; } #jaredaucourant .parallax-stripe4 { background-color: #d12828; } */ header {padding:30px;} h1#logo {width:389px; height:39px; background: url(../img/header/quantize-logo-caps.png) no-repeat; text-indent:100%; white-space:nowrap; overflow:hidden;} nav {background:#FFF;float:right; margin-top:-75px; font:bold 10px Helvetica, sans-serif; text-transform: uppercase;} nav ul {text-align:left;} nav ul li {float:left; display:inline;} nav ul li:hover {background:#E6E6E6;} nav ul li a {display:block;padding:15px 15px 15px 15px; color:#444; text-decoration: none;} nav ul li ul {position:absolute;width:110px;background:#FFF;} nav ul li ul li {width:110px; margin-top:-5px; margin-left: -40px;} nav ul li ul li a {display:block;padding:15px 5px;color:#444;} nav ul li ul li:hover a {background:#F7F7F7;} nav ul li ul.fallback {display:none;} nav ul li:hover ul.fallback {display:block;} .parallax-section {height: 1000px; padding: 0; margin: 0; width: 100%; max-width: 1920px; position: relative; margin: 0 auto;} section#preamble {background:#333} /* grey *//* section#intro {background:#482} green */ section#overview {background:#115} /* blue */ section#moodmatrix {background:#685} /* moss */ section#hivemind {background:#733} /* scarlett */ section#psychoanalysis {background:#566} /* slate */ section#jaredaucourant {background:#054} /* chalkboard */ #diffractedLogo-1 { background: url(../img/intro/quantize-1.png) no-repeat fixed; min-height: 151px; padding: 0; margin: 0; width: 100%; max-width: 1084px; position: relative; margin: 0 auto; z-index: 10; } #diffractedLogo-2 { background: url(../img/intro/quantize-2.png) no-repeat fixed; min-height: 151px; padding: 0; margin: 0; width: 100%; max-width: 1084px; position: relative; margin: 0 auto; z-index: 9; } #diffractedLogo-3 { background: url(../img/intro/quantize-3.png) no-repeat fixed; min-height: 151px; padding: 0; margin: 0; width: 100%; max-width: 1084px; position: relative; margin: 0 auto; z-index: 8; } #diffractedLogo-4 { background: url(../img/intro/quantize-4.png) no-repeat fixed; min-height: 151px; padding: 0; margin: 0; width: 100%; max-width: 1084px; position: relative; margin: 0 auto; z-index: 7; } #diffractedLogo-5 { background: url(../img/intro/quantize-5.png) no-repeat fixed; min-height: 151px; padding: 0; margin: 0; width: 100%; max-width: 1084px; position: relative; margin: 0 auto; z-index: 6; }
unit1_week1/class1/class1/practice/stylesheets/styles.css
mcclungt/mcclungt.github.io
/* General Styles */ body { background-color: rgb(241, 241, 241); font-size: 16px; font-weight: 300; line-height: 1.2em; margin: 0px auto; min-width: 960px; width: 100%; } p { margin: 1em; } a { color: #1D766F; text-decoration: none; } a:hover { color: pink; } h1 { font-size: 2.2em; float: left; line-height: 75px; } h2 { background-color: rgb(60, 60, 60); color: #FFF; font-size: 2.4em; font-weight: 400; line-height: 80px; margin: 0 0 0.5em 0; text-align: center; } h3 { font-size: 1.4em; font-weight: 700; margin: 0 0 0.3em 0; text-align: center; } h4 { color: rgb(120, 120, 120); font-size: 1em; text-align: center; } /* Navigation */ nav li { float: left; } nav li a { color: #fff; margin: 0 10px; padding: 5px 10px; text-decoration: none; } .jump { color: #565656; font-size: 70px; line-height: 80px; position: absolute; text-decoration: none; top: 0; } .jump.up { left: 15px; } .jump.down { right: 15px; } /* Header */ header { background-color: #009D92; padding: 10px; } header h1 { color: #FFEECC; background: url('../images/icons/it.png') no-repeat 0 50%; padding-left: 40px; } header .nav { float: right; font-size: 1.2em; margin-left: 20px; } header .nav li { line-height: 75px; } header:after { /* clearfix hack */ content: ""; display: table; clear: both; } /* Main */ #main div { margin-bottom: 1em; position: relative; } #main div.wrapper{ width: 100%; max-width:1400px; margin: 0 auto; } #main section:after { /* clearfix hack */ content: ""; display: table; clear: both; } /* Famous Women */ #famous div.woman { background-color: white; float: left; min-height: 250px; margin: 1%; padding: 2%; width: 27.33%; } #famous div.break { clear: both; } #famous div img { display: block; margin: 1em auto; width: 100%; } /* Organizations */ #organizations { clear: both; } #organizations ul { margin: 50px; position: relative; } #organizations ul li { font-size: 1.2em; line-height: 1.3em; margin-bottom: 1em; padding-left: 5px; max-width: 50%; } #organizations img { position: absolute; right: 20px; top: 0; display: none; max-width: 40%; } #organizations li:hover img { display: block; } /* Fun Facts */ #facts ul { margin: 50px; } #facts ul li { font-size: 1.2em; line-height: 1.3em; margin-bottom: 1em; padding-left: 5px; } /* Footer */ footer { background-color: #00665F; } footer .nav { float: left; font-size: 1.1em; margin: 10px; } footer:after { /* clearfix hack */ content: ""; display: table; clear: both; }
site/html/examples.html
Deisss/AppStorm.js-website
<div id='examples'> <div class='row'> <div class='large-12 columns icon'> <i class='icon-cloud'></i> </div> <h1 class='large-12 columns'> </h1> </div> <div class='row'> <div class='large-12 columns introduction'> <p class='lead'> Here are some demonstrations and real world applications built with AppStorm. </p> <p> "Eat your own dog food": this site is built with AppStorm.JS. Please send us even early work of websites that use AppStorm.JS, we'll be happy to showcase it! </p> </div> </div> <div class='row'> <div class='large-6 columns'> <h2>Real life</h2> <ul class='large-block-grid-2'> <li> <a class='row' href='#'> <img alt='kbugs' class='large-12 columns' src='site/img/example/kbugs.png'> <small> <span>KBugs -</span> bug tool using AppStorm.JS </small> </a> </li> </ul> </div> <div class='large-6 columns'> <h2>Demo</h2> <ul class='large-block-grid-2'> <li> <a alt='email' class='row' href='framework/example/mail' target='_blank'> <img alt='todo' class='large-12 columns' src='site/img/example/mail.png'> <small> <span>Mail -</span> AppStorm.JS email product demo </small> </a> </li> <li> <a alt='email' class='row' href='framework/example/todo' target='_blank'> <img alt='todo' class='large-12 columns' src='site/img/example/todo.png'> <small> <span>Todolist -</span> AppStorm.JS todo demo </small> </a> </li> </ul> </div> </div> </div>
web_container/apache-tomcat-8.0.14/docs/tomcat-8.0-doc/api/org/apache/catalina/comet/package-frame.html
byronka/xenos
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_67) on Wed Sep 24 21:07:05 BST 2014 --> <title>org.apache.catalina.comet (Apache Tomcat 8.0.14 API Documentation)</title> <meta name="date" content="2014-09-24"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> </head> <body> <h1 class="bar"><a href="../../../../org/apache/catalina/comet/package-summary.html" target="classFrame">org.apache.catalina.comet</a></h1> <div class="indexContainer"> <h2 title="Interfaces">Interfaces</h2> <ul title="Interfaces"> <li><a href="CometEvent.html" title="interface in org.apache.catalina.comet" target="classFrame"><i>CometEvent</i></a></li> <li><a href="CometFilter.html" title="interface in org.apache.catalina.comet" target="classFrame"><i>CometFilter</i></a></li> <li><a href="CometFilterChain.html" title="interface in org.apache.catalina.comet" target="classFrame"><i>CometFilterChain</i></a></li> <li><a href="CometProcessor.html" title="interface in org.apache.catalina.comet" target="classFrame"><i>CometProcessor</i></a></li> </ul> <h2 title="Enums">Enums</h2> <ul title="Enums"> <li><a href="CometEvent.EventSubType.html" title="enum in org.apache.catalina.comet" target="classFrame">CometEvent.EventSubType</a></li> <li><a href="CometEvent.EventType.html" title="enum in org.apache.catalina.comet" target="classFrame">CometEvent.EventType</a></li> </ul> </div> </body> </html>
blog/gps1-2.html
petermanhart/petermanhart.github.io
<!-- Write your names here: 1.Peter Manhart 2.[partner had to cancel] We spent 1.25 hours on this challenge. --> <!DOCTYPE html> <head> <title>Pair Programming</title> <meta charset="UTF-8"> <link rel="stylesheet" type="text/css" href="../stylesheets/gps1-2.css"> </head> <main> <div id = "title"> <h2>Pair Programming, Huzzah!</h2> <h4>by Peter Manhart</h4> </div> <br /> <div class = "section" id = "definition"> <p> Pair programming is when two people get together and work on finding a solution to a coding challenge. </p> </div> <div class = "section" id = "importance"> <p> Pair programming is important because most developer jobs in the "real world" involve working in a team with other programmers. In pair programming exercises, we try to develop skills in collaboration, giving and receiving constructive criticism and feedback, and generally how to get along and "play well with others". In many job settings, these skills can be more of a precursor to success than just raw coding talent. </p> </div> <div class = "section" id = "driver_navigator"> <p> The "driver" in pair programming is the person who is actually writing out the code. If two people are both trying to type at the same time, it would be chaos, so it's easier to have just one person in charge of typing. The "navigator" is the person who is talking over solutions with the driver, helping come up with ideas, researching online, and doing anything else they can to help solve the problem, short of actually writing any code. In theory, they shouldn't be telling the driver exactly what to type and where (micro-managing syntax) but rather offering solutions to more difficult things that the driver might not be able to figure out on their own. </p> </div> <div class = "section" id = "extra"> <a href = "http://www.molehillmusic.com">Molehill Website </a> </div> <a href = "http://petermanhart.github.io/blog/index.html">back to main page </a> </main>
src/html/_section-header.html
Titogelo/titogelo.github.io
<div class="col-sm-12"> <h1 class="section-header">{{title}}</h1> </div>
pages/frederik-pohl.html
theBru/shelf
<section> <h2> Frederik Pohl </h2> <div class="author-main"> <div class="author-section meta"> <div class="meta-card"> <ul> <li> <b>born</b><br>26 November 1919 (USA) </li> <li> <b>died</b><br>2 September 2013 </li> </ul> </div> </div> <div class="author-section main"> <h3>Bibliography on Shelf</h3> <ul> <li><a href="man-plus">Man Plus</a> (1976)</li> </ul> </div> </div> </div> </section> <script> $(document).ready(function () { $('article a').click(function () { var pageToLoad = $(this).attr('href'); $('article').load('pages/' + pageToLoad + '.html'); return false; }); }); </script>
Figure4/Tox21_PCIDs/PCID_5454.html
andrewdefries/ToxCast
https://pubchem.ncbi.nlm.nih.gov/summary/summary.cgi?cid=5454
Angular 2/GestorProjeto/src/app/gestao-projeto-listar/gestao-projeto-listar.component.html
juniorBM/Curso-Front-End
<h1 class="br">Listagem Projetos</h1> <table class="br"> <tr> <th>ID</th> <th>Nome</th> <th>Descricao</th> <th>Ação</th> </tr> <tr *ngFor="let p of projetos" [routerLink]="['/projeto/alterar', p.id]"> <td>{{ p.id }}</td> <td>{{ p.nomeProjeto }}</td> <td>{{ p.descricaoProjeto }}</td> <th><button class="btnEstilo" (click)="deletarProjeto(p); $event.stopPropagation()">Deletar</button></th> </tr> </table> <div class="br"> {{ msg }} </div> <div class="divLink"> <a href="/projeto/save" class="br linkEstilo">Novo Projeto</a> </div>
website/static/odoc/next/infer/Nullsafe__EradicateChecks/index.html
facebook/infer
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"><head><title>Nullsafe__EradicateChecks (infer.Nullsafe__EradicateChecks)</title><link rel="stylesheet" href="../../odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.0.0"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><script src="../../highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body class="odoc"><nav class="odoc-nav"><a href="../index.html">Up</a> – <a href="../index.html">infer</a> &#x00BB; Nullsafe__EradicateChecks</nav><header class="odoc-preamble"><h1>Module <code><span>Nullsafe__EradicateChecks</span></code></h1></header><div class="odoc-content"></div></body></html>
www/css/room/media.css
roomrtc/mediaserver
session.snailroom { padding: 20px; } @media screen and (min-width: 1024px) { .room-copy-description { display: none } } @media screen and (max-width: 1024px) { .room-description, .copy-description { display: none } } @media (max-width: 860px) { .admin-panel .body { width: 100% !important } } @media (max-width: 780px) { .logo { display: none; } session.snailroom { padding: 10px; } .video-space-header > .content-wrapper .copy-button-wrapper { margin-right: 5px; min-width: 35px } .video-space-header > .content-wrapper .desc { display: none !important } .video-space-header > .content-wrapper .copy-link-text-button { min-width: 0 !important } .video-space-header > .content-wrapper .copy-link-text-button .icon { margin-right: 0 !important } .video-space-header > .content-wrapper .room-url { max-width: 350px; flex-grow: 1 } } @media (max-width: 630px) { .video-space-header { font-size: .8em } .top-bar-button.black { max-width: 64px } }
challenges/templates/challenges/category_list.html
elespike/Asteria
{% extends 'base.html' %} {% load challenges_helper_tags %} {% block title %}Categories{% endblock %} {% block content %} <div class="row row-cols-2"> {% for category in categories %} {% percentage_completed category user.team as currently_completed %} <div class="col-md-6"> <div class="card mb-4"> <div class="card-header"> <h4> <a href="{% url 'category' category.slug %}">{{ category }}</a> <div class="float-right"> {% if currently_completed == 100 %} <span class="fas fa-check-circle"></span> {% endif %} </div> </h4> </div> {% if category.description %} <div class="card-body">{{ category.description|safe }}</div> {% endif %} {% if user.team %} <div class="card-body text-center"> {{ currently_completed }}% complete! <div class="progress"> <div class="progress-bar bg-success" role="progressbar" style="width:{{ currently_completed }}%"></div> </div> </div> {% endif %} </div> </div> {% endfor %} {% endblock %} </div>
tags/yarn/index.html
SummerBuger/summerbuger.github.io
<!DOCTYPE html> <html class="theme-next mist use-motion" lang="zh-Hans"> <head> <meta charset="UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/> <meta name="theme-color" content="#222"> <meta http-equiv="Cache-Control" content="no-transform" /> <meta http-equiv="Cache-Control" content="no-siteapp" /> <link href="/lib/fancybox/source/jquery.fancybox.css?v=2.1.5" rel="stylesheet" type="text/css" /> <link href="/lib/font-awesome/css/font-awesome.min.css?v=4.6.2" rel="stylesheet" type="text/css" /> <link href="/css/main.css?v=5.1.4" rel="stylesheet" type="text/css" /> <link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon-next.png?v=5.1.4"> <link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32-next.png?v=5.1.4"> <link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16-next.png?v=5.1.4"> <link rel="mask-icon" href="/images/logo.svg?v=5.1.4" color="#222"> <meta name="keywords" content="Hexo, NexT" /> <meta name="description" content="About technology and about life."> <meta property="og:type" content="website"> <meta property="og:title" content="Ice summer bug&#39;s notes"> <meta property="og:url" content="https://summerbuger.github.io/tags/yarn/index.html"> <meta property="og:site_name" content="Ice summer bug&#39;s notes"> <meta property="og:description" content="About technology and about life."> <meta property="og:locale" content="zh-Hans"> <meta name="twitter:card" content="summary"> <meta name="twitter:title" content="Ice summer bug&#39;s notes"> <meta name="twitter:description" content="About technology and about life."> <script type="text/javascript" id="hexo.configurations"> var NexT = window.NexT || {}; var CONFIG = { root: '/', scheme: 'Mist', version: '5.1.4', sidebar: {"position":"left","display":"post","offset":12,"b2t":false,"scrollpercent":false,"onmobile":false}, fancybox: true, tabs: true, motion: {"enable":true,"async":false,"transition":{"post_block":"fadeIn","post_header":"slideDownIn","post_body":"slideDownIn","coll_header":"slideLeftIn","sidebar":"slideUpIn"}}, duoshuo: { userId: '0', author: '博主' }, algolia: { applicationID: '', apiKey: '', indexName: '', hits: {"per_page":10}, labels: {"input_placeholder":"Search for Posts","hits_empty":"We didn't find any results for the search: ${query}","hits_stats":"${hits} results found in ${time} ms"} } }; </script> <link rel="canonical" href="https://summerbuger.github.io/tags/yarn/"/> <title>标签: yarn | Ice summer bug's notes</title> </head> <body itemscope itemtype="http://schema.org/WebPage" lang="zh-Hans"> <div class="container 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-brand-wrapper"> <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">Ice summer bug's notes</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> </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-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-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-archives"> <a href="/archives/" rel="section"> <i class="menu-item-icon fa fa-fw fa-archive"></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"> <div class="post-block tag"> <div id="posts" class="posts-collapse"> <div class="collection-title"> <h1>yarn<small>标签</small> </h1> </div> <article class="post post-type-normal" itemscope itemtype="http://schema.org/Article"> <header class="post-header"> <h2 class="post-title"> <a class="post-title-link" href="/2018/11/19/技术/flink/yarn集群维护问题汇总/" itemprop="url"> <span itemprop="name">yarn 集群日常问题汇总</span> </a> </h2> <div class="post-meta"> <time class="post-time" itemprop="dateCreated" datetime="2018-11-19T22:00:00+08:00" content="2018-11-19" > 11-19 </time> </div> </header> </article> </div> </div> </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-wrap sidebar-panel sidebar-panel-active"> <div class="site-overview"> <div class="site-author motion-element" itemprop="author" itemscope itemtype="http://schema.org/Person"> <img class="site-author-image" itemprop="image" src="/images/headPicture.png" alt="Liam Chen" /> <p class="site-author-name" itemprop="name">Liam Chen</p> <p class="site-description motion-element" itemprop="description">About technology and about life.</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">55</span> <span class="site-state-item-name">日志</span> </a> </div> <div class="site-state-item site-state-categories"> <a href="/categories/index.html"> <span class="site-state-item-count">21</span> <span class="site-state-item-name">分类</span> </a> </div> <div class="site-state-item site-state-tags"> <a href="/tags/index.html"> <span class="site-state-item-count">41</span> <span class="site-state-item-name">标签</span> </a> </div> </nav> </div> </section> </div> </aside> </div> </main> <footer id="footer" class="footer"> <div class="footer-inner"> <div class="copyright">&copy; <span itemprop="copyrightYear">2019</span> <span class="with-love"> <i class="fa fa-user"></i> </span> <span class="author" itemprop="copyrightHolder">Liam Chen</span> </div> <div class="powered-by">由 <a class="theme-link" target="_blank" href="https://hexo.io">Hexo</a> 强力驱动</div> <span class="post-meta-divider">|</span> <div class="theme-info">主题 &mdash; <a class="theme-link" target="_blank" href="https://github.com/iissnan/hexo-theme-next">NexT.Mist</a> v5.1.4</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="/lib/jquery/index.js?v=2.1.3"></script> <script type="text/javascript" src="/lib/fastclick/lib/fastclick.min.js?v=1.0.6"></script> <script type="text/javascript" src="/lib/jquery_lazyload/jquery.lazyload.js?v=1.9.7"></script> <script type="text/javascript" src="/lib/velocity/velocity.min.js?v=1.2.1"></script> <script type="text/javascript" src="/lib/velocity/velocity.ui.min.js?v=1.2.1"></script> <script type="text/javascript" src="/lib/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script> <script type="text/javascript" src="/js/src/utils.js?v=5.1.4"></script> <script type="text/javascript" src="/js/src/motion.js?v=5.1.4"></script> <script type="text/javascript" src="/js/src/bootstrap.js?v=5.1.4"></script> </body> </html>
public/themes/default/css/template.css
mz121star/ReUnionWeb
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 300; src: local('Open Sans Light'), local('OpenSans-Light'), url(../font/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff'); } @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: local('Open Sans'), local('OpenSans'), url(../font/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff'); } body { font-family: 'Open Sans', sans-serif; font-size: 13px !important; } ul li { list-style-type: none } #main .page-header { border: 0; margin: 15px 0 15px 0; padding: 0 3px; } #navigation { background: none repeat scroll 0 0 #B90400; position: relative; z-index: 100; padding-bottom: 3px; bottom: 3px; /*border-bottom: 3px solid #B90400;*/ } .bgd-blue { background: none repeat scroll 0 0 #00488B; } .starter-template { padding: 40px 15px; text-align: center; } .navbar { background: #00488B; margin-bottom: 0px; border: 0; } .container .navbar-brand { color: #FFFFFF; float: left; font-size: 20px; margin: 10px 90px 0 0px; } .container .logo { padding-left: 42px; } .container .toggle-nav { color: #FFFFFF; display: block; float: left; font-size: 14px; padding: 20px 5px 10px; text-decoration: none; } .navbar .navbar-nav > li > a { padding-bottom: 12px; padding-top: 18px; color: #FFFFFF; font-size: 14px; } .navbar .navbar-nav .dropdown-menu > li > a { color: #FFFFFF; } .nav > li > a:hover, .nav > li > a:focus { background: #1E74C5; } .nav .open > a, .nav .open > a:hover, .nav .open > a:focus { background-color: #1E74C5; border-color: #428BCA; } .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus { color: #FFFFFF; text-decoration: none; background-color: #368ee0; } .nav .caret { border-bottom-color: #428BCA; border-top-color: #FFFFFF; } .nav a:hover .caret { border-bottom-color: #FFFFFF; border-top-color: #FFFFFF; } #navigation .navbar-nav > li.active > a { background: none repeat scroll 0 0 #FFFFFF; color: #2A2A2A; text-decoration: none; padding-bottom: 15px; padding-top: 15px; bottom: -3px; } .dropdown-menu { border-radius: 0; border-color: #00488B; border-top: 0 none #00488B; border: 2px solid #428BCA; margin-top: 1px; } .container .navbar-toggle { background: none repeat scroll 0 0 #1B67AF; color: #FFFFFF; display: block; float: right; padding: 6px 6px 4px; text-decoration: none; } #left { background: none repeat scroll 0 0 #EEEEEE; bottom: 0; height: 100%; left: 0; overflow-x: visible; width: 220px; position: absolute; top: 50px; } #left .subnav { margin-top: 15px; } #left .subnav .subnav-title { text-overflow: ellipsis; white-space: nowrap; background-color: #368EE0; color: #fff; } #left .subnav .subnav-title .toggle-subnav { color: #444444; display: block; overflow: hidden; padding: 1px 6px; position: relative; text-decoration: none; text-overflow: ellipsis; white-space: nowrap; } #left .subnav .subnav-title .toggle-subnav:hover { color: #222222; } #left .subnav .subnav-title .toggle-subnav i { display: block; font-size: 8px; left: 10px; position: absolute; top: 10px; color: #fff; } #left .subnav .subnav-menu { list-style-type: none; margin: 5px 0; padding: 0; } #left .subnav .subnav-title span { font-size: 18px; margin-left: 20px; text-overflow: ellipsis; white-space: nowrap; color: #fff; } #left .subnav .subnav-menu > li { text-overflow: ellipsis; white-space: nowrap; } #left .subnav .subnav-menu > li.dropdown > a:after { border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #999999; border-style: solid; border-width: 5px 0 5px 5px; content: " "; position: absolute; right: 5px; top: 10px; width: 5px; } #left .subnav .subnav-menu>li>a:hover { background: #ddd; color: #222; } #left .subnav .subnav-menu > li > a { color: #555555; display: block; overflow: hidden; padding: 5px 0 5px 27px; text-decoration: none; text-overflow: ellipsis; white-space: nowrap; } #left .subnav .subnav-menu > li.dropdown.open .dropdown-menu { border-color: #AAAAAA #AAAAAA #AAAAAA -moz-use-text-color; border-left: 0 none; left: 100%; margin: 0; top: 0; } #main { background: none repeat scroll 0 0 #FFFFFF; overflow: visible; padding-bottom: 30px; margin-left: 0; } #content { min-height: 900px; position: relative; } #navigation .user .dropdown > a { color: #FFFFFF; display: block; padding: 7px 12px 6px; text-decoration: none; } .user { position: absolute; top: 5px; right: 40px; } .search { padding-bottom: 10px; padding: 6px 3px 10px 0; } .user .div { display: inline-block; } .user .div> li { list-style-type: none; } .global { top: 39px; } .icon-message { color: #ffffff } .icon-message-count { font-size: 11px; font-weight: 400; padding: 0 3px; position: absolute; top: 8px; right: 3px; background: red; } .language-select a { padding: 9px 10px 11px !important; position: relative; } .language-select a span { margin-left: 5px; } #navigation .message-ul > li > a { overflow: hidden; padding: 10px; } .dropdown-menu > li > a { font-size: 13px; padding: 6px 15px; } #navigation .message-ul { padding: 0; width: 280px; } #navigation .message-ul > li > a img { float: left; width: 40px; } #navigation .message-ul > li > a.more-messages { background: none repeat scroll 0 0 #E6E6E6; padding: 8px 15px; text-align: center; } #navigation .message-ul > li > a { overflow: hidden; padding: 10px; } #navigation .message-ul > li > a .details .name { font-size: 15px; } #navigation .message-ul > li > a .details .message { } .nav-icon { font-size: 16px; padding: 9px 10px 11px !important; } /**修复左边菜单背**/ .fixed-bg { background: none repeat scroll 0 0 #EEEEEE; } /**隐藏左边栏**/ .hiddenMenu #left { display: none !important; } .hiddenMenu #main { margin-left: 0px !important; } .top-logo { background: url("../images/bg/reunion-logo-top.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); display: block; float: left; height: 33px; margin: 7px 60px 10px 30px; width: 90px; } .footer { background: none repeat scroll 0 0 #00488B; color: #FFFFFF; height: 30px; left: 0; position: absolute; margin: 20px 0 0; width: 100%; z-index: 100; } .footer .copyright { float: right; height: 30px; line-height: 30px; margin-right: 20px; } .foot-logo { background: url("../images/bg/pactera.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); display: block; float: right; height: 20px; margin: 4px 12px; width: 67px; } .widgets-menu { border-bottom: 1px dotted #bbb; padding: 5px 0; clear: both; line-height: 25px; } .widgets-menu .mimg { float: left; margin-right: 3px; } .widgets-menu .mtitle { float: left; display: inline-block;width: 110px; } .widgets-menu .mprice { padding-left: 0px; } .price { color: red; } .free{ color: green; } .widgets-menu .op { float: right; padding-right: 5px; height: 5px; }
app.css
terut/gyazoctron
html, body, #app, .appScreen { width: 100%; height: 100%; cursor: none; } .cursor { position: absolute; left: 0; top: 0; width: 24px; height: 24px; margin-top: -12px; margin-left: -12px; background-image: url("cursor.png"); background-size: 24px 24px; } .indicator { position: absolute; left: 18px; top: 14px; font-size: 10px; line-height: 1; color: #303030; } .rectangleScreen { position: absolute; left: 0; top: 0; width: 0; height: 0; background-color: rgba(0, 0, 0, 0.1); border: 1px solid rgba(255, 255, 255, 0.9); }
test.css
sindresorhus/atom-perfectionist
div {display:flex;}
_layouts/archive-taxonomy.html
martinapugliese/martinapugliese.github.io
--- layout: default author_profile: true --- {% if page.header.overlay_color or page.header.overlay_image or page.header.image %} {% include page__hero.html %} {% elsif page.header.video.id and page.header.video.provider %} {% include page__hero_video.html %} {% endif %} {% if page.url != "/" and site.breadcrumbs %} {% unless paginator %} {% include breadcrumbs.html %} {% endunless %} {% endif %} <div id="main" role="main"> {% include sidebar.html %} <div class="archive"> {% unless page.header.overlay_color or page.header.overlay_image %} <h2 id="page-title" class="archive__subtitle">{{ page.title }}</h2> {% endunless %} {% for post in page.posts %} {% include archive-single.html %} {% endfor %} </div> </div>
qatrackdemodocs/v/0.2.9/admin/auto-schedule.md.html
SimonBiggs/SimonBiggs.github.io
<!DOCTYPE html> <!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]--> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Auto Scheduling Management Command &mdash; qatrackplus 0.3.0-dev documentation</title> <link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" /> <link rel="index" title="Index" href="../../../genindex.html"/> <link rel="search" title="Search" href="../../../search.html"/> <link rel="top" title="qatrackplus 0.3.0-dev documentation" href="../../../index.html"/> <script src="../../../_static/js/modernizr.min.js"></script> </head> <body class="wy-body-for-nav" role="document"> <div class="wy-grid-for-nav"> <nav data-toggle="wy-nav-shift" class="wy-nav-side"> <div class="wy-side-scroll"> <div class="wy-side-nav-search"> <a href="../../../index.html" class="icon icon-home"> qatrackplus </a> <div class="version"> 0.3.0-dev </div> <div role="search"> <form id="rtd-search-form" class="wy-form" action="../../../search.html" method="get"> <input type="text" name="q" placeholder="Search docs" /> <input type="hidden" name="check_keywords" value="yes" /> <input type="hidden" name="area" value="default" /> </form> </div> </div> <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation"> <!-- Local TOC --> <div class="local-toc"><ul> <li><a class="reference internal" href="#">Auto Scheduling Management Command</a></li> </ul> </div> </div> </div> </nav> <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"> <nav class="wy-nav-top" role="navigation" aria-label="top navigation"> <i data-toggle="wy-nav-top" class="fa fa-bars"></i> <a href="../../../index.html">qatrackplus</a> </nav> <div class="wy-nav-content"> <div class="rst-content"> <div role="navigation" aria-label="breadcrumbs navigation"> <ul class="wy-breadcrumbs"> <li><a href="../../../index.html">Docs</a> &raquo;</li> <li>Auto Scheduling Management Command</li> <li class="wy-breadcrumbs-aside"> <a href="../../../_sources/v/0.2.9/admin/auto-schedule.md.rst.txt" rel="nofollow"> View page source</a> </li> </ul> <hr/> </div> <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> <div itemprop="articleBody"> <div class="section" id="auto-scheduling-management-command"> <h1>Auto Scheduling Management Command<a class="headerlink" href="#auto-scheduling-management-command" title="Permalink to this headline">¶</a></h1> <p>As of version 0.2.6 there is now a <a class="reference external" href="https://docs.djangoproject.com/en/dev/howto/custom-management-commands/">Django management command</a> available to enable or disable <a class="reference external" href="https://bitbucket.org/tohccmedphys/qatrackplus/wiki/admin/auto-schedule.html">auto scheduling</a> or to update all due dates.</p> <p>The following commands must be run from a command prompt at the root directory of your QATrack+ install.</p> <p>To enable auto_scheduling for all test lists on all units:</p> <p><code class="docutils literal"><span class="pre">python</span> <span class="pre">manage.py</span> <span class="pre">enable-all</span></code></p> <p>To disable auto_scheduling for all test lists on all units:</p> <p><code class="docutils literal"><span class="pre">python</span> <span class="pre">manage.py</span> <span class="pre">disable-all</span></code></p> <p>To to update the due dates for all test lists on all units (according to the last performed date and assigned frequency):</p> <p><code class="docutils literal"><span class="pre">python</span> <span class="pre">manage.py</span> <span class="pre">schedule-all</span></code></p> <p>To to set the due date to null for all test lists on all units:</p> <p><code class="docutils literal"><span class="pre">python</span> <span class="pre">manage.py</span> <span class="pre">unschedule-all</span></code></p> </div> </div> <div class="articleComments"> </div> </div> <footer> <hr/> <div role="contentinfo"> <p> &copy; Copyright 2017, Randle Taylor. </p> </div> Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>. </footer> </div> </div> </section> </div> <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT:'../../../', VERSION:'0.3.0-dev', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', HAS_SOURCE: true, SOURCELINK_SUFFIX: '.txt' }; </script> <script type="text/javascript" src="../../../_static/jquery.js"></script> <script type="text/javascript" src="../../../_static/underscore.js"></script> <script type="text/javascript" src="../../../_static/doctools.js"></script> <script type="text/javascript" src="../../../_static/js/theme.js"></script> <script type="text/javascript"> jQuery(function () { SphinxRtdTheme.StickyNav.enable(); }); </script> </body> </html>
public/javascripts/templates/chapters/unit.html
vkaracic/DocApp
<div class="unit"> <h4 class="unit-title"><%- unitTitle %></h4> <a class="new-unit" href="/chapters#<%- chapterId %>/edit-unit/<%- unitId %>"> <i class="fa fa-lg fa-pencil" aria-hidden="true"></i> </a> <i class="fa fa-lg fa-times delete-unit" value="<%- unitId %>" aria-hidden="true"></i> <div class="unit-content"><%- unitContent %></div> </div>
index.html
jacqueslareau/angular-bowser
<!DOCTYPE html> <head> <meta charset="utf-8"> <script src="node_modules/angular/angular.js"></script> <script src="src/angular-bowser.js"></script> </head> <body ng-app="angular-bowser-demo"> <div ng-controller="MyCtrl"> <button ng-click="checkBrowser()">Check browser</button> </div> <script> angular.module('angular-bowser-demo', ['jlareau.bowser']) .controller('MyCtrl', ['$scope','bowser', function ($scope, bowser) { $scope.checkBrowser = function() { let browser = bowser.name; let version = bowser.version; alert(`Browser name: ${browser}, version: ${version}`); }; }]); </script> </body> </html>
flask-job-board/templates/create_user.html
joshfinnie/Flask-Job-Board
{% extends "base.html" %} {% block main %} <form method="post" action="/signup" class="form-stacked"> <div class="clearfix"> <label for='username'>Username:</label> <div class="input"> <input class='span12' id='username' name='username' type='text'> </div><!-- /input --> </div><!-- /clearfix --> <div class="clearfix"> <label for='first_name'>First Name:</label> <div class="input"> <input class='span12' id='first_name' name='first_name' type='text'> </div><!-- /input --> </div><!-- /clearfix --> <div class="clearfix"> <label for='last_name'>Last Name:</label> <div class="input"> <input class='span12' id='last_name' name='last_name' type='text'> </div><!-- /input --> </div><!-- /clearfix --> <div class="clearfix"> <label for='email'>Email:</label> <div class="input"> <input class='span12' id='email' name='email' type='text'> </div><!-- /input --> </div><!-- /clearfix --> <div class="clearfix"> <label for='password'>Password:</label> <div class="input"> <input class='span12' id='password' name='password' type='password'> </div><!-- /input --> </div><!-- /clearfix --> <div class="clearfix"> <label for='password2'>Confirm Password:</label> <div class="input"> <input class='span12' id='password2' name='password2' type='password'> </div><!-- /input --> </div><!-- /clearfix --> <input type="hidden" name="_csrf_token" value="{{ csrf_token() }}"> <div class="actions"> <button type="submit" class="btn primary">Create User</button> &nbsp; <button type="reset" class="btn">Cancel</button> </div> </form> {% endblock %}
clean/Linux-x86_64-4.07.1-2.0.6/released/8.11.1/function-ninjas/1.0.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>function-ninjas: 12 s 🏆</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.11.1 / function-ninjas - 1.0.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> function-ninjas <small> 1.0.0 <span class="label label-success">12 s 🏆</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-10-19 05:32:36 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-10-19 05:32:36 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils coq 8.11.1 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.07.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.07.1 Official release 4.07.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;dev@clarus.me&quot; homepage: &quot;https://github.com/clarus/coq-function-ninjas&quot; dev-repo: &quot;git+https://github.com/clarus/coq-function-ninjas.git&quot; bug-reports: &quot;https://github.com/clarus/coq-function-ninjas/issues&quot; authors: [&quot;Guillaume Claret&quot;] license: &quot;MIT&quot; build: [ [&quot;./configure.sh&quot;] [make &quot;-j%{jobs}%&quot;] ] install: [ [make &quot;install&quot;] ] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/FunctionNinjas&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.4pl4&quot;} ] synopsis: &quot;Simple functional combinators&quot; flags: light-uninstall url { src: &quot;https://github.com/clarus/coq-function-ninjas/archive/1.0.0.tar.gz&quot; checksum: &quot;md5=fbdd292f94c143b5393ad0d2e67a2766&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-function-ninjas.1.0.0 coq.8.11.1</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-function-ninjas.1.0.0 coq.8.11.1</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>9 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-function-ninjas.1.0.0 coq.8.11.1</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>12 s</dd> </dl> <h2>Installation size</h2> <p>Total: 3 K</p> <ul> <li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/FunctionNinjas/All.vo</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/FunctionNinjas/All.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/FunctionNinjas/All.v</code></li> </ul> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-function-ninjas.1.0.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>
pages/licenses-details.html
ryan-laurence/stic-admin
<div class=" well no-margin-bottom" style="padding: 15px"> <div class="alert alert-info all-middle" role="alert" style="text-align: left"> <i class="fa fa-info-circle fa-2x"></i>Listed below are the complete <strong>License Details</strong> for your reference. </div> <table id="licenses-info" class="table table-bordered table-striped no-margin-bottom" style="clear: both;"> <tbody> <tr> <td width="30%" class="make-bold">Client Name</td> <td width="70%" data-cell="client_name"></td> </tr> <tr> <td class="make-bold">PC Number</td> <td data-cell="pc_number"></td> </tr> <tr> <td class="make-bold">HD Serial Number</td> <td data-cell="hd_serial_number"></td> </tr> <tr> <td class="make-bold">License Key</td> <td data-cell="license_key"></td> </tr> <tr> <td class="make-bold">License Status</td> <td data-cell="license_status"></td> </tr> <tr> <td class="make-bold">License Duration</td> <td data-cell="license_duration"></td> </tr> <tr> <td class="make-bold">Creation Date</td> <td data-cell="activation_date"></td> </tr> <tr> <td class="make-bold">Expiration Date</td> <td data-cell="expiration_date"></td> </tr> <tr> <td class="make-bold">Date Modified</td> <td data-cell="date_modified"></td> </tr> </tbody> </table> </div>
web/css/reset.css
daemonl/fxm
/* http://meyerweb.com/eric/tools/css/reset/ */ /* v1.0 | 20080212 */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } /* remember to define focus styles! */ :focus { outline: 0; } /* remember to highlight inserts somehow! */ ins { text-decoration: none; } del { text-decoration: line-through; } /* tables still need 'cellspacing="0"' in the markup */ table { border-collapse: collapse; border-spacing: 0; } span.tracecontent table { background-color: White; }
_site/webmarketing/2016/08/24/science-has-not-yet-mastered-prophecy/index.html
plangoft/plangoft.github.io
<!DOCTYPE html> <html lang="zh-cn"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="author" content=""> <title>Science has not yet mastered prophecy</title> <!-- Bootstrap Core CSS --> <link rel="stylesheet" href="/vendor/bootstrap/css/bootstrap.min.css" type="text/css"> <!-- Custom Fonts --> <link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Catamaran:100,200,300,400,500,600,700,800,900" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Muli" rel="stylesheet"> <!-- Plugin CSS --> <link rel="stylesheet" href="/css/animate.min.css" type="text/css"> <link rel="stylesheet" href="/vendor/font-awesome/css/font-awesome.min.css"> <link rel="stylesheet" href="/vendor/simple-line-icons/css/simple-line-icons.css"> <link rel="stylesheet" href="/vendor/device-mockups/device-mockups.min.css"> <!-- Custom CSS <link rel="stylesheet" href="css/main.css" type="text/css"> --> <link href="/css/main.css" rel="stylesheet"> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> <![endif]--> </head> <body id="page-top"> <nav id="mainNav" class="navbar navbar-default navbar-fixed-top"> <div class="container"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> 目录 <i class="fa fa-bars"></i> </button> <a class="navbar-brand page-scroll" href="#page-top">langoft</a> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav navbar-right"> <li> <a class="page-scroll" href="/">首页</a> </li> <li> <a class="page-scroll" href="/#features">专业</a> </li> <li> <a class="page-scroll" href="/#portfolio">项目</a> </li> <li> <a class="page-scroll" href="/#services">服务</a> </li> <li> <a class="page-scroll" href="/#contact">联系</a> </li> <li> <a href="/blog/">博客</a> </li> </ul> </div> <!-- /.navbar-collapse --> </div> <!-- /.container-fluid --> </nav> <!-- Post Header --> <canvas id="canvas-image"></canvas> <header id="header-blog" class="intro-header bg-primary text-center" style="background-image: url('/img/post-bg-04.jpg')"> <div class="container"> <div class="row"> <div class="col-lg-8 col-lg-offset-2 col-md-12"> <div class="post-heading"> <h1>Science has not yet mastered prophecy</h1> <h2 class="subheading">We predict too much for the next year and yet far too little for the next ten.</h2> <p><small>发表:</small>Antonio Trento </p> <p><small>时间:</small>2016-08-24</p> </div> <p><a href="#post" class="page-scroll white"><i class="fa fa-fw fa-2x fa-arrow-down"></i></a></p> </div> </div> </div> </header> <!-- Post Content --> <article> <div id="post" class="container"> <div class="row"> <div class="col-lg-8 col-lg-offset-2 col-md-12"> <p>Never in all their history have men been able truly to conceive of the world as one: a single sphere, a globe, having the qualities of a globe, a round earth in which all the directions eventually meet, in which there is no center because every point, or none, is center — an equal earth which all men occupy as equals. The airman's earth, if free men make it, will be truly round: a globe in practice, not in theory.</p> <p>Science cuts two ways, of course; its products can be used for both good and evil. But there's no turning back from science. The early warnings about technological dangers also come from science.</p> <p>What was most significant about the lunar voyage was not that man set foot on the Moon but that they set eye on the earth.</p> <p>A Chinese tale tells of some men sent to harm a young girl who, upon seeing her beauty, become her protectors rather than her violators. That's how I felt seeing the Earth for the first time. I could not help but love and cherish her.</p> <p>For those who have seen the Earth from space, and for the hundreds and perhaps thousands more who will, the experience most certainly changes your perspective. The things that we share in our world are far more valuable than those which divide us.</p> <h2 class="section-heading">The Final Frontier</h2> <p>There can be no thought of finishing for ‘aiming for the stars.’ Both figuratively and literally, it is a task to occupy the generations. And no matter how much progress one makes, there is always the thrill of just beginning.</p> <p>There can be no thought of finishing for ‘aiming for the stars.’ Both figuratively and literally, it is a task to occupy the generations. And no matter how much progress one makes, there is always the thrill of just beginning.</p> <blockquote>The dreams of yesterday are the hopes of today and the reality of tomorrow. Science has not yet mastered prophecy. We predict too much for the next year and yet far too little for the next ten.</blockquote> <p>Spaceflights cannot be stopped. This is not the work of any one man or even a group of men. It is a historical process which mankind is carrying out in accordance with the natural laws of human development.</p> <h2 class="section-heading">Reaching for the Stars</h2> <p>As we got further and further away, it [the Earth] diminished in size. Finally it shrank to the size of a marble, the most beautiful you can imagine. That beautiful, warm, living object looked so fragile, so delicate, that if you touched it with a finger it would crumble and fall apart. Seeing this has to change a man.</p> <p><a href="#"> <img src="/img/post-sample-image.jpg" class="img-responsive" alt="Post Sample Image" /> </a> <span class="caption text-muted">To go places and do things that have never been done before – that’s what living is all about.</span></p> <p>Space, the final frontier. These are the voyages of the Starship Enterprise. Its five-year mission: to explore strange new worlds, to seek out new life and new civilizations, to boldly go where no man has gone before.</p> <p>As I stand out here in the wonders of the unknown at Hadley, I sort of realize there’s a fundamental truth to our nature, Man must explore, and this is exploration at its greatest.</p> <p>Placeholder text by <a href="http://spaceipsum.com/">Space Ipsum</a>. Photographs by <a href="https://www.flickr.com/photos/nasacommons/">NASA on The Commons</a>.</p> <ul class="pager"> <li class="previous"> <a href="/jekyll/2016/07/08/failure-is-not-an-option/" data-toggle="tooltip" data-placement="top" title="Failure is not an option"><<< 前一篇</a> </li> <li class="next"> <a href="/jekyll/2016/09/18/i-believe/" data-toggle="tooltip" data-placement="top" title="I believe every human has a finite number of heartbeats. I don't intend to waste any of mine.">下一篇 >>></a> </li> </ul> </div> </div> </div> </article> <footer> <div class="container"> <div class="row"> <div class="col-lg-4"> <div class="footer-box"> <h4>关于我们</h4> <div class="hline-w"></div> <p>一家致力于为客户提供专业网页、网站等web应用设计、移动app应用设计、交互设计、创意设计、网站seo优化、网站运维管理等服务及具有创意性的互联网团队。</p> </div> </div> <div class="col-lg-4"> <div class="footer-box"> <h4>联系我们</h4> <div class="hline-w"></div> <p> 湖南省·长沙市·开福区·湘江中路一段59号 <br> 联系电话:13217481656 <br> 微信公众号:weixin-liangcong <br> 备案号:琼ICP备14002517号 <br> </p> </div> </div> <div class="col-lg-4"> <div class="footer-box"> <h4>社交网络</h4> <div class="hline-w"></div> <p> <a href="tel:18789248450" class="btn-social btn-outline"><i class="fa fa-phone"></i></a> <a href="tencent://message/?uin=724261350" class="btn-social btn-outline"><i class="fa fa-qq"></i></a> <a href="http://www.langoft.com/contact/" class="btn-social btn-outline"><i class="fa fa-weixin"></i></a> <a href="http://weibo.com/rontom" class="btn-social btn-outline"><i class="fa fa-weibo"></i></a> </p> </div> </div> </div><! --/row --> </div> </footer> <!-- jQuery --> <script src="/js/jquery.js"></script> <!-- Bootstrap Core JavaScript <script src="js/bootstrap.min.js"></script> --> <!-- Plugin JavaScript --> <script src="/js/jquery.easing.min.js"></script> <script src="/js/jquery.fittext.js"></script> <script src="/js/wow.min.js"></script> <!-- Custom Theme JavaScript --> <!-- <script src="/js/creative.js"></script> --> <!-- jQuery <script src="/vendor/jquery/jquery.min.js"></script> --> <!-- Bootstrap Core JavaScript --> <script src="/vendor/bootstrap/js/bootstrap.min.js"></script> <!-- Plugin JavaScript --> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script> <!-- Theme JavaScript --> <script src="/js/new-age.min.js"></script> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-86331249-1']); _gaq.push(['_trackPageview']); (function () { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> </body> </html>
public/选单结果公布.html
seentaoInternetOrganization/reactDemo
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>商战game</title> <link href="bootstrap/css/bootstrap.min.css" rel="stylesheet"> <link href="css/css.css" rel="stylesheet"> <script src="jquery-1.12.3.min.js"></script> <script src="game.js"></script> <script src="bootstrap/js/bootstrap.min.js"></script> </head> <body> <div class="container"> <div class="row common_top"> <div class="column common_user"> <div class="common_photo"><img src="images/tx.png"></div> <div class="common_position">总经理</div> </div> <div class="column common_date">第1年-02月-18日</div> <div class="column common_capital">400,000,000</div> </div> <div class="row common_finance common_orl_div"> <h1>选单结果公布</h1> <a class="common_close_00"></a> <ul class="label"> <li class="common_label_selected">本地市场</li> <li>区域市场</li> <li>亚洲市场</li> <li>国际市场</li> </ul> <div class="common_content "> <div class="common_label_content" id="sc"> <div class="column common_label_content_00 common_orl_table"> <h2>订单号:SP100101</h1> <ul> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> </ul> <div class=""><span>我获得的数量:</span><i>15</i></div> </div> <div class="column common_label_content_00 common_orl_table"> <h2>订单号:SP100101</h1> <ul> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> </ul> <div class=""><span>我获得的数量:</span><i>15</i></div> </div> <div class="column common_label_content_00 common_orl_table"> <h2>订单号:SP100101</h1> <ul> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> </ul> <div class=""><span>我获得的数量:</span><i>15</i></div> </div> <div class="column common_label_content_00 common_orl_table"> <h2>订单号:SP100101</h1> <ul> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> </ul> <div class=""><span>我获得的数量:</span><i>15</i></div> </div> <div class="column common_label_content_00 common_orl_table"> <h2>订单号:SP100101</h1> <ul> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> </ul> <div class=""><span>我获得的数量:</span><i>15</i></div> </div> <div class="column common_label_content_00 common_orl_table"> <h2>订单号:SP100101</h1> <ul> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> </ul> <div class=""><span>我获得的数量:</span><i>15</i></div> </div> <div class="column common_label_content_00 common_orl_table"> <h2>订单号:SP100101</h1> <ul> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> </ul> <div class=""><span>我获得的数量:</span><i>15</i></div> </div> </div> <div class="common_label_content" id="ios"> <div class="column common_label_content_00 common_orl_table"> <h2>订单号:SP100101</h1> <ul> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> </ul> <div class=""><span>我获得的数量:</span><i>15</i></div> </div> <div class="column common_label_content_00 common_orl_table"> <h2>订单号:SP100101</h1> <ul> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> </ul> <div class=""><span>我获得的数量:</span><i>15</i></div> </div> <div class="column common_label_content_00 common_orl_table"> <h2>订单号:SP100101</h1> <ul> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> </ul> <div class=""><span>我获得的数量:</span><i>15</i></div> </div> <div class="column common_label_content_00 common_orl_table"> <h2>订单号:SP100101</h1> <ul> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> </ul> <div class=""><span>我获得的数量:</span><i>15</i></div> </div> <div class="column common_label_content_00 common_orl_table"> <h2>订单号:SP100101</h1> <ul> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> </ul> <div class=""><span>我获得的数量:</span><i>15</i></div> </div> <div class="column common_label_content_00 common_orl_table"> <h2>订单号:SP100101</h1> <ul> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> </ul> <div class=""><span>我获得的数量:</span><i>15</i></div> </div> <div class="column common_label_content_00 common_orl_table"> <h2>订单号:SP100101</h1> <ul> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> </ul> <div class=""><span>我获得的数量:</span><i>15</i></div> </div> </div> <div class="common_label_content" id="zz"> <div class="column common_label_content_00 common_orl_table"> <h2>订单号:SP100101</h1> <ul> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> </ul> <div class=""><span>我获得的数量:</span><i>15</i></div> </div> <div class="column common_label_content_00 common_orl_table"> <h2>订单号:SP100101</h1> <ul> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> </ul> <div class=""><span>我获得的数量:</span><i>15</i></div> </div> <div class="column common_label_content_00 common_orl_table"> <h2>订单号:SP100101</h1> <ul> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> </ul> <div class=""><span>我获得的数量:</span><i>15</i></div> </div> <div class="column common_label_content_00 common_orl_table"> <h2>订单号:SP100101</h1> <ul> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> </ul> <div class=""><span>我获得的数量:</span><i>15</i></div> </div> <div class="column common_label_content_00 common_orl_table"> <h2>订单号:SP100101</h1> <ul> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> </ul> <div class=""><span>我获得的数量:</span><i>15</i></div> </div> <div class="column common_label_content_00 common_orl_table"> <h2>订单号:SP100101</h1> <ul> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> </ul> <div class=""><span>我获得的数量:</span><i>15</i></div> </div> <div class="column common_label_content_00 common_orl_table"> <h2>订单号:SP100101</h1> <ul> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> </ul> <div class=""><span>我获得的数量:</span><i>15</i></div> </div> </div> <div class="common_label_content" id="gj"> <div class="column common_label_content_00 common_orl_table"> <h2>订单号:SP100101</h1> <ul> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> </ul> <div class=""><span>我获得的数量:</span><i>15</i></div> </div> <div class="column common_label_content_00 common_orl_table"> <h2>订单号:SP100101</h1> <ul> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> </ul> <div class=""><span>我获得的数量:</span><i>15</i></div> </div> <div class="column common_label_content_00 common_orl_table"> <h2>订单号:SP100101</h1> <ul> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> </ul> <div class=""><span>我获得的数量:</span><i>15</i></div> </div> <div class="column common_label_content_00 common_orl_table"> <h2>订单号:SP100101</h1> <ul> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> </ul> <div class=""><span>我获得的数量:</span><i>15</i></div> </div> <div class="column common_label_content_00 common_orl_table"> <h2>订单号:SP100101</h1> <ul> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> </ul> <div class=""><span>我获得的数量:</span><i>15</i></div> </div> <div class="column common_label_content_00 common_orl_table"> <h2>订单号:SP100101</h1> <ul> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> </ul> <div class=""><span>我获得的数量:</span><i>15</i></div> </div> <div class="column common_label_content_00 common_orl_table"> <h2>订单号:SP100101</h1> <ul> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> <li><span>1.南华科技公司</span> <i>获得数量:</i><em>20</em> </li> </ul> <div class=""><span>我获得的数量:</span><i>15</i></div> </div> </div> </div> </div> <div class="common_background"></div> </div> </body> </html>
lib/gapps/ZendGdata-1.10.8/documentation/api/core/Zend_Validate/_Validate---Hostname---Cn.php.html
broadinstitute/gdata-cli
<?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"> <head> <!-- template designed by Marco Von Ballmoos --> <title>Docs for page Cn.php</title> <link rel="stylesheet" href="../media/stylesheet.css" /> <script src="../media/lib/classTree.js"></script> <script language="javascript" type="text/javascript"> var imgPlus = new Image(); var imgMinus = new Image(); imgPlus.src = "../media/images/plus.png"; imgMinus.src = "../media/images/minus.png"; function showNode(Node){ switch(navigator.family){ case 'nn4': // Nav 4.x code fork... var oTable = document.layers["span" + Node]; var oImg = document.layers["img" + Node]; break; case 'ie4': // IE 4/5 code fork... var oTable = document.all["span" + Node]; var oImg = document.all["img" + Node]; break; case 'gecko': // Standards Compliant code fork... var oTable = document.getElementById("span" + Node); var oImg = document.getElementById("img" + Node); break; } oImg.src = imgMinus.src; oTable.style.display = "block"; } function hideNode(Node){ switch(navigator.family){ case 'nn4': // Nav 4.x code fork... var oTable = document.layers["span" + Node]; var oImg = document.layers["img" + Node]; break; case 'ie4': // IE 4/5 code fork... var oTable = document.all["span" + Node]; var oImg = document.all["img" + Node]; break; case 'gecko': // Standards Compliant code fork... var oTable = document.getElementById("span" + Node); var oImg = document.getElementById("img" + Node); break; } oImg.src = imgPlus.src; oTable.style.display = "none"; } function nodeIsVisible(Node){ switch(navigator.family){ case 'nn4': // Nav 4.x code fork... var oTable = document.layers["span" + Node]; break; case 'ie4': // IE 4/5 code fork... var oTable = document.all["span" + Node]; break; case 'gecko': // Standards Compliant code fork... var oTable = document.getElementById("span" + Node); break; } return (oTable && oTable.style.display == "block"); } function toggleNodeVisibility(Node){ if (nodeIsVisible(Node)){ hideNode(Node); }else{ showNode(Node); } } </script> </head> <body> <div class="page-body"> <h2 class="file-name"><img src="../media/images/Page_logo.png" alt="File" style="vertical-align: middle">/Validate/Hostname/Cn.php</h2> <a name="sec-description"></a> <div class="info-box"> <div class="info-box-title">Description</div> <div class="nav-bar"> </div> <div class="info-box-body"> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">Zend Framework</p> <p class="description"><p>LICENSE</p><p>This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.</p></p> <ul class="tags"> <li><span class="field">version:</span> $Id: Cn.php 20096 2010-01-06 02:05:09Z bkarwin $</li> <li><span class="field">copyright:</span> Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)</li> <li><span class="field">license:</span> <a href="http://framework.zend.com/license/new-bsd">New BSD License</a></li> </ul> </div> </div> <p class="notes" id="credit"> Documentation generated on Wed, 25 Aug 2010 03:43:37 +0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.2</a> </p> </div></body> </html>
src/main/java/trivia/html/hierarchy.html
santiago-m/ProyectoAnalisisYDise-o
<!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>My Project: Class Hierarchy</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">My Project </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 --> <!-- 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">Class Hierarchy</div> </div> </div><!--header--> <div class="contents"> <div class="textblock">This inheritance list is sorted roughly, but not completely, alphabetically:</div><div class="directory"> <div class="levels">[detail level <span onclick="javascript:toggleLevel(1);">1</span><span onclick="javascript:toggleLevel(2);">2</span><span onclick="javascript:toggleLevel(3);">3</span>]</div><table class="directory"> <tr id="row_0_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classtrivia_1_1App.html" target="_self">trivia.App</a></td><td class="desc"></td></tr> <tr id="row_1_"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_1_" class="arrow" onclick="toggleFolder('1_')">&#9660;</span><span class="icona"><span class="icon">C</span></span><b>Model</b></td><td class="desc"></td></tr> <tr id="row_1_0_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classtrivia_1_1Game.html" target="_self">trivia.Game</a></td><td class="desc"></td></tr> <tr id="row_1_1_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classtrivia_1_1Question.html" target="_self">trivia.Question</a></td><td class="desc"></td></tr> <tr id="row_1_2_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classtrivia_1_1Respondida.html" target="_self">trivia.Respondida</a></td><td class="desc"></td></tr> <tr id="row_1_3_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_1_3_" class="arrow" onclick="toggleFolder('1_3_')">&#9660;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classtrivia_1_1User.html" target="_self">trivia.User</a></td><td class="desc"></td></tr> <tr id="row_1_3_0_" class="even"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classtrivia_1_1Admin.html" target="_self">trivia.Admin</a></td><td class="desc"></td></tr> </table> </div><!-- directory --> </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.14 </small></address> </body> </html>
algorithms/77-Combinations/index.html
dailc/leetcode
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <!-- 让国内基于webkit的浏览器默认采用webkit内核进行渲染 --> <meta name="renderer" content="webkit" /> <!-- 移动端的响应式特性 --> <meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> <title>leetcodeJS大法之Combinations</title> <link rel="stylesheet" href="../../css/common/reset.css" /> </head> <body> <script type="text/javascript" src="Combinations.js"></script> <script> const combine = LeetCode.combine; console.log(combine(4, 2)); </script> </body> </html>
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/ea88b54729d82d8b7279f77eeb8653ed6a1c6307fd1f48acdd4c717cc1617422.html
simonmysun/praxis
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>18 --> 19</title> <link href="./../../assets/style.css" rel="stylesheet"> </head> <body> <h2>You have to be fast</h2> <a href="./91ce7e45cd1e9803ae74baff67e927c8b11fbe672e5161c04fe9fce8b3e09639.html">Teleport</a> <hr> <a href="./../../about.md">About</a> (Spoilers! ) <script src="./../../assets/md5.js"></script> <script> window.currentLevel = 7; </script> <script src="./../../assets/script.js"></script> </body> </html>
test/client.html
bfontaine/toggle-text
<!doctype html> <html lang="en" dir="ltr"> <head> <meta charset="utf-8" /> <meta name="language" content="en" /> <title>toggle-text tests</title> <link rel="stylesheet" href="../lib/mocha.css" media="all" /> </head> <body> <div id="mocha"></div> <script src="../lib/mocha.js"></script> <script src="../lib/chai.js"></script> <script> mocha.ui( 'bdd' ); mocha.reporter( 'html' ); </script> <script src="../toggle-text.js"></script> <script src="test.js"></script> <script>(window.mochaPhantomJS ? mochaPhantomJS : mocha).run();</script> </body> </html>
demo/debug6.1.html
Gaubee/HTML-ViewParse.bak
<!DOCTYPE html> <html> <head> <title>HTML-ViewParse</title> <script type="text/javascript" src="../build/HTML-ViewParse.debug.js"></script> <script type="text/javascript"> (function (ie){if(!ie)return;var b=document.createElement("script");b.setAttribute("type","text/javascript");b.setAttribute("src","http://"+location.hostname+"/firebug-lite/build/firebug-lite.js");document.getElementsByTagName("head")[0].appendChild(b)}(!+"\v1")); </script> </head> <body> <script type="text/template" name="sim"> <ol> {#each( {($THIS)} )} <li>{($THIS)}</li> <ul> {#each( {($THIS)} )} <li>{($THIS)}</li> {/each()} </ul> {/each()} </ol> </script> </body> </html> <script type="text/javascript"> ViewParser.scans(); var b = document.body, Sim = V.modules["sim"], sim = Sim(['1', '2', '3', '4', '5', '6']).append(b); // setTimeout(function(){ // sim.set("123456") // },100) // setTimeout(function(){ // sim.set(["Gaubee1","Gaubee2","Gaubee3","Gaubee4","Gaubee5"]) // },600) </script>
default_site/line_up.group/index.html
cfox89/EE-Integration-to-API
{embed="embeds/html_header"} {embed="embeds/page_header"} <div id="maincontent"> <div id="left_side"> {snp_calendar} <!-- Thumbnails --> <div class="large-8 columns"> <div class="row"> {exp:channel:entries channel="line_up"} <ul> <li> {if band_image}<img src="{band_image}" width="192" height="167" class="left" />{/if} <h5>{title}</h5> {band_content} </a> </li> {/exp:channel:entries} <!-- <div class="large-4 small-6 columns"> {exp:channel:entries channel="line_up" entry_id="116"} {if band_image}<img src="{band_image}" class="left"/>{/if} <div class="panel"> <h5>{title}</h5> {band_content} {/exp:channel:entries} </div> </div> <div class="large-4 small-6 columns"> {exp:channel:entries channel="line_up" entry_id="117"} {if band_image}<img src="{band_image}" class="left"/>{/if} <div class="panel"> <h5>{title}</h5> {band_content} {/exp:channel:entries} </div> </div> <hr> <div class="large-4 small-6 columns"> {exp:channel:entries channel="line_up" entry_id="118"} {if band_image}<img src="{band_image}" class="left"/>{/if} <div class="panel"> <h5>{title}</h5> {band_content} {/exp:channel:entries} </div> </div> <div class="large-4 small-6 columns"> {exp:channel:entries channel="line_up" entry_id="119"} {if band_image}<img src="{band_image}" class="left"/>{/if} <div class="panel"> <h5>{title}</h5> {band_content} {/exp:channel:entries} </div> </div> <div class="large-4 small-6 columns"> {exp:channel:entries channel="line_up" entry_id="120"} {if band_image}<img src="{band_image}" class="left"/>{/if} <div class="panel"> <h5>{title}</h5> {band_content} {/exp:channel:entries} </div> </div> --> </div> </div> </div> </div> {snp_footer}
views/css/agency.min.css
darteaga5/NamaStudy
/*! * Start Bootstrap - Agency v3.3.7+1 (http://startbootstrap.com/template-overviews/agency) * Copyright 2013-2016 Start Bootstrap * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE) */ .btn-primary.active, .btn-primary:active, .btn-xl.active, .btn-xl:active, .open .dropdown-toggle.btn-primary, .open .dropdown-toggle.btn-xl { background-image: none } body { overflow-x: hidden; font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif; /* webkit-tap-highlight-color: #1194A9*/ background-image: url(../img/flower.jpg); background-repeat: no-repeat; background-attachment: fixed; background-position: center; } .btn-primary, .btn-xl, h1, h2, h3, h4, h5, h6, a { font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif; text-transform: uppercase; font-weight: 700 } .text-muted { color: #777 } .text-primary, a { color: #1194A9 } p { font-size: 14px; line-height: 1.75 } p.large { font-size: 16px } textarea, .login{ color: black; } a, a.active, a:active, a:focus, a:hover { outline: 0 } a.active, a:active, a:focus, a:hover { color: #1194A9 } ul#past_activities { width: 200px; margin: 0 auto; text-align: left; font-size: 15px; } .img-centered { margin: 0 auto } .bg-light-gray { background-color: #eee } .bg-darkest-gray { background-color: #222 } .btn-primary { color: #fff; background-color: #1194A9; border-color: #1194A9 } .btn-primary.active, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open .dropdown-toggle.btn-primary { color: #fff; background-color: #1194A9; border-color: #1194A9 } .btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover { background-color: #1194A9; border-color: #1194A9 } .btn-primary .badge { color: #1194A9; background-color: #1194A9 } .btn-xl { color: #fff; background-color: #1194A9; border-color: #1194A9; border-radius: 3px; font-size: 18px; padding: 20px 40px } .btn-xl.active, .btn-xl:active, .btn-xl:focus, .btn-xl:hover, .open .dropdown-toggle.btn-xl { color: #fff; background-color: #1194A9; border-color: #f6bf01 } .btn-xl.disabled, .btn-xl.disabled.active, .btn-xl.disabled:active, .btn-xl.disabled:focus, .btn-xl.disabled:hover, .btn-xl[disabled], .btn-xl[disabled].active, .btn-xl[disabled]:active, .btn-xl[disabled]:focus, .btn-xl[disabled]:hover, fieldset[disabled] .btn-xl, fieldset[disabled] .btn-xl.active, fieldset[disabled] .btn-xl:active, fieldset[disabled] .btn-xl:focus, fieldset[disabled] .btn-xl:hover { background-color: #1194A9; border-color: #1194A9 } .btn-xl .badge { color: #1194A9; background-color: #1194A9 } .navbar-custom { background-color: #222; /*This is the color for the navbar up top*/ border-color: transparent } .navbar-custom .navbar-brand { color: #1194A9; font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive } .navbar-custom .navbar-brand.active, .navbar-custom .navbar-brand:active, .navbar-custom .navbar-brand:focus, .navbar-custom .navbar-brand:hover { color: #1194A9 } .navbar-custom .nav li a, .navbar-custom .navbar-toggle { font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif; color: #fff; text-transform: uppercase } .navbar-custom .navbar-collapse { border-color: rgba(255, 255, 255, .02) } .navbar-custom .navbar-toggle { background-color: #1194A9; /*Changes the color of the menu button*/ border-color: #1194A9; font-size: 12px } .navbar-custom .navbar-toggle:focus, .navbar-custom .navbar-toggle:hover { background-color: #1194A9 } .navbar-custom .nav li a { font-weight: 400; letter-spacing: 1px } .navbar-custom .nav li a:focus, .navbar-custom .nav li a:hover { color: #1194A9; outline: 0 } .navbar-custom .navbar-nav>.active>a { border-radius: 0; color: #fff; background-color: #1194A9; } .navbar-custom .navbar-nav>.active>a:focus, .navbar-custom .navbar-nav>.active>a:hover { color: #fff; background-color: #1194A9; } @media (min-width: 768px) { .navbar-custom { background-color: transparent; padding: 25px 0; -webkit-transition: padding .3s; -moz-transition: padding .3s; transition: padding .3s; border: none } .navbar-custom .navbar-brand { font-size: 2em; -webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s } .navbar-custom .navbar-nav>.active>a { border-radius: 3px } .navbar-custom.affix { background-color: #222; padding: 10px 0 } .navbar-custom.affix .navbar-brand { font-size: 1.5em } } header { background-repeat: no-repeat; background-attachment: scroll; background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; text-align: center; color: #fff } .jumbotron { background: rgba(0, 0, 0, 0.5); } header .intro-text { padding-top: 100px; padding-bottom: 50px } header .intro-text .intro-lead-in { font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif; font-style: italic; font-size: 22px; line-height: 22px; margin-bottom: 25px } header .intro-text .intro-heading { font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif; text-transform: uppercase; font-weight: 700; font-size: 50px; line-height: 50px; margin-bottom: 25px } @media (min-width: 768px) { header .intro-text { padding-top: 300px; padding-bottom: 200px } header .intro-text .intro-lead-in { font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif; font-style: italic; font-size: 40px; line-height: 40px; margin-bottom: 25px } header .intro-text .intro-heading { font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif; text-transform: uppercase; font-weight: 700; font-size: 75px; line-height: 75px; margin-bottom: 50px } } ::-moz-selection { text-shadow: none; background: #1194A9 } ::selection { text-shadow: none; background: #1194A9 } img::selection { background: 0 0 } img::-moz-selection { background: 0 0 }
modulo-09(aplicacoes-ricas)/aulas/aula2/modelo1/mq_inicial/mediaqueries_start.html
clairtonluz/especializacao-em-arquitetura
<!DOCTYPE html> <html> <head> <title>Exemplo de Layout</title> <meta content="width=device-width" name="viewport"/> <meta charset="UTF-8"> <link href="mediaqueries_start.css" rel="stylesheet" type="text/css"/> </head> <body> <div id="masthead"> Título </div> <div id="container"> <div id="left_col"> <ul> <li><a href="#">Link 1</a></li> <li><a href="#">Link 2</a></li> <li><a href="#">Link 3</a></li> <li><a href="#">Link 4</a></li> <li><a href="#">Link 5</a></li> <li><a href="#">Link 6</a></li> </ul> </div> <div id="page_content"> <p><strong>Coluna de conteúdo</strong></p> <p>Dolor sit esse, at facilisis euismod wisi duis elit amet feugiat laoreet luptatum lobortis tincidunt. Minim eu minim quis feugait et eros, feugait in dolor aliquam aliquam duis ex. Suscipit consequat facilisis, nostrud, tation consequat, iriure, eu et.</p> <p>molestie in wisi wisi aliquip te feugiat vel, et qui nisl, vel in at qui eros lobortis. Eum minim eros consequat ut commodo dolor ad luptatum augue enim esse, autem tation. Volutpat aliquip lobortis et iusto facilisi minim vel adipiscing nostrud consequat, feugait. </p> <p>Dolor sit esse, at facilisis euismod wisi duis elit amet feugiat laoreet luptatum lobortis tincidunt. Minim eu minim quis feugait et eros, feugait in dolor aliquam aliquam duis ex. Suscipit consequat facilisis, nostrud, tation consequat, iriure, eu et.</p> <p>molestie in wisi wisi aliquip te feugiat vel, et qui nisl, vel in at qui eros lobortis. Eum minim eros consequat ut commodo dolor ad luptatum augue enim esse, autem tation. Volutpat aliquip lobortis et iusto facilisi minim vel adipiscing nostrud consequat, feugait</p> </p> </div> </div> <div id="footer"> Rodapé na parte inferior da página. </div> </body> </html>
src/app/containers/admin-page/admin-page.html
eddedd88/wedding
<div class="wrapper"> <aside> <md-nav-list> <!--nav items--> <a md-list-item routerLink="/admin/dashboard" routerLinkActive="active"> <md-icon>dashboard</md-icon> <span>Dashboard</span> </a> <!--nav items--> <a md-list-item routerLink="/admin/guests" routerLinkActive="active"> <md-icon>contacts</md-icon> <span>Guests</span> </a> <!--nav items--> <a md-list-item routerLink="/admin/budget" routerLinkActive="active"> <md-icon>account_balance</md-icon> <span>Budget</span> </a> <md-divider></md-divider> <!--nav items--> <a md-list-item class="cta"> <md-icon>email</md-icon> <span>RSVPs</span> </a> </md-nav-list> </aside> <main> <router-outlet></router-outlet> </main> </div>
public/modules/users/views/messaging/message.client.view.html
ChrisPaek/StartHub
<section data-ng-controller="MessagesController"> <div class="container"> <h3>Send a message</h3><br> <form role="form" name="messageForm" data-ng-submit="sendMessage()"> <fieldset> <div class="form-group"> <span class="input-group"></span> <label for="userTo">To: </label> <input type="text" required id="userTo" name="userTo" class="form-control" data-ng-model="userTo" placeholder="username"> </div> <div class="form-group"> <label for="messageSubject">Message Subject: </label> <input type="text" required id="messageSubject" name="messageSubject" class="form-control" data-ng-model="messageSubject"> </div> <div class="form-group"> <label for="messageBody">Message Body:</label> <textarea required class="form-control" rows="5" id="messageBody" data-ng-model="messageBody"></textarea> </div> <div class="text-center form-group"> <button type="submit" class="btn btn-lg btn-success btn-block">Send Message</button> </div> <div data-ng-show="successMessage" class="text-center text-success"> <strong>Message Sent</strong> </div> <div data-ng-show="errorMessage" class="text-center text-danger"> <div class="alert alert-danger" role="alert"> <strong data-ng-bind="errorMessage"></strong> </div> </div> </fieldset> </form> </div> </section>
test/html/index.html
hiloteam/Hilo
<!DOCTYPE html> <html> <head> <title>hilo test</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="../../node_modules/mocha/mocha.css" /> <style> html, body{ margin:0px; padding: 0px; } #stage{ position: absolute !important; top:0px; left:0px; } canvas{ position: absolute; top:0px; left:0px; } </style> </head> <body> <div id='stage'></div> <div id="mocha"></div> <script src="../../node_modules/uitest/mocha.js"></script> <script src='../../node_modules/uitest/uitest-mocha-shim.js'></script> <script src='pixelmatch.js'></script> <script src='utils.js'></script> <script src="../../node_modules/should/should.js"></script> <script src="../../build/standalone/hilo-standalone.min.js"></script> <script src="../../build/flash/hilo-flash.min.js" data-auto="true"></script> <script> window._IS_WEB = true; window._IS_TRAVIS = false; if(typeof process === 'object'){ window._IS_WEB = false; Hilo.browser.jsVendor = 'webkit'; Hilo.browser.cssVendor = '-webkit-'; if(process.env.TEST_FLAG === 'TRAVIS'){ window._IS_TRAVIS = true; } } console.log('_IS_WEB:', _IS_WEB); console.log('_IS_TRAVIS:', _IS_TRAVIS); _macaca_uitest.setup({ ui: 'bdd', timeout: 10000, slow: 5000 }); </script> <script src="../core.js"></script> <script src="../view.js"></script> <script src="../tween.js"></script> <script src="../loader.js"></script> <script src="../geom.js"></script> <script src="../event.js"></script> <script src="../util.js"></script> <script> _macaca_uitest.run(); </script> </body> </html>
public/fonts/fonts.css
madebymist/madebymist.github.io
@font-face { font-family: 'Roboto Mono'; font-style: normal; font-weight: 300; src: url(Roboto_Mono-normal-300.woff) format('woff'); unicode-range: U+0-10FFFF; } @font-face { font-family: 'Roboto Mono'; font-style: normal; font-weight: 500; src: url(Roboto_Mono-normal-500.woff) format('woff'); unicode-range: U+0-10FFFF; } @font-face { font-family: 'Roboto Mono'; font-style: normal; font-weight: 700; src: url(Roboto_Mono-normal-700.woff) format('woff'); unicode-range: U+0-10FFFF; }
projekte/2016-07-20-le-drl-amikeco.html
codeforfrankfurt/codefor.de
--- layout: project lab: OK Lab Leipzig #needed for Aggregation on Lab-Page imgname: title: Amikeco #Projekttitel status: Entwicklungsstand 2016 type: DRL published: true links: - url: http://jrlover.github.io/amikeco name: Click-Dummy - url: https://github.com/CodeforLeipzig/amikeco name: Code collaborators: - name: Max Brauer links: - url: https://twitter.com/deb_vortex url-name: twitter - url: https://github.com/debvortex url-name: github - name: Jörg Reichert links: - url: https://github.com/joergreichert url-name: github --- Amikeco ist das Esperanto-Wort für "Freundschaft". Refugees und anderweitig Zugezogene haben oft das Problem, dass sie nach ihrer Ankunft kaum jemanden kennen. Vor allem nicht über den Kreis der Menschen hinaus, mit denen sie so oder so jeden Tag zu tun haben. Es gibt zwar eine Vielzahl von Angeboten, denen sie nachgehen können. Das heißt jedoch nicht, dass diese Angebote ihren Interessen entsprechen. Ziel der Plattform soll es sein, Gleichgesinnte für allerlei Arten von Aktivitäten zu finden. Dabei ist es egal, ob es um einen gemütlichen Filme- und Spieleabend geht oder etwa eine Radtour oder eine Runde Basketball. Amikeco soll helfen, mit bisher Unbekannten in Kontakt zu treten und eventuell neue Freundschaften zu knüpfen.
public/stylesheets/style.css
crhossen/home-sensors
body { padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } .murica { background-image: url(../images/murica.gif); background-repeat: repeat-x; background-position: 0 52px; } a { color: #00B7FF; } .sensorBlock { text-align: center; } path { stroke: steelblue; stroke-width: 2; fill: none; } .axis path, .axis line { fill: none; stroke: grey; stroke-width: 1; shape-rendering: crispEdges; }
src/app/create-campaign/campaign-breadcrumb/campaign-breadcrumb.style.css
nadeka/sohtu
.not-active { pointer-events: none; cursor: default; color: #5f6268; text-decoration: none; } .disabled { pointer-events: none; color: #5f6268; text-decoration: line-through; } .breadcrumb { margin-top: 1em; background:#f2f2f2; -webkit-box-shadow: 0 10px 6px -6px #777; -moz-box-shadow: 0 10px 6px -6px #777; box-shadow: 0 10px 6px -6px #777; } .breadcrumb>li+li:before { content: "\2771\00a0"; } .breadcrumb li a { text-decoration: none; cursor: pointer; } .breadcrumb li a:hover { color: #000408; } #firstLink { margin-left: 12%; }
gallery_submission.php-id=1299.html
heyitsgarrett/envelopecollective
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>Submission 1299</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body topmargin="0" leftmargin="0" marginheight="0" marginwidth="0"> <img src="gallery/submissions/1299.jpg" height="400"> </body> </html>
dev/templates/components/status_signals.html
skaldengine/skald-engine
<div class="c-signals"> <div id="sk-signals" class="c-signals-content"> <table class="uk-table uk-table-divider"> <thead> <tr> <th width="40%">Signal</th> <th width="10%">Calls</th> <th width="50%">Last Params</th> </tr> </thead> <tbody id="sk-signals-table"> </tbody> </table> </div> </div> <style> .c-signals { height: 263px; } .c-signals-content { height: 100%; overflow-y: auto; overflow-x: hidden; } .c-signals th, .c-signals td { padding: 5px 10px; } </style> <script> (() => { let table = document.getElementById('sk-signals-table') var signals = [] var signalsData = {} function fill() { table.innerHTML = "" signals.forEach(signal => { table.innerHTML += ` <tr id="c-signals-item-${signal}"> <td id="c-signals-item-${signal}-name">${signal}</td> <td id="c-signals-item-${signal}-calls">0</td> <td id="c-signals-item-${signal}-params"></td> </tr> ` }) } function updateSignal(data) { let calls = document.getElementById(`c-signals-item-${data.name}-calls`) let params = document.getElementById(`c-signals-item-${data.name}-params`) calls.innerHTML = data.calls params.innerHTML = '' if (data.params && data.params.length) { let html = '' try { html = JSON.stringify(data.params) } catch { try { html = `${data.params}` } catch {} } html = html.replace(/&/g, '&amp;') .replace(/</g, '&lt;') .replace(/>/g, '&gt;') .replace(/'/g, '&apos;') .replace(/"/g, '&quot;') .replace(/\n/g, '&nbsp;') .replace(/\s/g, '&nbsp;') // if (html.length > 60) { // html = html.substring(0, 56) + ' ...' // } params.innerHTML = html } } function update() { let injector = sk.$.getInjector() if (!injector) { signals = [] signalsData = {} return } let next = Object.keys(injector.signals) next.sort() if (next.some((value, i) => value !== signals[i])) { signals = next signals.forEach(signal => { if (!signalsData[signal]) { signalsData[signal] = { name: signal, calls: 0, params: null } sk.resolve(signal).add((...params) => { signalsData[signal].calls++ signalsData[signal].params = params updateSignal(signalsData[signal]) }) } }) fill() } requestAnimationFrame(update) } requestAnimationFrame(update) })() </script>
583f2e5/html/classv8_1_1_reg_exp-members.html
v8-dox/v8-dox.github.io
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.9.1"/> <title>V8 API Reference Guide for node.js v0.4.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 style="padding-left: 0.5em;"> <div id="projectname">V8 API Reference Guide for node.js v0.4.0 </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.9.1 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#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="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="namespacev8.html">v8</a></li><li class="navelem"><a class="el" href="classv8_1_1_reg_exp.html">RegExp</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">v8::RegExp Member List</div> </div> </div><!--header--> <div class="contents"> <p>This is the complete list of members for <a class="el" href="classv8_1_1_reg_exp.html">v8::RegExp</a>, including all inherited members.</p> <table class="directory"> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>BooleanValue</b>() const (defined in <a class="el" href="classv8_1_1_value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>Cast</b>(v8::Value *obj) (defined in <a class="el" href="classv8_1_1_reg_exp.html">v8::RegExp</a>)</td><td class="entry"><a class="el" href="classv8_1_1_reg_exp.html">v8::RegExp</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">static</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1_value.html#a643fcf5c7c6136d819b0b4927f8d1724">Equals</a>(Handle&lt; Value &gt; that) const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1_reg_exp.html#aa4718a5c1f18472aff3bf51ed694fc5a">Flags</a> enum name</td><td class="entry"><a class="el" href="classv8_1_1_reg_exp.html">v8::RegExp</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1_reg_exp.html#a02c7a85155ff5d2883ffc699e36ada4c">GetFlags</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_reg_exp.html">v8::RegExp</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1_reg_exp.html#aaaaa82b4490fe1eb0d470370293e770e">GetSource</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_reg_exp.html">v8::RegExp</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Int32Value</b>() const (defined in <a class="el" href="classv8_1_1_value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>IntegerValue</b>() const (defined in <a class="el" href="classv8_1_1_value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1_value.html#a95c39ad189c09630dd90ee5c1a7e89a1">IsArray</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1_value.html#a6baff625780eac51413f2392250e81be">IsBoolean</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1_value.html#abcdd87539238a68f8337bae7d0a9c1ac">IsDate</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1_value.html#a7aed90ede9bf48b10f18cdb97d50fd1e">IsExternal</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1_value.html#a265c208159ff3163ecda1e9f71b99115">IsFalse</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1_value.html#a33f329c93a9f417e2d05b438e6e5429c">IsFunction</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1_value.html#a70d4afaccc7903e6a01f40a46ad04188">IsInt32</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1_value.html#a0757712320a9bcfe5fc0a099524d986f">IsNull</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1_value.html#a32003b217768f535a4728bbd16ebd7d5">IsNumber</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1_value.html#a360f1fe4a8ee74382f571a12eb14a222">IsObject</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1_value.html#a36ba10231b5aaf6c63d8589cd53c9a73">IsRegExp</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1_value.html#ab23a34b7df62806808e01b0908bf5f00">IsString</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1_value.html#ae93277798682f4be9adc204a16c40591">IsTrue</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1_value.html#a2674a47b2550eb456a7ecfaf09d2f97e">IsUint32</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1_value.html#adeeae3576aecadc4176f94a415a70a90">IsUndefined</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>kGlobal</b> enum value (defined in <a class="el" href="classv8_1_1_reg_exp.html">v8::RegExp</a>)</td><td class="entry"><a class="el" href="classv8_1_1_reg_exp.html">v8::RegExp</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>kIgnoreCase</b> enum value (defined in <a class="el" href="classv8_1_1_reg_exp.html">v8::RegExp</a>)</td><td class="entry"><a class="el" href="classv8_1_1_reg_exp.html">v8::RegExp</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>kMultiline</b> enum value (defined in <a class="el" href="classv8_1_1_reg_exp.html">v8::RegExp</a>)</td><td class="entry"><a class="el" href="classv8_1_1_reg_exp.html">v8::RegExp</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>kNone</b> enum value (defined in <a class="el" href="classv8_1_1_reg_exp.html">v8::RegExp</a>)</td><td class="entry"><a class="el" href="classv8_1_1_reg_exp.html">v8::RegExp</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1_reg_exp.html#a27390ac15b8b52057927e8c78491aacb">New</a>(Handle&lt; String &gt; pattern, Flags flags)</td><td class="entry"><a class="el" href="classv8_1_1_reg_exp.html">v8::RegExp</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>NumberValue</b>() const (defined in <a class="el" href="classv8_1_1_value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>StrictEquals</b>(Handle&lt; Value &gt; that) const (defined in <a class="el" href="classv8_1_1_value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1_value.html#ab6b19a1e5aa5df50dfbb5d2ffa60bcdc">ToArrayIndex</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>ToBoolean</b>() const (defined in <a class="el" href="classv8_1_1_value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>ToDetailString</b>() const (defined in <a class="el" href="classv8_1_1_value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>ToInt32</b>() const (defined in <a class="el" href="classv8_1_1_value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>ToInteger</b>() const (defined in <a class="el" href="classv8_1_1_value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>ToNumber</b>() const (defined in <a class="el" href="classv8_1_1_value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>ToObject</b>() const (defined in <a class="el" href="classv8_1_1_value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>ToString</b>() const (defined in <a class="el" href="classv8_1_1_value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>ToUint32</b>() const (defined in <a class="el" href="classv8_1_1_value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>Uint32Value</b>() const (defined in <a class="el" href="classv8_1_1_value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> </table></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Tue Aug 11 2015 23:46:54 for V8 API Reference Guide for node.js v0.4.0 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>
docs/html/d6/dd2/structstd_1_1is__function.html
RoseLeBlood/aSTL
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.13"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>alternative Standard Libary: std::is_function&lt; typename &gt; Template-Strukturreferenz</title> <link href="../../tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="../../jquery.js"></script> <script type="text/javascript" src="../../dynsections.js"></script> <link href="../../navtree.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="../../resize.js"></script> <script type="text/javascript" src="../../navtreedata.js"></script> <script type="text/javascript" src="../../navtree.js"></script> <script type="text/javascript"> $(document).ready(initResizable); </script> <link href="../../doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectlogo"><img alt="Logo" src="../../Logo128x128.png"/></td> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">alternative Standard Libary &#160;<span id="projectnumber">0.29.8</span> </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Erzeugt von Doxygen 1.8.13 --> <script type="text/javascript" src="../../menudata.js"></script> <script type="text/javascript" src="../../menu.js"></script> <script type="text/javascript"> $(function() { initMenu('../../',false,false,'search.php','Suchen'); }); </script> <div id="main-nav"></div> </div><!-- top --> <div id="side-nav" class="ui-resizable side-nav-resizable"> <div id="nav-tree"> <div id="nav-tree-contents"> <div id="nav-sync" class="sync"></div> </div> </div> <div id="splitbar" style="-moz-user-select:none;" class="ui-resizable-handle"> </div> </div> <script type="text/javascript"> $(document).ready(function(){initNavTree('d6/dd2/structstd_1_1is__function.html','../../');}); </script> <div id="doc-content"> <div class="header"> <div class="summary"> <a href="#pub-types">Öffentliche Typen</a> &#124; <a href="../../d7/d87/structstd_1_1is__function-members.html">Aufstellung aller Elemente</a> </div> <div class="headertitle"> <div class="title">std::is_function&lt; typename &gt; Template-Strukturreferenz</div> </div> </div><!--header--> <div class="contents"> <p><code>#include &lt;<a class="el" href="../../">type_traits.hpp</a>&gt;</code></p> <div id="dynsection-0" onclick="return toggleVisibility(this)" class="dynheader closed" style="cursor:pointer;"> <img id="dynsection-0-trigger" src="../../closed.png" alt="+"/> Klassendiagramm für std::is_function&lt; typename &gt;:</div> <div id="dynsection-0-summary" class="dynsummary" style="display:block;"> </div> <div id="dynsection-0-content" class="dyncontent" style="display:none;"> <div class="center"><img src="../../da/d56/structstd_1_1is__function__inherit__graph.png" border="0" usemap="#std_1_1is__function_3_01typename_01_4_inherit__map" alt="Inheritance graph"/></div> <map name="std_1_1is__function_3_01typename_01_4_inherit__map" id="std_1_1is__function_3_01typename_01_4_inherit__map"> <area shape="rect" id="node2" href="../../da/dcf/structstd_1_1integral__constant.html" title="false_type" alt="" coords="60,5,141,32"/> </map> <center><span class="legend">[<a target="top" href="../../graph_legend.html">Legende</a>]</span></center></div> <div id="dynsection-1" onclick="return toggleVisibility(this)" class="dynheader closed" style="cursor:pointer;"> <img id="dynsection-1-trigger" src="../../closed.png" alt="+"/> Zusammengehörigkeiten von std::is_function&lt; typename &gt;:</div> <div id="dynsection-1-summary" class="dynsummary" style="display:block;"> </div> <div id="dynsection-1-content" class="dyncontent" style="display:none;"> <div class="center"><img src="../../d8/db6/structstd_1_1is__function__coll__graph.png" border="0" usemap="#std_1_1is__function_3_01typename_01_4_coll__map" alt="Collaboration graph"/></div> <map name="std_1_1is__function_3_01typename_01_4_coll__map" id="std_1_1is__function_3_01typename_01_4_coll__map"> <area shape="rect" id="node2" href="../../da/dcf/structstd_1_1integral__constant.html" title="false_type" alt="" coords="60,5,141,32"/> </map> <center><span class="legend">[<a target="top" href="../../graph_legend.html">Legende</a>]</span></center></div> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-types"></a> Öffentliche Typen</h2></td></tr> <tr class="memitem:aeb474a54f011c614a3752db74289b720"><td class="memItemLeft" align="right" valign="top">enum &#160;</td><td class="memItemRight" valign="bottom"></td></tr> <tr class="separator:aeb474a54f011c614a3752db74289b720"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> <a name="details" id="details"></a><h2 class="groupheader">Ausführliche Beschreibung</h2> <div class="textblock"><h3>template&lt;typename&gt;<br /> struct std::is_function&lt; typename &gt;</h3> </div><h2 class="groupheader">Dokumentation der Aufzählungstypen</h2> <a id="aeb474a54f011c614a3752db74289b720"></a> <h2 class="memtitle"><span class="permalink"><a href="#aeb474a54f011c614a3752db74289b720">&#9670;&nbsp;</a></span>anonymous enum</h2> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">anonymous enum</td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">inherited</span></span> </td> </tr> </table> </div><div class="memdoc"> <div class="fragment"><div class="line"><a name="l00044"></a><span class="lineno"> 44</span>&#160; {</div><div class="line"><a name="l00045"></a><span class="lineno"> 45</span>&#160; <a class="code" href="../../da/dcf/structstd_1_1integral__constant.html#aeb474a54f011c614a3752db74289b720af3d7605ab70cad1cb7fdf8393b9dd3fc">value</a> = v</div><div class="line"><a name="l00046"></a><span class="lineno"> 46</span>&#160; };</div><div class="ttc" id="structstd_1_1integral__constant_html_aeb474a54f011c614a3752db74289b720af3d7605ab70cad1cb7fdf8393b9dd3fc"><div class="ttname"><a href="../../da/dcf/structstd_1_1integral__constant.html#aeb474a54f011c614a3752db74289b720af3d7605ab70cad1cb7fdf8393b9dd3fc">std::integral_constant&lt; bool, false &gt;::value</a></div><div class="ttdef"><b>Definition:</b> type_traits.hpp:45</div></div> </div><!-- fragment --> </div> </div> <hr/>Die Dokumentation für diese Struktur wurde erzeugt aufgrund der Datei:<ul> <li>include/<a class="el" href="../../">type_traits.hpp</a></li> </ul> </div><!-- contents --> </div><!-- doc-content --> <!-- start footer part --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <ul> <li class="navelem"><a class="el" href="../../d8/dcc/namespacestd.html">std</a></li><li class="navelem"><a class="el" href="../../d6/dd2/structstd_1_1is__function.html">is_function</a></li> <li class="footer">Erzeugt von <a href="http://www.doxygen.org/index.html"> <img class="footer" src="../../doxygen.png" alt="doxygen"/></a> 1.8.13 </li> </ul> </div> </body> </html>
app/views/templates/admin-notification-email.server.view.html
compronet/seed
<!DOCTYPE html> <html lang="en" xmlns="http://www.w3.org/1999/xhtml"> <head> </head> <body> <p>Dear Administrators,</p> <p></p> <p>A new user has registered:</p> <ul> <li>Name: {{ user.displayName }}</li> <li>Email: {{ user.email }}</li> </ul> <p>Please accept this user.</p> <br> <br> <p>The {{ appName }} Support Team</p> </body> </html>
Angular4.x/jmsCommon/ui-src/common/PageIndicator/jms-page-indicator.css
jmarkstevens/AngularPatterns
.rootDiv { color: yellow; line-height: 16px; padding: 0; text-align: center; } .dotStyles { width: 9px; height: 9px; margin: 7px; padding: 0; border-radius: 100%; display: inline-block; vertical-align: middle; cursor: pointer; }
public/Windows 10 x64 (19041.508)/_MM_SHARED_VAD_FLAGS.html
epikcraw/ggool
<html><body> <h4>Windows 10 x64 (19041.508)</h4><br> <h2>_MM_SHARED_VAD_FLAGS</h2> <font face="arial"> +0x000 Lock : Pos 0, 1 Bit<br> +0x000 LockContended : Pos 1, 1 Bit<br> +0x000 DeleteInProgress : Pos 2, 1 Bit<br> +0x000 NoChange : Pos 3, 1 Bit<br> +0x000 VadType : Pos 4, 3 Bits<br> +0x000 Protection : Pos 7, 5 Bits<br> +0x000 PreferredNode : Pos 12, 6 Bits<br> +0x000 PageSize : Pos 18, 2 Bits<br> +0x000 PrivateMemoryAlwaysClear : Pos 20, 1 Bit<br> +0x000 PrivateFixup : Pos 21, 1 Bit<br> +0x000 HotPatchAllowed : Pos 22, 1 Bit<br> </font></body></html>
app/views/pullrequests.html
Jerenaux/ensemble
<h3 class="suggesthead">Contribute code!</h3> <p>If you want to contribute to the code directly (to implement one of the suggested features or an idea of your own), you can do so by making a <a href="https://help.github.com/articles/about-pull-requests/">pull requests</a> to the <a href="https://github.com/Jerenaux/ensemble/pulls">Github repository</a> of the project (no need to open an issue first).</p> <p>If you don't have experience with pull requests, have a look at <a href="https://www.thinkful.com/learn/github-pull-request-tutorial/">Thinkful's great tutorial</a> on the subject.</p> <p> In the future, this tab will display more information about pull requests using the pull request API.</p>
clean/Linux-x86_64-4.12.1-2.0.8/extra-dev/dev/geocoq-axioms/2.4.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>geocoq-axioms: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / extra-dev</a></li> <li class="active"><a href="">dev / geocoq-axioms - 2.4.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> geocoq-axioms <small> 2.4.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-02-27 19:27:03 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-27 19:27:03 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 4 Virtual package relying on a GMP lib system installation coq dev Formal proof management system dune 3.0.2 Fast, portable, and opinionated build system ocaml 4.12.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.12.1 Official release 4.12.1 ocaml-config 2 OCaml Switch Configuration ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled ocamlfind 1.9.3 A library manager for OCaml zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: &quot;2.0&quot; synopsis: &quot;A formalization of foundations of geometry in Coq&quot; description: &quot;This subpackage contains the axioms.&quot; maintainer: &quot;Julien Narboux &lt;julien@narboux.fr&gt;&quot; authors: [&quot;Michael Beeson &lt;profbeeson@gmail.com&gt;&quot; &quot;Gabriel Braun &lt;gabriel.braun@unistra.fr&gt;&quot; &quot;Pierre Boutry &lt;pierre.boutry@inria.fr&gt;&quot; &quot;Charly Gries &lt;charly.gries@etu.unistra.fr&gt;&quot; &quot;Julien Narboux &lt;narboux@unistra.fr&gt;&quot; &quot;Pascal Schreck &lt;schreck@unistra.fr&gt;&quot;] license: &quot;LGPL 3&quot; homepage: &quot;http://geocoq.github.io/GeoCoq/&quot; bug-reports: &quot;https://github.com/GeoCoq/GeoCoq/issues&quot; dev-repo: &quot;git+https://github.com/GeoCoq/GeoCoq.git&quot; depends: [ &quot;coq&quot; {&gt;= &quot;8.7&quot;} &quot;coq-geocoq-coinc&quot; { = &quot;2.4.0&quot; } ] build: [ [&quot;./configure-axioms.sh&quot;] [make &quot;-j%{jobs}%&quot;] ] install: [[make &quot;install&quot;]] tags: [ &quot;keyword:geometry&quot; &quot;keyword:neutral geometry&quot; &quot;keyword:euclidean geometry&quot; &quot;keyword:foundations&quot; &quot;keyword:Tarski&quot; &quot;keyword:Hilbert&quot; &quot;keyword:Euclid&quot; &quot;keyword:Elements&quot; &quot;keyword:parallel postulates&quot; &quot;category:Mathematics/Geometry/General&quot; &quot;date:2018-06-13&quot; ] extra-files : [[&quot;Make.in&quot; &quot;md5=4012b8ca78abe89ced161b10c93efdc9&quot;]] url { src: &quot;https://github.com/GeoCoq/GeoCoq/archive/v2.4.0.tar.gz&quot; checksum: &quot;md5=4a4ad33b4cad9b815a9b5c6308524c63&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-geocoq-axioms.2.4.0 coq.dev</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is dev). The following dependencies couldn&#39;t be met: - coq-geocoq-axioms -&gt; coq-geocoq-coinc -&gt; coq &lt; 8.10~ -&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-geocoq-axioms.2.4.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>
doc/model/persons/package-summary.html
tfluehmann/BFH16-Pedestrian-Simulation
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="de"> <head> <!-- Generated by javadoc (1.8.0_51) on Thu Jan 19 10:48:51 CET 2017 --> <title>model.persons</title> <meta name="date" content="2017-01-19"> <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 = "model.persons"; } } 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-tree.html">Tree</a></li> <li><a href="../../deprecated-list.html">Deprecated</a></li> <li><a href="../../index-files/index-1.html">Index</a></li> <li><a href="../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../model/areas/package-summary.html">Prev&nbsp;Package</a></li> <li>Next&nbsp;Package</li> </ul> <ul class="navList"> <li><a href="../../index.html?model/persons/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;model.persons</h1> </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="../../model/persons/HandicappedPerson.html" title="class in model.persons">HandicappedPerson</a></td> <td class="colLast"> <div class="block">Created by suter1 on 05.10.2016.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../model/persons/MidAgePerson.html" title="class in model.persons">MidAgePerson</a> </td> <td class="colLast"> <div class="block">Created by fluth1 on 30/09/16.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../model/persons/OldPerson.html" title="class in model.persons">OldPerson</a> </td> <td class="colLast"> <div class="block">Created by suter1 on 05.10.2016.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../model/persons/Person.html" title="class in model.persons">Person</a></td> <td class="colLast"> <div class="block">Created by fluth1 on 30/09/16.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../model/persons/YoungPerson.html" title="class in model.persons">YoungPerson</a> </td> <td class="colLast"> <div class="block">Created by suter1 on 05.10.2016.</div> </td> </tr> </tbody> </table> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../overview-summary.html">Overview</a></li> <li class="navBarCell1Rev">Package</li> <li>Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../deprecated-list.html">Deprecated</a></li> <li><a href="../../index-files/index-1.html">Index</a></li> <li><a href="../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../model/areas/package-summary.html">Prev&nbsp;Package</a></li> <li>Next&nbsp;Package</li> </ul> <ul class="navList"> <li><a href="../../index.html?model/persons/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 ======= --> </body> </html>
app/html/welcome.html
vijaychandramadrone/codingTest
<div class="addspace"> <h1>Welcome User,</h1> <h4>You can navigate between pages by clicking on Hyperlink(s) provided on side menu</h4> </div>
tools/color-visualizer/index.html
englishextra/shimansky.biz
<!DOCTYPE html> <!-- 1. use /tools/modularscale/index.html?15&px&1.25,1.125&web&text for font size and line height 2. lazyload images 3. remove font face, display block, opacity 1, visibility visible in critical inline css 4. set font display swap in font face in css --> <html class="no-js" lang="ru"> <head> <meta charset="utf-8" /> <!-- <meta http-equiv="x-ua-compatible" content="ie=edge" /> --> <!-- https://content-security-policy.com/ --><meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline' 'unsafe-eval' https:; connect-src 'self' 'unsafe-inline' https:; frame-src 'self' https:; media-src 'self' https:; img-src 'self' 'unsafe-inline' https: data:" /> <meta name="HandheldFriendly" content="True" /> <meta name="MobileOptimized" content="320" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title>color visualizer</title> <link rel="stylesheet" href="./css/normalize.min.css" /> <link rel="stylesheet" href="./css/style.css" /> </head> <body> <section id="app"> <h1 :style="text">\\ C O L O R - V I S U A L I Z E R</h1> <!-- notifications --> <div class="notif-container"> <transition-group name="slide-fade" tag="ul"> <li v-for="(n, i) in notifs" v-if="hideNotif(i)" :key="i" class="notif" :style="all"> {{ n.text }} </li> </transition-group> </div> <section class="text"> <!-- inputs --> <div class="text__left"> <ul> <li :style="text">* one color per line</li> <li :style="text">* use any valid color format ( hsl, rgb, hex, etc... )</li> </ul> <textarea v-model="rowList" :style="all"></textarea> <br /> <label> Background Color: <input v-model="bg" :style="all"> </label> <label> Text Color: <input v-model="txt" :style="all"> </label> </div> <!-- helpers --> <div :style="border" class="text__right"> <h3 :style="text">Helpers :</h3> <ul :style="border"> <li> <a :style="text" href="https://www.molbiotools.com/textextractor.html" target="_blank">http://www.molbiotools.com/textextractor.html</a> </li> <li> <a :style="text" href="https://www.molbiotools.com/listmanipulator.html" target="_blank">http://www.molbiotools.com/listmanipulator.html</a> </li> </ul> <!-- ops --> <table :style="all"> <thead> <th :style="{'border-color': tc(bg)}">Keyboard / Mouse</th> <th :style="{'border-color': tc(bg)}">Operation</th> </thead> <tbody> <tr> <td :style="{'border-color': tc(bg)}">Click</td> <td :style="{'border-color': tc(bg)}">Copy Color #code</td> </tr> <tr> <td :style="{'border-color': tc(bg)}">Click & Drag</td> <td :style="{'border-color': tc(bg)}">Sort Colors List</td> </tr> <tr> <td :style="{'border-color': tc(bg)}">Alt + Click</td> <td :style="{'border-color': tc(bg)}">Remove Color</td> </tr> </tbody> </table> </div> </section> <!-- total colors avail --> <h3 class="total" :style="[{'background-color': tc(bg)}, border]">Total: <small>{{ colorsList.length }}</small></h3> <section v-if="colorsList" class="colors"> <!-- colors list --> <div class="colors__list"> <draggable :list="colorsList" @change.moved="showSaveBtn = true"> <transition-group name="slide-fade" tag="ul"> <li v-for="(c, i) in colorsList" :key="i" :style="bubblePad" v-if="c !== ''" @click="copyColor(c)" @click.alt="removeColor(c)" :data-clipboard-text="toHex(c)" class="item"> <p :style="[{ 'background-color': tc(c)}, bubbleSize]" class="colors__circle"> </p> <p v-if="showNames"> {{ toHex(c) }} <span v-if="c == temp">"ph"</span> </p> </li> </transition-group> </draggable> </div> <!-- sidebar --> <div class="colors__sidebar" :style="border"> <div class="colors__sidebar-data"> <!-- hex format --> <div class="radio" :style="border"> <label>Color Format :</label> <br /> <label>RGB: <input type="radio" value="rgb" v-model="codeFormat"></label> <label>RGBA: <input type="radio" value="rgba" v-model="codeFormat"></label> </div> <!-- bubble size --> <div class="range" :style="border"> <label>Bubble Size :</label> <input type="range" min="10" max="300" value="100" v-model="size" :style="{'background-color': tc(txt)}"> </div> <button @click="showNames =! showNames" :style="all"> Show Hex Codes </button> <!-- removed colors --> <button v-if="removedColors.length" @click="undoRemovedColor()" :style="all"> Undo Removed </button> <ul v-if="removedColors.length" :style="all"> <li v-for="r in removedColors">{{ r.v }}</li> </ul> <!-- save list to file --> <button v-if="showSaveBtn" @click="saveList()" :style="all"> Save Current List </button> </div> </div> </section> </section> <script src="./js/tinycolor.min.js"></script> <script src="./js/clipboard.min.js"></script> <script src="./js/vue.js"></script> <script src="./js/Sortable.min.js"></script> <script src="./js/vuedraggable.min.js"></script> <script src="./js/index.js"></script> </body> </html>
src/action/index.css
dominicbarnes/deku-siren-entity
@import 'suitcss-components-button'; .SirenAction { border: 1px solid silver; margin-bottom: 1rem; } .SirenAction h1 { padding: .5rem; background-color: #eee; border-bottom: 1px solid silver; } .SirenAction-class { margin-bottom: 1rem; } .SirenAction-class label { font-weight: bold; } .SirenAction-fields { padding: .5rem; } .SirenAction-fields .FormField { margin-bottom: .5rem; } .SirenAction-fields input, .SirenAction-fields textarea, .SirenAction-fields select { width: 100%; padding: .5rem; } .SirenAction-fields .FormField:last-of-type { margin-bottom: 0; } .SirenAction-submit { padding: .5rem; } .SirenAction-submit .Button { width: 100%; background-color: green; color: white; font-weight: bold; }
public/css/main.css
melvin0008/CollegeApp
@import url(http://fonts.googleapis.com/css?family=Trykker); /* Mixins */ /* Gradients */ /* Transition */ /* Box Sizing */ /* Box Shadow */ /* Border Radius */ /* Opacity */ /* CSS */ body { margin: 0; font: normal 12px 'Open Sans', arial, sans-serif; line-height: 20px; color: #333333; background: #2b2b2b; } a:hover { text-decoration: none; } .muted { color: #999999; } a.muted:hover { color: gray; } .text-warning { color: #f08c56; } a.text-warning:hover { color: #ec6c27; } .text-error { color: #f74e4d; } a.text-error:hover { color: #f51d1c; } .text-info { color: #40acd6; } a.text-info:hover { color: #2892bb; } .text-success { color: #8ecf67; } a.text-success:hover { color: #71c340; } .text-pink { color: #ee7f82; } a.text-pink:hover { color: #e85256; } .text-white { color: white; } .no-margin { margin: 0 !important; } .no-padding { padding: 0 !important; } .right-align-text { text-align: right !important; } .center-align-text { text-align: center !important; } .text-justify { text-align: justify !important; } ul { margin: 0; padding: 0; list-style: none; } .jet-blue-bg { background: #40acd6 !important; } .go-green-bg { background: #8ecf67 !important; } .nagpur-orange-bg { background: #f08c56 !important; } .ruby-red-bg { background: #f74e4d !important; } .light-red-bg { background: #ee7f82 !important; } .lemon-yellow-bg { background: #ffd46e !important; } .sea-green-bg { background: #34a097 !important; } .dark-grey-bg { background: #4d4d4d; } .light-grey-bg { background: gray; } .progress-small { height: 12px; } .progress-mini { height: 6px; } .alert { border: 0; } .alert-success { border-left: 4px solid #8ecf67; color: #8ecf67; background-color: none; } .alert-error, .alert-danger { border-left: 4px solid #f74e4d; color: #f74e4d; background-color: none; } .alert-warning { border-left: 4px solid #ffd46e; color: #ffd46e; background-color: none; } .alert-info { border-left: 4px solid #40acd6; color: #40acd6; } .callout { margin: 20px 0; padding: 15px 30px 15px 15px; border-left: 5px solid #d9d9d9; } .callout h4 { margin-top: 0; } .callout p:last-child { margin-bottom: 0; } .callout code, .callout .highlight { background-color: white; } /* Variations */ .callout-danger { background-color: #fcf2f2; border-color: #dFb5b4; } .callout-warning { background-color: #fefbed; border-color: #f1e7bc; } .callout-info { background-color: #f0f7fd; border-color: #d0e3f0; } @media (max-width: 768px) { .callout { margin-bottom: 10px !important; } } .stylish-lists ul { padding: 0; margin: 0 0 10px 25px; list-style-type: disc; } .stylish-lists .upper-alpha { list-style: upper-alpha; } .stylish-lists .lower-alpha { list-style: lower-alpha; } .stylish-lists .roman-list { list-style: upper-roman; } .stylish-lists .decimal-leading-zero { list-style: decimal-leading-zero; } .stylish-lists dl { margin-bottom: 20px; } .stylish-lists dt, .stylish-lists dd { line-height: 20px; } .stylish-lists dt { font-weight: bold; } .stylish-lists dd { margin-left: 20px; } img.media-object { -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; border: 1px solid #e6e6e6; padding: 2px; } .heading-a { margin: 0 0 16px 0; border-bottom: 1px dashed #e6e6e6; padding: 0 2px 7px 2px; font-size: 16px; font-weight: 500; } .form-control:hover { border: 1px solid #40acd6; } .login-wrapper { position: absolute; top: 50%; left: 50%; width: 380px; height: 300px; margin-left: -190px; margin-top: -150px; background: #fcfcfc; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 18px 6px -8px #1a1a1a, 0 0 2px #0d0d0d; -moz-box-shadow: 0 18px 6px -8px #1a1a1a, 0 0 2px #0d0d0d; box-shadow: 0 18px 6px -8px #1a1a1a, 0 0 2px #0d0d0d; } .login-wrapper .header { padding: 30px 20px 10px 20px; margin: 0; } .login-wrapper .header h3 { line-height: 40px; margin: 0; padding: 0; color: #f74e4d; } .login-wrapper .header p { font-size: 12px; text-align: left; line-height: 18px; color: black; padding: 10px 0; margin: 0; } .login-wrapper .header .logo img { max-width: 80px; float: right; } .login-wrapper .content { padding: 10px 20px; } .login-wrapper .content .input { height: 30px; font-weight: normal; color: #b3b3b3; border: 1px solid #e6e6e6; border-radius: 2px; outline: none; margin-bottom: 2px; } .login-wrapper .content .input:hover, .login-wrapper .content select:hover { background: #fafafa; } .login-wrapper .actions { padding: 10px 20px; background: #fff; border-radius: 0 0 4px 4px; } .login-wrapper .actions .btn { float: right; } .login-wrapper .actions .link { float: right; padding: 8px; margin-right: 10px; color: #777777; } .main-container { margin: 0 10px; } header { height: 50px; vertical-align: middle; } header .logo { width: 100px; max-height: 30px; margin: 15px 0 0 0; font-size: 16px; color: #f86665; font-weight: 200; float: left; text-align: center; cursor: pointer; } header .logo span { color: white; } .custom-search { margin: 10px 0 0 0; float: left; } .custom-search .search-query { padding: 4px 6px; margin-bottom: 0; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; color: #c4c4c4; background: #373737; border: 1px solid #515151; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; width: 160px; } .custom-search .search-query:focus { width: 230px; outline: none; } .custom-search button { border: 0; background: transparent; padding: 2px 5px; top: 3px; position: relative; left: -28px; /* IE7-8 doesn't have border-radius, so don't indent the padding */ margin-bottom: 0; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .custom-search button:hover { background: transparent; } .custom-search button [data-icon]:before { color: #666666; } @media (max-width: 768px) { .custom-search .search-query { width: 160px; } .custom-search .search-query:focus { width: 200px; } } #optional-dropdown { position: relative; padding: 0; margin: 0px 10px 0 0; float: left; } #optional-dropdown ul li { float: left; position: relative; -webkit-transition: All 0.2s ease; -moz-transition: All 0.2s ease; -ms-transition: All 0.2s ease; -o-transition: All 0.2s ease; transition: All 0.2s ease; border-right: 1px solid #f2f2f2; background: white; } #optional-dropdown ul li ul { padding: 0; position: absolute; top: 42px; left: 0; width: 160px; display: none; opacity: 0; visibility: hidden; z-index: 100; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -ms-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease; } #optional-dropdown ul li ul li { background: #444444; display: block; margin-right: 0; color: white; float: none; border-bottom: 1px solid #4c4c4c; border-right: 0; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } #optional-dropdown ul li ul li:hover { background: #373737; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } #optional-dropdown ul li ul li:last-child { -webkit-border-radius: 0 0 2px 2px; -moz-border-radius: 0 0 2px 2px; border-radius: 0 0 2px 2px; border-bottom: 0; } #optional-dropdown ul li ul li:first-child { -webkit-border-radius: 2px 0 0 0; -moz-border-radius: 2px 0 0 0; border-radius: 2px 0 0 0; } #optional-dropdown ul li ul li a { font-size: 11px; padding: 5px 10px; } #optional-dropdown ul li ul li a [data-icon]:before { margin-right: 5px; line-height: 22px; } #optional-dropdown ul li a { display: block; padding: 14px 15px; color: #999999; font-size: 13px; text-align: left; } #optional-dropdown ul li a [data-icon]:before { margin: 0; line-height: 22px; } #optional-dropdown ul li:last-child { border-right: 0; } #optional-dropdown ul li:hover { -webkit-border-radius: 2px 2px 0 0; -moz-border-radius: 2px 2px 0 0; border-radius: 2px 2px 0 0; background: #444444; color: white; } #optional-dropdown ul li:hover a { color: white; } #optional-dropdown ul li:hover ul { display: block; opacity: 1; visibility: visible; } #optional-dropdown ul li .count-label { position: absolute; top: 12px; right: 8px; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; background: #8ecf67; height: 7px; width: 7px; } #mini-nav { position: relative; padding: 0; margin: 0px 10px 0 0; float: right; } #mini-nav ul li { float: left; position: relative; -webkit-transition: All 0.2s ease; -moz-transition: All 0.2s ease; -ms-transition: All 0.2s ease; -o-transition: All 0.2s ease; transition: All 0.2s ease; margin-left: 1px; background: #383838; } #mini-nav ul li ul { padding: 0; position: absolute; top: 42px; right: 0; width: 160px; display: none; opacity: 0; visibility: hidden; z-index: 100; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -ms-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease; } #mini-nav ul li ul li { background: #444444; display: block; margin-right: 0; color: white; float: none; border-bottom: 1px solid #4c4c4c; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } #mini-nav ul li ul li:hover { background: #373737; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } #mini-nav ul li ul li:last-child { -webkit-border-radius: 0 0 2px 2px; -moz-border-radius: 0 0 2px 2px; border-radius: 0 0 2px 2px; border-bottom: 0; } #mini-nav ul li ul li:first-child { -webkit-border-radius: 2px 0 0 0; -moz-border-radius: 2px 0 0 0; border-radius: 2px 0 0 0; } #mini-nav ul li ul li a { font-size: 11px; padding: 5px 10px; } #mini-nav ul li ul li a [data-icon]:before { margin-right: 5px; line-height: 22px; } #mini-nav ul li a { display: block; padding: 13px 15px; color: #999999; font-size: 13px; text-align: left; } #mini-nav ul li a [data-icon]:before { margin: 0; line-height: 22px; } #mini-nav ul li:last-child { padding-right: 0; } #mini-nav ul li:hover { -webkit-border-radius: 2px 2px 0 0; -moz-border-radius: 2px 2px 0 0; border-radius: 2px 2px 0 0; background: #444444; color: white; } #mini-nav ul li:hover a { color: white; } #mini-nav ul li:hover ul { display: block; opacity: 1; visibility: visible; } #mini-nav ul li .count-label { position: absolute; top: 9px; right: 5px; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; background: #f74e4d; color: white; height: 15px; width: 15px; font-size: 10px; line-height: 15px; text-align: center; } #mini-nav ul.user-summary { width: 310px; } #mini-nav ul.user-summary a { height: 14px; line-height: 14px; padding: 8px; display: inline-block; min-width: 110px; font-size: 11px; color: #f7f7f7 !important; } #mini-nav ul.user-summary a:hover { color: #c4c4c4 !important; } #mini-nav ul.user-summary .btn { margin: 5px; } #mini-nav .summary { padding: 10px; } #mini-nav .summary .user-pic { float: left; width: 60px; margin-right: 10px; } #mini-nav .summary .user-pic img { width: 60px; height: 60px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; } #mini-nav .summary .basic-details { width: 120px; float: left; margin-right: 10px; } #mini-nav .summary .basic-details h4, #mini-nav .summary .basic-details h5 { color: #c4c4c4; line-height: 23px; font-weight: 100; } #mini-nav .summary .basic-details small { color: #919191; } #mini-nav .summary .basic-details a { font-size: 12px; padding: 0; } #mini-nav .summary .profile-progress { width: 80px; float: left; color: #c4c4c4; text-align: center; } #mini-nav .summary .profile-progress .easyPieChart { position: relative; margin: auto; font-size: 16px; width: 80px; height: 80px; } #mini-nav .summary .profile-progress .easyPieChart canvas { position: absolute; top: 0; left: 0; } .dashboard-wrapper { padding: 30px; position: relative; margin: 0px 0px 10px 90px; background: white; -webkit-border-radius: 0 3px 3px 3px; -moz-border-radius: 0 3px 3px 3px; border-radius: 0 3px 3px 3px; min-height: 700px; } .dashboard-wrapper .plain-header { background: transparent; height: 24px; line-height: 24px; padding: 5px 0px; } .dashboard-wrapper .plain-header h4.title { color: #333333; font-size: 18px; font-weight: normal; margin: 0; } .dashboard-wrapper .widget { background: white; clear: both; margin-top: 0px; margin-bottom: 30px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; } .dashboard-wrapper .widget .widget-header { height: 32px; line-height: 30px; padding: 0px; } .dashboard-wrapper .widget .widget-header .title { color: #4d4d4d; float: left; font-weight: 100; font-size: 18px; font-family: 'Trykker'; } .dashboard-wrapper .widget .widget-header .title .attribution, .dashboard-wrapper .widget .widget-header .title .mini-title { font-size: 11px; padding-left: 4px; color: #b3b3b3; font-weight: normal; } .dashboard-wrapper .widget .widget-header .title [data-icon]:before { color: #f86665; float: left; font-size: 16px; margin: 6px 6px 0 0; } .dashboard-wrapper .widget .widget-header div.tools { padding: 0; float: right; margin: 0; } .dashboard-wrapper .widget .widget-header div.tools > a { display: inline-block; margin-right: 5px; color: #666666; margin-top: 3px; } .dashboard-wrapper .widget .widget-header div.tools > a:hover { text-decoration: none; opacity: .6; } .dashboard-wrapper .widget .widget-body { padding: 10px; background: white; border: 1px solid #ededed; } .dashboard-wrapper .less-bottom-margin { margin-bottom: 10px; } .browser-stats { text-align: center; color: #4d4d4d; } .browser-stats .big { display: inline-block; width: 49%; text-align: center; margin: 0 auto 10px auto; padding: 0; } .browser-stats .big img { vertical-align: middle; display: block; margin: auto; } .browser-stats .small { display: inline-block; width: 32%; text-align: center; } .browser-stats .small img { display: block; margin: 0px auto 3px auto; } .stats-count { background: white; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; border: 1px solid #e6e6e6; display: block; height: 38px; padding: 5px 10px; margin-bottom: 7px; } .stats-count .arrow { display: block; height: 38px; float: left; padding-right: 10px; padding-top: 2px; } .stats-count h5.stat-value { font-size: 14px; line-height: 20px; margin: 0; } .stats-count .stat-name { font-size: 12px; line-height: 18px; color: gray; margin-bottom: 5px; } .onoffswitch { display: inline-block; position: relative; width: 74px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; top: 0px; } .onoffswitch-checkbox { display: none; } .onoffswitch-label { display: block; overflow: hidden; cursor: pointer; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; margin: 0; } .onoffswitch-inner { width: 200%; margin-left: -100%; -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s; -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s; } .onoffswitch-inner:before, .onoffswitch-inner:after { float: left; width: 50%; height: 30px; padding: 0; line-height: 30px; font-size: 13px; color: white; font-weight: bold; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .onoffswitch-inner:before { content: "ON"; padding-left: 10px; background-color: #8ecf67; } .onoffswitch-inner:after { content: "OFF"; padding-right: 10px; background-color: #f74e4d; text-align: right; } .onoffswitch-switch { width: 18px; margin: 6px; background: white; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; position: absolute; top: 0; bottom: 0; right: 44px; -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s; -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; } .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner { margin-left: 0; } .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch { right: 0px; } .gogle-map { position: relative; } .gogle-map #map-canvas { overflow: hidden; } .gogle-map .form-inline { position: absolute; top: 5px; left: 50%; margin-left: -120px; z-index: 5; background-color: white; padding: 5px; border: 1px solid #cccccc; } .gogle-map .form-inline #target { width: 240px; margin: 0; } #mainnav { float: left; width: 80px; position: absolute; } #mainnav .user-profile-pic { margin-bottom: 10px; text-align: center; } #mainnav .user-profile-pic img { background: white; border: 2px solid white; width: 76px; height: 60px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; } #mainnav ul li { display: block; position: relative; } #mainnav ul li .icon [data-icon]:before { font-size: 16px; } #mainnav ul li a { display: block; outline: 0; padding: 6px 0; text-decoration: none; color: #999999; font-size: 12px; text-align: center; border-bottom: 1px solid #383838; } #mainnav ul li:hover .fs1, #mainnav ul li:hover a { color: white; } #mainnav ul li:hover > ul { visibility: visible; } #mainnav ul li.active a { color: white; } #mainnav ul li.active .fs1 { color: #f74e4d; } #mainnav ul li .current-arrow { width: 0; height: 0; border-top: 10px solid transparent; border-bottom: 10px solid transparent; border-right: 10px solid white; position: absolute; right: -12px; top: 25px; z-index: 10; } #mainnav ul ul { visibility: hidden; position: absolute; top: 1px; left: 80px; z-index: 598; width: 130px; background: #404040; border-radius: 2px; } #mainnav ul ul li { font-weight: normal; padding: 0 15px; float: none; } #mainnav ul ul li a { padding: 6px 0; border-bottom: 1px solid #4d4d4d; text-align: left; } #mainnav ul ul li a:hover { color: gray; } #mainnav ul ul li:last-child > a { border-bottom: none; } #mainnav ul ul li:first-child:after { content: ''; display: block; width: 0; height: 0; position: absolute; left: -8px; top: 27px; border-right: 8px solid #444; border-bottom: 8px solid transparent; border-top: 8px solid transparent; } .hr-stylish { padding: 0; border: none; line-height: 0; border-top: medium double #b3b3b3; color: #b3b3b3; text-align: center; } .hr-stylish:after { content: ""; display: inline-block; position: relative; top: -12px; font-size: 14px; padding: 0 10px; background: #f7f7f7; } .actions-icons .icons { margin-right: 6px; } .page-title { margin-bottom: 20px; padding-bottom: 10px; display: block; color: #666666; font-weight: 300; border-bottom: 1px solid #f7f7f7; } .page-title h2 { float: left; padding: 0; margin: 0; font-weight: 100; color: #4d4d4d; } .page-title h2 small { display: block; font-size: 11px; margin-left: 2px; padding-top: 5px; letter-spacing: 0px; font-weight: 300; } .page-title h2 small li { padding: 2px 4px 0 0; list-style: none; display: inline-block; color: #999999; } .page-title h2 small li:last-child { color: #f74e4d; font-size: 12px; font-weight: 500; } .page-title ul.stats { float: right; } .page-title ul.stats li { float: left; padding: 5px 10px; margin-left: 10px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; display: block; } .page-title ul.stats li .graph, .page-title ul.stats li .icon { float: left; margin: 2px 0 0 0; width: 60px; } .page-title ul.stats li [data-icon]:before { color: white; float: left; margin: 2px 0 0 0; width: 30px; font-size: 30px; } .page-title ul.stats li .details { float: left; margin-left: 10px; text-align: right; color: white; } .page-title ul.stats li .details span.big { font-size: 16px; font-weight: 600; } .page-title ul.stats li .details span.small { display: block; font-size: 12px; } .four-px-radius { -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .six-px-radius { -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; } .eight-px-radius { -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; } .ten-px-radius { -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; } .bwizard { position: relative; } .bwizard .well { margin: 3px 0; } .bwizard .pager { margin: 10px 0 0 0; } .bwizard .pager li a { -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; color: #f51d1c; } .bwizard .pager li.disabled a { color: #999999; } .bwizard-steps { margin: 0; padding: 0; display: inline-block; background: white; } .bwizard-steps li { display: inline-block; position: relative; margin-right: 5px; line-height: 18px; list-style: none; padding: 12px 17px 10px 30px; background: #e6e6e6; zoom: 1; *display: inline; *padding-left: 17px; } .bwizard-steps li:first-child { -webkit-border-radius: 4px 0 0 4px; -moz-border-radius: 4px 0 0 4px; border-radius: 4px 0 0 4px; padding-left: 12px; } .bwizard-steps li:first-child:before { border: none; } .bwizard-steps li:last-child { -webkit-border-radius: 0 4px 4px 0; -moz-border-radius: 0 4px 4px 0; border-radius: 0 4px 4px 0; margin-right: 0; } .bwizard-steps li:last-child:after { border: none; } .bwizard-steps li:before { position: absolute; left: 0; top: 0; height: 0; width: 0; border-bottom: 20px inset transparent; border-left: 20px solid white; border-top: 20px inset transparent; content: ""; } .bwizard-steps li:after { position: absolute; right: -20px; top: 0; height: 0; width: 0; border-bottom: 20px inset transparent; border-left: 20px solid #e6e6e6; border-top: 20px inset transparent; content: ""; z-index: 2; } .bwizard-steps li .label-default { margin: 0 5px 0 0; padding: 1px 5px 2px; position: relative; top: -1px; background: #b3b3b3; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; color: white; } .bwizard-steps li .label-danger { background: #a40807; } .bwizard-steps .active { color: white; background: #f74e4d; } .bwizard-steps .active:after { border-left-color: #f74e4d; } .bwizard-steps a { color: #4d4d4d; } .bwizard-steps .active a { color: white; cursor: default; } .bwizard-steps a:hover { text-decoration: none; } .bwizard-steps.clickable li:not(.active) { cursor: pointer; } .bwizard-steps.clickable li:hover:not(.active) { background: #cccccc; } .bwizard-steps.clickable li:hover:not(.active) a { color: #4d4d4d; } .bwizard-steps.clickable li:hover:not(.active):after { border-left-color: #cccccc; } .pie-chart { text-align: center; background: #fcfcfc; color: #4d4d4d; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; border: 1px solid #ededed; padding: 10px; } .pie-chart .easyPieChart { position: relative; margin: auto; font-size: 18px; } .pie-chart .easyPieChart canvas { position: absolute; top: 0; left: 0; } .pie-chart .name { padding-top: 10px; font-weight: 500; font-size: 13px; color: #4d4d4d; } .pie-chart:hover { cursor: pointer; border: 1px solid #e0e0e0; } @media (max-width: 768px) { .pie-chart { margin-bottom: 10px; } } .demography .show-total { margin-bottom: 10px; } .demography .show-total .male, .demography .show-total .female { width: 100%; float: left; margin-bottom: 20px; margin-right: 20px; font-size: 24px; line-height: 24px; color: gray; font-weight: 100; vertical-align: baseline; } .yelp-wrapper li { display: block; border-bottom: 1px solid #ededed; padding: 5px 0; } .yelp-wrapper li .user img { width: 32px; height: 32px; padding: 2px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .yelp-wrapper li .info { margin-left: 42px; color: #444444; } .yelp-wrapper li .info .rating { margin-bottom: 3px; } .yelp-wrapper li .info .rating .stars { float: left; } .yelp-wrapper li .info .rating small { color: gray; font-size: 11px; padding-left: 10px; margin-left: 5px; border-left: 1px solid #e6e6e6; } .yelp-wrapper li .info p.comment { margin: 0; padding: 0; color: #4d4d4d; font-size: 11px; line-height: 18px; } .yelp-wrapper li:last-child { border-bottom: 0; padding-bottom: 0; } .developers li { display: block; border-bottom: 1px solid #ededed; padding: 9px 0; cursor: pointer; } .developers li .user img { width: 32px; height: 32px; border: 1px solid #94d0e8; padding: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; } .developers li .info { margin-left: 42px; color: #444444; } .developers li .info h6 { margin: 0; padding: 0; font-weight: 500; line-height: 100%; font-size: 12px; margin-bottom: 3px; } .developers li .info p { margin: 0; padding: 0; color: gray; font-size: 11px; line-height: 16px; } .developers li .info small { color: #666666; font-size: 11px; } .developers li a { color: #444444; font-weight: 500; } .developers li a span { color: gray; font-size: 11px; font-weight: 200; } .developers li:last-child { border-bottom: 0; padding-bottom: 0; } .statistics { width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; text-align: center; font-size: 0; line-height: 1; padding: 0; } .statistics > li { min-width: 128px; display: inline-block; margin: 8px 14px; position: relative; } .statistics > li > span { margin-top: 7px; display: block; text-transform: uppercase; font-weight: 600; color: #666666; font-size: 11px; } .statistics > li .main-info { margin-bottom: 6px; border-bottom: 1px solid #bfbfbf; padding-bottom: 6px; color: #6a6a6a; } .statistics > li .main-info > a { display: inline-block; float: left; margin-right: 8px; padding: 4px 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; } .statistics > li .main-info > a > span { color: white; padding: 6px 5px; margin: 0; } .statistics > li .main-info > strong { font-size: 24px; font-weight: 500; float: left; text-shadow: 0 1px 0 #fafafa; } .statistics > li .main-info:after { content: ""; display: block; clear: both; } .progress-round { width: 100%; margin: 20px auto; text-align: center; } .progress-round .circle-a { display: inline-block; background: white; width: 40px; height: 40px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; border: 1px solid #cccccc; } .progress-round .bar-a { display: inline-block; background: white; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; border: 1px solid #cccccc; position: relative; width: 110px; height: 6px; margin: 0 -5px 17px -5px; border-left: none; border-right: none; border-radius: 0; } .progress-round .circle-a .label-a { display: inline-block; width: 32px; height: 32px; line-height: 32px; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; margin-top: 4px; color: #666666; font-size: 18px; } .progress-round .circle-a .title { color: #666666; font-size: 13px; line-height: 30px; margin-left: -5px; } .progress-round .bar-a.done, .progress-round .circle-a.done { background: #e6e6e6; } .progress-round .bar-a.active { background: linear-gradient(to right, #e6e6e6 40%, white 60%); } .progress-round .circle-a.done .label-a { color: white; background: #f74e4d; box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2); } .progress-round .circle-a.done .title { color: #4d4d4d; } .progress-round .circle-a.active .label-a { color: white; background: #40acd6; box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2); } .progress-round .circle-a.active .title { color: #333333; } .gallery .visual { height: 180px; overflow: hidden; position: relative; text-align: center; cursor: default; border: 5px solid #e6e6e6; margin: 1px; background: white; padding: 0; } .gallery .visual .mask, .gallery .visual .content { padding: 10px; height: 100%; position: absolute; overflow: hidden; top: 0; left: 0; width: 100%; } .gallery .visual img { max-width: 100%; -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -o-transform: scaleY(1); -ms-transform: scaleY(1); transform: scaleY(1); -webkit-transition: all 0.7s ease-in-out; -moz-transition: all 0.7s ease-in-out; -ms-transition: all 0.7s ease-in-out; -o-transition: all 0.7s ease-in-out; transition: all 0.7s ease-in-out; } .gallery .visual .mask { background-color: #fff2d4; -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; -ms-transition: all 0.5s linear; -o-transition: all 0.5s linear; transition: all 0.5s linear; opacity: 0; } .gallery .visual h2 { border-bottom: 1px solid rgba(0, 0, 0, 0.3); background: transparent; padding: 20px; -webkit-transform: scale(0); -moz-transform: scale(0); -o-transform: scale(0); -ms-transform: scale(0); transform: scale(0); color: #4d4d4d; -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; -ms-transition: all 0.5s linear; -o-transition: all 0.5s linear; transition: all 0.5s linear; opacity: 0; } .gallery .visual p { width: 90%; color: #4d4d4d; opacity: 0; -webkit-transform: scale(0); -moz-transform: scale(0); -o-transform: scale(0); -ms-transform: scale(0); transform: scale(0); -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; -ms-transition: all 0.5s linear; -o-transition: all 0.5s linear; transition: all 0.5s linear; } .gallery .visual a.info { opacity: 0; -webkit-transform: scale(0); -moz-transform: scale(0); -o-transform: scale(0); -ms-transform: scale(0); transform: scale(0); -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; -ms-transition: all 0.5s linear; -o-transition: all 0.5s linear; transition: all 0.5s linear; } .gallery .visual:hover img { -webkit-transform: scale(10); -moz-transform: scale(10); -o-transform: scale(10); -ms-transform: scale(10); transform: scale(10); opacity: 0; } .gallery .visual:hover .mask { opacity: 1; } .gallery .visual:hover h2, .gallery .visual:hover p, .gallery .visual:hover a.info { -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); transform: scale(1); opacity: 1; } @media (max-width: 768px) { .gallery .visual { margin-bottom: 10px; } } .todo { margin: 0px auto; background: white; } .todo .todo-list-item { border-bottom: 1px solid #ededed; padding: 9px 0 8px 0; cursor: pointer; display: block; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .todo .todo-list-item:first-child { padding-top: 0; } .todo .todo-list-item:last-child { padding-bottom: 0; border-bottom: none; } .todo .todo-list-cb { display: none; } .todo .todo-list-mark { position: relative; display: inline-block; margin-right: 10px; width: 16px; height: 16px; border: 2px solid #b3b3b3; vertical-align: middle; } .todo .todo-list-mark:before { content: ''; display: none; position: absolute; top: 50%; left: 50%; margin: -3px 0 0 -4px; height: 5px; width: 8px; border: solid #40acd6; border-width: 0 0 3px 3px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); } .todo label { margin-bottom: 0; font-size: 12px; } .todo .todo-list-cb:checked ~ .todo-list-mark { border-color: #40acd6; } .todo .todo-list-cb:checked ~ .todo-list-mark:before { display: block; } .todo .todo-list-desc { font-weight: 500; color: #666666; } .todo .todo-list-cb:checked ~ .todo-list-desc { color: #40acd6; text-decoration: line-through; } .comments li { display: block; padding: 8px 0; cursor: pointer; } .comments li .user img { width: 32px; height: 32px; border: 1px solid #94d0e8; padding: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; } .comments li .info { background: #f7f7f7; margin-left: 42px; color: #444444; padding: 7px; position: relative; } .comments li .info .name { margin: 0; padding: 0; font-weight: 500; line-height: 100%; font-size: 12px; margin-bottom: 4px; } .comments li .info .time { position: absolute; right: 8px; top: 4px; display: block; font-size: 11px; font-weight: 800; color: gray; } .comments li .info .time .icon { margin-right: 3px; } .comments li .info small { color: #666666; font-size: 11px; } .comments li .info:before { content: ""; position: absolute; width: 0; height: 0; left: -5px; top: 4px; border-right: 5px solid #f7f7f7; border-top: 4px solid transparent; border-bottom: 4px solid transparent; } .comments li a { color: #444444; font-weight: 500; } .comments li a span { color: gray; font-size: 11px; font-weight: 200; } .comments li:last-child { border-bottom: 0; padding-bottom: 0; } .comments li:first-child { padding-top: 0; } .chats { margin: 0; padding: 0; } .chats li { padding: 10px 0; border-bottom: 1px solid #e6e6e6; } .chats li img.avatar { height: 60px; width: 60px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; } .chats li.in img.avatar { margin-right: 10px; float: left; } .chats li .name { color: #f08c56; font-size: 13px; font-weight: 400; } .chats li .date-time { color: #1a1a1a; font-size: 11px; font-weight: 400; } .chats li.out img.avatar { float: right; margin-left: 10px; } .chats li .message { display: block; padding: 5px 10px; position: relative; } .chats li.in .message { text-align: left; border-left: 2px solid #f08c56; margin-left: 80px; } .chats li.in .message .arrow { display: block; position: absolute; top: 7px; left: -8px; width: 0; height: 0; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-right: 6px solid #f08c56; } .chats li.out .message { border-right: 2px solid #40acd6; margin-right: 80px; text-align: right; } .chats li.out .message .arrow { display: block; position: absolute; top: 7px; right: -8px; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 6px solid #40acd6; } .chats li.out .name { color: #40acd6; } .chats li.out .name, .chats li.out .date-time { text-align: right; } .chats li .message .body { display: block; color: #333333; padding-top: 10px; } .featured-articles { padding: 0; } .featured-articles .articles a { position: relative; border-bottom: 1px dotted #d9d9d9; color: #0d0d0d; display: block; font-size: 12px; font-weight: 500; line-height: 17px; padding: 6px 0; padding-left: 20px; margin-bottom: 1px; } .featured-articles .articles a:hover { color: #737373; text-decoration: underline; } .featured-articles .articles a .label-bullet { position: absolute; left: 1px; top: 12px; width: 0; height: 0; border: 3px solid #f29c6d; } .featured-articles .articles a .date { font-size: 10px; color: #b3b3b3; font-weight: normal; display: block; } .wysiwyg-container textarea { border: 1px solid #cccccc; outline: none; } .wysiwyg-container .wysihtml5-toolbar .btn { border: 1px solid #cccccc; color: #4d4d4d; } .wysiwyg-container .wysihtml5-toolbar .dropdown .dropdown-menu li a { padding: 6px 0 6px 70px; } .wysiwyg-container iframe { padding: 10px !important; margin-bottom: 10px !important; } #scrollbar, #scrollbar-one, #scrollbar-two, #scrollbar-three { width: 100%; clear: both; margin: 0; } #scrollbar .viewport, #scrollbar-one .viewport, #scrollbar-two .viewport, #scrollbar-three .viewport { width: 98%; height: 180px; overflow: hidden; position: relative; } #scrollbar .overview, #scrollbar-one .overview, #scrollbar-two .overview, #scrollbar-three .overview { list-style: none; position: absolute; left: 0; top: 0; width: 100%; } #scrollbar .thumb, #scrollbar-one .thumb, #scrollbar-two .thumb, #scrollbar-three .thumb { background-color: #f08c56; } #scrollbar .thumb .end, #scrollbar-one .thumb .end, #scrollbar-two .thumb .end, #scrollbar-three .thumb .end { background-color: #f08c56; } #scrollbar .scrollbar, #scrollbar-one .scrollbar, #scrollbar-two .scrollbar, #scrollbar-three .scrollbar { position: relative; float: right; width: 2px; } #scrollbar .track, #scrollbar-one .track, #scrollbar-two .track, #scrollbar-three .track { background-color: #cccccc; height: 100%; width: 2px; position: relative; padding: 0; } #scrollbar .thumb, #scrollbar-one .thumb, #scrollbar-two .thumb, #scrollbar-three .thumb { height: 20px; width: 2px; cursor: pointer; overflow: hidden; position: absolute; top: 0; } #scrollbar .thumb .end, #scrollbar-one .thumb .end, #scrollbar-two .thumb .end, #scrollbar-three .thumb .end { overflow: hidden; height: 5px; width: 13px; } #scrollbar .disable, #scrollbar-one .disable, #scrollbar-two .disable, #scrollbar-three .disable { display: none; } #scrollbar-one .thumb, #scrollbar-two .thumb { background-color: #40acd6; } #scrollbar-one .thumb .end, #scrollbar-two .thumb .end { background-color: #40acd6; } #scrollbar-three .viewport { height: 270px; } .noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; } .info-fade { color: gray; } .show-grid { margin-top: 10px; margin-bottom: 20px; } .show-grid span { display: block; background: #f2f2f2; text-align: center; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; min-height: 40px; line-height: 40px; margin-bottom: 1px; } .show-grid span:hover { background: #f7f7f7; } .google-visualization-table-tr-head, .google-visualization-table-tr-head td { background: #fafafa !important; text-align: left !important; } .google-visualization-table-table img { height: 10px; } .icomoon-small [data-icon]:before { font-size: 12px; } .icomoon-medium [data-icon]:before { font-size: 24px; } .icomoon-large [data-icon]:before { font-size: 36px; } .icomoon-super-large [data-icon]:before { font-size: 64px; } .imp-messages, .tasks { width: 100%; } .imp-messages li, .tasks li { background: #fafafa; border-bottom: 1px dotted #e6e6e6; padding: 10px; } .imp-messages li:last-child, .tasks li:last-child { border-bottom: 0; } .imp-messages li:hover, .tasks li:hover { background: #fcfcfc; } .imp-messages li img.avatar, .tasks li img.avatar { height: 32px; width: 32px; float: left; display: inline-block; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; padding: 2px; background: #f7f7f7; border: 1px solid #e6e6e6; } .imp-messages li .message-wrapper, .tasks li .message-wrapper { margin-left: 50px; margin-right: 40px; } .imp-messages li .message-wrapper h4.message-heading, .tasks li .message-wrapper h4.message-heading { color: #4d4d4d; font-weight: normal; font-size: 16px; margin: 0; margin-bottom: 5px; } .imp-messages li .message-wrapper p.message, .tasks li .message-wrapper p.message { color: #999999; margin: 0; } .imp-messages li .message-date, .tasks li .message-date { float: right; text-align: right; } .imp-messages li .message-date h3.date, .tasks li .message-date h3.date { font-weight: normal; margin: 0; line-height: 24px; } .imp-messages li .message-date p.month, .tasks li .message-date p.month { color: #999999; margin: 0; } .tasks li .message-wrapper h4.message-heading { color: #4d4d4d; font-weight: normal; font-size: 14px; margin: 0; margin-bottom: 5px; } .tasks li .message-wrapper p.message { color: #999999; margin: 0; font-size: 11px; } .list-icons li { background: #fafafa; border-bottom: 1px dotted #ededed; padding: 7px 10px; margin-bottom: 1px; } .icons-container li { background: #fafafa; border: 1px solid #e6e6e6; color: #666666; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; display: inline-block; float: left; margin: .3%; text-align: center; vertical-align: middle; width: 4.4%; height: 34px; line-height: 36px; } .icons-container li [data-icon]:before { font-size: 16px; } .icons-container li:hover { background: white; cursor: pointer; } .icons-container li:hover [data-icon]:before { color: #f74e4d; } @media (max-width: 768px) { .icons-container li { margin: .5%; width: 6%; } } #dt_example { /* Sorting */ } #dt_example .dataTables_length { float: left; } #dt_example .dataTables_length select { width: 80px; height: 30px; margin-bottom: 0; } #dt_example .dataTables_filter { float: right; } #dt_example .dataTables_filter input { width: 160px; margin-bottom: 0; outline: none; } #dt_example .dataTables_info { float: left; margin-bottom: 5px; } #dt_example .dataTables_paginate { margin: 5px 0; float: right; } #dt_example .dataTables_paginate .first, #dt_example .dataTables_paginate .previous, #dt_example .dataTables_paginate .next, #dt_example .dataTables_paginate .last { display: none; } #dt_example .dataTables_paginate .paginate_button, #dt_example .dataTables_paginate .paginate_active { background: #f2f2f2; margin: 1px; padding: 5px 10px; } #dt_example .dataTables_paginate .paginate_button:hover, #dt_example .dataTables_paginate .paginate_active:hover { background: #e6e6e6; cursor: pointer; } #dt_example .dataTables_paginate .paginate_active { background: #40acd6; color: white; } #dt_example .dataTable .sorting { cursor: pointer; background: url(../img/sorting.png) no-repeat center right; } #dt_example .dataTable .sorting_asc { cursor: pointer; background: url(../img/sorting_asc.png) no-repeat center right; } #dt_example .dataTable .sorting_desc { cursor: pointer; background: url(../img/sorting_desc.png) no-repeat center right; } .progress-statistics li { padding: 5px 10px; background: white; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; -webkit-transition: All 0.5s ease; -moz-transition: All 0.5s ease; -ms-transition: All 0.5s ease; -o-transition: All 0.5s ease; transition: All 0.5s ease; border: 1px solid #f2f2f2; height: 32px; margin-bottom: 4px; } .progress-statistics li:last-child { margin-bottom: 0px; } .progress-statistics li .progress { background-color: #e0e0e0; /* Fallback Color */ background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e0e0e0)); /* Saf4+, Chrome */ background-image: -webkit-linear-gradient(top, #f5f5f5, #e0e0e0); /* Chrome 10+, Saf5.1+, iOS 5+ */ background-image: -moz-linear-gradient(top, #f5f5f5, #e0e0e0); /* FF3.6 */ background-image: -ms-linear-gradient(top, #f5f5f5, #e0e0e0); /* IE10 */ background-image: -o-linear-gradient(top, #f5f5f5, #e0e0e0); /* Opera 11.10+ */ background-image: linear-gradient(top, #f5f5f5, #e0e0e0); margin-top: 3px; margin-bottom: 10px; height: 6px; } .progress-statistics li .details { font-size: 11px; font-weight: bold; display: inline; } .invoice { padding: 10px; } .invoice .invoice-head { border-bottom: 1px solid #e6e6e6; height: 48px; } .invoice .invoice-head .logo { margin: 0; margin-top: 7px; width: 300px; color: #f4ac85; } .invoice .invoice-head .logo img { height: 30px; } .invoice .invoice-head .invoice-info { float: right; margin-top: 8px; text-align: right; } .invoice .invoice-head .invoice-info span { color: black; font-weight: bold; font-size: 12px; float: right; text-align: right; } .invoice .invoice-head .invoice-info .date { color: black; font-size: 11px; font-weight: 500; } .invoice .invoice-data-container { padding: 20px 0; } .invoice .invoice-data-container .from { width: 40%; } .invoice .invoice-data-container .from h5 { color: #0d0d0d; margin: 0 0 10px 0; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7); } .invoice .invoice-data-container .from span { color: #0d0d0d; display: block; font-size: 12px; margin-bottom: 3px; } .error-container { text-align: center; margin: auto; position: absolute; left: 0; right: 0; top: 150px; color: #c4c4c4; } .error-container h1 { margin-bottom: .5em; line-height: 1em; color: #f74e4d; font-size: 60px; font-weight: 100; } .error-container h2 { margin-bottom: .75em; color: #c4c4c4; font-weight: 100; } .panel { margin-bottom: 20px; background-color: white; border: 1px solid transparent; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); /* FF3.5+ */ -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); /* Saf3.0+, Chrome */ box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); /* Opera 10.5, IE9 */ } .panel-body { padding: 15px; } .panel-body:before { display: table; content: " "; } .panel-body:after { display: table; content: " "; clear: both; } .panel-body:before { display: table; content: " "; } .panel-body:after { display: table; content: " "; clear: both; } .panel > .list-group { margin-bottom: 0; } .panel > .list-group .list-group-item { border-width: 1px 0; } .panel > .list-group .list-group-item:first-child { -webkit-border-radius: 0 0 4px 4px; -moz-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px; } .panel > .list-group .list-group-item:last-child { border-bottom: 0; } .panel-heading + .list-group .list-group-item:first-child { border-top-width: 0; } .panel > .table { margin-bottom: 0; } .panel > .panel-body + .table { border-top: 1px solid #d9d9d9; } .panel-heading { padding: 10px 15px; border-bottom: 1px solid transparent; -webkit-border-radius: 3px 3px 0 0; -moz-border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0; } .panel-title { margin-top: 0; margin-bottom: 0; font-size: 16px; line-height: 100%; } .panel-title > a { color: inherit; } .panel-footer { padding: 10px 15px; background-color: #e8e8e8; border-top: 1px solid #d9d9d9; -webkit-border-radius: 3px 3px 0 0; -moz-border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0; } .panel-group .panel { margin-bottom: 0; overflow: hidden; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .panel-group .panel + .panel { margin-top: 5px; } .panel-group .panel-heading { border-bottom: 0; } .panel-group .panel-heading + .panel-collapse .panel-body { border-top: 1px solid #d9d9d9; } .panel-group .panel-footer { border-top: 0; } .panel-group .panel-footer + .panel-collapse .panel-body { border-bottom: 1px solid #d9d9d9; } .panel-default { border-color: #d9d9d9; } .panel-default > .panel-heading { color: #4d4d4d; background-color: #e8e8e8; border-color: #d9d9d9; } .panel-default > .panel-heading + .panel-collapse .panel-body { border-top-color: #d9d9d9; } .panel-default > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #d9d9d9; } .panel-primary { border-color: #428bca; } .panel-primary > .panel-heading { color: white; background-color: #428bca; border-color: #428bca; } .panel-primary > .panel-heading + .panel-collapse .panel-body { border-top-color: #428bca; } .panel-primary > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #428bca; } .panel-success { border-color: #d6e9c6; } .panel-success > .panel-heading { color: #468847; background-color: #dff0d8; border-color: #d6e9c6; } .panel-success > .panel-heading + .panel-collapse .panel-body { border-top-color: #d6e9c6; } .panel-success > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #d6e9c6; } .panel-warning { border-color: #fbeed5; } .panel-warning > .panel-heading { color: #c09853; background-color: #fcf8e3; border-color: #fbeed5; } .panel-warning > .panel-heading + .panel-collapse .panel-body { border-top-color: #fbeed5; } .panel-warning > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #fbeed5; } .panel-danger { border-color: #eed3d7; } .panel-danger > .panel-heading { color: #b94a48; background-color: #f2dede; border-color: #eed3d7; } .panel-danger > .panel-heading + .panel-collapse .panel-body { border-top-color: #eed3d7; } .panel-danger > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #eed3d7; } .panel-info { border-color: #bce8f1; } .panel-info > .panel-heading { color: #3a87ad; background-color: #d9edf7; border-color: #bce8f1; } .panel-info > .panel-heading + .panel-collapse .panel-body { border-top-color: #bce8f1; } .panel-info > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #bce8f1; }
layouts/archives/list.html
owt5008137/hugo-theme-distinctionpp
{{ define "main-content" }}<div id="archive-page-content"> <article class="article-panel article-page" itemscope itemprop="blogPost"> <div class="article-panel-inner article-inner"> <div class="article-inner clearfix"> <div class="float-left float-start">{{ partial "widget/recent-posts.html" . }}</div> <div class="float-right float-end">{{ partial "widget/category.html" . }}</div> <div class="clearfix"></div> <hr /> {{ partial "widget/tagcloud.html" . }} </div> </div> </article> </div> {{ end }}
src/Scope/AppBundle/Resources/public/vendor/bootstrap-4.5.2/site/_layouts/docs.html
varloc2000/nadin
<!doctype html> <html lang="en"> <head> {% include header.html %} </head> <body> {% include skippy.html %} {% include docs-navbar.html %} <div class="container-fluid"> <div class="row flex-xl-nowrap"> <div class="col-md-3 col-xl-2 bd-sidebar"> {% include docs-sidebar.html %} </div> {% if page.toc %} <nav class="d-none d-xl-block col-xl-2 bd-toc" aria-label="Secondary navigation"> {{ content | toc_only }} </nav> {% endif %} <main class="col-md-9 col-xl-8 py-md-3 pl-md-5 bd-content" role="main"> <div class="d-md-flex flex-md-row-reverse align-items-center justify-content-between"> <a class="btn btn-sm btn-bd-light my-2 my-md-0" href="{{ site.repo }}/tree/v4-dev/site/{{ page.path }}" title="View and edit this file on GitHub" target="_blank" rel="noopener">View on GitHub</a> <h1 class="bd-title" id="content">{{ page.title | smartify }}</h1> </div> <p class="bd-lead">{{ page.description | smartify }}</p> {% include ads.html %} {{ content }} </main> </div> </div> {% include scripts.html %} </body> </html>
zh-cn/causes/RT1012.html
dota8/dota8.github.io
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>RT1012: IE6 IE7 IE8(Q) Opera 认为 'white-space:nowrap' 仅作用在纯文本内容上 - W3Help</title> <meta name="keywords" content="text, replace, element, white-space, nowrap, suppresses, line, breaks, inline-block"> <meta name="description" content="RT1012: IE6 IE7 IE8(Q) Opera 认为 'white-space:nowrap' 仅作用在纯文本内容上"> <link rel="stylesheet" type="text/css" href="../css/common.css" media="all"> <link rel="stylesheet" type="text/css" href="../css/article.css" media="all"> </head> <body> <div id="w3h_container"> <div id="w3h_header"> <div class="header_sidebar"> <h1 class="logo"><a href="../../index.html"><span>W3Help</span></a></h1> </div> <div class="header_content"> <ul class="navigation"> <li class="first_item"><a href="../../index.html">首页</a></li><li><a href="../home/events.html">活动</a></li><li><a href="../home/news.html">新闻</a></li><li><a href="../home/forum.html">论坛</a></li><li class="last_item"><a href="../home/about.html">关于我们</a></li> <li class="search_item"> <form action="http://w3help.org/zh-cn/home/search.html" method="get"> <p><input name="key" id="keyInput" value="" onfocus="focusKey(this)" onblur="blurKey(this)" title="搜索" class="text"></p> <p><input id="search_submit" type="image" src="../images/search_button.gif" alt="搜索"></p> </form> </li> </ul> </div> </div> <div id="w3h_body"> <div class="body_sidebar"> <div class="logo_shadow"></div> <h2 class="category"><span><a href="../home/standards.html">标准</a></span></h2> <ul class="theme"><li><a href="../standards/index.html">W3C 标准</a></li><li><a href="../home/glossary.html">词汇表</a></li></ul> <h2 class="category"><span><a href="../home/compatibility.html">兼容性</a></span></h2> <ul class="theme"><li><a href="index.html" class="current">根本原因</a></li><li><a href="../kb/index.html">知识库</a></li><li><a href="../casestudies/index.html">案例分析</a></li></ul> </div> <div class="body_content"> <p id="printButton"><a href="javascript:printArticle()" title="打印本文">打印</a></p> <ul class="breadcrumbs"><li><a href="../../index.html" name="top">首页</a><span>»</span></li><li><a href="../home/compatibility.html">兼容性</a><span>»</span></li><li><a href="index.html">根本原因</a><span>»</span></li><li class="current">文章正文</li></ul> <h1 class="title">RT1012: IE6 IE7 IE8(Q) Opera 认为 'white-space:nowrap' 仅作用在纯文本内容上</h1> <ul class="toc"><li><a href="#standard_reference">标准参考</a><span>•</span></li><li><a href="#description">问题描述</a><span>•</span></li><li><a href="#influence">造成的影响</a><span>•</span></li><li><a href="#impacted_browsers">受影响的浏览器</a><span>•</span></li><li><a href="#analysis_of_issues">问题分析</a><span>•</span></li><li><a href="#solutions">解决方案</a><span>•</span></li><li><a href="#see_also">参见</a></li></ul> <div id="w3h_content"> <address class="author">作者:钱宝坤</address> <h2 id="standard_reference">标准参考</h2> <p>根据 W3C CSS 2.1 规范中的描述 'white-space:nowrap' 设置的含义为:该值像 'normal' 那样合并空白,但是阻止文本内的分行。</p> <p>详细说明请参考:<a href="http://www.w3.org/TR/CSS21/text.html#propdef-white-space">16.6 White space: the 'white-space' property</a></p> <p>替换元素是用来表示超出 CSS 格式化模型表示范围的元素,他们的共同特点是没有设置宽高的情况下拥有默认宽高。常见的有:IMG INPUT TEXTAREA IFRAME 等。</p> <p>详细说明请参考:<a href="http://www.w3.org/TR/CSS21/conform.html#replaced-element">replaced-element</a></p> <h2 id="description">问题描述</h2> <p>对容器设置了 'white-space:nowrap' 特性值后,期望抑制内容换行。但是,在容器内没有文本内容仅存在行内替换元素和行内块元素时,IE6 IE7 IE8(Q) Opera 浏览器认为这些元素不是文字内容,因而抑制内容换行规则不生效。在容器布局宽度不够的情况下,行内替换元素和行内块元素将不受父容器 'white-space:nowrap' 特性值约束,产生换行。</p> <h2 id="influence">造成的影响</h2> <p>原本不希望换行的部分产生换行,导致各浏览器中小范围布局差异产生。</p> <h2 id="impacted_browsers">受影响的浏览器</h2> <table class="list"> <tr> <th>IE6 IE7 IE8(Q) Opera</th> <td>&nbsp;</td> </tr> </table> <h2 id="analysis_of_issues">问题分析</h2> <p>根据 CSS 2.1 规范描述, 'white-space:nowrap' 值设置会阻止文本内的分行。</p> <pre>原文: <strong>nowrap</strong> This value collapses white space as for 'normal', but suppresses line breaks within <span class="hl_4">text</span>.</pre> <p>在说明中, <span class="hl_4">text</span> 单词存在二义性问题,他可以表示正文也可以表示为通常意义的文字内容。</p> <p>在实际情况中,元素内不仅只含有文本内容,还可能存在其他行内元素,如行内替换元素以及行内块元素,他们在父元素内组成了正文内容。如果规范所描述的 <span class="hl_4">text</span> 为正文含义,那么 'white-space:nowrap' 特性值设置将抑制这些元素之间产生换行。相反,'TEXT' 含义为普通文字,那么抑制换行策略将不会对这些元素生效。</p> <p>我们来分析以下代码:</p> <pre>&lt;style&gt; body { font:20px/1.2 'simsun'; } div { width:60px; background:wheat; margin:10px 0; } &lt;/style&gt; &lt;div&gt; &lt;span style="white-space:nowrap;"&gt;中国字&lt;/span&gt;&lt;span style="white-space:nowrap;"&gt;&lt;img src="google.png" /&gt;&lt;/span&gt; &lt;/div&gt; &lt;div&gt; &lt;span style="white-space:nowrap;"&gt;中国字&lt;/span&gt;&lt;span style="white-space:nowrap;"&gt;&lt;input /&gt;&lt;/span&gt; &lt;/div&gt; &lt;div&gt; &lt;span style="white-space:nowrap;"&gt;中国字&lt;/span&gt;&lt;span style="white-space:nowrap;"&gt;&lt;input type="button" /&gt;&lt;/span&gt; &lt;/div&gt; &lt;div&gt; &lt;span style="white-space:nowrap;"&gt;中国字&lt;/span&gt;&lt;span style="white-space:nowrap;"&gt;&lt;input type="submit" /&gt;&lt;/span&gt; &lt;/div&gt; &lt;div&gt; &lt;span style="white-space:nowrap;"&gt;中国字&lt;/span&gt;&lt;span style="white-space:nowrap;"&gt;&lt;input type="file" /&gt;&lt;/span&gt; &lt;/div&gt; &lt;div&gt; &lt;span style="white-space:nowrap;"&gt;中国字&lt;/span&gt;&lt;span style="white-space:nowrap;"&gt;&lt;input type="checkbox" /&gt;&lt;/span&gt; &lt;/div&gt; &lt;div&gt; &lt;span style="white-space:nowrap;"&gt;中国字&lt;/span&gt;&lt;span style="white-space:nowrap;"&gt;&lt;input type="radio" /&gt;&lt;/span&gt; &lt;/div&gt; &lt;div&gt; &lt;span style="white-space:nowrap;"&gt;中国字&lt;/span&gt;&lt;span style="white-space:nowrap;"&gt;&lt;textarea&gt;&lt;/textarea&gt;&lt;/span&gt; &lt;/div&gt; &lt;div&gt; &lt;span style="white-space:nowrap;"&gt;中国字&lt;/span&gt;&lt;span style="white-space:nowrap;"&gt;&lt;select&gt;&lt;/select&gt;&lt;/span&gt; &lt;/div&gt; &lt;div&gt; &lt;span style="white-space:nowrap;"&gt;中国字&lt;/span&gt;&lt;span style="white-space:nowrap;"&gt;&lt;iframe&gt;&lt;/iframe&gt;&lt;/span&gt; &lt;/div&gt; &lt;div&gt; &lt;span style="white-space:nowrap;"&gt;中国字&lt;/span&gt;&lt;span style="white-space:nowrap;"&gt;&lt;button&gt;&lt;/button&gt;&lt;/span&gt; &lt;/div&gt; &lt;div&gt; &lt;span style="white-space:nowrap;"&gt;中国字&lt;/span&gt;&lt;span style="white-space:nowrap;"&gt;&lt;span style="display:inline-block"&gt;汉字&lt;/span&gt;&lt;/span&gt; &lt;/div&gt;</pre> <p>上例中,容器 DIV 元素的宽度为 60px,'white-space' 特性值是默认的 'normal' ,容器内标记紧密排列 ,没有因换行和空格产生匿名行内元素。这样容器的 'white-space:normal' 设置不会对容器内容是否换行产生影响。</p> <p>容器内首个 SPAN 元素内有三个中文,每个中文的字号设置为 20px,整体宽度恰好是容器宽度 60px。这个 SPAN 元素内又设置 'white-space:nowrap' 特性值,说明其内三个文字会抑制换行产生。</p> <p>第二个 SPAN 元素设置 'white-space:nowrap' 特性值,其内子元素没有产生文本内容,分别是常用行内替换元素以及行内块元素。</p> <p>实际运行结果如下:</p> <table class="compare"> <tr><th>&nbsp;</th><th>IE6 IE7 IE8(Q) Opera</th><th>IE8(S) Firefox Chrome Safari</th></tr> <tr> <th>常见行内替换元素</th> <td><span class="hl_3">产生换行</span></td> <td><span class="hl_4">不产生换行</span></td> </tr> <tr> <th>行内块元素<sup>1</sup></th> <td><span class="hl_3">产生换行</span></td> <td><span class="hl_4">不产生换行</span></td> </tr> </table> <p class="comment">【注】:IE6 IE7 IE8(Q) 不支持严格意义上 CSS 2.1 规范内说明的 'display:inline-block' 特性值,但是设置 ‘inline-block’ 后会触发 IE 特有的 hasLayout 特性,使行内元素具有布局块特征,这与规范描述所要达到的效果一致。关于 hasLayout 特性的详细描述请参考 MSDN : <a href="http://msdn.microsoft.com/en-us/library/bb250481(VS.85).aspx">"HasLayout" Overview</a> 。</p> <p>从表中可以看出:</p> <ul><li><em>IE6 IE7 IE8(Q) Opera</em> 认为行内替换元素以及行内块元素不是规范内说明的文本内容,他们在父容器布局宽度不足时不受 ‘white-space:nowrap’ 特性值制约,会产生换行;</li><li><em>IE8(S) Firefox Chrome Safari</em> 认为行内替换元素以及行内块元素均属于容器内正文,即使容器布局宽度不足,依然会抑制换行产生。</li></ul> <h2 id="solutions">解决方案</h2> <p>如果需要使用 'white-space:nowrap' 特性值抑制内容换行,最好避免在容器内加入替换元素以及行内块元素,避免各浏览器出现对规范理解差异。</p> <h2 id="see_also">参见</h2> <h3>知识库</h3> <ul class="see_also"><li><a href="#">...</a></li></ul> <h3>相关问题</h3> <ul class="see_also"><li><a href="#">...</a></li></ul> <div class="appendix"> <h2>测试环境</h2> <table class="list"> <tr> <th>操作系统版本:</th> <td>Windows 7 Ultimate build 7600</td> </tr> <tr> <th>浏览器版本:</th> <td> IE6 <br> IE7 <br> IE8 <br> Firefox 3.6.10 <br> Chrome 8.0.552.5 dev <br> Safari 5.0.2 <br> Opera 10.63 </td> </tr> <tr> <th>测试页面:</th> <td><a href="../../tests/RT1012/replace_element_and_inline_block_element_nowrap.html">replace_element_and_inline_block_element_nowrap.html</a></td> </tr> <tr> <th>本文更新时间:</th> <td>2010-10-20</td> </tr> </table> <h2>关键字</h2> <p>text replace element white-space nowrap suppresses line breaks inline-block</p> </div> <div id="forumLink"> <div>本篇文章正在公测阶段,错误在所难免,欢迎大家提出宝贵的意见和建议。</div> <a href="http://forum.csdn.net/SList/CrossBrowser/">发表评论 »</a> </div> </div> </div> </div> </div> <div id="w3h_footer"> <div class="footer_content"> <ul><li><a href="http://www.google.com/"><img src="../logo/google.gif" alt="Google"></a></li><li><a href="http://www.chinaw3c.org/"><img src="../logo/w3c-china.gif" alt="W3C-China"></a></li><li><a href="http://www.mozillaonline.com/"><img src="../logo/firefox.gif" alt="FireFox"></a></li><li><a href="http://www.csdn.net/"><img src="../logo/csdn.gif" alt="CSDN"></a></li><li><a href="http://www.w3school.com.cn/"><img src="../logo/w3school.gif" alt="W3School"></a></li><li><a href="http://www.w3ctech.com/"><img src="../logo/web-club.gif" alt="w3ctech"></a></li></ul> <p class="copyright"> <a rel="license" href="http://creativecommons.org/licenses/by/3.0/"><img alt="知识共享许可协议" style="border-width:0" src="http://i.creativecommons.org/l/by/3.0/88x31.png"></a> <br> 本作品采用<a rel="license" href="http://creativecommons.org/licenses/by/3.0/">知识共享署名 3.0 Unported许可协议</a>进行许可。 <br> <br> <a href="http://www.miibeian.gov.cn/">Published By Xor</a> </p> <p class="w3cIcon"><a href="http://validator.w3.org/check?uri=referer"><img src="../images/valid-xhtml10.gif" alt="Valid XHTML 1.0 Strict"></a></p> </div> </div> </body> </html>
app/css/shell.css
appelgriebsch/electron-shell
html, body, div[role='app'] { padding: 0; margin: 0; height: 100%; width: 100%; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; font-size: 14px; font-weight: 400; overflow: hidden; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } ::-webkit-scrollbar { width: 8px; } /* Track */ ::-webkit-scrollbar-track { -webkit-border-radius: 6px; border-radius: 6px; } /* Handle */ ::-webkit-scrollbar-thumb { -webkit-border-radius: 8px; border-radius: 8px; background: rgb(130, 130, 130); background: rgba(127, 127, 127, 0.8); } ::-webkit-scrollbar-thumb:window-inactive { background: rgb(128, 128, 128); background: rgba(127, 127, 127, 0.4); }
css/landing-page.css
GRM-dev/Przez-czystsza-do-pracy
/*! * Start Bootstrap - Landing Page Bootstrap Theme (http://startbootstrap.com) * Code licensed under the Apache License v2.0. * For details, see http://www.apache.org/licenses/LICENSE-2.0. */ body, html { width: 100%; height: 100%; } body, h1, h2, h3, h4, h5, h6 { font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 700; } .topnav { font-size: 14px; } .lead { font-size: 18px; font-weight: 400; } .intro-header { padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */ padding-bottom: 50px; text-align: center; color: #f8f8f8; background: url(../img/intro-bg.jpg) no-repeat center center; background-size: cover; } .intro-message { position: relative; padding-top: 20%; padding-bottom: 20%; } .intro-message > h1 { margin: 0; text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6); font-size: 5em; } .intro-divider { width: 400px; border-top: 1px solid #f8f8f8; border-bottom: 1px solid rgba(0, 0, 0, 0.2); } .intro-message > h3 { text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6); } @media (max-width: 767px) { .intro-message { padding-bottom: 15%; } .intro-message > h1 { font-size: 3em; } ul.intro-social-buttons > li { display: block; margin-bottom: 20px; padding: 0; } ul.intro-social-buttons > li:last-child { margin-bottom: 0; } .intro-divider { width: 100%; } } .network-name { text-transform: uppercase; font-size: 14px; font-weight: 400; letter-spacing: 2px; } .content-section-a { padding: 50px 0; background-color: #f8f8f8; } .content-section-b { padding: 50px 0; border-top: 1px solid #e7e7e7; border-bottom: 1px solid #e7e7e7; } .section-heading { margin-bottom: 30px; } .section-heading-spacer { float: left; width: 200px; border-top: 3px solid #e7e7e7; } .banner { padding: 100px 0; color: #f8f8f8; background: url(../img/banner-bg.jpg) no-repeat center center; background-size: cover; } .banner h2 { margin: 0; text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6); font-size: 3em; } .banner ul { margin-bottom: 0; } .banner-social-buttons { float: right; margin-top: 0; } @media (max-width: 1199px) { ul.banner-social-buttons { float: left; margin-top: 15px; } } @media (max-width: 767px) { .banner h2 { margin: 0; text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6); font-size: 3em; } ul.banner-social-buttons > li { display: block; margin-bottom: 20px; padding: 0; } ul.banner-social-buttons > li:last-child { margin-bottom: 0; } } footer { padding: 50px 0; background-color: #f8f8f8; } p.copyright { margin: 15px 0 0; }
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/a3374f8e19c381d86b458dfd5c62dc60e5ecdb4b7f81e8dfd8751caed89a0a35.html
simonmysun/praxis
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>18 --> 19</title> <link href="./../../assets/style.css" rel="stylesheet"> </head> <body> <h2>You have to be fast</h2> <a href="./aa6bc05e1f040094dbcf1072b353220ee20ed15c84da71cbd33f1d2e0a61aaaf.html">Teleport</a> <hr> <a href="./../../about.md">About</a> (Spoilers! ) <script src="./../../assets/md5.js"></script> <script> window.currentLevel = 7; </script> <script src="./../../assets/script.js"></script> </body> </html>
src/main/resources/META-INF/resources/app/module/episode/episodes.html
egore/capacity-web
<h1 class="page-header"><i class="fa fa-caret-square-o-right"></i><span translate="episodes"></span></h1> <div style="text-align: center;" ng-show="vm.paging.is_loading"> <i class="fa fa-spinner fa-spin fa-5x fa-fw"></i> <span class="sr-only" translate="loading"></span> </div> <div ng-hide="vm.paging.is_loading"> <table class="table table-striped"> <thead> <tr> <th class="col-sm-6"> <span ng-click="vm.paging.order('name')" translate="name"></span> <span class="sortorder" ng-show="vm.paging.predicate === 'name'" ng-class="{reverse: vm.paging.reverse}"></span> </th> <th class="col-sm-1"> <span ng-click="vm.paging.order('start')" translate="start_date"></span> <span class="sortorder" ng-show="vm.paging.predicate === 'start'" ng-class="{reverse: vm.paging.reverse}"></span> </th> <th class="col-sm-1"> <span ng-click="vm.paging.order('end')" translate="end_date"></span> <span class="sortorder" ng-show="vm.paging.predicate === 'end'" ng-class="{reverse: vm.paging.reverse}"></span> </th> <th class="col-sm-1" translate="employees"></th> <th class="col-sm-2" translate="action"></th> </tr> </thead> <tbody> <tr ng-repeat="episode in vm.paging.data"> <td class="col-sm-7"><a href="#episodes/{{episode.id}}" ng-bind="episode.name"></a></td> <td class="col-sm-1" ng-bind="episode.start"></td> <td class="col-sm-1" ng-bind="episode.end"></td> <td class="col-sm-1" ng-bind="episode.employeeEpisodes.length"></td> <td class="col-sm-1"> <button ng-click="vm.clone(episode.id)" class="btn btn-secondary"><i class="fa fa-clone"></i> {{'clone' | translate}}</button> <button ng-click="vm.remove(episode)" class="btn btn-danger"><i class="fa fa-minus-circle"></i> {{'remove' | translate}}</button> </td> </tr> </tbody> <tfoot> <tr> <td colspan="5" style="text-align: center;"> <ul uib-pagination total-items="vm.paging.total" items-per-page="vm.paging.pagesize" max-size="vm.paging.maxPages" force-ellipses="true" previous-text="&lsaquo;" next-text="&rsaquo;" first-text="&laquo;" last-text="&raquo;" ng-model="vm.paging.currentPage" ng-change="vm.paging.loadData()" ng-show="vm.paging.total > 0 && vm.paging.total > vm.paging.pagesize"></ul> </td> </tr> </tfoot> </table> <button ng-click="vm.add()" class="btn btn-secondary"><i class="fa fa-plus-circle"></i> {{'add' | translate}}</button> </div>
docs/download.html
markm208/storyteller
<!DOCTYPE html> <html lang="en"> <head> <!-- Required meta tags --> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <!-- Bootstrap CSS --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css" integrity="sha384-/Y6pD6FV/Vv2HJnA6t+vslU6fwYXjCFtcEpHbNJ0lyAFsXTsjBbfaDjzALeQsN6M" crossorigin="anonymous"> <style type="text/css"> body { margin-top: 20px; margin-bottom: 20px; } .jumbotron { background-color: #C9DBA3; } .jumbotron > hr { border-top-color: darkgreen; } a { color: darkgreen; } .strong-link { color: darkgreen; font-weight: bold; } .extra-info-div { position: relative; } .extra-info { position: absolute; bottom: 0; } .right { text-align: right; } .logo { text-decoration: none; color: black; } .logo:hover { text-decoration: none; color: black; } </style> <title>Storyteller: Docs- Downloading Code</title> </head> <body> <div class="container"> <div class="jumbotron"> <h1 class="display-4"><a href="index.html" class="logo"><em><strong>Storyteller:</strong> Docs</em></a></h1> <hr> </div> <hr/> <h4>Downloading Code</h4> <p> <img src="images/fileSystem.png" class="img-thumbnail border-success" alt="File system"> </p> <p> Whenever a playback is paused the viewer can download the code to their machine in the paused state. Storyteller is programming language independent so as long as the viewer can compile or otherwise run the code they can experiment with it. Anyone who downloads the code can input different values into the running program, examine the output, and step through it in the same state as the code in the browser. The user can then alter those files in any way that they wish. They can also move the playback a little further and download them all again in a new state. </p> <p> <span class="badge badge-secondary">Tip:</span> If the user performing the download does not wish to continue tracking changes to the code then VS Code and the Storyteller plugin are not even required. To download and examing code all one needs is a web browser. </p> <p> After a viewer chooses to download the code, a zip file will be created on their machine with all of the files in the exact same state as the code in the playback window. The zip file will have the same name as the root project directory with a timestamp added to it. For example, with a root project directory named <code>code</code> the zip file will have a name like this: <code>code-2018-02-08T19_33_01.655Z.zip</code> (the timestamp is when the download took place to distinguish it from different downloads of the same code in different states). The project directory, <code>code</code>, will be directly inside the outer unzipped directory <code>code-2018-02-08T19_33_01.655Z</code>. </p> <p> <span class="badge badge-secondary">Tip:</span> You can continue to have Storyteller track code changes after a download and those changes will be separate from the Storyteller project where the download occurred. This is equivalent to making a branch in a traditional version control system. More about Storyteller version control can be found here <a href="versionControl.html" class="strong-link">here</a>. <br/> In order to keep tracking changes in the downloaded project use VS Code with the Storyteller plugin to open the root project directory with the code in it. In this example, it would mean using VS Code to 'Open a Folder' and then selecting the directory called <code>code</code> from the unzipped download (to make sure the correct directory is opened look for a subdirectory called <code>.storyteller</code> in it). Next, you can begin to edit the code and all of the changes will be tracked in this new project. </p> <br/> <h4>Types of Download</h4> <p> <img src="images/downloadTypes.png" class="img-thumbnail border-success" alt="Download types"> </p> <p> There are three types of download that a viewer can use. The reason that there are different types of downloads is because Storyteller is also a version control system and the three download types are related to how a <em>branch</em> is made. </p> <p> If the viewer is <em>not</em> using Storyteller in their editor for version control and they just want to download the code then it doesn't matter which option they choose (the default option is the most appropriate one). More information about using Storyteller as a version control system can be found <a href="versionControl.html" class="strong-link">here</a>. </p> <p> <span class="badge badge-secondary">Tip:</span> There will be an additional directory called <code>.storyteller</code> in the unzipped project directory that is only used for tracking changes. If you are not tracking changes this can be ignored. </p> <hr/> <div class="small container"> <div class="row"> <div class="col-sm-6"> <a href="https://github.com/markm208/storyteller">Storyteller on GitHub</a> </div> <div class="col-sm-6 right"> Questions? Comments? Corrections? <a href="mailto:markm208@gmail.com">Contact the BDFL</a> </div> </div> </div> </div> <!-- Optional JavaScript --> <!-- jQuery first, then Popper.js, then Bootstrap JS --> <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js" integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4" crossorigin="anonymous"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/js/bootstrap.min.js" integrity="sha384-h0AbiXch4ZDo7tp9hKZ4TsHbi047NrKGLO3SEJAg45jXxnGIfYzk4Si90RDIqNm1" crossorigin="anonymous"></script> </body> </html>
2016/0702-Bootstrap/index-2-demo.html
wangyongtan/H5
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <link rel="stylesheet" href="bootstrap.min.css"> </head> <body> <div class="container"> <h1>Hello World</h1> <h2>Hello World</h2> <h3>Hello World</h3> <h4>Hello World<small>你好啊</small></h4> <h5></h5> <p>心里只有你一个请你相信我 请你不要去用假情折磨我 伤心时候忍不住说伤心话 夜里寂寞眼里就会滴滴嗒</p> <p class="lead">心里只有你一个请你相信我 请你不要去用假情折磨我 伤心时候忍不住说伤心话 夜里寂寞眼里就会滴滴嗒</p> <p>Hello World:欢迎<mark>欢迎</mark>光临</p> <del>This line of text is meant to be treated as deleted text.</del><br/> <s>This line of text is meant to be treated as no longer accurate.</s><br/> <ins>This line of text is meant to be treated as an addition to the document.</ins> <p>An abbreviation of the word attribute is <abbr title="attribute">attr</abbr></p> <address> <strong>Twitter ,Inc.</strong><br/> 759 Folsom Ave,Suite 600<br/> San Francisco, CA 94107<br/> <sbbr title="Phone">P:</sbbr> 888-8888 </address> <address> <strong>Full Name</strong><br/> <a href="mailto:#">first.last@example.com</a> </address> <blockquote> <p>Lorem ipsum dolor sit amet,consectetur adipiscing elit.Integer posuere erat a ante.</p> </blockquote> </div> </body> </html>
projects/3rdparty/remotetea/javadoc/org/acplt/oncrpc/apps/jrpcgen/JrpcgenUnion.html
j-hoppe/BlinkenBone
<!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_03) on Wed Jan 02 15:31:35 GMT 2008 --> <TITLE> JrpcgenUnion </TITLE> <META NAME="date" CONTENT="2008-01-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="JrpcgenUnion"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="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/acplt/oncrpc/apps/jrpcgen/JrpcgenSymbols.html" title="interface in org.acplt.oncrpc.apps.jrpcgen"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../../org/acplt/oncrpc/apps/jrpcgen/JrpcgenUnionArm.html" title="class in org.acplt.oncrpc.apps.jrpcgen"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?org/acplt/oncrpc/apps/jrpcgen/JrpcgenUnion.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="JrpcgenUnion.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> <FONT SIZE="-1"> org.acplt.oncrpc.apps.jrpcgen</FONT> <BR> Class JrpcgenUnion</H2> <PRE> java.lang.Object <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>org.acplt.oncrpc.apps.jrpcgen.JrpcgenUnion</B> </PRE> <HR> <DL> <DT><PRE>public class <B>JrpcgenUnion</B><DT>extends java.lang.Object</DL> </PRE> <P> The <code>JrpcgenUnion</code> class represents a single union defined in an rpcgen "x"-file. <P> <P> <DL> <DT><B>Version:</B></DT> <DD>$Revision: 1.1.1.1 $ $Date: 2003/08/13 12:03:47 $ $State: Exp $ $Locker: $</DD> <DT><B>Author:</B></DT> <DD>Harald Albrecht</DD> </DL> <HR> <P> <!-- =========== FIELD SUMMARY =========== --> <A NAME="field_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Field Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/acplt/oncrpc/apps/jrpcgen/JrpcgenDeclaration.html" title="class in org.acplt.oncrpc.apps.jrpcgen">JrpcgenDeclaration</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/acplt/oncrpc/apps/jrpcgen/JrpcgenUnion.html#descriminant">descriminant</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="../../../../../org/acplt/oncrpc/apps/jrpcgen/JrpcgenDeclaration.html" title="class in org.acplt.oncrpc.apps.jrpcgen"><CODE>JrpcgenDeclaration</CODE></A> of descriminant element (containing its identifier and data type).</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;java.util.Vector</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/acplt/oncrpc/apps/jrpcgen/JrpcgenUnion.html#elements">elements</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Contains arms of union.</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/acplt/oncrpc/apps/jrpcgen/JrpcgenUnion.html#identifier">identifier</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Union identifier.</TD> </TR> </TABLE> &nbsp; <!-- ======== CONSTRUCTOR SUMMARY ======== --> <A NAME="constructor_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Constructor Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../org/acplt/oncrpc/apps/jrpcgen/JrpcgenUnion.html#JrpcgenUnion(java.lang.String, org.acplt.oncrpc.apps.jrpcgen.JrpcgenDeclaration, java.util.Vector)">JrpcgenUnion</A></B>(java.lang.String&nbsp;identifier, <A HREF="../../../../../org/acplt/oncrpc/apps/jrpcgen/JrpcgenDeclaration.html" title="class in org.acplt.oncrpc.apps.jrpcgen">JrpcgenDeclaration</A>&nbsp;descriminant, java.util.Vector&nbsp;elements)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs a <code>JrpcgenUnion</code> and sets the identifier, the descrimant element as well as all attribute elements.</TD> </TR> </TABLE> &nbsp; <!-- ========== METHOD SUMMARY =========== --> <A NAME="method_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Method Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/acplt/oncrpc/apps/jrpcgen/JrpcgenUnion.html#dump()">dump</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Dumps the union together with its attribute elements end the descriminant to <code>System.out</code>.</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/acplt/oncrpc/apps/jrpcgen/JrpcgenUnion.html#toString()">toString</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns just the identifier.</TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD> </TR> </TABLE> &nbsp; <P> <!-- ============ FIELD DETAIL =========== --> <A NAME="field_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Field Detail</B></FONT></TH> </TR> </TABLE> <A NAME="identifier"><!-- --></A><H3> identifier</H3> <PRE> public java.lang.String <B>identifier</B></PRE> <DL> <DD>Union identifier. <P> <DL> </DL> </DL> <HR> <A NAME="descriminant"><!-- --></A><H3> descriminant</H3> <PRE> public <A HREF="../../../../../org/acplt/oncrpc/apps/jrpcgen/JrpcgenDeclaration.html" title="class in org.acplt.oncrpc.apps.jrpcgen">JrpcgenDeclaration</A> <B>descriminant</B></PRE> <DL> <DD><A HREF="../../../../../org/acplt/oncrpc/apps/jrpcgen/JrpcgenDeclaration.html" title="class in org.acplt.oncrpc.apps.jrpcgen"><CODE>JrpcgenDeclaration</CODE></A> of descriminant element (containing its identifier and data type). <P> <DL> </DL> </DL> <HR> <A NAME="elements"><!-- --></A><H3> elements</H3> <PRE> public java.util.Vector <B>elements</B></PRE> <DL> <DD>Contains arms of union. The arms are of class <A HREF="../../../../../org/acplt/oncrpc/apps/jrpcgen/JrpcgenDeclaration.html" title="class in org.acplt.oncrpc.apps.jrpcgen"><CODE>JrpcgenDeclaration</CODE></A>. The keys are the descriminant values. <P> <DL> </DL> </DL> <!-- ========= CONSTRUCTOR DETAIL ======== --> <A NAME="constructor_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Constructor Detail</B></FONT></TH> </TR> </TABLE> <A NAME="JrpcgenUnion(java.lang.String, org.acplt.oncrpc.apps.jrpcgen.JrpcgenDeclaration, java.util.Vector)"><!-- --></A><H3> JrpcgenUnion</H3> <PRE> public <B>JrpcgenUnion</B>(java.lang.String&nbsp;identifier, <A HREF="../../../../../org/acplt/oncrpc/apps/jrpcgen/JrpcgenDeclaration.html" title="class in org.acplt.oncrpc.apps.jrpcgen">JrpcgenDeclaration</A>&nbsp;descriminant, java.util.Vector&nbsp;elements)</PRE> <DL> <DD>Constructs a <code>JrpcgenUnion</code> and sets the identifier, the descrimant element as well as all attribute elements. <P> <DL> <DT><B>Parameters:</B><DD><CODE>identifier</CODE> - Identifier to be declared.<DD><CODE>descriminant</CODE> - Descriminant element of class <A HREF="../../../../../org/acplt/oncrpc/apps/jrpcgen/JrpcgenDeclaration.html" title="class in org.acplt.oncrpc.apps.jrpcgen"><CODE>JrpcgenDeclaration</CODE></A>.<DD><CODE>elements</CODE> - Vector of atrribute elements of class <A HREF="../../../../../org/acplt/oncrpc/apps/jrpcgen/JrpcgenDeclaration.html" title="class in org.acplt.oncrpc.apps.jrpcgen"><CODE>JrpcgenDeclaration</CODE></A>.</DL> </DL> <!-- ============ METHOD DETAIL ========== --> <A NAME="method_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Method Detail</B></FONT></TH> </TR> </TABLE> <A NAME="toString()"><!-- --></A><H3> toString</H3> <PRE> public java.lang.String <B>toString</B>()</PRE> <DL> <DD>Returns just the identifier. <P> <DD><DL> <DT><B>Overrides:</B><DD><CODE>toString</CODE> in class <CODE>java.lang.Object</CODE></DL> </DD> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="dump()"><!-- --></A><H3> dump</H3> <PRE> public void <B>dump</B>()</PRE> <DL> <DD>Dumps the union together with its attribute elements end the descriminant to <code>System.out</code>. <P> <DD><DL> </DL> </DD> </DL> <!-- ========= END OF CLASS DATA ========= --> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="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/acplt/oncrpc/apps/jrpcgen/JrpcgenSymbols.html" title="interface in org.acplt.oncrpc.apps.jrpcgen"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../../org/acplt/oncrpc/apps/jrpcgen/JrpcgenUnionArm.html" title="class in org.acplt.oncrpc.apps.jrpcgen"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?org/acplt/oncrpc/apps/jrpcgen/JrpcgenUnion.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="JrpcgenUnion.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML>
doc/index-files/index-5.html
cuppaamukkaacoffee/opensource_hbcb
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="ko"> <head> <!-- Generated by javadoc (1.8.0_92) on Wed Dec 21 00:04:15 KST 2016 --> <title>E-Index</title> <meta name="date" content="2016-12-21"> <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="E-Index"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../gameoflife/package-summary.html">Package</a></li> <li>Class</li> <li>Use</li> <li><a href="../gameoflife/package-tree.html">Tree</a></li> <li class="navBarCell1Rev">Index</li> <li><a href="../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="index-4.html">Prev Letter</a></li> <li><a href="index-6.html">Next Letter</a></li> </ul> <ul class="navList"> <li><a href="../index.html?index-files/index-5.html" target="_top">Frames</a></li> <li><a href="index-5.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="contentContainer"><a href="index-1.html">A</a>&nbsp;<a href="index-2.html">B</a>&nbsp;<a href="index-3.html">C</a>&nbsp;<a href="index-4.html">D</a>&nbsp;<a href="index-5.html">E</a>&nbsp;<a href="index-6.html">F</a>&nbsp;<a href="index-7.html">G</a>&nbsp;<a href="index-8.html">H</a>&nbsp;<a href="index-9.html">I</a>&nbsp;<a href="index-10.html">M</a>&nbsp;<a href="index-11.html">N</a>&nbsp;<a href="index-12.html">O</a>&nbsp;<a href="index-13.html">P</a>&nbsp;<a href="index-14.html">R</a>&nbsp;<a href="index-15.html">S</a>&nbsp;<a href="index-16.html">T</a>&nbsp;<a href="index-17.html">U</a>&nbsp;<a href="index-18.html">W</a>&nbsp;<a name="I:E"> <!-- --> </a> <h2 class="title">E</h2> <dl> <dt><span class="memberNameLink"><a href="../gameoflife/GameOfLifeControls.html#exploder1">exploder1</a></span> - Variable in class gameoflife.<a href="../gameoflife/GameOfLifeControls.html" title="class in gameoflife">GameOfLifeControls</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../gameoflife/GameOfLifeControls.html#exploder2">exploder2</a></span> - Variable in class gameoflife.<a href="../gameoflife/GameOfLifeControls.html" title="class in gameoflife">GameOfLifeControls</a></dt> <dd>&nbsp;</dd> </dl> <a href="index-1.html">A</a>&nbsp;<a href="index-2.html">B</a>&nbsp;<a href="index-3.html">C</a>&nbsp;<a href="index-4.html">D</a>&nbsp;<a href="index-5.html">E</a>&nbsp;<a href="index-6.html">F</a>&nbsp;<a href="index-7.html">G</a>&nbsp;<a href="index-8.html">H</a>&nbsp;<a href="index-9.html">I</a>&nbsp;<a href="index-10.html">M</a>&nbsp;<a href="index-11.html">N</a>&nbsp;<a href="index-12.html">O</a>&nbsp;<a href="index-13.html">P</a>&nbsp;<a href="index-14.html">R</a>&nbsp;<a href="index-15.html">S</a>&nbsp;<a href="index-16.html">T</a>&nbsp;<a href="index-17.html">U</a>&nbsp;<a href="index-18.html">W</a>&nbsp;</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../gameoflife/package-summary.html">Package</a></li> <li>Class</li> <li>Use</li> <li><a href="../gameoflife/package-tree.html">Tree</a></li> <li class="navBarCell1Rev">Index</li> <li><a href="../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="index-4.html">Prev Letter</a></li> <li><a href="index-6.html">Next Letter</a></li> </ul> <ul class="navList"> <li><a href="../index.html?index-files/index-5.html" target="_top">Frames</a></li> <li><a href="index-5.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
kissy-1.4.9/src/anim/demo/queue/empty-queue.html
tedyhy/SCI
<script src="/kissy/build/seed.js"></script> <script src="/kissy/src/package.js"></script> <script> KISSY.use('node', function (S, Node) { var start = S.now(); var body = Node.all('body'); body.animate({}, { duration: 1 //useTransition: 1 }).animate({}, { duration: 1, //useTransition: 1, complete: function () { S.log(S.now() - start); } }); }); </script>
css/default.css
nilayanahmed/atmos2013
button { border: none; padding: 0.6em 1.2em; background: #c0392b; color: #fff; font-family: 'Lato', Calibri, Arial, sans-serif; font-size: 1em; letter-spacing: 1px; text-transform: uppercase; cursor: pointer; display: inline-block; margin: 3px 2px; border-radius: 2px; } button:hover { background: #A5281B; }
app/index.html
arthurcamara1/speakasso
<!doctype html> <html class="no-js"> <head> <meta charset="utf-8"> <title></title> <meta name="description" content=""> <meta name="viewport" content="width=device-width"> <!-- Place favicon.ico and apple-touch-icon.png in the root directory --> <!-- build:css(.) styles/vendor.css --> <!-- bower:css --> <link rel="stylesheet" href="bower_components/font-awesome/css/font-awesome.css" /> <link rel="stylesheet" href="bower_components/angular-dropdowns/dist/angular-dropdowns.css" /> <!-- endbower --> <link href='http://fonts.googleapis.com/css?family=Lato:300,400,700,900' rel='stylesheet' type='text/css'> <!-- endbuild --> <!-- build:css(.tmp) styles/main.css --> <link rel="stylesheet" href="styles/main.css"> <!-- endbuild --> <script src="bower_components/modernizr/modernizr.js"></script> </head> <body ng-app="speakassoClientApp"> <!--[if lt IE 7]> <p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p> <![endif]--> <!-- Add your site or application content here --> <div ng-view></div> <!-- build:js(.) scripts/oldieshim.js --> <!--[if lt IE 9]> <script src="bower_components/es5-shim/es5-shim.js"></script> <script src="bower_components/json3/lib/json3.js"></script> <![endif]--> <!-- endbuild --> <!-- build:js(.) scripts/vendor.js --> <!-- bower:js --> <script src="bower_components/jquery/dist/jquery.js"></script> <script src="bower_components/angular/angular.js"></script> <script src="bower_components/bootstrap-sass-official/assets/javascripts/bootstrap/affix.js"></script> <script src="bower_components/bootstrap-sass-official/assets/javascripts/bootstrap/alert.js"></script> <script src="bower_components/bootstrap-sass-official/assets/javascripts/bootstrap/button.js"></script> <script src="bower_components/bootstrap-sass-official/assets/javascripts/bootstrap/carousel.js"></script> <script src="bower_components/bootstrap-sass-official/assets/javascripts/bootstrap/collapse.js"></script> <script src="bower_components/bootstrap-sass-official/assets/javascripts/bootstrap/dropdown.js"></script> <script src="bower_components/bootstrap-sass-official/assets/javascripts/bootstrap/tab.js"></script> <script src="bower_components/bootstrap-sass-official/assets/javascripts/bootstrap/transition.js"></script> <script src="bower_components/bootstrap-sass-official/assets/javascripts/bootstrap/scrollspy.js"></script> <script src="bower_components/bootstrap-sass-official/assets/javascripts/bootstrap/modal.js"></script> <script src="bower_components/bootstrap-sass-official/assets/javascripts/bootstrap/tooltip.js"></script> <script src="bower_components/bootstrap-sass-official/assets/javascripts/bootstrap/popover.js"></script> <script src="bower_components/angular-resource/angular-resource.js"></script> <script src="bower_components/angular-cookies/angular-cookies.js"></script> <script src="bower_components/angular-sanitize/angular-sanitize.js"></script> <script src="bower_components/angular-animate/angular-animate.js"></script> <script src="bower_components/angular-touch/angular-touch.js"></script> <script src="bower_components/angular-route/angular-route.js"></script> <script src="bower_components/classie/classie.js"></script> <script src="bower_components/lodash/lodash.js"></script> <script src="bower_components/randomcolor/randomColor.js"></script> <script src="bower_components/art_generator/dist/artgen/artgen.js"></script> <script src="bower_components/art_generator/dist/ncsound/ncsound.js"></script> <script src="bower_components/angular-dropdowns/dist/angular-dropdowns.js"></script> <script src="bower_components/meyda/meyda.min.js"></script> <!-- endbower --> <!-- endbuild --> <script type="text/javascript" src="https://www.google.com/jsapi"></script> <script src="http://connect.soundcloud.com/sdk.js"></script> <!-- build:js({.tmp,app}) scripts/scripts.js --> <script src="scripts/app.js"></script> <script src="scripts/ncsound.js"></script> <script src="scripts/controllers/main.js"></script> <script src="scripts/controllers/config.js"></script> <script src="scripts/controllers/canvas.js"></script> <!-- endbuild --> </body> </html>
ajax/libs/rome/2.1.5/rome.min.css
yogeshsaroya/new-cdnjs
version https://git-lfs.github.com/spec/v1 oid sha256:8b0654e2eee27535fd218851c7ec21d645b5d7a072d1e86664926f43c78a2b61 size 1102
public/test.html
jorgt/rogue
<!DOCTYPE html> <html> <head> <title>Engine</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width"> <style> body,html{padding:0;margin:0;background-color:#000;} </style> </head> <body> <script src="test.js"></script> </body> </html>
index.html
ssk7833/canvas-scroll-zoom-in-out
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Scroll~</title> <style> html, body { height: 100%; width: 100%; margin: 0 auto; } #content{ width: 100%; height: 100%; position: fixed; top: 0; } #virtualHeight{ height: 3000px; } </style> </head> <body> <div id="content"> <canvas id="fake3d"></canvas> </div> <div id="virtualHeight"></div> <script src="https://code.jquery.com/jquery-1.11.3.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-mousewheel/3.1.12/jquery.mousewheel.min.js"></script> <script src="./jcanvas.min.js"></script> <script> $(document).ready(function() { var theCanvas = false; // control background color. When an object is too close, disappear it and change background var enterObjectNum = 0; var bgColor = ['steelblue', '#ccc', 'pink', 'white']; // object initial status var imageInital = [ {id: 0, left: 350, top: 60, angle: 30, scale: 0.1, visible: true, frame: 0}, {id: 1, left: 600, top: 120, angle: -30, scale: 0.2, visible: true, frame: 5}, {id: 2, left: 850, top: 180, angle: 0, scale: 0.3, visible: true, frame: 10} ]; var calObj = JSON.parse(JSON.stringify(imageInital)); $(window).scroll(function() { animate(); }); positionCanvas(); $(window).resize(positionCanvas); // initialization function positionCanvas() { $("#fake3d").remove(); theCanvas = $("<canvas id='fake3d'>"); $("#content").append(theCanvas); canvasWidth = $("#content").width(); canvasHeight = $("#content").height(); theCanvas.attr("width", canvasWidth).attr("height", canvasHeight); theCanvas.clearCanvas(); init(); } function animate() { enterObjectNum = 0; var position = $(window).scrollTop()/100; // do animate control calObj.map(function(object) { object.scale = imageInital[object.id].scale + position*0.02; object.frame = imageInital[object.id].frame + position; if(object.frame>=15) { object.left = imageInital[0].left + 15*50; object.top = imageInital[0].top + 15*12; object.scale = imageInital[object.id].scale + (object.frame-imageInital[2].frame)*0.1; object.angle = 0; } else if(object.frame>=10) { object.left = imageInital[object.id].left + position*50; object.top = imageInital[object.id].top + position*12; object.angle = 0; } else { object.left = imageInital[object.id].left + position*50; object.top = imageInital[object.id].top + position*12; if(object.frame>=5) object.angle = imageInital[1].angle + (object.frame-imageInital[1].frame)*6; else object.angle = imageInital[object.id].angle + position*-12; } if(object.scale>1) { object.visible = false; enterObjectNum = enterObjectNum + 1; } else { object.visible = true; } $('#fake3d').animateLayer('obj' + object.id, { visible: object.visible, x: object.left, y: object.top, rotate: object.angle, scale: object.scale }, 100, function(layer) { }); }); $("#content").css("background", bgColor[enterObjectNum]); } function init() { imageInital.map(function(object) { $('#fake3d').draw({ layer: true, type: 'image', name: 'obj' + object.id, source: 'https://scontent.xx.fbcdn.net/hphotos-xfp1/v/t1.0-9/166838_168028149907946_2089255_n.jpg?oh=48dfe9ba74f5d34debed99d4e5b37da1&oe=562A9486', x: object.left, y: object.top, rotate: object.angle, scale: object.scale, }); animate(); }); } }); </script> </body> </html>
demo-6/public/index.html
mkfreeman/strata-2016
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico"> <title>Demo 6</title> </head> <body> <div id="root"></div> </body> </html>
lib/assets/images/photon/plugins/elrte/images/photon/js/js/plugins/bootstrapSwitch.js.html
user-tony/photon-rails
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Login Page - Photon Admin Panel Theme</title> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0"> <link rel="shortcut icon" href="http://photonui.orangehilldev.com/images/photon/plugins/elrte/images/photon/js/js/plugins/favicon.ico"/> <link rel="apple-touch-icon" href="http://photonui.orangehilldev.com/images/photon/plugins/elrte/images/photon/js/js/plugins/iosicon.png"/> <link rel="stylesheet" href="http://photonui.orangehilldev.com/images/photon/plugins/elrte/images/photon/js/js/plugins/css/css_compiled/photon-min.css?v1.1" media="all"/> <link rel="stylesheet" href="http://photonui.orangehilldev.com/images/photon/plugins/elrte/images/photon/js/js/plugins/css/css_compiled/photon-min-part2.css?v1.1" media="all"/> <link rel="stylesheet" href="http://photonui.orangehilldev.com/images/photon/plugins/elrte/images/photon/js/js/plugins/css/css_compiled/photon-responsive-min.css?v1.1" media="all"/> <!--[if IE]> <link rel="stylesheet" type="text/css" href="css/css_compiled/ie-only-min.css?v1.1" /> <![endif]--> <!--[if lt IE 9]> <link rel="stylesheet" type="text/css" href="css/css_compiled/ie8-only-min.css?v1.1" /> <script type="text/javascript" src="js/plugins/excanvas.js"></script> <script type="text/javascript" src="js/plugins/html5shiv.js"></script> <script type="text/javascript" src="js/plugins/respond.min.js"></script> <script type="text/javascript" src="js/plugins/fixFontIcons.js"></script> <![endif]--> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/jquery-ui.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/images/photon/js/js/plugins/js/bootstrap/bootstrap.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/images/photon/js/js/plugins/js/plugins/modernizr.custom.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/images/photon/js/js/plugins/js/plugins/jquery.pnotify.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/images/photon/js/js/plugins/js/plugins/less-1.3.1.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/images/photon/js/js/plugins/js/plugins/xbreadcrumbs.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/images/photon/js/js/plugins/js/plugins/jquery.maskedinput-1.3.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/images/photon/js/js/plugins/js/plugins/jquery.autotab-1.1b.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/images/photon/js/js/plugins/js/plugins/charCount.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/images/photon/js/js/plugins/js/plugins/jquery.textareaCounter.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/images/photon/js/js/plugins/js/plugins/elrte.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/images/photon/js/js/plugins/js/plugins/elrte.en.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/images/photon/js/js/plugins/js/plugins/select2.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/images/photon/js/js/plugins/js/plugins/jquery-picklist.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/images/photon/js/js/plugins/js/plugins/jquery.validate.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/images/photon/js/js/plugins/js/plugins/additional-methods.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/images/photon/js/js/plugins/js/plugins/jquery.form.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/images/photon/js/js/plugins/js/plugins/jquery.metadata.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/images/photon/js/js/plugins/js/plugins/jquery.mockjax.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/images/photon/js/js/plugins/js/plugins/jquery.uniform.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/images/photon/js/js/plugins/js/plugins/jquery.tagsinput.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/images/photon/js/js/plugins/js/plugins/jquery.rating.pack.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/images/photon/js/js/plugins/js/plugins/farbtastic.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/images/photon/js/js/plugins/js/plugins/jquery.timeentry.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/images/photon/js/js/plugins/js/plugins/jquery.dataTables.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/images/photon/js/js/plugins/js/plugins/jquery.jstree.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/images/photon/js/js/plugins/js/plugins/dataTables.bootstrap.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/images/photon/js/js/plugins/js/plugins/jquery.mousewheel.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/images/photon/js/js/plugins/js/plugins/jquery.mCustomScrollbar.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/images/photon/js/js/plugins/js/plugins/jquery.flot.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/images/photon/js/js/plugins/js/plugins/jquery.flot.stack.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/images/photon/js/js/plugins/js/plugins/jquery.flot.pie.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/images/photon/js/js/plugins/js/plugins/jquery.flot.resize.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/images/photon/js/js/plugins/js/plugins/raphael.2.1.0.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/images/photon/js/js/plugins/js/plugins/justgage.1.0.1.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/images/photon/js/js/plugins/js/plugins/jquery.qrcode.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/images/photon/js/js/plugins/js/plugins/jquery.clock.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/images/photon/js/js/plugins/js/plugins/jquery.countdown.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/images/photon/js/js/plugins/js/plugins/jquery.jqtweet.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/images/photon/js/js/plugins/js/plugins/jquery.cookie.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/images/photon/js/js/plugins/js/plugins/bootstrap-fileupload.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/images/photon/js/js/plugins/js/plugins/prettify/prettify.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/images/photon/js/js/plugins/js/plugins/bootstrapSwitch.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/images/photon/js/js/plugins/js/plugins/mfupload.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/images/photon/js/js/plugins/js/common.js"></script> </head> <body class="body-login"> <div class="nav-fixed-topright" style="visibility: hidden"> <ul class="nav nav-user-menu"> <li class="user-sub-menu-container"> <a href="javascript:;"> <i class="user-icon"></i><span class="nav-user-selection">Theme Options</span><i class="icon-menu-arrow"></i> </a> <ul class="nav user-sub-menu"> <li class="light"> <a href="javascript:;"> <i class='icon-photon stop'></i>Light Version </a> </li> <li class="dark"> <a href="javascript:;"> <i class='icon-photon stop'></i>Dark Version </a> </li> </ul> </li> <li> <a href="javascript:;"> <i class="icon-photon mail"></i> </a> </li> <li> <a href="javascript:;"> <i class="icon-photon comment_alt2_stroke"></i> <div class="notification-count">12</div> </a> </li> </ul> </div> <script> $(function(){ setTimeout(function(){ $('.nav-fixed-topright').removeAttr('style'); }, 300); $(window).scroll(function(){ if($('.breadcrumb-container').length){ var scrollState = $(window).scrollTop(); if (scrollState > 0) $('.nav-fixed-topright').addClass('nav-released'); else $('.nav-fixed-topright').removeClass('nav-released') } }); $('.user-sub-menu-container').on('click', function(){ $(this).toggleClass('active-user-menu'); }); $('.user-sub-menu .light').on('click', function(){ if ($('body').is('.light-version')) return; $('body').addClass('light-version'); setTimeout(function() { $.cookie('themeColor', 'light', { expires: 7, path: '/' }); }, 500); }); $('.user-sub-menu .dark').on('click', function(){ if ($('body').is('.light-version')) { $('body').removeClass('light-version'); $.cookie('themeColor', 'dark', { expires: 7, path: '/' }); } }); }); </script> <div class="container-login"> <div class="form-centering-wrapper"> <div class="form-window-login"> <div class="form-window-login-logo"> <div class="login-logo"> <img src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/images/photon/js/js/plugins/images/photon/login-logo@2x.png" alt="Photon UI"/> </div> <h2 class="login-title">Welcome to Photon UI!</h2> <div class="login-member">Not a Member?&nbsp;<a href="bootstrapSwitch.js.html#">Sign Up &#187;</a> <a href="bootstrapSwitch.js.html#" class="btn btn-facebook"><i class="icon-fb"></i>Login with Facebook<i class="icon-fb-arrow"></i></a> </div> <div class="login-or">Or</div> <div class="login-input-area"> <form method="POST" action="dashboard.php"> <span class="help-block">Login With Your Photon Account</span> <input type="text" name="email" placeholder="Email"> <input type="password" name="password" placeholder="Password"> <button type="submit" class="btn btn-large btn-success btn-login">Login</button> </form> <a href="bootstrapSwitch.js.html#" class="forgot-pass">Forgot Your Password?</a> </div> </div> </div> </div> </div> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-1936460-27']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> </body> </html>