code
stringlengths
2
1.05M
repo_name
stringlengths
5
101
path
stringlengths
4
991
language
stringclasses
3 values
license
stringclasses
5 values
size
int64
2
1.05M
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>News</title> <meta charset="utf-8" /> <link href="styles.css" rel="stylesheet" /> </head> <body> <div class="wrapper"> <header> <nav> <a href="">Новините</a> <a href="">Спорт</a> <a href="">Емисия</a> <a href="">Любопитно</a> <a href="">Аз, репортерът</a> <a href="">Тази сутрин</a> </nav> </header> <main> <article> <p>Интернет новини - 13.07.2010 г.</p> </article> <article> <p>Проливни дъждове в Дания, Китай и Индия, необичайни горещини в Иран</p> </article> <article> <p>Над 200 хектъра горят на територията на бивш военен полигон в Германия</p> </article> <article> <p>23-ма ранени при сблъсък на два пътнически влака в Полша</p> </article> <article> <p>Диферсифицират от догодина минималния осигурителен доход за самоосигуряващите се</p> </article> </main> <aside> <img src="images/video.png" alt="video" /> </aside> </div> </body> </html>
atanas-georgiev/TelerikAcademy
05.CSS/Homeworks/Homework3/Problem06_NewsSite/NewsSite.html
HTML
mit
1,616
 <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <link onerror="wx_loaderror(this)" onerror="wx_loaderror(this)" rel="stylesheet" type="text/css" href="https://res.wx.qq.com/mpres/htmledition/style/page/resource/res_iframe2f613f.css"/></head> <body class="page_doc"> <div class="main_hd"><h2>查询门店Wi-Fi信息</h2> </div> <div class="main_bd"> <div class="article_box"> <div class="inner"> <div class="news_content"> <p><span></span> <br></p> <p>通过此接口查询某一门店的详细Wi-Fi信息,包括门店内的设备类型、ssid、密码、设备数量、商家主页URL、顶部常驻入口文案。</p> <p><strong>接口调用说明</strong></p> <pre>协议:https http请求方式:&nbsp;POST 请求URL:https://api.weixin.qq.com/bizwifi/shop/get?access_token=ACCESS_TOKEN POST数据格式:JSON</pre> <p><strong>请求参数说明</strong></p> <table cellspacing="0" cellpadding="4" align="center" width="640px"> <tbody> <tr class="firstRow thead"><th class="table_cell">参数</th><th class="table_cell">是否必须</th><th class="table_cell">说明</th></tr> <tr><td class="table_cell">access_token</td><td class="table_cell">是</td><td class="table_cell">调用接口凭证</td></tr> <tr><td class="table_cell">POST数据</td><td class="table_cell">是</td><td class="table_cell">JSON数据</td></tr> </tbody> </table> <p><strong>POST数据</strong></p> <p>数据示例:</p> <pre>{ &nbsp;&nbsp;&nbsp;&nbsp;"shop_id":&nbsp;429620 }</pre> <p>字段说明:</p> <p> <br></p> <table cellspacing="0" cellpadding="4" align="center"> <tbody> <tr class="firstRow thead"><th class="table_cell" width="140">字段</th><th class="table_cell" width="294">是否必填</th><th class="table_cell" width="99">说明</th></tr> <tr><td class="table_cell" colspan="1" rowspan="1" width="140">pageindex</td><td class="table_cell" colspan="1" rowspan="1" width="294">分页下标,默认从1开始</td><td class="table_cell" colspan="1" rowspan="1" width="99">否</td></tr> <tr><td class="table_cell" width="140">pagesize</td><td class="table_cell" width="214">每页的个数,默认10个,最大20个</td><td class="table_cell" width="99">否</td></tr> </tbody> </table> <p><strong>返回数据说明</strong>&nbsp;</p> <p>正确返回JSON数据示例:</p> <pre>{ &nbsp;&nbsp;"errcode":&nbsp;0, &nbsp;&nbsp;"data":&nbsp;{ &nbsp;&nbsp;&nbsp;&nbsp;"shop_name":&nbsp;"南山店", &nbsp;&nbsp;&nbsp;&nbsp;"ssid":&nbsp;"&nbsp;WX123", &nbsp;&nbsp;&nbsp;&nbsp;"ssid_list":&nbsp;[ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"WX123", &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"WX456" &nbsp;&nbsp;&nbsp;&nbsp;], &nbsp;&nbsp;&nbsp;&nbsp;"ssid_password_list":&nbsp;[ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"ssid":&nbsp;"WX123", &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"password":&nbsp;"123456789" &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}, &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"ssid":&nbsp;"WX456", &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"password":&nbsp;"21332465dge" &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;} &nbsp;&nbsp;&nbsp;&nbsp;], &nbsp;&nbsp;&nbsp;&nbsp;"password":&nbsp;"123456789", &nbsp;&nbsp;&nbsp;&nbsp;"protocol_type":&nbsp;4, &nbsp;&nbsp;&nbsp;&nbsp;"ap_count":&nbsp;2, &nbsp;&nbsp;&nbsp;&nbsp;"template_id":&nbsp;1, &nbsp;&nbsp;&nbsp;&nbsp;"homepage_url":&nbsp;"http://www.weixin.qq.com/", &nbsp;&nbsp;&nbsp;&nbsp;"bar_type":&nbsp;1 &nbsp;&nbsp;} }</pre> <p>字段说明:</p> <p><span></span></p> <p> <br></p> <table cellspacing="0" cellpadding="4" align="center"> <tbody> <tr class="firstRow thead"><th class="table_cell">字段</th><th class="table_cell" width="478">说明</th></tr> <tr><td class="table_cell">shop_name</td><td class="table_cell" width="478">门店名称</td></tr> <tr><td class="table_cell">ssid</td><td class="table_cell" width="478">无线网络设备的ssid,未添加设备为空,多个ssid时显示第一个</td></tr> <tr><td class="table_cell" colspan="1" rowspan="1">ssid_list</td><td class="table_cell" colspan="1" rowspan="1" width="478">无线网络设备的ssid列表,返回数组格式</td></tr> <tr><td class="table_cell" colspan="1" rowspan="1">ssid_password_list</td><td class="table_cell" colspan="1" rowspan="1" width="478">ssid和密码的列表,数组格式。当为密码型设备时,密码才有值</td></tr> <tr><td class="table_cell">password</td><td class="table_cell" width="478">设备密码,当设备类型为密码型时返回</td></tr> <tr><td class="table_cell">protocol_type</td><td class="table_cell" width="478"><p>门店内设备的设备类型,0-未添加设备,4-密码型设备,31-portal型设备</p> </td></tr> <tr><td class="table_cell">ap_count</td><td class="table_cell" width="478">门店内设备总数</td></tr> <tr><td class="table_cell">template_id</td><td class="table_cell" width="478">商家主页模板类型</td></tr> <tr><td class="table_cell">homepage_url</td><td class="table_cell" width="478">商家主页链接</td></tr> <tr><td class="table_cell">bar_type</td><td class="table_cell" width="478">顶部常驻入口上显示的文本内容:0--欢迎光临+公众号名称;1--欢迎光临+门店名称;2--已连接+公众号名称+WiFi;3--已连接+门店名称+Wi-Fi</td></tr> <tr><td class="table_cell">finishpage_url</td><td class="table_cell" width="478">连网完成页链接 <br></td></tr> </tbody> </table> <p> <br></p> <p> <br></p> <p> <br></p> </div> </div> </div> </div> </body> </html>
deerchao/weixin.next
docs/mp/微信连Wi-Fi/Wi-Fi门店管理/查询门店Wi-Fi信息.html
HTML
mit
5,520
<!DOCTYPE html> <html lang="en-us"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="generator" content="Source Themes Academic 4.6.1"> <meta name="author" content="Cheng-Jun Wang"> <meta name="description" content="Associate Professor"> <link rel="alternate" hreflang="en-us" href="https://chengjunwang.com/authors/admin/"> <meta name="theme-color" content="#2962ff"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/academicons/1.8.6/css/academicons.min.css" integrity="sha256-uFVgMKfistnJAfoCUQigIl+JfUaP47GrRKjf6CTPVmw=" crossorigin="anonymous"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css" integrity="sha256-+N4/V/SbAFiW1MPBCXnfnP9QSN3+Keu+NlB+0ev/YKQ=" crossorigin="anonymous"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.7/jquery.fancybox.min.css" integrity="sha256-Vzbj7sDDS/woiFS3uNKo8eIuni59rjyNGtXfstRzStA=" crossorigin="anonymous"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.10/styles/github.min.css" crossorigin="anonymous" title="hl-light"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.10/styles/dracula.min.css" crossorigin="anonymous" title="hl-dark" disabled> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.5.1/leaflet.css" integrity="sha256-SHMGCYmST46SoyGgo4YR/9AlK1vf3ff84Aq9yK4hdqM=" crossorigin="anonymous"> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:400,700%7CRoboto:400,400italic,700%7CRoboto+Mono&display=swap"> <link rel="stylesheet" href="/css/academic.css"> <link rel="alternate" href="/authors/admin/index.xml" type="application/rss+xml" title="Cheng-Jun Wang"> <link rel="manifest" href="/index.webmanifest"> <link rel="icon" type="image/png" href="/img/icon-32.png"> <link rel="apple-touch-icon" type="image/png" href="/img/icon-192.png"> <link rel="canonical" href="https://chengjunwang.com/authors/admin/"> <meta property="twitter:card" content="summary_large_image"> <meta property="twitter:site" content="@ChengJunWang"> <meta property="twitter:creator" content="@ChengJunWang"> <meta property="og:site_name" content="Cheng-Jun Wang"> <meta property="og:url" content="https://chengjunwang.com/authors/admin/"> <meta property="og:title" content=" | Cheng-Jun Wang"> <meta property="og:description" content="Associate Professor"><meta property="og:image" content="https://chengjunwang.com/img/headers/deer.webp"> <meta property="twitter:image" content="https://chengjunwang.com/img/headers/deer.webp"><meta property="og:locale" content="en-us"> <title> | Cheng-Jun Wang</title> </head> <body id="top" data-spy="scroll" data-offset="70" data-target="#TableOfContents" > <aside class="search-results" id="search"> <div class="container"> <section class="search-header"> <div class="row no-gutters justify-content-between mb-3"> <div class="col-6"> <h1>Search</h1> </div> <div class="col-6 col-search-close"> <a class="js-search" href="#"><i class="fas fa-times-circle text-muted" aria-hidden="true"></i></a> </div> </div> <div id="search-box"> <input name="q" id="search-query" placeholder="Search..." autocapitalize="off" autocomplete="off" autocorrect="off" spellcheck="false" type="search"> </div> </section> <section class="section-search-results"> <div id="search-hits"> </div> </section> </div> </aside> <nav class="navbar navbar-expand-lg navbar-light compensate-for-scrollbar" id="navbar-main"> <div class="container"> <a class="navbar-brand" href="/">Cheng-Jun Wang</a> <button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#navbar-content" aria-controls="navbar" aria-expanded="false" aria-label="Toggle navigation"> <span><i class="fas fa-bars"></i></span> </button> <div class="navbar-collapse main-menu-item collapse justify-content-start" id="navbar-content"> <ul class="navbar-nav d-md-inline-flex"> <li class="nav-item"> <a class="nav-link " href="/#about"><span>Home</span></a> </li> <li class="nav-item"> <a class="nav-link " href="/#featured"><span>Publications</span></a> </li> <li class="nav-item"> <a class="nav-link " href="/#teaching"><span>Teaching</span></a> </li> <li class="nav-item"> <a class="nav-link " href="/#posts"><span>News</span></a> </li> <li class="nav-item"> <a class="nav-link " href="/#projects"><span>Projects</span></a> </li> <li class="nav-item"> <a class="nav-link " href="/files/cv2020.pdf"><span>CV</span></a> </li> <li class="nav-item"> <a class="nav-link " href="/#contact"><span>Contact</span></a> </li> </ul> </div> <ul class="nav-icons navbar-nav flex-row ml-auto d-flex pl-md-2"> <li class="nav-item"> <a class="nav-link js-search" href="#"><i class="fas fa-search" aria-hidden="true"></i></a> </li> <li class="nav-item"> <a class="nav-link js-dark-toggle" href="#"><i class="fas fa-moon" aria-hidden="true"></i></a> </li> </ul> </div> </nav> <section id="profile-page" class="pt-5"> <div class="container"> <div class="row"> <div class="col-12 col-lg-4"> <div id="profile"> <img class="portrait" src="/authors/admin/avatar_hudd12f2352811943b67d6d42ef6240e45_28224_250x250_fill_q90_lanczos_center.jpg" alt="Avatar"> <div class="portrait-title"> <h2>Cheng-Jun Wang</h2> <h3>Associate Professor</h3> <h3> <a href="www.nju.edu.cn" target="_blank" rel="noopener"> <span>Nanjing University</span> </a> </h3> </div> <ul class="network-icon" aria-hidden="true"> <li> <a href="mailto:%20wangchengjun@nju.edu.cn" > <i class="fas fa-envelope big-icon"></i> </a> </li> <li> <a href="https://twitter.com/ChengJunWang" target="_blank" rel="noopener"> <i class="fab fa-twitter big-icon"></i> </a> </li> <li> <a href="https://scholar.google.co.uk/citations?user=nNdt_G8AAAAJ" target="_blank" rel="noopener"> <i class="ai ai-google-scholar big-icon"></i> </a> </li> <li> <a href="https://github.com/chengjun" target="_blank" rel="noopener"> <i class="fab fa-github big-icon"></i> </a> </li> <li> <a href="https://www.researchgate.net/profile/Cheng_Jun_Wang" target="_blank" rel="noopener"> <i class="fab fa-researchgate big-icon"></i> </a> </li> <li> <a href="https://www.douban.com/people/1558440/" target="_blank" rel="noopener"> <i class="fab fa-douban big-icon"></i> </a> </li> </ul> </div> </div> <div class="col-12 col-lg-8"> <p>Cheng-Jun Wang is currently an associate professor in the <a href="http://jc.nju.edu.cn" target="_blank">School of Journalism and Communication, Nanjing University</a>. He is the director of <a href="https://computational-communication.com/collaboratory/" target="_blank">Computational Communication Collaboratory</a>, and a research member of <a href="http://weblab.com.cityu.edu.hk" target="_blank">Web Mining Lab</a>. His research on computational communication appears in both SSCI and SCI indexed journals, such as Internet Research, Cyberpsychology, Telematics and Informatics, Scientific Reports, PloS ONE, and Physica A. In 2014, He founded the <a href="https://computational-communication.com" target="_blank">website of computational communication</a>. You can find his <a href="cv/" target="_blank">CV</a> here.</p> <div class="row"> <div class="col-md-5"> <h3>Interests</h3> <ul class="ul-interests"> <li>Attention Networks</li> <li>Computational Communication</li> <li>Public Discussion</li> <li>Computational Storytelling</li> </ul> </div> <div class="col-md-7"> <h3>Education</h3> <ul class="ul-edu fa-ul"> <li> <i class="fa-li fas fa-graduation-cap"></i> <div class="description"> <p class="course">Ph.D in Communication, 2014</p> <p class="institution">City University of Hong Kong</p> </div> </li> <li> <i class="fa-li fas fa-graduation-cap"></i> <div class="description"> <p class="course">MA in Communication, 2010</p> <p class="institution">Peking University</p> </div> </li> <li> <i class="fa-li fas fa-graduation-cap"></i> <div class="description"> <p class="course">BS in Journalism, 2008</p> <p class="institution">Lanzhou University</p> </div> </li> </ul> </div> </div> </div> </div> </div> </section> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.imagesloaded/4.1.4/imagesloaded.pkgd.min.js" integrity="sha256-lqvxZrPLtfffUl2G/e7szqSvPBILGbwmsGE1MKlOi0Q=" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.isotope/3.0.6/isotope.pkgd.min.js" integrity="sha256-CBrpuqrMhXwcLLUd5tvQ4euBHCdh7wGlDfNz8vbu/iI=" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.7/jquery.fancybox.min.js" integrity="sha256-yt2kYMy0w8AbtF89WXb2P1rfjcP/HTHLT7097U8Y5b8=" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.10/highlight.min.js" integrity="sha256-1zu+3BnLYV9LdiY85uXMzii3bdrkelyp37e0ZyTAQh0=" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.10/languages/r.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.5.1/leaflet.js" integrity="sha256-EErZamuLefUnbMBQbsEqu1USa+btR2oIlCpBJbyD4/g=" crossorigin="anonymous"></script> <script>const code_highlighting = true;</script> <script> const search_config = {"indexURI":"/index.json","minLength":1,"threshold":0.3}; const i18n = {"no_results":"No results found","placeholder":"Search...","results":"results found"}; const content_type = { 'post': "Posts", 'project': "Projects", 'publication' : "Publications", 'talk' : "Talks" }; </script> <script id="search-hit-fuse-template" type="text/x-template"> <div class="search-hit" id="summary-{{key}}"> <div class="search-hit-content"> <div class="search-hit-name"> <a href="{{relpermalink}}">{{title}}</a> <div class="article-metadata search-hit-type">{{type}}</div> <p class="search-hit-description">{{snippet}}</p> </div> </div> </div> </script> <script src="https://cdnjs.cloudflare.com/ajax/libs/fuse.js/3.2.1/fuse.min.js" integrity="sha256-VzgmKYmhsGNNN4Ph1kMW+BjoYJM2jV5i4IlFoeZA9XI=" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/mark.js/8.11.1/jquery.mark.min.js" integrity="sha256-4HLtjeVgH0eIB3aZ9mLYF6E8oU5chNdjU6p6rrXpl9U=" crossorigin="anonymous"></script> <script src="/js/academic.min.3d0750632391ba55d8fd99a18dab4a0d.js"></script> <div class="container"> <footer class="site-footer"> <p class="powered-by"> All rights &copy; reserved 2021 &middot; Powered by the <a href="https://sourcethemes.com/academic/" target="_blank" rel="noopener">Academic theme</a> for <a href="https://gohugo.io" target="_blank" rel="noopener">Hugo</a>. <span class="float-right" aria-hidden="true"> <a href="#" class="back-to-top"> <span class="button_icon"> <i class="fas fa-chevron-up fa-2x"></i> </span> </a> </span> </p> </footer> </div> <div id="modal" class="modal fade" role="dialog"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title">Cite</h5> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">&times;</span> </button> </div> <div class="modal-body"> <pre><code class="tex hljs"></code></pre> </div> <div class="modal-footer"> <a class="btn btn-outline-primary my-1 js-copy-cite" href="#" target="_blank"> <i class="fas fa-copy"></i> Copy </a> <a class="btn btn-outline-primary my-1 js-download-cite" href="#" target="_blank"> <i class="fas fa-download"></i> Download </a> <div id="modal-error"></div> </div> </div> </div> </div> </body> </html>
chengjun/mywebsite-hugo
public/authors/admin/index.html
HTML
mit
16,565
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>ActionDispatch::Http::MimeNegotiation</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" /> <link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" /> <link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" /> <script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script> <script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script> <script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script> <script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script> </head> <body> <div class="banner"> <span>Ruby on Rails 4.2.1</span><br /> <h1> <span class="type">Module</span> ActionDispatch::Http::MimeNegotiation </h1> <ul class="files"> <li><a href="../../../files/__/__/__/__/_rvm/gems/ruby-2_2_2/gems/actionpack-4_2_1/lib/action_dispatch/http/mime_negotiation_rb.html">/Users/Bonobo/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.1/lib/action_dispatch/http/mime_negotiation.rb</a></li> </ul> </div> <div id="bodyContent"> <div id="content"> <!-- Method ref --> <div class="sectiontitle">Methods</div> <dl class="methods"> <dt>A</dt> <dd> <ul> <li> <a href="#method-i-accepts">accepts</a> </li> </ul> </dd> <dt>C</dt> <dd> <ul> <li> <a href="#method-i-content_mime_type">content_mime_type</a>, </li> <li> <a href="#method-i-content_type">content_type</a> </li> </ul> </dd> <dt>F</dt> <dd> <ul> <li> <a href="#method-i-format">format</a>, </li> <li> <a href="#method-i-format-3D">format=</a>, </li> <li> <a href="#method-i-formats">formats</a>, </li> <li> <a href="#method-i-formats-3D">formats=</a> </li> </ul> </dd> <dt>N</dt> <dd> <ul> <li> <a href="#method-i-negotiate_mime">negotiate_mime</a> </li> </ul> </dd> <dt>U</dt> <dd> <ul> <li> <a href="#method-i-use_accept_header">use_accept_header</a> </li> </ul> </dd> <dt>V</dt> <dd> <ul> <li> <a href="#method-i-valid_accept_header">valid_accept_header</a>, </li> <li> <a href="#method-i-variant-3D">variant=</a> </li> </ul> </dd> </dl> <!-- Section constants --> <div class="sectiontitle">Constants</div> <table border='0' cellpadding='5'> <tr valign='top'> <td class="attr-name">BROWSER_LIKE_ACCEPTS</td> <td>=</td> <td class="attr-value">/,\s*\*\/\*|\*\/\*\s*,/</td> </tr> <tr valign='top'> <td>&nbsp;</td> <td colspan="2" class="attr-desc"></td> </tr> </table> <!-- Section attributes --> <div class="sectiontitle">Attributes</div> <table border='0' cellpadding='5'> <tr valign='top'> <td class='attr-rw'> [R] </td> <td class='attr-name'>variant</td> <td class='attr-desc'></td> </tr> </table> <!-- Methods --> <div class="sectiontitle">Instance Public methods</div> <div class="method"> <div class="title method-title" id="method-i-accepts"> <b>accepts</b>() <a href="../../../classes/ActionDispatch/Http/MimeNegotiation.html#method-i-accepts" name="method-i-accepts" class="permalink">Link</a> </div> <div class="description"> <p>Returns the accepted MIME type for the request.</p> </div> <div class="sourcecode"> <p class="source-link"> Source: <a href="javascript:toggleSource('method-i-accepts_source')" id="l_method-i-accepts_source">show</a> </p> <div id="method-i-accepts_source" class="dyn-source"> <pre><span class="ruby-comment"># File ../../../../.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.1/lib/action_dispatch/http/mime_negotiation.rb, line 34</span> <span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">accepts</span> <span class="ruby-ivar">@env</span>[<span class="ruby-string">&quot;action_dispatch.request.accepts&quot;</span>] <span class="ruby-operator">||=</span> <span class="ruby-keyword">begin</span> <span class="ruby-identifier">header</span> = <span class="ruby-ivar">@env</span>[<span class="ruby-string">&#39;HTTP_ACCEPT&#39;</span>].<span class="ruby-identifier">to_s</span>.<span class="ruby-identifier">strip</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">header</span>.<span class="ruby-identifier">empty?</span> [<span class="ruby-identifier">content_mime_type</span>] <span class="ruby-keyword">else</span> <span class="ruby-constant">Mime</span><span class="ruby-operator">::</span><span class="ruby-constant">Type</span>.<span class="ruby-identifier">parse</span>(<span class="ruby-identifier">header</span>) <span class="ruby-keyword">end</span> <span class="ruby-keyword">end</span> <span class="ruby-keyword">end</span></pre> </div> </div> </div> <div class="method"> <div class="title method-title" id="method-i-content_mime_type"> <b>content_mime_type</b>() <a href="../../../classes/ActionDispatch/Http/MimeNegotiation.html#method-i-content_mime_type" name="method-i-content_mime_type" class="permalink">Link</a> </div> <div class="description"> <p>The MIME type of the HTTP request, such as Mime::XML.</p> <p>For backward compatibility, the post format is extracted from the X-Post-Data-Format HTTP header if present.</p> </div> <div class="sourcecode"> <p class="source-link"> Source: <a href="javascript:toggleSource('method-i-content_mime_type_source')" id="l_method-i-content_mime_type_source">show</a> </p> <div id="method-i-content_mime_type_source" class="dyn-source"> <pre><span class="ruby-comment"># File ../../../../.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.1/lib/action_dispatch/http/mime_negotiation.rb, line 19</span> <span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">content_mime_type</span> <span class="ruby-ivar">@env</span>[<span class="ruby-string">&quot;action_dispatch.request.content_type&quot;</span>] <span class="ruby-operator">||=</span> <span class="ruby-keyword">begin</span> <span class="ruby-keyword">if</span> <span class="ruby-ivar">@env</span>[<span class="ruby-string">&#39;CONTENT_TYPE&#39;</span>] <span class="ruby-operator">=~</span> <span class="ruby-regexp">/^([^,\;]*)/</span> <span class="ruby-constant">Mime</span><span class="ruby-operator">::</span><span class="ruby-constant">Type</span>.<span class="ruby-identifier">lookup</span>(<span class="ruby-node">$1</span>.<span class="ruby-identifier">strip</span>.<span class="ruby-identifier">downcase</span>) <span class="ruby-keyword">else</span> <span class="ruby-keyword">nil</span> <span class="ruby-keyword">end</span> <span class="ruby-keyword">end</span> <span class="ruby-keyword">end</span></pre> </div> </div> </div> <div class="method"> <div class="title method-title" id="method-i-content_type"> <b>content_type</b>() <a href="../../../classes/ActionDispatch/Http/MimeNegotiation.html#method-i-content_type" name="method-i-content_type" class="permalink">Link</a> </div> <div class="description"> </div> <div class="sourcecode"> <p class="source-link"> Source: <a href="javascript:toggleSource('method-i-content_type_source')" id="l_method-i-content_type_source">show</a> </p> <div id="method-i-content_type_source" class="dyn-source"> <pre><span class="ruby-comment"># File ../../../../.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.1/lib/action_dispatch/http/mime_negotiation.rb, line 29</span> <span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">content_type</span> <span class="ruby-identifier">content_mime_type</span> <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-identifier">content_mime_type</span>.<span class="ruby-identifier">to_s</span> <span class="ruby-keyword">end</span></pre> </div> </div> </div> <div class="method"> <div class="title method-title" id="method-i-format"> <b>format</b>(view_path = []) <a href="../../../classes/ActionDispatch/Http/MimeNegotiation.html#method-i-format" name="method-i-format" class="permalink">Link</a> </div> <div class="description"> <p>Returns the MIME type for the format used in the request.</p> <pre><code>GET /posts/5.xml | request.format =&gt; Mime::XML GET /posts/5.xhtml | request.format =&gt; Mime::HTML GET /posts/5 | request.format =&gt; Mime::HTML or MIME::JS, or request.accepts.first</code></pre> </div> <div class="sourcecode"> <p class="source-link"> Source: <a href="javascript:toggleSource('method-i-format_source')" id="l_method-i-format_source">show</a> </p> <div id="method-i-format_source" class="dyn-source"> <pre><span class="ruby-comment"># File ../../../../.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.1/lib/action_dispatch/http/mime_negotiation.rb, line 52</span> <span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">format</span>(<span class="ruby-identifier">view_path</span> = []) <span class="ruby-identifier">formats</span>.<span class="ruby-identifier">first</span> <span class="ruby-operator">||</span> <span class="ruby-constant">Mime</span><span class="ruby-operator">::</span><span class="ruby-constant">NullType</span>.<span class="ruby-identifier">instance</span> <span class="ruby-keyword">end</span></pre> </div> </div> </div> <div class="method"> <div class="title method-title" id="method-i-format-3D"> <b>format=</b>(extension) <a href="../../../classes/ActionDispatch/Http/MimeNegotiation.html#method-i-format-3D" name="method-i-format-3D" class="permalink">Link</a> </div> <div class="description"> <p>Sets the format by string extension, which can be used to force custom formats that are not controlled by the extension.</p> <pre><code>class ApplicationController &lt; ActionController::Base before_action :adjust_format_for_iphone private def adjust_format_for_iphone request.format = :iphone if request.env[&quot;HTTP_USER_AGENT&quot;][/iPhone/] end end </code></pre> </div> <div class="sourcecode"> <p class="source-link"> Source: <a href="javascript:toggleSource('method-i-format-3D_source')" id="l_method-i-format-3D_source">show</a> </p> <div id="method-i-format-3D_source" class="dyn-source"> <pre><span class="ruby-comment"># File ../../../../.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.1/lib/action_dispatch/http/mime_negotiation.rb, line 101</span> <span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">format=</span>(<span class="ruby-identifier">extension</span>) <span class="ruby-identifier">parameters</span>[<span class="ruby-value">:format</span>] = <span class="ruby-identifier">extension</span>.<span class="ruby-identifier">to_s</span> <span class="ruby-ivar">@env</span>[<span class="ruby-string">&quot;action_dispatch.request.formats&quot;</span>] = [<span class="ruby-constant">Mime</span><span class="ruby-operator">::</span><span class="ruby-constant">Type</span>.<span class="ruby-identifier">lookup_by_extension</span>(<span class="ruby-identifier">parameters</span>[<span class="ruby-value">:format</span>])] <span class="ruby-keyword">end</span></pre> </div> </div> </div> <div class="method"> <div class="title method-title" id="method-i-formats"> <b>formats</b>() <a href="../../../classes/ActionDispatch/Http/MimeNegotiation.html#method-i-formats" name="method-i-formats" class="permalink">Link</a> </div> <div class="description"> </div> <div class="sourcecode"> <p class="source-link"> Source: <a href="javascript:toggleSource('method-i-formats_source')" id="l_method-i-formats_source">show</a> </p> <div id="method-i-formats_source" class="dyn-source"> <pre><span class="ruby-comment"># File ../../../../.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.1/lib/action_dispatch/http/mime_negotiation.rb, line 56</span> <span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">formats</span> <span class="ruby-ivar">@env</span>[<span class="ruby-string">&quot;action_dispatch.request.formats&quot;</span>] <span class="ruby-operator">||=</span> <span class="ruby-keyword">begin</span> <span class="ruby-identifier">params_readable</span> = <span class="ruby-keyword">begin</span> <span class="ruby-identifier">parameters</span>[<span class="ruby-value">:format</span>] <span class="ruby-keyword">rescue</span> <span class="ruby-constant">ActionController</span><span class="ruby-operator">::</span><span class="ruby-constant">BadRequest</span> <span class="ruby-keyword">false</span> <span class="ruby-keyword">end</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">params_readable</span> <span class="ruby-constant">Array</span>(<span class="ruby-constant">Mime</span>[<span class="ruby-identifier">parameters</span>[<span class="ruby-value">:format</span>]]) <span class="ruby-keyword">elsif</span> <span class="ruby-identifier">use_accept_header</span> <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-identifier">valid_accept_header</span> <span class="ruby-identifier">accepts</span> <span class="ruby-keyword">elsif</span> <span class="ruby-identifier">xhr?</span> [<span class="ruby-constant">Mime</span><span class="ruby-operator">::</span><span class="ruby-constant">JS</span>] <span class="ruby-keyword">else</span> [<span class="ruby-constant">Mime</span><span class="ruby-operator">::</span><span class="ruby-constant">HTML</span>] <span class="ruby-keyword">end</span> <span class="ruby-keyword">end</span> <span class="ruby-keyword">end</span></pre> </div> </div> </div> <div class="method"> <div class="title method-title" id="method-i-formats-3D"> <b>formats=</b>(extensions) <a href="../../../classes/ActionDispatch/Http/MimeNegotiation.html#method-i-formats-3D" name="method-i-formats-3D" class="permalink">Link</a> </div> <div class="description"> <p>Sets the formats by string extensions. This differs from <a href="MimeNegotiation.html#method-i-format-3D">format=</a> by allowing you to set multiple, ordered formats, which is useful when you want to have a fallback.</p> <p>In this example, the :iphone format will be used if it&#39;s available, otherwise it&#39;ll fallback to the :html format.</p> <pre><code>class ApplicationController &lt; ActionController::Base before_action :adjust_format_for_iphone_with_html_fallback private def adjust_format_for_iphone_with_html_fallback request.formats = [ :iphone, :html ] if request.env[&quot;HTTP_USER_AGENT&quot;][/iPhone/] end end </code></pre> </div> <div class="sourcecode"> <p class="source-link"> Source: <a href="javascript:toggleSource('method-i-formats-3D_source')" id="l_method-i-formats-3D_source">show</a> </p> <div id="method-i-formats-3D_source" class="dyn-source"> <pre><span class="ruby-comment"># File ../../../../.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.1/lib/action_dispatch/http/mime_negotiation.rb, line 120</span> <span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">formats=</span>(<span class="ruby-identifier">extensions</span>) <span class="ruby-identifier">parameters</span>[<span class="ruby-value">:format</span>] = <span class="ruby-identifier">extensions</span>.<span class="ruby-identifier">first</span>.<span class="ruby-identifier">to_s</span> <span class="ruby-ivar">@env</span>[<span class="ruby-string">&quot;action_dispatch.request.formats&quot;</span>] = <span class="ruby-identifier">extensions</span>.<span class="ruby-identifier">collect</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">extension</span><span class="ruby-operator">|</span> <span class="ruby-constant">Mime</span><span class="ruby-operator">::</span><span class="ruby-constant">Type</span>.<span class="ruby-identifier">lookup_by_extension</span>(<span class="ruby-identifier">extension</span>) <span class="ruby-keyword">end</span> <span class="ruby-keyword">end</span></pre> </div> </div> </div> <div class="method"> <div class="title method-title" id="method-i-negotiate_mime"> <b>negotiate_mime</b>(order) <a href="../../../classes/ActionDispatch/Http/MimeNegotiation.html#method-i-negotiate_mime" name="method-i-negotiate_mime" class="permalink">Link</a> </div> <div class="description"> <p>Receives an array of mimes and return the first user sent mime that matches the order array.</p> </div> <div class="sourcecode"> <p class="source-link"> Source: <a href="javascript:toggleSource('method-i-negotiate_mime_source')" id="l_method-i-negotiate_mime_source">show</a> </p> <div id="method-i-negotiate_mime_source" class="dyn-source"> <pre><span class="ruby-comment"># File ../../../../.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.1/lib/action_dispatch/http/mime_negotiation.rb, line 130</span> <span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">negotiate_mime</span>(<span class="ruby-identifier">order</span>) <span class="ruby-identifier">formats</span>.<span class="ruby-identifier">each</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">priority</span><span class="ruby-operator">|</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">priority</span> <span class="ruby-operator">==</span> <span class="ruby-constant">Mime</span><span class="ruby-operator">::</span><span class="ruby-constant">ALL</span> <span class="ruby-keyword">return</span> <span class="ruby-identifier">order</span>.<span class="ruby-identifier">first</span> <span class="ruby-keyword">elsif</span> <span class="ruby-identifier">order</span>.<span class="ruby-identifier">include?</span>(<span class="ruby-identifier">priority</span>) <span class="ruby-keyword">return</span> <span class="ruby-identifier">priority</span> <span class="ruby-keyword">end</span> <span class="ruby-keyword">end</span> <span class="ruby-identifier">order</span>.<span class="ruby-identifier">include?</span>(<span class="ruby-constant">Mime</span><span class="ruby-operator">::</span><span class="ruby-constant">ALL</span>) <span class="ruby-operator">?</span> <span class="ruby-identifier">format</span> <span class="ruby-operator">:</span> <span class="ruby-keyword">nil</span> <span class="ruby-keyword">end</span></pre> </div> </div> </div> <div class="method"> <div class="title method-title" id="method-i-variant-3D"> <b>variant=</b>(variant) <a href="../../../classes/ActionDispatch/Http/MimeNegotiation.html#method-i-variant-3D" name="method-i-variant-3D" class="permalink">Link</a> </div> <div class="description"> <p>Sets the variant for template.</p> </div> <div class="sourcecode"> <p class="source-link"> Source: <a href="javascript:toggleSource('method-i-variant-3D_source')" id="l_method-i-variant-3D_source">show</a> </p> <div id="method-i-variant-3D_source" class="dyn-source"> <pre><span class="ruby-comment"># File ../../../../.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.1/lib/action_dispatch/http/mime_negotiation.rb, line 77</span> <span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">variant=</span>(<span class="ruby-identifier">variant</span>) <span class="ruby-keyword">if</span> <span class="ruby-identifier">variant</span>.<span class="ruby-identifier">is_a?</span>(<span class="ruby-constant">Symbol</span>) <span class="ruby-ivar">@variant</span> = [<span class="ruby-identifier">variant</span>] <span class="ruby-keyword">elsif</span> <span class="ruby-identifier">variant</span>.<span class="ruby-identifier">nil?</span> <span class="ruby-operator">||</span> <span class="ruby-identifier">variant</span>.<span class="ruby-identifier">is_a?</span>(<span class="ruby-constant">Array</span>) <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-identifier">variant</span>.<span class="ruby-identifier">any?</span> <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-identifier">variant</span>.<span class="ruby-identifier">all?</span>{ <span class="ruby-operator">|</span><span class="ruby-identifier">v</span><span class="ruby-operator">|</span> <span class="ruby-identifier">v</span>.<span class="ruby-identifier">is_a?</span>(<span class="ruby-constant">Symbol</span>) } <span class="ruby-ivar">@variant</span> = <span class="ruby-identifier">variant</span> <span class="ruby-keyword">else</span> <span class="ruby-identifier">raise</span> <span class="ruby-constant">ArgumentError</span>, <span class="ruby-node">&quot;request.variant must be set to a Symbol or an Array of Symbols, not a #{variant.class}. &quot;</span> <span class="ruby-string">&quot;For security reasons, never directly set the variant to a user-provided value, &quot;</span> <span class="ruby-string">&quot;like params[:variant].to_sym. Check user-provided value against a whitelist first, &quot;</span> <span class="ruby-string">&quot;then set the variant: request.variant = :tablet if params[:variant] == &#39;tablet&#39;&quot;</span> <span class="ruby-keyword">end</span> <span class="ruby-keyword">end</span></pre> </div> </div> </div> <div class="sectiontitle">Instance Protected methods</div> <div class="method"> <div class="title method-title" id="method-i-use_accept_header"> <b>use_accept_header</b>() <a href="../../../classes/ActionDispatch/Http/MimeNegotiation.html#method-i-use_accept_header" name="method-i-use_accept_header" class="permalink">Link</a> </div> <div class="description"> </div> <div class="sourcecode"> <p class="source-link"> Source: <a href="javascript:toggleSource('method-i-use_accept_header_source')" id="l_method-i-use_accept_header_source">show</a> </p> <div id="method-i-use_accept_header_source" class="dyn-source"> <pre><span class="ruby-comment"># File ../../../../.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.1/lib/action_dispatch/http/mime_negotiation.rb, line 151</span> <span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">use_accept_header</span> <span class="ruby-operator">!</span><span class="ruby-keyword">self</span>.<span class="ruby-identifier">class</span>.<span class="ruby-identifier">ignore_accept_header</span> <span class="ruby-keyword">end</span></pre> </div> </div> </div> <div class="method"> <div class="title method-title" id="method-i-valid_accept_header"> <b>valid_accept_header</b>() <a href="../../../classes/ActionDispatch/Http/MimeNegotiation.html#method-i-valid_accept_header" name="method-i-valid_accept_header" class="permalink">Link</a> </div> <div class="description"> </div> <div class="sourcecode"> <p class="source-link"> Source: <a href="javascript:toggleSource('method-i-valid_accept_header_source')" id="l_method-i-valid_accept_header_source">show</a> </p> <div id="method-i-valid_accept_header_source" class="dyn-source"> <pre><span class="ruby-comment"># File ../../../../.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.1/lib/action_dispatch/http/mime_negotiation.rb, line 146</span> <span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">valid_accept_header</span> (<span class="ruby-identifier">xhr?</span> <span class="ruby-operator">&amp;&amp;</span> (<span class="ruby-identifier">accept</span>.<span class="ruby-identifier">present?</span> <span class="ruby-operator">||</span> <span class="ruby-identifier">content_mime_type</span>)) <span class="ruby-operator">||</span> (<span class="ruby-identifier">accept</span>.<span class="ruby-identifier">present?</span> <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-identifier">accept</span> <span class="ruby-operator">!~</span> <span class="ruby-constant">BROWSER_LIKE_ACCEPTS</span>) <span class="ruby-keyword">end</span></pre> </div> </div> </div> </div> </div> </body> </html>
TomMulvaney/AudioFlow
doc/api/classes/ActionDispatch/Http/MimeNegotiation.html
HTML
mit
30,125
<!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 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=Lato: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 property="og:type" content="website"> <meta property="og:title" content="Lost in Wonderland"> <meta property="og:url" content="http://yoursite.com/categories/C-Primer-5-th-Edition-Reading-Notes/index.html"> <meta property="og:site_name" content="Lost in Wonderland"> <meta name="twitter:card" content="summary"> <meta name="twitter:title" content="Lost in Wonderland"> <script type="text/javascript" id="hexo.configurations"> var NexT = window.NexT || {}; var CONFIG = { root: '/', scheme: 'Mist', sidebar: {"position":"left","display":"post","offset":12,"offset_float":0,"b2t":false,"scrollpercent":false}, 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://yoursite.com/categories/C-Primer-5-th-Edition-Reading-Notes/"/> <title> 分类: C++ Primer 5 th Edition Reading Notes | Lost in Wonderland </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">Lost in Wonderland</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-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"> <div class="collection-title"> <h2 > C++ Primer 5 th Edition Reading Notes <small>分类</small> </h2> </div> <article class="post post-type-normal" itemscope itemtype="http://schema.org/Article"> <header class="post-header"> <h1 class="post-title"> <a class="post-title-link" href="/2017/05/10/cpp6/" itemprop="url"> <span itemprop="name">C++ Primer 5th Edition Reading Notes Chapter 6 Functions</span> </a> </h1> <div class="post-meta"> <time class="post-time" itemprop="dateCreated" datetime="2017-05-10T01:07:12+08:00" content="2017-05-10" > 05-10 </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="/2017/05/09/cpp5/" itemprop="url"> <span itemprop="name">C++ Primer 5th Edition Reading Notes Chapter 5 Statements</span> </a> </h1> <div class="post-meta"> <time class="post-time" itemprop="dateCreated" datetime="2017-05-09T01:07:12+08:00" content="2017-05-09" > 05-09 </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="/2017/05/08/cpp4/" itemprop="url"> <span itemprop="name">C++ Primer 5th Edition Reading Notes Chapter 4 Expressions</span> </a> </h1> <div class="post-meta"> <time class="post-time" itemprop="dateCreated" datetime="2017-05-08T01:07:12+08:00" content="2017-05-08" > 05-08 </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="/2017/05/06/cpp3/" itemprop="url"> <span itemprop="name">C++ Primer 5th Edition Reading Notes Chapter 3 Strings, Vectors, and Arrays</span> </a> </h1> <div class="post-meta"> <time class="post-time" itemprop="dateCreated" datetime="2017-05-06T01:07:12+08:00" content="2017-05-06" > 05-06 </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="/2017/05/05/cpp2/" itemprop="url"> <span itemprop="name">C++ Primer 5th Edition Reading Notes Chapter 2 Variables and Basic Types</span> </a> </h1> <div class="post-meta"> <time class="post-time" itemprop="dateCreated" datetime="2017-05-05T01:07:12+08:00" content="2017-05-05" > 05-05 </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="/2017/05/05/cpp1/" itemprop="url"> <span itemprop="name">C++ Primer 5th Edition Reading Notes Chapter 1 Getting Started</span> </a> </h1> <div class="post-meta"> <time class="post-time" itemprop="dateCreated" datetime="2017-05-05T01:07:12+08:00" content="2017-05-05" > 05-05 </time> </div> </header> </article> </section> </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.gif" alt="Chiwai Yuen" /> <p class="site-author-name" itemprop="name">Chiwai Yuen</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">16</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">4</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">5</span> <span class="site-state-item-name">标签</span> </a> </div> </nav> <div class="links-of-author motion-element"> </div> </section> </div> </aside> </div> </main> <footer id="footer" class="footer"> <div class="footer-inner"> <div class="copyright" > &copy; <span itemprop="copyrightYear">2017</span> <span class="with-love"> <i class="fa fa-heart"></i> </span> <span class="author" itemprop="copyrightHolder">Chiwai Yuen</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.Mist </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" src="/js/src/bootstrap.js?v=5.1.0"></script> </body> </html>
ChiwaiYuen/chiwaiyuen.github.io
categories/C-Primer-5-th-Edition-Reading-Notes/index.html
HTML
mit
12,778
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Type type</title> <link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.76.1"> <link rel="home" href="../../../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset"> <link rel="up" href="../../../boost_dll/reference.html#header.boost.dll.shared_library_load_mode_hpp" title="Header &lt;boost/dll/shared_library_load_mode.hpp&gt;"> <link rel="prev" href="../shared_library.html" title="Class shared_library"> <link rel="next" href="../experimental/smart_library.html" title="Class smart_library"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table cellpadding="2" width="100%"><tr> <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td> <td align="center"><a href="../../../../../index.html">Home</a></td> <td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td> <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td> <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td> <td align="center"><a href="../../../../../more/index.htm">More</a></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="../shared_library.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../../boost_dll/reference.html#header.boost.dll.shared_library_load_mode_hpp"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../experimental/smart_library.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="refentry"> <a name="boost.dll.load_mode.type"></a><div class="titlepage"></div> <div class="refnamediv"> <h2><span class="refentrytitle">Type type</span></h2> <p>boost::dll::load_mode::type</p> </div> <h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2> <div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: &lt;<a class="link" href="../../../boost_dll/reference.html#header.boost.dll.shared_library_load_mode_hpp" title="Header &lt;boost/dll/shared_library_load_mode.hpp&gt;">boost/dll/shared_library_load_mode.hpp</a>&gt; </span> <span class="keyword">enum</span> <span class="identifier">type</span> <span class="special">{</span> <a class="link" href="type.html#boost.dll.load_mode.type.default_mode">default_mode</a>, <a class="link" href="type.html#boost.dll.load_mode.type.dont_resolve_dll_references">dont_resolve_dll_references</a>, <a class="link" href="type.html#boost.dll.load_mode.type.load_ignore_code_authz_level">load_ignore_code_authz_level</a>, <a class="link" href="type.html#boost.dll.load_mode.type.load_with_altered_search_path">load_with_altered_search_path</a>, <a class="link" href="type.html#boost.dll.load_mode.type.rtld_lazy">rtld_lazy</a>, <a class="link" href="type.html#boost.dll.load_mode.type.rtld_now">rtld_now</a>, <a class="link" href="type.html#boost.dll.load_mode.type.rtld_global">rtld_global</a>, <a class="link" href="type.html#boost.dll.load_mode.type.rtld_local">rtld_local</a>, <a class="link" href="type.html#boost.dll.load_mode.type.rtld_deepbind">rtld_deepbind</a>, <a class="link" href="type.html#boost.dll.load_mode.type.append_decorations">append_decorations</a>, <a class="link" href="type.html#boost.dll.load_mode.type.search_system_folders">search_system_folders</a> <span class="special">}</span><span class="special">;</span></pre></div> <div class="refsect1"> <a name="idp133323296"></a><h2>Description</h2> <p>Library load modes.</p> <p>Each of system family provides own modes. Flags not supported by a particular platform will be silently ignored.</p> <p>For a detailed description of platform specific options see: <a href="http://msdn.microsoft.com/en-us/library/windows/desktop/ms684179(v=vs.85).aspx" target="_top">Windows specific options</a>, <a href="http://pubs.opengroup.org/onlinepubs/000095399/functions/dlopen.html" target="_top">POSIX specific options</a>. </p> <div class="variablelist"><dl> <dt><span class="term"><code class="computeroutput">default_mode</code><a name="boost.dll.load_mode.type.default_mode"></a></span></dt> <dd><p>Default open mode. See the <span class="bold"><strong>Default:</strong></span> comments below to find out the flags that are enabled by default. </p></dd> <dt><span class="term"><code class="computeroutput">dont_resolve_dll_references</code><a name="boost.dll.load_mode.type.dont_resolve_dll_references"></a></span></dt> <dd> <p><span class="bold"><strong>Platforms:</strong></span> Windows</p> <p><span class="bold"><strong>Default:</strong></span> disabled</p> <p>If this value is used, and the executable module is a DLL, the system does not call DllMain for process and thread initialization and termination. Also, the system does not load additional executable modules that are referenced by the specified module.</p> <p>Note Do not use this value; it is provided only for backward compatibility. If you are planning to access only data or resources in the DLL, use LOAD_LIBRARY_AS_DATAFILE_EXCLUSIVE or LOAD_LIBRARY_AS_IMAGE_RESOURCE or both. </p> </dd> <dt><span class="term"><code class="computeroutput">load_ignore_code_authz_level</code><a name="boost.dll.load_mode.type.load_ignore_code_authz_level"></a></span></dt> <dd> <p><span class="bold"><strong>Platforms:</strong></span> Windows</p> <p><span class="bold"><strong>Default:</strong></span> disabled</p> <p>If this value is used, the system does not check AppLocker rules or apply Software Restriction Policies for the DLL. </p> </dd> <dt><span class="term"><code class="computeroutput">load_with_altered_search_path</code><a name="boost.dll.load_mode.type.load_with_altered_search_path"></a></span></dt> <dd> <p><span class="bold"><strong>Platforms:</strong></span> Windows</p> <p><span class="bold"><strong>Default:</strong></span> disabled</p> <p>If this value is used and lpFileName specifies an absolute path, the system uses the alternate file search strategy.</p> <p>This value cannot be combined with any LOAD_LIBRARY_SEARCH flag. </p> </dd> <dt><span class="term"><code class="computeroutput">rtld_lazy</code><a name="boost.dll.load_mode.type.rtld_lazy"></a></span></dt> <dd> <p><span class="bold"><strong>Platforms:</strong></span> POSIX</p> <p><span class="bold"><strong>Default:</strong></span> enabled</p> <p>Relocations shall be performed at an implementation-defined time, ranging from the time of the dlopen() call until the first reference to a given symbol occurs.</p> <p>Specifying RTLD_LAZY should improve performance on implementations supporting dynamic symbol binding as a process may not reference all of the functions in any given object. And, for systems supporting dynamic symbol resolution for normal process execution, this behavior mimics the normal handling of process execution. </p> </dd> <dt><span class="term"><code class="computeroutput">rtld_now</code><a name="boost.dll.load_mode.type.rtld_now"></a></span></dt> <dd> <p><span class="bold"><strong>Platforms:</strong></span> POSIX</p> <p><span class="bold"><strong>Default:</strong></span> disabled</p> <p>All necessary relocations shall be performed when the object is first loaded. This may waste some processing if relocations are performed for functions that are never referenced. This behavior may be useful for plugins that need to know as soon as an object is loaded that all symbols referenced during execution are available. </p> </dd> <dt><span class="term"><code class="computeroutput">rtld_global</code><a name="boost.dll.load_mode.type.rtld_global"></a></span></dt> <dd> <p><span class="bold"><strong>Platforms:</strong></span> POSIX</p> <p><span class="bold"><strong>Default:</strong></span> disabled</p> <p>The object's symbols shall be made available for the relocation processing of any other object. In addition, symbol lookup using dlopen(0, mode) and an associated dlsym() allows objects loaded with this mode to be searched. </p> </dd> <dt><span class="term"><code class="computeroutput">rtld_local</code><a name="boost.dll.load_mode.type.rtld_local"></a></span></dt> <dd> <p><span class="bold"><strong>Platforms:</strong></span> POSIX</p> <p><span class="bold"><strong>Default:</strong></span> enabled</p> <p>The object's symbols shall not be made available for the relocation processing of any other object.</p> <p>This is a default Windows behavior that can not be changed. </p> </dd> <dt><span class="term"><code class="computeroutput">rtld_deepbind</code><a name="boost.dll.load_mode.type.rtld_deepbind"></a></span></dt> <dd> <p><span class="bold"><strong>Platforms:</strong></span> POSIX (requires glibc &gt;= 2.3.4)</p> <p><span class="bold"><strong>Default:</strong></span> disabled</p> <p>The object will use its own symbols in preference to global symbols with the same name contained in libraries that have already been loaded. This flag is not specified in POSIX.1-2001. </p> </dd> <dt><span class="term"><code class="computeroutput">append_decorations</code><a name="boost.dll.load_mode.type.append_decorations"></a></span></dt> <dd> <p><span class="bold"><strong>Platforms:</strong></span> Windows, POSIX</p> <p><span class="bold"><strong>Default:</strong></span> disabled</p> <p>Append a platform specific extension and prefix to shared library filename before trying to load it. If load attempt fails, try to load with exactly specified name.</p> <p><span class="bold"><strong>Example:</strong></span> </p> <pre class="programlisting"> <span class="comment">// Opens `./my_plugins/plugin1.dll` on Windows, `./my_plugins/libplugin1.so` on Linux, `./my_plugins/libplugin1.dylib` on MacOS.</span> <span class="comment">// If that fails, loads `./my_plugins/plugin1`</span> <a class="link" href="../shared_library.html" title="Class shared_library">boost::dll::shared_library</a> <span class="identifier">lib</span><span class="special">(</span><span class="string">"./my_plugins/plugin1"</span><span class="special">,</span> <span class="identifier">load_mode</span><span class="special">::</span><span class="identifier">append_decorations</span><span class="special">)</span><span class="special">;</span> </pre> <p> </p> </dd> <dt><span class="term"><code class="computeroutput">search_system_folders</code><a name="boost.dll.load_mode.type.search_system_folders"></a></span></dt> <dd> <p><span class="bold"><strong>Platforms:</strong></span> Windows, POSIX</p> <p><span class="bold"><strong>Default:</strong></span> disabled</p> <p>Allow loading from system folders if path to library contains no parent path. </p> </dd> </dl></div> </div> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright &#169; 2014 Renato Tegon Forti, Antony Polukhin<br>Copyright &#169; 2015, 2016 Antony Polukhin<p> Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) </p> </div></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="../shared_library.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../../boost_dll/reference.html#header.boost.dll.shared_library_load_mode_hpp"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../experimental/smart_library.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
calvinfarias/IC2015-2
BOOST/boost_1_61_0/doc/html/boost/dll/load_mode/type.html
HTML
mit
12,185
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_22) on Sun Aug 26 15:15:33 EDT 2012 --> <TITLE> Uses of Class org.newdawn.slick.tests.MorphSVGTest (Slick Util - LWJGL Utilities extracted from Slick) </TITLE> <META NAME="date" CONTENT="2012-08-26"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.newdawn.slick.tests.MorphSVGTest (Slick Util - LWJGL Utilities extracted from Slick)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/newdawn/slick/tests/MorphSVGTest.html" title="class in org.newdawn.slick.tests"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?org/newdawn/slick/tests//class-useMorphSVGTest.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="MorphSVGTest.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Class<br>org.newdawn.slick.tests.MorphSVGTest</B></H2> </CENTER> No usage of org.newdawn.slick.tests.MorphSVGTest <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/newdawn/slick/tests/MorphSVGTest.html" title="class in org.newdawn.slick.tests"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?org/newdawn/slick/tests//class-useMorphSVGTest.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="MorphSVGTest.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> <i>Copyright &#169; 2006 New Dawn Software. All Rights Reserved.</i> </BODY> </HTML>
dxiao/PPBunnies
slick/trunk/Slick/javadoc-util/org/newdawn/slick/tests/class-use/MorphSVGTest.html
HTML
mit
6,200
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width initial-scale=1" /> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>Clément Elvira | projects</title> <meta name="description" content="Personal webpage of Clément Elvira. Based on [*folio](https://github.com/bogoli/-folio) design. "> <link rel="shortcut icon" href="/assets/img/favicon.ico"> <link rel="stylesheet" href="/assets/css/main.css"> <link rel="canonical" href="/projects/"> </head> <body> <header class="site-header"> <div class="wrapper"> <span class="site-title"> <strong>Clément</strong> Elvira </span> <nav class="site-nav"> <input type="checkbox" id="nav-trigger" class="nav-trigger" /> <label for="nav-trigger"> <span class="menu-icon"> <svg viewBox="0 0 18 15" width="18px" height="15px"> <path fill="#424242" d="M18,1.484c0,0.82-0.665,1.484-1.484,1.484H1.484C0.665,2.969,0,2.304,0,1.484l0,0C0,0.665,0.665,0,1.484,0 h15.031C17.335,0,18,0.665,18,1.484L18,1.484z"/> <path fill="#424242" d="M18,7.516C18,8.335,17.335,9,16.516,9H1.484C0.665,9,0,8.335,0,7.516l0,0c0-0.82,0.665-1.484,1.484-1.484 h15.031C17.335,6.031,18,6.696,18,7.516L18,7.516z"/> <path fill="#424242" d="M18,13.516C18,14.335,17.335,15,16.516,15H1.484C0.665,15,0,14.335,0,13.516l0,0 c0-0.82,0.665-1.484,1.484-1.484h15.031C17.335,12.031,18,12.696,18,13.516L18,13.516z"/> </svg> </span> </label> <div class="trigger"> <!-- About --> <a class="page-link" href="/">about</a> <!-- Blog --> <!-- <a class="page-link" href="/blog/">blog</a>--> <!-- Pages --> <a class="page-link" href="/projects/">projects</a> <a class="page-link" href="/publications/">publications</a> <a class="page-link" href="/vita/">vita</a> <!-- CV link --> <!-- <a class="page-link" href="/assets/pdf/CV.pdf">vitae</a> --> </div> </nav> </div> </header> <div class="page-content"> <div class="wrapper"> <div class="post"> <header class="post-header"> <h1 class="post-title">projects</h1> <h5 class="post-description">A growing collection of your cool projects.</h5> </header> <article class="post-content projects clearfix"> <div class="project "> <div class="thumbnail"> <a href="/projects/1_rumbaa/"> <img class="thumbnail" src="/assets/img/rumbaa.png" /> <span> <h1>Rumbaa</h1> <br /> <p>generating graphs of Theorems</p> </span> </a> </div> </div> <div class="project "> <div class="thumbnail"> <a href="/projects/2_gscholar_thegame/"> <img class="thumbnail" src="/assets/img/2.jpg" /> <span> <h1>Google Scholar - the game</h1> <br /> <p>AI competition</p> </span> </a> </div> </div> </article> </div> </div> </div> <footer> <div class="wrapper"> &copy; Copyright 2021 Clément Elvira. Powered by <a href="http://jekyllrb.com/" target="_blank">Jekyll</a> with <a href="https://github.com/alshedivat/al-folio">al-folio</a> theme. Hosted by <a href="https://pages.github.com/" target="_blank">GitHub Pages</a>. Photos from <a href="https://unsplash.com" target="_blank">Unsplash</a>. </div> </footer> <!-- Load jQuery --> <script src="//code.jquery.com/jquery-1.12.4.min.js"></script> <!-- Load Common JS --> <script src="/assets/js/common.js"></script> <!-- Load KaTeX --> <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/KaTeX/0.9.0/katex.min.css"> <script src="//cdnjs.cloudflare.com/ajax/libs/KaTeX/0.9.0/katex.min.js"></script> <script src="/assets/js/katex.js"></script> <!-- Include custom icon fonts --> <link rel="stylesheet" href="/assets/css/fontawesome-all.min.css"> <link rel="stylesheet" href="/assets/css/academicons.min.css"> <!-- 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','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-', 'auto'); ga('send', 'pageview'); </script> </body> </html>
c-elvira/c-elvira.github.io
projects/index.html
HTML
mit
4,737
<!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="./3b2c070cfa9b1988467300de625a7aa5df6b22e8db5f21b407e2c13534d96ade.html">Teleport</a> <hr> <a href="./../../about.md">About</a> (Spoilers! ) <script src="./../../assets/md5.js"></script> <script> window.currentLevel = 7; </script> <script src="./../../assets/script.js"></script> </body> </html>
simonmysun/praxis
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/d87f71828b54df5c8664f51b2a3bf2b6fd75d991a89da07aaab73258fe965b68.html
HTML
mit
550
<!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>Design and Architectural Goals &mdash; CodeIgniter 3.0.0 documentation</title> <link rel="shortcut icon" href="../_static/ci-icon.ico"/> <link href='https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic|Roboto+Slab:400,700|Inconsolata:400,700&subset=latin,cyrillic' rel='stylesheet' type='text/css'> <link rel="stylesheet" href="../_static/css/theme.css" type="text/css" /> <link rel="top" title="CodeIgniter 3.0.0 documentation" href="../index.html"/> <link rel="up" title="CodeIgniter Overview" href="index.html"/> <link rel="next" title="Server Requirements" href="../general/requirements.html"/> <link rel="prev" title="Model-View-Controller" href="mvc.html"/> <script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.6.2/modernizr.min.js"></script> </head> <body class="wy-body-for-nav" role="document"> <div class="wy-grid-for-nav"> <nav data-toggle="wy-nav-shift" class="wy-nav-side"> <div class="wy-side-nav-search"> <a href="../index.html" class="fa fa-home"> CodeIgniter</a> <div role="search"> <form id="rtd-search-form" class="wy-form" action="../search.html" method="get"> <input type="text" name="q" placeholder="Search docs" /> <input type="hidden" name="check_keywords" value="yes" /> <input type="hidden" name="area" value="default" /> </form> </div> </div> <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation"> <ul> <li class="toctree-l1"><a class="reference internal" href="../general/welcome.html">Welcome to CodeIgniter</a><ul class="simple"> </ul> </li> </ul> <ul> <li class="toctree-l1"><a class="reference internal" href="../installation/index.html">Installation Instructions</a><ul> <li class="toctree-l2"><a class="reference internal" href="../installation/downloads.html">Downloading CodeIgniter</a></li> <li class="toctree-l2"><a class="reference internal" href="../installation/index.html">Installation Instructions</a></li> <li class="toctree-l2"><a class="reference internal" href="../installation/upgrading.html">Upgrading From a Previous Version</a></li> <li class="toctree-l2"><a class="reference internal" href="../installation/troubleshooting.html">Troubleshooting</a></li> </ul> </li> </ul> <ul class="current"> <li class="toctree-l1 current"><a class="reference internal" href="index.html">CodeIgniter Overview</a><ul class="current"> <li class="toctree-l2"><a class="reference internal" href="getting_started.html">Getting Started</a></li> <li class="toctree-l2"><a class="reference internal" href="at_a_glance.html">CodeIgniter at a Glance</a></li> <li class="toctree-l2"><a class="reference internal" href="features.html">Supported Features</a></li> <li class="toctree-l2"><a class="reference internal" href="appflow.html">Application Flow Chart</a></li> <li class="toctree-l2"><a class="reference internal" href="mvc.html">Model-View-Controller</a></li> <li class="toctree-l2 current"><a class="current reference internal" href="">Architectural Goals</a></li> </ul> </li> </ul> <ul> <li class="toctree-l1"><a class="reference internal" href="../tutorial/index.html">Tutorial</a><ul> <li class="toctree-l2"><a class="reference internal" href="../tutorial/static_pages.html">Static pages</a></li> <li class="toctree-l2"><a class="reference internal" href="../tutorial/news_section.html">News section</a></li> <li class="toctree-l2"><a class="reference internal" href="../tutorial/create_news_items.html">Create news items</a></li> <li class="toctree-l2"><a class="reference internal" href="../tutorial/conclusion.html">Conclusion</a></li> </ul> </li> </ul> <ul> <li class="toctree-l1"><a class="reference internal" href="../general/index.html">General Topics</a><ul> <li class="toctree-l2"><a class="reference internal" href="../general/urls.html">CodeIgniter URLs</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/controllers.html">Controllers</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/reserved_names.html">Reserved Names</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/views.html">Views</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/models.html">Models</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/helpers.html">Helpers</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/libraries.html">Using CodeIgniter Libraries</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/creating_libraries.html">Creating Libraries</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/drivers.html">Using CodeIgniter Drivers</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/creating_drivers.html">Creating Drivers</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/core_classes.html">Creating Core System Classes</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/ancillary_classes.html">Creating Ancillary Classes</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/hooks.html">Hooks - Extending the Framework Core</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/autoloader.html">Auto-loading Resources</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/common_functions.html">Common Functions</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/compatibility_functions.html">Compatibility Functions</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/routing.html">URI Routing</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/errors.html">Error Handling</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/caching.html">Caching</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/profiling.html">Profiling Your Application</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/cli.html">Running via the CLI</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/managing_apps.html">Managing your Applications</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/environments.html">Handling Multiple Environments</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/alternative_php.html">Alternate PHP Syntax for View Files</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/security.html">Security</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/styleguide.html">PHP Style Guide</a></li> </ul> </li> </ul> <ul> <li class="toctree-l1"><a class="reference internal" href="../libraries/index.html">Libraries</a><ul> <li class="toctree-l2"><a class="reference internal" href="../libraries/benchmark.html">Benchmarking Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/caching.html">Caching Driver</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/calendar.html">Calendaring Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/cart.html">Shopping Cart Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/config.html">Config Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/email.html">Email Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/encrypt.html">Encrypt Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/encryption.html">Encryption Library</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/file_uploading.html">File Uploading Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/form_validation.html">Form Validation</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/ftp.html">FTP Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/image_lib.html">Image Manipulation Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/input.html">Input Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/javascript.html">Javascript Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/language.html">Language Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/loader.html">Loader Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/migration.html">Migrations Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/output.html">Output Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/pagination.html">Pagination Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/parser.html">Template Parser Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/security.html">Security Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/sessions.html">Session Library</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/table.html">HTML Table Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/trackback.html">Trackback Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/typography.html">Typography Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/unit_testing.html">Unit Testing Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/uri.html">URI Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/user_agent.html">User Agent Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/xmlrpc.html">XML-RPC and XML-RPC Server Classes</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/zip.html">Zip Encoding Class</a></li> </ul> </li> </ul> <ul> <li class="toctree-l1"><a class="reference internal" href="../database/index.html">Database Reference</a><ul> <li class="toctree-l2"><a class="reference internal" href="../database/examples.html">Quick Start: Usage Examples</a></li> <li class="toctree-l2"><a class="reference internal" href="../database/configuration.html">Database Configuration</a></li> <li class="toctree-l2"><a class="reference internal" href="../database/connecting.html">Connecting to a Database</a></li> <li class="toctree-l2"><a class="reference internal" href="../database/queries.html">Running Queries</a></li> <li class="toctree-l2"><a class="reference internal" href="../database/results.html">Generating Query Results</a></li> <li class="toctree-l2"><a class="reference internal" href="../database/helpers.html">Query Helper Functions</a></li> <li class="toctree-l2"><a class="reference internal" href="../database/query_builder.html">Query Builder Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../database/transactions.html">Transactions</a></li> <li class="toctree-l2"><a class="reference internal" href="../database/metadata.html">Getting MetaData</a></li> <li class="toctree-l2"><a class="reference internal" href="../database/call_function.html">Custom Function Calls</a></li> <li class="toctree-l2"><a class="reference internal" href="../database/caching.html">Query Caching</a></li> <li class="toctree-l2"><a class="reference internal" href="../database/forge.html">Database Manipulation with Database Forge</a></li> <li class="toctree-l2"><a class="reference internal" href="../database/utilities.html">Database Utilities Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../database/db_driver_reference.html">Database Driver Reference</a></li> </ul> </li> </ul> <ul> <li class="toctree-l1"><a class="reference internal" href="../helpers/index.html">Helpers</a><ul> <li class="toctree-l2"><a class="reference internal" href="../helpers/array_helper.html">Array Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="../helpers/captcha_helper.html">CAPTCHA Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="../helpers/cookie_helper.html">Cookie Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="../helpers/date_helper.html">Date Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="../helpers/directory_helper.html">Directory Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="../helpers/download_helper.html">Download Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="../helpers/email_helper.html">Email Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="../helpers/file_helper.html">File Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="../helpers/form_helper.html">Form Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="../helpers/html_helper.html">HTML Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="../helpers/inflector_helper.html">Inflector Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="../helpers/language_helper.html">Language Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="../helpers/number_helper.html">Number Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="../helpers/path_helper.html">Path Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="../helpers/security_helper.html">Security Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="../helpers/smiley_helper.html">Smiley Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="../helpers/string_helper.html">String Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="../helpers/text_helper.html">Text Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="../helpers/typography_helper.html">Typography Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="../helpers/url_helper.html">URL Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="../helpers/xml_helper.html">XML Helper</a></li> </ul> </li> </ul> <ul> <li class="toctree-l1"><a class="reference internal" href="../contributing/index.html">Contributing to CodeIgniter</a><ul> <li class="toctree-l2"><a class="reference internal" href="../documentation/index.html">Writing CodeIgniter Documentation</a></li> <li class="toctree-l2"><a class="reference internal" href="../DCO.html">Developer&#8217;s Certificate of Origin 1.1</a></li> </ul> </li> </ul> </div> &nbsp; </nav> <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"> <nav class="wy-nav-top" role="navigation" aria-label="top navigation"> <i data-toggle="wy-nav-top" class="fa fa-bars"></i> <a href="../index.html">CodeIgniter</a> </nav> <div class="wy-nav-content"> <div class="rst-content"> <div role="navigation" aria-label="breadcrumbs navigation"> <ul class="wy-breadcrumbs"> <li><a href="../index.html">Docs</a> &raquo;</li> <li><a href="index.html">CodeIgniter Overview</a> &raquo;</li> <li>Design and Architectural Goals</li> <li class="wy-breadcrumbs-aside"> </li> </ul> <hr/> </div> <div role="main" class="document"> <div class="section" id="design-and-architectural-goals"> <h1>Design and Architectural Goals<a class="headerlink" href="#design-and-architectural-goals" title="Permalink to this headline">¶</a></h1> <p>Our goal for CodeIgniter is maximum performance, capability, and flexibility in the smallest, lightest possible package.</p> <p>To meet this goal we are committed to benchmarking, re-factoring, and simplifying at every step of the development process, rejecting anything that doesn&#8217;t further the stated objective.</p> <p>From a technical and architectural standpoint, CodeIgniter was created with the following objectives:</p> <ul class="simple"> <li><strong>Dynamic Instantiation.</strong> In CodeIgniter, components are loaded and routines executed only when requested, rather than globally. No assumptions are made by the system regarding what may be needed beyond the minimal core resources, so the system is very light-weight by default. The events, as triggered by the HTTP request, and the controllers and views you design will determine what is invoked.</li> <li><strong>Loose Coupling.</strong> Coupling is the degree to which components of a system rely on each other. The less components depend on each other the more reusable and flexible the system becomes. Our goal was a very loosely coupled system.</li> <li><strong>Component Singularity.</strong> Singularity is the degree to which components have a narrowly focused purpose. In CodeIgniter, each class and its functions are highly autonomous in order to allow maximum usefulness.</li> </ul> <p>CodeIgniter is a dynamically instantiated, loosely coupled system with high component singularity. It strives for simplicity, flexibility, and high performance in a small footprint package.</p> </div> </div> <footer> <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation"> <a href="../general/requirements.html" class="btn btn-neutral float-right" title="Server Requirements">Next <span class="fa fa-arrow-circle-right"></span></a> <a href="mvc.html" class="btn btn-neutral" title="Model-View-Controller"><span class="fa fa-arrow-circle-left"></span> Previous</a> </div> <hr/> <div role="contentinfo"> <p> &copy; Copyright 2014 - 2015, British Columbia Institute of Technology. Last updated on Mar 30, 2015. </p> </div> Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>. </footer> </div> </div> </section> </div> <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT: '../', VERSION: '3.0.0', COLLAPSE_INDEX: false, FILE_SUFFIX: '.html', HAS_SOURCE: false }; </script> <script type="text/javascript" src="../_static/jquery.js"></script> <script type="text/javascript" src="../_static/underscore.js"></script> <script type="text/javascript" src="../_static/doctools.js"></script> <script type="text/javascript" src="../_static/js/theme.js"></script> <script type="text/javascript"> jQuery(function () { SphinxRtdTheme.StickyNav.enable(); }); </script> </body> </html>
SaraAlamillo/hermano2
user_guide/overview/goals.html
HTML
mit
26,089
<html> <head> <title>The One Where Chandler Can&#146;t Cry</title> <meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1252"> <meta NAME="GENERATOR" CONTENT="Microsoft FrontPage 3.0"> <meta NAME="Template" CONTENT="C:\Program Files\Microsoft Office\Templates\FRIENDS.dot"> </head> <body bgcolor="#FFFFFF" link="#008000"> <h1 align="center">The One Where Chandler Can&#146;t Cry</h1> <hr> <p>Written by: Andrew Reich &amp; Ted Cohen<br> Transcribed by: <a href="mailto:Ericaasen1@aol.com">Eric Aasen</a></p> <hr> <p>[Scene: Monica and Chandler's, Rachel is still looking out the window as Joey enters.]</p> <p><b>Joey:</b> (sees Rachel) Oh, uh, hey Rach. I uh, I was just coming over here to uh&#133; Oh wait, I don&#146;t have to lie to you, you don&#146;t live here anymore. Uh, I&#146;m eating their food. What are you doing?</p> <p><b>Rachel:</b> Ross is on a date with my sister and they shut the drapes two and a-half-hours ago.</p> <p><b>Joey:</b> Whoa, I didn&#146;t know we could date your sister!</p> <p>(Chandler and Monica enter from their room and Joey quickly hides the bag of potato chips behind his back.)</p> <p><b>Monica:</b> Joey we know you steal our food.</p> <p>(Joey offers them some potato chips.)</p> <p><b>Chandler:</b> I&#146;m good.</p> <p><b>Monica:</b> (To Rachel) Oh, are the drapes still closed hon?</p> <p><b>Rachel:</b> Yeah. And y&#146;know who should&#146;ve shut their drapes? Is that perverted old couple two doors over.</p> <p><b>Chandler:</b> (looking) Is that a swing?</p> <p><b>Rachel:</b> Oh don&#146;t even ask!</p> <p><b>Chandler:</b> Yuck!</p> <p><b>Joey:</b> I can&#146;t believe Ross went out with Rachel&#146;s sister! When Chandler made out with my sister I was mad at him for 10 years.</p> <p><b>Chandler:</b> That was like 5 years ago.</p> <p><b>Joey:</b> Yeah you got 5 years left!</p> <p><b>Chandler:</b> Joey&#133;</p> <p><b>Joey:</b> You wanna make it 6?!</p> <p align="center"><strong>Opening Credits</strong></p> <p>[Scene: Central Perk, Ross is on the couch reading as Rachel enters. It&#146;s the next day.]</p> <p><b>Rachel:</b> Oh Ross, hi! Hey, how are ya? There you are!</p> <p><b>Ross:</b> Hey!</p> <p><b>Rachel:</b> (to Gunther) I&#146;ll take a coffee. (To Ross) So how was your big date last night?</p> <p><b>Ross:</b> Uhh, it was okay. Yeah, it was fun.</p> <p><b>Rachel:</b> Yeah fun? Great! So uh, so did you guys hit it off?</p> <p><b>Ross:</b> I guess so.</p> <p><b>Rachel:</b> So uh, so did anything happen? Because <b>rumor</b> has it you guys shut the drapes!</p> <p><b>Ross:</b> No. No. Nothing happened. I shut the drapes to uh, show her slides of my favorite fossils.</p> <p><b>Rachel:</b> Oh, slides. (Laughs.) So <b>really</b> nothing happened.</p> <p><b>Ross:</b> Something could&#146;ve happened. All right? She-she really dug my slides. And-and she was definitely giving me the vibe.</p> <p><b>Rachel:</b> Right. Was it the, &quot;Please don&#146;t show me another picture of a trilobite vibe?&quot;</p> <p><b>Ross:</b> Anyway, if she, if she wasn&#146;t in to me, why-why would she ask me out again?</p> <p><b>Rachel:</b> She asked-asked you out again?</p> <p><b>Ross:</b> Yeah-uh-huh. Tomorrow night, Valentine&#146;s Day, the most romantic day of the year. Who knows what could happen? I might not be shutting my drapes to show her my slides, if you know what I mean.</p> <p><b>Rachel:</b> Okay-okay-okay-okay-okay-okay-okay! I got it! I got it! I got it! I can&#146;t! I can&#146;t! I can&#146;t! I cannot go with you and my sister thing. Okay? I just can&#146;t. It&#146;s just too weird, all right? I imagine the two of you together and I freak out. It freaks me out. I can&#146;t do it! I can&#146;t do it.</p> <p><b>Ross:</b> (while Rachel is finishing her rant) Okay! Okay! Okay! It&#146;s okay. (Rachel stops.) It&#146;s okay. Hey, it&#146;s too weird for you, I won&#146;t see her again.</p> <p><b>Rachel:</b> Thank you. I&#133;yeah.</p> <p><b>Ross:</b> I mean after tomorrow night.</p> <p><b>Rachel:</b> No-no-no! No-no-no! Please Ross, I can&#146;t! I can&#146;t do it! (Starts to freak out.) It&#146;s just gonna freak me out!!!</p> <p><b>Ross:</b> Okay! Okay! Ooh-hey-hey-hey! Okay! Okay! Okay! I&#146;ll-I&#146;ll tell her tonight I can&#146;t see her anymore.</p> <p><b>Rachel:</b> Ross thanks.</p> <p><b>Ross:</b> You want me to call her right now?</p> <p><b>Rachel:</b> Oh no! No! No-no-no-no! No, I mean come on that&#146;s-that&#146;s crazy&#151;I mean that&#146;s crazy. So what&#146;s-what&#146;s going on with you? What is going on with you?</p> <p><b>Ross:</b> Well umm, oh! I might be teaching another class this semester!</p> <p><b>Rachel:</b> Yeah do it now, call right now.</p> <p>[Scene: Monica and Chandler's, Chandler, Monica, Phoebe, and Joey are watching <i>ET</i>.]</p> <p><b>Monica:</b> (crying) This is my favorite part.</p> <p><b>Phoebe:</b> (crying) Yeah me too.</p> <p>(We see the TV and it&#146;s the last scene where ET is saying goodbye.)</p> <p><b>Phoebe:</b> Oh y&#146;know what&#146;s sadder than this? <i>Bambi</i>. I cried for three days with that movie. No wait two! Because on the third day my mother killed herself so I was partly crying for that.</p> <p><b>Chandler:</b> (totally not crying) Well see now that I can see crying over, but <i>Bambi</i> is a cartoon!</p> <p><b>Joey:</b> (crying) You didn&#146;t cry when Bambi&#146;s mother died?</p> <p><b>Chandler:</b> Yes it was very sad when the guy stopped <b>drawing</b> the deer!</p> <p><b>Monica:</b> Chandler there&#146;s nothing wrong with crying! I mean you don&#146;t have to be so macho all the time.</p> <p><b>Chandler:</b> I&#146;m not macho.</p> <p><b>Monica:</b> Yeah you&#146;re right. I don&#146;t know what I was thinking.</p> <p><b>Chandler:</b> No, I guess I just never really cried. Y&#146;know? I&#146;m not a crying kind of guy.</p> <p><b>Joey:</b> Come on man there&#146;s gotta be something that gets you choked up! Like uh, uh oh, what if you saw a three-legged puppy?</p> <p><b>Chandler:</b> I&#146;d be sad sure, but I wouldn&#146;t cry.</p> <p><b>Joey:</b> Okay, what if the puppy said, &quot;Help me Chandler. All the other puppies pick on me.&quot;</p> <p><b>Chandler:</b> Cry?! I just found a talking puppy, I&#146;m rich!</p> <p><b>Monica:</b> Oh, I&#146;ve got it! I have got it! (Gets up and gets something from the dresser underneath the TV.) Pictures from your childhood. This will get you going good!</p> <p>(Chandler starts paging through the album.)</p> <p><b>Phoebe:</b> All right, what&#146;s going on there? (Points to a picture.)</p> <p><b>Chandler:</b> Oh, that&#146;s Parent&#146;s Day, first grade. That&#146;s me with the janitor Martin.</p> <p><b>Monica:</b> Where were your parents?</p> <p><b>Chandler:</b> Oh they didn&#146;t want to come!</p> <p><b>Phoebe:</b> Oh Chandler!</p> <p><b>Monica:</b> Poor thing!</p> <p><b>Phoebe:</b> So that story doesn&#146;t make you cry?</p> <p><b>Chandler:</b> No! Look, I don&#146;t cry! It&#146;s not a big deal! Okay?!</p> <p><b>Joey:</b> No! It&#146;s not okay! It&#146;s not okay at all!! You&#146;re dead inside!!</p> <p>[Scene: Central Perk, Phoebe is putting away her guitar as a man approaches.]</p> <p><b>The Fan:</b> Excuse me.</p> <p><b>Phoebe:</b> Yeah?</p> <p><b>The Fan:</b> Are you Phoebe Buffay?</p> <p><b>Phoebe:</b> Yeah.</p> <p><b>The Fan:</b> Can-can I get your autograph, I&#146;m your biggest fan. (Holds out a napkin and a pen.)</p> <p><b>Phoebe:</b> Oh you&#146;re my biggest fan? I&#146;ve always wanted to meet you! Hi! (Shakes his hand.) Sure! Yeah! (Signs the autograph)</p> <p><b>The Fan:</b> Wow! Wow, thanks a lot! I just wanna say, I think you&#146;re really talented.</p> <p><b>Phoebe:</b> You&#146;re just saying that because you&#146;re my biggest fan. (The fan leaves and Joey approaches.) (To Joey) Joey listen, take good care of that guy, okay? (Points) He&#146;s a fan. (To the fan as she&#146;s leaving) Bye! (Exits)</p> <p><b>Joey:</b> (to the fan) So, you saw me on <i>Days Of Our Lives</i> huh? Want me to, want me to do a little Dr. Drake Remoray for ya?</p> <p><b>The Fan:</b> I have no idea what you&#146;re talking about. But I, but I just got Phoebe Buffay&#146;s autograph!</p> <p><b>Joey:</b> Oh, you&#146;re Phoebe&#146;s fan!</p> <p><b>The Fan:</b> Oh yeah! I&#146;ve seen all her movies.</p> <p><b>Joey:</b> Movies?</p> <p><b>The Fan:</b> That was Phoebe Buffay, the porn star.</p> <p><b>Joey:</b> (laughs) I don&#146;t think so.</p> <p><b>The Fan:</b> No-no, it was! She was in Sex Toy Story 2, Lawrence of Alabia, and I got her autograph! The guys at the comic book store aren&#146;t gonna believe this! (Exits.)</p> <p><b>Joey:</b> Hey Gunther, don&#146;t let that guy in here anymore! He just said Phoebe&#146;s a porn star!</p> <p><b>Gunther:</b> Well, I wouldn&#146;t call her a star, but she&#146;s really good. You should check out Inspecther Gadget.</p> <p>[Scene: Central Perk, time lapse, Rachel is at the counter as Jill enters.]</p> <p><b>Jill:</b> Hey!</p> <p><b>Rachel:</b> Hey!</p> <p><b>Jill:</b> You&#146;ll never believe what just happened, Ross just totally blew me off and he didn&#146;t even tell me why!</p> <p><b>Rachel:</b> Ohhh well. Y&#146;know what honey? The best thing to do to get over a guy is to start dating someone else. Oh! There is this great guy you will love at work named Bob! He&#146;s a real up-and-comer in Human Resources.</p> <p><b>Jill:</b> Y&#146;know, thanks for trying to cheer me up, but I&#146;m not gonna date some random guy from your work.</p> <p><b>Rachel:</b> It&#146;s not random, it&#146;s Bob.</p> <p><b>Jill:</b> It&#146;s probably because not mature enough. Or smart enough. Maybe he doesn&#146;t like the way I dress&#151;No that can&#146;t be it. It&#146;s really gotta be the smart thing. Oh I&#146;m <b>so</b> stupid! I&#146;m just like this incredibly pretty stupid girl!</p> <p><b>Rachel:</b> No honey, okay, okay, you wanna know why Ross canceled the date? Because I asked him to.</p> <p><b>Jill:</b> You asked him too?!</p> <p><b>Rachel:</b> Hm-mmm.</p> <p><b>Jill:</b> Why?!</p> <p><b>Rachel:</b> Because you are my sister and Ross and I have this huge history&#133;</p> <p><b>Jill:</b> I don&#146;t understand, do you want to go out with Ross?</p> <p><b>Rachel:</b> No.</p> <p><b>Jill:</b> You don&#146;t want him, but you don&#146;t want me to have him?</p> <p><b>Rachel:</b> (changing the subject) Y&#146;know Bob in Human Resources&#133;</p> <p><b>Jill:</b> Ugh! I cannot believe you did this too me! You had me doubting how smart I was! (Gasps) You had me doubting my fashion sense!</p> <p><b>Rachel:</b> Look, this is not that big of a deal! You just don&#146;t date Ross! There&#146;s a million other guys out there, you just&#133;</p> <p><b>Jill:</b> Hey! You have no right to tell me what to do.</p> <p><b>Rachel:</b> I&#146;m not telling you what to do! I am telling you what <b>not</b> to do!</p> <p><b>Jill:</b> Why are you so jealous of me?</p> <p><b>Rachel:</b> Jill this is not about me being jealous of you! This is about you being a brat! Wanting what you can&#146;t have!</p> <p><b>Jill:</b> Can&#146;t have?! Excuse me, the only thing I can&#146;t have is <b>dairy</b>! (Starts to storm out.)</p> <p><b>Rachel:</b> All right, all right, well you just blew your chances at dating Bob!</p> <p><b>Jill:</b> Who?!</p> <p><b>Rachel:</b> <b>In Human Resources</b>!!!!!!</p> <p>[Scene: Monica and Chandler's, Rachel is ranting about Jill to Chandler and Monica.]</p> <p><b>Rachel:</b> &#133;I am jealous of her?! I mean who does she think she is?! Princess Caroline?!</p> <p><b>Monica:</b> You&#146;re jealous of Princess Caroline?</p> <p><b>Rachel:</b> Do I have my own castle?</p> <p>(Joey and Ross enter.)</p> <p><b>Ross:</b> Hey! Uh, Phoebe&#146;s not here is she?</p> <p><b>Rachel:</b> No.</p> <p><b>Monica:</b> (noticing the bag Joey&#146;s carrying) Oh great! Did you get a movie?</p> <p><b>Joey:</b> Uhhh, yeah. Yeah. But uh, I don&#146;t think it&#146;s the kind you&#146;re gonna like.</p> <p><b>Chandler:</b> You didn&#146;t get more movies that are gonna have us reaching for the tissues all night did you?</p> <p>(Joey and Ross exchange looks.)</p> <p><b>Joey:</b> Sort of&#133;</p> <p><b>Monica:</b> Guys, what&#146;s going on?</p> <p><b>Joey:</b> (holds up the movie) Phoebe&#146;s a porn star!</p> <p><b>All:</b> What?!!</p> <p>(They all run over to Joey and Ross, Chandler grabs the movie and reads the title.)</p> <p><b>Chandler:</b> Phoebe Buffay in Buffay: The Vampire Layer.</p> <p><b>Rachel:</b> Oh my God!</p> <p><b>Monica:</b> That&#146;s Phoebe! Where did you get that?</p> <p><b>Joey:</b> Well down at the adult video place down on Bleaker.</p> <p><b>Ross:</b> And-and I, and I saw that Joey was about to go in, so I ran in ahead of him to-to surprise him and, and then I pretended I didn&#146;t know he was in there. (They all kinda look at him.)</p> <p><b>Rachel:</b> Wow! I mean, I just&#151;I can&#146;t, I can&#146;t believe this. Y&#146;know, I mean you think you know someone even, even Phoebe who&#146;s always been somewhat of a question mark.</p> <p><b>Monica:</b> This is so bizarre. I guess it kinda makes sense though, y&#146;know she had such a terrible childhood.</p> <p><b>Chandler:</b> Hey, I had a terrible childhood and I don&#146;t do porn.</p> <p><b>Monica:</b> Yes, but you are dead inside.</p> <p><b>Joey:</b> All right well, I&#146;d better take that back.</p> <p><b>Monica:</b> Wh-what, why?</p> <p><b>Joey:</b> We can&#146;t watch that! I mean that&#146;s Phoebe!</p> <p><b>Monica:</b> Yeah you&#146;re right, we can&#146;t&#151;we shouldn&#146;t watch this.</p> <p><b>Rachel:</b> Absolutely not.</p> <p><b>Monica:</b> (hands the tape back to Joey, but doesn&#146;t let him grab it) Y&#146;know maybe a little bit!</p> <p><b>Rachel:</b> Probably just the first half.</p> <p><b>Joey:</b> No! Hey no! This is wrong you guys! Phoebe&#146;s our friend! Well, I&#146;m not gonna watch it!</p> <p><b>Ross:</b> Yeah! Good for you Joe!</p> <p><b>Joey:</b> Yeah.</p> <p>(Ross stands next to him for a second, then goes and watches the movie.)</p> <p>(The movie starts, it&#146;s a vampire&#146;s lair and Buffay, The Vampire Layer enters dressed in leather and carrying a wooden stake. Suddenly, the vampire opens his coffin and sits up.</p> <p><b>Buffay, the Vampire Layer:</b> Ah, I thought I&#146;d find you here, Nasforatool.</p> <p><b>The Vampire:</b> Buffay, are you going to plunge your stake into my dark places?</p> <p><b>Buffay, the Vampire Layer:</b> Actually, I was kinda hoping it would be the other way around.</p> <p>(At this point, Buffay, the Vampire Layer and Nasforatool start to get it on. Of course, since this is network TV, we can only see the reactions of the gang to the film playing off screen.)</p> <p><b>Monica:</b> Hold on a second! What is that on her ankle?</p> <p><b>Chandler:</b> Her ankle is what you&#146;re watching?</p> <p><b>Rachel:</b> Well it&#146;s hard to tell&#133; (Rachel gets up to get a closer look, only she&#146;s having some trouble.) Oh God, if she would just stop moving.</p> <p><b>Chandler:</b> She&#146;s just doing her job!</p> <p><b>Joey:</b> (sitting at the kitchen table with his back to the TV) You sick bastards!</p> <p><b>Rachel:</b> Oh, it&#146;s a tattoo! That&#146;s weird, Phoebe doesn&#146;t&#133; Wait that&#146;s Ursula! That&#146;s not Phoebe that is Ursula!</p> <p>(Upon hearing this, Joey can&#146;t turn his chair around fast enough and knocks it over.)</p> <p><b>Joey:</b> Re! Re! Then I can watch that! Rewind it! Rewind it!</p> <p><b>Phoebe:</b> (entering) Hey! What&#146;s up? (Sees the TV) Oh my God! What am I doing?!!</p> <p align="center"><strong>Commercial Break</strong></p> <p>[Scene: Monica and Chandler's, Chandler is reading <i>Chicken Soup for the Soul</i> as Monica enters.]</p> <p><b>Monica:</b> Hey sweetie!</p> <p><b>Chandler:</b> Hey! (He quickly tries to hide the book by throwing it under the couch, only the couch has no back and it slides into the kitchen.)</p> <p><b>Monica:</b> (picking up the book) <i>Chicken Soup for the Soul</i>? </p> <p><b>Chandler:</b> There&#146;s no back to this couch!</p> <p><b>Monica:</b> Why are you reading this? You hate this kind of stuff.</p> <p><b>Chandler:</b> Yeah I know, but I figured a shot y&#146;know? Maybe one of those stories would make me cry and then you wouldn&#146;t think I was y&#146;know, all dead inside.</p> <p><b>Monica:</b> Oh that&#146;s so sweet! Look Chandler I don&#146;t care if you can&#146;t cry, I love you.</p> <p><b>Chandler:</b> Oh that makes me feel so warm in my hollow tin chest.</p> <p><b>Monica:</b> Stop it!</p> <p><b>Chandler:</b> No, I mean, come on, seriously think about it, we get married, we&#146;re up at the altar and I&#146;m like this. (Makes a bored face.)</p> <p><b>Monica:</b> I won&#146;t care, because I know you will be feeling it all in here. (Points to her heart.)</p> <p><b>Chandler:</b> Yeah?</p> <p><b>Monica:</b> Yeah! And if, and if we have a baby one-day, and the doctor hands it to you in the delivery room and you don&#146;t cry, so what! And-and-and, and if we take him to college and come home and see his empty room for the first time, and you got nothing, it won&#146;t matter to me.</p> <p><b>Chandler:</b> Okay, well I won&#146;t uh, worry about this anymore then.</p> <p><b>Monica:</b> And-and-and if I die, from a long illness. And you&#146;re writing out my eulogy and you open a desk drawer and you find a note from me that says, &quot;I will always be with you,&quot; and you still can&#146;t shed one tiny tear, I know you&#146;ll be crying a river inside.</p> <p><b>Chandler:</b> Aww, I love you so&#133;</p> <p><b>Monica:</b> What is wrong with you?!!!</p> <p><b>Chandler:</b> What?!</p> <p><b>Monica:</b> What?! You can&#146;t shed a tear for your dead wife!! Now, I left you a note from the beyond!</p> <p><b>Chandler:</b> So you didn&#146;t mean any of that?!</p> <p><b>Monica:</b> No you robot!!</p> <p>[Scene: Ross's apartment, his doorbell is ringing and he&#146;s running to answer it while doing up his pants.]</p> <p><b>Ross:</b> You damn kids! You ring my bell one more time, I swear to&#133; (Opens the door to find Jill standing there.) Ohh, uh Jill. Umm, that-that&#146;s just a little game I play with the kids down the hall. Umm, they&#146;ve really taken a liking to me. (Quickly looks out to see if they&#146;re watching.) Uhh what&#146;s-what&#146;s-what&#146;s the matter?</p> <p><b>Jill:</b> Rachel and I had a really big fight, can I come in? I-I mean I know we&#146;re not supposed to see each other anymore and I&#146;m okay with that, it&#146;s just that I don&#146;t know anybody in the city and I really need somebody to talk to about it.</p> <p><b>Ross:</b> Of course, what happened? (Lets her in.)</p> <p><b>Jill:</b> (entering) I don&#146;t want to talk about it.</p> <p><b>Ross:</b> Okay, umm&#133;</p> <p><b>Jill:</b> But you know what might really cheer me up?</p> <p><b>Ross:</b> What?</p> <p><b>Jill:</b> Seeing some more of your super-cool slides.</p> <p><b>Ross:</b> Wow! Really?!</p> <p><b>Jill:</b> Totally, I love them! And, maybe you could finish telling me about all the different kinds of sand.</p> <p><b>Ross:</b> Well, I&#146;d love to! Here, you wait right here and I&#146;ll go get the projector and my notes!</p> <p><b>Jill:</b> Oh great! Thanks Ross, you&#146;re such a good friend!</p> <p><b>Ross:</b> Ohh!</p> <p>(He goes into another room to get his projector and notes. While he&#146;s gone, Jill quickly checks her makeup.</p> <p>[Cut to Monica and Chandler&#146;s, Rachel is entering.]</p> <p><b>Rachel:</b> Hey! Have you guys seen Jill? I can&#146;t find her anywhere.</p> <p><b>Monica:</b> No, I haven&#146;t.</p> <p><b>Rachel:</b> Well, is Ross home? Maybe I&#146;ll just call him to see if he&#146;s actually seen her. </p> <p>(She goes to look out the window at Ross&#146;s apartment and sees Jill staring at her and closing the drapes with an evil look on her face. Rachel is stunned into silence.)</p> <p>[Scene: Ursula&#146;s apartment, Phoebe is going to confront her twin about her new porn career.]</p> <p><b>Ursula:</b> Who is it?</p> <p><b>Phoebe:</b> It&#146;s Phoebe! Phoebe!</p> <p>(Ursula opens the door and is all dressed up with big hair and lingerie.)</p> <p><b>Ursula:</b> Hey!</p> <p><b>Phoebe:</b> (seeing her dress) Oh God. So-so you&#146;re making porn movies.</p> <p><b>Ursula:</b> No I&#146;m not.</p> <p>(Someone calls out from her apartment.)</p> <p><strong>Man&#146;s Voice:</strong> We&#146;re still rolling!</p> <p><b>Phoebe:</b> You&#146;re making one right now!</p> <p><strong>Another Man&#146;s Voice:</strong> Let&#146;s go Phoebe!</p> <p><b>Phoebe:</b> And-<b>and</b> you&#146;re using my name!</p> <p><b>Ursula:</b> Yeah, can I help you with something?</p> <p><strong>Same Man&#146;s Voice:</strong> Phoebe, come on!</p> <p><b>Phoebe:</b> Look, I&#146;m talking right now! You&#146;re&#151;you mean her.</p> <p><b>Ursula:</b> Y&#146;know, twin stuff is always a real big seller.</p> <p><b>Phoebe:</b> What?!</p> <p><b>Ursula:</b> Yeah, I can talk them into giving you like, 30 dollars.</p> <p><b>Phoebe:</b> No!! No way! No! And stop using my name! And shame on you! (Yells into the apartment) And shame on all of you! You&#146;re disgusting! Especially you (points to someone) with that! (Storms away.)</p> <p>[Scene: Ross's apartment, Ross is setting up for the slide show.]</p> <p><b>Ross:</b> Slides are almost ready.</p> <p><b>Jill:</b> Yeah. Ooh, I know what this is missing! Alcohol!</p> <p><b>Ross:</b> Uh okay, well there&#146;s-there&#146;s wine in the kitchen.</p> <p><b>Jill:</b> Oh great! (Goes to get it as the phone rings.)</p> <p><b>Ross:</b> (answering it) Hello?</p> <p><b>Rachel:</b> (on phone) <b>What</b> is my sister doing there?! And <b>why</b> are the drapes shut?!</p> <p><b>Ross:</b> O-okay, Rach calm-calm down, okay? She-she&#146;s really upset we&#146;re just talking.</p> <p><b>Rachel:</b> Ross! I think she is trying to make something happen with you to get back at me!</p> <p><b>Ross:</b> So that&#146;s the only reason she could be here huh? It couldn&#146;t have anything to do with the fact that-that maybe I&#146;m a good listener and I uh I put on a <b>great</b> slide show!</p> <p><b>Rachel:</b> Ross, I am telling you that she is using you to get back at me!</p> <p><b>Ross:</b> Y&#146;know what? I think I can take care of myself, I&#146;ll talk to you later. Good-bye. (Hangs up the phone and turns to find Jill sitting really close to him.) Whoa! Uh, that was your sister actually. She-she thinks that you&#146;re just using me.</p> <p><b>Jill:</b> So? (Kisses him passionately.)</p> <p>[Scene: Central Perk, Joey is reading a paper as Phoebe enters.]</p> <p><b>Phoebe:</b> Hey!</p> <p><b>Joey:</b> Hey!</p> <p><b>Phoebe:</b> So, I just came from the company Ursula works for.</p> <p><b>Joey:</b> Oh no, not you too!</p> <p><b>Phoebe:</b> No! No! I just went to pick up Phoebe Buffay&#146;s checks; there were a lot of them.</p> <p><b>Joey:</b> Nice!</p> <p><b>Phoebe:</b> Um-mmm, <b>and</b> I won&#146;t have to go there anymore because I gave them my correct address.</p> <p><b>Joey:</b> That&#146;s great, but isn&#146;t it gonna bother that people still think you&#146;re a porn star?</p> <p><b>Phoebe:</b> Oh no! No! I know how to handle it.</p> <p><b>Joey:</b> You do?</p> <p><b>Phoebe:</b> Yeah. (She notices some guy putting a coat on his girlfriend is trying to remember where he&#146;s seen her before.) (To him) You&#146;re trying to figure out where you know me from? All right, I&#146;ll give you a hint. From porn! Okay? (He tries to rush his girlfriend out.) Yeah your pervert boyfriend watched me in a porno movie! (To Joey) See?</p> <p><b>Joey:</b> Yeah.</p> <p>[Scene: Monica and Chandler's, time lapse, Ross is entering. Chandler and Monica are at the kitchen table. Rachel is on the couch reading.]</p> <p><b>Chandler:</b> Hey.</p> <p><b>Ross:</b> (To Rachel) You uh, you may have been right about Jill.</p> <p><b>Rachel:</b> Oh! I knew it! What happened?</p> <p><b>Ross:</b> Umm, she kissed me.</p> <p><b>Rachel:</b> What?! You kissed!</p> <p><b>Chandler:</b> (To Monica) Maybe we should give them some privacy.</p> <p><b>Monica:</b> (To Chandler) Shhhh!!!</p> <p><b>Ross:</b> Look, I uh, I tried not to kiss her, okay?</p> <p><b>Rachel:</b> Well, it doesn&#146;t sound like it! I mean, it&#146;s pretty easy not to kiss someone, you just don&#146;t kiss them! See look at us, right now, not kissing!</p> <p><b>Ross:</b> Let me finish, okay? She started kissing me and-and I didn&#146;t stop it. I guess I-I just wasn&#146;t thinking&#133;</p> <p><b>Rachel:</b> Yeah that&#146;s right you weren&#146;t thinking! Y&#146;know what? Let me give you something to think about! (She pulls up her sleeves and steps towards him.)</p> <p><b>Ross:</b> Oh wait&#151;hold it! But then I started thinking and I stopped the kissing.</p> <p><b>Rachel:</b> Oh, well thank you for taking your tongue out of my sister&#146;s mouth long enough to tell me that.</p> <p><b>Ross:</b> Look I-I realize if anything were to happen with me and Jill then nothing could ever happen with us!</p> <p><b>Rachel:</b> What?!</p> <p><b>Ross:</b> No, I mean, look I don&#146;t know if anything is going to happen with us, again. Ever. But I don&#146;t want to know that it-it never could. So I stopped it and she got mad and broke my projector.</p> <p><b>Rachel:</b> Wow. I, I don&#146;t even know what to say. Thank you. (Gently kicks him.)</p> <p><b>Ross:</b> You&#146;re welcome. (Gently kicks her back.)</p> <p>(Chandler starts crying.)</p> <p><b>Monica:</b> Oh my God! Are-are you crying?</p> <p><b>Chandler:</b> (crying hysterically) I just don&#146;t see why those two can&#146;t work things out!</p> <p align="center"><strong>Ending Credits</strong></p> <p>[Scene: Central Perk, everyone is there as Jill enters.]</p> <p><b>Jill:</b> All right, I&#146;m leaving! Because I&#146;m not going to spend one more day with someone whose out to sabotage my every move. That&#146;s you Rachel!</p> <p><b>Rachel:</b> Yeah, I got that.</p> <p><b>Jill:</b> (To Ross) And you! I throw myself at you and you say no, how gay are you?</p> <p><b>Ross:</b> You take care Jill.</p> <p><b>Jill:</b> (happily) Okay, see ya! (Exits.)</p> <p><b>Rachel:</b> Bye-bye-e!</p> <p><b>Monica:</b> Bye.</p> <p><b>Chandler:</b> (starts crying) I-I can&#146;t believe Jill&#146;s gone. (They all look at him.) I can&#146;t help it, I opened a gate.</p> <p align="center"><strong>End</strong></p> </body> </html>
edersoncorbari/edersoncorbari.github.io
friends-scripts/season/0614.html
HTML
mit
26,878
<html> <head> <title>John Dupr&eacute;'s panel show appearances</title> <script type="text/javascript" src="../common.js"></script> <link rel="stylesheet" media="all" href="../style.css" type="text/css"/> <script type="text/javascript" src="../people.js"></script> <!--#include virtual="head.txt" --> </head> <body> <!--#include virtual="nav.txt" --> <div class="page"> <h1>John Dupr&eacute;'s panel show appearances</h1> <p>John Dupr&eacute; has appeared in <span class="total">2</span> episodes between 2006-2007. <a href="https://en.wikipedia.org/wiki/John_Dupr%C3%A9">John Dupr&eacute; on Wikipedia</a>.</p> <div class="performerholder"> <table class="performer"> <tr style="vertical-align:bottom;"> <td><div style="height:100px;" class="performances male" title="1"></div><span class="year">2006</span></td> <td><div style="height:100px;" class="performances male" title="1"></div><span class="year">2007</span></td> </tr> </table> </div> <ol class="episodes"> <li><strong>2007-03-08</strong> / <a href="../shows/iot.html">In Our Time</a></li> <li><strong>2006-11-23</strong> / <a href="../shows/iot.html">In Our Time</a></li> </ol> </div> </body> </html>
slowe/panelshows
people/68wl3cye.html
HTML
mit
1,191
<div class="col-lg-6" data-ng-controller="CreateMockTasksController as createMockTasksCtrl" ng-cloak> <section class="panel panel-default"> <div class="panel-heading"><strong><span class="glyphicon glyphicon-th"></span> Here you can create a bunch of fake tasks</strong></div> <div class="panel-body"> <form name="createMockTasksCtrl.createMockTasksForm" class="form-horizontal" data-ng-submit="createMockTasksCtrl.createFakeTasks(createMockTasksCtrl.mockTaskAmount)" novalidate> <div class="form-group"> <label class="col-sm-2">How many you makin?</label> <div class="col-sm-10"> <input type="text" class="form-control" placeholder="1000000000" data-ng-model="createMockTasksCtrl.mockTaskAmount" required> </div> </div> <div class="form-group"> <div class="col-md-9"> <button type="submit" class="btn btn-info" data-ng-disabled="createMockTasksCtrl.createMockTasksForm.$invalid"> Submit </button> </div> </div> </form> </div> </section> <section class="panel panel-default"> <div class="panel-heading"><strong><span class="glyphicon glyphicon-th"></span> You can delete all of the tasks here</strong></div> <div class="panel-body"> <form name="createMockTasksCtrl.deleteAllForm" class="form-horizontal" novalidate> <div class="form-group"> <div class="col-md-9"> <button type="button" class="btn btn-info" data-ng-click="createMockTasksCtrl.deleteAll()"> {{createMockTasksCtrl.deleteButtonText}} </button> </div> </div> </form> </div> </section> </div>
loganetherton/ac
packages/custom/create-mock-tasks/public/views/index.html
HTML
mit
2,028
<!doctype html> <html> <head> <title>jsPlumb 1.3.14 demo - jQuery</title> <meta http-equiv="content-type" content="text/html;charset=utf-8" /> <link rel="stylesheet" href="../css/jsPlumbDemo.css"> <link rel="stylesheet" href="../css/demo.css"> </head> <body data-demo-id="demo" data-library="jquery"> <div style="position:absolute"> <div id="demo"> <div class="component window" id="window1"><strong>Window 1</strong><br/><br/>I am plumbed with a Bezier connector to Window 2 and a label, with Blank endpoints.</div> <div class="component window" id="window2"><strong>Window 2</strong><br/><br/>I am plumbed with a Bezier connector to Window 1, and a Bezier connector with Rectangle endpoints to Window 3</div> <div class="component window" id="window3"><strong>Window 3</strong><br/><br/>I am plumbed with a Bezier connector and Rectangle endpoints to Window 2, and a Bezier connector with Dot endpoints and a label to Window 4. My blue endpoint tracks Window 4's position.</div> <div class="component window" id="window4"><strong>Window 4</strong><br/><br/>I am plumbed with a Bezier connector with Dot endpoints to Window 3, and with a Straight connector with Image endpoints to Window 5. My blue endpoint tracks Window 3's position.</div> <div class="component window" id="window5"><strong>Window 5</strong><br/><br/>I am plumbed with a Flowchart connector to Window 6, between our two centerpoints, which are drawn below, and larger than, the window element; I am also plumbed to Window 4.</div> <div class="component window" id="window6"><strong>Window 6</strong><br/><br/>I am plumbed with a Flowchart connector to Window 5, between our two centerpoints, which are drawn below, and larger than, the window element.</div> <div class="component window" id="window7"><strong>Window 7</strong><br/><br/>I am plumbed with State Machine connectors to Window 3.</div> </div> </div> <div id="explanation"> <p>jsPlumb provides a way to "plumb" elements of a UI together.</p> <p>This page contains examples of the various types of connections you can make with jsPlumb. There are several other demonstrations that offer a more focused look at some specific part of jsPlumb's functionality - pick one from the drop down on the left or cycle through Next/Previous. </p> <p>jsPlumb requires one of jQuery, MooTools or YUI3. See the documentation for a more detailed discussion of requirements.</p> <p>This demonstration uses jsPlumb 1.3.14, jQuery 1.7.1 and jQuery UI 1.8.13.</p> </div> <script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js'></script><script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.13/jquery-ui.min.js'></script> <script type='text/javascript' src='../js/jquery.jsPlumb-1.3.14-all-min.js'></script> <!-- demo code --> <script type="text/javascript" src="../js/demo.js"></script> <!-- demo helper code --> <script type="text/javascript" src="../js/demo-list.js"></script> <script type="text/javascript" src="../js/demo-helper-jquery.js"></script> </body> </html>
doubleblacktech/learn-plumb
archive/1.3.14/demo/jquery/demo.html
HTML
mit
3,277
<a href="../index.html" target="_top">Inspections</a> <a HREF="e18.html" target="_blank">Open source</a> <hr>&nbsp;&nbsp;<font style="font-weight:bold; color:#005555;">Name</font> <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;public&nbsp;class&nbsp;<b><code>Tile</code></b><br><br>&nbsp;&nbsp;<font style="font-weight:bold; color:#005555;">Location</font><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;package&nbsp;<code>application</code> <br><br>&nbsp;&nbsp;<font style="font-weight:bold; color:#005555;">Problem synopsis</font> <ul> <li>Can be package local (at line 3</a>)<br><br></li> </ul> <table cellpadding="0" border="0" cellspacing="0"> <tr> <td>&nbsp;</td> </tr> </table>
blakktux/Natural-Selection
doc/style/WeakerAccess/e18.html
HTML
mit
686
<!doctype html> <html> <title>npm-bin</title> <meta http-equiv="content-type" value="text/html;utf-8"> <link rel="stylesheet" type="text/css" href="../../static/style.css"> <link rel="canonical" href="https://www.npmjs.org/doc/api/npm-bin.html"> <script async=true src="../../static/toc.js"></script> <body> <div id="wrapper"> <h1><a href="../api/npm-bin.html">npm-bin</a></h1> <p>Display npm bin folder</p> <h2 id="synopsis">SYNOPSIS</h2> <pre><code>npm.commands.bin(args, cb) </code></pre><h2 id="description">DESCRIPTION</h2> <p>Print the folder where npm will install executables.</p> <p>This function should not be used programmatically. Instead, just refer to the <code>npm.bin</code> property.</p> </div> <table border=0 cellspacing=0 cellpadding=0 id=npmlogo> <tr><td style="width:180px;height:10px;background:rgb(237,127,127)" colspan=18>&nbsp;</td></tr> <tr><td rowspan=4 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td><td style="width:40px;height:10px;background:#fff" colspan=4>&nbsp;</td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=4>&nbsp;</td><td style="width:40px;height:10px;background:#fff" colspan=4>&nbsp;</td><td rowspan=4 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td><td colspan=6 style="width:60px;height:10px;background:#fff">&nbsp;</td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=4>&nbsp;</td></tr> <tr><td colspan=2 style="width:20px;height:30px;background:#fff" rowspan=3>&nbsp;</td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=3>&nbsp;</td><td style="width:10px;height:10px;background:#fff" rowspan=3>&nbsp;</td><td style="width:20px;height:10px;background:#fff" rowspan=4 colspan=2>&nbsp;</td><td style="width:10px;height:20px;background:rgb(237,127,127)" rowspan=2>&nbsp;</td><td style="width:10px;height:10px;background:#fff" rowspan=3>&nbsp;</td><td style="width:20px;height:10px;background:#fff" rowspan=3 colspan=2>&nbsp;</td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=3>&nbsp;</td><td style="width:10px;height:10px;background:#fff" rowspan=3>&nbsp;</td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=3>&nbsp;</td></tr> <tr><td style="width:10px;height:10px;background:#fff" rowspan=2>&nbsp;</td></tr> <tr><td style="width:10px;height:10px;background:#fff">&nbsp;</td></tr> <tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6>&nbsp;</td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td></tr> <tr><td colspan=5 style="width:50px;height:10px;background:#fff">&nbsp;</td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4>&nbsp;</td><td style="width:90px;height:10px;background:#fff" colspan=9>&nbsp;</td></tr> </table> <p id="footer">npm-bin &mdash; npm@2.14.14</p>
tyua07/laravel-admin
node_modules/laravel-elixir/node_modules/npm/html/doc/api/npm-bin.html
HTML
mit
2,883
<!DOCTYPE html> <html lang="zh-CN"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="renderer" content="webkit"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" /> <meta name="keywords" content="" /> <meta name="description" content="" /> <title>test nav</title> <meta name="link-referer" content=""> <link rel="stylesheet" href="/dist/0.0.1/nav/vertical-nav.css"> </head> <body> <div style="height: 900px">fjksghfjdkds</div> <div id="test" style="height: 200px"></div> <div id="test2"></div> <div style="height: 900px">fjksghfjdkds</div> </body> <script type="text/javascript" charset="utf-8" src="../libs/requirejs/require.min.js"></script> <script type="text/javascript" charset="utf-8" src="./map.js"></script> <script> require(['jquery','GNavVer'], function($, GNavVer){ new GNavVer('#test', { fixedNav: { position: 'left', distance: '20'}, content: [{title: '列表一', link: 'javascript:void(0)',sub: null}, {title:'列表二', link: 'javascript:void(0)',sub: null}, {title:'列表三', link: 'javascript:void(0)',sub: null},{title:'列表四', link: 'javascript:void(0)', sub: null},{title:'列表五', link: 'javascript:void(0)', sub: null},{title:'列表六', link: 'javascript:void(0)', sub: null}] }); }); require(['jquery','GNavVer'], function($, GNavVer){ new GNavVer('#test2', { fixedNav: { position: 'right', distance: '20'}, content: [{title: '列表一', link: 'javascript:void(0)',sub: [{title:'Number1',link: 'javascript:void(0)'},{title:'Number2',link: 'javascript:void(0)'},{title:'Number3',link: 'javascript:void(0)'},{title:'Number4',link: 'javascript:void(0)'}]}, {title:'列表二', link: 'javascript:void(0)', sub: [{title:'queue1',link: 'javascript:void(0)'},{title:'queue2',link: 'javascript:void(0)'},{title:'queue3',link: 'javascript:void(0)'},{title:'queue4',link: 'javascript:void(0)'}]}, {title:'列表三', link: 'javascript:void(0)', sub: [{title:'the1',link: 'javascript:void(0)'},{title:'the2',link: 'javascript:void(0)'},{title:'the3',link: 'javascript:void(0)'},{title:'the4',link: 'javascript:void(0)'}]},{title:'列表四', link: 'javascript:void(0)', sub: null},{title:'列表五', link: 'javascript:void(0)', sub: null},{title:'列表六', link: 'javascript:void(0)', sub: null}] }); }); </script> </html>
daixianfeng/lancer
example/vertical-nav.html
HTML
mit
2,572
<!DOCTYPE html> <html lang="en-us" dir="ltr" itemscope itemtype="http://schema.org/Article"> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>Uma Verdade Inconveniente</title> <meta name="author" content="" /> <meta name="description" content="Dez anos após esse documentário de Al Gore, temos à disposição um material muito mais rico na série Cosmos. Porém, a diferença é que este filme é também uma espécie de discurso político disfarçado por..."/> <meta name="yandex-verification" content="48a8210fc043c5e8" /> <meta name="generator" content="Hugo 0.54.0" /> <meta itemprop="name" content="Uma Verdade Inconveniente"/> <meta itemprop="description" content="Dez anos após esse documentário de Al Gore, temos à disposição um material muito mais rico na série Cosmos. Porém, a diferença é que este filme é também uma espécie de discurso político disfarçado por..."/> <meta itemprop="image" content="/img/logo.svg"/> <meta property="og:title" content="Uma Verdade Inconveniente"/> <meta property="og:type" content="article"/> <meta property="og:url" content="http://www.cinetenisverde.com.br/uma-verdade-inconveniente/"/> <meta property="og:image" content="/img/logo.svg"/> <meta property="og:description" content="Dez anos após esse documentário de Al Gore, temos à disposição um material muito mais rico na série Cosmos. Porém, a diferença é que este filme é também uma espécie de discurso político disfarçado por..."/> <meta property="og:site_name" content="Cine Tênis Verde"/> <meta property="article:published_time" content="2015-12-06T00:00:00&#43;00:00"/> <meta property="article:section" content="post"/> <meta name="twitter:card" content="summary"/> <meta name="twitter:site" content=""/> <meta name="twitter:title" content="Uma Verdade Inconveniente"/> <meta name="twitter:description" content="Dez anos após esse documentário de Al Gore, temos à disposição um material muito mais rico na série Cosmos. Porém, a diferença é que este filme é também uma espécie de discurso político disfarçado por..."/> <meta name="twitter:creator" content=""/> <meta name="twitter:image:src" content="/img/logo.svg"/> <link rel="stylesheet" type="text/css" href="/css/capsule.min.css"/> <link rel="stylesheet" type="text/css" href="/css/custom.css"/> <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-50557403-1', 'auto'); ga('send', 'pageview'); </script> <link rel="apple-touch-icon" href="/img/apple-touch-icon.png"/> <link rel="icon" href="/img/favicon.ico"/> </head> <body style="min-height:100vh;display:flex;flex-direction:column"> <nav class="navbar has-shadow is-white" role="navigation" aria-label="main navigation"> <div class="container"> <div class="navbar-brand"> <a class="navbar-item" href="/"> <img alt="Brand" src="/img/brand.svg"> <div class="title is-4">&nbsp;Cine Tênis Verde</div> </a> <label class="button navbar-burger is-white" for="navbar-burger-state"> <span></span> <span></span> <span></span> </label> </div> <input type="checkbox" id="navbar-burger-state"/> <div class="navbar-menu"> <div class="navbar-end"> <a href="/post" class="navbar-item ">search </a> <a href="https://twitter.com/cinetenisverde" class="navbar-item ">twitter </a> <a href="/index.xml" class="navbar-item ">rss </a> </div> </div> </div> </nav> <section class="section" style="flex:1"> <div class="container"> <p class="title">Uma Verdade Inconveniente</p> <p class="subtitle"><span class="entry-sidebar-stars"> &#x2605;&#x2605;&#x2605;&#x2605;&#x2606; </span> Wanderley Caloni, <a href="https://github.com/Caloni/cinetenisverde/commits/master/content/post/uma-verdade-inconveniente.md">December 6, 2015</a></p> <p><p> <div class="content"> <p>Dez anos após esse documentário de Al Gore, temos à disposição um material muito mais rico na série Cosmos. Porém, a diferença é que este filme é também uma espécie de discurso político disfarçado por um político que teve colegas cientistas em sua formação. Qualquer um consegue obter insights sobre a natureza em seu passado, e Al Gore teve a genialidade de inserir momentos sentimentais por todo seu discurso anti-aquecimento.</p> <p>Porém, a força de vontade de Gore quase é contagiante, e não fosse o apelo extremamente emocional, suas palavras tocariam mais ainda nas pessoas. Cansado de ir em inúmeras palestras em volta do mundo alertando as pessoas, decide fazer este documentário e atingir o maior número de pessoas possível. Deu certo. Ganhador do Oscar, é um dos documentários mais conhecidos atualmente.</p> <p>Entregando os dados mais indiscutíveis a respeito do aumento de gás carbônico na atmosfera, e relacionando de maneira inequívoca com o aumento da temperatura no planeta, o mais impressionante na primeira metade do filme são os resultados das pesquisas de pessoas dedicadas a buscar a verdade, custe o que ela custar. O aquecimento global com certeza é daqueles ramos da ciência que comprova que apenas a imparcialidade sobrevive ao tempo.</p> <a href="https://www.imdb.com/title/tt0497116/mediaviewer/" target="ctvimg">Imagens</a> e créditos no <a title="IMDB: Internet Movie DataBase" href="http://www.imdb.com/title/tt0497116">IMDB</a>. </div> <span class="entry-sidebar-stars"> &#x2605;&#x2605;&#x2605;&#x2605;&#x2606; </span> Uma Verdade Inconveniente &#9679; Uma Verdade Inconveniente. An Inconvenient Truth (USA, 2006). Dirigido por Davis Guggenheim. Com Al Gore, Billy West, George Bush, George W. Bush, Ronald Reagan. &#9679; Nota: 4/5. Categoria: movies. Publicado em 2015-12-06. Texto escrito por Wanderley Caloni. <p><br>Quer <a href="https://twitter.com/search?q=@cinetenisverde Uma%20Verdade%20Inconveniente">comentar</a>?<br></p> </div> </section> <section class="section"> <br> <div class="container"> <div class="is-flex"> <span> <a class="button">Share</a> </span> &nbsp; <span> <a class="button" href="https://www.facebook.com/sharer/sharer.php?u=http%3a%2f%2fwww.cinetenisverde.com.br%2fuma-verdade-inconveniente%2f"> <span class="icon"><i class="fa fa-facebook"></i></span> </a> <a class="button" href="https://twitter.com/intent/tweet?url=http%3a%2f%2fwww.cinetenisverde.com.br%2fuma-verdade-inconveniente%2f&text=Uma%20Verdade%20Inconveniente"> <span class="icon"><i class="fa fa-twitter"></i></span> </a> <a class="button" href="https://news.ycombinator.com/submitlink?u=http%3a%2f%2fwww.cinetenisverde.com.br%2fuma-verdade-inconveniente%2f"> <span class="icon"><i class="fa fa-hacker-news"></i></span> </a> <a class="button" href="https://reddit.com/submit?url=http%3a%2f%2fwww.cinetenisverde.com.br%2fuma-verdade-inconveniente%2f&title=Uma%20Verdade%20Inconveniente"> <span class="icon"><i class="fa fa-reddit"></i></span> </a> <a class="button" href="https://plus.google.com/share?url=http%3a%2f%2fwww.cinetenisverde.com.br%2fuma-verdade-inconveniente%2f"> <span class="icon"><i class="fa fa-google-plus"></i></span> </a> <a class="button" href="https://www.linkedin.com/shareArticle?url=http%3a%2f%2fwww.cinetenisverde.com.br%2fuma-verdade-inconveniente%2f&title=Uma%20Verdade%20Inconveniente"> <span class="icon"><i class="fa fa-linkedin"></i></span> </a> <a class="button" href="https://www.tumblr.com/widgets/share/tool?canonicalUrl=http%3a%2f%2fwww.cinetenisverde.com.br%2fuma-verdade-inconveniente%2f&title=Uma%20Verdade%20Inconveniente&caption="> <span class="icon"><i class="fa fa-tumblr"></i></span> </a> <a class="button" href="https://pinterest.com/pin/create/bookmarklet/?media=%2fimg%2flogo.svg&url=http%3a%2f%2fwww.cinetenisverde.com.br%2fuma-verdade-inconveniente%2f&description=Uma%20Verdade%20Inconveniente"> <span class="icon"><i class="fa fa-pinterest"></i></span> </a> <a class="button" href="whatsapp://send?text=http%3a%2f%2fwww.cinetenisverde.com.br%2fuma-verdade-inconveniente%2f"> <span class="icon"><i class="fa fa-whatsapp"></i></span> </a> <a class="button" href="https://web.skype.com/share?url=http%3a%2f%2fwww.cinetenisverde.com.br%2fuma-verdade-inconveniente%2f"> <span class="icon"><i class="fa fa-skype"></i></span> </a> </span> </div> </div> <br> </section> <footer class="footer"> <div class="container"> <nav class="level"> <div class="level-right has-text-centered"> <div class="level-item"> <a class="button" href="http://www.cinetenisverde.com.br/"> <span class="icon"><i class="fa fa-home"></i></span> </a> &nbsp; <a class="button" href="/post"> <span class="icon"><i class="fa fa-search"></i></span> </a> &nbsp; <a class="button" href="https://twitter.com/cinetenisverde"> <span class="icon"><i class="fa fa-twitter"></i></span> </a> &nbsp; <a class="button" href="/index.xml"> <span class="icon"><i class="fa fa-rss"></i></span> </a> &nbsp; </div> </div> </nav> </div> </footer> </body> </html>
cinetenisverde/cinetenisverde.github.io
uma-verdade-inconveniente/index.html
HTML
mit
10,750
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>Document</title> <script src="../dist/domod.js" charset="utf-8"></script> <style> .red { color: red; } textarea { width: 300px; height: 300px; margin-top: 20px; } label { float: left; width: 80px; text-align: right; padding-right: 10px; } </style> </head> <body> <form> <div> <label>name:</label> <span>{{$names ? $names.realName : 'unknown'}}</span> </div> <div> <label>gender:</label> <input m-onclick="$form.gender = 'male'" type="radio" name="gender" value="male" m-checked="$form.gender === 'male'">Male <input m-onclick="$form.gender = 'female'" type="radio" name="gender" value="female" m-checked="$form.gender === 'female'">Female </div> <div> <label>mobile:</label> <input type="text" name="mobile" m-value="$form.mobile"> <span m-style="{ display: !!$form.mobile ? 'inline' : 'none' }">You input: {{$parse($form.mobile)}}.</span> <span m-class="['some-class', { red: !$mobileInputStatus }]" m-style="{ display: !$mobileInputStatus ? 'inline' : 'none' }">{{$form.mobile}} is {{$mobileInputStatus}}!</span> </div> <div> <label>age:</label> <select name="age" m-value="$form.age.value"> <option m-each="$val in $form.age.options" m-value="$val">{{$val}}</option> </select> </div> <div> <label>city:</label> <select name="city" m-value="$form.city.value"> <option m-each="($val, $key) in $form.city.options" m-value="$key">{{$val.code}}.{{$val.name}}</option> </select> </div> </form> <textarea m-oninput="$form = JSON.parse($e.target.value)">{{JSON.stringify($form, null, 4)}}</textarea> <pre>{{JSON.stringify($form, null, 4)}}</pre> <script> var store = { parse: function (v) { return parseInt(v); }, validateMobile: function () { return /^1[3|4|5|8][0-9]\d{8}$/.test(this.form.mobile); }, form: { gender: 'female', mobile: '15210001000', age: { value: '0-18', options: [ '0-18', '19-36', '37-54', '55-200' ] }, city: { value: '1', options: [ { code: 1, name: 'beijing' }, { code: 2, name: 'newyork' }, { code: 3, name: 'tokyo' }, { code: 4, name: 'london' }, { code: 5, name: 'paris' } ] } } }; /* Way 1: Declare a computed property: */ // DMD.relate(store, { // mobileInputStatus: { // upstream: 'form.mobile', // resultFrom: function () { // var newVal = store.validateMobile(); // console.log(`mobile is ${newVal}`); // return newVal; // } // } // }); /* Way 2: Watch a property mutation */ store.mobileInputStatus = store.validateMobile(); DMD.relate(store, { 'form.mobile': { dnstream: 'mobileInputStatus', resultIn: function (v) { var newVal = store.validateMobile(); console.log(`mobile is ${newVal}`); // DMD.$(store, 'mobileInputStatus', newVal); store.mobileInputStatus = newVal; } } }); window.setTimeout(function () { store.names = { realName: 'Colin' }; }, 2000); DMD(document.body, store); </script> </body> </html>
shenfe/domod
test/domod3.html
HTML
mit
4,847
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_101) on Fri Sep 22 23:41:16 EDT 2017 --> <title>Uses of Class jreframeworker.core.BuildFile</title> <meta name="date" content="2017-09-22"> <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="Uses of Class jreframeworker.core.BuildFile"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../jreframeworker/core/BuildFile.html" title="class in jreframeworker.core">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-files/index-1.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../index.html?jreframeworker/core/class-use/BuildFile.html" target="_top">Frames</a></li> <li><a href="BuildFile.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"> <h2 title="Uses of Class jreframeworker.core.BuildFile" class="title">Uses of Class<br>jreframeworker.core.BuildFile</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../jreframeworker/core/BuildFile.html" title="class in jreframeworker.core">BuildFile</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#jreframeworker.core">jreframeworker.core</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="jreframeworker.core"> <!-- --> </a> <h3>Uses of <a href="../../../jreframeworker/core/BuildFile.html" title="class in jreframeworker.core">BuildFile</a> in <a href="../../../jreframeworker/core/package-summary.html">jreframeworker.core</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../jreframeworker/core/package-summary.html">jreframeworker.core</a> that return <a href="../../../jreframeworker/core/BuildFile.html" title="class in jreframeworker.core">BuildFile</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../jreframeworker/core/BuildFile.html" title="class in jreframeworker.core">BuildFile</a></code></td> <td class="colLast"><span class="typeNameLabel">BuildFile.</span><code><span class="memberNameLink"><a href="../../../jreframeworker/core/BuildFile.html#createBuildFile-org.eclipse.jdt.core.IJavaProject-">createBuildFile</a></span>(org.eclipse.jdt.core.IJavaProject&nbsp;jProject)</code> <div class="block">Creates a new build file</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../jreframeworker/core/BuildFile.html" title="class in jreframeworker.core">BuildFile</a></code></td> <td class="colLast"><span class="typeNameLabel">JReFrameworkerProject.</span><code><span class="memberNameLink"><a href="../../../jreframeworker/core/JReFrameworkerProject.html#getBuildFile--">getBuildFile</a></span>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../jreframeworker/core/BuildFile.html" title="class in jreframeworker.core">BuildFile</a></code></td> <td class="colLast"><span class="typeNameLabel">BuildFile.</span><code><span class="memberNameLink"><a href="../../../jreframeworker/core/BuildFile.html#getOrCreateBuildFile-org.eclipse.jdt.core.IJavaProject-">getOrCreateBuildFile</a></span>(org.eclipse.jdt.core.IJavaProject&nbsp;jProject)</code> <div class="block">Returns the existing build file or creates one if one does not exist</div> </td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../jreframeworker/core/BuildFile.html" title="class in jreframeworker.core">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-files/index-1.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../index.html?jreframeworker/core/class-use/BuildFile.html" target="_top">Frames</a></li> <li><a href="BuildFile.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>
JReFrameworker/jreframeworker.github.io
javadoc/jreframeworker/core/class-use/BuildFile.html
HTML
mit
7,221
{% extends "base.html" %} {% block header %}Product-edit{% endblock %} {% block content %} <form method="post" autocomplete="off"> {% csrf_token %} {% if form.errors %} {% for field in form %} {% for error in field.errors %} <div class="alert alert-danger"> <strong>{{ field.name }}: {{ error|escape }}</strong> </div> {% endfor %} {% endfor %} {% endif %} <input type="hidden" Id="Id" name="Id" value="{{ form.instance.Id }}" /> <div class="form-group"> <lable for="ProdType"></lable> <select id="ProdType" name="ProdType" class="custom-select mb-2 mr-sm-2 mb-sm-0"> {% for prodtype in form.ProdType.field.queryset %} {% ifequal form.instance.ProdType.Id prodtype.Id %} <option value="{{ prodtype.Id }}" selected>{{ prodtype.Name }}</option> {% endifequal %} {% ifnotequal form.instance.ProdType.Id prodtype.Id %} <option value="{{ prodtype.Id }}">{{ prodtype.Name }}</option> {% endifnotequal %} {% endfor %} </select> </div> <div class="form-group"> <label for="Title">Title</label> <input type="text" id="Title" name="Title" class="form-control" value="{{ form.instance.Title }}"> </div> <div class="form-group"> <label for="Price">Price</label> <input type="number" id="Price" name="Price" class="form-control" value="{{ form.instance.Price }}"> </div> <input type="submit" class="form-control" value="Save" /> </form> {% endblock %}
KarateJB/Python.Practice
src/Django/venv/ShopCart/shopcart/app/templates/product-edit.html
HTML
mit
1,693
<div ng-controller="View1Ctrl"> <select ng-model="timeSlotSelected" ng-options="o as o.label for o in timeSlotOptions" ng-init="0"> <!-- <option>6:00am</option> <option selected="selected">6:30am</option> --> </select>
burlistic/perth-code-dojo-6-decoupling-ui
app/view1/view1.html
HTML
mit
222
<form class="form-inline spl-report-control hidden-print"> <h2>CHoF Nominations <small>by ID</small></h2> <fieldset> <legend> Clean up Citizen Hall of Fame Nominations </legend> <div class="form-group"> <label>Nomination ID:</label> <input type="text" name="chof" id="chof"> </div> <button type="submit" class="btn btn-success"> Run Report <small class="glyphicon glyphicon-arrow-right"></small> </button> <a href="./" class="btn btn-default pull-right"> <small class="glyphicon glyphicon-refresh"></small> Reset</a> </fieldset> </form> <hr class="hidden-print"> <div class="spl-report-result"></div> <!-- <br> <br> <div class="well well-sm spl-report-summary hidden-print"> <h3>Summary</h3> <p> </p> </div> --> <script class="spl-report-tmpl" type="text/x-handlebars-template"> {{#with report}} {{#unless sorted.detail}} <h4>No results found</h4> {{else}} {{#with sorted.detail}} <!-- <h1>{{id}} <small>{{datestamp}}</small></h1> --> <h2>{{nominee_name}} <small>{{nominee_epoch}}</small></h2> <div class=""> <div class=""> <h4 class="">Category</h4> </div> <div class=""> {{{nominee_category}}} </div> </div> <!-- <div class="panel panel-default"> <div class="panel-heading"> <h4 class="panel-title">Contacts</h4> </div> <div class="panel-body"> <div class="row"> <div class="col-md-6"> <dl class="dl-horizontal"> <dt>Nominee email</dt> <dd>{{nominee_email}}</dd> <dt>Nominee phone</dt> <dd>{{nominee_phone}}</dd> </dl> </div> <div class="col-md-6"> <dl class="dl-horizontal"> <dt>Submitted by</dt> <dd>{{submitter_name}}</dd> <dt>Submitter phone</dt> <dd>{{submitter_phone}}</dd> <dt>Submitter email</dt> <dd>{{submitter_email}}</dd> </dl> </div> </div> </div> </div> --> <div class=""> <div class=""> <h4 class="">Essay</h4> </div> <div class=""> {{{submitter_essay}}} </div> </div> {{/with}} {{/unless}} {{/with}} </script>
spokanelibrary/spl-reports
html/SPL_202_CHOF_Nominate.html
HTML
mit
2,095
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>abp: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.7.1+2 / abp - 8.10.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> abp <small> 8.10.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-02-24 14:39:15 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-24 14:39:15 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 2 Virtual package relying on perl coq 8.7.1+2 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.05.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.05.0 Official 4.05.0 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.3 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/abp&quot; license: &quot;LGPL 2.1&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/ABP&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.10&quot; &amp; &lt; &quot;8.11~&quot;} ] tags: [ &quot;keyword: alternating bit protocol&quot; &quot;keyword: process calculi&quot; &quot;keyword: reactive systems&quot; &quot;keyword: co-inductive types&quot; &quot;keyword: co-induction&quot; &quot;category: Computer Science/Concurrent Systems and Protocols/Correctness of specific protocols&quot; ] authors: [ &quot;Eduardo Giménez&quot; ] bug-reports: &quot;https://github.com/coq-contribs/abp/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/abp.git&quot; synopsis: &quot;A verification of the alternating bit protocol expressed in CBS&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/abp/archive/v8.10.0.tar.gz&quot; checksum: &quot;md5=275beb3c0f79d6ba2adc6a61a19bbbb1&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-abp.8.10.0 coq.8.7.1+2</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.7.1+2). The following dependencies couldn&#39;t be met: - coq-abp -&gt; coq &gt;= 8.10 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-abp.8.10.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.05.0-2.0.1/released/8.7.1+2/abp/8.10.0.html
HTML
mit
6,930
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>metacoq: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.14.1 / metacoq - 1.0~alpha1+8.8</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> metacoq <small> 1.0~alpha1+8.8 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-03-03 16:57:01 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-03-03 16:57:01 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.14.1 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; maintainer: &quot;matthieu.sozeau@inria.fr&quot; homepage: &quot;https://metacoq.github.io/metacoq&quot; dev-repo: &quot;git+https://github.com/MetaCoq/metacoq.git#coq-8.8&quot; bug-reports: &quot;https://github.com/MetaCoq/metacoq/issues&quot; authors: [&quot;Abhishek Anand &lt;aa755@cs.cornell.edu&gt;&quot; &quot;Simon Boulier &lt;simon.boulier@inria.fr&gt;&quot; &quot;Cyril Cohen &lt;cyril.cohen@inria.fr&gt;&quot; &quot;Yannick Forster &lt;forster@ps.uni-saarland.de&gt;&quot; &quot;Fabian Kunze &lt;fkunze@fakusb.de&gt;&quot; &quot;Gregory Malecha &lt;gmalecha@gmail.com&gt;&quot; &quot;Matthieu Sozeau &lt;matthieu.sozeau@inria.fr&gt;&quot; &quot;Nicolas Tabareau &lt;nicolas.tabareau@inria.fr&gt;&quot; &quot;Théo Winterhalter &lt;theo.winterhalter@inria.fr&gt;&quot; ] license: &quot;MIT&quot; depends: [ &quot;ocaml&quot; {&gt; &quot;4.02.3&quot;} &quot;coq&quot; {&gt;= &quot;8.8&quot; &amp; &lt; &quot;8.9~&quot;} &quot;coq-metacoq-template&quot; {= version} &quot;coq-metacoq-checker&quot; {= version} &quot;coq-metacoq-pcuic&quot; {= version} &quot;coq-metacoq-safechecker&quot; {= version} &quot;coq-metacoq-erasure&quot; {= version} &quot;coq-metacoq-translations&quot; {= version} ] synopsis: &quot;A meta-programming framework for Coq&quot; description: &quot;&quot;&quot; MetaCoq is a meta-programming framework for Coq. The meta-package includes the template-coq library, unverified checker for Coq, PCUIC development including a verified translation from Coq to PCUIC, safe checker and erasure for PCUIC and example translations. See individual packages for more detailed descriptions. &quot;&quot;&quot; url { src: &quot;https://github.com/MetaCoq/metacoq/archive/1.0-alpha+8.8.tar.gz&quot; checksum: &quot;sha256=c2fe122ad30849e99c1e5c100af5490cef0e94246f8eb83f6df3f2ccf9edfc04&quot; }</pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-metacoq.1.0~alpha1+8.8 coq.8.14.1</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.14.1). The following dependencies couldn&#39;t be met: - coq-metacoq -&gt; coq &lt; 8.9~ -&gt; ocaml &lt; 4.10 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-metacoq.1.0~alpha1+8.8</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.12.1-2.0.8/released/8.14.1/metacoq/1.0~alpha1+8.8.html
HTML
mit
7,814
<!-- Copyright 2005-2008 Adobe Systems Incorporated Distributed under the MIT License (see accompanying file LICENSE_1_0_0.txt or a copy at http://stlab.adobe.com/licenses.html) Some files are held under additional license. Please see "http://stlab.adobe.com/licenses.html" for more information. --> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <TITLE>Adobe Software Technology Lab: optional_connect.hpp Source File</TITLE> <META HTTP-EQUIV="content-type" CONTENT="text/html;charset=ISO-8859-1"/> <LINK TYPE="text/css" REL="stylesheet" HREF="adobe_source.css"/> <LINK REL="alternate" TITLE="stlab.adobe.com RSS" HREF="http://sourceforge.net/export/rss2_projnews.php?group_id=132417&amp;rss_fulltext=1" TYPE="application/rss+xml"/> <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script> </head> <body> <div id='content'> <table><tr> <td colspan='5'> <div id='opensource_banner'> <table style='width: 100%; padding: 5px;'><tr> <td align='left'> <a href='index.html' style='border: none'><img src='stlab2007.jpg' alt="stlab.adobe.com"/></a> </td> <td align='right'> <a href='http://www.adobe.com' style='border: none'><img src='adobe_hlogo.gif' alt="Adobe Systems Incorporated"/></a> </td> </tr></table> </div> </td></tr><tr> <td valign="top"> <div id='navtable' height='100%'> <div style='margin: 5px'> <h4>Documentation</h4> <a href="group__asl__overview.html">Overview</a><br/> <a href="asl_readme.html">Building ASL</a><br/> <a href="asl_toc.html">Documentation</a><br/> <a href="http://stlab.adobe.com/wiki/index.php/Supplementary_ASL_Documentation">Library Wiki Docs</a><br/> <a href="asl_indices.html">Indices</a><br/> <a href="http://stlab.adobe.com/perforce/">Browse Perforce</a><br/> <h4>More Info</h4> <a href="asl_release_notes.html">Release Notes</a><br/> <a href="http://stlab.adobe.com/wiki/">Wiki</a><br/> <a href="asl_search.html">Site Search</a><br/> <a href="licenses.html">License</a><br/> <a href="success_stories.html">Success Stories</a><br/> <a href="asl_contributors.html">Contributors</a><br/> <h4>Media</h4> <a href="http://sourceforge.net/project/showfiles.php?group_id=132417&amp;package_id=145420">Download</a><br/> <a href="asl_download_perforce.html">Perforce Depots</a><br/> <h4>Support</h4> <a href="http://sourceforge.net/projects/adobe-source/">ASL SourceForge Home</a><br/> <a href="http://sourceforge.net/mail/?group_id=132417">Mailing Lists</a><br/> <a href="http://sourceforge.net/forum/?group_id=132417">Discussion Forums</a><br/> <a href="http://sourceforge.net/tracker/?atid=724218&amp;group_id=132417&amp;func=browse">Report Bugs</a><br/> <a href="http://sourceforge.net/tracker/?atid=724221&amp;group_id=132417&amp;func=browse">Suggest Features</a><br/> <a href="asl_contributing.html">Contribute to ASL</a><br/> <h4>RSS</h4> <a href="http://sourceforge.net/export/rss2_projnews.php?group_id=132417">Short-text news</a><br/> <a href="http://sourceforge.net/export/rss2_projnews.php?group_id=132417&amp;rss_fulltext=1">Full-text news</a><br/> <a href="http://sourceforge.net/export/rss2_projfiles.php?group_id=132417">File releases</a><br/> <h4>Other Adobe Projects</h4> <a href="http://sourceforge.net/adobe/">Open @ Adobe</a><br/> <a href="http://opensource.adobe.com/">Adobe Open Source</a><br/> <a href="http://labs.adobe.com/">Adobe Labs</a><br/> <a href="http://stlab.adobe.com/amg/">Adobe Media Gallery</a><br/> <a href="http://stlab.adobe.com/performance/">C++ Benchmarks</a><br/> <h4>Other Resources</h4> <a href="http://boost.org">Boost</a><br/> <a href="http://www.riaforge.com/">RIAForge</a><br/> <a href="http://www.sgi.com/tech/stl">SGI STL</a><br/> </div> </div> </td> <td id='maintable' width="100%" valign="top"> <!-- End Header --> <!-- Generated by Doxygen 1.7.2 --> <div class="header"> <div class="headertitle"> <h1>optional_connect.hpp</h1> </div> </div> <div class="contents"> <a href="optional__connect_8hpp.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span> <a name="l00002"></a>00002 <span class="comment"> Copyright 2005-2007 Adobe Systems Incorporated</span> <a name="l00003"></a>00003 <span class="comment"> Distributed under the MIT License (see accompanying file LICENSE_1_0_0.txt</span> <a name="l00004"></a>00004 <span class="comment"> or a copy at http://stlab.adobe.com/licenses.html)</span> <a name="l00005"></a>00005 <span class="comment">*/</span> <a name="l00006"></a>00006 <a name="l00007"></a>00007 <span class="comment">/*************************************************************************************************/</span> <a name="l00008"></a>00008 <a name="l00009"></a>00009 <span class="preprocessor">#ifndef ADOBE_OPTIONAL_CONNECTION_HPP</span> <a name="l00010"></a>00010 <span class="preprocessor"></span><span class="preprocessor">#define ADOBE_OPTIONAL_CONNECTION_HPP</span> <a name="l00011"></a>00011 <span class="preprocessor"></span> <a name="l00012"></a>00012 <span class="comment">/*************************************************************************************************/</span> <a name="l00013"></a>00013 <a name="l00014"></a>00014 <span class="preprocessor">#include &lt;<a class="code" href="config_8hpp.html">adobe/config.hpp</a>&gt;</span> <a name="l00015"></a>00015 <a name="l00016"></a>00016 <span class="preprocessor">#include &lt;boost/utility/enable_if.hpp&gt;</span> <a name="l00017"></a>00017 <a name="l00018"></a>00018 <span class="comment">/*************************************************************************************************/</span> <a name="l00019"></a>00019 <a name="l00020"></a>00020 <span class="preprocessor">#ifdef BOOST_MSVC</span> <a name="l00021"></a>00021 <span class="preprocessor"></span><span class="preprocessor"> #define ADOBE_OPTIONAL_CONNECT_TEST(p) &amp;p != 0</span> <a name="l00022"></a>00022 <span class="preprocessor"></span><span class="preprocessor">#else</span> <a name="l00023"></a><a class="code" href="optional__connect_8hpp.html#a6f27473a972aca405aca5291ba86e865">00023</a> <span class="preprocessor"></span><span class="preprocessor"> #define ADOBE_OPTIONAL_CONNECT_TEST(p) sizeof(p) != 0</span> <a name="l00024"></a>00024 <span class="preprocessor"></span><span class="preprocessor">#endif</span> <a name="l00025"></a>00025 <span class="preprocessor"></span> <a name="l00026"></a>00026 <span class="comment">/*************************************************************************************************/</span> <a name="l00027"></a>00027 <a name="l00028"></a><a class="code" href="optional__connect_8hpp.html#a029ffba1f77632a537aab563e5334c56">00028</a> <span class="preprocessor">#define ADOBE_OPTIONAL_CONNECT1(ns, func) \</span> <a name="l00029"></a>00029 <span class="preprocessor">namespace adobe { \</span> <a name="l00030"></a>00030 <span class="preprocessor">namespace ns { \</span> <a name="l00031"></a>00031 <span class="preprocessor">namespace implementation { \</span> <a name="l00032"></a>00032 <span class="preprocessor"> template &lt;class R, class T&gt; \</span> <a name="l00033"></a>00033 <span class="preprocessor"> R func(T&amp; t, \</span> <a name="l00034"></a>00034 <span class="preprocessor"> typename boost::enable_if_c&lt;ADOBE_OPTIONAL_CONNECT_TEST(T::##func)&gt;::type* = 0) \</span> <a name="l00035"></a>00035 <span class="preprocessor"> { return t.##func(); } \</span> <a name="l00036"></a>00036 <span class="preprocessor"> template &lt;class R, class T&gt; \</span> <a name="l00037"></a>00037 <span class="preprocessor"> R func(volatile T&amp;, ...) \</span> <a name="l00038"></a>00038 <span class="preprocessor"> { return R(); } \</span> <a name="l00039"></a>00039 <span class="preprocessor">} \</span> <a name="l00040"></a>00040 <span class="preprocessor">template &lt;class R, class T&gt; \</span> <a name="l00041"></a>00041 <span class="preprocessor">R func(T&amp; t) \</span> <a name="l00042"></a>00042 <span class="preprocessor"> { return implementation::##func##&lt;R&gt;(t); } \</span> <a name="l00043"></a>00043 <span class="preprocessor">} }</span> <a name="l00044"></a>00044 <span class="preprocessor"></span> <a name="l00045"></a>00045 <span class="comment">/*************************************************************************************************/</span> <a name="l00046"></a>00046 <a name="l00047"></a><a class="code" href="optional__connect_8hpp.html#aeb6b321bbcb8e0cffce07a6cf027e56b">00047</a> <span class="preprocessor">#define ADOBE_OPTIONAL_CONNECT2(ns, func) \</span> <a name="l00048"></a>00048 <span class="preprocessor">namespace adobe { \</span> <a name="l00049"></a>00049 <span class="preprocessor">namespace ns { \</span> <a name="l00050"></a>00050 <span class="preprocessor">namespace implementation { \</span> <a name="l00051"></a>00051 <span class="preprocessor"> template &lt;class R, class T, class U&gt; \</span> <a name="l00052"></a>00052 <span class="preprocessor"> R func(T&amp; t, U&amp; u, \</span> <a name="l00053"></a>00053 <span class="preprocessor"> typename boost::enable_if_c&lt;ADOBE_OPTIONAL_CONNECT_TEST(T::##func)&gt;::type* = 0) \</span> <a name="l00054"></a>00054 <span class="preprocessor"> { return t.##func##(u); } \</span> <a name="l00055"></a>00055 <span class="preprocessor"> template &lt;class R, class T, class U&gt; \</span> <a name="l00056"></a>00056 <span class="preprocessor"> R func(volatile T&amp;, volatile U&amp;, ...) \</span> <a name="l00057"></a>00057 <span class="preprocessor"> { return R(); } \</span> <a name="l00058"></a>00058 <span class="preprocessor">} \</span> <a name="l00059"></a>00059 <span class="preprocessor">template &lt;class R, class T, class U&gt; \</span> <a name="l00060"></a>00060 <span class="preprocessor">R func(T&amp; t, U&amp; u) \</span> <a name="l00061"></a>00061 <span class="preprocessor"> { return implementation::##func##&lt;R&gt;(t, u); } \</span> <a name="l00062"></a>00062 <span class="preprocessor">} }</span> <a name="l00063"></a>00063 <span class="preprocessor"></span> <a name="l00064"></a>00064 <span class="comment">/*************************************************************************************************/</span> <a name="l00065"></a>00065 <a name="l00066"></a><a class="code" href="optional__connect_8hpp.html#aa7a7a6ab2a480fab4203f99c5b1facf5">00066</a> <span class="preprocessor">#define ADOBE_OPTIONAL_CONNECT3(ns, func) \</span> <a name="l00067"></a>00067 <span class="preprocessor">namespace adobe { \</span> <a name="l00068"></a>00068 <span class="preprocessor">namespace ns { \</span> <a name="l00069"></a>00069 <span class="preprocessor">namespace implementation { \</span> <a name="l00070"></a>00070 <span class="preprocessor"> template &lt;class R, class T, class U, class V&gt; \</span> <a name="l00071"></a>00071 <span class="preprocessor"> R func(T&amp; t, U&amp; u, V&amp; v, \</span> <a name="l00072"></a>00072 <span class="preprocessor"> typename boost::enable_if_c&lt;ADOBE_OPTIONAL_CONNECT_TEST(T::##func)&gt;::type* = 0) \</span> <a name="l00073"></a>00073 <span class="preprocessor"> { return t.##func(u, v); } \</span> <a name="l00074"></a>00074 <span class="preprocessor"> template &lt;class R, class T, class U, class V&gt; \</span> <a name="l00075"></a>00075 <span class="preprocessor"> R func(volatile T&amp;, volatile U&amp;, volatile V&amp;, ...) \</span> <a name="l00076"></a>00076 <span class="preprocessor"> { return R(); } \</span> <a name="l00077"></a>00077 <span class="preprocessor">} \</span> <a name="l00078"></a>00078 <span class="preprocessor">template &lt;class R, class T, class U, class V&gt; \</span> <a name="l00079"></a>00079 <span class="preprocessor">R func(T&amp; t, U&amp; u, V&amp; v) \</span> <a name="l00080"></a>00080 <span class="preprocessor"> { return implementation::##func##&lt;R&gt;(t, u, v); } \</span> <a name="l00081"></a>00081 <span class="preprocessor">} }</span> <a name="l00082"></a>00082 <span class="preprocessor"></span> <a name="l00083"></a>00083 <span class="comment">/*************************************************************************************************/</span> <a name="l00084"></a>00084 <a name="l00085"></a>00085 <span class="preprocessor">#endif // ADOBE_OPTIONAL_CONNECTION_HPP</span> <a name="l00086"></a>00086 <span class="preprocessor"></span> <a name="l00087"></a>00087 <span class="comment">/*************************************************************************************************/</span> </pre></div></div> </div> <!-- Begin Footer --> </td></tr> </table> </div> <!-- content --> <div class='footerdiv'> <div id='footersub'> <ul> <li><a href="http://www.adobe.com/go/gftray_foot_aboutadobe">Company</a>&nbsp;|&nbsp;</li> <li><a href="http://www.adobe.com/go/gftray_foot_privacy_security">Online Privacy Policy</a>&nbsp;|&nbsp;</li> <li><a href="http://www.adobe.com/go/gftray_foot_terms">Terms of Use</a>&nbsp;|&nbsp;</li> <li><a href="http://www.adobe.com/go/gftray_foot_contact_adobe">Contact Us</a>&nbsp;|&nbsp;</li> <li><a href="http://www.adobe.com/go/gftray_foot_accessibility">Accessibility</a>&nbsp;|&nbsp;</li> <li><a href="http://www.adobe.com/go/gftray_foot_report_piracy">Report Piracy</a>&nbsp;|&nbsp;</li> <li><a href="http://www.adobe.com/go/gftray_foot_permissions_trademarks">Permissions &amp; Trademarks</a>&nbsp;|&nbsp;</li> <li><a href="http://www.adobe.com/go/gftray_foot_product_license_agreements">Product License Agreements</a>&nbsp;|&nbsp;</li> <li><a href="http://www.adobe.com/go/gftray_foot_feedback">Send Feedback</a></li> </ul> <div> <p>Copyright &#169; 2006-2007 Adobe Systems Incorporated.</p> <p>Use of this website signifies your agreement to the <a href="http://www.adobe.com/go/gftray_foot_terms">Terms of Use</a> and <a href="http://www.adobe.com/go/gftray_foot_privacy_security">Online Privacy Policy</a>.</p> <p>Search powered by <a href="http://www.google.com/" target="new">Google</a></p> </div> </div> </div> <script type="text/javascript"> _uacct = "UA-396569-1"; urchinTracker(); </script> </body> </html>
brycelelbach/asl
documentation/html/optional__connect_8hpp_source.html
HTML
mit
17,552
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Jacqueline Contreras - roadtracking profile</title> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-touch-fullscreen" content="yes"> <meta name="application-name" content="Point Up"> <meta name="apple-mobile-web-app-title" content="Point Up"> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> <meta name="theme-color" content="#629833"> <meta name="msapplication-TileColor" content="#629833"> <meta name="msapplication-navbutton-color" content="#629833"> <meta name="apple-mobile-web-app-status-bar-style" content="#629833"> <meta name="msapplication-tooltip" content="Klick to start Point Up"> <meta name="msapplication-TileImage" content="./img/144x144.png"> <meta name="msapplication-starturl" content="./"> <link href="./img/favicon.ico" rel="shortcut icon"> <link href="./img/48x48.png" rel="apple-touch-icon"> <link href="./img/76x76.png" sizes="76x76" rel="apple-touch-icon"> <link href="./img/120x120.png" sizes="120x120" rel="apple-touch-icon"> <link href="./img/152x152.png" sizes="152x152" rel="apple-touch-icon"> <link href="./css/style.min.css" rel="stylesheet"> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body class="bg-grey"> <div class="user-bar text-center"><span class="pull-left padding-9"><a href="./highscore.html"><img src="./img/back.png" width="auto" height="18"></a></span>Profile</div> <img src="./img/user.png" class="img-responsive" width="100%" height="auto"> <footer class="footer"> <ul class="nav nav-tabs nav-tabs-top display-flex"> <li role="presentation" class="active flex-grow-1"> <a href="#all" role="tab" id="profile-tab" data-toggle="tab" aria-controls="profile" aria-expanded="true"> <p class="margin-bottom-0 text-center bg-all-icon"></p> <p class="margin-bottom-0 text-center"><small>All</small></p> </a> </li> <li role="presentation" class="flex-grow-1"> <a href="#car" role="tab" id="profile-tab" data-toggle="tab" aria-controls="profile" aria-expanded="false"> <p class="margin-bottom-0 text-center bg-car-icon"></p> <p class="margin-bottom-0 text-center"><small>Car</small></p> </a> </li> <li role="presentation" class="flex-grow-1"> <a href="#route" role="tab" id="profile-tab" data-toggle="tab" aria-controls="profile" aria-expanded="false"> <p class="margin-bottom-0 text-center bg-route-icon"></p> <p class="margin-bottom-0 text-center"><small>Route</small></p> </a> </li> <li role="presentation" class="flex-grow-1"> <a href="#eco" role="tab" id="profile-tab" data-toggle="tab" aria-controls="profile" aria-expanded="false"> <p class="margin-bottom-0 text-center bg-eco-icon"></p> <p class="margin-bottom-0 text-center"><small>Eco</small></p> </a> </li> <li role="presentation" class="flex-grow-1"> <a href="#matching" role="tab" id="profile-tab" data-toggle="tab" aria-controls="profile" aria-expanded="false"> <p class="margin-bottom-0 text-center bg-matching-icon"></p> <p class="margin-bottom-0 text-center"><small>Matching</small></p> </a> </li> </ul> </footer> <script src="./lib/jquery/jquery.min.js"></script> <script src="./lib/bootstrap/bootstrap.min.js"></script> <script src="./js/main.js"></script> </body> </html>
mediahackday/roadtracking
rt-ui/user.html
HTML
mit
3,722
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>{% block title %}Encyclopedia{% endblock %}</title> <link rel="stylesheet" href="/static/stylesheets/screen.css" type="text/css" /> <link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico') }}"> <link rel="search" type="application/opensearchdescription+xml" title="Encyclopedia" href="/opensearch" /> </head> <body> {% block body %} <div class="document"> {% block document %} {% endblock %} </div> {% endblock %} </body> </html>
Ceasar/Encyclopedia
app/templates/_layouts/_base.html
HTML
mit
643
<div class="commune_descr limited"> <p> La&nbsp;Bruguière est un village géographiquement positionné dans le département de Gard en Languedoc-Roussillon. On dénombrait 268 habitants en 2008.</p> <p>À proximité de La&nbsp;Bruguière sont localisées les villes de <a href="{{VLROOT}}/immobilier/aumessas_30025/">Aumessas</a> localisée à 1&nbsp;km, 228 habitants, <a href="{{VLROOT}}/immobilier/arrigas_30017/">Arrigas</a> située à 0&nbsp;km, 179 habitants, <a href="{{VLROOT}}/immobilier/arre_30016/">Arre</a> localisée à 3&nbsp;km, 287 habitants, <a href="{{VLROOT}}/immobilier/molieres-cavaillac_30170/">Molières-Cavaillac</a> localisée à 7&nbsp;km, 949 habitants, <a href="{{VLROOT}}/immobilier/alzon_30009/">Alzon</a> à 3&nbsp;km, 220 habitants, <a href="{{VLROOT}}/immobilier/aulas_30024/">Aulas</a> située à 8&nbsp;km, 450 habitants, entre autres. De plus, La&nbsp;Bruguière est située à seulement dix&nbsp;km de <a href="{{VLROOT}}/immobilier/vigan_30350/">Le&nbsp;Vigan</a>.</p> <p>Si vous pensez venir habiter à La&nbsp;Bruguière, vous pourrez aisément trouver une maison à vendre. </p> <p>La ville compte quelques équipements sportifs, elle propose entre autres une boucle de randonnée.</p> <p>Le nombre de logements, à La&nbsp;Bruguière, était réparti en 2011 en huit appartements et 215 maisons soit un marché relativement équilibré.</p> </div>
donaldinou/frontend
src/Viteloge/CoreBundle/Resources/descriptions/30056.html
HTML
mit
1,410
<!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.12.7: v8::Int32 Class Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">V8 API Reference Guide for node.js v0.12.7 </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="inherits.html"><span>Class&#160;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="namespacev8.html">v8</a></li><li class="navelem"><a class="el" href="classv8_1_1Int32.html">Int32</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="#pub-methods">Public Member Functions</a> &#124; <a href="classv8_1_1Int32-members.html">List of all members</a> </div> <div class="headertitle"> <div class="title">v8::Int32 Class Reference</div> </div> </div><!--header--> <div class="contents"> <p><code>#include &lt;<a class="el" href="v8_8h_source.html">v8.h</a>&gt;</code></p> <div class="dynheader"> Inheritance diagram for v8::Int32:</div> <div class="dyncontent"> <div class="center"><img src="classv8_1_1Int32__inherit__graph.png" border="0" usemap="#v8_1_1Int32_inherit__map" alt="Inheritance graph"/></div> <map name="v8_1_1Int32_inherit__map" id="v8_1_1Int32_inherit__map"> </map> <center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div> <div class="dynheader"> Collaboration diagram for v8::Int32:</div> <div class="dyncontent"> <div class="center"><img src="classv8_1_1Int32__coll__graph.png" border="0" usemap="#v8_1_1Int32_coll__map" alt="Collaboration graph"/></div> <map name="v8_1_1Int32_coll__map" id="v8_1_1Int32_coll__map"> </map> <center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a> Public Member Functions</h2></td></tr> <tr class="memitem:a74860c6a524e1fb3f7b685ab0896be4b"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a74860c6a524e1fb3f7b685ab0896be4b"></a> int32_t&#160;</td><td class="memItemRight" valign="bottom"><b>Value</b> () const </td></tr> <tr class="separator:a74860c6a524e1fb3f7b685ab0896be4b"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="inherit_header pub_methods_classv8_1_1Integer"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_classv8_1_1Integer')"><img src="closed.png" alt="-"/>&#160;Public Member Functions inherited from <a class="el" href="classv8_1_1Integer.html">v8::Integer</a></td></tr> <tr class="memitem:a93bcfb39090631a3ff95843463183c9c inherit pub_methods_classv8_1_1Integer"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a93bcfb39090631a3ff95843463183c9c"></a> int64_t&#160;</td><td class="memItemRight" valign="bottom"><b>Value</b> () const </td></tr> <tr class="separator:a93bcfb39090631a3ff95843463183c9c inherit pub_methods_classv8_1_1Integer"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="inherit_header pub_methods_classv8_1_1Number"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_classv8_1_1Number')"><img src="closed.png" alt="-"/>&#160;Public Member Functions inherited from <a class="el" href="classv8_1_1Number.html">v8::Number</a></td></tr> <tr class="memitem:ae7ca1af5dd34a7a32a69f57a910ab269 inherit pub_methods_classv8_1_1Number"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ae7ca1af5dd34a7a32a69f57a910ab269"></a> double&#160;</td><td class="memItemRight" valign="bottom"><b>Value</b> () const </td></tr> <tr class="separator:ae7ca1af5dd34a7a32a69f57a910ab269 inherit pub_methods_classv8_1_1Number"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="inherit_header pub_methods_classv8_1_1Value"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_classv8_1_1Value')"><img src="closed.png" alt="-"/>&#160;Public Member Functions inherited from <a class="el" href="classv8_1_1Value.html">v8::Value</a></td></tr> <tr class="memitem:aea287b745656baa8a12a2ae1d69744b6 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">V8_INLINE bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#aea287b745656baa8a12a2ae1d69744b6">IsUndefined</a> () const </td></tr> <tr class="separator:aea287b745656baa8a12a2ae1d69744b6 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aa2c6ed8ef832223a7e2cd81e6ac61c78 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">V8_INLINE bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#aa2c6ed8ef832223a7e2cd81e6ac61c78">IsNull</a> () const </td></tr> <tr class="separator:aa2c6ed8ef832223a7e2cd81e6ac61c78 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a8f27462322186b295195eecb3e81d6d7 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#a8f27462322186b295195eecb3e81d6d7">IsTrue</a> () const </td></tr> <tr class="separator:a8f27462322186b295195eecb3e81d6d7 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a68c0296071d01ca899825d7643cf495a inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#a68c0296071d01ca899825d7643cf495a">IsFalse</a> () const </td></tr> <tr class="separator:a68c0296071d01ca899825d7643cf495a inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ab23a34b7df62806808e01b0908bf5f00 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">V8_INLINE bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#ab23a34b7df62806808e01b0908bf5f00">IsString</a> () const </td></tr> <tr class="separator:ab23a34b7df62806808e01b0908bf5f00 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:af3e6081c22d09a7bbc0a2aff59ed60a5 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#af3e6081c22d09a7bbc0a2aff59ed60a5">IsSymbol</a> () const </td></tr> <tr class="separator:af3e6081c22d09a7bbc0a2aff59ed60a5 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a05532a34cdd215f273163830ed8b77e7 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#a05532a34cdd215f273163830ed8b77e7">IsFunction</a> () const </td></tr> <tr class="separator:a05532a34cdd215f273163830ed8b77e7 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aaee0b144087d20eae02314c9393ff80f inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#aaee0b144087d20eae02314c9393ff80f">IsArray</a> () const </td></tr> <tr class="separator:aaee0b144087d20eae02314c9393ff80f inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a355b7991c5c978c0341f6f961b63c5a2 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#a355b7991c5c978c0341f6f961b63c5a2">IsObject</a> () const </td></tr> <tr class="separator:a355b7991c5c978c0341f6f961b63c5a2 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a0aceb7645e71b096df5cd73d1252b1b0 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#a0aceb7645e71b096df5cd73d1252b1b0">IsBoolean</a> () const </td></tr> <tr class="separator:a0aceb7645e71b096df5cd73d1252b1b0 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a1bd51e3e55f67c65b9a8f587fbffb7c7 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#a1bd51e3e55f67c65b9a8f587fbffb7c7">IsNumber</a> () const </td></tr> <tr class="separator:a1bd51e3e55f67c65b9a8f587fbffb7c7 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a7ac61a325c18af8dcb6d7d5bf47d2503 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#a7ac61a325c18af8dcb6d7d5bf47d2503">IsExternal</a> () const </td></tr> <tr class="separator:a7ac61a325c18af8dcb6d7d5bf47d2503 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a01e1db51c65b2feace248b7acbf71a2c inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#a01e1db51c65b2feace248b7acbf71a2c">IsInt32</a> () const </td></tr> <tr class="separator:a01e1db51c65b2feace248b7acbf71a2c inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a783c89631bac4ef3c4b909f40cc2b8d8 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#a783c89631bac4ef3c4b909f40cc2b8d8">IsUint32</a> () const </td></tr> <tr class="separator:a783c89631bac4ef3c4b909f40cc2b8d8 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a8bc11fab0aded4a805722ab6df173cae inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#a8bc11fab0aded4a805722ab6df173cae">IsDate</a> () const </td></tr> <tr class="separator:a8bc11fab0aded4a805722ab6df173cae inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:abe7bc06283e5e66013f2f056a943168b inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#abe7bc06283e5e66013f2f056a943168b">IsBooleanObject</a> () const </td></tr> <tr class="separator:abe7bc06283e5e66013f2f056a943168b inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a5f4aa9504a6d8fc3af9489330179fe14 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#a5f4aa9504a6d8fc3af9489330179fe14">IsNumberObject</a> () const </td></tr> <tr class="separator:a5f4aa9504a6d8fc3af9489330179fe14 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a3e0f2727455fd01a39a60b92f77e28e0 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#a3e0f2727455fd01a39a60b92f77e28e0">IsStringObject</a> () const </td></tr> <tr class="separator:a3e0f2727455fd01a39a60b92f77e28e0 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a867baa94cb8f1069452359e6cef6751e inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#a867baa94cb8f1069452359e6cef6751e">IsSymbolObject</a> () const </td></tr> <tr class="separator:a867baa94cb8f1069452359e6cef6751e inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a579fb52e893cdc24f8b77e5acc77d06d inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#a579fb52e893cdc24f8b77e5acc77d06d">IsNativeError</a> () const </td></tr> <tr class="separator:a579fb52e893cdc24f8b77e5acc77d06d inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aae41e43486937d6122c297a0d43ac0b8 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#aae41e43486937d6122c297a0d43ac0b8">IsRegExp</a> () const </td></tr> <tr class="separator:aae41e43486937d6122c297a0d43ac0b8 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a93d6a0817b15a1d28050ba16e131e6b4 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#a93d6a0817b15a1d28050ba16e131e6b4">IsPromise</a> () const </td></tr> <tr class="separator:a93d6a0817b15a1d28050ba16e131e6b4 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a65f9dad740f2468b44dc16349611c351 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#a65f9dad740f2468b44dc16349611c351">IsArrayBuffer</a> () const </td></tr> <tr class="separator:a65f9dad740f2468b44dc16349611c351 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ad54475d15b7e6b6e17fc80fb4570cdf2 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#ad54475d15b7e6b6e17fc80fb4570cdf2">IsArrayBufferView</a> () const </td></tr> <tr class="separator:ad54475d15b7e6b6e17fc80fb4570cdf2 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ac2f2f6c39f14a39fbb5b43577125dfe4 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#ac2f2f6c39f14a39fbb5b43577125dfe4">IsTypedArray</a> () const </td></tr> <tr class="separator:ac2f2f6c39f14a39fbb5b43577125dfe4 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:acbe2cd9c9cce96ee498677ba37c8466d inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#acbe2cd9c9cce96ee498677ba37c8466d">IsUint8Array</a> () const </td></tr> <tr class="separator:acbe2cd9c9cce96ee498677ba37c8466d inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ad3cb464ab5ef0215bd2cbdd4eb2b7e3d inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#ad3cb464ab5ef0215bd2cbdd4eb2b7e3d">IsUint8ClampedArray</a> () const </td></tr> <tr class="separator:ad3cb464ab5ef0215bd2cbdd4eb2b7e3d inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a10a88a2794271dfcd9c3abd565e8f28a inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#a10a88a2794271dfcd9c3abd565e8f28a">IsInt8Array</a> () const </td></tr> <tr class="separator:a10a88a2794271dfcd9c3abd565e8f28a inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a4a45fabf58b241f5de3086a3dd0a09ae inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#a4a45fabf58b241f5de3086a3dd0a09ae">IsUint16Array</a> () const </td></tr> <tr class="separator:a4a45fabf58b241f5de3086a3dd0a09ae inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a928c586639dd75ae4efdaa66b1fc4d50 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#a928c586639dd75ae4efdaa66b1fc4d50">IsInt16Array</a> () const </td></tr> <tr class="separator:a928c586639dd75ae4efdaa66b1fc4d50 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a5e39229dc74d534835cf4ceba10676f4 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#a5e39229dc74d534835cf4ceba10676f4">IsUint32Array</a> () const </td></tr> <tr class="separator:a5e39229dc74d534835cf4ceba10676f4 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a48eac78a49c8b42d9f8cf05c514b3750 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#a48eac78a49c8b42d9f8cf05c514b3750">IsInt32Array</a> () const </td></tr> <tr class="separator:a48eac78a49c8b42d9f8cf05c514b3750 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a4effc7ca1a221dd8c1e23c0f28145ef0 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#a4effc7ca1a221dd8c1e23c0f28145ef0">IsFloat32Array</a> () const </td></tr> <tr class="separator:a4effc7ca1a221dd8c1e23c0f28145ef0 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a293f140b81b0219d1497e937ed948b1e inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#a293f140b81b0219d1497e937ed948b1e">IsFloat64Array</a> () const </td></tr> <tr class="separator:a293f140b81b0219d1497e937ed948b1e inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:afd20ab51e79658acc405c12dad2260ab inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#afd20ab51e79658acc405c12dad2260ab">IsDataView</a> () const </td></tr> <tr class="separator:afd20ab51e79658acc405c12dad2260ab inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a73d653dc4a4999ce7258b40a4d8a1510 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a73d653dc4a4999ce7258b40a4d8a1510"></a> <a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Boolean.html">Boolean</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>ToBoolean</b> () const </td></tr> <tr class="separator:a73d653dc4a4999ce7258b40a4d8a1510 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a2706d2c0cf684a5179e76e8e404b3a5d inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a2706d2c0cf684a5179e76e8e404b3a5d"></a> <a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Number.html">Number</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>ToNumber</b> () const </td></tr> <tr class="separator:a2706d2c0cf684a5179e76e8e404b3a5d inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aef5739280886eb7a98ae0e98371dae39 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aef5739280886eb7a98ae0e98371dae39"></a> <a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1String.html">String</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>ToString</b> () const </td></tr> <tr class="separator:aef5739280886eb7a98ae0e98371dae39 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:acff61b07d724079dc3a90d3e3fd57cb3 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="acff61b07d724079dc3a90d3e3fd57cb3"></a> <a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1String.html">String</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>ToDetailString</b> () const </td></tr> <tr class="separator:acff61b07d724079dc3a90d3e3fd57cb3 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:af40feaf010e829f2cdb787eb975b941d inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="af40feaf010e829f2cdb787eb975b941d"></a> <a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Object.html">Object</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>ToObject</b> () const </td></tr> <tr class="separator:af40feaf010e829f2cdb787eb975b941d inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a3941f80b54b0707c6153657cc688ac93 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a3941f80b54b0707c6153657cc688ac93"></a> <a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Integer.html">Integer</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>ToInteger</b> () const </td></tr> <tr class="separator:a3941f80b54b0707c6153657cc688ac93 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aed71590ec8bd5ef7972d7a0d844b2cd7 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aed71590ec8bd5ef7972d7a0d844b2cd7"></a> <a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Uint32.html">Uint32</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>ToUint32</b> () const </td></tr> <tr class="separator:aed71590ec8bd5ef7972d7a0d844b2cd7 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:adf5d2c0c0bf58d60f2401d8437df26b0 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="adf5d2c0c0bf58d60f2401d8437df26b0"></a> <a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Int32.html">Int32</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>ToInt32</b> () const </td></tr> <tr class="separator:adf5d2c0c0bf58d60f2401d8437df26b0 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ae810be0ae81a87f677592d0176daac48 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Uint32.html">Uint32</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#ae810be0ae81a87f677592d0176daac48">ToArrayIndex</a> () const </td></tr> <tr class="separator:ae810be0ae81a87f677592d0176daac48 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a392d60e0ab58b5b13c0ac1e5b4b9f04b inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a392d60e0ab58b5b13c0ac1e5b4b9f04b"></a> bool&#160;</td><td class="memItemRight" valign="bottom"><b>BooleanValue</b> () const </td></tr> <tr class="separator:a392d60e0ab58b5b13c0ac1e5b4b9f04b inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a4634d525bae654cdc50c398bfaee11aa inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a4634d525bae654cdc50c398bfaee11aa"></a> double&#160;</td><td class="memItemRight" valign="bottom"><b>NumberValue</b> () const </td></tr> <tr class="separator:a4634d525bae654cdc50c398bfaee11aa inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ac61c74a94dea10f48a64f5906b6dd43d inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ac61c74a94dea10f48a64f5906b6dd43d"></a> int64_t&#160;</td><td class="memItemRight" valign="bottom"><b>IntegerValue</b> () const </td></tr> <tr class="separator:ac61c74a94dea10f48a64f5906b6dd43d inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:af25557359e6bb79436ed60df18703d66 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="af25557359e6bb79436ed60df18703d66"></a> uint32_t&#160;</td><td class="memItemRight" valign="bottom"><b>Uint32Value</b> () const </td></tr> <tr class="separator:af25557359e6bb79436ed60df18703d66 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a24daae9d99d02ff2e24b60287dcd4d95 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a24daae9d99d02ff2e24b60287dcd4d95"></a> int32_t&#160;</td><td class="memItemRight" valign="bottom"><b>Int32Value</b> () const </td></tr> <tr class="separator:a24daae9d99d02ff2e24b60287dcd4d95 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:adc2a7a92a120675bbd4c992163a20869 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Value.html#adc2a7a92a120675bbd4c992163a20869">Equals</a> (<a class="el" href="classv8_1_1Handle.html">Handle</a>&lt; <a class="el" href="classv8_1_1Value.html">Value</a> &gt; that) const </td></tr> <tr class="separator:adc2a7a92a120675bbd4c992163a20869 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:abb564818715b818957adc97716a076ba inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="abb564818715b818957adc97716a076ba"></a> bool&#160;</td><td class="memItemRight" valign="bottom"><b>StrictEquals</b> (<a class="el" href="classv8_1_1Handle.html">Handle</a>&lt; <a class="el" href="classv8_1_1Value.html">Value</a> &gt; that) const </td></tr> <tr class="separator:abb564818715b818957adc97716a076ba inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a7e49ca617f5d1773a81bae18a8062084 inherit pub_methods_classv8_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a7e49ca617f5d1773a81bae18a8062084"></a> bool&#160;</td><td class="memItemRight" valign="bottom"><b>SameValue</b> (<a class="el" href="classv8_1_1Handle.html">Handle</a>&lt; <a class="el" href="classv8_1_1Value.html">Value</a> &gt; that) const </td></tr> <tr class="separator:a7e49ca617f5d1773a81bae18a8062084 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ac2142bb3ec6527633c4f9133e80cdc19 inherit pub_methods_classv8_1_1Value"><td class="memTemplParams" colspan="2"><a class="anchor" id="ac2142bb3ec6527633c4f9133e80cdc19"></a> template&lt;class T &gt; </td></tr> <tr class="memitem:ac2142bb3ec6527633c4f9133e80cdc19 inherit pub_methods_classv8_1_1Value"><td class="memTemplItemLeft" align="right" valign="top"><a class="el" href="classv8_1_1Value.html">Value</a> *&#160;</td><td class="memTemplItemRight" valign="bottom"><b>Cast</b> (T *value)</td></tr> <tr class="separator:ac2142bb3ec6527633c4f9133e80cdc19 inherit pub_methods_classv8_1_1Value"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="inherited"></a> Additional Inherited Members</h2></td></tr> <tr class="inherit_header pub_static_methods_classv8_1_1Integer"><td colspan="2" onclick="javascript:toggleInherit('pub_static_methods_classv8_1_1Integer')"><img src="closed.png" alt="-"/>&#160;Static Public Member Functions inherited from <a class="el" href="classv8_1_1Integer.html">v8::Integer</a></td></tr> <tr class="memitem:a730d6e093c16d95edb5b92a4d05773d0 inherit pub_static_methods_classv8_1_1Integer"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a730d6e093c16d95edb5b92a4d05773d0"></a> static <a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Integer.html">Integer</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>New</b> (<a class="el" href="classv8_1_1Isolate.html">Isolate</a> *isolate, int32_t value)</td></tr> <tr class="separator:a730d6e093c16d95edb5b92a4d05773d0 inherit pub_static_methods_classv8_1_1Integer"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a6fbd6e79db802c737cb0bd5a259f134b inherit pub_static_methods_classv8_1_1Integer"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a6fbd6e79db802c737cb0bd5a259f134b"></a> static <a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Integer.html">Integer</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>NewFromUnsigned</b> (<a class="el" href="classv8_1_1Isolate.html">Isolate</a> *isolate, uint32_t value)</td></tr> <tr class="separator:a6fbd6e79db802c737cb0bd5a259f134b inherit pub_static_methods_classv8_1_1Integer"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a886f73d3d8bb91f8235f66d8dccec12a inherit pub_static_methods_classv8_1_1Integer"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a886f73d3d8bb91f8235f66d8dccec12a"></a> static V8_INLINE <a class="el" href="classv8_1_1Integer.html">Integer</a> *&#160;</td><td class="memItemRight" valign="bottom"><b>Cast</b> (<a class="el" href="classv8_1_1Value.html">v8::Value</a> *obj)</td></tr> <tr class="separator:a886f73d3d8bb91f8235f66d8dccec12a inherit pub_static_methods_classv8_1_1Integer"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="inherit_header pub_static_methods_classv8_1_1Number"><td colspan="2" onclick="javascript:toggleInherit('pub_static_methods_classv8_1_1Number')"><img src="closed.png" alt="-"/>&#160;Static Public Member Functions inherited from <a class="el" href="classv8_1_1Number.html">v8::Number</a></td></tr> <tr class="memitem:a90ea55018560648ffaf8861372b41928 inherit pub_static_methods_classv8_1_1Number"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a90ea55018560648ffaf8861372b41928"></a> static <a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Number.html">Number</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>New</b> (<a class="el" href="classv8_1_1Isolate.html">Isolate</a> *isolate, double value)</td></tr> <tr class="separator:a90ea55018560648ffaf8861372b41928 inherit pub_static_methods_classv8_1_1Number"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a053d48e0003104308963a4a7e3881912 inherit pub_static_methods_classv8_1_1Number"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a053d48e0003104308963a4a7e3881912"></a> static V8_INLINE <a class="el" href="classv8_1_1Number.html">Number</a> *&#160;</td><td class="memItemRight" valign="bottom"><b>Cast</b> (<a class="el" href="classv8_1_1Value.html">v8::Value</a> *obj)</td></tr> <tr class="separator:a053d48e0003104308963a4a7e3881912 inherit pub_static_methods_classv8_1_1Number"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="inherit_header pub_static_methods_classv8_1_1Value"><td colspan="2" onclick="javascript:toggleInherit('pub_static_methods_classv8_1_1Value')"><img src="closed.png" alt="-"/>&#160;Static Public Member Functions inherited from <a class="el" href="classv8_1_1Value.html">v8::Value</a></td></tr> <tr class="memitem:ae5aa9b54ebed55819c3a4b2a3eb5fe12 inherit pub_static_methods_classv8_1_1Value"><td class="memTemplParams" colspan="2"><a class="anchor" id="ae5aa9b54ebed55819c3a4b2a3eb5fe12"></a> template&lt;class T &gt; </td></tr> <tr class="memitem:ae5aa9b54ebed55819c3a4b2a3eb5fe12 inherit pub_static_methods_classv8_1_1Value"><td class="memTemplItemLeft" align="right" valign="top">static V8_INLINE <a class="el" href="classv8_1_1Value.html">Value</a> *&#160;</td><td class="memTemplItemRight" valign="bottom"><b>Cast</b> (T *value)</td></tr> <tr class="separator:ae5aa9b54ebed55819c3a4b2a3eb5fe12 inherit pub_static_methods_classv8_1_1Value"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> <div class="textblock"><p>A JavaScript value representing a 32-bit signed integer. </p> </div><hr/>The documentation for this class was generated from the following file:<ul> <li>deps/v8/include/<a class="el" href="v8_8h_source.html">v8.h</a></li> </ul> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated by &#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>
v8-dox/v8-dox.github.io
9d3288c/html/classv8_1_1Int32.html
HTML
mit
38,448
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_31) on Wed Dec 17 20:48:22 PST 2014 --> <title>compact2 - java.security.cert (Java Platform SE 8 )</title> <meta name="date" content="2014-12-17"> <meta name="keywords" content="java.security.cert package"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> <body> <h1 class="bar"><a href="../../../compact2-summary.html" target="classFrame">compact2</a> - <a href="../../../java/security/cert/compact2-package-summary.html" target="classFrame">java.security.cert</a></h1> <div class="indexContainer"> <h2 title="Interfaces">Interfaces</h2> <ul title="Interfaces"> <li><a href="CertPathBuilderResult.html" title="interface in java.security.cert" target="classFrame"><span class="interfaceName">CertPathBuilderResult</span></a></li> <li><a href="CertPathChecker.html" title="interface in java.security.cert" target="classFrame"><span class="interfaceName">CertPathChecker</span></a></li> <li><a href="CertPathParameters.html" title="interface in java.security.cert" target="classFrame"><span class="interfaceName">CertPathParameters</span></a></li> <li><a href="CertPathValidatorException.Reason.html" title="interface in java.security.cert" target="classFrame"><span class="interfaceName">CertPathValidatorException.Reason</span></a></li> <li><a href="CertPathValidatorResult.html" title="interface in java.security.cert" target="classFrame"><span class="interfaceName">CertPathValidatorResult</span></a></li> <li><a href="CertSelector.html" title="interface in java.security.cert" target="classFrame"><span class="interfaceName">CertSelector</span></a></li> <li><a href="CertStoreParameters.html" title="interface in java.security.cert" target="classFrame"><span class="interfaceName">CertStoreParameters</span></a></li> <li><a href="CRLSelector.html" title="interface in java.security.cert" target="classFrame"><span class="interfaceName">CRLSelector</span></a></li> <li><a href="Extension.html" title="interface in java.security.cert" target="classFrame"><span class="interfaceName">Extension</span></a></li> <li><a href="PolicyNode.html" title="interface in java.security.cert" target="classFrame"><span class="interfaceName">PolicyNode</span></a></li> <li><a href="X509Extension.html" title="interface in java.security.cert" target="classFrame"><span class="interfaceName">X509Extension</span></a></li> </ul> <h2 title="Classes">Classes</h2> <ul title="Classes"> <li><a href="Certificate.html" title="class in java.security.cert" target="classFrame">Certificate</a></li> <li><a href="Certificate.CertificateRep.html" title="class in java.security.cert" target="classFrame">Certificate.CertificateRep</a></li> <li><a href="CertificateFactory.html" title="class in java.security.cert" target="classFrame">CertificateFactory</a></li> <li><a href="CertificateFactorySpi.html" title="class in java.security.cert" target="classFrame">CertificateFactorySpi</a></li> <li><a href="CertPath.html" title="class in java.security.cert" target="classFrame">CertPath</a></li> <li><a href="CertPath.CertPathRep.html" title="class in java.security.cert" target="classFrame">CertPath.CertPathRep</a></li> <li><a href="CertPathBuilder.html" title="class in java.security.cert" target="classFrame">CertPathBuilder</a></li> <li><a href="CertPathBuilderSpi.html" title="class in java.security.cert" target="classFrame">CertPathBuilderSpi</a></li> <li><a href="CertPathValidator.html" title="class in java.security.cert" target="classFrame">CertPathValidator</a></li> <li><a href="CertPathValidatorSpi.html" title="class in java.security.cert" target="classFrame">CertPathValidatorSpi</a></li> <li><a href="CertStore.html" title="class in java.security.cert" target="classFrame">CertStore</a></li> <li><a href="CertStoreSpi.html" title="class in java.security.cert" target="classFrame">CertStoreSpi</a></li> <li><a href="CollectionCertStoreParameters.html" title="class in java.security.cert" target="classFrame">CollectionCertStoreParameters</a></li> <li><a href="CRL.html" title="class in java.security.cert" target="classFrame">CRL</a></li> <li><a href="LDAPCertStoreParameters.html" title="class in java.security.cert" target="classFrame">LDAPCertStoreParameters</a></li> <li><a href="PKIXBuilderParameters.html" title="class in java.security.cert" target="classFrame">PKIXBuilderParameters</a></li> <li><a href="PKIXCertPathBuilderResult.html" title="class in java.security.cert" target="classFrame">PKIXCertPathBuilderResult</a></li> <li><a href="PKIXCertPathChecker.html" title="class in java.security.cert" target="classFrame">PKIXCertPathChecker</a></li> <li><a href="PKIXCertPathValidatorResult.html" title="class in java.security.cert" target="classFrame">PKIXCertPathValidatorResult</a></li> <li><a href="PKIXParameters.html" title="class in java.security.cert" target="classFrame">PKIXParameters</a></li> <li><a href="PKIXRevocationChecker.html" title="class in java.security.cert" target="classFrame">PKIXRevocationChecker</a></li> <li><a href="PolicyQualifierInfo.html" title="class in java.security.cert" target="classFrame">PolicyQualifierInfo</a></li> <li><a href="TrustAnchor.html" title="class in java.security.cert" target="classFrame">TrustAnchor</a></li> <li><a href="X509Certificate.html" title="class in java.security.cert" target="classFrame">X509Certificate</a></li> <li><a href="X509CertSelector.html" title="class in java.security.cert" target="classFrame">X509CertSelector</a></li> <li><a href="X509CRL.html" title="class in java.security.cert" target="classFrame">X509CRL</a></li> <li><a href="X509CRLEntry.html" title="class in java.security.cert" target="classFrame">X509CRLEntry</a></li> <li><a href="X509CRLSelector.html" title="class in java.security.cert" target="classFrame">X509CRLSelector</a></li> </ul> <h2 title="Enums">Enums</h2> <ul title="Enums"> <li><a href="CertPathValidatorException.BasicReason.html" title="enum in java.security.cert" target="classFrame">CertPathValidatorException.BasicReason</a></li> <li><a href="CRLReason.html" title="enum in java.security.cert" target="classFrame">CRLReason</a></li> <li><a href="PKIXReason.html" title="enum in java.security.cert" target="classFrame">PKIXReason</a></li> <li><a href="PKIXRevocationChecker.Option.html" title="enum in java.security.cert" target="classFrame">PKIXRevocationChecker.Option</a></li> </ul> <h2 title="Exceptions">Exceptions</h2> <ul title="Exceptions"> <li><a href="CertificateEncodingException.html" title="class in java.security.cert" target="classFrame">CertificateEncodingException</a></li> <li><a href="CertificateException.html" title="class in java.security.cert" target="classFrame">CertificateException</a></li> <li><a href="CertificateExpiredException.html" title="class in java.security.cert" target="classFrame">CertificateExpiredException</a></li> <li><a href="CertificateNotYetValidException.html" title="class in java.security.cert" target="classFrame">CertificateNotYetValidException</a></li> <li><a href="CertificateParsingException.html" title="class in java.security.cert" target="classFrame">CertificateParsingException</a></li> <li><a href="CertificateRevokedException.html" title="class in java.security.cert" target="classFrame">CertificateRevokedException</a></li> <li><a href="CertPathBuilderException.html" title="class in java.security.cert" target="classFrame">CertPathBuilderException</a></li> <li><a href="CertPathValidatorException.html" title="class in java.security.cert" target="classFrame">CertPathValidatorException</a></li> <li><a href="CertStoreException.html" title="class in java.security.cert" target="classFrame">CertStoreException</a></li> <li><a href="CRLException.html" title="class in java.security.cert" target="classFrame">CRLException</a></li> </ul> </div> </body> </html>
fbiville/annotation-processing-ftw
doc/java/jdk8/java/security/cert/compact2-package-frame.html
HTML
mit
8,007
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>local::datagram_protocol::family</title> <link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="../../../boost_asio.html" title="Boost.Asio"> <link rel="up" href="../local__datagram_protocol.html" title="local::datagram_protocol"> <link rel="prev" href="endpoint.html" title="local::datagram_protocol::endpoint"> <link rel="next" href="protocol.html" title="local::datagram_protocol::protocol"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table cellpadding="2" width="100%"><tr> <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td> <td align="center"><a href="../../../../../index.html">Home</a></td> <td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td> <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td> <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td> <td align="center"><a href="../../../../../more/index.htm">More</a></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="endpoint.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../local__datagram_protocol.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="protocol.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="section"> <div class="titlepage"><div><div><h4 class="title"> <a name="boost_asio.reference.local__datagram_protocol.family"></a><a class="link" href="family.html" title="local::datagram_protocol::family">local::datagram_protocol::family</a> </h4></div></div></div> <p> <a class="indexterm" name="idp89787928"></a> Obtain an identifier for the protocol family. </p> <pre class="programlisting"><span class="keyword">int</span> <span class="identifier">family</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span> </pre> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright &#169; 2003-2013 Christopher M. Kohlhoff<p> Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>) </p> </div></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="endpoint.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../local__datagram_protocol.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="protocol.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
laborautonomo/poedit
deps/boost/doc/html/boost_asio/reference/local__datagram_protocol/family.html
HTML
mit
3,303
{% extends "layout.html" %} {% block content %} <h1>Account Verification with Flask</h1> <p> This demo application will show you how to implement user account verification with Twilio-powered <a href="http://authy.com">Authy!</a>(powered by <a href="http://twilio.com">Twilio</a>) in Flask </p> <p><a href="{{url_for('register')}}">Sign Up</a> for an account to see how it works!</p> {% endblock %}
TwilioDevEd/account-verification-flask
account_verification_flask/templates/index.html
HTML
mit
414
<!DOCTYPE html> <html> <head> <title>Gameminer Bot</title> <link rel="stylesheet" href="popup.css" type="text/css" /> <script src="jquery-1.12.3.min.js"></script> <script src="popup.js"></script> </head> <body> <header> <div class="content"> <img src="images/logo.png" style="width:30%;margin-top:-5px"> <h2 style="float:right">Settings</h2> </div> </header> <div class="content"> <div class="span6 text-center" id="actions"> <div class="fullwidth"> <!--<p style="margin-top: 0;">Receive notifications by email:</p> <input id="email" type="text" placeholder="Type your email (required)" required>--> <p style="margin-top: 15px; float:left">Customize scan delay (in minutes):</p> <input id="gdelay" type="number" min="1" max="99999" required> <form id="formcheck"> <div class="col-4"> <input type="checkbox" id="genable" class="checkitem" name="actived" value="Bot enabled"><label for="genable">Bot enabled</label></input> <input type="checkbox" id="gsgold" class="checkitem" name="actived" value="Enter gold giveaways"><label for="gsgold">Enter gold giveaways</label></input> </div> <div class="col-4"> <input type="checkbox" id="gregion" class="checkitem" name="actived" value="Enter region free only"><label for="gregion">Enter region free only</label></input> </div> <input style="opacity:0"></input> <hr style="margin-top:-15px"><br> Adjust <b>coal</b> price here:<br> <p style="margin-top: 15px; float:left">minimum:</p> <input style="float:left;" id="gcoalmin" type="number" min="0" max="1000" required> <p style="margin-top: 15px;margin-left:5px;float:left">maximum:</p> <input id="gcoalmax" type="number" min="0" max="1000" required> <br><br> Adjust <b style="color:#FFBF00">gold</b> price here:<br> <p style="margin-top: 15px; float:left">minimum:</p> <input style="float:left;" id="ggoldmin" type="number" min="0" max="1000" required> <p style="margin-top: 15px;margin-left:5px;float:left">maximum:</p> <input id="ggoldmax" type="number" min="0" max="1000" required> <div class="col-4"> <input type="checkbox" id="gafree" class="checkitem" name="actived" value="Enter region free only"><label for="gafree" style="width:293px">Always join free giveaways</label></input> </div> <div class="feedback" id="feedback">Configuration saved!</div> <div class="feedbackbad" id="feedbackbad">Error saving settings...</div> </form> </div> </div> <div id="instructions"> <div class="fullwidth"> <h3>INSTRUCTIONS <small><a href="#" id="show"><span id="message">show</span></a></small></h3> <p>With this chrome extension you can automatically join giveaways on Gameminer.</p> <ol> <li>Go to <a href="http://gameminer.net/" target="_blank">gameminer.net</a> and log in with your Steam account.</li> <li>Click on "Bot enabled" in this settings window.</li> <li>Refresh the website and the bot will start running.</li> </ol> <p><b>Note:</b> You need to keep the website open in order to keep the bot running.</p> <p>This might be changed in the future.</p> <p>Hint: Giveaways will be joined shortly before they expire, so don't worry if the bot doesn't join all giveaways at once.</p> </div> </div> <hr> <div style="margin:15px 0"> <p class="center">Contact (Steam): <a target="_blank" href="https://steamcommunity.com/id/tackyou">tackyou</a></p></div> </div> </body> </html>
Tackyou/gameminer-autojoin
source/data/popup.html
HTML
mit
3,509
--- # DO NOT EDIT! # This file is automatically generated by get-members. If you change it, bad # things will happen. layout: default title: "Jeremy Corbyn" house: commons --- <div class="row"> <div class="col-md-8"> {% include members/jeremy-corbyn.html %} <h3>What is Jeremy Corbyn interested in?</h3> <li><a href="http://jenit.github.io/childs-guide-to-parliament/interests/people-of-islington.html">People Of Islington</a></li> <li><a href="http://jenit.github.io/childs-guide-to-parliament/interests/stop-the-war.html">Stop The War</a></li> <li><a href="http://jenit.github.io/childs-guide-to-parliament/interests/liberation.html">Liberation</a></li> <li><a href="http://jenit.github.io/childs-guide-to-parliament/interests/the-welfare-state.html">The Welfare State</a></li> <li><a href="http://jenit.github.io/childs-guide-to-parliament/interests/the-nhs.html">The Nhs</a></li> <li><a href="http://jenit.github.io/childs-guide-to-parliament/interests/socialism-and-human-rights-including-anti-racism.html">Socialism And Human Rights Including Anti Racism</a></li> <li><a href="http://jenit.github.io/childs-guide-to-parliament/interests/anti-imperialism-and-internationalism.html">Anti Imperialism And Internationalism</a></li> <li><a href="http://jenit.github.io/childs-guide-to-parliament/interests/transport-safety.html">Transport Safety</a></li> <li><a href="http://jenit.github.io/childs-guide-to-parliament/interests/the-environment.html">The Environment</a></li> </div> <div class="col-md-4"> <div class="panel panel-default"> <div class="panel-heading"> <h3 class="panel-title">Place</h3> </div> <div class="panel-body"> <p>Jeremy Corbyn is the MP for <b>Islington North</b>.</p> <div id="constituency-map" style="width:100%;height:250px"></div> <script> L.mapbox.accessToken = 'pk.eyJ1IjoiamFja3NvbmowNCIsImEiOiJxNmRPTDhvIn0.zxOHkhRVui-0MBwEdKnfUg'; var map = L.mapbox.map('constituency-map', 'jacksonj04.k663m066',{ zoomControl: false }); var featureLayer = L.mapbox.featureLayer() .loadURL('{{ site.baseurl }}/data/boundaries/islington-north.geojson') .addTo(map); featureLayer.on('ready', function() { map.fitBounds(featureLayer.getBounds()); }); </script> <p class="small"><a href="{{ site.baseurl }}/glossary.html#constituency">What is a constituency?</a><p> </div> </div> <div class="panel panel-default"> <div class="panel-heading"> <h3 class="panel-title">Party</h3> </div> <div class="panel-body"> <p>Jeremy Corbyn is an MP in the <b>Labour</b> party.</p> <p class="small"><a href="{{ site.baseurl }}/glossary.html#party">What is a party?</a><p> </div> </div> </div> </div>
JeniT/childs-guide-to-parliament
members/jeremy-corbyn.html
HTML
mit
3,146
<div class="commune_descr limited"> <p> Villeneuve-lès-Avignon est une commune située dans le département de Gard en Languedoc-Roussillon. Elle comptait 12&nbsp;471 habitants en 2008.</p> <p>À proximité de Villeneuve-lès-Avignon sont situées les villes de <a href="{{VLROOT}}/immobilier/angles_30011/">Les&nbsp;Angles</a> localisée à 2&nbsp;km, 8&nbsp;115 habitants, <a href="{{VLROOT}}/immobilier/rognonas_13083/">Rognonas</a> à 7&nbsp;km, 3&nbsp;967 habitants, <a href="{{VLROOT}}/immobilier/pontet_84092/">Le&nbsp;Pontet</a> située à 4&nbsp;km, 17&nbsp;365 habitants, <a href="{{VLROOT}}/immobilier/sauveterre_30312/">Sauveterre</a> située à 6&nbsp;km, 1&nbsp;793 habitants, <a href="{{VLROOT}}/immobilier/rochefort-du-gard_30217/">Rochefort-du-Gard</a> à 8&nbsp;km, 6&nbsp;667 habitants, <a href="{{VLROOT}}/immobilier/barbentane_13010/">Barbentane</a> localisée à 8&nbsp;km, 3&nbsp;711 habitants, entre autres. De plus, Villeneuve-lès-Avignon est située à seulement un&nbsp;km de <a href="{{VLROOT}}/immobilier/avignon_84007/">Avignon</a>.</p> <p>À Villeneuve-lès-Avignon le salaire moyen mensuel par individu se situe à approximativement 2&nbsp;687 &euro; net. Ceci est au dessus de la moyenne nationale.</p> <p>Le nombre de logements, à Villeneuve-lès-Avignon, était réparti en 2011 en 1&nbsp;659 appartements et 4&nbsp;328 maisons soit un marché relativement équilibré.</p> <p> La commune est équipée concernant la formation de deux collèges et un lycée. S'agissant les plus jeunes, la commune dispose de trois maternelles et trois écoles primaires. Villeneuve-lès-Avignon propose les installations permettant une vie locale facilitée. Si vous avez un projet de faire une acquisition à Villeneuve-lès-Avignon, il est important regarder la notoriété des équipements éducatifs</p> <p>À Villeneuve-lès-Avignon, la valeur moyenne à la vente d'un appartement s'évalue à 3&nbsp;199 &euro; du m² en vente. La valeur moyenne d'une maison à l'achat se situe à 2&nbsp;881 &euro; du m². À la location la valeur moyenne se situe à 12,51 &euro; du m² mensuel.</p> <p>La commune offre de multiples équipements, elle dispose, entre autres, de un bassin de natation, trois terrains de tennis, un centre d'équitation et un équipement de roller/skate.</p> <p>Villeneuve-lès-Avignon est localisé à seulement 1 Kilomètres de Avignon, les étudiants qui aurons besoin de se loger à moindre coût pourront envisager de louer un appartement à Villeneuve-lès-Avignon. Villeneuve-lès-Avignon est aussi un bon investissement locatif du fait de sa proximité de Avignon et de ses Universités. Il sera aisé de trouver un studio à vendre. </p> </div>
donaldinou/frontend
src/Viteloge/CoreBundle/Resources/descriptions/30351.html
HTML
mit
2,712
<!DOCTYPE html> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]--> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"><meta> <title>E3 Challenge</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- Place favicon.ico and apple-touch-icon.png in the root directory --> <link href='http://fonts.googleapis.com/css?family=Lato:400,700,900' rel='stylesheet' type='text/css'> <link href='http://fonts.googleapis.com/css?family=Open+Sans:300,400,700' rel='stylesheet' type='text/css'> <link rel="stylesheet" href="css/normalize.css"> <link rel="stylesheet" href="css/main.css"> <link rel="stylesheet" href="css/bootstrap-theme.min.css"> <link rel="stylesheet" href="css/bootstrap.min.css"> <link rel="stylesheet" href="css/blueimp-gallery.min.css"> <script src="js/vendor/modernizr-2.6.2.min.js"></script> <link rel="icon" type="img/png" href="img/icons/E3_small_icon.png"> <script type="text/javascript" src="js/vendor/jquery-1.10.2.min.js"></script> <script type="text/javascript" src="js/vendor/jquery.smint.js"></script> <script type="text/javascript" src="js/vendor/bootstrap.min.js"></script> <script type="text/javascript"> $(document).ready( function() { $('#subMenu').smint({ 'scrollSpeed' : 1000 }); $('.carousel').carousel(); }); </script> <style type="text/css"> .carousel-inner > .item > img { margin: 0 auto; } #mentors{ background-color: #999999; color: white; } div.background-black { background-color: #000000; color: white; } div.background-blue { background-color: #3399cc; color: white; } div.background-blue-text-black{ background-color: #3399cc; color:black; } div.background-white{ background-color: white; color: black; } div.trapez{ width:100px; height:0; border-bottom:100px solid blue; border-left:60px solid transparent; border-right:60px solid transparent; } div.trapez2{ width:200px; height:0; border-top:30px solid blue; border-left:20px solid transparent; border-right:20px solid transparent; } div.text-align-center{ text-align:center; } div.text-align-right{ text-align:right; } #triangle-topleft { width: 0; height: 0; border-top: 100px solid red; border-right: 100px solid transparent; } #triangle-topright { width: 0; height: 0; border-top: 100px solid red; border-left: 100px solid transparent; } #triangle-bottomleft { width: 0; height: 0; border-bottom: 100px solid red; border-right: 100px solid transparent; } #triangle-bottomright { width: 0; height: 0; border-bottom: 100px solid red; border-left: 100px solid transparent; } #mentors h2:before{ position:relative; top:40px; content:""; width: 0; height: 0; border-top: 30px solid red; border-left: 30px solid transparent; } #mentors h2:after{ content:""; position:relative; top:40px; width: 0; height: 0; border-top: 30px solid red; border-right: 30px solid transparent; } .carousel { height: 100%; } @media (min-width: 992px){ .carousel .item { width: 100%; /*slider width*/ max-height: 800px; /*slider height*/ } } @media (min-width: 1400px) and (max-width:2000px){ .carousel .item { width: 100%; /*slider width*/ max-height: 800px; /*slider height*/ } } @media (min-width: 992px) and (max-width:1400px){ .carousel .item { width: 100%; /*slider width*/ max-height: 700px; /*slider height*/ } } .carousel .item img { width: 100%; /*img width*/ height: 100%; } /*add some makeup*/ .carousel .carousel-control { width: 100px; background: none; border: none; top: 50%; } /*full width container*/ @media (max-width: 767px) { .block { margin-left: -20px; margin-right: -20px; } } .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right{ right: 0%; } .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left{ left: 0%; } .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right{ position:relative; } span.the-class{ font-size:x-small; position:relative; bottom:10px; } .carousel-caption { position: relative; left: 0%; right: 0%; bottom: 0px; z-index: 10; padding-top: 0px; padding-bottom: 0px; color: #000; text-shadow: none; } .btn-info{ background-color:#3399cc; border-color:#3399cc; } .subNavBtn{ padding-top:27px; } .padding-top{ padding-top:10px; padding-right:20px; } .padding-bottom{ padding-top:70px; } .text-align-left{ text-align: left; } .padding-bottom-more{ padding-top:70px; } span.red{ color:red; } img.top-bar{ position:relative; bottom:5px; left:5px; } img.img-full{ width:100%; } .padding-none{ padding-top:0px; padding-bottom:0px; padding-left:0px; padding-right:0px; } </style> </head> <body onload="setTimeout(function() { window.scrollTo(0, 1) }, 100);"> <!--[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 id="blueimp-gallery" class="blueimp-gallery blueimp-gallery-controls"> <div class="slides"></div> <h3 class="title"></h3> <a class="prev">‹</a> <a class="next">›</a> <a class="close">×</a> <a class="play-pause"></a> <ol class="indicator"></ol> </div> <div class="wrap"> <nav class="navbar navbar-default navbar-fixed-top" role="navigation"> <div class="container-fluid"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse"> <ul class="nav navbar-nav" id="subMenu"> <li><a class="navbar-brand" id="s1" href="#" class="subNavBtn"><span class="the-class">The</span><img class="top-bar" src="img/icons/E3_updated_logo.png" alt="e3 challenge"/></a></li> <li><a href="#" id="s1" class="subNavBtn">HOME</a></li> <li><a href="#" id="s2" class="subNavBtn">ABOUT THE CHALLENGE</a></li> <li><a href="#" id="s3" class="subNavBtn">PAST MENTORS</a></li> <li><a href="#" id="s4" class="subNavBtn">GALLERY</a></li> <li><a href="#" id="s5" class="subNavBtn">PAST PARTNERS</a></li> <li><a href="#" id="s6" class="subNavBtn">JOIN US</a></li> <li><a href="mailto:e3challenge@power-unit.org" class="subNavBtn end">CONTACT US</a></li> </ul> <div class="text-align-right padding-top"> <a href="https://www.facebook.com/e3challenge"><img src="img/icons/facebook_dark_25.png" alt="facebook"/></a> &nbsp;&nbsp; <a href="https://twitter.com/E3challenge"><img src="img/icons/twitter_dark_25.png" alt="twitter"/></a> &nbsp;&nbsp; <a href="http://power-unit.org"><img src="img/icons/PUYO_Logo_25.png" alt="PUYO"></a> </div> </div><!-- /.navbar-collapse --> </div><!-- /.container-fluid --> </nav> <div class="section s1"> <div class="inner"> <div class="container-fluid"> <div class="row"> <div class="col-md-12 padding-none"> <div id="myCarousel" class="carousel slide"> <div class="carousel-inner"> <div class="active item"> <img src="img/slider/slider-1.jpg" alt="Slide1" /> </div> <div class="item"> <img src="img/slider/slider-2.jpg" alt="Slide2" /> </div> <div class="item"> <img src="img/slider/slider-3.jpg" alt="Slide3" /> </div> <div class="item"> <img src="img/slider/slider-4.jpg" alt="Slide3" /> </div> </div> <a class="carousel-control left" href="#myCarousel" data-slide="prev"><span class="glyphicon glyphicon-chevron-left"></span></a> <a class="carousel-control right" href="#myCarousel" data-slide="next"><span class="glyphicon glyphicon-chevron-right"></span></a> </div> </div> </div> </div><!-- close containter-fluid --> </div> <!-- close inner --> </div> <div class="section s2"> <div class="inner"> <div class="container-fluid"> <div class="row background-black"> <div class="col-md-1">&nbsp;</div> <div class="col-md-10"> <h1>About the Challenge</h1> </div> <div class="col-md-1">&nbsp;</div> </div> <div class="row background-black"> <div class="col-md-1">&nbsp;</div> <div class="col-md-10"><img src="img/e3-3.JPG"/>&nbsp;Business Challenges</div> <div class="col-md-1">&nbsp;</div> </div> <div class="row background-black"> <div class="col-md-4">&nbsp;</div> <div class="col-md-7"><img src="img/e3-2.JPG"/>&nbsp;Summer Months</div> <div class="col-md-1">&nbsp;</div> </div> <div class="row background-black"> <div class="col-md-6">&nbsp;</div> <div class="col-md-4"><img src="img/e3-1.JPG"/>&nbsp;Winning Team</div> <div class="col-md-2">&nbsp;</div> </div> <div class="row background-black">&nbsp;</div> <div class="row background-black"> <div class="col-md-1">&nbsp;</div> <div class="col-md-10"> <p>Entrepreneurship. Empowerment. Excellence.</p> <p>Put your skills to test with The E3 Challenge! Every summer, energetic and committed youth between the ages of 16-20 are divided into teams to compete with one another in three distinct business challenges - each with its own unique characteristics. The challenges range from direct sales to new product development proposals. Working in real-life situations not only helps our participants broaden their technical skills, it also gives them an opportunity to build new friendships and develop important "soft" skills that are often overlooked.</p> <p>In addition to the challenge, a support system of mentors, workshops and seminars makes this competition a valuable learning experience. Judged on leadership, adaptability and teamwork, a winning team is selected at the end of three rounds of competition.</p> <p>The E3 Challenge is a leadership development project under Power Unit Youth Organization. It was created to support Power Unit Youth Organization's mission by promoting entrepreneurship, empowerment and excellence in youth.</p> </div> <div class="col-md-1">&nbsp;</div> </div> <div class="row background-black">&nbsp;</div> </div> </div> </div> <div class="section s3"> <div class="inner"> <div class="container-fluid"> <div class="row background-white"> <div class="col-md-1">&nbsp;</div> <div class="col-md-3"> <h1>Past Mentors</h1> </div> <div class="col-md-7">&nbsp;</div> <div class="col-md-1">&nbsp;</div> </div> <div class="row background-white">&nbsp;</div> <div class="row background-white"> <div class="col-md-1">&nbsp;</div> <div class="col-md-3"><img class="img-rounded" src="img/mentor_profile/roman_3.png" /></div> <div class="col-md-7"> <h2>Roman Cezar</h2> <p>As a mentor, you are given the chance to have an impact on the growth of your mentees. You are able to share your experience and knowledge with them. When taking a close look at their behaviours, you also take the time to look back at your own. Not only is it a development opportunity for your mentees, it is also one for yourself. You look back at how you communicate with them; discovering what is the most effective way to get your message across and get your team to see you point. It is also a chance for you to develop your EQ, as sympathy and understanding play an important role when trying to push them forward. Finally, you have a chance to take part in the amazing challenges that your team is on. Frankly, I wish that I had the opportunities presented to them when I was their age!</p> <button type="button" class="btn btn-info" data-toggle="collapse" data-target=".more-mentors">More Mentors</button> </div> <div class="col-md-1">&nbsp;</div> </div> <div class="row background-white">&nbsp;</div> <div id="more-mentors" class="row collapse background-white more-mentors"> <div class="col-md-1">&nbsp;</div> <div class="col-md-3"><img class="img-rounded" src="img/mentor_profile/gary.png"/></div> <div class="col-md-7"> <h2>Gary Li</h2> <p>As an E3 Mentor, I was pleasantly reminded of the creativity and resourcefulness of which young individuals are capable. Some of my participants impressed me with their ambition and leadership potential. Others impressed me with their efficiency and project management skills. All of them impressed me with their courage to overcome their weaknesses and fears as they became more confident in themselves.</p> <p> My team won the 2013 E3 Challenge, but win or lose, I could not be more proud of their development as individuals and as a team. Three of my participants have immediately moved on to take important leadership roles in the E3 Challenge organizing team or other areas of PUYO.</p> <p> The experience was equally rewarding for me, as I had the opportunity to work with other strong mentors and a pair of very dedicated peer advisors who care greatly about youth development.</p> </div> <div class="col-md-1">&nbsp;</div> </div> <div class="row background-white">&nbsp;</div> <div id="more-mentors" class="row collapse background-white more-mentors"> <div class="col-md-1">&nbsp;</div> <div class="col-md-3"><img class="img-rounded" src="img/mentor_profile/matt.png" /></div> <div class="col-md-7"> <h2>Matthew Wai</h2> <p>The challenges definitely contributed to my team’s development in ways that the normal school curriculum would never have. I think some of the most important skills in today’s society are adaptation and teamwork. Although it may not have been a highlighted development skill in E3, it is vital to the younger generation. Businesses are starting to use social media, working with people across the globe, and assigning tasks that an employee may not have been normally responsible for. I feel that in order to succeed in today’s market, a candidate’s soft skills are just as, if not more important than their technical skills. The E3 was able to challenge my team by having them work with different personalities, adapt to the quickly changing environment of “Night It Up” on a daily basis, and most importantly, work in a team to accomplish the challenge. As many members of my team quickly learned, these challenges are not able to be completed by themselves (like some high school projects) and must utilize their team members. The teams that were able to identify a team leader and work effectively together typically came out stronger in presenting their challenges. </p> </div> <div class="col-md-1">&nbsp;</div> </div> <div class="row background-white">&nbsp;</div> <div class="row background-white"> <div class="col-md-1">&nbsp;</div> <div class="col-md-10"> <p>Interested in being a Mentor? Please contact Jenny Cui at <a href="mailto:jenny.cui@power-unit.org">jenny.cui@power-unit.org</a> for more information about this year's opportunities!</p> </div> <div class="col-md-1">&nbsp;</div> </div> <div class="row background-white">&nbsp;</div> </div> </div> </div> <div class="section s4"> <div class="inner"> <div class="container-fluid"> <div class="row"> <div class="col-md-12 text-align-center"> <h1>Gallery</h1> </div> </div> <div class="row background-black">&nbsp;</div> <div id="links"> <div class="row background-black"> <div class="col-md-4 padding-none"> <a href="img/gallery/gallery-1.jpg" title="" data-gallery> <img class="img-full" src="img/gallery/gallery-1t.jpg" alt="e3-challenge-1"></a> </div> <div class="col-md-4 padding-none"> <a href="img/gallery/gallery-2.jpg" title="" data-gallery> <img class="img-full" src="img/gallery/gallery-2t.jpg" alt="e3-challenge-2"></a> </div> <div class="col-md-4 padding-none"> <a href="img/gallery/gallery-3.jpg" title="" data-gallery> <img class="img-full" src="img/gallery/gallery-3t.jpg" alt="e3-challenge-3"></a> </div> </div> <div class="row background-black"> <div class="col-md-4 padding-none"> <a href="img/gallery/gallery-4.jpg" title="" data-gallery> <img class="img-full" src="img/gallery/gallery-4t.jpg" alt="e3-challenge-4"></a> </div> <div class="col-md-4 padding-none"> <a href="img/gallery/gallery-5.jpg" title="" data-gallery> <img class="img-full" src="img/gallery/gallery-5t.jpg" alt="e3-challenge-5"></a> </div> <div class="col-md-4 padding-none"> <a href="img/gallery/gallery-6.jpg" title="" data-gallery> <img class="img-full" src="img/gallery/gallery-6t.jpg" alt="e3-challenge-6"></a> </div> </div> <div class="row background-black"> <div class="col-md-4 padding-none"> <a href="img/gallery/gallery-7.jpg" title="" data-gallery> <img class="img-full" src="img/gallery/gallery-7t.jpg" alt="e3-challenge-7"></a> </div> <div class="col-md-4 padding-none"> <a href="img/gallery/gallery-8.jpg" title="" data-gallery> <img class="img-full" src="img/gallery/gallery-8t.jpg" alt="e3-challenge-8"></a> </div> <div class="col-md-4 padding-none"> <a href="img/gallery/gallery-9.jpg" title="" data-gallery> <img class="img-full" src="img/gallery/gallery-9t.jpg" alt="e3-challenge-9"></a> </div> </div> </div><!-- closes links --> <div class="row background-black">&nbsp;</div> </div><!-- closes big column --> </div><!-- close big row --> </div> <div class="section s5"> <div class="inner"> <div class="container-fluid"> <div class="row"> <div class="col-md-1">&nbsp;</div> <div class="col-md-10"><h1>PAST PARTNERS</h1></div> <div class="col-md-1">&nbsp;</div> </div> <div class="row"> <div class="col-md-1">&nbsp;</div> <div class="col-md-5"> <div class="row">&nbsp;</div> <div class="row"> <div class="col-md-6 text-center"><img src="img/logo/red_flag_deals_logo1.png" /></div> <div class="col-md-6 text-center"><img src="img/logo/flybits_logo1.png" /></div> </div> <div class="row">&nbsp;</div> <div class="row"> <div class="col-md-6 text-center"><img src="img/logo/osc_logo1.png" /></div> <div class="col-md-6 text-center"><img src="img/logo/tzoo_logo1.png" /></div> </div> <div class="row">&nbsp;</div> <div class="row"> <div class="col-md-6 text-center"><img src="img/logo/NIU_logo1.png" /></div> <div class="col-md-6 text-center"><img src="img/logo/rbc_logo1.png" /></div> </div> <div class="row">&nbsp;</div> </div> <div class="col-md-5"> <img src="img/logo/telus_logo1.png" /> <blockquote> <p>“On behalf of the TELUS team, I had a great time working with the E3 organizing primes and student teams. We were very impressed by the detailed marketing strategies that the teams developed under tight timelines and the level of professionalism showcased during the challenge presentations. Not only did the students highlight new marketing insights that we will incorporate into future campaigns, but it was also very rewarding to see the students develop their marketing skills during the challenge. Congrats and a job well done to all the 2013 E3 teams!” </p> </blockquote> <p>- Ashley Cameron, Multicultural Marketing, TELUS</p> </div> <div class="col-md-1">&nbsp;</div> </div> <div class="row">&nbsp;</div> <div class="row background-blue text-align-center"> <div class="col-md-12"><h1>INTERESTED IN BECOMING A PARTNER?</h1></div> </div> <div class="row background-blue-text-black"> <div class="col-md-1">&nbsp;</div> <div class="col-md-10"> <p><strong>Hands-On Projects - </strong>Assist E3 participants in obtaining practical experience through working with your company’s established product lines and services. Allow the youths to implement their ideas and observe the results of their efforts first hand.</p> <p><strong>Professional Feedback - </strong>Take part in evaluating E3 participants’ performance. Provide professional feedback to E3 participants and help them further their development.</p> <p><strong>Invest in Our Community’s Youths - </strong>Your participation in The E3 Challenge provides a valuable learning experience to many ambitious youths. Cookie-cutter type textbook education no longer suffices in equipping youths with the necessary tools to succeed. Help us make learning fun and project your company as the driving force behind youth-empowering initiatives.</p> <p><strong>Reach Out to the Youth Market - </strong>Through the projects, allow the youths to familiarize with your products and services first hand. Get them involved, engaged, and leave a lasting impression!</p> </div> <div class="col-md-1">&nbsp;</div> </div> <div class="row background-blue text-align-center"> <div class="col-md-4">&nbsp;</div> <div class="col-md-4"><a href="files/2014E3EventPackage.pdf" class="btn btn-default">Click Here for Package</a></div> <div class="col-md-4">&nbsp;</div> </div> <div class="row background-blue">&nbsp;</div> </div> </div> </div> <div class="section s6"> <div class="inner"> <div class="container-fluid"> <div class="row">&nbsp;</div> <div class="row">&nbsp;</div> <div class="row text-align-center"> <div class="col-md-12"><h1>The E3 Challenge is a go!</h1></div> </div> <div class="row">&nbsp;</div> <div class="row"> <div class="col-md-1">&nbsp;</div> <div class="col-md-10"> <!--<section class="block"> <div id="Carousel" class="carousel slide"> <div class="carousel-inner"> <div class="active item"> <div class="holder col-sm-4"> </div> <div class="col-sm-8"> <div class="carousel-caption background-white text-align-left"> </div> </div> </div> </div> <a class="carousel-control right" href="#Carousel" data-slide="next"><span class="glyphicon glyphicon-chevron-right"></a> </div> </section> --> <!--<h2>PARTICIPANT REQUIREMENTS:</h2> Are you… <ul> <li>a high school or university student aged 16-20 (or turning 21 this summer)?</li> <li>inspired by the words entrepreneurship, empowerment, and excellence?</li> <li>creative and someone who thinks outside of the box?</li> <li>striving to be one of the leaders of tomorrow?</li> <li>going to be in Toronto this summer?</li> </ul> <h2>HOW TO APPLY:</h2> <ol> <li>Download the application form.</li> <li>Attach your resume to the application form and submit them by Sunday, June 1, 2014, 11:59PM. Please e-mail both the application form and your resume to e3challenge@power-unit.org. <br><strong>Note:</strong> You will receive a confirmation e-mail within 24 hours after your submission. If not, please contact us at e3challenge@power-unit.org. </li> <li> Those who submitted an application will be arranged for interviews shortly after their submission. <ul> <li>In-person interviews dates: June 6 to 7, 2014</li> <li>Phone interviews dates: June 14 to 15, 2014</li> </ul> </li> <li>Successful applicants will be contacted by Sunday, June 22, 2014 and will need to attend the mandatory orientation and training session on Saturday, June 28, 2014.</li> <li>There will be a $20 program fee for successful applicants.</li> </ol> --> <p> Maybe you've missed the deadline for the E3 challenge this year, but no worries! Live through the E3 challenge experience with the current participants via our post challenge updates! </p> <p> Our awesome E3 team definitely tested themselves during Night It Up! these past three days from July 11th-13th. Given only a tent, table, and lightbulb, each team had to come up with their own unique game for NIU! Standing guard at game booths three days in a row is a tough job, not to mention promoting under the hot and blazing sun, straining voices to get advertisements out, and working strenuous hours both pre and post the actual event. Despite innumerable rocky bumps along the way, all of our participants, mentors, and peer advisers endured their path along this demanding, vigorous, but most importantly, absolutely rewarding first E3 Challenge! </p> <p> All of the E3 participants have indubitably gained important skills throughout the making of this first challenge, such as communicative skills, teamwork, perseverance, responsibility, and entrepreneurship. Personal development is a major value of PUYO and our E3 team has demonstrated great growth throughout this first E3 challenge. Best of all, everyone exhibited great philanthropic intentions as each team worked as hard as they could to bring in the most profit as possible for UNITY charity. </p> </div> <div class="col-md-1">&nbsp;</div> </div> <div id="links_2"> <div class="row background-black"> <div class="col-md-4 padding-none"> <a href="img/gallery/updates_gallery/PIC1.jpg" title="" data-gallery> <img class="img-full" src="img/gallery/updates_gallery/PIC1.jpg" alt="e3-challenge-updates-1"></a> </div> <div class="col-md-4 padding-none"> <a href="img/gallery/updates_gallery/PIC2.jpg" title="" data-gallery> <img class="img-full" src="img/gallery/updates_gallery/PIC2.jpg" alt="e3-challenge-updates-2"></a> </div> <div class="col-md-4 padding-none"> <a href="img/gallery/updates_gallery/PIC3.jpg" title="" data-gallery> <img class="img-full" src="img/gallery/updates_gallery/PIC3.jpg" alt="e3-challenge-updates-3"></a> </div> </div> <!-- <div class="row background-black"> <div class="col-md-4 padding-none"> <a href="img/gallery/updates_gallery/PIC4.jpg" title="" data-gallery> <img class="img-full" src="img/gallery/updates_gallery/PIC4.jpg" alt="e3-challenge-updates-4"></a> </div> <div class="col-md-4 padding-none"> <a href="img/gallery/updates_gallery/img_1.jpg" title="" data-gallery> <img class="img-full" src="img/gallery/updates_gallery/img_1.jpg" alt="e3-challenge-updates-5"></a> </div> <div class="col-md-4 padding-none"> <a href="img/gallery/updates_gallery/img_2.jpg" title="" data-gallery> <img class="img-full" src="img/gallery/updates_gallery/img_2.jpg" alt="e3-challenge-updates-6"></a> </div> </div> --> </div><!-- closes links_2 --> <div class="row">&nbsp;</div> <!--<div class="row"> <div class="col-md-12 text-align-center"> <a class="btn btn-lg btn-info text" href="files/e3application2014form.xlsx">Download Application Form</a> </div> </div> --> <div class="row">&nbsp;</div> <div class="row text-align-right"> <div class="col-md-1">&nbsp;</div> <div class="col-md-6 padding-bottom-more text-align-left"> <img src="img/E3_logo_updated.png" alt="Slide1" /><br>Contact us: <a href="mailto:e3challenge@power-unit.org">e3challenge@power-unit.org</a></div> <div class="col-md-4 padding-bottom"><a href="http://power-unit.org"><img src="img/logo/pu.jpg" /></a></div> <div class="col-md-1">&nbsp;</div> </div> <div class="row">&nbsp;</div> <div class="row">&nbsp;</div> </div> </div> </div> </div><!-- ends wrap --> <script>window.jQuery || document.write('<script src="js/vendor/jquery-1.10.2.min.js"><\/script>')</script> <script src="js/vendor/plugins.js"></script> <script src="js/vendor/main.js"></script> <script src="js/blueimp-gallery.min.js"></script> <script> document.getElementById('links').onclick = function (event) { event = event || window.event; var target = event.target || event.srcElement, link = target.src ? target.parentNode : target, options = {index: link, event: event}, links = this.getElementsByTagName('a'); blueimp.Gallery(links, options); }; </script> <script> document.getElementById('links_2').onclick = function (event) { event = event || window.event; var target = event.target || event.srcElement, link = target.src ? target.parentNode : target, options = {index: link, event: event}, links = this.getElementsByTagName('a'); blueimp.Gallery(links, options); }; </script> <!-- Google Analytics: change UA-XXXXX-X to be your site's ID. --> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-53000759-1', 'auto'); ga('send', 'pageview'); </script> </body> </html>
thhu/e3challenge
index.html
HTML
mit
32,925
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta name="generator" content="JsDoc Toolkit" /> <title>JsDoc Reference - minplayer.async</title> <style type="text/css"> /* default.css */ body { font: 12px "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif; width: 800px; } .header { clear: both; background-color: #ccc; padding: 8px; } h1 { font-size: 150%; font-weight: bold; padding: 0; margin: 1em 0 0 .3em; } hr { border: none 0; border-top: 1px solid #7F8FB1; height: 1px; } pre.code { display: block; padding: 8px; border: 1px dashed #ccc; } #index { margin-top: 24px; float: left; width: 160px; position: absolute; left: 8px; background-color: #F3F3F3; padding: 8px; } #content { margin-left: 190px; width: 600px; } .classList { list-style-type: none; padding: 0; margin: 0 0 0 8px; font-family: arial, sans-serif; font-size: 1em; overflow: auto; } .classList li { padding: 0; margin: 0 0 8px 0; } .summaryTable { width: 100%; } h1.classTitle { font-size:170%; line-height:130%; } h2 { font-size: 110%; } caption, div.sectionTitle { background-color: #7F8FB1; color: #fff; font-size:130%; text-align: left; padding: 2px 6px 2px 6px; border: 1px #7F8FB1 solid; } div.sectionTitle { margin-bottom: 8px; } .summaryTable thead { display: none; } .summaryTable td { vertical-align: top; padding: 4px; border-bottom: 1px #7F8FB1 solid; border-right: 1px #7F8FB1 solid; } /*col#summaryAttributes {}*/ .summaryTable td.attributes { border-left: 1px #7F8FB1 solid; width: 140px; text-align: right; } td.attributes, .fixedFont { line-height: 15px; color: #002EBE; font-family: "Courier New",Courier,monospace; font-size: 13px; } .summaryTable td.nameDescription { text-align: left; font-size: 13px; line-height: 15px; } .summaryTable td.nameDescription, .description { line-height: 15px; padding: 4px; padding-left: 4px; } .summaryTable { margin-bottom: 8px; } ul.inheritsList { list-style: square; margin-left: 20px; padding-left: 0; } .detailList { margin-left: 20px; line-height: 15px; } .detailList dt { margin-left: 20px; } .detailList .heading { font-weight: bold; padding-bottom: 6px; margin-left: 0; } .light, td.attributes, .light a:link, .light a:visited { color: #777; font-style: italic; } .fineprint { text-align: right; font-size: 10px; } </style> </head> <body> <!-- ============================== header ================================= --> <!-- begin static/header.html --> <div id="header"> </div> <!-- end static/header.html --> <!-- ============================== classes index ============================ --> <div id="index"> <!-- begin publish.classesIndex --> <div align="center"><a href="../index.html">Class Index</a> | <a href="../files.html">File Index</a></div> <hr /> <h2>Classes</h2> <ul class="classList"> <li><i><a href="../symbols/_global_.html">_global_</a></i></li> <li><a href="../symbols/jQuery.fn.minplayer.html">jQuery.fn.minplayer</a></li> <li><a href="../symbols/jQuery.fn.osmplayer.html">jQuery.fn.osmplayer</a></li> <li><a href="../symbols/minplayer.async.html">minplayer.async</a></li> <li><a href="../symbols/minplayer.compatibility.html">minplayer.compatibility</a></li> <li><a href="../symbols/minplayer.display.html">minplayer.display</a></li> <li><a href="../symbols/minplayer.file.html">minplayer.file</a></li> <li><a href="../symbols/minplayer.flags.html">minplayer.flags</a></li> <li><a href="../symbols/minplayer.image.html">minplayer.image</a></li> <li><a href="../symbols/minplayer.players.base.html">minplayer.players.base</a></li> <li><a href="../symbols/minplayer.players.flash.html">minplayer.players.flash</a></li> <li><a href="../symbols/minplayer.players.html5.html">minplayer.players.html5</a></li> <li><a href="../symbols/minplayer.players.limelight.html">minplayer.players.limelight</a></li> <li><a href="../symbols/minplayer.players.minplayer.html">minplayer.players.minplayer</a></li> <li><a href="../symbols/minplayer.players.vimeo.html">minplayer.players.vimeo</a></li> <li><a href="../symbols/minplayer.players.youtube.html">minplayer.players.youtube</a></li> <li><a href="../symbols/minplayer.plugin.html">minplayer.plugin</a></li> <li><a href="../symbols/osmplayer.html">osmplayer</a></li> <li><a href="../symbols/osmplayer.pager.html">osmplayer.pager</a></li> <li><a href="../symbols/osmplayer.playlist.html">osmplayer.playlist</a></li> <li><a href="../symbols/osmplayer.teaser.html">osmplayer.teaser</a></li> </ul> <hr /> <!-- end publish.classesIndex --> </div> <div id="content"> <!-- ============================== class title ============================ --> <h1 class="classTitle"> Class minplayer.async </h1> <!-- ============================== class summary ========================== --> <p class="description"> This class keeps track of asynchronous get requests for certain variables within the player. <br /><i>Defined in: </i> <a href="../symbols/src/minplayer_src_minplayer.async.js.html">minplayer.async.js</a>. </p> <!-- ============================== constructor summary ==================== --> <table class="summaryTable" cellspacing="0" summary="A summary of the constructor documented in the class minplayer.async."> <caption>Class Summary</caption> <thead> <tr> <th scope="col">Constructor Attributes</th> <th scope="col">Constructor Name and Description</th> </tr> </thead> <tbody> <tr> <td class="attributes">&nbsp;</td> <td class="nameDescription" > <div class="fixedFont"> <b><a href="../symbols/minplayer.async.html#constructor">minplayer.async</a></b>() </div> <div class="description"></div> </td> </tr> </tbody> </table> <!-- ============================== properties summary ===================== --> <table class="summaryTable" cellspacing="0" summary="A summary of the fields documented in the class minplayer.async."> <caption>Field Summary</caption> <thead> <tr> <th scope="col">Field Attributes</th> <th scope="col">Field Name and Description</th> </tr> </thead> <tbody> <tr> <td class="attributes">&nbsp;</td> <td class="nameDescription"> <div class="fixedFont"> <b><a href="../symbols/minplayer.async.html#queue">queue</a></b> </div> <div class="description">The queue of callbacks to call when this value is determined.</div> </td> </tr> <tr> <td class="attributes">&nbsp;</td> <td class="nameDescription"> <div class="fixedFont"> <b><a href="../symbols/minplayer.async.html#value">value</a></b> </div> <div class="description">The final value of this asynchronous variable.</div> </td> </tr> </tbody> </table> <!-- ============================== methods summary ======================== --> <table class="summaryTable" cellspacing="0" summary="A summary of the methods documented in the class minplayer.async."> <caption>Method Summary</caption> <thead> <tr> <th scope="col">Method Attributes</th> <th scope="col">Method Name and Description</th> </tr> </thead> <tbody> <tr> <td class="attributes">&nbsp;</td> <td class="nameDescription"> <div class="fixedFont"><b><a href="../symbols/minplayer.async.html#get">get</a></b>(callback, pollValue) </div> <div class="description">Retrieve the value of this variable.</div> </td> </tr> <tr> <td class="attributes">&nbsp;</td> <td class="nameDescription"> <div class="fixedFont"><b><a href="../symbols/minplayer.async.html#set">set</a></b>(val) </div> <div class="description">Sets the value of an asynchronous value.</div> </td> </tr> </tbody> </table> <!-- ============================== events summary ======================== --> <!-- ============================== constructor details ==================== --> <div class="details"><a name="constructor"> </a> <div class="sectionTitle"> Class Detail </div> <div class="fixedFont"> <b>minplayer.async</b>() </div> <div class="description"> </div> </div> <!-- ============================== field details ========================== --> <div class="sectionTitle"> Field Detail </div> <a name="queue"> </a> <div class="fixedFont"> <b>queue</b> </div> <div class="description"> The queue of callbacks to call when this value is determined. </div> <hr /> <a name="value"> </a> <div class="fixedFont"> <b>value</b> </div> <div class="description"> The final value of this asynchronous variable. </div> <!-- ============================== method details ========================= --> <div class="sectionTitle"> Method Detail </div> <a name="get"> </a> <div class="fixedFont"> <b>get</b>(callback, pollValue) </div> <div class="description"> Retrieve the value of this variable. </div> <dl class="detailList"> <dt class="heading">Parameters:</dt> <dt> <span class="light fixedFont">{function}</span> <b>callback</b> </dt> <dd>The function to call when the value is determined.</dd> <dt> <span class="light fixedFont">{function}</span> <b>pollValue</b> </dt> <dd>The poll function to try and get the value every 1 second if the value is not set.</dd> </dl> <hr /> <a name="set"> </a> <div class="fixedFont"> <b>set</b>(val) </div> <div class="description"> Sets the value of an asynchronous value. </div> <dl class="detailList"> <dt class="heading">Parameters:</dt> <dt> <span class="light fixedFont">{void}</span> <b>val</b> </dt> <dd>The value to set.</dd> </dl> <!-- ============================== event details ========================= --> <hr /> </div> <!-- ============================== footer ================================= --> <div class="fineprint" style="clear:both"> Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0 on Thu Feb 07 2013 22:28:15 GMT-0600 (CST) </div> </body> </html>
AllPlayers/brochure.allplayers.com
assets/osmplayer/doc/symbols/minplayer.async.html
HTML
mit
11,542
<% var togglerId = _.uniqueId('dropdown-') %> <div class="choice-filter number-range-filter"> <div class="btn-group btn-block"> <button id="<%- togglerId %>" class="btn btn-square-default dropdown-toggle" data-toggle="dropdown" data-inherit-parent-width="loosely" data-adjust-height aria-haspopup="true" aria-expanded="false" aria-label="<%- _.__('Filter criteria') %>"> <%- selectedChoiceLabel %> </button> <ul class="dropdown-menu" role="menu" aria-labelledby="<%- togglerId %>"> <% _.each(choices, function (option) { %> <li<% if (selectedChoice == option.value) { %> class="active"<% } %>> <a class="dropdown-item choice-value" href="#" data-value="<%= option.value %>"><%- option.label %></a> </li> <% }); %> </ul> </div> <div class="value-field-frame"> <div class="filter-value"> <div class="filter-start"> <input type="number" class="" value="<%= value.value %>" name="value"> </div> <span class="filter-separator">-</span> <div class="filter-end"> <input type="number" value="<%= value.value_end %>" name="value_end"> </div> </div> <input class="name_input" type="hidden" name="<%= name %>" id="<%= name %>" value="<%= selectedChoice %>"/> <button class="btn btn-primary filter-update" type="button"><%- _.__("Update") %></button> </div> </div>
orocrm/platform
src/Oro/Bundle/FilterBundle/Resources/public/templates/filter/number-range-filter.html
HTML
mit
1,549
<?php $page->title('Library: Details') ->navbar_image('title-stellar') ->breadcrumbs('Search', 'Details'); class Item { private $book; public function __construct($book) { $this->book = $book; } public function display($label, $field, $href=NULL, $class=NULL, $group=False) { foreach($this->book[$field] as $value) { ?> <? if(!$group) { ?> <ul class="nav"> <? } ?> <li> <? if($href != NULL) { echo '<a href="' . $href($value) . '" class="' . $class . '">'; } ?> <div class="label"><?=$label?></div> <div class="value"><?=$value?></div> <? if($href != NULL) { echo "</a>"; } ?> </li> <? if (!$group) { ?> </ul> <? } ?> <? } } } $item = new Item($book); $page->content_begin(); ?> <!-- <ul class="nav"> <? $item->display('name', 'fullname', NULL, NULL, True); ?> <? $item->display('title', 'title', NULL, NULL, True); ?> <? $item->display('dept', 'dept', NULL, NULL, True); ?> </ul> <? if(has_phone($person)) { ?> <ul class="nav"> <? $item->display('home', 'homephone', "phoneHREF", 'phone', True); ?> <? $item->display('phone', 'telephone', "phoneHREF", 'phone', True); ?> <? $item->display('fax', 'fax', "phoneHREF", 'phone', True); ?> </ul> <? } ?> <? $item->display('address', 'address'); $item->display('email', 'email', "mailHREF", 'email'); $item->display('office', 'room', "mapHREF", 'map'); ?> --> <ul class="nav"> <li> <div class="label">Title:</div> <div class="value"><?=$book['title']?></div> </li> <li> <div class="label">Year:</div> <div class="value"><?=$book['year']?></div> </li> <li> <div class="label">Location:</div> <div class="value"><?=$book['location']?></div> </li> <li> <div class="label">Call No.:</div> <div class="value"><?=$book['call_number']?></div> </li> </ul> <? $page->content_end(); ?>
Xiaojing/atmobileweb
web/library/ip/detail.html
HTML
mit
2,303
<!DOCTYPE html><html><head><title>http://lpantano.github.io/tag/sequence-alignment/</title><link rel="canonical" href="http://lpantano.github.io/tag/sequence-alignment/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=http://lpantano.github.io/tag/sequence-alignment/" /></head></html>
lpantano/lpantano.github.io
tag/sequence-alignment/page/1/index.html
HTML
mit
343
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_27) on Wed Nov 21 16:03:52 EST 2012 --> <TITLE> org.pentaho.di.ui.trans.steps.mapping </TITLE> <META NAME="date" CONTENT="2012-11-21"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="org.pentaho.di.ui.trans.steps.mapping"; } } </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="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../../../../org/pentaho/di/ui/trans/steps/mailvalidator/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp; &nbsp;<A HREF="../../../../../../../org/pentaho/di/ui/trans/steps/mappinginput/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../../index.html?org/pentaho/di/ui/trans/steps/mapping/package-summary.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <H2> Package org.pentaho.di.ui.trans.steps.mapping </H2> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Class Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../../org/pentaho/di/ui/trans/steps/mapping/MappingDialog.html" title="class in org.pentaho.di.ui.trans.steps.mapping">MappingDialog</A></B></TD> <TD>&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <DL> </DL> <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="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../../../../org/pentaho/di/ui/trans/steps/mailvalidator/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp; &nbsp;<A HREF="../../../../../../../org/pentaho/di/ui/trans/steps/mappinginput/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../../index.html?org/pentaho/di/ui/trans/steps/mapping/package-summary.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML>
ColFusion/PentahoKettle
kettle-data-integration/docs/api/org/pentaho/di/ui/trans/steps/mapping/package-summary.html
HTML
mit
6,598
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Module: ZeepIt::Generator::Commands::Update</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <meta http-equiv="Content-Script-Type" content="text/javascript" /> <link rel="stylesheet" href="../../../.././rdoc-style.css" type="text/css" media="screen" /> <script type="text/javascript"> // <![CDATA[ function popupCode( url ) { window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400") } function toggleCode( id ) { if ( document.getElementById ) elem = document.getElementById( id ); else if ( document.all ) elem = eval( "document.all." + id ); else return false; elemStyle = elem.style; if ( elemStyle.display != "block" ) { elemStyle.display = "block" } else { elemStyle.display = "none" } return true; } // Make codeblocks hidden by default document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" ) // ]]> </script> </head> <body> <div id="classHeader"> <table class="header-table"> <tr class="top-aligned-row"> <td><strong>Module</strong></td> <td class="class-name-in-header">ZeepIt::Generator::Commands::Update</td> </tr> <tr class="top-aligned-row"> <td><strong>In:</strong></td> <td> <a href="../../../../files/lib/zeep_it/commands_rb.html"> lib/zeep_it/commands.rb </a> <br /> </td> </tr> </table> </div> <!-- banner header --> <div id="bodyContent"> <div id="contextContent"> </div> <div id="method-list"> <h3 class="section-bar">Methods</h3> <div class="name-list"> <a href="#M000007">zeep_it_route</a>&nbsp;&nbsp; </div> </div> </div> <!-- if includes --> <div id="section"> <!-- if method_list --> <div id="methods"> <h3 class="section-bar">Public Instance methods</h3> <div id="method-M000007" class="method-detail"> <a name="M000007"></a> <div class="method-heading"> <a href="#M000007" class="method-signature"> <span class="method-name">zeep_it_route</span><span class="method-args">()</span> </a> </div> <div class="method-description"> <p><a class="source-toggle" href="#" onclick="toggleCode('M000007-source');return false;">[Source]</a></p> <div class="method-source-code" id="M000007-source"> <pre> <span class="ruby-comment cmt"># File lib/zeep_it/commands.rb, line 30</span> 30: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">zeep_it_route</span> 31: <span class="ruby-keyword kw">end</span> </pre> </div> </div> </div> </div> </div> <div id="validator-badges"> <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p> </div> </body> </html>
ychaker/zeep_it
rdoc/classes/ZeepIt/Generator/Commands/Update.html
HTML
mit
3,333
Home of the widgets
columby/widgets.columby.com
widgets/index.html
HTML
mit
20
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_31) on Wed Dec 17 20:48:22 PST 2014 --> <title>compact3 - javax.annotation.processing (Java Platform SE 8 )</title> <meta name="date" content="2014-12-17"> <meta name="keywords" content="javax.annotation.processing package"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> <body> <h1 class="bar"><a href="../../../compact3-summary.html" target="classFrame">compact3</a> - <a href="../../../javax/annotation/processing/compact3-package-summary.html" target="classFrame">javax.annotation.processing</a></h1> <div class="indexContainer"> <h2 title="Interfaces">Interfaces</h2> <ul title="Interfaces"> <li><a href="Completion.html" title="interface in javax.annotation.processing" target="classFrame"><span class="interfaceName">Completion</span></a></li> <li><a href="Filer.html" title="interface in javax.annotation.processing" target="classFrame"><span class="interfaceName">Filer</span></a></li> <li><a href="Messager.html" title="interface in javax.annotation.processing" target="classFrame"><span class="interfaceName">Messager</span></a></li> <li><a href="ProcessingEnvironment.html" title="interface in javax.annotation.processing" target="classFrame"><span class="interfaceName">ProcessingEnvironment</span></a></li> <li><a href="Processor.html" title="interface in javax.annotation.processing" target="classFrame"><span class="interfaceName">Processor</span></a></li> <li><a href="RoundEnvironment.html" title="interface in javax.annotation.processing" target="classFrame"><span class="interfaceName">RoundEnvironment</span></a></li> </ul> <h2 title="Classes">Classes</h2> <ul title="Classes"> <li><a href="AbstractProcessor.html" title="class in javax.annotation.processing" target="classFrame">AbstractProcessor</a></li> <li><a href="Completions.html" title="class in javax.annotation.processing" target="classFrame">Completions</a></li> </ul> <h2 title="Exceptions">Exceptions</h2> <ul title="Exceptions"> <li><a href="FilerException.html" title="class in javax.annotation.processing" target="classFrame">FilerException</a></li> </ul> <h2 title="Annotation Types">Annotation Types</h2> <ul title="Annotation Types"> <li><a href="SupportedAnnotationTypes.html" title="annotation in javax.annotation.processing" target="classFrame">SupportedAnnotationTypes</a></li> <li><a href="SupportedOptions.html" title="annotation in javax.annotation.processing" target="classFrame">SupportedOptions</a></li> <li><a href="SupportedSourceVersion.html" title="annotation in javax.annotation.processing" target="classFrame">SupportedSourceVersion</a></li> </ul> </div> </body> </html>
fbiville/annotation-processing-ftw
doc/java/jdk8/javax/annotation/processing/compact3-package-frame.html
HTML
mit
2,866
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="zh"> <head> <!-- Generated by javadoc (1.8.0_102) on Tue May 02 09:44:15 CST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>W - 索引</title> <meta name="date" content="2017-05-02"> <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="W - \u7D22\u5F15"; } } catch(err) { } //--> </script> <noscript> <div>您的浏览器已禁用 JavaScript。</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="跳过导航链接">跳过导航链接</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="导航"> <li><a href="../overview-summary.html">概览</a></li> <li>程序包</li> <li>类</li> <li><a href="../overview-tree.html">树</a></li> <li><a href="../deprecated-list.html">已过时</a></li> <li class="navBarCell1Rev">索引</li> <li><a href="../help-doc.html">帮助</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="index-19.html">上一个字母</a></li> <li>下一个字母</li> </ul> <ul class="navList"> <li><a href="../index.html?index-files/index-20.html" target="_top">框架</a></li> <li><a href="index-20.html" target="_top">无框架</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../allclasses-noframe.html">所有类</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">K</a>&nbsp;<a href="index-11.html">L</a>&nbsp;<a href="index-12.html">M</a>&nbsp;<a href="index-13.html">N</a>&nbsp;<a href="index-14.html">O</a>&nbsp;<a href="index-15.html">P</a>&nbsp;<a href="index-16.html">R</a>&nbsp;<a href="index-17.html">S</a>&nbsp;<a href="index-18.html">U</a>&nbsp;<a href="index-19.html">V</a>&nbsp;<a href="index-20.html">W</a>&nbsp;<a name="I:W"> <!-- --> </a> <h2 class="title">W</h2> <dl> <dt><span class="memberNameLink"><a href="../com/hxgraph/adapter/BarGraphAdapter.html#wrapRawData-com.hxgraph.model.param.BarGraphStrategyParam-">wrapRawData(BarGraphStrategyParam)</a></span> - 类 中的方法com.hxgraph.adapter.<a href="../com/hxgraph/adapter/BarGraphAdapter.html" title="com.hxgraph.adapter中的类">BarGraphAdapter</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../com/hxgraph/adapter/DotToLineAdapter.html#wrapRawData-com.hxgraph.model.param.DotToLineStrategyParam-">wrapRawData(DotToLineStrategyParam)</a></span> - 类 中的方法com.hxgraph.adapter.<a href="../com/hxgraph/adapter/DotToLineAdapter.html" title="com.hxgraph.adapter中的类">DotToLineAdapter</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../com/hxgraph/adapter/IGraphAdapter.html#wrapRawData-P-">wrapRawData(P)</a></span> - 接口 中的方法com.hxgraph.adapter.<a href="../com/hxgraph/adapter/IGraphAdapter.html" title="com.hxgraph.adapter中的接口">IGraphAdapter</a></dt> <dd> <div class="block">用于处理原始数据,包装为绘图所需数据结构的方法</div> </dd> <dt><span class="memberNameLink"><a href="../com/hxgraph/adapter/KLineAdapter.html#wrapRawData-com.hxgraph.model.param.KLineStrategyParam-">wrapRawData(KLineStrategyParam)</a></span> - 类 中的方法com.hxgraph.adapter.<a href="../com/hxgraph/adapter/KLineAdapter.html" title="com.hxgraph.adapter中的类">KLineAdapter</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../com/hxgraph/adapter/special/HXKLineAdapter.html#wrapRawData-com.hxgraph.model.param.KLineStrategyParam-">wrapRawData(KLineStrategyParam)</a></span> - 类 中的方法com.hxgraph.adapter.special.<a href="../com/hxgraph/adapter/special/HXKLineAdapter.html" title="com.hxgraph.adapter.special中的类">HXKLineAdapter</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../com/hxgraph/adapter/special/MagicWaveGraphAdapter.html#wrapRawData-com.hxgraph.model.param.special.MagicWaveGraphStrategyParam-">wrapRawData(MagicWaveGraphStrategyParam)</a></span> - 类 中的方法com.hxgraph.adapter.special.<a href="../com/hxgraph/adapter/special/MagicWaveGraphAdapter.html" title="com.hxgraph.adapter.special中的类">MagicWaveGraphAdapter</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../com/hxgraph/adapter/special/RedGreenGraphAdapter.html#wrapRawData-com.hxgraph.model.param.special.RedGreenGraphStrategyParam-">wrapRawData(RedGreenGraphStrategyParam)</a></span> - 类 中的方法com.hxgraph.adapter.special.<a href="../com/hxgraph/adapter/special/RedGreenGraphAdapter.html" title="com.hxgraph.adapter.special中的类">RedGreenGraphAdapter</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../com/hxgraph/adapter/special/StockBarGraphAdapter.html#wrapRawData-com.hxgraph.model.param.DotToLineStrategyParam-">wrapRawData(DotToLineStrategyParam)</a></span> - 类 中的方法com.hxgraph.adapter.special.<a href="../com/hxgraph/adapter/special/StockBarGraphAdapter.html" title="com.hxgraph.adapter.special中的类">StockBarGraphAdapter</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../com/hxgraph/adapter/special/VolumeGraphAdapter.html#wrapRawData-com.hxgraph.model.param.special.VolumeGraphStrategyParam-">wrapRawData(VolumeGraphStrategyParam)</a></span> - 类 中的方法com.hxgraph.adapter.special.<a href="../com/hxgraph/adapter/special/VolumeGraphAdapter.html" title="com.hxgraph.adapter.special中的类">VolumeGraphAdapter</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">K</a>&nbsp;<a href="index-11.html">L</a>&nbsp;<a href="index-12.html">M</a>&nbsp;<a href="index-13.html">N</a>&nbsp;<a href="index-14.html">O</a>&nbsp;<a href="index-15.html">P</a>&nbsp;<a href="index-16.html">R</a>&nbsp;<a href="index-17.html">S</a>&nbsp;<a href="index-18.html">U</a>&nbsp;<a href="index-19.html">V</a>&nbsp;<a href="index-20.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="跳过导航链接">跳过导航链接</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="导航"> <li><a href="../overview-summary.html">概览</a></li> <li>程序包</li> <li>类</li> <li><a href="../overview-tree.html">树</a></li> <li><a href="../deprecated-list.html">已过时</a></li> <li class="navBarCell1Rev">索引</li> <li><a href="../help-doc.html">帮助</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="index-19.html">上一个字母</a></li> <li>下一个字母</li> </ul> <ul class="navList"> <li><a href="../index.html?index-files/index-20.html" target="_top">框架</a></li> <li><a href="index-20.html" target="_top">无框架</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../allclasses-noframe.html">所有类</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>
liulinru13/HxGraph
Test/index-files/index-20.html
HTML
mit
8,560
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="zh"> <head> <!-- Generated by javadoc (1.8.0_102) on Fri Sep 02 10:53:46 CST 2016 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>R - 索引</title> <meta name="date" content="2016-09-02"> <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="R - \u7D22\u5F15"; } } catch(err) { } //--> </script> <noscript> <div>您的浏览器已禁用 JavaScript。</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="跳过导航链接">跳过导航链接</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="导航"> <li><a href="../overview-summary.html">概览</a></li> <li>程序包</li> <li>类</li> <li>使用</li> <li><a href="../overview-tree.html">树</a></li> <li><a href="../deprecated-list.html">已过时</a></li> <li class="navBarCell1Rev">索引</li> <li><a href="../help-doc.html">帮助</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="index-11.html">上一个字母</a></li> <li><a href="index-13.html">下一个字母</a></li> </ul> <ul class="navList"> <li><a href="../index.html?index-files/index-12.html" target="_top">框架</a></li> <li><a href="index-12.html" target="_top">无框架</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../allclasses-noframe.html">所有类</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="contentContainer"><a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">D</a>&nbsp;<a href="index-4.html">F</a>&nbsp;<a href="index-5.html">G</a>&nbsp;<a href="index-6.html">H</a>&nbsp;<a href="index-7.html">I</a>&nbsp;<a href="index-8.html">J</a>&nbsp;<a href="index-9.html">L</a>&nbsp;<a href="index-10.html">M</a>&nbsp;<a href="index-11.html">P</a>&nbsp;<a href="index-12.html">R</a>&nbsp;<a href="index-13.html">S</a>&nbsp;<a href="index-14.html">T</a>&nbsp;<a href="index-15.html">U</a>&nbsp;<a name="I:R"> <!-- --> </a> <h2 class="title">R</h2> <dl> <dt><a href="../com/cims/controller/RecordController.html" title="com.cims.controller中的类"><span class="typeNameLink">RecordController</span></a> - <a href="../com/cims/controller/package-summary.html">com.cims.controller</a>中的类</dt> <dd> <div class="block">处理历史信息的请求.</div> </dd> <dt><span class="memberNameLink"><a href="../com/cims/controller/RecordController.html#RecordController--">RecordController()</a></span> - 类 的构造器com.cims.controller.<a href="../com/cims/controller/RecordController.html" title="com.cims.controller中的类">RecordController</a></dt> <dd>&nbsp;</dd> <dt><a href="../com/cims/dto/RecordDTO.html" title="com.cims.dto中的类"><span class="typeNameLink">RecordDTO</span></a> - <a href="../com/cims/dto/package-summary.html">com.cims.dto</a>中的类</dt> <dd> <div class="block">历史数据DTO, 用于前端数据传输.</div> </dd> <dt><span class="memberNameLink"><a href="../com/cims/dto/RecordDTO.html#RecordDTO--">RecordDTO()</a></span> - 类 的构造器com.cims.dto.<a href="../com/cims/dto/RecordDTO.html" title="com.cims.dto中的类">RecordDTO</a></dt> <dd> <div class="block">RecordDTO默认构造函数.</div> </dd> <dt><span class="memberNameLink"><a href="../com/cims/dto/RecordDTO.html#RecordDTO-com.cims.model.JSONRecord-">RecordDTO(JSONRecord)</a></span> - 类 的构造器com.cims.dto.<a href="../com/cims/dto/RecordDTO.html" title="com.cims.dto中的类">RecordDTO</a></dt> <dd> <div class="block">RecordDTO构造函数.</div> </dd> <dt><a href="../com/cims/mapper/RecordMapper.html" title="com.cims.mapper中的接口"><span class="typeNameLink">RecordMapper</span></a> - <a href="../com/cims/mapper/package-summary.html">com.cims.mapper</a>中的接口</dt> <dd> <div class="block">JSONRecord Data Access Object.</div> </dd> <dt><a href="../com/cims/service/RecordService.html" title="com.cims.service中的类"><span class="typeNameLink">RecordService</span></a> - <a href="../com/cims/service/package-summary.html">com.cims.service</a>中的类</dt> <dd> <div class="block">历史信息类的业务逻辑层.</div> </dd> <dt><span class="memberNameLink"><a href="../com/cims/service/RecordService.html#RecordService--">RecordService()</a></span> - 类 的构造器com.cims.service.<a href="../com/cims/service/RecordService.html" title="com.cims.service中的类">RecordService</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../com/cims/controller/AccountsController.html#registerAction-java.lang.String-java.lang.String-java.lang.String-javax.servlet.http.HttpServletRequest-">registerAction(String, String, String, HttpServletRequest)</a></span> - 类 中的方法com.cims.controller.<a href="../com/cims/controller/AccountsController.html" title="com.cims.controller中的类">AccountsController</a></dt> <dd> <div class="block">处理用户注册的请求.</div> </dd> <dt><span class="memberNameLink"><a href="../com/cims/controller/AccountsController.html#registerView--">registerView()</a></span> - 类 中的方法com.cims.controller.<a href="../com/cims/controller/AccountsController.html" title="com.cims.controller中的类">AccountsController</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../com/cims/service/UserService.html#resetPassword-com.cims.model.User-java.lang.String-java.lang.String-">resetPassword(User, String, String)</a></span> - 类 中的方法com.cims.service.<a href="../com/cims/service/UserService.html" title="com.cims.service中的类">UserService</a></dt> <dd> <div class="block">设置用户密码</div> </dd> <dt><span class="memberNameLink"><a href="../com/cims/controller/AccountsController.html#resetPasswordAction-java.lang.String-java.lang.String-javax.servlet.http.HttpServletRequest-">resetPasswordAction(String, String, HttpServletRequest)</a></span> - 类 中的方法com.cims.controller.<a href="../com/cims/controller/AccountsController.html" title="com.cims.controller中的类">AccountsController</a></dt> <dd> <div class="block">设置新密码</div> </dd> <dt><span class="memberNameLink"><a href="../com/cims/controller/AccountsController.html#resetPasswordView-javax.servlet.http.HttpServletRequest-javax.servlet.http.HttpServletResponse-">resetPasswordView(HttpServletRequest, HttpServletResponse)</a></span> - 类 中的方法com.cims.controller.<a href="../com/cims/controller/AccountsController.html" title="com.cims.controller中的类">AccountsController</a></dt> <dd> <div class="block">显示设置密码页面.</div> </dd> </dl> <a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">D</a>&nbsp;<a href="index-4.html">F</a>&nbsp;<a href="index-5.html">G</a>&nbsp;<a href="index-6.html">H</a>&nbsp;<a href="index-7.html">I</a>&nbsp;<a href="index-8.html">J</a>&nbsp;<a href="index-9.html">L</a>&nbsp;<a href="index-10.html">M</a>&nbsp;<a href="index-11.html">P</a>&nbsp;<a href="index-12.html">R</a>&nbsp;<a href="index-13.html">S</a>&nbsp;<a href="index-14.html">T</a>&nbsp;<a href="index-15.html">U</a>&nbsp;</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="跳过导航链接">跳过导航链接</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="导航"> <li><a href="../overview-summary.html">概览</a></li> <li>程序包</li> <li>类</li> <li>使用</li> <li><a href="../overview-tree.html">树</a></li> <li><a href="../deprecated-list.html">已过时</a></li> <li class="navBarCell1Rev">索引</li> <li><a href="../help-doc.html">帮助</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="index-11.html">上一个字母</a></li> <li><a href="index-13.html">下一个字母</a></li> </ul> <ul class="navList"> <li><a href="../index.html?index-files/index-12.html" target="_top">框架</a></li> <li><a href="index-12.html" target="_top">无框架</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../allclasses-noframe.html">所有类</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>
gdsglgf/json-formater
web/src/main/webapp/doc/index-files/index-12.html
HTML
mit
9,281
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>hardware: 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.0 / hardware - 8.9.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> hardware <small> 8.9.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-12-12 17:32:44 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-12 17:32: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 coq 8.11.0 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;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/hardware&quot; license: &quot;LGPL 2.1&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/Hardware&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.9&quot; &amp; &lt; &quot;8.10~&quot;} ] tags: [ &quot;keyword: hardware verification&quot; &quot;keyword: comparator circuit&quot; &quot;category: Computer Science/Architecture&quot; &quot;category: Miscellaneous/Extracted Programs/Hardware&quot; ] authors: [ &quot;Solange Coupet-Grimal &amp; Line Jakubiec&quot; ] bug-reports: &quot;https://github.com/coq-contribs/hardware/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/hardware.git&quot; synopsis: &quot;Verification and synthesis of hardware linear arithmetic structures&quot; description: &quot;&quot;&quot; Verification and synthesis of hardware linear arithmetic structures. Example of a left-to-right comparator. Three approaches are tackled : - the usual verification of a circuit, consisting in proving that the description satisfies the specification, - the synthesis of a circuit from its specification using the Coq extractor, - the same approach as above but using the Program tactic.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/hardware/archive/v8.9.0.tar.gz&quot; checksum: &quot;md5=abf1df876e6c7d20a4401779c9bb1b30&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-hardware.8.9.0 coq.8.11.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.11.0). The following dependencies couldn&#39;t be met: - coq-hardware -&gt; coq &lt; 8.10~ -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-hardware.8.9.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.09.1-2.0.6/released/8.11.0/hardware/8.9.0.html
HTML
mit
7,214
<!DOCTYPE html> <html> <head> <!-- so meta --> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="HandheldFriendly" content="True"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" /> <meta name="description" content="Just another tech blog"> <meta property="og:type" content="website"> <meta property="og:title" content="ShangKuei&#39;s Road Trip"> <meta property="og:url" content="http://yoursite.com/tags/Toturial/index.html"> <meta property="og:site_name" content="ShangKuei&#39;s Road Trip"> <meta property="og:description" content="Just another tech blog"> <meta property="og:locale" content="default"> <meta name="twitter:card" content="summary"> <meta name="twitter:title" content="ShangKuei&#39;s Road Trip"> <meta name="twitter:description" content="Just another tech blog"> <link rel="shortcut icon" href="/images/favicon.ico"> <link rel="icon" type="image/png" href="/images/favicon-192x192.png" sizes="192x192"> <link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png"> <!-- title --> <title>ShangKuei&#39;s Road Trip</title> <!-- styles --> <link rel="stylesheet" href="/css/style.css"> <!-- persian styles --> <link rel="stylesheet" href="/css/rtl.css"> <!-- rss --> </head> <body class="max-width mx-auto px3 ltr"> <div class="content index my4"> <header id="header"> <a href="/"> <div id="logo" style="background-image: url(/images/logo.png);"></div> <div id="title"> <h1>ShangKuei&#39;s Road Trip</h1> </div> </a> <div id="nav"> <ul> <li class="icon"> <a href="#"><i class="fas fa-bars fa-2x"></i></a> </li> <li><a href="/">Home</a></li> <li><a href="/about/">About</a></li> <li><a href="/archives/">Writing</a></li> <li><a href="/search/">Search</a></li> </ul> </div> </header> <div id="archive"> <ul class="post-list"> <h2>2018</h2> <li class="post-item"> <div class="meta"> <time datetime="2018-06-26T11:23:40.000Z" itemprop="datePublished">2018-06-26</time> </div> <span> <a class="" href="/stack-overflow/">Stack Overflow</a> </span> </li> </ul> </div> </div> <footer id="footer"> <div class="footer-left"> Copyright &copy; 2018 ShangKuei </div> <div class="footer-right"> <nav> <ul> <li><a href="/">Home</a></li> <li><a href="/about/">About</a></li> <li><a href="/archives/">Writing</a></li> <li><a href="/search/">Search</a></li> </ul> </nav> </div> </footer> </body> </html> <!-- styles --> <link rel="stylesheet" href="/lib/font-awesome/css/fontawesome-all.min.css"> <link rel="stylesheet" href="/lib/justified-gallery/css/justifiedGallery.min.css"> <!-- jquery --> <script src="/lib/jquery/jquery.min.js"></script> <script src="/lib/justified-gallery/js/jquery.justifiedGallery.min.js"></script> <script src="/js/main.js"></script> <!-- search --> <!-- Mermaid --> <script src='https://unpkg.com/mermaid@8.0.0-rc.8/dist/mermaid.min.js'></script> <script> if (window.mermaid) { mermaid.initialize({theme: 'default'}); } </script> <!-- Google Analytics --> <!-- Baidu Analytics --> <!-- Disqus Comments -->
adavis10006/adavis10006.github.io
tags/Toturial/index.html
HTML
mit
3,758
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Temperatura</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" /> <link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" /> <link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" /> <script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script> <script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script> <script src="../js/main.js" type="text/javascript" charset="utf-8"></script> <script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script> </head> <body> <div class="banner"> <h1> <span class="type">Module</span> Temperatura </h1> <ul class="files"> <li><a href="../files/app/models/concerns/temperatura_rb.html">app/models/concerns/temperatura.rb</a></li> </ul> </div> <div id="bodyContent"> <div id="content"> <!-- Method ref --> <div class="sectiontitle">Methods</div> <dl class="methods"> <dt>C</dt> <dd> <ul> <li> <a href="#method-i-calcular_temperatura_minima">calcular_temperatura_minima</a> </li> </ul> </dd> <dt>S</dt> <dd> <ul> <li> <a href="#method-i-set_temperaturas">set_temperaturas</a> </li> </ul> </dd> </dl> <!-- Section constants --> <div class="sectiontitle">Constants</div> <table border='0' cellpadding='5'> <tr valign='top'> <td class="attr-name">DIFERENCIA_TEMPERATURAS</td> <td>=</td> <td class="attr-value">40</td> </tr> <tr valign='top'> <td>&nbsp;</td> <td colspan="2" class="attr-desc"></td> </tr> </table> <!-- Methods --> <div class="sectiontitle">Instance Public methods</div> <div class="method"> <div class="title method-title" id="method-i-calcular_temperatura_minima"> <b>calcular_temperatura_minima</b>() <a href="../classes/Temperatura.html#method-i-calcular_temperatura_minima" name="method-i-calcular_temperatura_minima" class="permalink">Link</a> </div> <div class="description"> </div> <div class="sourcecode"> <p class="source-link"> Source: <a href="javascript:toggleSource('method-i-calcular_temperatura_minima_source')" id="l_method-i-calcular_temperatura_minima_source">show</a> </p> <div id="method-i-calcular_temperatura_minima_source" class="dyn-source"> <pre><span class="ruby-comment"># File app/models/concerns/temperatura.rb, line 6</span> <span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">calcular_temperatura_minima</span> <span class="ruby-keyword">case</span> <span class="ruby-identifier">coordenada</span> <span class="ruby-keyword">when</span> <span class="ruby-number">1</span><span class="ruby-operator">..</span><span class="ruby-number">3</span> <span class="ruby-keyword">then</span> <span class="ruby-identifier">rand</span>(<span class="ruby-number">100</span><span class="ruby-operator">..</span><span class="ruby-number">120</span>) <span class="ruby-keyword">when</span> <span class="ruby-number">4</span><span class="ruby-operator">..</span><span class="ruby-number">6</span> <span class="ruby-keyword">then</span> <span class="ruby-identifier">rand</span>(<span class="ruby-number">60</span><span class="ruby-operator">..</span><span class="ruby-number">90</span>) <span class="ruby-keyword">when</span> <span class="ruby-number">7</span><span class="ruby-operator">..</span><span class="ruby-number">9</span> <span class="ruby-keyword">then</span> <span class="ruby-identifier">rand</span>(<span class="ruby-number">30</span><span class="ruby-operator">..</span><span class="ruby-number">60</span>) <span class="ruby-keyword">when</span> <span class="ruby-number">10</span><span class="ruby-operator">..</span><span class="ruby-number">12</span> <span class="ruby-keyword">then</span> <span class="ruby-identifier">rand</span>(<span class="ruby-number">0</span><span class="ruby-operator">..</span><span class="ruby-number">30</span>) <span class="ruby-keyword">when</span> <span class="ruby-number">13</span><span class="ruby-operator">..</span><span class="ruby-number">15</span> <span class="ruby-keyword">then</span> <span class="ruby-identifier">rand</span>(<span class="ruby-number">-30</span><span class="ruby-operator">..</span><span class="ruby-number">0</span>) <span class="ruby-keyword">end</span> <span class="ruby-keyword">end</span></pre> </div> </div> </div> <div class="method"> <div class="title method-title" id="method-i-set_temperaturas"> <b>set_temperaturas</b>() <a href="../classes/Temperatura.html#method-i-set_temperaturas" name="method-i-set_temperaturas" class="permalink">Link</a> </div> <div class="description"> </div> <div class="sourcecode"> <p class="source-link"> Source: <a href="javascript:toggleSource('method-i-set_temperaturas_source')" id="l_method-i-set_temperaturas_source">show</a> </p> <div id="method-i-set_temperaturas_source" class="dyn-source"> <pre><span class="ruby-comment"># File app/models/concerns/temperatura.rb, line 16</span> <span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">set_temperaturas</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">temperatura_minima</span> = <span class="ruby-identifier">calcular_temperatura_minima</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">temperatura_maxima</span> = <span class="ruby-identifier">temperatura_minima</span> <span class="ruby-operator">+</span> <span class="ruby-constant">DIFERENCIA_TEMPERATURAS</span> <span class="ruby-keyword">end</span></pre> </div> </div> </div> </div> </div> </body> </html>
beetlegius/ogame-rails
doc/classes/Temperatura.html
HTML
mit
7,357
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.9.1"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>Shopify SDK for Unity: Shopify.Unity.CheckoutGiftCardsAppendPayload Class Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <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">Shopify SDK for Unity </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.9.1 --> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */ var searchBox = new SearchBox("searchBox", "search",false,'Search','.html'); /* @license-end */ </script> <script type="text/javascript" src="menudata.js"></script> <script type="text/javascript" src="menu.js"></script> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */ $(function() { initMenu('',true,false,'search.php','Search'); $(document).ready(function() { init_search(); }); }); /* @license-end */</script> <div id="main-nav"></div> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="namespace_shopify.html">Shopify</a></li><li class="navelem"><a class="el" href="namespace_shopify_1_1_unity.html">Unity</a></li><li class="navelem"><a class="el" href="class_shopify_1_1_unity_1_1_checkout_gift_cards_append_payload.html">CheckoutGiftCardsAppendPayload</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="#pub-methods">Public Member Functions</a> &#124; <a href="class_shopify_1_1_unity_1_1_checkout_gift_cards_append_payload-members.html">List of all members</a> </div> <div class="headertitle"> <div class="title">Shopify.Unity.CheckoutGiftCardsAppendPayload Class Reference</div> </div> </div><!--header--> <div class="contents"> <p>Return type for <code>checkoutGiftCardsAppend</code> mutation. <a href="class_shopify_1_1_unity_1_1_checkout_gift_cards_append_payload.html#details">More...</a></p> <div class="dynheader"> Inheritance diagram for Shopify.Unity.CheckoutGiftCardsAppendPayload:</div> <div class="dyncontent"> <div class="center"> <img src="class_shopify_1_1_unity_1_1_checkout_gift_cards_append_payload.png" usemap="#Shopify.Unity.CheckoutGiftCardsAppendPayload_map" alt=""/> <map id="Shopify.Unity.CheckoutGiftCardsAppendPayload_map" name="Shopify.Unity.CheckoutGiftCardsAppendPayload_map"> <area href="class_shopify_1_1_unity_1_1_s_d_k_1_1_abstract_response.html" alt="Shopify.Unity.SDK.AbstractResponse" shape="rect" coords="0,0,287,24"/> </map> </div></div> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a> Public Member Functions</h2></td></tr> <tr class="memitem:a715e52df3e5378cd1398515c474eda18"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_shopify_1_1_unity_1_1_checkout_gift_cards_append_payload.html#a715e52df3e5378cd1398515c474eda18">CheckoutGiftCardsAppendPayload</a> (Dictionary&lt; string, object &gt; dataJSON)</td></tr> <tr class="memdesc:a715e52df3e5378cd1398515c474eda18"><td class="mdescLeft">&#160;</td><td class="mdescRight">Accepts deserialized json data. Will further parse passed in data. <a href="class_shopify_1_1_unity_1_1_checkout_gift_cards_append_payload.html#a715e52df3e5378cd1398515c474eda18">More...</a><br /></td></tr> <tr class="separator:a715e52df3e5378cd1398515c474eda18"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:acfc131ce58b3c87220777d66fd94d9b1"><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_shopify_1_1_unity_1_1_checkout.html">Checkout</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_shopify_1_1_unity_1_1_checkout_gift_cards_append_payload.html#acfc131ce58b3c87220777d66fd94d9b1">checkout</a> ()</td></tr> <tr class="memdesc:acfc131ce58b3c87220777d66fd94d9b1"><td class="mdescLeft">&#160;</td><td class="mdescRight">The updated checkout object. <a href="class_shopify_1_1_unity_1_1_checkout_gift_cards_append_payload.html#acfc131ce58b3c87220777d66fd94d9b1">More...</a><br /></td></tr> <tr class="separator:acfc131ce58b3c87220777d66fd94d9b1"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aa26a2b1856f9c5e0ed98ee82d9381daa"><td class="memItemLeft" align="right" valign="top">List&lt; <a class="el" href="class_shopify_1_1_unity_1_1_checkout_user_error.html">CheckoutUserError</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_shopify_1_1_unity_1_1_checkout_gift_cards_append_payload.html#aa26a2b1856f9c5e0ed98ee82d9381daa">checkoutUserErrors</a> ()</td></tr> <tr class="memdesc:aa26a2b1856f9c5e0ed98ee82d9381daa"><td class="mdescLeft">&#160;</td><td class="mdescRight">List of errors that occurred executing the mutation. <a href="class_shopify_1_1_unity_1_1_checkout_gift_cards_append_payload.html#aa26a2b1856f9c5e0ed98ee82d9381daa">More...</a><br /></td></tr> <tr class="separator:aa26a2b1856f9c5e0ed98ee82d9381daa"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a0457475f67ecf03417735ead541f4f2e"><td class="memItemLeft" align="right" valign="top">List&lt; <a class="el" href="class_shopify_1_1_unity_1_1_user_error.html">UserError</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_shopify_1_1_unity_1_1_checkout_gift_cards_append_payload.html#a0457475f67ecf03417735ead541f4f2e">userErrors</a> ()</td></tr> <tr class="memdesc:a0457475f67ecf03417735ead541f4f2e"><td class="mdescLeft">&#160;</td><td class="mdescRight">List of errors that occurred executing the mutation. <a href="class_shopify_1_1_unity_1_1_checkout_gift_cards_append_payload.html#a0457475f67ecf03417735ead541f4f2e">More...</a><br /></td></tr> <tr class="separator:a0457475f67ecf03417735ead541f4f2e"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aaa1df9a5b9c798680839d62b8781f7e3"><td class="memItemLeft" align="right" valign="top"><a id="aaa1df9a5b9c798680839d62b8781f7e3"></a> object&#160;</td><td class="memItemRight" valign="bottom"><b>Clone</b> ()</td></tr> <tr class="separator:aaa1df9a5b9c798680839d62b8781f7e3"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="inherited"></a> Additional Inherited Members</h2></td></tr> <tr class="inherit_header pro_methods_class_shopify_1_1_unity_1_1_s_d_k_1_1_abstract_response"><td colspan="2" onclick="javascript:toggleInherit('pro_methods_class_shopify_1_1_unity_1_1_s_d_k_1_1_abstract_response')"><img src="closed.png" alt="-"/>&#160;Protected Member Functions inherited from <a class="el" href="class_shopify_1_1_unity_1_1_s_d_k_1_1_abstract_response.html">Shopify.Unity.SDK.AbstractResponse</a></td></tr> <tr class="memitem:a63f2dece9ae299261d16aae97b5e110d inherit pro_methods_class_shopify_1_1_unity_1_1_s_d_k_1_1_abstract_response"><td class="memItemLeft" align="right" valign="top"><a id="a63f2dece9ae299261d16aae97b5e110d"></a> T&#160;</td><td class="memItemRight" valign="bottom"><b>Get&lt; T &gt;</b> (string field, string alias=null)</td></tr> <tr class="separator:a63f2dece9ae299261d16aae97b5e110d inherit pro_methods_class_shopify_1_1_unity_1_1_s_d_k_1_1_abstract_response"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="inherit_header pro_attribs_class_shopify_1_1_unity_1_1_s_d_k_1_1_abstract_response"><td colspan="2" onclick="javascript:toggleInherit('pro_attribs_class_shopify_1_1_unity_1_1_s_d_k_1_1_abstract_response')"><img src="closed.png" alt="-"/>&#160;Protected Attributes inherited from <a class="el" href="class_shopify_1_1_unity_1_1_s_d_k_1_1_abstract_response.html">Shopify.Unity.SDK.AbstractResponse</a></td></tr> <tr class="memitem:a1a79f9cb472a93682ebaa588731dc0ed inherit pro_attribs_class_shopify_1_1_unity_1_1_s_d_k_1_1_abstract_response"><td class="memItemLeft" align="right" valign="top"><a id="a1a79f9cb472a93682ebaa588731dc0ed"></a> Dictionary&lt; string, object &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>Data</b></td></tr> <tr class="separator:a1a79f9cb472a93682ebaa588731dc0ed inherit pro_attribs_class_shopify_1_1_unity_1_1_s_d_k_1_1_abstract_response"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="inherit_header properties_class_shopify_1_1_unity_1_1_s_d_k_1_1_abstract_response"><td colspan="2" onclick="javascript:toggleInherit('properties_class_shopify_1_1_unity_1_1_s_d_k_1_1_abstract_response')"><img src="closed.png" alt="-"/>&#160;Properties inherited from <a class="el" href="class_shopify_1_1_unity_1_1_s_d_k_1_1_abstract_response.html">Shopify.Unity.SDK.AbstractResponse</a></td></tr> <tr class="memitem:a94399a05e28aeadd83fe89d232169305 inherit properties_class_shopify_1_1_unity_1_1_s_d_k_1_1_abstract_response"><td class="memItemLeft" align="right" valign="top"><a id="a94399a05e28aeadd83fe89d232169305"></a> Dictionary&lt; string, object &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>DataJSON</b><code> [get, protected set]</code></td></tr> <tr class="separator:a94399a05e28aeadd83fe89d232169305 inherit properties_class_shopify_1_1_unity_1_1_s_d_k_1_1_abstract_response"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> <div class="textblock"><p>Return type for <code>checkoutGiftCardsAppend</code> mutation. </p> </div><h2 class="groupheader">Constructor &amp; Destructor Documentation</h2> <a id="a715e52df3e5378cd1398515c474eda18"></a> <h2 class="memtitle"><span class="permalink"><a href="#a715e52df3e5378cd1398515c474eda18">&#9670;&nbsp;</a></span>CheckoutGiftCardsAppendPayload()</h2> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">Shopify.Unity.CheckoutGiftCardsAppendPayload.CheckoutGiftCardsAppendPayload </td> <td>(</td> <td class="paramtype">Dictionary&lt; string, object &gt;&#160;</td> <td class="paramname"><em>dataJSON</em></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">inline</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Accepts deserialized json data. Will further parse passed in data. </p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramname">dataJSON</td><td>Deserialized JSON data for <a class="el" href="class_shopify_1_1_unity_1_1_checkout_gift_cards_append_payload.html" title="Return type for checkoutGiftCardsAppend mutation.">CheckoutGiftCardsAppendPayload</a></td></tr> </table> </dd> </dl> </div> </div> <h2 class="groupheader">Member Function Documentation</h2> <a id="acfc131ce58b3c87220777d66fd94d9b1"></a> <h2 class="memtitle"><span class="permalink"><a href="#acfc131ce58b3c87220777d66fd94d9b1">&#9670;&nbsp;</a></span>checkout()</h2> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname"><a class="el" href="class_shopify_1_1_unity_1_1_checkout.html">Checkout</a> Shopify.Unity.CheckoutGiftCardsAppendPayload.checkout </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">inline</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>The updated checkout object. </p> </div> </div> <a id="aa26a2b1856f9c5e0ed98ee82d9381daa"></a> <h2 class="memtitle"><span class="permalink"><a href="#aa26a2b1856f9c5e0ed98ee82d9381daa">&#9670;&nbsp;</a></span>checkoutUserErrors()</h2> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">List&lt;<a class="el" href="class_shopify_1_1_unity_1_1_checkout_user_error.html">CheckoutUserError</a>&gt; Shopify.Unity.CheckoutGiftCardsAppendPayload.checkoutUserErrors </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">inline</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>List of errors that occurred executing the mutation. </p> </div> </div> <a id="a0457475f67ecf03417735ead541f4f2e"></a> <h2 class="memtitle"><span class="permalink"><a href="#a0457475f67ecf03417735ead541f4f2e">&#9670;&nbsp;</a></span>userErrors()</h2> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">List&lt;<a class="el" href="class_shopify_1_1_unity_1_1_user_error.html">UserError</a>&gt; Shopify.Unity.CheckoutGiftCardsAppendPayload.userErrors </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">inline</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>List of errors that occurred executing the mutation. </p> <dl class="deprecated"><dt><b><a class="el" href="deprecated.html#_deprecated000028">Deprecated:</a></b></dt><dd>Use <code>checkoutUserErrors</code> instead </dd></dl> </div> </div> <hr/>The documentation for this class was generated from the following file:<ul> <li>Assets/Shopify/Unity/Generated/CheckoutGiftCardsAppendPayload.cs</li> </ul> </div><!-- contents --> <address class="footer"><small> <a href="https://www.shopify.ca/"> <img class="footer" height="50" src="https://camo.githubusercontent.com/10d580ddb06e6e6ff66ae43959842201195c6269/68747470733a2f2f63646e2e73686f706966792e636f6d2f73686f706966792d6d61726b6574696e675f6173736574732f6275696c64732f31392e302e302f73686f706966792d66756c6c2d636f6c6f722d626c61636b2e737667" alt="Shopify"> </a> </small></address>
Shopify/unity-buy-sdk
docs/class_shopify_1_1_unity_1_1_checkout_gift_cards_append_payload.html
HTML
mit
15,703
<!DOCTYPE html> <html> <head> <title>Create User</title> <link rel="stylesheet" href="css/site.css"> </head> <body> <div class="form-wrap"> <form id="formAddUser" name="newuser" method="post" action="/users/adduser"> <img class="logo" src="img/Helping-Hand-Logo.svg"/> <input id="inputUserName" type="text" placeholder="Name" name="name"> <input id="inputUserPhone" type="text" placeholder="Phone Number" name="phone"> <input id="inputUserNote" type="text" placeholder="Special Note" name="note"> <button id="btnSubmit" type="submit">submit</button> </form> </div> </body> </html>
Badsauce/Helping-Hand-Frontend
newuser.html
HTML
mit
657
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Code Coverage for D:\Workspaces\PhpStorm\jobeet/vendor/doctrine/doctrine-bundle/Doctrine/Bundle/DoctrineBundle/Command/Proxy</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link href="../../../../../../../../css/bootstrap.min.css" rel="stylesheet"> <link href="../../../../../../../../css/style.css" rel="stylesheet"> <!--[if lt IE 9]> <script src="../../../../../../../../js/html5shiv.js"></script> <script src="../../../../../../../../js/respond.min.js"></script> <![endif]--> </head> <body> <header> <div class="container"> <div class="row"> <div class="col-md-12"> <ol class="breadcrumb"> <li><a href="../../../../../../../../index.html">D:\Workspaces\PhpStorm\jobeet</a></li> <li><a href="../../../../../../../index.html">vendor</a></li> <li><a href="../../../../../../index.html">doctrine</a></li> <li><a href="../../../../../index.html">doctrine-bundle</a></li> <li><a href="../../../../index.html">Doctrine</a></li> <li><a href="../../../index.html">Bundle</a></li> <li><a href="../../index.html">DoctrineBundle</a></li> <li><a href="../index.html">Command</a></li> <li class="active">Proxy</li> <li>(<a href="dashboard.html">Dashboard</a>)</li> </ol> </div> </div> </div> </header> <div class="container"> <table class="table table-bordered"> <thead> <tr> <td>&nbsp;</td> <td colspan="9"><div align="center"><strong>Code Coverage</strong></div></td> </tr> <tr> <td>&nbsp;</td> <td colspan="3"><div align="center"><strong>Lines</strong></div></td> <td colspan="3"><div align="center"><strong>Functions and Methods</strong></div></td> <td colspan="3"><div align="center"><strong>Classes and Traits</strong></div></td> </tr> </thead> <tbody> <tr> <td class="warning">Total</td> <td class="warning big"> <div class="progress"> <div class="progress-bar progress-bar-warning" role="progressbar" aria-valuenow="80.00" aria-valuemin="0" aria-valuemax="100" style="width: 80.00%"> <span class="sr-only">80.00% covered (warning)</span> </div> </div> </td> <td class="warning small"><div align="right">80.00%</div></td> <td class="warning small"><div align="right">16&nbsp;/&nbsp;20</div></td> <td class="warning big"> <div class="progress"> <div class="progress-bar progress-bar-warning" role="progressbar" aria-valuenow="75.00" aria-valuemin="0" aria-valuemax="100" style="width: 75.00%"> <span class="sr-only">75.00% covered (warning)</span> </div> </div> </td> <td class="warning small"><div align="right">75.00%</div></td> <td class="warning small"><div align="right">3&nbsp;/&nbsp;4</div></td> <td class="warning big"> <div class="progress"> <div class="progress-bar progress-bar-warning" role="progressbar" aria-valuenow="50.00" aria-valuemin="0" aria-valuemax="100" style="width: 50.00%"> <span class="sr-only">50.00% covered (warning)</span> </div> </div> </td> <td class="warning small"><div align="right">50.00%</div></td> <td class="warning small"><div align="right">1&nbsp;/&nbsp;2</div></td> </tr> <tr> <td class="success"><span class="glyphicon glyphicon-file"></span> <a href="CreateSchemaDoctrineCommand.php.html">CreateSchemaDoctrineCommand.php</a></td> <td class="success big"> <div class="progress"> <div class="progress-bar progress-bar-success" role="progressbar" aria-valuenow="100.00" aria-valuemin="0" aria-valuemax="100" style="width: 100.00%"> <span class="sr-only">100.00% covered (success)</span> </div> </div> </td> <td class="success small"><div align="right">100.00%</div></td> <td class="success small"><div align="right">11&nbsp;/&nbsp;11</div></td> <td class="success big"> <div class="progress"> <div class="progress-bar progress-bar-success" role="progressbar" aria-valuenow="100.00" aria-valuemin="0" aria-valuemax="100" style="width: 100.00%"> <span class="sr-only">100.00% covered (success)</span> </div> </div> </td> <td class="success small"><div align="right">100.00%</div></td> <td class="success small"><div align="right">2&nbsp;/&nbsp;2</div></td> <td class="success big"> <div class="progress"> <div class="progress-bar progress-bar-success" role="progressbar" aria-valuenow="100.00" aria-valuemin="0" aria-valuemax="100" style="width: 100.00%"> <span class="sr-only">100.00% covered (success)</span> </div> </div> </td> <td class="success small"><div align="right">100.00%</div></td> <td class="success small"><div align="right">1&nbsp;/&nbsp;1</div></td> </tr> <tr> <td class="warning"><span class="glyphicon glyphicon-file"></span> <a href="DoctrineCommandHelper.php.html">DoctrineCommandHelper.php</a></td> <td class="warning big"> <div class="progress"> <div class="progress-bar progress-bar-warning" role="progressbar" aria-valuenow="55.56" aria-valuemin="0" aria-valuemax="100" style="width: 55.56%"> <span class="sr-only">55.56% covered (warning)</span> </div> </div> </td> <td class="warning small"><div align="right">55.56%</div></td> <td class="warning small"><div align="right">5&nbsp;/&nbsp;9</div></td> <td class="warning big"> <div class="progress"> <div class="progress-bar progress-bar-warning" role="progressbar" aria-valuenow="50.00" aria-valuemin="0" aria-valuemax="100" style="width: 50.00%"> <span class="sr-only">50.00% covered (warning)</span> </div> </div> </td> <td class="warning small"><div align="right">50.00%</div></td> <td class="warning small"><div align="right">1&nbsp;/&nbsp;2</div></td> <td class="danger big"> <div class="progress"> <div class="progress-bar progress-bar-danger" role="progressbar" aria-valuenow="0.00" aria-valuemin="0" aria-valuemax="100" style="width: 0.00%"> <span class="sr-only">0.00% covered (danger)</span> </div> </div> </td> <td class="danger small"><div align="right">0.00%</div></td> <td class="danger small"><div align="right">0&nbsp;/&nbsp;1</div></td> </tr> </tbody> </table> <footer> <hr/> <h4>Legend</h4> <p> <span class="danger"><strong>Low</strong>: 0% to 50%</span> <span class="warning"><strong>Medium</strong>: 50% to 90%</span> <span class="success"><strong>High</strong>: 90% to 100%</span> </p> <p> <small>Generated by <a href="http://github.com/sebastianbergmann/php-code-coverage" target="_top">PHP_CodeCoverage 2.0.5</a> using <a href="http://php.net/" target="_top">PHP 5.5.12</a> and <a href="http://phpunit.de/">PHPUnit 4.0.17</a> at Thu Jun 26 11:26:52 CST 2014.</small> </p> </footer> </div> <script src="../../../../../../../../js/jquery.js" type="text/javascript"></script> <script src="../../../../../../../../js/bootstrap.min.js" type="text/javascript"></script> <script src="../../../../../../../../js/holder.js" type="text/javascript"></script> </body> </html>
alber5099/AbdwgJobeet
web/cov/vendor/doctrine/doctrine-bundle/Doctrine/Bundle/DoctrineBundle/Command/Proxy/index.html
HTML
mit
7,473
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Text Thumbnails Slider</title> <link rel="stylesheet" type="text/css" href="css/base/advanced-slider-base.css" media="screen"/> <link rel="stylesheet" type="text/css" href="css/text-thumbnail-pointer/text-thumbnail-pointer.css" media="screen"/> <link rel="stylesheet" type="text/css" href="presentation-assets/presentation.css" media="screen"/> <!--[if IE 7]><link rel="stylesheet" type="text/css" href="presentation-assets/presentation-ie7.css" media="screen"/><![endif]--> <!--[if IE]><script type="text/javascript" src="js/excanvas.compiled.js"></script><![endif]--> <script type="text/javascript" src="js/jquery-1.9.1.min.js"></script> <script type="text/javascript" src="js/jquery.touchSwipe.min.js"></script> <script type="text/javascript" src="js/jquery.advancedSlider.min.js"></script> <script type="text/javascript"> jQuery(document).ready(function($){ $('#text-thumbnails-slider').advancedSlider({width: 956, height: 600, skin: 'text-thumbnail-pointer', shadow: false, effectType: 'swipe', overrideTransition: true, slideButtons: false, thumbnailType: 'scroller', thumbnailWidth: 190, thumbnailHeight: 80, thumbnailArrows: false, keyboardNavigation: true }); }); </script> </head> <body> <div class="advanced-slider" id="text-thumbnails-slider"> <ul class="slides"> <li class="slide"> <img class="image" src="http://bqworks.com/products/advanced-slider/images/v4/large/image1.jpg" alt=""/> <div class="thumbnail"> <span class="pointer"></span> <div class="thumbnail-text"> <h3 class="thumbnail-title">Red bicycle</h3> <p class="thumbnail-description">Lorem ipsum dolor sit amet, consectetur adipisicing elit</p> </div> </div> </li> <li class="slide"> <img class="image" src="http://bqworks.com/products/advanced-slider/images/v4/large/image2.jpg" alt=""/> <div class="thumbnail"> <span class="pointer"></span> <div class="thumbnail-text"> <h3 class="thumbnail-title">Blue bicycle</h3> <p class="thumbnail-description">sed do eiusmod tempor incididunt ut labore et dolore</p> </div> </div> </li> <li class="slide"> <img class="image" src="http://bqworks.com/products/advanced-slider/images/v4/large/image3.jpg" alt=""/> <div class="thumbnail"> <span class="pointer"></span> <div class="thumbnail-text"> <h3 class="thumbnail-title">Very old bicycle</h3> <p class="thumbnail-description">magna aliqua. Ut enim ad minim veniam, quis nostrud</p> </div> </div> </li> <li class="slide"> <img class="image" src="http://bqworks.com/products/advanced-slider/images/v4/large/image4.jpg" alt=""/> <div class="thumbnail"> <span class="pointer"></span> <div class="thumbnail-text"> <h3 class="thumbnail-title">Bicycle and flowers</h3> <p class="thumbnail-description">exercitation ullamco laboris nisi ut aliquip ex ea</p> </div> </div> </li> <li class="slide"> <img class="image" src="http://bqworks.com/products/advanced-slider/images/v4/large/image5.jpg" alt=""/> <div class="thumbnail"> <span class="pointer"></span> <div class="thumbnail-text"> <h3 class="thumbnail-title">Chained bicycle</h3> <p class="thumbnail-description">commodo consequat. Duis aute irure dolor...</p> </div> </div> </li> </ul> </div> <div id="example-navigation-container"> <div id="example-navigation"> <ul id="list"> <li><a href="responsive.html">Responsive</a></li> <li class="active"><a href="text-thumbnails.html">Text Thumbnails</a></li> <li><a href="video.html">Video</a></li> <li><a href="minimal.html">Minimal Fullscreen</a></li> <li><a href="lightbox.html">Lightbox</a></li> <li><a href="lazy-loading.html">Lazy Loading</a></li> <li><a href="mixed.html">Mixed</a></li> </ul> <div id="description"> <p id="features-header">Highlighted Features:</p> <ul> <li><strong>Text Thumbnails.</strong> The thumbnails can hold text, and any other HTML content, not only images. The style of the thumbnails can be customized with CSS</li> </ul> </div> </div> </div> </body> </html>
qaisarirfan/Custom-PHP-MVC-framework
resources/js-jquery/Advanced-Slider-jQuery-XML-slider/text-thumbnails.html
HTML
mit
4,637
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>mathcomp-fingroup: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / extra-dev</a></li> <li class="active"><a href="">dev / mathcomp-fingroup - 1.9.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> mathcomp-fingroup <small> 1.9.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-01-19 18:24:42 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-19 18:24:42 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-gmp 3 Virtual package relying on a GMP lib system installation coq dev Formal proof management system dune 2.9.1 Fast, portable, and opinionated build system ocaml 4.11.2 The OCaml compiler (virtual package) ocaml-base-compiler 4.11.2 Official release 4.11.2 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: &quot;2.0&quot; name: &quot;coq-mathcomp-fingroup&quot; version: &quot;1.9.0&quot; maintainer: &quot;Mathematical Components &lt;mathcomp-dev@sympa.inria.fr&gt;&quot; homepage: &quot;https://math-comp.github.io/&quot; bug-reports: &quot;https://github.com/math-comp/math-comp/issues&quot; dev-repo: &quot;git+https://github.com/math-comp/math-comp.git&quot; license: &quot;CeCILL-B&quot; build: [ make &quot;-C&quot; &quot;mathcomp/fingroup&quot; &quot;-j&quot; &quot;%{jobs}%&quot; ] install: [ make &quot;-C&quot; &quot;mathcomp/fingroup&quot; &quot;install&quot; ] depends: [ &quot;coq-mathcomp-ssreflect&quot; { = &quot;1.9.0&quot; } ] tags: [ &quot;keyword:finite groups&quot; &quot;keyword:small scale reflection&quot; &quot;keyword:mathematical components&quot; &quot;keyword:odd order theorem&quot; &quot;mathcomp.fingroup&quot; ] authors: [ &quot;Jeremy Avigad &lt;&gt;&quot; &quot;Andrea Asperti &lt;&gt;&quot; &quot;Stephane Le Roux &lt;&gt;&quot; &quot;Yves Bertot &lt;&gt;&quot; &quot;Laurence Rideau &lt;&gt;&quot; &quot;Enrico Tassi &lt;&gt;&quot; &quot;Ioana Pasca &lt;&gt;&quot; &quot;Georges Gonthier &lt;&gt;&quot; &quot;Sidi Ould Biha &lt;&gt;&quot; &quot;Cyril Cohen &lt;&gt;&quot; &quot;Francois Garillot &lt;&gt;&quot; &quot;Alexey Solovyev &lt;&gt;&quot; &quot;Russell O&#39;Connor &lt;&gt;&quot; &quot;Laurent Théry &lt;&gt;&quot; &quot;Assia Mahboubi &lt;&gt;&quot; ] synopsis: &quot;Mathematical Components Library on finite groups&quot; description: &quot;&quot;&quot; This library contains definitions and theorems about finite groups, group quotients, group morphisms, group presentation, group action... &quot;&quot;&quot; url { src: &quot;http://github.com/math-comp/math-comp/archive/mathcomp-1.9.0.tar.gz&quot; checksum: &quot;sha256=fe3d157a4db7e96f39212f76e701a7fc1e3f125c54b8c38f06a6a387eda61c96&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-mathcomp-fingroup.1.9.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-mathcomp-fingroup -&gt; coq-mathcomp-ssreflect = 1.9.0 -&gt; coq &lt; 8.12~ -&gt; ocaml &lt; 4.10 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-mathcomp-fingroup.1.9.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.11.2-2.0.7/extra-dev/dev/mathcomp-fingroup/1.9.0.html
HTML
mit
7,754
<!doctype html> <html> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <LINK TYPE="text/css" REL=StyleSheet HREF="AirView.css?version=174"> <title>Air View</title> <script type="text/javascript" language="javascript" src="airview/airview.nocache.js"></script> </head> <body> <!-- RECOMMENDED if your web app will not function without JavaScript enabled --> <noscript> <div style="width: 22em; position: absolute; left: 50%; margin-left: -11em; color: red; background-color: white; border: 1px solid red; padding: 4px; font-family: sans-serif"> Your web browser must have JavaScript enabled in order for this application to display correctly. </div> </noscript> <!-- -------------------------------------------------------------------------------------------------- --> <div id="sidebar-wrapper"> <img src="image/AirView5.png" alt="AirView logo" width=250 height=300> <ul class="sidebar-nav"> <li data-type="map" id="map-ctrl"> <a href="#" id="map-link">Map View</a> <div style="border-bottom:2px dotted #ddd;"></div> </li> <li data-type="graph" id="graph-ctrl"> <a href="#" id="graph-link">Statistics View</a> <div style="border-bottom:2px dotted #ddd;"></div> </li> </ul> <span id="copyright">Copyright: SJWOH Team</span> </div> <!-- Page Content --> <div id='content-wrap'> <div id='map' style="height:inherit;"> <div class="container-fluid"> <div class="row"> <div class="col-lg-l2"> <script src="https://maps.googleapis.com/maps/api/js"></script> <script> var map = new google.maps.Map(document.getElementById('map'), { center: new google.maps.LatLng(4.2105, 109.9758), mapTypeId: google.maps.MapTypeId.ROADMAP, zoom: 6 }); var t = new Date().getTime(); var waqiMapOverlay = new google.maps.ImageMapType( { getTileUrl: function(coord, zoom) { return 'http://tiles.aqicn.org/tiles/usepa-aqi/' + zoom + "/" + coord.x + "/" + coord.y + ".png?token=602525d633447e69beae5ddea9209942a5a1f851"; }, name: "Air Quality", }); map.overlayMapTypes.insertAt(0,waqiMapOverlay); </script> </div> </div> </div> <img src="image/Legend.PNG" alt="API Map Legend" id="legend-img" > </div> <div id="graph-chart-wrapper"> <div id="graph-chart" class="row" style="height:663px"> </div> <img src="image/Legend_Horizontal.png" alt="API Map Legend" id="legend-img-horizontal"> </div> </div> </body> </html>
JellyJoe/AirView
war/AirView.html
HTML
mit
2,993
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <base data-ice="baseUrl" href="../../../"> <title data-ice="title">TargetSelector | API Document</title> <link type="text/css" rel="stylesheet" href="css/style.css"> <link type="text/css" rel="stylesheet" href="css/prettify-tomorrow.css"> <script src="script/prettify/prettify.js"></script> </head> <body class="layout-container"> <header> <a href="./">Home</a> <a href="identifiers.html">Reference</a> <a href="source.html">Source</a> <a data-ice="repoURL" href="https://github.com/micooz/MinecraftGem" class="repo-url-github">Repository</a> <div class="search-box"> <span> <img src="./image/search.png"> <span class="search-input-edge"></span><input class="search-input"><span class="search-input-edge"></span> </span> <ul class="search-result"></ul> </div> </header> <nav class="navigation" data-ice="nav"><div> <ul> <li data-ice="doc"><div data-ice="dirPath" class="nav-dir-path">commands</div><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/commands/command.js~Command.html">Command</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/commands/give.js~Give.html">Give</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/commands/msg.js~Msg.html">Msg</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/commands/say.js~Say.html">Say</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/commands/spawnpoint.js~Spawnpoint.html">Spawnpoint</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/commands/tell.js~Tell.html">Tell</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/commands/w.js~W.html">W</a></span></span></li> <li data-ice="doc"><div data-ice="dirPath" class="nav-dir-path">concepts</div><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/concepts/coordinate.js~Coordinate.html">Coordinate</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/concepts/item.js~Item.html">Item</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/concepts/player.js~Player.html">Player</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/concepts/target.js~TargetSelector.html">TargetSelector</a></span></span></li> <li data-ice="doc"><div data-ice="dirPath" class="nav-dir-path">constants</div><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-items">items</a></span></span></li> <li data-ice="doc"><div data-ice="dirPath" class="nav-dir-path">helpers</div><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-toDataTag">toDataTag</a></span></span></li> </ul> </div> </nav> <div class="content" data-ice="content"><div class="header-notice"> <div data-ice="importPath" class="import-path"><pre class="prettyprint"><code data-ice="importPathCode">import TargetSelector from &apos;<span><a href="file/src/concepts/target.js.html#lineNumber28">minecraft-gem/src/concepts/target.js</a></span>&apos;</code></pre></div> <span data-ice="access">public</span> <span data-ice="kind">class</span> <span data-ice="source">| <span><a href="file/src/concepts/target.js.html#lineNumber28">source</a></span></span> </div> <div class="self-detail detail"> <h1 data-ice="name">TargetSelector</h1> <div class="description" data-ice="description"><p>The target selector</p> </div> <div data-ice="see"><h4>See:</h4><ul><li><span><a href="http://minecraft.gamepedia.com/Commands#Target_selector_arguments">http://minecraft.gamepedia.com/Commands#Target_selector_arguments</a></span></li></ul></div> <div data-ice="exampleDocs"> <h4>Example:</h4> <div class="example-doc" data-ice="exampleDoc"> <pre class="prettyprint source-code"><code data-ice="exampleCode">const target = new TargetSelector(&apos;p&apos;); target.toString(); // @p const targetWithArgs = new TargetSelector(&apos;p&apos;, { coordinate: [x, y, z], radius: [min, max], gamemode: Gamemode.ALL, count: 3, level: [min, max], score: [min, max], team: &apos;Red&apos;, name: &apos;name&apos;, volume: [dx, dy, dz], vertical: [min, max], horizontal: [min, max], type: &apos;Creeper&apos; });</code></pre> </div> </div> </div> <div data-ice="constructorSummary"><h2>Constructor Summary</h2><table class="summary" data-ice="summary"> <thead><tr><td data-ice="title" colspan="3">Public Constructor</td></tr></thead> <tbody> <tr data-ice="target"> <td> <span class="access" data-ice="access">public</span> <span class="override" data-ice="override"></span> </td> <td> <div> <p> <span data-ice="name"><span><a href="class/src/concepts/target.js~TargetSelector.html#instance-constructor-constructor">constructor</a></span></span><span data-ice="signature">(variable: <span><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String">string</a></span>, args: <span><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object">object</a></span>)</span> </p> </div> <div> </div> </td> <td> </td> </tr> </tbody> </table> </div> <div data-ice="methodSummary"><h2>Method Summary</h2><table class="summary" data-ice="summary"> <thead><tr><td data-ice="title" colspan="3">Public Methods</td></tr></thead> <tbody> <tr data-ice="target"> <td> <span class="access" data-ice="access">public</span> <span class="override" data-ice="override"></span> </td> <td> <div> <p> <span data-ice="name"><span><a href="class/src/concepts/target.js~TargetSelector.html#instance-method-toString">toString</a></span></span><span data-ice="signature">(): <span><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String">string</a></span></span> </p> </div> <div> <div data-ice="description">return assembled string.</div> </div> </td> <td> </td> </tr> </tbody> </table> </div> <div data-ice="constructorDetails"><h2 data-ice="title">Public Constructors</h2> <div class="detail" data-ice="detail"> <h3 data-ice="anchor" id="instance-constructor-constructor"> <span class="access" data-ice="access">public</span> <span data-ice="name">constructor</span><span data-ice="signature">(variable: <span><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String">string</a></span>, args: <span><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object">object</a></span>)</span> <span class="right-info"> <span data-ice="source"><span><a href="file/src/concepts/target.js.html#lineNumber34">source</a></span></span> </span> </h3> <div data-ice="properties"><div data-ice="properties"> <h4 data-ice="title">Params:</h4> <table class="params"> <thead> <tr><td>Name</td><td>Type</td><td>Attribute</td><td>Description</td></tr> </thead> <tbody> <tr data-ice="property" data-depth="0"> <td data-ice="name" data-depth="0">variable</td> <td data-ice="type"><span><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String">string</a></span></td> <td data-ice="appendix"></td> <td data-ice="description"><p>can be &apos;p&apos;, &apos;r&apos;, &apos;a&apos;, &apos;e&apos;.</p> </td> </tr> <tr data-ice="property" data-depth="0"> <td data-ice="name" data-depth="0">args</td> <td data-ice="type"><span><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object">object</a></span></td> <td data-ice="appendix"></td> <td data-ice="description"><p>the options for variable.</p> </td> </tr> </tbody> </table> </div> </div> </div> </div> <div data-ice="methodDetails"><h2 data-ice="title">Public Methods</h2> <div class="detail" data-ice="detail"> <h3 data-ice="anchor" id="instance-method-toString"> <span class="access" data-ice="access">public</span> <span data-ice="name">toString</span><span data-ice="signature">(): <span><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String">string</a></span></span> <span class="right-info"> <span data-ice="source"><span><a href="file/src/concepts/target.js.html#lineNumber92">source</a></span></span> </span> </h3> <div data-ice="description"><p>return assembled string.</p> </div> <div data-ice="properties"> </div> <div class="return-params" data-ice="returnParams"> <h4>Return:</h4> <table> <tr> <td class="return-type" data-ice="returnType"><span><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String">string</a></span></td> </tr> </table> <div data-ice="returnProperties"> </div> </div> </div> </div> </div> <footer class="footer"> Generated by <a href="https://esdoc.org">ESDoc<span data-ice="esdocVersion">(0.4.0)</span></a> </footer> <script src="script/search_index.js"></script> <script src="script/search.js"></script> <script src="script/pretty-print.js"></script> <script src="script/inherited-summary.js"></script> <script src="script/test-summary.js"></script> <script src="script/inner-link.js"></script> <script src="script/patch-for-local.js"></script> </body> </html>
micooz/MinecraftGem
docs/class/src/concepts/target.js~TargetSelector.html
HTML
mit
10,612
<div class="form-group"> <div class = "row"> <div class="col-sm-12"><hr/></div> </div> <div class="row"> <div class="col-sm-10"><h4>{{service.label}}</h4></div> <div class="col-sm-2 text-right">{{(service.scEntry.stitchInfo.add_cost > 0 ) ? (service.scEntry.stitchInfo.add_cost | currency) : ''}}</div> </div> <div class="row"> <div class="col-sm-10"> <div ng-repeat="stitchInfo in service.data"> <input type="radio" ng-value="stitchInfo.stitch" ng-model="service.scEntry.model.stitch" ng-change="itemSelected(stitchInfo, service, true)" /> <label for="option-{{$index}}">{{stitchInfo.label}}</label> <div ng-show="isActive(stitchInfo.stitch, service)" > <div ng-switch="service.scEntry.model.stitch" > <div ng-switch-when="STANDARD"> <div class="row"> <ng-form name="stitchForm"> <fieldset class="form-group"> <div ng-repeat="measurement in service.measConfigs.fields" > <div class="clearfix" ng-if="$index % 3 == 0"></div> <div class="col-xs-4"> <div>{{measurement.label}}</div> <select name="{{measurement.code}}" class="input-medium" style="width: 100px;" ng-options="o as o for o in measurement.options" ng-model="service.scEntry.model.data[measurement.code]" required> <option value="" ng-selected="selected">Select</option> </select> <div ng-messages="stitchForm[''+measurement.code].$error" ng-if="stitchForm[''+measurement.code].$dirty && stitchForm[''+measurement.code].$invalid" class="validation-error"> <div ng-message="required">Please select a size</div> </div> </div> </div> </fieldset> </ng-form> </div> </div> <div class="indented" ng-switch-when="CUSTOM"> <ng-form name="customStitchForm"> <label> <input type="radio" ng-model="service.scEntry.model.customOption" value="email" ng-change='customItemSelected(service)'> Send me request for measurement by email after checkout </label><br/> <label> <input type="radio" ng-model="service.scEntry.model.customOption" value="profile" ng-change='customItemSelected(service)'> Select measurement from my stored profile </label><br/> </ng-form> <div ng-switch="service.scEntry.model.customOption" > <div ng-switch-when="profile"> <div ng-if="!isAuthenticated()"><i class="fa fa-user"></i><button type="button" class="btn btn-link" ng-click="login(service)">Sign In</button> to provide custom measurement. to pick your profile</div> <div ng-if="isAuthenticated()"> <span> <select style="width: 220px;" ng-options="itemoption as itemoption.profile_name for itemoption in service.measConfigs track by itemoption._id" ng-model="service.measConfigModel" ng-change="customMeasurementSelected(service)" required> <option value="">Select a profile</option> </select> <button type="button" class="btn btn-sm" ng-click="addUpdateMeasurement(service, 'EDIT')" ng-disabled="!service.scEntry.model.data">View/Update Profile</button> </span> &nbsp; <button type="button" class="btn btn-link" ng-click="addUpdateMeasurement(service, 'ADD')" >Add New Profile</button> </div> </div> </div> </div> </div> </div> </div> </div> <div class="col-sm-2"></div> </div> </div>
ygpatel/haaila
client/src/app/product/stitchingservice/stitchingservice.tpl.html
HTML
mit
5,806
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>降低个人熵值-需要与外界保持互动</title> <meta name="generator" content="Zim 0.62"> <meta name="viewport" content="width=device-width"> <link rel="stylesheet" href="/stylesheets/zim-058-tmpl.css"> <![if !IE]> <!-- comment out for IE since it spams the user with warnings --> <script type='text/javascript' src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.1/jquery.js'></script> <script type='text/javascript'> $(window).load(function(){$("#navigation").height( $("#content").height()+65 );}); </script> <![endif]> </head> <body> <div class="wrapper"> <div id="navigation"> <!-- AOL SiteSearch --> <form method="get" target="_blank" action="http://search.aol.com/aol/search"> <div> <input type="text" name="q" value="工具 site:pimgeek.github.io" /> <input type="hidden" name="hl" value="zh-CN" /> <input type="submit" name="btnG" value="站内搜索" /> </div> </form> <!-- AOL SiteSearch --> <ul> <li><a href="../../刘夙-世界科学技术文化史-全十四讲.html" title="刘夙-世界科学技术文化史-全十四讲" class="page">刘夙-世界科学技术文化史-全十四讲</a></li> <li><a href="../../求知动力.html" title="求知动力" class="page">求知动力</a></li> <li><a href="../../知识互动.html" title="知识互动" class="page">知识互动</a></li> <li><a href="../../笔记存档.html" title="笔记存档" class="page">笔记存档</a> <ul> <li><a href="../2012-08.html" title="2012-08" class="page">2012-08</a></li> <li><a href="../2013-04.html" title="2013-04" class="page">2013-04</a></li> <li><a href="../2013-06.html" title="2013-06" class="page">2013-06</a></li> <li><a href="../2013-08.html" title="2013-08" class="page">2013-08</a></li> <li><a href="../2013-09.html" title="2013-09" class="page">2013-09</a></li> <li><a href="../2013-12.html" title="2013-12" class="page">2013-12</a></li> <li><a href="../2014-01.html" title="2014-01" class="page">2014-01</a></li> <li><a href="../2014-02.html" title="2014-02" class="page">2014-02</a></li> <li><a href="../2014-03.html" title="2014-03" class="page">2014-03</a></li> <li><a href="../2014-05.html" title="2014-05" class="page">2014-05</a></li> <li><a href="../2014-08.html" title="2014-08" class="page">2014-08</a></li> <li><a href="../2014-10.html" title="2014-10" class="page">2014-10</a> <ul> <li><a href="./中国历朝历代地图详细变化动画展示.html" title="中国历朝历代地图详细变化动画展示" class="page">中国历朝历代地图详细变化动画展示</a></li> <li><a href="./利用相近词搜索法-发现新的关注点.html" title="利用相近词搜索法-发现新的关注点" class="page">利用相近词搜索法-发现新的关注点</a></li> <li><b>降低个人熵值-需要与外界保持互动</b></li> </ul> </li> <li><a href="../2014-11.html" title="2014-11" class="page">2014-11</a></li> </ul> </li> <li><a href="../../谈谈相见恨晚的知识.html" title="谈谈相见恨晚的知识" class="page">谈谈相见恨晚的知识</a></li> <li><a href="../../首页.html" title="首页" class="page">首页</a></li> </ul> </div> <div id="content"> <h1>降低个人熵值-需要与外界保持互动 <a name='笔记存档:2014-10:降低个人熵值-需要与外界保持互动'></a></h1> <p> 创建日期:2014-10-31 </p> <p> <img src="http://img.teamkn.com/i/oNotYBtk.png@400w.png" /> <div style='padding-left: 30pt'> (配图来自 <a href="http://www.xueyuanjiang.cn/a/awards/diqijie/2009/0923/221.html" title="大学生广告艺术节学院奖" class="http">大学生广告艺术节学院奖</a> 网站) </div> </p> <p> 有时候,因为持续思考同一个问题太久,我的大脑会变得迟钝,身体也变得疲沓,甚至做事的信念都会动摇。 </p> <p> 在这种情况下,我需要从各种信息渠道中获取新信息,并且与自外界(比如亲朋好友,社交网站)进行各种形式的互动,以便摆脱个人熵值不断增大的困扰。 </p> <p> 目前,对我有帮助的信息渠道和互动平台,我都列举在本条目结尾的延伸阅读条目中。 </p> <p> ----<br> 回溯阅读:<br> 熵增原理 </p> <br /> <div class="bdsharebuttonbox"><a href="#" class="bds_weixin" data-cmd="weixin" title="分享到微信"></a><a href="#" class="bds_tsina" data-cmd="tsina" title="分享到新浪微博"></a><a href="#" class="bds_douban" data-cmd="douban" title="分享到豆瓣网"></a><a href="#" class="bds_tieba" data-cmd="tieba" title="分享到百度贴吧"></a><a href="#" class="bds_sqq" data-cmd="sqq" title="分享到QQ好友"></a><a href="#" class="bds_qzone" data-cmd="qzone" title="分享到QQ空间"></a><a href="#" class="bds_more" data-cmd="more"></a></div> <script>window._bd_share_config={"common":{"bdSnsKey":{},"bdText":"","bdMini":"2","bdMiniList":["copy","print","mail","linkedin","twi","fbook","renren","hi","tqq","diandian","youdao","qingbiji","tsohu","t163"],"bdPic":"","bdStyle":"1","bdSize":"16"},"share":{}};with(document)0[(getElementsByTagName('head')[0]||body).appendChild(createElement('script')).src='http://bdimg.share.baidu.com/static/api/js/share.js?v=89860593.js?cdnversion='+~(-new Date()/36e5)];</script> <br /> <span class="backlinks"> <hr class='footnotes'> <b>延伸阅读:<br /></b> # <a href='../../知识互动/刘未鹏-认知科学爱好者.html'>知识互动:刘未鹏-认知科学爱好者</a><br /> # <a href='../../知识互动/pimgeek-参与的知乎讨论.html'>知识互动:pimgeek-参与的知乎讨论</a><br /> # <a href='./利用相近词搜索法-发现新的关注点.html'>笔记存档:2014-10:利用相近词搜索法-发现新的关注点</a><br /> <br /><br /> </span> <!-- 抽取文章收录至多说评论框时的url,用于保持评论序列--> <!-- 多说评论框 start --> <div class="ds-thread" data-thread-key='笔记存档/2014-10/降低个人熵值-需要与外界保持互动' data-title='笔记存档/2014-10/降低个人熵值-需要与外界保持互动' data-url=''></div> <!-- 多说评论框 end --> <!-- 多说公共JS代码 start (一个网页只需插入一次) --> <script type="text/javascript"> var duoshuoQuery = {short_name:"pimgeek"}; (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 style="display:none;visibility:hidden;"><script type="text/javascript">var cnzz_protocol = (("https:" == document.location.protocol) ? " https://" : " http://");document.write(unescape("%3Cspan id='cnzz_stat_icon_1253515346'%3E%3C/span%3E%3Cscript src='" + cnzz_protocol + "s23.cnzz.com/z_stat.php%3Fid%3D1253515346%26show%3Dpic2' type='text/javascript'%3E%3C/script%3E"));</script></div> </body> </html>
pimgeek/pimgeek.github.io
zim/笔记存档/2014-10/降低个人熵值-需要与外界保持互动.html
HTML
mit
7,631
--- layout: false title: This is the title --- <h1><%= current_page.data.title %></h1>
middleman/middleman
middleman-core/fixtures/frontmatter-app/source/raw-front-matter.html
HTML
mit
87
<div class="doc-content"> <header class="api-profile-header"> </header> <div layout="row" class="api-options-bar with-icon"> </div> <div class="api-profile-description"> <p>Dividers group and separate content within lists and page layouts using strong visual and spatial distinctions. This divider is a thin rule, lightweight enough to not distract the user from content.</p> </div> <div> <div class="usage"> <h2 id="Usage">Usage</h2> <hljs lang="html"> <md-divider></md-divider> <md-divider md-inset></md-divider> </hljs> </div> <section class="api-section"> <h3> Attributes </h3> <md-list> <md-item> <md-item-content class="dashed-bottom"> <div class="api-params-label api-params-title" flex="20" layout layout-align="center center" > Parameter </div> <div class="api-params-label api-params-title" flex="15" layout layout-align="center center" block-sm > Type </div> <div class="api-params-content api-params-title" flex layout="row" layout-align="left center" style="padding-top:15px"> Description </div> </md-item-content> </md-item> <md-item class="api-params-item"> <md-item-content> <div class="api-params-label" flex="35" flex-gt-sm="20"> md-inset <span hide show-sm> <code class="api-type label type-hint type-hint-boolean">boolean</code> </span> <div><em>(optional)</em></div> </div> <div class="api-params-label" hide-sm flex="15"> <code class="api-type label type-hint type-hint-boolean">boolean</code> </div> <div class="api-params-content" flex> <p><p>Add this attribute to activate the inset divider style.</p> </p> </div> </md-item-content> </md-item> </md-list> </section> </div> </div>
uistyleguide/uistyleguide.github.io
dist/docs/partials/api/material.components.divider/directive/mdDivider.html
HTML
mit
1,911
<!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="./bbc239bba19143727042026d420d9008809db6c254072d3319193a3de6060b94.html">Teleport</a> <hr> <a href="./../../about.md">About</a> (Spoilers! ) <script src="./../../assets/md5.js"></script> <script> window.currentLevel = 7; </script> <script src="./../../assets/script.js"></script> </body> </html>
simonmysun/praxis
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/51ad593b969179e6f68d2264cfe2afb59d155c17128f01b6cc93f706db98338b.html
HTML
mit
550
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Ajax请求XML数据</title> <script type="text/javascript"> var xmlhttp; //封装ajax请求 function loadXMLDoc(url, func){ //首先创建XMLHttpRequest对象 if(window.XMLHttpRequest){ //code for IE7+,Firefox, chrome, Opera, Safari xmlhttp = new XMLHttpRequest(); }else{ xmlhttp = new ActiveXObject("Microsoft.XMLHTTP"); } /** * [onreadystatechange 服务器成功响应] * @type {[type]} */ xmlhttp.onreadystatechange = func; xmlhttp.open("GET", url, true); xmlhttp.send(); } //点击按钮事件处理 function myFunction(){ loadXMLDoc("ajax/books.xml", function(){ if(xmlhttp.readyState == 4 && xmlhttp.status == 200){ //服务器成功响应,返回XML数据 var xmlDoc= xmlhttp.responseXML; var txt = ""; //解析xml数据 var x = xmlDoc.getElementsByTagName("title"); for(var i = 0;i < x.length; i++){ //获取第一个子元素的节点值,即书名 txt += "<h1>" + x[i].childNodes[0].nodeValue + "</h1>"; } document.getElementById("show").innerHTML = txt; } }); } </script> </head> <body> <p id="show">this is a Ajax demo</p> <button type="button" onclick="myFunction()">点击我发送Ajax请求</button> </body> </html>
7986LiChang/MyLearnDemos
js/Ajax/testAjaxXML/index.html
HTML
mit
1,347
<section class="author" itemprop="author"> <div class="details" itemscope itemtype="http://schema.org/Person"> <img itemprop="image" class="img-rounded" src="http://altman-xu.github.io/helloblog/assets/img/blog-author.jpg" alt="{{site.name}}"> <p class="def">Author</p> <h3 class="name"> <a itemprop="name" href="#">{{site.username}}</a> </h3> <p class="desc">{{site.user_description}}</p> <a itemprop="email" class="email" href="mailto:{{site.email}}">{{site.email}}</a> </div> </section>
altman-xu/helloblog
_includes/author.html
HTML
mit
558
--- layout: attachment title: diff_normal date: type: attachment published: false status: inherit categories: [] tags: [] meta: _wp_attached_file: 2015/06/diff_normal.png _wp_attachment_metadata: a:5:{s:5:"width";i:700;s:6:"height";i:500;s:4:"file";s:23:"2015/06/diff_normal.png";s:5:"sizes";a:3:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"diff_normal-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:23:"diff_normal-300x214.png";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:23:"diff_normal-650x240.png";s:5:"width";i:650;s:6:"height";i:240;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:11:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;}} author: login: Fabian Dablander email: dostodabsi@gmail.com display_name: Fabian Dablander first_name: Fabian last_name: Dablander ---
jeps-journal/jeps-journal.github.io
_attachments/diff_normal.html
HTML
mit
1,115
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1' /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" /> <title>Sistema Ubicanos - Mercantil Banco Universal</title> <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.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">--> </head> <body> <div id="app"></div> <!-- built files will be auto injected --> <!--<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>
nestordgs/find-us
front/index.html
HTML
mit
1,449
<!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_10-beta) on Fri Dec 11 16:07:44 PST 2009 --> <TITLE> SignatureMessageRecovery (Java Card API, Connected Edition) </TITLE> <META NAME="date" CONTENT="2009-12-11"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="SignatureMessageRecovery (Java Card API, Connected Edition)"; } } </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="../../javacard/security/Signature.html" title="class in javacard.security"><B>PREV CLASS</B></A>&nbsp; &nbsp;NEXT CLASS</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../index.html?javacard/security/SignatureMessageRecovery.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="SignatureMessageRecovery.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;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&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"> javacard.security</FONT> <BR> Interface SignatureMessageRecovery</H2> <HR> <DL> <DT><PRE><FONT SIZE="-1"><A HREF="../../javacardx/framework/TransactionType.html" title="annotation in javacardx.framework">@TransactionType</A>(<A HREF="../../javacardx/framework/TransactionType.html#value()">value</A>=<A HREF="../../javacardx/framework/TransactionTypeValue.html#SUPPORTS">SUPPORTS</A>) </FONT>public interface <B>SignatureMessageRecovery</B></DL> </PRE> <P> A subclass of the abstract <code>Signature</code> class must implement this <code>SignatureMessageRecovery</code> interface to provide message recovery functionality. An instance implementing this interface is returned by the <A HREF="../../javacard/security/Signature.html#getInstance(byte, boolean)"><CODE>Signature.getInstance(byte, boolean)</CODE></A> method when algorithm type with suffix <code>*_MR</code> is specified, e.g., <A HREF="../../javacard/security/Signature.html#ALG_RSA_SHA_ISO9796_MR"><CODE>Signature.ALG_RSA_SHA_ISO9796_MR</CODE></A>. <p> This interface provides specialized versions of some of the methods defined in the <code>Signature</code> class to provide message recovery functions. An alternate version of the <code>sign()</code> and <code>verify()</code> methods is supported here along with a new <code>beginVerify</code> method to allow the message encoded in the signature to be recovered. <p> For signing a message with message recovery functionality, the user must cast the <code>Signature</code> object to this interface, initialize the object for signing with a private key using the <CODE>init()</CODE> method, and issue 0 or more <CODE>update()</CODE> method calls and then finally call the <CODE>sign()</CODE> method to obtain the signature. <p> For recovering the encoded message and verifying functionality, the user must cast the <code>Signature</code> object to this interface, initialize the object for verifying with a public key using the <CODE>init()</CODE> method, first recover the message using the <CODE>beginVerify()</CODE> method and then issue 0 or more <CODE>update()</CODE> method calls and then finally call the <CODE>verify()</CODE> method to verify the signature. <p> Note:<br> A <CODE>Signature</CODE> object implementing this interface must throw <CODE>CryptoException</CODE> with <CODE>CryptoException.ILLEGAL_USE</CODE> reason code when one of the following methods applicable only to a <CODE>Signature</CODE> object which does not include message recovery functionality, is called: <ul> <li><em>init(Key, byte, byte[], short, short)</em> <li><em>sign(byte[], short, short, byte[], short)</em> <li><em>verify(byte[], short, short, byte[], short, short)</em> </ul> <P> <P> <DL> <DT><B>Since:</B></DT> <DD>2.2.2</DD> </DL> <HR> <P> <!-- ========== 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;short</CODE></FONT></TD> <TD><CODE><B><A HREF="../../javacard/security/SignatureMessageRecovery.html#beginVerify(byte[], short, short)">beginVerify</A></B>(byte[]&nbsp;sigAndRecDataBuff, short&nbsp;buffOffset, short&nbsp;sigLength)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This method begins the verification sequence by recovering the message encoded within the signature itself and initializing the internal hash function.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;byte</CODE></FONT></TD> <TD><CODE><B><A HREF="../../javacard/security/SignatureMessageRecovery.html#getAlgorithm()">getAlgorithm</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the Signature algorithm.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;short</CODE></FONT></TD> <TD><CODE><B><A HREF="../../javacard/security/SignatureMessageRecovery.html#getLength()">getLength</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the byte length of the signature data.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../javacard/security/SignatureMessageRecovery.html#init(javacard.security.Key, byte)">init</A></B>(<A HREF="../../javacard/security/Key.html" title="interface in javacard.security">Key</A>&nbsp;theKey, byte&nbsp;theMode)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Initializes the <code>Signature</code> object with the appropriate <code>Key</code>.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;short</CODE></FONT></TD> <TD><CODE><B><A HREF="../../javacard/security/SignatureMessageRecovery.html#sign(byte[], short, short, byte[], short, short[], short)">sign</A></B>(byte[]&nbsp;inBuff, short&nbsp;inOffset, short&nbsp;inLength, byte[]&nbsp;sigBuff, short&nbsp;sigOffset, short[]&nbsp;recMsgLen, short&nbsp;recMsgLenOffset)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Generates the signature of all/last input data.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../javacard/security/SignatureMessageRecovery.html#update(byte[], short, short)">update</A></B>(byte[]&nbsp;inBuff, short&nbsp;inOffset, short&nbsp;inLength)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Accumulates a signature of the input data.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../../javacard/security/SignatureMessageRecovery.html#verify(byte[], short, short)">verify</A></B>(byte[]&nbsp;inBuff, short&nbsp;inOffset, short&nbsp;inLength)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Verifies the signature of all/last input data against the passed in signature.</TD> </TR> </TABLE> &nbsp; <P> <!-- ============ 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="init(javacard.security.Key, byte)"><!-- --></A><H3> init</H3> <PRE> void <B>init</B>(<A HREF="../../javacard/security/Key.html" title="interface in javacard.security">Key</A>&nbsp;theKey, byte&nbsp;theMode) throws <A HREF="../../javacard/security/CryptoException.html" title="class in javacard.security">CryptoException</A></PRE> <DL> <DD>Initializes the <code>Signature</code> object with the appropriate <code>Key</code>. This method should be used for algorithms which do not need initialization parameters or use default parameter values. <p> <code>init()</code> must be used to update the <code>Signature</code> object with a new key. If the <code>Key</code> object is modified after invoking the <code>init()</code> method, the behavior of the <code>update()</code>, <code>sign()</code>, and <code>verify()</code> methods is unspecified. <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>theKey</CODE> - the key object to use for signing or verifying<DD><CODE>theMode</CODE> - one of <code>MODE_SIGN</code> or <code>MODE_VERIFY</code> <DT><B>Throws:</B> <DD><CODE><A HREF="../../javacard/security/CryptoException.html" title="class in javacard.security">CryptoException</A></CODE> - with the following reason codes: <ul> <li><code>CryptoException.ILLEGAL_VALUE</code> if <code>theMode</code> option is an undefined value or if the <code>Key</code> is inconsistent with <code>theMode</code> or with the <code>Signature</code> implementation. <li><code>CryptoException.UNINITIALIZED_KEY</code> if <code>theKey</code> instance is uninitialized. </ul></DL> </DD> </DL> <HR> <A NAME="beginVerify(byte[], short, short)"><!-- --></A><H3> beginVerify</H3> <PRE> short <B>beginVerify</B>(byte[]&nbsp;sigAndRecDataBuff, short&nbsp;buffOffset, short&nbsp;sigLength) throws <A HREF="../../javacard/security/CryptoException.html" title="class in javacard.security">CryptoException</A></PRE> <DL> <DD>This method begins the verification sequence by recovering the message encoded within the signature itself and initializing the internal hash function. The recovered message data overwrites the signature data in the <code>sigAndRecDataBuff</code> input byte array. <p> Notes: <ul> <li><em>This method must be called during the verification sequence prior to either the </em><code>update()</code><em> or the </em><code>verify()</code><em> methods during verification.</em> <li><em> The trailing (</em><code>sigLength</code><em> - recovered message length) bytes of signature data in </em><code>sigAndRecDataBuff</code><em> may also be overwritten by this method.</em> </ul> <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>sigAndRecDataBuff</CODE> - contains the signature data as input and also contains the recoverable part of the message as output.<DD><CODE>buffOffset</CODE> - offset into the sigAndRecDataBuff array where data begins for signature and where this method will start writing recovered message data.<DD><CODE>sigLength</CODE> - the length of signature data <DT><B>Returns:</B><DD>byte length of recovered message data written to <code>sigAndRecDataBuff</code> <DT><B>Throws:</B> <DD><CODE><A HREF="../../javacard/security/CryptoException.html" title="class in javacard.security">CryptoException</A></CODE> - with the following reason codes: <ul> <li><code>CryptoException.ILLEGAL_USE</code> for the following conditions: <ul> <li>if this object is initialized for signature sign mode <li>if <code>sigLength</code> is inconsistent with this <code>Signature</code> algorithm <li>if the decrypted message representative does not meet the algorithm specifications <li>if the bit length of the decrypted message representative is not a multiple of 8. </ul> <li><code>CryptoException.UNINITIALIZED_KEY</code> if key not initialized. <li><code>CryptoException.INVALID_INIT</code> if this <code>Signature</code> object is not initialized. </ul></DL> </DD> </DL> <HR> <A NAME="sign(byte[], short, short, byte[], short, short[], short)"><!-- --></A><H3> sign</H3> <PRE> short <B>sign</B>(byte[]&nbsp;inBuff, short&nbsp;inOffset, short&nbsp;inLength, byte[]&nbsp;sigBuff, short&nbsp;sigOffset, short[]&nbsp;recMsgLen, short&nbsp;recMsgLenOffset) throws <A HREF="../../javacard/security/CryptoException.html" title="class in javacard.security">CryptoException</A></PRE> <DL> <DD>Generates the signature of all/last input data. In addition, this method returns the number of bytes beginning with the first byte of the message that was encoded into the signature itself. The encoded message is called the recoverable message and its length is called the recoverable message length. This recoverable message need not be transmitted and can be recovered during verification. <p> A call to this method also resets this <code>Signature</code> object to the state it was in when previously initialized via a call to <code>init()</code>. That is, the object is reset and available to sign another message. <p> The input and output buffer data may overlap. <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>inBuff</CODE> - the input buffer of data to be signed<DD><CODE>inOffset</CODE> - the offset into the input buffer at which to begin signature generation<DD><CODE>inLength</CODE> - the byte length to sign<DD><CODE>sigBuff</CODE> - the output buffer to store signature data<DD><CODE>sigOffset</CODE> - the offset into sigBuff at which to begin signature data<DD><CODE>recMsgLen</CODE> - the output buffer containing the number of bytes of the recoverable message beginning with the first byte of the message that was encoded into the signature itself<DD><CODE>recMsgLenOffset</CODE> - offset into the <code>recMsgLen</code> output buffer where the byte length of the recoverable message is stored. Note that a single short value is stored at <code>recMsgLenOffset</code> offset. <DT><B>Returns:</B><DD>number of bytes of signature output in sigBuff <DT><B>Throws:</B> <DD><CODE><A HREF="../../javacard/security/CryptoException.html" title="class in javacard.security">CryptoException</A></CODE> - with the following reason codes: <ul> <li><code>CryptoException.UNINITIALIZED_KEY</code> if key not initialized. <li><code>CryptoException.INVALID_INIT</code> if this <code>Signature</code> object is not initialized or initialized for signature verify mode. </ul></DL> </DD> </DL> <HR> <A NAME="verify(byte[], short, short)"><!-- --></A><H3> verify</H3> <PRE> boolean <B>verify</B>(byte[]&nbsp;inBuff, short&nbsp;inOffset, short&nbsp;inLength) throws <A HREF="../../javacard/security/CryptoException.html" title="class in javacard.security">CryptoException</A></PRE> <DL> <DD>Verifies the signature of all/last input data against the passed in signature. <p> A call to this method also resets this <code>Signature</code> object to the state it was in when previously initialized via a call to <code>init()</code>. That is, the object is reset and available to verify another message. <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>inBuff</CODE> - the input buffer of data to be verified<DD><CODE>inOffset</CODE> - the offset into the input buffer at which to begin signature generation<DD><CODE>inLength</CODE> - the byte length to sign <DT><B>Returns:</B><DD><code>true</code> if the signature verifies, <code>false</code> otherwise <DT><B>Throws:</B> <DD><CODE><A HREF="../../javacard/security/CryptoException.html" title="class in javacard.security">CryptoException</A></CODE> - with the following reason codes: <ul> <li><code>CryptoException.UNINITIALIZED_KEY</code> if key not initialized. <li><code>CryptoException.INVALID_INIT</code> if this <code>Signature</code> object is not initialized or initialized for signature sign mode. <li><code>CryptoException.ILLEGAL_USE</code> if one of the following conditions is met: <ul> <li> if <code>beginVerify</code> method has not been called. </ul></DL> </DD> </DL> <HR> <A NAME="getAlgorithm()"><!-- --></A><H3> getAlgorithm</H3> <PRE> byte <B>getAlgorithm</B>()</PRE> <DL> <DD>Gets the Signature algorithm. <P> <DD><DL> <DT><B>Returns:</B><DD>the algorithm code implemented by this <code>Signature</code> instance.</DL> </DD> </DL> <HR> <A NAME="getLength()"><!-- --></A><H3> getLength</H3> <PRE> short <B>getLength</B>() throws <A HREF="../../javacard/security/CryptoException.html" title="class in javacard.security">CryptoException</A></PRE> <DL> <DD>Returns the byte length of the signature data. <P> <DD><DL> <DT><B>Returns:</B><DD>the byte length of the signature data <DT><B>Throws:</B> <DD><CODE><A HREF="../../javacard/security/CryptoException.html" title="class in javacard.security">CryptoException</A></CODE> - with the following reason codes: <ul> <li><code>CryptoException.INVALID_INIT</code> if this <code>Signature</code> object is not initialized. <li><code>CryptoException.UNINITIALIZED_KEY</code> if key not initialized. </ul></DL> </DD> </DL> <HR> <A NAME="update(byte[], short, short)"><!-- --></A><H3> update</H3> <PRE> void <B>update</B>(byte[]&nbsp;inBuff, short&nbsp;inOffset, short&nbsp;inLength) throws <A HREF="../../javacard/security/CryptoException.html" title="class in javacard.security">CryptoException</A></PRE> <DL> <DD>Accumulates a signature of the input data. This method requires temporary storage of intermediate results. In addition, if the input data length is not block aligned (multiple of block size) then additional internal storage may be allocated at this time to store a partial input data block. This may result in additional resource consumption and/or slow performance. This method should only be used if all the input data required for signing/verifying is not available in one byte array. If all of the input data required for signing/verifying is located in a single byte array, use of the <code>sign()</code> or <code>beginVerify</code> method and <code>verify()</code> method is recommended. The <code>sign()</code> or <code>verify()</code> method must be called to complete processing of input data accumulated by one or more calls to the <code>update()</code> method. <p> Note: <ul> <li><em>If <code>inLength</code> is 0 this method does nothing.</em> </ul> <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>inBuff</CODE> - the input buffer of data to be signed/verified<DD><CODE>inOffset</CODE> - the offset into the input buffer where input data begins<DD><CODE>inLength</CODE> - the byte length to sign/verify <DT><B>Throws:</B> <DD><CODE><A HREF="../../javacard/security/CryptoException.html" title="class in javacard.security">CryptoException</A></CODE> - with the following reason codes: <ul> <li><code>CryptoException.UNINITIALIZED_KEY</code> if key not initialized. <li><code>CryptoException.INVALID_INIT</code> if this <code>Signature</code> object is not initialized. <li><code>CryptoException.ILLEGAL_USE</code> if the mode set in the <code>init()</code> method is MODE_VERIFY and the <code>beginVerify()</code> method is not yet called. </ul><DT><B>See Also:</B><DD><A HREF="../../javacard/security/SignatureMessageRecovery.html#sign(byte[], short, short, byte[], short, short[], short)"><CODE>sign(byte[], short, short, byte[], short, short[], short)</CODE></A>, <A HREF="../../javacard/security/SignatureMessageRecovery.html#verify(byte[], short, short)"><CODE>verify(byte[], short, short)</CODE></A></DL> </DD> </DL> <!-- ========= END OF CLASS DATA ========= --> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="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="../../javacard/security/Signature.html" title="class in javacard.security"><B>PREV CLASS</B></A>&nbsp; &nbsp;NEXT CLASS</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../index.html?javacard/security/SignatureMessageRecovery.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="SignatureMessageRecovery.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;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> <a href=../../COPYRIGHT_jcspecs.html>Copyright</a> (c) 2009 Sun Microsystems, Inc. All rights reserved. </BODY> </HTML>
evolution411/symfonyfos
src/Acme/HelloBundle/Resources/public/images/NetBeans 7.3/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/SignatureMessageRecovery.html
HTML
mit
26,424
<!DOCTYPE html> <html> <head> <title>Flatty - Flat administration template</title> <meta content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no' name='viewport' /> <!--[if lt IE 9]> <script src='assets/javascripts/html5shiv.js' type='text/javascript'></script> <![endif]--> <link href='assets/stylesheets/bootstrap/bootstrap.css' media='all' rel='stylesheet' type='text/css' /> <link href='assets/stylesheets/bootstrap/bootstrap-responsive.css' media='all' rel='stylesheet' type='text/css' /> <!-- / jquery ui --> <link href='assets/stylesheets/jquery_ui/jquery-ui-1.10.0.custom.css' media='all' rel='stylesheet' type='text/css' /> <link href='assets/stylesheets/jquery_ui/jquery.ui.1.10.0.ie.css' media='all' rel='stylesheet' type='text/css' /> <!-- / switch buttons --> <link href='assets/stylesheets/plugins/bootstrap_switch/bootstrap-switch.css' media='all' rel='stylesheet' type='text/css' /> <!-- / xeditable --> <link href='assets/stylesheets/plugins/xeditable/bootstrap-editable.css' media='all' rel='stylesheet' type='text/css' /> <link href='assets/stylesheets/plugins/common/bootstrap-wysihtml5.css' media='all' rel='stylesheet' type='text/css' /> <!-- / wysihtml5 (wysywig) --> <link href='assets/stylesheets/plugins/common/bootstrap-wysihtml5.css' media='all' rel='stylesheet' type='text/css' /> <!-- / jquery file upload --> <link href='assets/stylesheets/plugins/jquery_fileupload/jquery.fileupload-ui.css' media='all' rel='stylesheet' type='text/css' /> <!-- / full calendar --> <link href='assets/stylesheets/plugins/fullcalendar/fullcalendar.css' media='all' rel='stylesheet' type='text/css' /> <!-- / select2 --> <link href='assets/stylesheets/plugins/select2/select2.css' media='all' rel='stylesheet' type='text/css' /> <!-- / mention --> <link href='assets/stylesheets/plugins/mention/mention.css' media='all' rel='stylesheet' type='text/css' /> <!-- / tabdrop (responsive tabs) --> <link href='assets/stylesheets/plugins/tabdrop/tabdrop.css' media='all' rel='stylesheet' type='text/css' /> <!-- / jgrowl notifications --> <link href='assets/stylesheets/plugins/jgrowl/jquery.jgrowl.min.css' media='all' rel='stylesheet' type='text/css' /> <!-- / datatables --> <link href='assets/stylesheets/plugins/datatables/bootstrap-datatable.css' media='all' rel='stylesheet' type='text/css' /> <!-- / dynatrees (file trees) --> <link href='assets/stylesheets/plugins/dynatree/ui.dynatree.css' media='all' rel='stylesheet' type='text/css' /> <!-- / color picker --> <link href='assets/stylesheets/plugins/bootstrap_colorpicker/bootstrap-colorpicker.css' media='all' rel='stylesheet' type='text/css' /> <!-- / datetime picker --> <link href='assets/stylesheets/plugins/bootstrap_datetimepicker/bootstrap-datetimepicker.min.css' media='all' rel='stylesheet' type='text/css' /> <!-- / daterange picker) --> <link href='assets/stylesheets/plugins/bootstrap_daterangepicker/bootstrap-daterangepicker.css' media='all' rel='stylesheet' type='text/css' /> <!-- / flags (country flags) --> <link href='assets/stylesheets/plugins/flags/flags.css' media='all' rel='stylesheet' type='text/css' /> <!-- / slider nav (address book) --> <link href='assets/stylesheets/plugins/slider_nav/slidernav.css' media='all' rel='stylesheet' type='text/css' /> <!-- / fuelux (wizard) --> <link href='assets/stylesheets/plugins/fuelux/wizard.css' media='all' rel='stylesheet' type='text/css' /> <!-- / flatty theme --> <link href='assets/stylesheets/light-theme.css' id='color-settings-body-color' media='all' rel='stylesheet' type='text/css' /> <!-- / demo --> <link href='assets/stylesheets/demo.css' media='all' rel='stylesheet' type='text/css' /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></head> <body class='contrast-red '> <header> <div class='navbar'> <div class='navbar-inner'> <div class='container-fluid'> <a class='brand' href='index.html'> <i class='icon-heart-empty'></i> <span class='hidden-phone'>Flatty</span> </a> <a class='toggle-nav btn pull-left' href='#'> <i class='icon-reorder'></i> </a> <ul class='nav pull-right'> <li class='dropdown light only-icon'> <a class='dropdown-toggle' data-toggle='dropdown' href='#'> <i class='icon-adjust'></i> </a> <ul class='dropdown-menu color-settings'> <li class='color-settings-body-color'> <div class='color-title'>Body color</div> <a data-change-to='assets/stylesheets/light-theme.css' href='#'> Light <small>(default)</small> </a> <a data-change-to='assets/stylesheets/dark-theme.css' href='#'> Dark </a> <a data-change-to='assets/stylesheets/dark-blue-theme.css' href='#'> Dark blue </a> </li> <li class='divider'></li> <li class='color-settings-contrast-color'> <div class='color-title'>Contrast color</div> <a href="#" data-change-to="contrast-red"><i class='icon-adjust text-red'></i> Red <small>(default)</small> </a> <a href="#" data-change-to="contrast-blue"><i class='icon-adjust text-blue'></i> Blue </a> <a href="#" data-change-to="contrast-orange"><i class='icon-adjust text-orange'></i> Orange </a> <a href="#" data-change-to="contrast-purple"><i class='icon-adjust text-purple'></i> Purple </a> <a href="#" data-change-to="contrast-green"><i class='icon-adjust text-green'></i> Green </a> <a href="#" data-change-to="contrast-muted"><i class='icon-adjust text-muted'></i> Muted </a> <a href="#" data-change-to="contrast-fb"><i class='icon-adjust text-fb'></i> Facebook </a> <a href="#" data-change-to="contrast-dark"><i class='icon-adjust text-dark'></i> Dark </a> <a href="#" data-change-to="contrast-pink"><i class='icon-adjust text-pink'></i> Pink </a> <a href="#" data-change-to="contrast-grass-green"><i class='icon-adjust text-grass-green'></i> Grass green </a> <a href="#" data-change-to="contrast-sea-blue"><i class='icon-adjust text-sea-blue'></i> Sea blue </a> <a href="#" data-change-to="contrast-banana"><i class='icon-adjust text-banana'></i> Banana </a> <a href="#" data-change-to="contrast-dark-orange"><i class='icon-adjust text-dark-orange'></i> Dark orange </a> <a href="#" data-change-to="contrast-brown"><i class='icon-adjust text-brown'></i> Brown </a> </li> </ul> </li> <li class='dropdown medium only-icon widget'> <a class='dropdown-toggle' data-toggle='dropdown' href='#'> <i class='icon-rss'></i> <div class='label'>5</div> </a> <ul class='dropdown-menu'> <li> <a href='#'> <div class='widget-body'> <div class='pull-left icon'> <i class='icon-user text-success'></i> </div> <div class='pull-left text'> John Doe signed up <small class='muted'>just now</small> </div> </div> </a> </li> <li class='divider'></li> <li> <a href='#'> <div class='widget-body'> <div class='pull-left icon'> <i class='icon-inbox text-error'></i> </div> <div class='pull-left text'> New Order #002 <small class='muted'>3 minutes ago</small> </div> </div> </a> </li> <li class='divider'></li> <li> <a href='#'> <div class='widget-body'> <div class='pull-left icon'> <i class='icon-comment text-warning'></i> </div> <div class='pull-left text'> America Leannon commented Flatty with veeery long text. <small class='muted'>1 hour ago</small> </div> </div> </a> </li> <li class='divider'></li> <li> <a href='#'> <div class='widget-body'> <div class='pull-left icon'> <i class='icon-user text-success'></i> </div> <div class='pull-left text'> Jane Doe signed up <small class='muted'>last week</small> </div> </div> </a> </li> <li class='divider'></li> <li> <a href='#'> <div class='widget-body'> <div class='pull-left icon'> <i class='icon-inbox text-error'></i> </div> <div class='pull-left text'> New Order #001 <small class='muted'>1 year ago</small> </div> </div> </a> </li> <li class='widget-footer'> <a href='#'>All notifications</a> </li> </ul> </li> <li class='dropdown dark user-menu'> <a class='dropdown-toggle' data-toggle='dropdown' href='#'> <img alt='Mila Kunis' height='23' src='assets/images/avatar.jpg' width='23' /> <span class='user-name hidden-phone'>Mila Kunis</span> <b class='caret'></b> </a> <ul class='dropdown-menu'> <li> <a href='user_profile.html'> <i class='icon-user'></i> Profile </a> </li> <li> <a href='user_profile.html'> <i class='icon-cog'></i> Settings </a> </li> <li class='divider'></li> <li> <a href='sign_in.html'> <i class='icon-signout'></i> Sign out </a> </li> </ul> </li> </ul> <form accept-charset="UTF-8" action="search_results.html" class="navbar-search pull-right hidden-phone" method="get" /><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="&#x2713;" /></div> <button class="btn btn-link icon-search" name="button" type="submit"></button> <input autocomplete="off" class="search-query span2" id="q_header" name="q" placeholder="Search..." type="text" value="" /> </form> </div> </div> </div> </header> <div id='wrapper'> <div id='main-nav-bg'></div> <nav class='' id='main-nav'> <div class='navigation'> <div class='search'> <form accept-charset="UTF-8" action="search_results.html" method="get" /><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="&#x2713;" /></div> <div class='search-wrapper'> <input autocomplete="off" class="search-query" id="q" name="q" placeholder="Search..." type="text" value="" /> <button class="btn btn-link icon-search" name="button" type="submit"></button> </div> </form> </div> <ul class='nav nav-stacked'> <li class=''> <a href='index.html'> <i class='icon-dashboard'></i> <span>Dashboard</span> </a> </li> <li class='active'> <a class='dropdown-collapse' href='#'> <i class='icon-edit'></i> <span>Forms</span> <i class='icon-angle-down angle-down'></i> </a> <ul class='in nav nav-stacked'> <li class='active'> <a href='form_styles.html'> <i class='icon-caret-right'></i> <span>Form styles and features</span> </a> </li> <li class=''> <a href='form_components.html'> <i class='icon-caret-right'></i> <span>Form components</span> </a> </li> <li class=''> <a href='validations.html'> <i class='icon-caret-right'></i> <span>Validations</span> </a> </li> <li class=''> <a href='wizard.html'> <i class='icon-caret-right'></i> <span>Wizard</span> </a> </li> </ul> </li> <li> <a class='dropdown-collapse ' href='#'> <i class='icon-tint'></i> <span>UI Elements & Widgets</span> <i class='icon-angle-down angle-down'></i> </a> <ul class='nav nav-stacked'> <li class=''> <a href='ui_elements.html'> <i class='icon-caret-right'></i> <span>UI Elements</span> </a> </li> <li class=''> <a href='widgets.html'> <i class='icon-caret-right'></i> <span>Widgets</span> </a> </li> </ul> </li> <li class=''> <a href='buttons_and_icons.html'> <i class='icon-star'></i> <span>Buttons & Icons</span> </a> </li> <li> <a class='dropdown-collapse ' href='#'> <i class='icon-cogs'></i> <span>Components</span> <i class='icon-angle-down angle-down'></i> </a> <ul class='nav nav-stacked'> <li class=''> <a href='charts.html'> <i class='icon-bar-chart'></i> <span>Charts</span> </a> </li> <li class=''> <a href='address_book.html'> <i class='icon-envelope'></i> <span>Address book</span> </a> </li> <li class=''> <a href='chats.html'> <i class='icon-comments'></i> <span>Chats</span> </a> </li> <li class=''> <a href='inplace_editing.html'> <i class='icon-pencil'></i> <span>In-place editing</span> </a> </li> <li class=''> <a href='filetrees.html'> <i class='icon-list-ul'></i> <span>File trees</span> </a> </li> <li class=''> <a href='fileupload.html'> <i class='icon-file'></i> <span>Fileupload</span> </a> </li> <li class=''> <a href='todo.html'> <i class='icon-list-alt'></i> <span>Todo list</span> </a> </li> <li class=''> <a href='wysiwyg.html'> <i class='icon-paste'></i> <span>WYSIWYG</span> </a> </li> </ul> </li> <li class=''> <a href='tables.html'> <i class='icon-table'></i> <span>Tables</span> </a> </li> <li class=''> <a href='grid.html'> <i class='icon-th'></i> <span>Grid</span> </a> </li> <li class=''> <a href='type.html'> <i class='icon-font'></i> <span>Typography</span> </a> </li> <li class=''> <a href='calendar.html'> <i class='icon-calendar'></i> <span>Calendar</span> </a> </li> <li> <a class='dropdown-collapse ' href='#'> <i class='icon-book'></i> <span>Example pages</span> <i class='icon-angle-down angle-down'></i> </a> <ul class='nav nav-stacked'> <li class=''> <a href='invoice.html'> <i class='icon-money'></i> <span>Invoice</span> </a> </li> <li class=''> <a href='gallery.html'> <i class='icon-picture'></i> <span>Gallery</span> </a> </li> <li class=''> <a href='timeline.html'> <i class='icon-time'></i> <span>Timeline</span> </a> </li> <li class=''> <a href='pricing_tables.html'> <i class='icon-table'></i> <span>Pricing tables</span> </a> </li> <li class=''> <a href='user_profile.html'> <i class='icon-user'></i> <span>User profile</span> </a> </li> <li class=''> <a href='err404.html'> <i class='icon-question-sign'></i> <span>404 Error</span> </a> </li> <li class=''> <a href='err500.html'> <i class='icon-cogs'></i> <span>500 Error</span> </a> </li> <li class=''> <a href='sign_in.html'> <i class='icon-signin'></i> <span>Sign in</span> </a> </li> <li class=''> <a href='faq.html'> <i class='icon-bullhorn'></i> <span>FAQ</span> </a> </li> <li class=''> <a href='orders.html'> <i class='icon-inbox'></i> <span>Orders</span> </a> </li> <li class=''> <a href='search_results.html'> <i class='icon-search'></i> <span>Search results</span> </a> </li> <li class=''> <a href='blank.html'> <i class='icon-circle-blank'></i> <span>Blank page</span> </a> </li> </ul> </li> <li> <a class='dropdown-collapse ' href='#'> <i class='icon-cog'></i> <span>Layouts</span> <i class='icon-angle-down angle-down'></i> </a> <ul class='nav nav-stacked'> <li class=''> <a href='closed_navigation.html'> <i class='icon-caret-right'></i> <span>Closed navigation</span> </a> </li> <li class=''> <a href='fixed_header.html'> <i class='icon-caret-right'></i> <span>Fixed header</span> </a> </li> <li class=''> <a href='fixed_navigation.html'> <i class='icon-caret-right'></i> <span>Fixed navigation</span> </a> </li> <li class=''> <a href='fixed_navigation_and_header.html'> <i class='icon-caret-right'></i> <span>Fixed navigation & header</span> </a> </li> </ul> </li> <li class=''> <a href='email_templates.html'> <i class='icon-mail-reply'></i> <span>Email templates</span> </a> </li> <li> <a class='dropdown-collapse' href='#'> <i class='icon-folder-open-alt'></i> <span>Four level dropdown</span> <i class='icon-angle-down angle-down'></i> </a> <ul class='nav nav-stacked'> <li> <a class='dropdown-collapse' href='#'> <i class='icon-caret-right'></i> <span>Second level</span> <i class='icon-angle-down angle-down'></i> </a> <ul class='nav nav-stacked'> <li> <a class='dropdown-collapse' href='#'> <i class='icon-caret-right'></i> <span>Third level</span> <i class='icon-angle-down angle-down'></i> </a> <ul class='nav nav-stacked'> <li> <a href='#'> <i class='icon-caret-right'></i> <span>Fourth level</span> </a> </li> <li> <a href='#'> <i class='icon-caret-right'></i> <span>Another fourth level</span> </a> </li> </ul> </li> </ul> </li> </ul> </li> </ul> </div> </nav> <section id='content'> <div class='container-fluid'> <div class='row-fluid' id='content-wrapper'> <div class='span12'> <div class='row-fluid'> <div class='span12'> <div class='page-header'> <h1 class='pull-left'> <i class='icon-edit'></i> <span>Forms styles and features</span> </h1> <div class='pull-right'> <ul class='breadcrumb'> <li> <a href="index.html"><i class='icon-bar-chart'></i> </a> </li> <li class='separator'> <i class='icon-angle-right'></i> </li> <li> Forms </li> <li class='separator'> <i class='icon-angle-right'></i> </li> <li class='active'>Form styles and features</li> </ul> </div> </div> </div> </div> <div class='row-fluid'> <div class='span12 box bordered-box blue-border'> <div class='box-header blue-background'> <div class='title'> <i class='icon-ban-circle'></i> Example form </div> <div class='actions'> <a href="#" class="btn box-remove btn-mini btn-link"><i class='icon-remove'></i> </a> <a href="#" class="btn box-collapse btn-mini btn-link"><i></i> </a> </div> </div> <div class='box-content box-double-padding'> <form class='form' style='margin-bottom: 0;' /> <fieldset> <div class='span4'> <div class='lead'> <i class='icon-github text-contrast'></i> Lorem ipsum </div> <small class='muted'>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec nisl est, vulputate at porttitor non, interdum a mauris. Phasellus imperdiet gravida pulvinar.</small> </div> <div class='span7 offset1'> <div class='control-group'> <label class='control-label'>Full name</label> <div class='controls'> <input class='span12' id='full-name' type='text' /> <p class='help-block' /> </div> </div> <div class='control-group'> <label class='control-label'>Street</label> <div class='controls'> <input class='span12' id='address-line2' placeholder='Street placeholder' type='text' /> <small class='muted'>Description for street field</small> </div> </div> <div class='control-group'> <label class='control-label'>City</label> <div class='controls'> <input class='span12' id='city' placeholder='City placeholder' type='text' /> <p class='help-block' /> </div> </div> <div class='control-group'> <label class='control-label'>Company</label> <div class='controls'> <div class='input-append'> <input class='span6' id='appendedInputButtons1' type='text' /> <button class='btn' type='button'> <i class='icon-building'></i> </button> </div> </div> </div> </div> </fieldset> <hr class='hr-normal' /> <fieldset> <div class='span4 box'> <div class='lead'> <i class='icon-ambulance contrast'></i> Dapibus suscipit arcu </div> <small class='muted'>Proin eu nibh ut urna tristique rhoncus. Sed euismod, quam sed dignissim imperdiet, nulla leo vehicula mi, a sagittis lacus augue nec sapien.</small> </div> <div class='span7 offset1'> <div class='control-group'> <label class='control-label'>Disabled input</label> <div class='controls'> <input class='span12' disabled="" id='full-name1' type='text' /> <p class='help-block' /> </div> </div> <div class='control-group'> <div class='controls'> <label class='checkbox inline'> <input id='inlineCheckbox1' type='checkbox' value='option1' /> Inline 1 </label> <label class='checkbox inline'> <input id='inlineCheckbox2' type='checkbox' value='option2' /> Inline 2 </label> <label class='checkbox inline'> <input id='inlineCheckbox3' type='checkbox' value='option3' /> Inline 3 </label> </div> </div> <div class='control-group'> <label class='control-label'>Money</label> <div class='controls'> <div class='input-prepend input-append'> <span class='add-on'>$</span> <input class='span6 text-right' id='appendedPrependedInput' type='text' /> <span class='add-on'>.00</span> </div> </div> </div> </div> </fieldset> <div class='form-actions' style='margin-bottom: 0;'> <div class='text-right'> <div class='btn btn-primary btn-large'> <i class='icon-save'></i> Save </div> </div> </div> </form> </div> </div> </div> <div class='group-header'> <div class='row-fluid'> <div class='span6 offset3'> <div class='text-center'> <h2>Detailed look on form elements</h2> <small class='muted'>List of all frequently used form elements that you'll need.</small> </div> </div> </div> </div> <div class='row-fluid'> <div class='span12 box'> <div class='box-header blue-background'> <div class='title'> <div class='icon-edit'></div> Form controls </div> <div class='actions'> <a href="#" class="btn box-remove btn-mini btn-link"><i class='icon-remove'></i> </a> <a href="#" class="btn box-collapse btn-mini btn-link"><i></i> </a> </div> </div> <div class='box-content'> <form accept-charset="UTF-8" action="#" class="form form-horizontal" method="post" style="margin-bottom: 0;" /><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="&#x2713;" /><input name="authenticity_token" type="hidden" value="CFC7d00LWKQsSahRqsfD+e/mHLqbaVIXBvlBGe/KP+I=" /></div> <div class='control-group'> <label class='control-label' for='inputText1'>Text field</label> <div class='controls'> <input id='inputText1' placeholder='Text field' type='text' /> </div> </div> <div class='control-group'> <label class='control-label' for='inputPassword4'>Password field</label> <div class='controls'> <input id='inputPassword4' placeholder='Password field' type='password' value='Top secret!' /> </div> </div> <div class='control-group'> <label class='control-label' for='inputTextArea1'>Textarea</label> <div class='controls'> <textarea id='inputTextArea1' placeholder='Textarea' rows='3'></textarea> </div> </div> <div class='control-group'> <label class='control-label'>Uneditable input</label> <div class='controls'> <span class='input-xlarge uneditable-input'>Some value here</span> </div> </div> <div class='control-group'> <label class='control-label' for='disabledInput1'>Disabled input</label> <div class='controls'> <input class='input-xlarge' disabled='' id='disabledInput1' placeholder='Disabled input here...' type='text' /> </div> </div> <hr class='hr-normal' /> <div class='control-group'> <label class='control-label'>Checkboxes</label> <div class='controls'> <label class='checkbox'> <input type='checkbox' value='' /> Culpa ea. </label> <label class='checkbox'> <input type='checkbox' value='' /> Et dolorum et dolores consequuntur enim deleniti molestiae qui quam. </label> <label class='checkbox'> <input type='checkbox' value='' /> Nostrum provident molestias optio quia vel non eius possimus aut ut ducimus. </label> </div> </div> <div class='control-group'> <label class='control-label'>Inline checkboxes</label> <div class='controls'> <label class='checkbox inline'> <input type='checkbox' value='' /> Magni </label> <label class='checkbox inline'> <input type='checkbox' value='' /> Explicabo </label> <label class='checkbox inline'> <input type='checkbox' value='' /> Odit </label> </div> </div> <hr class='hr-normal' /> <div class='control-group'> <label class='control-label'>Radios</label> <div class='controls'> <label class='radio'> <input type='radio' value='' /> Doloribus omnis est explicabo dignissimos necessitatibus molestiae est expedita possimus sit natus exercitationem. </label> <label class='radio'> <input type='radio' value='' /> Beatae quae recusandae dolor esse fugiat est harum culpa. </label> <label class='radio'> <input type='radio' value='' /> Aut sapiente autem facere sint adipisci officiis voluptatem. </label> </div> </div> <div class='control-group'> <label class='control-label'>Inline radios</label> <div class='controls'> <label class='radio inline'> <input type='radio' value='' /> Vitae </label> <label class='radio inline'> <input type='radio' value='' /> Ratione </label> <label class='radio inline'> <input type='radio' value='' /> Sit </label> </div> </div> <hr class='hr-normal' /> <div class='control-group'> <label class='control-label' for='inputSelect'>Select</label> <div class='controls'> <select id='inputSelect'> <option />1 <option />2 <option />3 <option />4 <option />5 </select> </div> </div> <div class='control-group'> <label class='control-label' for='inputSelectMulti'>Multiple select</label> <div class='controls'> <select id='inputSelectMulti' multiple='multiple'> <option />1 <option />2 <option />3 <option />4 <option />5 </select> </div> </div> <hr class='hr-normal' /> <div class='control-group warning'> <label class='control-label' for='inputWarning'>Input with warning</label> <div class='controls'> <input id='inputWarning' type='text' /> <span class='help-inline'>Something may have gone wrong</span> </div> </div> <div class='control-group error'> <label class='control-label' for='inputError'>Input with error</label> <div class='controls'> <input id='inputError' type='text' /> <span class='help-inline'>Please correct the error</span> </div> </div> <div class='control-group info'> <label class='control-label' for='inputInfo'>Input with info</label> <div class='controls'> <input id='inputInfo' type='text' /> <span class='help-inline'>Username is already taken</span> </div> </div> <div class='control-group success'> <label class='control-label' for='inputSuccess'>Input with success</label> <div class='controls'> <input id='inputSuccess' type='text' /> <span class='help-inline'>Woohoo!</span> </div> </div> <div class='form-actions'> <button class='btn btn-primary' type='submit'> <i class='icon-save'></i> Save </button> <button class='btn' type='submit'>Cancel</button> </div> </form> </div> </div> </div> <div class='group-header'> <div class='row-fluid'> <div class='span6 offset3'> <div class='text-center'> <h2>Prepends and appends</h2> <small class='muted'>Text inputs can be prepended/appended with buttons, text labels, etc.</small> </div> </div> </div> </div> <div class='row-fluid'> <div class='span12 box'> <div class='box-header green-background'> <div class='title'> <div class='icon-plus'></div> Prepends and appends </div> <div class='actions'> <a href="#" class="btn box-remove btn-mini btn-link"><i class='icon-remove'></i> </a> <a href="#" class="btn box-collapse btn-mini btn-link"><i></i> </a> </div> </div> <div class='box-content'> <form accept-charset="UTF-8" action="#" class="form form-horizontal" method="post" style="margin-bottom: 0;" /><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="&#x2713;" /><input name="authenticity_token" type="hidden" value="CFC7d00LWKQsSahRqsfD+e/mHLqbaVIXBvlBGe/KP+I=" /></div> <div class='control-group'> <label class='control-label' for='prependedInput'>Prepended input</label> <div class='controls'> <div class='input-prepend'> <span class='add-on'>@</span> <input id='prependedInput' placeholder='Username' type='text' /> </div> </div> </div> <hr class='hr-normal' /> <div class='control-group'> <label class='control-label' for='appendedInput'>Appended input</label> <div class='controls'> <div class='input-append'> <input id='appendedInput' type='text' /> <span class='add-on'>.00</span> </div> </div> </div> <hr class='hr-normal' /> <div class='control-group'> <label class='control-label' for='appendedPrependedInput1'>Combined</label> <div class='controls'> <div class='input-prepend input-append'> <span class='add-on'>$</span> <input id='appendedPrependedInput1' type='text' /> <span class='add-on'>.00</span> </div> </div> </div> <hr class='hr-normal' /> <div class='control-group'> <label class='control-label' for='appendedInputButtons'>With buttons</label> <div class='controls'> <div class='input-append'> <input id='appendedInputButtons' type='text' /> <button class='btn' type='button'>Search</button> <button class='btn' type='button'>Options</button> </div> </div> </div> <hr class='hr-normal' /> <div class='control-group'> <label class='control-label' for='appendedPrependedDropdownButton'>With dropdowns</label> <div class='controls'> <div class='input-prepend input-append'> <div class='btn-group'> <button class='btn dropdown-toggle' data-toggle='dropdown'> Action <span class='caret'></span> </button> <ul class='dropdown-menu'> <li> <a href='#'>Action</a> </li> <li> <a href='#'>Another action</a> </li> <li> <a href='#'>Something else here</a> </li> <li class='divider'></li> <li> <a href='#'>Separated link</a> </li> </ul> </div> <input id='appendedPrependedDropdownButton' type='text' /> <div class='btn-group'> <button class='btn dropdown-toggle' data-toggle='dropdown'> Action <span class='caret'></span> </button> <ul class='dropdown-menu'> <li> <a href='#'>Action</a> </li> <li> <a href='#'>Another action</a> </li> <li> <a href='#'>Something else here</a> </li> <li class='divider'></li> <li> <a href='#'>Separated link</a> </li> </ul> </div> </div> </div> </div> </form> </div> </div> </div> <div class='group-header'> <div class='row-fluid'> <div class='span6 offset3'> <div class='text-center'> <h2>Sizes</h2> <small class='muted'>All form elements can be sized in relative way (using .input-mini - .input-xxlarge, ...) or in percentage way (using .span1 - .span12).</small> </div> </div> </div> </div> <div class='row-fluid'> <div class='span12 box'> <div class='box-header purple-background'> <div class='title'> <div class='icon-resize-horizontal'></div> Relative sizing </div> <div class='actions'> <a href="#" class="btn box-remove btn-mini btn-link"><i class='icon-remove'></i> </a> <a href="#" class="btn box-collapse btn-mini btn-link"><i></i> </a> </div> </div> <div class='box-content'> <form accept-charset="UTF-8" action="#" class="form form-horizontal" method="post" style="margin-bottom: 0;" /><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="&#x2713;" /><input name="authenticity_token" type="hidden" value="CFC7d00LWKQsSahRqsfD+e/mHLqbaVIXBvlBGe/KP+I=" /></div> <div class='control-group'> <label class='control-label'>Mini</label> <div class='controls'> <input class='input-mini' placeholder='.input-mini' type='text' /> </div> </div> <div class='control-group'> <label class='control-label'>Small</label> <div class='controls'> <input class='input-small' placeholder='.input-small' type='text' /> </div> </div> <div class='control-group'> <label class='control-label'>Medium</label> <div class='controls'> <input class='input-medium' placeholder='.input-medium' type='text' /> </div> </div> <div class='control-group'> <label class='control-label'>Large</label> <div class='controls'> <input class='input-large' placeholder='.input-large' type='text' /> </div> </div> <div class='control-group'> <label class='control-label'>XLarge</label> <div class='controls'> <input class='input-xlarge' placeholder='.input-xlarge' type='text' /> </div> </div> <div class='control-group'> <label class='control-label'>XXLarge</label> <div class='controls'> <input class='input-xxlarge' placeholder='.input-xxlarge' type='text' /> </div> </div> <div class='control-group'> <label class='control-label'>Block level</label> <div class='controls'> <input class='input-block-level' placeholder='.input-block-level' type='text' /> </div> </div> </form> </div> </div> </div> <div class='row-fluid'> <div class='span12 box'> <div class='box-header orange-background'> <div class='title'> <div class='icon-resize-full'></div> Grid sizing </div> <div class='actions'> <a href="#" class="btn box-remove btn-mini btn-link"><i class='icon-remove'></i> </a> <a href="#" class="btn box-collapse btn-mini btn-link"><i></i> </a> </div> </div> <div class='box-content'> <form accept-charset="UTF-8" action="#" class="form form-horizontal" method="post" style="margin-bottom: 0;" /><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="&#x2713;" /><input name="authenticity_token" type="hidden" value="CFC7d00LWKQsSahRqsfD+e/mHLqbaVIXBvlBGe/KP+I=" /></div> <div class='control-group'> <label class='control-label'>.span1</label> <div class='controls'> <input class='span1' placeholder='.span1' type='text' /> </div> </div> <div class='control-group'> <label class='control-label'>.span2</label> <div class='controls'> <input class='span2' placeholder='.span2' type='text' /> </div> </div> <div class='control-group'> <label class='control-label'>.span3</label> <div class='controls'> <input class='span3' placeholder='.span3' type='text' /> </div> </div> <hr class='hr-normal' /> <div class='control-group'> <label class='control-label'>.span3</label> <div class='controls'> <select class='span3'> <option />1 <option />2 <option />3 <option />4 <option />5 </select> </div> </div> <div class='control-group'> <label class='control-label'>.span2</label> <div class='controls'> <select class='span2'> <option />1 <option />2 <option />3 <option />4 <option />5 </select> </div> </div> <div class='control-group'> <label class='control-label'>.span1</label> <div class='controls'> <select class='span1'> <option />1 <option />2 <option />3 <option />4 <option />5 </select> </div> </div> </form> </div> </div> </div> <div class='row-fluid'> <div class='span12 box'> <div class='box-header red-background'> <div class='title'> <div class='icon-resize-full'></div> Complete grid sizing </div> <div class='actions'> <a href="#" class="btn box-remove btn-mini btn-link"><i class='icon-remove'></i> </a> <a href="#" class="btn box-collapse btn-mini btn-link"><i></i> </a> </div> </div> <div class='box-content'> <form accept-charset="UTF-8" action="#" class="form form-horizontal" method="post" style="margin-bottom: 0;" /><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="&#x2713;" /><input name="authenticity_token" type="hidden" value="CFC7d00LWKQsSahRqsfD+e/mHLqbaVIXBvlBGe/KP+I=" /></div> <div class='control-group'> <label class='control-label'>.span1 - .span11</label> <div class='controls controls-row'> <input class='span1' placeholder='.span1' type='text' /> <input class='span11' placeholder='.span11' type='text' /> </div> </div> <div class='control-group'> <label class='control-label'>.span2 - .span10</label> <div class='controls controls-row'> <input class='span2' placeholder='.span2' type='text' /> <input class='span10' placeholder='.span10' type='text' /> </div> </div> <div class='control-group'> <label class='control-label'>.span3 - .span9</label> <div class='controls controls-row'> <input class='span3' placeholder='.span3' type='text' /> <input class='span9' placeholder='.span9' type='text' /> </div> </div> <div class='control-group'> <label class='control-label'>.span4 - .span8</label> <div class='controls controls-row'> <input class='span4' placeholder='.span4' type='text' /> <input class='span8' placeholder='.span8' type='text' /> </div> </div> <div class='control-group'> <label class='control-label'>.span5 - .span7</label> <div class='controls controls-row'> <input class='span5' placeholder='.span5' type='text' /> <input class='span7' placeholder='.span7' type='text' /> </div> </div> <div class='control-group'> <label class='control-label'>.span6 - .span6</label> <div class='controls controls-row'> <input class='span6' placeholder='.span6' type='text' /> <input class='span6' placeholder='.span6' type='text' /> </div> </div> <div class='control-group'> <label class='control-label'>.span7 - .span5</label> <div class='controls controls-row'> <input class='span7' placeholder='.span7' type='text' /> <input class='span5' placeholder='.span5' type='text' /> </div> </div> <div class='control-group'> <label class='control-label'>.span8 - .span4</label> <div class='controls controls-row'> <input class='span8' placeholder='.span8' type='text' /> <input class='span4' placeholder='.span4' type='text' /> </div> </div> <div class='control-group'> <label class='control-label'>.span9 - .span3</label> <div class='controls controls-row'> <input class='span9' placeholder='.span9' type='text' /> <input class='span3' placeholder='.span3' type='text' /> </div> </div> <div class='control-group'> <label class='control-label'>.span10 - .span2</label> <div class='controls controls-row'> <input class='span10' placeholder='.span10' type='text' /> <input class='span2' placeholder='.span2' type='text' /> </div> </div> <div class='control-group'> <label class='control-label'>.span11 - .span1</label> <div class='controls controls-row'> <input class='span11' placeholder='.span11' type='text' /> <input class='span1' placeholder='.span1' type='text' /> </div> </div> <div class='control-group'> <label class='control-label'>.span12</label> <div class='controls controls-row'> <input class='span12' placeholder='.span12' type='text' /> </div> </div> </form> </div> </div> </div> <div class='group-header'> <div class='row-fluid'> <div class='span6 offset3'> <div class='text-center'> <h2>Additional form styles</h2> </div> </div> </div> </div> <div class='row-fluid'> <div class='span12 box'> <div class='box-header blue-background'> <div class='title'> <div class='icon-edit'></div> Striped form </div> <div class='actions'> <a href="#" class="btn box-remove btn-mini btn-link"><i class='icon-remove'></i> </a> <a href="#" class="btn box-collapse btn-mini btn-link"><i></i> </a> </div> </div> <div class='box-content box-no-padding'> <form accept-charset="UTF-8" action="#" class="form form-horizontal form-striped" method="post" style="margin-bottom: 0;" /><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="&#x2713;" /><input name="authenticity_token" type="hidden" value="CFC7d00LWKQsSahRqsfD+e/mHLqbaVIXBvlBGe/KP+I=" /></div> <div class='control-group'> <label class='control-label' for='inputText2'>Text field</label> <div class='controls'> <input class='input-block-level' id='inputText2' placeholder='Text field' type='text' /> </div> </div> <div class='control-group'> <label class='control-label' for='inputPassword1'>Password field</label> <div class='controls'> <input class='input-block-level' id='inputPassword1' placeholder='Password field' type='password' value='Top secret!' /> </div> </div> <div class='control-group'> <label class='control-label' for='inputTextArea2'>Textarea</label> <div class='controls'> <textarea class='input-block-level' id='inputTextArea2' placeholder='Textarea' rows='3'></textarea> </div> </div> <div class='control-group'> <label class='control-label' for='disabledInput2'>Disabled input</label> <div class='controls'> <input class='input-block-level' disabled='' id='disabledInput2' placeholder='Disabled input here...' type='text' /> </div> </div> <div class='form-actions' style='margin-bottom: 0;'> <div class='btn btn-primary btn-large'> <i class='icon-save'></i> Save </div> </div> </form> </div> </div> </div> <div class='row-fluid'> <div class='span12 box'> <div class='box-header red-background'> <div class='title'> <div class='icon-edit'></div> Vertical form </div> <div class='actions'> <a href="#" class="btn box-remove btn-mini btn-link"><i class='icon-remove'></i> </a> <a href="#" class="btn box-collapse btn-mini btn-link"><i></i> </a> </div> </div> <div class='box-content'> <form accept-charset="UTF-8" action="#" class="form" method="post" style="margin-bottom: 0;" /><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="&#x2713;" /><input name="authenticity_token" type="hidden" value="CFC7d00LWKQsSahRqsfD+e/mHLqbaVIXBvlBGe/KP+I=" /></div> <div class='control-group'> <label class='control-label' for='inputText'>Text field</label> <div class='controls'> <input class='input-block-level' id='inputText' placeholder='Text field' type='text' /> </div> </div> <div class='control-group'> <label class='control-label' for='inputPassword'>Password field</label> <div class='controls'> <input class='input-block-level' id='inputPassword' placeholder='Password field' type='password' value='Top secret!' /> </div> </div> <div class='control-group'> <label class='control-label' for='inputTextArea'>Textarea</label> <div class='controls'> <textarea class='input-block-level' id='inputTextArea' placeholder='Textarea' rows='3'></textarea> </div> </div> <div class='control-group'> <label class='control-label'>Uneditable input</label> <div class='controls'> <span class='uneditable-input input-block-level'>Some value here</span> </div> </div> <div class='control-group'> <label class='control-label' for='disabledInput'>Disabled input</label> <div class='controls'> <input class='input-block-level' disabled='' id='disabledInput' placeholder='Disabled input here...' type='text' /> </div> </div> <div class='form-actions' style='margin-bottom: 0;'> <div class='btn btn-primary btn-large'> <i class='icon-save'></i> Save </div> </div> </form> </div> </div> </div> </div> </div> </div> </section> </div> <!-- / jquery --> <script src='assets/javascripts/jquery/jquery.min.js' type='text/javascript'></script> <!-- / jquery mobile events (for touch and slide) --> <script src='assets/javascripts/plugins/mobile_events/jquery.mobile-events.min.js' type='text/javascript'></script> <!-- / jquery migrate (for compatibility with new jquery) --> <script src='assets/javascripts/jquery/jquery-migrate.min.js' type='text/javascript'></script> <!-- / jquery ui --> <script src='assets/javascripts/jquery_ui/jquery-ui.min.js' type='text/javascript'></script> <!-- / bootstrap --> <script src='assets/javascripts/bootstrap/bootstrap.min.js' type='text/javascript'></script> <script src='assets/javascripts/plugins/flot/excanvas.js' type='text/javascript'></script> <!-- / sparklines --> <script src='assets/javascripts/plugins/sparklines/jquery.sparkline.min.js' type='text/javascript'></script> <!-- / flot charts --> <script src='assets/javascripts/plugins/flot/flot.min.js' type='text/javascript'></script> <script src='assets/javascripts/plugins/flot/flot.resize.js' type='text/javascript'></script> <script src='assets/javascripts/plugins/flot/flot.pie.js' type='text/javascript'></script> <!-- / bootstrap switch --> <script src='assets/javascripts/plugins/bootstrap_switch/bootstrapSwitch.min.js' type='text/javascript'></script> <!-- / fullcalendar --> <script src='assets/javascripts/plugins/fullcalendar/fullcalendar.min.js' type='text/javascript'></script> <!-- / datatables --> <script src='assets/javascripts/plugins/datatables/jquery.dataTables.min.js' type='text/javascript'></script> <script src='assets/javascripts/plugins/datatables/jquery.dataTables.columnFilter.js' type='text/javascript'></script> <!-- / wysihtml5 --> <script src='assets/javascripts/plugins/common/wysihtml5.min.js' type='text/javascript'></script> <script src='assets/javascripts/plugins/common/bootstrap-wysihtml5.js' type='text/javascript'></script> <!-- / select2 --> <script src='assets/javascripts/plugins/select2/select2.js' type='text/javascript'></script> <!-- / color picker --> <script src='assets/javascripts/plugins/bootstrap_colorpicker/bootstrap-colorpicker.min.js' type='text/javascript'></script> <!-- / mention --> <script src='assets/javascripts/plugins/mention/mention.min.js' type='text/javascript'></script> <!-- / input mask --> <script src='assets/javascripts/plugins/input_mask/bootstrap-inputmask.min.js' type='text/javascript'></script> <!-- / fileinput --> <script src='assets/javascripts/plugins/fileinput/bootstrap-fileinput.js' type='text/javascript'></script> <!-- / modernizr --> <script src='assets/javascripts/plugins/modernizr/modernizr.min.js' type='text/javascript'></script> <!-- / retina --> <script src='assets/javascripts/plugins/retina/retina.js' type='text/javascript'></script> <!-- / fileupload --> <script src='assets/javascripts/plugins/fileupload/tmpl.min.js' type='text/javascript'></script> <script src='assets/javascripts/plugins/fileupload/load-image.min.js' type='text/javascript'></script> <script src='assets/javascripts/plugins/fileupload/canvas-to-blob.min.js' type='text/javascript'></script> <script src='assets/javascripts/plugins/fileupload/jquery.iframe-transport.min.js' type='text/javascript'></script> <script src='assets/javascripts/plugins/fileupload/jquery.fileupload.min.js' type='text/javascript'></script> <script src='assets/javascripts/plugins/fileupload/jquery.fileupload-fp.min.js' type='text/javascript'></script> <script src='assets/javascripts/plugins/fileupload/jquery.fileupload-ui.min.js' type='text/javascript'></script> <script src='assets/javascripts/plugins/fileupload/jquery.fileupload-init.js' type='text/javascript'></script> <!-- / timeago --> <script src='assets/javascripts/plugins/timeago/jquery.timeago.js' type='text/javascript'></script> <!-- / slimscroll --> <script src='assets/javascripts/plugins/slimscroll/jquery.slimscroll.min.js' type='text/javascript'></script> <!-- / autosize (for textareas) --> <script src='assets/javascripts/plugins/autosize/jquery.autosize-min.js' type='text/javascript'></script> <!-- / charCount --> <script src='assets/javascripts/plugins/charCount/charCount.js' type='text/javascript'></script> <!-- / validate --> <script src='assets/javascripts/plugins/validate/jquery.validate.min.js' type='text/javascript'></script> <script src='assets/javascripts/plugins/validate/additional-methods.js' type='text/javascript'></script> <!-- / naked password --> <script src='assets/javascripts/plugins/naked_password/naked_password-0.2.4.min.js' type='text/javascript'></script> <!-- / nestable --> <script src='assets/javascripts/plugins/nestable/jquery.nestable.js' type='text/javascript'></script> <!-- / tabdrop --> <script src='assets/javascripts/plugins/tabdrop/bootstrap-tabdrop.js' type='text/javascript'></script> <!-- / jgrowl --> <script src='assets/javascripts/plugins/jgrowl/jquery.jgrowl.min.js' type='text/javascript'></script> <!-- / bootbox --> <script src='assets/javascripts/plugins/bootbox/bootbox.min.js' type='text/javascript'></script> <!-- / inplace editing --> <script src='assets/javascripts/plugins/xeditable/bootstrap-editable.min.js' type='text/javascript'></script> <script src='assets/javascripts/plugins/xeditable/wysihtml5.js' type='text/javascript'></script> <!-- / ckeditor --> <script src='assets/javascripts/plugins/ckeditor/ckeditor.js' type='text/javascript'></script> <!-- / filetrees --> <script src='assets/javascripts/plugins/dynatree/jquery.dynatree.min.js' type='text/javascript'></script> <!-- / datetime picker --> <script src='assets/javascripts/plugins/bootstrap_datetimepicker/bootstrap-datetimepicker.js' type='text/javascript'></script> <!-- / daterange picker --> <script src='assets/javascripts/plugins/bootstrap_daterangepicker/moment.min.js' type='text/javascript'></script> <script src='assets/javascripts/plugins/bootstrap_daterangepicker/bootstrap-daterangepicker.js' type='text/javascript'></script> <!-- / max length --> <script src='assets/javascripts/plugins/bootstrap_maxlength/bootstrap-maxlength.min.js' type='text/javascript'></script> <!-- / dropdown hover --> <script src='assets/javascripts/plugins/bootstrap_hover_dropdown/twitter-bootstrap-hover-dropdown.min.js' type='text/javascript'></script> <!-- / slider nav (address book) --> <script src='assets/javascripts/plugins/slider_nav/slidernav-min.js' type='text/javascript'></script> <!-- / fuelux --> <script src='assets/javascripts/plugins/fuelux/wizard.js' type='text/javascript'></script> <!-- / flatty theme --> <script src='assets/javascripts/nav.js' type='text/javascript'></script> <script src='assets/javascripts/tables.js' type='text/javascript'></script> <script src='assets/javascripts/theme.js' type='text/javascript'></script> <!-- / demo --> <script src='assets/javascripts/demo/jquery.mockjax.js' type='text/javascript'></script> <script src='assets/javascripts/demo/inplace_editing.js' type='text/javascript'></script> <script src='assets/javascripts/demo/charts.js' type='text/javascript'></script> <script src='assets/javascripts/demo/demo.js' type='text/javascript'></script> </body> </html>
duan2yu/scard_ducation
projects/scard-ducationBureau/www/js/modules/flatty/form_styles.html
HTML
mit
72,035
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="generator" content="rustdoc"> <meta name="description" content="API documentation for the Rust `LLVMAddNamedMetadataOperand` fn in crate `rustc_llvm`."> <meta name="keywords" content="rust, rustlang, rust-lang, LLVMAddNamedMetadataOperand"> <title>rustc_llvm::LLVMAddNamedMetadataOperand - Rust</title> <link rel="stylesheet" type="text/css" href="../main.css"> <link rel="shortcut icon" href="http://www.rust-lang.org/favicon.ico"> </head> <body class="rustdoc"> <!--[if lte IE 8]> <div class="warning"> This old browser is unsupported and will most likely display funky things. </div> <![endif]--> <section class="sidebar"> <a href='../rustc_llvm/index.html'><img src='http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png' alt='' width='100'></a> <p class='location'><a href='index.html'>rustc_llvm</a></p><script>window.sidebarCurrent = {name: 'LLVMAddNamedMetadataOperand', ty: 'fn', relpath: ''};</script><script defer src="sidebar-items.js"></script> </section> <nav class="sub"> <form class="search-form js-only"> <div class="search-container"> <input class="search-input" name="search" autocomplete="off" placeholder="Click or press 'S' to search, '?' for more options..." type="search"> </div> </form> </nav> <section id='main' class="content fn"> <h1 class='fqn'><span class='in-band'><a href='index.html'>rustc_llvm</a>::<wbr><a class='fn' href=''>LLVMAddNamedMetadataOperand</a><wbr><a class='stability Unstable' title=''>Unstable</a></span><span class='out-of-band'><span id='render-detail'> <a id="collapse-all" href="#">[-]</a>&nbsp;<a id="expand-all" href="#">[+]</a> </span><a id='src-4466' href='../src/rustc_llvm/lib.rs.html#712-714'>[src]</a></span></h1> <pre class='rust fn'>pub unsafe fn LLVMAddNamedMetadataOperand(M: <a class='type' href='../rustc_llvm/type.ModuleRef.html' title='rustc_llvm::ModuleRef'>ModuleRef</a>, Str: *const <a class='type' href='../libc/types/os/arch/c95/type.c_char.html' title='libc::types::os::arch::c95::c_char'>c_char</a>, Val: <a class='type' href='../rustc_llvm/type.ValueRef.html' title='rustc_llvm::ValueRef'>ValueRef</a>)</pre></section> <section id='search' class="content hidden"></section> <section class="footer"></section> <div id="help" class="hidden"> <div class="shortcuts"> <h1>Keyboard shortcuts</h1> <dl> <dt>?</dt> <dd>Show this help dialog</dd> <dt>S</dt> <dd>Focus the search field</dd> <dt>&larrb;</dt> <dd>Move up in search results</dd> <dt>&rarrb;</dt> <dd>Move down in search results</dd> <dt>&#9166;</dt> <dd>Go to active search result</dd> </dl> </div> <div class="infos"> <h1>Search tricks</h1> <p> Prefix searches with a type followed by a colon (e.g. <code>fn:</code>) to restrict the search to a given type. </p> <p> Accepted types are: <code>fn</code>, <code>mod</code>, <code>struct</code>, <code>enum</code>, <code>trait</code>, <code>typedef</code> (or <code>tdef</code>). </p> </div> </div> <script> window.rootPath = "../"; window.currentCrate = "rustc_llvm"; window.playgroundUrl = ""; </script> <script src="../jquery.js"></script> <script src="../main.js"></script> <script async src="../search-index.js"></script> </body> </html>
ArcherSys/ArcherSys
Rust/share/doc/rust/html/rustc_llvm/fn.LLVMAddNamedMetadataOperand.html
HTML
mit
3,994
<!DOCTYPE HTML> <html lang="zh-CN"> <head> <meta charset="UTF-8"> <title>Php - 微端生活</title> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=3, minimum-scale=1"> <meta name="description" content="Php"> <meta name="author" content="yuzhanwaiting"> <meta itemprop="name" content="Php - 微端生活"> <meta itemprop="description" content="Php"> <meta itemprop="image" content="http://www.yuzhan.me/img/author.jpg"> <meta name="twitter:description" content=""> <link rel="alternate" href="http://www.yuzhan.me/feed.xml" title="微端生活" type="application/rss+xml"/> <link rel="shortcut icon" href="http://www.yuzhan.me/img/favicon.ico"/> <link rel="apple-touch-icon" href="http://www.yuzhan.me/apple-touch-icon.png" /> <link rel="apple-touch-icon-precomposed" href="http://www.yuzhan.me/apple-touch-icon.png" /> <link rel="stylesheet" href="http://www.yuzhan.me/highlight/styles/github.css"> <script src="http://www.yuzhan.me/highlight/highlight.pack.js"></script> <script>hljs.initHighlightingOnLoad();</script> <link rel="stylesheet" href="http://www.yuzhan.me/font/hack/css/hack.min.css"> <link rel="stylesheet" href="http://www.yuzhan.me/css/style.css"> </head> <body> <header> <div> <div id="imglogo"> <a href="http://www.yuzhan.me/"><img src="http://www.yuzhan.me/img/author.jpg" alt="微端生活" title="微端生活"/></a> </div> <div id="textlogo"> <h1 class="site-name"><a href="http://www.yuzhan.me/" title="微端生活">微端生活</a></h1> <h2 class="blog-motto">程序生活和小说创作者</h2> </div> <div class="navbar"><a class="navbutton navmobile" href="#" title="menu"></a></div> <nav class="animated"> <ul> <li><a href="/">首页</a></li> <li><a href="/about">关于</a></li> </ul> </nav> </div> </header> <div id="container"> <div id="main"> <h2 id="2015-08">2015-08</h2> <section class="post" itemscope itemprop="blogPost"> <a href="http://www.yuzhan.me/post/2015-08-14-%E4%BE%9D%E8%B5%96%E6%B3%A8%E5%85%A5/" title="依赖注入和控制反转" itemprop="url"> <h1 itemprop="name">依赖注入和控制反转</h1> <p itemprop="description">概念 依赖注入(Dependency Injection,DI) 高层类应该依赖底层基础设施来提供必要的服务 控制反转(Inversion ofControl,IoC) 控制反转即IoC (Inversion of Contro</p> <time datetime="2015-08-14 00:00:00 &#43;0000 UTC" itemprop="datePublished">2015年08月14日</time> </a> </section> <section class="post" itemscope itemprop="blogPost"> <a href="http://www.yuzhan.me/post/2015-08-13-composer%E4%BD%BF%E7%94%A8%E6%95%99%E7%A8%8B/" title="composer使用教程" itemprop="url"> <h1 itemprop="name">composer使用教程</h1> <p itemprop="description">概念 对于现代语言而言,包管理器基本上是标配。Java有Maven,Python有pip,Ruby有gem,Nodejs有npm。PHP的则是</p> <time datetime="2015-08-13 00:00:00 &#43;0000 UTC" itemprop="datePublished">2015年08月13日</time> </a> </section> <h2 id="2014-03">2014-03</h2> <section class="post" itemscope itemprop="blogPost"> <a href="http://www.yuzhan.me/post/2014-03-27-php%E8%AE%BE%E5%AE%9A%E5%A4%9A%E7%BB%B4%E6%95%B0%E7%BB%84%E7%9A%84%E5%80%BC/" title="php设定多维数组的值" itemprop="url"> <h1 itemprop="name">php设定多维数组的值</h1> <p itemprop="description">今天同事问了我一个问题,我思前想后,将其改变了一下,于是就有了下面这题: 假设一个数组如下: $array = array( 'a' =&gt;array( 'b' =&gt; array( 'c' =&gt; array( 'd' =&gt; array( 'e' =&gt; 3 ) ) ) ), ); 假定有</p> <time datetime="2014-03-27 00:00:00 &#43;0000 UTC" itemprop="datePublished">2014年03月27日</time> </a> </section> <h2 id="2014-02">2014-02</h2> <section class="post" itemscope itemprop="blogPost"> <a href="http://www.yuzhan.me/post/2014-02-16-%E6%97%A0%E9%99%90%E7%BA%A7%E5%88%86%E7%B1%BB%E7%A0%94%E7%A9%B6%EF%BC%9A%EF%BC%88%E5%85%AB%EF%BC%89%E6%96%B0%E7%9A%84%E6%96%B9%E6%B3%95/" title="无限级分类研究:(八)新的方法" itemprop="url"> <h1 itemprop="name">无限级分类研究:(八)新的方法</h1> <p itemprop="description">我们之前介绍第二种方法,用栏目的path来定义结构,最后达到一条语句输出的结果。如下图 通过这个结构,我们不难想象,这个结构的关键就在于pat</p> <time datetime="2014-02-16 00:00:00 &#43;0000 UTC" itemprop="datePublished">2014年02月16日</time> </a> </section> <h2 id="2014-01">2014-01</h2> <section class="post" itemscope itemprop="blogPost"> <a href="http://www.yuzhan.me/post/2014-01-17-%E6%97%A0%E9%99%90%E7%BA%A7%E5%88%86%E7%B1%BB%E7%A0%94%E7%A9%B6%EF%BC%9A%EF%BC%88%E4%B8%83%EF%BC%89%E6%A0%8F%E7%9B%AE%E7%9A%84%E6%8E%92%E5%BA%8F/" title="无限级分类研究:(七)栏目的排序" itemprop="url"> <h1 itemprop="name">无限级分类研究:(七)栏目的排序</h1> <p itemprop="description">昨天我们的程序完成之后,发觉,我们栏目完全无法按照list_order来排序。实际情况中,除非对排序要求不是很高的栏目,比如地区,职业行业等</p> <time datetime="2014-01-17 00:00:00 &#43;0000 UTC" itemprop="datePublished">2014年01月17日</time> </a> </section> <section class="post" itemscope itemprop="blogPost"> <a href="http://www.yuzhan.me/post/2014-01-14-%E6%97%A0%E9%99%90%E7%BA%A7%E5%88%86%E7%B1%BB%E7%A0%94%E7%A9%B6%EF%BC%9A%EF%BC%88%E5%85%AD%EF%BC%89%E6%A0%8F%E7%9B%AE%E6%B7%BB%E5%8A%A0%E4%B8%8E%E4%BF%AE%E6%94%B9/" title="无限级分类研究:(六)栏目添加与修改" itemprop="url"> <h1 itemprop="name">无限级分类研究:(六)栏目添加与修改</h1> <p itemprop="description">接着昨天的文章讲。 如何添加栏目,关键点在于,path。这个path如何定义。我们仔细一想,会发现,就是父栏目的path和id的组合。 因此,我</p> <time datetime="2014-01-14 00:00:00 &#43;0000 UTC" itemprop="datePublished">2014年01月14日</time> </a> </section> <section class="post" itemscope itemprop="blogPost"> <a href="http://www.yuzhan.me/post/2014-01-13-%E6%97%A0%E9%99%90%E7%BA%A7%E5%88%86%E7%B1%BB%E7%A0%94%E7%A9%B6%EF%BC%9A%EF%BC%88%E4%BA%94%EF%BC%89%E7%AC%AC%E4%BA%8C%E7%A7%8D%E5%AE%9E%E7%8E%B0%E5%88%9D%E6%8E%A2/" title="无限级分类研究:(五)第二种实现初探" itemprop="url"> <h1 itemprop="name">无限级分类研究:(五)第二种实现初探</h1> <p itemprop="description">继续我们上一篇文章的问题吧。 我们能不能不用循环就写出某个栏目的子类呢?答案是肯定的。 要解答这个问题,我们先讨论一个问题。 之前的程序中,我们给</p> <time datetime="2014-01-13 00:00:00 &#43;0000 UTC" itemprop="datePublished">2014年01月13日</time> </a> </section> <section class="post" itemscope itemprop="blogPost"> <a href="http://www.yuzhan.me/post/2014-01-12-%E6%97%A0%E9%99%90%E7%BA%A7%E5%88%86%E7%B1%BB%E7%A0%94%E7%A9%B6%EF%BC%9A%EF%BC%88%E5%9B%9B%EF%BC%89%E6%96%B0%E6%96%B9%E6%B3%95%E7%9A%84%E5%BC%95%E5%AD%90/" title="无限级分类研究:(四)新方法的引子" itemprop="url"> <h1 itemprop="name">无限级分类研究:(四)新方法的引子</h1> <p itemprop="description">在上一篇文章中,我们已经写出了程序。现在我们探讨一个问题。 现实中,我们的女友(或女神)可能喜欢逛网店,比如,正好要买一件。我们知道,女孩子买</p> <time datetime="2014-01-12 12:24:34 &#43;0000 UTC" itemprop="datePublished">2014年01月12日</time> </a> </section> <section class="post" itemscope itemprop="blogPost"> <a href="http://www.yuzhan.me/post/2014-01-12-%E6%97%A0%E9%99%90%E7%BA%A7%E5%88%86%E7%B1%BB%E7%A0%94%E7%A9%B6%EF%BC%9A%EF%BC%88%E4%B8%89%EF%BC%89%E5%88%86%E7%B1%BB%E8%BE%93%E5%87%BA/" title="无限级分类研究:(三)分类输出" itemprop="url"> <h1 itemprop="name">无限级分类研究:(三)分类输出</h1> <p itemprop="description">昨天,我们已经得到了数组,接下来就是输出了.我们知道,无限级分类,如果知道层级,是很容易得出很规范的格式。 之前,我们已经通过get_arra</p> <time datetime="2014-01-12 00:00:00 &#43;0000 UTC" itemprop="datePublished">2014年01月12日</time> </a> </section> <section class="post" itemscope itemprop="blogPost"> <a href="http://www.yuzhan.me/post/2014-01-10-%E6%97%A0%E9%99%90%E7%BA%A7%E5%88%86%E7%B1%BB%E7%A0%94%E7%A9%B6%EF%BC%9A%EF%BC%88%E4%BA%8C%EF%BC%89%E5%85%B7%E4%BD%93%E5%AE%9E%E7%8E%B0/" title="无限级分类研究:(二)具体实现" itemprop="url"> <h1 itemprop="name">无限级分类研究:(二)具体实现</h1> <p itemprop="description">之前的文章已经说明,如何获取自己。按照之前的图片逻辑,我们会选取第一级栏目,于是有以下代码 /** * 获取栏目下所有后代栏目 * @param int $id 栏目id * @return array */</p> <time datetime="2014-01-10 12:24:34 &#43;0000 UTC" itemprop="datePublished">2014年01月10日</time> </a> </section> <section class="post" itemscope itemprop="blogPost"> <a href="http://www.yuzhan.me/post/2014-01-10-%E6%97%A0%E9%99%90%E7%BA%A7%E5%88%86%E7%B1%BB%E7%A0%94%E7%A9%B6%EF%BC%9A%EF%BC%88%E4%B8%80%EF%BC%89%E5%88%9D%E6%AD%A5%E6%9E%84%E6%83%B3/" title="无限级分类研究:(一)初步构想" itemprop="url"> <h1 itemprop="name">无限级分类研究:(一)初步构想</h1> <p itemprop="description">对于网站来说,无限级分类是必不可少的。因此,从今天开始,我将会给大家说说无限级分类。 关于无限级分类,实现有很多种看,这里我们也简单的介绍几种</p> <time datetime="2014-01-10 00:00:00 &#43;0000 UTC" itemprop="datePublished">2014年01月10日</time> </a> </section> <section class="post" itemscope itemprop="blogPost"> <a href="http://www.yuzhan.me/post/2014-01-09-php-%E6%95%B0%E7%BB%84%E4%B8%AD%E6%8F%92%E5%85%83%E7%B4%A0/" title="php 数组中插入元素" itemprop="url"> <h1 itemprop="name">php 数组中插入元素</h1> <p itemprop="description">因为,手头上有些事,可能需要这个需求。乍一看,我们会直接想到往数组中插入某个值。对于偏移量和键值相等的数组来说是比较简单的事。 比如,从开头插</p> <time datetime="2014-01-09 00:00:00 &#43;0000 UTC" itemprop="datePublished">2014年01月09日</time> </a> </section> <section class="post" itemscope itemprop="blogPost"> <a href="http://www.yuzhan.me/post/2014-01-07-%E5%85%B3%E4%BA%8E%E8%AE%A1%E7%AE%97%E4%B8%A4%E4%B8%AA%E6%95%B0%E7%BB%84%E5%B7%AE%E9%9B%86%E7%9A%84%E6%80%9D%E8%80%83/" title="计算两个数组差集方法的优化" itemprop="url"> <h1 itemprop="name">计算两个数组差集方法的优化</h1> <p itemprop="description">之前做一个项目,其中涉及到计算两个数组之间的差集。于是毫不犹豫的情况下选择了array_diff。 事隔多天之后,再回头来看,觉得貌似不太满意</p> <time datetime="2014-01-07 00:00:00 &#43;0000 UTC" itemprop="datePublished">2014年01月07日</time> </a> </section> <section class="post" itemscope itemprop="blogPost"> <a href="http://www.yuzhan.me/post/2014-01-07-%E5%85%B3%E4%BA%8E%E7%94%A8%E6%88%B7%E6%A0%87%E7%AD%BE%E5%8C%B9%E9%85%8D%E7%A8%8B%E5%BA%8F%E7%9A%84%E4%BC%98%E5%8C%96/" title="sphinx优化用户标签匹配" itemprop="url"> <h1 itemprop="name">sphinx优化用户标签匹配</h1> <p itemprop="description">前段时间,正好忙于搜索的工作。数据库也不大,总共下来估计也才10w左右的数据。但考虑到之后的扩展,就选用了sphinx。对于sphinx的优</p> <time datetime="2014-01-07 00:00:00 &#43;0000 UTC" itemprop="datePublished">2014年01月07日</time> </a> </section> </div> <div class="openaside"><a class="navbutton" href="#" title="显示侧边栏"></a></div> <div id="asidepart"> <div class="closeaside"><a class="closebutton" href="#" title="隐藏侧边栏"></a></div> <aside class="clearfix"> <div class="categorieslist"> <p class="asidetitle">分类</p> <ul> <li><a href="http://www.yuzhan.me/categories/js%e5%89%8d%e7%ab%af" title="js前端">js前端<sup>3</sup></a></li> <li><a href="http://www.yuzhan.me/categories/linux" title="linux">linux<sup>4</sup></a></li> <li><a href="http://www.yuzhan.me/categories/php" title="php">php<sup>14</sup></a></li> <li><a href="http://www.yuzhan.me/categories/python" title="python">python<sup>3</sup></a></li> <li><a href="http://www.yuzhan.me/categories/vagrant" title="vagrant">vagrant<sup>1</sup></a></li> <li><a href="http://www.yuzhan.me/categories/%e5%85%b6%e4%bb%96" title="其他">其他<sup>1</sup></a></li> <li><a href="http://www.yuzhan.me/categories/%e6%95%b0%e6%8d%ae%e5%ba%93" title="数据库">数据库<sup>1</sup></a></li> <li><a href="http://www.yuzhan.me/categories/%e6%97%a0%e9%99%90%e7%ba%a7%e5%88%86%e7%b1%bb" title="无限级分类">无限级分类<sup>3</sup></a></li> </ul> </div> <div class="tagslist"> <p class="asidetitle">标签</p> <ul class="clearfix"> <li><a href="http://www.yuzhan.me/tags/composer" title="composer">composer<sup>1</sup></a></li> <li><a href="http://www.yuzhan.me/tags/php" title="php">php<sup>2</sup></a></li> <li><a href="http://www.yuzhan.me/tags/sphinx" title="sphinx">sphinx<sup>1</sup></a></li> <li><a href="http://www.yuzhan.me/tags/tlpi" title="tlpi">tlpi<sup>4</sup></a></li> <li><a href="http://www.yuzhan.me/tags/vagrant" title="vagrant">vagrant<sup>1</sup></a></li> <li><a href="http://www.yuzhan.me/tags/%e5%ad%a6%e4%b9%a0%e7%ac%94%e8%ae%b0" title="学习笔记">学习笔记<sup>7</sup></a></li> <li><a href="http://www.yuzhan.me/tags/%e5%be%ae%e4%bf%a1" title="微信">微信<sup>1</sup></a></li> <li><a href="http://www.yuzhan.me/tags/%e5%bf%83%e5%be%97" title="心得">心得<sup>1</sup></a></li> <li><a href="http://www.yuzhan.me/tags/%e6%95%b0%e7%bb%84" title="数组">数组<sup>3</sup></a></li> <li><a href="http://www.yuzhan.me/tags/%e6%96%87%e4%bb%b6io" title="文件io">文件io<sup>4</sup></a></li> <li><a href="http://www.yuzhan.me/tags/%e6%96%87%e4%bb%b6%e6%8f%8f%e8%bf%b0%e7%ac%a6" title="文件描述符">文件描述符<sup>1</sup></a></li> <li><a href="http://www.yuzhan.me/tags/%e6%97%a0%e9%99%90%e7%ba%a7%e5%88%86%e7%b1%bb" title="无限级分类">无限级分类<sup>5</sup></a></li> <li><a href="http://www.yuzhan.me/tags/%e6%a1%86%e6%9e%b6%e8%ae%be%e8%ae%a1" title="框架设计">框架设计<sup>1</sup></a></li> <li><a href="http://www.yuzhan.me/tags/%e7%94%a8%e6%88%b7%e5%8c%b9%e9%85%8d" title="用户匹配">用户匹配<sup>1</sup></a></li> <li><a href="http://www.yuzhan.me/tags/%e8%ae%be%e8%ae%a1%e6%a8%a1%e5%bc%8f" title="设计模式">设计模式<sup>1</sup></a></li> <li><a href="http://www.yuzhan.me/tags/%e9%80%92%e5%bd%92" title="递归">递归<sup>3</sup></a></li> <li><a href="http://www.yuzhan.me/tags/%e9%9d%9e%e9%80%92%e5%bd%92" title="非递归">非递归<sup>1</sup></a></li> </ul> </div> <div class="archiveslist"> <p class="asidetitle">归档</p> <ul class="archive-list"> <li class="archive-list-item"> <a class="archive-list-link" href="http://www.yuzhan.me/post/#2016-03">2016年03月</a><span class="archive-list-count">1</span> </li> <li class="archive-list-item"> <a class="archive-list-link" href="http://www.yuzhan.me/post/#2015-12">2015年12月</a><span class="archive-list-count">1</span> </li> <li class="archive-list-item"> <a class="archive-list-link" href="http://www.yuzhan.me/post/#2015-11">2015年11月</a><span class="archive-list-count">1</span> </li> <li class="archive-list-item"> <a class="archive-list-link" href="http://www.yuzhan.me/post/#2015-09">2015年09月</a><span class="archive-list-count">4</span> </li> <li class="archive-list-item"> <a class="archive-list-link" href="http://www.yuzhan.me/post/#2015-08">2015年08月</a><span class="archive-list-count">2</span> </li> <li class="archive-list-item"> <a class="archive-list-link" href="http://www.yuzhan.me/post/#2015-01">2015年01月</a><span class="archive-list-count">1</span> </li> <li class="archive-list-item"> <a class="archive-list-link" href="http://www.yuzhan.me/post/#2014-03">2014年03月</a><span class="archive-list-count">2</span> </li> <li class="archive-list-item"> <a class="archive-list-link" href="http://www.yuzhan.me/post/#2014-02">2014年02月</a><span class="archive-list-count">1</span> </li> <li class="archive-list-item"> <a class="archive-list-link" href="http://www.yuzhan.me/post/#2014-01">2014年01月</a><span class="archive-list-count">15</span> </li> </ul> </div> <div class="tagcloudlist"> <p class="asidetitle">标签云</p> <div class="tagcloudlist clearfix"> <a href="http://www.yuzhan.me/tags/composer" style="font-size: 12px;">composer</a> <a href="http://www.yuzhan.me/tags/php" style="font-size: 12px;">php</a> <a href="http://www.yuzhan.me/tags/sphinx" style="font-size: 12px;">sphinx</a> <a href="http://www.yuzhan.me/tags/tlpi" style="font-size: 12px;">tlpi</a> <a href="http://www.yuzhan.me/tags/vagrant" style="font-size: 12px;">vagrant</a> <a href="http://www.yuzhan.me/tags/%e5%ad%a6%e4%b9%a0%e7%ac%94%e8%ae%b0" style="font-size: 12px;">学习笔记</a> <a href="http://www.yuzhan.me/tags/%e5%be%ae%e4%bf%a1" style="font-size: 12px;">微信</a> <a href="http://www.yuzhan.me/tags/%e5%bf%83%e5%be%97" style="font-size: 12px;">心得</a> <a href="http://www.yuzhan.me/tags/%e6%95%b0%e7%bb%84" style="font-size: 12px;">数组</a> <a href="http://www.yuzhan.me/tags/%e6%96%87%e4%bb%b6io" style="font-size: 12px;">文件io</a> <a href="http://www.yuzhan.me/tags/%e6%96%87%e4%bb%b6%e6%8f%8f%e8%bf%b0%e7%ac%a6" style="font-size: 12px;">文件描述符</a> <a href="http://www.yuzhan.me/tags/%e6%97%a0%e9%99%90%e7%ba%a7%e5%88%86%e7%b1%bb" style="font-size: 12px;">无限级分类</a> <a href="http://www.yuzhan.me/tags/%e6%a1%86%e6%9e%b6%e8%ae%be%e8%ae%a1" style="font-size: 12px;">框架设计</a> <a href="http://www.yuzhan.me/tags/%e7%94%a8%e6%88%b7%e5%8c%b9%e9%85%8d" style="font-size: 12px;">用户匹配</a> <a href="http://www.yuzhan.me/tags/%e8%ae%be%e8%ae%a1%e6%a8%a1%e5%bc%8f" style="font-size: 12px;">设计模式</a> <a href="http://www.yuzhan.me/tags/%e9%80%92%e5%bd%92" style="font-size: 12px;">递归</a> <a href="http://www.yuzhan.me/tags/%e9%9d%9e%e9%80%92%e5%bd%92" style="font-size: 12px;">非递归</a> </div> </div> <div class="rsspart"> <a rel="nofollow" href="http://www.yuzhan.me/feed.xml" type="application/rss+xml" target="_blank">RSS 订阅</a> </div> </aside> </div> </div> <footer><div id="footer" > <div class="line"> <span></span> <div style='background:no-repeat url("http://www.yuzhan.me/img/author.jpg") left top;-webkit-background-size:6.875em 6.875em;-moz-background-size:6.875em 6.875em;background-size:6.875em 6.875em;' class="author" ></div> </div> <section class="info"> <p>程序 <br/> 人生</p> </section> <div class="social-font clearfix"> <a href="https://github.com/yuzhanwaiting" target="_blank" title="github"></a> </div> <p class="copyright">Powered by <a href="http://gohugo.io" target="_blank" title="hugo">hugo</a> and Theme by <a href="https://github.com/coderzh/hugo-pacman-theme" target="_blank" title="hugo-pacman-theme">hugo-pacman-theme</a> © 2016 <a href="http://www.yuzhan.me/" target="_blank" title="yuzhanwaiting">yuzhanwaiting</a> </p> </div> </footer> <script src="http://www.yuzhan.me/js/jquery-2.1.0.min.js"></script> <script type="text/javascript"> done = false; $(document).ready(function(){ $('.navbar').click(function(){ $('header nav').toggleClass('shownav'); }); var myWidth = 0; function getSize(){ if( typeof( window.innerWidth ) == 'number' ) { myWidth = window.innerWidth; } else if( document.documentElement && document.documentElement.clientWidth) { myWidth = document.documentElement.clientWidth; }; }; var m = $('#main'), a = $('#asidepart'), c = $('.closeaside'), o = $('.openaside'); $(window).resize(function(){ getSize(); if (myWidth >= 1024) { $('header nav').removeClass('shownav'); }else { m.removeClass('moveMain'); a.css('display', 'block').removeClass('fadeOut'); o.css('display', 'none'); } }); c.click(function(){ a.addClass('fadeOut').css('display', 'none'); o.css('display', 'block').addClass('fadeIn'); m.addClass('moveMain'); }); o.click(function(){ o.css('display', 'none').removeClass('beforeFadeIn'); a.css('display', 'block').removeClass('fadeOut').addClass('fadeIn'); m.removeClass('moveMain'); }); $(window).scroll(function(){ o.css("top",Math.max(80,260-$(this).scrollTop())); }); $('form.search').on('submit', function (event) { if (false === done) { event.preventDefault(); var orgVal = $(this).find('#search').val(); $(this).find('#search').val('site:http:\/\/www.yuzhan.me\/ ' + orgVal); done = true; $(this).submit(); } }); }); </script> <script type="text/javascript"> $(document).ready(function(){ var $this = $('.share'), url = $this.attr('data-url'), encodedUrl = encodeURIComponent(url), title = $this.attr('data-title'), tsina = $this.attr('data-tsina'); var html = [ '<a href="#" class="overlay" id="qrcode"></a>', '<div class="qrcode clearfix"><span>扫描二维码分享到微信朋友圈</span><a class="qrclose" href="#share"></a><strong>Loading...Please wait</strong><img id="qrcode-pic" data-src="http://s.jiathis.com/qrcode.php?url=' + encodedUrl + '"/></div>', '<a href="#textlogo" class="article-back-to-top" title="Top"></a>', '<a href="https://www.facebook.com/sharer.php?u=' + encodedUrl + '" class="article-share-facebook" target="_blank" title="Facebook"></a>', '<a href="#qrcode" class="article-share-qrcode" title="QRcode"></a>', '<a href="https://twitter.com/intent/tweet?url=' + encodedUrl + '" class="article-share-twitter" target="_blank" title="Twitter"></a>', '<a href="http://service.weibo.com/share/share.php?title='+title+'&url='+encodedUrl +'&ralateUid='+ tsina +'&searchPic=true&style=number' +'" class="article-share-weibo" target="_blank" title="Weibo"></a>', '<span title="Share to"></span>' ].join(''); $this.append(html); $('.article-share-qrcode').click(function(){ var imgSrc = $('#qrcode-pic').attr('data-src'); $('#qrcode-pic').attr('src', imgSrc); $('#qrcode-pic').load(function(){ $('.qrcode strong').text(' '); }); }); }); </script> </body> </html>
yuzhanwaiting/yuzhanwaiting.github.io
categories/php/index.html
HTML
mit
24,228
<dom-module id="call-to-action"> <template> <style> :host { display: block; background: var(--default-primary-color); } .video-dialog, .video-dialog > * { margin: 0; padding: 0; } .fullvideo-container { z-index: 6; overflow: hidden; } .navbar-overlay { position: fixed !important; background: rgba(0, 0, 0, 0.5) !important; text-transform: uppercase; z-index: 9; color: #fff; } .text, .border-button-link { text-transform: uppercase; letter-spacing: .1em; color: #fff; font-size: 24px; font-weight: 100; } .call-to-action .heading { margin-bottom: 0; } .border-button-link { margin-top: 10px; padding: 8px 12px; border: 1px solid #fff; font-size: 18px; } @media (min-width: 768px) { .text { font-size: 20px; text-align: left; } .border-button-link { margin: 0; } } </style> <div class="container container-narrow flex relative layout vertical-horizontal center-center"> <h4 class="heading flex text self-center text-center">GDG DevFest 2014</h4> <a href="http://cordoba.gdgdevfest.com/"> <paper-button class="white border-button open-dialog-button">Como fue</paper-button> </a> </div> <paper-dialog class="video-dialog fit" id="videoDialog" entry-animation="scale-up-animation" exit-animation="fade-out-animation"> <paper-toolbar class="navbar-overlay fit"> <paper-icon-button icon="icons:arrow-back" on-tap="closeVideoCard"></paper-icon-button> <div class="title text-left">GDG DevFest Córdoba 2014</div> </paper-toolbar> <div class="fullvideo-container fit"> <google-youtube id="video" video-id="t95z_HLMTmM" fluid="true" autohide="1" chromeless="true"></google-youtube> </div> </paper-dialog> </template> </dom-module> <script> Polymer({ is: 'call-to-action', playVideo: function() { ga('send', 'play-2014-video', 'button', 'click'); // jshint ignore:line this.$.videoDialog.open(); this.$.video.play(); }, closeVideoCard: function() { this.$.videoDialog.close(); this.$.video.pause(); this.$.video.seekTo(0); } }); </script>
GDGCordoba/hoverboard
app/elements/call-to-action/call-to-action.html
HTML
mit
2,942
<html><body> <pre style="margin: 0em;background: #ededed"><span style="color: #0073ff; font-weight: bold;"> 1 </span><span style="font-family: monospace"></span><span style="color: #cc0066;">import</span> java.io.IOException;</pre> <pre style="margin: 0em;background: #ededed"><span style="color: #0073ff; font-weight: bold;"> 2 </span><span style="font-family: monospace"></span><span style="color: #cc0066;">import</span> java.net.ServerSocket;</pre> <pre style="margin: 0em;background: #ededed"><span style="color: #0073ff; font-weight: bold;"> 3 </span><span style="font-family: monospace"></span><span style="color: #cc0066;">import</span> java.net.Socket;</pre> <pre style="margin: 0em;background: #ededed"><span style="color: #0073ff; font-weight: bold;"> 4 </span><span style="font-family: monospace"></span></pre> <pre style="margin: 0em;background: #ededed"><span style="color: #0073ff; font-weight: bold;"> 5 </span><span style="font-family: monospace">/**</span><span style="color: #0073ff; font-family: serif; "></span></pre> <pre style="margin: 0em;background: #ededed"><span style="color: #0073ff; font-weight: bold;"> 6 </span><span style="font-family: monospace"> </span><span style="color: #0073ff; font-family: serif; ">A server that executes the Simple Bank Access Protocol.</span></pre> <pre style="margin: 0em;background: #ededed"><span style="color: #0073ff; font-weight: bold;"> 7 </span><span style="font-family: monospace"></span><span style="color: #0073ff; font-family: serif; "></span><span style="font-family: monospace">*/</span></pre> <pre style="margin: 0em;background: #ededed"><span style="color: #0073ff; font-weight: bold;"> 8 </span><span style="font-family: monospace"></span><span style="color: #cc0066;">public</span> <span style="color: #cc0066;">class</span> BankServer</pre> <pre style="margin: 0em;background: #ededed"><span style="color: #0073ff; font-weight: bold;"> 9 </span><span style="font-family: monospace">{ </span></pre> <pre style="margin: 0em;"><span style="background: #ededed"><span style="color: #0073ff; font-weight: bold;"> 10 </span></span><span style="font-family: monospace"> </span><span style="color: #cc0066;">public</span> <span style="color: #cc0066;">static</span> <span style="color: #cc0066;">void</span> main(String[] args) <span style="color: #cc0066;">throws</span> IOException</pre> <pre style="margin: 0em;"><span style="background: #ededed"><span style="color: #0073ff; font-weight: bold;"> 11 </span></span><span style="font-family: monospace"> { </span></pre> <pre style="margin: 0em;"><span style="background: #ededed"><span style="color: #0073ff; font-weight: bold;"> 12 </span></span><span style="font-family: monospace"> </span><span style="color: #cc0066;">final</span> <span style="color: #cc0066;">int</span> ACCOUNTS_LENGTH = <span style="color: #66ff19;">10</span>;</pre> <pre style="margin: 0em;"><span style="background: #ededed"><span style="color: #0073ff; font-weight: bold;"> 13 </span></span><span style="font-family: monospace"> </span>Bank bank = <span style="color: #cc0066;">new</span> Bank(ACCOUNTS_LENGTH);</pre> <pre style="margin: 0em;"><span style="background: #ededed"><span style="color: #0073ff; font-weight: bold;"> 14 </span></span><span style="font-family: monospace"> </span><span style="color: #cc0066;">final</span> <span style="color: #cc0066;">int</span> SBAP_PORT = <span style="color: #66ff19;">8888</span>;</pre> <pre style="margin: 0em;"><span style="background: #ededed"><span style="color: #0073ff; font-weight: bold;"> 15 </span></span><span style="font-family: monospace"> </span>ServerSocket server = <span style="color: #cc0066;">new</span> ServerSocket(SBAP_PORT);</pre> <pre style="margin: 0em;"><span style="background: #ededed"><span style="color: #0073ff; font-weight: bold;"> 16 </span></span><span style="font-family: monospace"> </span>System.out.println(<span style="color: #32e598;">&quot;Waiting for clients to connect...&quot;</span>);</pre> <pre style="margin: 0em;"><span style="background: #ededed"><span style="color: #0073ff; font-weight: bold;"> 17 </span></span><span style="font-family: monospace"> </span></pre> <pre style="margin: 0em;"><span style="background: #ededed"><span style="color: #0073ff; font-weight: bold;"> 18 </span></span><span style="font-family: monospace"> </span><span style="color: #cc0066;">while</span> (true)</pre> <pre style="margin: 0em;"><span style="background: #ededed"><span style="color: #0073ff; font-weight: bold;"> 19 </span></span><span style="font-family: monospace"> {</span></pre> <pre style="margin: 0em;"><span style="background: #ededed"><span style="color: #0073ff; font-weight: bold;"> 20 </span></span><span style="font-family: monospace"> </span>Socket s = server.accept();</pre> <pre style="margin: 0em;"><span style="background: #ededed"><span style="color: #0073ff; font-weight: bold;"> 21 </span></span><span style="font-family: monospace"> </span>System.out.println(<span style="color: #32e598;">&quot;Client connected.&quot;</span>);</pre> <pre style="margin: 0em;"><span style="background: #ededed"><span style="color: #0073ff; font-weight: bold;"> 22 </span></span><span style="font-family: monospace"> </span>BankService service = <span style="color: #cc0066;">new</span> BankService(s, bank);</pre> <pre style="margin: 0em;"><span style="background: #ededed"><span style="color: #0073ff; font-weight: bold;"> 23 </span></span><span style="font-family: monospace"> </span>Thread t = <span style="color: #cc0066;">new</span> Thread(service);</pre> <pre style="margin: 0em;"><span style="background: #ededed"><span style="color: #0073ff; font-weight: bold;"> 24 </span></span><span style="font-family: monospace"> </span>t.start();</pre> <pre style="margin: 0em;"><span style="background: #ededed"><span style="color: #0073ff; font-weight: bold;"> 25 </span></span><span style="font-family: monospace"> }</span></pre> <pre style="margin: 0em;"><span style="background: #ededed"><span style="color: #0073ff; font-weight: bold;"> 26 </span></span><span style="font-family: monospace"> }</span></pre> <pre style="margin: 0em;background: #ededed"><span style="color: #0073ff; font-weight: bold;"> 27 </span><span style="font-family: monospace">}</span></pre> <pre style="margin: 0em;background: #ededed"><span style="color: #0073ff; font-weight: bold;"> 28 </span><span style="font-family: monospace"></span></pre> <pre style="margin: 0em;background: #ededed"><span style="color: #0073ff; font-weight: bold;"> 29 </span><span style="font-family: monospace"></span></pre> <pre style="margin: 0em;background: #ededed"><span style="color: #0073ff; font-weight: bold;"> 30 </span><span style="font-family: monospace"></span></pre> <pre style="margin: 0em;background: #ededed"><span style="color: #0073ff; font-weight: bold;"> 31 </span><span style="font-family: monospace"></span></pre> <pre style="margin: 0em;background: #ededed"><span style="color: #0073ff; font-weight: bold;"> 32 </span><span style="font-family: monospace"></span></pre> <pre style="margin: 0em;background: #ededed"><span style="color: #0073ff; font-weight: bold;"> 33 </span><span style="font-family: monospace"></span></pre> <pre style="margin: 0em;background: #ededed"><span style="color: #0073ff; font-weight: bold;"> 34 </span><span style="font-family: monospace"></span></pre> <pre style="margin: 0em;background: #ededed"><span style="color: #0073ff; font-weight: bold;"> 35 </span><span style="font-family: monospace"></span></pre> </body></html>
raeffu/prog1
src/ch20/bank/BankServer.java.html
HTML
mit
7,658
<!DOCTYPE html> <!--(remove-empty-lines-start)--> <html> <!--(remove-empty-lines-end)--> <head> <!-- Basic --> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>Demo Shop 13 | Porto - Responsive HTML5 Template 5.3.0</title> <meta name="keywords" content="HTML5 Template" /> <meta name="description" content="Porto - Responsive HTML5 Template"> <meta name="author" content="okler.net"> <!-- Favicon --> <link rel="shortcut icon" href="../img/favicon.ico" type="image/x-icon" /> <link rel="apple-touch-icon" href="../img/apple-touch-icon.png"> <!-- Mobile Metas --> <meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"> <!-- Web Fonts --> <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800%7CShadows+Into+Light" rel="stylesheet" type="text/css"> <!-- Vendor CSS --> <link rel="stylesheet" href="../vendor/bootstrap/css/bootstrap.min.css"> <link rel="stylesheet" href="../vendor/font-awesome/css/font-awesome.min.css"> <link rel="stylesheet" href="../vendor/animate/animate.min.css"> <link rel="stylesheet" href="../vendor/simple-line-icons/css/simple-line-icons.min.css"> <link rel="stylesheet" href="../vendor/owl.carousel/assets/owl.carousel.min.css"> <link rel="stylesheet" href="../vendor/owl.carousel/assets/owl.theme.default.min.css"> <link rel="stylesheet" href="../vendor/magnific-popup/magnific-popup.min.css"> <!-- Theme CSS --> <link rel="stylesheet" href="../css/theme.css"> <link rel="stylesheet" href="../css/theme-elements.css"> <link rel="stylesheet" href="../css/theme-blog.css"> <link rel="stylesheet" href="../css/theme-shop.css"> <!-- Current Page CSS --> <link rel="stylesheet" href="../vendor/rs-plugin/css/settings.css"> <link rel="stylesheet" href="../vendor/rs-plugin/css/layers.css"> <link rel="stylesheet" href="../vendor/rs-plugin/css/navigation.css"> <!-- Skin CSS --> <!--(remove-empty-lines-start)--> <link rel="stylesheet" href="../css/skins/skin-shop-13.css"> <!--(remove-empty-lines-end)--> <!--(remove-empty-lines-start)--> <!-- Demo CSS --> <link rel="stylesheet" href="../css/demos/demo-shop-13.css"> <!--(remove-empty-lines-end)--> <!-- Theme Custom CSS --> <link rel="stylesheet" href="../css/custom.css"> <!-- Head Libs --> <script src="../vendor/modernizr/modernizr.min.js"></script> </head> <body> <div class="body"> <header id="header" data-plugin-options="{'stickyEnabled': true, 'stickyEnableOnBoxed': true, 'stickyEnableOnMobile': true, 'stickyStartAt': 106, 'stickySetTop': '0', 'stickyChangeLogo': false}" class="transparent header-full-width"> <div class="header-body"> <div class="header-container container"> <div class="header-row"> <div class="header-column"> <div class="row"> <div class="header-nav-main"> <nav> <ul class="nav nav-pills" id="mainNav"> <li class="dropdown"> <a class="dropdown-toggle" href="demo-shop-13.html"> Home </a> <ul class="dropdown-menu"> <li class="dropdown-submenu"> <a href="demo-shop-1.html">Shop Demos</a> <ul class="dropdown-menu"> <li><a href="demo-shop-1.html" data-thumb-preview="../img/demos/shop/previews/home1.jpg">Shop - Demo 1</a></li> <li><a href="demo-shop-2.html" data-thumb-preview="../img/demos/shop/previews/home2.jpg">Shop - Demo 2</a></li> <li><a href="demo-shop-3.html" data-thumb-preview="../img/demos/shop/previews/home3.jpg">Shop - Demo 3</a></li> <li><a href="demo-shop-4.html" data-thumb-preview="../img/demos/shop/previews/home4.jpg">Shop - Demo 4</a></li> <li><a href="demo-shop-5.html" data-thumb-preview="../img/demos/shop/previews/home5.jpg">Shop - Demo 5</a></li> <li><a href="demo-shop-6.html" data-thumb-preview="../img/demos/shop/previews/home6.jpg">Shop - Demo 6</a></li> <li><a href="demo-shop-7.html" data-thumb-preview="../img/demos/shop/previews/home7.jpg">Shop - Demo 7</a></li> <li><a href="demo-shop-8.html" data-thumb-preview="../img/demos/shop/previews/home8.jpg">Shop - Demo 8</a></li> <li><a href="demo-shop-9.html" data-thumb-preview="../img/demos/shop/previews/home9.jpg">Shop - Demo 9</a></li> <li><a href="demo-shop-10.html" data-thumb-preview="../img/demos/shop/previews/home10.jpg">Shop - Demo 10</a></li> </ul> </li> <li class="dropdown-submenu"> <a href="demo-shop-1.html">Shop Demos <span class="tip tip-hot">Hot!</span></a> <ul class="dropdown-menu"> <li><a href="demo-shop-11.html" data-thumb-preview="../img/demos/shop/previews/home11.jpg">Shop - Demo 11</a></li> <li><a href="demo-shop-12.html" data-thumb-preview="../img/demos/shop/previews/home12.jpg">Shop - Demo 12</a></li> <li><a href="demo-shop-13.html" data-thumb-preview="../img/demos/shop/previews/home13.jpg">Shop - Demo 13</a></li> <li><a href="demo-shop-14.html" data-thumb-preview="../img/demos/shop/previews/home14.jpg">Shop - Demo 14</a></li> <li><a href="demo-shop-15.html" data-thumb-preview="../img/demos/shop/previews/home15.jpg">Shop - Demo 15</a></li> <li><a href="demo-shop-16.html" data-thumb-preview="../img/demos/shop/previews/home16.jpg">Shop - Demo 16</a></li> <li><a href="demo-shop-17.html" data-thumb-preview="../img/demos/shop/previews/home17.jpg">Shop - Demo 17</a></li> <li><a href="demo-shop-18.html" data-thumb-preview="../img/demos/shop/previews/home18.jpg">Shop - Demo 18</a></li> <li><a href="demo-shop-19.html" data-thumb-preview="../img/demos/shop/previews/home19.jpg">Shop - Demo 19</a></li> </ul> </li> </ul> </li> <li class="dropdown dropdown-mega-small"> <a href="demo-shop-13-category-4col.html" class="dropdown-toggle"> Fashion <span class="tip tip-new">New</span> </a> <ul class="dropdown-menu"> <li> <div class="dropdown-mega-content dropdown-mega-content-small"> <div class="row"> <div class="col-md-7"> <div class="row"> <div class="col-md-6"> <a href="demo-shop-13-category-4col.html" class="dropdown-mega-sub-title">Women</a> <ul class="dropdown-mega-sub-nav"> <li><a href="demo-shop-13-category-4col.html">Top &amp; Blouses</a></li> <li><a href="demo-shop-13-category-4col.html">Accessories</a></li> <li><a href="demo-shop-13-category-4col.html">Dresses &amp; Skirts</a></li> <li><a href="demo-shop-13-category-4col.html">Shoes &amp; Boots</a></li> </ul> </div> <div class="col-md-6"> <a href="demo-shop-13-category-4col.html" class="dropdown-mega-sub-title">Men</a> <ul class="dropdown-mega-sub-nav"> <li><a href="demo-shop-13-category-4col.html">Accessories</a></li> <li><a href="demo-shop-13-category-4col.html">Watch Fashion<span class="tip tip-new">New</span></a></li> <li><a href="demo-shop-13-category-4col.html">Tees, Knits &amp; Polos</a></li> <li><a href="demo-shop-13-category-4col.html">Pants &amp; Denim</a></li> </ul> </div> </div> <div class="row"> <div class="col-md-6"> <a href="demo-shop-13-category-4col.html" class="dropdown-mega-sub-title">Jewellery<span class="tip tip-hot">Hot!</span></a> <ul class="dropdown-mega-sub-nav"> <li><a href="demo-shop-13-category-4col.html">Sweaters</a></li> <li><a href="demo-shop-13-category-4col.html">Heels &amp; Sandals</a></li> <li><a href="demo-shop-13-category-4col.html">Jeans &amp; Shorts</a></li> </ul> </div> <div class="col-md-6"> <a href="demo-shop-13-category-4col.html" class="dropdown-mega-sub-title">Kids Fashion</a> <ul class="dropdown-mega-sub-nav"> <li><a href="demo-shop-13-category-4col.html">Casual Shoes</a></li> <li><a href="demo-shop-13-category-4col.html">Spring Autumn</a></li> <li><a href="demo-shop-13-category-4col.html">Winter Sneakers</a></li> </ul> </div> </div> </div> <div class="col-md-5 mega-banner-bg"> <img src="../img/demos/shop/menu-bg.png" alt="Banner bg"> </div> </div> </div> </li> </ul> </li> <li class="dropdown dropdown-mega"> <a href="demo-shop-13-category-4col.html" class="dropdown-toggle"> Electronics </a> <ul class="dropdown-menu"> <li> <div class="dropdown-mega-content"> <div class="row"> <div class="col-md-8"> <div class="dropdown-mega-top"> <span>Suggestions:</span> <a href="demo-shop-13-category-4col.html">3D</a> <a href="demo-shop-13-category-4col.html">Mobile</a> <a href="demo-shop-13-category-4col.html">Camera</a> <a href="demo-shop-13-category-4col.html">Headsets</a> </div> </div> </div> <div class="row"> <div class="col-md-8"> <div class="row"> <div class="col-md-4"> <a href="demo-shop-13-category-4col.html" class="cat-img"><img src="../img/demos/shop/cat-tv.png" alt="Category Name"></a> <a href="demo-shop-13-category-4col.html" class="dropdown-mega-sub-title">Smart Tvs</a> <ul class="dropdown-mega-sub-nav"> <li><a href="demo-shop-13-category-4col.html">TV, Audio</a></li> <li><a href="demo-shop-13-category-4col.html">Computers &amp; Tablets</a></li> <li><a href="demo-shop-13-category-4col.html">Home Office Equipments</a></li> <li><a href="demo-shop-13-category-4col.html">GPS Navigation</a></li> <li><a href="demo-shop-13-category-4col.html">Car Video, Audio &amp; GPS</a></li> <li><a href="demo-shop-13-category-4col.html">Radios &amp; Clock Radios</a></li> </ul> </div> <div class="col-md-4"> <a href="demo-shop-13-category-4col.html" class="cat-img"><img src="../img/demos/shop/cat-camera.png" alt="Category Name"></a> <a href="demo-shop-13-category-4col.html" class="dropdown-mega-sub-title">Cameras</a> <ul class="dropdown-mega-sub-nav"> <li><a href="demo-shop-13-category-4col.html">Cell Phones &amp; Accessories</a></li> <li><a href="demo-shop-13-category-4col.html">Cameras &amp; Photo</a></li> <li><a href="demo-shop-13-category-4col.html">Photo Accessories</a></li> <li><a href="demo-shop-13-category-4col.html">IP Phones</a></li> <li><a href="demo-shop-13-category-4col.html">Samsung Galaxy Phones</a></li> <li><a href="demo-shop-13-category-4col.html">iPad &amp; Android Tablets</a></li> </ul> </div> <div class="col-md-4"> <a href="demo-shop-13-category-4col.html" class="cat-img"><img src="../img/demos/shop/cat-game.png" alt="Category Name"></a> <a href="demo-shop-13-category-4col.html" class="dropdown-mega-sub-title">Games</a> <ul class="dropdown-mega-sub-nav"> <li><a href="demo-shop-13-category-4col.html">e-Book Readers</a></li> <li><a href="demo-shop-13-category-4col.html">Video Games &amp; Consolers</a></li> <li><a href="demo-shop-13-category-4col.html">Printers &amp; Scanners</a></li> <li><a href="demo-shop-13-category-4col.html">Digital Picture Frames</a></li> <li><a href="demo-shop-13-category-4col.html">3D Fashion Games</a></li> <li><a href="demo-shop-13-category-4col.html">Game Machine &amp; Devices</a></li> </ul> </div> </div> </div> <div class="col-md-4"> <div class="menu-banner-area"> <img src="../img/demos/shop/menu-cat.png" alt="Menu Banner"> <div class="menu-banner-header"> <h3>Shop Now <span class="font-weight-bold">3D</span> <span class="font-weight-extra-bold">Tv's</span></h3> <a href="#" class="btn btn-primary">View now <i class="fa fa-caret-right"></i></a> </div> <p>This is a custom block. You can add any images or links here</p> </div> </div> </div> </div> </li> </ul> </li> <li class="dropdown active"> <a class="dropdown-toggle" href="#"> Pages </a> <ul class="dropdown-menu"> <li class="dropdown-submenu"> <a href="#">Category</a> <ul class="dropdown-menu"> <li><a href="demo-shop-13-category-2col.html">Category - 2 Columns</a></li> <li><a href="demo-shop-13-category-3col.html">Category - 3 Columns</a></li> <li><a href="demo-shop-13-category-4col.html">Category - 4 Columns</a></li> <li><a href="demo-shop-13-category-5col.html">Category - 5 Columns</a></li> <li><a href="demo-shop-13-category-6col.html">Category - 6 Columns</a></li> <li><a href="demo-shop-13-category-7col.html">Category - 7 Columns</a></li> <li><a href="demo-shop-13-category-8col.html">Category - 8 Columns</a></li> <li><a href="demo-shop-13-category-list.html">Category - List</a></li> <li><a href="demo-shop-13-category-right-sidebar.html">Rigt Sidebar</a></li> </ul> </li> <li class="dropdown-submenu"> <a href="#">Category Banners</a> <ul class="dropdown-menu"> <li><a href="demo-shop-13-category-banner-boxed-slider.html">Boxed Slider</a></li> <li><a href="demo-shop-13-category-banner-boxed-image.html">Boxed Image</a></li> <li><a href="demo-shop-13-category-banner-fullwidth.html">Fullwidth Image</a></li> </ul> </li> <li class="dropdown-submenu"> <a href="#">Product Details</a> <ul class="dropdown-menu"> <li><a href="demo-shop-13-product-details.html">Product Details</a></li> <li><a href="demo-shop-13-product-details2.html">Product Details 2</a></li> <li><a href="demo-shop-13-product-details3.html">Product Details 3</a></li> <li><a href="demo-shop-13-product-details4.html">Product Details 4</a></li> </ul> </li> <li><a href="demo-shop-13-cart.html">Shopping Cart</a></li> <li><a href="demo-shop-13-checkout.html">Checkout</a></li> <li><a href="demo-shop-13-about-us.html">About Us</a></li> <li class="dropdown-submenu"> <a href="#">Dashboard</a> <ul class="dropdown-menu"> <li><a href="demo-shop-13-dashboard.html">Dashboard</a></li> <li><a href="demo-shop-13-myaccount.html">My Account</a></li> </ul> </li> <li class="dropdown-submenu"> <a href="#">Login &amp; Register</a> <ul class="dropdown-menu"> <li><a href="demo-shop-13-login.html">Login</a></li> <li><a href="demo-shop-13-register.html">Register</a></li> </ul> </li> <li class="dropdown-submenu"> <a href="#">Blog</a> <ul class="dropdown-menu"> <li><a href="demo-shop-13-blog.html">Blog</a></li> <li><a href="demo-shop-13-blog-post.html">Blog Post</a></li> </ul> </li> </ul> </li> <li class="pull-right"> <a href="demo-shop-13-contact-us.html"> Contact </a> </li> </ul> </nav> </div> </div> </div> <div class="header-column header-column-center"> <div class="header-logo"> <a href="demo-shop-13.html"> <img alt="Porto" width="111" height="51" src="../img/demos/shop/logo-shop-white.png"> </a> </div> </div> <div class="header-column"> <div class="row"> <div class="dropdowns-container"> <div class="header-dropdown cur-dropdown"> <a href="#">USD <i class="fa fa-caret-down"></i></a> <ul class="header-dropdownmenu"> <li><a href="#">EUR</a></li> <li><a href="#">USD</a></li> </ul> </div> <div class="header-dropdown lang-dropdown"> <a href="#"><img src="../img/demos/shop/en.png" alt="English">English <i class="fa fa-caret-down"></i></a> <ul class="header-dropdownmenu"> <li><a href="#"><img src="../img/demos/shop/en.png" alt="English">English</a></li> <li><a href="#"><img src="../img/demos/shop/fr.png" alt="French">French</a></li> </ul> </div> <div class="cart-dropdown"> <a href="#" class="cart-dropdown-icon"> <i class="minicart-icon"></i> <span class="cart-info"> <span class="cart-qty">2</span> <span class="cart-text">item(s)</span> </span> </a> <div class="cart-dropdownmenu right"> <div class="dropdownmenu-wrapper"> <div class="cart-products"> <div class="product product-sm"> <a href="#" class="btn-remove" title="Remove Product"> <i class="fa fa-times"></i> </a> <figure class="product-image-area"> <a href="#" title="Product Name" class="product-image"> <img src="../img/demos/shop/products/thumbs/cart-product1.jpg" alt="Product Name"> </a> </figure> <div class="product-details-area"> <h2 class="product-name"><a href="#" title="Product Name">Blue Women Top</a></h2> <div class="cart-qty-price"> 1 X <span class="product-price">$65.00</span> </div> </div> </div> <div class="product product-sm"> <a href="#" class="btn-remove" title="Remove Product"> <i class="fa fa-times"></i> </a> <figure class="product-image-area"> <a href="#" title="Product Name" class="product-image"> <img src="../img/demos/shop/products/thumbs/cart-product2.jpg" alt="Product Name"> </a> </figure> <div class="product-details-area"> <h2 class="product-name"><a href="#" title="Product Name">Black Utility Top</a></h2> <div class="cart-qty-price"> 1 X <span class="product-price">$39.00</span> </div> </div> </div> </div> <div class="cart-totals"> Total: <span>$104.00</span> </div> <div class="cart-actions"> <a href="#" class="btn btn-primary">View Cart</a> <a href="#" class="btn btn-primary">Checkout</a> </div> </div> </div> </div> </div> <a href="#" class="mmenu-toggle-btn" title="Toggle menu"> <i class="fa fa-bars"></i> </a> <div class="header-search"> <a href="#" class="search-toggle"><i class="fa fa-search"></i></a> <form action="#" method="get"> <div class="header-search-wrapper"> <input type="text" class="form-control" name="q" id="q" placeholder="Search..." required> <select id="cat" name="cat"> <option value="">All Categories</option> <option value="4">Fashion</option> <option value="12">- Women</option> <option value="13">- Men</option> <option value="66">- Jewellery</option> <option value="67">- Kids Fashion</option> <option value="5">Electronics</option> <option value="21">- Smart TVs</option> <option value="22">- Cameras</option> <option value="63">- Games</option> <option value="7">Home &amp; Garden</option> <option value="11">Motors</option> <option value="31">- Cars and Trucks</option> <option value="32">- Motorcycles &amp; Powersports</option> <option value="33">- Parts &amp; Accessories</option> <option value="34">- Boats</option> <option value="57">- Auto Tools &amp; Supplies</option> </select> <button class="btn btn-default" type="submit"><i class="fa fa-search"></i></button> </div> </form> </div> <div class="top-menu-area"> <a href="#">Links <i class="fa fa-caret-down"></i></a> <ul class="top-menu"> <li><a href="#demo-shop13-about-us.html">My Account</a></li> <li><a href="#">Daily Deal</a></li> <li><a href="#">My Wishlist</a></li> <li><a href="demo-shop-12-blog.html">Blog</a></li> <li><a href="demo-shop-12-login.html">Log in</a></li> </ul> </div> </div> </div> </div> </div> </div> </header> <div class="mobile-nav"> <div class="mobile-nav-wrapper"> <ul class="mobile-side-menu"> <li><a href="demo-shop-13.html">Home</a></li> <li> <span class="mmenu-toggle"></span> <a href="#">Fashion <span class="tip tip-new">New</span></a> <ul> <li> <span class="mmenu-toggle"></span> <a href="#">Women</a> <ul> <li> <a href="#">Tops &amp; Blouses</a> </li> <li> <a href="#">Accessories</a> </li> <li> <a href="#">Dresses &amp; Skirts</a> </li> <li> <a href="#">Shoes &amp; Boots</a> </li> </ul> </li> <li> <span class="mmenu-toggle"></span> <a href="#">Men</a> <ul> <li> <a href="#">Accessories</a> </li> <li> <a href="#">Watch &amp; Fashion <span class="tip tip-new">New</span></a> </li> <li> <a href="#">Tees, Knits &amp; Polos</a> </li> <li> <a href="#">Pants &amp; Denim</a> </li> </ul> </li> <li> <span class="mmenu-toggle"></span> <a href="#">Jewellery <span class="tip tip-hot">Hot</span></a> <ul> <li> <a href="#">Sweaters</a> </li> <li> <a href="#">Heels &amp; Sandals</a> </li> <li> <a href="#">Jeans &amp; Shorts</a> </li> </ul> </li> <li> <span class="mmenu-toggle"></span> <a href="#">Kids Fashion</a> <ul> <li> <a href="#">Casual Shoes</a> </li> <li> <a href="#">Spring &amp; Autumn</a> </li> <li> <a href="#">Winter Sneakers</a> </li> </ul> </li> </ul> </li> <li> <span class="mmenu-toggle"></span> <a href="#">Pages <span class="tip tip-hot">Hot!</span></a> <ul> <li> <span class="mmenu-toggle"></span> <a href="#">Category</a> <ul> <li> <a href="demo-shop-13-category-2col.html">2 Columns</a> </li> <li> <a href="demo-shop-13-category-3col.html">3 Columns</a> </li> <li> <a href="demo-shop-13-category-4col.html">4 Columns</a> </li> <li> <a href="demo-shop-13-category-5col.html">5 Columns</a> </li> <li> <a href="demo-shop-13-category-6col.html">6 Columns</a> </li> <li> <a href="demo-shop-13-category-7col.html">7 Columns</a> </li> <li> <a href="demo-shop-13-category-8col.html">8 Columns</a> </li> <li> <a href="demo-shop-13-category-right-sidebar.html">Right Sidebar</a> </li> <li> <a href="demo-shop-13-category-list.html">Category List</a> </li> </ul> </li> <li> <span class="mmenu-toggle"></span> <a href="#">Category Banners</a> <ul> <li> <a href="demo-shop-13-category-banner-boxed-slider.html">Boxed slider</a> </li> <li> <a href="demo-shop-13-category-banner-boxed-image.html">Boxed Image</a> </li> <li> <a href="demo-shop-13-category-banner-fullwidth.html">Fullwidth</a> </li> </ul> </li> <li> <span class="mmenu-toggle"></span> <a href="#">Product Details</a> <ul> <li> <a href="demo-shop-13-product-details.html">Product Details 1</a> </li> <li> <a href="demo-shop-13-product-details2.html">Product Details 2</a> </li> <li> <a href="demo-shop-13-product-details3.html">Product Details 3</a> </li> <li> <a href="demo-shop-13-product-details4.html">Product Details 4</a> </li> </ul> </li> <li> <a href="demo-shop-13-cart.html">Shopping Cart</a> </li> <li> <a href="demo-shop-13-checkout.html">Checkout</a> </li> <li> <span class="mmenu-toggle"></span> <a href="#">Loign &amp; Register</a> <ul> <li> <a href="demo-shop-13-login.html">Login</a> </li> <li> <a href="demo-shop-13-register.html">Register</a> </li> </ul> </li> <li> <span class="mmenu-toggle"></span> <a href="#">Dashboard</a> <ul> <li> <a href="demo-shop-13-dashboard.html">Dashboard</a> </li> <li> <a href="demo-shop-13-myaccount.html">My Account</a> </li> </ul> </li> </ul> </li> <li> <a href="demo-shop-13-about-us.html">About Us</a> </li> <li> <span class="mmenu-toggle"></span> <a href="#">Blog</a> <ul> <li><a href="demo-shop-13-blog.html">Blog</a></li> <li><a href="demo-shop-13-blog-post.html">Blog Post</a></li> </ul> </li> <li> <a href="demo-shop-13-contact-us.html">Contact Us</a> </li> <li> <a href="#">Buy Porto!</a> </li> </ul> </div> </div> <div id="mobile-menu-overlay"></div> <div role="main" class="main"> <section class="page-header"> <div class="page-header-bg"></div> <div class="container-fluid"> <ul class="breadcrumb"> <li><a href="#">Home</a></li> <li class="active">Black Maxi Dress</li> </ul> </div> </section> <div class="container-fluid larger"> <div class="product-view"> <div class="product-essential"> <div class="row"> <div class="product-img-box col-sm-5"> <div class="product-img-box-wrapper"> <div class="product-img-wrapper"> <img id="product-zoom" src="../img/demos/shop/products/single/product1.jpg" data-zoom-image="img/demos/shop/products/single/product1.jpg" alt="Product main image"> </div> <a href="#" class="product-img-zoom" title="Zoom"> <span class="glyphicon glyphicon-search"></span> </a> </div> <div class="owl-carousel manual" id="productGalleryThumbs"> <div class="product-img-wrapper"> <a href="#" data-image="img/demos/shop/products/single/product1.jpg" data-zoom-image="img/demos/shop/products/single/product1.jpg" class="product-gallery-item"> <img src="../img/demos/shop/products/single/thumbs/product1.jpg" alt="product"> </a> </div> <div class="product-img-wrapper"> <a href="#" data-image="img/demos/shop/products/single/product2.jpg" data-zoom-image="img/demos/shop/products/single/product2.jpg" class="product-gallery-item"> <img src="../img/demos/shop/products/single/thumbs/product2.jpg" alt="product"> </a> </div> <div class="product-img-wrapper"> <a href="#" data-image="img/demos/shop/products/single/product3.jpg" data-zoom-image="img/demos/shop/products/single/product3.jpg" class="product-gallery-item"> <img src="../img/demos/shop/products/single/thumbs/product3.jpg" alt="product"> </a> </div> <div class="product-img-wrapper"> <a href="#" data-image="img/demos/shop/products/single/product4.jpg" data-zoom-image="img/demos/shop/products/single/product4.jpg" class="product-gallery-item"> <img src="../img/demos/shop/products/single/thumbs/product4.jpg" alt="product"> </a> </div> <div class="product-img-wrapper"> <a href="#" data-image="img/demos/shop/products/single/product5.jpg" data-zoom-image="img/demos/shop/products/single/product5.jpg" class="product-gallery-item"> <img src="../img/demos/shop/products/single/thumbs/product5.jpg" alt="product"> </a> </div> </div> </div> <div class="product-details-box col-sm-7"> <div class="product-nav-container"> <div class="product-nav product-nav-prev"> <a href="#" title="Previous Product"> <i class="fa fa-chevron-left"></i> </a> <div class="product-nav-dropdown"> <img src="../img/demos/shop/products/product1.jpg" alt="Product"> <h4>Blue Denim Dress</h4> </div> </div> <div class="product-nav product-nav-next"> <a href="#" title="Next Product"> <i class="fa fa-chevron-right"></i> </a> <div class="product-nav-dropdown"> <img src="../img/demos/shop/products/product2.jpg" alt="Product"> <h4>Black Woman Shirt</h4> </div> </div> </div> <h1 class="product-name"> Black Maxi Dress </h1> <div class="product-rating-container"> <div class="product-ratings"> <div class="ratings-box"> <div class="rating" style="width:60%"></div> </div> </div> <div class="review-link"> <a href="#" class="review-link-in" rel="nofollow"> <span class="count">1</span> customer review</a> | <a href="#" class="write-review-link" rel="nofollow">Add a review</a> </div> </div> <div class="product-short-desc"> <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p> <p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p> </div> <div class="product-detail-info"> <div class="product-price-box"> <span class="old-price">$99.00</span> <span class="product-price">$89.00</span> </div> <p class="availability"> <span class="font-weight-semibold">Availability:</span> In Stock </p> <p class="email-to-friend"><a href="#">Email to a Friend</a></p> </div> <div class="product-actions"> <div class="product-detail-qty"> <input type="text" value="1" class="vertical-spinner" id="product-vqty"> </div> <a href="#" class="addtocart" title="Add to Cart"> <i class="fa fa-shopping-cart"></i> <span>Add to Cart</span> </a> <div class="actions-right"> <a href="#" class="addtowishlist" title="Add to Wishlist"> <i class="fa fa-heart"></i> </a> <a href="#" class="comparelink" title="Add to Compare"> <i class="glyphicon glyphicon-signal"></i> </a> </div> </div> <div class="product-share-box"> <div class="addthis_inline_share_toolbox"></div> </div> </div> </div> </div> <div class="tabs product-tabs"> <ul class="nav nav-tabs"> <li class="active"> <a href="#product-desc" data-toggle="tab">Description</a> </li> <li> <a href="#product-add" data-toggle="tab">Additional</a> </li> <li> <a href="#product-tags" data-toggle="tab">Tags</a> </li> <li> <a href="#product-reviews" data-toggle="tab">Reviews</a> </li> </ul> <div class="tab-content"> <div id="product-desc" class="tab-pane active"> <div class="product-desc-area"> <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p> <p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p> <ul> <li>Simple, Configurable (e.g. size, color, etc.), Bundled and Grouped Products</li> <li>Downloadable/Digital Products, Virtual Products</li> <li>Inventory Management with Backordered items</li> <li>Customer Personalized Products - upload text for embroidery, monogramming, etc.</li> <li>Create Store-specific attributes on the fly</li> <li>Advanced Pricing Rules and support for Special Prices</li> <li>Tax Rates per location, customer group and product type</li> </ul> </div> </div> <div id="product-add" class="tab-pane"> <table class="product-table"> <tbody> <tr> <td class="table-label">Color</td> <td>Black</td> </tr> <tr> <td class="table-label">Size</td> <td>16mx24mx18m</td> </tr> </tbody> </table> </div> <div id="product-tags" class="tab-pane"> <div class="product-tags-area"> <form action="#"> <div class="form-group"> <label>Add Your Tags:</label> <div class="clearfix"> <input type="text" class="form-control pull-left" required> <input type="submit" class="btn btn-primary" value="Add Tags"> </div> </div> </form> <p class="note">Use spaces to separate tags. Use single quotes (') for phrases.</p> </div> </div> <div id="product-reviews" class="tab-pane"> <div class="collateral-box"> <ul class="list-unstyled"> <li>Be the first to review this product</li> </ul> </div> <div class="add-product-review"> <h3 class="text-uppercase heading-text-color font-weight-semibold">WRITE YOUR OWN REVIEW</h3> <p>How do you rate this product? *</p> <form action="#"> <table class="ratings-table"> <thead> <tr> <th>&nbsp;</th> <th>1 star</th> <th>2 stars</th> <th>3 stars</th> <th>4 stars</th> <th>5 stars</th> </tr> </thead> <tbody> <tr> <td>Quality</td> <td> <input type="radio" name="ratings[1]" id="Quality_1" value="1" class="radio"> </td> <td> <input type="radio" name="ratings[1]" id="Quality_2" value="2" class="radio"> </td> <td> <input type="radio" name="ratings[1]" id="Quality_3" value="3" class="radio"> </td> <td> <input type="radio" name="ratings[1]" id="Quality_4" value="4" class="radio"> </td> <td> <input type="radio" name="ratings[1]" id="Quality_5" value="5" class="radio"> </td> </tr> <tr> <td>Value</td> <td> <input type="radio" name="value[1]" id="Value_1" value="1" class="radio"> </td> <td> <input type="radio" name="value[1]" id="Value_2" value="2" class="radio"> </td> <td> <input type="radio" name="value[1]" id="Value_3" value="3" class="radio"> </td> <td> <input type="radio" name="value[1]" id="Value_4" value="4" class="radio"> </td> <td> <input type="radio" name="value[1]" id="Value_5" value="5" class="radio"> </td> </tr> <tr> <td>Price</td> <td> <input type="radio" name="price[1]" id="Price_1" value="1" class="radio"> </td> <td> <input type="radio" name="price[1]" id="Price_2" value="2" class="radio"> </td> <td> <input type="radio" name="price[1]" id="Price_3" value="3" class="radio"> </td> <td> <input type="radio" name="price[1]" id="Price_4" value="4" class="radio"> </td> <td> <input type="radio" name="price[1]" id="Price_5" value="5" class="radio"> </td> </tr> </tbody> </table> <div class="form-group"> <label>Nickname<span class="required">*</span></label> <input type="text" class="form-control" required> </div> <div class="form-group"> <label>Summary of Your Review<span class="required">*</span></label> <input type="text" class="form-control" required> </div> <div class="form-group mb-xlg"> <label>Review<span class="required">*</span></label> <textarea cols="5" rows="6" class="form-control"></textarea> </div> <div class="text-right"> <input type="submit" class="btn btn-primary" value="Submit Review"> </div> </form> </div> </div> </div> </div> </div> <h2 class="slider-title"> <span class="inline-title">Also Purchased</span> <span class="line"></span> </h2> <div class="owl-carousel owl-theme" data-plugin-options="{'items':4, 'margin':20, 'nav':true, 'dots': false, 'loop': false}"> <div class="product"> <figure class="product-image-area"> <a href="#" title="Product Name" class="product-image"> <img src="../img/demos/shop/products/product1.jpg" alt="Product Name"> <img src="../img/demos/shop/products/product1-2.jpg" alt="Product Name" class="product-hover-image"> </a> <a href="#" class="product-quickview"> <i class="fa fa-share-square-o"></i> <span>Quick View</span> </a> <div class="product-label"><span class="discount">-10%</span></div> <div class="product-label"><span class="new">New</span></div> </figure> <div class="product-details-area"> <h2 class="product-name"><a href="#" title="Product Name">Noa Sheer Blouse</a></h2> <div class="product-ratings"> <div class="ratings-box"> <div class="rating" style="width:60%"></div> </div> </div> <div class="product-price-box"> <span class="old-price">$99.00</span> <span class="product-price">$89.00</span> </div> <div class="product-actions"> <a href="#" class="addtowishlist" title="Add to Wishlist"> <i class="fa fa-heart"></i> </a> <a href="#" class="addtocart" title="Add to Cart"> <i class="fa fa-shopping-cart"></i> <span>Add to Cart</span> </a> <a href="#" class="comparelink" title="Add to Compare"> <i class="glyphicon glyphicon-signal"></i> </a> </div> </div> </div> <div class="product"> <figure class="product-image-area"> <a href="#" title="Product Name" class="product-image"> <img src="../img/demos/shop/products/product2.jpg" alt="Product Name"> <img src="../img/demos/shop/products/product2-2.jpg" alt="Product Name" class="product-hover-image"> </a> <a href="#" class="product-quickview"> <i class="fa fa-share-square-o"></i> <span>Quick View</span> </a> <div class="product-label"><span class="discount">-25%</span></div> </figure> <div class="product-details-area"> <h2 class="product-name"><a href="#" title="Product Name">Women Fashion Blouse</a></h2> <div class="product-ratings"> <div class="ratings-box"> <div class="rating" style="width:0%"></div> </div> </div> <div class="product-price-box"> <span class="old-price">$120.00</span> <span class="product-price">$90.00</span> </div> <div class="product-actions"> <a href="#" class="addtowishlist" title="Add to Wishlist"> <i class="fa fa-heart"></i> </a> <a href="#" class="addtocart" title="Add to Cart"> <i class="fa fa-shopping-cart"></i> <span>Add to Cart</span> </a> <a href="#" class="comparelink" title="Add to Compare"> <i class="glyphicon glyphicon-signal"></i> </a> </div> </div> </div> <div class="product"> <figure class="product-image-area"> <a href="#" title="Product Name" class="product-image"> <img src="../img/demos/shop/products/product3.jpg" alt="Product Name"> </a> <a href="#" class="product-quickview"> <i class="fa fa-share-square-o"></i> <span>Quick View</span> </a> </figure> <div class="product-details-area"> <h2 class="product-name"><a href="#" title="Product Name">Fashion Dress</a></h2> <div class="product-ratings"> <div class="ratings-box"> <div class="rating" style="width:60%"></div> </div> </div> <div class="product-price-box"> <span class="product-price">$70.00</span> </div> <div class="product-actions"> <a href="#" class="addtowishlist" title="Add to Wishlist"> <i class="fa fa-heart"></i> </a> <a href="#" class="addtocart" title="Add to Cart"> <i class="fa fa-shopping-cart"></i> <span>Add to Cart</span> </a> <a href="#" class="comparelink" title="Add to Compare"> <i class="glyphicon glyphicon-signal"></i> </a> </div> </div> </div> <div class="product"> <figure class="product-image-area"> <a href="#" title="Product Name" class="product-image"> <img src="../img/demos/shop/products/product4.jpg" alt="Product Name"> </a> <a href="#" class="product-quickview"> <i class="fa fa-share-square-o"></i> <span>Quick View</span> </a> <div class="product-label"><span class="discount">-20%</span></div> </figure> <div class="product-details-area"> <h2 class="product-name"><a href="#" title="Product Name">Fashion Sweater</a></h2> <div class="product-ratings"> <div class="ratings-box"> <div class="rating" style="width:80%"></div> </div> </div> <div class="product-price-box"> <span class="old-price">$100.00</span> <span class="product-price">$90.00</span> </div> <div class="product-actions"> <a href="#" class="addtowishlist" title="Add to Wishlist"> <i class="fa fa-heart"></i> </a> <a href="#" class="addtocart" title="Add to Cart"> <i class="fa fa-shopping-cart"></i> <span>Add to Cart</span> </a> <a href="#" class="comparelink" title="Add to Compare"> <i class="glyphicon glyphicon-signal"></i> </a> </div> </div> </div> <div class="product"> <figure class="product-image-area"> <a href="#" title="Product Name" class="product-image"> <img src="../img/demos/shop/products/product11.jpg" alt="Product Name"> </a> <a href="#" class="product-quickview"> <i class="fa fa-share-square-o"></i> <span>Quick View</span> </a> </figure> <div class="product-details-area"> <h2 class="product-name"><a href="#" title="Product Name">Woman Shee Blouse</a></h2> <div class="product-ratings"> <div class="ratings-box"> <div class="rating" style="width:0%"></div> </div> </div> <div class="product-price-box"> <span class="product-price">$70.00</span> </div> <div class="product-actions"> <a href="#" class="addtowishlist" title="Add to Wishlist"> <i class="fa fa-heart"></i> </a> <a href="#" class="addtocart" title="Add to Cart"> <i class="fa fa-shopping-cart"></i> <span>Add to Cart</span> </a> <a href="#" class="comparelink" title="Add to Compare"> <i class="glyphicon glyphicon-signal"></i> </a> </div> </div> </div> </div> </div> </div> <!--(remove-empty-lines-start)--> <footer id="footer"> <!--(remove-empty-lines-end)--> <div class="footer-top"> <div class="container"> <div class="row"> <div class="col-md-4"> <i class="fa fa-truck bar-icon"></i> <div class="bar-textarea"> <h3>FREE SHIPPING &amp; RETURN</h3> <p>Free shipping on all orders over $99.</p> </div> </div> <div class="col-md-4"> <i class="fa fa-dollar bar-icon"></i> <div class="bar-textarea"> <h3>MONEY BACK GUARANTEE</h3> <p>100% money back guarantee.</p> </div> </div> <div class="col-md-4"> <i class="fa fa-support bar-icon"></i> <div class="bar-textarea"> <h3>ONLINE SUPPORT 24/7</h3> <p>Lorem ipsum dolor sit amet.</p> </div> </div> </div> </div> </div> <div class="footer-middle"> <div class="container"> <div class="row"> <div class="col-md-3"> <h4>My Account</h4> <ul class="links"> <li> <i class="fa fa-caret-right"></i> <a href="demo-shop-13-about-us.html">About Us</a> </li> <li> <i class="fa fa-caret-right"></i> <a href="demo-shop-13-contact-us.html">Contact Us</a> </li> <li> <i class="fa fa-caret-right"></i> <a href="demo-shop-12-myaccount.html">My account</a> </li> <li> <i class="fa fa-caret-right"></i> <a href="#">Orders history</a> </li> <li> <i class="fa fa-caret-right"></i> <a href="#">Advanced search</a> </li> </ul> </div> <div class="col-md-3"> <div class="contact-details"> <h4>Contact Information</h4> <ul class="contact"> <li><p><i class="fa fa-map-marker"></i> <strong>Address:</strong><br> 1234 Street Name, City, US</p></li> <li><p><i class="fa fa-phone"></i> <strong>Phone:</strong><br> (123) 456-7890</p></li> <li><p><i class="fa fa-envelope-o"></i> <strong>Email:</strong><br> <a href="mailto:mail@example.com">mail@example.com</a></p></li> <li><p><i class="fa fa-clock-o"></i> <strong>Working Days/Hours:</strong><br> Mon - Sun / 9:00AM - 8:00PM</p></li> </ul> </div> </div> <div class="col-md-3"> <h4>Main Features</h4> <ul class="features"> <li> <i class="fa fa-check"></i> <a href="#">Super Fast Template</a> </li> <li> <i class="fa fa-check"></i> <a href="#">1st Seller Template</a> </li> <li> <i class="fa fa-check"></i> <a href="#">19 Unique Shop Layouts</a> </li> <li> <i class="fa fa-check"></i> <a href="#">Powerful Template Features</a> </li> <li> <i class="fa fa-check"></i> <a href="#">Mobile &amp; Retina Optimized</a> </li> </ul> </div> <div class="col-md-3"> <div class="newsletter"> <h4>Be the First to Know</h4> <p class="newsletter-info">Get all the latest information on Events,<br> Sales and Offers. Sign up for newsletter today.</p> <div class="alert alert-success hidden" id="newsletterSuccess"> <strong>Success!</strong> You've been added to our email list. </div> <div class="alert alert-danger hidden" id="newsletterError"></div> <p>Enter your e-mail Address:</p> <form id="newsletterForm" action="../php/newsletter-subscribe.php" method="POST"> <div class="input-group"> <input class="form-control" placeholder="Email Address" name="newsletterEmail" id="newsletterEmail" type="text"> <span class="input-group-btn"> <button class="btn btn-primary" type="submit">Submit</button> </span> </div> </form> </div> </div> </div> </div> </div> <div class="footer-copyright"> <div class="container"> <a href="index.html" class="logo"> <img alt="Porto Website Template" class="img-responsive" src="../img/demos/shop/footer-logo-blue.png"> </a> <ul class="social-icons"> <li class="social-icons-facebook"><a href="http://www.facebook.com/" target="_blank" title="Facebook"><i class="fa fa-facebook"></i></a></li> <li class="social-icons-twitter"><a href="http://www.twitter.com/" target="_blank" title="Twitter"><i class="fa fa-twitter"></i></a></li> <li class="social-icons-linkedin"><a href="http://www.linkedin.com/" target="_blank" title="Linkedin"><i class="fa fa-linkedin"></i></a></li> </ul> <img alt="Payments" src="../img/demos/shop/payments.png" class="footer-payment"> <p class="copyright-text">© Copyright 2017. All Rights Reserved.</p> </div> </div> </footer> </div> <!-- Vendor --> <script src="../vendor/jquery/jquery.min.js"></script> <script src="../vendor/jquery.appear/jquery.appear.min.js"></script> <script src="../vendor/jquery.easing/jquery.easing.min.js"></script> <script src="../vendor/jquery-cookie/jquery-cookie.min.js"></script> <script src="../vendor/bootstrap/js/bootstrap.min.js"></script> <script src="../vendor/common/common.min.js"></script> <script src="../vendor/jquery.validation/jquery.validation.min.js"></script> <script src="../vendor/jquery.easy-pie-chart/jquery.easy-pie-chart.min.js"></script> <script src="../vendor/jquery.gmap/jquery.gmap.min.js"></script> <script src="../vendor/jquery.lazyload/jquery.lazyload.min.js"></script> <script src="../vendor/isotope/jquery.isotope.min.js"></script> <script src="../vendor/owl.carousel/owl.carousel.min.js"></script> <script src="../vendor/magnific-popup/jquery.magnific-popup.min.js"></script> <script src="../vendor/vide/vide.min.js"></script> <!-- Theme Base, Components and Settings --> <script src="../js/theme.js"></script> <!-- Current Page Vendor and Views --> <script src="../js/views/view.contact.js"></script> <!--(remove-empty-lines-start)--> <script src="../vendor/bootstrap-touchspin/jquery.bootstrap-touchspin.js"></script> <script src="../vendor/elevatezoom/jquery.elevatezoom.js"></script> <!--(remove-empty-lines-end)--> <!-- Demo --> <script src="../js/demos/demo-shop-13.js"></script> <!-- Theme Custom --> <script src="../js/custom.js"></script> <!-- Theme Initialization Files --> <script src="../js/theme.init.js"></script> <script type="text/javascript" src="http://s7.addthis.com/js/300/addthis_widget.js#pubid=ra-581b726c069c6315"></script> <!-- Google Analytics: Change UA-XXXXX-X to be your site's ID. Go to http://www.google.com/analytics/ for more information. <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-12345678-1', 'auto'); ga('send', 'pageview'); </script> --> <!--(remove-empty-lines-start)--> <!--(remove-empty-lines-end)--> </body> </html>
desarrollosimagos/item
public/shop/demo-shop-13-product-details2.html
HTML
mit
58,170
--- layout: compress --- <!DOCTYPE html> <html lang="{{ site.lang }}"> <head> {% include head.html %} </head> <body class="{{ site.direction }}"> {% include header.html %} <main> {{ content | replace: '&#8617;', '&#8617;&#xfe0e;' }} </main> {% if page.path contains '_posts' %} {% if content contains 'reversefootnote' %} <aside class="note"></aside> <script async src="{{site.baseurl}}/assets/footnotes.js"></script> {% endif %} {% endif %} </body> </html>
pe42/pe42.github.io
_layouts/default.html
HTML
mit
501
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" class="specialization_bed5record" data-page="Bed5Record"> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII" /> <title>Bed5Record - SeqAn API Documentation</title> <script type="text/javascript" charset="utf-8" src="js/jquery.js"></script> <link rel="stylesheet" href="lib/bootstrap/css/bootstrap.css" type="text/css" media="screen" charset="utf-8" /> <script type="text/javascript" charset="utf-8" src="lib/bootstrap/js/bootstrap.min.js"></script> <link rel="stylesheet" href="lib/bootstrap-multiselect/css/bootstrap-multiselect.css" type="text/css" media="screen" charset="utf-8" /> <script type="text/javascript" charset="utf-8" src="lib/bootstrap-multiselect/js/bootstrap-multiselect.js"></script> <script type="text/javascript" charset="utf-8" src="lib/ZeroClipboard/ZeroClipboard.min.js"></script> <link rel="stylesheet" href="css/style.css" type="text/css" media="screen" charset="utf-8" /> <link rel="stylesheet" href="css/common.less.css" type="text/css" media="screen" charset="utf-8" /> <script type="text/javascript" charset="utf-8" src="js/less.min.js"></script> <script type="text/javascript" charset="utf-8"> hasFrames = window.top.frames.main ? true : false; relpath = '/'; docsPrefix = 'docs/yard'; listPrefix = 'list/docs/yard'; searchPrefix = 'search/docs/yard'; framesUrl = '/docs/yard/frames/file/README.md'; </script> <style type="text/css"> <!-- pygments not available --> </style> <style> .link.error { color: red; } </style> <script type="text/javascript" charset="utf-8" src="lib/jquery-bbq/jquery.ba-bbq.min.js"></script> <script type="text/javascript" charset="utf-8" src="js/jquery.smooth-scroll.js"></script> <script type="text/javascript" charset="utf-8" src="js/lang_entities.js"></script> <script type="text/javascript" charset="utf-8" src="js/app.js"></script> <script type="text/javascript" charset="utf-8" src="js/autocomplete.js"></script> <script type="text/javascript" charset="utf-8" src="js/rubydoc_custom.js"></script> <script type="text/javascript" charset="utf-8" src="js/common.js"></script> </head> <body> <a id="top" name="top"></a> <div id="content"> <h1 data-lang-entity="class" data-pimped="true"><a href="page_LanguageEntities.html#specialization">Spec</a> <span>Bed5Record<div><div>BedRecord with 5 fields.</div></div></span> </h1> <table class="overview"> <tr> <th>Extends</th> <td> <a href="specialization_Bed4Record.html" data-lang-entity="specialization">Bed4Record</a> </td> </tr> <tr> <th>All Extended</dt> <td> <a href="specialization_Bed3Record.html" data-lang-entity="specialization">Bed3Record</a>, <a href="specialization_Bed4Record.html" data-lang-entity="specialization">Bed4Record</a>, <a href="class_BedRecord.html" data-lang-entity="class">BedRecord</a> </td> </tr> <tr> <th>All Subcl's</dt> <td> <a href="specialization_Bed6Record.html" data-lang-entity="specialization">Bed6Record</a> </td> </tr> <tr> <th>All Impl'd</dt> <td> <a href="concept_AssignableConcept.html" data-lang-entity="concept">AssignableConcept</a>, <a href="concept_CopyConstructibleConcept.html" data-lang-entity="concept">CopyConstructibleConcept</a>, <a href="concept_DefaultConstructibleConcept.html" data-lang-entity="concept">DefaultConstructibleConcept</a>, <a href="concept_FormattedFileRecordConcept.html" data-lang-entity="concept">FormattedFileRecordConcept</a> </td> </tr> <tr> <th>Defined in</th> <td> &lt;seqan/bed_io.h&gt; </td> </tr> <tr> <th>Signature</th> <td> <code>template &lt;&gt; class BedRecord&lt;Bed5&gt;; </code> </td> </tr> </table> <!-- Template Parameters --> <!-- ============================================================================= Member and Interface Overview ============================================================================= --> <!-- Member Functions Overview --> <div data-lang-entity-container="member_function"> <h2 data-lang-entity="member_function">Member Function Overview</h2> <h3 data-toc="hidden">Member Functions Inherited From <a href="class_BedRecord.html" data-lang-entity="class">BedRecord</a></h3> <ul class="summary compact"> <li class="public"><span class="summary_signature"><code><a href="class_BedRecord.html#BedRecord::BedRecord" data-lang-entity="member_function">BedRecord</a></code></span></li> </ul> <h3 data-toc="hidden">Member Functions Inherited From <a href="concept_AssignableConcept.html" data-lang-entity="concept">AssignableConcept</a></h3> <ul class="summary compact"> <li class="public"><span class="summary_signature"><code><a href="concept_AssignableConcept.html#AssignableConcept::operator=" data-lang-entity="member_function">operator=</a></code></span></li> </ul> </div> <!-- Interface Functions Overview --> <div data-lang-entity-container="interface_function"> <h2 data-lang-entity="interface_function">Interface Function Overview</h2> <h3 data-toc="hidden">Interface Functions Inherited From <a href="class_BedRecord.html" data-lang-entity="class">BedRecord</a></h3> <ul class="summary compact"> <li class="public"><span class="summary_signature"><code><a href="class_BedRecord.html#BedRecord#clear" data-lang-entity="interface_function">clear</a></code></span></li> </ul> <h3 data-toc="hidden">Interface Functions Inherited From <a href="concept_AssignableConcept.html" data-lang-entity="concept">AssignableConcept</a></h3> <ul class="summary compact"> <li class="public"><span class="summary_signature"><code><a href="concept_AssignableConcept.html#AssignableConcept#assign" data-lang-entity="interface_function">assign</a></code></span></li> <li class="public"><span class="summary_signature"><code><a href="concept_AssignableConcept.html#AssignableConcept#set" data-lang-entity="interface_function">set</a></code></span></li> <li class="public"><span class="summary_signature"><code><a href="concept_AssignableConcept.html#AssignableConcept#move" data-lang-entity="interface_function">move</a></code></span></li> </ul> </div> <!-- Member Typedefs Overview --> <!-- Interface Metafunctions Overview --> <!-- Member Variable Overview --> <div data-lang-entity-container="member_variable"> <h2 data-lang-entity="member_variable">Member Variable Overview</h2> <ul class="summary"> <li class="public"> <span class="summary_signature"><code><a href="#Bed5Record%3A%3Ascore" title="#Bed5Record::score (interface function)" data-lang-entity="member_variable"> CharString Bed5Record::score </a></code></span> <span class="summary_desc"><div>The score of the interval (stored as <a href="global_typedef_CharString.html" data-lang-entity="global_typedef">CharString</a> to allow more flexible annotation).</div></span> </li> </ul> <h3 data-toc="hidden">Member Variables Inherited From <a href="specialization_Bed4Record.html" data-lang-entity="specialization">Bed4Record</a></h3> <ul class="summary compact"> <li class="public"><span class="summary_signature"><code><a href="specialization_Bed4Record.html#Bed4Record::name" data-lang-entity="member_variable">name</a></code></span></li> </ul> <h3 data-toc="hidden">Member Variables Inherited From <a href="class_BedRecord.html" data-lang-entity="class">BedRecord</a></h3> <ul class="summary compact"> <li class="public"><span class="summary_signature"><code><a href="class_BedRecord.html#BedRecord::beginPosition" data-lang-entity="member_variable">beginPosition</a></code></span></li> <li class="public"><span class="summary_signature"><code><a href="class_BedRecord.html#BedRecord::data" data-lang-entity="member_variable">data</a></code></span></li> <li class="public"><span class="summary_signature"><code><a href="class_BedRecord.html#BedRecord::endPosition" data-lang-entity="member_variable">endPosition</a></code></span></li> <li class="public"><span class="summary_signature"><code><a href="class_BedRecord.html#BedRecord::INVALID_POS" data-lang-entity="member_variable">INVALID_POS</a></code></span></li> <li class="public"><span class="summary_signature"><code><a href="class_BedRecord.html#BedRecord::INVALID_REFID" data-lang-entity="member_variable">INVALID_REFID</a></code></span></li> <li class="public"><span class="summary_signature"><code><a href="class_BedRecord.html#BedRecord::ref" data-lang-entity="member_variable">ref</a></code></span></li> <li class="public"><span class="summary_signature"><code><a href="class_BedRecord.html#BedRecord::rID" data-lang-entity="member_variable">rID</a></code></span></li> </ul> </div> <!-- ============================================================================= Detailed Description ============================================================================= --> <h2>Detailed Description</h2> <div class="docstring"> <div class="discussion"> <!-- @internal --> <!-- @deprecated --> <!-- @warning --> <!-- @note --> <!-- @aka --> <!-- paragraphs --> <div><p>This BedRecord specialization stores the first five fields (ref, beginPos, endPos, name, score) of a BED file.</p></div> </div> </div> <!-- @see --> <!-- ============================================================================= Member and Interface Details ============================================================================= --> <!-- Member Functions Details --> <!-- Interface Functions Details --> <!-- Member Typedefs Details --> <!-- Interface Metafunctions Details --> <!-- Member Variable Details --> <div class="member_variable_details" data-lang-entity-container="member_variable"> <h2 data-lang-entity="member_variable">Member Variables Detail</h2> <div class="member_variable_details first"> <h3 data-toc="hidden" id="Bed5Record::score" class="signature first" data-lang-entity="member_variable"> <code>CharString Bed5Record::score</code> </h3> <div class="docstring"> <div class="discussion"> <div>The score of the interval (stored as <a href="global_typedef_CharString.html" data-lang-entity="global_typedef">CharString</a> to allow more flexible annotation).</div> <div><h4>Remarks</h4><p>Storing the score as a <a href="global_typedef_CharString.html" data-lang-entity="global_typedef">CharString</a> is provided for compatibility with bedtools.</p></div> </div> </div> </div> </div> <!-- ============================================================================= Footer / Debug ============================================================================= --> <div class="modal fade" id="doxSources" tabindex="-1" role="dialog" aria-labelledby="doxSourcesLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button> <h4 class="modal-title" id="doxSourcesLabel">Dox Sources</h4> </div> <div class="modal-body"> <pre>/*! * @class Bed5Record * * @extends Bed4Record * * @headerfile &lt;seqan/bed_io.h&gt; * * @brief BedRecord with 5 fields. * * @signature template &lt;&gt; class BedRecord&lt;Bed5&gt;; * * This BedRecord specialization stores the first five fields (ref, beginPos, * endPos, name, score) of a BED file. * * @var CharString Bed5Record::score; * * @brief The score of the interval (stored as @link CharString @endlink to * allow more flexible annotation). * * @section Remarks * * Storing the score as a @link CharString @endlink is provided for * compatibility with bedtools. */</pre> </div> <div class="modal-footer"> <button type="button" class="btn btn-primary" data-dismiss="modal">Close</button> </div> </div> </div> </div> </div> </body> </html>
isovic/seqlib
src/libs/seqan-library-2.0.1/share/doc/seqan/html/specialization_Bed5Record.html
HTML
mit
12,617
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>paco: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.12.2 / paco - 1.2.8</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> paco <small> 1.2.8 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-11-01 17:28:23 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-01 17:28:23 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils coq 8.12.2 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.05.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.05.0 Official 4.05.0 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;paco@sf.snu.ac.kr&quot; version: &quot;1.2.8&quot; homepage: &quot;https://github.com/snu-sf/paco/&quot; dev-repo: &quot;git+https://github.com/snu-sf/paco.git&quot; bug-reports: &quot;https://github.com/snu-sf/paco/issues/&quot; authors: [ &quot;Chung-Kil Hur &lt;gil.hur@sf.snu.ac.kr&gt;&quot; &quot;Georg Neis &lt;neis@mpi-sws.org&gt;&quot; &quot;Derek Dreyer &lt;dreyer@mpi-sws.org&gt;&quot; &quot;Viktor Vafeiadis &lt;viktor@mpi-sws.org&gt;&quot; ] license: &quot;BSD-3&quot; build: [ [make &quot;-C&quot; &quot;src&quot; &quot;all&quot; &quot;-j%{jobs}%&quot;] ] install: [ [make &quot;-C&quot; &quot;src&quot; &quot;-f&quot; &quot;Makefile.coq&quot; &quot;install&quot;] ] remove: [&quot;rm&quot; &quot;-r&quot; &quot;-f&quot; &quot;%{lib}%/coq/user-contrib/Paco&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.5&quot; &amp; &lt; &quot;8.9~&quot;} ] synopsis: &quot;Coq library implementing parameterized coinduction&quot; tags: [ &quot;date:2018-02-11&quot; &quot;category:Computer Science/Programming Languages/Formal Definitions and Theory&quot; &quot;category:Mathematics/Logic&quot; &quot;keyword:co-induction&quot; &quot;keyword:simulation&quot; &quot;keyword:parameterized greatest fixed point&quot; ] flags: light-uninstall url { src: &quot;https://github.com/snu-sf/paco/archive/5cc7babe1423b56d7fe9a474f1645f495c82061b.tar.gz&quot; checksum: &quot;md5=32ee0f67d5901a138722dd39ffee14a2&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-paco.1.2.8 coq.8.12.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.12.2). The following dependencies couldn&#39;t be met: - coq-paco -&gt; coq &lt; 8.9~ -&gt; ocaml &lt; 4.03.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-paco.1.2.8</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.05.0-2.0.1/released/8.12.2/paco/1.2.8.html
HTML
mit
7,212
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>hammer: 26 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 / hammer - 1.2.1+8.11</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> hammer <small> 1.2.1+8.11 <span class="label label-success">26 s 🏆</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-10-18 13:00:49 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-10-18 13:00:49 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.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;palmskog@gmail.com&quot; homepage: &quot;https://github.com/lukaszcz/coqhammer&quot; dev-repo: &quot;git+https://github.com/lukaszcz/coqhammer.git&quot; bug-reports: &quot;https://github.com/lukaszcz/coqhammer/issues&quot; license: &quot;LGPL-2.1-only&quot; synopsis: &quot;General-purpose automated reasoning hammer tool for Coq&quot; description: &quot;&quot;&quot; A general-purpose automated reasoning hammer tool for Coq that combines learning from previous proofs with the translation of problems to the logics of automated systems and the reconstruction of successfully found proofs. &quot;&quot;&quot; build: [make &quot;-j%{jobs}%&quot; {ocaml:version &gt;= &quot;4.06&quot;} &quot;plugin&quot;] install: [ [make &quot;install-plugin&quot;] [make &quot;test-plugin&quot;] {with-test} ] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.11&quot; &amp; &lt; &quot;8.12~&quot;} (&quot;conf-g++&quot; {build} | &quot;conf-clang&quot; {build}) &quot;coq-hammer-tactics&quot; {= version} ] tags: [ &quot;category:Miscellaneous/Coq Extensions&quot; &quot;keyword:automation&quot; &quot;keyword:hammer&quot; &quot;logpath:Hammer.Plugin&quot; &quot;date:2020-06-05&quot; ] authors: [ &quot;Lukasz Czajka &lt;lukaszcz@mimuw.edu.pl&gt;&quot; &quot;Cezary Kaliszyk &lt;cezary.kaliszyk@uibk.ac.at&gt;&quot; ] url { src: &quot;https://github.com/lukaszcz/coqhammer/archive/v1.2.1-coq8.11.tar.gz&quot; checksum: &quot;sha512=7ef5f5e68cc2645ef093dc63d1531cc9696afeabdd540b24c6955fa994417b85925c15856e56cfb41eea9424278cf3ee2fd899f9c84f04d8f8630165b188b666&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-hammer.1.2.1+8.11 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-hammer.1.2.1+8.11 coq.8.11.1</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>18 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-hammer.1.2.1+8.11 coq.8.11.1</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>26 s</dd> </dl> <h2>Installation size</h2> <p>Total: 1021 K</p> <ul> <li>739 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Hammer/Plugin/hammer_plugin.cmxs</code></li> <li>149 K <code>../ocaml-base-compiler.4.09.1/bin/predict</code></li> <li>40 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Hammer/Plugin/hammer_plugin.cmi</code></li> <li>34 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Hammer/Plugin/hammer_plugin.cmx</code></li> <li>34 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Hammer/Plugin/Hammer.vo</code></li> <li>17 K <code>../ocaml-base-compiler.4.09.1/bin/htimeout</code></li> <li>8 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Hammer/Plugin/hammer_plugin.cmxa</code></li> <li>1 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Hammer/Plugin/Hammer.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Hammer/Plugin/Hammer.v</code></li> </ul> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-hammer.1.2.1+8.11</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.09.1-2.0.6/released/8.11.1/hammer/1.2.1+8.11.html
HTML
mit
8,048
<!Doctype html> <html> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <title>Particles</title> <link rel='stylesheet' type='text/css' href='//cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css'> <script src='//cdnjs.cloudflare.com/ajax/libs/three.js/r69/three.min.js'></script> <script src='scripts/namespace.js'></script> <script src='scripts/particles.js'></script> </head> <body> <div id="webgl-container"></div> </body> </html>
mdurn/threejs-projects
particles.html
HTML
mit
509
<html><body> <h4>Windows 10 x64 (18363.592)</h4><br> <h2>_PCW_PROCESSOR_INFO</h2> <font face="arial"> +0x000 IdleTime : Uint8B<br> +0x008 AvailableTime : Uint8B<br> +0x010 UserTime : Uint8B<br> +0x018 KernelTime : Uint8B<br> +0x020 Interrupts : Uint4B<br> +0x028 DpcTime : Uint8B<br> +0x030 InterruptTime : Uint8B<br> +0x038 ClockInterrupts : Uint4B<br> +0x03c DpcCount : Uint4B<br> +0x040 DpcRate : Uint4B<br> +0x048 C1Time : Uint8B<br> +0x050 C2Time : Uint8B<br> +0x058 C3Time : Uint8B<br> +0x060 C1Transitions : Uint8B<br> +0x068 C2Transitions : Uint8B<br> +0x070 C3Transitions : Uint8B<br> +0x078 StallTime : Uint8B<br> +0x080 ParkingStatus : Uint4B<br> +0x084 CurrentFrequency : Uint4B<br> +0x088 PercentMaxFrequency : Uint4B<br> +0x08c StateFlags : Uint4B<br> +0x090 NominalThroughput : Uint4B<br> +0x094 ActiveThroughput : Uint4B<br> +0x098 ScaledThroughput : Uint8B<br> +0x0a0 ScaledKernelThroughput : Uint8B<br> +0x0a8 AverageIdleTime : Uint8B<br> +0x0b0 IdleBreakEvents : Uint8B<br> +0x0b8 PerformanceLimit : Uint4B<br> +0x0bc PerformanceLimitFlags : Uint4B<br> </font></body></html>
epikcraw/ggool
public/Windows 10 x64 (18363.592)/_PCW_PROCESSOR_INFO.html
HTML
mit
1,329
<!-- Begin Speakers Section --> <section id="top-speakers" class="top-speakers rockstar-speakers image-section parallax" style="background-image: url({{ site.baseurl }}/img/top-speakers.jpg);"> <div class="overlay solid-overlay"></div> <div class="content-wrapper"> <div class="col-lg-10 col-lg-offset-1 rockstar-speakers-list"> <h3>Speakers</h3> {% for speaker in site.data.speakers %} {% if speaker.rockstar %} <div id="rockstar-speaker-{{ speaker.id }}" class="col-md-3 col-sm-3 col-xs-6 hidden rockstar-speakers-item animated hiding increment-animation" data-id="{{ speaker.id }}" data-animation="fadeInUp" data-delay="500"> <div class="top-speaker-item"> <div class="flow-img img-circle top-speaker-img" style="background-image: url({{ site.baseurl | append: site.thumbnailsFolder | append: speaker.thumbnailUrl }})"></div> <div class="name">{{ speaker.name }} {{ speaker.surname }}</div> <div class="sub">{{ speaker.company }}</div> </div> </div> {% endif %} {% endfor %} <div class="clearfix"></div> <span class="waves-element waves-button waves-light bordered"> <a href="{{ site.baseurl }}/speakers/" class="bottom-section-link">See all speakers</a> </span> </div> </div> </section> <!-- End Speakers Section -->
DevFestVienna/devfest-at-site
_includes/rockstar-speakers.html
HTML
mit
1,339
--- title: "Color Variations" description: | <p> Crumble comes with four variation of colors based on the Evolution UI color palette. </p> <ul> <li><code>background</code></li> <li><code>secondary</code></li> <li><code>accent3</code></li> <li><code>accent4</code></li> </ul> <p> Each variation can be applied to the entire list of events <code>evo_c-crumble__list</code> or to a single item <code>evo_c-crumble__item</code>. </p> author: Gabriele Romeo category: evolution type: crumble order: 4 --- <div class="evo_c-crumble"> <ul class="evo_c-crumble__list evo_c-crumble__list--background"> <li class="evo_c-crumble__item"> <div class="evo_c-crumble__tag" data-tag="">1</div> <span class="evo_c-crumble__span"> <i class="evo_c-crumble__icon--expand material-icons">expand_more</i> First Step </span> <div class="evo_c-event"> <div class="evo_c-event__header"> <h5 class="evo_c-event__title">Step 1 - Details</h5> <i class="evo_c-crumble__icon--close js-crumble-close-button material-icons">close</i> </div> <div class="evo_c-event__body"> <ul class="evo_c-crumble__list evo_c-crumble__list--actions"> <li> <a href="#" title="dashboard"> <i class="evo_c-crumble__icon material-icons">dashboard</i> </a> </li> <li> <a href="#" title="credit_card"> <i class="evo_c-crumble__icon material-icons">credit_card</i> </a> </li> <li> <a href="#" title="date_range"> <i class="evo_c-crumble__icon material-icons">date_range</i> </a> </li> <li> <a href="#" title="explore"> <i class="evo_c-crumble__icon material-icons">explore</i> </a> </li> </ul> </div> </div> </li> <li class="evo_c-crumble__item evo_c-crumble__item--accent4"> <div class="evo_c-crumble__tag" data-tag="">2</div> <span class="evo_c-crumble__span"> <i class="evo_c-crumble__icon--expand material-icons">expand_more</i> Second Step </span> <div class="evo_c-event"> <div class="evo_c-event__header"> <h5 class="evo_c-event__title">Step 2 - Details</h5> <i class="evo_c-crumble__icon--close js-crumble-close-button material-icons">close</i> </div> <div class="evo_c-event__body"> <ul class="evo_c-crumble__list evo_c-crumble__list--actions"> <li> <a href="#" title="dashboard"> <i class="evo_c-crumble__icon material-icons">dashboard</i> </a> </li> <li> <a href="#" title="credit_card"> <i class="evo_c-crumble__icon material-icons">credit_card</i> </a> </li> <li> <a href="#" title="date_range"> <i class="evo_c-crumble__icon material-icons">date_range</i> </a> </li> <li> <a href="#" title="explore"> <i class="evo_c-crumble__icon material-icons">explore</i> </a> </li> </ul> </div> <div class="evo_c-event__description"> <h2 class="evo_h-typo__h3">Full Description</h2> <p> Lorem ipsum Consectetur Ut fugiat sed esse ut dolore Ut exercitation minim nostrud enim dolor fugiat incididunt cillum in fugiat exercitation ad. </p> </div> </div> </li> <li class="evo_c-crumble__item"> <div class="evo_c-crumble__tag" data-tag="">3</div> <span class="evo_c-crumble__span"> <i class="evo_c-crumble__icon--expand material-icons">expand_more</i> Third Step </span> <div class="evo_c-event"> <div class="evo_c-event__header"> <h5 class="evo_c-event__title">Step 3 - Details</h5> <i class="evo_c-crumble__icon--close js-crumble-close-button material-icons">close</i> </div> <div class="evo_c-event__body"> <ul class="evo_c-crumble__list h-space-around evo_c-crumble__list--actions"> <li> <a href="#" title="dashboard"> <i class="evo_c-crumble__icon material-icons">dashboard</i> </a> </li> <li> <a href="#" title="credit_card"> <i class="evo_c-crumble__icon material-icons">credit_card</i> </a> </li> <li> <a href="#" title="date_range"> <i class="evo_c-crumble__icon material-icons">date_range</i> </a> </li> <li> <a href="#" title="explore"> <i class="evo_c-crumble__icon material-icons">explore</i> </a> </li> </ul> </div> </div> </li> </ul> </div>
evolution-ui/evolution-ui
source/components/evolution/crumble/color-variations.html
HTML
mit
5,126
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><HTML> <HEAD> <TITLE></TITLE> </HEAD> <BODY> <A href="W30716.pdfs.html#outline" target="contents">Outline</a><br><A href="W30716.pdfs.html#1" target="contents" >Page 1</a><br> <A href="W30716.pdfs.html#2" target="contents" >Page 2</a><br> <A href="W30716.pdfs.html#3" target="contents" >Page 3</a><br> <A href="W30716.pdfs.html#4" target="contents" >Page 4</a><br> <A href="W30716.pdfs.html#5" target="contents" >Page 5</a><br> <A href="W30716.pdfs.html#6" target="contents" >Page 6</a><br> <A href="W30716.pdfs.html#7" target="contents" >Page 7</a><br> <A href="W30716.pdfs.html#8" target="contents" >Page 8</a><br> <A href="W30716.pdfs.html#9" target="contents" >Page 9</a><br> <A href="W30716.pdfs.html#10" target="contents" >Page 10</a><br> <A href="W30716.pdfs.html#11" target="contents" >Page 11</a><br> <A href="W30716.pdfs.html#12" target="contents" >Page 12</a><br> <A href="W30716.pdfs.html#13" target="contents" >Page 13</a><br> <A href="W30716.pdfs.html#14" target="contents" >Page 14</a><br> <A href="W30716.pdfs.html#15" target="contents" >Page 15</a><br> <A href="W30716.pdfs.html#16" target="contents" >Page 16</a><br> <A href="W30716.pdfs.html#17" target="contents" >Page 17</a><br> <A href="W30716.pdfs.html#18" target="contents" >Page 18</a><br> <A href="W30716.pdfs.html#19" target="contents" >Page 19</a><br> <A href="W30716.pdfs.html#20" target="contents" >Page 20</a><br> <A href="W30716.pdfs.html#21" target="contents" >Page 21</a><br> <A href="W30716.pdfs.html#22" target="contents" >Page 22</a><br> <A href="W30716.pdfs.html#23" target="contents" >Page 23</a><br> <A href="W30716.pdfs.html#24" target="contents" >Page 24</a><br> <A href="W30716.pdfs.html#25" target="contents" >Page 25</a><br> <A href="W30716.pdfs.html#26" target="contents" >Page 26</a><br> <A href="W30716.pdfs.html#27" target="contents" >Page 27</a><br> <A href="W30716.pdfs.html#28" target="contents" >Page 28</a><br> <A href="W30716.pdfs.html#29" target="contents" >Page 29</a><br> <A href="W30716.pdfs.html#30" target="contents" >Page 30</a><br> <A href="W30716.pdfs.html#31" target="contents" >Page 31</a><br> <A href="W30716.pdfs.html#32" target="contents" >Page 32</a><br> <A href="W30716.pdfs.html#33" target="contents" >Page 33</a><br> <A href="W30716.pdfs.html#34" target="contents" >Page 34</a><br> <A href="W30716.pdfs.html#35" target="contents" >Page 35</a><br> <A href="W30716.pdfs.html#36" target="contents" >Page 36</a><br> <A href="W30716.pdfs.html#37" target="contents" >Page 37</a><br> <A href="W30716.pdfs.html#38" target="contents" >Page 38</a><br> <A href="W30716.pdfs.html#39" target="contents" >Page 39</a><br> <A href="W30716.pdfs.html#40" target="contents" >Page 40</a><br> <A href="W30716.pdfs.html#41" target="contents" >Page 41</a><br> <A href="W30716.pdfs.html#42" target="contents" >Page 42</a><br> <A href="W30716.pdfs.html#43" target="contents" >Page 43</a><br> <A href="W30716.pdfs.html#44" target="contents" >Page 44</a><br> <A href="W30716.pdfs.html#45" target="contents" >Page 45</a><br> <A href="W30716.pdfs.html#46" target="contents" >Page 46</a><br> <A href="W30716.pdfs.html#47" target="contents" >Page 47</a><br> <A href="W30716.pdfs.html#48" target="contents" >Page 48</a><br> <A href="W30716.pdfs.html#49" target="contents" >Page 49</a><br> <A href="W30716.pdfs.html#50" target="contents" >Page 50</a><br> </BODY> </HTML>
datamade/elpc_bakken
html/pdf/W30716.pdf_ind.html
HTML
mit
3,424
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.9.1"/> <title>V8 API Reference Guide for node.js v0.8.1: Member List</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">V8 API Reference Guide for node.js v0.8.1 </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_context.html">Context</a></li><li class="navelem"><a class="el" href="classv8_1_1_context_1_1_scope.html">Scope</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">v8::Context::Scope 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_context_1_1_scope.html">v8::Context::Scope</a>, including all inherited members.</p> <table class="directory"> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Scope</b>(Handle&lt; Context &gt; context) (defined in <a class="el" href="classv8_1_1_context_1_1_scope.html">v8::Context::Scope</a>)</td><td class="entry"><a class="el" href="classv8_1_1_context_1_1_scope.html">v8::Context::Scope</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">explicit</span></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>~Scope</b>() (defined in <a class="el" href="classv8_1_1_context_1_1_scope.html">v8::Context::Scope</a>)</td><td class="entry"><a class="el" href="classv8_1_1_context_1_1_scope.html">v8::Context::Scope</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> </table></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Tue Aug 11 2015 23:48:19 for V8 API Reference Guide for node.js v0.8.1 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>
v8-dox/v8-dox.github.io
f60def5/html/classv8_1_1_context_1_1_scope-members.html
HTML
mit
5,263
--- layout: post title: BOJ 3079 입국심사 tags: 이분탐색 --- <div id="outline-container-org920043c" class="outline-2"> <h2 id="org920043c">BOJ 3079 입국심사</h2> <div class="outline-text-2" id="text-org920043c"> <ul class="org-ul"> <li>심사대가 N개, 사람수가 M</li> <li>심사대는 심사시간이 각기다름</li> <li>빈 곳에 아무 순서대로 가서 심사를 받으면 됨</li> <li>최소 시간은 얼마?</li> </ul> </div> </div> <div id="outline-container-orgb73c9cf" class="outline-2"> <h2 id="orgb73c9cf">접근하기</h2> <div class="outline-text-2" id="text-orgb73c9cf"> <pre class="example"> a심사대가 7시간이 소모되고, b심사대가 10시간이 소모되면 시간이 28이면 28/7 = 4 28/10 = 2 M = 4 + 2 가 된다. -&gt;최적 값 시간이 60이면 60/7 = 8 60/10 = 6 8 + 6 &gt; M 총 시간을 X로 놓고, min=0 ~ max=M * 가장오래걸리는 심사대의 시간 이분탐색을 한다. </pre> </div> </div> <div id="outline-container-orgebe95ae" class="outline-2"> <h2 id="orgebe95ae">코드 2</h2> <div class="outline-text-2" id="text-orgebe95ae"> <ul class="org-ul"> <li><a href="https://www.acmicpc.net/blog/view/109">https://www.acmicpc.net/blog/view/109</a> 보고 바꿈</li> </ul> <div class="org-src-container"> <pre class="src src-cpp"><span style="color: #729fcf;">#include</span> <span style="color: #ad7fa8; font-style: italic;">&lt;bits/stdc++.h&gt;</span> <span style="color: #729fcf; font-weight: bold;">using</span> <span style="color: #729fcf; font-weight: bold;">namespace</span> <span style="color: #8ae234;">std</span>; <span style="color: #729fcf; font-weight: bold;">typedef</span> <span style="color: #8ae234; font-weight: bold;">long</span> <span style="color: #8ae234; font-weight: bold;">long</span> <span style="color: #8ae234; font-weight: bold;">ll</span>; <span style="color: #8ae234; font-weight: bold;">ll</span> <span style="color: #ff6347;">N</span>, <span style="color: #ff6347;">M</span>; <span style="color: #8ae234; font-weight: bold;">int</span> <span style="color: #ff6347;">a</span>[100010]; <span style="color: #8ae234; font-weight: bold;">bool</span> <span style="color: #edd400; font-weight: bold;">check</span>(<span style="color: #8ae234; font-weight: bold;">ll</span> <span style="color: #ff6347;">num</span>) { <span style="color: #8ae234; font-weight: bold;">ll</span> <span style="color: #ff6347;">cnt</span> = 0; <span style="color: #729fcf; font-weight: bold;">for</span>(<span style="color: #8ae234; font-weight: bold;">int</span> <span style="color: #ff6347;">i</span>=0;i&lt;N;i++) { cnt += num/a[i]; } <span style="color: #729fcf; font-weight: bold;">return</span> (cnt &gt;= M); } <span style="color: #8ae234; font-weight: bold;">int</span> <span style="color: #edd400; font-weight: bold;">main</span>(<span style="color: #8ae234; font-weight: bold;">int</span> <span style="color: #ff6347;">argc</span>, <span style="color: #8ae234; font-weight: bold;">char</span>* <span style="color: #ff6347;">argv</span>[]) { scanf(<span style="color: #ad7fa8; font-style: italic;">"%lld %lld"</span>, &amp;N, &amp;M); <span style="color: #729fcf; font-weight: bold;">for</span>(<span style="color: #8ae234; font-weight: bold;">int</span> <span style="color: #ff6347;">i</span>=0;i&lt;N;i++) { scanf(<span style="color: #ad7fa8; font-style: italic;">"%d"</span>,&amp;a[i]); } sort(a, a+N); <span style="color: #8ae234; font-weight: bold;">ll</span> <span style="color: #ff6347;">s</span> = 0; <span style="color: #8ae234; font-weight: bold;">ll</span> <span style="color: #ff6347;">e</span> = a[N-1] * M; <span style="color: #8ae234; font-weight: bold;">ll</span> <span style="color: #ff6347;">ans</span> = e; <span style="color: #729fcf; font-weight: bold;">while</span>(s + 1 &lt; e) { <span style="color: #8ae234; font-weight: bold;">ll</span> <span style="color: #ff6347;">mid</span> = (s+e)/2; <span style="color: #729fcf; font-weight: bold;">if</span> (check(mid)) { ans = min(ans, mid); e = mid; } <span style="color: #729fcf; font-weight: bold;">else</span> { s = mid; } } printf(<span style="color: #ad7fa8; font-style: italic;">"%lld\n"</span>, ans); } </pre> </div> </div> </div> <div id="outline-container-org5591812" class="outline-2"> <h2 id="org5591812">코드</h2> <div class="outline-text-2" id="text-org5591812"> <div class="org-src-container"> <pre class="src src-cpp"><span style="color: #729fcf;">#include</span> <span style="color: #ad7fa8; font-style: italic;">&lt;bits/stdc++.h&gt;</span> <span style="color: #729fcf; font-weight: bold;">using</span> <span style="color: #729fcf; font-weight: bold;">namespace</span> <span style="color: #8ae234;">std</span>; <span style="color: #729fcf; font-weight: bold;">typedef</span> <span style="color: #8ae234; font-weight: bold;">long</span> <span style="color: #8ae234; font-weight: bold;">long</span> <span style="color: #8ae234; font-weight: bold;">ll</span>; <span style="color: #8ae234; font-weight: bold;">int</span> <span style="color: #ff6347;">N</span>, <span style="color: #ff6347;">M</span>; <span style="color: #8ae234; font-weight: bold;">ll</span> <span style="color: #ff6347;">a</span>[100010]; <span style="color: #729fcf; font-weight: bold;">inline</span> <span style="color: #8ae234; font-weight: bold;">bool</span> <span style="color: #edd400; font-weight: bold;">check</span>(<span style="color: #8ae234; font-weight: bold;">ll</span> <span style="color: #ff6347;">mid</span>) { <span style="color: #8ae234; font-weight: bold;">ll</span> <span style="color: #ff6347;">sum</span> = 0; <span style="color: #729fcf; font-weight: bold;">for</span>(<span style="color: #729fcf; font-weight: bold;">register</span> <span style="color: #8ae234; font-weight: bold;">int</span> <span style="color: #ff6347;">i</span>=0;i&lt;N;i++) { sum += mid/a[i]; } <span style="color: #729fcf; font-weight: bold;">return</span> (sum &gt;= M); } <span style="color: #8ae234; font-weight: bold;">int</span> <span style="color: #edd400; font-weight: bold;">main</span>(<span style="color: #8ae234; font-weight: bold;">int</span> <span style="color: #ff6347;">argc</span>, <span style="color: #8ae234; font-weight: bold;">char</span>* <span style="color: #ff6347;">argv</span>[]) { <span style="color: #888a85;">//</span><span style="color: #888a85;">freopen("input.txt", "r", stdin);</span> freopen(<span style="color: #ad7fa8; font-style: italic;">"input2.txt"</span>, <span style="color: #ad7fa8; font-style: italic;">"r"</span>, stdin); scanf(<span style="color: #ad7fa8; font-style: italic;">"%d %d"</span>, &amp;N, &amp;M); <span style="color: #729fcf; font-weight: bold;">for</span>(<span style="color: #729fcf; font-weight: bold;">register</span> <span style="color: #8ae234; font-weight: bold;">int</span> <span style="color: #ff6347;">i</span>=0;i&lt;N;i++) { scanf(<span style="color: #ad7fa8; font-style: italic;">"%lld"</span>, &amp;a[i]); } sort(a, a+N); <span style="color: #729fcf; font-weight: bold;">register</span> <span style="color: #8ae234; font-weight: bold;">ll</span> <span style="color: #ff6347;">s</span> = 0; <span style="color: #729fcf; font-weight: bold;">register</span> <span style="color: #8ae234; font-weight: bold;">ll</span> <span style="color: #ff6347;">e</span> = a[N-1]; e = e * M; <span style="color: #729fcf; font-weight: bold;">register</span> <span style="color: #8ae234; font-weight: bold;">ll</span> <span style="color: #ff6347;">ans</span> = e; <span style="color: #729fcf; font-weight: bold;">while</span>(s&lt;=e) { <span style="color: #8ae234; font-weight: bold;">ll</span> <span style="color: #ff6347;">mid</span> = (s+e)/2; <span style="color: #729fcf; font-weight: bold;">if</span> (check(mid)) { ans = min(ans, mid); e = mid - 1; } <span style="color: #729fcf; font-weight: bold;">else</span> { s = mid + 1; } } printf(<span style="color: #ad7fa8; font-style: italic;">"%lld\n"</span>, ans); <span style="color: #729fcf; font-weight: bold;">return</span> 0; } </pre> </div> </div> </div> <div id="outline-container-orgc5d18d2" class="outline-2"> <h2 id="orgc5d18d2">문제 링크</h2> <div class="outline-text-2" id="text-orgc5d18d2"> <ul class="org-ul"> <li><a href="https://www.acmicpc.net/problem/3079">https://www.acmicpc.net/problem/3079</a></li> </ul> </div> </div>
zune2/zune2.github.com
_posts/2022-01-17-boj-3079.html
HTML
mit
8,624
<section class="row" data-ng-controller="AuthenticationController"> <h3 class="col-md-12 text-center">Sign in</h3> <div class="col-xs-offset-2 col-xs-8 col-md-offset-5 col-md-2"> <form data-ng-submit="signin()" class="signin form-horizontal" autocomplete="off"> <fieldset> <div class="form-group"> <label for="username">Email</label> <input type="text" id="username" name="username" class="form-control" data-ng-model="credentials.username" placeholder="Email"> </div> <div class="form-group"> <label for="password">Password</label> <input type="password" id="password" name="password" class="form-control" data-ng-model="credentials.password" placeholder="Password"> </div> <div class="text-center form-group"> <button type="submit" class="btn btn-primary">Sign in</button>&nbsp; or&nbsp; <a href="/#!/signup">Sign up</a> </div> <div class="forgot-password"> <a href="/#!/password/forgot">Forgot your password?</a> </div> <div data-ng-show="error" class="text-center text-danger"> <strong data-ng-bind="error"></strong> </div> </fieldset> </form> </div> <h3 class="col-md-12 text-center">or Sign in with...</h3> <div class="col-md-12 text-center"> <a href="/auth/facebook" class="undecorated-link"> <strong>Facebook</strong> </a> <a href="/auth/twitter" class="undecorated-link"> <strong>Twitter</strong> </a> <a href="/auth/google" class="undecorated-link"> <strong>Google</strong> </a> </div> </section>
andela-aonawale/tides
public/modules/users/views/authentication/signin.client.view.html
HTML
mit
1,525
<div class="commune_descr limited"> <p> Bourbévelle est un village géographiquement positionné dans le département de Haute-Saône en Franche-Comté. On dénombrait 78 habitants en 2008.</p> <p>À coté de Bourbévelle sont localisées les communes de <a href="{{VLROOT}}/immobilier/ameuvelle_88007/">Ameuvelle</a> à 2&nbsp;km, 68 habitants, <a href="{{VLROOT}}/immobilier/jonvelle_70291/">Jonvelle</a> localisée à 2&nbsp;km, 151 habitants, <a href="{{VLROOT}}/immobilier/aisey-et-richecourt_70009/">Aisey-et-Richecourt</a> localisée à 3&nbsp;km, 114 habitants, <a href="{{VLROOT}}/immobilier/vougecourt_70576/">Vougécourt</a> située à 4&nbsp;km, 152 habitants, <a href="{{VLROOT}}/immobilier/chatillon-sur-saone_88096/">Châtillon-sur-Saône</a> localisée à 4&nbsp;km, 168 habitants, <a href="{{VLROOT}}/immobilier/bousseraucourt_70091/">Bousseraucourt</a> située à 4&nbsp;km, 51 habitants, entre autres. De plus, Bourbévelle est située à seulement 25&nbsp;km de <a href="{{VLROOT}}/immobilier/saint-loup-sur-semouse_70467/">Saint-Loup-sur-Semouse</a>.</p> <p>Si vous envisagez de venir habiter à Bourbévelle, vous pourrez facilement trouver une maison à acheter. </p> <p>Le parc de logements, à Bourbévelle, se décomposait en 2011 en zero appartements et 56 maisons soit un marché plutôt équilibré.</p> </div>
donaldinou/frontend
src/Viteloge/CoreBundle/Resources/descriptions/70086.html
HTML
mit
1,359
{% load email %} {% subject %}Request for Open Access version of article{% endsubject %} {% body %} Someone using the Open Access Button has recently hit a paywall on the article at {{ blocked_url }} that you are listed as a corresponding author on. You can submit a link to a freely available version of your article by using: {{ oa_free_url }} The system will automatically inform all people who have requested your article that a freely available copy is available. Best Wishes, The Open Access Button {% endbody %} {% bodyhtml %} <p> Someone using the Open Access Button has recently hit a paywall on the article at <a href="{{ blocked_url }}">{{ blocked_url }}</a> that you are listed as a corresponding author on. </p> <p> You can submit a link to a freely available version of your article by using: </p> <p> <a href="{{ oa_free_url }}">{{ oa_free_url }}</a> </p> <p> The system will automatically inform all people who have requested your article that a freely available copy is available. </p> <p> Best Wishes, <br /> The Open Access Button </p> {% endbodyhtml %}
OAButton/OAButton_old
oabutton/apps/bookmarklet/templates/bookmarklet/request_open_version.html
HTML
mit
1,082
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Login Page - Photon Admin Panel Theme</title> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0"> <link rel="shortcut icon" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/images/photon/images/photon/js/plugins/favicon.ico" /> <link rel="apple-touch-icon" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/images/photon/images/photon/js/plugins/iosicon.png" /> <!-- DEVELOPMENT LESS --> <!-- <link rel="stylesheet/less" href="css/photon.less" media="all" /> <link rel="stylesheet/less" href="css/photon-responsive.less" media="all" /> --> <!-- PRODUCTION CSS --> <link rel="stylesheet" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/images/photon/images/photon/js/plugins/css/css_compiled/photon-min.css?v1.1" media="all" /> <link rel="stylesheet" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/images/photon/images/photon/js/plugins/css/css_compiled/photon-min-part2.css?v1.1" media="all" /> <link rel="stylesheet" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/images/photon/images/photon/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/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/images/photon/images/photon/js/plugins/js/bootstrap/bootstrap.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/images/photon/images/photon/js/plugins/js/plugins/modernizr.custom.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/images/photon/images/photon/js/plugins/js/plugins/jquery.pnotify.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/images/photon/images/photon/js/plugins/js/plugins/less-1.3.1.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/images/photon/images/photon/js/plugins/js/plugins/xbreadcrumbs.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/images/photon/images/photon/js/plugins/js/plugins/jquery.maskedinput-1.3.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/images/photon/images/photon/js/plugins/js/plugins/jquery.autotab-1.1b.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/images/photon/images/photon/js/plugins/js/plugins/charCount.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/images/photon/images/photon/js/plugins/js/plugins/jquery.textareaCounter.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/images/photon/images/photon/js/plugins/js/plugins/elrte.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/images/photon/images/photon/js/plugins/js/plugins/elrte.en.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/images/photon/images/photon/js/plugins/js/plugins/select2.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/images/photon/images/photon/js/plugins/js/plugins/jquery-picklist.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/images/photon/images/photon/js/plugins/js/plugins/jquery.validate.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/images/photon/images/photon/js/plugins/js/plugins/additional-methods.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/images/photon/images/photon/js/plugins/js/plugins/jquery.form.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/images/photon/images/photon/js/plugins/js/plugins/jquery.metadata.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/images/photon/images/photon/js/plugins/js/plugins/jquery.mockjax.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/images/photon/images/photon/js/plugins/js/plugins/jquery.uniform.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/images/photon/images/photon/js/plugins/js/plugins/jquery.tagsinput.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/images/photon/images/photon/js/plugins/js/plugins/jquery.rating.pack.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/images/photon/images/photon/js/plugins/js/plugins/farbtastic.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/images/photon/images/photon/js/plugins/js/plugins/jquery.timeentry.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/images/photon/images/photon/js/plugins/js/plugins/jquery.dataTables.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/images/photon/images/photon/js/plugins/js/plugins/jquery.jstree.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/images/photon/images/photon/js/plugins/js/plugins/dataTables.bootstrap.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/images/photon/images/photon/js/plugins/js/plugins/jquery.mousewheel.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/images/photon/images/photon/js/plugins/js/plugins/jquery.mCustomScrollbar.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/images/photon/images/photon/js/plugins/js/plugins/jquery.flot.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/images/photon/images/photon/js/plugins/js/plugins/jquery.flot.stack.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/images/photon/images/photon/js/plugins/js/plugins/jquery.flot.pie.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/images/photon/images/photon/js/plugins/js/plugins/jquery.flot.resize.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/images/photon/images/photon/js/plugins/js/plugins/raphael.2.1.0.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/images/photon/images/photon/js/plugins/js/plugins/justgage.1.0.1.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/images/photon/images/photon/js/plugins/js/plugins/jquery.qrcode.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/images/photon/images/photon/js/plugins/js/plugins/jquery.clock.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/images/photon/images/photon/js/plugins/js/plugins/jquery.countdown.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/images/photon/images/photon/js/plugins/js/plugins/jquery.jqtweet.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/images/photon/images/photon/js/plugins/js/plugins/jquery.cookie.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/images/photon/images/photon/js/plugins/js/plugins/bootstrap-fileupload.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/images/photon/images/photon/js/plugins/js/plugins/prettify/prettify.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/images/photon/images/photon/js/plugins/js/plugins/bootstrapSwitch.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/images/photon/images/photon/js/plugins/js/plugins/mfupload.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/images/photon/images/photon/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/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/images/photon/images/photon/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="jquery.maskedinput-1.3.min.js.html#">Sign Up &#187;</a> <a href="jquery.maskedinput-1.3.min.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="jquery.maskedinput-1.3.min.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>
user-tony/photon-rails
lib/assets/css/css_compiled/@{photonImagePath}plugins/elrte/images/photon/images/photon/images/photon/js/plugins/jquery.maskedinput-1.3.min.js.html
HTML
mit
16,783
<div class="row"> <div class="col-md-5"> <h4 class="bdb pb10"> <span>信阳电力公司专业</span> <a href="javascript:void(0)" class="fz14 pull-right" ng-click="showKeXuHaoPop('addKeXuHao')">新增专业</a> </h4> <div> <ul class="list-unstyled" id="keXuHaoManage"> <li class="bdbd ptb5" ng-repeat="kxh in keXuHaoPgData"> <span class="keXuHao cursorPointer" ng-bind="kxh.KEXUHAO_MINGCHENG" ng-click="chaXunKxhYongHu(kxh)"></span> <span class="pull-right"> <a href="javascript:void(0)" class="mr10" ng-click="showKeXuHaoPop('modifyKeXuHao', kxh)">修改</a> <a href="javascript:void(0)" ng-click="deleteKeXuHao(kxh)">删除</a> </span> </li> </ul> </div> <div class="paging text-right" ng-if="keXuHaoPages.length>0"> <ul class="pagination pagination-sm"> <li ng-class="{disabled: currentKxhPageVal == 1}"> <a href ng-click="getKeXuHaoDist(1)">首页</a> </li> <li ng-class="{disabled: currentKxhPageVal == 1}"> <a href ng-click="getKeXuHaoDist(prevPg = currentKxhPageVal > 1 ? currentKxhPageVal - 1 : 1)"> 上一页 </a> </li> <li ng-repeat="pg in keXuHaoPages" ng-class="{active: currentKxhPageVal == pg}"> <a href ng-click="getKeXuHaoDist(pg)">{{pg}}</a> </li> <li ng-class="{disabled: currentKxhPageVal == lastKxhPageNum}"> <a href ng-click="getKeXuHaoDist(nextPg = currentKxhPageVal < lastKxhPageNum ? currentKxhPageVal + 1 : lastKxhPageNum)"> 下一页 </a> </li> <li ng-class="{disabled: currentKxhPageVal == lastKxhPageNum}"> <a href ng-click="getKeXuHaoDist(lastKxhPageNum)">尾页</a> </li> </ul> </div> </div> <div class="col-md-5 col-md-offset-1"> <h4 class="bdb pb10 h28" ng-show="selectBmOrKxh.KEXUHAO_MINGCHENG"> <span ng-bind="selectBmOrKxh.KEXUHAO_MINGCHENG"></span> <span ng-bind="'(' + workersData.length + '人' + ')'"></span> <span class="pull-right fz14"> <a href="javascript:void(0)" class="mr10" ng-click="deleteKxhYh('all')">清空</a> <a href="javascript:void(0)" class="mr10" ng-click="showKeXuHaoPop('addSingleWork')">新增员工</a> <a href="javascript:void(0)" ng-click="showKeXuHaoPop('addBatchWorks')">批量新增</a> </span> </h4> <div ng-show="workersData.length>0"> <ul class="list-unstyled"> <li class="bdbd ptb5 pull-left wp100" ng-repeat="wk in workersDistData"> <span ng-bind="wk.ZHENGJIANHAO"></span> <span class="pl10" ng-bind="wk.XINGMING"></span> <a href="javascript:void(0)" class="pull-right" ng-click="deleteKxhYh(wk)">删除</a> </li> </ul> </div> <div class="paging text-right" ng-if="worksPages.length>0"> <ul class="pagination pagination-sm"> <li ng-class="{disabled: currentWkPageVal == 1}"> <a href ng-click="workPgDist(1)">首页</a> </li> <li ng-class="{disabled: currentWkPageVal == 1}"> <a href ng-click="workPgDist(prevPg = currentWkPageVal > 1 ? currentWkPageVal - 1 : 1)"> 上一页 </a> </li> <li ng-repeat="pg in worksPages" ng-class="{active: currentWkPageVal == pg}"> <a href ng-click="workPgDist(pg)">{{pg}}</a> </li> <li ng-class="{disabled: currentWkPageVal == lastWkPageNum}"> <a href ng-click="workPgDist(nextPg = currentWkPageVal < lastWkPageNum ? currentWkPageVal + 1 : lastWkPageNum)"> 下一页 </a> </li> <li ng-class="{disabled: currentWkPageVal == lastWkPageNum}"> <a href ng-click="workPgDist(lastWkPageNum)">尾页</a> </li> </ul> </div> </div> </div> <!--弹出层--> <div class="popup-wrap" ng-if="showKeXuHaoManage == true"> <div class="popup-wrap-inner"> <div class="pwi-header plr10 text-center"> <span class="title">专业管理</span> </div> <div class="pwi-body plr10"> <!--添加新专业--> <div class="row mt15" ng-if="glEditBoxShow=='addKeXuHao'"> <div class="col-md-2 text-right"> <span class="mt5 dpb">专业</span> </div> <div class="col-md-8"> <input type="text" class="form-control" placeholder="专业" ng-model="guanliParams.addNewKxh"/> </div> </div> <!--修改专业--> <div class="row mt15" ng-if="glEditBoxShow=='modifyKeXuHao'"> <div class="col-md-2 text-right"> <span class="mt5 dpb">专业</span> </div> <div class="col-md-8"> <input type="text" class="form-control" placeholder="专业" ng-model="guanliParams.modifyKxh"/> </div> </div> <!--添加单个员工--> <div class="row mt15" ng-if="glEditBoxShow=='addSingleWork'"> <div class="clearfix"> <div class="col-md-2 text-right"> <span class="mt5 dpb">姓名</span> </div> <div class="col-md-8"> <input type="text" class="form-control" placeholder="姓名" ng-model="guanliParams.singleWorkName"/> </div> </div> <div class="clearfix mt15"> <div class="col-md-2 text-right"> <span class="mt5 dpb">身份证</span> </div> <div class="col-md-8"> <input type="text" class="form-control" placeholder="身份证" ng-model="guanliParams.singleWorkID"/> </div> </div> </div> <!--批量添加员工--> <div class="row mt15" ng-if="glEditBoxShow=='addBatchWorks'"> <div class="clearfix"> <div class="col-md-2 text-right"> <span class="mt5 dpb"></span> </div> <div class="col-md-8"> <form id="importStudentForm" class="ng-pristine ng-valid"> <em> 请选择上传人员信息的文件,格式为Excel格式 </em> <input type="file" file-upload="" multiple="" class="pull-left mt15 addFileBtn"> </form> </div> </div> </div> </div> <div class="pwi-footer plr10 text-center"> <button type="button" class="btn btn-danger mt5" ng-click="closeKeXuHaoManage()">取消</button> <button type="button" class="btn btn-primary mt5 ml15" ng-click="saveKeXuHaoModify()">确定</button> </div> </div> </div>
Metoyo/xinyang
app/views/guanli/kexuhao.html
HTML
mit
6,553
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="author" content="Open Knowledge"> <meta name="description" content="The Global Open Data Index assesses the state of open government data around the world. "> <meta name="keywords" content="Open Government, Open Data, Government Transparency, Open Knowledge "> <meta property="og:type" content="website"/> <meta property="og:title" content="Open Data Index - Open Knowledge"/> <meta property="og:site_name" content="Open Data Index"/> <meta property="og:description" content="The Global Open Data Index assesses the state of open government data around the world."/> <meta property="og:image" content="/static/images/favicon.ico"/> <title>Kyrgyzstan / Location datasets (2013) | Global Open Data Index by Open Knowledge</title> <base href="/"> <!--[if lt IE 9]> <script src="/static/vendor/html5shiv.min.js"></script> <![endif]--> <link rel="stylesheet" href="/static/css/site.css"> <link rel="icon" href="/static/images/favicon.ico"> <script> var siteUrl = ''; </script> </head> <body class="na"> <div class="fixed-ok-panel"> <div id="ok-panel" class="closed"> <iframe src="http://assets.okfn.org/themes/okfn/okf-panel.html" scrolling="no"></iframe> </div> <a class="ok-ribbon"><img src="http://okfnlabs.org/ok-panel/assets/images/ok-ribbon.png" alt="Open Knowledge"></a> </div> <header id="header"> <nav class="navbar navbar-default" role="navigation"> <div class="container"> <div> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <div class="logo"> <a href="/"> <img src="/static/images/logo2.png"> <span>Global<br/>Open Data Index</span> </a> </div> </div> <div class="collapse navbar-collapse" id="navbar-collapse"> <ul class="nav navbar-nav" style="margin-right: 132px;"> <li> <a href="/place/" title="About the Open Data Index project"> Places </a> </li> <li> <a href="/dataset/" title="About the Open Data Index project"> Datasets </a> </li> <li> <a href="/download/" title="Download Open Data Index data"> Download </a> </li> <li> <a href="/insights/" title="Insights"> Insights </a> </li> <li> <a href="/methodology/" title="The methodology behind the Open Data Index"> Methodology </a> </li> <li> <a href="/about/" title="About the Open Data Index project"> About </a> </li> <li> <a href="/press/" title="Press information for the Open Data Index"> Press </a> </li> </ul> </div> </div> </div> </nav> </header> <div class="container"> <div class="content"> <div class="row"> <div class="col-md-12"> <ol class="breadcrumb"> <li> <a href="/">Home</a> </li> <li class="active">Kyrgyzstan / Location datasets (2013)</li> </ol> <header class="page-header"> <h1>Kyrgyzstan / Location datasets (2013)</h1> </header> <h3>Sorry</h3> <p> There is no data available for Kyrgyzstan / Location datasets (2013) in the Index. </p> </div> </div> </div> </div> <footer id="footer"> <div class="container"> <div class="row"> <div class="footer-main col-md-8"> <div class="footer-attribution"> <p> <a href="http://opendefinition.org/ossd/" title="Open Online Software Service"> <img src="http://assets.okfn.org/images/ok_buttons/os_80x15_orange_grey.png" alt="" border=""/> </a> <a href="http://opendefinition.org/okd/" title="Open Online Software Service"> <img src="http://assets.okfn.org/images/ok_buttons/od_80x15_blue.png" alt="" border=""/> </a> <a href="http://opendefinition.org/okd/" title="Open Content"> <img src="http://assets.okfn.org/images/ok_buttons/oc_80x15_blue.png" alt="" border=""/> </a> &ndash; <a href="http://creativecommons.org/licenses/by/3.0/" title="Content Licensed under a CC Attribution"></a> <a href="http://opendatacommons.org/licenses/pddl/1.0" title="Data License (Public Domain)">Data License (Public Domain)</a> </p> </div> <div class="footer-meta"> <p> This service is run by <a href="https://okfn.org/" title="Open Knowledge">Open Knowledge</a> </p> <a class="naked" href="http://okfn.org/" title="Open Knowledge"><img src="http://assets.okfn.org/p/okfn/img/okfn-logo-landscape-black-s.png" alt="" height="28"></a> </div> </div> <div class="footer-links col-md-2"> <li><a href="http://okfn.org/" title="Open Knowledge">Open Knowledge</a></li> <li><a href="http://okfn.org/opendata/" title="What is Open Data?">What is Open Data?</a></li> <li><a href="http://census.okfn.org/" title="Run your own Index">Run your own Index</a></li> <li><a href="https://github.com/okfn/opendataindex" title="The source code for Open Data Index">Source Code</a></li> </div> <div class="footer-links col-md-2"> <li><a href="/" title="Open Data Index home">Home</a></li> <li><a href="/download/" title="Download data">Download</a></li> <li><a href="/methodology/" title="The methodology behind the Open Data Index">Methodology</a></li> <li><a href="/faq/" title=" Open Data Index FAQ">FAQ</a></li> <li><a href="/about/" title="About the Open Data Index">About</a></li> <li><a href="/about/" title="Contact us">Contact</a></li> <li><a href="/press/" title="Press">Press</a></li> </div> </div> </div> </footer> <script data-main="/static/scripts/site" src="/static/scripts/require.js"></script> </body> </html>
okfn/opendataindex-2015
place/kyrgyzstan/postcodes/2013/index.html
HTML
mit
8,158
<!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.5.0_22) on Tue Jan 17 21:49:44 UTC 2017 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> ICounter (JaCoCo 0.7.9.201701170942 API) </TITLE> <META NAME="keywords" CONTENT="org.jacoco.core.analysis.ICounter interface"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title="ICounter (JaCoCo 0.7.9.201701170942 API)"; } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ICounter.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../org/jacoco/core/analysis/IClassCoverage.html" title="interface in org.jacoco.core.analysis"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../org/jacoco/core/analysis/ICounter.CounterValue.html" title="enum in org.jacoco.core.analysis"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?org/jacoco/core/analysis/ICounter.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="ICounter.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;<A HREF="#nested_class_summary">NESTED</A>&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;CONSTR&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;CONSTR&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.jacoco.core.analysis</FONT> <BR> Interface ICounter</H2> <HR> <DL> <DT><PRE>public interface <B>ICounter</B></DL> </PRE> <P> A counter holds the missed and the covered number of particular items like classes, methods, branches or instructions. <P> <P> <HR> <P> <!-- ======== NESTED CLASS SUMMARY ======== --> <A NAME="nested_class_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>Nested Class Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/jacoco/core/analysis/ICounter.CounterValue.html" title="enum in org.jacoco.core.analysis">ICounter.CounterValue</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Different values provided by a counter.</TD> </TR> </TABLE> &nbsp;<!-- =========== 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>static&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/jacoco/core/analysis/ICounter.html#EMPTY">EMPTY</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Status flag for no items (value is 0x00).</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/jacoco/core/analysis/ICounter.html#FULLY_COVERED">FULLY_COVERED</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Status flag when all items are covered (value is 0x02).</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/jacoco/core/analysis/ICounter.html#NOT_COVERED">NOT_COVERED</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Status flag when all items are not covered (value is 0x01).</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/jacoco/core/analysis/ICounter.html#PARTLY_COVERED">PARTLY_COVERED</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Status flag when items are partly covered (value is 0x03).</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;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/jacoco/core/analysis/ICounter.html#getCoveredCount()">getCoveredCount</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the count of covered items.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;double</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/jacoco/core/analysis/ICounter.html#getCoveredRatio()">getCoveredRatio</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Calculates the ratio of covered to total count items.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/jacoco/core/analysis/ICounter.html#getMissedCount()">getMissedCount</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the count of missed items.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;double</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/jacoco/core/analysis/ICounter.html#getMissedRatio()">getMissedRatio</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Calculates the ratio of missed to total count items.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/jacoco/core/analysis/ICounter.html#getStatus()">getStatus</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the coverage status of this counter.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/jacoco/core/analysis/ICounter.html#getTotalCount()">getTotalCount</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the total count of items.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;double</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/jacoco/core/analysis/ICounter.html#getValue(org.jacoco.core.analysis.ICounter.CounterValue)">getValue</A></B>(<A HREF="../../../../org/jacoco/core/analysis/ICounter.CounterValue.html" title="enum in org.jacoco.core.analysis">ICounter.CounterValue</A>&nbsp;value)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the counter value of the given type.</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="EMPTY"><!-- --></A><H3> EMPTY</H3> <PRE> static final int <B>EMPTY</B></PRE> <DL> <DD>Status flag for no items (value is 0x00). <P> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.jacoco.core.analysis.ICounter.EMPTY">Constant Field Values</A></DL> </DL> <HR> <A NAME="NOT_COVERED"><!-- --></A><H3> NOT_COVERED</H3> <PRE> static final int <B>NOT_COVERED</B></PRE> <DL> <DD>Status flag when all items are not covered (value is 0x01). <P> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.jacoco.core.analysis.ICounter.NOT_COVERED">Constant Field Values</A></DL> </DL> <HR> <A NAME="FULLY_COVERED"><!-- --></A><H3> FULLY_COVERED</H3> <PRE> static final int <B>FULLY_COVERED</B></PRE> <DL> <DD>Status flag when all items are covered (value is 0x02). <P> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.jacoco.core.analysis.ICounter.FULLY_COVERED">Constant Field Values</A></DL> </DL> <HR> <A NAME="PARTLY_COVERED"><!-- --></A><H3> PARTLY_COVERED</H3> <PRE> static final int <B>PARTLY_COVERED</B></PRE> <DL> <DD>Status flag when items are partly covered (value is 0x03). <P> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.jacoco.core.analysis.ICounter.PARTLY_COVERED">Constant Field Values</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="getValue(org.jacoco.core.analysis.ICounter.CounterValue)"><!-- --></A><H3> getValue</H3> <PRE> double <B>getValue</B>(<A HREF="../../../../org/jacoco/core/analysis/ICounter.CounterValue.html" title="enum in org.jacoco.core.analysis">ICounter.CounterValue</A>&nbsp;value)</PRE> <DL> <DD>Returns the counter value of the given type. <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>value</CODE> - value type to return <DT><B>Returns:</B><DD>counter value</DL> </DD> </DL> <HR> <A NAME="getTotalCount()"><!-- --></A><H3> getTotalCount</H3> <PRE> int <B>getTotalCount</B>()</PRE> <DL> <DD>Returns the total count of items. <P> <DD><DL> <DT><B>Returns:</B><DD>total count of items</DL> </DD> </DL> <HR> <A NAME="getCoveredCount()"><!-- --></A><H3> getCoveredCount</H3> <PRE> int <B>getCoveredCount</B>()</PRE> <DL> <DD>Returns the count of covered items. <P> <DD><DL> <DT><B>Returns:</B><DD>count of covered items</DL> </DD> </DL> <HR> <A NAME="getMissedCount()"><!-- --></A><H3> getMissedCount</H3> <PRE> int <B>getMissedCount</B>()</PRE> <DL> <DD>Returns the count of missed items. <P> <DD><DL> <DT><B>Returns:</B><DD>count of missed items</DL> </DD> </DL> <HR> <A NAME="getCoveredRatio()"><!-- --></A><H3> getCoveredRatio</H3> <PRE> double <B>getCoveredRatio</B>()</PRE> <DL> <DD>Calculates the ratio of covered to total count items. If total count items is 0 this method returns NaN. <P> <DD><DL> <DT><B>Returns:</B><DD>ratio of covered to total count items</DL> </DD> </DL> <HR> <A NAME="getMissedRatio()"><!-- --></A><H3> getMissedRatio</H3> <PRE> double <B>getMissedRatio</B>()</PRE> <DL> <DD>Calculates the ratio of missed to total count items. If total count items is 0 this method returns NaN. <P> <DD><DL> <DT><B>Returns:</B><DD>ratio of missed to total count items</DL> </DD> </DL> <HR> <A NAME="getStatus()"><!-- --></A><H3> getStatus</H3> <PRE> int <B>getStatus</B>()</PRE> <DL> <DD>Returns the coverage status of this counter. <P> <DD><DL> <DT><B>Returns:</B><DD>status of this line<DT><B>See Also:</B><DD><A HREF="../../../../org/jacoco/core/analysis/ICounter.html#EMPTY"><CODE>EMPTY</CODE></A>, <A HREF="../../../../org/jacoco/core/analysis/ICounter.html#NOT_COVERED"><CODE>NOT_COVERED</CODE></A>, <A HREF="../../../../org/jacoco/core/analysis/ICounter.html#PARTLY_COVERED"><CODE>PARTLY_COVERED</CODE></A>, <A HREF="../../../../org/jacoco/core/analysis/ICounter.html#FULLY_COVERED"><CODE>FULLY_COVERED</CODE></A></DL> </DD> </DL> <!-- ========= END OF CLASS DATA ========= --> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ICounter.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../org/jacoco/core/analysis/IClassCoverage.html" title="interface in org.jacoco.core.analysis"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../org/jacoco/core/analysis/ICounter.CounterValue.html" title="enum in org.jacoco.core.analysis"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?org/jacoco/core/analysis/ICounter.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="ICounter.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;<A HREF="#nested_class_summary">NESTED</A>&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;CONSTR&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;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> Copyright &#169; 2009-2017 Mountainminds GmbH & Co. KG. All Rights Reserved. </BODY> </HTML>
battjt/iumpr
lib-test/jacoco-0.7.9/doc/api/org/jacoco/core/analysis/ICounter.html
HTML
mit
17,522
https://pubchem.ncbi.nlm.nih.gov/summary/summary.cgi?cid=23366049
andrewdefries/ToxCast
Figure4/FDA_Pesticides/PCID_23366049.html
HTML
mit
66
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>Jasmine Spec Runner</title> <link rel="shortcut icon" type="image/png" href="lib/jasmine-1.3.1/jasmine_favicon.png"> <link rel="stylesheet" type="text/css" href="lib/jasmine-1.3.1/jasmine.css"> <script type="text/javascript" src="lib/jasmine-1.3.1/jasmine.js"></script> <script type="text/javascript" src="lib/jasmine-1.3.1/jasmine-html.js"></script> <script type="text/javascript" src="lib/3rd-party/console-runner.js"></script> <!-- 3rd-party --> <script type="text/javascript" src="lib/3rd-party/jquery-1.9.1.js"></script> <!-- jasmine jquery --> <script type="text/javascript" src="lib/3rd-party/jasmine-jquery.js"></script> <!-- include source files here... --> <!-- This is the jHERE version prepared for tests, i.e. the _injectNS method to inject the nokia namespace is exposed. Normally that method is not exposed --> <script type="text/javascript" src="lib/jhere.js"></script> <!-- mocks --> <script type="text/javascript" src="lib/mocks.js"></script> <!-- include spec files here... --> <script type="text/javascript" src="spec/jhere.js"></script> <script type="text/javascript"> var console_reporter; (function() { var jasmineEnv = jasmine.getEnv(); jasmineEnv.updateInterval = 1000; var htmlReporter = new jasmine.HtmlReporter(); console_reporter = new jasmine.ConsoleReporter() jasmineEnv.addReporter(htmlReporter); jasmineEnv.addReporter(console_reporter); jasmineEnv.specFilter = function(spec) { return htmlReporter.specFilter(spec); }; var currentWindowOnload = window.onload; window.onload = function() { if (currentWindowOnload) { currentWindowOnload(); } execJasmine(); }; function execJasmine() { jasmineEnv.execute(); } })(); </script> </head> <body> </body> </html>
mmarcon/jhere
test/SpecRunner.html
HTML
mit
2,027
<!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_72) on Wed Dec 31 16:42:14 UTC 2014 --> <title>Uses of Class org.mockito.internal.matchers.CompareEqual (Mockito 1.10.19 API)</title> <meta name="date" content="2014-12-31"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.mockito.internal.matchers.CompareEqual (Mockito 1.10.19 API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/mockito/internal/matchers/CompareEqual.html" title="class in org.mockito.internal.matchers">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage"><em> <!-- Note there is a weird javadoc task bug if using the double quote char \" that causes an 'illegal package name' error --> <em id="mockito-version-header-javadoc7"><strong>Mockito 1.10.19 API</strong></em> <!-- using the beautify plugin for jQuery from https://bitbucket.org/larscorneliussen/beautyofcode/ --> <script type="text/javascript"> var shBaseURL = '../../../../../js/sh-2.1.382/'; </script> <script type="text/javascript" src="../../../../../js/jquery-1.7.min.js"></script> <script type="text/javascript" src="../../../../../js/jquery.beautyOfCode-min.js"></script> <script type="text/javascript"> /* Apply beautification of code */ var usingOldIE = false; if($.browser.msie && parseInt($.browser.version) < 9) usingOldIE = true; if(!usingOldIE) { $.beautyOfCode.init({ theme : 'Eclipse', brushes: ['Java'] }); var version = '1.10.19'; jQuery.fn.removeAttributes = function() { return this.each(function() { var attributes = $.map(this.attributes, function(item) { return item.name; }); var img = $(this); $.each(attributes, function(i, item) { img.removeAttr(item); }); }); }; $(function() { /* Add name & version to header for Javadoc 1.6 */ $('td.NavBarCell1[colspan=2]').each(function(index, element) { var jqueryTD = $(element); jqueryTD.after( $('<td><em><strong>Mockito 1.10.19 API</strong></em></td>').attr('class','NavBarCell1').attr('id','mockito-version-header-javadoc6') ); jqueryTD.removeAttr('colspan'); }); /* Cleans up mess with Javadoc 1.7 */ $('body > h1').removeAttributes().attr('class', 'bar').attr('title', 'Mockito 1.10.19 API'); /* Cleans up mess with Javadoc 1.7 with Javadoc 1.6 */ $('td em#mockito-version-header-javadoc7').remove(); }); } </script> </em></div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/mockito/internal/matchers/class-use/CompareEqual.html" target="_top">Frames</a></li> <li><a href="CompareEqual.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class org.mockito.internal.matchers.CompareEqual" class="title">Uses of Class<br>org.mockito.internal.matchers.CompareEqual</h2> </div> <div class="classUseContainer">No usage of org.mockito.internal.matchers.CompareEqual</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/mockito/internal/matchers/CompareEqual.html" title="class in org.mockito.internal.matchers">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage"><em> <!-- Note there is a weird javadoc task bug if using the double quote char \" that causes an 'illegal package name' error --> <em id="mockito-version-header-javadoc7"><strong>Mockito 1.10.19 API</strong></em> <!-- using the beautify plugin for jQuery from https://bitbucket.org/larscorneliussen/beautyofcode/ --> <script type="text/javascript"> var shBaseURL = '../../../../../js/sh-2.1.382/'; </script> <script type="text/javascript" src="../../../../../js/jquery-1.7.min.js"></script> <script type="text/javascript" src="../../../../../js/jquery.beautyOfCode-min.js"></script> <script type="text/javascript"> /* Apply beautification of code */ var usingOldIE = false; if($.browser.msie && parseInt($.browser.version) < 9) usingOldIE = true; if(!usingOldIE) { $.beautyOfCode.init({ theme : 'Eclipse', brushes: ['Java'] }); var version = '1.10.19'; jQuery.fn.removeAttributes = function() { return this.each(function() { var attributes = $.map(this.attributes, function(item) { return item.name; }); var img = $(this); $.each(attributes, function(i, item) { img.removeAttr(item); }); }); }; $(function() { /* Add name & version to header for Javadoc 1.6 */ $('td.NavBarCell1[colspan=2]').each(function(index, element) { var jqueryTD = $(element); jqueryTD.after( $('<td><em><strong>Mockito 1.10.19 API</strong></em></td>').attr('class','NavBarCell1').attr('id','mockito-version-header-javadoc6') ); jqueryTD.removeAttr('colspan'); }); /* Cleans up mess with Javadoc 1.7 */ $('body > h1').removeAttributes().attr('class', 'bar').attr('title', 'Mockito 1.10.19 API'); /* Cleans up mess with Javadoc 1.7 with Javadoc 1.6 */ $('td em#mockito-version-header-javadoc7').remove(); }); } </script> </em></div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/mockito/internal/matchers/class-use/CompareEqual.html" target="_top">Frames</a></li> <li><a href="CompareEqual.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
JPAT-ROSEMARY/SCUBA
org.jpat.scuba.external.mockito/mockito-1.10.19/javadocs/org/mockito/internal/matchers/class-use/CompareEqual.html
HTML
mit
9,291
<header> <center><img src="images/head.png"></center> <div class="bg_menu"> <div class="main_link"> <span align="right"><a href="#">На главную</a></span> </div> <div class="find"> <span align="left"><input [(ngModel)]="myFindText" type="text" placeholder="Найти.." size="40"></span> </div> <div class="right_menu"> <span class="right_menu" align="right"><a href="/">Регистрация</a></span> <span class="right_menu" align="right"><a href="/">Войти</a></span> </div> </div> </header> <div class="categories"> <p style="text-align: left"> <button *ngFor="let category of categories" class="but" (click)="onSelect(category)">{{category}}</button> </p> </div> <div class="main_content"> <news-container [fText]="myFindText" [fCategories]="selectedCategory">GOOD</news-container> <news-container [fText]="myFindText" [fCategories]="selectedCategory">GOOD</news-container> <img src="images/three.png"> </div>
Hevzysq/epam_web_practice
app/main.component.html
HTML
mit
1,041
<ion-view class="FAQ-De-BG"> <ion-content> <div class="row row-bottom media-screen"> <div class="col col-10 text-left"> <button class=" button-icon icon ion-ios-arrow-back iconMenu" ng-click="gotoFAQ()"></button> </div> </div> </ion-content> </ion-view>
secretmoo35/Provident_Fund
www/templates/FAQDetail.html
HTML
mit
318
<div id="signup_whole"> <section> <h1>Sign up for PKU Connector</h1> <h2>Start your PKU Life</h2> <div id="signup_box"> <form name="signupForm"> <div class="field"> <div class="instruction_box"><label>用户名</label></div> <input name="uname" ng-model="uname" type="text" placeholder="Your Username" required> <span class="error_icon" ng-hide="signupForm.uname.$valid || signupForm.uname.$pristine"></span> <span class="ok_icon" ng-show="signupForm.uname.$valid && signupForm.uname.$dirty"></span> </div> <div class="field"> <div class="instruction_box"><label>密码</label></div> <input name="password" ng-model="password" type="password" ng-minlength="7" placeholder="Your Password (at least 7 characters)" required> <span class="error_icon" ng-hide="signupForm.password.$valid || signupForm.password.$pristine"></span> <span class="ok_icon" ng-show="signupForm.password.$valid && signupForm.password.$dirty"></span> </div> <div class="field"> <div class="instruction_box"><label>昵称</label></div> <input name="nickname" ng-model="nickname" type="text" placeholder="Your Nickname"> <span class="error_icon" ng-hide="signupForm.nickname.$valid || signupForm.nickname.$pristine"></span> <span class="ok_icon" ng-show="signupForm.nickname.$valid && signupForm.uname.$dirty"></span> </div> <div class="field"> <div class="instruction_box"><label>个性签名</label></div> <input name="signature" ng-model="signature" type="text" placeholder="Your Signature"> <span class="error_icon" ng-hide="signupForm.signature.$valid || singupForm.signature.$pristine"></span> <span class="ok_icon" ng-show="signupForm.signature.$valid && signupForm.signature.$dirty"></span> </div> <div class="field"> <div class="instruction_box"><label>入学年份</label></div> <input name="enrollmentYear" ng-model="enrollmentYear" min="2010" max="2017" type="number" placeholder="入学年份"> <span class="error_icon" ng-hide="signupForm.enrollmentYear.$valid || singupForm.enrollmentYear.$pristine"></span> <span class="ok_icon" ng-show="signupForm.enrollmentYear.$valid && signupForm.enrollmentYear.$dirty"></span> </div> <div class="clear"></div> <button ng-click="signup()" ng-disabled="!signupForm.$valid" ng-class="{disabled: !signupForm.$valid, red: failed, submit: true}"> <p ng-hide="loading">{{indicator}}</p> <div class="round_circle round_circle_large round_circle_green" ng-show="loading"></div> </button> </form> </div> <span class="already">Already have an account? <a href="#/login">login</a> </span> </section> </div>
HackAll-PKU/PKU-Connector-Web
app/views/signup.html
HTML
mit
3,238
<!DOCTYPE html> <html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <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="Landing Site for Kahli"> <meta name="author" content="Kahli Holmes"> <title>Kahli Holmes</title> <link href="./css/bootstrap.min.css" rel="stylesheet"> <link href="./css/cover.css" rel="stylesheet"> <script src=".//ie-emulation-modes-warning.js"></script> </head> <body> <div class="site-wrapper"> <div class="site-wrapper-inner"> <div class="cover-container"> <div class="masthead clearfix"> <div class="inner"> <!-- TITLE/BRAND: <h3 class="masthead-brand">Cover</h3> --> <nav> <ul class="nav masthead-nav"> <li><a href="index.html">Home</a></li> <li class="active"><a href="index.html">Resume</a></li> <!-- <li><a href="projects.html">Portfolio</a></li> --> <li><a href="http://kahlih.github.io/blog">Blog</a></li> </ul> </nav> </div> </div> </div> <div class="post"> <iframe style="border:1px solid #F2756A" title="PDF in an i-Frame" src="other/resume.pdf" frameborder="1" height="1100px" width="70%"></iframe> </div> </div> </div> <!--JS--> <script src="./js/jquery.min.js"></script> <script src="./js/bootstrap.min.js"></script> <script src="./js/ie10-viewport-bug-workaround.js"></script> </body></html>
kahlih/kahlih.github.io
resume.html
HTML
mit
1,750
<!doctype html> <html> <head> <!-- Hey, let's be friends! twitter.com/pubnub --> <title>PubNub JavaScript Unit Test</title> <meta http-equiv=content-type content=text/html;charset=utf-8> <link rel=stylesheet href=http://twitter.github.com/bootstrap/1.4.0/bootstrap.min.css > <style type=text/css> #stop-test, #finished-fail, #finished-success, .tpl {display:none} </style> </head> <body><div class=container> <!-- NOTICE / TITLE --> <div class="alert-message warning"> <a class="close" href="#">&#215;</a> <p><strong>PubNub Unit Tests</strong> for JavaScript on Mobile and Desktop Web Browser</p> </div> <!-- BUTTON PANNEL --> <div class=well> <button id=start-test class='btn info'>Start Test</button> <button id=stop-test class='btn danger'>STOP</button> <span id=finished-success class='label success'>100% Successful</span> <span id=finished-fail class='label important'>Finished With Errors</span> <span id=test-status class=label template='Result: {pass}/{fail} (pass/fail) - Total: {total}' >...</span> </div> <!-- OUTPUT --> <table id=unit-test-out class="zebra-striped"> <tr><th><span class=label>Pass/Fail</span><th>Test Ready </table> <!-- TEMPLATES --> <script type=text/template id=test_template class=tpl> <td><span class="label {result}">{display}</span></td> <td>{message}</td> </script> <div id=pubnub pub-key=demo sub-key=demo origin=alskdytwueiuszacstest.pubnub.com></div> <script src=../pubnub-3.3.1.js></script> <script>(function(){ function test( t, msg ) { if (!test.run) return; var entry = p.create('tr'); entry.innerHTML = p.supplant( test_tpl, { result : t ? 'success' : 'important', display : t ? 'pass' : 'fail', message : msg } ); t ? test.pass++ : test.fail++; test.done++; out.insertBefore( entry, out.firstChild ); console.log( t, msg ); status_area.innerHTML = p.supplant( status_tpl, { pass : test.pass+'', fail : test.fail+'', total : test.done+'' } ); if (test.done === test.plan) { stop_test(); test.fail || p.css( p.$('finished-success'), { display : 'inline-block' } ) && p.css( p.$('finished-fail'), { display : 'inline-block' } ); } } var p = PUBNUB , many_con_tst = 'opera' in window ? -1 : 10 , channel = 'pn-javascript-unit-test' , out = p.$('unit-test-out') , test_tpl = p.$('test_template').innerHTML , start_button = p.$('start-test') , stop_button = p.$('stop-test') , status_area = p.$('test-status') , status_tpl = p.attr( status_area, 'template' ); /* ====================================================================== Stop Test ====================================================================== */ p.bind( 'mousedown,touchstart', stop_button, stop_test ); function stop_test() { p.css( start_button, { display : 'inline-block' } ); p.css( stop_button, { display : 'none' } ); test.run = 0; } /* ====================================================================== Start Test ====================================================================== */ p.bind( 'mousedown,touchstart', start_button, start_test ); function start_test() { test.plan = 19 + many_con_tst*3; // # of tests test.done = 0; // 0 tests done so far test.pass = 0; // 0 passes so far test.fail = 0; // 0 failes so far test.run = 1; // continue running? p.css( stop_button, { display : 'inline-block' } ); p.css( start_button, { display : 'none' } ); p.css( p.$('finished-fail'), { display : 'none' } ); p.css( p.$('finished-success'), { display : 'none' } ); test( 1, 'Ready to Test' ); test( PUBNUB, 'PubNub Lib Exists' ); p.time(function(time){ test( time, 'TimeToken' ); test( time > 0, 'Time Value' ); }); p.uuid(function(uuid){ test( uuid, 'UUID Response'); test( uuid.length > 10, 'UUID Long Enough'); }); function publish_test(con) { con || test( 1, 'Connection Established' ); p.publish({ channel : channel, message : { test : "test" }, callback : function(response) { test( response[0], 'Successful Publish' ); test( response[1], 'Success With Demo' ); history_test(); } }); } publish_test(1); function history_test() { p.history({ limit : 1, channel : channel, callback : function(messages) { test( messages, 'History Response' ); test( messages[0].test === "test", 'History Content' ); } }); } p.subscribe({ channel : channel, connect : publish_test, callback : function( message, stack ) { p.unsubscribe({ channel : channel }); test( message, 'Subscribe Message' ); test( message.test === "test", 'Subscribe Message Data' ); test( stack[1], 'TimeToken Returned: ' + stack[1] ); } }); /* ------------------------------------------------------------------ --- MANY CONNECTIONS TESTS ------------------------------------------------------------------ */ p.map( Array(many_con_tst).join('-').split('-'), function( _, conn ) { var chan = 'many-conn-test-' + conn; test( chan, 'Many Connections: ' + conn + ' Connecting...' ); p.subscribe({ channel : chan, connect : function() { test( chan, 'Many Connections: ' + conn + ' Connected!' ); p.publish({ channel : chan, message : chan }); }, callback : function(message) { test( chan === message, 'Many Connections: ' + conn + ' Received' ); setTimeout( function() { p.unsubscribe({ channel : chan }) }, 5000 ); } }); } ); /* ------------------------------------------------------------------ --- TESTING NEW CONNECTION RESTORE FEATURE ------------------------------------------------------------------ */ var restore_channel = 'restore-channel'+Math.random(); p.subscribe({ restore : true, channel : restore_channel, callback : function(){}, connect : function() { p.unsubscribe({ channel : restore_channel }); // Send Message While Not Connected p.publish({ channel : restore_channel, message : 'test', callback : function() { p.subscribe({ restore : true, channel : restore_channel, callback : function( message, stack ) { p.unsubscribe({ channel : restore_channel }); test( message === "test", 'Subscribe Restore' ); } }); } }); } }); /* restore : true, disconnect : function() { }, reconnect : function() { }, connect : function() { }, */ } start_test(); })();</script> </div></body> </html>
cozza13/tipochat
core/3.3.1/tests/unit-test.html
HTML
mit
8,210
{% load static %} <!DOCTYPE html> {% spaceless %} <html lang="uk"> <head> <meta charset="utf-8"> <title>{% block title %}{% endblock %}</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link href="{% static 'bootstrap/css/bootstrap.css' %}" rel="stylesheet"> <link href="{% static 'css/flat-ui.css' %}" rel="stylesheet"> <link href="http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic&subset=latin,cyrillic,cyrillic-ext,latin-ext" rel="stylesheet" type="text/css"> <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet"> <link href="{% static 'css/prymind.css' %}" rel="stylesheet"> <script src="{% static 'js/jquery-1.8.3.min.js' %}" data-no-instant></script> <script src="{% static 'js/epiceditor.min.js' %}" data-no-instant></script> <script src="{% static 'js/typeahead.jquery.min.js' %}" data-no-instant></script> <!-- <link rel="shortcut icon" href="images/favicon.ico"> --> <!--[if lt IE 9]> <script src="{% static 'js/html5shiv.js' %}"></script> <script src="{% static 'js/respond.min.js' %}"></script> <![endif]--> </head> <body> <nav class="navbar navbar-inverse navbar-embossed navbar-fixed-top" role="navigation"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-collapse-01"> <i class="fa fa-list"></i> </button> <a class="navbar-brand" href="{% url 'index' %}">PryMind</a> </div> <div class="collapse navbar-collapse" id="navbar-collapse-01"> <ul class="nav navbar-nav"> <li><a href="{% url 'global_problems' %}">Задачі</a></li> <li><a href="{% url 'global_articles' %}">Статті</a></li> <li><a href="{% url 'show_users' %}">Користувачі</a></li> </ul> <ul class="nav navbar-nav navbar-right"> {% if user.is_authenticated %} <li><a href="{% url 'current_user_profile' %}"><i class="fa fa-user"></i> {{ user.username }}</a></li> <li><a href="{% url 'logout' %}" data-no-instant><i class="fa fa-sign-out"></i></a></li> {% else %} <li><a href="{% url 'login' %}">Увійти</a></li> {% endif %} </ul> </div> </nav> <div class="container"> {% block content %}{% endblock %} <div class="push"></div> </div> <footer> <h5>PryMind</h5> <p>Збірник задач і система автоматичного тестування розв'язків</p> <p>&copy; Олексій Орленко, 2014</p> <iframe src="http://ghbtns.com/github-btn.html?user=aqrln&repo=prymind&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="80" height="20"></iframe> <iframe src="http://ghbtns.com/github-btn.html?user=aqrln&repo=prymind&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="80" height="20"></iframe> <iframe src="http://ghbtns.com/github-btn.html?user=aqrln&type=follow&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="165" height="20"></iframe> </footer> <script src="{% static 'js/jquery-ui-1.10.3.custom.min.js' %}" data-no-instant></script> <script src="{% static 'js/jquery.ui.touch-punch.min.js' %}" data-no-instant></script> <script src="{% static 'js/bootstrap.min.js' %}" data-no-instant></script> <script src="{% static 'js/bootstrap-select.js' %}" data-no-instant></script> <script src="{% static 'js/bootstrap-switch.js' %}" data-no-instant></script> <script src="{% static 'js/flatui-checkbox.js' %}" data-no-instant></script> <script src="{% static 'js/flatui-radio.js' %}" data-no-instant></script> <script src="{% static 'js/jquery.tagsinput.js' %}" data-no-instant></script> <script src="{% static 'js/jquery.placeholder.js' %}" data-no-instant></script> <script src="{% static 'js/instantclick.min.js' %}" data-no-instant></script> <script data-no-instant> InstantClick.init(); </script> </body> </html> {% endspaceless %}
aqrln/prymind
wsgi/openshift/prymind/templates/base.html
HTML
mit
4,050