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 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_24) on Wed Jan 09 17:13:55 CET 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> org.apache.commons.math3.geometry.partitioning.utilities (Commons Math 3.1.1 API) </TITLE> <META NAME="date" CONTENT="2013-01-09"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style"> </HEAD> <BODY BGCOLOR="white"> <FONT size="+1" CLASS="FrameTitleFont"> <A HREF="../../../../../../../org/apache/commons/math3/geometry/partitioning/utilities/package-summary.html" target="classFrame">org.apache.commons.math3.geometry.partitioning.utilities</A></FONT> <TABLE BORDER="0" WIDTH="100%" SUMMARY=""> <TR> <TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont"> Classes</FONT>&nbsp; <FONT CLASS="FrameItemFont"> <BR> <A HREF="AVLTree.html" title="class in org.apache.commons.math3.geometry.partitioning.utilities" target="classFrame">AVLTree</A> <BR> <A HREF="OrderedTuple.html" title="class in org.apache.commons.math3.geometry.partitioning.utilities" target="classFrame">OrderedTuple</A></FONT></TD> </TR> </TABLE> </BODY> </HTML>
vaisaghvt/gameAnalyzer
commons-math3-3.1.1-bin/commons-math3-3.1.1/docs/apidocs/org/apache/commons/math3/geometry/partitioning/utilities/package-frame.html
HTML
mit
1,263
<html> <head> <title>Redirection en htm</title> <meta http-equiv="refresh" content="2; URL=http://irma.math.unistra.fr/~zeng/"> </head> <body> Redirection vers <a href=http://irma.math.unistra.fr/~zeng/>irma</a> dans 2 secondes. </body> </html>
xlzmath/xlzmath.github.io
index.html
HTML
mit
248
<ul class="pip-color-picker {{$ctrl.class}}" pip-selected="$ctrl.currentColorIndex" pip-enter-space-press="$ctrl.enterSpacePress($event)"> <li tabindex="-1" ng-repeat="color in $ctrl.colors track by color"> <md-button tabindex="-1" class="md-icon-button pip-selectable" ng-click="$ctrl.selectColor($index)" aria-label="color" ng-disabled="$ctrl.ngDisabled"> <md-icon ng-style="{'color': color}" md-svg-icon="icons:{{ color == $ctrl.currentColor ? 'circle' : 'radio-off' }}"> </md-icon> </md-button> </li> </ul>
pip-webui/pip-webui-controls
src/color_picker/ColorPicker.html
HTML
mit
577
--- layout: default --- <div class="container"> <div class="row"> <h1>{{ page.title }}</h1> <div class="pull-right"> {% if page.previous %} Previous checkin: <a href="{{site.baseurl}}{{page.previous.url}}">{{ page.previous.date | date: '%B %-d, %Y' }}</a> {% endif %} <div id="stats" class="post-stats"> {% if page.data.mileage %} <div>Miles traveled: {{ page.data.mileage }}</div> {% endif %} </div> </div> <p class="meta">{{ page.date | date: '%A, %B %-d, %Y'}}<br/> {% assign time = page.date | date: '%-I:%M%p' %} {% if time != "12:00AM" %} {{ page.date | date: '%-I:%M %p'}} {{page.timezone}} {% endif %}</p> {% if page.towns or page.data.towns or page.data.flights %} <div id="map-container"> <div id="map" class="post-map"></div> <div id="map-label" class="hide"></div> </div> <div id="elevation-container" class="graph post-graph"> <div id="y_axis"></div> <div id="elevation"></div> </div> {% endif %} <div class="post full"> {{ content }} </div> {% if page.data.towns %} <div class="towns"> <h2>Towns</h2> <ul> {% for town in page.data.towns %} <li> {% if town.url %} <a href="{{ town.url }}" class="pop" target="_blank">{{ town.name | remove: ", Spain" }}</a> {% else %} {{ town.name | remove: ", Spain" }} {% endif %} </li> {% endfor %} </ul> </div> {% endif %} </div> </div> <div id="footerwrap"> <div class="container"> <div class="col-sm-6"> {% if page.previous %} <h3><a href="{{site.baseurl}}{{page.previous.url}}">&larr; {{page.previous.title}}</a></h3> <p>{{ page.previous.date | date: '%A, %B %-d, %Y'}}<br/> {% assign time = page.previous.date | date: '%-I:%M%p' %} {% if time != "12:00AM" %} {{ page.previous.date | date: '%-I:%M %p'}} {{page.previous.timezone}}{% endif %}</p> {% endif %} </div> <div class="col-sm-6 text-right"> {% if page.next %} <h3><a href="{{site.baseurl}}{{page.next.url}}">{{page.next.title}} &rarr;</a></h3> <p>{{ page.next.date | date: '%A, %B %-d, %Y'}}<br/> {% assign time = page.next.date | date: '%-I:%M%p' %} {% if time != "12:00AM" %} {{ page.next.date | date: '%-I:%M %p'}} {{page.next.timezone}}{% endif %}</p> {% endif %} </div> </div> </div> <script type="text/javascript"> var postData = {{ page.data | jsonify }}; {% unless page.data %} var towns = {{ page.towns | jsonify }}; {% endunless %} </script>
thaddeusbort/toms-journey
_layouts/post.html
HTML
mit
3,303
<section data-ng-controller="ProjectsController" data-ng-init="findOne()" ng-show ="isAdmin()"> <div class="row"> <div class="col-md-8"> <div class="page-header"> <h2>Edit Project</h2> </div> </div> </div> <div class="row"> <div class="col-md-6"> <form class="form-horizontal" data-ng-submit="update()" novalidate> <fieldset> <div class="form-group"> <label class="control-label" for="name">Name</label> <div class="controls"> <input type="text" data-ng-model="project.name" id="name" class="form-control" placeholder="Project Name" required> </div> </div> <div class="form-group"> <label class="control-label" for="type">Type of Project</label> <div class="controls"> <input type="text" data-ng-model="project.type" id="type" class="form-control" placeholder="Sketch, Music Video, etc." required> </div> </div> <div class="form-group"> <label class="control-label" for="name">Description</label> <div class="controls"> <textarea data-ng-model="project.description" id="name" class="form-control col-md-5" placeholder="Project Description" required></textarea> </div> </div> <div class="form-group"> <input type="submit" value="Update" class="btn btn-default"> </div> <div data-ng-show="error" class="text-danger"> <strong data-ng-bind="error"></strong> </div> </fieldset> </form> </div> </div> </section>
JohnBarton27/Tangible-Scheduler
public/modules/projects/views/edit-project.client.view.html
HTML
mit
1,998
<!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 (version 1.7.0_55) on Tue Sep 22 15:36:39 GMT+08:00 2015 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>程序包 com.aliyun.oss.common.comm的使用 (Aliyun OSS SDK for Java 2.0.6 API)</title> <meta name="date" content="2015-09-22"> <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="\u7A0B\u5E8F\u5305 com.aliyun.oss.common.comm\u7684\u4F7F\u7528 (Aliyun OSS SDK for Java 2.0.6 API)"; } //--> </script> <noscript> <div>您的浏览器已禁用 JavaScript。</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="跳过导航链接"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="导航"> <li><a href="../../../../../overview-summary.html">概览</a></li> <li><a href="package-summary.html">程序包</a></li> <li>类</li> <li class="navBarCell1Rev">使用</li> <li><a href="package-tree.html">树</a></li> <li><a href="../../../../../deprecated-list.html">已过时</a></li> <li><a href="../../../../../index-all.html">索引</a></li> <li><a href="../../../../../help-doc.html">帮助</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>上一个</li> <li>下一个</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?com/aliyun/oss/common/comm/package-use.html" target="_top">框架</a></li> <li><a href="package-use.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="header"> <h1 title="程序包 com.aliyun.oss.common.comm 的使用" class="title">程序包 com.aliyun.oss.common.comm<br>的使用</h1> </div> <div class="contentContainer"> <ul class="blockList"> <li class="blockList"> <table border="0" cellpadding="3" cellspacing="0" summary="使用表, 列表程序包和解释"> <caption><span>使用<a href="../../../../../com/aliyun/oss/common/comm/package-summary.html">com.aliyun.oss.common.comm</a>的程序包</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">程序包</th> <th class="colLast" scope="col">说明</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#com.aliyun.oss">com.aliyun.oss</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#com.aliyun.oss.common.auth">com.aliyun.oss.common.auth</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="#com.aliyun.oss.common.comm">com.aliyun.oss.common.comm</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#com.aliyun.oss.common.comm.io">com.aliyun.oss.common.comm.io</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="#com.aliyun.oss.common.parser">com.aliyun.oss.common.parser</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="com.aliyun.oss"> <!-- --> </a> <table border="0" cellpadding="3" cellspacing="0" summary="使用表, 列表类和解释"> <caption><span><a href="../../../../../com/aliyun/oss/package-summary.html">com.aliyun.oss</a>使用的<a href="../../../../../com/aliyun/oss/common/comm/package-summary.html">com.aliyun.oss.common.comm</a>中的类</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">类和说明</th> </tr> <tbody> <tr class="altColor"> <td class="colOne"><a href="../../../../../com/aliyun/oss/common/comm/class-use/Protocol.html#com.aliyun.oss">Protocol</a> <div class="block">Represents the communication protocol to use when sending requests to OSS, we use HTTPS by default.</div> </td> </tr> <tr class="rowColor"> <td class="colOne"><a href="../../../../../com/aliyun/oss/common/comm/class-use/ResponseMessage.html#com.aliyun.oss">ResponseMessage</a>&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="com.aliyun.oss.common.auth"> <!-- --> </a> <table border="0" cellpadding="3" cellspacing="0" summary="使用表, 列表类和解释"> <caption><span><a href="../../../../../com/aliyun/oss/common/auth/package-summary.html">com.aliyun.oss.common.auth</a>使用的<a href="../../../../../com/aliyun/oss/common/comm/package-summary.html">com.aliyun.oss.common.comm</a>中的类</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">类和说明</th> </tr> <tbody> <tr class="altColor"> <td class="colOne"><a href="../../../../../com/aliyun/oss/common/comm/class-use/RequestMessage.html#com.aliyun.oss.common.auth">RequestMessage</a> <div class="block">Represent HTTP requests sent to OSS.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="com.aliyun.oss.common.comm"> <!-- --> </a> <table border="0" cellpadding="3" cellspacing="0" summary="使用表, 列表类和解释"> <caption><span><a href="../../../../../com/aliyun/oss/common/comm/package-summary.html">com.aliyun.oss.common.comm</a>使用的<a href="../../../../../com/aliyun/oss/common/comm/package-summary.html">com.aliyun.oss.common.comm</a>中的类</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">类和说明</th> </tr> <tbody> <tr class="altColor"> <td class="colOne"><a href="../../../../../com/aliyun/oss/common/comm/class-use/ExecutionContext.html#com.aliyun.oss.common.comm">ExecutionContext</a> <div class="block">HTTP request context.</div> </td> </tr> <tr class="rowColor"> <td class="colOne"><a href="../../../../../com/aliyun/oss/common/comm/class-use/HttpMesssage.html#com.aliyun.oss.common.comm">HttpMesssage</a> <div class="block">Common class for both HTTP request and HTTP response.</div> </td> </tr> <tr class="altColor"> <td class="colOne"><a href="../../../../../com/aliyun/oss/common/comm/class-use/Protocol.html#com.aliyun.oss.common.comm">Protocol</a> <div class="block">Represents the communication protocol to use when sending requests to OSS, we use HTTPS by default.</div> </td> </tr> <tr class="rowColor"> <td class="colOne"><a href="../../../../../com/aliyun/oss/common/comm/class-use/RequestHandler.html#com.aliyun.oss.common.comm">RequestHandler</a>&nbsp;</td> </tr> <tr class="altColor"> <td class="colOne"><a href="../../../../../com/aliyun/oss/common/comm/class-use/RequestMessage.html#com.aliyun.oss.common.comm">RequestMessage</a> <div class="block">Represent HTTP requests sent to OSS.</div> </td> </tr> <tr class="rowColor"> <td class="colOne"><a href="../../../../../com/aliyun/oss/common/comm/class-use/ResponseHandler.html#com.aliyun.oss.common.comm">ResponseHandler</a>&nbsp;</td> </tr> <tr class="altColor"> <td class="colOne"><a href="../../../../../com/aliyun/oss/common/comm/class-use/ResponseMessage.html#com.aliyun.oss.common.comm">ResponseMessage</a>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colOne"><a href="../../../../../com/aliyun/oss/common/comm/class-use/RetryStrategy.html#com.aliyun.oss.common.comm">RetryStrategy</a>&nbsp;</td> </tr> <tr class="altColor"> <td class="colOne"><a href="../../../../../com/aliyun/oss/common/comm/class-use/ServiceClient.html#com.aliyun.oss.common.comm">ServiceClient</a> <div class="block">Abstract service client that provides interfaces to access OSS services.</div> </td> </tr> <tr class="rowColor"> <td class="colOne"><a href="../../../../../com/aliyun/oss/common/comm/class-use/ServiceClient.Request.html#com.aliyun.oss.common.comm">ServiceClient.Request</a> <div class="block">Wrapper class based on <code>HttpMessage</code> that represents HTTP request message to OSS.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="com.aliyun.oss.common.comm.io"> <!-- --> </a> <table border="0" cellpadding="3" cellspacing="0" summary="使用表, 列表类和解释"> <caption><span><a href="../../../../../com/aliyun/oss/common/comm/io/package-summary.html">com.aliyun.oss.common.comm.io</a>使用的<a href="../../../../../com/aliyun/oss/common/comm/package-summary.html">com.aliyun.oss.common.comm</a>中的类</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">类和说明</th> </tr> <tbody> <tr class="altColor"> <td class="colOne"><a href="../../../../../com/aliyun/oss/common/comm/class-use/ServiceClient.Request.html#com.aliyun.oss.common.comm.io">ServiceClient.Request</a> <div class="block">Wrapper class based on <code>HttpMessage</code> that represents HTTP request message to OSS.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="com.aliyun.oss.common.parser"> <!-- --> </a> <table border="0" cellpadding="3" cellspacing="0" summary="使用表, 列表类和解释"> <caption><span><a href="../../../../../com/aliyun/oss/common/parser/package-summary.html">com.aliyun.oss.common.parser</a>使用的<a href="../../../../../com/aliyun/oss/common/comm/package-summary.html">com.aliyun.oss.common.comm</a>中的类</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">类和说明</th> </tr> <tbody> <tr class="altColor"> <td class="colOne"><a href="../../../../../com/aliyun/oss/common/comm/class-use/ResponseMessage.html#com.aliyun.oss.common.parser">ResponseMessage</a>&nbsp;</td> </tr> </tbody> </table> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="跳过导航链接"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="导航"> <li><a href="../../../../../overview-summary.html">概览</a></li> <li><a href="package-summary.html">程序包</a></li> <li>类</li> <li class="navBarCell1Rev">使用</li> <li><a href="package-tree.html">树</a></li> <li><a href="../../../../../deprecated-list.html">已过时</a></li> <li><a href="../../../../../index-all.html">索引</a></li> <li><a href="../../../../../help-doc.html">帮助</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>上一个</li> <li>下一个</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?com/aliyun/oss/common/comm/package-use.html" target="_top">框架</a></li> <li><a href="package-use.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 ======= --> <p class="legalCopy"><small>Copyright &#169; 2015. All Rights Reserved.</small></p> </body> </html>
JiongboZhu/ucaruhome-oss-integration
doc/com/aliyun/oss/common/comm/package-use.html
HTML
mit
11,591
<!DOCTYPE html><html><head><title>https://italocegatta.github.io/categories/pv50/</title><link rel="canonical" href="https://italocegatta.github.io/categories/pv50/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://italocegatta.github.io/categories/pv50/" /></head></html>
italocegatta/italocegatta.github.io
categories/pv50/page/1/index.html
HTML
mit
337
<!DOCTYPE html> <html lang="zh-cn"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1"> <title>管理平台 - 首页</title> <link rel="shortcut icon" href="/favicon.ico"> <meta name="keywords" content=""> <meta name="description" content=""> <link href="/assets/css/dist/common.css" rel="stylesheet"> <link href="/assets/css/dist/framework.css" rel="stylesheet"> <link href="/assets/css/dist/Icons.css" rel="stylesheet"> <link href="/assets/css/dist/dialog.css" rel="stylesheet"> <link href="/assets/css/dist/datePicker.css" rel="stylesheet"> <script src="/assets/js/lib/jquery-2.2.0.min.js"></script> <script src="/assets/js/lib/jquery.drag.min.js"></script> <script src="/assets/js/dist/common.js"></script> <script src="/assets/js/dist/framework.js"></script> <script src="/assets/js/dist/dialog.js"></script> <script src="/assets/js/dist/datePicker.js"></script> <script type="text/javascript"> $(function () { initFramework(); loadData(); }); var initFramework = function () { var fwkConfig = { MenuKey: { id: 'menuId', title: 'menuName', icon: 'menuIcon', link: 'menuLink', leftUrl: 'leftPage', rightUrl: 'rightPage', childRen: 'childRen', neverClosed: 'neverClosed' } }; var FWK = window.FWK = new Framework(fwkConfig); FWK.Build(); }; var loadData = function () { var loadUser = $.ajaxPost('/service/coreUser/getCurrent'), loadMenu = $.ajaxPost('/service/coreMenu/getMenus'), loadUploadConfig = $.ajaxPost('/service/fileView/getUploadRoot'), userDropdownData = [ { menuId: 0, menuName: '个人信息', menuIcon: 'icon-Awesome-user', leftPage: './core/currentUserNavi.html', rightPage: './core/currentUserInfo.html' }, { menuId: 0, menuName: '退出登录', menuIcon: 'icon-Awesome-remove', menuLink: '/logout' } ], userDesktop = { menuId: 0, menuName: '框架说明', menuIcon: 'icon-Awesome-home', leftPage: './dashboard/mainLeft.html', rightPage: './dashboard/framework.html', neverClosed: true }; $.when(loadUser, loadMenu, loadUploadConfig).done(function (user, menus, uploaderConfig) { FWK.BindHeaderExtendHandle(function () { buildHeaderExtend(this, user[0].data, userDropdownData, null, null, FWK); }); FWK.OpenTab(userDesktop); FWK.BuildMenu(menus[0].data); var UploadRoot = window.UploadRoot = uploaderConfig[0].data; }); }; var buildHeaderExtend = function (render, userInfo, dropdownData, newNoticeCount, noticePage, frame) { var noticeEl, notifyHeader, notifyDropdown; if (userInfo) { var userIcon = '<img src="' + (userInfo.headIcon || '/assets/images/icons/defaultIcon.png') + '" alt="">', userHtml = '<a href="javascript:void(0);">' + userIcon + '<label>你好, ' + userInfo.realName + '</label><span></span></a>', userEl = $('<li>').addClass('userInfo').append(userHtml).appendTo(render); if (dropdownData && dropdownData.length > 0) { var dropdownRender = $('<ul>').addClass('dropdown-user').appendTo(userEl); $.each(dropdownData, function (idx, el) { (function (idx, el) { var ddRow = $('<li>').appendTo(dropdownRender); var ddEle = $('<a>').attr('href', el.menuLink ? el.menuLink : 'javascript:void(0);').appendTo(ddRow); el.menuIcon && $('<i>').addClass(el.menuIcon).appendTo(ddEle); el.menuName && $('<label>').html(el.menuName).appendTo(ddEle); if (el.bindNotify && !notifyDropdown) { notifyDropdown = $('<span>').html(newNoticeCount > 9 ? '9+' : newNoticeCount).appendTo(ddEle); newNoticeCount == 0 && notifyDropdown.hide(); } (!!!el.menuLink) && ddEle.on('click', function () { if (el.bindNotify) { if (noticeEl && noticeEl.length > 0) { noticeEl.click(); } else { frame.OpenTab(el); notifyHeader && notifyHeader.hide(); notifyDropdown && notifyDropdown.hide(); } } else { frame.OpenTab(el); } dropdownRender.hide(); }); })(idx, el); }); var enterTimer, leaveTimer; userEl.bind({ 'mouseenter': function () { enterTimer = window.setTimeout(function () { dropdownRender.slideDown(200); }, 250); leaveTimer && window.clearTimeout(leaveTimer); }, 'mouseleave': function () { leaveTimer = window.setTimeout(function () { dropdownRender.slideUp(200); }, 250); enterTimer && window.clearTimeout(enterTimer); } }); } } }; </script> </head> <body> </body> </html>
chenwfy/websiteManager-by-nodejs-express
admin/index.html
HTML
mit
5,934
<!DOCTYPE html> <html xml:lang="sv-SE" lang="sv-SE" xmlns="http://www.w3.org/1999/xhtml"> <head lang="sv-SE"> <title>Mitt släktträd - Media - Birth</title> <meta charset="UTF-8" /> <meta name ="viewport" content="width=device-width; height=device-height; initial-scale=1.0; minimum-scale=0.5; maximum-scale=10.0; user-scalable=yes" /> <meta name ="apple-mobile-web-app-capable" content="yes" /> <meta name="generator" content="Gramps 5.0.0 http://gramps-project.org/" /> <meta name="author" content="Fredrik Karlsson" /> <link href="../../../images/favicon2.ico" rel="shortcut icon" type="image/x-icon" /> <link href="../../../css/narrative-screen.css" media="screen" rel="stylesheet" type="text/css" /> <link href="../../../css/narrative-print.css" media="print" rel="stylesheet" type="text/css" /> </head> <body> <div id="header"> <h1 id="SiteTitle">Mitt släktträd</h1> </div> <div class="wrapper" id="nav" role="navigation"> <div class="container"> <ul class="menu" id="dropmenu"> <li><a href="../../../individuals.html" title="Personer">Personer</a></li> <li><a href="../../../index.html" title="Efternamn">Efternamn</a></li> <li><a href="../../../places.html" title="Platser">Platser</a></li> <li><a href="../../../sources.html" title="Källor">Källor</a></li> <li class = "CurrentSection"><a href="../../../media.html" title="Media">Media</a></li> <li><a href="../../../thumbnails.html" title="Minatyrbild">Minatyrbild</a></li> <li><a onclick="history.go(-1);">Föregående</a></li> <li><a onclick="history.go(+1);">Nästa</a></li> </ul> </div> </div> <div class="content" id="GalleryDetail"> <div id="GalleryNav" role="navigation"> <a href="../../../img/b/e/e1872595bfd6df24a5c08a201eb.html" id="Föregående" name="Föregående" title="Föregående">Föregående</a> <span id="GalleryPages"> <strong id="GalleryCurrent">4</strong> of <strong id="GalleryTotal">27</strong> </span> <a href="../../../img/e/3/e1872595da8479a29d7a654aa3e.html" id="Nästa" name="Nästa" title="Nästa">Nästa</a> </div> <div id="summaryarea"> <div id="GalleryDisplay"> <span class="MissingImage"> Filen har flyttats eller raderats. </span> </div> <h3>Birth</h3> <table class="infolist gallery"> <tr> <td class="ColumnAttribute">Gramps-ID</td> <td class="ColumnValue">O0008</td> </tr> <tr> <td class="ColumnAttribute">Filtyp</td> <td class="ColumnValue">unknown</td> </tr> <tr> <td class="ColumnAttribute">Datum</td> <td class="ColumnValue"></td> </tr> </table> </div> <div class="subsection" id="references"> <h4>Referenser</h4> <ol class="Col1" role="Volume-n-Page" type=1> <li> <a href="../../../ppl/3/8/e1872595c07672daf4e1a2dbb83.html"> Larsson, Olof <span class="grampsid"> [I0017]</span> </a> </li> </ol> </div> </div> <div class="fullclear"></div> <div id="footer"> <p id="createdate"> Skapad av <a href="http://gramps-project.org/">Gramps</a> 5.0.0<br />Senast ändrat 2019-02-10 17:27:26 </p> <p id="copyright"> &copy; 2019 Fredrik Karlsson </p> </div> </body> </html>
fldc/fldc.github.io
ancestry/img/2/7/e1872595c161f004a3b974e8e72.html
HTML
mit
3,196
<head> <link href="http://gmpg.org/xfn/11" rel="profile"> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <!-- Enable responsiveness on mobile devices--> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta name="google-site-verification" content="lV-7_MXJINzDSz0piXewibvLez4vdcCcIP1iEs6egN8" /> <title> {% if page.title == "Home" %} {{ site.title }} {% else %} {{ page.title }} &middot; {{ site.title }} {% endif %} </title> <!-- CSS --> <link rel="stylesheet" href="{{ site.url }}public/css/poole.css"> <link rel="stylesheet" href="{{ site.url }}public/css/syntax.css"> <link rel="stylesheet" href="{{ site.url }}public/css/lanyon.css"> <!-- link rel="stylesheet" href="http://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700|PT+Sans:400" --> <!-- Icons --> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{ site.url }}public/apple-touch-icon-144-precomposed.png"> <link rel="shortcut icon" href="{{ site.url }}public/favicon.ico"> <!-- RSS --> <link rel="alternate" type="application/rss+xml" title="RSS" href="/atom.xml"> </head>
happybit/happybit.github.io
_includes/head.html
HTML
mit
1,183
<div class="content"> <div id="example_title"> <h1>Row Formatting</h1> You can pass background and text color for the row in the JSON file. You can also pass any other Grid properties in the JSON file. </div> <div id="example_view"></div> <div id="example_code"></div> </div> <!--CODE--> <div id="grid" style="width: 100%; height: 350px;"></div> <!--CODE--> <script> $(function () { $('#grid').w2grid({ name: 'grid', url: 'data/list2.json', method: 'GET', // need this to avoid 412 error on Safari columns: [ { field: 'fname', text: 'First Name', size: '30%' }, { field: 'lname', text: 'Last Name', size: '70%' }, { field: 'sdate', text: 'Dates', size: '120px', attr: "align=center" } ] }); }); </script> <!--CODE--> <!--CODE--> <script type="text/json"> { "total": 36, "header": "50 Greatest Composers of All Times", "records": [ { "recid": 1, "fname": "Joseph", "lname": "Haydn", "sdate": "1732-1809" }, { "recid": 2, "fname": "Ludwig Van", "lname": "Beethoven", "sdate": "1770-1827" }, { "recid": 3, "fname": "Wolfgang Amadeus", "lname": "Mozart", "sdate": "1756-1791" }, { "recid": 4, "fname": "Johann Sebastian", "lname": "Bach", "sdate": "1685-1750" }, { "recid": 5, "fname": "Richard", "lname": "Wagner", "sdate": "1685-1750" }, { "recid": 6, "fname": "Joseph", "lname": "Haydn", "sdate": "1732-1809" }, { "recid": 7, "fname": "Ludwig Van", "lname": "Beethoven", "sdate": "1770-1827", "w2ui": { "style": "background-color: #C2F5B4" } , { "recid": 8, "fname": "Wolfgang Amadeus", "lname": "Mozart", "sdate": "1756-1791" }, { "recid": 9, "fname": "Johann Sebastian", "lname": "Bach", "sdate": "1685-1750" }, { "recid": 10, "fname": "Richard", "lname": "Wagner", "sdate": "1685-1750", "w2ui": { "style": "color: red" } , { "recid": 11, "fname": "Joseph", "lname": "Haydn", "sdate": "1732-1809", "w2ui": { "style": "background-color: #FBFEC0" } , { "recid": 12, "fname": "Ludwig Van", "lname": "Beethoven", "sdate": "1770-1827" }, { "recid": 13, "fname": "Wolfgang Amadeus", "lname": "Mozart", "sdate": "1756-1791" }, { "recid": 14, "fname": "Johann Sebastian", "lname": "Bach", "sdate": "1685-1750" }, { "recid": 15, "fname": "Richard", "lname": "Wagner", "sdate": "1685-1750", "w2ui": { "style": "color: blue" } , { "recid": 16, "fname": "Joseph", "lname": "Haydn", "sdate": "1732-1809" }, { "recid": 17, "fname": "Ludwig Van", "lname": "Beethoven", "sdate": "1770-1827"}, { "recid": 18, "fname": "Wolfgang Amadeus", "lname": "Mozart", "sdate": "1756-1791" }, { "recid": 19, "fname": "Johann Sebastian", "lname": "Bach", "sdate": "1685-1750" }, { "recid": 20, "fname": "Richard", "lname": "Wagner", "sdate": "1685-1750" }, { "recid": 21, "fname": "Joseph", "lname": "Haydn", "sdate": "1732-1809" }, { "recid": 22, "fname": "Ludwig Van", "lname": "Beethoven", "sdate": "1770-1827" }, { "recid": 23, "fname": "Wolfgang Amadeus", "lname": "Mozart", "sdate": "1756-1791" }, { "recid": 24, "fname": "Johann Sebastian", "lname": "Bach", "sdate": "1685-1750" }, { "recid": 25, "fname": "Richard", "lname": "Wagner", "sdate": "1685-1750", "w2ui": { "style": "color: gray" } , { "recid": 26, "fname": "Joseph", "lname": "Haydn", "sdate": "1732-1809" }, { "recid": 27, "fname": "Ludwig Van", "lname": "Beethoven", "sdate": "1770-1827"}, { "recid": 28, "fname": "Wolfgang Amadeus", "lname": "Mozart", "sdate": "1756-1791" }, { "recid": 29, "fname": "Johann Sebastian", "lname": "Bach", "sdate": "1685-1750" }, { "recid": 30, "fname": "Richard", "lname": "Wagner", "sdate": "1685-1750" }, { "recid": 31, "fname": "Joseph", "lname": "Haydn", "sdate": "1732-1809" }, { "recid": 32, "fname": "Ludwig Van", "lname": "Beethoven", "sdate": "1770-1827", w2ui: { "style": "background-color: #C2F5B4" } , { "recid": 33, "fname": "Wolfgang Amadeus", "lname": "Mozart", "sdate": "1756-1791" }, { "recid": 34, "fname": "Johann Sebastian", "lname": "Bach", "sdate": "1685-1750" }, { "recid": 35, "fname": "Richard", "lname": "Wagner", "sdate": "1685-1750" }, { "recid": 36, "fname": "Joseph", "lname": "Haydn", "sdate": "1732-1809" } ] } </script>
mpf82/w2ui
demos/examples/grid/2.html
HTML
mit
4,460
<!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.4.2_05) on Thu Sep 30 22:15:43 GMT+01:00 2004 --> <TITLE> Uses of Interface org.springframework.jdbc.core.ResultReader (Spring Framework) </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title="Uses of Interface org.springframework.jdbc.core.ResultReader (Spring Framework)"; } </SCRIPT> </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=3 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/springframework/jdbc/core/ResultReader.html" title="interface in org.springframework.jdbc.core"><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" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="ResultReader.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 Interface<br>org.springframework.jdbc.core.ResultReader</B></H2> </CENTER> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> Packages that use <A HREF="../../../../../org/springframework/jdbc/core/ResultReader.html" title="interface in org.springframework.jdbc.core">ResultReader</A></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.springframework.jdbc.core"><B>org.springframework.jdbc.core</B></A></TD> <TD>Provides the core JDBC framework, based on JdbcTemplate and its associated callback interfaces and helper objects. &nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.springframework.jdbc.object"><B>org.springframework.jdbc.object</B></A></TD> <TD>The classes in this package represent RDBMS queries, updates, and stored procedures as threadsafe, reusable objects. &nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.springframework.jdbc.core"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> Uses of <A HREF="../../../../../org/springframework/jdbc/core/ResultReader.html" title="interface in org.springframework.jdbc.core">ResultReader</A> in <A HREF="../../../../../org/springframework/jdbc/core/package-summary.html">org.springframework.jdbc.core</A></FONT></TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TD COLSPAN=2>Classes in <A HREF="../../../../../org/springframework/jdbc/core/package-summary.html">org.springframework.jdbc.core</A> that implement <A HREF="../../../../../org/springframework/jdbc/core/ResultReader.html" title="interface in org.springframework.jdbc.core">ResultReader</A></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/springframework/jdbc/core/RowMapperResultReader.html" title="class in org.springframework.jdbc.core">RowMapperResultReader</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adapter implementation of the ResultReader interface that delegates to a RowMapper which is supposed to create an object for each row. </TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.springframework.jdbc.object"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> Uses of <A HREF="../../../../../org/springframework/jdbc/core/ResultReader.html" title="interface in org.springframework.jdbc.core">ResultReader</A> in <A HREF="../../../../../org/springframework/jdbc/object/package-summary.html">org.springframework.jdbc.object</A></FONT></TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TD COLSPAN=2>Classes in <A HREF="../../../../../org/springframework/jdbc/object/package-summary.html">org.springframework.jdbc.object</A> that implement <A HREF="../../../../../org/springframework/jdbc/core/ResultReader.html" title="interface in org.springframework.jdbc.core">ResultReader</A></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/springframework/jdbc/object/MappingSqlQueryWithParameters.ResultReaderImpl.html" title="class in org.springframework.jdbc.object">MappingSqlQueryWithParameters.ResultReaderImpl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Implementation of ResultReader that calls the enclosing class's mapRow() method for each row.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/springframework/jdbc/object/UpdatableSqlQuery.ResultReaderImpl.html" title="class in org.springframework.jdbc.object">UpdatableSqlQuery.ResultReaderImpl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Implementation of ResultReader that calls the enclosing class's updateRow() method for each row.</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TD COLSPAN=2>Methods in <A HREF="../../../../../org/springframework/jdbc/object/package-summary.html">org.springframework.jdbc.object</A> that return <A HREF="../../../../../org/springframework/jdbc/core/ResultReader.html" title="interface in org.springframework.jdbc.core">ResultReader</A></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected abstract &nbsp;<A HREF="../../../../../org/springframework/jdbc/core/ResultReader.html" title="interface in org.springframework.jdbc.core">ResultReader</A></CODE></FONT></TD> <TD><CODE><B>SqlQuery.</B><B><A HREF="../../../../../org/springframework/jdbc/object/SqlQuery.html#newResultReader(int, java.lang.Object[], java.util.Map)">newResultReader</A></B>(int&nbsp;rowsExpected, java.lang.Object[]&nbsp;parameters, java.util.Map&nbsp;context)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Subclasses must implement this method to save a List of objects returned by the execute method.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;<A HREF="../../../../../org/springframework/jdbc/core/ResultReader.html" title="interface in org.springframework.jdbc.core">ResultReader</A></CODE></FONT></TD> <TD><CODE><B>UpdatableSqlQuery.</B><B><A HREF="../../../../../org/springframework/jdbc/object/UpdatableSqlQuery.html#newResultReader(int, java.lang.Object[], java.util.Map)">newResultReader</A></B>(int&nbsp;rowsExpected, java.lang.Object[]&nbsp;parameters, java.util.Map&nbsp;context)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Implementation of protected abstract method. </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;<A HREF="../../../../../org/springframework/jdbc/core/ResultReader.html" title="interface in org.springframework.jdbc.core">ResultReader</A></CODE></FONT></TD> <TD><CODE><B>MappingSqlQueryWithParameters.</B><B><A HREF="../../../../../org/springframework/jdbc/object/MappingSqlQueryWithParameters.html#newResultReader(int, java.lang.Object[], java.util.Map)">newResultReader</A></B>(int&nbsp;rowsExpected, java.lang.Object[]&nbsp;parameters, java.util.Map&nbsp;context)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Implementation of protected abstract method. </TD> </TR> </TABLE> &nbsp; <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=3 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/springframework/jdbc/core/ResultReader.html" title="interface in org.springframework.jdbc.core"><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" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="ResultReader.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 (C) 2003-2004 The Spring Framework Project.</i> </BODY> </HTML>
dachengxi/spring1.1.1_source
docs/api/org/springframework/jdbc/core/class-use/ResultReader.html
HTML
mit
12,933
<!DOCTYPE html> <html> <head> <title>PlymouthJS Pattern Library</title> <link rel="stylesheet" href="../src/ui/bootstrap/css/bootstrap.min.css"> <link rel="stylesheet" href="../src/ui/css/main.css"> </head> <body> <h1>PlymouthJS Pattern Library</h1> <h2>Main nav</h2> <nav class="main-nav"> <ul> <li><a href="#">Home</a></li> <li><a href="#">Sponsors</a></li> <li><a href="#">Contact</a></li> </ul> </nav> </body> </html>
Plymouth-JS/plymouth-js-site
pattern-library/main-nav.html
HTML
mit
497
<html><body> <h4>Windows 10 x64 (19041.508)</h4><br> <h2>_ALPC_COMPLETION_LIST_HEADER</h2> <font face="arial"> +0x000 StartMagic : Uint8B<br> +0x008 TotalSize : Uint4B<br> +0x00c ListOffset : Uint4B<br> +0x010 ListSize : Uint4B<br> +0x014 BitmapOffset : Uint4B<br> +0x018 BitmapSize : Uint4B<br> +0x01c DataOffset : Uint4B<br> +0x020 DataSize : Uint4B<br> +0x024 AttributeFlags : Uint4B<br> +0x028 AttributeSize : Uint4B<br> +0x040 State : <a href="./_ALPC_COMPLETION_LIST_STATE.html">_ALPC_COMPLETION_LIST_STATE</a><br> +0x048 LastMessageId : Uint4B<br> +0x04c LastCallbackId : Uint4B<br> +0x080 PostCount : Uint4B<br> +0x0c0 ReturnCount : Uint4B<br> +0x100 LogSequenceNumber : Uint4B<br> +0x140 UserLock : <a href="./_RTL_SRWLOCK.html">_RTL_SRWLOCK</a><br> +0x148 EndMagic : Uint8B<br> </font></body></html>
epikcraw/ggool
public/Windows 10 x64 (19041.508)/_ALPC_COMPLETION_LIST_HEADER.html
HTML
mit
983
<!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_13) on Sun Jan 24 12:52:50 EST 2010 --> <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <TITLE> Uses of Class edu.uci.ics.jung.visualization.Layer (jung2 2.0.1 API) </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title="Uses of Class edu.uci.ics.jung.visualization.Layer (jung2 2.0.1 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="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../edu/uci/ics/jung/visualization/Layer.html" title="enum in edu.uci.ics.jung.visualization"><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="../../../../../../overview-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?edu/uci/ics/jung/visualization//class-useLayer.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="Layer.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Class<br>edu.uci.ics.jung.visualization.Layer</B></H2> </CENTER> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Packages that use <A HREF="../../../../../../edu/uci/ics/jung/visualization/Layer.html" title="enum in edu.uci.ics.jung.visualization">Layer</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#edu.uci.ics.jung.visualization"><B>edu.uci.ics.jung.visualization</B></A></TD> <TD>Frameworks and mechanisms for visualizing JUNG graphs using Swing/AWT.&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="edu.uci.ics.jung.visualization"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../../../edu/uci/ics/jung/visualization/Layer.html" title="enum in edu.uci.ics.jung.visualization">Layer</A> in <A HREF="../../../../../../edu/uci/ics/jung/visualization/package-summary.html">edu.uci.ics.jung.visualization</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../edu/uci/ics/jung/visualization/package-summary.html">edu.uci.ics.jung.visualization</A> that return <A HREF="../../../../../../edu/uci/ics/jung/visualization/Layer.html" title="enum in edu.uci.ics.jung.visualization">Layer</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../../edu/uci/ics/jung/visualization/Layer.html" title="enum in edu.uci.ics.jung.visualization">Layer</A></CODE></FONT></TD> <TD><CODE><B>Layer.</B><B><A HREF="../../../../../../edu/uci/ics/jung/visualization/Layer.html#valueOf(java.lang.String)">valueOf</A></B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;name)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the enum constant of this type with the specified name.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../../edu/uci/ics/jung/visualization/Layer.html" title="enum in edu.uci.ics.jung.visualization">Layer</A>[]</CODE></FONT></TD> <TD><CODE><B>Layer.</B><B><A HREF="../../../../../../edu/uci/ics/jung/visualization/Layer.html#values()">values</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an array containing the constants of this enum type, in the order they're declared.</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../edu/uci/ics/jung/visualization/package-summary.html">edu.uci.ics.jung.visualization</A> with parameters of type <A HREF="../../../../../../edu/uci/ics/jung/visualization/Layer.html" title="enum in edu.uci.ics.jung.visualization">Layer</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../edu/uci/ics/jung/visualization/transform/MutableTransformer.html" title="interface in edu.uci.ics.jung.visualization.transform">MutableTransformer</A></CODE></FONT></TD> <TD><CODE><B>BasicTransformer.</B><B><A HREF="../../../../../../edu/uci/ics/jung/visualization/BasicTransformer.html#getTransformer(edu.uci.ics.jung.visualization.Layer)">getTransformer</A></B>(<A HREF="../../../../../../edu/uci/ics/jung/visualization/Layer.html" title="enum in edu.uci.ics.jung.visualization">Layer</A>&nbsp;layer)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../edu/uci/ics/jung/visualization/transform/MutableTransformer.html" title="interface in edu.uci.ics.jung.visualization.transform">MutableTransformer</A></CODE></FONT></TD> <TD><CODE><B>MultiLayerTransformer.</B><B><A HREF="../../../../../../edu/uci/ics/jung/visualization/MultiLayerTransformer.html#getTransformer(edu.uci.ics.jung.visualization.Layer)">getTransformer</A></B>(<A HREF="../../../../../../edu/uci/ics/jung/visualization/Layer.html" title="enum in edu.uci.ics.jung.visualization">Layer</A>&nbsp;layer)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/awt/geom/Point2D.html" title="class or interface in java.awt.geom">Point2D</A></CODE></FONT></TD> <TD><CODE><B>BasicTransformer.</B><B><A HREF="../../../../../../edu/uci/ics/jung/visualization/BasicTransformer.html#inverseTransform(edu.uci.ics.jung.visualization.Layer, java.awt.geom.Point2D)">inverseTransform</A></B>(<A HREF="../../../../../../edu/uci/ics/jung/visualization/Layer.html" title="enum in edu.uci.ics.jung.visualization">Layer</A>&nbsp;layer, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/awt/geom/Point2D.html" title="class or interface in java.awt.geom">Point2D</A>&nbsp;p)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/awt/geom/Point2D.html" title="class or interface in java.awt.geom">Point2D</A></CODE></FONT></TD> <TD><CODE><B>MultiLayerTransformer.</B><B><A HREF="../../../../../../edu/uci/ics/jung/visualization/MultiLayerTransformer.html#inverseTransform(edu.uci.ics.jung.visualization.Layer, java.awt.geom.Point2D)">inverseTransform</A></B>(<A HREF="../../../../../../edu/uci/ics/jung/visualization/Layer.html" title="enum in edu.uci.ics.jung.visualization">Layer</A>&nbsp;layer, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/awt/geom/Point2D.html" title="class or interface in java.awt.geom">Point2D</A>&nbsp;p)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/awt/Shape.html" title="class or interface in java.awt">Shape</A></CODE></FONT></TD> <TD><CODE><B>BasicTransformer.</B><B><A HREF="../../../../../../edu/uci/ics/jung/visualization/BasicTransformer.html#inverseTransform(edu.uci.ics.jung.visualization.Layer, java.awt.Shape)">inverseTransform</A></B>(<A HREF="../../../../../../edu/uci/ics/jung/visualization/Layer.html" title="enum in edu.uci.ics.jung.visualization">Layer</A>&nbsp;layer, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/awt/Shape.html" title="class or interface in java.awt">Shape</A>&nbsp;shape)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/awt/Shape.html" title="class or interface in java.awt">Shape</A></CODE></FONT></TD> <TD><CODE><B>MultiLayerTransformer.</B><B><A HREF="../../../../../../edu/uci/ics/jung/visualization/MultiLayerTransformer.html#inverseTransform(edu.uci.ics.jung.visualization.Layer, java.awt.Shape)">inverseTransform</A></B>(<A HREF="../../../../../../edu/uci/ics/jung/visualization/Layer.html" title="enum in edu.uci.ics.jung.visualization">Layer</A>&nbsp;layer, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/awt/Shape.html" title="class or interface in java.awt">Shape</A>&nbsp;shape)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>BasicTransformer.</B><B><A HREF="../../../../../../edu/uci/ics/jung/visualization/BasicTransformer.html#setTransformer(edu.uci.ics.jung.visualization.Layer, edu.uci.ics.jung.visualization.transform.MutableTransformer)">setTransformer</A></B>(<A HREF="../../../../../../edu/uci/ics/jung/visualization/Layer.html" title="enum in edu.uci.ics.jung.visualization">Layer</A>&nbsp;layer, <A HREF="../../../../../../edu/uci/ics/jung/visualization/transform/MutableTransformer.html" title="interface in edu.uci.ics.jung.visualization.transform">MutableTransformer</A>&nbsp;transformer)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>MultiLayerTransformer.</B><B><A HREF="../../../../../../edu/uci/ics/jung/visualization/MultiLayerTransformer.html#setTransformer(edu.uci.ics.jung.visualization.Layer, edu.uci.ics.jung.visualization.transform.MutableTransformer)">setTransformer</A></B>(<A HREF="../../../../../../edu/uci/ics/jung/visualization/Layer.html" title="enum in edu.uci.ics.jung.visualization">Layer</A>&nbsp;layer, <A HREF="../../../../../../edu/uci/ics/jung/visualization/transform/MutableTransformer.html" title="interface in edu.uci.ics.jung.visualization.transform">MutableTransformer</A>&nbsp;transformer)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/awt/geom/Point2D.html" title="class or interface in java.awt.geom">Point2D</A></CODE></FONT></TD> <TD><CODE><B>BasicTransformer.</B><B><A HREF="../../../../../../edu/uci/ics/jung/visualization/BasicTransformer.html#transform(edu.uci.ics.jung.visualization.Layer, java.awt.geom.Point2D)">transform</A></B>(<A HREF="../../../../../../edu/uci/ics/jung/visualization/Layer.html" title="enum in edu.uci.ics.jung.visualization">Layer</A>&nbsp;layer, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/awt/geom/Point2D.html" title="class or interface in java.awt.geom">Point2D</A>&nbsp;p)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/awt/geom/Point2D.html" title="class or interface in java.awt.geom">Point2D</A></CODE></FONT></TD> <TD><CODE><B>MultiLayerTransformer.</B><B><A HREF="../../../../../../edu/uci/ics/jung/visualization/MultiLayerTransformer.html#transform(edu.uci.ics.jung.visualization.Layer, java.awt.geom.Point2D)">transform</A></B>(<A HREF="../../../../../../edu/uci/ics/jung/visualization/Layer.html" title="enum in edu.uci.ics.jung.visualization">Layer</A>&nbsp;layer, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/awt/geom/Point2D.html" title="class or interface in java.awt.geom">Point2D</A>&nbsp;p)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/awt/Shape.html" title="class or interface in java.awt">Shape</A></CODE></FONT></TD> <TD><CODE><B>BasicTransformer.</B><B><A HREF="../../../../../../edu/uci/ics/jung/visualization/BasicTransformer.html#transform(edu.uci.ics.jung.visualization.Layer, java.awt.Shape)">transform</A></B>(<A HREF="../../../../../../edu/uci/ics/jung/visualization/Layer.html" title="enum in edu.uci.ics.jung.visualization">Layer</A>&nbsp;layer, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/awt/Shape.html" title="class or interface in java.awt">Shape</A>&nbsp;shape)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/awt/Shape.html" title="class or interface in java.awt">Shape</A></CODE></FONT></TD> <TD><CODE><B>MultiLayerTransformer.</B><B><A HREF="../../../../../../edu/uci/ics/jung/visualization/MultiLayerTransformer.html#transform(edu.uci.ics.jung.visualization.Layer, java.awt.Shape)">transform</A></B>(<A HREF="../../../../../../edu/uci/ics/jung/visualization/Layer.html" title="enum in edu.uci.ics.jung.visualization">Layer</A>&nbsp;layer, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/awt/Shape.html" title="class or interface in java.awt">Shape</A>&nbsp;shape)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../edu/uci/ics/jung/visualization/Layer.html" title="enum in edu.uci.ics.jung.visualization"><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="../../../../../../overview-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?edu/uci/ics/jung/visualization//class-useLayer.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="Layer.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> Copyright &copy; 2010 null. All Rights Reserved. </BODY> </HTML>
tobyclemson/msci-project
vendor/jung-2.0.1/doc/edu/uci/ics/jung/visualization/class-use/Layer.html
HTML
mit
19,226
Points: <ng-text-roll target="$ctrl.score" config="$ctrl.textRollConfig"></ng-text-roll>
daveteply/threejs-angular-demo
src/app/components/score/score.html
HTML
mit
88
<!doctype html> <!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]--> <!--[if (IE 7)&!(IEMobile)]><html class="no-js lt-ie9 lt-ie8" lang="en"><![endif]--> <!--[if (IE 8)&!(IEMobile)]><html class="no-js lt-ie9" lang="en"><![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en"><!--<![endif]--> <head> <meta charset="utf-8"> <title>Decadência ( Ou Hijama ) &#8211; Adult Angst</title> <meta name="keywords" content="blog, Decay"> <!-- Twitter Cards --> <meta name="twitter:title" content="Decadência ( Ou Hijama )"> <meta name="twitter:card" content="summary"> <meta name="twitter:image" content="/images/site-logo.png"> <!-- Open Graph --> <meta property="og:locale" content="pt_BR"> <meta property="og:type" content="article"> <meta property="og:title" content="Decadência ( Ou Hijama )"> <meta property="og:url" content="/blog/decay/"> <meta property="og:site_name" content="Adult Angst"> <link rel="canonical" href="/blog/decay/"> <link href="/feed.xml" type="application/atom+xml" rel="alternate" title="Adult Angst Feed"> <link rel="author" href="http://plus.google.com/+felipejsm41@gmail.com?rel=author"> <!-- http://t.co/dKP3o1e --> <meta name="HandheldFriendly" content="True"> <meta name="MobileOptimized" content="320"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- For all browsers --> <link rel="stylesheet" href="/assets/css/main.css"> <!-- Webfonts --> <script src="//use.edgefonts.net/source-sans-pro:n2,i2,n3,i3,n4,i4,n6,i6,n7,i7,n9,i9;source-code-pro:n4,n7;volkhov.js"></script> <meta http-equiv="cleartype" content="on"> <!-- HTML5 Shiv and Media Query Support --> <!--[if lt IE 9]> <script src="/assets/js/vendor/html5shiv.min.js"></script> <script src="/assets/js/vendor/respond.min.js"></script> <![endif]--> <!-- Modernizr --> <script src="/assets/js/vendor/modernizr-2.7.1.custom.min.js"></script> <!-- Icons --> <!-- 16x16 --> <link rel="shortcut icon" href="/favicon.ico"> <!-- 32x32 --> <link rel="shortcut icon" href="/favicon.png"> <!-- 57x57 (precomposed) for iPhone 3GS, pre-2011 iPod Touch and older Android devices --> <link rel="apple-touch-icon-precomposed" href="/images/apple-touch-icon-precomposed.png"> <!-- 72x72 (precomposed) for 1st generation iPad, iPad 2 and iPad mini --> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="/images/apple-touch-icon-72x72-precomposed.png"> <!-- 114x114 (precomposed) for iPhone 4, 4S, 5 and post-2011 iPod Touch --> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="/images/apple-touch-icon-114x114-precomposed.png"> <!-- 144x144 (precomposed) for iPad 3rd and 4th generation --> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="/images/apple-touch-icon-144x144-precomposed.png"> </head> <body id="post"> <div class="navigation-wrapper"> <nav role="navigation" id="site-nav" class="animated drop"> <ul> <li><a href="/blog/" >Blog</a></li> <li><a href="/contos/" >Contos</a></li> <li><a href="/about/" >Sobre</a></li> <li class="dosearch"><i class="fa fa-search"></i> Search</li> </ul> </nav> </div><!-- /.navigation-wrapper --> <!--[if lt IE 9]><div class="upgrade"><strong><a href="http://whatbrowser.org/">Your browser is quite old!</strong> Why not upgrade to a different browser to better enjoy this site?</a></div><![endif]--> <div class="search-wrapper"> <div class="search-form"> <input type="text" class="search-field" placeholder="Search..."> <button class="close-btn"><i class="fa fa-times-circle fa-2x"></i></button> <ul class="search-results post-list"></ul><!-- /.search-results --> </div><!-- /.search-form --> </div><!-- ./search-wrapper --> <header class="masthead"> <div class="wrap"> <a href="" class="site-logo" rel="home" title="Adult Angst"><img src="/images/site-logo.png" width="200" height="200" alt="Adult Angst logo" class="animated fadeInUp"></a> <h1 class="site-title animated fadeIn"><a href="/">Adult Angst</a></h1> <h2 class="site-description animated fadeIn" itemprop="description">Textos, pensamentos e outros devaneios.</h2> </div> </header><!-- /.masthead --> <div id="main" role="main"> <article class="hentry"> <div class="entry-wrapper"> <header class="entry-header"> <span class="entry-tags"><a href="/tags/#blog" title="Pages tagged blog">blog</a>&nbsp;&bull;&nbsp;<a href="/tags/#Decay" title="Pages tagged Decay">Decay</a></span> <h1 class="entry-title">Decadência ( Ou Hijama )</h1> </header> <footer class="entry-meta"> <img src="/images/bio-photo.jpg" class="bio-photo" alt="Felipe Moysés bio photo"></a> <span class="author vcard">By <span class="fn">Felipe Moysés</span></span> <span class="entry-date date published"><time datetime="2014-09-04T00:00:00-03:00"><i class="icon-calendar-empty"></i> September 04, 2014</time></span> <span class="entry-comments"><i class="fa fa-comment-o"></i> <a href="#disqus_thread">Comment</a></span> <span class="social-share-twitter"> <a href="https://twitter.com/intent/tweet?hashtags=blog,Decay&text=Decadência%20(%20Ou%20Hijama%20)&url=/blog/decay/" title="Share on Twitter" itemprop="Twitter"><i class="fa fa-twitter-square"></i> Tweet</a> </span> <span class="social-share-facebook"> <a href="https://www.facebook.com/sharer/sharer.php?u=/blog/decay/" title="Share on Facebook" itemprop="Facebook"><i class="fa fa-facebook-square"></i> Like</a> </span> <span class="social-share-googleplus"> <a href="https://plus.google.com/share?url=/blog/decay/" title="Share on Google Plus" itemprop="GooglePlus"><i class="fa fa-google-plus-square"></i> +1</a> </span> <!-- /.social-share --> <div class="google-ads" style="margin-top:40px; text-align:center;"> <script async src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- 160x600 ad --> <ins class="adsbygoogle" style="display:inline-block;width:160px;height:600px" data-ad-client="" data-ad-slot=""></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> </div><!-- /.google-ads --><!-- /.google-ads --> </footer> <div class="entry-content"> <p>Em tão pouco tempo<br /> Perdeu seus cabelos<br /> Mordeu seus dedos<br /> e quebrou todos os espelhos<br /> A dor lhe segura as duas mãos já esfoladas<br /> O nervosismo, a rotina<br /> A obsessão e a vida bulímica<br /> te deixaram em frangalhos<br /> Apoia-se agora - Tu gargalhas diante a ironia que se apresenta bonachona e ruborizada - em grupos de apoio<br /> Apoiar o quê?<br /> A fenda circundada por todos os seus ‘nãos’, muxoxos e olhos virados<br /> Amarga como raízes envelhecidas - morde o lábio já seco<br /> Soa até caricato mas tu não desistes?<br /> Te furam e machucam para te salvar<br /> até então você fabricava, ‘sem ver’, sua própria doença auto-imune<br /> Agora a cada gole de vida que bebe avidamente sem gorfar<br /> Demonstra que não está mais acobertada pela força e brio<br /> Debandaram-se, não foi?<br /> Quem és tu? Te digo, tu sou eu e eu sou um arcabouço inacabado<br /> Moldado rusticamente para esse fim<br /> Consegue reconhecer-te nesse espelho?<br /> Sim, estamos em cacos assimétricos<br /> Sorris, por quê? Escárnio?<br /> Ah, entendi… </p> <pre><code> Os espelhos caem ao chão O mar vermelho pouco a pouco inunda a sala Teu corpo boia A lua se aproxima para ver em detalhes O belo resultado de sangue, de vidros e vazio menos dor... </code></pre> <nav class="pagination" role="navigation"> <a href="/blog/goddes/" class="btn" title="Goddess of Imagination">Previous</a> <a href="/blog/defenestrated/" class="btn" title="Defenestrated">Next</a> </nav><!-- /.pagination --> <div id="disqus_thread"></div><!-- /#disqus_thread --> </div><!-- /.entry-content --> </div><!-- /.entry-wrapper --> </article> </div><!-- /#main --> <div class="footer-wrapper"> <footer role="contentinfo"> <span>&copy; 2015 Felipe Moysés. Powered by <a href="http://jekyllrb.com">Jekyll</a> using the <a href="http://mademistakes.com/so-simple/">So Simple Theme</a>.</span> <div class="social-icons"> <a href="http://facebook.com/people/Felipe-Moysés" title="Felipe Moysés on Facebook" target="_blank"><i class="fa fa-facebook-square fa-2x"></i></a> <a href="http://plus.google.com/+felipejsm41@gmail.com" title="Felipe Moysés on Google+" target="_blank"><i class="fa fa-google-plus-square fa-2x"></i></a> <a href="/feed.xml" title="Atom/RSS feed"><i class="fa fa-rss-square fa-2x"></i></a> </div><!-- /.social-icons --> </footer> </div><!-- /.footer-wrapper --> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> <script>window.jQuery || document.write('<script src="/assets/js/vendor/jquery-1.9.1.min.js"><\/script>')</script> <script src="/assets/js/scripts.min.js"></script> <!-- Jekyll Simple Search option --> <script> $(document).ready(function() { $('.search-field').simpleJekyllSearch({ jsonFile : '/search.json', searchResults : '.search-results', template : '<li><article><a href="{url}">{title} <span class="entry-date"><time datetime="{date}">{shortdate}</time></span></a></article></li>', noResults: '<p>Nothing found.</p>' }); }); (function( $, window, undefined ) { var bs = { close: $(".close-btn"), searchform: $(".search-form"), canvas: $("body"), dothis: $('.dosearch') }; bs.dothis.on('click', function() { $('.search-wrapper').css({ display: "block" }); bs.searchform.toggleClass('active'); bs.searchform.find('input').focus(); bs.canvas.toggleClass('search-overlay'); }); bs.close.on('click', function() { $('.search-wrapper').removeAttr( 'style' ); bs.searchform.toggleClass('active'); bs.canvas.removeClass('search-overlay'); }); })( jQuery, window ); </script> <script type="text/javascript"> /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */ var disqus_shortname = 'felipejsm'; // required: replace example with your forum shortname /* * * DON'T EDIT BELOW THIS LINE * * */ (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })(); /* * * DON'T EDIT BELOW THIS LINE * * */ (function () { var s = document.createElement('script'); s.async = true; s.type = 'text/javascript'; s.src = '//' + disqus_shortname + '.disqus.com/count.js'; (document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s); }()); </script> <noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript> <a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a> </body> </html>
adultangst/adultangst.github.io
_site/blog/decay/index.html
HTML
mit
11,688
<!DOCTYPE html> <html> <head> <title>PGB Watcher</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link href="css/bootstrap.min.css" rel="stylesheet"> <link href="css/bootstrap-responsive.min.css" rel="stylesheet"> <link href="css/main.css" rel="stylesheet"> <link rel="apple-touch-icon" href="icons/icon57.png" /> <link rel="apple-touch-icon" sizes="72x72" href="icons/icon72.png" /> <link rel="apple-touch-icon" sizes="114x114" href="icons/icon114.png" /> <script type="text/javascript" charset="utf-8" src="phonegap.js"></script> <script type="text/javascript" charset="utf-8" src="js/jquery.js"></script> <script type="text/javascript" charset="utf-8" src="js/webtoolkit.base64.js"></script> <script type="text/javascript" charset="utf-8" src="js/main.js"></script> <script type="text/javascript" charset="utf-8"> var attempts = 0; var baseURL = "https://build.phonegap.com"; var appApiPath = "/api/v1/apps/"; var username = ""; var password = ""; var id = ""; var lastStatus = ""; var platform = ""; var urlPlatform = ""; var soundOn = false; var beep = ""; if (isInPhoneGap()){ document.addEventListener("deviceready", init, false); } else{ $(document).ready(init); } function init(){ username = localStorage.getItem("username"); password = localStorage.getItem("password"); id = getURLParameter("id"); platform = determinePlatform(); urlPlatform = determineURLPlatform(platform); getProjectDetails(); if (isInPhoneGap() == false){ console.log('Not in PhoneGap'); $('#rebuildbtn').remove(); if (isiOS()){ $("#toggleSound").removeClass('hidden'); } else{ soundOn = true; initSound(); } } else{ console.log('In PhoneGap'); } } function setDeviceInfo(){ platform = determinePlatform(); urlPlatform = determineURLPlatform(platform); getProjectDetails(); } function getProjectDetails() { if (isInPhoneGap()){ $.ajax({ url: baseURL + appApiPath + id, success: parseRequest, type:"get", error: networkErrorHandler, headers:{ "Authorization": make_basic_auth(username,password) }, cache:false, crossDomain:true }); } else{ $.ajax({ url: baseURL + appApiPath + id, success: parseRequest, type:"get", dataType: 'jsonp', error: networkErrorHandler, cache:false, crossDomain:true }); } } function networkErrorHandler(error){ event.preventDefault(); console.log(error); //alert("We have a problem."); } function rebuild(event){ console.log("Rebuild Started"); event.preventDefault(); if (isInPhoneGap()){ $.ajax({ url: baseURL + appApiPath + id + "/build/" , success: parseRequest, type:"POST", error: networkErrorHandler, headers:{ "Authorization": make_basic_auth(username,password) }, cache:false, crossDomain:true }); } else{ $.ajax({ url: baseURL + appApiPath + id + "/build/" , success: parseRequest, type:"POST", error: networkErrorHandler, cache:false, crossDomain:true }); } return false; } function linkGetProjectDetails(event){ event.preventDefault(); console.log("Refresh Hit"); getProjectDetails(); } function handleReBuildSuccess(response){ getProjectDetails(); } function determinePlatform(){ if(typeof(device) != "undefined"){ return device.platform; } else{ if (isiOS()){ return "iOS"; } if (isAndroid()){ return "android"; } return "Not a supported platform"; } } function determineURLPlatform(platform){ var urlPlatform = platform.toLowerCase(); if (platform == "Not a supported platform"){ urlPlatform = "android"; } if (platform == "i" || platform == "iPad" || platform == "iPhone" || platform.indexOf("iPod") >= 0 ){ urlPlatform = "ios"; } return urlPlatform; } function getProjectInfo(response,platform){ var result = new Object(); if (urlPlatform == "ios"){ result['download'] = "/apps/" + response['id'] + "/download/ios"; } else{ result['download'] = response.download[urlPlatform]; } result['status'] = response.status[urlPlatform]; result['title'] = response.title; result['description'] = response.description; result['platform'] = platform + " (" + urlPlatform + ")"; return result; } function populateDetails(details){ var statusClass = "warning"; $('#title').html(details.title); $('#description').html(details.description); $('#platform').html(details.platform); $('#attemptcount').html(attempts); if(lastStatus != details.status){ if (details.status == "complete"){ if (attempts > 0){ showAlert(); } $('#attempts').html('<span class="label label-success">complete</span>'); statusClass = "success"; attempts = 0; $('#downloadbtn').attr("href" ,baseURL + details.download); } else{ $('#attempts').html('Waiting for rebuild <i class="icon-cog status-indicator"></i> <span id="attemptcount">' + attempts + '</span>'); $('#download').html(''); } $('#status').html('<span class="label label-'+statusClass+'">' + details.status + '</span>'); } lastStatus = details.status; } // this function should parse responses.. you can do anything you need.. // you can make it general so it would parse all the responses the page receives based on a response field function parseRequest(response) { try // try to output this to the javascript console { console.log("Getting Project details"); var results =getProjectInfo(response,determinePlatform()); console.log("Populating UI"); populateDetails(results); console.log(results.status); if (results.status == "pending"){ console.log("Scheduling another attempt"); attempts = attempts + 1; setTimeout("getProjectDetails()", 1000); $('#downloadbtn').addClass("disabled"); $('#downloadbtn').removeClass("btn-primary"); } else{ setTimeout("getProjectDetails()", 10000); $('#downloadbtn').removeClass("disabled"); $('#downloadbtn').addClass("btn-primary"); } } catch(an_exception) // alert for the users that don't have a javascript console { console.log(response); console.log(an_exception); alert(an_exception); } } // Show a custom alert // function showAlert() { if(typeof(device) != "undefined"){ navigator.notification.alert( 'Project ready!', // message null, // callback 'PhoneGap Build ', // title 'Ok!' // buttonName ); playBeep(); vibrate(); } else{ if (soundOn){ beep.play(); } alert('Project Ready!') } } function playBeep() { navigator.notification.beep(3); } // Vibrate for 2 seconds // function vibrate() { navigator.notification.vibrate(1000); } function checkDownload() { if ($('#downloadbtn').attr("class").indexOf("disabled") >= 0){ event.preventDefault(); return false; } } function toggleSound(){ event.preventDefault(); if (beep === ""){ initSound(); } if (soundOn){ soundOn = false; $("#soundButton").removeClass('icon-volume-up'); $("#soundButton").addClass('icon-volume-off'); $("#toggleSound").removeClass('btn-success'); $("#soundtext").html('Sound Off'); } else{ soundOn = true; $("#soundButton").addClass('icon-volume-up'); $("#toggleSound").addClass('btn-success'); $("#soundButton").removeClass('icon-volume-off'); $("#soundtext").html('Sound On'); } } function initSound(){ console.log('Sound Init!'); var sound = new Audio('beep.mp3'); sound.load(); beep = sound; } </script> </head> <body id="pageProject"> <div class="navbar navbar-fixed-top"> <div class="navbar-inner"> <div class="container"> <a class="brand" href="./index.html">PhoneGap Build Watcher</a> <a class="btn pull-right" href="./settings.html"> <i class="icon-cog"></i> <span class="listtext">Settings</span> </a> <a href="./list.html" class="btn pull-right" ><i class="icon-list"></i> <span class="listtext">Project List</span></a> <a href="" class="btn pull-right" onclick="linkGetProjectDetails(event);false;"> <i class="icon-repeat"></i> <span class="listtext">Refresh Status</span> </a> </div> </div> </div> <div class="container"> <table class="table table-bordered"> <tr><th>Title</th><td id="title">Loading <i class="icon-cog status-indicator"></i></td></tr> <tr><th>Description</th><td id="description">Loading <i class="icon-cog status-indicator"></i></td></tr> <tr><th>Platform</th><td id="platform">Loading <i class="icon-cog status-indicator"></i></td></tr> <tr><th>Project Status</th><td id="status">Loading <i class="icon-cog status-indicator"></i></td></tr> <tr><th>Rebuild Status</th><td id="attempts">Loading <i class="icon-cog status-indicator"></i></td></tr> </table> <ul id="actionlist"> <li> <a href="" id="downloadbtn" class="btn btn-large disabled" onclick="checkDownload(event)" target="_blank"> <i class="icon-download icon-white"></i> Download App </a> </li> <li> <a href="" id="rebuildbtn" class="btn btn-large" onclick="rebuild(event);false;"> <i class="icon-cog"></i> Rebuild Application </a> </li> <li> <a href="" id="toggleSound" class="btn btn-large hidden" onclick="toggleSound()"> <i id="soundButton" class="icon-volume-off"></i> <span id="soundtext">Sound Off</span> </a> </li> </ul> </div> </body> </html>
tpryan/PhoneGap-Build-Watcher
project.html
HTML
mit
12,038
<div> <div> <form class="form-horizontal" name="typeForm" ng-submit="submit()"> <fieldset> <legend>User</legend> <div class="control-group"> <label class="control-label" for="username">Name</label> <div class="controls"> <input id="username" name="username" class="input-large" required="" type="text" ng-model="user.username" readonly="readonly"> </div> </div> <div class="control-group"> <label class="control-label" for="provisioner">Password</label> <div class="controls"> <input id="password" name="password" placeholder="" class="input-large" type="password" ng-model="user.password" > </div> </div> </fieldset> <div class="control-group"> <label class="control-label" for="type">Role</label> <div class="controls"> <select id="role" name="role" ng-model="user.roles" ng-options="role for role in roleKeys" > </select> </div> </div> <div class="control-group"> <label class="control-label" for="envs">Environments</label> <div class="controls"> <select multiple name="envs" ng-model="user.envs" required="true" ng-options="env for env in envs"> </select> <p class="help-block">Select multiple items</p> </div> </div> <div class="control-group"> <label class="control-label" for="operations">Operations</label> <div class="controls"> <select multiple ng-model="user.operations" ng-options="op for op in operations" required="true"> </select> <p class="help-block">Select multiple items</p> </div> </div> <div class="form-actions"> <button type="submit" class="btn btn-primary">Update User</button> <button type="button" class="btn btn-danger" ng-click="remove()">Delete User </button> </div> </form> </div> </div>
celestial-ops/celestial-ui
src/app/admin/users/edit/edit.tpl.html
HTML
mit
1,785
<link rel="import" href="../../polymer/polymer.html"> <link rel="import" href="../../polymerfire/firebase-app.html"> <link rel="import" href="../../polymerfire/firebase-auth.html"> <link rel="import" href="../auth0-auth.html"> <link rel="import" href="../auth0-delegate.html"> <link rel="import" href="../../paper-button/paper-button.html"> <link rel="import" href="../../app-route/app-location.html"> <link rel="import" href="../../app-route/app-route.html"> <dom-module id="auth0-element-demo"> <template> <style> :host { display: flex; justify-content: flex-start; align-items: stretch; } </style> <app-location id="route" route="{{route}}"></app-location> <app-route route="{{route}}" pattern="/:page" query-params="{{params}}"></app-route> <auth0-auth id="auth0" client-id="LP1BxaYQm2NQTZG64MQqHmI2xxDiRMaf" domain="johnlim.au.auth0.com" options="{{auth0Options}}" logout-redirect-to="{{logoutRedirectUri}}" user-profile={{user}} id-token="{{idToken}}" query-params="{{params}}" jwt-manager> </auth0-auth> <auth0-delegate client-id="LP1BxaYQm2NQTZG64MQqHmI2xxDiRMaf" domain="johnlim.au.auth0.com" options="{{firebaseDelegate}}" id-token="[[idToken]]" delegate-token="{{firebaseDelegateToken}}"> </auth0-delegate> <firebase-app auth-domain="auth0-element-demo.firebaseio.com" database-url="https://auth0-element-demo.firebaseio.com/" api-key="AIzaSyAT3zy3a4hz0sXr3dNGVK6NKVC7tTMys6c" name="auth0-element-demo"> </firebase-app> <firebase-auth id="firebase" user="{{firebaseUser}}" on-error="_handleError" app-name="auth0-element-demo"> </firebase-auth> <paper-button id="signout" raised on-tap="signout">Sign out</paper-button> <h3>Firebase UID: {{firebaseUser.uid}}</h3> </template> <script> Polymer({ is: 'auth0-element-demo', properties: { user: { type: Object, value: function(){return{};} }, idToken: { type: String, }, firebaseDelegate: { value: function() { var firebase = { api : 'firebase', scope : 'openid name email displayName' }; return firebase; } }, firebaseDelegateToken: { type: String, value: '', observer: 'signIntoFirebase' }, firebaseUser: { value: null }, auth0Options: { type: Object, value: function () { return { auth: { params: { scope: 'openid email', //lock options }, scope: 'openid email', redirectUri: window.location.href, responseType: 'token id_token', connection: 'Username-Password-Authentication', }, allowedConnections: ['Username-Password-Authentication'], closable: false } } }, route: { type: Object }, params: { type: Object }, logoutRedirectUri: { value: window.location.href } }, signIntoFirebase: function(token) { if(token) { this.$.firebase.signInWithCustomToken(token).catch(function(error) { console.log(error); }); } }, signout: function() { this.$.firebase.signOut(); this.$.auth0.signOut('LP1BxaYQm2NQTZG64MQqHmI2xxDiRMaf'); } }); </script> </dom-module>
johnlim/auth0-element
demo/auth0-element-demo.html
HTML
mit
3,882
<!DOCTYPE html> <html lang="en-us"> <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="Hadrien Mary" /> <meta name="description" content="Personal website"> <link rel="shortcut icon" type="image/x-icon" href="https://hadim.frimg/favicon.ico"> <title>Tags</title> <meta name="generator" content="Hugo 0.74.3" /> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> <link rel="stylesheet" type="text/css" href="https://hadim.frcss/main.css" /> <link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" /> <link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,400,200bold,400old" /> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div id="wrap"> <nav class="navbar navbar-default"> <div class="container"> <div class="navbar-header"> <a class="navbar-brand" href="https://hadim.fr"><i class="fa fa-home"></i></a> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> </div> <div class="navbar-collapse collapse" id="navbar"> <ul class="nav navbar-nav navbar-right"> <li><a href="/blog/">BLOG</a></li> <li><a href="/projects/">PROJECTS</a></li> <li><a href="/resume/">RESUME</a></li> </ul> </div> </div> </nav> <div class="container"> <h3>Archive</h3> <div class="panel panel-default"> <div class="panel-body"> </div> </div> </div> </div> <footer> <div id="footer"> <div class="container"> <p class="text-muted">&copy; All rights reserved. Powered by <a href="https://gohugo.io/">Hugo</a> and <a href="http://www.github.com/nurlansu/hugo-sustain/">sustain</a> with ♥</p> </div> </div> </footer> <div class="footer"></div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script> <script src="https://hadim.frjs/docs.min.js"></script> <script src="https://hadim.frjs/main.js"></script> <script src="https://hadim.frjs/ie10-viewport-bug-workaround.js"></script> </body> </html>
hadim/hadim.github.io
docs/tags/index.html
HTML
mit
3,078
{ "posts": [ { "url": "/chat/womentalk/2018/01/04/WomenTalkM.1515012854.A.919.html", "title": "好壓抑", "image": "https://s.yimg.com/os/mit/media/m/social/images/social_default_logo-1481777.png", "push": "124", "boo": "25", "date": "2018-01-04 04:54:11 +0800", "boardName": "女", "boardLink": "/category/womentalk" } , { "url": "/chat/wanted/2018/01/03/WantedM.1514990327.A.C97.html", "title": "知道", "image": "https://scontent.ftpe8-2.fna.fbcdn.net/v/t1.0-1/p200x200/20621010_10155124992176137_2239290421693652848_n.jpg?oh=ef4b9f33a66e65690d4f6466e567251f&oe=5AFB32BC", "push": "21", "boo": "0", "date": "2018-01-03 22:38:41 +0800", "boardName": "汪踢 (Wanted)", "boardLink": "/category/wanted" } , { "url": "/entertainment/japandrama/2018/01/03/JapandramaM.1514937213.A.9C5.html", "title": "遠藤憲一、大杉漣ら名脇役が再び集結!", "image": "https://lpt.c.yimg.jp/amd/20180103-00053503-crankinn-000-view.jpg", "push": "40", "boo": "0", "date": "2018-01-03 07:53:28 +0800", "boardName": "日劇", "boardLink": "/category/japandrama" } , { "url": "/chat/gay/2018/01/03/gayM.1514918166.A.4C1.html", "title": "等待一個能喜歡的人", "image": "https://i.imgur.com/DketXaU.jpg", "push": "22", "boo": "0", "date": "2018-01-03 02:36:03 +0800", "boardName": "甲 (gay)", "boardLink": "/category/gay" } , { "url": "/taiwan/tainan/2018/01/02/TainanM.1514885481.A.11C.html", "title": "[自家]雙品提供免費待用餐", "image": "https://i.imgur.com/imDwOrn.jpg", "push": "108", "boo": "0", "date": "2018-01-02 17:31:19 +0800", "boardName": "台南", "boardLink": "/category/tainan" } , { "url": "/chat/gossiping/2018/01/02/GossipingM.1514846894.A.1A4.html", "title": "「拋下一切去偏鄉當志工,遠離讓你絕望的環境吧」!網路提問,驚呆百萬人。", "image": "https://pnn.pts.org.tw/main/wp-content/uploads/2017/03/Salt_Lake_Temple_Utah_-_Sept_2004-2.jpg", "push": "28", "boo": "3", "date": "2018-01-02 06:48:07 +0800", "boardName": "八卦", "boardLink": "/category/gossiping" } , { "url": "/entertainment/kr_entertain/2018/01/01/KR_EntertainM.1514792447.A.76D.html", "title": "171231 SBS 執事部 E01 中字", "image": "https://thumb.oloadcdn.net/splash/eHI7XbNELKk/midIMbHj2C4.jpg", "push": "100", "boo": "0", "date": "2018-01-01 15:40:45 +0800", "boardName": "韓綜", "boardLink": "/category/kr-entertain" } , { "url": "/entertainment/movie/2017/12/31/movieM.1514701017.A.C3E.html", "title": "目前好片排名應該還是大娛樂家", "image": "http://img.ltn.com.tw/Upload/ent/page/800/2017/05/18/2071579_2.jpg", "push": "30", "boo": "5", "date": "2017-12-31 14:16:54 +0800", "boardName": "movie", "boardLink": "/category/movie" } ] }
sunnyKiwi/JustCopy
tag/生活/json/index.html
HTML
mit
3,935
<HTML> <HEAD> <title>Either.Right.<init> - </title> <link rel="stylesheet" href="../../../style.css"> </HEAD> <BODY> <a href="../../index.html">com.github.rs3vans.monadik</a>&nbsp;/&nbsp;<a href="../index.html">Either</a>&nbsp;/&nbsp;<a href="index.html">Right</a>&nbsp;/&nbsp;<a href=".">&lt;init&gt;</a><br/> <br/> <h1>&lt;init&gt;</h1> <code><span class="identifier">Right</span><span class="symbol">(</span><span class="identifier" id="com.github.rs3vans.monadik.Either.Right$<init>(com.github.rs3vans.monadik.Either.Right.U)/right">right</span><span class="symbol">:</span>&nbsp;<span class="identifier">U</span><span class="symbol">)</span></code> </BODY> </HTML>
rs3vans/monadik
docs/com.github.rs3vans.monadik/-either/-right/-init-.html
HTML
mit
670
<!DOCTYPE html><!--[if lt IE 9]><html class="no-js lt-ie9" lang="sq" dir="ltr"><![endif]--><!--[if gt IE 8]><!--> <html class="no-js" lang="sq" dir="ltr"> <!--<![endif]--> <head> <meta charset="utf-8"> <!-- Web Experience Toolkit (WET) / Boîte à outils de l'expérience Web (BOEW) wet-boew.github.io/wet-boew/License-en.html / wet-boew.github.io/wet-boew/Licence-fr.html --> <title>Content page - WET theme - Shembuj pune - Web Experience Toolkit </title> <meta content="width=device-width,initial-scale=1" name="viewport"> <!-- Meta data --> <meta name="description" content="Web Experience Toolkit (WET) includes reusable components for building and maintaining innovative Web sites that are accessible, usable, and interoperable. These reusable components are open source software and free for use by departments and external Web communities"> <!-- Meta data--> <!--[if gte IE 9 | !IE ]><!--> <link href="../assets/favicon.ico" rel="icon" type="image/x-icon"> <link rel="stylesheet" href="../css/wet-boew.min.css"> <!--<![endif]--> <link rel="stylesheet" href="../css/theme.min.css"> <!--[if lt IE 9]> <link href="../assets/favicon.ico" rel="shortcut icon" /> <link rel="stylesheet" href="../css/ie8-wet-boew.min.css" /> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../js/ie8-wet-boew.min.js"></script> <![endif]--> <noscript><link rel="stylesheet" href="../css/noscript.min.css" /></noscript> </head> <body vocab="http://schema.org/" typeof="WebPage"> <ul id="wb-tphp"> <li class="wb-slc"> <a class="wb-sl" href="#wb-cont">Kalo tek përmbajtja kryesore</a> </li> <li class="wb-slc visible-sm visible-md visible-lg"> <a class="wb-sl" href="#wb-info">Kalo tek "Rreth kësaj faqe"</a> </li> </ul> <header role="banner"> <div id="wb-bnr"> <div id="wb-bar"> <div class="container"> <div class="row"> <section id="wb-lng" class="visible-md visible-lg"> <h2>Përzgjedhja gjuha</h2> <ul class="text-right"> <li class="curr">Shqip&#32;<span>(aktual)</span></li> <li><a lang="fr" hreflang="fr" href="content-fr.html">Français</a></li> <li><a lang="en" hreflang="en" href="content-en.html">English</a></li> </ul> </section> <section class="wb-mb-links col-xs-12 visible-sm visible-xs" id="wb-glb-mn"> <h2>Kërko dhe menutë</h2> <ul class="pnl-btn list-inline text-right"> <li><a href="#mb-pnl" title="Kërko dhe menutë" aria-controls="mb-pnl" class="overlay-lnk btn btn-sm btn-default" role="button"><span class="glyphicon glyphicon-search"><span class="glyphicon glyphicon-th-list"><span class="wb-inv">Kërko dhe menutë</span></span></span></a></li> </ul> <div id="mb-pnl"></div> </section> </div> </div> </div> <div class="container"> <div class="row"> <div id="wb-sttl" class="col-md-8"> <a href="../index-en.html"> <object type="image/svg+xml" tabindex="-1" data="../assets/logo.svg"></object> <span>Web Experience Toolkit<span class="wb-inv">, </span><small>Collaborative open source project led by the Government of Canada</small></span> </a> </div> <section id="wb-srch" class="col-md-4 visible-md visible-lg"> <h2>Kërko</h2> <form action="https://google.ca/search" method="get" role="search" class="form-inline"> <div class="form-group"> <label for="wb-srch-q">Website kërko</label> <input id="wb-srch-q" class="form-control" name="q" type="search" value="" size="27" maxlength="150"> <input type="hidden" name="q" value="site:wet-boew.github.io OR site:github.com/wet-boew/"> </div> <button type="submit" id="wb-srch-sub" class="btn btn-default">Kërko</button> </form> </section> </div> </div> </div> <nav role="navigation" id="wb-sm" data-ajax-replace="../ajax/sitemenu-sq.html" data-trgt="mb-pnl" class="wb-menu visible-md visible-lg" typeof="SiteNavigationElement"> <div class="container nvbar"> <h2>Tema menu</h2> <div class="row"> <ul class="list-inline menu"> <li><a href="../index-en.html">Projekti WET</a></li> <li><a href="../docs/start-en.html#implement">Zbatimi WET</a></li> <li><a href="../docs/start-en.html">Kontribuoni për të WET</a></li> </ul> </div> </div> </nav> <nav role="navigation" id="wb-bc" property="breadcrumb"> <h2>Ju jeni këtu:</h2> <div class="container"> <div class="row"> <ol class="breadcrumb"> <li> <a href="../index-en.html">Shtëpi</a> </li> <li> <a href="../demos/index-en.html">Shembuj pune</a> </li> <li> <a href="../theme/index-en.html">WET theme</a> </li> <li>Content page</li> </ol> </div> </div> </nav> </header> <main role="main" property="mainContentOfPage" class="container"> <h1 id="wb-cont" property="name">Content page</h1> <section class="alert alert-warning"> <h2 class="h3">Looking for WET v3.1?</h2> <p>As of September 23, 2014, version 3.1 of the Web Experience Toolkit is no longer supported. The source code and documentation have been moved to the <a href="https://github.com/wet-boew/wet-boew-legacy">wet-boew-legacy</a> repository.</p> </section> <section> <h2>Titull&#32;2&#32;(<code>h2</code>)</h2> <section> <h3>Titull&#32;3&#32;(<code>h3</code>)</h3> <section> <h4>Titull&#32;4&#32;(<code>h4</code>)</h4> <section> <h5>Titull&#32;5&#32;(<code>h5</code>)</h5> <section> <h6>Titull&#32;6&#32;(<code>h6</code>)</h6> <p>Paragraf - pamja e parazgjedhur</p> </section> </section> </section> </section> </section> <p><a href="#">Lidhje</a></p> <ul> <li>listë të renditura&#32;(<code>ul</code>) - nivel&#32;1 <ul> <li>listë të renditura&#32;(<code>ul</code>) - nivel&#32;2 <ul> <li>listë të renditura&#32;(<code>ul</code>) - nivel&#32;3</li> </ul> </li> </ul> </li> </ul> <ol> <li>Lista e urdhëroi&#32;(<code>ol</code>) - nivel&#32;1</li> <li>Lista e urdhëroi&#32;(<code>ol</code>) - nivel&#32;1 <ol> <li>Lista e urdhëroi&#32;(<code>ol</code>) - nivel&#32;2</li> <li>Lista e urdhëroi&#32;(<code>ol</code>) - nivel&#32;2 <ol> <li>Lista e urdhëroi&#32;(<code>ol</code>) - nivel&#32;3</li> <li>Lista e urdhëroi&#32;(<code>ol</code>) - nivel&#32;3</li> </ol> </li> </ol> </li> </ol> <table class="table table-striped"> <caption>Tabela caption</caption> <thead> <tr> <th scope="col">Header tabela&#32;(<code>th</code>)</th> <th scope="col">Header tabela&#32;(<code>th</code>)</th> <th scope="col">Header tabela&#32;(<code>th</code>)</th> <th scope="col">Header tabela&#32;(<code>th</code>)</th> </tr> </thead> <tbody> <tr> <td>Të dhënat tabela&#32;(<code>td</code>)</td> <td>Të dhënat tabela&#32;(<code>td</code>)</td> <td>Të dhënat tabela&#32;(<code>td</code>)</td> <td>Të dhënat tabela&#32;(<code>td</code>)</td> </tr> <tr> <td>Të dhënat tabela&#32;(<code>td</code>)</td> <td>Të dhënat tabela&#32;(<code>td</code>)</td> <td>Të dhënat tabela&#32;(<code>td</code>)</td> <td>Të dhënat tabela&#32;(<code>td</code>)</td> </tr> <tr> <td>Të dhënat tabela&#32;(<code>td</code>)</td> <td>Të dhënat tabela&#32;(<code>td</code>)</td> <td>Të dhënat tabela&#32;(<code>td</code>)</td> <td>Të dhënat tabela&#32;(<code>td</code>)</td> </tr> </tbody> </table> <form method="post" action="#" class="form-horizontal"> <div class="form-group"> <label for="data1" class="col-sm-3 control-label">Formë&#32;<code>input</code></label> <div class="col-sm-9"> <input type="text" id="data1" name="data1" class="form-control"> </div> </div> <div class="form-group"> <label for="data2" class="col-sm-3 control-label">Formë&#32;<code>textarea</code></label> <div class="col-sm-9"> <textarea id="data2" rows="3" cols="15" name="data2" class="form-control"></textarea> </div> </div> <div class="form-group"> <label for="data4" class="col-sm-3 control-label">Formë&#32;<code>select</code></label> <div class="col-sm-9"> <select name="data4" id="data4" class="form-control"> <option value="1">Alternativë&#32;1</option> <option value="2">Alternativë&#32;2</option> <option value="3">Alternativë&#32;3</option> <option value="4">Alternativë&#32;4</option> </select> </div> </div> <div class="form-group"> <div class="col-sm-offset-3 col-sm-9"> <button type="submit" class="btn btn-primary">Paraqes</button> </div> </div> </form> <blockquote> <p>"<code>blockquote</code>"</p> </blockquote> <dl id="wb-dtmd"> <dt>Data e modifikuar:&#32;</dt> <dd><time property="dateModified">2014-02-19</time></dd> </dl> </main> <footer role="contentinfo" id="wb-info" class="visible-sm visible-md visible-lg wb-navcurr"> <div class="container"> <nav role="navigation" class="row"> <h2>Rreth kësaj faqe</h2> <section class="col-sm-3"> <h3>Na kontaktoni</h3> <ul class="list-unstyled"> <li><a href="https://github.com/wet-boew/wet-boew/issues/new">Pyetje ose komente?</a></li> </ul> </section> <section class="col-sm-3"> <h3>Për</h3> <ul class="list-unstyled"> <li><a href="../index-en.html#about">Rreth Web Experience Toolkit</a></li> <li><a rel="external" href="http://www.tbs-sct.gc.ca/ws-nw/index-eng.asp">Rreth Standardet Web</a></li> </ul> </section> <section class="col-sm-3"> <h3>Lajm</h3> <ul class="list-unstyled"> <li><a href="https://github.com/wet-boew/wet-boew/pulse">Recent project activity</a></li> <li><a href="https://github.com/wet-boew/wet-boew/graphs">Statistikat e projektit</a></li> </ul> </section> <section class="col-sm-3"> <h3>Qëndro i lidhur</h3> <ul class="list-unstyled"> <li><a rel="external" href="https://twitter.com/WebExpToolkit">Twitter</a></li> </ul> </section> </nav> </div> </footer> <!--[if gte IE 9 | !IE ]><!--> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.js"></script> <script src="../js/wet-boew.min.js"></script> <!--<![endif]--> <!--[if lt IE 9]> <script src="../js/ie8-wet-boew2.min.js"></script> <![endif]--> </body> </html>
TouficS/a11yppt
tables/theme/content-sq.html
HTML
mit
9,515
<!DOCTYPE html> <html lang="es-es"> <head> <meta charset="utf-8"> <title>Ejercicios: planeamiento</title> <meta name="author" content="Alejandro"> <meta name="description" content="Primera pagina web con Hola mundo"> <meta name="keyword" content="primera web, hola mundo"> <meta name="generator" content="Visual Studio"> <meta name="viewport" content="width =device-width, initial-scale=1"> <!-- icon --> </head> <body> <header> <h1 style = "background-color:aqua; font-size:20px"; >Sir Timothy "Tim" John Berners-Lee. </h1> <p></p> <p><i>El padre de la Web </i></p> </header> <nav> <ol> <li><a href=# title="Home">Home</a></li> <li><a href=# title="About">About</a></li> <li><a href=#>Fin</a></li> </ol> </nav> <article><img src="http://prodloadbalancer-1055872027.us-east-1.elb.amazonaws.com/achievers/ber1/large/ber1-001.jpg" alt="Foto de Tim" title="Foto-de-tim"> <p>TBL es un científico de la computación británico, nacido en Londres, Reino Unido, el 8 de junio de 1955. </p> <p>Es conocido como el padre de la Web, desde que estableció la primera comunicación entre un cliente y un servidor usando el protocolo HTTP en noviembre de 1989, mientras trabajaba en el <a href="http://info.cern.ch/"> W3C</a> <p/> <p>Ante la necesidad de distribuir e intercambiar información acerca de sus investigaciones de una manera más efectiva, Berners-Lee y su grupo desarrollaron las ideas fundamentales que estructuran la web:</p><br> <p>- el lenguaje de etiquetas de hipertexto o HTML (HyperText Markup Language)</p> <p>- el protocolo HTTP (HyperText Transfer Protocol)</p> <p>- el sistema de localización de objetos en la web URL (Uniform Resource Locator)</p> <p>>En octubre de 1994 asumió la dirección del Consorcio de la World Wide Web <a href="https://www.w3.org/" target="_blank"> W3C</a> con sede en el MIT, para supervisar y estandarizar el desarrollo de las tecnologías sobre las que se fundamenta la Web y que permiten el funcionamiento de Internet. </p> <p>Más información en la Wikipedia </p> </article> <article> <p> Lorem ipsum dolor sit amet, laoreet atomorum ut nec, vim ea duis expetendis, qui aperiam qualisque no. Vitae omittantur ut vim, debet clita eligendi his et. Duo quas melius ea. Prima regione fuisset per ex, an summo erant indoctum mea. Justo graece nominati ut cum. Quo enim partiendo an, no veri impedit eum. Et salutatus efficiendi nam, mea ad dicta alterum praesent, tantas ignota graecis an mea. Ne sit justo urbanitas, eam ei quidam omnesque. Cum veniam efficiendi ut, offendit adversarium et per. Cu omnes cotidieque qui, primis facilisi constituam ex qui. Nam dicta meliore ex. Quo possit eruditi ad, eu probo moderatius has. Ea pro docendi placerat, eos eu deserunt maiestatis dissentiet. At alii fabulas epicurei sed. Cu labitur euismod inermis eos. An ludus mandamus pertinacia vim. Tempor epicuri elaboraret ad vim, ius omnis tempor nusquam ei. Omnesque similique vulputate vix id. Qui mentitum omnesque te. Sea saepe tacimates cu, munere persius quo eu. At quis detraxit est, utamur petentium liberavisse eu pro.</p> </article> <img src="https://static.guim.co.uk/sys-images/Guardian/Pix/pictures/2015/2/19/1424355712063/Sir-Tim-Berners-Lee-010.jpg" alt="Foto de Tim" title="Foto-de-tim" width="80%" height="40%"> <article> <p> Lorem ipsum dolor sit amet, laoreet atomorum ut nec, vim ea duis expetendis, qui aperiam qualisque no. Vitae omittantur ut vim, debet clita eligendi his et. Duo quas melius ea. Prima regione fuisset per ex, an summo erant indoctum mea. Justo graece nominati ut cum. Quo enim partiendo an, no veri impedit eum. Et salutatus efficiendi nam, mea ad dicta alterum praesent, tantas ignota graecis an mea. Ne sit justo urbanitas, eam ei quidam omnesque. Cum veniam efficiendi ut, offendit adversarium et per. Cu omnes cotidieque qui, primis facilisi constituam ex qui. Nam dicta meliore ex. Quo possit eruditi ad, eu probo moderatius has. Ea pro docendi placerat, eos eu deserunt maiestatis dissentiet. At alii fabulas epicurei sed. Cu labitur euismod inermis eos. An ludus mandamus pertinacia vim. Tempor epicuri elaboraret ad vim, ius omnis tempor nusquam ei. Omnesque similique vulputate vix id. Qui mentitum omnesque te. Sea saepe tacimates cu, munere persius quo eu. At quis detraxit est, utamur petentium liberavisse eu pro. </p> </article> <hr> <footer> <small> Alejandro Roca</small> </footer> </body> </html>
CursoAlejandro/CursoWeb
05_Ejercicio.html
HTML
mit
4,853
<h3 class="page-header"> <b>Edit Address:</b> <span ng-bind-html="customerAddressEdit.addressName"></span> </h3> <form name="AddressEditForm" ng-submit="customerAddressEdit.Submit()" novalidate> <div class="row"> <div class="col-sm-6 form-group"> <label for="addressNameInput">{{customerAddressEdit.labels.AddressName}}</label> <input id="addressNameInput" name="addressNameInput" type="text" class="form-control" ng-model="customerAddressEdit.address.AddressName" required/> </div> </div> <div class="row"> <div class="col-sm-6 form-group"> <label for="addressCompanyNameInput">{{customerAddressEdit.labels.CompanyName}}</label> <input id="addressCompanyNameInput" name="addressCompanyNameInput" type="text" class="form-control" ng-model="customerAddressEdit.address.CompanyName"/> </div> </div> <div class="row"> <div class="col-sm-6 form-group"> <label for="addressFirstNameInput">{{customerAddressEdit.labels.FirstName}}</label> <input id="addressFirstNameInput" name="addressFirstNameInput" type="text" class="form-control" ng-model="customerAddressEdit.address.FirstName"/> </div> </div> <div class="row"> <div class="col-sm-6 form-group"> <label for="addressLastNameInput">{{customerAddressEdit.labels.LastName}}</label> <input id="addressLastNameInput" name="addressLastNameInput" type="text" class="form-control" ng-model="customerAddressEdit.address.LastName"/> </div> </div> <div class="row"> <div class="col-sm-6 form-group"> <label for="addressStreet1Input">{{customerAddressEdit.labels.StreetOne}}</label> <input id="addressStreet1Input" name="addressStreet1Input" type="text" class="form-control" ng-model="customerAddressEdit.address.Street1" required/> </div> </div> <div class="row"> <div class="col-sm-6 form-group"> <label for="addressStreet2Input">{{customerAddressEdit.labels.StreetTwo}}</label> <input id="addressStreet2Input" name="addressStreet2Input" type="text" class="form-control" ng-model="customerAddressEdit.address.Street2"/> </div> </div> <div class="row"> <div class="col-sm-6 form-group"> <label for="addressStreet3Input">{{customerAddressEdit.labels.StreetThree}}</label> <input id="addressStreet3Input" name="addressStreet3Input" type="text" class="form-control" ng-model="customerAddressEdit.address.xp.Street3" /> </div> </div> <div class="row"> <div class="col-sm-6 form-group"> <label for="addressCityInput">{{customerAddressEdit.labels.City}}</label> <input id="addressCityInput" name="addressCityInput" type="text" class="form-control" ng-model="customerAddressEdit.address.City" required/> </div> </div> <div class="row"> <div class="col-sm-3 form-group"> <label for="addressStateInput">{{customerAddressEdit.labels.County}}</label> <input id="addressStateInput" name="addressStateInput" class="form-control" ng-model="customerAddressEdit.address.State"/> </div> <div class="col-sm-3 form-group"> <label for="addressZipInput">{{customerAddressEdit.labels.PostCode}}</label> <input id="addressZipInput" name="addressZipInput" type="text" class="form-control" ng-model="customerAddressEdit.address.Zip" maxlength="8" minlength="5" required/> </div> </div> <div class="row"> <div class="col-sm-6 form-group"> <label for="addressCountryInput">{{customerAddressEdit.labels.Country}}</label><br /> <select id="addressCountryInput" name="addressCountryInput" class="form-control" ng-options="country.code as country.name for country in customerAddressEdit.countries" ng-model="customerAddressEdit.address.Country" required/> </div> </div> <div class="row"> <div class="col-sm-6 form-group"> <label for="addressPhoneInput">{{customerAddressEdit.labels.PhoneNumber}}</label> <input id="addressPhoneInput" name="addressPhoneInput" type="text" class="form-control" ng-model="customerAddressEdit.address.Phone"/> </div> </div> <div class="row"> <div class="col-sm-6 form-group"> <label for="addressPrimaryInput">{{customerAddressEdit.labels.Primary}}</label> <input id="addressPrimaryInput" name="addressPrimaryInput" type="checkbox" ng-model="customerAddressEdit.address.xp.primary" /> </div> </div> <div class="form-group"> <button type="submit" class="btn btn-primary" ng-disabled="AddressEditForm.$invalid">{{customerAddressEdit.labels.Save}}</button> <button type="button" class="btn btn-default" ui-sref="^">{{customerAddressEdit.labels.Cancel}}</button> <button type="button" class="btn btn-default" ng-click="customerAddressEdit.Delete()" ng-disabled="customerAddressEdit.address.xp.primary">{{customerAddressEdit.labels.SetInactive}}</button> </div> </form>
timresch/WeirAdmin
src/app/customers/templates/customerAddressEdit.tpl.html
HTML
mit
5,192
<!DOCTYPE HTML> <html> <head> <title>Knockback-Inspector Test Suite (AMD)</title> <!-- TESTS --> <script src="../../vendor/test/require.js"></script> <link rel="stylesheet" href="../../vendor/test/qunit/qunit-1.11.0.css" type="text/css" media="screen" /> <script type="text/javascript" src="../../vendor/test/jquery-1.9.1.js"></script> <script type="text/javascript" src="../../vendor/test/qunit/qunit-1.11.0.js"></script> <script type="text/javascript" src="../../vendor/test/qunit/qunit_test_runner.js"></script> <script type="text/javascript" src="build/test-amd.js"></script> </head> <body> <div> <h1 id="qunit-header">Knockback-Inspector Test Suite (AMD)</h1> <h2 id="qunit-banner"></h2> <h2 id="qunit-userAgent"></h2> <ol id="qunit-tests"></ol> </div> </body> </html>
kmalakoff/knockback-inspector
test/core/test-latest-amd.html
HTML
mit
811
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Coq bench</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../../..">Unstable</a></li> <li><a href=".">8.4.5 / contrib:chinese dev</a></li> <li class="active"><a href="">2015-02-02 21:24:19</a></li> </ul> <ul class="nav navbar-nav navbar-right"> <li><a href="../../../../../about.html">About</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href=".">« Up</a> <h1> contrib:chinese <small> dev <span class="label label-info">Not compatible with this Coq</span> </small> </h1> <p><em><script>document.write(moment("2015-02-02 21:24:19 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2015-02-02 21:24:19 UTC)</em><p> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>ruby lint.rb unstable ../unstable/packages/coq:contrib:chinese/coq:contrib:chinese.dev</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Dry install</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --dry-run coq:contrib:chinese.dev coq.8.4.5</code></dd> <dt>Return code</dt> <dd>768</dd> <dt>Duration</dt> <dd>0 s</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.4.5). The following dependencies couldn&#39;t be met: - coq:contrib:chinese -&gt; coq &gt;= 8.5beta1 Your request can&#39;t be satisfied: - Conflicting version constraints for coq No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq, to test if the problem was incompatibility with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --dry-run coq:contrib:chinese.dev</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>4 s</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io-old
clean/Linux-x86_64-4.02.1-1.2.0/unstable/8.4.5/contrib:chinese/dev/2015-02-02_21-24-19.html
HTML
mit
5,624
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:layout="http://www.ultraq.net .nz/thymeleaf/layout" xmlns:th="http://www.thymeleaf.org" layout:decorator="layouts/layout"> <head> <title>Users</title> </head> <body> <div layout:fragment="content"> <div class="col-xs-12"> <div th:if="${message != null}" th:text="${message}" class="alert alert-success" role="alert"></div> <div th:if="${error != null}" th:text="${error}" class="alert alert-danger" role="alert"></div> <h2> Users </h2> <div class="row"> <hr class="divider"/> </div> <table class="table table-striped table-hover "> <thead> <tr> <th></th> <th class="">Username</th> <th class="">Email</th> <th class="">First name</th> <th class="">Last name</th> <th class="">Registration time</th> <th class="">Last edit time</th> </tr> </thead> <tbody> <tr th:each="user,iterStat : ${users}" class="row-clickable" th:href="@{'/users/' + ${user.id}}"> <td th:text="${iterStat.count}">1</td> <td th:text="${user.username}">Username</td> <td th:text="${user.email}">Email</td> <td th:text="${user.firstName}">First name</td> <td th:text="${user.lastName}">Last name</td> <td th:text="${#temporals.format(user.createDate, 'yyyy-MM-dd HH:mm:ss')}"> 2016-01-01 00:00:00 </td> <td th:text="${#temporals.format(user.editDate, 'yyyy-MM-dd HH:mm:ss')}"> 2016-01-01 00:00:00 </td> </tr> </tbody> </table> </div> </div> <th:block layout:fragment="custom-javascript"> <script th:inline="javascript"> /*<![CDATA[*/ 'use strict'; $(document).ready(function () { $(document).on("click", "tr", function () { window.document.location = $(this).attr("href"); }); }); /*]]>*/ </script> </th:block> </body> </html>
Rozart/uVote
src/main/resources/templates/pages/user/users.html
HTML
mit
2,264
<%- include ../../common/scripts.html%> <script type="text/javascript" src="//tjs.sjs.sinajs.cn/open/api/js/wb.js?appkey=<%=weibo.app_key%>"></script>
brooklynb7/ManUnited7-old
views/page/common/scripts.html
HTML
mit
150
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Tag: venv | 渺沧海之一粟</title> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <meta property="og:type" content="website"> <meta property="og:title" content="渺沧海之一粟"> <meta property="og:url" content="https://lzyscript.github.io/tags/venv/index.html"> <meta property="og:site_name" content="渺沧海之一粟"> <meta property="og:locale" content="zh-CN"> <meta name="twitter:card" content="summary"> <meta name="twitter:title" content="渺沧海之一粟"> <link rel="alternate" href="/atom.xml" title="渺沧海之一粟" type="application/atom+xml"> <link rel="icon" href="/favicon.png"> <link href="//fonts.googleapis.com/css?family=Source+Code+Pro" rel="stylesheet" type="text/css"> <link rel="stylesheet" href="/css/style.css"> </head> <body> <div id="container"> <div id="wrap"> <header id="header"> <div id="banner"></div> <div id="header-outer" class="outer"> <div id="header-title" class="inner"> <h1 id="logo-wrap"> <a href="/" id="logo">渺沧海之一粟</a> </h1> </div> <div id="header-inner" class="inner"> <nav id="main-nav"> <a id="main-nav-toggle" class="nav-icon"></a> <a class="main-nav-link" href="/">Home</a> <a class="main-nav-link" href="/archives">Archives</a> </nav> <nav id="sub-nav"> <a id="nav-rss-link" class="nav-icon" href="/atom.xml" title="RSS Feed"></a> <a id="nav-search-btn" class="nav-icon" title="搜索"></a> </nav> <div id="search-form-wrap"> <form action="//google.com/search" method="get" accept-charset="UTF-8" class="search-form"><input type="search" name="q" class="search-form-input" placeholder="Search"><button type="submit" class="search-form-submit">&#xF002;</button><input type="hidden" name="sitesearch" value="https://lzyscript.github.io"></form> </div> </div> </div> </header> <div class="outer"> <section id="main"> <section class="archives-wrap"> <div class="archive-year-wrap"> <a href="/archives/2018" class="archive-year">2018</a> </div> <div class="archives"> <article class="archive-article archive-type-post"> <div class="archive-article-inner"> <header class="archive-article-header"> <a href="/2018/08/08/2018080801/" class="archive-article-date"> <time datetime="2018-08-08T05:00:00.000Z" itemprop="datePublished">8月 8</time> </a> <h1 itemprop="name"> <a class="archive-article-title" href="/2018/08/08/2018080801/">python 虚拟环境</a> </h1> </header> </div> </article> </div></section> </section> <aside id="sidebar"> <div class="widget-wrap"> <h3 class="widget-title">标签</h3> <div class="widget"> <ul class="tag-list"><li class="tag-list-item"><a class="tag-list-link" href="/tags/pip/">pip</a></li><li class="tag-list-item"><a class="tag-list-link" href="/tags/python/">python</a></li><li class="tag-list-item"><a class="tag-list-link" href="/tags/venv/">venv</a></li><li class="tag-list-item"><a class="tag-list-link" href="/tags/虚拟环境/">虚拟环境</a></li></ul> </div> </div> <div class="widget-wrap"> <h3 class="widget-title">标签云</h3> <div class="widget tagcloud"> <a href="/tags/pip/" style="font-size: 10px;">pip</a> <a href="/tags/python/" style="font-size: 20px;">python</a> <a href="/tags/venv/" style="font-size: 10px;">venv</a> <a href="/tags/虚拟环境/" style="font-size: 10px;">虚拟环境</a> </div> </div> <div class="widget-wrap"> <h3 class="widget-title">归档</h3> <div class="widget"> <ul class="archive-list"><li class="archive-list-item"><a class="archive-list-link" href="/archives/2018/08/">八月 2018</a></li><li class="archive-list-item"><a class="archive-list-link" href="/archives/2018/07/">七月 2018</a></li></ul> </div> </div> <div class="widget-wrap"> <h3 class="widget-title">最新文章</h3> <div class="widget"> <ul> <li> <a href="/2018/08/08/2018080802/">pip使用国内镜像源</a> </li> <li> <a href="/2018/08/08/2018080801/">python 虚拟环境</a> </li> <li> <a href="/2018/07/20/2018072001/">Hello Hexo</a> </li> </ul> </div> </div> </aside> </div> <footer id="footer"> <div class="outer"> <div id="footer-info" class="inner"> &copy; 2018 渺沧海之一粟<br> Powered by <a href="http://hexo.io/" target="_blank">Hexo</a> </div> </div> </footer> </div> <nav id="mobile-nav"> <a href="/" class="mobile-nav-link">Home</a> <a href="/archives" class="mobile-nav-link">Archives</a> </nav> <script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script> <link rel="stylesheet" href="/fancybox/jquery.fancybox.css"> <script src="/fancybox/jquery.fancybox.pack.js"></script> <script src="/js/script.js"></script> </div> </body> </html>
lzyscript/lzyscript.github.io
tags/venv/index.html
HTML
mit
5,392
<!DOCTYPE> <html lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://ogp.me/ns/fb#"> <head> <title>Aos Fatos | Linha do Tempo: As idas e vindas de Temer em 2017</title> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1"> <script type="text/javascript" src="js/ICanHaz.js"></script> <script type="text/javascript" src='js/jquery.js'></script> <script type="text/javascript" src='js/site.js'></script> <script type="text/javascript" src='js/tabletop1.3.4.js'></script> <link rel="canonical" href="https://aosfatos.org/timeline_temer2017/" /> <link rel="shortcut icon" href="logo.png" /> <link type="text/css" rel="stylesheet" href="timeline_lj.css" /> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css"> <meta name='keywords' content='política, Brasil, política brasileira, jornalismo de dados, aos fatos, volt data lab, impeachment'> <meta name='description' content='Linha do Tempo: As idas e vindas de Temer em 2017'> <meta name='subject' content='jornalismo de dados'> <meta name='copyright' content='Aos Fatos'> <meta name='language' content='PT'> <meta name='robots' content='index,follow'> <meta name='revised' content='Janeiro de 2018'> <meta name='author' content='Sérgio Spagnuolo'> <meta name='designer' content='@sergiospagnuolo'> <meta name='reply-to' content='info@voltdata.info'> <meta name='owner' content='Aos Fatos'> <meta name='url' content='https://aosfatos.org/timeline_temer2017/'> <meta name='identifier-URL' content=''> <meta name='coverage' content='Brasil'> <meta name='distribution' content='Global'> <meta name='rating' content='General'> <meta name='subtitle' content='Linha do Tempo: As idas e vindas de Temer em 2017'> <meta name='target' content='all'> <meta name='HandheldFriendly' content='True'> <meta name='MobileOptimized' content='320'> <meta property="og:image" content="https://github.com/voltdatalab/especiais_aosfatos/blob/gh-pages/posts/tl-temer/social.png?raw=true" /> <meta property="og:url" content="https://aosfatos.org/timeline_temer2017/"> <meta property="og:title" content="Linha do Tempo: As idas e vindas de Temer em 2017"> <meta property="og:description" content="O discurso do presidente ao longo do ano sobre ajuste fiscal, reforma da Previdência, crescimento da economia, meio ambiente e inflação."> <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-53209770-2', 'auto'); ga('require', 'linkid', 'linkid.js'); ga('send', 'pageview'); </script> </head> <body> <div id="header" style="z-index:999; position: relative; "> <ul class="header"> <li><a href="https://aosfatos.org"><img src="logo.png" alt="logo Aos Fatos" id="logoaf" style="display:none"></a></li> <li style="right: 100; top:6;color:white; position:absolute;float:right;text-transform:uppercase;font-family: 'Inconsolata';">Compartilhe</li> <li class="redes" style="right: 40;"><a href="https://twitter.com/share?text=Linha do Tempo: As idas e vindas de Temer em 2017 @aosfatos &url=https://aosfatos.org/timeline_temer2017/" target="_blank"><i class="fa fa-twitter-square fa-2x" aria-hidden="true" style="color:#faa61a"></i></a></li> <li class="redes" style="right: 0;"><a href="https://www.facebook.com/sharer/sharer.php?u=http%3A//aosfatos.org/timeline_temer2017" target="_blank"><i class="fa fa-facebook-square fa-2x" aria-hidden="true" style="color:#faa61a"></i></a></li> </ul> </div> <div id="banner"> <div id="overlay"> <div class="titulagem" style="z-index: 1; position: relative;"> <h1>As idas e vindas de Temer em 2017 <br /></h1> <hr /> <h2 class="sub">Analisamos o discurso do presidente ao longo do ano a respeito dos principais itens de sua agenda: ajuste fiscal, reforma da Previdência, crescimento da economia, meio ambiente e inflação. <br /><br /><br /><br /> </h2> </div> </div> </div> <h7><a href="http://agenciabrasil.ebc.com.br/geral/foto/2016-02/sessao-de-abertura-do-ano-judiciario?id=997398" target="_blank">Foto: Alan Santos/PR</a></h7> <div class="creditos"> <h3>Por <span class="cred"><a href="https://twitter.com/@anaritaldc" target="_blank">Ana Rita Cunha</a></span>, <span class="cred"><a href="https://twitter.com/baliborio" target="_blank">Bárbara Libório</a></span> e <span class="cred"><a href="https://twitter.com/tainalon" target="_blank">Tai Nalon</a></span><br /> <br /> <span>12 de janeiro de 2018</span> </h3> </div> <hr /> <!-- REMOVE TEXTO INTRO <div class="panorama"> <div id="panorama"> <p>Intro</p> </div> </div> <hr /> --> <div id="tools" class="container"><span class="flash animated">carregando...</span></div> <script id="tools" type="text/html"> <div class="noticias"> <div class="primeiro"></div> {{#rows}} <div id="{{rowNumber}}" class="tool-box fatos"> <div class="tool-box-tool segundo {{coluna}}" style="border: 3px solid {{cor}}"> <div style="background-color: {{cor}}"></div> <div class="ano"> <h4>{{data}}</h4> </div> <div class="tool-box-bottom {{rowNumber}}"> <ul> <li style="background-color: {{cor}};padding:5px;color:{{fontecor}};display:inline;text-align:right"><strong>{{tema}}</strong></li> <li style="margin: 0 auto"> <p class="aspa" style="margin-top: 100px;padding: 0 30px 0 0">‘</p> <h5 style="margin-top: -30px; margin-left:50px; max-width: 350px;font-weight:300">{{aspa}}</h5> <p class="aspa" style="float: right">’</p> <br /> <br /> </li> <li>{{descricao}}</li><br /> <li><a href="{{link}}" target="_blank"><span>Saiba mais</span></a> - via {{fonte}} </li> </ul> </div> </div> <br /><br /> {{/rows}} </div> </div> </script> <script type="text/javascript"> document.addEventListener('DOMContentLoaded', function() { //https://docs.google.com/spreadsheets/d/1qbfRr1dERsVkp8341I2JqdouZbYCtv_iN6825x4TpWw/edit?usp=sharing var URL = "1qbfRr1dERsVkp8341I2JqdouZbYCtv_iN6825x4TpWw" Tabletop.init({ key: URL, callback: initialize, simpleSheet: true }) }) </script> </div> </div> </body> </html>
voltdatalab/especiais_aosfatos
posts/tl-temer/index.html
HTML
mit
6,773
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>zchinese: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.13.1 / zchinese - 8.8.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> zchinese <small> 8.8.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-10-26 18:01:49 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-10-26 18:01: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 conf-gmp 3 Virtual package relying on a GMP lib system installation coq 8.13.1 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.08.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.08.1 Official release 4.08.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/zchinese&quot; license: &quot;Unknown&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/ZChinese&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.8&quot; &amp; &lt; &quot;8.9~&quot;} ] tags: [ &quot;keyword: number theory&quot; &quot;keyword: chinese remainder&quot; &quot;keyword: primality&quot; &quot;keyword: prime numbers&quot; &quot;category: Mathematics/Arithmetic and Number Theory/Number theory&quot; &quot;category: Miscellaneous/Extracted Programs/Arithmetic&quot; ] authors: [ &quot;Valérie Ménissier-Morain&quot; ] bug-reports: &quot;https://github.com/coq-contribs/zchinese/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/zchinese.git&quot; synopsis: &quot;A proof of the Chinese Remainder Lemma&quot; description: &quot;This is a rewriting of the contribution chinese-lemma using Zarith&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/zchinese/archive/v8.8.0.tar.gz&quot; checksum: &quot;md5=46cbe3ab4981c19e25fd19410d63ab03&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-zchinese.8.8.0 coq.8.13.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.13.1). The following dependencies couldn&#39;t be met: - coq-zchinese -&gt; coq &lt; 8.9~ -&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-zchinese.8.8.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.08.1-2.0.5/released/8.13.1/zchinese/8.8.0.html
HTML
mit
7,099
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>dictionaries: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.10.1 / dictionaries - 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> dictionaries <small> 8.9.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-10-27 08:55:36 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-10-27 08:55:36 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils coq 8.10.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;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/dictionaries&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/Dictionaries&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.9&quot; &amp; &lt; &quot;8.10~&quot;} ] tags: [ &quot;keyword: modules&quot; &quot;keyword: functors&quot; &quot;keyword: search trees&quot; &quot;category: Computer Science/Data Types and Data Structures&quot; &quot;category: Miscellaneous/Extracted Programs/Data structures&quot; &quot;date: 2003-02-6&quot; ] authors: [ &quot;Pierre Castéran &lt;casteran@labri.fr&gt;&quot; ] bug-reports: &quot;https://github.com/coq-contribs/dictionaries/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/dictionaries.git&quot; synopsis: &quot;Dictionaries (with modules)&quot; description: &quot;&quot;&quot; This file contains a specification for dictionaries, and an implementation using binary search trees. Coq&#39;s module system, with module types and functors, is heavily used. It can be considered as a certified version of an example proposed by Paulson in Standard ML. A detailed description (in French) can be found in the chapter 11 of The Coq&#39;Art, the book written by Yves Bertot and Pierre Castéran (please follow the link http://coq.inria.fr/doc-eng.html)&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/dictionaries/archive/v8.9.0.tar.gz&quot; checksum: &quot;md5=d1a48827a1b710987adbf0366a63f64b&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-dictionaries.8.9.0 coq.8.10.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.10.1). The following dependencies couldn&#39;t be met: - coq-dictionaries -&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-dictionaries.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.10.1/dictionaries/8.9.0.html
HTML
mit
7,367
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link rel="icon" href="http://imageshack.com/a/img923/6904/Ml2aYx.png" /> <title>Server IoT</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script> </head> <body> <div class="jumbotron text-center"> <h1>Server IoT - ESP8266</h1> <h4>Bem-vindo!</h4> </div> <div class="container" > <form class="form-horizontal" action="/cadastrarDispositivos" method="POST"> <div class="form-group"> <label class="control-label col-sm-offset-3 col-sm-2" for="idUsuario">idUsuario:</label> <div class="col-sm-4"> <input type="text" class="form-control" id="idUsuario" name="idUsuario" placeholder="idUsuario"> </div> </div> <div class="form-group"> <label class="control-label col-sm-offset-3 col-sm-2" for="dispositivo">Dispositivo: (Nome sem espaço)</label> <div class="col-sm-4"> <input type="text" class="form-control" id="dispositivo" name="dispositivo" placeholder="Enter nome do dispositivo"> </div> </div> <div class="form-group"> <label class="control-label col-sm-offset-3 col-sm-2" for="MAC">MAC:</label> <div class="col-sm-4"> <input type="text" class="form-control" id="MAC" name="MAC" placeholder="Enter MAC do dispositivo"> </div> </div> <div class="form-group"> <label class="control-label col-sm-offset-3 col-sm-2" for="a0">Porta analogica:</label> <div class="col-sm-4"> <input type="text" class="form-control" id="a0" name="a0" placeholder="Valor da porta analogica"> </div> </div> <div class="form-group"> <label class="control-label col-sm-offset-3 col-sm-2" for="d0">Porta digital 0:</label> <div class="col-sm-4"> <input type="text" class="form-control" id="d0" name="d0" placeholder="Valor da porta 0"> </div> </div> <div class="form-group"> <label class="control-label col-sm-offset-3 col-sm-2" for="1">Porta digital 1:</label> <div class="col-sm-4"> <input type="text" class="form-control" id="d1" name="d1" placeholder="Valor da porta 1"> </div> </div> <div class="form-group"> <label class="control-label col-sm-offset-3 col-sm-2" for="d2">Porta digital 2:</label> <div class="col-sm-4"> <input type="text" class="form-control" id="d2" name="d2" placeholder="Valor da porta 2"> </div> </div> <div class="form-group"> <label class="control-label col-sm-offset-3 col-sm-2" for="d3">Porta digital 3:</label> <div class="col-sm-4"> <input type="text" class="form-control" id="d3" name="d3" placeholder="Valor da porta 3"> </div> </div> <div class="form-group"> <label class="control-label col-sm-offset-3 col-sm-2" for="d0">Porta digital 4:</label> <div class="col-sm-4"> <input type="text" class="form-control" id="d4" name="d4" placeholder="Valor da porta 4"> </div> </div> <div class="form-group"> <label class="control-label col-sm-offset-3 col-sm-2" for="d5">Porta digital 5:</label> <div class="col-sm-4"> <input type="text" class="form-control" id="d5" name="d5" placeholder="Valor da porta 5"> </div> </div> <div class="form-group"> <label class="control-label col-sm-offset-3 col-sm-2" for="d6">Porta digital 6:</label> <div class="col-sm-4"> <input type="text" class="form-control" id="d6" name="d6" placeholder="Valor da porta 6"> </div> </div> <div class="form-group"> <label class="control-label col-sm-offset-3 col-sm-2" for="d7">Porta digital 7:</label> <div class="col-sm-4"> <input type="text" class="form-control" id="d7" name="d7" placeholder="Valor da porta 7"> </div> </div> <div class="form-group"> <label class="control-label col-sm-offset-3 col-sm-2" for="d8">Porta digital 8:</label> <div class="col-sm-4"> <input type="text" class="form-control" id="d8" name="d8" placeholder="Valor da porta 8"> </div> </div> <div class="form-group"> <div class="col-sm-offset-5 col-sm-10"> <button type="submit" class="btn btn-default btn-success col-sm-4">Cadastrar!</button> </div> </div> </form> </div> <!-- <div class="panel-footer" style="position: absolute; bottom: 0; width: 100%; text-align: right;">Desenvolvidor por Ewerton Leandro de Sousa - 03/01/2017</div> --> </body> </html>
3w3rt0n/ServerIoTPython
static/cadastrarDispositivos.html
HTML
mit
4,875
<!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_07) on Fri Apr 11 15:39:24 BST 2008 --> <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <TITLE> Uses of Class org.apache.commons.collections.functors.NonePredicate (Commons Collections 3.2.1 API) </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title="Uses of Class org.apache.commons.collections.functors.NonePredicate (Commons Collections 3.2.1 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="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/apache/commons/collections/functors/NonePredicate.html" title="class in org.apache.commons.collections.functors"><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/apache/commons/collections/functors/\class-useNonePredicate.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="NonePredicate.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.apache.commons.collections.functors.NonePredicate</B></H2> </CENTER> No usage of org.apache.commons.collections.functors.NonePredicate <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/apache/commons/collections/functors/NonePredicate.html" title="class in org.apache.commons.collections.functors"><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/apache/commons/collections/functors/\class-useNonePredicate.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="NonePredicate.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> Copyright © 2001-2008 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved. </BODY> </HTML>
seeseekey/jenet
libs/commons-collections-3.2.1/apidocs/org/apache/commons/collections/functors/class-use/NonePredicate.html
HTML
mit
6,239
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="author" content=""> <title>Ritesh Porey</title> <!-- Bootstrap Core CSS --> <link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet"> <!-- Theme CSS --> <link href="css/freelancer.min.css" rel="stylesheet"> <!-- Custom Fonts --> <link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"> <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css"> <link href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css"> <link rel="stylesheet" href="https://cdn.rawgit.com/konpa/devicon/master/devicon.min.css"> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> <![endif]--> <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-88365788-1', 'auto'); ga('send', 'pageview'); </script> </head> <body id="page-top" class="index"> <!-- Navigation --> <nav id="mainNav" class="navbar navbar-default navbar-fixed-top navbar-custom"> <div class="container"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header page-scroll"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> Menu <i class="fa fa-bars"></i> </button> <a class="navbar-brand" href="#page-top">Ritesh Porey</a> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav navbar-right"> <li class="hidden"> <a href="#page-top"></a> </li> <li class="page-scroll"> <a href="#about">About Me</a> </li> <li class="page-scroll"> <a href="#portfolio">Projects</a> </li> <li class="page-scroll"> <a href="#contact">Contact</a> </li> </ul> </div> <!-- /.navbar-collapse --> </div> <!-- /.container-fluid --> </nav> <!-- Header --> <header> <div class="container"> <div class="row"> <div class="col-lg-12"> <img class="img-responsive" src="DP.jpg" alt="" height="500" width="500"> <div class="intro-text"> <span class="name">Ritesh Porey</span> <hr class="star-light"> <span class="skills">Graduate Student NC State - Master's in Computer Science</span> </div> </div> </div> </div> </header> <!-- About Section --> <section id="about"> <div class="container"> <div class="row"> <div class="col-lg-12 text-center"> <h2>About</h2> <hr class="star-primary"> </div> </div> <div class="row"> <div class="col-lg-4 col-lg-offset-2"> <p>Hi! I am Ritesh Porey, a graduate student pursuing Master of Science in Computer Science at North Carolina State University. I am actively searching for full-time opportunities, starting June 2017, for a Software Development Position. </p> </div> <div class="col-lg-4"> <p>I am an avid traveller, an enthusiastic gamer and love the genre of horror. I am passionate about cricket, soccer and play badminton on a regular basis. A skillful and efficient worker, I can deliver and am a go-getter. </p> </div> <div class="col-lg-8 col-lg-offset-2 text-center"> <a href="Ritesh_Resume.pdf" class="btn btn-success btn-lg"> <i class="fa fa-download"></i> Download Resume </a> </div> </div> </div> </section> <!-- Project Grid Section --> <section id="portfolio" class="success"> <div class="container"> <div class="row"> <div class="col-lg-12 text-center"> <h2>Projects</h2> <hr class="star-light"> </div> </div> <div class="row" style="padding-left:80px"> <div class="col-sm-4 portfolio-item"> <a href="#portfolioModal1" class="portfolio-link" data-toggle="modal"> <div class="caption"> <div class="caption-content"> <i class="fa fa-search-plus fa-3x"></i> </div> </div> <img src="img/projects/django-original.svg" class="img-responsive" alt="" height="250" width="250"> </a> </div> <div class="col-sm-4 portfolio-item"> <a href="#portfolioModal2" class="portfolio-link" data-toggle="modal"> <div class="caption"> <div class="caption-content"> <i class="fa fa-search-plus fa-3x"></i> </div> </div> <img src="img/projects/github-original.svg" class="img-responsive" alt="" height="250" width="250"> </a> </div> <div class="col-sm-4 portfolio-item"> <a href="#portfolioModal3" class="portfolio-link" data-toggle="modal"> <div class="caption"> <div class="caption-content"> <i class="fa fa-search-plus fa-3x"></i> </div> </div> <img src="img/projects/python-original.svg" class="img-responsive" alt="" height="250" width="250"> </a> </div> <div class="col-sm-4 portfolio-item"> <a href="#portfolioModal4" class="portfolio-link" data-toggle="modal"> <div class="caption"> <div class="caption-content"> <i class="fa fa-search-plus fa-3x"></i> </div> </div> <img src="img/projects/java-original.svg" class="img-responsive" alt="" height="250" width="250"> </a> </div> <div class="col-sm-4 portfolio-item"> <a href="#portfolioModal5" class="portfolio-link" data-toggle="modal"> <div class="caption"> <div class="caption-content"> <i class="fa fa-search-plus fa-3x"></i> </div> </div> <img src="img/projects/oracle-original.svg" class="img-responsive" alt="" height="250" width="250"> </a> </div> <div class="col-sm-4 portfolio-item"> <a href="#portfolioModal6" class="portfolio-link" data-toggle="modal"> <div class="caption"> <div class="caption-content"> <i class="fa fa-search-plus fa-3x"></i> </div> </div> <img src="img/projects/html5-original.svg" class="img-responsive" alt="" height="250" width="250"> </a> </div> </div> </div> </section> <!-- Contact Section --> <section id="contact"> <div class="container"> <div class="row"> <div class="col-lg-12 text-center"> <h2>Contact Me</h2> <hr class="star-primary"> </div> </div> <div class="row"> <div class="col-lg-8 col-lg-offset-2"> <!-- To configure the contact form email address, go to mail/contact_me.php and update the email address in the PHP file on line 19. --> <!-- The form should work on most web servers, but if the form is not working you may need to configure your web server differently. --> <!--<form name="sentMessage" id="contactForm" novalidate>--> <form action="https://getsimpleform.com/messages?form_api_token=7694a7735860a0b9aad4b3a3bb2740dc" method="post"> <input type='hidden' name='redirect_to' value='https://riteshporey.github.io'/> <div class="row control-group"> <div class="form-group col-xs-12 floating-label-form-group controls"> <label>Name</label> <input type="text" name="From: " class="form-control" placeholder="Name" id="name" required data-validation-required-message="Please enter your name."> <p class="help-block text-danger"></p> </div> </div> <div class="row control-group"> <div class="form-group col-xs-12 floating-label-form-group controls"> <label>Email Address</label> <input type="email" name="Reply To: " class="form-control" placeholder="Email Address" id="email" required data-validation-required-message="Please enter your email address."> <p class="help-block text-danger"></p> </div> </div> <div class="row control-group"> <div class="form-group col-xs-12 floating-label-form-group controls"> <label>Phone Number</label> <input type="tel" name="Phone Number: " class="form-control" placeholder="Phone Number" id="phone" required data-validation-required-message="Please enter your phone number."> <p class="help-block text-danger"></p> </div> </div> <div class="row control-group"> <div class="form-group col-xs-12 floating-label-form-group controls"> <label>Message</label> <textarea rows="5" name="Message: " class="form-control" placeholder="Message" id="message" required data-validation-required-message="Please enter a message."></textarea> <p class="help-block text-danger"></p> </div> </div> <br> <div id="success"></div> <div class="row"> <div class="form-group col-xs-12"> <button type="submit" class="btn btn-success btn-lg" value='Test form' >Send</button> </div> </div> </form> </div> </div> </div> </section> <!-- Footer --> <footer class="text-center"> <div class="footer-above"> <div class="container"> <div class="row"> <div class="footer-col col-md-4"> <h3>Location</h3> <p>NC State University <br>Raleigh, NC 27606</p> </div> <div class="footer-col col-md-4"> <h3>Around the Web</h3> <ul class="list-inline"> <li> <a href="https://www.facebook.com/riteshporey" class="btn-social btn-outline"><i class="fa fa-fw fa-facebook"></i></a> </li> <li> <a href="https://www.instagram.com/riteshporey93/" class="btn-social btn-outline"><i class="fa fa-fw fa-instagram"></i></a> </li> <li> <a href="https://twitter.com/RT_da_GaMeR" class="btn-social btn-outline"><i class="fa fa-fw fa-twitter"></i></a> </li> <li> <a href="https://www.linkedin.com/in/ritesh-porey-452b909b" class="btn-social btn-outline"><i class="fa fa-fw fa-linkedin"></i></a> </li> <li> <a href="#" class="btn-social btn-outline"><i class="fa fa-fw fa-dribbble"></i></a> </li> </ul> </div> <div class="footer-col col-md-4"> <h3>Ritesh Porey</h3> <p>NC State Master's Student.</p> </div> </div> </div> </div> <div class="footer-below"> <div class="container"> <div class="row"> <div class="col-lg-12"> Copyright &copy; Ritesh Porey 2017 </div> </div> </div> </div> </footer> <!-- Scroll to Top Button (Only visible on small and extra-small screen sizes) --> <div class="scroll-top page-scroll hidden-sm hidden-xs hidden-lg hidden-md"> <a class="btn btn-primary" href="#page-top"> <i class="fa fa-chevron-up"></i> </a> </div> <!-- Portfolio Modals --> <div class="portfolio-modal modal fade" id="portfolioModal1" tabindex="-1" role="dialog" aria-hidden="true"> <div class="modal-content"> <div class="close-modal" data-dismiss="modal"> <div class="lr"> <div class="rl"> </div> </div> </div> <div class="container"> <div class="row"> <div class="col-lg-8 col-lg-offset-2"> <div class="modal-body"> <h2>nMASE(Network Monitoring and Search Engine)</h2> <hr class="star-primary"> <!--<img src="img/projects/django-original.svg" class="img-responsive img-centered" alt="" height="300" width="300">--> <p>Introduced concept of network search engine and ranking of network traffic. nMASE is built upon Boolean model of Information Retrieval and is capable of finding relevant content from a huge network trace based on simple natural language queries. This leads to significant reduction in the time that network administrators spend in scanning through colossal network activity. Captured packets using PF_ring library in C. Processed packets and extracted metadata using regex library in Python. Used Python Django framework for the Web development.</p> <ul class="list-inline item-details"> <li>Date: <strong>February 2015 </strong> </li> <li>Domain: <strong>Networks/Web Development </strong> </li> </ul> <button type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-times"></i> Close</button> </div> </div> </div> </div> </div> </div> <div class="portfolio-modal modal fade" id="portfolioModal2" tabindex="-1" role="dialog" aria-hidden="true"> <div class="modal-content"> <div class="close-modal" data-dismiss="modal"> <div class="lr"> <div class="rl"> </div> </div> </div> <div class="container"> <div class="row"> <div class="col-lg-8 col-lg-offset-2"> <div class="modal-body"> <h2>CRABOT - Code Review Assist Bot</h2> <hr class="star-primary"> <!--<img src="img/portfolio/cake.png" class="img-responsive img-centered" alt="">--> <!--<p>Implemented a FTP server in Python but with using the UDP Protocol. The UDP communication with the server is made reliable with the implementation of Go-Back-N sliding window protocol.</p>--> <p>Crabot takes code submitted for PR (pull request), runs different analysis and posts results to help software developers to easily review the code. Specifically Crabot performs the following tasks:</p> <ul style="list-style-type:none"> <li>Evaluate and report test coverage of newly added code</li> <li>Report newly added code dependencies</li> <li>Extract documentation of new methods to help a reviewer better understand the new code changes</li> <li>Detect and report any duplicate code</li> </ul> <ul class="list-inline item-details"> <li>Date: <strong>October 2016 </strong> </li> <li>Domain: <strong>Software Engineering </strong> </li> </ul> <button type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-times"></i> Close</button> </div> </div> </div> </div> </div> </div> <div class="portfolio-modal modal fade" id="portfolioModal3" tabindex="-1" role="dialog" aria-hidden="true"> <div class="modal-content"> <div class="close-modal" data-dismiss="modal"> <div class="lr"> <div class="rl"> </div> </div> </div> <div class="container"> <div class="row"> <div class="col-lg-8 col-lg-offset-2"> <div class="modal-body"> <h2>Peer-to-Peer Centralized Index(P2P-CI) for sharing RFCs</h2> <hr class="star-primary"> <!--<img src="img/portfolio/circus.png" class="img-responsive img-centered" alt="">--> <p>Built a P2P-CI system in which peers who wish to download an RFC that they do not have in their hard drive, may download it from another active peer who does. All communication among peers or between a peer and the server will be taking place over TCP. Implemented the system using Python.</p> <ul class="list-inline item-details"> <li>Date: <strong>April 2016 </strong> </li> <li>Domain: <strong>Computer Networks/Internet Protocols </strong> </li> </ul> <h2>A Simple FTP Server using UDP and Go-Back-N:</h2> <hr class="star-primary"> <!--<img src="img/portfolio/cake.png" class="img-responsive img-centered" alt="">--> <p>Implemented a FTP server in Python but with using the UDP Protocol. The UDP communication with the server is made reliable with the implementation of Go-Back-N sliding window protocol.</p> <ul class="list-inline item-details"> <li>Date: <strong>February 2016 </strong> </li> <li>Domain: <strong>Computer Networks/Internet Protocols </strong> </li> </ul> <button type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-times"></i> Close</button> </div> </div> </div> </div> </div> </div> <div class="portfolio-modal modal fade" id="portfolioModal4" tabindex="-1" role="dialog" aria-hidden="true"> <div class="modal-content"> <div class="close-modal" data-dismiss="modal"> <div class="lr"> <div class="rl"> </div> </div> </div> <div class="container"> <div class="row"> <div class="col-lg-8 col-lg-offset-2"> <div class="modal-body"> <h2>Investigation of Protocol Handshakes on Mobile Devices for Data Protection</h2> <hr class="star-primary"> <!--<img src="img/portfolio/safe.png" class="img-responsive img-centered" alt="">--> <p>Split apps into different classifications and analyze the protocol handshakes used for data in transit, specifically identifying the use of off-the-shelf encryption and data protection mechanisms on Android devices.</p> <ul class="list-inline item-details"> <li>Date: <strong>April 2016 </strong> </li> <li>Domain: <strong>Computer Network and Security </strong> </li> </ul> <button type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-times"></i> Close</button> </div> </div> </div> </div> </div> </div> <div class="portfolio-modal modal fade" id="portfolioModal5" tabindex="-1" role="dialog" aria-hidden="true"> <div class="modal-content"> <div class="close-modal" data-dismiss="modal"> <div class="lr"> <div class="rl"> </div> </div> </div> <div class="container"> <div class="row"> <div class="col-lg-8 col-lg-offset-2"> <div class="modal-body"> <h2>Library Management System</h2> <hr class="star-primary"> <!--<img src="img/portfolio/game.png" class="img-responsive img-centered" alt="">--> <p>Designed and developed a Library Management System for NCSU libraries as an academic project. Applied various DBMS concepts and used Oracle 11g and Java to develop it.</p> <ul class="list-inline item-details"> <li>Date: <strong>October 2015 </strong> </li> <li>Domain: <strong>Database Management Systems </strong> </li> </ul> <h2>Stationary Management System</h2> <hr class="star-primary"> <!--<img src="img/portfolio/game.png" class="img-responsive img-centered" alt="">--> <p>The application provided functionalities like billing, stock information, sales analysis and automatic dispatch of stock. Used Visual Basic 10 and Oracle 10g.</p> <ul class="list-inline item-details"> <li>Date: <strong>September 2013 </strong> </li> <li>Domain: <strong>Database Management Systems </strong> </li> </ul> <button type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-times"></i> Close</button> </div> </div> </div> </div> </div> </div> <div class="portfolio-modal modal fade" id="portfolioModal6" tabindex="-1" role="dialog" aria-hidden="true"> <div class="modal-content"> <div class="close-modal" data-dismiss="modal"> <div class="lr"> <div class="rl"> </div> </div> </div> <div class="container"> <div class="row"> <div class="col-lg-8 col-lg-offset-2"> <div class="modal-body"> <h2>Online Magazine Portal</h2> <hr class="star-primary"> <!--<img src="img/portfolio/submarine.png" class="img-responsive img-centered" alt="">--> <p>Developed an online magazine portal through which students and teachers can stay in touch with recent technical trends. Used HTML, JavaScript and CSS for web development and also used Oracle 10g and JSP.</p> <ul class="list-inline item-details"> <li>Date: <strong>March 2014 </strong> </li> <li>Domain: <strong>Web Development </strong> </li> </ul> <button type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-times"></i> Close</button> </div> </div> </div> </div> </div> </div> <!-- jQuery --> <script src="vendor/jquery/jquery.min.js"></script> <!-- Bootstrap Core JavaScript --> <script src="vendor/bootstrap/js/bootstrap.min.js"></script> <!-- Plugin JavaScript --> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script> <!-- Contact Form JavaScript --> <script src="js/jqBootstrapValidation.js"></script> <script src="js/contact_me.js"></script> <!-- Theme JavaScript --> <script src="js/freelancer.min.js"></script> </body> </html>
riteshporey/riteshporey.github.io
index.html
HTML
mit
29,274
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>src\hud\widgets\IconBar.ts - Kiwi.js</title> <link rel="stylesheet" href="http://yui.yahooapis.com/3.9.1/build/cssgrids/cssgrids-min.css"> <link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css"> <link rel="stylesheet" href="../assets/css/main.css" id="site_styles"> <link rel="shortcut icon" type="image/png" href="../assets/favicon.png"> <script src="http://yui.yahooapis.com/combo?3.9.1/build/yui/yui-min.js"></script> </head> <body class="yui3-skin-sam"> <div id="doc"> <div id="hd" class="yui3-g header"> <div class="yui3-u-3-4"> <h1><img src="../assets/css/logo.png" title="Kiwi.js"></h1> </div> <div class="yui3-u-1-4 version"> <em>API Docs for: 1.1.1</em> </div> </div> <div id="bd" class="yui3-g"> <div class="yui3-u-1-4"> <div id="docs-sidebar" class="sidebar apidocs"> <div id="api-list"> <h2 class="off-left">APIs</h2> <div id="api-tabview" class="tabview"> <ul class="tabs"> <li><a href="#api-classes">Classes</a></li> <li><a href="#api-modules">Modules</a></li> </ul> <div id="api-tabview-filter"> <input type="search" id="api-filter" placeholder="Type to filter APIs"> </div> <div id="api-tabview-panel"> <ul id="api-classes" class="apis classes"> <li><a href="../classes/Kiwi.Animations.Animation.html">Kiwi.Animations.Animation</a></li> <li><a href="../classes/Kiwi.Animations.Sequence.html">Kiwi.Animations.Sequence</a></li> <li><a href="../classes/Kiwi.Animations.Tween.html">Kiwi.Animations.Tween</a></li> <li><a href="../classes/Kiwi.Animations.Tweens.Easing.Back.html">Kiwi.Animations.Tweens.Easing.Back</a></li> <li><a href="../classes/Kiwi.Animations.Tweens.Easing.Bounce.html">Kiwi.Animations.Tweens.Easing.Bounce</a></li> <li><a href="../classes/Kiwi.Animations.Tweens.Easing.Circular.html">Kiwi.Animations.Tweens.Easing.Circular</a></li> <li><a href="../classes/Kiwi.Animations.Tweens.Easing.Cubic.html">Kiwi.Animations.Tweens.Easing.Cubic</a></li> <li><a href="../classes/Kiwi.Animations.Tweens.Easing.Elastic.html">Kiwi.Animations.Tweens.Easing.Elastic</a></li> <li><a href="../classes/Kiwi.Animations.Tweens.Easing.Exponential.html">Kiwi.Animations.Tweens.Easing.Exponential</a></li> <li><a href="../classes/Kiwi.Animations.Tweens.Easing.Linear.html">Kiwi.Animations.Tweens.Easing.Linear</a></li> <li><a href="../classes/Kiwi.Animations.Tweens.Easing.Quadratic.html">Kiwi.Animations.Tweens.Easing.Quadratic</a></li> <li><a href="../classes/Kiwi.Animations.Tweens.Easing.Quartic.html">Kiwi.Animations.Tweens.Easing.Quartic</a></li> <li><a href="../classes/Kiwi.Animations.Tweens.Easing.Quintic.html">Kiwi.Animations.Tweens.Easing.Quintic</a></li> <li><a href="../classes/Kiwi.Animations.Tweens.Easing.Sinusoidal.html">Kiwi.Animations.Tweens.Easing.Sinusoidal</a></li> <li><a href="../classes/Kiwi.Animations.Tweens.TweenManager.html">Kiwi.Animations.Tweens.TweenManager</a></li> <li><a href="../classes/Kiwi.Camera.html">Kiwi.Camera</a></li> <li><a href="../classes/Kiwi.CameraManager.html">Kiwi.CameraManager</a></li> <li><a href="../classes/Kiwi.Component.html">Kiwi.Component</a></li> <li><a href="../classes/Kiwi.ComponentManager.html">Kiwi.ComponentManager</a></li> <li><a href="../classes/Kiwi.Components.AnimationManager.html">Kiwi.Components.AnimationManager</a></li> <li><a href="../classes/Kiwi.Components.ArcadePhysics.html">Kiwi.Components.ArcadePhysics</a></li> <li><a href="../classes/Kiwi.Components.Box.html">Kiwi.Components.Box</a></li> <li><a href="../classes/Kiwi.Components.Input.html">Kiwi.Components.Input</a></li> <li><a href="../classes/Kiwi.Components.Sound.html">Kiwi.Components.Sound</a></li> <li><a href="../classes/Kiwi.Entity.html">Kiwi.Entity</a></li> <li><a href="../classes/Kiwi.Files.DataLibrary.html">Kiwi.Files.DataLibrary</a></li> <li><a href="../classes/Kiwi.Files.File.html">Kiwi.Files.File</a></li> <li><a href="../classes/Kiwi.Files.FileStore.html">Kiwi.Files.FileStore</a></li> <li><a href="../classes/Kiwi.Files.Loader.html">Kiwi.Files.Loader</a></li> <li><a href="../classes/Kiwi.Game.html">Kiwi.Game</a></li> <li><a href="../classes/Kiwi.GameManager.html">Kiwi.GameManager</a></li> <li><a href="../classes/Kiwi.GameObjects.Sprite.html">Kiwi.GameObjects.Sprite</a></li> <li><a href="../classes/Kiwi.GameObjects.StaticImage.html">Kiwi.GameObjects.StaticImage</a></li> <li><a href="../classes/Kiwi.GameObjects.Textfield.html">Kiwi.GameObjects.Textfield</a></li> <li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMap.html">Kiwi.GameObjects.Tilemap.TileMap</a></li> <li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMapLayer.html">Kiwi.GameObjects.Tilemap.TileMapLayer</a></li> <li><a href="../classes/Kiwi.GameObjects.Tilemap.TileType.html">Kiwi.GameObjects.Tilemap.TileType</a></li> <li><a href="../classes/Kiwi.Geom.AABB.html">Kiwi.Geom.AABB</a></li> <li><a href="../classes/Kiwi.Geom.Circle.html">Kiwi.Geom.Circle</a></li> <li><a href="../classes/Kiwi.Geom.Intersect.html">Kiwi.Geom.Intersect</a></li> <li><a href="../classes/Kiwi.Geom.IntersectResult.html">Kiwi.Geom.IntersectResult</a></li> <li><a href="../classes/Kiwi.Geom.Line.html">Kiwi.Geom.Line</a></li> <li><a href="../classes/Kiwi.Geom.Matrix.html">Kiwi.Geom.Matrix</a></li> <li><a href="../classes/Kiwi.Geom.Point.html">Kiwi.Geom.Point</a></li> <li><a href="../classes/Kiwi.Geom.Ray.html">Kiwi.Geom.Ray</a></li> <li><a href="../classes/Kiwi.Geom.Rectangle.html">Kiwi.Geom.Rectangle</a></li> <li><a href="../classes/Kiwi.Geom.Transform.html">Kiwi.Geom.Transform</a></li> <li><a href="../classes/Kiwi.Geom.Vector2.html">Kiwi.Geom.Vector2</a></li> <li><a href="../classes/Kiwi.Group.html">Kiwi.Group</a></li> <li><a href="../classes/Kiwi.HUD.HUDComponents.Counter.html">Kiwi.HUD.HUDComponents.Counter</a></li> <li><a href="../classes/Kiwi.HUD.HUDComponents.Time.html">Kiwi.HUD.HUDComponents.Time</a></li> <li><a href="../classes/Kiwi.HUD.HUDComponents.WidgetInput.html">Kiwi.HUD.HUDComponents.WidgetInput</a></li> <li><a href="../classes/Kiwi.HUD.HUDDisplay.html">Kiwi.HUD.HUDDisplay</a></li> <li><a href="../classes/Kiwi.HUD.HUDManager.html">Kiwi.HUD.HUDManager</a></li> <li><a href="../classes/Kiwi.HUD.HUDWidget.html">Kiwi.HUD.HUDWidget</a></li> <li><a href="../classes/Kiwi.HUD.Widget.Bar.html">Kiwi.HUD.Widget.Bar</a></li> <li><a href="../classes/Kiwi.HUD.Widget.BasicScore.html">Kiwi.HUD.Widget.BasicScore</a></li> <li><a href="../classes/Kiwi.HUD.Widget.Button.html">Kiwi.HUD.Widget.Button</a></li> <li><a href="../classes/Kiwi.HUD.Widget.Icon.html">Kiwi.HUD.Widget.Icon</a></li> <li><a href="../classes/Kiwi.HUD.Widget.IconBar.html">Kiwi.HUD.Widget.IconBar</a></li> <li><a href="../classes/Kiwi.HUD.Widget.Menu.html">Kiwi.HUD.Widget.Menu</a></li> <li><a href="../classes/Kiwi.HUD.Widget.MenuItem.html">Kiwi.HUD.Widget.MenuItem</a></li> <li><a href="../classes/Kiwi.HUD.Widget.TextField.html">Kiwi.HUD.Widget.TextField</a></li> <li><a href="../classes/Kiwi.HUD.Widget.Time.html">Kiwi.HUD.Widget.Time</a></li> <li><a href="../classes/Kiwi.IChild.html">Kiwi.IChild</a></li> <li><a href="../classes/Kiwi.Input.Finger.html">Kiwi.Input.Finger</a></li> <li><a href="../classes/Kiwi.Input.InputManager.html">Kiwi.Input.InputManager</a></li> <li><a href="../classes/Kiwi.Input.Key.html">Kiwi.Input.Key</a></li> <li><a href="../classes/Kiwi.Input.Keyboard.html">Kiwi.Input.Keyboard</a></li> <li><a href="../classes/Kiwi.Input.Keycodes.html">Kiwi.Input.Keycodes</a></li> <li><a href="../classes/Kiwi.Input.Mouse.html">Kiwi.Input.Mouse</a></li> <li><a href="../classes/Kiwi.Input.MouseCursor.html">Kiwi.Input.MouseCursor</a></li> <li><a href="../classes/Kiwi.Input.Pointer.html">Kiwi.Input.Pointer</a></li> <li><a href="../classes/Kiwi.Input.Touch.html">Kiwi.Input.Touch</a></li> <li><a href="../classes/Kiwi.PluginManager.html">Kiwi.PluginManager</a></li> <li><a href="../classes/Kiwi.Renderers.CanvasRenderer.html">Kiwi.Renderers.CanvasRenderer</a></li> <li><a href="../classes/Kiwi.Renderers.GLArrayBuffer.html">Kiwi.Renderers.GLArrayBuffer</a></li> <li><a href="../classes/Kiwi.Renderers.GLBlendMode.html">Kiwi.Renderers.GLBlendMode</a></li> <li><a href="../classes/Kiwi.Renderers.GLElementArrayBuffer.html">Kiwi.Renderers.GLElementArrayBuffer</a></li> <li><a href="../classes/Kiwi.Renderers.GLRenderManager.html">Kiwi.Renderers.GLRenderManager</a></li> <li><a href="../classes/Kiwi.Renderers.GLTextureManager.html">Kiwi.Renderers.GLTextureManager</a></li> <li><a href="../classes/Kiwi.Renderers.GLTextureWrapper.html">Kiwi.Renderers.GLTextureWrapper</a></li> <li><a href="../classes/Kiwi.Renderers.Renderer.html">Kiwi.Renderers.Renderer</a></li> <li><a href="../classes/Kiwi.Renderers.TextureAtlasRenderer.html">Kiwi.Renderers.TextureAtlasRenderer</a></li> <li><a href="../classes/Kiwi.Shaders.ShaderManager.html">Kiwi.Shaders.ShaderManager</a></li> <li><a href="../classes/Kiwi.Shaders.ShaderPair.html">Kiwi.Shaders.ShaderPair</a></li> <li><a href="../classes/Kiwi.Shaders.TextureAtlasShader.html">Kiwi.Shaders.TextureAtlasShader</a></li> <li><a href="../classes/Kiwi.Signal.html">Kiwi.Signal</a></li> <li><a href="../classes/Kiwi.SignalBinding.html">Kiwi.SignalBinding</a></li> <li><a href="../classes/Kiwi.Sound.Audio.html">Kiwi.Sound.Audio</a></li> <li><a href="../classes/Kiwi.Sound.AudioLibrary.html">Kiwi.Sound.AudioLibrary</a></li> <li><a href="../classes/Kiwi.Sound.AudioManager.html">Kiwi.Sound.AudioManager</a></li> <li><a href="../classes/Kiwi.Stage.html">Kiwi.Stage</a></li> <li><a href="../classes/Kiwi.State.html">Kiwi.State</a></li> <li><a href="../classes/Kiwi.StateConfig.html">Kiwi.StateConfig</a></li> <li><a href="../classes/Kiwi.StateManager.html">Kiwi.StateManager</a></li> <li><a href="../classes/Kiwi.System.Bootstrap.html">Kiwi.System.Bootstrap</a></li> <li><a href="../classes/Kiwi.System.Device.html">Kiwi.System.Device</a></li> <li><a href="../classes/Kiwi.Textures.SingleImage.html">Kiwi.Textures.SingleImage</a></li> <li><a href="../classes/Kiwi.Textures.SpriteSheet.html">Kiwi.Textures.SpriteSheet</a></li> <li><a href="../classes/Kiwi.Textures.TextureAtlas.html">Kiwi.Textures.TextureAtlas</a></li> <li><a href="../classes/Kiwi.Textures.TextureLibrary.html">Kiwi.Textures.TextureLibrary</a></li> <li><a href="../classes/Kiwi.Time.Clock.html">Kiwi.Time.Clock</a></li> <li><a href="../classes/Kiwi.Time.ClockManager.html">Kiwi.Time.ClockManager</a></li> <li><a href="../classes/Kiwi.Time.MasterClock.html">Kiwi.Time.MasterClock</a></li> <li><a href="../classes/Kiwi.Time.Timer.html">Kiwi.Time.Timer</a></li> <li><a href="../classes/Kiwi.Time.TimerEvent.html">Kiwi.Time.TimerEvent</a></li> <li><a href="../classes/Kiwi.Utils.Canvas.html">Kiwi.Utils.Canvas</a></li> <li><a href="../classes/Kiwi.Utils.Common.html">Kiwi.Utils.Common</a></li> <li><a href="../classes/Kiwi.Utils.GameMath.html">Kiwi.Utils.GameMath</a></li> <li><a href="../classes/Kiwi.Utils.RandomDataGenerator.html">Kiwi.Utils.RandomDataGenerator</a></li> <li><a href="../classes/Kiwi.Utils.RequestAnimationFrame.html">Kiwi.Utils.RequestAnimationFrame</a></li> <li><a href="../classes/Kiwi.Utils.Version.html">Kiwi.Utils.Version</a></li> </ul> <ul id="api-modules" class="apis modules"> <li><a href="../modules/Animations.html">Animations</a></li> <li><a href="../modules/Components.html">Components</a></li> <li><a href="../modules/Easing.html">Easing</a></li> <li><a href="../modules/Files.html">Files</a></li> <li><a href="../modules/GameObjects.html">GameObjects</a></li> <li><a href="../modules/Geom.html">Geom</a></li> <li><a href="../modules/HUD.html">HUD</a></li> <li><a href="../modules/HUDComponents.html">HUDComponents</a></li> <li><a href="../modules/Input.html">Input</a></li> <li><a href="../modules/Kiwi.html">Kiwi</a></li> <li><a href="../modules/Renderers.html">Renderers</a></li> <li><a href="../modules/Shaders.html">Shaders</a></li> <li><a href="../modules/Sound.html">Sound</a></li> <li><a href="../modules/System.html">System</a></li> <li><a href="../modules/Textures.html">Textures</a></li> <li><a href="../modules/Tilemap.html">Tilemap</a></li> <li><a href="../modules/Time.html">Time</a></li> <li><a href="../modules/Tweens.html">Tweens</a></li> <li><a href="../modules/Utils.html">Utils</a></li> <li><a href="../modules/Widget.html">Widget</a></li> </ul> </div> </div> </div> </div> </div> <div class="yui3-u-3-4"> <div id="api-options"> Show: <label for="api-show-inherited"> <input type="checkbox" id="api-show-inherited" checked> Inherited </label> <label for="api-show-protected"> <input type="checkbox" id="api-show-protected"> Protected </label> <label for="api-show-private"> <input type="checkbox" id="api-show-private"> Private </label> <label for="api-show-deprecated"> <input type="checkbox" id="api-show-deprecated"> Deprecated </label> </div> <div class="apidocs"> <div id="docs-main"> <div class="content"> <h1 class="file-heading">File: src\hud\widgets\IconBar.ts</h1> <div class="file"> <pre class="code prettyprint linenums"> /** * * @module HUD * @submodule Widget */ module Kiwi.HUD.Widget { /** * The IconBar used to display a series of icons which represent a number of &#x27;something&#x27; the user may have. * Example: If you had a shooter style game you might want to display the amount of &#x27;ammo&#x27; left in the gun using a series of bullet icons. You could then use this IconBar to display that series. * The amount is based of a counter components current value, so you can set a maximum and minimum number of images to be displayed. * * @class IconBar * @extends Kiwi.HUD.HUDWidget * @namespace Kiwi.HUD.Widget * @constructor * @param game {Kiwi.Game} The game that this icon bar belongs to. * @param atlas {Kiwi.Textures.TextureAtlas} The texture atlas that the icons will have. * @param current {number} The current amount of icons in the bar. * @param max {number} The maximum number of icons. * @param x {number} The x coordinates of the first icon. * @param y {number} The y coordinates of the last icon. * @return {Kiwi.HUD.Widget.IconBar} */ export class IconBar extends Kiwi.HUD.HUDWidget { constructor(game:Kiwi.Game, atlas: Kiwi.Textures.TextureAtlas, current: number, max: number, x: number, y: number) { super(game, &#x27;IconBar&#x27;, x, y); this.class = &#x27;kiwi-iconbar-widget kiwi-widget&#x27;; this.atlas = atlas; this.width = this.atlas.cells[0].w; this.height = this.atlas.cells[0].h; this._horizontal = true; this.counter = this.components.add(new Kiwi.HUD.HUDComponents.Counter(this, current, max, 0)); this.counter.updated.add(this._amountChanged, this); this._icons = []; this._amountChanged(); } /** * The type of object that this is. * @method objType * @return {String} &quot;IconBarWidget&quot; * @public */ public objType():string { return &#x27;IconBarWidget&#x27;; } /** * The amount of spacing you want between each icon in the bar. Defaults to 0. * @property iconGap * @type number * @default 0 * @public */ public iconGap: number = 0; /** * The texture atlas that each Icon inside the IconBar will use. * @property atlas * @type Kiwi.Textures.TextureAtlas * @public */ public atlas: Kiwi.Textures.TextureAtlas; /** * The width of a single Icon in the bar. This is based on the width of the first cell in the atlas. * @property width * @type number * @private */ private width: number; /** * The height of a single Icon in the bar. This is based on the height of the first cell in the atlas. * @property height * @type number * @private */ private height: number; /** * Knowledge of whether the icons should be horizontal or vertical * @property _horizontal * @type boolean * @default true * @private */ private _horizontal: boolean; /** * Holds the counter component. * @property counter * @type Kiwi.HUD.HUDComponents.Counter * @public */ public counter: Kiwi.HUD.HUDComponents.Counter; /** * An array of all of the icons on the screen. Each item in the array is of the type Kiwi.HUD.Widget.Icon * @property icons * @type Array * @private */ private _icons: Kiwi.HUD.Widget.Icon[]; /** * Gets called when the range has updated and then it updates the size of the bar. * @method _changeSize * @private */ private _amountChanged() { //do we need to do something to the icons?!? if (this.counter.max !== this._icons.length) { if ((this.counter.max) &gt; this._icons.length) { //add more var amount = (this.counter.max) - this._icons.length; for (var i = 0; i &lt; amount; i++) { this._addIcon(); } } else { //remove some for (var i = this.counter.max; i &lt; this._icons.length; i++) { this._removeIcon(this._icons[i]); this._icons[i].destroy(); this._icons.splice(i, 1); i--; } } } //display them all! for (var i = 0; i &lt; this._icons.length; i++) { if (i &gt; (this.counter.current - 1)) { this._icons[i].style.display = &#x27;none&#x27;; } else { this._icons[i].style.display = &#x27;block&#x27;; } } } /** * Creates a new Icon and adds it to this IconBar. * @method _addIcon * @private */ private _addIcon() { if (this.horizontal) { var i: Kiwi.HUD.Widget.Icon = new Kiwi.HUD.Widget.Icon(this.game, this.atlas, this.x + ((this.width + this.iconGap) * (this._icons.length - 1)), this.y); } else { var i: Kiwi.HUD.Widget.Icon = new Kiwi.HUD.Widget.Icon(this.game, this.atlas, this.x, ((this.height + this.iconGap) * (this._icons.length - 1)) + this.y); } this._icons.push(i); if (this._device == Kiwi.TARGET_BROWSER) { this.container.appendChild(i.container); } } /** * Removes a Icon from the container. * @method _removeIcon * @param icon {Kiwi.HUD.Widget.Icon} The icon that you want to remove. * @private */ private _removeIcon(icon:Kiwi.HUD.Widget.Icon) { if (this._device == Kiwi.TARGET_BROWSER) { this.container.removeChild(icon.container); } } /** * Used to set the bar to be horizontal or vertical by passing a boolean. * @property horizontal * @type boolean * @default true * @public */ public get horizontal(): boolean { return this._horizontal; } public set horizontal(val: boolean) { this._horizontal = val; this._amountChanged(); } /** * Used to set the bar to be horizontal or vertical by passing a boolean. * @property vertical * @type boolean * @default false * @public */ public get vertical(): boolean { return !this._horizontal; } public set vertical(val: boolean) { this._horizontal = !val; this._amountChanged(); } } } </pre> </div> </div> </div> </div> </div> </div> </div> <script src="../assets/vendor/prettify/prettify-min.js"></script> <script>prettyPrint();</script> <script src="../assets/js/yui-prettify.js"></script> <script src="../assets/../api.js"></script> <script src="../assets/js/api-filter.js"></script> <script src="../assets/js/api-list.js"></script> <script src="../assets/js/api-search.js"></script> <script src="../assets/js/apidocs.js"></script> </body> </html>
NoelReverse/dys
docs/files/src_hud_widgets_IconBar.ts.html
HTML
mit
24,989
<html><body> <h4>Windows 10 x64 (19041.388)</h4><br> <h2>_MAP_REGISTER_ENTRY</h2> <font face="arial"> +0x000 MapRegister : Ptr64 Void<br> +0x008 WriteToDevice : UChar<br> </font></body></html>
epikcraw/ggool
public/Windows 10 x64 (19041.388)/_MAP_REGISTER_ENTRY.html
HTML
mit
210
<!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:31 EDT 2012 --> <TITLE> ResourceLocation (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="ResourceLocation (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="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ResourceLocation.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/newdawn/slick/util/ResourceLoader.html" title="class in org.newdawn.slick.util"><B>PREV CLASS</B></A>&nbsp; &nbsp;NEXT CLASS</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?org/newdawn/slick/util/ResourceLocation.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="ResourceLocation.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"> org.newdawn.slick.util</FONT> <BR> Interface ResourceLocation</H2> <DL> <DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../../../org/newdawn/slick/util/ClasspathLocation.html" title="class in org.newdawn.slick.util">ClasspathLocation</A>, <A HREF="../../../../org/newdawn/slick/util/FileSystemLocation.html" title="class in org.newdawn.slick.util">FileSystemLocation</A></DD> </DL> <HR> <DL> <DT><PRE>public interface <B>ResourceLocation</B></DL> </PRE> <P> A location from which resources can be loaded <P> <P> <DL> <DT><B>Author:</B></DT> <DD>kevin</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;java.net.URL</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/newdawn/slick/util/ResourceLocation.html#getResource(java.lang.String)">getResource</A></B>(java.lang.String&nbsp;ref)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get a resource as a URL</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;java.io.InputStream</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/newdawn/slick/util/ResourceLocation.html#getResourceAsStream(java.lang.String)">getResourceAsStream</A></B>(java.lang.String&nbsp;ref)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get a resource as an input stream</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="getResourceAsStream(java.lang.String)"><!-- --></A><H3> getResourceAsStream</H3> <PRE> java.io.InputStream <B>getResourceAsStream</B>(java.lang.String&nbsp;ref)</PRE> <DL> <DD>Get a resource as an input stream <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>ref</CODE> - The reference to the resource to retrieve <DT><B>Returns:</B><DD>A stream from which the resource can be read or null if the resource can't be found in this location</DL> </DD> </DL> <HR> <A NAME="getResource(java.lang.String)"><!-- --></A><H3> getResource</H3> <PRE> java.net.URL <B>getResource</B>(java.lang.String&nbsp;ref)</PRE> <DL> <DD>Get a resource as a URL <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>ref</CODE> - The reference to the resource to retrieve <DT><B>Returns:</B><DD>A URL from which the resource can be read</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/ResourceLocation.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/newdawn/slick/util/ResourceLoader.html" title="class in org.newdawn.slick.util"><B>PREV CLASS</B></A>&nbsp; &nbsp;NEXT CLASS</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?org/newdawn/slick/util/ResourceLocation.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="ResourceLocation.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> <i>Copyright &#169; 2006 New Dawn Software. All Rights Reserved.</i> </BODY> </HTML>
dxiao/PPBunnies
slick/trunk/Slick/javadoc-util/org/newdawn/slick/util/ResourceLocation.html
HTML
mit
9,832
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" /> <title>Ezra 9 (ASV)</title> <link href="../../../build/mobile.css" rel="stylesheet" /> <script src="../../../build/mobile.js"></script> </head> <body dir="ltr" class="section-document"> <div class="header"><div class="nav"> <a class="name" href="ER.html">American Standard Version</a><a class="location" href="ER.html">Ezra 9</a><a class="prev" href="ER8.html">&lt;</a> <a class="home" href="index.html">=</a> <a class="next" href="ER10.html">&gt;</a> </div></div> <div class="section chapter ER ER9 eng_asv eng " dir="ltr" lang="en" data-id="ER9" data-nextid="ER10" data-previd="ER8"> <div class="c">9</div> <div class="p"> <span class="v-num v-1">1&nbsp;</span><span class="v ER9_1" data-id="ER9_1">Now when these things were done, the princes drew near unto me, saying, The people of Israel, and the priests and the Levites, have not separated themselves from the peoples of the lands, <span class="add">doing</span> according to their abominations, even of the Canaanites, the Hittites, the Perizzites, the Jebusites, the Ammonites, the Moabites, the Egyptians, and the Amorites. </span> <span class="v-num v-2">2&nbsp;</span><span class="v ER9_2" data-id="ER9_2">For they have taken of their daughters for themselves and for their sons, so that the holy seed have mingled themselves with the peoples of the lands: yea, the hand of the princes and rulers hath been chief in this trespass.</span> <span class="v-num v-3">3&nbsp;</span><span class="v ER9_3" data-id="ER9_3">And when I heard this thing, I rent my garment and my robe, and plucked off the hair of my head and of my beard, and sat down confounded. </span> <span class="v-num v-4">4&nbsp;</span><span class="v ER9_4" data-id="ER9_4">Then were assembled unto me every one that trembled at the words of the God of Israel, because of the trespass of them of the captivity; and I sat confounded until the evening oblation. </span> </div> <div class="p"> <span class="v-num v-5">5&nbsp;</span><span class="v ER9_5" data-id="ER9_5">And at the evening oblation I arose up from my humiliation, even with my garment and my robe rent; and I fell upon my knees, and spread out my hands unto Jehovah my God; </span> <span class="v-num v-6">6&nbsp;</span><span class="v ER9_6" data-id="ER9_6">and I said, O my God, I am ashamed and blush to lift up my face to thee, my God; for our iniquities are increased over our head, and our guiltiness is grown up unto the heavens. </span> <span class="v-num v-7">7&nbsp;</span><span class="v ER9_7" data-id="ER9_7">Since the days of our fathers we have been exceeding guilty unto this day; and for our iniquities have we, our kings, and our priests, been delivered into the hand of the kings of the lands, to the sword, to captivity, and to plunder, and to confusion of face, as it is this day. </span> <span class="v-num v-8">8&nbsp;</span><span class="v ER9_8" data-id="ER9_8">And now for a little moment grace hath been showed from Jehovah our God, to leave us a remnant to escape, and to give us a nail in his holy place, that our God may lighten our eyes, and give us a little reviving in our bondage.</span> <span class="v-num v-9">9&nbsp;</span><span class="v ER9_9" data-id="ER9_9">For we are bondmen; yet our God hath not forsaken us in our bondage, but hath extended lovingkindness unto us in the sight of the kings of Persia, to give us a reviving, to set up the house of our God, and to repair the ruins thereof, and to give us a wall in Judah and in Jerusalem. </span> <span class="v-num v-10">10&nbsp;</span><span class="v ER9_10" data-id="ER9_10">And now, O our God, what shall we say after this? for we have forsaken thy commandments,</span> <span class="v-num v-11">11&nbsp;</span><span class="v ER9_11" data-id="ER9_11">which thou hast commanded by thy servants the prophets, saying, The land, unto which ye go to possess it, is an unclean land through the uncleanness of the peoples of the lands, through their abominations, which have filled it from one end to another with their filthiness: </span> <span class="v-num v-12">12&nbsp;</span><span class="v ER9_12" data-id="ER9_12">now therefore give not your daughters unto their sons, neither take their daughters unto your sons, nor seek their peace or their prosperity for ever; that ye may be strong, and eat the good of the land, and leave it for an inheritance to your children for ever. </span> <span class="v-num v-13">13&nbsp;</span><span class="v ER9_13" data-id="ER9_13">And after all that is come upon us for our evil deeds, and for our great guilt, seeing that thou our God hast punished us less than our iniquities deserve, and hast given us such a remnant,</span> <span class="v-num v-14">14&nbsp;</span><span class="v ER9_14" data-id="ER9_14">shall we again break thy commandments, and join in affinity with the peoples that do these abominations? wouldest not thou be angry with us till thou hadst consumed us, so that there should be no remnant, nor any to escape?</span> <span class="v-num v-15">15&nbsp;</span><span class="v ER9_15" data-id="ER9_15">O Jehovah, the God of Israel, thou art righteous; for we are left a remnant that is escaped, as it is this day: behold, we are before thee in our guiltiness; for none can stand before thee because of this.</span> </div> </div> <div class="footnotes"> </div> <div class="footer"><div class="nav"> <a class="prev" href="ER8.html">&lt;</a> <a class="home" href="index.html">=</a> <a class="next" href="ER10.html">&gt;</a> </div></div> </body> </html>
khangpng/VietnameseBible
app/content/texts/eng_asv/ER9.html
HTML
mit
5,627
<!DOCTYPE html> <html xmlns:msxsl="urn:schemas-microsoft-com:xslt"> <head> <meta content="en-us" http-equiv="Content-Language" /> <meta content="text/html; charset=utf-16" http-equiv="Content-Type" /> <title _locid="PortabilityAnalysis0">.NET Portability Report</title> <style> /* Body style, for the entire document */ body { background: #F3F3F4; color: #1E1E1F; font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; padding: 0; margin: 0; } /* Header1 style, used for the main title */ h1 { padding: 10px 0px 10px 10px; font-size: 21pt; background-color: #E2E2E2; border-bottom: 1px #C1C1C2 solid; color: #201F20; margin: 0; font-weight: normal; } /* Header2 style, used for "Overview" and other sections */ h2 { font-size: 18pt; font-weight: normal; padding: 15px 0 5px 0; margin: 0; } /* Header3 style, used for sub-sections, such as project name */ h3 { font-weight: normal; font-size: 15pt; margin: 0; padding: 15px 0 5px 0; background-color: transparent; } h4 { font-weight: normal; font-size: 12pt; margin: 0; padding: 0 0 0 0; background-color: transparent; } /* Color all hyperlinks one color */ a { color: #1382CE; } /* Paragraph text (for longer informational messages) */ p { font-size: 10pt; } /* Table styles */ table { border-spacing: 0 0; border-collapse: collapse; font-size: 10pt; } table th { background: #E7E7E8; text-align: left; text-decoration: none; font-weight: normal; padding: 3px 6px 3px 6px; } table td { vertical-align: top; padding: 3px 6px 5px 5px; margin: 0px; border: 1px solid #E7E7E8; background: #F7F7F8; } .NoBreakingChanges { color: darkgreen; font-weight:bold; } .FewBreakingChanges { color: orange; font-weight:bold; } .ManyBreakingChanges { color: red; font-weight:bold; } .BreakDetails { margin-left: 30px; } .CompatMessage { font-style: italic; font-size: 10pt; } .GoodMessage { color: darkgreen; } /* Local link is a style for hyperlinks that link to file:/// content, there are lots so color them as 'normal' text until the user mouse overs */ .localLink { color: #1E1E1F; background: #EEEEED; text-decoration: none; } .localLink:hover { color: #1382CE; background: #FFFF99; text-decoration: none; } /* Center text, used in the over views cells that contain message level counts */ .textCentered { text-align: center; } /* The message cells in message tables should take up all avaliable space */ .messageCell { width: 100%; } /* Padding around the content after the h1 */ #content { padding: 0px 12px 12px 12px; } /* The overview table expands to width, with a max width of 97% */ #overview table { width: auto; max-width: 75%; } /* The messages tables are always 97% width */ #messages table { width: 97%; } /* All Icons */ .IconSuccessEncoded, .IconInfoEncoded, .IconWarningEncoded, .IconErrorEncoded { min-width: 18px; min-height: 18px; background-repeat: no-repeat; background-position: center; } /* Success icon encoded */ .IconSuccessEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconSuccess#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABPElEQVR4Xp1Tv0vDUBi8FqeA4NpBcBLcWnQSApncOnTo4FSnjP0DsnXpH5CxiwbHDg4Zuj4oOEXiJgiC4FDcCkLWmIMc1Pfw+eMgQ77v3Xf3Pe51YKGqqisAEwCR1TIAsiAIblSo6xrdHeJR85Xle3mdmCQKb0PsfqyxxzM8K15HZADl/H5+sHpZwYfxyRjTs+kWwKBx8yoHd2mRiuzF8mkJniWH/13u3Fjrs/EdhsdDFHGB/DLXEJBDLh1MWPAhPo1BLB4WX5yQywHR+m3tVe/t97D52CB/ziG0nIgD/qDuYg8WuCcVZ2YGwlJ3YDugkpR/VNcAEx6GEKhERSr71FuO4YCM4XBdwKvecjIlkSnsO0Hyp/GxSeJAdzBKzpOtnPwyyiPdAZhpZptT04tU+zk7s8czeges//s5C5+CwqrR4/gw+AAAAABJRU5ErkJggg==); } /* Information icon encoded */ .IconInfoEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconInformation#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABHElEQVR4Xs2TsUoDQRRF7wwoziokjZUKadInhdhukR9YP8DMX1hYW+QvdsXa/QHBbcXC7W0CamWTQnclFutceIQJwwaWNLlwm5k5d94M76mmaeCrrmsLYOocY12FcxZFUeozCqKqqgYA8uevv1H6VuPxcwlfk5N92KHBxfFeCSAxxswlYAW/Xr989x/mv9gkhtyMDhcAxgzRsp7flj8B/HF1RsMXq+NZMkopaHe7lbKxQUEIGbKsYNoGn969060hZBkQex/W8oRQwsQaW2o3Ago2SVcJUzAgY3N0lTCZZm+zPS8HB51gMmS1DEYyOz9acKO1D8JWTlafKIMxdhvlfdyT94Vv5h7P8Ky7nQzACmhvKq3zk3PjW9asz9D/1oigecsioooAAAAASUVORK5CYII=); } /* Warning icon encoded */ .IconWarningEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconWarning#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAx0lEQVR4XpWSMQ7CMAxFf4xAyBMLCxMrO8dhaBcuwdCJS3RJBw7SA/QGTCxdWJgiQYWKXJWKIXHIlyw5lqr34tQgEOdcBsCOx5yZK3hCCKdYXneQkh4pEfqzLfu+wVDSyyzFoJjfz9NB+pAF+eizx2Vruts0k15mPgvS6GYvpVtQhB61IB/dk6AF6fS4Ben0uIX5odtFe8Q/eW1KvFeH4e8khT6+gm5B+t3juyDt7n0jpe+CANTd+oTUjN/U3yVaABnSUjFz/gFq44JaVSCXeQAAAABJRU5ErkJggg==); } /* Error icon encoded */ .IconErrorEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconError#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABQElEQVR4XqWTvUoEQRCE6wYPZUA80AfwAQz23uCMjA7MDRQEIzPBVEyNTQUFIw00vcQTTMzuAh/AxEQQT8HF/3G/oGGnEUGuoNnd6qoZuqltyKEsyzVJq5I6rnUp6SjGeGhESikzzlc1eL7opfuVbrqbU1Zw9NCgtQMaZpY0eNnaaL2fHusvTK5vKu7sjSS1Y4y3QUA6K3e3Mau5UFDyMP7tYF9o8cAHZv68vipoIJg971PZIZ5HiwdvYGGvFVFHmGmZ2MxwmQYPXubPl9Up0tfoMQGetXd6mRbvhBw+boZ6WF7Mbv1+GsHRk0fQmPAH1GfmZirbCfDJ61tw3Px8/8pZsPAG4jlVhcPgZ7adwNWBB68lkRQWFiTgFlbnLY3DGGM7izIJIyT/jjIvEJw6fdJTc6krDzh6aMwMP9bvDH4ADSsa9uSWVJkAAAAASUVORK5CYII=); } </style> </head> <body> <h1 _locid="PortabilityReport">.NET Portability Report</h1> <div id="content"> <div id="submissionId" style="font-size:8pt;"> <p> <i> Submission Id&nbsp; 92e22332-7ed1-4b61-ab4e-ca887232045f </i> </p> </div> <h2 _locid="SummaryTitle"> <a name="Portability Summary"></a>Portability Summary </h2> <div id="summary"> <table> <tbody> <tr> <th>Assembly</th> <th>ASP.NET 5,Version=v1.0</th> <th>Windows,Version=v8.1</th> <th>.NET Framework,Version=v4.6</th> <th>Windows Phone,Version=v8.1</th> </tr> <tr> <td><strong><a href="#Xpand.Xpo">Xpand.Xpo</a></strong></td> <td class="text-center">93.75 %</td> <td class="text-center">90.05 %</td> <td class="text-center">100.00 %</td> <td class="text-center">90.05 %</td> </tr> </tbody> </table> </div> <div id="details"> <a name="Xpand.Xpo"><h3>Xpand.Xpo</h3></a> <table> <tbody> <tr> <th>Target type</th> <th>ASP.NET 5,Version=v1.0</th> <th>Windows,Version=v8.1</th> <th>.NET Framework,Version=v4.6</th> <th>Windows Phone,Version=v8.1</th> <th>Recommended changes</th> </tr> <tr> <td>System.AppDomain</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage</td> </tr> <tr> <td style="padding-left:2em">get_CurrentDomain</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage</td> </tr> <tr> <td style="padding-left:2em">GetAssemblies</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Array</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">ForEach``1(``0[],System.Action{``0})</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Collections.Generic.List`1</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Call System.Collections.ObjectModel.ReadOnlyCollection&lt;T&gt; constructor</td> </tr> <tr> <td style="padding-left:2em">AsReadOnly</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Call System.Collections.ObjectModel.ReadOnlyCollection&lt;T&gt; constructor</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Collections.Specialized.StringCollection</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Add(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.ComponentModel.BrowsableAttribute</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage. This is a deprecated attribute from Winforms for design-time property window support</td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Boolean)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage. This is a deprecated attribute from Winforms for design-time property window support</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.ComponentModel.DefaultPropertyAttribute</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Name</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.ComponentModel.DescriptionAttribute</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Description</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.ComponentModel.EnumConverter</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Type)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.ComponentModel.ITypeDescriptorContext</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Currently there is no workaround, but we are working on it. Please check back.</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.ComponentModel.TypeConverter</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Configuration.ConfigurationManager</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use configuration appropriate for your application model. For portable Framework Components, expose API for configuration on type</td> </tr> <tr> <td style="padding-left:2em">get_ConnectionStrings</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage: track configuration via alternate means.</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Configuration.ConnectionStringSettings</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_ConnectionString</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Configuration.ConnectionStringSettingsCollection</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Item(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Data.IDbCommand</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Data.IDbConnection</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Database</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Data.IDbTransaction</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Data.NoNullAllowedException</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Data.SqlClient.SqlConnection</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.DBNull</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Value</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Drawing.Bitmap</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.IO.Stream)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Drawing.Image</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Save(System.IO.Stream,System.Drawing.Imaging.ImageFormat)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Drawing.Imaging.ImageFormat</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Jpeg</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.IConvertible</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">ToInt32(System.IFormatProvider)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.IO.MemoryStream</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use an overload that supplies a buffer and maintain that buffer outside of memory stream. If you need the internal buffer, create a copy via .ToArray();</td> </tr> <tr> <td style="padding-left:2em">GetBuffer</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use an overload that supplies a buffer and maintain that buffer outside of memory stream. If you need the internal buffer, create a copy via .ToArray();</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.IO.Stream</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use Dispose instead</td> </tr> <tr> <td style="padding-left:2em">Close</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use Dispose instead</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Reflection.Assembly</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetCustomAttributes(System.Type,System.Boolean)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Reflection.BindingFlags</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Runtime.Serialization.Formatters.Binary.BinaryFormatter</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Deserialize(System.IO.Stream)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Serialize(System.IO.Stream,System.Object)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_AssemblyFormat(System.Runtime.Serialization.Formatters.FormatterAssemblyStyle)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Runtime.Serialization.Formatters.FormatterAssemblyStyle</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.SerializableAttribute</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove this attribute</td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove this attribute</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.ServiceModel.ServiceBehaviorAttribute</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.String</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>String.Compare(string, string, StringComparison.CurrentCultureIgnoreCase)</td> </tr> <tr> <td style="padding-left:2em">Compare(System.String,System.String,System.Boolean)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>String.Compare(string, string, StringComparison.CurrentCultureIgnoreCase)</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Text.Encoding</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Call Encoding.GetString(byte[], int, int)</td> </tr> <tr> <td style="padding-left:2em">get_Default</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use GetEncoding(0)</td> </tr> <tr> <td style="padding-left:2em">GetString(System.Byte[])</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Call Encoding.GetString(byte[], int, int)</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Threading.Thread</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Sleep(System.Int32)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Type</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_IsGenericType</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>.GetTypeInfo().IsGenericType</td> </tr> <tr> <td style="padding-left:2em">get_IsSerializable</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>.GetTypeInfo().IsSerializable</td> </tr> <tr> <td style="padding-left:2em">get_IsValueType</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>.GetTypeInfo().IsValueType</td> </tr> <tr> <td style="padding-left:2em">GetField(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetField(System.String,System.Reflection.BindingFlags)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetFields</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetGenericArguments</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetProperties</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetProperty(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetType</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">IsAssignableFrom(System.Type)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Web.HttpApplicationState</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Item(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_Item(System.String,System.Object)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Web.HttpContext</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Application</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Current</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Web.UI.WebControls.Unit</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Empty</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> </tbody> </table> <p> <a href="#Portability Summary">Back to Summary</a> </p> </div> </div> </body> </html>
kuhlenh/port-to-core
Reports/ex/expandjobshedulerjobs.13.1.6.7/Xpand.Xpo-net40.html
HTML
mit
66,856
{{ define "title" }}Welcome to xbar{{ end }} {{ define "head" }} <meta name='description' content='xbar lets you put the output of any executable script or program into your macOS menu bar'> <meta name='author' content='Mat Ryer + contributors'> <meta name='keywords' content='macos,menubar,xbar,bitbar'> <meta itemprop='image' content='https://xbarapp.com/public/img/xbar-menu-preview.png'> <meta itemprop='name' content='xbar, the BitBar reboot'> <meta itemprop='description' content='xbar lets you put the output of any executable script or program into your macOS menu bar'> <meta name='twitter:card' content='summary_large_image'> <meta name='twitter:title' content='xbar, the BitBar reboot'> <meta name='twitter:description' content='xbar lets you put the output of any executable script or program into your macOS menu bar'> <meta name='twitter:image' content='https://xbarapp.com/public/img/xbar-menu-preview.png'> <meta name='twitter:creator' content='matryer'> <meta property='og:title' content='xbar, the BitBar reboot'> <meta property='og:description' content='xbar lets you put the output of any executable script or program into your macOS menu bar'> <meta property='og:url' content='https://xbarapp.com/'> <meta property='og:site_name' content='xbar lets you put anything into your macOS menu bar'> <meta property='og:type' content='article'> <meta property='og:image' content='https://xbarapp.com/public/img/xbar-menu-preview.png'> <link rel='apple-touch-icon' sizes='180x180' href='/public/img/xbar-2048.png'> <link rel='icon' type='image/png' sizes='32x32' href='/public/img/xbar-2048.png'> <link rel='shortcut icon' href='/public/img/xbar-2048.png'> <meta name='msapplication-TileColor' content='#ffffff'> <meta name='msapplication-config' content='/public/browserconfig.xml'> <meta name='theme-color' content='#ffffff'> <style> .menu-preview { width: auto; max-width: 80%; width: 500px; margin-left: -500px; } .app-preview { opacity: 0.9; max-width: 80%; width: 700px; margin-top: -150px; margin-right: -500px; } </style> {{ end }} {{ define "body" }} <div class='flex-grow'> <div class='container mx-auto text-white flex flex-col items-center'> <h2 class='hidden md:block py-8 px-12 bg-white text-white bg-opacity-25 rounded text-5xl text-center font-bold m-16 mb-0 max-w-xl'> Put <strong>anything</strong> in your macOS menu bar </h2> <h2 class='md:hidden text-3xl text-center font-bold m-16 mb-0 max-w-lg'> Put <strong>anything</strong> in your macOS menu bar </h2> <p class='text-3xl mt-8 font-bold opacity-75'> <span class='opacity-50'>(</span>the BitBar reboot<span class='opacity-50'>)</span> </p> </div> <div class='hidden md:block mt-16 text-center'> <p> <img alt='Screenshot showing xbar menu in action' class='inline menu-preview rounded-lg shadow-xl' src='/public/img/xbar-menu-preview.png' > </p> <p> <img alt='Screenshot showing the xbar plugin browser app' class='inline app-preview' src='/public/img/xbar-app-preview.png' > </p> </div> <div class='md:hidden mt-16'> <p> <img alt='Screenshot showing xbar menu in action' class='inline rounded-lg shadow-xl' src='/public/img/xbar-menu-preview.png' > </p> <p class='mt-4'> <img alt='Screenshot showing the xbar plugin browser app' class='inline' src='/public/img/xbar-app-preview.png' > </p> </div> <div class='md:hidden mt-8 container mx-auto flex justify-center items-center text-white text-2xl'> <a target='github' href='/dl' class='text-sm rounded bg-white text-gray-800 hover:text-black px-4 py-2 shadow hover:shadow-lg whitespace-nowrap' >Coming soon</a> </div> </div> <div class='container mx-auto flex justify-center items-center text-white text-2xl'> <ul class='my-8 md:my-16 md:flex'> <li class='p-8 text-center text-white text-3xl mt-8 font-bold max-w-sm'> <span class='opacity-75'>Hundreds of</span> <strong>pre-built plugins</strong> <span class='opacity-75'>to choose from</span> </li> <li class='p-8 text-center text-white text-3xl mt-8 font-bold max-w-sm'> <span class='opacity-75'>Information you care about,</span> <strong>at a glance</strong> </li> <li class='p-8 text-center text-white text-3xl mt-8 font-bold max-w-sm'> <strong>Write your own plugins</strong><span class='opacity-75'>&mdash;in any language</span> </li> </ul> </div> <h2 class='p-8 text-center text-white text-3xl mt-8 font-bold'> <span class='opacity-75'>with</span> Plugins <span class='opacity-75'>like these&hellip;</span> </h2> {{ template "plugins" .FeaturedPlugins }} <div class='p-8 pb-2 text-center text-white text-3xl mt-8 font-bold'> <span class='opacity-75'>Browse</span> hundreds of plugins<span class='opacity-75'>&mdash;by category</span> </div> <div class='p-8 pt-0 text-center text-white text-2xl font-bold mt-8 max-w-2xl mx-auto'> {{ range $k, $v := .Categories }} <a class='opacity-50 hover:opacity-100 mr-4' href='/docs/plugins/{{ $k }}.html'> {{ $v.Text }} </a> {{ end }} </div> <div class='container mx-auto flex flex-col justify-center items-center text-white m-16'> <h2 class='p-8 text-center text-white text-3xl mt-8 font-bold'> <span class='opacity-75'>Meet the</span> plugin contributors&hellip; </h2> <a href='/docs/contributors/index.html'><img class='rounded shadow-xl w-full' style='max-width:768px;' src='/public/img/contributors.jpg'></a> </div> <div class='container mx-auto flex flex-col justify-center items-center text-white m-16'> <h2 class='p-8 text-center text-white text-3xl mt-8 font-bold'> <span class='opacity-75'> <span class='text-5xl pb-2'>💜</span><br> Show your support<br> by </span> Sponsoring xbar </h2> <p class='p-8 pt-0 text-center text-white text-2xl opacity-75 max-w-md'> Every contribution makes a <strong>big difference</strong> </p> <p class='p-8 pt-0 text-center text-white text-2xl opacity-75 max-w-md'> If you use xbar, please consider <a target='github' class='underline' href='https://github.com/sponsors/matryer'>sponsoring it on GitHub</a> </p> </div> </div> {{ end }} {{ define "subcategories" }} {{ if . }} <ul> {{ range $k, $v := . }} <li> <a href='/docs/plugins/{{ $v.Path }}.html'> {{ $v.Text }} </a> {{ template "subcategories" $v.ChildrenCategories }} </li> {{ end }} </ul> {{ end }} {{ end }}
matryer/bitbar
tools/sitegen/templates/index.html
HTML
mit
6,598
<!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" /> <link href="common/css/sm.css" rel="stylesheet" type="text/css" media="screen" /> <link href="common/css/jquery-ui-1.8.21.custom.css" rel="stylesheet" type="text/css" media="screen" /> <script type="text/javascript" src="common/js/jquery.js"></script> <script type="text/javascript" src="common/js/jquery-ui-1.8.21.custom.min.js"></script> <script type="text/javascript" src="common/js/jquery.ui.datepicker-ru.js"></script> <script type="text/javascript" src="common/js/jquery.uniform.min.js"></script> <script type="text/javascript" src="common/js/function.js"></script> </head> <body> <div id="header" class="w"> <a href="index.html" id="logo"></a> <div id="top"> <div id="auth"> <a id="auth-link" href="#"><span>Личный кабинет</span></a> <div class="top_2_reg item_2" style="display:none;"> <form method="POST" action=""> <table class="auth_tbl"> <tbody><tr> <td class="td1">Email*:</td> <td class="td2">&nbsp;</td> </tr> <tr> <td class="td3" colspan="2"><input type="text" class="inp tblink" name="email"></td> </tr> <tr> <td class="td1">Пароль*:</td> <td class="td2"><a href="">Забыли пароль?</a>&nbsp;</td> </tr> <tr> <td class="td3" colspan="2"><input type="password" class="inp tblink" name="pass"></td> </tr> <tr> <td class="td4"><input type="submit" class="btn_blue" value="Войти"></td> <td class="td5"><a href="/registration/">Зарегистрироваться</a></td> </tr> </tbody></table> <input type="hidden" name="auth" value="own"> </form> </div> </div> <div id="topbar"> <div class="site-versions"> <a href="#" class="spec-vers" title="Версия для слабовидящих"></a> <a href="#" class="mobile-vers" title="Мобильная версия"></a> </div> <div class="search_bar"> <form action=""> <input type="image" src="common/img/top_search.png" /> <input type="text" value="" /> </form> </div> </div> <ul class="lang-switch"> <li class="active"><span title="русский"><img src="common/img/rus.png" alt="" /></span></li> <li><a href="#" title="english"><img src="common/img/en.jpg" alt="" /></a></li> </ul> </div> <div class="top-banner"> <img src="common/img/header_banner.jpg" alt="" /> </div> </div> <div id="nav" class="w"> <ul class="navmenu"> <li class="first"><a href="/atlas/">Атлас</a></li> <li><a href="/chronicle/">Лента времени</a></li> <li class="for_big_screen"><a href="obrazy.html">Образы России</a></li> <li><a href="online.html">Трансляции</a></li> <li><a href="video_list.html">Лекции</a></li> <li><a href="http://мнения.культура.рф/">Обсуждения</a></li> <li><a href="virtual_museums.html">Виртуальные музеи</a></li> <li><a href="/press-centre/">Новости</a></li> <li class="navmenu_more"> <a href="#" class="navmenu_more_link">Еще</a> <ul> <li><a href="goverment_service.html">Государственные услуги</a></li> <li class="for_small_screen"><a href="obrazy.html">Образы России</a></li> <li><a href="#">О проекте</a></li> </ul> </li> </ul> </div> <div class="blocksection w" id="f-section"> <div class="title green-title title-filter"> <h2>Личный кабинет</h2> </div> <ul class="lk-menu green-lk-menu"> <li class="active"> <a href="#">Мой профиль</a> </li> <li> <a href="#">Медиа-материалы</a> </li> <li> <a href="#">Мои комментарии</a> </li> <li> <a href="#">Объекты</a> </li> </ul> <form action="" class="form lk green-lk"> <fieldset> <ul> <li> <label for="name">Имя<span class="req">*</span></label> <input type="text" name="name" id="name" value="Пример текста" /> </li> <li> <label for="surname">Фамилия</label> <input type="text" name="surname" id="surname" value="Пример текста" /> </li> <li> <label for="thirdname">Отчество</label> <input type="text" name="thirdname" id="thirdname" value="Пример текста" /> </li> </ul> </fieldset> <fieldset> <ul> <li> <label for="login">Логин<span class="req">*</span></label> <input type="text" name="login" id="login" value="alex" /> </li> </ul> <ul> <li> <label for="password">Пароль<span class="req">*</span></label> <input type="password" name="password" id="password" value="password" /> </li> <li> <label for="repassword">Повтор пароля<span class="req">*</span></label> <input type="password" name="repassword" id="repassword" value="password" /> </li> </ul> <div class="link-social"> <p>Связать профиль с аккаунтом соцсети</p> <div class="link-social-icons"> <a href="#" class="facebook" title="Facebook"></a> <a href="#" class="gplus" title="Google +"></a> <a href="#" class="ox" title="Одноклассники"></a> <a href="#" class="vk" title="Вконтакте"></a> <a href="#" class="livejournal" title="Live Journal"></a> </div> </div> </fieldset> <input type="submit" value="Сохранить" class="button" /> </form> </div> <div id="footer" class="w"> <div id="contacts"> <div class="contacts-copyright">Министерство культуры<br />Российской Федерации</div> <div class="contacts-inner"> <div class="copyright">© Портал культурного наследия России</div> <a href="#">О проекте</a>&nbsp;<span class="gray">|</span>&nbsp;<a href="#">Контактная информация</a> </div> </div> <div id="socialnetwork"> Рассказать о портале <div id="i-socialnetwork"> <img src="common/img/socialnetwork.png" /> </div> </div> </div> </body> </html>
damedia/culture.ru
web/static/user_profile.html
HTML
mit
7,307
<!DOCTYPE html> <html lang="en" ng-app="example"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> <title>AngularJS ODS Lib</title> <!-- Bootstrap --> <link rel="stylesheet" href="../bower_components/bootstrap/dist/css/bootstrap.css"> <link rel="stylesheet" href="../bower_components/font-awesome/css/font-awesome.min.css"> <!-- Bower dependencies --> <!-- build:css css/seed.min.css --> <!-- bower:css --> <link rel="stylesheet" href="../bower_components/angular-ui-select/dist/select.css"> <link rel="stylesheet" href="../bower_components/angular-confirm/dist/angular-confirm.min.css"> <link rel="stylesheet" href="../bower_components/ui-cropper/compile/minified/ui-cropper.css"> <link rel="stylesheet" href="../bower_components/json-formatter/dist/json-formatter.css"> <link rel="stylesheet" href="../bower_components/angular-colorpicker-directive/css/color-picker.css"> <link rel="stylesheet" href="../bower_components/bootstrap/dist/css/bootstrap.css"> <link rel="stylesheet" href="../bower_components/angular-bootstrap-toggle/dist/angular-bootstrap-toggle.min.css"> <link rel="stylesheet" href="../bower_components/angular-dialog-service/dist/dialogs.css"> <link rel="stylesheet" href="../bower_components/angular-datatables/dist/plugins/bootstrap/datatables.bootstrap.min.css"> <!-- endinject --> <!-- inject:css --> <link rel="stylesheet" href="../dist/steps-indicator/style.css"> <!-- endinject --> <!-- endbuild --> <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body ng-controller="MainCtrl"> <div class="container"> <div class="starter-template"> <h1>Steps Indicator directive</h1> <form> <steps-indicator ng-model="steps" class="success" type="singleselect"></steps-indicator> </form> </div> </div> <!-- build:js js/seed.min.js --> <!-- bower:js --> <script src="../bower_components/jquery/dist/jquery.js"></script> <script src="../bower_components/angular/angular.js"></script> <script src="../bower_components/angular-sanitize/angular-sanitize.js"></script> <script src="../bower_components/angular-messages/angular-messages.js"></script> <script src="../bower_components/angular-resource/angular-resource.js"></script> <script src="../bower_components/jSignature/src/jSignature.js"></script> <script src="../bower_components/jSignature/src/plugins/jSignature.CompressorBase30.js"></script> <script src="../bower_components/jSignature/src/plugins/jSignature.CompressorSVG.js"></script> <script src="../bower_components/jSignature/src/plugins/jSignature.UndoButton.js"></script> <script src="../bower_components/angular-ui-select/dist/select.js"></script> <script src="../bower_components/angular-drag-and-drop-lists/angular-drag-and-drop-lists.js"></script> <script src="../bower_components/angular-confirm/dist/angular-confirm.min.js"></script> <script src="../bower_components/angular-translate/angular-translate.js"></script> <script src="../bower_components/angular-jquery/dist/angular-jquery.js"></script> <script src="../bower_components/ckeditor/ckeditor.js"></script> <script src="../bower_components/ngstorage/ngStorage.js"></script> <script src="../bower_components/moment/moment.js"></script> <script src="../bower_components/datatables.net/js/jquery.dataTables.js"></script> <script src="../bower_components/pdfmake/build/pdfmake.js"></script> <script src="../bower_components/pdfmake/build/vfs_fonts.js"></script> <script src="../bower_components/ui-cropper/compile/minified/ui-cropper.js"></script> <script src="../bower_components/ng-file-upload/ng-file-upload.js"></script> <script src="../bower_components/angular-ui-mask/dist/mask.js"></script> <script src="../bower_components/lodash/lodash.js"></script> <script src="../bower_components/json-formatter/dist/json-formatter.js"></script> <script src="../bower_components/angular-colorpicker-directive/js/color-picker.js"></script> <script src="../bower_components/angular-bootstrap/ui-bootstrap-tpls.js"></script> <script src="../bower_components/angular-bootstrap-toggle/dist/angular-bootstrap-toggle.min.js"></script> <script src="../bower_components/angular-dialog-service/dist/dialogs.js"></script> <script src="../bower_components/angular-dialog-service/dist/dialogs-default-translations.js"></script> <script src="../bower_components/angular-bootstrap-affix/dist/angular-bootstrap-affix.js"></script> <script src="../bower_components/bootstrap-ui-datetime-picker/dist/datetime-picker.js"></script> <script src="../bower_components/angular-moment/angular-moment.js"></script> <script src="../bower_components/angular-datatables/dist/angular-datatables.js"></script> <script src="../bower_components/angular-datatables/dist/plugins/bootstrap/angular-datatables.bootstrap.js"></script> <script src="../bower_components/angular-datatables/dist/plugins/colreorder/angular-datatables.colreorder.js"></script> <script src="../bower_components/angular-datatables/dist/plugins/columnfilter/angular-datatables.columnfilter.js"></script> <script src="../bower_components/angular-datatables/dist/plugins/light-columnfilter/angular-datatables.light-columnfilter.js"></script> <script src="../bower_components/angular-datatables/dist/plugins/colvis/angular-datatables.colvis.js"></script> <script src="../bower_components/angular-datatables/dist/plugins/fixedcolumns/angular-datatables.fixedcolumns.js"></script> <script src="../bower_components/angular-datatables/dist/plugins/fixedheader/angular-datatables.fixedheader.js"></script> <script src="../bower_components/angular-datatables/dist/plugins/scroller/angular-datatables.scroller.js"></script> <script src="../bower_components/angular-datatables/dist/plugins/tabletools/angular-datatables.tabletools.js"></script> <script src="../bower_components/angular-datatables/dist/plugins/buttons/angular-datatables.buttons.js"></script> <script src="../bower_components/angular-datatables/dist/plugins/select/angular-datatables.select.js"></script> <script src="../bower_components/angular-pdfjs-viewer/dist/angular-pdfjs-viewer.js"></script> <!-- endinject --> <!-- inject:js --> <script src="../dist/ods-lib.js"></script> <script src="app.js"></script> <!-- endinject --> <!-- endbuild --> </body> </html>
hermeslm/ods-lib
examples/steps-indicator/index.html
HTML
mit
6,835
{% if latest_post_list %} <ul> {% for post in latest_post_list %} <li> <a href="{% url 'notes:detail' post.id %}">{{post.post_text}}</a> </li> {% endfor %} </ul> {% else %} <p> No notes available! </p> {% endif %}
prabhugs/mynote
mynote/notes/templates/notes/index.html
HTML
mit
277
<div class="row editor-header"> <div class="col-md-6"> <label>Original (Deutsch)</label> </div> <div class="col-md-6"> <label data-bind="text:'Übersetzung (' + editor.language().localeName('de') + ')'"></label> </div> </div> <div class="row"> <div class="col-md-6"> <div class="form-group"> <label class="col-md-2">Name</label> <div class="col-md-10"> <input type="text" data-bind="value: editor.entity().Name" class="form-control" disabled="disabled" /> </div> </div> </div> <div class="col-md-6"> <div class="form-group"> <label class="col-md-2">Name</label> <div class="col-md-10"> <input type="text" data-bind="value: translation.TranslatedName, attr: { lang: editor.language().culture }" class="form-control" /> </div> </div> </div> </div>
apircher/caps
Caps.Web.UI/App/modules/draft/views/translator/draftProperties.html
HTML
mit
943
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="fr"> <head> <!-- Generated by javadoc (1.8.0_66) on Mon Jan 04 16:20:42 CET 2016 --> <title>Index</title> <meta name="date" content="2016-01-04"> <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="Index"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="overview-summary.html">Overview</a></li> <li>Package</li> <li>Class</li> <li><a href="overview-tree.html">Tree</a></li> <li><a href="deprecated-list.html">Deprecated</a></li> <li class="navBarCell1Rev">Index</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?index-all.html" target="_top">Frames</a></li> <li><a href="index-all.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="contentContainer"><a href="#I:A">A</a>&nbsp;<a href="#I:C">C</a>&nbsp;<a href="#I:D">D</a>&nbsp;<a href="#I:E">E</a>&nbsp;<a href="#I:F">F</a>&nbsp;<a href="#I:G">G</a>&nbsp;<a href="#I:H">H</a>&nbsp;<a href="#I:I">I</a>&nbsp;<a href="#I:L">L</a>&nbsp;<a href="#I:M">M</a>&nbsp;<a href="#I:N">N</a>&nbsp;<a href="#I:P">P</a>&nbsp;<a href="#I:R">R</a>&nbsp;<a href="#I:S">S</a>&nbsp;<a href="#I:T">T</a>&nbsp;<a href="#I:V">V</a>&nbsp;<a href="#I:W">W</a>&nbsp;<a name="I:A"> <!-- --> </a> <h2 class="title">A</h2> <dl> <dt><span class="memberNameLink"><a href="gui/RoundPanel.html#actionPerformed-java.awt.event.ActionEvent-">actionPerformed(ActionEvent)</a></span> - Method in class gui.<a href="gui/RoundPanel.html" title="class in gui">RoundPanel</a></dt> <dd>&nbsp;</dd> <dt><a href="core/ActionType.html" title="enum in core"><span class="typeNameLink">ActionType</span></a> - Enum in <a href="core/package-summary.html">core</a></dt> <dd> <div class="block">Every possible action</div> </dd> <dt><span class="memberNameLink"><a href="gui/RoundPanel.html#actualPlayer">actualPlayer</a></span> - Variable in class gui.<a href="gui/RoundPanel.html" title="class in gui">RoundPanel</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="gui/RoundPanel.html#actualSeason">actualSeason</a></span> - Variable in class gui.<a href="gui/RoundPanel.html" title="class in gui">RoundPanel</a></dt> <dd> <div class="block">Game information</div> </dd> <dt><span class="memberNameLink"><a href="core/Field.html#addBigRockNumber-int-">addBigRockNumber(int)</a></span> - Method in class core.<a href="core/Field.html" title="class in core">Field</a></dt> <dd> <div class="block">Add big rocks to the field</div> </dd> <dt><span class="memberNameLink"><a href="core/Game.html#addDogListener-core.DogListener-">addDogListener(DogListener)</a></span> - Method in class core.<a href="core/Game.html" title="class in core">Game</a></dt> <dd> <div class="block">Add a dog listener</div> </dd> <dt><span class="memberNameLink"><a href="gui/MainWindow.html#addIAMessage-java.lang.String-">addIAMessage(String)</a></span> - Method in class gui.<a href="gui/MainWindow.html" title="class in gui">MainWindow</a></dt> <dd> <div class="block">Set the next IA message.</div> </dd> <dt><span class="memberNameLink"><a href="core/Field.html#addSmallRockNumber-int-">addSmallRockNumber(int)</a></span> - Method in class core.<a href="core/Field.html" title="class in core">Field</a></dt> <dd> <div class="block">Add small rocks to the field</div> </dd> <dt><span class="memberNameLink"><a href="core/AlliedCard.html#ALLIED_CARD_NUMBER">ALLIED_CARD_NUMBER</a></span> - Static variable in class core.<a href="core/AlliedCard.html" title="class in core">AlliedCard</a></dt> <dd> <div class="block">Maximum number of allied cards</div> </dd> <dt><span class="memberNameLink"><a href="core/Round.html#ALLIED_CARDS_IN_HAND">ALLIED_CARDS_IN_HAND</a></span> - Static variable in class core.<a href="core/Round.html" title="class in core">Round</a></dt> <dd>&nbsp;</dd> <dt><a href="core/AlliedCard.html" title="class in core"><span class="typeNameLink">AlliedCard</span></a> - Class in <a href="core/package-summary.html">core</a></dt> <dd> <div class="block">Allied card (taupe or dog) representation</div> </dd> <dt><span class="memberNameLink"><a href="core/Player.html#alliedCards">alliedCards</a></span> - Variable in class core.<a href="core/Player.html" title="class in core">Player</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="core/StrategyResult.html#alliedCardType">alliedCardType</a></span> - Variable in class core.<a href="core/StrategyResult.html" title="class in core">StrategyResult</a></dt> <dd>&nbsp;</dd> </dl> <a name="I:C"> <!-- --> </a> <h2 class="title">C</h2> <dl> <dt><a href="core/Card.html" title="class in core"><span class="typeNameLink">Card</span></a> - Class in <a href="core/package-summary.html">core</a></dt> <dd> <div class="block">Card representation</div> </dd> <dt><span class="memberNameLink"><a href="core/Card.html#Card-int:A:A-core.CardType-">Card(int[][], CardType)</a></span> - Constructor for class core.<a href="core/Card.html" title="class in core">Card</a></dt> <dd> <div class="block">Create a card</div> </dd> <dt><a href="gui/Card.html" title="class in gui"><span class="typeNameLink">Card</span></a> - Class in <a href="gui/package-summary.html">gui</a></dt> <dd> <div class="block">Card GUI representation</div> </dd> <dt><span class="memberNameLink"><a href="gui/Card.html#Card-gui.RoundPanel-core.CardType-">Card(RoundPanel, CardType)</a></span> - Constructor for class gui.<a href="gui/Card.html" title="class in gui">Card</a></dt> <dd> <div class="block">Create a card representation</div> </dd> <dt><span class="memberNameLink"><a href="core/Card.html#CARD_NUMBER">CARD_NUMBER</a></span> - Static variable in class core.<a href="core/Card.html" title="class in core">Card</a></dt> <dd> <div class="block">Maximum number of cards</div> </dd> <dt><span class="memberNameLink"><a href="core/AlliedCard.html#cardList">cardList</a></span> - Static variable in class core.<a href="core/AlliedCard.html" title="class in core">AlliedCard</a></dt> <dd> <div class="block">Allied cards are unique</div> </dd> <dt><span class="memberNameLink"><a href="core/Card.html#cardList">cardList</a></span> - Static variable in class core.<a href="core/Card.html" title="class in core">Card</a></dt> <dd> <div class="block">Cards are singletons</div> </dd> <dt><span class="memberNameLink"><a href="core/Player.html#cards">cards</a></span> - Variable in class core.<a href="core/Player.html" title="class in core">Player</a></dt> <dd> <div class="block">Player cards and field</div> </dd> <dt><span class="memberNameLink"><a href="gui/RoundPanel.html#cards">cards</a></span> - Variable in class gui.<a href="gui/RoundPanel.html" title="class in gui">RoundPanel</a></dt> <dd> <div class="block">Panel components</div> </dd> <dt><span class="memberNameLink"><a href="core/Round.html#CARDS_IN_HAND">CARDS_IN_HAND</a></span> - Static variable in class core.<a href="core/Round.html" title="class in core">Round</a></dt> <dd> <div class="block">The total cards a player can have</div> </dd> <dt><a href="core/CardType.html" title="enum in core"><span class="typeNameLink">CardType</span></a> - Enum in <a href="core/package-summary.html">core</a></dt> <dd> <div class="block">Every possible card</div> </dd> <dt><span class="memberNameLink"><a href="core/StrategyResult.html#cardType">cardType</a></span> - Variable in class core.<a href="core/StrategyResult.html" title="class in core">StrategyResult</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="core/Game.html#chooseAlliedCards-core.Player-boolean-">chooseAlliedCards(Player, boolean)</a></span> - Method in class core.<a href="core/Game.html" title="class in core">Game</a></dt> <dd> <div class="block">Execute the player choice (seeds or allied cards)</div> </dd> <dt><span class="memberNameLink"><a href="gui/RoundPanel.html#chooseTarget--">chooseTarget()</a></span> - Method in class gui.<a href="gui/RoundPanel.html" title="class in gui">RoundPanel</a></dt> <dd> <div class="block">Disable cards and self field</div> </dd> <dt><span class="memberNameLink"><a href="gui/RoundPanel.html#choosingTarget">choosingTarget</a></span> - Variable in class gui.<a href="gui/RoundPanel.html" title="class in gui">RoundPanel</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="gui/Card.html#clearRowFixed--">clearRowFixed()</a></span> - Method in class gui.<a href="gui/Card.html" title="class in gui">Card</a></dt> <dd> <div class="block">Remove fixed row border (escape pressed)</div> </dd> <dt><span class="memberNameLink"><a href="core/Field.html#compareTo-core.Field-">compareTo(Field)</a></span> - Method in class core.<a href="core/Field.html" title="class in core">Field</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="core/Player.html#compareTo-core.Player-">compareTo(Player)</a></span> - Method in class core.<a href="core/Player.html" title="class in core">Player</a></dt> <dd>&nbsp;</dd> <dt><a href="console/package-summary.html">console</a> - package console</dt> <dd> <div class="block">Console application</div> </dd> <dt><a href="console/ConsoleGame.html" title="class in console"><span class="typeNameLink">ConsoleGame</span></a> - Class in <a href="console/package-summary.html">console</a></dt> <dd> <div class="block">Console-based game</div> </dd> <dt><span class="memberNameLink"><a href="console/ConsoleGame.html#ConsoleGame--">ConsoleGame()</a></span> - Constructor for class console.<a href="console/ConsoleGame.html" title="class in console">ConsoleGame</a></dt> <dd> <div class="block">Start a console-based game</div> </dd> <dt><a href="console/ConsoleGame.GameType.html" title="enum in console"><span class="typeNameLink">ConsoleGame.GameType</span></a> - Enum in <a href="console/package-summary.html">console</a></dt> <dd> <div class="block">Types of game</div> </dd> <dt><a href="console/ConsoleGame.WaitForDogs.html" title="class in console"><span class="typeNameLink">ConsoleGame.WaitForDogs</span></a> - Class in <a href="console/package-summary.html">console</a></dt> <dd> <div class="block">Class that will listen for the dog query</div> </dd> <dt><a href="core/package-summary.html">core</a> - package core</dt> <dd> <div class="block">Core classes</div> </dd> </dl> <a name="I:D"> <!-- --> </a> <h2 class="title">D</h2> <dl> <dt><a href="core/DogListener.html" title="interface in core"><span class="typeNameLink">DogListener</span></a> - Interface in <a href="core/package-summary.html">core</a></dt> <dd> <div class="block">React to a dog event (when the player may invoke dog ard)</div> </dd> <dt><span class="memberNameLink"><a href="core/Player.html#drawAlliedCards-boolean-">drawAlliedCards(boolean)</a></span> - Method in class core.<a href="core/Player.html" title="class in core">Player</a></dt> <dd> <div class="block">Draw the allied cards</div> </dd> <dt><span class="memberNameLink"><a href="core/Player.html#drawCards--">drawCards()</a></span> - Method in class core.<a href="core/Player.html" title="class in core">Player</a></dt> <dd> <div class="block">Make the player get random cards</div> </dd> </dl> <a name="I:E"> <!-- --> </a> <h2 class="title">E</h2> <dl> <dt><span class="memberNameLink"><a href="core/ActionType.html#equalsName-java.lang.String-">equalsName(String)</a></span> - Method in enum core.<a href="core/ActionType.html" title="enum in core">ActionType</a></dt> <dd> <div class="block">Check for equality between two actions</div> </dd> <dt><span class="memberNameLink"><a href="core/SeasonType.html#equalsName-java.lang.String-">equalsName(String)</a></span> - Method in enum core.<a href="core/SeasonType.html" title="enum in core">SeasonType</a></dt> <dd> <div class="block">Check for equality between two seasons</div> </dd> </dl> <a name="I:F"> <!-- --> </a> <h2 class="title">F</h2> <dl> <dt><a href="core/Field.html" title="class in core"><span class="typeNameLink">Field</span></a> - Class in <a href="core/package-summary.html">core</a></dt> <dd> <div class="block">Field management</div> </dd> <dt><span class="memberNameLink"><a href="core/Field.html#Field--">Field()</a></span> - Constructor for class core.<a href="core/Field.html" title="class in core">Field</a></dt> <dd> <div class="block">Create a field</div> </dd> <dt><span class="memberNameLink"><a href="core/Player.html#field">field</a></span> - Variable in class core.<a href="core/Player.html" title="class in core">Player</a></dt> <dd>&nbsp;</dd> <dt><a href="gui/Field.html" title="class in gui"><span class="typeNameLink">Field</span></a> - Class in <a href="gui/package-summary.html">gui</a></dt> <dd> <div class="block">GUI Field representation</div> </dd> <dt><span class="memberNameLink"><a href="gui/Field.html#Field-gui.RoundPanel-core.Player-java.lang.String-">Field(RoundPanel, Player, String)</a></span> - Constructor for class gui.<a href="gui/Field.html" title="class in gui">Field</a></dt> <dd> <div class="block">Create a field</div> </dd> </dl> <a name="I:G"> <!-- --> </a> <h2 class="title">G</h2> <dl> <dt><a href="core/Game.html" title="class in core"><span class="typeNameLink">Game</span></a> - Class in <a href="core/package-summary.html">core</a></dt> <dd> <div class="block">The game (contains rounds)</div> </dd> <dt><span class="memberNameLink"><a href="core/Game.html#Game-int-int-">Game(int, int)</a></span> - Constructor for class core.<a href="core/Game.html" title="class in core">Game</a></dt> <dd> <div class="block">Create a game</div> </dd> <dt><span class="memberNameLink"><a href="core/Player.html#game">game</a></span> - Variable in class core.<a href="core/Player.html" title="class in core">Player</a></dt> <dd> <div class="block">Reference to the game</div> </dd> <dt><span class="memberNameLink"><a href="gui/RoundPanel.html#game">game</a></span> - Variable in class gui.<a href="gui/RoundPanel.html" title="class in gui">RoundPanel</a></dt> <dd>&nbsp;</dd> <dt><a href="gui/GamePanel.html" title="class in gui"><span class="typeNameLink">GamePanel</span></a> - Class in <a href="gui/package-summary.html">gui</a></dt> <dd> <div class="block">Full game GUI</div> </dd> <dt><span class="memberNameLink"><a href="gui/GamePanel.html#GamePanel-gui.MainWindow-">GamePanel(MainWindow)</a></span> - Constructor for class gui.<a href="gui/GamePanel.html" title="class in gui">GamePanel</a></dt> <dd> <div class="block">Create the same window that RoundPanel</div> </dd> <dt><a href="gui/GamePanel.WaitForDogs.html" title="class in gui"><span class="typeNameLink">GamePanel.WaitForDogs</span></a> - Class in <a href="gui/package-summary.html">gui</a></dt> <dd> <div class="block">Class that will listen for the dog query</div> </dd> <dt><span class="memberNameLink"><a href="gui/Card.html#getActionType--">getActionType()</a></span> - Method in class gui.<a href="gui/Card.html" title="class in gui">Card</a></dt> <dd> <div class="block">Get the selected action type</div> </dd> <dt><span class="memberNameLink"><a href="core/Game.html#getActualSeason--">getActualSeason()</a></span> - Method in class core.<a href="core/Game.html" title="class in core">Game</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="core/Playable.html#getActualSeason--">getActualSeason()</a></span> - Method in interface core.<a href="core/Playable.html" title="interface in core">Playable</a></dt> <dd> <div class="block">Get the actual season</div> </dd> <dt><span class="memberNameLink"><a href="core/Round.html#getActualSeason--">getActualSeason()</a></span> - Method in class core.<a href="core/Round.html" title="class in core">Round</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="gui/GamePanel.html#getAlliedCard--">getAlliedCard()</a></span> - Method in class gui.<a href="gui/GamePanel.html" title="class in gui">GamePanel</a></dt> <dd> <div class="block">Get the allied card</div> </dd> <dt><span class="memberNameLink"><a href="core/Player.html#getAlliedCardById-int-">getAlliedCardById(int)</a></span> - Method in class core.<a href="core/Player.html" title="class in core">Player</a></dt> <dd> <div class="block">Get the allied card</div> </dd> <dt><span class="memberNameLink"><a href="core/Player.html#getAlliedCards--">getAlliedCards()</a></span> - Method in class core.<a href="core/Player.html" title="class in core">Player</a></dt> <dd> <div class="block">The the player allied cards (taupe or dogs)</div> </dd> <dt><span class="memberNameLink"><a href="core/Field.html#getBigRockNumber--">getBigRockNumber()</a></span> - Method in class core.<a href="core/Field.html" title="class in core">Field</a></dt> <dd> <div class="block">Get the big rock amount</div> </dd> <dt><span class="memberNameLink"><a href="core/Field.html#getBigRockSum--">getBigRockSum()</a></span> - Method in class core.<a href="core/Field.html" title="class in core">Field</a></dt> <dd> <div class="block">Get the small rock sum</div> </dd> <dt><span class="memberNameLink"><a href="core/AlliedCard.html#getCard-core.CardType-">getCard(CardType)</a></span> - Static method in class core.<a href="core/AlliedCard.html" title="class in core">AlliedCard</a></dt> <dd> <div class="block">Get an allied card by its identifier</div> </dd> <dt><span class="memberNameLink"><a href="core/Card.html#getCard-core.CardType-">getCard(CardType)</a></span> - Static method in class core.<a href="core/Card.html" title="class in core">Card</a></dt> <dd> <div class="block">Get a card by its identifier</div> </dd> <dt><span class="memberNameLink"><a href="gui/Card.html#getCard--">getCard()</a></span> - Method in class gui.<a href="gui/Card.html" title="class in gui">Card</a></dt> <dd> <div class="block">Get the core card from the GUI representation</div> </dd> <dt><span class="memberNameLink"><a href="core/Player.html#getCardById-int-">getCardById(int)</a></span> - Method in class core.<a href="core/Player.html" title="class in core">Player</a></dt> <dd> <div class="block">Get one card given the index</div> </dd> <dt><span class="memberNameLink"><a href="core/Player.html#getCards--">getCards()</a></span> - Method in class core.<a href="core/Player.html" title="class in core">Player</a></dt> <dd> <div class="block">Get the player cards</div> </dd> <dt><span class="memberNameLink"><a href="gui/RoundPanel.html#getCards--">getCards()</a></span> - Method in class gui.<a href="gui/RoundPanel.html" title="class in gui">RoundPanel</a></dt> <dd> <div class="block">Get all cards</div> </dd> <dt><span class="memberNameLink"><a href="core/Game.html#getCurrentPlayer--">getCurrentPlayer()</a></span> - Method in class core.<a href="core/Game.html" title="class in core">Game</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="core/Playable.html#getCurrentPlayer--">getCurrentPlayer()</a></span> - Method in interface core.<a href="core/Playable.html" title="interface in core">Playable</a></dt> <dd> <div class="block">Get the current player</div> </dd> <dt><span class="memberNameLink"><a href="core/Round.html#getCurrentPlayer--">getCurrentPlayer()</a></span> - Method in class core.<a href="core/Round.html" title="class in core">Round</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="core/Game.html#getCurrentRound--">getCurrentRound()</a></span> - Method in class core.<a href="core/Game.html" title="class in core">Game</a></dt> <dd> <div class="block">Get the current round</div> </dd> <dt><span class="memberNameLink"><a href="core/Player.html#getField--">getField()</a></span> - Method in class core.<a href="core/Player.html" title="class in core">Player</a></dt> <dd> <div class="block">Get the player field</div> </dd> <dt><span class="memberNameLink"><a href="core/Player.html#getGame--">getGame()</a></span> - Method in class core.<a href="core/Player.html" title="class in core">Player</a></dt> <dd> <div class="block">Get the ref game</div> </dd> <dt><span class="memberNameLink"><a href="gui/MainWindow.html#getGame--">getGame()</a></span> - Method in class gui.<a href="gui/MainWindow.html" title="class in gui">MainWindow</a></dt> <dd> <div class="block">Get the game reference</div> </dd> <dt><span class="memberNameLink"><a href="gui/RoundPanel.html#getGame--">getGame()</a></span> - Method in class gui.<a href="gui/RoundPanel.html" title="class in gui">RoundPanel</a></dt> <dd> <div class="block">Get the game reference</div> </dd> <dt><span class="memberNameLink"><a href="gui/MainWindow.html#getIAMessage--">getIAMessage()</a></span> - Method in class gui.<a href="gui/MainWindow.html" title="class in gui">MainWindow</a></dt> <dd> <div class="block">Get the IA Message</div> </dd> <dt><span class="memberNameLink"><a href="helpers/StringUtils.html#getLine-java.lang.String-int-">getLine(String, int)</a></span> - Static method in class helpers.<a href="helpers/StringUtils.html" title="class in helpers">StringUtils</a></dt> <dd> <div class="block">Get one line by its number on a string splitted by line breaks</div> </dd> <dt><span class="memberNameLink"><a href="helpers/StringUtils.html#getLine-java.lang.String-int-java.lang.String-">getLine(String, int, String)</a></span> - Static method in class helpers.<a href="helpers/StringUtils.html" title="class in helpers">StringUtils</a></dt> <dd> <div class="block">Get one line by its number on a splitted string</div> </dd> <dt><span class="memberNameLink"><a href="core/Player.html#getNumber--">getNumber()</a></span> - Method in class core.<a href="core/Player.html" title="class in core">Player</a></dt> <dd> <div class="block">Get the player index</div> </dd> <dt><span class="memberNameLink"><a href="core/Round.html#getNumber--">getNumber()</a></span> - Method in class core.<a href="core/Round.html" title="class in core">Round</a></dt> <dd> <div class="block">Get the round number</div> </dd> <dt><span class="memberNameLink"><a href="core/Game.html#getPlayer-int-">getPlayer(int)</a></span> - Method in class core.<a href="core/Game.html" title="class in core">Game</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="core/Playable.html#getPlayer-int-">getPlayer(int)</a></span> - Method in interface core.<a href="core/Playable.html" title="interface in core">Playable</a></dt> <dd> <div class="block">Get a player from its index</div> </dd> <dt><span class="memberNameLink"><a href="core/Round.html#getPlayer-int-">getPlayer(int)</a></span> - Method in class core.<a href="core/Round.html" title="class in core">Round</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="gui/Field.html#getPlayer--">getPlayer()</a></span> - Method in class gui.<a href="gui/Field.html" title="class in gui">Field</a></dt> <dd> <div class="block">Get the player that owns this field</div> </dd> <dt><span class="memberNameLink"><a href="core/Game.html#getPlayerNumber--">getPlayerNumber()</a></span> - Method in class core.<a href="core/Game.html" title="class in core">Game</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="core/Playable.html#getPlayerNumber--">getPlayerNumber()</a></span> - Method in interface core.<a href="core/Playable.html" title="interface in core">Playable</a></dt> <dd> <div class="block">Get the number of players</div> </dd> <dt><span class="memberNameLink"><a href="core/Round.html#getPlayerNumber--">getPlayerNumber()</a></span> - Method in class core.<a href="core/Round.html" title="class in core">Round</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="core/Game.html#getPlayers--">getPlayers()</a></span> - Method in class core.<a href="core/Game.html" title="class in core">Game</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="core/Playable.html#getPlayers--">getPlayers()</a></span> - Method in interface core.<a href="core/Playable.html" title="interface in core">Playable</a></dt> <dd> <div class="block">Get the players</div> </dd> <dt><span class="memberNameLink"><a href="core/Round.html#getPlayers--">getPlayers()</a></span> - Method in class core.<a href="core/Round.html" title="class in core">Round</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="core/Player.html#getProtection--">getProtection()</a></span> - Method in class core.<a href="core/Player.html" title="class in core">Player</a></dt> <dd> <div class="block">Get the player protection number</div> </dd> <dt><span class="memberNameLink"><a href="core/Game.html#getRoundNumber--">getRoundNumber()</a></span> - Method in class core.<a href="core/Game.html" title="class in core">Game</a></dt> <dd> <div class="block">Get the rounds amount</div> </dd> <dt><span class="memberNameLink"><a href="core/Field.html#getSmallRockNumber--">getSmallRockNumber()</a></span> - Method in class core.<a href="core/Field.html" title="class in core">Field</a></dt> <dd> <div class="block">Get the small rock amount</div> </dd> <dt><span class="memberNameLink"><a href="core/Field.html#getSmallRockSum--">getSmallRockSum()</a></span> - Method in class core.<a href="core/Field.html" title="class in core">Field</a></dt> <dd> <div class="block">Get the small rock sum</div> </dd> <dt><span class="memberNameLink"><a href="core/AlliedCard.html#getType--">getType()</a></span> - Method in class core.<a href="core/AlliedCard.html" title="class in core">AlliedCard</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="core/Card.html#getType--">getType()</a></span> - Method in class core.<a href="core/Card.html" title="class in core">Card</a></dt> <dd> <div class="block">Get the card type</div> </dd> <dt><span class="memberNameLink"><a href="core/AlliedCard.html#getValue-core.ActionType-core.SeasonType-">getValue(ActionType, SeasonType)</a></span> - Method in class core.<a href="core/AlliedCard.html" title="class in core">AlliedCard</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="core/Card.html#getValue-core.ActionType-core.SeasonType-">getValue(ActionType, SeasonType)</a></span> - Method in class core.<a href="core/Card.html" title="class in core">Card</a></dt> <dd> <div class="block">Get the card value</div> </dd> <dt><span class="memberNameLink"><a href="core/Card.html#getValueMatrix--">getValueMatrix()</a></span> - Method in class core.<a href="core/Card.html" title="class in core">Card</a></dt> <dd> <div class="block">Get the card values</div> </dd> <dt><span class="memberNameLink"><a href="gui/GamePanel.html#goNextTurn--">goNextTurn()</a></span> - Method in class gui.<a href="gui/GamePanel.html" title="class in gui">GamePanel</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="gui/RoundPanel.html#goNextTurn--">goNextTurn()</a></span> - Method in class gui.<a href="gui/RoundPanel.html" title="class in gui">RoundPanel</a></dt> <dd> <div class="block">Load the next turn panel</div> </dd> <dt><a href="gui/package-summary.html">gui</a> - package gui</dt> <dd> <div class="block">GUI application</div> </dd> <dt><a href="gui/GUIGame.html" title="class in gui"><span class="typeNameLink">GUIGame</span></a> - Class in <a href="gui/package-summary.html">gui</a></dt> <dd> <div class="block">GUI-based game</div> </dd> <dt><span class="memberNameLink"><a href="gui/GUIGame.html#GUIGame--">GUIGame()</a></span> - Constructor for class gui.<a href="gui/GUIGame.html" title="class in gui">GUIGame</a></dt> <dd> <div class="block">Start the game; gui based</div> </dd> </dl> <a name="I:H"> <!-- --> </a> <h2 class="title">H</h2> <dl> <dt><a href="core/HarassStrategy.html" title="class in core"><span class="typeNameLink">HarassStrategy</span></a> - Class in <a href="core/package-summary.html">core</a></dt> <dd> <div class="block">Aggressive strategy</div> </dd> <dt><span class="memberNameLink"><a href="core/HarassStrategy.html#HarassStrategy--">HarassStrategy()</a></span> - Constructor for class core.<a href="core/HarassStrategy.html" title="class in core">HarassStrategy</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="gui/RoundPanel.html#help1">help1</a></span> - Variable in class gui.<a href="gui/RoundPanel.html" title="class in gui">RoundPanel</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="gui/RoundPanel.html#help2">help2</a></span> - Variable in class gui.<a href="gui/RoundPanel.html" title="class in gui">RoundPanel</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="gui/RoundPanel.html#help3">help3</a></span> - Variable in class gui.<a href="gui/RoundPanel.html" title="class in gui">RoundPanel</a></dt> <dd>&nbsp;</dd> <dt><a href="helpers/package-summary.html">helpers</a> - package helpers</dt> <dd> <div class="block">Utils</div> </dd> </dl> <a name="I:I"> <!-- --> </a> <h2 class="title">I</h2> <dl> <dt><span class="memberNameLink"><a href="core/Player.html#ia--">ia()</a></span> - Method in class core.<a href="core/Player.html" title="class in core">Player</a></dt> <dd> <div class="block">Get the IA player behind this player</div> </dd> <dt><a href="core/IAPlayer.html" title="class in core"><span class="typeNameLink">IAPlayer</span></a> - Class in <a href="core/package-summary.html">core</a></dt> <dd> <div class="block">Computer-powered player</div> </dd> <dt><span class="memberNameLink"><a href="core/IAPlayer.html#IAPlayer-core.Playable-int-">IAPlayer(Playable, int)</a></span> - Constructor for class core.<a href="core/IAPlayer.html" title="class in core">IAPlayer</a></dt> <dd> <div class="block">Create a new IA Player</div> </dd> <dt><span class="memberNameLink"><a href="core/Round.html#INIT_SMALL_ROCK_NUMBER">INIT_SMALL_ROCK_NUMBER</a></span> - Static variable in class core.<a href="core/Round.html" title="class in core">Round</a></dt> <dd>&nbsp;</dd> <dt><a href="gui/InitPanel.html" title="class in gui"><span class="typeNameLink">InitPanel</span></a> - Class in <a href="gui/package-summary.html">gui</a></dt> <dd> <div class="block">First panel</div> </dd> <dt><span class="memberNameLink"><a href="gui/InitPanel.html#InitPanel-gui.MainWindow-">InitPanel(MainWindow)</a></span> - Constructor for class gui.<a href="gui/InitPanel.html" title="class in gui">InitPanel</a></dt> <dd> <div class="block">Create the panel</div> </dd> <dt><span class="memberNameLink"><a href="core/Card.html#isDrawed--">isDrawed()</a></span> - Method in class core.<a href="core/Card.html" title="class in core">Card</a></dt> <dd> <div class="block">Has the card been attributed to a player yet ?</div> </dd> <dt><span class="memberNameLink"><a href="core/Player.html#isIA">isIA</a></span> - Variable in class core.<a href="core/Player.html" title="class in core">Player</a></dt> <dd> <div class="block">IA</div> </dd> <dt><span class="memberNameLink"><a href="core/Game.html#isRunning--">isRunning()</a></span> - Method in class core.<a href="core/Game.html" title="class in core">Game</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="core/Playable.html#isRunning--">isRunning()</a></span> - Method in interface core.<a href="core/Playable.html" title="interface in core">Playable</a></dt> <dd> <div class="block">Get the game status</div> </dd> <dt><span class="memberNameLink"><a href="core/Round.html#isRunning--">isRunning()</a></span> - Method in class core.<a href="core/Round.html" title="class in core">Round</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="gui/Card.html#isSelected--">isSelected()</a></span> - Method in class gui.<a href="gui/Card.html" title="class in gui">Card</a></dt> <dd> <div class="block">Check if the card is selected</div> </dd> </dl> <a name="I:L"> <!-- --> </a> <h2 class="title">L</h2> <dl> <dt><a href="launcher/package-summary.html">launcher</a> - package launcher</dt> <dd> <div class="block">Launcher (console from terminal, or GUI from desktop)</div> </dd> <dt><span class="memberNameLink"><a href="gui/RoundPanel.html#lockCards--">lockCards()</a></span> - Method in class gui.<a href="gui/RoundPanel.html" title="class in gui">RoundPanel</a></dt> <dd> <div class="block">Disable cards and fields</div> </dd> <dt><span class="memberNameLink"><a href="gui/RoundPanel.html#lockingCards">lockingCards</a></span> - Variable in class gui.<a href="gui/RoundPanel.html" title="class in gui">RoundPanel</a></dt> <dd> <div class="block">Action management</div> </dd> </dl> <a name="I:M"> <!-- --> </a> <h2 class="title">M</h2> <dl> <dt><a href="launcher/Main.html" title="class in launcher"><span class="typeNameLink">Main</span></a> - Class in <a href="launcher/package-summary.html">launcher</a></dt> <dd> <div class="block">Application starter</div> </dd> <dt><span class="memberNameLink"><a href="launcher/Main.html#Main--">Main()</a></span> - Constructor for class launcher.<a href="launcher/Main.html" title="class in launcher">Main</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="launcher/Main.html#main-java.lang.String:A-">main(String[])</a></span> - Static method in class launcher.<a href="launcher/Main.html" title="class in launcher">Main</a></dt> <dd> <div class="block">Start the application.</div> </dd> <dt><a href="gui/MainWindow.html" title="class in gui"><span class="typeNameLink">MainWindow</span></a> - Class in <a href="gui/package-summary.html">gui</a></dt> <dd> <div class="block">Main window</div> </dd> <dt><span class="memberNameLink"><a href="gui/MainWindow.html#MainWindow--">MainWindow()</a></span> - Constructor for class gui.<a href="gui/MainWindow.html" title="class in gui">MainWindow</a></dt> <dd> <div class="block">Create the dialog.</div> </dd> <dt><span class="memberNameLink"><a href="core/HarassStrategy.html#makeChoice-core.Player-java.util.ArrayList-">makeChoice(Player, ArrayList&lt;Player&gt;)</a></span> - Method in class core.<a href="core/HarassStrategy.html" title="class in core">HarassStrategy</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="core/IAPlayer.html#makeChoice--">makeChoice()</a></span> - Method in class core.<a href="core/IAPlayer.html" title="class in core">IAPlayer</a></dt> <dd> <div class="block">Make the strategy choice</div> </dd> <dt><span class="memberNameLink"><a href="core/SafeStrategy.html#makeChoice-core.Player-java.util.ArrayList-">makeChoice(Player, ArrayList&lt;Player&gt;)</a></span> - Method in class core.<a href="core/SafeStrategy.html" title="class in core">SafeStrategy</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="gui/Field.html#mouseClicked-java.awt.event.MouseEvent-">mouseClicked(MouseEvent)</a></span> - Method in class gui.<a href="gui/Field.html" title="class in gui">Field</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="gui/Card.html#mouseDragged-java.awt.event.MouseEvent-">mouseDragged(MouseEvent)</a></span> - Method in class gui.<a href="gui/Card.html" title="class in gui">Card</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="gui/Field.html#mouseEntered-java.awt.event.MouseEvent-">mouseEntered(MouseEvent)</a></span> - Method in class gui.<a href="gui/Field.html" title="class in gui">Field</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="gui/Field.html#mouseExited-java.awt.event.MouseEvent-">mouseExited(MouseEvent)</a></span> - Method in class gui.<a href="gui/Field.html" title="class in gui">Field</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="gui/Card.html#mouseMoved-java.awt.event.MouseEvent-">mouseMoved(MouseEvent)</a></span> - Method in class gui.<a href="gui/Card.html" title="class in gui">Card</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="gui/Field.html#mousePressed-java.awt.event.MouseEvent-">mousePressed(MouseEvent)</a></span> - Method in class gui.<a href="gui/Field.html" title="class in gui">Field</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="gui/Field.html#mouseReleased-java.awt.event.MouseEvent-">mouseReleased(MouseEvent)</a></span> - Method in class gui.<a href="gui/Field.html" title="class in gui">Field</a></dt> <dd>&nbsp;</dd> </dl> <a name="I:N"> <!-- --> </a> <h2 class="title">N</h2> <dl> <dt><span class="memberNameLink"><a href="gui/RoundPanel.html#nextRound">nextRound</a></span> - Variable in class gui.<a href="gui/RoundPanel.html" title="class in gui">RoundPanel</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="core/Game.html#nextTurn-core.Card-core.ActionType-core.Player-">nextTurn(Card, ActionType, Player)</a></span> - Method in class core.<a href="core/Game.html" title="class in core">Game</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="core/Playable.html#nextTurn-core.Card-core.ActionType-core.Player-">nextTurn(Card, ActionType, Player)</a></span> - Method in interface core.<a href="core/Playable.html" title="interface in core">Playable</a></dt> <dd> <div class="block">Make a player play the card and get to the next turn</div> </dd> <dt><span class="memberNameLink"><a href="core/Round.html#nextTurn-core.Card-core.ActionType-core.Player-">nextTurn(Card, ActionType, Player)</a></span> - Method in class core.<a href="core/Round.html" title="class in core">Round</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="core/Player.html#number">number</a></span> - Variable in class core.<a href="core/Player.html" title="class in core">Player</a></dt> <dd> <div class="block">Player index</div> </dd> </dl> <a name="I:P"> <!-- --> </a> <h2 class="title">P</h2> <dl> <dt><span class="memberNameLink"><a href="gui/Card.html#paintComponent-java.awt.Graphics-">paintComponent(Graphics)</a></span> - Method in class gui.<a href="gui/Card.html" title="class in gui">Card</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="gui/Field.html#paintComponent-java.awt.Graphics-">paintComponent(Graphics)</a></span> - Method in class gui.<a href="gui/Field.html" title="class in gui">Field</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="gui/GamePanel.html#paintComponent-java.awt.Graphics-">paintComponent(Graphics)</a></span> - Method in class gui.<a href="gui/GamePanel.html" title="class in gui">GamePanel</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="gui/RoundPanel.html#paintComponent-java.awt.Graphics-">paintComponent(Graphics)</a></span> - Method in class gui.<a href="gui/RoundPanel.html" title="class in gui">RoundPanel</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="gui/RoundPanel.html#parentWindow">parentWindow</a></span> - Variable in class gui.<a href="gui/RoundPanel.html" title="class in gui">RoundPanel</a></dt> <dd> <div class="block">Parent window</div> </dd> <dt><a href="core/Playable.html" title="interface in core"><span class="typeNameLink">Playable</span></a> - Interface in <a href="core/package-summary.html">core</a></dt> <dd> <div class="block">Round or full game common API</div> </dd> <dt><span class="memberNameLink"><a href="core/Player.html#playCard-core.Card-core.ActionType-core.Player-">playCard(Card, ActionType, Player)</a></span> - Method in class core.<a href="core/Player.html" title="class in core">Player</a></dt> <dd> <div class="block">Play a card</div> </dd> <dt><span class="memberNameLink"><a href="gui/GamePanel.html#playCard-core.Card-core.ActionType-core.Player-">playCard(Card, ActionType, Player)</a></span> - Method in class gui.<a href="gui/GamePanel.html" title="class in gui">GamePanel</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="gui/RoundPanel.html#playCard-core.Card-core.ActionType-core.Player-">playCard(Card, ActionType, Player)</a></span> - Method in class gui.<a href="gui/RoundPanel.html" title="class in gui">RoundPanel</a></dt> <dd> <div class="block">Play the card in the round.</div> </dd> <dt><a href="core/Player.html" title="class in core"><span class="typeNameLink">Player</span></a> - Class in <a href="core/package-summary.html">core</a></dt> <dd> <div class="block">Represent a player (alive or not)</div> </dd> <dt><span class="memberNameLink"><a href="core/Player.html#Player-core.Playable-int-">Player(Playable, int)</a></span> - Constructor for class core.<a href="core/Player.html" title="class in core">Player</a></dt> <dd> <div class="block">Create a new player</div> </dd> <dt><span class="memberNameLink"><a href="gui/RoundPanel.html#player">player</a></span> - Variable in class gui.<a href="gui/RoundPanel.html" title="class in gui">RoundPanel</a></dt> <dd> <div class="block">Player reference</div> </dd> <dt><span class="memberNameLink"><a href="core/Game.html#playFertilizer-core.Player-int-">playFertilizer(Player, int)</a></span> - Method in class core.<a href="core/Game.html" title="class in core">Game</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="core/Playable.html#playFertilizer-core.Player-int-">playFertilizer(Player, int)</a></span> - Method in interface core.<a href="core/Playable.html" title="interface in core">Playable</a></dt> <dd> <div class="block">Make a player play a fertilizer card</div> </dd> <dt><span class="memberNameLink"><a href="core/Round.html#playFertilizer-core.Player-int-">playFertilizer(Player, int)</a></span> - Method in class core.<a href="core/Round.html" title="class in core">Round</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="core/Game.html#playGiant-core.Player-int-">playGiant(Player, int)</a></span> - Method in class core.<a href="core/Game.html" title="class in core">Game</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="core/Playable.html#playGiant-core.Player-int-">playGiant(Player, int)</a></span> - Method in interface core.<a href="core/Playable.html" title="interface in core">Playable</a></dt> <dd> <div class="block">Make a player play a giant trade card</div> </dd> <dt><span class="memberNameLink"><a href="core/Round.html#playGiant-core.Player-int-">playGiant(Player, int)</a></span> - Method in class core.<a href="core/Round.html" title="class in core">Round</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="core/Game.html#playHobgoblin-core.Player-core.Player-int-">playHobgoblin(Player, Player, int)</a></span> - Method in class core.<a href="core/Game.html" title="class in core">Game</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="core/Playable.html#playHobgoblin-core.Player-core.Player-int-">playHobgoblin(Player, Player, int)</a></span> - Method in interface core.<a href="core/Playable.html" title="interface in core">Playable</a></dt> <dd> <div class="block">Make a player play a hobgoblin card</div> </dd> <dt><span class="memberNameLink"><a href="core/Round.html#playHobgoblin-core.Player-core.Player-int-">playHobgoblin(Player, Player, int)</a></span> - Method in class core.<a href="core/Round.html" title="class in core">Round</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="core/Game.html#playTaupe-core.Player-core.Player-int-">playTaupe(Player, Player, int)</a></span> - Method in class core.<a href="core/Game.html" title="class in core">Game</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="core/Playable.html#playTaupe-core.Player-core.Player-int-">playTaupe(Player, Player, int)</a></span> - Method in interface core.<a href="core/Playable.html" title="interface in core">Playable</a></dt> <dd> <div class="block">Make a player play a taupe card</div> </dd> <dt><span class="memberNameLink"><a href="core/Round.html#playTaupe-core.Player-core.Player-int-">playTaupe(Player, Player, int)</a></span> - Method in class core.<a href="core/Round.html" title="class in core">Round</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="core/Player.html#protection">protection</a></span> - Variable in class core.<a href="core/Player.html" title="class in core">Player</a></dt> <dd> <div class="block">Protection anti-hobgoblin granted when a Dog card is used</div> </dd> </dl> <a name="I:R"> <!-- --> </a> <h2 class="title">R</h2> <dl> <dt><span class="memberNameLink"><a href="helpers/StringUtils.html#replaceCharAt-java.lang.String-int-java.lang.String-">replaceCharAt(String, int, String)</a></span> - Static method in class helpers.<a href="helpers/StringUtils.html" title="class in helpers">StringUtils</a></dt> <dd> <div class="block">Replace a char at a given index in a string</div> </dd> <dt><span class="memberNameLink"><a href="core/Field.html#reset--">reset()</a></span> - Method in class core.<a href="core/Field.html" title="class in core">Field</a></dt> <dd> <div class="block">Reset field after round</div> </dd> <dt><span class="memberNameLink"><a href="core/Player.html#reset--">reset()</a></span> - Method in class core.<a href="core/Player.html" title="class in core">Player</a></dt> <dd> <div class="block">Reset player after round</div> </dd> <dt><span class="memberNameLink"><a href="core/Card.html#resetCards--">resetCards()</a></span> - Static method in class core.<a href="core/Card.html" title="class in core">Card</a></dt> <dd> <div class="block">Reset all cards to make them available again</div> </dd> <dt><a href="core/Round.html" title="class in core"><span class="typeNameLink">Round</span></a> - Class in <a href="core/package-summary.html">core</a></dt> <dd> <div class="block">The small game</div> </dd> <dt><span class="memberNameLink"><a href="core/Round.html#Round-int-int-core.Game-">Round(int, int, Game)</a></span> - Constructor for class core.<a href="core/Round.html" title="class in core">Round</a></dt> <dd> <div class="block">Create a new game with given player count</div> </dd> <dt><span class="memberNameLink"><a href="core/Round.html#Round-java.util.ArrayList-int-">Round(ArrayList&lt;Player&gt;, int)</a></span> - Constructor for class core.<a href="core/Round.html" title="class in core">Round</a></dt> <dd> <div class="block">Create a full game round</div> </dd> <dt><a href="gui/RoundPanel.html" title="class in gui"><span class="typeNameLink">RoundPanel</span></a> - Class in <a href="gui/package-summary.html">gui</a></dt> <dd> <div class="block">Round game panel</div> </dd> <dt><span class="memberNameLink"><a href="gui/RoundPanel.html#RoundPanel-gui.MainWindow-">RoundPanel(MainWindow)</a></span> - Constructor for class gui.<a href="gui/RoundPanel.html" title="class in gui">RoundPanel</a></dt> <dd> <div class="block">Create the panel</div> </dd> </dl> <a name="I:S"> <!-- --> </a> <h2 class="title">S</h2> <dl> <dt><a href="core/SafeStrategy.html" title="class in core"><span class="typeNameLink">SafeStrategy</span></a> - Class in <a href="core/package-summary.html">core</a></dt> <dd> <div class="block">Safe strategy : transforms small rocks, or get more</div> </dd> <dt><span class="memberNameLink"><a href="core/SafeStrategy.html#SafeStrategy--">SafeStrategy()</a></span> - Constructor for class core.<a href="core/SafeStrategy.html" title="class in core">SafeStrategy</a></dt> <dd>&nbsp;</dd> <dt><a href="core/SeasonType.html" title="enum in core"><span class="typeNameLink">SeasonType</span></a> - Enum in <a href="core/package-summary.html">core</a></dt> <dd> <div class="block">Lists four seasons</div> </dd> <dt><span class="memberNameLink"><a href="gui/RoundPanel.html#selfField">selfField</a></span> - Variable in class gui.<a href="gui/RoundPanel.html" title="class in gui">RoundPanel</a></dt> <dd> <div class="block">Player field</div> </dd> <dt><span class="memberNameLink"><a href="core/Field.html#setBigRockNumber-int-">setBigRockNumber(int)</a></span> - Method in class core.<a href="core/Field.html" title="class in core">Field</a></dt> <dd> <div class="block">Set the big rocks amount</div> </dd> <dt><span class="memberNameLink"><a href="core/Card.html#setDrawed-boolean-">setDrawed(boolean)</a></span> - Method in class core.<a href="core/Card.html" title="class in core">Card</a></dt> <dd> <div class="block">Update the card attribution status</div> </dd> <dt><span class="memberNameLink"><a href="gui/MainWindow.html#setGame-core.Playable-">setGame(Playable)</a></span> - Method in class gui.<a href="gui/MainWindow.html" title="class in gui">MainWindow</a></dt> <dd> <div class="block">Set the game reference</div> </dd> <dt><span class="memberNameLink"><a href="core/Round.html#setNumber-int-">setNumber(int)</a></span> - Method in class core.<a href="core/Round.html" title="class in core">Round</a></dt> <dd> <div class="block">Set the round number</div> </dd> <dt><span class="memberNameLink"><a href="core/Player.html#setProtection-int-">setProtection(int)</a></span> - Method in class core.<a href="core/Player.html" title="class in core">Player</a></dt> <dd> <div class="block">Set the player protection</div> </dd> <dt><span class="memberNameLink"><a href="core/Field.html#setSmallRockNumber-int-">setSmallRockNumber(int)</a></span> - Method in class core.<a href="core/Field.html" title="class in core">Field</a></dt> <dd> <div class="block">Set the small rocks amount</div> </dd> <dt><span class="memberNameLink"><a href="core/Game.html#start--">start()</a></span> - Method in class core.<a href="core/Game.html" title="class in core">Game</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="core/Playable.html#start--">start()</a></span> - Method in interface core.<a href="core/Playable.html" title="interface in core">Playable</a></dt> <dd> <div class="block">Start the game</div> </dd> <dt><span class="memberNameLink"><a href="core/Round.html#start--">start()</a></span> - Method in class core.<a href="core/Round.html" title="class in core">Round</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="core/IAPlayer.html#STRATEGY_COUNT">STRATEGY_COUNT</a></span> - Static variable in class core.<a href="core/IAPlayer.html" title="class in core">IAPlayer</a></dt> <dd>&nbsp;</dd> <dt><a href="core/StrategyResult.html" title="class in core"><span class="typeNameLink">StrategyResult</span></a> - Class in <a href="core/package-summary.html">core</a></dt> <dd> <div class="block">Action chosen by a strategy (contains card, target and alliedCard)</div> </dd> <dt><span class="memberNameLink"><a href="core/StrategyResult.html#StrategyResult-core.CardType-core.ActionType-core.Player-core.CardType-">StrategyResult(CardType, ActionType, Player, CardType)</a></span> - Constructor for class core.<a href="core/StrategyResult.html" title="class in core">StrategyResult</a></dt> <dd> <div class="block">Create a new StrategyResult</div> </dd> <dt><a href="helpers/StringUtils.html" title="class in helpers"><span class="typeNameLink">StringUtils</span></a> - Class in <a href="helpers/package-summary.html">helpers</a></dt> <dd> <div class="block">Various strings methods used to render cards in console</div> </dd> <dt><span class="memberNameLink"><a href="helpers/StringUtils.html#StringUtils--">StringUtils()</a></span> - Constructor for class helpers.<a href="helpers/StringUtils.html" title="class in helpers">StringUtils</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="gui/MainWindow.html#switchPanel-java.lang.String-int-int-">switchPanel(String, int, int)</a></span> - Method in class gui.<a href="gui/MainWindow.html" title="class in gui">MainWindow</a></dt> <dd> <div class="block">Load a JPanel on the window and change the viewport size</div> </dd> </dl> <a name="I:T"> <!-- --> </a> <h2 class="title">T</h2> <dl> <dt><span class="memberNameLink"><a href="core/StrategyResult.html#target">target</a></span> - Variable in class core.<a href="core/StrategyResult.html" title="class in core">StrategyResult</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="gui/RoundPanel.html#targetField">targetField</a></span> - Variable in class gui.<a href="gui/RoundPanel.html" title="class in gui">RoundPanel</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="core/AlliedCard.html#toASCII-int-">toASCII(int)</a></span> - Method in class core.<a href="core/AlliedCard.html" title="class in core">AlliedCard</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="core/Card.html#toASCII-int-">toASCII(int)</a></span> - Method in class core.<a href="core/Card.html" title="class in core">Card</a></dt> <dd> <div class="block">Render a card</div> </dd> <dt><span class="memberNameLink"><a href="core/ActionType.html#toString--">toString()</a></span> - Method in enum core.<a href="core/ActionType.html" title="enum in core">ActionType</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="core/Field.html#toString--">toString()</a></span> - Method in class core.<a href="core/Field.html" title="class in core">Field</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="core/Player.html#toString--">toString()</a></span> - Method in class core.<a href="core/Player.html" title="class in core">Player</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="core/SeasonType.html#toString--">toString()</a></span> - Method in enum core.<a href="core/SeasonType.html" title="enum in core">SeasonType</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="gui/RoundPanel.html#totalBigRocks">totalBigRocks</a></span> - Variable in class gui.<a href="gui/RoundPanel.html" title="class in gui">RoundPanel</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="core/StrategyResult.html#type">type</a></span> - Variable in class core.<a href="core/StrategyResult.html" title="class in core">StrategyResult</a></dt> <dd>&nbsp;</dd> </dl> <a name="I:V"> <!-- --> </a> <h2 class="title">V</h2> <dl> <dt><span class="memberNameLink"><a href="core/Card.html#valueMatrix">valueMatrix</a></span> - Variable in class core.<a href="core/Card.html" title="class in core">Card</a></dt> <dd> <div class="block">Card properties (values and type)</div> </dd> <dt><span class="memberNameLink"><a href="console/ConsoleGame.GameType.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum console.<a href="console/ConsoleGame.GameType.html" title="enum in console">ConsoleGame.GameType</a></dt> <dd> <div class="block">Returns the enum constant of this type with the specified name.</div> </dd> <dt><span class="memberNameLink"><a href="core/ActionType.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum core.<a href="core/ActionType.html" title="enum in core">ActionType</a></dt> <dd> <div class="block">Returns the enum constant of this type with the specified name.</div> </dd> <dt><span class="memberNameLink"><a href="core/CardType.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum core.<a href="core/CardType.html" title="enum in core">CardType</a></dt> <dd> <div class="block">Returns the enum constant of this type with the specified name.</div> </dd> <dt><span class="memberNameLink"><a href="core/SeasonType.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum core.<a href="core/SeasonType.html" title="enum in core">SeasonType</a></dt> <dd> <div class="block">Returns the enum constant of this type with the specified name.</div> </dd> <dt><span class="memberNameLink"><a href="console/ConsoleGame.GameType.html#values--">values()</a></span> - Static method in enum console.<a href="console/ConsoleGame.GameType.html" title="enum in console">ConsoleGame.GameType</a></dt> <dd> <div class="block">Returns an array containing the constants of this enum type, in the order they are declared.</div> </dd> <dt><span class="memberNameLink"><a href="core/ActionType.html#values--">values()</a></span> - Static method in enum core.<a href="core/ActionType.html" title="enum in core">ActionType</a></dt> <dd> <div class="block">Returns an array containing the constants of this enum type, in the order they are declared.</div> </dd> <dt><span class="memberNameLink"><a href="core/CardType.html#values--">values()</a></span> - Static method in enum core.<a href="core/CardType.html" title="enum in core">CardType</a></dt> <dd> <div class="block">Returns an array containing the constants of this enum type, in the order they are declared.</div> </dd> <dt><span class="memberNameLink"><a href="core/SeasonType.html#values--">values()</a></span> - Static method in enum core.<a href="core/SeasonType.html" title="enum in core">SeasonType</a></dt> <dd> <div class="block">Returns an array containing the constants of this enum type, in the order they are declared.</div> </dd> </dl> <a name="I:W"> <!-- --> </a> <h2 class="title">W</h2> <dl> <dt><span class="memberNameLink"><a href="console/ConsoleGame.WaitForDogs.html#WaitForDogs-console.ConsoleGame-">WaitForDogs(ConsoleGame)</a></span> - Constructor for class console.<a href="console/ConsoleGame.WaitForDogs.html" title="class in console">ConsoleGame.WaitForDogs</a></dt> <dd> <div class="block">Constructor.</div> </dd> <dt><span class="memberNameLink"><a href="gui/GamePanel.WaitForDogs.html#WaitForDogs-gui.GamePanel-">WaitForDogs(GamePanel)</a></span> - Constructor for class gui.<a href="gui/GamePanel.WaitForDogs.html" title="class in gui">GamePanel.WaitForDogs</a></dt> <dd> <div class="block">Constructor.</div> </dd> <dt><span class="memberNameLink"><a href="console/ConsoleGame.WaitForDogs.html#wouldPlayerPlayDog-core.Player-int-">wouldPlayerPlayDog(Player, int)</a></span> - Method in class console.<a href="console/ConsoleGame.WaitForDogs.html" title="class in console">ConsoleGame.WaitForDogs</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="core/DogListener.html#wouldPlayerPlayDog-core.Player-int-">wouldPlayerPlayDog(Player, int)</a></span> - Method in interface core.<a href="core/DogListener.html" title="interface in core">DogListener</a></dt> <dd> <div class="block">Triggered when a hobgoblin is launched at player</div> </dd> <dt><span class="memberNameLink"><a href="gui/GamePanel.WaitForDogs.html#wouldPlayerPlayDog-core.Player-int-">wouldPlayerPlayDog(Player, int)</a></span> - Method in class gui.<a href="gui/GamePanel.WaitForDogs.html" title="class in gui">GamePanel.WaitForDogs</a></dt> <dd>&nbsp;</dd> </dl> <a href="#I:A">A</a>&nbsp;<a href="#I:C">C</a>&nbsp;<a href="#I:D">D</a>&nbsp;<a href="#I:E">E</a>&nbsp;<a href="#I:F">F</a>&nbsp;<a href="#I:G">G</a>&nbsp;<a href="#I:H">H</a>&nbsp;<a href="#I:I">I</a>&nbsp;<a href="#I:L">L</a>&nbsp;<a href="#I:M">M</a>&nbsp;<a href="#I:N">N</a>&nbsp;<a href="#I:P">P</a>&nbsp;<a href="#I:R">R</a>&nbsp;<a href="#I:S">S</a>&nbsp;<a href="#I:T">T</a>&nbsp;<a href="#I:V">V</a>&nbsp;<a href="#I:W">W</a>&nbsp;</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="overview-summary.html">Overview</a></li> <li>Package</li> <li>Class</li> <li><a href="overview-tree.html">Tree</a></li> <li><a href="deprecated-list.html">Deprecated</a></li> <li class="navBarCell1Rev">Index</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?index-all.html" target="_top">Frames</a></li> <li><a href="index-all.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>
PymZoR/LO02-Menhir
doc/index-all.html
HTML
mit
60,708
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"><!-- saved from url=(0014)about:internet --><html> <head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Flash Action Script API Document</title><link rel="stylesheet" href="style.css" type="text/css" media="screen"><link rel="stylesheet" href="print.css" type="text/css" media="print"><link rel="stylesheet" href="override.css" type="text/css"> <script language="javascript" type="text/javascript"> <!-- window.onload=function(){ var d=document.location.search; var args=d.substring(d.lastIndexOf('?')+1,d.length); var classFrameContent=args; var classListFrameContent=''; if (args.indexOf('&') != -1) { classFrameContent = args.substring(0,args.indexOf('&')); classListFrameContent = args.substring(args.indexOf('&')+1,args.length); } if(classFrameContent!='') top.frames['classFrame'].document.location.href=classFrameContent; if(classListFrameContent!='') top.frames['packageFrame'].frames['classListFrame'].document.location.href=classListFrameContent; } --> </script> </head> <frameset cols="175,*" border="2" bordercolor="#AAAAAA" framespacing="1"> <frame src="package-frame.html" name="packageFrame" scrolling="no"> <frameset rows="80,*" border="0" bordercolor="#AAAAAA"> <frame src="title-bar.html" name="titlebar" scrolling="no" frameborder="0"> <frame src="package-summary.html" name="classFrame" frameborder="0"> </frameset> <noframes> <body> <h2>Frame Alert</h2> <p> This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. <br> Link to <a href="package-summary.html">Non-frame version.</a> </p> </body> </noframes> </frameset> <!--Information on this site is by default visible to everyone within GODPAPER. Please ensure you apply appropriate access controls when posting GODPAPER Confidential information.Copyright © by GODPAPER. All material on this collaboration platform is the property of GODPAPER.<br/>Tue Apr 15 2014, 09:00 PM +08:00 --></html>
yangboz/glowing-octo-sansa
target/asdoc/index.html
HTML
mit
2,284
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <title>InfoSec briefly</title> <meta name="description" content="Information Security news and how-tos in 200 words or less" /> <meta name="HandheldFriendly" content="True" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link rel="shortcut icon" href="//www.infosecbriefly.com/themes/Casper/favicon.ico"> <link rel="stylesheet" type="text/css" href="//www.infosecbriefly.com/themes/Casper/assets/css/screen.css?v=1.0.0" /> <link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Merriweather:300,700,700italic,300italic|Open+Sans:700,400" /> <link rel="canonical" href="http://www.infosecbriefly.com" /> <meta name="generator" content="Ghost ?" /> <link rel="alternate" type="application/rss+xml" title="InfoSec briefly" href="http://www.infosecbriefly.com/rss" /> <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/default.min.css"> </head> <body class="tag-template tag-Twitter home-template"> <header class="main-header tag-head " style="background-image: url(images/cover-image.png)"> <nav class="main-nav overlay clearfix"> <a class="back-button icon-arrow-left" href="http://www.infosecbriefly.com">Home</a> <!-- <a class="subscribe-button icon-feed" href="http://www.infosecbriefly.com/tag/Twitter/rss/">Twitter</a> --> </nav> <div class="vertical"> <div class="main-header-content inner"> <h1 class="page-title">Twitter</h1> <h2 class="page-description"> A 1-post collection </h2> </div> </div> </header> <main class="content" role="main"> <div class="extra-pagination inner"> <nav class="pagination" role="navigation"> <span class="page-number">Page 1 of 1</span> </nav> </div> <article class="post tag-contact-us tag-tips tag-Facebook tag-Twitter"> <header class="post-header"> <h2 class="post-title"><a href="http://www.infosecbriefly.com/2016/03/24/Contact-us.html">Contact us</a></h2> </header> <section class="post-excerpt"> <p>Got a tip? You can reach us on contact@infosecbriefly.com Find us on Facebook or Twitter. We&#8217;ve also got an RSS-feed. <a class="read-more" href="http://www.infosecbriefly.com/2016/03/24/Contact-us.html">&raquo;</a></p> </section> <footer class="post-meta"> on <a href="http://www.infosecbriefly.com/tag/contact-us">contact us</a>, <a href="http://www.infosecbriefly.com/tag/tips"> tips</a>, <a href="http://www.infosecbriefly.com/tag/Facebook"> Facebook</a>, <a href="http://www.infosecbriefly.com/tag/Twitter"> Twitter</a> <time class="post-date" datetime="2016-03-24">24 March 2016</time> </footer> </article> <nav class="pagination" role="navigation"> <span class="page-number">Page 1 of 1</span> </nav> </main> <footer class="site-footer clearfix"> <section class="copyright"><a href="http://www.infosecbriefly.com">InfoSec briefly</a> &copy; 2016</section> <section class="poweredby">Proudly published with <a href="http://hubpress.io">HubPress</a></section> </footer> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js?v="></script> <script src="//cdnjs.cloudflare.com/ajax/libs/moment.js/2.9.0/moment-with-locales.min.js?v="></script> <script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/highlight.min.js?v="></script> <script type="text/javascript"> jQuery( document ).ready(function() { // change date with ago jQuery('ago.ago').each(function(){ var element = jQuery(this).parent(); element.html( moment(element.text()).fromNow()); }); }); hljs.initHighlightingOnLoad(); </script> <script type="text/javascript" src="//www.infosecbriefly.com/themes/Casper/assets/js/jquery.fitvids.js?v=1.0.0"></script> <script type="text/javascript" src="//www.infosecbriefly.com/themes/Casper/assets/js/index.js?v=1.0.0"></script> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-75413407-1', 'auto'); ga('send', 'pageview'); </script> </body> </html>
fwalloe/infosecbriefly
tag/Twitter/index.html
HTML
mit
4,746
--- layout: post title: giant robots smashing into other giant robots date: 2012-05-18 10:27:11.000000000 -07:00 type: post published: true status: publish categories: tags: [] meta: _edit_last: '1' author: login: admin email: cczona@gmail.com display_name: admin first_name: Carina C. last_name: Zon --- <p><a href="http://robots.thoughtbot.com/post/23288959017/designing-for-touch">http://robots.thoughtbot.com/post/23288959017/designing-for-touch</a></p>
cczona/cczona.github.io
_posts/2012-05-18-giant-robots-smashing-into-other-giant-robots.html
HTML
mit
470
<!DOCTYPE html><html><head><title>http://himapan.at/tags/gemeinschaft/</title><link rel="canonical" href="http://himapan.at/tags/gemeinschaft/"/><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0; url=http://himapan.at/tags/gemeinschaft/" /></head></html>
Himapan/himapan.github.io
public/de/tags/gemeinschaft/page/1/index.html
HTML
mit
311
<!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="./e3f68c5933b7c69cc9f3a25b60d573693dfb4b8c3e3fe09837cf43b252523057.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/8c5b00f4ba7fabc94f6431f7a1edb3c5dd408f721a77eea81b7314cf190ea143.html
HTML
mit
550
<!DOCTYPE html> <!-- | Generated by Apache Maven Doxia at 2014-12-03 | Rendered using Apache Maven Fluido Skin 1.3.0 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="author" content="Tom Copeland" /> <meta name="Date-Revision-yyyymmdd" content="20141203" /> <meta http-equiv="Content-Language" content="en" /> <title>PMD Java &#x2013; Ruleset: Type Resolution</title> <link rel="stylesheet" href="../../css/apache-maven-fluido-1.3.0.min.css" /> <link rel="stylesheet" href="../../css/site.css" /> <link rel="stylesheet" href="../../css/print.css" media="print" /> <script type="text/javascript" src="../../js/apache-maven-fluido-1.3.0.min.js"></script> </head> <body class="topBarEnabled"> <div id="topbar" class="navbar navbar-fixed-top "> <div class="navbar-inner"> <div class="container-fluid"> <a data-target=".nav-collapse" data-toggle="collapse" class="btn btn-navbar"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </a> <ul class="nav"> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Parent Project <b class="caret"></b></a> <ul class="dropdown-menu"> <li> <a href="../../../index.html" title="PMD">PMD</a> </li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Rule Sets <b class="caret"></b></a> <ul class="dropdown-menu"> <li class="dropdown-submenu"> <a href="../../rules/index.html" title="java">java</a> <ul class="dropdown-menu"> <li> <a href="../../rules/java/android.html" title="Android">Android</a> </li> <li> <a href="../../rules/java/basic.html" title="Basic">Basic</a> </li> <li> <a href="../../rules/java/braces.html" title="Braces">Braces</a> </li> <li> <a href="../../rules/java/clone.html" title="Clone Implementation">Clone Implementation</a> </li> <li> <a href="../../rules/java/codesize.html" title="Code Size">Code Size</a> </li> <li> <a href="../../rules/java/comments.html" title="Comments">Comments</a> </li> <li> <a href="../../rules/java/controversial.html" title="Controversial">Controversial</a> </li> <li> <a href="../../rules/java/coupling.html" title="Coupling">Coupling</a> </li> <li> <a href="../../rules/java/design.html" title="Design">Design</a> </li> <li> <a href="../../rules/java/empty.html" title="Empty Code">Empty Code</a> </li> <li> <a href="../../rules/java/finalizers.html" title="Finalizer">Finalizer</a> </li> <li> <a href="../../rules/java/imports.html" title="Import Statements">Import Statements</a> </li> <li> <a href="../../rules/java/j2ee.html" title="J2EE">J2EE</a> </li> <li> <a href="../../rules/java/javabeans.html" title="JavaBeans">JavaBeans</a> </li> <li> <a href="../../rules/java/junit.html" title="JUnit">JUnit</a> </li> <li> <a href="../../rules/java/logging-jakarta-commons.html" title="Jakarta Commons Logging">Jakarta Commons Logging</a> </li> <li> <a href="../../rules/java/logging-java.html" title="Java Logging">Java Logging</a> </li> <li> <a href="../../rules/java/migrating.html" title="Migration">Migration</a> </li> <li> <a href="../../rules/java/naming.html" title="Naming">Naming</a> </li> <li> <a href="../../rules/java/optimizations.html" title="Optimization">Optimization</a> </li> <li> <a href="../../rules/java/strictexception.html" title="Strict Exceptions">Strict Exceptions</a> </li> <li> <a href="../../rules/java/strings.html" title="String and StringBuffer">String and StringBuffer</a> </li> <li> <a href="../../rules/java/sunsecure.html" title="Security Code Guidelines">Security Code Guidelines</a> </li> <li> <a href="../../rules/java/typeresolution.html" title="Type Resolution">Type Resolution</a> </li> <li> <a href="../../rules/java/unnecessary.html" title="Unnecessary">Unnecessary</a> </li> <li> <a href="../../rules/java/unusedcode.html" title="Unused Code">Unused Code</a> </li> </ul> </li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Project Documentation <b class="caret"></b></a> <ul class="dropdown-menu"> <li class="dropdown-submenu"> <a href="../../project-info.html" title="Project Information">Project Information</a> <ul class="dropdown-menu"> <li> <a href="../../project-summary.html" title="Project Summary">Project Summary</a> </li> <li> <a href="../../dependencies.html" title="Dependencies">Dependencies</a> </li> <li> <a href="../../team-list.html" title="Project Team">Project Team</a> </li> <li> <a href="../../mail-lists.html" title="Mailing Lists">Mailing Lists</a> </li> <li> <a href="../../integration.html" title="Continuous Integration">Continuous Integration</a> </li> <li> <a href="../../issue-tracking.html" title="Issue Tracking">Issue Tracking</a> </li> <li> <a href="../../license.html" title="Project License">Project License</a> </li> <li> <a href="../../source-repository.html" title="Source Repository">Source Repository</a> </li> </ul> </li> <li class="dropdown-submenu"> <a href="../../project-reports.html" title="Project Reports">Project Reports</a> <ul class="dropdown-menu"> <li> <a href="../../xref-test/index.html" title="Test Source Xref">Test Source Xref</a> </li> <li> <a href="../../xref/index.html" title="Source Xref">Source Xref</a> </li> <li> <a href="../../apidocs/index.html" title="JavaDocs">JavaDocs</a> </li> <li> <a href="../../testapidocs/index.html" title="Test JavaDocs">Test JavaDocs</a> </li> <li> <a href="../../cpd.html" title="CPD">CPD</a> </li> <li> <a href="../../pmd.html" title="PMD">PMD</a> </li> <li> <a href="../../checkstyle.html" title="Checkstyle">Checkstyle</a> </li> <li> <a href="../../surefire-report.html" title="Surefire Report">Surefire Report</a> </li> <li> <a href="../../dependency-updates-report.html" title="Dependency Updates Report">Dependency Updates Report</a> </li> <li> <a href="../../plugin-updates-report.html" title="Plugin Updates Report">Plugin Updates Report</a> </li> <li> <a href="../../property-updates-report.html" title="Property Updates Report">Property Updates Report</a> </li> </ul> </li> </ul> </li> </ul> <ul class="nav pull-right"> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">External Links <b class="caret"></b></a> <ul class="dropdown-menu"> <li> <a href="http://sourceforge.net/projects/pmd" title="SourceForge.net Project Page">SourceForge.net Project Page</a> </li> <li> <a href="http://sourceforge.net" title="Hosted by SourceForge">Hosted by SourceForge</a> </li> </ul> </li> </ul> </div> </div> </div> </div> <div class="container-fluid"> <div id="banner"> <div class="pull-left"> <a href="../../../" id="bannerLeft"> <img src="../../../images/pmd_logo_small.png" alt="pmd-logo"/> </a> </div> <div class="pull-right"> <a href="http://sourceforge.net/" id="bannerRight"> <img src="../../../images/sflogo.png" alt="SourceForge"/> </a> </div> <div class="clear"><hr/></div> </div> <div id="breadcrumbs"> <ul class="breadcrumb"> <li id="publishDate">Last Published: 2014-12-03</li> <li class="divider">|</li> <li id="projectVersion">Version: 5.2.2</li> <li class="divider">|</li> <li class=""> <a href="http://www.sourceforge.net/" class="externalLink" title="SourceForge"> SourceForge</a> </li> <li class="divider ">/</li> <li class=""> <a href="../../../" title="PMD"> PMD</a> </li> <li class="divider ">/</li> <li class=""> <a href="../../" title="PMD Java"> PMD Java</a> </li> <li class="divider ">/</li> <li class="">Ruleset: Type Resolution</li> </ul> </div> <div class="row-fluid"> <div id="leftColumn" class="span3"> <div class="well sidebar-nav"> <ul class="nav nav-list"> <li class="nav-header">Parent Project</li> <li> <a href="../../../index.html" title="PMD"> <i class="none"></i> PMD</a> </li> <li class="nav-header">Rule Sets</li> <li> <a href="../../rules/index.html" title="java"> <i class="icon-chevron-down"></i> java</a> <ul class="nav nav-list"> <li> <a href="../../rules/java/android.html" title="Android"> <i class="none"></i> Android</a> </li> <li> <a href="../../rules/java/basic.html" title="Basic"> <i class="none"></i> Basic</a> </li> <li> <a href="../../rules/java/braces.html" title="Braces"> <i class="none"></i> Braces</a> </li> <li> <a href="../../rules/java/clone.html" title="Clone Implementation"> <i class="none"></i> Clone Implementation</a> </li> <li> <a href="../../rules/java/codesize.html" title="Code Size"> <i class="none"></i> Code Size</a> </li> <li> <a href="../../rules/java/comments.html" title="Comments"> <i class="none"></i> Comments</a> </li> <li> <a href="../../rules/java/controversial.html" title="Controversial"> <i class="none"></i> Controversial</a> </li> <li> <a href="../../rules/java/coupling.html" title="Coupling"> <i class="none"></i> Coupling</a> </li> <li> <a href="../../rules/java/design.html" title="Design"> <i class="none"></i> Design</a> </li> <li> <a href="../../rules/java/empty.html" title="Empty Code"> <i class="none"></i> Empty Code</a> </li> <li> <a href="../../rules/java/finalizers.html" title="Finalizer"> <i class="none"></i> Finalizer</a> </li> <li> <a href="../../rules/java/imports.html" title="Import Statements"> <i class="none"></i> Import Statements</a> </li> <li> <a href="../../rules/java/j2ee.html" title="J2EE"> <i class="none"></i> J2EE</a> </li> <li> <a href="../../rules/java/javabeans.html" title="JavaBeans"> <i class="none"></i> JavaBeans</a> </li> <li> <a href="../../rules/java/junit.html" title="JUnit"> <i class="none"></i> JUnit</a> </li> <li> <a href="../../rules/java/logging-jakarta-commons.html" title="Jakarta Commons Logging"> <i class="none"></i> Jakarta Commons Logging</a> </li> <li> <a href="../../rules/java/logging-java.html" title="Java Logging"> <i class="none"></i> Java Logging</a> </li> <li> <a href="../../rules/java/migrating.html" title="Migration"> <i class="none"></i> Migration</a> </li> <li> <a href="../../rules/java/naming.html" title="Naming"> <i class="none"></i> Naming</a> </li> <li> <a href="../../rules/java/optimizations.html" title="Optimization"> <i class="none"></i> Optimization</a> </li> <li> <a href="../../rules/java/strictexception.html" title="Strict Exceptions"> <i class="none"></i> Strict Exceptions</a> </li> <li> <a href="../../rules/java/strings.html" title="String and StringBuffer"> <i class="none"></i> String and StringBuffer</a> </li> <li> <a href="../../rules/java/sunsecure.html" title="Security Code Guidelines"> <i class="none"></i> Security Code Guidelines</a> </li> <li class="active"> <a href="#"><i class="none"></i>Type Resolution</a> </li> <li> <a href="../../rules/java/unnecessary.html" title="Unnecessary"> <i class="none"></i> Unnecessary</a> </li> <li> <a href="../../rules/java/unusedcode.html" title="Unused Code"> <i class="none"></i> Unused Code</a> </li> </ul> </li> <li class="nav-header">Project Documentation</li> <li> <a href="../../project-info.html" title="Project Information"> <i class="icon-chevron-right"></i> Project Information</a> </li> <li> <a href="../../project-reports.html" title="Project Reports"> <i class="icon-chevron-right"></i> Project Reports</a> </li> </ul> <hr class="divider" /> <div id="poweredBy"> <div class="clear"></div> <div class="clear"></div> <div class="clear"></div> <a href="http://maven.apache.org/" title="Maven" class="builtBy"> <img class="builtBy" alt="Built by Maven" src="http://maven.apache.org/images/logos/maven-feather.png" /> </a> <a href="http://sourceforge.net/" title="SourceForge.net" class="builtBy"> <img class="builtBy" alt="SourceForge.net. Fast, secure and Free Open Source software downloads" src="http://sflogo.sourceforge.net/sflogo.php?group_id=56262&type=10" width="80" height="15" /> </a> </div> </div> </div> <div id="bodyColumn" class="span9" > <div class="section"> <h2><a name="Type_Resolution"></a>Type Resolution</h2> These are rules which resolve java Class files for comparison, as opposed to a String <div class="section"> <h3><a name="LooseCoupling"></a>LooseCoupling</h3> <p>Since: PMD 3.9</p> <p> Avoid using implementation types (i.e., HashSet); use the interface (i.e, Set) instead </p> <p>This rule is defined by the following Java class: <a href="../../xref/net/sourceforge/pmd/lang/java/typeresolution/rules/LooseCoupling.html">net.sourceforge.pmd.lang.java.typeresolution.rules.LooseCoupling</a> </p>Example(s): <div class="source"> <pre> import java.util.ArrayList; import java.util.HashSet; public class Bar { // Use List instead private ArrayList list = new ArrayList(); // Use Set instead public HashSet getFoo() { return new HashSet(); } } </pre></div> <p>This rule has the following properties:</p> <table border="0" class="table table-striped"> <th>Name</th> <th>Default Value</th> <th>Description</th> <tr class="a"> <td>violationSuppressRegex</td> <td></td> <td>Suppress violations with messages matching a regular expression</td> </tr> <tr class="b"> <td>violationSuppressXPath</td> <td></td> <td>Suppress violations on nodes which match a given relative XPath expression.</td> </tr> </table> </div> <div class="section"> <h3><a name="CloneMethodMustImplementCloneable"></a>CloneMethodMustImplementCloneable</h3> <p>Since: PMD 3.9</p> <p> The method clone() should only be implemented if the class implements the Cloneable interface with the exception of a final method that only throws CloneNotSupportedException. This version uses PMD's type resolution facilities, and can detect if the class implements or extends a Cloneable class. </p> <p>This rule is defined by the following Java class: <a href="../../xref/net/sourceforge/pmd/lang/java/typeresolution/rules/CloneMethodMustImplementCloneable.html">net.sourceforge.pmd.lang.java.typeresolution.rules.CloneMethodMustImplementCloneable</a> </p>Example(s): <div class="source"> <pre> public class MyClass { public Object clone() throws CloneNotSupportedException { return foo; } } </pre></div> <p>This rule has the following properties:</p> <table border="0" class="table table-striped"> <th>Name</th> <th>Default Value</th> <th>Description</th> <tr class="a"> <td>violationSuppressRegex</td> <td></td> <td>Suppress violations with messages matching a regular expression</td> </tr> <tr class="b"> <td>violationSuppressXPath</td> <td></td> <td>Suppress violations on nodes which match a given relative XPath expression.</td> </tr> </table> </div> <div class="section"> <h3><a name="UnusedImports"></a>UnusedImports</h3> <p>Since: PMD 4.0</p> <p> Avoid unused import statements. This rule will find unused on demand imports, i.e. import com.foo.*. </p> <p>This rule is defined by the following Java class: <a href="../../xref/net/sourceforge/pmd/lang/java/typeresolution/rules/imports/UnusedImports.html">net.sourceforge.pmd.lang.java.typeresolution.rules.imports.UnusedImports</a> </p>Example(s): <div class="source"> <pre> import java.io.*; // not referenced or required public class Foo {} </pre></div> <p>This rule has the following properties:</p> <table border="0" class="table table-striped"> <th>Name</th> <th>Default Value</th> <th>Description</th> <tr class="a"> <td>violationSuppressRegex</td> <td></td> <td>Suppress violations with messages matching a regular expression</td> </tr> <tr class="b"> <td>violationSuppressXPath</td> <td></td> <td>Suppress violations on nodes which match a given relative XPath expression.</td> </tr> </table> </div> <div class="section"> <h3><a name="SignatureDeclareThrowsException"></a>SignatureDeclareThrowsException</h3> <p>Since: PMD 4.0</p> <p> It is unclear which exceptions that can be thrown from the methods. It might be difficult to document and understand the vague interfaces. Use either a class derived from RuntimeException or a checked exception. JUnit classes are excluded. </p> <p>This rule is defined by the following Java class: <a href="../../xref/net/sourceforge/pmd/lang/java/typeresolution/rules/SignatureDeclareThrowsException.html">net.sourceforge.pmd.lang.java.typeresolution.rules.SignatureDeclareThrowsException</a> </p>Example(s): <div class="source"> <pre> public void methodThrowingException() throws Exception { } </pre></div> <p>This rule has the following properties:</p> <table border="0" class="table table-striped"> <th>Name</th> <th>Default Value</th> <th>Description</th> <tr class="a"> <td>IgnoreJUnitCompletely</td> <td>false</td> <td>If true, all methods in a JUnit testcase may throw Exception</td> </tr> <tr class="b"> <td>violationSuppressRegex</td> <td></td> <td>Suppress violations with messages matching a regular expression</td> </tr> <tr class="a"> <td>violationSuppressXPath</td> <td></td> <td>Suppress violations on nodes which match a given relative XPath expression.</td> </tr> <tr class="b"> <td>IgnoreJUnitCompletely</td> <td>false</td> <td>Allow all methods in a JUnit testcase to throw Exceptions</td> </tr> </table> </div> </div> </div> </div> </div> <hr/> <footer> <div class="container-fluid"> <div class="row span12">Copyright &copy; 2002-2014 <a href="http://pmd.sourceforge.net/">InfoEther</a>. All Rights Reserved. </div> </div> </footer> </body> </html>
byronka/xenos
utils/pmd-bin-5.2.2/docs/pmd-java/rules/java/typeresolution.html
HTML
mit
25,615
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"/> <link rel="shortcut icon" href="http://upptalk.com/static/im/favicon.png" type="image/png"> <title>XMPP tester</title> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prettify/r298/prettify.min.css"> <style> body { padding-top: 70px; } .stanzaOut { color: green; } .stanzaIn { color: darkorange; } .navbar-center { position: absolute; width: 100%; left: 0; top: 20%; text-align: center; margin: auto; height:100%; } </style> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/prettify/r298/prettify.js"></script> <script src='strophe.js'></script> <script src='strophe.ping.js'></script> <script src='strophe.receipts.js'></script> <script src='strophe.jingle.js'></script><!-- strophe jingle connection plugin --> <script src='strophe.jingle.session.js'></script><!-- strophe jingle connection plugin --> <script src='strophe.jingle.sdp.js'></script><!-- sdp library --> <script src='strophe.jingle.adapter.js'></script><!-- getusermedia cross browser compat layer --> <script src='xmpp_tester.js'></script> </head> <body> <nav class="navbar navbar-default navbar-fixed-top"> <div class="container-fluid"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="#">XMPP tester</a> </div> <form class="navbar-form navbar-center" role="search"> <div class="form-group"> <input type='text' class="form-control" id='jid' placeholder="Username" /> <label for='jid'>@<span class="domain">domain</span></label> <input type='password' class="form-control" id='pass' placeholder="Password"/> </div> <input class="btn btn-default" type='button' id='connect' value='Connect' /> </form> </div> </nav> <div class="container"> <form class="form-inline" name='sendRawForm'> <div class="form-group"> <textarea type='text' class="form-control" id='raw' style="height:200px; width:800px; overflow:auto;" placeholder="write custom stanza" ></textarea> </div> <input class="btn btn-default" type='button' id='sendRaw' value='SEND' /> </form> <form class="form-inline" name='sendMessageForm'> <div class="form-group"> <input type='text'class="form-control" id='messageUser' placeholder="Username" /> <label for='messageUser'>@<span class="domain">domain</span></label> <input type='text' class="form-control" id='message' style="width:400px;" placeholder="Write a Message" /> <input class="btn btn-default" type='button' id='sendMessage' value='SEND MESSAGE' /> </div> </form> <form class="form-inline" name='makeCallForm'> <div class="form-group"> <input type='text'class="form-control" id='callingUser' placeholder="Username" /> <label for='callingUser'>@<span class="domain">domain</span></label> <input class="btn btn-default" type='button' id='makeCall' value='CALL' /> </div> </form> <form class="form-inline" name='ping'> <div class="form-group"> <input type='text' class="form-control" id='pingjid' placeholder="JID" /> </div> <input class="btn btn-default" type='button' id='ping' value='PING' /> </form> <hr> <div id='log' style="height:400px; overflow:auto; outline: 1px solid #ccc; padding: 5px; margin: 5px; "></div> </div> </body> </html>
artefactop/xmpp-web-tester
public/xmpp_tester.html
HTML
mit
4,246
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>mathcomp-fingroup: 2 m 30 s 🏆</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.8.1 / mathcomp-fingroup - 1.10.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.10.0 <span class="label label-success">2 m 30 s 🏆</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-12-06 00:47:38 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-06 00:47:38 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-ocamlbuild base OCamlbuild binary and libraries distributed with the OCaml compiler base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 1 Virtual package relying on perl coq 8.8.1 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.02.3 The OCaml compiler (virtual package) ocaml-base-compiler 4.02.3 Official 4.02.3 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.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; { = version } ] tags: [ &quot;keyword:finite groups&quot; &quot;keyword:small scale reflection&quot; &quot;keyword:mathematical components&quot; &quot;keyword:odd order theorem&quot; &quot;logpath: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.10.0.tar.gz&quot; checksum: &quot;sha256=3f8a88417f3456da05e2755ea0510c1bd3fd13b13c41e62fbaa3de06be040166&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.10.0 coq.8.8.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-mathcomp-fingroup.1.10.0 coq.8.8.1</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>2 m 4 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-mathcomp-fingroup.1.10.0 coq.8.8.1</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>2 m 30 s</dd> </dl> <h2>Installation size</h2> <p>Total: 8 M</p> <ul> <li>1009 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/mathcomp/fingroup/action.vo</code></li> <li>910 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/mathcomp/fingroup/action.glob</code></li> <li>867 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/mathcomp/fingroup/gproduct.vo</code></li> <li>841 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/mathcomp/fingroup/fingroup.glob</code></li> <li>686 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/mathcomp/fingroup/fingroup.vo</code></li> <li>587 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/mathcomp/fingroup/gproduct.glob</code></li> <li>524 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/mathcomp/fingroup/morphism.glob</code></li> <li>508 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/mathcomp/fingroup/morphism.vo</code></li> <li>308 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/mathcomp/fingroup/quotient.glob</code></li> <li>290 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/mathcomp/fingroup/quotient.vo</code></li> <li>245 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/mathcomp/fingroup/perm.vo</code></li> <li>187 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/mathcomp/fingroup/automorphism.vo</code></li> <li>162 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/mathcomp/fingroup/perm.glob</code></li> <li>131 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/mathcomp/fingroup/automorphism.glob</code></li> <li>110 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/mathcomp/fingroup/fingroup.v</code></li> <li>98 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/mathcomp/fingroup/action.v</code></li> <li>95 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/mathcomp/fingroup/presentation.vo</code></li> <li>62 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/mathcomp/fingroup/gproduct.v</code></li> <li>52 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/mathcomp/fingroup/morphism.v</code></li> <li>39 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/mathcomp/fingroup/presentation.glob</code></li> <li>34 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/mathcomp/fingroup/quotient.v</code></li> <li>32 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/mathcomp/fingroup/all_fingroup.vo</code></li> <li>24 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/mathcomp/fingroup/perm.v</code></li> <li>16 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/mathcomp/fingroup/automorphism.v</code></li> <li>11 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/mathcomp/fingroup/presentation.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/mathcomp/fingroup/all_fingroup.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/mathcomp/fingroup/all_fingroup.v</code></li> </ul> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-mathcomp-fingroup.1.10.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.02.3-2.0.6/released/8.8.1/mathcomp-fingroup/1.10.0.html
HTML
mit
10,881
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>User agent detail - Mozilla/5.0 (Linux; Android 2.3.6; IMO S79 Build/GRK39F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.72 Mobile Safari/537.36 OPR/16.0.1212.64336</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css"> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> <link href="../circle.css" rel="stylesheet"> </head> <body> <div class="container"> <div class="section"> <h1 class="header center orange-text">User agent detail</h1> <div class="row center"> <h5 class="header light"> Mozilla/5.0 (Linux; Android 2.3.6; IMO S79 Build/GRK39F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.72 Mobile Safari/537.36 OPR/16.0.1212.64336 </h5> </div> </div> <div class="section"> <table class="striped"><tr><th></th><th colspan="3">General</th><th colspan="5">Device</th><th colspan="3">Bot</th><th colspan="2"></th></tr><tr><th>Provider</th><th>Browser</th><th>Engine</th><th>OS</th><th>Brand</th><th>Model</th><th>Type</th><th>Is mobile</th><th>Is touch</th><th>Is bot</th><th>Name</th><th>Type</th><th>Parse time</th><th>Actions</th></tr><tr><th colspan="14" class="green lighten-3">Test suite</th></tr><tr><td>UAParser<br /><small>v0.5.0.2</small><br /><small>vendor/thadafinser/uap-core/tests/test_device.yaml</small></td><td> </td><td><i class="material-icons">close</i></td><td> </td><td style="border-left: 1px solid #555">IMO</td><td>S79</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-cfed3005-df48-4fa8-bf03-4f6ef8988f59">Detail</a> <!-- Modal Structure --> <div id="modal-cfed3005-df48-4fa8-bf03-4f6ef8988f59" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>UAParser result detail</h4> <p><pre><code class="php">Array ( [user_agent_string] => Mozilla/5.0 (Linux; Android 2.3.6; IMO S79 Build/GRK39F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.72 Mobile Safari/537.36 OPR/16.0.1212.64336 [family] => IMO S79 [brand] => IMO [model] => S79 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><th colspan="14" class="green lighten-3">Providers</th></tr><tr><td>BrowscapFull<br /><small>6014</small><br /></td><td>Opera Mobile 16.0</td><td>Blink </td><td>Android 2.3</td><td style="border-left: 1px solid #555"></td><td></td><td>Mobile Phone</td><td>yes</td><td>yes</td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.018</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-47a9cd06-e213-4882-bc34-db6aed664223">Detail</a> <!-- Modal Structure --> <div id="modal-47a9cd06-e213-4882-bc34-db6aed664223" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>BrowscapFull result detail</h4> <p><pre><code class="php">stdClass Object ( [browser_name_regex] => /^mozilla\/5\.0 \(.*linux.*android.2\.3.*\) applewebkit\/.* \(khtml.* like gecko\).*chrome\/.*safari\/.* opr\/16\..*$/ [browser_name_pattern] => mozilla/5.0 (*linux*android?2.3*) applewebkit/* (khtml* like gecko)*chrome/*safari/* opr/16.* [parent] => Opera Mobile 16.0 for Android [comment] => Opera Mobile 16.0 for Android [browser] => Opera Mobile [browser_type] => Browser [browser_bits] => 32 [browser_maker] => Opera Software ASA [browser_modus] => unknown [version] => 16.0 [majorver] => 16 [minorver] => 0 [platform] => Android [platform_version] => 2.3 [platform_description] => Android OS [platform_bits] => 32 [platform_maker] => Google Inc [alpha] => [beta] => [win16] => [win32] => [win64] => [frames] => 1 [iframes] => 1 [tables] => 1 [cookies] => 1 [backgroundsounds] => [javascript] => 1 [vbscript] => [javaapplets] => [activexcontrols] => [ismobiledevice] => 1 [istablet] => [issyndicationreader] => [crawler] => [isfake] => [isanonymized] => [ismodified] => [cssversion] => 3 [aolversion] => 0 [device_name] => general Mobile Phone [device_maker] => unknown [device_type] => Mobile Phone [device_pointing_method] => touchscreen [device_code_name] => general Mobile Phone [device_brand_name] => unknown [renderingengine_name] => Blink [renderingengine_version] => unknown [renderingengine_description] => a WebKit Fork by Google [renderingengine_maker] => Google Inc ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>BrowscapLite<br /><small>6014</small><br /></td><td>Chrome </td><td><i class="material-icons">close</i></td><td>Android </td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>Mobile Phone</td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.008</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-42bb56ba-b834-47c5-bea0-c0270e9ab371">Detail</a> <!-- Modal Structure --> <div id="modal-42bb56ba-b834-47c5-bea0-c0270e9ab371" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>BrowscapLite result detail</h4> <p><pre><code class="php">stdClass Object ( [browser_name_regex] => /^mozilla\/5\.0 \(.*linux.*android.*\) applewebkit\/.* \(khtml.* like gecko\) chrome\/.*safari\/.*$/ [browser_name_pattern] => mozilla/5.0 (*linux*android*) applewebkit/* (khtml* like gecko) chrome/*safari/* [parent] => Chrome Generic for Android [comment] => Chrome Generic [browser] => Chrome [browser_type] => unknown [browser_bits] => 0 [browser_maker] => unknown [browser_modus] => unknown [version] => 0.0 [majorver] => 0 [minorver] => 0 [platform] => Android [platform_version] => unknown [platform_description] => unknown [platform_bits] => 0 [platform_maker] => unknown [alpha] => false [beta] => false [win16] => false [win32] => false [win64] => false [frames] => false [iframes] => false [tables] => false [cookies] => false [backgroundsounds] => false [javascript] => false [vbscript] => false [javaapplets] => false [activexcontrols] => false [ismobiledevice] => 1 [istablet] => [issyndicationreader] => false [crawler] => false [isfake] => false [isanonymized] => false [ismodified] => false [cssversion] => 0 [aolversion] => 0 [device_name] => unknown [device_maker] => unknown [device_type] => Mobile Phone [device_pointing_method] => unknown [device_code_name] => unknown [device_brand_name] => unknown [renderingengine_name] => unknown [renderingengine_version] => unknown [renderingengine_description] => unknown [renderingengine_maker] => unknown ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>BrowscapPhp<br /><small>6014</small><br /></td><td>Opera Mobile 16.0</td><td><i class="material-icons">close</i></td><td>Android </td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>Mobile Phone</td><td>yes</td><td>yes</td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.019</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-ad0041a2-b0f4-43f6-a70d-cad1443caa68">Detail</a> <!-- Modal Structure --> <div id="modal-ad0041a2-b0f4-43f6-a70d-cad1443caa68" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>BrowscapPhp result detail</h4> <p><pre><code class="php">stdClass Object ( [browser_name_regex] => /^mozilla\/5\.0 \(.*linux.*android.*\) applewebkit\/.* \(khtml.* like gecko\).*chrome\/.*safari\/.* opr\/16\..*$/ [browser_name_pattern] => mozilla/5.0 (*linux*android*) applewebkit/* (khtml* like gecko)*chrome/*safari/* opr/16.* [parent] => Opera Mobile 16.0 for Android [comment] => Opera Mobile 16.0 for Android [browser] => Opera Mobile [browser_type] => unknown [browser_bits] => 0 [browser_maker] => Opera Software ASA [browser_modus] => unknown [version] => 16.0 [majorver] => 16 [minorver] => 0 [platform] => Android [platform_version] => unknown [platform_description] => unknown [platform_bits] => 0 [platform_maker] => unknown [alpha] => false [beta] => false [win16] => false [win32] => false [win64] => false [frames] => false [iframes] => false [tables] => false [cookies] => false [backgroundsounds] => false [javascript] => false [vbscript] => false [javaapplets] => false [activexcontrols] => false [ismobiledevice] => 1 [istablet] => [issyndicationreader] => false [crawler] => [isfake] => false [isanonymized] => false [ismodified] => false [cssversion] => 0 [aolversion] => 0 [device_name] => unknown [device_maker] => unknown [device_type] => Mobile Phone [device_pointing_method] => touchscreen [device_code_name] => unknown [device_brand_name] => unknown [renderingengine_name] => unknown [renderingengine_version] => unknown [renderingengine_description] => unknown [renderingengine_maker] => unknown ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>DonatjUAParser<br /><small>v0.5.1</small><br /></td><td>Opera Next 16.0.1212.64336</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-15fbc1f0-2615-4d42-b5d9-a30dd647b050">Detail</a> <!-- Modal Structure --> <div id="modal-15fbc1f0-2615-4d42-b5d9-a30dd647b050" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>DonatjUAParser result detail</h4> <p><pre><code class="php">Array ( [platform] => Android [browser] => Opera Next [version] => 16.0.1212.64336 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>JenssegersAgent<br /><small>v2.3.3</small><br /></td><td>Opera 16.0.1212.64336</td><td><i class="material-icons">close</i></td><td>AndroidOS 2.3.6</td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.001</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-b85a2b91-6a55-4436-a82c-1ea0d46e2e51">Detail</a> <!-- Modal Structure --> <div id="modal-b85a2b91-6a55-4436-a82c-1ea0d46e2e51" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>JenssegersAgent result detail</h4> <p><pre><code class="php">Array ( [browserName] => Opera [browserVersion] => 16.0.1212.64336 [osName] => AndroidOS [osVersion] => 2.3.6 [deviceModel] => WebKit [isMobile] => 1 [isRobot] => [botName] => ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>NeutrinoApiCom<br /><small></small><br /></td><td>Opera Mobile 16.0.1212.64336</td><td><i class="material-icons">close</i></td><td>Android 2.3.6</td><td style="border-left: 1px solid #555">IMO</td><td>Explorer S79</td><td>mobile-browser</td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.34302</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-8c2a7a4e-3fbf-4df2-8d61-5e730422f67b">Detail</a> <!-- Modal Structure --> <div id="modal-8c2a7a4e-3fbf-4df2-8d61-5e730422f67b" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>NeutrinoApiCom result detail</h4> <p><pre><code class="php">stdClass Object ( [mobile_screen_height] => 480 [is_mobile] => 1 [type] => mobile-browser [mobile_brand] => IMO [mobile_model] => Explorer S79 [version] => 16.0.1212.64336 [is_android] => 1 [browser_name] => Opera Mobile [operating_system_family] => Android [operating_system_version] => 2.3.6 [is_ios] => [producer] => Opera Software ASA. [operating_system] => Android 2.3.x Gingerbread [mobile_screen_width] => 320 [mobile_browser] => Android Webkit ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>PiwikDeviceDetector<br /><small>3.6.1</small><br /></td><td>Opera Mobile 16.0</td><td>Blink </td><td>Android 2.3</td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>yes</td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.002</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-4a941d34-a8d3-4914-9724-346f60ad7046">Detail</a> <!-- Modal Structure --> <div id="modal-4a941d34-a8d3-4914-9724-346f60ad7046" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>PiwikDeviceDetector result detail</h4> <p><pre><code class="php">Array ( [client] => Array ( [type] => browser [name] => Opera Mobile [short_name] => OM [version] => 16.0 [engine] => Blink ) [operatingSystem] => Array ( [name] => Android [short_name] => AND [version] => 2.3 [platform] => ) [device] => Array ( [brand] => [brandName] => [model] => [device] => [deviceName] => ) [bot] => [extra] => Array ( [isBot] => [isBrowser] => 1 [isFeedReader] => [isMobileApp] => [isPIM] => [isLibrary] => [isMediaPlayer] => [isCamera] => [isCarBrowser] => [isConsole] => [isFeaturePhone] => [isPhablet] => [isPortableMediaPlayer] => [isSmartDisplay] => [isSmartphone] => [isTablet] => [isTV] => [isDesktop] => [isMobile] => 1 [isTouchEnabled] => ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>SinergiBrowserDetector<br /><small>6.0.1</small><br /></td><td>Opera 16.0.1212.64336</td><td><i class="material-icons">close</i></td><td>Android 2.3.6</td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td></td><td><i class="material-icons">close</i></td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.001</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-ec1cd248-02b0-457e-8a9d-35bb99af008c">Detail</a> <!-- Modal Structure --> <div id="modal-ec1cd248-02b0-457e-8a9d-35bb99af008c" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>SinergiBrowserDetector result detail</h4> <p><pre><code class="php">Array ( [browser] => Sinergi\BrowserDetector\Browser Object ( [userAgent:Sinergi\BrowserDetector\Browser:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; Android 2.3.6; IMO S79 Build/GRK39F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.72 Mobile Safari/537.36 OPR/16.0.1212.64336 ) [name:Sinergi\BrowserDetector\Browser:private] => Opera [version:Sinergi\BrowserDetector\Browser:private] => 16.0.1212.64336 [isRobot:Sinergi\BrowserDetector\Browser:private] => [isChromeFrame:Sinergi\BrowserDetector\Browser:private] => [isFacebookWebView:Sinergi\BrowserDetector\Browser:private] => [isCompatibilityMode:Sinergi\BrowserDetector\Browser:private] => ) [operatingSystem] => Sinergi\BrowserDetector\Os Object ( [name:Sinergi\BrowserDetector\Os:private] => Android [version:Sinergi\BrowserDetector\Os:private] => 2.3.6 [isMobile:Sinergi\BrowserDetector\Os:private] => 1 [userAgent:Sinergi\BrowserDetector\Os:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; Android 2.3.6; IMO S79 Build/GRK39F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.72 Mobile Safari/537.36 OPR/16.0.1212.64336 ) ) [device] => Sinergi\BrowserDetector\Device Object ( [name:Sinergi\BrowserDetector\Device:private] => unknown [userAgent:Sinergi\BrowserDetector\Device:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; Android 2.3.6; IMO S79 Build/GRK39F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.72 Mobile Safari/537.36 OPR/16.0.1212.64336 ) ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>UAParser<br /><small>v3.4.5</small><br /></td><td>Opera Mobile 16.0.1212</td><td><i class="material-icons">close</i></td><td>Android 2.3.6</td><td style="border-left: 1px solid #555">IMO</td><td>S79</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-3160e405-8a8f-46dd-8f47-5115f06462d2">Detail</a> <!-- Modal Structure --> <div id="modal-3160e405-8a8f-46dd-8f47-5115f06462d2" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>UAParser result detail</h4> <p><pre><code class="php">UAParser\Result\Client Object ( [ua] => UAParser\Result\UserAgent Object ( [major] => 16 [minor] => 0 [patch] => 1212 [family] => Opera Mobile ) [os] => UAParser\Result\OperatingSystem Object ( [major] => 2 [minor] => 3 [patch] => 6 [patchMinor] => [family] => Android ) [device] => UAParser\Result\Device Object ( [brand] => IMO [model] => S79 [family] => IMO S79 ) [originalUserAgent] => Mozilla/5.0 (Linux; Android 2.3.6; IMO S79 Build/GRK39F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.72 Mobile Safari/537.36 OPR/16.0.1212.64336 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>UserAgentApiCom<br /><small></small><br /></td><td>Opera 16.0.1212.64336</td><td>WebKit 537.36</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>Mobile</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.16701</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-afeb05fb-26b9-4509-b8ac-0c604a9e97d6">Detail</a> <!-- Modal Structure --> <div id="modal-afeb05fb-26b9-4509-b8ac-0c604a9e97d6" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>UserAgentApiCom result detail</h4> <p><pre><code class="php">stdClass Object ( [platform_name] => Android [platform_version] => 2.3.6 [platform_type] => Mobile [browser_name] => Opera [browser_version] => 16.0.1212.64336 [engine_name] => WebKit [engine_version] => 537.36 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>UserAgentStringCom<br /><small></small><br /></td><td>Android Webkit Browser </td><td><i class="material-icons">close</i></td><td>Android 2.3.6</td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.074</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-08a9ddfb-838f-48d7-9ede-1d132306b2ee">Detail</a> <!-- Modal Structure --> <div id="modal-08a9ddfb-838f-48d7-9ede-1d132306b2ee" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>UserAgentStringCom result detail</h4> <p><pre><code class="php">stdClass Object ( [agent_type] => Browser [agent_name] => Android Webkit Browser [agent_version] => -- [os_type] => Android [os_name] => Android [os_versionName] => [os_versionNumber] => 2.3.6 [os_producer] => [os_producerURL] => [linux_distibution] => Null [agent_language] => [agent_languageTag] => ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>WhatIsMyBrowserCom<br /><small></small><br /></td><td>Opera 16.0.1212.64336</td><td>WebKit 537.36</td><td>Android 2.3.6</td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.24201</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-5fc1ff22-a74d-481b-9ad1-fcfde73ded9c">Detail</a> <!-- Modal Structure --> <div id="modal-5fc1ff22-a74d-481b-9ad1-fcfde73ded9c" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>WhatIsMyBrowserCom result detail</h4> <p><pre><code class="php">stdClass Object ( [operating_system_name] => Android [simple_sub_description_string] => [simple_browser_string] => Opera 16 on Android (Gingerbread) [browser_version] => 16 [extra_info] => Array ( ) [operating_platform] => [extra_info_table] => stdClass Object ( [System Build] => GRK39F ) [layout_engine_name] => WebKit [detected_addons] => Array ( ) [operating_system_flavour_code] => [hardware_architecture] => [operating_system_flavour] => [operating_system_frameworks] => Array ( ) [browser_name_code] => opera [operating_system_version] => Gingerbread [simple_operating_platform_string] => [is_abusive] => [layout_engine_version] => 537.36 [browser_capabilities] => Array ( ) [operating_platform_vendor_name] => [operating_system] => Android (Gingerbread) [operating_system_version_full] => 2.3.6 [operating_platform_code] => [browser_name] => Opera [operating_system_name_code] => android [user_agent] => Mozilla/5.0 (Linux; Android 2.3.6; IMO S79 Build/GRK39F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.72 Mobile Safari/537.36 OPR/16.0.1212.64336 [browser_version_full] => 16.0.1212.64336 [browser] => Opera 16 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>WhichBrowser<br /><small>v2.0.18</small><br /></td><td>Opera Mobile 16.0</td><td>Blink </td><td>Android 2.3.6</td><td style="border-left: 1px solid #555">IMO</td><td>Explorer S79</td><td>mobile:smart</td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.001</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-083a336f-5d73-4505-84f3-c5fc9bb78652">Detail</a> <!-- Modal Structure --> <div id="modal-083a336f-5d73-4505-84f3-c5fc9bb78652" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>WhichBrowser result detail</h4> <p><pre><code class="php">Array ( [browser] => Array ( [name] => Opera Mobile [family] => Array ( [name] => Chrome [version] => 29 ) [version] => 16.0 [type] => browser ) [engine] => Array ( [name] => Blink ) [os] => Array ( [name] => Android [version] => 2.3.6 ) [device] => Array ( [type] => mobile [subtype] => smart [manufacturer] => IMO [model] => Explorer S79 ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>Woothee<br /><small>v1.2.0</small><br /></td><td>Opera 16.0.1212.64336</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>smartphone</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-f00e7198-0e22-49fe-bad0-dbb3a9cde9b9">Detail</a> <!-- Modal Structure --> <div id="modal-f00e7198-0e22-49fe-bad0-dbb3a9cde9b9" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Woothee result detail</h4> <p><pre><code class="php">Array ( [name] => Opera [vendor] => Opera [version] => 16.0.1212.64336 [category] => smartphone [os] => Android [os_version] => 2.3.6 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>Wurfl<br /><small>1.7.1.0</small><br /></td><td>Opera 16.0.1212.64336</td><td><i class="material-icons">close</i></td><td>Android 2.3.6</td><td style="border-left: 1px solid #555"></td><td></td><td>Smartphone</td><td>yes</td><td>yes</td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.016</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-a2bedf8c-4a95-42a7-96c5-aaf233b2ac50">Detail</a> <!-- Modal Structure --> <div id="modal-a2bedf8c-4a95-42a7-96c5-aaf233b2ac50" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Wurfl result detail</h4> <p><pre><code class="php">Array ( [virtual] => Array ( [is_android] => true [is_ios] => false [is_windows_phone] => false [is_app] => false [is_full_desktop] => false [is_largescreen] => false [is_mobile] => true [is_robot] => false [is_smartphone] => true [is_touchscreen] => true [is_wml_preferred] => false [is_xhtmlmp_preferred] => false [is_html_preferred] => true [advertised_device_os] => Android [advertised_device_os_version] => 2.3.6 [advertised_browser] => Opera [advertised_browser_version] => 16.0.1212.64336 [complete_device_name] => Generic Android 2.3 [device_name] => Generic Android 2.3 [form_factor] => Smartphone [is_phone] => true [is_app_webview] => false ) [all] => Array ( [brand_name] => Generic [model_name] => Android 2.3 [unique] => true [ununiqueness_handler] => [is_wireless_device] => true [device_claims_web_support] => true [has_qwerty_keyboard] => true [can_skip_aligned_link_row] => true [uaprof] => [uaprof2] => [uaprof3] => [nokia_series] => 0 [nokia_edition] => 0 [device_os] => Android [mobile_browser] => Android Webkit [mobile_browser_version] => [device_os_version] => 2.3 [pointing_method] => touchscreen [release_date] => 2010_november [marketing_name] => [model_extra_info] => [nokia_feature_pack] => 0 [can_assign_phone_number] => true [is_tablet] => false [manufacturer_name] => [is_bot] => false [is_google_glass] => false [proportional_font] => false [built_in_back_button_support] => false [card_title_support] => true [softkey_support] => false [table_support] => true [numbered_menus] => false [menu_with_select_element_recommended] => false [menu_with_list_of_links_recommended] => true [icons_on_menu_items_support] => false [break_list_of_links_with_br_element_recommended] => true [access_key_support] => false [wrap_mode_support] => false [times_square_mode_support] => false [deck_prefetch_support] => false [elective_forms_recommended] => true [wizards_recommended] => false [image_as_link_support] => false [insert_br_element_after_widget_recommended] => false [wml_can_display_images_and_text_on_same_line] => false [wml_displays_image_in_center] => false [opwv_wml_extensions_support] => false [wml_make_phone_call_string] => wtai://wp/mc; [chtml_display_accesskey] => false [emoji] => false [chtml_can_display_images_and_text_on_same_line] => false [chtml_displays_image_in_center] => false [imode_region] => none [chtml_make_phone_call_string] => tel: [chtml_table_support] => false [xhtml_honors_bgcolor] => true [xhtml_supports_forms_in_table] => true [xhtml_support_wml2_namespace] => false [xhtml_autoexpand_select] => false [xhtml_select_as_dropdown] => false [xhtml_select_as_radiobutton] => false [xhtml_select_as_popup] => false [xhtml_display_accesskey] => false [xhtml_supports_invisible_text] => false [xhtml_supports_inline_input] => false [xhtml_supports_monospace_font] => false [xhtml_supports_table_for_layout] => true [xhtml_supports_css_cell_table_coloring] => true [xhtml_format_as_css_property] => false [xhtml_format_as_attribute] => false [xhtml_nowrap_mode] => false [xhtml_marquee_as_css_property] => false [xhtml_readable_background_color1] => #FFFFFF [xhtml_readable_background_color2] => #FFFFFF [xhtml_allows_disabled_form_elements] => true [xhtml_document_title_support] => true [xhtml_preferred_charset] => iso-8859-1 [opwv_xhtml_extensions_support] => false [xhtml_make_phone_call_string] => tel: [xhtmlmp_preferred_mime_type] => text/html [xhtml_table_support] => true [xhtml_send_sms_string] => sms: [xhtml_send_mms_string] => mms: [xhtml_file_upload] => supported [cookie_support] => true [accept_third_party_cookie] => true [xhtml_supports_iframe] => full [xhtml_avoid_accesskeys] => true [xhtml_can_embed_video] => none [ajax_support_javascript] => true [ajax_manipulate_css] => true [ajax_support_getelementbyid] => true [ajax_support_inner_html] => true [ajax_xhr_type] => standard [ajax_manipulate_dom] => true [ajax_support_events] => true [ajax_support_event_listener] => true [ajax_preferred_geoloc_api] => w3c_api [xhtml_support_level] => 4 [preferred_markup] => html_web_4_0 [wml_1_1] => false [wml_1_2] => false [wml_1_3] => false [html_wi_w3_xhtmlbasic] => true [html_wi_oma_xhtmlmp_1_0] => true [html_wi_imode_html_1] => false [html_wi_imode_html_2] => false [html_wi_imode_html_3] => false [html_wi_imode_html_4] => false [html_wi_imode_html_5] => false [html_wi_imode_htmlx_1] => false [html_wi_imode_htmlx_1_1] => false [html_wi_imode_compact_generic] => false [html_web_3_2] => true [html_web_4_0] => true [voicexml] => false [multipart_support] => false [total_cache_disable_support] => false [time_to_live_support] => false [resolution_width] => 320 [resolution_height] => 480 [columns] => 60 [max_image_width] => 320 [max_image_height] => 400 [rows] => 40 [physical_screen_width] => 34 [physical_screen_height] => 50 [dual_orientation] => true [density_class] => 1.0 [wbmp] => true [bmp] => false [epoc_bmp] => false [gif_animated] => false [jpg] => true [png] => true [tiff] => false [transparent_png_alpha] => true [transparent_png_index] => true [svgt_1_1] => false [svgt_1_1_plus] => false [greyscale] => false [gif] => true [colors] => 65536 [webp_lossy_support] => false [webp_lossless_support] => false [post_method_support] => true [basic_authentication_support] => true [empty_option_value_support] => true [emptyok] => false [nokia_voice_call] => false [wta_voice_call] => false [wta_phonebook] => false [wta_misc] => false [wta_pdc] => false [https_support] => true [phone_id_provided] => false [max_data_rate] => 384 [wifi] => true [sdio] => false [vpn] => false [has_cellular_radio] => true [max_deck_size] => 2000000 [max_url_length_in_requests] => 256 [max_url_length_homepage] => 0 [max_url_length_bookmark] => 0 [max_url_length_cached_page] => 0 [max_no_of_connection_settings] => 0 [max_no_of_bookmarks] => 0 [max_length_of_username] => 0 [max_length_of_password] => 0 [max_object_size] => 0 [downloadfun_support] => false [directdownload_support] => true [inline_support] => false [oma_support] => true [ringtone] => false [ringtone_3gpp] => false [ringtone_midi_monophonic] => false [ringtone_midi_polyphonic] => false [ringtone_imelody] => false [ringtone_digiplug] => false [ringtone_compactmidi] => false [ringtone_mmf] => false [ringtone_rmf] => false [ringtone_xmf] => false [ringtone_amr] => false [ringtone_awb] => false [ringtone_aac] => false [ringtone_wav] => false [ringtone_mp3] => false [ringtone_spmidi] => false [ringtone_qcelp] => false [ringtone_voices] => 1 [ringtone_df_size_limit] => 0 [ringtone_directdownload_size_limit] => 0 [ringtone_inline_size_limit] => 0 [ringtone_oma_size_limit] => 0 [wallpaper] => false [wallpaper_max_width] => 0 [wallpaper_max_height] => 0 [wallpaper_preferred_width] => 0 [wallpaper_preferred_height] => 0 [wallpaper_resize] => none [wallpaper_wbmp] => false [wallpaper_bmp] => false [wallpaper_gif] => false [wallpaper_jpg] => false [wallpaper_png] => false [wallpaper_tiff] => false [wallpaper_greyscale] => false [wallpaper_colors] => 2 [wallpaper_df_size_limit] => 0 [wallpaper_directdownload_size_limit] => 0 [wallpaper_inline_size_limit] => 0 [wallpaper_oma_size_limit] => 0 [screensaver] => false [screensaver_max_width] => 0 [screensaver_max_height] => 0 [screensaver_preferred_width] => 0 [screensaver_preferred_height] => 0 [screensaver_resize] => none [screensaver_wbmp] => false [screensaver_bmp] => false [screensaver_gif] => false [screensaver_jpg] => false [screensaver_png] => false [screensaver_greyscale] => false [screensaver_colors] => 2 [screensaver_df_size_limit] => 0 [screensaver_directdownload_size_limit] => 0 [screensaver_inline_size_limit] => 0 [screensaver_oma_size_limit] => 0 [picture] => false [picture_max_width] => 0 [picture_max_height] => 0 [picture_preferred_width] => 0 [picture_preferred_height] => 0 [picture_resize] => none [picture_wbmp] => false [picture_bmp] => false [picture_gif] => false [picture_jpg] => false [picture_png] => false [picture_greyscale] => false [picture_colors] => 2 [picture_df_size_limit] => 0 [picture_directdownload_size_limit] => 0 [picture_inline_size_limit] => 0 [picture_oma_size_limit] => 0 [video] => false [oma_v_1_0_forwardlock] => false [oma_v_1_0_combined_delivery] => false [oma_v_1_0_separate_delivery] => false [streaming_video] => true [streaming_3gpp] => true [streaming_mp4] => true [streaming_mov] => false [streaming_video_size_limit] => 0 [streaming_real_media] => none [streaming_flv] => false [streaming_3g2] => false [streaming_vcodec_h263_0] => 10 [streaming_vcodec_h263_3] => -1 [streaming_vcodec_mpeg4_sp] => 2 [streaming_vcodec_mpeg4_asp] => -1 [streaming_vcodec_h264_bp] => 3.0 [streaming_acodec_amr] => nb [streaming_acodec_aac] => lc [streaming_wmv] => none [streaming_preferred_protocol] => rtsp [streaming_preferred_http_protocol] => progressive_download [wap_push_support] => false [connectionless_service_indication] => false [connectionless_service_load] => false [connectionless_cache_operation] => false [connectionoriented_unconfirmed_service_indication] => false [connectionoriented_unconfirmed_service_load] => false [connectionoriented_unconfirmed_cache_operation] => false [connectionoriented_confirmed_service_indication] => false [connectionoriented_confirmed_service_load] => false [connectionoriented_confirmed_cache_operation] => false [utf8_support] => true [ascii_support] => false [iso8859_support] => false [expiration_date] => false [j2me_cldc_1_0] => false [j2me_cldc_1_1] => false [j2me_midp_1_0] => false [j2me_midp_2_0] => false [doja_1_0] => false [doja_1_5] => false [doja_2_0] => false [doja_2_1] => false [doja_2_2] => false [doja_3_0] => false [doja_3_5] => false [doja_4_0] => false [j2me_jtwi] => false [j2me_mmapi_1_0] => false [j2me_mmapi_1_1] => false [j2me_wmapi_1_0] => false [j2me_wmapi_1_1] => false [j2me_wmapi_2_0] => false [j2me_btapi] => false [j2me_3dapi] => false [j2me_locapi] => false [j2me_nokia_ui] => false [j2me_motorola_lwt] => false [j2me_siemens_color_game] => false [j2me_siemens_extension] => false [j2me_heap_size] => 0 [j2me_max_jar_size] => 0 [j2me_storage_size] => 0 [j2me_max_record_store_size] => 0 [j2me_screen_width] => 0 [j2me_screen_height] => 0 [j2me_canvas_width] => 0 [j2me_canvas_height] => 0 [j2me_bits_per_pixel] => 0 [j2me_audio_capture_enabled] => false [j2me_video_capture_enabled] => false [j2me_photo_capture_enabled] => false [j2me_capture_image_formats] => none [j2me_http] => false [j2me_https] => false [j2me_socket] => false [j2me_udp] => false [j2me_serial] => false [j2me_gif] => false [j2me_gif89a] => false [j2me_jpg] => false [j2me_png] => false [j2me_bmp] => false [j2me_bmp3] => false [j2me_wbmp] => false [j2me_midi] => false [j2me_wav] => false [j2me_amr] => false [j2me_mp3] => false [j2me_mp4] => false [j2me_imelody] => false [j2me_rmf] => false [j2me_au] => false [j2me_aac] => false [j2me_realaudio] => false [j2me_xmf] => false [j2me_wma] => false [j2me_3gpp] => false [j2me_h263] => false [j2me_svgt] => false [j2me_mpeg4] => false [j2me_realvideo] => false [j2me_real8] => false [j2me_realmedia] => false [j2me_left_softkey_code] => 0 [j2me_right_softkey_code] => 0 [j2me_middle_softkey_code] => 0 [j2me_select_key_code] => 0 [j2me_return_key_code] => 0 [j2me_clear_key_code] => 0 [j2me_datefield_no_accepts_null_date] => false [j2me_datefield_broken] => false [receiver] => false [sender] => false [mms_max_size] => 0 [mms_max_height] => 0 [mms_max_width] => 0 [built_in_recorder] => false [built_in_camera] => true [mms_jpeg_baseline] => false [mms_jpeg_progressive] => false [mms_gif_static] => false [mms_gif_animated] => false [mms_png] => false [mms_bmp] => false [mms_wbmp] => false [mms_amr] => false [mms_wav] => false [mms_midi_monophonic] => false [mms_midi_polyphonic] => false [mms_midi_polyphonic_voices] => 0 [mms_spmidi] => false [mms_mmf] => false [mms_mp3] => false [mms_evrc] => false [mms_qcelp] => false [mms_ota_bitmap] => false [mms_nokia_wallpaper] => false [mms_nokia_operatorlogo] => false [mms_nokia_3dscreensaver] => false [mms_nokia_ringingtone] => false [mms_rmf] => false [mms_xmf] => false [mms_symbian_install] => false [mms_jar] => false [mms_jad] => false [mms_vcard] => false [mms_vcalendar] => false [mms_wml] => false [mms_wbxml] => false [mms_wmlc] => false [mms_video] => false [mms_mp4] => false [mms_3gpp] => false [mms_3gpp2] => false [mms_max_frame_rate] => 0 [nokiaring] => false [picturemessage] => false [operatorlogo] => false [largeoperatorlogo] => false [callericon] => false [nokiavcard] => false [nokiavcal] => false [sckl_ringtone] => false [sckl_operatorlogo] => false [sckl_groupgraphic] => false [sckl_vcard] => false [sckl_vcalendar] => false [text_imelody] => false [ems] => false [ems_variablesizedpictures] => false [ems_imelody] => false [ems_odi] => false [ems_upi] => false [ems_version] => 0 [siemens_ota] => false [siemens_logo_width] => 101 [siemens_logo_height] => 29 [siemens_screensaver_width] => 101 [siemens_screensaver_height] => 50 [gprtf] => false [sagem_v1] => false [sagem_v2] => false [panasonic] => false [sms_enabled] => true [wav] => false [mmf] => false [smf] => false [mld] => false [midi_monophonic] => false [midi_polyphonic] => false [sp_midi] => false [rmf] => false [xmf] => false [compactmidi] => false [digiplug] => false [nokia_ringtone] => false [imelody] => false [au] => false [amr] => false [awb] => false [aac] => true [mp3] => true [voices] => 1 [qcelp] => false [evrc] => false [flash_lite_version] => [fl_wallpaper] => false [fl_screensaver] => false [fl_standalone] => false [fl_browser] => false [fl_sub_lcd] => false [full_flash_support] => true [css_supports_width_as_percentage] => true [css_border_image] => webkit [css_rounded_corners] => webkit [css_gradient] => none [css_spriting] => true [css_gradient_linear] => none [is_transcoder] => false [transcoder_ua_header] => user-agent [rss_support] => false [pdf_support] => true [progressive_download] => true [playback_vcodec_h263_0] => 10 [playback_vcodec_h263_3] => -1 [playback_vcodec_mpeg4_sp] => 0 [playback_vcodec_mpeg4_asp] => -1 [playback_vcodec_h264_bp] => 3.0 [playback_real_media] => none [playback_3gpp] => true [playback_3g2] => false [playback_mp4] => true [playback_mov] => false [playback_acodec_amr] => nb [playback_acodec_aac] => none [playback_df_size_limit] => 0 [playback_directdownload_size_limit] => 0 [playback_inline_size_limit] => 0 [playback_oma_size_limit] => 0 [playback_acodec_qcelp] => false [playback_wmv] => none [hinted_progressive_download] => true [html_preferred_dtd] => html4 [viewport_supported] => true [viewport_width] => device_width_token [viewport_userscalable] => no [viewport_initial_scale] => [viewport_maximum_scale] => [viewport_minimum_scale] => [mobileoptimized] => false [handheldfriendly] => false [canvas_support] => full [image_inlining] => true [is_smarttv] => false [is_console] => false [nfc_support] => false [ux_full_desktop] => false [jqm_grade] => A [is_sencha_touch_ok] => false ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>Zsxsoft<br /><small>1.3</small><br /></td><td>Opera 16.0.1212.64336</td><td><i class="material-icons">close</i></td><td>Android 2.3.6</td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-5d43e024-b46c-44f6-8914-529b05569bc2">Detail</a> <!-- Modal Structure --> <div id="modal-5d43e024-b46c-44f6-8914-529b05569bc2" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Zsxsoft result detail</h4> <p><pre><code class="php">Array ( [browser] => Array ( [link] => http://www.opera.com/ [title] => Opera 16.0.1212.64336 [name] => Opera [version] => 16.0.1212.64336 [code] => opera-1 [image] => img/16/browser/opera-1.png ) [os] => Array ( [link] => http://www.android.com/ [name] => Android [version] => 2.3.6 [code] => android [x64] => [title] => Android 2.3.6 [type] => os [dir] => os [image] => img/16/os/android.png ) [device] => Array ( [link] => [title] => [model] => [brand] => [code] => null [dir] => device [type] => device [image] => img/16/device/null.png ) [platform] => Array ( [link] => http://www.android.com/ [name] => Android [version] => 2.3.6 [code] => android [x64] => [title] => Android 2.3.6 [type] => os [dir] => os [image] => img/16/os/android.png ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr></table> </div> <div class="section"> <h1 class="header center orange-text">About this comparison</h1> <div class="row center"> <h5 class="header light"> The primary goal of this project is simple<br /> I wanted to know which user agent parser is the most accurate in each part - device detection, bot detection and so on...<br /> <br /> The secondary goal is to provide a source for all user agent parsers to improve their detection based on this results.<br /> <br /> You can also improve this further, by suggesting ideas at <a href="https://github.com/ThaDafinser/UserAgentParserComparison">ThaDafinser/UserAgentParserComparison</a><br /> <br /> The comparison is based on the abstraction by <a href="https://github.com/ThaDafinser/UserAgentParser">ThaDafinser/UserAgentParser</a> </h5> </div> </div> <div class="card"> <div class="card-content"> Comparison created <i>2016-05-10 07:55:54</i> | by <a href="https://github.com/ThaDafinser">ThaDafinser</a> </div> </div> </div> <script src="https://code.jquery.com/jquery-2.1.4.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/js/materialize.min.js"></script> <script src="http://cdnjs.cloudflare.com/ajax/libs/list.js/1.2.0/list.min.js"></script> <script> $(document).ready(function(){ // the "href" attribute of .modal-trigger must specify the modal ID that wants to be triggered $('.modal-trigger').leanModal(); }); </script> </body> </html>
ThaDafinser/UserAgentParserComparison
v5/user-agent-detail/42/56/4256a63f-a61a-41a1-9410-5e24d0bdfa48.html
HTML
mit
56,612
<div class="main-sidebar main-sidebar-fixed is sidebar ps-container ps-active-y ps-in-scolling ps-y"> <div class="wrapper is-slicknav"> <div class="SideNavLogo"> <a href="http://localhost:5000/"> <h1>MAVEN</h1> </a> </div> <!-- end of NavLogo --> <!-- <div class="col-lg-2 col-md-3 col-sm-3"> --> <nav class="NavBar navbar-default navbar-fixed-side"> <ul class="menu-main-menu" class="is-navmenu"> <li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-ancestor current-menu-parent menu-item-has-children menu-item-1 not-visible"><a role="menuitem" href="http://localhost:5000/"> HOME <i class="fa fa-caret-down"></i></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-ancestor current-menu-parent menu-item-has-children menu-item-2 not-visible"><a role="menuitem" href="/pages/maven.html"> ABOUT ME <i class="fa fa-caret-down"></i></a></li><br> <ul class="sub-menu"> <li class= "menu-item menu-item-object-page current-menu-item page_item page-item-1"><a href="/pages/maven.html"> BIO </a> </li> <li class= "menu-item menu-item-object-page current-menu-item page_item page-item-2"><a href="/images/elena-resume3.pdf"> RESUME </a> </li> </ul> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-ancestor current-menu-parent menu-item-has-children menu-item-3 not-visible"><a role="menuitem"> SERVICES <i class="fa fa-caret-down"></i></a></li><br> <ul class="sub-menu"> <li class= "menu-item menu-item-object-page current-menu-item page_item page-item-3"><a href="/pages/services.html"> OUR SERVICES </a> </li> </ul> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-ancestor current-menu-parent menu-item-has-children menu-item-4 not-visible"><a role="menuitem"> PROJECTS <i class="fa fa-caret-down"></i></a></li><br> <ul class="sub-menu"> <li class= "menu-item menu-item-object-page current-menu-item page_item page-item-4"><a href="/pages/todo.html"> TODO APPLICATION </a> </li> <li class= "menu-item menu-item-object-page current-menu-item page_item page-item-5"><a href="/pages/funnySquares.html"> FUNNY SQUARES </a> </li> <li class= "menu-item menu-item-object-page current-menu-item page_item page-item-6"><a href="/pages/backboneForms.html"> BACKBONE FORMS </a> </li> <li class= "menu-item menu-item-object-page current-menu-item page_item page-item-7"><a href="/pages/photoSearch.html"> PHOTO SEARCH </a> </li> </ul> <li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-ancestor current-menu-parent menu-item-has-children menu-item-5 not-visible"><a role="menuitem"> CONTACT <i class="fa fa-caret-down"></i></a></li><br> <ul class="sub-menu"> <li class= "menu-item menu-item-object-page current-menu-item page_item page-item-8"><a href="/pages/contact.html"> CONTACT ME </a> </li> </ul> </nav> <!-- end of SideNav --> <div class="navbarSocial"> <ul> <li><a href="https://www.facebook.com/elena.nolan.10" target="blank"> <i class="fa fa-facebook"></i></a></li> <li><a href="https://twitter.com/enolan1" target="blank"> <i class="fa fa-twitter"></i></a></li> <li><a href="https://github.com/nolanelena" target="blank"> <i class="fa fa-github"></i></a></li> </ul> </div> <div class="navbarFooter"> Maven 2016 </div> </div> <!-- end of sidewrapper --> </div> <div class="ps-scrollbar-x-rail"><div class="ps-scrollbar-x"></div></div> <div class="ps-scrollbar-y-rail"><div class="ps-scrollbar-y"></div></div> </div> <!-- end of main-sidebar -->
nolanelena/MyProjectSite-
client/templates/navbar.html
HTML
mit
4,299
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <!-- NAME: 1 COLUMN --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Smashtopic</title> <style type="text/css"> body,#bodyTable,#bodyCell{ height:100% !important; margin:0; padding:0; width:100% !important; } table{ border-collapse:collapse; } img,a img{ border:0; outline:none; text-decoration:none; } h1,h2,h3,h4,h5,h6{ margin:0; padding:0; } p{ margin:1em 0; padding:0; } a{ word-wrap:break-word; } .ReadMsgBody{ width:100%; } .ExternalClass{ width:100%; } .ExternalClass,.ExternalClass p,.ExternalClass span,.ExternalClass font,.ExternalClass td,.ExternalClass div{ line-height:100%; } table,td{ mso-table-lspace:0pt; mso-table-rspace:0pt; } #outlook a{ padding:0; } img{ -ms-interpolation-mode:bicubic; } body,table,td,p,a,li,blockquote{ -ms-text-size-adjust:100%; -webkit-text-size-adjust:100%; } #bodyCell{ padding:20px; } .mcnImage{ vertical-align:bottom; } .mcnTextContent img{ height:auto !important; } /* @tab Page @section background style @tip Set the background color and top border for your email. You may want to choose colors that match your company's branding. */ body,#bodyTable{ /*@editable*/background-color:#F2F2F2; } /* @tab Page @section background style @tip Set the background color and top border for your email. You may want to choose colors that match your company's branding. */ #bodyCell{ /*@editable*/border-top:0; } /* @tab Page @section email border @tip Set the border for your email. */ #templateContainer{ /*@editable*/border:0; } /* @tab Page @section heading 1 @tip Set the styling for all first-level headings in your emails. These should be the largest of your headings. @style heading 1 */ h1{ /*@editable*/color:#606060 !important; display:block; /*@editable*/font-family:Helvetica; /*@editable*/font-size:40px; /*@editable*/font-style:normal; /*@editable*/font-weight:bold; /*@editable*/line-height:125%; /*@editable*/letter-spacing:-1px; margin:0; /*@editable*/text-align:left; } /* @tab Page @section heading 2 @tip Set the styling for all second-level headings in your emails. @style heading 2 */ h2{ /*@editable*/color:#404040 !important; display:block; /*@editable*/font-family:Helvetica; /*@editable*/font-size:26px; /*@editable*/font-style:normal; /*@editable*/font-weight:bold; /*@editable*/line-height:125%; /*@editable*/letter-spacing:-.75px; margin:0; /*@editable*/text-align:left; } /* @tab Page @section heading 3 @tip Set the styling for all third-level headings in your emails. @style heading 3 */ h3{ /*@editable*/color:#606060 !important; display:block; /*@editable*/font-family:Helvetica; /*@editable*/font-size:18px; /*@editable*/font-style:normal; /*@editable*/font-weight:bold; /*@editable*/line-height:125%; /*@editable*/letter-spacing:-.5px; margin:0; /*@editable*/text-align:left; } /* @tab Page @section heading 4 @tip Set the styling for all fourth-level headings in your emails. These should be the smallest of your headings. @style heading 4 */ h4{ /*@editable*/color:#808080 !important; display:block; /*@editable*/font-family:Helvetica; /*@editable*/font-size:16px; /*@editable*/font-style:normal; /*@editable*/font-weight:bold; /*@editable*/line-height:125%; /*@editable*/letter-spacing:normal; margin:0; /*@editable*/text-align:left; } /* @tab Preheader @section preheader style @tip Set the background color and borders for your email's preheader area. */ #templatePreheader{ /*@editable*/background-color:#FFFFFF; /*@editable*/border-top:0; /*@editable*/border-bottom:0; } /* @tab Preheader @section preheader text @tip Set the styling for your email's preheader text. Choose a size and color that is easy to read. */ .preheaderContainer .mcnTextContent,.preheaderContainer .mcnTextContent p{ /*@editable*/color:#606060; /*@editable*/font-family:Helvetica; /*@editable*/font-size:11px; /*@editable*/line-height:125%; /*@editable*/text-align:left; } /* @tab Preheader @section preheader link @tip Set the styling for your email's header links. Choose a color that helps them stand out from your text. */ .preheaderContainer .mcnTextContent a{ /*@editable*/color:#606060; /*@editable*/font-weight:normal; /*@editable*/text-decoration:underline; } /* @tab Header @section header style @tip Set the background color and borders for your email's header area. */ #templateHeader{ /*@editable*/background-color:#FFFFFF; /*@editable*/border-top:0; /*@editable*/border-bottom:0; } /* @tab Header @section header text @tip Set the styling for your email's header text. Choose a size and color that is easy to read. */ .headerContainer .mcnTextContent,.headerContainer .mcnTextContent p{ /*@editable*/color:#606060; /*@editable*/font-family:Helvetica; /*@editable*/font-size:15px; /*@editable*/line-height:150%; /*@editable*/text-align:left; } /* @tab Header @section header link @tip Set the styling for your email's header links. Choose a color that helps them stand out from your text. */ .headerContainer .mcnTextContent a{ /*@editable*/color:#6DC6DD; /*@editable*/font-weight:normal; /*@editable*/text-decoration:underline; } /* @tab Body @section body style @tip Set the background color and borders for your email's body area. */ #templateBody{ /*@editable*/background-color:#FFFFFF; /*@editable*/border-top:0; /*@editable*/border-bottom:0; } /* @tab Body @section body text @tip Set the styling for your email's body text. Choose a size and color that is easy to read. */ .bodyContainer .mcnTextContent,.bodyContainer .mcnTextContent p{ /*@editable*/color:#606060; /*@editable*/font-family:Helvetica; /*@editable*/font-size:15px; /*@editable*/line-height:150%; /*@editable*/text-align:left; } /* @tab Body @section body link @tip Set the styling for your email's body links. Choose a color that helps them stand out from your text. */ .bodyContainer .mcnTextContent a{ /*@editable*/color:#003b4c; /*@editable*/font-weight:normal; /*@editable*/text-decoration:underline; } /* @tab Footer @section footer style @tip Set the background color and borders for your email's footer area. */ #templateFooter{ /*@editable*/background-color:#FFFFFF; /*@editable*/border-top:0; /*@editable*/border-bottom:0; } /* @tab Footer @section footer text @tip Set the styling for your email's footer text. Choose a size and color that is easy to read. */ .footerContainer .mcnTextContent,.footerContainer .mcnTextContent p{ /*@editable*/color:#606060; /*@editable*/font-family:Helvetica; /*@editable*/font-size:11px; /*@editable*/line-height:125%; /*@editable*/text-align:left; } /* @tab Footer @section footer link @tip Set the styling for your email's footer links. Choose a color that helps them stand out from your text. */ .footerContainer .mcnTextContent a{ /*@editable*/color:#606060; /*@editable*/font-weight:normal; /*@editable*/text-decoration:underline; } @media only screen and (max-width: 480px){ body,table,td,p,a,li,blockquote{ -webkit-text-size-adjust:none !important; } } @media only screen and (max-width: 480px){ body{ width:100% !important; min-width:100% !important; } } @media only screen and (max-width: 480px){ td[id=bodyCell]{ padding:10px !important; } } @media only screen and (max-width: 480px){ table[class=mcnTextContentContainer]{ width:100% !important; } } @media only screen and (max-width: 480px){ table[class=mcnBoxedTextContentContainer]{ width:100% !important; } } @media only screen and (max-width: 480px){ table[class=mcpreview-image-uploader]{ width:100% !important; display:none !important; } } @media only screen and (max-width: 480px){ img[class=mcnImage]{ width:100% !important; } } @media only screen and (max-width: 480px){ table[class=mcnImageGroupContentContainer]{ width:100% !important; } } @media only screen and (max-width: 480px){ td[class=mcnImageGroupContent]{ padding:9px !important; } } @media only screen and (max-width: 480px){ td[class=mcnImageGroupBlockInner]{ padding-bottom:0 !important; padding-top:0 !important; } } @media only screen and (max-width: 480px){ tbody[class=mcnImageGroupBlockOuter]{ padding-bottom:9px !important; padding-top:9px !important; } } @media only screen and (max-width: 480px){ table[class=mcnCaptionTopContent],table[class=mcnCaptionBottomContent]{ width:100% !important; } } @media only screen and (max-width: 480px){ table[class=mcnCaptionLeftTextContentContainer],table[class=mcnCaptionRightTextContentContainer],table[class=mcnCaptionLeftImageContentContainer],table[class=mcnCaptionRightImageContentContainer],table[class=mcnImageCardLeftTextContentContainer],table[class=mcnImageCardRightTextContentContainer]{ width:100% !important; } } @media only screen and (max-width: 480px){ td[class=mcnImageCardLeftImageContent],td[class=mcnImageCardRightImageContent]{ padding-right:18px !important; padding-left:18px !important; padding-bottom:0 !important; } } @media only screen and (max-width: 480px){ td[class=mcnImageCardBottomImageContent]{ padding-bottom:9px !important; } } @media only screen and (max-width: 480px){ td[class=mcnImageCardTopImageContent]{ padding-top:18px !important; } } @media only screen and (max-width: 480px){ td[class=mcnImageCardLeftImageContent],td[class=mcnImageCardRightImageContent]{ padding-right:18px !important; padding-left:18px !important; padding-bottom:0 !important; } } @media only screen and (max-width: 480px){ td[class=mcnImageCardBottomImageContent]{ padding-bottom:9px !important; } } @media only screen and (max-width: 480px){ td[class=mcnImageCardTopImageContent]{ padding-top:18px !important; } } @media only screen and (max-width: 480px){ table[class=mcnCaptionLeftContentOuter] td[class=mcnTextContent],table[class=mcnCaptionRightContentOuter] td[class=mcnTextContent]{ padding-top:9px !important; } } @media only screen and (max-width: 480px){ td[class=mcnCaptionBlockInner] table[class=mcnCaptionTopContent]:last-child td[class=mcnTextContent]{ padding-top:18px !important; } } @media only screen and (max-width: 480px){ td[class=mcnBoxedTextContentColumn]{ padding-left:18px !important; padding-right:18px !important; } } @media only screen and (max-width: 480px){ td[class=mcnTextContent]{ padding-right:18px !important; padding-left:18px !important; } } @media only screen and (max-width: 480px){ /* @tab Mobile Styles @section template width @tip Make the template fluid for portrait or landscape view adaptability. If a fluid layout doesn't work for you, set the width to 300px instead. */ table[id=templateContainer],table[id=templatePreheader],table[id=templateHeader],table[id=templateBody],table[id=templateFooter]{ /*@tab Mobile Styles @section template width @tip Make the template fluid for portrait or landscape view adaptability. If a fluid layout doesn't work for you, set the width to 300px instead.*/max-width:600px !important; /*@editable*/width:100% !important; } } @media only screen and (max-width: 480px){ /* @tab Mobile Styles @section heading 1 @tip Make the first-level headings larger in size for better readability on small screens. */ h1{ /*@editable*/font-size:24px !important; /*@editable*/line-height:125% !important; } } @media only screen and (max-width: 480px){ /* @tab Mobile Styles @section heading 2 @tip Make the second-level headings larger in size for better readability on small screens. */ h2{ /*@editable*/font-size:20px !important; /*@editable*/line-height:125% !important; } } @media only screen and (max-width: 480px){ /* @tab Mobile Styles @section heading 3 @tip Make the third-level headings larger in size for better readability on small screens. */ h3{ /*@editable*/font-size:18px !important; /*@editable*/line-height:125% !important; } } @media only screen and (max-width: 480px){ /* @tab Mobile Styles @section heading 4 @tip Make the fourth-level headings larger in size for better readability on small screens. */ h4{ /*@editable*/font-size:16px !important; /*@editable*/line-height:125% !important; } } @media only screen and (max-width: 480px){ /* @tab Mobile Styles @section Boxed Text @tip Make the boxed text larger in size for better readability on small screens. We recommend a font size of at least 16px. */ table[class=mcnBoxedTextContentContainer] td[class=mcnTextContent],td[class=mcnBoxedTextContentContainer] td[class=mcnTextContent] p{ /*@editable*/font-size:18px !important; /*@editable*/line-height:125% !important; } } @media only screen and (max-width: 480px){ /* @tab Mobile Styles @section Preheader Visibility @tip Set the visibility of the email's preheader on small screens. You can hide it to save space. */ table[id=templatePreheader]{ /*@editable*/display:block !important; } } @media only screen and (max-width: 480px){ /* @tab Mobile Styles @section Preheader Text @tip Make the preheader text larger in size for better readability on small screens. */ td[class=preheaderContainer] td[class=mcnTextContent],td[class=preheaderContainer] td[class=mcnTextContent] p{ /*@editable*/font-size:14px !important; /*@editable*/line-height:115% !important; } } @media only screen and (max-width: 480px){ /* @tab Mobile Styles @section Header Text @tip Make the header text larger in size for better readability on small screens. */ td[class=headerContainer] td[class=mcnTextContent],td[class=headerContainer] td[class=mcnTextContent] p{ /*@editable*/font-size:18px !important; /*@editable*/line-height:125% !important; } } @media only screen and (max-width: 480px){ /* @tab Mobile Styles @section Body Text @tip Make the body text larger in size for better readability on small screens. We recommend a font size of at least 16px. */ td[class=bodyContainer] td[class=mcnTextContent],td[class=bodyContainer] td[class=mcnTextContent] p{ /*@editable*/font-size:18px !important; /*@editable*/line-height:125% !important; } } @media only screen and (max-width: 480px){ /* @tab Mobile Styles @section footer text @tip Make the body content text larger in size for better readability on small screens. */ td[class=footerContainer] td[class=mcnTextContent],td[class=footerContainer] td[class=mcnTextContent] p{ /*@editable*/font-size:14px !important; /*@editable*/line-height:115% !important; } } @media only screen and (max-width: 480px){ td[class=footerContainer] a[class=utilityLink]{ display:block !important; } }</style></head> <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0"> <center> <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable"> <tr> <td align="center" valign="top" id="bodyCell"> <!-- BEGIN TEMPLATE // --> <table border="0" cellpadding="0" cellspacing="0" width="600" id="templateContainer"> <tr> <td align="center" valign="top"> </td> </tr> <tr> <td align="center" valign="top"> <!-- BEGIN HEADER // --> <table border="0" cellpadding="0" cellspacing="0" width="600" id="templateHeader"> <tr> <td valign="top" class="headerContainer"><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnImageBlock"> <tbody class="mcnImageBlockOuter"> <tr> <td valign="top" style="padding:0px" class="mcnImageBlockInner"> <table align="left" width="100%" border="0" cellpadding="0" cellspacing="0" class="mcnImageContentContainer"> <tbody><tr> <td class="mcnImageContent" valign="top" style="padding-right: 0px; padding-left: 0px; padding-top: 0; padding-bottom: 0;"> <a href="http://smashtopic.com"> <img align="left" alt="" src="https://dl-web.dropbox.com/get/logo.png?_subject_uid=18311640&w=AABFUSlkVFdafSH2OR6dUp-14C84bt8997QKEHI1YfEpxw" width="600" style="max-width:700px; padding-bottom: 0;text-align:center; display: block !important; margin: 0 auto; vertical-align: bottom;" class="mcnImage"> </a> </td> </tr> </tbody></table> </td> </tr> </tbody> </table></td> </tr> </table> <!-- // END HEADER --> </td> </tr> <tr> <td align="center" valign="top"> <!-- BEGIN BODY // --> <table border="0" cellpadding="0" cellspacing="0" width="600" id="templateBody"> <tr> <td valign="top" class="bodyContainer"><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnTextBlock"> <tbody class="mcnTextBlockOuter"> <tr> <td valign="top" class="mcnTextBlockInner"> <table align="left" border="0" cellpadding="0" cellspacing="0" width="600" class="mcnTextContentContainer"> <tbody><tr> <td valign="top" class="mcnTextContent" style="padding-top:9px; padding-right: 18px; padding-bottom: 9px; padding-left: 18px;"> {{ body }} </td> </tr> </tbody></table> </td> </tr> </tbody> </table><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnFollowBlock"> <tbody class="mcnFollowBlockOuter"> <tr> <td align="center" valign="top" style="padding:9px" class="mcnFollowBlockInner"> <table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnFollowContentContainer"> <tbody><tr> <td align="center" style="padding-left:9px;padding-right:9px;"> <table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnFollowContent" style="border: 1px solid #EEEEEE;background-color: #FAFAFA;"> <tbody><tr> <td align="center" valign="top" style="padding-top:9px; padding-right:9px; padding-left:9px;"> <table border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td valign="top"> <table align="left" border="0" cellpadding="0" cellspacing="0" class="mcnFollowStacked"> <tbody><tr> <td align="center" valign="top" class="mcnFollowIconContent" style="padding-right:10px; padding-bottom:5px;"> <a href="http://www.facebook.com/smashtopic" target="_blank"><img src="http://cdn-images.mailchimp.com/icons/social-block-v2/color-facebook-96.png" alt="Facebook" class="mcnFollowBlockIcon" width="48" style="width:48px; max-width:48px; display:block;"></a> </td> </tr> <tr> <td align="center" valign="top" class="mcnFollowTextContent" style="padding-right:10px; padding-bottom:9px;"> <a href="http://www.facebook.com/smashtopic" target="_blank" style="color: #606060;font-family: Arial;font-size: 11px;font-weight: normal;line-height: 100%;text-align: center;text-decoration: none;">Facebook</a> </td> </tr> </tbody></table> <!--[if gte mso 6]> </td> <td align="left" valign="top"> <![endif]--> <table align="left" border="0" cellpadding="0" cellspacing="0" class="mcnFollowStacked"> <tbody><tr> <td align="center" valign="top" class="mcnFollowIconContent" style="padding-right:10px; padding-bottom:5px;"> <a href="http://www.twitter.com/smashtopic" target="_blank"><img src="http://cdn-images.mailchimp.com/icons/social-block-v2/color-twitter-96.png" alt="Twitter" class="mcnFollowBlockIcon" width="48" style="width:48px; max-width:48px; display:block;"></a> </td> </tr> <tr> <td align="center" valign="top" class="mcnFollowTextContent" style="padding-right:10px; padding-bottom:9px;"> <a href="http://www.twitter.com/smashtopic" target="_blank" style="color: #606060;font-family: Arial;font-size: 11px;font-weight: normal;line-height: 100%;text-align: center;text-decoration: none;">Twitter</a> </td> </tr> </tbody></table> <!--[if gte mso 6]> </td> <td align="left" valign="top"> <![endif]--> <table align="left" border="0" cellpadding="0" cellspacing="0" class="mcnFollowStacked"> <tbody><tr> <td align="center" valign="top" class="mcnFollowIconContent" style="padding-right:0; padding-bottom:5px;"> <a href="http://www.smashtopic.com" target="_blank"><img src="http://cdn-images.mailchimp.com/icons/social-block-v2/color-link-96.png" alt="Web" class="mcnFollowBlockIcon" width="48" style="width:48px; max-width:48px; display:block;"></a> </td> </tr> <tr> <td align="center" valign="top" class="mcnFollowTextContent" style="padding-right:0; padding-bottom:9px;"> <a href="http://www.smashtopic.com" target="_blank" style="color: #606060;font-family: Arial;font-size: 11px;font-weight: normal;line-height: 100%;text-align: center;text-decoration: none;">Web</a> </td> </tr> </tbody></table> <!--[if gte mso 6]> </td> <td align="left" valign="top"> <![endif]--> </td> </tr> </tbody></table> </td> </tr> </tbody></table> </td> </tr> </tbody></table> </td> </tr> </tbody> </table></td> </tr> </table> <!-- // END BODY --> </td> </tr> <tr> <td align="center" valign="top"> <!-- BEGIN FOOTER // --> <table border="0" cellpadding="0" cellspacing="0" width="600" id="templateFooter"> <tr> <td valign="top" class="footerContainer" style="padding-bottom:9px;"><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnTextBlock"> <tbody class="mcnTextBlockOuter"> <tr> <td valign="top" class="mcnTextBlockInner"> <table align="left" border="0" cellpadding="0" cellspacing="0" width="600" class="mcnTextContentContainer"> <tbody><tr> <td valign="top" class="mcnTextContent" style="padding-top:9px; padding-right: 18px; padding-bottom: 9px; padding-left: 18px;"> <em>Copyright © {{ now|date('Y') }} Todos los derechos reservados.</em><br> <br> <a href="http://smashtopic.com/settings" target="_blank">Actualizar preferencias</a>&nbsp;<br> <br> </td> </tr> </tbody></table> </td> </tr> </tbody> </table></td> </tr> </table> <!-- // END FOOTER --> </td> </tr> </table> <!-- // END TEMPLATE --> </td> </tr> </table> </center> </body> </html>
danielgonzalez11/enjoyZaragoza-Frontend
email.html
HTML
mit
31,008
<template id="head"> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> <title data-translation="title">Webduino Blockly - 點擊按鈕開關增加數字</title> <!-- webduino --> <script src="/lib/webduino-all.min.js"></script> <script src="/lib/webduino-blockly.js"></script> <script src="/lib/runtime.min.js"></script> </template> <template id="body"> <div id="show">0</div> </template> <template id="css"> #show { font-size: 120px; } </template>
webduinoio/webduino-blockly
templates/tutorials/button-2.html
HTML
mit
544
<!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="./d1f810fdffac98484419af1350e042e227a9c48e0c927048a76b081f772faa43.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/b7d70db987bea65fe3930fc5f8944e84546c181ee10ed511306cc373623adae7.html
HTML
mit
550
<!DOCTYPE HTML> <html xmlns:th="http://www.thymeleaf.org"> <head> <title>Comics Book</title> <meta charset="utf-8"/> <link href='http://fonts.googleapis.com/css?family=Oswald:400,300,700' rel='stylesheet' type='text/css'/> <link href='http://fonts.googleapis.com/css?family=Cantarell' rel='stylesheet' type='text/css'/> <link href='http://fonts.googleapis.com/css?family=Bangers' rel='stylesheet' type='text/css'/> <script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <link rel="stylesheet" type="text/css" href="css/app.css"/> <script type="text/javascript" src="js/app.js"></script> </head> <body> <div id="container"> <header> <a class="logo" href="#"> <img src="img/logo.png"/> </a> <nav> <ul> <li><a class="nav-font" href="#news">News</a></li> <li><a class="nav-font" href="#about">About</a></li> <li><a class="nav-font" href="#photo">Photo</a></li> <li><a class="nav-font" href="#contact">Contact</a></li> </ul> </nav> </header> <div class="slider"> <img src="img/special_offer_pic.png"/> </div> <section class="about"> <h1 class="title">About!</h1> <div class="about-text"> <p class="line">If you want to find some comics,</p> <p class="line">but you can’t find anything you need</p> <p class="line">near your house or at internet shops.</p> <p class="line catchword">We’ll do it instead of you!</p> <p>How does it works?</p> </div> <div class="superheroes"> <div class="superhero"> <h3 class="superwords">You ask</h3> <img src="img/ask.png"/> </div> <div class="superhero"> <h3 class="superwords">We find</h3> <img src="img/find.png"/> </div> <div class="superhero"> <h3 class="superwords">And deliver!</h3> <img src="img/deliver.png"/> </div> </div> </section> <section> <h1 class="title">Advantages!</h1> <div class="advantage"> <img src="img/wallet.png"/> <p class="advantage-text">We have some special offers and bundles every week!</p> </div> <div class="advantage"> <img src="img/clock.png"/> <p class="advantage-text">We save your time! Cause we do our job fast and well!</p> </div> <div class="advantage"> <img src="img/earth.png"/> <p class="advantage-text">We can deliver your order anywhere in the world!</p> </div> </section> <section> <h1 class="title">Photo!</h1> </section> <section> <h1 class="title">Clients about us!</h1> <div class="client"> <img src="img/dind_oswald.png"/> <div class="client-caption"> <p class="client-comment">"Such a pretty resource!"</p> <p class="client-name">Dind Oswald</p> <p class="client-country">Finland</p> </div> </div> <div class="client"> <img src="img/tisha_harms.png"/> <div class="client-caption"> <p class="client-comment">"They found everything I wanted! Just presented geeky pack to my boyfriend! Yay"</p> <p class="client-name">Tisha Harms</p> <p class="client-country">USA</p> </div> </div> <div class="client"> <img src="img/sasha_petrecky.png"/> <div class="client-caption"> <p class="client-comment">"They have even a yaoi manga!"</p> <p class="client-name">Sasha Petrecky</p> <p class="client-country">Russia</p> </div> </div> </section> <section> <h1 class="title">Get in touch!</h1> <div class="form-block"> <div class="block"> <form id="form" class="form"> <input name="name" class="form-text" placeholder="Your name" type="text"/> <input name="email" class="form-text" placeholder="Your email" type="text"/> <textarea name="message" class="form-area" placeholder="Your message"></textarea> <button class="form-button">Send</button> </form> </div> <div class="block"> <p class="form-description">There you can write which comics do you want to find.</p> <p class="form-description">We’ll contact you in one day</p> <p class="form-description">to discuss details.</p> <p class="address">1600 Pensylwania Ave NW, Washington,DC 20500,United States of America</p> <p class="address">T:(345) 234-6666</p> <p class="address">T:(345) 233-6656</p> </div> </div> <ul id="error-box"></ul> </section> <footer> <a class="logo" href="#"> <img src="img/logo.png"/> </a> <nav> <ul> <li><a class="nav-font" href="#facebook">Faceboook</a></li> <li><a class="nav-font" href="#twitter">Twitter</a></li> </ul> </nav> <div class="copyright"> <p>&copy; 2014 Eveeveline. All rights Reserved.<span><a href="#up">^</a></span></p> </div> </footer> </div> </body> </html>
blan4/ComicsBook
src/main/resources/templates/home/index.html
HTML
mit
5,728
<!DOCTYPE html> <!--[if lt IE 9]><html class="no-js lt-ie9" lang="en" dir="ltr"><![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en" dir="ltr"> <!--<![endif]--> <!-- Usage: /eic/site/ccc-rec.nsf/tpl-eng/template-1col.html?Open&id=3 (optional: ?Open&page=filename.html&id=x) --> <!-- Created: ; Product Code: 536; Server: stratnotes2.ic.gc.ca --> <head> <!-- Title begins / Début du titre --> <title> Dyna-form - Complete profile - Canadian Company Capabilities - Industries and Business - Industry Canada </title> <!-- Title ends / Fin du titre --> <!-- Meta-data begins / Début des métadonnées --> <meta charset="utf-8" /> <meta name="dcterms.language" title="ISO639-2" content="eng" /> <meta name="dcterms.title" content="" /> <meta name="description" content="" /> <meta name="dcterms.description" content="" /> <meta name="dcterms.type" content="report, data set" /> <meta name="dcterms.subject" content="businesses, industry" /> <meta name="dcterms.subject" content="businesses, industry" /> <meta name="dcterms.issued" title="W3CDTF" content="" /> <meta name="dcterms.modified" title="W3CDTF" content="" /> <meta name="keywords" content="" /> <meta name="dcterms.creator" content="" /> <meta name="author" content="" /> <meta name="dcterms.created" title="W3CDTF" content="" /> <meta name="dcterms.publisher" content="" /> <meta name="dcterms.audience" title="icaudience" content="" /> <meta name="dcterms.spatial" title="ISO3166-1" content="" /> <meta name="dcterms.spatial" title="gcgeonames" content="" /> <meta name="dcterms.format" content="HTML" /> <meta name="dcterms.identifier" title="ICsiteProduct" content="536" /> <!-- EPI-11240 --> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <!-- MCG-202 --> <meta content="width=device-width,initial-scale=1" name="viewport"> <!-- EPI-11567 --> <meta name = "format-detection" content = "telephone=no"> <!-- EPI-12603 --> <meta name="robots" content="noarchive"> <!-- EPI-11190 - Webtrends --> <script> var startTime = new Date(); startTime = startTime.getTime(); </script> <!--[if gte IE 9 | !IE ]><!--> <link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="icon" type="image/x-icon"> <link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/wet-boew.min.css"> <!--<![endif]--> <link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/theme.min.css"> <!--[if lt IE 9]> <link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="shortcut icon" /> <link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/ie8-wet-boew.min.css" /> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew.min.js"></script> <![endif]--> <!--[if lte IE 9]> <![endif]--> <noscript><link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/noscript.min.css" /></noscript> <!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER --> <script>dataLayer1 = [];</script> <!-- End Google Tag Manager --> <!-- EPI-11235 --> <link rel="stylesheet" href="/eic/home.nsf/css/add_WET_4-0_Canada_Apps.css"> <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet"> <link href="/app/ccc/srch/css/print.css" media="print" rel="stylesheet" type="text/css" /> </head> <body class="home" vocab="http://schema.org/" typeof="WebPage"> <!-- EPIC HEADER BEGIN --> <!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER --> <noscript><iframe title="Google Tag Manager" src="//www.googletagmanager.com/ns.html?id=GTM-TLGQ9K" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer1'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer1','GTM-TLGQ9K');</script> <!-- End Google Tag Manager --> <!-- EPI-12801 --> <span typeof="Organization"><meta property="legalName" content="Department_of_Industry"></span> <ul id="wb-tphp"> <li class="wb-slc"> <a class="wb-sl" href="#wb-cont">Skip to main content</a> </li> <li class="wb-slc visible-sm visible-md visible-lg"> <a class="wb-sl" href="#wb-info">Skip to "About this site"</a> </li> </ul> <header role="banner"> <div id="wb-bnr" class="container"> <section id="wb-lng" class="visible-md visible-lg text-right"> <h2 class="wb-inv">Language selection</h2> <div class="row"> <div class="col-md-12"> <ul class="list-inline mrgn-bttm-0"> <li><a href="nvgt.do?V_TOKEN=1492282071561&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=14842&V_SEARCH.docsStart=14841&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn//cfg-contactform-67/upload/case.php?_flId?_flxKy=e1s1&amp;estblmntNo=234567041301&amp;profileId=61&amp;_evId=bck&amp;lang=eng&amp;V_SEARCH.showStricts=false&amp;prtl=1&amp;_flId?_flId?_flxKy=e1s1" title="Français" lang="fr">Français</a></li> </ul> </div> </div> </section> <div class="row"> <div class="brand col-xs-8 col-sm-9 col-md-6"> <a href="http://www.canada.ca/en/index.html"><object type="image/svg+xml" tabindex="-1" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/sig-blk-en.svg"></object><span class="wb-inv"> Government of Canada</span></a> </div> <section class="wb-mb-links col-xs-4 col-sm-3 visible-sm visible-xs" id="wb-glb-mn"> <h2>Search and menus</h2> <ul class="list-inline text-right chvrn"> <li><a href="#mb-pnl" title="Search and menus" aria-controls="mb-pnl" class="overlay-lnk" role="button"><span class="glyphicon glyphicon-search"><span class="glyphicon glyphicon-th-list"><span class="wb-inv">Search and menus</span></span></span></a></li> </ul> <div id="mb-pnl"></div> </section> <!-- Site Search Removed --> </div> </div> <nav role="navigation" id="wb-sm" class="wb-menu visible-md visible-lg" data-trgt="mb-pnl" data-ajax-fetch="//cdn.canada.ca/gcweb-cdn-dev/sitemenu/sitemenu-en.html" typeof="SiteNavigationElement"> <h2 class="wb-inv">Topics menu</h2> <div class="container nvbar"> <div class="row"> <ul class="list-inline menu"> <li><a href="https://www.canada.ca/en/services/jobs.html">Jobs</a></li> <li><a href="http://www.cic.gc.ca/english/index.asp">Immigration</a></li> <li><a href="https://travel.gc.ca/">Travel</a></li> <li><a href="https://www.canada.ca/en/services/business.html">Business</a></li> <li><a href="https://www.canada.ca/en/services/benefits.html">Benefits</a></li> <li><a href="http://healthycanadians.gc.ca/index-eng.php">Health</a></li> <li><a href="https://www.canada.ca/en/services/taxes.html">Taxes</a></li> <li><a href="https://www.canada.ca/en/services.html">More services</a></li> </ul> </div> </div> </nav> <!-- EPIC BODY BEGIN --> <nav role="navigation" id="wb-bc" class="" property="breadcrumb"> <h2 class="wb-inv">You are here:</h2> <div class="container"> <div class="row"> <ol class="breadcrumb"> <li><a href="/eic/site/icgc.nsf/eng/home" title="Home">Home</a></li> <li><a href="/eic/site/icgc.nsf/eng/h_07063.html" title="Industries and Business">Industries and Business</a></li> <li><a href="/eic/site/ccc-rec.nsf/tpl-eng/../eng/home" >Canadian Company Capabilities</a></li> </ol> </div> </div> </nav> </header> <main id="wb-cont" role="main" property="mainContentOfPage" class="container"> <!-- End Header --> <!-- Begin Body --> <!-- Begin Body Title --> <!-- End Body Title --> <!-- Begin Body Head --> <!-- End Body Head --> <!-- Begin Body Content --> <br> <!-- Complete Profile --> <!-- Company Information above tabbed area--> <input id="showMore" type="hidden" value='more'/> <input id="showLess" type="hidden" value='less'/> <h1 id="wb-cont"> Company profile - Canadian Company Capabilities </h1> <div class="profileInfo hidden-print"> <ul class="list-inline"> <li><a href="cccSrch.do?lang=eng&profileId=&prtl=1&key.hitsPerPage=25&searchPage=%252Fapp%252Fccc%252Fsrch%252FcccBscSrch.do%253Flang%253Deng%2526amp%253Bprtl%253D1%2526amp%253Btagid%253D&V_SEARCH.scopeCategory=CCC.Root&V_SEARCH.depth=1&V_SEARCH.showStricts=false&V_SEARCH.sortSpec=title+asc&amp;rstBtn.x=" class="btn btn-link">New Search</a>&nbsp;|</li> <li><form name="searchForm" method="post" action="/app/ccc/srch/bscSrch.do"> <input type="hidden" name="lang" value="eng" /> <input type="hidden" name="profileId" value="" /> <input type="hidden" name="prtl" value="1" /> <input type="hidden" name="searchPage" value="%2Fapp%2Fccc%2Fsrch%2FcccBscSrch.do%3Flang%3Deng%26amp%3Bprtl%3D1%26amp%3Btagid%3D" /> <input type="hidden" name="V_SEARCH.scopeCategory" value="CCC.Root" /> <input type="hidden" name="V_SEARCH.depth" value="1" /> <input type="hidden" name="V_SEARCH.showStricts" value="false" /> <input id="repeatSearchBtn" class="btn btn-link" type="submit" value="Return to search results" /> </form></li> <li>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=14840&amp;V_DOCUMENT.docRank=14841&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492282095711&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=234567107626&amp;profileId=&amp;key.newSearchLabel=">Previous Company</a></li> <li>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=14842&amp;V_DOCUMENT.docRank=14843&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492282095711&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=234567002051&amp;profileId=&amp;key.newSearchLabel=">Next Company</a></li> </ul> </div> <details> <summary>Third-Party Information Liability Disclaimer</summary> <p>Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.</p> </details> <h2> Dyna-form </h2> <div class="row"> <div class="col-md-5"> <h2 class="h5 mrgn-bttm-0">Legal/Operating Name:</h2> <p>Dyna-form</p> <div class="mrgn-tp-md"></div> <p class="mrgn-bttm-0" ><a href="http://www.timemanage.com" target="_blank" title="Website URL">http://www.timemanage.com</a></p> <p><a href="mailto:fpentney@timemanage.com" title="fpentney@timemanage.com">fpentney@timemanage.com</a></p> </div> <div class="col-md-4 mrgn-sm-sm"> <h2 class="h5 mrgn-bttm-0">Mailing Address:</h2> <address class="mrgn-bttm-md"> 1218 Richmond Lane<br/> R.R. 1<br/> PARHAM, Ontario<br/> K0H 2K0 <br/> </address> <h2 class="h5 mrgn-bttm-0">Location Address:</h2> <address class="mrgn-bttm-md"> 1218 Richmond Lane<br/> R.R. 1<br/> PARHAM, Ontario<br/> K0H 2K0 <br/> </address> <p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>: (416) 697-7177 </p> <p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>: (613) 375-7334</p> </div> <div class="col-md-3 mrgn-tp-md"> </div> </div> <div class="row mrgn-tp-md mrgn-bttm-md"> <div class="col-md-12"> <h2 class="wb-inv">Company Profile</h2> <br> Dyna-form provides time management products (custom day planners) and training through recommedning appropriate technologies, systems and behavior modification techiques. Needs assessments are part of our initial consultation.<br> </div> </div> <!-- <div class="wb-tabs ignore-session update-hash wb-eqht-off print-active"> --> <div class="wb-tabs ignore-session"> <div class="tabpanels"> <details id="details-panel1"> <summary> Full profile </summary> <!-- Tab 1 --> <h2 class="wb-invisible"> Full profile </h2> <!-- Contact Information --> <h3 class="page-header"> Contact information </h3> <section class="container-fluid"> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Fred Pentney </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> President </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (416) 697-7177 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (613) 375-7334 </div> </div> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Company Description --> <h3 class="page-header"> Company description </h3> <section class="container-fluid"> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> Yes &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 611430 - Professional and Management Development Training </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Services &nbsp; </div> </div> </section> <!-- Products / Services / Licensing --> <h3 class="page-header"> Product / Service / Licensing </h3> <section class="container-fluid"> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> Time management products and services <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Time and business management. Day planners, productivity and <br> efficiency improvement, time management assessment and training. <br> Life balance, well being.<br> <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> Other Professional Services <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Time management training, product development. Business <br> management support services, project management, consulting<br> <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> FSC Code: </strong> </div> <div class="col-md-9"> G001-Health Care <br> R000-Professional, Administrative and Management Support Services <br> R016-Personal Services Contracts <br> R019-Other Professional Services <br> U000-Educational and Training Services <br> U099-Other Education and Training Services <br> </div> </div> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Technology Profile --> <!-- Market Profile --> <!-- Sector Information --> <h3 class="page-header"> Sector information </h3> <section class="container-fluid"> <h4> Unique applications: </h4> Many of the forms and methods that I have developed for the Dyna-form Dynamic Diary have been &#39;ahead of&#39; other suppliers of time management products or are unique to the Dyna-form system. <h4> Key / Major clients: </h4> Human Resources Development of Canada - sub contract to broker Essential Communications, &quot;Consulting as a Career Option&quot; courses. <br> George Brown College, Toronto. Professor teaching project management. <h4> Success stories: </h4> Participants in my training courses and in my college classes have expressed satisfaction with the &#39;useability&#39; of my methods or techniques and the information provided. <h4> Testimonial: </h4> &quot;I want you to know how much I enjoyed your lecture through Essential Communications. You were very informative and brought a lot of valuable points up that are to be considered. &quot; VM <br> <br> &quot;Thanks for the wonderful stories and tips on time management. &quot; C. <br> <br> &quot; Thank you for an amazing morning. It was a truly motivating and intriguing speech.&quot; Students. R.H. King Collegiate. <h4> International capital projects: </h4> We have provided time management training to executives in Mongolia. We have the flexibility of customizing services to meet needs. </section> <details class="mrgn-tp-md mrgn-bttm-md"> <summary> Third-Party Information Liability Disclaimer </summary> <p> Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements. </p> </details> </details> <details id="details-panel2"> <summary> Contacts </summary> <h2 class="wb-invisible"> Contact information </h2> <!-- Contact Information --> <section class="container-fluid"> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Fred Pentney </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> President </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (416) 697-7177 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (613) 375-7334 </div> </div> </section> </details> <details id="details-panel3"> <summary> Description </summary> <h2 class="wb-invisible"> Company description </h2> <section class="container-fluid"> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> Yes &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 611430 - Professional and Management Development Training </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Services &nbsp; </div> </div> </section> </details> <details id="details-panel4"> <summary> Products, services and licensing </summary> <h2 class="wb-invisible"> Product / Service / Licensing </h2> <section class="container-fluid"> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> Time management products and services <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Time and business management. Day planners, productivity and <br> efficiency improvement, time management assessment and training. <br> Life balance, well being.<br> <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> Other Professional Services <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Time management training, product development. Business <br> management support services, project management, consulting<br> <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> FSC Code: </strong> </div> <div class="col-md-9"> G001-Health Care <br> R000-Professional, Administrative and Management Support Services <br> R016-Personal Services Contracts <br> R019-Other Professional Services <br> U000-Educational and Training Services <br> U099-Other Education and Training Services <br> </div> </div> </section> </details> <details id="details-panel7"> <summary> Sector </summary> <h2 class="wb-invisible"> Sector information </h2> <section class="container-fluid"> <h4> Unique applications: </h4> Many of the forms and methods that I have developed for the Dyna-form Dynamic Diary have been &#39;ahead of&#39; other suppliers of time management products or are unique to the Dyna-form system. <h4> Key / Major clients: </h4> Human Resources Development of Canada - sub contract to broker Essential Communications, &quot;Consulting as a Career Option&quot; courses. <br> George Brown College, Toronto. Professor teaching project management. <h4> Success stories: </h4> Participants in my training courses and in my college classes have expressed satisfaction with the &#39;useability&#39; of my methods or techniques and the information provided. <h4> Testimonial: </h4> &quot;I want you to know how much I enjoyed your lecture through Essential Communications. You were very informative and brought a lot of valuable points up that are to be considered. &quot; VM <br> <br> &quot;Thanks for the wonderful stories and tips on time management. &quot; C. <br> <br> &quot; Thank you for an amazing morning. It was a truly motivating and intriguing speech.&quot; Students. R.H. King Collegiate. <h4> International capital projects: </h4> We have provided time management training to executives in Mongolia. We have the flexibility of customizing services to meet needs. </section> </details> </div> </div> <div class="row"> <div class="col-md-12 text-right"> Last Update Date 2015-11-13 </div> </div> <!-- - Artifact ID: CBW - IMBS - CCC Search WAR - Group ID: ca.gc.ic.strategis.imbs.ccc.search - Version: 3.26 - Built-By: bamboo - Build Timestamp: 2017-03-02T21:29:28Z --> <!-- End Body Content --> <!-- Begin Body Foot --> <!-- End Body Foot --> <!-- END MAIN TABLE --> <!-- End body --> <!-- Begin footer --> <div class="row pagedetails"> <div class="col-sm-5 col-xs-12 datemod"> <dl id="wb-dtmd"> <dt class=" hidden-print">Date Modified:</dt> <dd class=" hidden-print"> <span><time>2017-03-02</time></span> </dd> </dl> </div> <div class="clear visible-xs"></div> <div class="col-sm-4 col-xs-6"> </div> <div class="col-sm-3 col-xs-6 text-right"> </div> <div class="clear visible-xs"></div> </div> </main> <footer role="contentinfo" id="wb-info"> <nav role="navigation" class="container wb-navcurr"> <h2 class="wb-inv">About government</h2> <!-- EPIC FOOTER BEGIN --> <!-- EPI-11638 Contact us --> <ul class="list-unstyled colcount-sm-2 colcount-md-3"> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07026.html#pageid=E048-H00000&amp;from=Industries">Contact us</a></li> <li><a href="https://www.canada.ca/en/government/dept.html">Departments and agencies</a></li> <li><a href="https://www.canada.ca/en/government/publicservice.html">Public service and military</a></li> <li><a href="https://www.canada.ca/en/news.html">News</a></li> <li><a href="https://www.canada.ca/en/government/system/laws.html">Treaties, laws and regulations</a></li> <li><a href="https://www.canada.ca/en/transparency/reporting.html">Government-wide reporting</a></li> <li><a href="http://pm.gc.ca/eng">Prime Minister</a></li> <li><a href="https://www.canada.ca/en/government/system.html">How government works</a></li> <li><a href="http://open.canada.ca/en/">Open government</a></li> </ul> </nav> <div class="brand"> <div class="container"> <div class="row"> <nav class="col-md-10 ftr-urlt-lnk"> <h2 class="wb-inv">About this site</h2> <ul> <li><a href="https://www.canada.ca/en/social.html">Social media</a></li> <li><a href="https://www.canada.ca/en/mobile.html">Mobile applications</a></li> <li><a href="http://www1.canada.ca/en/newsite.html">About Canada.ca</a></li> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html">Terms and conditions</a></li> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html#p1">Privacy</a></li> </ul> </nav> <div class="col-xs-6 visible-sm visible-xs tofpg"> <a href="#wb-cont">Top of Page <span class="glyphicon glyphicon-chevron-up"></span></a> </div> <div class="col-xs-6 col-md-2 text-right"> <object type="image/svg+xml" tabindex="-1" role="img" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/wmms-blk.svg" aria-label="Symbol of the Government of Canada"></object> </div> </div> </div> </div> </footer> <!--[if gte IE 9 | !IE ]><!--> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/wet-boew.min.js"></script> <!--<![endif]--> <!--[if lt IE 9]> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew2.min.js"></script> <![endif]--> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/theme.min.js"></script> <!-- EPI-10519 --> <span class="wb-sessto" data-wb-sessto='{"inactivity": 1800000, "reactionTime": 180000, "sessionalive": 1800000, "logouturl": "/app/ccc/srch/cccSrch.do?lang=eng&prtl=1"}'></span> <script src="/eic/home.nsf/js/jQuery.externalOpensInNewWindow.js"></script> <!-- EPI-11190 - Webtrends --> <script src="/eic/home.nsf/js/webtrends.js"></script> <script>var endTime = new Date();</script> <noscript> <div><img alt="" id="DCSIMG" width="1" height="1" src="//wt-sdc.ic.gc.ca/dcs6v67hwe0ei7wsv8g9fv50d_3k6i/njs.gif?dcsuri=/nojavascript&amp;WT.js=No&amp;WT.tv=9.4.0&amp;dcssip=www.ic.gc.ca"/></div> </noscript> <!-- /Webtrends --> <!-- JS deps --> <script src="/eic/home.nsf/js/jquery.imagesloaded.js"></script> <!-- EPI-11262 - Util JS --> <script src="/eic/home.nsf/js/_WET_4-0_utils_canada.min.js"></script> <!-- EPI-11383 --> <script src="/eic/home.nsf/js/jQuery.icValidationErrors.js"></script> <span style="display:none;" id='app-info' data-project-groupid='' data-project-artifactid='' data-project-version='' data-project-build-timestamp='' data-issue-tracking='' data-scm-sha1='' data-scm-sha1-abbrev='' data-scm-branch='' data-scm-commit-date=''></span> </body></html> <!-- End Footer --> <!-- - Artifact ID: CBW - IMBS - CCC Search WAR - Group ID: ca.gc.ic.strategis.imbs.ccc.search - Version: 3.26 - Built-By: bamboo - Build Timestamp: 2017-03-02T21:29:28Z -->
GoC-Spending/data-corporations
html/234567052193.html
HTML
mit
43,562
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.11"/> <title>V8 API Reference Guide for node.js v9.5.0: Member List</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">V8 API Reference Guide for node.js v9.5.0 </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.11 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="pages.html"><span>Related&#160;Pages</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li><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_1Proxy.html">Proxy</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">v8::Proxy Member List</div> </div> </div><!--header--> <div class="contents"> <p>This is the complete list of members for <a class="el" href="classv8_1_1Proxy.html">v8::Proxy</a>, including all inherited members.</p> <table class="directory"> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>BooleanValue</b>(Local&lt; Context &gt; context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>CallAsConstructor</b>(Local&lt; Context &gt; context, int argc, Local&lt; Value &gt; argv[]) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>CallAsFunction</b>(Local&lt; Context &gt; context, Local&lt; Value &gt; recv, int argc, Local&lt; Value &gt; argv[]) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>Cast</b>(Value *obj) (defined in <a class="el" href="classv8_1_1Proxy.html">v8::Proxy</a>)</td><td class="entry"><a class="el" href="classv8_1_1Proxy.html">v8::Proxy</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Cast</b>(T *value) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#a5018c9d085aa71f65530cf1e073a04ad">Clone</a>()</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>CreateDataProperty</b>(Local&lt; Context &gt; context, Local&lt; Name &gt; key, Local&lt; Value &gt; value) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>CreateDataProperty</b>(Local&lt; Context &gt; context, uint32_t index, Local&lt; Value &gt; value) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#af6966283a7d7e20779961eed434db04d">CreationContext</a>()</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#ae958203f358c7af3727ef7179790d01f">CreationContext</a>(const PersistentBase&lt; Object &gt; &amp;object)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">static</span></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>DefineOwnProperty</b>(Local&lt; Context &gt; context, Local&lt; Name &gt; key, Local&lt; Value &gt; value, PropertyAttribute attributes=None) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>DefineProperty</b>(Local&lt; Context &gt; context, Local&lt; Name &gt; key, PropertyDescriptor &amp;descriptor) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Delete</b>(Local&lt; Context &gt; context, Local&lt; Value &gt; key) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>Delete</b>(Local&lt; Context &gt; context, uint32_t index) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>DeletePrivate</b>(Local&lt; Context &gt; context, Local&lt; Private &gt; key) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>Equals</b>(Local&lt; Context &gt; context, Local&lt; Value &gt; that) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#ae2ad9fee9db6e0e5da56973ebb8ea2bc">FindInstanceInPrototypeChain</a>(Local&lt; FunctionTemplate &gt; tmpl)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>Get</b>(Local&lt; Context &gt; context, Local&lt; Value &gt; key) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Get</b>(Local&lt; Context &gt; context, uint32_t index) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#a435f68bb7ef0f64dd522c5c910682448">GetAlignedPointerFromInternalField</a>(int index)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#a65b5a3dc93c0774594f8b0f2ab5481c8">GetAlignedPointerFromInternalField</a>(const PersistentBase&lt; Object &gt; &amp;object, int index)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">static</span></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#a7bbe987794658f20a3ec1b68326305e6">GetConstructorName</a>()</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>GetHandler</b>() (defined in <a class="el" href="classv8_1_1Proxy.html">v8::Proxy</a>)</td><td class="entry"><a class="el" href="classv8_1_1Proxy.html">v8::Proxy</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#ac1ece41e81a499920ec3a2a3471653bc">GetIdentityHash</a>()</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#aa3324fdf652d8ac3b2f27faa0559231d">GetInternalField</a>(int index)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>GetOwnPropertyDescriptor</b>(Local&lt; Context &gt; context, Local&lt; Name &gt; key) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>GetOwnPropertyNames</b>(Local&lt; Context &gt; context) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#a1e6301a45e98e6d6d80e98a148a9f181">GetOwnPropertyNames</a>(Local&lt; Context &gt; context, PropertyFilter filter)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>GetPrivate</b>(Local&lt; Context &gt; context, Local&lt; Private &gt; key) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>GetPropertyAttributes</b>(Local&lt; Context &gt; context, Local&lt; Value &gt; key) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>GetPropertyNames</b>(Local&lt; Context &gt; context) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>GetPropertyNames</b>(Local&lt; Context &gt; context, KeyCollectionMode mode, PropertyFilter property_filter, IndexFilter index_filter) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#ae8d3fed7d6dbd667c29cabb3039fe7af">GetPrototype</a>()</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>GetRealNamedProperty</b>(Local&lt; Context &gt; context, Local&lt; Name &gt; key) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>GetRealNamedPropertyAttributes</b>(Local&lt; Context &gt; context, Local&lt; Name &gt; key) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>GetRealNamedPropertyAttributesInPrototypeChain</b>(Local&lt; Context &gt; context, Local&lt; Name &gt; key) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>GetRealNamedPropertyInPrototypeChain</b>(Local&lt; Context &gt; context, Local&lt; Name &gt; key) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>GetTarget</b>() (defined in <a class="el" href="classv8_1_1Proxy.html">v8::Proxy</a>)</td><td class="entry"><a class="el" href="classv8_1_1Proxy.html">v8::Proxy</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#a57d4819c2cc13715ed22dd23cdc84d7c">Has</a>(Local&lt; Context &gt; context, Local&lt; Value &gt; key)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>Has</b>(Local&lt; Context &gt; context, uint32_t index) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#a278913bcd203434870ce5184a538a9af">HasIndexedLookupInterceptor</a>()</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#a1e96fcb9ee17101c0299ec68f2cf8610">HasNamedLookupInterceptor</a>()</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#acdd3921e95d5bb1a27cea489792607ff">HasOwnProperty</a>(Local&lt; Context &gt; context, Local&lt; Name &gt; key)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>HasOwnProperty</b>(Local&lt; Context &gt; context, uint32_t index) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#aad699867935fd2142ec97afa6e39a7f0">HasPrivate</a>(Local&lt; Context &gt; context, Local&lt; Private &gt; key)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>HasRealIndexedProperty</b>(Local&lt; Context &gt; context, uint32_t index) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>HasRealNamedCallbackProperty</b>(Local&lt; Context &gt; context, Local&lt; Name &gt; key) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#ad830b937c7586fe2086b288ea79935c4">HasRealNamedProperty</a>(Local&lt; Context &gt; context, Local&lt; Name &gt; key)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>InstanceOf</b>(Local&lt; Context &gt; context, Local&lt; Object &gt; object) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>Int32Value</b>(Local&lt; Context &gt; context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>IntegerValue</b>(Local&lt; Context &gt; context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#aaec28576353eebe6fee113bce2718ecc">InternalFieldCount</a>()</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#a324a71142f621a32bfe5738648718370">InternalFieldCount</a>(const PersistentBase&lt; Object &gt; &amp;object)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">static</span></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#ad06a4b1f7215d852c367df390491ac84">IsArgumentsObject</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#aaee0b144087d20eae02314c9393ff80f">IsArray</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a65f9dad740f2468b44dc16349611c351">IsArrayBuffer</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#ad54475d15b7e6b6e17fc80fb4570cdf2">IsArrayBufferView</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a12bb07eaebd83674c5bdfc9125c6d0dd">IsAsyncFunction</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a0aceb7645e71b096df5cd73d1252b1b0">IsBoolean</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#abe7bc06283e5e66013f2f056a943168b">IsBooleanObject</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#a23c2c1f23b50fab4a02e2f819641b865">IsCallable</a>()</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#a257233cb6b11dc7bb5a0e8df8695e889">IsConstructor</a>()</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#afd20ab51e79658acc405c12dad2260ab">IsDataView</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a8bc11fab0aded4a805722ab6df173cae">IsDate</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a7ac61a325c18af8dcb6d7d5bf47d2503">IsExternal</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a68c0296071d01ca899825d7643cf495a">IsFalse</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a4effc7ca1a221dd8c1e23c0f28145ef0">IsFloat32Array</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a293f140b81b0219d1497e937ed948b1e">IsFloat64Array</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a05532a34cdd215f273163830ed8b77e7">IsFunction</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a1cbbebde8c256d051c4606a7300870c6">IsGeneratorFunction</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a72982768acdadd82d1df02a452251d14">IsGeneratorObject</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a928c586639dd75ae4efdaa66b1fc4d50">IsInt16Array</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a01e1db51c65b2feace248b7acbf71a2c">IsInt32</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a48eac78a49c8b42d9f8cf05c514b3750">IsInt32Array</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a10a88a2794271dfcd9c3abd565e8f28a">IsInt8Array</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a71ef50f22d6bb4a093cc931b3d981c08">IsMap</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#af9c52a0668fa3260a0d12a2cdf895b4e">IsMapIterator</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a8829b16b442a6231499c89fd5a6f8049">IsName</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a579fb52e893cdc24f8b77e5acc77d06d">IsNativeError</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#aa2c6ed8ef832223a7e2cd81e6ac61c78">IsNull</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a315accb0ffbf47eaba314a3d81f180d2">IsNullOrUndefined</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a1bd51e3e55f67c65b9a8f587fbffb7c7">IsNumber</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a5f4aa9504a6d8fc3af9489330179fe14">IsNumberObject</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a355b7991c5c978c0341f6f961b63c5a2">IsObject</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a93d6a0817b15a1d28050ba16e131e6b4">IsPromise</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a8a056f765e6e07a1d957fdc1be9b00d5">IsProxy</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#aae41e43486937d6122c297a0d43ac0b8">IsRegExp</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>IsRevoked</b>() (defined in <a class="el" href="classv8_1_1Proxy.html">v8::Proxy</a>)</td><td class="entry"><a class="el" href="classv8_1_1Proxy.html">v8::Proxy</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a220bd4056471ee1dda8ab9565517edd7">IsSet</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#addbae0104e07b990ee1af0bd7927824b">IsSetIterator</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#aa4ce26f174a4c1823dec56eb946d3134">IsSharedArrayBuffer</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#ab23a34b7df62806808e01b0908bf5f00">IsString</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a3e0f2727455fd01a39a60b92f77e28e0">IsStringObject</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#af3e6081c22d09a7bbc0a2aff59ed60a5">IsSymbol</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a867baa94cb8f1069452359e6cef6751e">IsSymbolObject</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a8f27462322186b295195eecb3e81d6d7">IsTrue</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#ac2f2f6c39f14a39fbb5b43577125dfe4">IsTypedArray</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a4a45fabf58b241f5de3086a3dd0a09ae">IsUint16Array</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a783c89631bac4ef3c4b909f40cc2b8d8">IsUint32</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a5e39229dc74d534835cf4ceba10676f4">IsUint32Array</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#acbe2cd9c9cce96ee498677ba37c8466d">IsUint8Array</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#ad3cb464ab5ef0215bd2cbdd4eb2b7e3d">IsUint8ClampedArray</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#aea287b745656baa8a12a2ae1d69744b6">IsUndefined</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#aab0297b39ed8e2a71b5dca7950228a36">IsWeakMap</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a6f5a238206cbd95f98e2da92cab72e80">IsWeakSet</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>IsWebAssemblyCompiledModule</b>() const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Proxy.html#ab58d9d98f17d299ca7a487d05e771260">New</a>(Local&lt; Context &gt; context, Local&lt; Object &gt; local_target, Local&lt; Object &gt; local_handler)</td><td class="entry"><a class="el" href="classv8_1_1Proxy.html">v8::Proxy</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>New</b>(Isolate *isolate) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>NumberValue</b>(Local&lt; Context &gt; context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>ObjectProtoToString</b>(Local&lt; Context &gt; context) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Revoke</b>() (defined in <a class="el" href="classv8_1_1Proxy.html">v8::Proxy</a>)</td><td class="entry"><a class="el" href="classv8_1_1Proxy.html">v8::Proxy</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>SameValue</b>(Local&lt; Value &gt; that) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Set</b>(Local&lt; Context &gt; context, Local&lt; Value &gt; key, Local&lt; Value &gt; value) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>Set</b>(Local&lt; Context &gt; context, uint32_t index, Local&lt; Value &gt; value) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>SetAccessor</b>(Local&lt; Context &gt; context, Local&lt; Name &gt; name, AccessorNameGetterCallback getter, AccessorNameSetterCallback setter=0, MaybeLocal&lt; Value &gt; data=MaybeLocal&lt; Value &gt;(), AccessControl settings=DEFAULT, PropertyAttribute attribute=None) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>SetAccessorProperty</b>(Local&lt; Name &gt; name, Local&lt; Function &gt; getter, Local&lt; Function &gt; setter=Local&lt; Function &gt;(), PropertyAttribute attribute=None, AccessControl settings=DEFAULT) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#a0ccba69581f0b5e4e672bab90f26879b">SetAlignedPointerInInternalField</a>(int index, void *value)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>SetAlignedPointerInInternalFields</b>(int argc, int indices[], void *values[]) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#ac45163422a18bb7481cc78fcacecb301">SetIntegrityLevel</a>(Local&lt; Context &gt; context, IntegrityLevel level)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#aebf949a0592cebc144bb2f96bfb7ec72">SetInternalField</a>(int index, Local&lt; Value &gt; value)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#a0e6aef26a35d442823a264f2131a9cb8">SetNativeDataProperty</a>(Local&lt; Context &gt; context, Local&lt; Name &gt; name, AccessorNameGetterCallback getter, AccessorNameSetterCallback setter=nullptr, Local&lt; Value &gt; data=Local&lt; Value &gt;(), PropertyAttribute attributes=None)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>SetPrivate</b>(Local&lt; Context &gt; context, Local&lt; Private &gt; key, Local&lt; Value &gt; value) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>SetPrototype</b>(Local&lt; Context &gt; context, Local&lt; Value &gt; prototype) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>StrictEquals</b>(Local&lt; Value &gt; that) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>ToArrayIndex</b>(Local&lt; Context &gt; context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>ToBoolean</b>(Local&lt; Context &gt; context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>ToDetailString</b>(Local&lt; Context &gt; context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>ToInt32</b>(Local&lt; Context &gt; context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>ToInteger</b>(Local&lt; Context &gt; context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>ToNumber</b>(Local&lt; Context &gt; context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>ToObject</b>(Local&lt; Context &gt; context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>ToString</b>(Local&lt; Context &gt; context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>ToUint32</b>(Local&lt; Context &gt; context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>TypeOf</b>(Isolate *) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Uint32Value</b>(Local&lt; Context &gt; context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, bool Set(Local&lt; Value &gt; key, Local&lt; Value &gt; value)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, bool Set(uint32_t index, Local&lt; Value &gt; value)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, Local&lt; Value &gt; Get(Local&lt; Value &gt; key)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, Local&lt; Value &gt; Get(uint32_t index)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, bool Has(Local&lt; Value &gt; key)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, bool Delete(Local&lt; Value &gt; key)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#a3f735ad2eab826ddc5eba467ce624acb">V8_DEPRECATE_SOON</a>(&quot;Use maybe version&quot;, Local&lt; Array &gt; GetPropertyNames())</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#aa72e9d0d22d1d4a4c4b63827a5469d40">V8_DEPRECATE_SOON</a>(&quot;Use maybe version&quot;, Local&lt; Array &gt; GetOwnPropertyNames())</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, bool HasRealNamedProperty(Local&lt; String &gt; key)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, bool HasRealIndexedProperty(uint32_t index)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, bool HasRealNamedCallbackProperty(Local&lt; String &gt; key)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#a5e7199a517d980396bb86f876b5bae0a">V8_DEPRECATE_SOON</a>(&quot;Keep track of isolate correctly&quot;, Isolate *GetIsolate())</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, Local&lt; Boolean &gt; ToBoolean(Isolate *isolate) const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, Local&lt; Number &gt; ToNumber(Isolate *isolate) const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, Local&lt; String &gt; ToString(Isolate *isolate) const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, Local&lt; Object &gt; ToObject(Isolate *isolate) const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, Local&lt; Integer &gt; ToInteger(Isolate *isolate) const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, Local&lt; Int32 &gt; ToInt32(Isolate *isolate) const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, Local&lt; Boolean &gt; ToBoolean() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, Local&lt; String &gt; ToString() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, Local&lt; Object &gt; ToObject() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, Local&lt; Integer &gt; ToInteger() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, bool BooleanValue() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, double NumberValue() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, int64_t IntegerValue() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, uint32_t Uint32Value() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, int32_t Int32Value() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#ae3528a485935d1b19a0e007cd5a06799">v8::Value::V8_DEPRECATE_SOON</a>(&quot;Use maybe version&quot;, bool Equals(Local&lt; Value &gt; that) const)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATED</b>(&quot;Use CreateDataProperty / DefineOwnProperty&quot;, Maybe&lt; bool &gt; ForceSet(Local&lt; Context &gt; context, Local&lt; Value &gt; key, Local&lt; Value &gt; value, PropertyAttribute attribs=None)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#aa45eb69321fa3eb1037b058b69ecfec1">V8_DEPRECATED</a>(&quot;Use maybe version&quot;, PropertyAttribute GetPropertyAttributes(Local&lt; Value &gt; key))</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#aa173fa7289f4ba6f9ac3ed8d7d9dda92">V8_DEPRECATED</a>(&quot;Use maybe version&quot;, Local&lt; Value &gt; GetOwnPropertyDescriptor(Local&lt; Name &gt; key))</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATED</b>(&quot;Use maybe version&quot;, bool Has(uint32_t index)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATED</b>(&quot;Use maybe version&quot;, bool Delete(uint32_t index)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATED</b>(&quot;Use maybe version&quot;, bool SetAccessor(Local&lt; String &gt; name, AccessorGetterCallback getter, AccessorSetterCallback setter=0, Local&lt; Value &gt; data=Local&lt; Value &gt;(), AccessControl settings=DEFAULT, PropertyAttribute attribute=None)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATED</b>(&quot;Use maybe version&quot;, bool SetAccessor(Local&lt; Name &gt; name, AccessorNameGetterCallback getter, AccessorNameSetterCallback setter=0, Local&lt; Value &gt; data=Local&lt; Value &gt;(), AccessControl settings=DEFAULT, PropertyAttribute attribute=None)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#a4ce54e137e22eddbe2857a15a20219b2">V8_DEPRECATED</a>(&quot;Use maybe version&quot;, bool SetPrototype(Local&lt; Value &gt; prototype))</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#a06bb9aab716e466b8fa0e0c3fbb8f5d7">V8_DEPRECATED</a>(&quot;Use maybe version&quot;, Local&lt; String &gt; ObjectProtoToString())</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATED</b>(&quot;Use maybe version&quot;, bool HasOwnProperty(Local&lt; String &gt; key)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#a00982b58e0c86fcb37f5d74c8a33d1b8">V8_DEPRECATED</a>(&quot;Use maybe version&quot;, Local&lt; Value &gt; GetRealNamedPropertyInPrototypeChain(Local&lt; String &gt; key))</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#ac11ecb441033271172a4c34770be6488">V8_DEPRECATED</a>(&quot;Use maybe version&quot;, Maybe&lt; PropertyAttribute &gt; GetRealNamedPropertyAttributesInPrototypeChain(Local&lt; String &gt; key))</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#a870785c34482a0d284e56db93cd1eb5a">V8_DEPRECATED</a>(&quot;Use maybe version&quot;, Local&lt; Value &gt; GetRealNamedProperty(Local&lt; String &gt; key))</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#a1fdd165c23a55dba4ba48f484a94c3c3">V8_DEPRECATED</a>(&quot;Use maybe version&quot;, Maybe&lt; PropertyAttribute &gt; GetRealNamedPropertyAttributes(Local&lt; String &gt; key))</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#a8b4e2b65f72712420eb76842f2123fe3">V8_DEPRECATED</a>(&quot;Use maybe version&quot;, Local&lt; Value &gt; CallAsFunction(Local&lt; Value &gt; recv, int argc, Local&lt; Value &gt; argv[]))</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#a0ce5417b42d5bfb5a8dc3482dcb733eb">V8_DEPRECATED</a>(&quot;Use maybe version&quot;, Local&lt; Value &gt; CallAsConstructor(int argc, Local&lt; Value &gt; argv[]))</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATED</b>(&quot;Use maybe version&quot;, Local&lt; String &gt; ToDetailString(Isolate *isolate) const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATED</b>(&quot;Use maybe version&quot;, Local&lt; Uint32 &gt; ToUint32(Isolate *isolate) const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATED</b>(&quot;Use maybe version&quot;, Local&lt; Number &gt; ToNumber() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATED</b>(&quot;Use maybe version&quot;, Local&lt; String &gt; ToDetailString() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATED</b>(&quot;Use maybe version&quot;, Local&lt; Uint32 &gt; ToUint32() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATED</b>(&quot;Use maybe version&quot;, Local&lt; Int32 &gt; ToInt32() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#adedc431c9a5f9fc875027c773cc26585">v8::Value::V8_DEPRECATED</a>(&quot;Use maybe version&quot;, Local&lt; Uint32 &gt; ToArrayIndex() const)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> </table></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.11 </small></address> </body> </html>
v8-dox/v8-dox.github.io
506d85b/html/classv8_1_1Proxy-members.html
HTML
mit
60,378
<!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.11.10: v8::DeclaredAccessorDescriptor 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.11.10 </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_declared_accessor_descriptor.html">DeclaredAccessorDescriptor</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="classv8_1_1_declared_accessor_descriptor-members.html">List of all members</a> </div> <div class="headertitle"> <div class="title">v8::DeclaredAccessorDescriptor Class Reference</div> </div> </div><!--header--> <div class="contents"> <div class="dynheader"> Inheritance diagram for v8::DeclaredAccessorDescriptor:</div> <div class="dyncontent"> <div class="center"> <img src="classv8_1_1_declared_accessor_descriptor.png" usemap="#v8::DeclaredAccessorDescriptor_map" alt=""/> <map id="v8::DeclaredAccessorDescriptor_map" name="v8::DeclaredAccessorDescriptor_map"> <area href="classv8_1_1_data.html" alt="v8::Data" shape="rect" coords="0,0,197,24"/> </map> </div></div> <hr/>The documentation for this class was generated from the following file:<ul> <li>deps/v8/include/<a class="el" href="v8_8h_source.html">v8.h</a></li> </ul> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Tue Aug 11 2015 23:45:38 for V8 API Reference Guide for node.js v0.11.10 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
5ce4f3e/html/classv8_1_1_declared_accessor_descriptor.html
HTML
mit
5,080
--- layout: default title: Indigo Beetle description: Indigo Beetle | Bridging the gap between high tech. and creative arts. Making software work for artists. --- {% include sections/about.html %} {% include sections/features.html %} {% include sections/portfolio.html %} {% include sections/testimonials.html %} {% include sections/blog.html %} {% include sections/contact.html %}
pgregory/pgregory.github.io
index.html
HTML
mit
388
--- layout: default --- <div class="home"> <div class="row"> <div class="hidden-xs hidden-sm col-md-2"> <div class="issue-number"><span class="number">4</span><span class="issue">issue</span></div> </div> <div class="page-heading col-sm-12 col-md-8"> <h1 id="responsive_headline">Transformative:</h1> <p class="h1-subtitle" id="responsive_subtitle">The architecture of work culture</p> </div> </div> <div class="row"> <div class="primary-story col-sm-push-4 col-sm-8 col-md-push-2 col-md-10"> {% assign post = site.posts[1] %} <a class="post-link" href="{{ post.url | prepend: site.baseurl }}"> <div class="post-picture"> {% picture {{post.assetsfolder}}/{{post.imgfeatured}} alt="{{post.img_alt_text}}" title="{{post.imgtitletext}}" %} <div class="post-number">01</div> </div> <h2>{{ post.title }}</h2></a> <p class="tagline">{{ post.tagline }}</p> </div> <div class="editorial col-sm-pull-8 col-sm-4 col-md-pull-10 col-md-2"> {% assign post = site.posts.first %} <h2><a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a></h2> <p class="tagline">{{ post.tagline }}</p> {{post.content | truncate: 200 }} </div> </div> <div class="row"> <div class="project-stories hidden-xs col-sm-4 col-md-2"> <h2>Project Stories</h2> {% for page in site.pages %} {% if page.title %} <p><a class="page-link" href="{{ page.url | prepend: site.baseurl }}">{{ page.title }}</a></p> {% endif %} {% endfor %} </div> <div class="col-sm-8 col-md-10"> <ul class="post-list"> {% for post in site.posts offset:2 %} <li class="col-md-6 col-lg-3 secondary-story"> <a class="post-link" href="{{ post.url | prepend: site.baseurl }}"> <div class="post-picture"> {% picture {{post.assetsfolder}}/{{post.imgfeatured}} alt="{{post.img_alt_text}}" title="{{post.imgtitletext}}" %} <div class="post-number">{{forloop.index | bump | pad}}</div> </div> <h2>{{ post.title }}</h2></a> <p class="tagline">{{ post.tagline }}</p> </li> {% endfor %} </ul> </div> </div> <!--<p class="rss-subscribe">subscribe <a href="{{ "/feed.xml " | prepend: site.baseurl }}">via RSS</a></p>--> </div>
bvn-architecture/transformative
transformative/index.html
HTML
mit
2,994
<!Doctype html> <html> <head> <title>How to fix Humanity </title> <link type="text/css" rel="stylesheet" href="https://philldellow.github.io/stylesheets/blog-template-stylesheet.css" /> </head> <body> <div class="header"><p>The Phill Dellow Experience</p></div> <div class="content"><p><h2>The Problem with Tech World. </p> <p><h4><i>Or how to fix humanity</i></h4></p> <p>One of the largest problems that I see in the tech world today is the hidding of the costs of the tech market. Whether the pollution casued by the redundancy implicit in modern tecnological design or the hidden carbon costs of cloud storage, the tech world seems to be in love, ('love' like a junkie 'love'), with promoting itself as the answer to everything and not dealing and exposing the true problems and costs that it creates.</p> <p>In the exact same way that every golden age in the Human's history, the past and fututre of the tech world is shown to be in a narrowed focus, into the benifits rather than the consequences of it's actions.</p> <p>A very good metaphore of this lack of acknowledging of the bad is the way most people will happily break the law and speed for some small and selfish want, that they describe to themselves as a need. Risking not only there own lives, but the lifes of countless others only to jump on the breaks because they see a speed camera.</p> <p>This metaphore shows that very nearly all humans will take a chance if they percieve that the benifits of the risky behaviour out=weigh the consequences.</p> <p>The solution I propose to this is to contained is this very blogpost, to question YOU to take some self awearness and responsibility for your own actions and face up to the fact that everytime you read an email you burn just as much of the environment as a piece of paper does, everytime you buy a nice flashy new piece of tech, you are asking some poor person in a very polluted delta of the pearl river in China to cook it down in a pot so they can tip the slagg off in to the stream their grandparents caught fish in, so they can harvest the few grams of metal back out of the chips n boards</p> <p>I ask you to no-onger deal with compairing yourselves to other fault-filled-humans, but deal in the honest absolutes that this universe is made from</p> <p>P)</p> </div> <div id="indexpane"> <h3><a href="https://philldellow.github.io/blog/blog-index.html">Blog Index</h3> <p> </p> <p> <a href="https://philldellow.github.io/cheatsheetCSS3.html">CSS Cheat_Sheet</a></p> <p> <a href="https://philldellow.github.io/blogposts/c1-chefs-kitchen01.html">Culture Blog Week 1</a></p> <p> <a href="https://philldellow.github.io/blogposts/c3-thinking-style.html">Culture Blog Week 3</a></p> <p> <a href="https://philldellow.github.io/blogposts/week4_cultural_blog.html">Culture Blog Week 4</a></p> <p> <a href="https://philldellow.github.io/blogposts/week5_cultural_blog.html">Culture Blog Week 5</a></p> <p> <a href="https://philldellow.github.io/blogposts/week6_cultural_blog.html">Culture Blog Week 6</a></p> <p> <a href="https://philldellow.github.io/blogposts/c7-values.html">Culture Blog Week 7</a></p> <p> <a href="https://philldellow.github.io/blogposts/c8-conflict.html">Culture Blog Week 8</a></p> <p> <a href="https://philldellow.github.io/blogposts/t1-git-blog01.html">Technical Week 1</a></p> <p> <a href="https://philldellow.github.io/blogposts/t2-css-design.html">Technical Week 2</a></p> <p> <a href="https://philldellow.github.io/blogposts/t3-arrays-hashes.html">Technical Week 3</a></p> <p> <a href="https://philldellow.github.io/blogposts/week4_technical.html">Technical Week 4</a></p> <p> <a href="https://philldellow.github.io/blogposts/week5_technical.html">Technical Week 5</a></p> <p> <a href="https://philldellow.github.io/blogposts/week6_technical.html">Technical Week 6</a></p> <p> <a href="https://philldellow.github.io/blogposts/t7-JavaScript.html">Technical Week 7</a></p> <p> <a href="https://philldellow.github.io/pairing/gps1-2.html"/>Phill and Nary pair a web page in an hour</a></p> <p> <a id="mainindexlink" href="https://philldellow.github.io/">Main Index</a></p> </div> <div class="bottom"> <ul class="share-buttons"> <li><a href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fphilldellow.github.io&t=Index%20-%20Phill%20Dellow" target="_blank"><img src="https://philldellow.github.io/blog/pics/Facebook.png"></a></li> <li><a href="https://twitter.com/intent/tweet?source=https%3A%2F%2Fphilldellow.github.io&text=Index%20-%20Phill%20Dellow:%20https%3A%2F%2Fphilldellow.github.io&via=philldellow" target="_blank" title="Tweet"><img src="https://philldellow.github.io/blog/pics/Twitter.png"></a></li> <li><a href="https://plus.google.com/share?url=https%3A%2F%2Fphilldellow.github.io" target="_blank" title="Share on Google+"><img src="https://philldellow.github.io/blog/pics/Google+.png"></a></li> <li><a href="https://www.tumblr.com/share?v=3&u=https%3A%2F%2Fphilldellow.github.io&t=Index%20-%20Phill%20Dellow&s=" target="_blank" title="Post to Tumblr"><img src="https://philldellow.github.io/blog/pics/Tumblr.png"></a></li> <li><a href="https://pinterest.com/pin/create/button/?url=https%3A%2F%2Fphilldellow.github.io&description=" target="_blank" title="Pin it"><img src="https://philldellow.github.io/blog/pics/Pinterest.png"></a></li> <li><a href="https://www.reddit.com/submit?url=https%3A%2F%2Fphilldellow.github.io&title=Index%20-%20Phill%20Dellow" target="_blank" title="Submit to Reddit"><img src="https://philldellow.github.io/blog/pics/Reddit.png"></a></li> <li><a href="https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fphilldellow.github.io&title=Index%20-%20Phill%20Dellow&summary=&source=https%3A%2F%2Fphilldellow.github.io" target="_blank" title="Share on LinkedIn"><img src="https://philldellow.github.io/blog/pics/LinkedIn.png"></a></li> <li><a href="https://pinboard.in/popup_login/?url=https%3A%2F%2Fphilldellow.github.io&title=Index%20-%20Phill%20Dellow&description=" target="_blank" title="Save to Pinboard"><img src="https://philldellow.github.io/blog/pics/Pinboard.png"></a></li> <li><a href="mailto:?subject=Index%20-%20Phill%20Dellow&body=:%20https%3A%2F%2Fphilldellow.github.io" target="_blank" title="Email"><img src="https://philldellow.github.io/blog/pics/Email.png"></a></li> </ul> </div> </body> </html>
philldellow/philldellow.github.io
blogposts/week4_cultural_blog.html
HTML
mit
6,530
<!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="./a4b95c194a9f40411f3747d2500c8501fe8a074da3411c04211489ca44d05339.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/56dac96245d8d6847d9057c73f52ab5537138cc3a6bc1733caa9e4a000a16a54.html
HTML
mit
550
<!DOCTYPE html> <!--[if lt IE 9]><html class="no-js lt-ie9" lang="en" dir="ltr"><![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en" dir="ltr"> <!--<![endif]--> <!-- Usage: /eic/site/ccc-rec.nsf/tpl-eng/template-1col.html?Open&id=3 (optional: ?Open&page=filename.html&id=x) --> <!-- Created: ; Product Code: 536; Server: stratnotes2.ic.gc.ca --> <head> <!-- Title begins / Début du titre --> <title> All Door Garage Door Repairs GTA Ontario - Complete profile - Canadian Company Capabilities - Industries and Business - Industry Canada </title> <!-- Title ends / Fin du titre --> <!-- Meta-data begins / Début des métadonnées --> <meta charset="utf-8" /> <meta name="dcterms.language" title="ISO639-2" content="eng" /> <meta name="dcterms.title" content="" /> <meta name="description" content="" /> <meta name="dcterms.description" content="" /> <meta name="dcterms.type" content="report, data set" /> <meta name="dcterms.subject" content="businesses, industry" /> <meta name="dcterms.subject" content="businesses, industry" /> <meta name="dcterms.issued" title="W3CDTF" content="" /> <meta name="dcterms.modified" title="W3CDTF" content="" /> <meta name="keywords" content="" /> <meta name="dcterms.creator" content="" /> <meta name="author" content="" /> <meta name="dcterms.created" title="W3CDTF" content="" /> <meta name="dcterms.publisher" content="" /> <meta name="dcterms.audience" title="icaudience" content="" /> <meta name="dcterms.spatial" title="ISO3166-1" content="" /> <meta name="dcterms.spatial" title="gcgeonames" content="" /> <meta name="dcterms.format" content="HTML" /> <meta name="dcterms.identifier" title="ICsiteProduct" content="536" /> <!-- EPI-11240 --> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <!-- MCG-202 --> <meta content="width=device-width,initial-scale=1" name="viewport"> <!-- EPI-11567 --> <meta name = "format-detection" content = "telephone=no"> <!-- EPI-12603 --> <meta name="robots" content="noarchive"> <!-- EPI-11190 - Webtrends --> <script> var startTime = new Date(); startTime = startTime.getTime(); </script> <!--[if gte IE 9 | !IE ]><!--> <link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="icon" type="image/x-icon"> <link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/wet-boew.min.css"> <!--<![endif]--> <link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/theme.min.css"> <!--[if lt IE 9]> <link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="shortcut icon" /> <link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/ie8-wet-boew.min.css" /> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew.min.js"></script> <![endif]--> <!--[if lte IE 9]> <![endif]--> <noscript><link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/noscript.min.css" /></noscript> <!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER --> <script>dataLayer1 = [];</script> <!-- End Google Tag Manager --> <!-- EPI-11235 --> <link rel="stylesheet" href="/eic/home.nsf/css/add_WET_4-0_Canada_Apps.css"> <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet"> <link href="/app/ccc/srch/css/print.css" media="print" rel="stylesheet" type="text/css" /> </head> <body class="home" vocab="http://schema.org/" typeof="WebPage"> <!-- EPIC HEADER BEGIN --> <!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER --> <noscript><iframe title="Google Tag Manager" src="//www.googletagmanager.com/ns.html?id=GTM-TLGQ9K" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer1'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer1','GTM-TLGQ9K');</script> <!-- End Google Tag Manager --> <!-- EPI-12801 --> <span typeof="Organization"><meta property="legalName" content="Department_of_Industry"></span> <ul id="wb-tphp"> <li class="wb-slc"> <a class="wb-sl" href="#wb-cont">Skip to main content</a> </li> <li class="wb-slc visible-sm visible-md visible-lg"> <a class="wb-sl" href="#wb-info">Skip to "About this site"</a> </li> </ul> <header role="banner"> <div id="wb-bnr" class="container"> <section id="wb-lng" class="visible-md visible-lg text-right"> <h2 class="wb-inv">Language selection</h2> <div class="row"> <div class="col-md-12"> <ul class="list-inline mrgn-bttm-0"> <li><a href="nvgt.do?V_TOKEN=1492238245939&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=2350&V_SEARCH.docsStart=1&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn/updt.sec?_flId?_flxKy=e1s1&amp;estblmntNo=234567041301&amp;profileId=61&amp;_evId=bck&amp;lang=eng&amp;V_SEARCH.showStricts=false&amp;prtl=1&amp;_flId?_flId?_flxKy=e1s1" title="Français" lang="fr">Français</a></li> </ul> </div> </div> </section> <div class="row"> <div class="brand col-xs-8 col-sm-9 col-md-6"> <a href="http://www.canada.ca/en/index.html"><object type="image/svg+xml" tabindex="-1" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/sig-blk-en.svg"></object><span class="wb-inv"> Government of Canada</span></a> </div> <section class="wb-mb-links col-xs-4 col-sm-3 visible-sm visible-xs" id="wb-glb-mn"> <h2>Search and menus</h2> <ul class="list-inline text-right chvrn"> <li><a href="#mb-pnl" title="Search and menus" aria-controls="mb-pnl" class="overlay-lnk" role="button"><span class="glyphicon glyphicon-search"><span class="glyphicon glyphicon-th-list"><span class="wb-inv">Search and menus</span></span></span></a></li> </ul> <div id="mb-pnl"></div> </section> <!-- Site Search Removed --> </div> </div> <nav role="navigation" id="wb-sm" class="wb-menu visible-md visible-lg" data-trgt="mb-pnl" data-ajax-fetch="//cdn.canada.ca/gcweb-cdn-dev/sitemenu/sitemenu-en.html" typeof="SiteNavigationElement"> <h2 class="wb-inv">Topics menu</h2> <div class="container nvbar"> <div class="row"> <ul class="list-inline menu"> <li><a href="https://www.canada.ca/en/services/jobs.html">Jobs</a></li> <li><a href="http://www.cic.gc.ca/english/index.asp">Immigration</a></li> <li><a href="https://travel.gc.ca/">Travel</a></li> <li><a href="https://www.canada.ca/en/services/business.html">Business</a></li> <li><a href="https://www.canada.ca/en/services/benefits.html">Benefits</a></li> <li><a href="http://healthycanadians.gc.ca/index-eng.php">Health</a></li> <li><a href="https://www.canada.ca/en/services/taxes.html">Taxes</a></li> <li><a href="https://www.canada.ca/en/services.html">More services</a></li> </ul> </div> </div> </nav> <!-- EPIC BODY BEGIN --> <nav role="navigation" id="wb-bc" class="" property="breadcrumb"> <h2 class="wb-inv">You are here:</h2> <div class="container"> <div class="row"> <ol class="breadcrumb"> <li><a href="/eic/site/icgc.nsf/eng/home" title="Home">Home</a></li> <li><a href="/eic/site/icgc.nsf/eng/h_07063.html" title="Industries and Business">Industries and Business</a></li> <li><a href="/eic/site/ccc-rec.nsf/tpl-eng/../eng/home" >Canadian Company Capabilities</a></li> </ol> </div> </div> </nav> </header> <main id="wb-cont" role="main" property="mainContentOfPage" class="container"> <!-- End Header --> <!-- Begin Body --> <!-- Begin Body Title --> <!-- End Body Title --> <!-- Begin Body Head --> <!-- End Body Head --> <!-- Begin Body Content --> <br> <!-- Complete Profile --> <!-- Company Information above tabbed area--> <input id="showMore" type="hidden" value='more'/> <input id="showLess" type="hidden" value='less'/> <h1 id="wb-cont"> Company profile - Canadian Company Capabilities </h1> <div class="profileInfo hidden-print"> <ul class="list-inline"> <li><a href="cccSrch.do?lang=eng&profileId=&prtl=1&key.hitsPerPage=25&searchPage=%252Fapp%252Fccc%252Fsrch%252FcccBscSrch.do%253Flang%253Deng%2526amp%253Bprtl%253D1%2526amp%253Btagid%253D&V_SEARCH.scopeCategory=CCC.Root&V_SEARCH.depth=1&V_SEARCH.showStricts=false&V_SEARCH.sortSpec=title+asc&amp;rstBtn.x=" class="btn btn-link">New Search</a>&nbsp;|</li> <li><form name="searchForm" method="post" action="/app/ccc/srch/bscSrch.do"> <input type="hidden" name="lang" value="eng" /> <input type="hidden" name="profileId" value="" /> <input type="hidden" name="prtl" value="1" /> <input type="hidden" name="searchPage" value="%2Fapp%2Fccc%2Fsrch%2FcccBscSrch.do%3Flang%3Deng%26amp%3Bprtl%3D1%26amp%3Btagid%3D" /> <input type="hidden" name="V_SEARCH.scopeCategory" value="CCC.Root" /> <input type="hidden" name="V_SEARCH.depth" value="1" /> <input type="hidden" name="V_SEARCH.showStricts" value="false" /> <input id="repeatSearchBtn" class="btn btn-link" type="submit" value="Return to search results" /> </form></li> </ul> </div> <details> <summary>Third-Party Information Liability Disclaimer</summary> <p>Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.</p> </details> <h2> All Door Garage Door Repairs GTA Ontario </h2> <div class="row"> <div class="col-md-5"> <h2 class="h5 mrgn-bttm-0">Legal/Operating Name:</h2> <p>All Door Garage Door Repairs GTA Ontario</p> <div class="mrgn-tp-md"></div> <p class="mrgn-bttm-0" ><a href="http://www.alldoorsolutions.ca/" target="_blank" title="Website URL">http://www.alldoorsolutions.ca/</a></p> </div> <div class="col-md-4 mrgn-sm-sm"> <h2 class="h5 mrgn-bttm-0">Mailing Address:</h2> <address class="mrgn-bttm-md"> 8600 Keele st<br/> CONCORD, Ontario<br/> L4K 4H8 <br/> </address> <p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>: (647) 560-3935 </p> <p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>: </p> </div> <div class="col-md-3 mrgn-tp-md"> </div> </div> <div class="row mrgn-tp-md mrgn-bttm-md"> <div class="col-md-12"> <h2 class="wb-inv">Company Profile</h2> <br> Garage Door Repair - In Toronto And GTA Area <br>Fix any garage door problem, Repair any garage door opener make and model.<br> </div> </div> <!-- <div class="wb-tabs ignore-session update-hash wb-eqht-off print-active"> --> <div class="wb-tabs ignore-session"> <div class="tabpanels"> <details id="details-panel1"> <summary> Full profile </summary> <!-- Tab 1 --> <h2 class="wb-invisible"> Full profile </h2> <!-- Contact Information --> <h3 class="page-header"> Contact information </h3> <section class="container-fluid"> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Mike Adler </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> Manager </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Customer Service. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (647) 560-3935 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> alldoorsolutions.canada@gmail.com </div> </div> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Company Description --> <h3 class="page-header"> Company description </h3> <section class="container-fluid"> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> No &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 238299 - All Other Building Equipment Contractors </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Services &nbsp; </div> </div> </section> <!-- Products / Services / Licensing --> <h3 class="page-header"> Product / Service / Licensing </h3> <section class="container-fluid"> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> Garage Door Repair<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Garage Door Repair <br> Garage Door Service <br> Garage Door Opener Repair<br> <br> </div> </div> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Technology Profile --> <!-- Market Profile --> <!-- Sector Information --> <details class="mrgn-tp-md mrgn-bttm-md"> <summary> Third-Party Information Liability Disclaimer </summary> <p> Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements. </p> </details> </details> <details id="details-panel2"> <summary> Contacts </summary> <h2 class="wb-invisible"> Contact information </h2> <!-- Contact Information --> <section class="container-fluid"> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Mike Adler </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> Manager </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Customer Service. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (647) 560-3935 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> alldoorsolutions.canada@gmail.com </div> </div> </section> </details> <details id="details-panel3"> <summary> Description </summary> <h2 class="wb-invisible"> Company description </h2> <section class="container-fluid"> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> No &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 238299 - All Other Building Equipment Contractors </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Services &nbsp; </div> </div> </section> </details> <details id="details-panel4"> <summary> Products, services and licensing </summary> <h2 class="wb-invisible"> Product / Service / Licensing </h2> <section class="container-fluid"> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> Garage Door Repair<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Garage Door Repair <br> Garage Door Service <br> Garage Door Opener Repair<br> <br> </div> </div> </section> </details> </div> </div> <div class="row"> <div class="col-md-12 text-right"> Last Update Date 2016-02-19 </div> </div> <!-- - Artifact ID: CBW - IMBS - CCC Search WAR - Group ID: ca.gc.ic.strategis.imbs.ccc.search - Version: 3.26 - Built-By: bamboo - Build Timestamp: 2017-03-02T21:29:28Z --> <!-- End Body Content --> <!-- Begin Body Foot --> <!-- End Body Foot --> <!-- END MAIN TABLE --> <!-- End body --> <!-- Begin footer --> <div class="row pagedetails"> <div class="col-sm-5 col-xs-12 datemod"> <dl id="wb-dtmd"> <dt class=" hidden-print">Date Modified:</dt> <dd class=" hidden-print"> <span><time>2017-03-02</time></span> </dd> </dl> </div> <div class="clear visible-xs"></div> <div class="col-sm-4 col-xs-6"> </div> <div class="col-sm-3 col-xs-6 text-right"> </div> <div class="clear visible-xs"></div> </div> </main> <footer role="contentinfo" id="wb-info"> <nav role="navigation" class="container wb-navcurr"> <h2 class="wb-inv">About government</h2> <!-- EPIC FOOTER BEGIN --> <!-- EPI-11638 Contact us --> <ul class="list-unstyled colcount-sm-2 colcount-md-3"> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07026.html#pageid=E048-H00000&amp;from=Industries">Contact us</a></li> <li><a href="https://www.canada.ca/en/government/dept.html">Departments and agencies</a></li> <li><a href="https://www.canada.ca/en/government/publicservice.html">Public service and military</a></li> <li><a href="https://www.canada.ca/en/news.html">News</a></li> <li><a href="https://www.canada.ca/en/government/system/laws.html">Treaties, laws and regulations</a></li> <li><a href="https://www.canada.ca/en/transparency/reporting.html">Government-wide reporting</a></li> <li><a href="http://pm.gc.ca/eng">Prime Minister</a></li> <li><a href="https://www.canada.ca/en/government/system.html">How government works</a></li> <li><a href="http://open.canada.ca/en/">Open government</a></li> </ul> </nav> <div class="brand"> <div class="container"> <div class="row"> <nav class="col-md-10 ftr-urlt-lnk"> <h2 class="wb-inv">About this site</h2> <ul> <li><a href="https://www.canada.ca/en/social.html">Social media</a></li> <li><a href="https://www.canada.ca/en/mobile.html">Mobile applications</a></li> <li><a href="http://www1.canada.ca/en/newsite.html">About Canada.ca</a></li> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html">Terms and conditions</a></li> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html#p1">Privacy</a></li> </ul> </nav> <div class="col-xs-6 visible-sm visible-xs tofpg"> <a href="#wb-cont">Top of Page <span class="glyphicon glyphicon-chevron-up"></span></a> </div> <div class="col-xs-6 col-md-2 text-right"> <object type="image/svg+xml" tabindex="-1" role="img" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/wmms-blk.svg" aria-label="Symbol of the Government of Canada"></object> </div> </div> </div> </div> </footer> <!--[if gte IE 9 | !IE ]><!--> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/wet-boew.min.js"></script> <!--<![endif]--> <!--[if lt IE 9]> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew2.min.js"></script> <![endif]--> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/theme.min.js"></script> <!-- EPI-10519 --> <span class="wb-sessto" data-wb-sessto='{"inactivity": 1800000, "reactionTime": 180000, "sessionalive": 1800000, "logouturl": "/app/ccc/srch/cccSrch.do?lang=eng&prtl=1"}'></span> <script src="/eic/home.nsf/js/jQuery.externalOpensInNewWindow.js"></script> <!-- EPI-11190 - Webtrends --> <script src="/eic/home.nsf/js/webtrends.js"></script> <script>var endTime = new Date();</script> <noscript> <div><img alt="" id="DCSIMG" width="1" height="1" src="//wt-sdc.ic.gc.ca/dcs6v67hwe0ei7wsv8g9fv50d_3k6i/njs.gif?dcsuri=/nojavascript&amp;WT.js=No&amp;WT.tv=9.4.0&amp;dcssip=www.ic.gc.ca"/></div> </noscript> <!-- /Webtrends --> <!-- JS deps --> <script src="/eic/home.nsf/js/jquery.imagesloaded.js"></script> <!-- EPI-11262 - Util JS --> <script src="/eic/home.nsf/js/_WET_4-0_utils_canada.min.js"></script> <!-- EPI-11383 --> <script src="/eic/home.nsf/js/jQuery.icValidationErrors.js"></script> <span style="display:none;" id='app-info' data-project-groupid='' data-project-artifactid='' data-project-version='' data-project-build-timestamp='' data-issue-tracking='' data-scm-sha1='' data-scm-sha1-abbrev='' data-scm-branch='' data-scm-commit-date=''></span> </body></html> <!-- End Footer --> <!-- - Artifact ID: CBW - IMBS - CCC Search WAR - Group ID: ca.gc.ic.strategis.imbs.ccc.search - Version: 3.26 - Built-By: bamboo - Build Timestamp: 2017-03-02T21:29:28Z -->
GoC-Spending/data-corporations
html/234567161052.html
HTML
mit
32,006
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Archives | Hexo</title> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <meta name="description"> <meta property="og:type" content="website"> <meta property="og:title" content="Hexo"> <meta property="og:url" content="http://yoursite.com/archives/index.html"> <meta property="og:site_name" content="Hexo"> <meta property="og:description"> <meta name="twitter:card" content="summary"> <meta name="twitter:title" content="Hexo"> <meta name="twitter:description"> <link rel="alternative" href="/atom.xml" title="Hexo" type="application/atom+xml"> <link rel="icon" href="/favicon.png"> <link href="//fonts.googleapis.com/css?family=Source+Code+Pro" rel="stylesheet" type="text/css"> <link rel="stylesheet" href="/css/style.css" type="text/css"> </head> <body> <div id="container"> <div id="wrap"> <header id="header"> <div id="banner"></div> <div id="header-outer" class="outer"> <div id="header-title" class="inner"> <h1 id="logo-wrap"> <a href="/" id="logo">Hexo</a> </h1> </div> <div id="header-inner" class="inner"> <nav id="main-nav"> <a id="main-nav-toggle" class="nav-icon"></a> <a class="main-nav-link" href="/">Home</a> <a class="main-nav-link" href="/archives">Archives</a> </nav> <nav id="sub-nav"> <a id="nav-rss-link" class="nav-icon" href="/atom.xml" title="RSS Feed"></a> <a id="nav-search-btn" class="nav-icon" title="Search"></a> </nav> <div id="search-form-wrap"> <form action="//google.com/search" method="get" accept-charset="UTF-8" class="search-form"><input type="search" name="q" results="0" class="search-form-input" placeholder="Search"><button type="submit" class="search-form-submit">&#xF002;</button><input type="hidden" name="sitesearch" value="http://yoursite.com"></form> </div> </div> </div> </header> <div class="outer"> <section id="main"> <section class="archives-wrap"> <div class="archive-year-wrap"> <a href="/archives/2015" class="archive-year">2015</a> </div> <div class="archives"> <article class="archive-article archive-type-post"> <div class="archive-article-inner"> <header class="archive-article-header"> <a href="/2015/09/16/hello-world/" class="archive-article-date"> <time datetime="2015-09-16T07:47:20.000Z" itemprop="datePublished">Sep 16</time> </a> <h1 itemprop="name"> <a class="archive-article-title" href="/2015/09/16/hello-world/">Hello World</a> </h1> </header> </div> </article> </div></section> </section> <aside id="sidebar"> <div class="widget-wrap"> <h3 class="widget-title">Archives</h3> <div class="widget"> <ul class="archive-list"><li class="archive-list-item"><a class="archive-list-link" href="/archives/2015/09/">September 2015</a><span class="archive-list-count">1</span></li></ul> </div> </div> <div class="widget-wrap"> <h3 class="widget-title">Recents</h3> <div class="widget"> <ul> <li> <a href="/2015/09/16/hello-world/">Hello World</a> </li> </ul> </div> </div> </aside> </div> <footer id="footer"> <div class="outer"> <div id="footer-info" class="inner"> &copy; 2015 John Doe<br> Powered by <a href="http://hexo.io/" target="_blank">Hexo</a> </div> </div> </footer> </div> <nav id="mobile-nav"> <a href="/" class="mobile-nav-link">Home</a> <a href="/archives" class="mobile-nav-link">Archives</a> </nav> <script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script> <link rel="stylesheet" href="/fancybox/jquery.fancybox.css" type="text/css"> <script src="/fancybox/jquery.fancybox.pack.js" type="text/javascript"></script> <script src="/js/script.js" type="text/javascript"></script> </div> </body> </html>
timtimwen/hexo-blog
public/archives/index.html
HTML
mit
4,242
<!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_17) on Thu Jan 14 02:04:14 PST 2010 --> <TITLE> Uses of Class gov.nasa.worldwind.applications.gio.gidb.GetServices (NASA World Wind) </TITLE> <META NAME="date" CONTENT="2010-01-14"> <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 gov.nasa.worldwind.applications.gio.gidb.GetServices (NASA World Wind)"; } } </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="../../../../../../../gov/nasa/worldwind/applications/gio/gidb/GetServices.html" title="class in gov.nasa.worldwind.applications.gio.gidb"><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="../../../../../../../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> NASA World Wind</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?gov/nasa/worldwind/applications/gio/gidb/\class-useGetServices.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="GetServices.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>gov.nasa.worldwind.applications.gio.gidb.GetServices</B></H2> </CENTER> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Packages that use <A HREF="../../../../../../../gov/nasa/worldwind/applications/gio/gidb/GetServices.html" title="class in gov.nasa.worldwind.applications.gio.gidb">GetServices</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#gov.nasa.worldwind.applications.gio.gidb"><B>gov.nasa.worldwind.applications.gio.gidb</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="gov.nasa.worldwind.applications.gio.gidb"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../../../../gov/nasa/worldwind/applications/gio/gidb/GetServices.html" title="class in gov.nasa.worldwind.applications.gio.gidb">GetServices</A> in <A HREF="../../../../../../../gov/nasa/worldwind/applications/gio/gidb/package-summary.html">gov.nasa.worldwind.applications.gio.gidb</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../../../../../../gov/nasa/worldwind/applications/gio/gidb/package-summary.html">gov.nasa.worldwind.applications.gio.gidb</A> with parameters of type <A HREF="../../../../../../../gov/nasa/worldwind/applications/gio/gidb/GetServices.html" title="class in gov.nasa.worldwind.applications.gio.gidb">GetServices</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../../../gov/nasa/worldwind/applications/gio/gidb/GetServices.ResponseParser.html#GetServices.ResponseParser(gov.nasa.worldwind.applications.gio.gidb.GetServices)">GetServices.ResponseParser</A></B>(<A HREF="../../../../../../../gov/nasa/worldwind/applications/gio/gidb/GetServices.html" title="class in gov.nasa.worldwind.applications.gio.gidb">GetServices</A>&nbsp;getServices)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../../../gov/nasa/worldwind/applications/gio/gidb/GetServices.ServerListParser.html#GetServices.ServerListParser(java.lang.String, org.xml.sax.Attributes, gov.nasa.worldwind.applications.gio.gidb.GetServices)">GetServices.ServerListParser</A></B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/org/xml/sax/Attributes.html?is-external=true" title="class or interface in org.xml.sax">Attributes</A>&nbsp;attributes, <A HREF="../../../../../../../gov/nasa/worldwind/applications/gio/gidb/GetServices.html" title="class in gov.nasa.worldwind.applications.gio.gidb">GetServices</A>&nbsp;getServices)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../gov/nasa/worldwind/applications/gio/gidb/GetServices.html" title="class in gov.nasa.worldwind.applications.gio.gidb"><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="../../../../../../../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> NASA World Wind</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?gov/nasa/worldwind/applications/gio/gidb/\class-useGetServices.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="GetServices.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>
caadxyz/Macro-Thinking-Micro-action
doc/gov/nasa/worldwind/applications/gio/gidb/class-use/GetServices.html
HTML
mit
9,047
<table id="academyengravedletplain"> <thead> <th><abbr title="Operating System">OS</abbr></th> <th> <span class="legend supported"><span class="icon-supported" aria-hidden="true"></span> Supported</span> <span class="legend aliased"><span class="icon-aliased" aria-hidden="true"></span>Aliased</span> <span class="legend unsupported"><span class="icon-unsupported" aria-hidden="true"></span> <abbr title="Operating System">OS</abbr> Default</span></th> </thead> <tbody> <tr class=" unsupported"> <td><a href="os/os-x-snow-leopard"><span class="icon-os-x-snow-leopard" aria-hidden="true"></span><span class="a11y-hidden">Mac OS X</span> <span class="version">Snow Leopard 10.6.8</span></a></td> <td> <span class="icon-unsupported" aria-hidden="true"></span><span class="a11y-hidden">unsupported</span> </td> </tr> <tr class=" unsupported"> <td><a href="os/os-x-lion"><span class="icon-os-x-lion" aria-hidden="true"></span><span class="a11y-hidden">Mac OS X</span> <span class="version">Lion 10.7.5</span></a></td> <td> <span class="icon-unsupported" aria-hidden="true"></span><span class="a11y-hidden">unsupported</span> </td> </tr> <tr class=" unsupported"> <td><a href="os/os-x-mountain-lion"><span class="icon-os-x-mountain-lion" aria-hidden="true"></span><span class="a11y-hidden">Mac OS X</span> <span class="version">Mountain Lion 10.8.5</span></a></td> <td> <span class="icon-unsupported" aria-hidden="true"></span><span class="a11y-hidden">unsupported</span> </td> </tr> <tr class=" unsupported"> <td><a href="os/os-x-mavericks"><span class="icon-os-x-mavericks" aria-hidden="true"></span><span class="a11y-hidden">Mac OS X</span> <span class="version">Mavericks 10.9.5</span></a></td> <td> <span class="icon-unsupported" aria-hidden="true"></span><span class="a11y-hidden">unsupported</span> </td> </tr> <tr class=" unsupported"> <td><a href="os/win-xp-sp3"><span class="icon-win-xp-sp3" aria-hidden="true"></span><span class="a11y-hidden">Windows</span> <span class="version">XP (NT 5.1 SP3)</span></a></td> <td> <span class="icon-unsupported" aria-hidden="true"></span><span class="a11y-hidden">unsupported</span> </td> </tr> <tr class=" unsupported"> <td><a href="os/win-xp"><span class="icon-win-xp" aria-hidden="true"></span><span class="a11y-hidden">Windows</span> <span class="version">XP (NT 5.2)</span></a></td> <td> <span class="icon-unsupported" aria-hidden="true"></span><span class="a11y-hidden">unsupported</span> </td> </tr> <tr class=" unsupported"> <td><a href="os/win-7"><span class="icon-win-7" aria-hidden="true"></span><span class="a11y-hidden">Windows</span> <span class="version">7 (NT 6.1)</span></a></td> <td> <span class="icon-unsupported" aria-hidden="true"></span><span class="a11y-hidden">unsupported</span> </td> </tr> <tr class=" unsupported"> <td><a href="os/win-8"><span class="icon-win-8" aria-hidden="true"></span><span class="a11y-hidden">Windows</span> <span class="version">8 (NT 6.2)</span></a></td> <td> <span class="icon-unsupported" aria-hidden="true"></span><span class="a11y-hidden">unsupported</span> </td> </tr> <tr class=" unsupported"> <td><a href="os/win-8-1"><span class="icon-win-8-1" aria-hidden="true"></span><span class="a11y-hidden">Windows</span> <span class="version">8.1 (NT 6.3)</span></a></td> <td> <span class="icon-unsupported" aria-hidden="true"></span><span class="a11y-hidden">unsupported</span> </td> </tr> <tr class="supported"> <td><a href="os/ios-5-1-iphone"><span class="icon-ios-5-1-iphone" aria-hidden="true"></span><span class="a11y-hidden">iOS-iPhone</span> <span class="version">5.1</span></a></td> <td style="font-family: 'AcademyEngravedLetPlain'"> <span class="icon-supported" aria-hidden="true"></span><span class="a11y-hidden">Supported</span> AcademyEngravedLetPlain </td> </tr> <tr class="supported"> <td><a href="os/ios-6-iphone"><span class="icon-ios-6-iphone" aria-hidden="true"></span><span class="a11y-hidden">iOS-iPhone</span> <span class="version">6.0</span></a></td> <td style="font-family: 'AcademyEngravedLetPlain'"> <span class="icon-supported" aria-hidden="true"></span><span class="a11y-hidden">Supported</span> AcademyEngravedLetPlain </td> </tr> <tr class="supported"> <td><a href="os/ios-7-iphone"><span class="icon-ios-7-iphone" aria-hidden="true"></span><span class="a11y-hidden">iOS-iPhone</span> <span class="version">7.0.3</span></a></td> <td style="font-family: 'AcademyEngravedLetPlain'"> <span class="icon-supported" aria-hidden="true"></span><span class="a11y-hidden">Supported</span> AcademyEngravedLetPlain </td> </tr> <tr class="supported"> <td><a href="os/ios-8-1-iphone"><span class="icon-ios-8-1-iphone" aria-hidden="true"></span><span class="a11y-hidden">iOS-iPhone</span> <span class="version">8.1</span></a></td> <td style="font-family: 'AcademyEngravedLetPlain'"> <span class="icon-supported" aria-hidden="true"></span><span class="a11y-hidden">Supported</span> AcademyEngravedLetPlain </td> </tr> <tr class="supported"> <td><a href="os/ios-9-3-iphone"><span class="icon-ios-9-3-iphone" aria-hidden="true"></span><span class="a11y-hidden">iOS-iPhone</span> <span class="version">9.3</span></a></td> <td style="font-family: 'AcademyEngravedLetPlain'"> <span class="icon-supported" aria-hidden="true"></span><span class="a11y-hidden">Supported</span> AcademyEngravedLetPlain </td> </tr> <tr class=" unsupported"> <td><a href="os/android-4-2-2"><span class="icon-android-4-2-2" aria-hidden="true"></span><span class="a11y-hidden">Android</span> <span class="version">Jelly Bean 4.2.2</span></a></td> <td> <span class="icon-unsupported" aria-hidden="true"></span><span class="a11y-hidden">unsupported</span> </td> </tr> <tr class=" unsupported"> <td><a href="os/android-4-4"><span class="icon-android-4-4" aria-hidden="true"></span><span class="a11y-hidden">Android</span> <span class="version">KitKat 4.4.2</span></a></td> <td> <span class="icon-unsupported" aria-hidden="true"></span><span class="a11y-hidden">unsupported</span> </td> </tr> <tr class=" unsupported"> <td><a href="os/android-5-0"><span class="icon-android-5-0" aria-hidden="true"></span><span class="a11y-hidden">Android</span> <span class="version">Lollipop 5.0.2</span></a></td> <td> <span class="icon-unsupported" aria-hidden="true"></span><span class="a11y-hidden">unsupported</span> </td> </tr> <tr class=" unsupported"> <td><a href="os/android-6-0"><span class="icon-android-6-0" aria-hidden="true"></span><span class="a11y-hidden">Android</span> <span class="version">Marshmallow 6.0.1</span></a></td> <td> <span class="icon-unsupported" aria-hidden="true"></span><span class="a11y-hidden">unsupported</span> </td> </tr> <tr class=" unsupported"> <td><a href="os/win-phone-7-5"><span class="icon-win-phone-7-5" aria-hidden="true"></span><span class="a11y-hidden">Windows</span> <span class="version">Phone 7.5</span></a></td> <td> <span class="icon-unsupported" aria-hidden="true"></span><span class="a11y-hidden">unsupported</span> </td> </tr> <tr class=" unsupported"> <td><a href="os/win-phone-8"><span class="icon-win-phone-8" aria-hidden="true"></span><span class="a11y-hidden">Windows</span> <span class="version">Phone 8.0</span></a></td> <td> <span class="icon-unsupported" aria-hidden="true"></span><span class="a11y-hidden">unsupported</span> </td> </tr> <tr class=" unsupported"> <td><a href="os/ubuntu-14"><span class="icon-ubuntu-14" aria-hidden="true"></span><span class="a11y-hidden">Linux</span> <span class="version">Ubuntu 14.04</span></a></td> <td> <span class="icon-unsupported" aria-hidden="true"></span><span class="a11y-hidden">unsupported</span> </td> </tr> <tr class=" unsupported"> <td><a href="os/fedora-20"><span class="icon-fedora-20" aria-hidden="true"></span><span class="a11y-hidden">Linux</span> <span class="version">Fedora 20</span></a></td> <td> <span class="icon-unsupported" aria-hidden="true"></span><span class="a11y-hidden">unsupported</span> </td> </tr> </tbody> </table>
zachleat/font-family-reunion
fontfamily.io/results/academyengravedletplain.html
HTML
mit
8,893
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="es"> <head> <!-- Generated by javadoc (1.8.0_66) on Mon Jan 04 17:31:18 CST 2016 --> <title>com.alejandrorm.util.data_structures.stack Class Hierarchy</title> <meta name="date" content="2016-01-04"> <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="com.alejandrorm.util.data_structures.stack Class Hierarchy"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li>Use</li> <li class="navBarCell1Rev">Tree</li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../com/alejandrorm/util/data_structures/set/package-tree.html">Prev</a></li> <li><a href="../../../../../com/alejandrorm/util/data_structures/test/package-tree.html">Next</a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?com/alejandrorm/util/data_structures/stack/package-tree.html" target="_top">Frames</a></li> <li><a href="package-tree.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 class="title">Hierarchy For Package com.alejandrorm.util.data_structures.stack</h1> <span class="packageHierarchyLabel">Package Hierarchies:</span> <ul class="horizontal"> <li><a href="../../../../../overview-tree.html">All Packages</a></li> </ul> </div> <div class="contentContainer"> <h2 title="Class Hierarchy">Class Hierarchy</h2> <ul> <li type="circle">java.lang.Object <ul> <li type="circle">com.alejandrorm.util.data_structures.stack.<a href="../../../../../com/alejandrorm/util/data_structures/stack/LinkedStack.html" title="class in com.alejandrorm.util.data_structures.stack"><span class="typeNameLink">LinkedStack</span></a>&lt;E&gt; (implements com.alejandrorm.util.data_structures.stack.<a href="../../../../../com/alejandrorm/util/data_structures/stack/Stack.html" title="interface in com.alejandrorm.util.data_structures.stack">Stack</a>&lt;E&gt;)</li> <li type="circle">com.alejandrorm.util.data_structures.stack.<a href="../../../../../com/alejandrorm/util/data_structures/stack/SimpleStack.html" title="class in com.alejandrorm.util.data_structures.stack"><span class="typeNameLink">SimpleStack</span></a>&lt;E&gt; (implements com.alejandrorm.util.data_structures.stack.<a href="../../../../../com/alejandrorm/util/data_structures/stack/Stack.html" title="interface in com.alejandrorm.util.data_structures.stack">Stack</a>&lt;E&gt;)</li> </ul> </li> </ul> <h2 title="Interface Hierarchy">Interface Hierarchy</h2> <ul> <li type="circle">com.alejandrorm.util.data_structures.stack.<a href="../../../../../com/alejandrorm/util/data_structures/stack/Stack.html" title="interface in com.alejandrorm.util.data_structures.stack"><span class="typeNameLink">Stack</span></a>&lt;E&gt;</li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li>Use</li> <li class="navBarCell1Rev">Tree</li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../com/alejandrorm/util/data_structures/set/package-tree.html">Prev</a></li> <li><a href="../../../../../com/alejandrorm/util/data_structures/test/package-tree.html">Next</a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?com/alejandrorm/util/data_structures/stack/package-tree.html" target="_top">Frames</a></li> <li><a href="package-tree.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
AlejandroRM94/Algorithms-and-Data-Structures-implemented-in-Java
doc/com/alejandrorm/util/data_structures/stack/package-tree.html
HTML
mit
5,950
<!DOCTYPE html> <!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]--> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>pymatgen.io.abinit.abiinspect module &mdash; pymatgen 2020.7.3 documentation</title> <link rel="canonical" href="https://pymatgen.orgpymatgen.io.abinit.abiinspect.html"/> <script type="text/javascript" src="_static/js/modernizr.min.js"></script> <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script> <script src="_static/jquery.js"></script> <script src="_static/underscore.js"></script> <script src="_static/doctools.js"></script> <script src="_static/language_data.js"></script> <script async="async" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/latest.js?config=TeX-AMS-MML_HTMLorMML"></script> <script type="text/javascript" src="_static/js/theme.js"></script> <link rel="stylesheet" href="_static/css/theme.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> <link rel="stylesheet" href="_static/css/custom.css" type="text/css" /> <link rel="index" title="Index" href="genindex.html" /> <link rel="search" title="Search" href="search.html" /> <link rel="next" title="pymatgen.io.abinit.abiobjects module" href="pymatgen.io.abinit.abiobjects.html" /> <link rel="prev" title="pymatgen.io.abinit package" href="pymatgen.io.abinit.html" /> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-33990148-1']); _gaq.push(['_trackPageview']); </script> </head> <body class="wy-body-for-nav"> <div class="wy-grid-for-nav"> <nav data-toggle="wy-nav-shift" class="wy-nav-side"> <div class="wy-side-scroll"> <div class="wy-side-nav-search" style="background: linear-gradient(0deg, rgba(23,63,162,1) 0%, rgba(0,70,192,1) 100%)" > <a href="index.html" class="icon icon-home"> pymatgen </a> <div class="version"> 2020.7.3 </div> <div role="search"> <form id="rtd-search-form" class="wy-form" action="search.html" method="get"> <input type="text" name="q" placeholder="Search docs" /> <input type="hidden" name="check_keywords" value="yes" /> <input type="hidden" name="area" value="default" /> </form> </div> </div> <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation"> <ul class="current"> <li class="toctree-l1"><a class="reference internal" href="introduction.html">Introduction</a></li> <li class="toctree-l1"><a class="reference internal" href="installation.html">Installation</a></li> <li class="toctree-l1"><a class="reference internal" href="change_log.html">Change log</a></li> <li class="toctree-l1"><a class="reference internal" href="usage.html">Usage</a></li> <li class="toctree-l1"><a class="reference internal" href="team.html">Development Team</a></li> <li class="toctree-l1"><a class="reference internal" href="references.html">References</a></li> <li class="toctree-l1 current"><a class="reference internal" href="modules.html">API Docs</a><ul class="current"> <li class="toctree-l2 current"><a class="reference internal" href="pymatgen.html">pymatgen package</a><ul class="current"> <li class="toctree-l3 current"><a class="reference internal" href="pymatgen.html#subpackages">Subpackages</a><ul class="current"> <li class="toctree-l4"><a class="reference internal" href="pymatgen.alchemy.html">pymatgen.alchemy package</a></li> <li class="toctree-l4"><a class="reference internal" href="pymatgen.analysis.html">pymatgen.analysis package</a></li> <li class="toctree-l4"><a class="reference internal" href="pymatgen.apps.html">pymatgen.apps package</a></li> <li class="toctree-l4"><a class="reference internal" href="pymatgen.cli.html">pymatgen.cli package</a></li> <li class="toctree-l4"><a class="reference internal" href="pymatgen.command_line.html">pymatgen.command_line package</a></li> <li class="toctree-l4"><a class="reference internal" href="pymatgen.core.html">pymatgen.core package</a></li> <li class="toctree-l4"><a class="reference internal" href="pymatgen.electronic_structure.html">pymatgen.electronic_structure package</a></li> <li class="toctree-l4"><a class="reference internal" href="pymatgen.entries.html">pymatgen.entries package</a></li> <li class="toctree-l4"><a class="reference internal" href="pymatgen.ext.html">pymatgen.ext package</a></li> <li class="toctree-l4 current"><a class="reference internal" href="pymatgen.io.html">pymatgen.io package</a></li> <li class="toctree-l4"><a class="reference internal" href="pymatgen.optimization.html">pymatgen.optimization package</a></li> <li class="toctree-l4"><a class="reference internal" href="pymatgen.phonon.html">pymatgen.phonon package</a></li> <li class="toctree-l4"><a class="reference internal" href="pymatgen.plugins.html">pymatgen.plugins package</a></li> <li class="toctree-l4"><a class="reference internal" href="pymatgen.symmetry.html">pymatgen.symmetry package</a></li> <li class="toctree-l4"><a class="reference internal" href="pymatgen.transformations.html">pymatgen.transformations package</a></li> <li class="toctree-l4"><a class="reference internal" href="pymatgen.util.html">pymatgen.util package</a></li> <li class="toctree-l4"><a class="reference internal" href="pymatgen.vis.html">pymatgen.vis package</a></li> </ul> </li> <li class="toctree-l3"><a class="reference internal" href="pymatgen.html#submodules">Submodules</a></li> <li class="toctree-l3"><a class="reference internal" href="pymatgen.html#module-pymatgen">Module contents</a></li> </ul> </li> </ul> </li> </ul> </div> </div> </nav> <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"> <nav class="wy-nav-top" aria-label="top navigation"> <i data-toggle="wy-nav-top" class="fa fa-bars"></i> <a href="index.html">pymatgen</a> </nav> <div class="wy-nav-content"> <div class="rst-content style-external-links"> <div role="navigation" aria-label="breadcrumbs navigation"> <ul class="wy-breadcrumbs"> <li><a href="index.html">Docs</a> &raquo;</li> <li><a href="modules.html">pymatgen</a> &raquo;</li> <li><a href="pymatgen.html">pymatgen package</a> &raquo;</li> <li><a href="pymatgen.io.html">pymatgen.io package</a> &raquo;</li> <li><a href="pymatgen.io.abinit.html">pymatgen.io.abinit package</a> &raquo;</li> <li>pymatgen.io.abinit.abiinspect module</li> <li class="wy-breadcrumbs-aside"> <a href="https://github.com/materialsproject/pymatgen/blob/master/docs_rst/pymatgen.io.abinit.abiinspect.rst" class="fa fa-github"> Edit on GitHub</a> </li> </ul> <hr/> </div> <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> <div itemprop="articleBody"> <div class="section" id="module-pymatgen.io.abinit.abiinspect"> <span id="pymatgen-io-abinit-abiinspect-module"></span><h1>pymatgen.io.abinit.abiinspect module<a class="headerlink" href="#module-pymatgen.io.abinit.abiinspect" title="Permalink to this headline">¶</a></h1> <p>This module provides objects to inspect the status of the Abinit tasks at run-time. by extracting information from the main output file (text format).</p> <dl class="py class"> <dt id="pymatgen.io.abinit.abiinspect.CyclesPlotter"> <em class="property">class </em><code class="sig-name descname">CyclesPlotter</code><a class="reference external" href="https://github.com/materialsproject/pymatgen/blob/v2020.7.3/pymatgen/io/abinit/abiinspect.py#L260-L298"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.io.abinit.abiinspect.CyclesPlotter" title="Permalink to this definition">¶</a></dt> <dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p> <p>Relies on the plot method of cycle objects to build multiple subfigures.</p> <dl class="py method"> <dt id="pymatgen.io.abinit.abiinspect.CyclesPlotter.add_label_cycle"> <code class="sig-name descname">add_label_cycle</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">label</span></em>, <em class="sig-param"><span class="n">cycle</span></em><span class="sig-paren">)</span><a class="reference external" href="https://github.com/materialsproject/pymatgen/blob/v2020.7.3/pymatgen/io/abinit/abiinspect.py#L271-L274"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.io.abinit.abiinspect.CyclesPlotter.add_label_cycle" title="Permalink to this definition">¶</a></dt> <dd><p>Add new cycle to the plotter with label <cite>label</cite>.</p> </dd></dl> <dl class="py method"> <dt id="pymatgen.io.abinit.abiinspect.CyclesPlotter.combiplot"> <code class="sig-name descname">combiplot</code><span class="sig-paren">(</span><em class="sig-param"><span class="o">**</span><span class="n">kwargs</span></em><span class="sig-paren">)</span><a class="reference external" href="https://github.com/materialsproject/pymatgen/blob/v2020.7.3/pymatgen/util/plotting.py#L276-L291"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.io.abinit.abiinspect.CyclesPlotter.combiplot" title="Permalink to this definition">¶</a></dt> <dd><p>Compare multiple cycels on a grid: one subplot per quantity, all cycles on the same subplot.</p> <dl class="field-list simple"> <dt class="field-odd">Parameters</dt> <dd class="field-odd"><p><strong>fontsize</strong> – Legend fontsize.</p> </dd> </dl> <p>Keyword arguments controlling the display of the figure:</p> <table class="docutils align-default"> <colgroup> <col style="width: 23%" /> <col style="width: 77%" /> </colgroup> <thead> <tr class="row-odd"><th class="head"><p>kwargs</p></th> <th class="head"><p>Meaning</p></th> </tr> </thead> <tbody> <tr class="row-even"><td><p>title</p></td> <td><p>Title of the plot (Default: None).</p></td> </tr> <tr class="row-odd"><td><p>show</p></td> <td><p>True to show the figure (default: True).</p></td> </tr> <tr class="row-even"><td><p>savefig</p></td> <td><p>“abc.png” or “abc.eps” to save the figure to a file.</p></td> </tr> <tr class="row-odd"><td><p>size_kwargs</p></td> <td><p>Dictionary with options passed to fig.set_size_inches e.g. size_kwargs=dict(w=3, h=4)</p></td> </tr> <tr class="row-even"><td><p>tight_layout</p></td> <td><p>True to call fig.tight_layout (default: False)</p></td> </tr> <tr class="row-odd"><td><p>ax_grid</p></td> <td><p>True (False) to add (remove) grid from all axes in fig. Default: None i.e. fig is left unchanged.</p></td> </tr> <tr class="row-even"><td><p>ax_annotate</p></td> <td><p>Add labels to subplots e.g. (a), (b). Default: False</p></td> </tr> <tr class="row-odd"><td><p>fig_close</p></td> <td><p>Close figure. Default: False.</p></td> </tr> </tbody> </table> </dd></dl> <dl class="py method"> <dt id="pymatgen.io.abinit.abiinspect.CyclesPlotter.items"> <code class="sig-name descname">items</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="reference external" href="https://github.com/materialsproject/pymatgen/blob/v2020.7.3/pymatgen/io/abinit/abiinspect.py#L267-L269"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.io.abinit.abiinspect.CyclesPlotter.items" title="Permalink to this definition">¶</a></dt> <dd><p>To iterate over (label, cycle).</p> </dd></dl> <dl class="py method"> <dt id="pymatgen.io.abinit.abiinspect.CyclesPlotter.slideshow"> <code class="sig-name descname">slideshow</code><span class="sig-paren">(</span><em class="sig-param"><span class="o">**</span><span class="n">kwargs</span></em><span class="sig-paren">)</span><a class="reference external" href="https://github.com/materialsproject/pymatgen/blob/v2020.7.3/pymatgen/io/abinit/abiinspect.py#L293-L298"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.io.abinit.abiinspect.CyclesPlotter.slideshow" title="Permalink to this definition">¶</a></dt> <dd><p>Produce slides show of the different cycles. One plot per cycle.</p> </dd></dl> </dd></dl> <dl class="py class"> <dt id="pymatgen.io.abinit.abiinspect.D2DEScfCycle"> <em class="property">class </em><code class="sig-name descname">D2DEScfCycle</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">fields</span></em><span class="sig-paren">)</span><a class="reference external" href="https://github.com/materialsproject/pymatgen/blob/v2020.7.3/pymatgen/io/abinit/abiinspect.py#L246-L253"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.io.abinit.abiinspect.D2DEScfCycle" title="Permalink to this definition">¶</a></dt> <dd><p>Bases: <a class="reference internal" href="#pymatgen.io.abinit.abiinspect.ScfCycle" title="pymatgen.io.abinit.abiinspect.ScfCycle"><code class="xref py py-class docutils literal notranslate"><span class="pre">pymatgen.io.abinit.abiinspect.ScfCycle</span></code></a></p> <p>Result of the Phonon self-consistent cycle.</p> <dl class="py attribute"> <dt id="pymatgen.io.abinit.abiinspect.D2DEScfCycle.MAGIC"> <code class="sig-name descname">MAGIC</code><em class="property"> = 'iter 2DEtotal(Ha)'</em><a class="reference external" href="https://github.com/materialsproject/pymatgen/blob/v2020.7.3/pymatgen/io/abinit/abiinspect.py"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.io.abinit.abiinspect.D2DEScfCycle.MAGIC" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> <dl class="py method"> <dt id="pymatgen.io.abinit.abiinspect.D2DEScfCycle.last_etotal"> <em class="property">property </em><code class="sig-name descname">last_etotal</code><a class="reference external" href="https://github.com/materialsproject/pymatgen/blob/v2020.7.3/pymatgen/io/abinit/abiinspect.py"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.io.abinit.abiinspect.D2DEScfCycle.last_etotal" title="Permalink to this definition">¶</a></dt> <dd><p>The 2-nd order derivative of the energy at the last iteration.</p> </dd></dl> </dd></dl> <dl class="py class"> <dt id="pymatgen.io.abinit.abiinspect.GroundStateScfCycle"> <em class="property">class </em><code class="sig-name descname">GroundStateScfCycle</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">fields</span></em><span class="sig-paren">)</span><a class="reference external" href="https://github.com/materialsproject/pymatgen/blob/v2020.7.3/pymatgen/io/abinit/abiinspect.py#L236-L243"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.io.abinit.abiinspect.GroundStateScfCycle" title="Permalink to this definition">¶</a></dt> <dd><p>Bases: <a class="reference internal" href="#pymatgen.io.abinit.abiinspect.ScfCycle" title="pymatgen.io.abinit.abiinspect.ScfCycle"><code class="xref py py-class docutils literal notranslate"><span class="pre">pymatgen.io.abinit.abiinspect.ScfCycle</span></code></a></p> <p>Result of the Ground State self-consistent cycle.</p> <dl class="py attribute"> <dt id="pymatgen.io.abinit.abiinspect.GroundStateScfCycle.MAGIC"> <code class="sig-name descname">MAGIC</code><em class="property"> = 'iter Etot(hartree)'</em><a class="reference external" href="https://github.com/materialsproject/pymatgen/blob/v2020.7.3/pymatgen/io/abinit/abiinspect.py"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.io.abinit.abiinspect.GroundStateScfCycle.MAGIC" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> <dl class="py method"> <dt id="pymatgen.io.abinit.abiinspect.GroundStateScfCycle.last_etotal"> <em class="property">property </em><code class="sig-name descname">last_etotal</code><a class="reference external" href="https://github.com/materialsproject/pymatgen/blob/v2020.7.3/pymatgen/io/abinit/abiinspect.py"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.io.abinit.abiinspect.GroundStateScfCycle.last_etotal" title="Permalink to this definition">¶</a></dt> <dd><p>The total energy at the last iteration.</p> </dd></dl> </dd></dl> <dl class="py class"> <dt id="pymatgen.io.abinit.abiinspect.PhononScfCycle"> <em class="property">class </em><code class="sig-name descname">PhononScfCycle</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">fields</span></em><span class="sig-paren">)</span><a class="reference external" href="https://github.com/materialsproject/pymatgen/blob/v2020.7.3/pymatgen/io/abinit/abiinspect.py#L256-L257"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.io.abinit.abiinspect.PhononScfCycle" title="Permalink to this definition">¶</a></dt> <dd><p>Bases: <a class="reference internal" href="#pymatgen.io.abinit.abiinspect.D2DEScfCycle" title="pymatgen.io.abinit.abiinspect.D2DEScfCycle"><code class="xref py py-class docutils literal notranslate"><span class="pre">pymatgen.io.abinit.abiinspect.D2DEScfCycle</span></code></a></p> <p>Iterations of the DFPT SCF cycle for phonons.</p> </dd></dl> <dl class="py class"> <dt id="pymatgen.io.abinit.abiinspect.Relaxation"> <em class="property">class </em><code class="sig-name descname">Relaxation</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">cycles</span></em><span class="sig-paren">)</span><a class="reference external" href="https://github.com/materialsproject/pymatgen/blob/v2020.7.3/pymatgen/io/abinit/abiinspect.py#L301-L456"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.io.abinit.abiinspect.Relaxation" title="Permalink to this definition">¶</a></dt> <dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">collections.abc.Iterable</span></code></p> <p>A list of <a class="reference internal" href="#pymatgen.io.abinit.abiinspect.GroundStateScfCycle" title="pymatgen.io.abinit.abiinspect.GroundStateScfCycle"><code class="xref py py-class docutils literal notranslate"><span class="pre">GroundStateScfCycle</span></code></a> objects.</p> <div class="admonition note"> <p class="admonition-title">Note</p> <p>Forces, stresses and crystal structures are missing. This object is mainly used to analyze the behavior of the Scf cycles during the structural relaxation. A more powerful and detailed analysis can be obtained by using the HIST.nc file.</p> </div> <dl class="py method"> <dt id="pymatgen.io.abinit.abiinspect.Relaxation.from_file"> <em class="property">classmethod </em><code class="sig-name descname">from_file</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">filepath</span></em><span class="sig-paren">)</span><a class="reference external" href="https://github.com/materialsproject/pymatgen/blob/v2020.7.3/pymatgen/io/abinit/abiinspect.py#L344-L348"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.io.abinit.abiinspect.Relaxation.from_file" title="Permalink to this definition">¶</a></dt> <dd><p>Initialize the object from the Abinit main output file.</p> </dd></dl> <dl class="py method"> <dt id="pymatgen.io.abinit.abiinspect.Relaxation.from_stream"> <em class="property">classmethod </em><code class="sig-name descname">from_stream</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">stream</span></em><span class="sig-paren">)</span><a class="reference external" href="https://github.com/materialsproject/pymatgen/blob/v2020.7.3/pymatgen/io/abinit/abiinspect.py#L350-L362"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.io.abinit.abiinspect.Relaxation.from_stream" title="Permalink to this definition">¶</a></dt> <dd><p>Extract data from stream. Returns None if some error occurred.</p> </dd></dl> <dl class="py method"> <dt id="pymatgen.io.abinit.abiinspect.Relaxation.history"> <code class="sig-name descname">history</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="reference external" href="https://github.com/materialsproject/pymatgen/blob/v2020.7.3/pymatgen/io/abinit/abiinspect.py"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.io.abinit.abiinspect.Relaxation.history" title="Permalink to this definition">¶</a></dt> <dd><p>Ordered Dictionary of lists with the evolution of the data as function of the relaxation step.</p> </dd></dl> <dl class="py method"> <dt id="pymatgen.io.abinit.abiinspect.Relaxation.plot"> <code class="sig-name descname">plot</code><span class="sig-paren">(</span><em class="sig-param"><span class="o">**</span><span class="n">kwargs</span></em><span class="sig-paren">)</span><a class="reference external" href="https://github.com/materialsproject/pymatgen/blob/v2020.7.3/pymatgen/util/plotting.py#L400-L456"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.io.abinit.abiinspect.Relaxation.plot" title="Permalink to this definition">¶</a></dt> <dd><p>Plot relaxation history i.e. the results of the last iteration of each SCF cycle.</p> <dl class="field-list simple"> <dt class="field-odd">Parameters</dt> <dd class="field-odd"><ul class="simple"> <li><p><strong>ax_list</strong> – List of axes. If None a new figure is produced.</p></li> <li><p><strong>fontsize</strong> – legend fontsize.</p></li> <li><p><strong>kwargs</strong> – keyword arguments are passed to ax.plot</p></li> </ul> </dd> </dl> <p>Returns: matplotlib figure</p> <p>Keyword arguments controlling the display of the figure:</p> <table class="docutils align-default"> <colgroup> <col style="width: 23%" /> <col style="width: 77%" /> </colgroup> <thead> <tr class="row-odd"><th class="head"><p>kwargs</p></th> <th class="head"><p>Meaning</p></th> </tr> </thead> <tbody> <tr class="row-even"><td><p>title</p></td> <td><p>Title of the plot (Default: None).</p></td> </tr> <tr class="row-odd"><td><p>show</p></td> <td><p>True to show the figure (default: True).</p></td> </tr> <tr class="row-even"><td><p>savefig</p></td> <td><p>“abc.png” or “abc.eps” to save the figure to a file.</p></td> </tr> <tr class="row-odd"><td><p>size_kwargs</p></td> <td><p>Dictionary with options passed to fig.set_size_inches e.g. size_kwargs=dict(w=3, h=4)</p></td> </tr> <tr class="row-even"><td><p>tight_layout</p></td> <td><p>True to call fig.tight_layout (default: False)</p></td> </tr> <tr class="row-odd"><td><p>ax_grid</p></td> <td><p>True (False) to add (remove) grid from all axes in fig. Default: None i.e. fig is left unchanged.</p></td> </tr> <tr class="row-even"><td><p>ax_annotate</p></td> <td><p>Add labels to subplots e.g. (a), (b). Default: False</p></td> </tr> <tr class="row-odd"><td><p>fig_close</p></td> <td><p>Close figure. Default: False.</p></td> </tr> </tbody> </table> </dd></dl> <dl class="py method"> <dt id="pymatgen.io.abinit.abiinspect.Relaxation.slideshow"> <code class="sig-name descname">slideshow</code><span class="sig-paren">(</span><em class="sig-param"><span class="o">**</span><span class="n">kwargs</span></em><span class="sig-paren">)</span><a class="reference external" href="https://github.com/materialsproject/pymatgen/blob/v2020.7.3/pymatgen/io/abinit/abiinspect.py#L385-L398"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.io.abinit.abiinspect.Relaxation.slideshow" title="Permalink to this definition">¶</a></dt> <dd><p>Uses matplotlib to plot the evolution of the structural relaxation.</p> <dl class="field-list simple"> <dt class="field-odd">Parameters</dt> <dd class="field-odd"><p><strong>ax_list</strong> – List of axes. If None a new figure is produced.</p> </dd> <dt class="field-even">Returns</dt> <dd class="field-even"><p><cite>matplotlib</cite> figure</p> </dd> </dl> </dd></dl> <dl class="py method"> <dt id="pymatgen.io.abinit.abiinspect.Relaxation.to_string"> <code class="sig-name descname">to_string</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">verbose</span><span class="o">=</span><span class="default_value">0</span></em><span class="sig-paren">)</span><a class="reference external" href="https://github.com/materialsproject/pymatgen/blob/v2020.7.3/pymatgen/io/abinit/abiinspect.py#L333-L342"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.io.abinit.abiinspect.Relaxation.to_string" title="Permalink to this definition">¶</a></dt> <dd><p>String representation.</p> </dd></dl> </dd></dl> <dl class="py class"> <dt id="pymatgen.io.abinit.abiinspect.ScfCycle"> <em class="property">class </em><code class="sig-name descname">ScfCycle</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">fields</span></em><span class="sig-paren">)</span><a class="reference external" href="https://github.com/materialsproject/pymatgen/blob/v2020.7.3/pymatgen/io/abinit/abiinspect.py#L113-L233"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.io.abinit.abiinspect.ScfCycle" title="Permalink to this definition">¶</a></dt> <dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">collections.abc.Mapping</span></code></p> <p>It essentially consists of a dictionary mapping string to list of floats containing the data at the different iterations.</p> <dl class="py method"> <dt id="pymatgen.io.abinit.abiinspect.ScfCycle.from_file"> <em class="property">classmethod </em><code class="sig-name descname">from_file</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">filepath</span></em><span class="sig-paren">)</span><a class="reference external" href="https://github.com/materialsproject/pymatgen/blob/v2020.7.3/pymatgen/io/abinit/abiinspect.py#L153-L157"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.io.abinit.abiinspect.ScfCycle.from_file" title="Permalink to this definition">¶</a></dt> <dd><p>Read the first occurrence of ScfCycle from file.</p> </dd></dl> <dl class="py method"> <dt id="pymatgen.io.abinit.abiinspect.ScfCycle.from_stream"> <em class="property">classmethod </em><code class="sig-name descname">from_stream</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">stream</span></em><span class="sig-paren">)</span><a class="reference external" href="https://github.com/materialsproject/pymatgen/blob/v2020.7.3/pymatgen/io/abinit/abiinspect.py#L159-L173"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.io.abinit.abiinspect.ScfCycle.from_stream" title="Permalink to this definition">¶</a></dt> <dd><p>Read the first occurrence of ScfCycle from stream.</p> <dl class="field-list simple"> <dt class="field-odd">Returns</dt> <dd class="field-odd"><p>None if no <cite>ScfCycle</cite> entry is found.</p> </dd> </dl> </dd></dl> <dl class="py method"> <dt id="pymatgen.io.abinit.abiinspect.ScfCycle.last_iteration"> <em class="property">property </em><code class="sig-name descname">last_iteration</code><a class="reference external" href="https://github.com/materialsproject/pymatgen/blob/v2020.7.3/pymatgen/io/abinit/abiinspect.py"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.io.abinit.abiinspect.ScfCycle.last_iteration" title="Permalink to this definition">¶</a></dt> <dd><p>Returns a dictionary with the values of the last iteration.</p> </dd></dl> <dl class="py method"> <dt id="pymatgen.io.abinit.abiinspect.ScfCycle.plot"> <code class="sig-name descname">plot</code><span class="sig-paren">(</span><em class="sig-param"><span class="o">**</span><span class="n">kwargs</span></em><span class="sig-paren">)</span><a class="reference external" href="https://github.com/materialsproject/pymatgen/blob/v2020.7.3/pymatgen/util/plotting.py#L175-L233"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.io.abinit.abiinspect.ScfCycle.plot" title="Permalink to this definition">¶</a></dt> <dd><p>Uses matplotlib to plot the evolution of the SCF cycle.</p> <dl class="field-list simple"> <dt class="field-odd">Parameters</dt> <dd class="field-odd"><ul class="simple"> <li><p><strong>ax_list</strong> – List of axes. If None a new figure is produced.</p></li> <li><p><strong>fontsize</strong> – legend fontsize.</p></li> <li><p><strong>kwargs</strong> – keyword arguments are passed to ax.plot</p></li> </ul> </dd> </dl> <p>Returns: matplotlib figure</p> <p>Keyword arguments controlling the display of the figure:</p> <table class="docutils align-default"> <colgroup> <col style="width: 23%" /> <col style="width: 77%" /> </colgroup> <thead> <tr class="row-odd"><th class="head"><p>kwargs</p></th> <th class="head"><p>Meaning</p></th> </tr> </thead> <tbody> <tr class="row-even"><td><p>title</p></td> <td><p>Title of the plot (Default: None).</p></td> </tr> <tr class="row-odd"><td><p>show</p></td> <td><p>True to show the figure (default: True).</p></td> </tr> <tr class="row-even"><td><p>savefig</p></td> <td><p>“abc.png” or “abc.eps” to save the figure to a file.</p></td> </tr> <tr class="row-odd"><td><p>size_kwargs</p></td> <td><p>Dictionary with options passed to fig.set_size_inches e.g. size_kwargs=dict(w=3, h=4)</p></td> </tr> <tr class="row-even"><td><p>tight_layout</p></td> <td><p>True to call fig.tight_layout (default: False)</p></td> </tr> <tr class="row-odd"><td><p>ax_grid</p></td> <td><p>True (False) to add (remove) grid from all axes in fig. Default: None i.e. fig is left unchanged.</p></td> </tr> <tr class="row-even"><td><p>ax_annotate</p></td> <td><p>Add labels to subplots e.g. (a), (b). Default: False</p></td> </tr> <tr class="row-odd"><td><p>fig_close</p></td> <td><p>Close figure. Default: False.</p></td> </tr> </tbody> </table> </dd></dl> <dl class="py method"> <dt id="pymatgen.io.abinit.abiinspect.ScfCycle.to_string"> <code class="sig-name descname">to_string</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">verbose</span><span class="o">=</span><span class="default_value">0</span></em><span class="sig-paren">)</span><a class="reference external" href="https://github.com/materialsproject/pymatgen/blob/v2020.7.3/pymatgen/io/abinit/abiinspect.py#L141-L146"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.io.abinit.abiinspect.ScfCycle.to_string" title="Permalink to this definition">¶</a></dt> <dd><p>String representation.</p> </dd></dl> </dd></dl> <dl class="py class"> <dt id="pymatgen.io.abinit.abiinspect.YamlDoc"> <em class="property">class </em><code class="sig-name descname">YamlDoc</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">text</span></em>, <em class="sig-param"><span class="n">lineno</span></em>, <em class="sig-param"><span class="n">tag</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="reference external" href="https://github.com/materialsproject/pymatgen/blob/v2020.7.3/pymatgen/io/abinit/abiinspect.py#L682-L737"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.io.abinit.abiinspect.YamlDoc" title="Permalink to this definition">¶</a></dt> <dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p> <p>Handy object that stores that YAML document, its main tag and the position inside the file.</p> <dl class="field-list simple"> <dt class="field-odd">Parameters</dt> <dd class="field-odd"><ul class="simple"> <li><p><strong>text</strong> – String with the YAML document.</p></li> <li><p><strong>lineno</strong> – The line number where the document is located.</p></li> <li><p><strong>tag</strong> – The YAML tag associate to the document.</p></li> </ul> </dd> </dl> <dl class="py method"> <dt id="pymatgen.io.abinit.abiinspect.YamlDoc.as_dict"> <code class="sig-name descname">as_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="reference external" href="https://github.com/materialsproject/pymatgen/blob/v2020.7.3/pymatgen/io/abinit/abiinspect.py#L735-L737"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.io.abinit.abiinspect.YamlDoc.as_dict" title="Permalink to this definition">¶</a></dt> <dd><p>Use Yaml to parse the text (without the tag) and returns a dictionary.</p> </dd></dl> <dl class="py attribute"> <dt id="pymatgen.io.abinit.abiinspect.YamlDoc.lineno"> <code class="sig-name descname">lineno</code><a class="reference external" href="https://github.com/materialsproject/pymatgen/blob/v2020.7.3/pymatgen/io/abinit/abiinspect.py"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.io.abinit.abiinspect.YamlDoc.lineno" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> <dl class="py attribute"> <dt id="pymatgen.io.abinit.abiinspect.YamlDoc.tag"> <code class="sig-name descname">tag</code><a class="reference external" href="https://github.com/materialsproject/pymatgen/blob/v2020.7.3/pymatgen/io/abinit/abiinspect.py"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.io.abinit.abiinspect.YamlDoc.tag" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> <dl class="py attribute"> <dt id="pymatgen.io.abinit.abiinspect.YamlDoc.text"> <code class="sig-name descname">text</code><a class="reference external" href="https://github.com/materialsproject/pymatgen/blob/v2020.7.3/pymatgen/io/abinit/abiinspect.py"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.io.abinit.abiinspect.YamlDoc.text" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> <dl class="py method"> <dt id="pymatgen.io.abinit.abiinspect.YamlDoc.text_notag"> <em class="property">property </em><code class="sig-name descname">text_notag</code><a class="reference external" href="https://github.com/materialsproject/pymatgen/blob/v2020.7.3/pymatgen/io/abinit/abiinspect.py"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.io.abinit.abiinspect.YamlDoc.text_notag" title="Permalink to this definition">¶</a></dt> <dd><p>Returns the YAML text without the tag. Useful if we don’t have any constructor registered for the tag (we used the tag just to locate the document).</p> </dd></dl> </dd></dl> <dl class="py class"> <dt id="pymatgen.io.abinit.abiinspect.YamlTokenizer"> <em class="property">class </em><code class="sig-name descname">YamlTokenizer</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">filename</span></em><span class="sig-paren">)</span><a class="reference external" href="https://github.com/materialsproject/pymatgen/blob/v2020.7.3/pymatgen/io/abinit/abiinspect.py#L512-L660"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.io.abinit.abiinspect.YamlTokenizer" title="Permalink to this definition">¶</a></dt> <dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">collections.abc.Iterator</span></code></p> <p>Provides context-manager support so you can use it in a with statement.</p> <dl class="py attribute"> <dt id="pymatgen.io.abinit.abiinspect.YamlTokenizer.Error"> <code class="sig-name descname">Error</code><a class="reference external" href="https://github.com/materialsproject/pymatgen/blob/v2020.7.3/pymatgen/io/abinit/abiinspect.py#L508-L509"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.io.abinit.abiinspect.YamlTokenizer.Error" title="Permalink to this definition">¶</a></dt> <dd><p>alias of <a class="reference internal" href="#pymatgen.io.abinit.abiinspect.YamlTokenizerError" title="pymatgen.io.abinit.abiinspect.YamlTokenizerError"><code class="xref py py-class docutils literal notranslate"><span class="pre">YamlTokenizerError</span></code></a></p> </dd></dl> <dl class="py method"> <dt id="pymatgen.io.abinit.abiinspect.YamlTokenizer.all_docs_with_tag"> <code class="sig-name descname">all_docs_with_tag</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">doc_tag</span></em><span class="sig-paren">)</span><a class="reference external" href="https://github.com/materialsproject/pymatgen/blob/v2020.7.3/pymatgen/io/abinit/abiinspect.py#L645-L660"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.io.abinit.abiinspect.YamlTokenizer.all_docs_with_tag" title="Permalink to this definition">¶</a></dt> <dd><p>Returns all the documents with the specified tag.</p> </dd></dl> <dl class="py method"> <dt id="pymatgen.io.abinit.abiinspect.YamlTokenizer.all_yaml_docs"> <code class="sig-name descname">all_yaml_docs</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="reference external" href="https://github.com/materialsproject/pymatgen/blob/v2020.7.3/pymatgen/io/abinit/abiinspect.py#L618-L630"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.io.abinit.abiinspect.YamlTokenizer.all_yaml_docs" title="Permalink to this definition">¶</a></dt> <dd><p>Returns a list with all the YAML docs found in stream. Seek the stream before returning.</p> <div class="admonition warning"> <p class="admonition-title">Warning</p> <p>Assume that all the YAML docs (with the exception of the last one) are closed explicitely with the sentinel ‘…’</p> </div> </dd></dl> <dl class="py method"> <dt id="pymatgen.io.abinit.abiinspect.YamlTokenizer.close"> <code class="sig-name descname">close</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="reference external" href="https://github.com/materialsproject/pymatgen/blob/v2020.7.3/pymatgen/io/abinit/abiinspect.py#L547-L553"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.io.abinit.abiinspect.YamlTokenizer.close" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> <dl class="py method"> <dt id="pymatgen.io.abinit.abiinspect.YamlTokenizer.next"> <code class="sig-name descname">next</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="reference external" href="https://github.com/materialsproject/pymatgen/blob/v2020.7.3/pymatgen/io/abinit/abiinspect.py#L576-L616"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.io.abinit.abiinspect.YamlTokenizer.next" title="Permalink to this definition">¶</a></dt> <dd><p>Returns the first YAML document in stream.</p> <div class="admonition warning"> <p class="admonition-title">Warning</p> <p>Assume that the YAML document are closed explicitely with the sentinel ‘…’</p> </div> </dd></dl> <dl class="py method"> <dt id="pymatgen.io.abinit.abiinspect.YamlTokenizer.next_doc_with_tag"> <code class="sig-name descname">next_doc_with_tag</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">doc_tag</span></em><span class="sig-paren">)</span><a class="reference external" href="https://github.com/materialsproject/pymatgen/blob/v2020.7.3/pymatgen/io/abinit/abiinspect.py#L632-L643"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.io.abinit.abiinspect.YamlTokenizer.next_doc_with_tag" title="Permalink to this definition">¶</a></dt> <dd><p>Returns the next document with the specified tag. Empty string is no doc is found.</p> </dd></dl> <dl class="py method"> <dt id="pymatgen.io.abinit.abiinspect.YamlTokenizer.seek"> <code class="sig-name descname">seek</code><span class="sig-paren">(</span><em class="sig-param">offset</em><span class="optional">[</span>, <em class="sig-param">whence</em><span class="optional">]</span><span class="sig-paren">)</span> &#x2192; None. Move to new file position.<a class="reference external" href="https://github.com/materialsproject/pymatgen/blob/v2020.7.3/pymatgen/io/abinit/abiinspect.py#L555-L570"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.io.abinit.abiinspect.YamlTokenizer.seek" title="Permalink to this definition">¶</a></dt> <dd><p>Argument offset is a byte count. Optional argument whence defaults to 0 (offset from start of file, offset should be &gt;= 0); other values are 1 (move relative to current position, positive or negative), and 2 (move relative to end of file, usually negative, although many platforms allow seeking beyond the end of a file). If the file is opened in text mode, only offsets returned by tell() are legal. Use of other offsets causes undefined behavior. Note that not all file objects are seekable.</p> </dd></dl> </dd></dl> <dl class="py exception"> <dt id="pymatgen.io.abinit.abiinspect.YamlTokenizerError"> <em class="property">exception </em><code class="sig-name descname">YamlTokenizerError</code><a class="reference external" href="https://github.com/materialsproject/pymatgen/blob/v2020.7.3/pymatgen/io/abinit/abiinspect.py#L508-L509"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.io.abinit.abiinspect.YamlTokenizerError" title="Permalink to this definition">¶</a></dt> <dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">Exception</span></code></p> <p>Exceptions raised by <a class="reference internal" href="#pymatgen.io.abinit.abiinspect.YamlTokenizer" title="pymatgen.io.abinit.abiinspect.YamlTokenizer"><code class="xref py py-class docutils literal notranslate"><span class="pre">YamlTokenizer</span></code></a>.</p> </dd></dl> <dl class="py function"> <dt id="pymatgen.io.abinit.abiinspect.plottable_from_outfile"> <code class="sig-name descname">plottable_from_outfile</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">filepath</span></em><span class="sig-paren">)</span><a class="reference external" href="https://github.com/materialsproject/pymatgen/blob/v2020.7.3/pymatgen/io/abinit/abiinspect.py#L76-L100"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.io.abinit.abiinspect.plottable_from_outfile" title="Permalink to this definition">¶</a></dt> <dd><p>Factory function that returns a plottable object by inspecting the main output file of abinit Returns None if it is not able to detect the class to instantiate.</p> </dd></dl> <dl class="py function"> <dt id="pymatgen.io.abinit.abiinspect.straceback"> <code class="sig-name descname">straceback</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="reference external" href="https://github.com/materialsproject/pymatgen/blob/v2020.7.3/pymatgen/io/abinit/abiinspect.py#L21-L24"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.io.abinit.abiinspect.straceback" title="Permalink to this definition">¶</a></dt> <dd><p>Returns a string with the traceback.</p> </dd></dl> <dl class="py function"> <dt id="pymatgen.io.abinit.abiinspect.yaml_read_irred_perts"> <code class="sig-name descname">yaml_read_irred_perts</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">filename</span></em>, <em class="sig-param"><span class="n">doc_tag</span><span class="o">=</span><span class="default_value">'!IrredPerts'</span></em><span class="sig-paren">)</span><a class="reference external" href="https://github.com/materialsproject/pymatgen/blob/v2020.7.3/pymatgen/io/abinit/abiinspect.py#L672-L678"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.io.abinit.abiinspect.yaml_read_irred_perts" title="Permalink to this definition">¶</a></dt> <dd><p>Read the list of irreducible perturbations from file.</p> </dd></dl> <dl class="py function"> <dt id="pymatgen.io.abinit.abiinspect.yaml_read_kpoints"> <code class="sig-name descname">yaml_read_kpoints</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">filename</span></em>, <em class="sig-param"><span class="n">doc_tag</span><span class="o">=</span><span class="default_value">'!Kpoints'</span></em><span class="sig-paren">)</span><a class="reference external" href="https://github.com/materialsproject/pymatgen/blob/v2020.7.3/pymatgen/io/abinit/abiinspect.py#L663-L669"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.io.abinit.abiinspect.yaml_read_kpoints" title="Permalink to this definition">¶</a></dt> <dd><p>Read the K-points from file.</p> </dd></dl> </div> </div> </div> <footer> <hr/> <div role="contentinfo"> <p> &copy; Copyright 2011, Pymatgen Development Team </p> </div> Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/rtfd/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>. </footer> </div> </div> </section> </div> <script type="text/javascript"> jQuery(function () { SphinxRtdTheme.Navigation.enable(true); }); </script> <div class="footer">This page uses <a href="http://analytics.google.com/"> Google Analytics</a> to collect statistics. You can disable it by blocking the JavaScript coming from www.google-analytics.com. <script type="text/javascript"> (function() { var ga = document.createElement('script'); ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; ga.setAttribute('async', 'true'); document.documentElement.firstChild.appendChild(ga); })(); </script> </div> </body> </html>
mbkumar/pymatgen
docs/pymatgen.io.abinit.abiinspect.html
HTML
mit
46,362
<!doctype html> <html lang="en" id="top"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0"> <meta name="author" content="Ved Topkar"> <meta name="description" content="I'm Ved Topkar, a fifth year MD/PhD student at Stanford Medical School. I graduated from Harvard College with a major in Chemical and Physical Biology and a minor in Computer Science. I am interested in biomedical research, entrepreneurship, and computer science education."> <meta name="keywords" content="Ved Topkar, Topkar, science, CRISPR, cas9, genome editing, Stanford, Harvard, Colorado, Boulder, Cambridge, Boston, Fairview, programming, bioinformatics, computational biology, , Python, Javascript, Node js, data science, Ved, Lafayette"> <meta name="robots" content="index, follow"> <link rel="publisher" href="//google.com/+VedTopkar"> <title>Contact</title> <link rel="shortcut icon" href="images/favicon.png"> <link rel="dns-prefetch" href="https://fonts.googleapis.com"> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600"> <link rel="" href="https://fonts.googleapis.com"> <link rel="stylesheet" href="/scss/main.min.css"> </head> <body> <div class="wrapper"> <main id="main"> <div class="aside"> <a href="/"> <img class="aside-avatar" src="/images/photo_stamp.png" alt="Ved Topkar avatar"> </a> <a class="aside-hamburger" href="#top"></a> <div class="aside-target"> <a href="/"> <h1 class="aside-title">Ved Topkar</h1> </a> <p class="aside-description">MD/PhD student, technology enthusiast</p> <div id="nav-border" class="container"> <nav id="nav" class="nav"> <ul class="nav-group"> <li class="nav-item "><a href="/">About</a></li> <li class="nav-item "><a href="/research/">Research</a></li> <li class="nav-item "><a href="/publications/">Publications</a></li> <li class="nav-item active"><a href="/contact/">Contact</a></li> </ul> </nav> </div> </div> </div> <h1>Contact</h1> <ul> <li>Email me at <a href="mailto:contact@vedtopkar.com">contact@vedtopkar.com</a></li> <li>Tweet @vedtopkar</li> <li>See my open source code on GitHub</li> <li>See my professional profile on LinkedIn</li> </ul> </main> </div> </body> </html>
vedtopkar/personalsite
public/contact/index.html
HTML
mit
2,432
<?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> <head> <title>create_uri (Rhaiker::Utils)</title> <meta http-equiv="Content-Type" content="text/html; charset= UTF-8" /> <link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" /> </head> <body class="standalone-code"> <pre><span class="ruby-comment cmt"># File lib/rhaiker/utils.rb, line 58</span> <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">create_uri</span>(<span class="ruby-identifier">url_string</span>) <span class="ruby-keyword kw">return</span> <span class="ruby-constant">URI</span>.<span class="ruby-identifier">parse</span>(<span class="ruby-constant">URI</span>.<span class="ruby-identifier">escape</span>(<span class="ruby-identifier">url_string</span>)) <span class="ruby-keyword kw">end</span></pre> </body> </html>
saronpasu/rhaiker
doc/classes/Rhaiker/Utils.src/M000032.html
HTML
mit
992
<html><body> <h4>Windows 10 x64 (18362.239)</h4><br> <h2>_DBGKD_SET_SPECIAL_CALL64</h2> <font face="arial"> +0x000 SpecialCall : Uint8B<br> </font></body></html>
epikcraw/ggool
public/Windows 10 x64 (18362.239)/_DBGKD_SET_SPECIAL_CALL64.html
HTML
mit
168
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title> Doge Home </title> <style> .list { margin: 6px; padding-left: 6px; } .align { margin-left: 30px; } </style> </head> <body style="background-color:#C6DEFF"> <h1>Doge Social Network</h1> <ul type="disk"> <li><a href="Dog_Home.html">Home</a></li> <li><a href="Dog_Profile.html">Profile</a></li> <li><a href="Dog_Friends.html">Friend</a></li> </ul> <hr /> <h2>Welcome to the Doge Social Network</h2> <hr /> <div class="align"> <pre>Here you can find friends or stalk strangers. The Doge Social Network does not take any responsibility for the information found.</pre> </ul> </div> </body> </html>
tpulkov/TelerikAcademy-2016-2017-Web
HTML/Homeworks/02.HTML-Fundamentals/03.Social-Network-Doge/Dog_Home.html
HTML
mit
827
<!DOCTYPE html> <html xmlns:msxsl="urn:schemas-microsoft-com:xslt"> <head> <meta content="en-us" http-equiv="Content-Language" /> <meta content="text/html; charset=utf-16" http-equiv="Content-Type" /> <title _locid="PortabilityAnalysis0">.NET Portability Report</title> <style> /* Body style, for the entire document */ body { background: #F3F3F4; color: #1E1E1F; font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; padding: 0; margin: 0; } /* Header1 style, used for the main title */ h1 { padding: 10px 0px 10px 10px; font-size: 21pt; background-color: #E2E2E2; border-bottom: 1px #C1C1C2 solid; color: #201F20; margin: 0; font-weight: normal; } /* Header2 style, used for "Overview" and other sections */ h2 { font-size: 18pt; font-weight: normal; padding: 15px 0 5px 0; margin: 0; } /* Header3 style, used for sub-sections, such as project name */ h3 { font-weight: normal; font-size: 15pt; margin: 0; padding: 15px 0 5px 0; background-color: transparent; } h4 { font-weight: normal; font-size: 12pt; margin: 0; padding: 0 0 0 0; background-color: transparent; } /* Color all hyperlinks one color */ a { color: #1382CE; } /* Paragraph text (for longer informational messages) */ p { font-size: 10pt; } /* Table styles */ table { border-spacing: 0 0; border-collapse: collapse; font-size: 10pt; } table th { background: #E7E7E8; text-align: left; text-decoration: none; font-weight: normal; padding: 3px 6px 3px 6px; } table td { vertical-align: top; padding: 3px 6px 5px 5px; margin: 0px; border: 1px solid #E7E7E8; background: #F7F7F8; } .NoBreakingChanges { color: darkgreen; font-weight:bold; } .FewBreakingChanges { color: orange; font-weight:bold; } .ManyBreakingChanges { color: red; font-weight:bold; } .BreakDetails { margin-left: 30px; } .CompatMessage { font-style: italic; font-size: 10pt; } .GoodMessage { color: darkgreen; } /* Local link is a style for hyperlinks that link to file:/// content, there are lots so color them as 'normal' text until the user mouse overs */ .localLink { color: #1E1E1F; background: #EEEEED; text-decoration: none; } .localLink:hover { color: #1382CE; background: #FFFF99; text-decoration: none; } /* Center text, used in the over views cells that contain message level counts */ .textCentered { text-align: center; } /* The message cells in message tables should take up all avaliable space */ .messageCell { width: 100%; } /* Padding around the content after the h1 */ #content { padding: 0px 12px 12px 12px; } /* The overview table expands to width, with a max width of 97% */ #overview table { width: auto; max-width: 75%; } /* The messages tables are always 97% width */ #messages table { width: 97%; } /* All Icons */ .IconSuccessEncoded, .IconInfoEncoded, .IconWarningEncoded, .IconErrorEncoded { min-width: 18px; min-height: 18px; background-repeat: no-repeat; background-position: center; } /* Success icon encoded */ .IconSuccessEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconSuccess#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABPElEQVR4Xp1Tv0vDUBi8FqeA4NpBcBLcWnQSApncOnTo4FSnjP0DsnXpH5CxiwbHDg4Zuj4oOEXiJgiC4FDcCkLWmIMc1Pfw+eMgQ77v3Xf3Pe51YKGqqisAEwCR1TIAsiAIblSo6xrdHeJR85Xle3mdmCQKb0PsfqyxxzM8K15HZADl/H5+sHpZwYfxyRjTs+kWwKBx8yoHd2mRiuzF8mkJniWH/13u3Fjrs/EdhsdDFHGB/DLXEJBDLh1MWPAhPo1BLB4WX5yQywHR+m3tVe/t97D52CB/ziG0nIgD/qDuYg8WuCcVZ2YGwlJ3YDugkpR/VNcAEx6GEKhERSr71FuO4YCM4XBdwKvecjIlkSnsO0Hyp/GxSeJAdzBKzpOtnPwyyiPdAZhpZptT04tU+zk7s8czeges//s5C5+CwqrR4/gw+AAAAABJRU5ErkJggg==); } /* Information icon encoded */ .IconInfoEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconInformation#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABHElEQVR4Xs2TsUoDQRRF7wwoziokjZUKadInhdhukR9YP8DMX1hYW+QvdsXa/QHBbcXC7W0CamWTQnclFutceIQJwwaWNLlwm5k5d94M76mmaeCrrmsLYOocY12FcxZFUeozCqKqqgYA8uevv1H6VuPxcwlfk5N92KHBxfFeCSAxxswlYAW/Xr989x/mv9gkhtyMDhcAxgzRsp7flj8B/HF1RsMXq+NZMkopaHe7lbKxQUEIGbKsYNoGn969060hZBkQex/W8oRQwsQaW2o3Ago2SVcJUzAgY3N0lTCZZm+zPS8HB51gMmS1DEYyOz9acKO1D8JWTlafKIMxdhvlfdyT94Vv5h7P8Ky7nQzACmhvKq3zk3PjW9asz9D/1oigecsioooAAAAASUVORK5CYII=); } /* Warning icon encoded */ .IconWarningEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconWarning#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAx0lEQVR4XpWSMQ7CMAxFf4xAyBMLCxMrO8dhaBcuwdCJS3RJBw7SA/QGTCxdWJgiQYWKXJWKIXHIlyw5lqr34tQgEOdcBsCOx5yZK3hCCKdYXneQkh4pEfqzLfu+wVDSyyzFoJjfz9NB+pAF+eizx2Vruts0k15mPgvS6GYvpVtQhB61IB/dk6AF6fS4Ben0uIX5odtFe8Q/eW1KvFeH4e8khT6+gm5B+t3juyDt7n0jpe+CANTd+oTUjN/U3yVaABnSUjFz/gFq44JaVSCXeQAAAABJRU5ErkJggg==); } /* Error icon encoded */ .IconErrorEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconError#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABQElEQVR4XqWTvUoEQRCE6wYPZUA80AfwAQz23uCMjA7MDRQEIzPBVEyNTQUFIw00vcQTTMzuAh/AxEQQT8HF/3G/oGGnEUGuoNnd6qoZuqltyKEsyzVJq5I6rnUp6SjGeGhESikzzlc1eL7opfuVbrqbU1Zw9NCgtQMaZpY0eNnaaL2fHusvTK5vKu7sjSS1Y4y3QUA6K3e3Mau5UFDyMP7tYF9o8cAHZv68vipoIJg971PZIZ5HiwdvYGGvFVFHmGmZ2MxwmQYPXubPl9Up0tfoMQGetXd6mRbvhBw+boZ6WF7Mbv1+GsHRk0fQmPAH1GfmZirbCfDJ61tw3Px8/8pZsPAG4jlVhcPgZ7adwNWBB68lkRQWFiTgFlbnLY3DGGM7izIJIyT/jjIvEJw6fdJTc6krDzh6aMwMP9bvDH4ADSsa9uSWVJkAAAAASUVORK5CYII=); } </style> </head> <body> <h1 _locid="PortabilityReport">.NET Portability Report</h1> <div id="content"> <div id="submissionId" style="font-size:8pt;"> <p> <i> Submission Id&nbsp; 4a967362-371b-4aa3-81b5-9dfde80c88aa </i> </p> </div> <h2 _locid="SummaryTitle"> <a name="Portability Summary"></a>Portability Summary </h2> <div id="summary"> <table> <tbody> <tr> <th>Assembly</th> <th>ASP.NET 5,Version=v1.0</th> <th>Windows,Version=v8.1</th> <th>.NET Framework,Version=v4.6</th> <th>Windows Phone,Version=v8.1</th> </tr> <tr> <td><strong><a href="#MonoDevelop.Ide">MonoDevelop.Ide</a></strong></td> <td class="text-center">94.37 %</td> <td class="text-center">89.26 %</td> <td class="text-center">100.00 %</td> <td class="text-center">89.26 %</td> </tr> </tbody> </table> </div> <div id="details"> <a name="MonoDevelop.Ide"><h3>MonoDevelop.Ide</h3></a> <table> <tbody> <tr> <th>Target type</th> <th>ASP.NET 5,Version=v1.0</th> <th>Windows,Version=v8.1</th> <th>.NET Framework,Version=v4.6</th> <th>Windows Phone,Version=v8.1</th> <th>Recommended changes</th> </tr> <tr> <td>Microsoft.CSharp.CSharpCodeProvider</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>Microsoft.Win32.Registry</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">LocalMachine</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>Microsoft.Win32.RegistryKey</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetValue(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">OpenSubKey(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.AppDomain</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Currently there is no workaround, but we are working on it. Please check back.</td> </tr> <tr> <td style="padding-left:2em">add_UnhandledException(System.UnhandledExceptionEventHandler)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage</td> </tr> <tr> <td style="padding-left:2em">DefineDynamicAssembly(System.Reflection.AssemblyName,System.Reflection.Emit.AssemblyBuilderAccess)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_BaseDirectory</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Currently there is no workaround, but we are working on it. Please check back.</td> </tr> <tr> <td style="padding-left:2em">get_CurrentDomain</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage</td> </tr> <tr> <td style="padding-left:2em">GetAssemblies</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.ApplicationException</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use other exception types.</td> </tr> <tr> <td style="padding-left:2em">#ctor(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use other exception types.</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Array</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Sort``2(``0[],``1[])</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Attribute</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetCustomAttribute(System.Reflection.MemberInfo,System.Type)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetCustomAttributes(System.Reflection.MemberInfo)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.CodeDom.CodeAttributeArgument</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.CodeDom.CodeExpression)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.CodeDom.CodeAttributeArgumentCollection</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Add(System.CodeDom.CodeAttributeArgument)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.CodeDom.CodeAttributeDeclaration</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Arguments</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.CodeDom.CodeAttributeDeclarationCollection</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Add(System.CodeDom.CodeAttributeDeclaration)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.CodeDom.CodeCompileUnit</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Namespaces</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.CodeDom.CodeConditionStatement</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_TrueStatements</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.CodeDom.CodeExpression</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.CodeDom.CodeExpressionCollection</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Item(System.Int32)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.CodeDom.CodeMemberEvent</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.CodeDom.CodeMemberField</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.CodeDom.CodeMemberMethod</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.CodeDom.CodeMemberProperty</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_GetStatements</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.CodeDom.CodeMethodInvokeExpression</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.CodeDom.CodeExpression,System.String,System.CodeDom.CodeExpression[])</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.CodeDom.CodeNamespace</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Imports</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Name</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Types</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_Name(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.CodeDom.CodeNamespaceCollection</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Add(System.CodeDom.CodeNamespace)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Item(System.Int32)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.CodeDom.CodeNamespaceImport</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.CodeDom.CodeNamespaceImportCollection</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Add(System.CodeDom.CodeNamespaceImport)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.CodeDom.CodeObject</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.CodeDom.CodeObjectCreateExpression</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Parameters</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.CodeDom.CodePrimitiveExpression</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Object)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.CodeDom.CodePropertyReferenceExpression</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_TargetObject</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_TargetObject(System.CodeDom.CodeExpression)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.CodeDom.CodeStatementCollection</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.CodeDom.CodeTypeDeclaration</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Members</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.CodeDom.CodeTypeDeclarationCollection</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Add(System.CodeDom.CodeTypeDeclaration)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Item(System.Int32)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.CodeDom.CodeTypeMember</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_CustomAttributes</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Name</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.CodeDom.CodeTypeMemberCollection</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.CodeDom.CodeTypeReference</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.CodeDom.CodeVariableDeclarationStatement</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_InitExpression</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.CodeDom.Compiler.CodeDomProvider</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">CreateEscapedIdentifier(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">CreateValidIdentifier(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GenerateCodeFromCompileUnit(System.CodeDom.CodeCompileUnit,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GenerateCodeFromMember(System.CodeDom.CodeTypeMember,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GenerateCodeFromType(System.CodeDom.CodeTypeDeclaration,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_FileExtension</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Parse(System.IO.TextReader)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.CodeDom.Compiler.CodeGeneratorOptions</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_BracingStyle(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_IndentString(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.CodeDom.Compiler.CompilerError</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.String,System.Int32,System.Int32,System.String,System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Column</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_ErrorText</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_IsWarning</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Line</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_IsWarning(System.Boolean)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.CodeDom.Compiler.CompilerErrorCollection</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Add(System.CodeDom.Compiler.CompilerError)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_HasErrors</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_HasWarnings</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.CodeDom.Compiler.CompilerResults</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Collections.ArrayList</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Collections.ICollection)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Add(System.Object)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Clear</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Clone</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Contains(System.Object)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Count</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Item(System.Int32)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetEnumerator</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Remove(System.Object)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">RemoveAt(System.Int32)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Sort(System.Collections.IComparer)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">ToArray</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">ToArray(System.Type)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Collections.CollectionBase</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Count</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetEnumerator</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Collections.Generic.List`1</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Call System.Collections.ObjectModel.ReadOnlyCollection&lt;T&gt; constructor</td> </tr> <tr> <td style="padding-left:2em">AsReadOnly</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Call System.Collections.ObjectModel.ReadOnlyCollection&lt;T&gt; constructor</td> </tr> <tr> <td style="padding-left:2em">ForEach(System.Action{`0})</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Collections.Hashtable</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Add(System.Object,System.Object)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Clear</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Contains(System.Object)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">ContainsKey(System.Object)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Count</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Item(System.Object)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_SyncRoot</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetEnumerator</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Remove(System.Object)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_Item(System.Object,System.Object)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Collections.Specialized.StringCollection</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Add(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Count</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Item(System.Int32)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetEnumerator</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Collections.Specialized.StringDictionary</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_Item(System.String,System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Collections.Specialized.StringEnumerator</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Current</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">MoveNext</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Collections.Stack</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Clear</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Count</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Pop</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Push(System.Object)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.ComponentModel.AttributeCollection</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Item(System.Type)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.ComponentModel.BrowsableAttribute</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage. This is a deprecated attribute from Winforms for design-time property window support</td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Boolean)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage. This is a deprecated attribute from Winforms for design-time property window support</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.ComponentModel.CategoryAttribute</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.ComponentModel.Component</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage</td> </tr> <tr> <td style="padding-left:2em">Dispose</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.ComponentModel.DescriptionAttribute</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Description</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.ComponentModel.Design.DesignerTransaction</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Cancel</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Commit</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.ComponentModel.Design.IComponentChangeService</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">OnComponentChanged(System.Object,System.ComponentModel.MemberDescriptor,System.Object,System.Object)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">OnComponentChanging(System.Object,System.ComponentModel.MemberDescriptor)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.ComponentModel.Design.IDesignerHost</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">CreateTransaction</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.ComponentModel.Design.IEventBindingService</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">CreateUniqueMethodName(System.ComponentModel.IComponent,System.ComponentModel.EventDescriptor)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetCompatibleMethods(System.ComponentModel.EventDescriptor)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetEvent(System.ComponentModel.PropertyDescriptor)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetEventProperties(System.ComponentModel.EventDescriptorCollection)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetEventProperty(System.ComponentModel.EventDescriptor)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">ShowCode(System.ComponentModel.IComponent,System.ComponentModel.EventDescriptor)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.ComponentModel.EventDescriptor</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.ComponentModel.EventDescriptorCollection</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.ComponentModel.ExpandableObjectConverter</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.ComponentModel.IComponent</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Site</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.ComponentModel.IContainer</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.ComponentModel.ISite</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.ComponentModel.ITypeDescriptorContext</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Currently there is no workaround, but we are working on it. Please check back.</td> </tr> <tr> <td style="padding-left:2em">get_Container</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_PropertyDescriptor</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">OnComponentChanged</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">OnComponentChanging</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.ComponentModel.LocalizableAttribute</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_IsLocalizable</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.ComponentModel.MemberDescriptor</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Attributes</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Category</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Description</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_DisplayName</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_IsBrowsable</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Name</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.ComponentModel.PropertyDescriptor</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Converter</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_IsReadOnly</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_PropertyType</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetEditor(System.Type)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetValue(System.Object)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">SetValue(System.Object,System.Object)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.ComponentModel.PropertyDescriptorCollection</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.ComponentModel.PropertyDescriptor[])</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetEnumerator</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.ComponentModel.ToolboxItemAttribute</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Boolean)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.ComponentModel.TypeConverter</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">CanConvertFrom(System.Type)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">CanConvertTo(System.Type)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">ConvertFromString(System.ComponentModel.ITypeDescriptorContext,System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">ConvertToString(System.ComponentModel.ITypeDescriptorContext,System.Object)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">ConvertToString(System.Object)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetStandardValues(System.ComponentModel.ITypeDescriptorContext)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">IsValid(System.ComponentModel.ITypeDescriptorContext,System.Object)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.ComponentModel.TypeConverter.StandardValuesCollection</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetEnumerator</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.ComponentModel.TypeDescriptor</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetDefaultEvent(System.Object)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetDefaultProperty(System.Object)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetEvents(System.Object)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetProperties(System.Object)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Console</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Out</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Write(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">WriteLine(System.Object)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">WriteLine(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">WriteLine(System.String,System.Object)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">WriteLine(System.String,System.Object,System.Object)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">WriteLine(System.String,System.Object[])</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.ContextBoundObject</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.DateTime</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">ToLongDateString</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">ToShortDateString</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>call DateTime.ToString(CultureInfo.CurrentCulture.DateTimeFormat.ShortDatePattern);</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Diagnostics.Process</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_ExitCode</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_HasExited</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Id</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_ProcessName</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_StandardInput</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetCurrentProcess</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Kill</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Start(System.Diagnostics.ProcessStartInfo)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Start(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Diagnostics.ProcessStartInfo</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.String,System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_EnvironmentVariables</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use System.Diagnostics.ProcessStartInfo.Environment instead</td> </tr> <tr> <td style="padding-left:2em">set_Arguments(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_FileName(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_UseShellExecute(System.Boolean)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove ShellExecute usage (Can Pinvoke if needed)</td> </tr> <tr> <td style="padding-left:2em">set_WorkingDirectory(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Diagnostics.StackTrace</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Currently there is no workaround, but we are working on it. Please check back.</td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Currently there is no workaround, but we are working on it. Please check back.</td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Int32,System.Boolean)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Drawing.Color</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">FromArgb(System.Int32,System.Int32,System.Int32)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_B</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_G</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_IsEmpty</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_IsKnownColor</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Name</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_R</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Drawing.Rectangle</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Int32,System.Int32,System.Int32,System.Int32)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Height</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Width</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_X</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Y</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.EntryPointNotFoundException</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Avoid usage. Catch general Exception and check Hresult if needed.</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Environment</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Pinvoke to Win32 SetEnvironmentVariable if needed</td> </tr> <tr> <td style="padding-left:2em">get_CurrentDirectory</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use Directory.GetCurrentDirectory()</td> </tr> <tr> <td style="padding-left:2em">get_OSVersion</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Do not use. Choose action based feature availability, not OS / Platform</td> </tr> <tr> <td style="padding-left:2em">get_StackTrace</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Currently there is no workaround, but we are working on it. Please check back.</td> </tr> <tr> <td style="padding-left:2em">get_UserName</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Version</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Do not use. Choose action based feature availability, not OS / Platform</td> </tr> <tr> <td style="padding-left:2em">GetEnvironmentVariable(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetFolderPath(System.Environment.SpecialFolder)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">SetEnvironmentVariable(System.String,System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Pinvoke to Win32 SetEnvironmentVariable if needed</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Environment.SpecialFolder</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Exception</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>False positive (GetType() from Object is sufficient)</td> </tr> <tr> <td style="padding-left:2em">GetType</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>False positive (GetType() from Object is sufficient)</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.ICloneable</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage. Implement cloning operation yourself if needed.</td> </tr> <tr> <td style="padding-left:2em">Clone</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage. Implement cloning operation yourself if needed.</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.IO.Directory</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">CreateDirectory(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Delete(System.String,System.Boolean)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">EnumerateDirectories(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">EnumerateFiles(System.String,System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Exists(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetDirectories(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetDirectories(System.String,System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetFiles(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetFiles(System.String,System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetFiles(System.String,System.String,System.IO.SearchOption)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetLastWriteTime(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">SetLastWriteTime(System.String,System.DateTime)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.IO.DirectoryInfo</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Create</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.IO.File</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Create(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Delete(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Exists(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetAttributes(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetLastWriteTime(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetLastWriteTimeUtc(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Move(System.String,System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Open(System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">OpenRead(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">ReadAllBytes(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">ReadAllLines(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use File.ReadLines()</td> </tr> <tr> <td style="padding-left:2em">ReadAllText(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">SetAttributes(System.String,System.IO.FileAttributes)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">WriteAllBytes(System.String,System.Byte[])</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">WriteAllText(System.String,System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.IO.FileAccess</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.IO.FileAttributes</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.IO.FileInfo</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Directory</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.IO.FileMode</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.IO.FileOptions</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.IO.FileShare</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.IO.FileStream</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.String,System.IO.FileMode)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.String,System.IO.FileMode,System.IO.FileAccess)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,System.Int32,System.IO.FileOptions)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.IO.FileSystemEventArgs</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.IO.FileSystemEventHandler</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Object,System.IntPtr)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.IO.FileSystemInfo</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Exists</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_LastWriteTime</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_LastWriteTimeUtc</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use File.GetLastWriteTime().ToUniversalTime();</td> </tr> <tr> <td style="padding-left:2em">set_LastWriteTime(System.DateTime)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.IO.FileSystemWatcher</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.String,System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">add_Changed(System.IO.FileSystemEventHandler)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">add_Created(System.IO.FileSystemEventHandler)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">add_Deleted(System.IO.FileSystemEventHandler)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">add_Renamed(System.IO.RenamedEventHandler)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">remove_Changed(System.IO.FileSystemEventHandler)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">remove_Created(System.IO.FileSystemEventHandler)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">remove_Deleted(System.IO.FileSystemEventHandler)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">remove_Renamed(System.IO.RenamedEventHandler)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_EnableRaisingEvents(System.Boolean)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.IO.Path</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">AltDirectorySeparatorChar</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">DirectorySeparatorChar</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">VolumeSeparatorChar</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetFullPath(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetTempFileName</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetTempPath</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.IO.RenamedEventArgs</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.IO.RenamedEventHandler</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Object,System.IntPtr)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.IO.SearchOption</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.IO.Stream</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use Dispose instead</td> </tr> <tr> <td style="padding-left:2em">Close</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use Dispose instead</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.IO.StreamReader</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use File.OpenText, or use File.Open to get a Stream then pass it to StreamReader constructor</td> </tr> <tr> <td style="padding-left:2em">#ctor(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use File.OpenText, or use File.Open to get a Stream then pass it to StreamReader constructor</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.IO.StreamWriter</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use File.Open to get a Stream then pass it to StreamWriter constructor</td> </tr> <tr> <td style="padding-left:2em">#ctor(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use File.Open to get a Stream then pass it to StreamWriter constructor</td> </tr> <tr> <td style="padding-left:2em">#ctor(System.String,System.Boolean,System.Text.Encoding)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use File.Open to get a Stream then pass it to StreamWriter constructor</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.IO.TextWriter</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use Dispose instead</td> </tr> <tr> <td style="padding-left:2em">Close</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use Dispose instead</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.MarshalByRefObject</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage</td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Net.EndPoint</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Net.HttpWebRequest</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use System.Net.Http.HttpClient.DefaultRequestHeaders.IfModifiedSince (applies to all requests made by that client) or System.Net.Http.HttpRequestMessage.Headers.IfModifiedSince (applies to specific request)</td> </tr> <tr> <td style="padding-left:2em">set_IfModifiedSince(System.DateTime)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use System.Net.Http.HttpClient.DefaultRequestHeaders.IfModifiedSince (applies to all requests made by that client) or System.Net.Http.HttpRequestMessage.Headers.IfModifiedSince (applies to specific request)</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Net.IPAddress</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Loopback</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Net.IPEndPoint</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Net.IPAddress,System.Int32)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Net.Sockets.AddressFamily</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Net.Sockets.ProtocolType</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Net.Sockets.Socket</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Net.Sockets.AddressFamily,System.Net.Sockets.SocketType,System.Net.Sockets.ProtocolType)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">BeginAccept(System.AsyncCallback,System.Object)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Bind(System.Net.EndPoint)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Connect(System.Net.EndPoint)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">EndAccept(System.IAsyncResult)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Listen(System.Int32)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Receive(System.Byte[])</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Send(System.Byte[])</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Net.Sockets.SocketType</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Net.WebRequest</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use an System.Net.Http.HttpContent object in the System.Net.Http.HttpRequestMessage when using the HttpClient APIs</td> </tr> <tr> <td style="padding-left:2em">GetRequestStream</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use an System.Net.Http.HttpContent object in the System.Net.Http.HttpRequestMessage when using the HttpClient APIs</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.NonSerializedAttribute</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage</td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.OperatingSystem</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Do not use. Couple behavior to feature availability, not OS version or Platform.</td> </tr> <tr> <td style="padding-left:2em">get_Platform</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Do not use. Couple behavior to feature availability, not OS version or Platform.</td> </tr> <tr> <td style="padding-left:2em">get_Version</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Do not use. Couple behavior to feature availability, not OS version or Platform.</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.PlatformID</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Do not use. Couple behavior to feature availability, not OS version or Platform.</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Reflection.Assembly</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Location</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage</td> </tr> <tr> <td style="padding-left:2em">GetAssembly(System.Type)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetEntryAssembly</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetType(System.String,System.Boolean)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use Assembly.GetType(string), throw if you receive null return value.</td> </tr> <tr> <td style="padding-left:2em">GetTypes</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use Assembly.DefinedTypes</td> </tr> <tr> <td style="padding-left:2em">Load(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>use Assembly.Load(new AssemblyName(string))</td> </tr> <tr> <td style="padding-left:2em">LoadFrom(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use AssemblyLoadContext</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Reflection.Binder</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use an overload that does not take a Binder.</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Reflection.BindingFlags</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Reflection.Emit.AssemblyBuilder</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">DefineDynamicModule(System.String,System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Reflection.Emit.AssemblyBuilderAccess</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Reflection.Emit.ConstructorBuilder</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetILGenerator</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Reflection.Emit.FieldBuilder</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Reflection.Emit.ILGenerator</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">DeclareLocal(System.Type)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Emit(System.Reflection.Emit.OpCode)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Emit(System.Reflection.Emit.OpCode,System.Int32)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Emit(System.Reflection.Emit.OpCode,System.Reflection.ConstructorInfo)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Emit(System.Reflection.Emit.OpCode,System.Reflection.Emit.LocalBuilder)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Emit(System.Reflection.Emit.OpCode,System.Reflection.FieldInfo)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Emit(System.Reflection.Emit.OpCode,System.Reflection.MethodInfo)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Emit(System.Reflection.Emit.OpCode,System.Type)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Reflection.Emit.LocalBuilder</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Reflection.Emit.MethodBuilder</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetILGenerator</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Reflection.Emit.ModuleBuilder</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">DefineType(System.String,System.Reflection.TypeAttributes,System.Type,System.Type[])</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Reflection.Emit.TypeBuilder</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">CreateType</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">DefineConstructor(System.Reflection.MethodAttributes,System.Reflection.CallingConventions,System.Type[])</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">DefineField(System.String,System.Type,System.Reflection.FieldAttributes)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">DefineMethod(System.String,System.Reflection.MethodAttributes,System.Type,System.Type[])</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">DefineMethodOverride(System.Reflection.MethodInfo,System.Reflection.MethodInfo)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Reflection.MemberInfo</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">IsDefined(System.Type,System.Boolean)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Reflection.MemberTypes</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use is operator. Example: if (membertype == membertypes.Field) --&gt; if (member is FieldInfo)</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Reflection.Module</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">op_Equality(System.Reflection.Module,System.Reflection.Module)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Reflection.ParameterModifier</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use an overload that does not take a ParameterModifier array.</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Resources.ResXResourceReader</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetEnumerator</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_BasePath(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Resources.Tools.StronglyTypedResourceBuilder</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Create(System.Collections.IDictionary,System.String,System.String,System.CodeDom.Compiler.CodeDomProvider,System.Boolean,System.String[]@)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Runtime.Remoting.Activation.IConstructionCallMessage</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Runtime.Remoting.Contexts.Context</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Runtime.Remoting.Contexts.ContextAttribute</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Runtime.Remoting.Contexts.IContributeObjectSink</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Runtime.Remoting.Messaging.IMessage</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use a different IPC technology</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Runtime.Remoting.Messaging.IMessageCtrl</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Runtime.Remoting.Messaging.IMessageSink</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">AsyncProcessMessage(System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Messaging.IMessageSink)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">SyncProcessMessage(System.Runtime.Remoting.Messaging.IMessage)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Runtime.Remoting.Messaging.IMethodCallMessage</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use a different IPC technology</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Runtime.Remoting.Messaging.IMethodMessage</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Args</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_MethodBase</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_MethodName</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_MethodSignature</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Runtime.Remoting.Messaging.LogicalCallContext</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Runtime.Remoting.Messaging.MethodCall</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Runtime.Remoting.Messaging.IMessage)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Runtime.Remoting.Messaging.ReturnMessage</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage</td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Object,System.Object[],System.Int32,System.Runtime.Remoting.Messaging.LogicalCallContext,System.Runtime.Remoting.Messaging.IMethodCallMessage)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Runtime.Remoting.ObjRef</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Runtime.Remoting.RemotingServices</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage</td> </tr> <tr> <td style="padding-left:2em">Marshal(System.MarshalByRefObject)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Runtime.Serialization.Formatters.Binary.BinaryFormatter</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Deserialize(System.IO.Stream)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Serialize(System.IO.Stream,System.Object)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Security.CodeAccessPermission</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage</td> </tr> <tr> <td style="padding-left:2em">Demand</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Security.Cryptography.HashAlgorithm</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">ComputeHash(System.Byte[])</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Security.Cryptography.MD5</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Create</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Security.Permissions.FileIOPermission</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Security.Permissions.FileIOPermissionAccess,System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Security.Permissions.FileIOPermissionAccess</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Security.Permissions.SecurityAction</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Security.Permissions.SecurityPermissionAttribute</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage</td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Security.Permissions.SecurityAction)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Security.UnverifiableCodeAttribute</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage</td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.SerializableAttribute</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove this attribute</td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove this attribute</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.String</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>String.Compare(string, string, StringComparison.CurrentCultureIgnoreCase)</td> </tr> <tr> <td style="padding-left:2em">Compare(System.String,System.String,System.Boolean)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>String.Compare(string, string, StringComparison.CurrentCultureIgnoreCase)</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.SystemException</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Text.Encoding</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_CodePage</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Default</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use GetEncoding(0)</td> </tr> <tr> <td style="padding-left:2em">get_EncodingName</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetEncoding(System.Int32)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetEncodings</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetString(System.Byte[])</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Call Encoding.GetString(byte[], int, int)</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Text.EncodingInfo</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_CodePage</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetEncoding</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Threading.Thread</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Threading.ThreadStart)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Abort</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>This is only reliable in SQL Server. Elsewhere, don&#39;t use it.</td> </tr> <tr> <td style="padding-left:2em">get_CurrentThread</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetDomain</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Join</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">ResetAbort</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>This is only reliable in SQL Server. Elsewhere, don&#39;t use it.</td> </tr> <tr> <td style="padding-left:2em">set_IsBackground(System.Boolean)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_Name(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_Priority(System.Threading.ThreadPriority)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Change code to not depend on thread priorities for functionality. Portable code must run on platforms that do not support changing thread priorities.</td> </tr> <tr> <td style="padding-left:2em">Sleep(System.Int32)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Start</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Threading.ThreadAbortException</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Do not use: exception cannot be caught since it is not thrown by framework, never throw this type. Thread.Abort is only reliable in SQL Server. Elsewhere, don&#39;t use it.</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Threading.ThreadPool</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Change code to not depend on the size of the ThreadPool for functionality. Portable code needs to be able to run correctly on multiple different ThreadPool implementations, not all of which support this method.</td> </tr> <tr> <td style="padding-left:2em">QueueUserWorkItem(System.Threading.WaitCallback)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Change code to not depend on the size of the ThreadPool for functionality. Portable code needs to be able to run correctly on multiple different ThreadPool implementations, not all of which support this method.</td> </tr> <tr> <td style="padding-left:2em">SetMinThreads(System.Int32,System.Int32)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Change code to not depend on the size of the ThreadPool for functionality. Portable code needs to be able to run correctly on multiple different ThreadPool implementations, not all of which support this method.</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Threading.ThreadPriority</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Change code to not depend on thread priorities for functionality. Portable code must run on platforms that do not support changing thread priorities.</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Threading.ThreadStart</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Object,System.IntPtr)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Threading.WaitCallback</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Object,System.IntPtr)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Threading.WaitHandle</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">WaitOne(System.Int32,System.Boolean)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Type</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">EmptyTypes</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>new Type[0] (or create your own static property which returns a cached version of this)</td> </tr> <tr> <td style="padding-left:2em">get_Assembly</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>.GetTypeInfo().Assembly</td> </tr> <tr> <td style="padding-left:2em">get_BaseType</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>.GetTypeInfo().BaseType</td> </tr> <tr> <td style="padding-left:2em">get_IsAbstract</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>.GetTypeInfo().IsAbstract</td> </tr> <tr> <td style="padding-left:2em">get_IsEnum</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>.GetTypeInfo().IsEnum</td> </tr> <tr> <td style="padding-left:2em">get_IsPrimitive</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>.GetTypeInfo().IsPrimitive</td> </tr> <tr> <td style="padding-left:2em">get_IsSerializable</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>.GetTypeInfo().IsSerializable</td> </tr> <tr> <td style="padding-left:2em">GetConstructor(System.Type[])</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetField(System.String,System.Reflection.BindingFlags)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetFields</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetGenericArguments</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetMember(System.String,System.Reflection.MemberTypes,System.Reflection.BindingFlags)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetMethod(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetMethod(System.String,System.Reflection.BindingFlags)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Equivalent available: Add using for System.Reflection, and reference System.Reflection.TypeExtensions </td> </tr> <tr> <td style="padding-left:2em">GetMethod(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type[],System.Reflection.ParameterModifier[])</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use GetMethod(string, Type[]) to search for public methods by name and parameter type or filter the results of GetMethods(BindingFlags) using LINQ for other queries.</td> </tr> <tr> <td style="padding-left:2em">GetMethods</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetMethods(System.Reflection.BindingFlags)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetProperties</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetProperty(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetProperty(System.String,System.Reflection.BindingFlags)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetTypeCode(System.Type)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use Type or RuntimeTypeHandle instead.</td> </tr> <tr> <td style="padding-left:2em">InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[])</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Find member and use appropriate invocation method based off BindingFlags values used in original call (varies by type of member)</td> </tr> <tr> <td style="padding-left:2em">IsAssignableFrom(System.Type)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">IsInstanceOfType(System.Object)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">IsSubclassOf(System.Type)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>.GetTypeInfo().IsSubclassOf</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.TypeCode</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use Type or RuntimeTypeHandle instead.</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.UnhandledExceptionEventArgs</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Avoid usage of the UnhandledException Event, handle exceptions directly at scope of method being called</td> </tr> <tr> <td style="padding-left:2em">get_ExceptionObject</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Avoid usage of the UnhandledException Event, handle exceptions directly at scope of method being called</td> </tr> <tr> <td style="padding-left:2em">get_IsTerminating</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Avoid usage of the UnhandledException Event, handle exceptions directly at scope of method being called</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.UnhandledExceptionEventHandler</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Avoid usage of the UnhandledException Event, handle exceptions directly at scope of method being called</td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Object,System.IntPtr)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Avoid usage of the UnhandledException Event, handle exceptions directly at scope of method being called</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Web.HttpUtility</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">UrlEncode(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Xml.Formatting</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Xml.XmlAttribute</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Xml.XmlAttributeCollection</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_ItemOf(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Xml.XmlDocument</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">CreateElement(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_DocumentElement</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Load(System.IO.Stream)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Load(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use Load(System.IO.Stream) overload</td> </tr> <tr> <td style="padding-left:2em">LoadXml(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Save(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Xml.XmlElement</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetAttribute(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">HasAttribute(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">SetAttribute(System.String,System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Xml.XmlNamedNodeMap</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetEnumerator</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Xml.XmlNode</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">AppendChild(System.Xml.XmlNode)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Attributes</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_ChildNodes</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_FirstChild</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_InnerText</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Item(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Name</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_NextSibling</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_NodeType</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_OuterXml</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_OwnerDocument</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Value</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetEnumerator</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">RemoveChild(System.Xml.XmlNode)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">SelectNodes(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">SelectSingleNode(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Create one of the XPathNavigator implementations. There are 3 implementations of the CreateNavigator () method in XPathDocument, System.Xml.XPath.XDocument, and System.Xml.XPath.XmlDocument, use this to find your node.</td> </tr> <tr> <td style="padding-left:2em">set_InnerText(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Xml.XmlNodeList</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Count</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_ItemOf(System.Int32)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetEnumerator</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Xml.XmlReader</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use XmlReader.ReadElementContentAsString()</td> </tr> <tr> <td style="padding-left:2em">Close</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use Dispose() instead.</td> </tr> <tr> <td style="padding-left:2em">ReadElementString</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use XmlReader.ReadElementContentAsString()</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Xml.XmlReaderSettings</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_XmlResolver(System.Xml.XmlResolver)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Xml.XmlResolver</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Xml.XmlTextReader</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use XmlReader.Create(System.IO.Stream)</td> </tr> <tr> <td style="padding-left:2em">#ctor(System.IO.Stream)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.IO.TextReader)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use XmlReader.Create(System.IO.Stream)</td> </tr> <tr> <td style="padding-left:2em">#ctor(System.String,System.Xml.XmlNodeType,System.Xml.XmlParserContext)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Xml.XmlTextWriter</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.IO.Stream,System.Text.Encoding)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.IO.TextWriter)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.String,System.Text.Encoding)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_Formatting(System.Xml.Formatting)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_Indentation(System.Int32)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_IndentChar(System.Char)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Xml.XmlWriter</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use XmlWriter.Create(System.IO.Stream, System.xml.XmlWriterSettings)</td> </tr> <tr> <td style="padding-left:2em">Close</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use Dispose() instead.</td> </tr> <tr> <td style="padding-left:2em">Create(System.String,System.Xml.XmlWriterSettings)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use XmlWriter.Create(System.IO.Stream, System.xml.XmlWriterSettings)</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> </tbody> </table> <p> <a href="#Portability Summary">Back to Summary</a> </p> </div> </div> </body> </html>
kuhlenh/port-to-core
Reports/ms/mso.monodevelop.0.2.7/MonoDevelop.Ide-net45.html
HTML
mit
364,114
{% if album %} <div class="bar"> <a class="left" href="{{ cdn }}/{{ filename }}">Direct Link</a> <a class="right" href="/download/{{ original }}">Download</a> </div> {% if file.title and not embedded %} <h3>{{ file.title }}</h3> {% endif %} <div class="item-wrapper"> <a href="/{{ filename }}" target="_blank" id="img-a-{{ filename }}"> {% if processor in [ 'image/png', 'image/jpeg', 'image/svg+xml' ] %} {# This means that we have custom support for this type, with the full mimetype and all #} <img id="img-{{filename}}" src="{{ cdn_url(original) }}" alt="NERDZCrush" /> {% else %} <img id="img-{{filename}}" src="{{ cdn_url(filename + '.png') }}" alt="NERDZCrush" /> {% endif %} </a> </div> {% if file.description and not embedded %} {{ file.description | safe }} {% endif %} {% else %} {% if file.title and not embedded %} <h3>{{ file.title }}</h3> {% endif %} <a href="{{ share('directlink', filename) }}" id="img-a-{{ filename }}"> {% if processor in [ 'image/png', 'image/jpeg', 'image/svg+xml' ] %} <img id="img-{{filename}}" src="{{ cdn_url(original) }}" alt="NERDZCrush" /> {% else %} <img id="img-{{filename}}" src="{{ cdn_url(filename + '.png') }}" alt="NERDZCrush" /> {% endif %} </a> {% if file.description and not embedded %} {{ file.description | safe }} {% endif %} <script type="text/javascript"> function mediaSizeReporter() { var img = document.getElementById('img-{{filename}}'); return { width: img.width, height: img.height }; } function resizeMedia(x, y) { var img = document.getElementById('img-{{filename}}'); img.width = x; img.height = y; } window.addEventListener('load', function() { var image = document.getElementById('img-{{filename}}'); var dupe = document.createElement('img'); // Duplicate image so that CSS sizing and such doesn't affect the resolution dupe.onload = function() { document.title = "NERDZCrush (" + dupe.width + "x" + dupe.height + ")"; }; dupe.src = image.src; }, false); </script> {% endif %}
nerdzeu/NERDZCrush
templates/fragments/image.html
HTML
mit
2,096
<?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>ActiveRecord::TransactionIsolationError</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.2</span><br /> <h1> <span class="type">Class</span> ActiveRecord::TransactionIsolationError <span class="parent">&lt; <a href="ActiveRecordError.html">ActiveRecord::ActiveRecordError</a> </span> </h1> <ul class="files"> <li><a href="../../files/__/_rvm/gems/ruby-2_2_2/gems/activerecord-4_2_2/lib/active_record/errors_rb.html">/Users/benfreeman/.rvm/gems/ruby-2.2.2/gems/activerecord-4.2.2/lib/active_record/errors.rb</a></li> </ul> </div> <div id="bodyContent"> <div id="content"> <div class="description"> <p><a href="TransactionIsolationError.html">TransactionIsolationError</a> will be raised under the following conditions:</p> <ul><li> <p>The adapter does not support setting the isolation level</p> </li><li> <p>You are joining an existing open transaction</p> </li><li> <p>You are creating a nested (savepoint) transaction</p> </li></ul> <p>The mysql, mysql2 and postgresql adapters support setting the transaction isolation level.</p> </div> <!-- Methods --> </div> </div> </body> </html>
benfreeman/yammer_training
doc/api/classes/ActiveRecord/TransactionIsolationError.html
HTML
mit
2,423
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>itauto: 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.2 / itauto - 8.13+no</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> itauto <small> 8.13+no <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-01-20 08:18:01 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-20 08:18:01 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 1 Virtual package relying on perl coq 8.7.2 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.08.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.08.1 Official release 4.08.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;frederic.besson@inria.fr&quot; homepage: &quot;https://gitlab.inria.fr/fbesson/itauto&quot; dev-repo: &quot;git+https://gitlab.inria.fr/fbesson/itauto.git&quot; authors: [&quot;Frédéric Besson&quot;] bug-reports: &quot;frederic.besson@inria.fr&quot; license: &quot;MIT&quot; synopsis: &quot;&#39;itauto&#39; is a reflexive SAT solver parameterised by a leaf tactic and Nelson-Oppen support&quot; build: [ [make] ] install: [ [make &quot;install&quot;] ] depends: [ &quot;ocaml&quot; {&gt;= &quot;4.9~&quot; &amp; &lt; &quot;4.13~&quot;} &quot;coq&quot; {&gt;= &quot;8.13&quot; &amp; &lt; &quot;8.14&quot;} &quot;ocamlbuild&quot; {build } ] depopts: [ &quot;ocamlformat&quot; {build} ] tags: [ &quot;keyword:integers&quot; &quot;keyword:SAT&quot; &quot;keyword:SMT&quot; &quot;keyword:Nelson-Oppen&quot; &quot;keyword:automation&quot; &quot;logpath:Cdcl&quot; ] url { src: &quot;https://gitlab.inria.fr/fbesson/itauto/-/archive/8.13+no/itauto-8.13+no.tar.gz&quot; checksum: [ &quot;md5=2d7d832b1c36a3726ea8e0995f50f156&quot; &quot;sha512=14574dcb3b98870b5ae37de93800493fc21c6ae1d44517bdcbbf4a5fda839f78968454e2ebdba19225b7db16ada0bdbaccf50c3ba8c890bbd94250c5e48c3719&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-itauto.8.13+no coq.8.7.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.2). The following dependencies couldn&#39;t be met: - coq-itauto -&gt; ocaml &gt;= 4.9~ 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-itauto.8.13+no</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.08.1-2.0.5/released/8.7.2/itauto/8.13+no.html
HTML
mit
6,918
<div class="tuts tut-tour-5"> <textarea id="tour5-r1" class="rulesToImport">{ "workflows": [], "rules": { "tabSettings": [ { "id": "1", "name": "Rules Tour 5" } ], "rules": [ { "code": "var rules = [{\n \"url\": /tutorial\\/tour-5\\.html/,\n \"name\": \"Tour 5 : Using build.in libraries (moment.js)\",\n \"fields\": [{\n \"selector\": \"input[name='date']\",\n \"value\": function($e, data) {\n return Libs.moment().add(7, \"days\").format(\"YYYY-MM-DD\");\n }\n }]\n}\n];", "tabId": 1 } ] } }</textarea> <div class="step" data-element="#ruleeditor-ace" data-position="right" data-overlay="false" data-mark-line="6,10"> <p> To use the build-in libraries you need to use a value function (see tour 3) for the <code>"value"</code> entry. </p> </div> <div class="step" data-element="#ruleeditor-ace" data-position="right" data-overlay="false" data-mark-line="8"> <p> Here we read in the current value of the <code>input</code> field. We do that because we want to append to the current value. </p> </div> <div class="step" data-element="#ruleeditor-ace" data-position="right" data-overlay="false" data-mark-line="9"> <p> Here you see the call to <i>change.js</i> </p> <p> All libraries are available under the <code>Libs</code> namespace. </p> <p> This call to <code>chance.name()</code> returns a new random name. </p> <p> By returning the current plus the random value we tell Form-O-Fill to fill the <code>input</code> field with that combination. </p> <p> All available methods callable on <code>Lib.chance</code> are documented on the <a href="http://chancejs.com/#basics" target="_blank">chance.js site (opens in a new tab)</a>. </p> </div> <div class="step" data-element="#ruleeditor-ace" data-position="right" data-overlay="false" data-mark-line="0"> Next let's look at what <i>moment.js</i> has to offer. </div> <div class="step" data-element="#ruleeditor-ace" data-import-rules="#tour5-r1" data-position="top" data-overlay="false" data-mark-line="7"> <p> Here we return the current date plus seven days and fill the <code>input type=date</code> field with it. </p> <p> As with <i>chance.js</i> the methods that <i>moment.js</i> has to offer <a href="http://momentjs.com/docs/#/parsing/" target="_blank">are documented on their site</a>. </p> </div> <div class="step" data-element="#ruleeditor-ace" data-position="right" data-overlay="false" data-mark-line="0"> <p> There is more to libraries in Form-O-Fill. You can even define your own libraries to make common functions available in multiple rules. </p> <p> That will be the topic of another tutorial. Until then, have fun! </p> </div> </div>
form-o-fill/form-o-fill-chrome-extension
src/html/options/tutorial/_tour5_en.html
HTML
mit
2,887
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >Creating a Database</TITLE ><META NAME="GENERATOR" CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REV="MADE" HREF="mailto:pgsql-docs@postgresql.org"><LINK REL="HOME" TITLE="PostgreSQL 9.0.10 Documentation" HREF="index.html"><LINK REL="UP" TITLE="Managing Databases" HREF="managing-databases.html"><LINK REL="PREVIOUS" TITLE="Overview" HREF="manage-ag-overview.html"><LINK REL="NEXT" TITLE="Template Databases" HREF="manage-ag-templatedbs.html"><LINK REL="STYLESHEET" TYPE="text/css" HREF="stylesheet.css"><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1"><META NAME="creation" CONTENT="2012-09-19T22:08:45"></HEAD ><BODY CLASS="SECT1" ><DIV CLASS="NAVHEADER" ><TABLE SUMMARY="Header navigation table" WIDTH="100%" BORDER="0" CELLPADDING="0" CELLSPACING="0" ><TR ><TH COLSPAN="5" ALIGN="center" VALIGN="bottom" ><A HREF="index.html" >PostgreSQL 9.0.10 Documentation</A ></TH ></TR ><TR ><TD WIDTH="10%" ALIGN="left" VALIGN="top" ><A TITLE="Overview" HREF="manage-ag-overview.html" ACCESSKEY="P" >Prev</A ></TD ><TD WIDTH="10%" ALIGN="left" VALIGN="top" ><A HREF="managing-databases.html" ACCESSKEY="U" >Up</A ></TD ><TD WIDTH="60%" ALIGN="center" VALIGN="bottom" >Chapter 21. Managing Databases</TD ><TD WIDTH="20%" ALIGN="right" VALIGN="top" ><A TITLE="Template Databases" HREF="manage-ag-templatedbs.html" ACCESSKEY="N" >Next</A ></TD ></TR ></TABLE ><HR ALIGN="LEFT" WIDTH="100%"></DIV ><DIV CLASS="SECT1" ><H1 CLASS="SECT1" ><A NAME="MANAGE-AG-CREATEDB" >21.2. Creating a Database</A ></H1 ><P > In order to create a database, the <SPAN CLASS="PRODUCTNAME" >PostgreSQL</SPAN > server must be up and running (see <A HREF="server-start.html" >Section 17.3</A >). </P ><P > Databases are created with the SQL command <A HREF="sql-createdatabase.html" >CREATE DATABASE</A >: </P><PRE CLASS="SYNOPSIS" >CREATE DATABASE <TT CLASS="REPLACEABLE" ><I >name</I ></TT >;</PRE ><P> where <TT CLASS="REPLACEABLE" ><I >name</I ></TT > follows the usual rules for <ACRONYM CLASS="ACRONYM" >SQL</ACRONYM > identifiers. The current role automatically becomes the owner of the new database. It is the privilege of the owner of a database to remove it later (which also removes all the objects in it, even if they have a different owner). </P ><P > The creation of databases is a restricted operation. See <A HREF="role-attributes.html" >Section 20.2</A > for how to grant permission. </P ><P > Since you need to be connected to the database server in order to execute the <TT CLASS="COMMAND" >CREATE DATABASE</TT > command, the question remains how the <SPAN CLASS="emphasis" ><I CLASS="EMPHASIS" >first</I ></SPAN > database at any given site can be created. The first database is always created by the <TT CLASS="COMMAND" >initdb</TT > command when the data storage area is initialized. (See <A HREF="creating-cluster.html" >Section 17.2</A >.) This database is called <TT CLASS="LITERAL" >postgres</TT >. So to create the first <SPAN CLASS="QUOTE" >"ordinary"</SPAN > database you can connect to <TT CLASS="LITERAL" >postgres</TT >. </P ><P > A second database, <TT CLASS="LITERAL" >template1</TT >, is also created during database cluster initialization. Whenever a new database is created within the cluster, <TT CLASS="LITERAL" >template1</TT > is essentially cloned. This means that any changes you make in <TT CLASS="LITERAL" >template1</TT > are propagated to all subsequently created databases. Because of this, avoid creating objects in <TT CLASS="LITERAL" >template1</TT > unless you want them propagated to every newly created database. More details appear in <A HREF="manage-ag-templatedbs.html" >Section 21.3</A >. </P ><P > As a convenience, there is a program you can execute from the shell to create new databases, <TT CLASS="COMMAND" >createdb</TT >. </P><PRE CLASS="SYNOPSIS" >createdb <TT CLASS="REPLACEABLE" ><I >dbname</I ></TT ></PRE ><P> <TT CLASS="COMMAND" >createdb</TT > does no magic. It connects to the <TT CLASS="LITERAL" >postgres</TT > database and issues the <TT CLASS="COMMAND" >CREATE DATABASE</TT > command, exactly as described above. The <A HREF="app-createdb.html" ><SPAN CLASS="APPLICATION" >createdb</SPAN ></A > reference page contains the invocation details. Note that <TT CLASS="COMMAND" >createdb</TT > without any arguments will create a database with the current user name. </P ><DIV CLASS="NOTE" ><BLOCKQUOTE CLASS="NOTE" ><P ><B >Note: </B > <A HREF="client-authentication.html" >Chapter 19</A > contains information about how to restrict who can connect to a given database. </P ></BLOCKQUOTE ></DIV ><P > Sometimes you want to create a database for someone else, and have him become the owner of the new database, so he can configure and manage it himself. To achieve that, use one of the following commands: </P><PRE CLASS="PROGRAMLISTING" >CREATE DATABASE <TT CLASS="REPLACEABLE" ><I >dbname</I ></TT > OWNER <TT CLASS="REPLACEABLE" ><I >rolename</I ></TT >;</PRE ><P> from the SQL environment, or: </P><PRE CLASS="PROGRAMLISTING" >createdb -O <TT CLASS="REPLACEABLE" ><I >rolename</I ></TT > <TT CLASS="REPLACEABLE" ><I >dbname</I ></TT ></PRE ><P> from the shell. Only the superuser is allowed to create a database for someone else (that is, for a role you are not a member of). </P ></DIV ><DIV CLASS="NAVFOOTER" ><HR ALIGN="LEFT" WIDTH="100%"><TABLE SUMMARY="Footer navigation table" WIDTH="100%" BORDER="0" CELLPADDING="0" CELLSPACING="0" ><TR ><TD WIDTH="33%" ALIGN="left" VALIGN="top" ><A HREF="manage-ag-overview.html" ACCESSKEY="P" >Prev</A ></TD ><TD WIDTH="34%" ALIGN="center" VALIGN="top" ><A HREF="index.html" ACCESSKEY="H" >Home</A ></TD ><TD WIDTH="33%" ALIGN="right" VALIGN="top" ><A HREF="manage-ag-templatedbs.html" ACCESSKEY="N" >Next</A ></TD ></TR ><TR ><TD WIDTH="33%" ALIGN="left" VALIGN="top" >Overview</TD ><TD WIDTH="34%" ALIGN="center" VALIGN="top" ><A HREF="managing-databases.html" ACCESSKEY="U" >Up</A ></TD ><TD WIDTH="33%" ALIGN="right" VALIGN="top" >Template Databases</TD ></TR ></TABLE ></DIV ></BODY ></HTML >
jenmwang/portfolio_site_2013
postgresql/html/manage-ag-createdb.html
HTML
mit
6,310
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.11"/> <title>V8 API Reference Guide for node.js v6.10.2: Member List</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">V8 API Reference Guide for node.js v6.10.2 </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.11 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li><a href="examples.html"><span>Examples</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Class&#160;List</span></a></li> <li><a href="classes.html"><span>Class&#160;Index</span></a></li> <li><a href="inherits.html"><span>Class&#160;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="namespacev8.html">v8</a></li><li class="navelem"><a class="el" href="classv8_1_1SymbolObject.html">SymbolObject</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">v8::SymbolObject Member List</div> </div> </div><!--header--> <div class="contents"> <p>This is the complete list of members for <a class="el" href="classv8_1_1SymbolObject.html">v8::SymbolObject</a>, including all inherited members.</p> <table class="directory"> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>BooleanValue</b>(Local&lt; Context &gt; context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>CallAsConstructor</b>(Local&lt; Context &gt; context, int argc, Local&lt; Value &gt; argv[]) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>CallAsFunction</b>(Local&lt; Context &gt; context, Local&lt; Value &gt; recv, int argc, Local&lt; Value &gt; argv[]) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>Cast</b>(v8::Value *obj) (defined in <a class="el" href="classv8_1_1SymbolObject.html">v8::SymbolObject</a>)</td><td class="entry"><a class="el" href="classv8_1_1SymbolObject.html">v8::SymbolObject</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Cast</b>(T *value) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#a5018c9d085aa71f65530cf1e073a04ad">Clone</a>()</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>CreateDataProperty</b>(Local&lt; Context &gt; context, Local&lt; Name &gt; key, Local&lt; Value &gt; value) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>CreateDataProperty</b>(Local&lt; Context &gt; context, uint32_t index, Local&lt; Value &gt; value) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#af6966283a7d7e20779961eed434db04d">CreationContext</a>()</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>DefineOwnProperty</b>(Local&lt; Context &gt; context, Local&lt; Name &gt; key, Local&lt; Value &gt; value, PropertyAttribute attributes=None) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Delete</b>(Local&lt; Context &gt; context, Local&lt; Value &gt; key) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>Delete</b>(Local&lt; Context &gt; context, uint32_t index) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>DeletePrivate</b>(Local&lt; Context &gt; context, Local&lt; Private &gt; key) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>Equals</b>(Local&lt; Context &gt; context, Local&lt; Value &gt; that) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#ae2ad9fee9db6e0e5da56973ebb8ea2bc">FindInstanceInPrototypeChain</a>(Local&lt; FunctionTemplate &gt; tmpl)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>Get</b>(Local&lt; Context &gt; context, Local&lt; Value &gt; key) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Get</b>(Local&lt; Context &gt; context, uint32_t index) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#a435f68bb7ef0f64dd522c5c910682448">GetAlignedPointerFromInternalField</a>(int index)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#a65b5a3dc93c0774594f8b0f2ab5481c8">GetAlignedPointerFromInternalField</a>(const PersistentBase&lt; Object &gt; &amp;object, int index)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">static</span></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#a7bbe987794658f20a3ec1b68326305e6">GetConstructorName</a>()</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#ac1ece41e81a499920ec3a2a3471653bc">GetIdentityHash</a>()</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#aa3324fdf652d8ac3b2f27faa0559231d">GetInternalField</a>(int index)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>GetOwnPropertyDescriptor</b>(Local&lt; Context &gt; context, Local&lt; String &gt; key) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>GetOwnPropertyNames</b>(Local&lt; Context &gt; context) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>GetPrivate</b>(Local&lt; Context &gt; context, Local&lt; Private &gt; key) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>GetPropertyAttributes</b>(Local&lt; Context &gt; context, Local&lt; Value &gt; key) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>GetPropertyNames</b>(Local&lt; Context &gt; context) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#ae8d3fed7d6dbd667c29cabb3039fe7af">GetPrototype</a>()</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>GetRealNamedProperty</b>(Local&lt; Context &gt; context, Local&lt; Name &gt; key) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>GetRealNamedPropertyAttributes</b>(Local&lt; Context &gt; context, Local&lt; Name &gt; key) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>GetRealNamedPropertyAttributesInPrototypeChain</b>(Local&lt; Context &gt; context, Local&lt; Name &gt; key) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>GetRealNamedPropertyInPrototypeChain</b>(Local&lt; Context &gt; context, Local&lt; Name &gt; key) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Has</b>(Local&lt; Context &gt; context, Local&lt; Value &gt; key) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>Has</b>(Local&lt; Context &gt; context, uint32_t index) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#a278913bcd203434870ce5184a538a9af">HasIndexedLookupInterceptor</a>()</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#a1e96fcb9ee17101c0299ec68f2cf8610">HasNamedLookupInterceptor</a>()</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>HasOwnProperty</b>(Local&lt; Context &gt; context, Local&lt; Name &gt; key) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#aad699867935fd2142ec97afa6e39a7f0">HasPrivate</a>(Local&lt; Context &gt; context, Local&lt; Private &gt; key)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>HasRealIndexedProperty</b>(Local&lt; Context &gt; context, uint32_t index) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>HasRealNamedCallbackProperty</b>(Local&lt; Context &gt; context, Local&lt; Name &gt; key) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>HasRealNamedProperty</b>(Local&lt; Context &gt; context, Local&lt; Name &gt; key) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>Int32Value</b>(Local&lt; Context &gt; context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>IntegerValue</b>(Local&lt; Context &gt; context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#aaec28576353eebe6fee113bce2718ecc">InternalFieldCount</a>()</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#a324a71142f621a32bfe5738648718370">InternalFieldCount</a>(const PersistentBase&lt; Object &gt; &amp;object)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">static</span></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#ad06a4b1f7215d852c367df390491ac84">IsArgumentsObject</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#aaee0b144087d20eae02314c9393ff80f">IsArray</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a65f9dad740f2468b44dc16349611c351">IsArrayBuffer</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#ad54475d15b7e6b6e17fc80fb4570cdf2">IsArrayBufferView</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a0aceb7645e71b096df5cd73d1252b1b0">IsBoolean</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#abe7bc06283e5e66013f2f056a943168b">IsBooleanObject</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#a23c2c1f23b50fab4a02e2f819641b865">IsCallable</a>()</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#afd20ab51e79658acc405c12dad2260ab">IsDataView</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a8bc11fab0aded4a805722ab6df173cae">IsDate</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a7ac61a325c18af8dcb6d7d5bf47d2503">IsExternal</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a68c0296071d01ca899825d7643cf495a">IsFalse</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a4effc7ca1a221dd8c1e23c0f28145ef0">IsFloat32Array</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#ab071bf567d89c8ce1489b1b7d93abc36">IsFloat32x4</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a293f140b81b0219d1497e937ed948b1e">IsFloat64Array</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a05532a34cdd215f273163830ed8b77e7">IsFunction</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a1cbbebde8c256d051c4606a7300870c6">IsGeneratorFunction</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a72982768acdadd82d1df02a452251d14">IsGeneratorObject</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a928c586639dd75ae4efdaa66b1fc4d50">IsInt16Array</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a01e1db51c65b2feace248b7acbf71a2c">IsInt32</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a48eac78a49c8b42d9f8cf05c514b3750">IsInt32Array</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a10a88a2794271dfcd9c3abd565e8f28a">IsInt8Array</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a71ef50f22d6bb4a093cc931b3d981c08">IsMap</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#af9c52a0668fa3260a0d12a2cdf895b4e">IsMapIterator</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a8829b16b442a6231499c89fd5a6f8049">IsName</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a579fb52e893cdc24f8b77e5acc77d06d">IsNativeError</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#aa2c6ed8ef832223a7e2cd81e6ac61c78">IsNull</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a1bd51e3e55f67c65b9a8f587fbffb7c7">IsNumber</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a5f4aa9504a6d8fc3af9489330179fe14">IsNumberObject</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a355b7991c5c978c0341f6f961b63c5a2">IsObject</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a93d6a0817b15a1d28050ba16e131e6b4">IsPromise</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a8a056f765e6e07a1d957fdc1be9b00d5">IsProxy</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#aae41e43486937d6122c297a0d43ac0b8">IsRegExp</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a220bd4056471ee1dda8ab9565517edd7">IsSet</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#addbae0104e07b990ee1af0bd7927824b">IsSetIterator</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#aa4ce26f174a4c1823dec56eb946d3134">IsSharedArrayBuffer</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#ab23a34b7df62806808e01b0908bf5f00">IsString</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a3e0f2727455fd01a39a60b92f77e28e0">IsStringObject</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#af3e6081c22d09a7bbc0a2aff59ed60a5">IsSymbol</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a867baa94cb8f1069452359e6cef6751e">IsSymbolObject</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a8f27462322186b295195eecb3e81d6d7">IsTrue</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#ac2f2f6c39f14a39fbb5b43577125dfe4">IsTypedArray</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a4a45fabf58b241f5de3086a3dd0a09ae">IsUint16Array</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a783c89631bac4ef3c4b909f40cc2b8d8">IsUint32</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a5e39229dc74d534835cf4ceba10676f4">IsUint32Array</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#acbe2cd9c9cce96ee498677ba37c8466d">IsUint8Array</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#ad3cb464ab5ef0215bd2cbdd4eb2b7e3d">IsUint8ClampedArray</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#aea287b745656baa8a12a2ae1d69744b6">IsUndefined</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#aab0297b39ed8e2a71b5dca7950228a36">IsWeakMap</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a6f5a238206cbd95f98e2da92cab72e80">IsWeakSet</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>New</b>(Isolate *isolate, Local&lt; Symbol &gt; value) (defined in <a class="el" href="classv8_1_1SymbolObject.html">v8::SymbolObject</a>)</td><td class="entry"><a class="el" href="classv8_1_1SymbolObject.html">v8::SymbolObject</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>New</b>(Isolate *isolate) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>NumberValue</b>(Local&lt; Context &gt; context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>ObjectProtoToString</b>(Local&lt; Context &gt; context) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>SameValue</b>(Local&lt; Value &gt; that) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>Set</b>(Local&lt; Context &gt; context, Local&lt; Value &gt; key, Local&lt; Value &gt; value) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Set</b>(Local&lt; Context &gt; context, uint32_t index, Local&lt; Value &gt; value) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>SetAccessor</b>(Local&lt; Context &gt; context, Local&lt; Name &gt; name, AccessorNameGetterCallback getter, AccessorNameSetterCallback setter=0, MaybeLocal&lt; Value &gt; data=MaybeLocal&lt; Value &gt;(), AccessControl settings=DEFAULT, PropertyAttribute attribute=None) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>SetAccessorProperty</b>(Local&lt; Name &gt; name, Local&lt; Function &gt; getter, Local&lt; Function &gt; setter=Local&lt; Function &gt;(), PropertyAttribute attribute=None, AccessControl settings=DEFAULT) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#a0ccba69581f0b5e4e672bab90f26879b">SetAlignedPointerInInternalField</a>(int index, void *value)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#ac45163422a18bb7481cc78fcacecb301">SetIntegrityLevel</a>(Local&lt; Context &gt; context, IntegrityLevel level)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#aebf949a0592cebc144bb2f96bfb7ec72">SetInternalField</a>(int index, Local&lt; Value &gt; value)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>SetPrivate</b>(Local&lt; Context &gt; context, Local&lt; Private &gt; key, Local&lt; Value &gt; value) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>SetPrototype</b>(Local&lt; Context &gt; context, Local&lt; Value &gt; prototype) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>StrictEquals</b>(Local&lt; Value &gt; that) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>ToArrayIndex</b>(Local&lt; Context &gt; context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>ToBoolean</b>(Local&lt; Context &gt; context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>ToDetailString</b>(Local&lt; Context &gt; context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>ToInt32</b>(Local&lt; Context &gt; context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>ToInteger</b>(Local&lt; Context &gt; context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>ToNumber</b>(Local&lt; Context &gt; context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>ToObject</b>(Local&lt; Context &gt; context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>ToString</b>(Local&lt; Context &gt; context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>ToUint32</b>(Local&lt; Context &gt; context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Uint32Value</b>(Local&lt; Context &gt; context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, bool Set(Local&lt; Value &gt; key, Local&lt; Value &gt; value)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, bool Set(uint32_t index, Local&lt; Value &gt; value)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use CreateDataProperty / DefineOwnProperty&quot;, Maybe&lt; bool &gt; ForceSet(Local&lt; Context &gt; context, Local&lt; Value &gt; key, Local&lt; Value &gt; value, PropertyAttribute attribs=None)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, Local&lt; Value &gt; Get(Local&lt; Value &gt; key)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, Local&lt; Value &gt; Get(uint32_t index)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, bool Has(Local&lt; Value &gt; key)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, bool Delete(Local&lt; Value &gt; key)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#a3f735ad2eab826ddc5eba467ce624acb">V8_DEPRECATE_SOON</a>(&quot;Use maybe version&quot;, Local&lt; Array &gt; GetPropertyNames())</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#aa72e9d0d22d1d4a4c4b63827a5469d40">V8_DEPRECATE_SOON</a>(&quot;Use maybe version&quot;, Local&lt; Array &gt; GetOwnPropertyNames())</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, bool HasRealNamedProperty(Local&lt; String &gt; key)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, bool HasRealIndexedProperty(uint32_t index)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, bool HasRealNamedCallbackProperty(Local&lt; String &gt; key)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#a5e7199a517d980396bb86f876b5bae0a">V8_DEPRECATE_SOON</a>(&quot;Keep track of isolate correctly&quot;, Isolate *GetIsolate())</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, Local&lt; Boolean &gt; ToBoolean(Isolate *isolate) const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, Local&lt; Number &gt; ToNumber(Isolate *isolate) const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, Local&lt; String &gt; ToString(Isolate *isolate) const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, Local&lt; Object &gt; ToObject(Isolate *isolate) const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, Local&lt; Integer &gt; ToInteger(Isolate *isolate) const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, Local&lt; Int32 &gt; ToInt32(Isolate *isolate) const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, Local&lt; Boolean &gt; ToBoolean() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, Local&lt; String &gt; ToString() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, Local&lt; Object &gt; ToObject() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, Local&lt; Integer &gt; ToInteger() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, bool BooleanValue() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, double NumberValue() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, int64_t IntegerValue() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, uint32_t Uint32Value() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, int32_t Int32Value() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#ae3528a485935d1b19a0e007cd5a06799">v8::Value::V8_DEPRECATE_SOON</a>(&quot;Use maybe version&quot;, bool Equals(Local&lt; Value &gt; that) const)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATED</b>(&quot;Use CreateDataProperty / DefineOwnProperty&quot;, bool ForceSet(Local&lt; Value &gt; key, Local&lt; Value &gt; value, PropertyAttribute attribs=None)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#aa45eb69321fa3eb1037b058b69ecfec1">V8_DEPRECATED</a>(&quot;Use maybe version&quot;, PropertyAttribute GetPropertyAttributes(Local&lt; Value &gt; key))</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#ad914d35a19347cd1afdeea4e215f4999">V8_DEPRECATED</a>(&quot;Use maybe version&quot;, Local&lt; Value &gt; GetOwnPropertyDescriptor(Local&lt; String &gt; key))</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATED</b>(&quot;Use maybe version&quot;, bool Has(uint32_t index)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATED</b>(&quot;Use maybe version&quot;, bool Delete(uint32_t index)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATED</b>(&quot;Use maybe version&quot;, bool SetAccessor(Local&lt; String &gt; name, AccessorGetterCallback getter, AccessorSetterCallback setter=0, Local&lt; Value &gt; data=Local&lt; Value &gt;(), AccessControl settings=DEFAULT, PropertyAttribute attribute=None)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATED</b>(&quot;Use maybe version&quot;, bool SetAccessor(Local&lt; Name &gt; name, AccessorNameGetterCallback getter, AccessorNameSetterCallback setter=0, Local&lt; Value &gt; data=Local&lt; Value &gt;(), AccessControl settings=DEFAULT, PropertyAttribute attribute=None)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#a4ce54e137e22eddbe2857a15a20219b2">V8_DEPRECATED</a>(&quot;Use maybe version&quot;, bool SetPrototype(Local&lt; Value &gt; prototype))</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#a06bb9aab716e466b8fa0e0c3fbb8f5d7">V8_DEPRECATED</a>(&quot;Use maybe version&quot;, Local&lt; String &gt; ObjectProtoToString())</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATED</b>(&quot;Use maybe version&quot;, bool HasOwnProperty(Local&lt; String &gt; key)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#a00982b58e0c86fcb37f5d74c8a33d1b8">V8_DEPRECATED</a>(&quot;Use maybe version&quot;, Local&lt; Value &gt; GetRealNamedPropertyInPrototypeChain(Local&lt; String &gt; key))</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#ac11ecb441033271172a4c34770be6488">V8_DEPRECATED</a>(&quot;Use maybe version&quot;, Maybe&lt; PropertyAttribute &gt; GetRealNamedPropertyAttributesInPrototypeChain(Local&lt; String &gt; key))</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#a870785c34482a0d284e56db93cd1eb5a">V8_DEPRECATED</a>(&quot;Use maybe version&quot;, Local&lt; Value &gt; GetRealNamedProperty(Local&lt; String &gt; key))</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#a1fdd165c23a55dba4ba48f484a94c3c3">V8_DEPRECATED</a>(&quot;Use maybe version&quot;, Maybe&lt; PropertyAttribute &gt; GetRealNamedPropertyAttributes(Local&lt; String &gt; key))</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATED</b>(&quot;Use v8::Object::SetPrivate instead.&quot;, bool SetHiddenValue(Local&lt; String &gt; key, Local&lt; Value &gt; value)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATED</b>(&quot;Use v8::Object::GetPrivate instead.&quot;, Local&lt; Value &gt; GetHiddenValue(Local&lt; String &gt; key)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATED</b>(&quot;Use v8::Object::DeletePrivate instead.&quot;, bool DeleteHiddenValue(Local&lt; String &gt; key)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#a8b4e2b65f72712420eb76842f2123fe3">V8_DEPRECATED</a>(&quot;Use maybe version&quot;, Local&lt; Value &gt; CallAsFunction(Local&lt; Value &gt; recv, int argc, Local&lt; Value &gt; argv[]))</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#a0ce5417b42d5bfb5a8dc3482dcb733eb">V8_DEPRECATED</a>(&quot;Use maybe version&quot;, Local&lt; Value &gt; CallAsConstructor(int argc, Local&lt; Value &gt; argv[]))</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATED</b>(&quot;Use maybe version&quot;, Local&lt; String &gt; ToDetailString(Isolate *isolate) const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATED</b>(&quot;Use maybe version&quot;, Local&lt; Uint32 &gt; ToUint32(Isolate *isolate) const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATED</b>(&quot;Use maybe version&quot;, Local&lt; Number &gt; ToNumber() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATED</b>(&quot;Use maybe version&quot;, Local&lt; String &gt; ToDetailString() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATED</b>(&quot;Use maybe version&quot;, Local&lt; Uint32 &gt; ToUint32() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATED</b>(&quot;Use maybe version&quot;, Local&lt; Int32 &gt; ToInt32() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#adedc431c9a5f9fc875027c773cc26585">v8::Value::V8_DEPRECATED</a>(&quot;Use maybe version&quot;, Local&lt; Uint32 &gt; ToArrayIndex() const)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>ValueOf</b>() const (defined in <a class="el" href="classv8_1_1SymbolObject.html">v8::SymbolObject</a>)</td><td class="entry"><a class="el" href="classv8_1_1SymbolObject.html">v8::SymbolObject</a></td><td class="entry"></td></tr> </table></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.11 </small></address> </body> </html>
v8-dox/v8-dox.github.io
1ff512c/html/classv8_1_1SymbolObject-members.html
HTML
mit
57,413
<input class="search" ng-model="data.searchText" ng-change="search()"/> <div class="result-header"> <span class="col-name">Name</span> <span class="col-score"> Score</span> <span class="col-github"> Github URL</span> </div> <div class="result" ng-repeat="r in data.results"> <span class="row-name"> {{ r.name }}</span> <span class="row-score"> {{ r.score }}</span> <span class="row-github"> {{ r.github }}</span> </div>
Gitur/site
public/templates/list.html
HTML
mit
444
<section class="thirteen columns"> <h1>Skillsets</h1> <article> <header> <h1>Code</h1> </header> <p>I am comfortable with Shell, Powershell, and Python. I have experience using/migrating/implementing modern (Git) and more traditional (CVS, SVN) version control systems. I am big fan of Atlassian products as well and have experience administering JIRA, Confluence, BitBucket, GitLab, and Jenkins.</p> </article> </section>
dmonagha/cv
_includes/skills.html
HTML
mit
474
<!doctype html> <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/> <title>ToDo List</title> <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> </head> <body> <div id="container"> <div id="main"> <h1>ToDo List</h1> <div style="width:100%"> <a class="glyphicon glyphicon-plus" id="newTodo"> </a> </div> <div style="clear:both"></div> <ul style="width:100%" id="listOfTodos"> </div> </div> <div id="new-todo"> <h1>Yeni İş</h1> <div style="width:100%"> <div style="width:30%; float: left">İş</div> <div style="width:70%; float: left"> <input type="text" id="name" /> </div> <div style="clear: both"></div> <div style="width:30%; float: left">Açıklama</div> <div style="width:70%; float: left"> <input type="text" id="description" /> </div> <div style="clear: both"></div> <div style="width:30%; float: left">Tarih</div> <div style="width:70%; float: left"> <input type="date" id="date"> </div> <div style="clear: both"></div> <div style="width:30%; float: left; margin-top:10px; ">Hatırlatma</div> <div style="width:9%; float: left; margin-top:10px;"> <label class="switch"> <input type="checkbox" id="switchC"> <span class="slider round"></span> </label> </div> <div style="clear: both"></div> <div style="width:30%; float: left">&nbsp;</div> <div style="width:70%; float: left"> <input type="button" id="submitTodo" value="Kaydet" /> </div> <div style="clear: both"></div> </div> </div> </div> <script src="vendor.bundle.js"></script> <script src="main.bundle.js"></script> </body> </html>
UcuBirArada/Todo-Chrome-Extension
src/popup/index.html
HTML
mit
2,789
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>pymatgen.entries.compatibility &#8212; pymatgen 2018.4.6 documentation</title> <link rel="stylesheet" href="../../../_static/proBlue.css" type="text/css" /> <link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" /> <script type="text/javascript" src="../../../_static/documentation_options.js"></script> <script type="text/javascript" src="../../../_static/jquery.js"></script> <script type="text/javascript" src="../../../_static/underscore.js"></script> <script type="text/javascript" src="../../../_static/doctools.js"></script> <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> <link rel="shortcut icon" href="../../../_static/favicon.ico"/> <link rel="index" title="Index" href="../../../genindex.html" /> <link rel="search" title="Search" href="../../../search.html" /> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-33990148-1']); _gaq.push(['_trackPageview']); </script> </head><body> <div class="related" role="navigation" aria-label="related navigation"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="../../../genindex.html" title="General Index" accesskey="I">index</a></li> <li class="right" > <a href="../../../py-modindex.html" title="Python Module Index" >modules</a> |</li> <li class="nav-item nav-item-0"><a href="../../../index.html">pymatgen 2018.4.6 documentation</a> &#187;</li> <li class="nav-item nav-item-1"><a href="../../index.html" >Module code</a> &#187;</li> <li class="nav-item nav-item-2"><a href="../../pymatgen.html" accesskey="U">pymatgen</a> &#187;</li> </ul> </div> <div class="document"> <div class="documentwrapper"> <div class="bodywrapper"> <div class="body" role="main"> <h1>Source code for pymatgen.entries.compatibility</h1><div class="highlight"><pre> <span></span><span class="c1"># coding: utf-8</span> <span class="c1"># Copyright (c) Pymatgen Development Team.</span> <span class="c1"># Distributed under the terms of the MIT License.</span> <span class="kn">from</span> <span class="nn">__future__</span> <span class="k">import</span> <span class="n">division</span><span class="p">,</span> <span class="n">unicode_literals</span> <span class="kn">import</span> <span class="nn">os</span> <span class="kn">import</span> <span class="nn">abc</span> <span class="kn">import</span> <span class="nn">warnings</span> <span class="kn">import</span> <span class="nn">six</span> <span class="kn">from</span> <span class="nn">six.moves</span> <span class="k">import</span> <span class="nb">filter</span><span class="p">,</span> <span class="nb">map</span> <span class="kn">from</span> <span class="nn">collections</span> <span class="k">import</span> <span class="n">defaultdict</span> <span class="kn">from</span> <span class="nn">monty.design_patterns</span> <span class="k">import</span> <span class="n">cached_class</span> <span class="kn">from</span> <span class="nn">monty.serialization</span> <span class="k">import</span> <span class="n">loadfn</span> <span class="kn">from</span> <span class="nn">monty.json</span> <span class="k">import</span> <span class="n">MSONable</span> <span class="kn">from</span> <span class="nn">pymatgen.io.vasp.sets</span> <span class="k">import</span> <span class="n">MITRelaxSet</span><span class="p">,</span> <span class="n">MPRelaxSet</span> <span class="kn">from</span> <span class="nn">pymatgen.core.periodic_table</span> <span class="k">import</span> <span class="n">Element</span> <span class="kn">from</span> <span class="nn">pymatgen.analysis.structure_analyzer</span> <span class="k">import</span> <span class="n">oxide_type</span><span class="p">,</span> <span class="n">sulfide_type</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd">This module implements Compatibility corrections for mixing runs of different</span> <span class="sd">functionals.</span> <span class="sd">&quot;&quot;&quot;</span> <span class="n">MODULE_DIR</span> <span class="o">=</span> <span class="n">os</span><span class="o">.</span><span class="n">path</span><span class="o">.</span><span class="n">dirname</span><span class="p">(</span><span class="n">os</span><span class="o">.</span><span class="n">path</span><span class="o">.</span><span class="n">abspath</span><span class="p">(</span><span class="vm">__file__</span><span class="p">))</span> <span class="n">__author__</span> <span class="o">=</span> <span class="s2">&quot;Shyue Ping Ong, Anubhav Jain, Stephen Dacek, Sai Jayaraman&quot;</span> <span class="n">__copyright__</span> <span class="o">=</span> <span class="s2">&quot;Copyright 2012, The Materials Project&quot;</span> <span class="n">__version__</span> <span class="o">=</span> <span class="s2">&quot;1.0&quot;</span> <span class="n">__maintainer__</span> <span class="o">=</span> <span class="s2">&quot;Shyue Ping Ong&quot;</span> <span class="n">__email__</span> <span class="o">=</span> <span class="s2">&quot;shyuep@gmail.com&quot;</span> <span class="n">__date__</span> <span class="o">=</span> <span class="s2">&quot;Mar 19, 2012&quot;</span> <div class="viewcode-block" id="CompatibilityError"><a class="viewcode-back" href="../../../pymatgen.entries.compatibility.html#pymatgen.entries.compatibility.CompatibilityError">[docs]</a><span class="k">class</span> <span class="nc">CompatibilityError</span><span class="p">(</span><span class="ne">Exception</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Exception class for Compatibility. Raised by attempting correction</span> <span class="sd"> on incompatible calculation</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="k">def</span> <span class="nf">__init__</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">msg</span><span class="p">):</span> <span class="bp">self</span><span class="o">.</span><span class="n">msg</span> <span class="o">=</span> <span class="n">msg</span> <span class="k">def</span> <span class="nf">__str__</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="k">return</span> <span class="bp">self</span><span class="o">.</span><span class="n">msg</span></div> <div class="viewcode-block" id="Correction"><a class="viewcode-back" href="../../../pymatgen.entries.compatibility.html#pymatgen.entries.compatibility.Correction">[docs]</a><span class="k">class</span> <span class="nc">Correction</span><span class="p">(</span><span class="n">six</span><span class="o">.</span><span class="n">with_metaclass</span><span class="p">(</span><span class="n">abc</span><span class="o">.</span><span class="n">ABCMeta</span><span class="p">,</span> <span class="nb">object</span><span class="p">)):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> A Correction class is a pre-defined scheme for correction a computed</span> <span class="sd"> entry based on the type and chemistry of the structure and the</span> <span class="sd"> calculation parameters. All Correction classes must implement a</span> <span class="sd"> correct_entry method.</span> <span class="sd"> &quot;&quot;&quot;</span> <div class="viewcode-block" id="Correction.get_correction"><a class="viewcode-back" href="../../../pymatgen.entries.compatibility.html#pymatgen.entries.compatibility.Correction.get_correction">[docs]</a> <span class="nd">@abc</span><span class="o">.</span><span class="n">abstractmethod</span> <span class="k">def</span> <span class="nf">get_correction</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">entry</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Returns correction for a single entry.</span> <span class="sd"> Args:</span> <span class="sd"> entry: A ComputedEntry object.</span> <span class="sd"> Returns:</span> <span class="sd"> The energy correction to be applied.</span> <span class="sd"> Raises:</span> <span class="sd"> CompatibilityError if entry is not compatible.</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="k">return</span></div> <div class="viewcode-block" id="Correction.correct_entry"><a class="viewcode-back" href="../../../pymatgen.entries.compatibility.html#pymatgen.entries.compatibility.Correction.correct_entry">[docs]</a> <span class="k">def</span> <span class="nf">correct_entry</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">entry</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Corrects a single entry.</span> <span class="sd"> Args:</span> <span class="sd"> entry: A ComputedEntry object.</span> <span class="sd"> Returns:</span> <span class="sd"> An processed entry.</span> <span class="sd"> Raises:</span> <span class="sd"> CompatibilityError if entry is not compatible.</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="n">entry</span><span class="o">.</span><span class="n">correction</span> <span class="o">+=</span> <span class="bp">self</span><span class="o">.</span><span class="n">get_correction</span><span class="p">(</span><span class="n">entry</span><span class="p">)</span> <span class="k">return</span> <span class="n">entry</span></div></div> <div class="viewcode-block" id="PotcarCorrection"><a class="viewcode-back" href="../../../pymatgen.entries.compatibility.html#pymatgen.entries.compatibility.PotcarCorrection">[docs]</a><span class="k">class</span> <span class="nc">PotcarCorrection</span><span class="p">(</span><span class="n">Correction</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Checks that POTCARs are valid within a pre-defined input set. This</span> <span class="sd"> ensures that calculations performed using different InputSets are not</span> <span class="sd"> compared against each other.</span> <span class="sd"> Entry.parameters must contain a &quot;potcar_symbols&quot; key that is a list of</span> <span class="sd"> all POTCARs used in the run. Again, using the example of an Fe2O3 run</span> <span class="sd"> using Materials Project parameters, this would look like</span> <span class="sd"> entry.parameters[&quot;potcar_symbols&quot;] = [&#39;PAW_PBE Fe_pv 06Sep2000&#39;,</span> <span class="sd"> &#39;PAW_PBE O 08Apr2002&#39;].</span> <span class="sd"> Args:</span> <span class="sd"> input_set: InputSet object used to generate the runs (used to check</span> <span class="sd"> for correct potcar symbols)</span> <span class="sd"> check_hash (bool): If true, uses the potcar hash to check for valid</span> <span class="sd"> potcars. If false, uses the potcar symbol (Less reliable).</span> <span class="sd"> Defaults to True</span> <span class="sd"> Raises:</span> <span class="sd"> ValueError if entry do not contain &quot;potcar_symbols&quot; key.</span> <span class="sd"> CombatibilityError if wrong potcar symbols</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="k">def</span> <span class="nf">__init__</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">input_set</span><span class="p">,</span> <span class="n">check_hash</span><span class="o">=</span><span class="kc">False</span><span class="p">):</span> <span class="n">potcar_settings</span> <span class="o">=</span> <span class="n">input_set</span><span class="o">.</span><span class="n">CONFIG</span><span class="p">[</span><span class="s2">&quot;POTCAR&quot;</span><span class="p">]</span> <span class="k">if</span> <span class="nb">isinstance</span><span class="p">(</span><span class="nb">list</span><span class="p">(</span><span class="n">potcar_settings</span><span class="o">.</span><span class="n">values</span><span class="p">())[</span><span class="o">-</span><span class="mi">1</span><span class="p">],</span> <span class="nb">dict</span><span class="p">):</span> <span class="k">if</span> <span class="n">check_hash</span><span class="p">:</span> <span class="bp">self</span><span class="o">.</span><span class="n">valid_potcars</span> <span class="o">=</span> <span class="p">{</span><span class="n">k</span><span class="p">:</span> <span class="n">d</span><span class="p">[</span><span class="s2">&quot;hash&quot;</span><span class="p">]</span> <span class="k">for</span> <span class="n">k</span><span class="p">,</span> <span class="n">d</span> <span class="ow">in</span> <span class="n">potcar_settings</span><span class="o">.</span><span class="n">items</span><span class="p">()}</span> <span class="k">else</span><span class="p">:</span> <span class="bp">self</span><span class="o">.</span><span class="n">valid_potcars</span> <span class="o">=</span> <span class="p">{</span><span class="n">k</span><span class="p">:</span> <span class="n">d</span><span class="p">[</span><span class="s2">&quot;symbol&quot;</span><span class="p">]</span> <span class="k">for</span> <span class="n">k</span><span class="p">,</span> <span class="n">d</span> <span class="ow">in</span> <span class="n">potcar_settings</span><span class="o">.</span><span class="n">items</span><span class="p">()}</span> <span class="k">else</span><span class="p">:</span> <span class="k">if</span> <span class="n">check_hash</span><span class="p">:</span> <span class="k">raise</span> <span class="ne">ValueError</span><span class="p">(</span><span class="s1">&#39;Cannot check hashes of potcars,&#39;</span> <span class="s1">&#39; hashes are not set&#39;</span><span class="p">)</span> <span class="k">else</span><span class="p">:</span> <span class="bp">self</span><span class="o">.</span><span class="n">valid_potcars</span> <span class="o">=</span> <span class="p">{</span><span class="n">k</span><span class="p">:</span> <span class="n">d</span> <span class="k">for</span> <span class="n">k</span><span class="p">,</span> <span class="n">d</span> <span class="ow">in</span> <span class="n">potcar_settings</span><span class="o">.</span><span class="n">items</span><span class="p">()}</span> <span class="bp">self</span><span class="o">.</span><span class="n">input_set</span> <span class="o">=</span> <span class="n">input_set</span> <span class="bp">self</span><span class="o">.</span><span class="n">check_hash</span> <span class="o">=</span> <span class="n">check_hash</span> <div class="viewcode-block" id="PotcarCorrection.get_correction"><a class="viewcode-back" href="../../../pymatgen.entries.compatibility.html#pymatgen.entries.compatibility.PotcarCorrection.get_correction">[docs]</a> <span class="k">def</span> <span class="nf">get_correction</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">entry</span><span class="p">):</span> <span class="k">if</span> <span class="bp">self</span><span class="o">.</span><span class="n">check_hash</span><span class="p">:</span> <span class="k">if</span> <span class="n">entry</span><span class="o">.</span><span class="n">parameters</span><span class="o">.</span><span class="n">get</span><span class="p">(</span><span class="s2">&quot;potcar_spec&quot;</span><span class="p">):</span> <span class="n">psp_settings</span> <span class="o">=</span> <span class="nb">set</span><span class="p">([</span><span class="n">d</span><span class="o">.</span><span class="n">get</span><span class="p">(</span><span class="s2">&quot;hash&quot;</span><span class="p">)</span> <span class="k">for</span> <span class="n">d</span> <span class="ow">in</span> <span class="n">entry</span><span class="o">.</span><span class="n">parameters</span><span class="p">[</span> <span class="s2">&quot;potcar_spec&quot;</span><span class="p">]</span> <span class="k">if</span> <span class="n">d</span><span class="p">])</span> <span class="k">else</span><span class="p">:</span> <span class="k">raise</span> <span class="ne">ValueError</span><span class="p">(</span><span class="s1">&#39;Cannot check hash &#39;</span> <span class="s1">&#39;without potcar_spec field&#39;</span><span class="p">)</span> <span class="k">else</span><span class="p">:</span> <span class="k">if</span> <span class="n">entry</span><span class="o">.</span><span class="n">parameters</span><span class="o">.</span><span class="n">get</span><span class="p">(</span><span class="s2">&quot;potcar_spec&quot;</span><span class="p">):</span> <span class="n">psp_settings</span> <span class="o">=</span> <span class="nb">set</span><span class="p">([</span><span class="n">d</span><span class="o">.</span><span class="n">get</span><span class="p">(</span><span class="s2">&quot;titel&quot;</span><span class="p">)</span><span class="o">.</span><span class="n">split</span><span class="p">()[</span><span class="mi">1</span><span class="p">]</span> <span class="k">for</span> <span class="n">d</span> <span class="ow">in</span> <span class="n">entry</span><span class="o">.</span><span class="n">parameters</span><span class="p">[</span> <span class="s2">&quot;potcar_spec&quot;</span><span class="p">]</span> <span class="k">if</span> <span class="n">d</span><span class="p">])</span> <span class="k">else</span><span class="p">:</span> <span class="n">psp_settings</span> <span class="o">=</span> <span class="nb">set</span><span class="p">([</span><span class="n">sym</span><span class="o">.</span><span class="n">split</span><span class="p">()[</span><span class="mi">1</span><span class="p">]</span> <span class="k">for</span> <span class="n">sym</span> <span class="ow">in</span> <span class="n">entry</span><span class="o">.</span><span class="n">parameters</span><span class="p">[</span> <span class="s2">&quot;potcar_symbols&quot;</span><span class="p">]</span> <span class="k">if</span> <span class="n">sym</span><span class="p">])</span> <span class="k">if</span> <span class="p">{</span><span class="bp">self</span><span class="o">.</span><span class="n">valid_potcars</span><span class="p">[</span><span class="nb">str</span><span class="p">(</span><span class="n">el</span><span class="p">)]</span> <span class="k">for</span> <span class="n">el</span> <span class="ow">in</span> <span class="n">entry</span><span class="o">.</span><span class="n">composition</span><span class="o">.</span><span class="n">elements</span><span class="p">}</span> <span class="o">!=</span> <span class="n">psp_settings</span><span class="p">:</span> <span class="k">raise</span> <span class="n">CompatibilityError</span><span class="p">(</span><span class="s1">&#39;Incompatible potcar&#39;</span><span class="p">)</span> <span class="k">return</span> <span class="mi">0</span></div> <span class="k">def</span> <span class="nf">__str__</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="k">return</span> <span class="s2">&quot;</span><span class="si">{}</span><span class="s2"> Potcar Correction&quot;</span><span class="o">.</span><span class="n">format</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">input_set</span><span class="o">.</span><span class="vm">__name__</span><span class="p">)</span></div> <div class="viewcode-block" id="GasCorrection"><a class="viewcode-back" href="../../../pymatgen.entries.compatibility.html#pymatgen.entries.compatibility.GasCorrection">[docs]</a><span class="nd">@cached_class</span> <span class="k">class</span> <span class="nc">GasCorrection</span><span class="p">(</span><span class="n">Correction</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Correct gas energies to obtain the right formation energies. Note that</span> <span class="sd"> this depends on calculations being run within the same input set.</span> <span class="sd"> Args:</span> <span class="sd"> config_file: Path to the selected compatibility.yaml config file.</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="k">def</span> <span class="nf">__init__</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">config_file</span><span class="p">):</span> <span class="n">c</span> <span class="o">=</span> <span class="n">loadfn</span><span class="p">(</span><span class="n">config_file</span><span class="p">)</span> <span class="bp">self</span><span class="o">.</span><span class="n">name</span> <span class="o">=</span> <span class="n">c</span><span class="p">[</span><span class="s1">&#39;Name&#39;</span><span class="p">]</span> <span class="bp">self</span><span class="o">.</span><span class="n">cpd_energies</span> <span class="o">=</span> <span class="n">c</span><span class="p">[</span><span class="s1">&#39;Advanced&#39;</span><span class="p">][</span><span class="s1">&#39;CompoundEnergies&#39;</span><span class="p">]</span> <span class="k">def</span> <span class="nf">get_correction</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">entry</span><span class="p">):</span> <span class="n">comp</span> <span class="o">=</span> <span class="n">entry</span><span class="o">.</span><span class="n">composition</span> <span class="n">rform</span> <span class="o">=</span> <span class="n">entry</span><span class="o">.</span><span class="n">composition</span><span class="o">.</span><span class="n">reduced_formula</span> <span class="k">if</span> <span class="n">rform</span> <span class="ow">in</span> <span class="bp">self</span><span class="o">.</span><span class="n">cpd_energies</span><span class="p">:</span> <span class="k">return</span> <span class="bp">self</span><span class="o">.</span><span class="n">cpd_energies</span><span class="p">[</span><span class="n">rform</span><span class="p">]</span> <span class="o">*</span> <span class="n">comp</span><span class="o">.</span><span class="n">num_atoms</span> \ <span class="o">-</span> <span class="n">entry</span><span class="o">.</span><span class="n">uncorrected_energy</span> <span class="k">return</span> <span class="mi">0</span> <span class="k">def</span> <span class="nf">__str__</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="k">return</span> <span class="s2">&quot;</span><span class="si">{}</span><span class="s2"> Gas Correction&quot;</span><span class="o">.</span><span class="n">format</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">name</span><span class="p">)</span></div> <div class="viewcode-block" id="AnionCorrection"><a class="viewcode-back" href="../../../pymatgen.entries.compatibility.html#pymatgen.entries.compatibility.AnionCorrection">[docs]</a><span class="nd">@cached_class</span> <span class="k">class</span> <span class="nc">AnionCorrection</span><span class="p">(</span><span class="n">Correction</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Correct anion energies to obtain the right formation energies. Note that</span> <span class="sd"> this depends on calculations being run within the same input set.</span> <span class="sd"> Args:</span> <span class="sd"> config_file: Path to the selected compatibility.yaml config file.</span> <span class="sd"> correct_peroxide: Specify whether peroxide/superoxide/ozonide</span> <span class="sd"> corrections are to be applied or not.</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="k">def</span> <span class="nf">__init__</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">config_file</span><span class="p">,</span> <span class="n">correct_peroxide</span><span class="o">=</span><span class="kc">True</span><span class="p">):</span> <span class="n">c</span> <span class="o">=</span> <span class="n">loadfn</span><span class="p">(</span><span class="n">config_file</span><span class="p">)</span> <span class="bp">self</span><span class="o">.</span><span class="n">oxide_correction</span> <span class="o">=</span> <span class="n">c</span><span class="p">[</span><span class="s1">&#39;OxideCorrections&#39;</span><span class="p">]</span> <span class="bp">self</span><span class="o">.</span><span class="n">sulfide_correction</span> <span class="o">=</span> <span class="n">c</span><span class="o">.</span><span class="n">get</span><span class="p">(</span><span class="s1">&#39;SulfideCorrections&#39;</span><span class="p">,</span> <span class="n">defaultdict</span><span class="p">(</span> <span class="nb">float</span><span class="p">))</span> <span class="bp">self</span><span class="o">.</span><span class="n">name</span> <span class="o">=</span> <span class="n">c</span><span class="p">[</span><span class="s1">&#39;Name&#39;</span><span class="p">]</span> <span class="bp">self</span><span class="o">.</span><span class="n">correct_peroxide</span> <span class="o">=</span> <span class="n">correct_peroxide</span> <span class="k">def</span> <span class="nf">get_correction</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">entry</span><span class="p">):</span> <span class="n">comp</span> <span class="o">=</span> <span class="n">entry</span><span class="o">.</span><span class="n">composition</span> <span class="k">if</span> <span class="nb">len</span><span class="p">(</span><span class="n">comp</span><span class="p">)</span> <span class="o">==</span> <span class="mi">1</span><span class="p">:</span> <span class="c1"># Skip element entry</span> <span class="k">return</span> <span class="mi">0</span> <span class="n">correction</span> <span class="o">=</span> <span class="mi">0</span> <span class="c1"># Check for sulfide corrections</span> <span class="k">if</span> <span class="n">Element</span><span class="p">(</span><span class="s2">&quot;S&quot;</span><span class="p">)</span> <span class="ow">in</span> <span class="n">comp</span><span class="p">:</span> <span class="n">sf_type</span> <span class="o">=</span> <span class="s2">&quot;sulfide&quot;</span> <span class="k">if</span> <span class="n">entry</span><span class="o">.</span><span class="n">data</span><span class="o">.</span><span class="n">get</span><span class="p">(</span><span class="s2">&quot;sulfide_type&quot;</span><span class="p">):</span> <span class="n">sf_type</span> <span class="o">=</span> <span class="n">entry</span><span class="o">.</span><span class="n">data</span><span class="p">[</span><span class="s2">&quot;sulfide_type&quot;</span><span class="p">]</span> <span class="k">elif</span> <span class="nb">hasattr</span><span class="p">(</span><span class="n">entry</span><span class="p">,</span> <span class="s2">&quot;structure&quot;</span><span class="p">):</span> <span class="n">sf_type</span> <span class="o">=</span> <span class="n">sulfide_type</span><span class="p">(</span><span class="n">entry</span><span class="o">.</span><span class="n">structure</span><span class="p">)</span> <span class="k">if</span> <span class="n">sf_type</span> <span class="ow">in</span> <span class="bp">self</span><span class="o">.</span><span class="n">sulfide_correction</span><span class="p">:</span> <span class="n">correction</span> <span class="o">+=</span> <span class="bp">self</span><span class="o">.</span><span class="n">sulfide_correction</span><span class="p">[</span><span class="n">sf_type</span><span class="p">]</span> <span class="o">*</span> <span class="n">comp</span><span class="p">[</span><span class="s2">&quot;S&quot;</span><span class="p">]</span> <span class="c1"># Check for oxide, peroxide, superoxide, and ozonide corrections.</span> <span class="k">if</span> <span class="n">Element</span><span class="p">(</span><span class="s2">&quot;O&quot;</span><span class="p">)</span> <span class="ow">in</span> <span class="n">comp</span><span class="p">:</span> <span class="k">if</span> <span class="bp">self</span><span class="o">.</span><span class="n">correct_peroxide</span><span class="p">:</span> <span class="k">if</span> <span class="n">entry</span><span class="o">.</span><span class="n">data</span><span class="o">.</span><span class="n">get</span><span class="p">(</span><span class="s2">&quot;oxide_type&quot;</span><span class="p">):</span> <span class="k">if</span> <span class="n">entry</span><span class="o">.</span><span class="n">data</span><span class="p">[</span><span class="s2">&quot;oxide_type&quot;</span><span class="p">]</span> <span class="ow">in</span> <span class="bp">self</span><span class="o">.</span><span class="n">oxide_correction</span><span class="p">:</span> <span class="n">ox_corr</span> <span class="o">=</span> <span class="bp">self</span><span class="o">.</span><span class="n">oxide_correction</span><span class="p">[</span> <span class="n">entry</span><span class="o">.</span><span class="n">data</span><span class="p">[</span><span class="s2">&quot;oxide_type&quot;</span><span class="p">]]</span> <span class="n">correction</span> <span class="o">+=</span> <span class="n">ox_corr</span> <span class="o">*</span> <span class="n">comp</span><span class="p">[</span><span class="s2">&quot;O&quot;</span><span class="p">]</span> <span class="k">if</span> <span class="n">entry</span><span class="o">.</span><span class="n">data</span><span class="p">[</span><span class="s2">&quot;oxide_type&quot;</span><span class="p">]</span> <span class="o">==</span> <span class="s2">&quot;hydroxide&quot;</span><span class="p">:</span> <span class="n">ox_corr</span> <span class="o">=</span> <span class="bp">self</span><span class="o">.</span><span class="n">oxide_correction</span><span class="p">[</span><span class="s2">&quot;oxide&quot;</span><span class="p">]</span> <span class="n">correction</span> <span class="o">+=</span> <span class="n">ox_corr</span> <span class="o">*</span> <span class="n">comp</span><span class="p">[</span><span class="s2">&quot;O&quot;</span><span class="p">]</span> <span class="k">elif</span> <span class="nb">hasattr</span><span class="p">(</span><span class="n">entry</span><span class="p">,</span> <span class="s2">&quot;structure&quot;</span><span class="p">):</span> <span class="n">ox_type</span><span class="p">,</span> <span class="n">nbonds</span> <span class="o">=</span> <span class="n">oxide_type</span><span class="p">(</span><span class="n">entry</span><span class="o">.</span><span class="n">structure</span><span class="p">,</span> <span class="mf">1.05</span><span class="p">,</span> <span class="n">return_nbonds</span><span class="o">=</span><span class="kc">True</span><span class="p">)</span> <span class="k">if</span> <span class="n">ox_type</span> <span class="ow">in</span> <span class="bp">self</span><span class="o">.</span><span class="n">oxide_correction</span><span class="p">:</span> <span class="n">correction</span> <span class="o">+=</span> <span class="bp">self</span><span class="o">.</span><span class="n">oxide_correction</span><span class="p">[</span><span class="n">ox_type</span><span class="p">]</span> <span class="o">*</span> \ <span class="n">nbonds</span> <span class="k">elif</span> <span class="n">ox_type</span> <span class="o">==</span> <span class="s2">&quot;hydroxide&quot;</span><span class="p">:</span> <span class="n">correction</span> <span class="o">+=</span> <span class="bp">self</span><span class="o">.</span><span class="n">oxide_correction</span><span class="p">[</span><span class="s2">&quot;oxide&quot;</span><span class="p">]</span> <span class="o">*</span> \ <span class="n">comp</span><span class="p">[</span><span class="s2">&quot;O&quot;</span><span class="p">]</span> <span class="k">else</span><span class="p">:</span> <span class="n">warnings</span><span class="o">.</span><span class="n">warn</span><span class="p">(</span> <span class="s2">&quot;No structure or oxide_type parameter present. Note &quot;</span> <span class="s2">&quot;that peroxide/superoxide corrections are not as &quot;</span> <span class="s2">&quot;reliable and relies only on detection of special&quot;</span> <span class="s2">&quot;formulas, e.g., Li2O2.&quot;</span><span class="p">)</span> <span class="n">rform</span> <span class="o">=</span> <span class="n">entry</span><span class="o">.</span><span class="n">composition</span><span class="o">.</span><span class="n">reduced_formula</span> <span class="k">if</span> <span class="n">rform</span> <span class="ow">in</span> <span class="n">UCorrection</span><span class="o">.</span><span class="n">common_peroxides</span><span class="p">:</span> <span class="n">correction</span> <span class="o">+=</span> <span class="bp">self</span><span class="o">.</span><span class="n">oxide_correction</span><span class="p">[</span><span class="s2">&quot;peroxide&quot;</span><span class="p">]</span> <span class="o">*</span> \ <span class="n">comp</span><span class="p">[</span><span class="s2">&quot;O&quot;</span><span class="p">]</span> <span class="k">elif</span> <span class="n">rform</span> <span class="ow">in</span> <span class="n">UCorrection</span><span class="o">.</span><span class="n">common_superoxides</span><span class="p">:</span> <span class="n">correction</span> <span class="o">+=</span> <span class="bp">self</span><span class="o">.</span><span class="n">oxide_correction</span><span class="p">[</span><span class="s2">&quot;superoxide&quot;</span><span class="p">]</span> <span class="o">*</span> \ <span class="n">comp</span><span class="p">[</span><span class="s2">&quot;O&quot;</span><span class="p">]</span> <span class="k">elif</span> <span class="n">rform</span> <span class="ow">in</span> <span class="n">UCorrection</span><span class="o">.</span><span class="n">ozonides</span><span class="p">:</span> <span class="n">correction</span> <span class="o">+=</span> <span class="bp">self</span><span class="o">.</span><span class="n">oxide_correction</span><span class="p">[</span><span class="s2">&quot;ozonide&quot;</span><span class="p">]</span> <span class="o">*</span> \ <span class="n">comp</span><span class="p">[</span><span class="s2">&quot;O&quot;</span><span class="p">]</span> <span class="k">elif</span> <span class="n">Element</span><span class="p">(</span><span class="s2">&quot;O&quot;</span><span class="p">)</span> <span class="ow">in</span> <span class="n">comp</span><span class="o">.</span><span class="n">elements</span> <span class="ow">and</span> <span class="nb">len</span><span class="p">(</span><span class="n">comp</span><span class="o">.</span><span class="n">elements</span><span class="p">)</span>\ <span class="o">&gt;</span> <span class="mi">1</span><span class="p">:</span> <span class="n">correction</span> <span class="o">+=</span> <span class="bp">self</span><span class="o">.</span><span class="n">oxide_correction</span><span class="p">[</span><span class="s1">&#39;oxide&#39;</span><span class="p">]</span> <span class="o">*</span> \ <span class="n">comp</span><span class="p">[</span><span class="s2">&quot;O&quot;</span><span class="p">]</span> <span class="k">else</span><span class="p">:</span> <span class="n">correction</span> <span class="o">+=</span> <span class="bp">self</span><span class="o">.</span><span class="n">oxide_correction</span><span class="p">[</span><span class="s1">&#39;oxide&#39;</span><span class="p">]</span> <span class="o">*</span> <span class="n">comp</span><span class="p">[</span><span class="s2">&quot;O&quot;</span><span class="p">]</span> <span class="k">return</span> <span class="n">correction</span> <span class="k">def</span> <span class="nf">__str__</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="k">return</span> <span class="s2">&quot;</span><span class="si">{}</span><span class="s2"> Anion Correction&quot;</span><span class="o">.</span><span class="n">format</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">name</span><span class="p">)</span></div> <div class="viewcode-block" id="AqueousCorrection"><a class="viewcode-back" href="../../../pymatgen.entries.compatibility.html#pymatgen.entries.compatibility.AqueousCorrection">[docs]</a><span class="nd">@cached_class</span> <span class="k">class</span> <span class="nc">AqueousCorrection</span><span class="p">(</span><span class="n">Correction</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> This class implements aqueous phase compound corrections for elements</span> <span class="sd"> and H2O.</span> <span class="sd"> Args:</span> <span class="sd"> config_file: Path to the selected compatibility.yaml config file.</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="k">def</span> <span class="nf">__init__</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">config_file</span><span class="p">):</span> <span class="n">c</span> <span class="o">=</span> <span class="n">loadfn</span><span class="p">(</span><span class="n">config_file</span><span class="p">)</span> <span class="bp">self</span><span class="o">.</span><span class="n">cpd_energies</span> <span class="o">=</span> <span class="n">c</span><span class="p">[</span><span class="s1">&#39;AqueousCompoundEnergies&#39;</span><span class="p">]</span> <span class="bp">self</span><span class="o">.</span><span class="n">name</span> <span class="o">=</span> <span class="n">c</span><span class="p">[</span><span class="s2">&quot;Name&quot;</span><span class="p">]</span> <span class="k">def</span> <span class="nf">get_correction</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">entry</span><span class="p">):</span> <span class="n">comp</span> <span class="o">=</span> <span class="n">entry</span><span class="o">.</span><span class="n">composition</span> <span class="n">rform</span> <span class="o">=</span> <span class="n">comp</span><span class="o">.</span><span class="n">reduced_formula</span> <span class="n">cpdenergies</span> <span class="o">=</span> <span class="bp">self</span><span class="o">.</span><span class="n">cpd_energies</span> <span class="n">correction</span> <span class="o">=</span> <span class="mi">0</span> <span class="k">if</span> <span class="n">rform</span> <span class="ow">in</span> <span class="n">cpdenergies</span><span class="p">:</span> <span class="k">if</span> <span class="n">rform</span> <span class="ow">in</span> <span class="p">[</span><span class="s2">&quot;H2&quot;</span><span class="p">,</span> <span class="s2">&quot;H2O&quot;</span><span class="p">]:</span> <span class="n">correction</span> <span class="o">=</span> <span class="n">cpdenergies</span><span class="p">[</span><span class="n">rform</span><span class="p">]</span> <span class="o">*</span> <span class="n">comp</span><span class="o">.</span><span class="n">num_atoms</span> \ <span class="o">-</span> <span class="n">entry</span><span class="o">.</span><span class="n">uncorrected_energy</span> <span class="o">-</span> <span class="n">entry</span><span class="o">.</span><span class="n">correction</span> <span class="k">else</span><span class="p">:</span> <span class="n">correction</span> <span class="o">+=</span> <span class="n">cpdenergies</span><span class="p">[</span><span class="n">rform</span><span class="p">]</span> <span class="o">*</span> <span class="n">comp</span><span class="o">.</span><span class="n">num_atoms</span> <span class="k">if</span> <span class="ow">not</span> <span class="n">rform</span> <span class="o">==</span> <span class="s2">&quot;H2O&quot;</span><span class="p">:</span> <span class="n">correction</span> <span class="o">+=</span> <span class="mf">0.5</span> <span class="o">*</span> <span class="mf">2.46</span> <span class="o">*</span> <span class="nb">min</span><span class="p">(</span><span class="n">comp</span><span class="p">[</span><span class="s2">&quot;H&quot;</span><span class="p">]</span><span class="o">/</span><span class="mf">2.0</span><span class="p">,</span> <span class="n">comp</span><span class="p">[</span><span class="s2">&quot;O&quot;</span><span class="p">])</span> <span class="k">return</span> <span class="n">correction</span> <span class="k">def</span> <span class="nf">__str__</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="k">return</span> <span class="s2">&quot;</span><span class="si">{}</span><span class="s2"> Aqueous Correction&quot;</span><span class="o">.</span><span class="n">format</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">name</span><span class="p">)</span></div> <div class="viewcode-block" id="UCorrection"><a class="viewcode-back" href="../../../pymatgen.entries.compatibility.html#pymatgen.entries.compatibility.UCorrection">[docs]</a><span class="nd">@cached_class</span> <span class="k">class</span> <span class="nc">UCorrection</span><span class="p">(</span><span class="n">Correction</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> This class implements the GGA/GGA+U mixing scheme, which allows mixing of</span> <span class="sd"> entries. Entry.parameters must contain a &quot;hubbards&quot; key which is a dict</span> <span class="sd"> of all non-zero Hubbard U values used in the calculation. For example,</span> <span class="sd"> if you ran a Fe2O3 calculation with Materials Project parameters,</span> <span class="sd"> this would look like entry.parameters[&quot;hubbards&quot;] = {&quot;Fe&quot;: 5.3}</span> <span class="sd"> If the &quot;hubbards&quot; key is missing, a GGA run is assumed.</span> <span class="sd"> It should be noted that ComputedEntries assimilated using the</span> <span class="sd"> pymatgen.apps.borg package and obtained via the MaterialsProject REST</span> <span class="sd"> interface using the pymatgen.matproj.rest package will automatically have</span> <span class="sd"> these fields populated.</span> <span class="sd"> Args:</span> <span class="sd"> config_file: Path to the selected compatibility.yaml config file.</span> <span class="sd"> input_set: InputSet object (to check for the +U settings)</span> <span class="sd"> compat_type: Two options, GGA or Advanced. GGA means all GGA+U</span> <span class="sd"> entries are excluded. Advanced means mixing scheme is</span> <span class="sd"> implemented to make entries compatible with each other,</span> <span class="sd"> but entries which are supposed to be done in GGA+U will have the</span> <span class="sd"> equivalent GGA entries excluded. For example, Fe oxides should</span> <span class="sd"> have a U value under the Advanced scheme. A GGA Fe oxide run</span> <span class="sd"> will therefore be excluded under the scheme.</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="n">common_peroxides</span> <span class="o">=</span> <span class="p">[</span><span class="s2">&quot;Li2O2&quot;</span><span class="p">,</span> <span class="s2">&quot;Na2O2&quot;</span><span class="p">,</span> <span class="s2">&quot;K2O2&quot;</span><span class="p">,</span> <span class="s2">&quot;Cs2O2&quot;</span><span class="p">,</span> <span class="s2">&quot;Rb2O2&quot;</span><span class="p">,</span> <span class="s2">&quot;BeO2&quot;</span><span class="p">,</span> <span class="s2">&quot;MgO2&quot;</span><span class="p">,</span> <span class="s2">&quot;CaO2&quot;</span><span class="p">,</span> <span class="s2">&quot;SrO2&quot;</span><span class="p">,</span> <span class="s2">&quot;BaO2&quot;</span><span class="p">]</span> <span class="n">common_superoxides</span> <span class="o">=</span> <span class="p">[</span><span class="s2">&quot;LiO2&quot;</span><span class="p">,</span> <span class="s2">&quot;NaO2&quot;</span><span class="p">,</span> <span class="s2">&quot;KO2&quot;</span><span class="p">,</span> <span class="s2">&quot;RbO2&quot;</span><span class="p">,</span> <span class="s2">&quot;CsO2&quot;</span><span class="p">]</span> <span class="n">ozonides</span> <span class="o">=</span> <span class="p">[</span><span class="s2">&quot;LiO3&quot;</span><span class="p">,</span> <span class="s2">&quot;NaO3&quot;</span><span class="p">,</span> <span class="s2">&quot;KO3&quot;</span><span class="p">,</span> <span class="s2">&quot;NaO5&quot;</span><span class="p">]</span> <span class="k">def</span> <span class="nf">__init__</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">config_file</span><span class="p">,</span> <span class="n">input_set</span><span class="p">,</span> <span class="n">compat_type</span><span class="p">):</span> <span class="k">if</span> <span class="n">compat_type</span> <span class="ow">not</span> <span class="ow">in</span> <span class="p">[</span><span class="s1">&#39;GGA&#39;</span><span class="p">,</span> <span class="s1">&#39;Advanced&#39;</span><span class="p">]:</span> <span class="k">raise</span> <span class="n">CompatibilityError</span><span class="p">(</span><span class="s2">&quot;Invalid compat_type </span><span class="si">{}</span><span class="s2">&quot;</span> <span class="o">.</span><span class="n">format</span><span class="p">(</span><span class="n">compat_type</span><span class="p">))</span> <span class="n">c</span> <span class="o">=</span> <span class="n">loadfn</span><span class="p">(</span><span class="n">config_file</span><span class="p">)</span> <span class="bp">self</span><span class="o">.</span><span class="n">input_set</span> <span class="o">=</span> <span class="n">input_set</span> <span class="k">if</span> <span class="n">compat_type</span> <span class="o">==</span> <span class="s1">&#39;Advanced&#39;</span><span class="p">:</span> <span class="bp">self</span><span class="o">.</span><span class="n">u_settings</span> <span class="o">=</span> <span class="bp">self</span><span class="o">.</span><span class="n">input_set</span><span class="o">.</span><span class="n">CONFIG</span><span class="p">[</span><span class="s2">&quot;INCAR&quot;</span><span class="p">][</span><span class="s2">&quot;LDAUU&quot;</span><span class="p">]</span> <span class="bp">self</span><span class="o">.</span><span class="n">u_corrections</span> <span class="o">=</span> <span class="n">c</span><span class="p">[</span><span class="s2">&quot;Advanced&quot;</span><span class="p">][</span><span class="s2">&quot;UCorrections&quot;</span><span class="p">]</span> <span class="k">else</span><span class="p">:</span> <span class="bp">self</span><span class="o">.</span><span class="n">u_settings</span> <span class="o">=</span> <span class="p">{}</span> <span class="bp">self</span><span class="o">.</span><span class="n">u_corrections</span> <span class="o">=</span> <span class="p">{}</span> <span class="bp">self</span><span class="o">.</span><span class="n">name</span> <span class="o">=</span> <span class="n">c</span><span class="p">[</span><span class="s2">&quot;Name&quot;</span><span class="p">]</span> <span class="bp">self</span><span class="o">.</span><span class="n">compat_type</span> <span class="o">=</span> <span class="n">compat_type</span> <span class="k">def</span> <span class="nf">get_correction</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">entry</span><span class="p">):</span> <span class="k">if</span> <span class="n">entry</span><span class="o">.</span><span class="n">parameters</span><span class="o">.</span><span class="n">get</span><span class="p">(</span><span class="s2">&quot;run_type&quot;</span><span class="p">,</span> <span class="s2">&quot;GGA&quot;</span><span class="p">)</span> <span class="o">==</span> <span class="s2">&quot;HF&quot;</span><span class="p">:</span> <span class="k">raise</span> <span class="n">CompatibilityError</span><span class="p">(</span><span class="s1">&#39;Invalid run type&#39;</span><span class="p">)</span> <span class="n">calc_u</span> <span class="o">=</span> <span class="n">entry</span><span class="o">.</span><span class="n">parameters</span><span class="o">.</span><span class="n">get</span><span class="p">(</span><span class="s2">&quot;hubbards&quot;</span><span class="p">,</span> <span class="kc">None</span><span class="p">)</span> <span class="n">calc_u</span> <span class="o">=</span> <span class="n">defaultdict</span><span class="p">(</span><span class="nb">int</span><span class="p">)</span> <span class="k">if</span> <span class="n">calc_u</span> <span class="ow">is</span> <span class="kc">None</span> <span class="k">else</span> <span class="n">calc_u</span> <span class="n">comp</span> <span class="o">=</span> <span class="n">entry</span><span class="o">.</span><span class="n">composition</span> <span class="n">elements</span> <span class="o">=</span> <span class="nb">sorted</span><span class="p">([</span><span class="n">el</span> <span class="k">for</span> <span class="n">el</span> <span class="ow">in</span> <span class="n">comp</span><span class="o">.</span><span class="n">elements</span> <span class="k">if</span> <span class="n">comp</span><span class="p">[</span><span class="n">el</span><span class="p">]</span> <span class="o">&gt;</span> <span class="mi">0</span><span class="p">],</span> <span class="n">key</span><span class="o">=</span><span class="k">lambda</span> <span class="n">el</span><span class="p">:</span> <span class="n">el</span><span class="o">.</span><span class="n">X</span><span class="p">)</span> <span class="n">most_electroneg</span> <span class="o">=</span> <span class="n">elements</span><span class="p">[</span><span class="o">-</span><span class="mi">1</span><span class="p">]</span><span class="o">.</span><span class="n">symbol</span> <span class="n">correction</span> <span class="o">=</span> <span class="mi">0</span> <span class="n">ucorr</span> <span class="o">=</span> <span class="bp">self</span><span class="o">.</span><span class="n">u_corrections</span><span class="o">.</span><span class="n">get</span><span class="p">(</span><span class="n">most_electroneg</span><span class="p">,</span> <span class="p">{})</span> <span class="n">usettings</span> <span class="o">=</span> <span class="bp">self</span><span class="o">.</span><span class="n">u_settings</span><span class="o">.</span><span class="n">get</span><span class="p">(</span><span class="n">most_electroneg</span><span class="p">,</span> <span class="p">{})</span> <span class="k">for</span> <span class="n">el</span> <span class="ow">in</span> <span class="n">comp</span><span class="o">.</span><span class="n">elements</span><span class="p">:</span> <span class="n">sym</span> <span class="o">=</span> <span class="n">el</span><span class="o">.</span><span class="n">symbol</span> <span class="c1"># Check for bad U values</span> <span class="k">if</span> <span class="n">calc_u</span><span class="o">.</span><span class="n">get</span><span class="p">(</span><span class="n">sym</span><span class="p">,</span> <span class="mi">0</span><span class="p">)</span> <span class="o">!=</span> <span class="n">usettings</span><span class="o">.</span><span class="n">get</span><span class="p">(</span><span class="n">sym</span><span class="p">,</span> <span class="mi">0</span><span class="p">):</span> <span class="k">raise</span> <span class="n">CompatibilityError</span><span class="p">(</span><span class="s1">&#39;Invalid U value of </span><span class="si">%s</span><span class="s1"> on </span><span class="si">%s</span><span class="s1">&#39;</span> <span class="o">%</span> <span class="p">(</span><span class="n">calc_u</span><span class="o">.</span><span class="n">get</span><span class="p">(</span><span class="n">sym</span><span class="p">,</span> <span class="mi">0</span><span class="p">),</span> <span class="n">sym</span><span class="p">))</span> <span class="k">if</span> <span class="n">sym</span> <span class="ow">in</span> <span class="n">ucorr</span><span class="p">:</span> <span class="n">correction</span> <span class="o">+=</span> <span class="nb">float</span><span class="p">(</span><span class="n">ucorr</span><span class="p">[</span><span class="n">sym</span><span class="p">])</span> <span class="o">*</span> <span class="n">comp</span><span class="p">[</span><span class="n">el</span><span class="p">]</span> <span class="k">return</span> <span class="n">correction</span> <span class="k">def</span> <span class="nf">__str__</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="k">return</span> <span class="s2">&quot;</span><span class="si">{}</span><span class="s2"> </span><span class="si">{}</span><span class="s2"> Correction&quot;</span><span class="o">.</span><span class="n">format</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">name</span><span class="p">,</span> <span class="bp">self</span><span class="o">.</span><span class="n">compat_type</span><span class="p">)</span></div> <div class="viewcode-block" id="Compatibility"><a class="viewcode-back" href="../../../pymatgen.entries.compatibility.html#pymatgen.entries.compatibility.Compatibility">[docs]</a><span class="k">class</span> <span class="nc">Compatibility</span><span class="p">(</span><span class="n">MSONable</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> The Compatibility class combines a list of corrections to be applied to</span> <span class="sd"> an entry or a set of entries. Note that some of the Corrections have</span> <span class="sd"> interdependencies. For example, PotcarCorrection must always be used</span> <span class="sd"> before any other compatibility. Also, GasCorrection(&quot;MP&quot;) must be used</span> <span class="sd"> with PotcarCorrection(&quot;MP&quot;) (similarly with &quot;MIT&quot;). Typically,</span> <span class="sd"> you should use the specific MaterialsProjectCompatibility and</span> <span class="sd"> MITCompatibility subclasses instead.</span> <span class="sd"> Args:</span> <span class="sd"> corrections: List of corrections to apply.</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="k">def</span> <span class="nf">__init__</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">corrections</span><span class="p">):</span> <span class="bp">self</span><span class="o">.</span><span class="n">corrections</span> <span class="o">=</span> <span class="n">corrections</span> <div class="viewcode-block" id="Compatibility.process_entry"><a class="viewcode-back" href="../../../pymatgen.entries.compatibility.html#pymatgen.entries.compatibility.Compatibility.process_entry">[docs]</a> <span class="k">def</span> <span class="nf">process_entry</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">entry</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Process a single entry with the chosen Corrections.</span> <span class="sd"> Args:</span> <span class="sd"> entry: A ComputedEntry object.</span> <span class="sd"> Returns:</span> <span class="sd"> An adjusted entry if entry is compatible, otherwise None is</span> <span class="sd"> returned.</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="k">try</span><span class="p">:</span> <span class="n">corrections</span> <span class="o">=</span> <span class="bp">self</span><span class="o">.</span><span class="n">get_corrections_dict</span><span class="p">(</span><span class="n">entry</span><span class="p">)</span> <span class="k">except</span> <span class="n">CompatibilityError</span><span class="p">:</span> <span class="k">return</span> <span class="kc">None</span> <span class="n">entry</span><span class="o">.</span><span class="n">correction</span> <span class="o">=</span> <span class="nb">sum</span><span class="p">(</span><span class="n">corrections</span><span class="o">.</span><span class="n">values</span><span class="p">())</span> <span class="k">return</span> <span class="n">entry</span></div> <div class="viewcode-block" id="Compatibility.get_corrections_dict"><a class="viewcode-back" href="../../../pymatgen.entries.compatibility.html#pymatgen.entries.compatibility.Compatibility.get_corrections_dict">[docs]</a> <span class="k">def</span> <span class="nf">get_corrections_dict</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">entry</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Returns the corrections applied to a particular entry.</span> <span class="sd"> Args:</span> <span class="sd"> entry: A ComputedEntry object.</span> <span class="sd"> Returns:</span> <span class="sd"> ({correction_name: value})</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="n">corrections</span> <span class="o">=</span> <span class="p">{}</span> <span class="k">for</span> <span class="n">c</span> <span class="ow">in</span> <span class="bp">self</span><span class="o">.</span><span class="n">corrections</span><span class="p">:</span> <span class="n">val</span> <span class="o">=</span> <span class="n">c</span><span class="o">.</span><span class="n">get_correction</span><span class="p">(</span><span class="n">entry</span><span class="p">)</span> <span class="k">if</span> <span class="n">val</span> <span class="o">!=</span> <span class="mi">0</span><span class="p">:</span> <span class="n">corrections</span><span class="p">[</span><span class="nb">str</span><span class="p">(</span><span class="n">c</span><span class="p">)]</span> <span class="o">=</span> <span class="n">val</span> <span class="k">return</span> <span class="n">corrections</span></div> <div class="viewcode-block" id="Compatibility.process_entries"><a class="viewcode-back" href="../../../pymatgen.entries.compatibility.html#pymatgen.entries.compatibility.Compatibility.process_entries">[docs]</a> <span class="k">def</span> <span class="nf">process_entries</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">entries</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Process a sequence of entries with the chosen Compatibility scheme.</span> <span class="sd"> Args:</span> <span class="sd"> entries: A sequence of entries.</span> <span class="sd"> Returns:</span> <span class="sd"> An list of adjusted entries. Entries in the original list which</span> <span class="sd"> are not compatible are excluded.</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="k">return</span> <span class="nb">list</span><span class="p">(</span><span class="nb">filter</span><span class="p">(</span><span class="kc">None</span><span class="p">,</span> <span class="nb">map</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">process_entry</span><span class="p">,</span> <span class="n">entries</span><span class="p">)))</span></div> <div class="viewcode-block" id="Compatibility.get_explanation_dict"><a class="viewcode-back" href="../../../pymatgen.entries.compatibility.html#pymatgen.entries.compatibility.Compatibility.get_explanation_dict">[docs]</a> <span class="k">def</span> <span class="nf">get_explanation_dict</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">entry</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Provides an explanation dict of the corrections that are being applied</span> <span class="sd"> for a given compatibility scheme. Inspired by the &quot;explain&quot; methods</span> <span class="sd"> in many database methodologies.</span> <span class="sd"> Args:</span> <span class="sd"> entry: A ComputedEntry.</span> <span class="sd"> Returns:</span> <span class="sd"> (dict) of the form</span> <span class="sd"> {&quot;Compatibility&quot;: &quot;string&quot;,</span> <span class="sd"> &quot;Uncorrected_energy&quot;: float,</span> <span class="sd"> &quot;Corrected_energy&quot;: float,</span> <span class="sd"> &quot;Corrections&quot;: [{&quot;Name of Correction&quot;: {</span> <span class="sd"> &quot;Value&quot;: float, &quot;Explanation&quot;: &quot;string&quot;}]}</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="n">centry</span> <span class="o">=</span> <span class="bp">self</span><span class="o">.</span><span class="n">process_entry</span><span class="p">(</span><span class="n">entry</span><span class="p">)</span> <span class="k">if</span> <span class="n">centry</span> <span class="ow">is</span> <span class="kc">None</span><span class="p">:</span> <span class="n">uncorrected_energy</span> <span class="o">=</span> <span class="n">entry</span><span class="o">.</span><span class="n">uncorrected_energy</span> <span class="n">corrected_energy</span> <span class="o">=</span> <span class="kc">None</span> <span class="k">else</span><span class="p">:</span> <span class="n">uncorrected_energy</span> <span class="o">=</span> <span class="n">centry</span><span class="o">.</span><span class="n">uncorrected_energy</span> <span class="n">corrected_energy</span> <span class="o">=</span> <span class="n">centry</span><span class="o">.</span><span class="n">energy</span> <span class="n">d</span> <span class="o">=</span> <span class="p">{</span><span class="s2">&quot;compatibility&quot;</span><span class="p">:</span> <span class="bp">self</span><span class="o">.</span><span class="vm">__class__</span><span class="o">.</span><span class="vm">__name__</span><span class="p">,</span> <span class="s2">&quot;uncorrected_energy&quot;</span><span class="p">:</span> <span class="n">uncorrected_energy</span><span class="p">,</span> <span class="s2">&quot;corrected_energy&quot;</span><span class="p">:</span> <span class="n">corrected_energy</span><span class="p">}</span> <span class="n">corrections</span> <span class="o">=</span> <span class="p">[]</span> <span class="n">corr_dict</span> <span class="o">=</span> <span class="bp">self</span><span class="o">.</span><span class="n">get_corrections_dict</span><span class="p">(</span><span class="n">entry</span><span class="p">)</span> <span class="k">for</span> <span class="n">c</span> <span class="ow">in</span> <span class="bp">self</span><span class="o">.</span><span class="n">corrections</span><span class="p">:</span> <span class="n">cd</span> <span class="o">=</span> <span class="p">{</span><span class="s2">&quot;name&quot;</span><span class="p">:</span> <span class="nb">str</span><span class="p">(</span><span class="n">c</span><span class="p">),</span> <span class="s2">&quot;description&quot;</span><span class="p">:</span> <span class="n">c</span><span class="o">.</span><span class="vm">__doc__</span><span class="o">.</span><span class="n">split</span><span class="p">(</span><span class="s2">&quot;Args&quot;</span><span class="p">)[</span><span class="mi">0</span><span class="p">]</span><span class="o">.</span><span class="n">strip</span><span class="p">(),</span> <span class="s2">&quot;value&quot;</span><span class="p">:</span> <span class="n">corr_dict</span><span class="o">.</span><span class="n">get</span><span class="p">(</span><span class="nb">str</span><span class="p">(</span><span class="n">c</span><span class="p">),</span> <span class="mi">0</span><span class="p">)}</span> <span class="n">corrections</span><span class="o">.</span><span class="n">append</span><span class="p">(</span><span class="n">cd</span><span class="p">)</span> <span class="n">d</span><span class="p">[</span><span class="s2">&quot;corrections&quot;</span><span class="p">]</span> <span class="o">=</span> <span class="n">corrections</span> <span class="k">return</span> <span class="n">d</span></div> <div class="viewcode-block" id="Compatibility.explain"><a class="viewcode-back" href="../../../pymatgen.entries.compatibility.html#pymatgen.entries.compatibility.Compatibility.explain">[docs]</a> <span class="k">def</span> <span class="nf">explain</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">entry</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Prints an explanation of the corrections that are being applied for a</span> <span class="sd"> given compatibility scheme. Inspired by the &quot;explain&quot; methods in many</span> <span class="sd"> database methodologies.</span> <span class="sd"> Args:</span> <span class="sd"> entry: A ComputedEntry.</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="n">d</span> <span class="o">=</span> <span class="bp">self</span><span class="o">.</span><span class="n">get_explanation_dict</span><span class="p">(</span><span class="n">entry</span><span class="p">)</span> <span class="nb">print</span><span class="p">(</span><span class="s2">&quot;The uncorrected value of the energy of </span><span class="si">%s</span><span class="s2"> is </span><span class="si">%f</span><span class="s2"> eV&quot;</span> <span class="o">%</span> <span class="p">(</span><span class="n">entry</span><span class="o">.</span><span class="n">composition</span><span class="p">,</span> <span class="n">d</span><span class="p">[</span><span class="s2">&quot;uncorrected_energy&quot;</span><span class="p">]))</span> <span class="nb">print</span><span class="p">(</span><span class="s2">&quot;The following corrections / screening are applied for </span><span class="si">%s</span><span class="s2">:</span><span class="se">\n</span><span class="s2">&quot;</span> <span class="o">%</span> <span class="n">d</span><span class="p">[</span><span class="s2">&quot;compatibility&quot;</span><span class="p">])</span> <span class="k">for</span> <span class="n">c</span> <span class="ow">in</span> <span class="n">d</span><span class="p">[</span><span class="s2">&quot;corrections&quot;</span><span class="p">]:</span> <span class="nb">print</span><span class="p">(</span><span class="s2">&quot;</span><span class="si">%s</span><span class="s2"> correction: </span><span class="si">%s</span><span class="se">\n</span><span class="s2">&quot;</span> <span class="o">%</span> <span class="p">(</span><span class="n">c</span><span class="p">[</span><span class="s2">&quot;name&quot;</span><span class="p">],</span> <span class="n">c</span><span class="p">[</span><span class="s2">&quot;description&quot;</span><span class="p">]))</span> <span class="nb">print</span><span class="p">(</span><span class="s2">&quot;For the entry, this correction has the value </span><span class="si">%f</span><span class="s2"> eV.&quot;</span> <span class="o">%</span> <span class="n">c</span><span class="p">[</span> <span class="s2">&quot;value&quot;</span><span class="p">])</span> <span class="nb">print</span><span class="p">(</span><span class="s2">&quot;-&quot;</span> <span class="o">*</span> <span class="mi">30</span><span class="p">)</span> <span class="nb">print</span><span class="p">(</span><span class="s2">&quot;The final energy after corrections is </span><span class="si">%f</span><span class="s2">&quot;</span> <span class="o">%</span> <span class="n">d</span><span class="p">[</span> <span class="s2">&quot;corrected_energy&quot;</span><span class="p">])</span></div></div> <div class="viewcode-block" id="MaterialsProjectCompatibility"><a class="viewcode-back" href="../../../pymatgen.entries.compatibility.html#pymatgen.entries.compatibility.MaterialsProjectCompatibility">[docs]</a><span class="k">class</span> <span class="nc">MaterialsProjectCompatibility</span><span class="p">(</span><span class="n">Compatibility</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> This class implements the GGA/GGA+U mixing scheme, which allows mixing of</span> <span class="sd"> entries. Note that this should only be used for VASP calculations using the</span> <span class="sd"> MaterialsProject parameters (see pymatgen.io.vaspio_set.MPVaspInputSet).</span> <span class="sd"> Using this compatibility scheme on runs with different parameters is not</span> <span class="sd"> valid.</span> <span class="sd"> Args:</span> <span class="sd"> compat_type: Two options, GGA or Advanced. GGA means all GGA+U</span> <span class="sd"> entries are excluded. Advanced means mixing scheme is</span> <span class="sd"> implemented to make entries compatible with each other,</span> <span class="sd"> but entries which are supposed to be done in GGA+U will have the</span> <span class="sd"> equivalent GGA entries excluded. For example, Fe oxides should</span> <span class="sd"> have a U value under the Advanced scheme. A GGA Fe oxide run</span> <span class="sd"> will therefore be excluded under the scheme.</span> <span class="sd"> correct_peroxide: Specify whether peroxide/superoxide/ozonide</span> <span class="sd"> corrections are to be applied or not.</span> <span class="sd"> check_potcar_hash (bool): Use potcar hash to verify potcars are correct.</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="k">def</span> <span class="nf">__init__</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">compat_type</span><span class="o">=</span><span class="s2">&quot;Advanced&quot;</span><span class="p">,</span> <span class="n">correct_peroxide</span><span class="o">=</span><span class="kc">True</span><span class="p">,</span> <span class="n">check_potcar_hash</span><span class="o">=</span><span class="kc">False</span><span class="p">):</span> <span class="bp">self</span><span class="o">.</span><span class="n">compat_type</span> <span class="o">=</span> <span class="n">compat_type</span> <span class="bp">self</span><span class="o">.</span><span class="n">correct_peroxide</span> <span class="o">=</span> <span class="n">correct_peroxide</span> <span class="bp">self</span><span class="o">.</span><span class="n">check_potcar_hash</span> <span class="o">=</span> <span class="n">check_potcar_hash</span> <span class="n">fp</span> <span class="o">=</span> <span class="n">os</span><span class="o">.</span><span class="n">path</span><span class="o">.</span><span class="n">join</span><span class="p">(</span><span class="n">MODULE_DIR</span><span class="p">,</span> <span class="s2">&quot;MPCompatibility.yaml&quot;</span><span class="p">)</span> <span class="nb">super</span><span class="p">(</span><span class="n">MaterialsProjectCompatibility</span><span class="p">,</span> <span class="bp">self</span><span class="p">)</span><span class="o">.</span><span class="fm">__init__</span><span class="p">(</span> <span class="p">[</span><span class="n">PotcarCorrection</span><span class="p">(</span><span class="n">MPRelaxSet</span><span class="p">,</span> <span class="n">check_hash</span><span class="o">=</span><span class="n">check_potcar_hash</span><span class="p">),</span> <span class="n">GasCorrection</span><span class="p">(</span><span class="n">fp</span><span class="p">),</span> <span class="n">AnionCorrection</span><span class="p">(</span><span class="n">fp</span><span class="p">,</span> <span class="n">correct_peroxide</span><span class="o">=</span><span class="n">correct_peroxide</span><span class="p">),</span> <span class="n">UCorrection</span><span class="p">(</span><span class="n">fp</span><span class="p">,</span> <span class="n">MPRelaxSet</span><span class="p">,</span> <span class="n">compat_type</span><span class="p">)])</span></div> <div class="viewcode-block" id="MITCompatibility"><a class="viewcode-back" href="../../../pymatgen.entries.compatibility.html#pymatgen.entries.compatibility.MITCompatibility">[docs]</a><span class="k">class</span> <span class="nc">MITCompatibility</span><span class="p">(</span><span class="n">Compatibility</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> This class implements the GGA/GGA+U mixing scheme, which allows mixing of</span> <span class="sd"> entries. Note that this should only be used for VASP calculations using the</span> <span class="sd"> MIT parameters (see pymatgen.io.vaspio_set MITVaspInputSet). Using</span> <span class="sd"> this compatibility scheme on runs with different parameters is not valid.</span> <span class="sd"> Args:</span> <span class="sd"> compat_type: Two options, GGA or Advanced. GGA means all GGA+U</span> <span class="sd"> entries are excluded. Advanced means mixing scheme is</span> <span class="sd"> implemented to make entries compatible with each other,</span> <span class="sd"> but entries which are supposed to be done in GGA+U will have the</span> <span class="sd"> equivalent GGA entries excluded. For example, Fe oxides should</span> <span class="sd"> have a U value under the Advanced scheme. A GGA Fe oxide run</span> <span class="sd"> will therefore be excluded under the scheme.</span> <span class="sd"> correct_peroxide: Specify whether peroxide/superoxide/ozonide</span> <span class="sd"> corrections are to be applied or not.</span> <span class="sd"> check_potcar_hash (bool): Use potcar hash to verify potcars are correct.</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="k">def</span> <span class="nf">__init__</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">compat_type</span><span class="o">=</span><span class="s2">&quot;Advanced&quot;</span><span class="p">,</span> <span class="n">correct_peroxide</span><span class="o">=</span><span class="kc">True</span><span class="p">,</span> <span class="n">check_potcar_hash</span><span class="o">=</span><span class="kc">False</span><span class="p">):</span> <span class="bp">self</span><span class="o">.</span><span class="n">compat_type</span> <span class="o">=</span> <span class="n">compat_type</span> <span class="bp">self</span><span class="o">.</span><span class="n">correct_peroxide</span> <span class="o">=</span> <span class="n">correct_peroxide</span> <span class="bp">self</span><span class="o">.</span><span class="n">check_potcar_hash</span> <span class="o">=</span> <span class="n">check_potcar_hash</span> <span class="n">fp</span> <span class="o">=</span> <span class="n">os</span><span class="o">.</span><span class="n">path</span><span class="o">.</span><span class="n">join</span><span class="p">(</span><span class="n">MODULE_DIR</span><span class="p">,</span> <span class="s2">&quot;MITCompatibility.yaml&quot;</span><span class="p">)</span> <span class="nb">super</span><span class="p">(</span><span class="n">MITCompatibility</span><span class="p">,</span> <span class="bp">self</span><span class="p">)</span><span class="o">.</span><span class="fm">__init__</span><span class="p">(</span> <span class="p">[</span><span class="n">PotcarCorrection</span><span class="p">(</span><span class="n">MITRelaxSet</span><span class="p">,</span> <span class="n">check_hash</span><span class="o">=</span><span class="n">check_potcar_hash</span><span class="p">),</span> <span class="n">GasCorrection</span><span class="p">(</span><span class="n">fp</span><span class="p">),</span> <span class="n">AnionCorrection</span><span class="p">(</span><span class="n">fp</span><span class="p">,</span> <span class="n">correct_peroxide</span><span class="o">=</span><span class="n">correct_peroxide</span><span class="p">),</span> <span class="n">UCorrection</span><span class="p">(</span><span class="n">fp</span><span class="p">,</span> <span class="n">MITRelaxSet</span><span class="p">,</span> <span class="n">compat_type</span><span class="p">)])</span></div> <div class="viewcode-block" id="MITAqueousCompatibility"><a class="viewcode-back" href="../../../pymatgen.entries.compatibility.html#pymatgen.entries.compatibility.MITAqueousCompatibility">[docs]</a><span class="k">class</span> <span class="nc">MITAqueousCompatibility</span><span class="p">(</span><span class="n">Compatibility</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> This class implements the GGA/GGA+U mixing scheme, which allows mixing of</span> <span class="sd"> entries. Note that this should only be used for VASP calculations using the</span> <span class="sd"> MIT parameters (see pymatgen.io.vaspio_set MITVaspInputSet). Using</span> <span class="sd"> this compatibility scheme on runs with different parameters is not valid.</span> <span class="sd"> Args:</span> <span class="sd"> compat_type: Two options, GGA or Advanced. GGA means all GGA+U</span> <span class="sd"> entries are excluded. Advanced means mixing scheme is</span> <span class="sd"> implemented to make entries compatible with each other,</span> <span class="sd"> but entries which are supposed to be done in GGA+U will have the</span> <span class="sd"> equivalent GGA entries excluded. For example, Fe oxides should</span> <span class="sd"> have a U value under the Advanced scheme. A GGA Fe oxide run</span> <span class="sd"> will therefore be excluded under the scheme.</span> <span class="sd"> correct_peroxide: Specify whether peroxide/superoxide/ozonide</span> <span class="sd"> corrections are to be applied or not.</span> <span class="sd"> check_potcar_hash (bool): Use potcar hash to verify potcars are correct.</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="k">def</span> <span class="nf">__init__</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">compat_type</span><span class="o">=</span><span class="s2">&quot;Advanced&quot;</span><span class="p">,</span> <span class="n">correct_peroxide</span><span class="o">=</span><span class="kc">True</span><span class="p">,</span> <span class="n">check_potcar_hash</span><span class="o">=</span><span class="kc">False</span><span class="p">):</span> <span class="bp">self</span><span class="o">.</span><span class="n">compat_type</span> <span class="o">=</span> <span class="n">compat_type</span> <span class="bp">self</span><span class="o">.</span><span class="n">correct_peroxide</span> <span class="o">=</span> <span class="n">correct_peroxide</span> <span class="bp">self</span><span class="o">.</span><span class="n">check_potcar_hash</span> <span class="o">=</span> <span class="n">check_potcar_hash</span> <span class="n">fp</span> <span class="o">=</span> <span class="n">os</span><span class="o">.</span><span class="n">path</span><span class="o">.</span><span class="n">join</span><span class="p">(</span><span class="n">MODULE_DIR</span><span class="p">,</span> <span class="s2">&quot;MITCompatibility.yaml&quot;</span><span class="p">)</span> <span class="nb">super</span><span class="p">(</span><span class="n">MITAqueousCompatibility</span><span class="p">,</span> <span class="bp">self</span><span class="p">)</span><span class="o">.</span><span class="fm">__init__</span><span class="p">(</span> <span class="p">[</span><span class="n">PotcarCorrection</span><span class="p">(</span><span class="n">MITRelaxSet</span><span class="p">,</span> <span class="n">check_hash</span><span class="o">=</span><span class="n">check_potcar_hash</span><span class="p">),</span> <span class="n">GasCorrection</span><span class="p">(</span><span class="n">fp</span><span class="p">),</span> <span class="n">AnionCorrection</span><span class="p">(</span><span class="n">fp</span><span class="p">,</span> <span class="n">correct_peroxide</span><span class="o">=</span><span class="n">correct_peroxide</span><span class="p">),</span> <span class="n">UCorrection</span><span class="p">(</span><span class="n">fp</span><span class="p">,</span> <span class="n">MITRelaxSet</span><span class="p">,</span> <span class="n">compat_type</span><span class="p">),</span> <span class="n">AqueousCorrection</span><span class="p">(</span><span class="n">fp</span><span class="p">)])</span></div> <div class="viewcode-block" id="MaterialsProjectAqueousCompatibility"><a class="viewcode-back" href="../../../pymatgen.entries.compatibility.html#pymatgen.entries.compatibility.MaterialsProjectAqueousCompatibility">[docs]</a><span class="k">class</span> <span class="nc">MaterialsProjectAqueousCompatibility</span><span class="p">(</span><span class="n">Compatibility</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> This class implements the GGA/GGA+U mixing scheme, which allows mixing of</span> <span class="sd"> entries. Note that this should only be used for VASP calculations using the</span> <span class="sd"> MaterialsProject parameters (see pymatgen.io.vaspio_set.MPVaspInputSet).</span> <span class="sd"> Using this compatibility scheme on runs with different parameters is not</span> <span class="sd"> valid.</span> <span class="sd"> Args:</span> <span class="sd"> compat_type: Two options, GGA or Advanced. GGA means all GGA+U</span> <span class="sd"> entries are excluded. Advanced means mixing scheme is</span> <span class="sd"> implemented to make entries compatible with each other,</span> <span class="sd"> but entries which are supposed to be done in GGA+U will have the</span> <span class="sd"> equivalent GGA entries excluded. For example, Fe oxides should</span> <span class="sd"> have a U value under the Advanced scheme. A GGA Fe oxide run</span> <span class="sd"> will therefore be excluded under the scheme.</span> <span class="sd"> correct_peroxide: Specify whether peroxide/superoxide/ozonide</span> <span class="sd"> corrections are to be applied or not.</span> <span class="sd"> check_potcar_hash (bool): Use potcar hash to verify potcars are correct.</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="k">def</span> <span class="nf">__init__</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">compat_type</span><span class="o">=</span><span class="s2">&quot;Advanced&quot;</span><span class="p">,</span> <span class="n">correct_peroxide</span><span class="o">=</span><span class="kc">True</span><span class="p">,</span> <span class="n">check_potcar_hash</span><span class="o">=</span><span class="kc">False</span><span class="p">):</span> <span class="bp">self</span><span class="o">.</span><span class="n">compat_type</span> <span class="o">=</span> <span class="n">compat_type</span> <span class="bp">self</span><span class="o">.</span><span class="n">correct_peroxide</span> <span class="o">=</span> <span class="n">correct_peroxide</span> <span class="bp">self</span><span class="o">.</span><span class="n">check_potcar_hash</span> <span class="o">=</span> <span class="n">check_potcar_hash</span> <span class="n">fp</span> <span class="o">=</span> <span class="n">os</span><span class="o">.</span><span class="n">path</span><span class="o">.</span><span class="n">join</span><span class="p">(</span><span class="n">MODULE_DIR</span><span class="p">,</span> <span class="s2">&quot;MPCompatibility.yaml&quot;</span><span class="p">)</span> <span class="nb">super</span><span class="p">(</span><span class="n">MaterialsProjectAqueousCompatibility</span><span class="p">,</span> <span class="bp">self</span><span class="p">)</span><span class="o">.</span><span class="fm">__init__</span><span class="p">(</span> <span class="p">[</span><span class="n">PotcarCorrection</span><span class="p">(</span><span class="n">MPRelaxSet</span><span class="p">,</span> <span class="n">check_hash</span><span class="o">=</span><span class="n">check_potcar_hash</span><span class="p">),</span> <span class="n">GasCorrection</span><span class="p">(</span><span class="n">fp</span><span class="p">),</span> <span class="n">AnionCorrection</span><span class="p">(</span><span class="n">fp</span><span class="p">,</span> <span class="n">correct_peroxide</span><span class="o">=</span><span class="n">correct_peroxide</span><span class="p">),</span> <span class="n">UCorrection</span><span class="p">(</span><span class="n">fp</span><span class="p">,</span> <span class="n">MPRelaxSet</span><span class="p">,</span> <span class="n">compat_type</span><span class="p">),</span> <span class="n">AqueousCorrection</span><span class="p">(</span><span class="n">fp</span><span class="p">)])</span></div> </pre></div> </div> </div> </div> <div class="sphinxsidebar" role="navigation" aria-label="main navigation"> <div class="sphinxsidebarwrapper"> <div id="searchbox" style="display: none" role="search"> <h3>Quick search</h3> <div class="searchformwrapper"> <form class="search" action="../../../search.html" method="get"> <input type="text" name="q" /> <input type="submit" value="Go" /> <input type="hidden" name="check_keywords" value="yes" /> <input type="hidden" name="area" value="default" /> </form> </div> </div> <script type="text/javascript">$('#searchbox').show(0);</script> </div> </div> <div class="clearer"></div> </div> <div class="related" role="navigation" aria-label="related navigation"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="../../../genindex.html" title="General Index" >index</a></li> <li class="right" > <a href="../../../py-modindex.html" title="Python Module Index" >modules</a> |</li> <li class="nav-item nav-item-0"><a href="../../../index.html">pymatgen 2018.4.6 documentation</a> &#187;</li> <li class="nav-item nav-item-1"><a href="../../index.html" >Module code</a> &#187;</li> <li class="nav-item nav-item-2"><a href="../../pymatgen.html" >pymatgen</a> &#187;</li> </ul> </div> <div class="footer" role="contentinfo"> &#169; Copyright 2011, Pymatgen Development Team. Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.2. </div> <div class="footer">This page uses <a href="http://analytics.google.com/"> Google Analytics</a> to collect statistics. You can disable it by blocking the JavaScript coming from www.google-analytics.com. <script type="text/javascript"> (function() { var ga = document.createElement('script'); ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; ga.setAttribute('async', 'true'); document.documentElement.firstChild.appendChild(ga); })(); </script> </div> </body> </html>
gpetretto/pymatgen
docs/_modules/pymatgen/entries/compatibility.html
HTML
mit
91,828
{% extends "base.html" %} {% block title %} Internal Server Error - {{ config['ZBLOG_TITLE_SUFFIX'] }} {% endblock %} {% block page_content %} <div class="page-header"> <h1>Internal Server Error</h1> </div> {% endblock %}
Jeffiy/zblog
app/templates/500.html
HTML
mit
240
<!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>Page Loading Effects | Demo 10</title> <meta name="description" content="Page Loading Effects: Modern ways of revealing new content" /> <meta name="keywords" content="page loading, svg animation, loading effect, fullscreen svg" /> <meta name="author" content="Codrops" /> <link rel="shortcut icon" href="../favicon.ico"> <link rel="stylesheet" type="text/css" href="css/normalize.css" /> <link rel="stylesheet" type="text/css" href="css/demo.css" /> <link rel="stylesheet" type="text/css" href="css/component.css" /> <script src="js/snap.svg-min.js"></script> <!--[if IE]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> </head> <body> <div id="pagewrap" class="pagewrap"> <div class="container show" id="page-1"> <!-- Top Navigation --> <div class="codrops-top clearfix"> <a class="codrops-icon codrops-icon-prev" href="http://tympanus.net/Tutorials/CircularProgressButton/"><span>Previous Demo</span></a> <span class="right"><a class="codrops-icon codrops-icon-drop" href="http://tympanus.net/codrops/?p=18880"><span>Back to the Codrops Article</span></a></span> </div> <header class="codrops-header"> <h1>Page Loading Effects <span>Modern ways of revealing new content</span></h1> </header> <section class="columns clearfix"> <div class="column"> <nav class="codrops-demos"> <a href="index.html">Lazy Stretch</a> <a href="index2.html">Circle</a> <a href="index3.html">Spill</a> <a href="index4.html">Frame it</a> <a href="index5.html">Tunnel vision</a> <a href="index6.html">Windscreen wiper</a> <a href="index7.html">Jammed blind</a> <a href="index8.html">Parallelogram</a> <a href="index9.html">Tilted</a> <a class="current-demo" href="index10.html">Lateral Swipe</a> <a href="index11.html">Wave</a> <a href="index12.html">Origami</a> <a href="index13.html">Curtain</a> </nav> </div> <div class="column"> <p>To start the page loading animation, click the following link:</p> <p><a class="pageload-link" href="#page-2">Show Page Loader</a></p> </div> </section> <section class="related"> <p>If you enjoyed this demo you might also like:</p> <a href="http://tympanus.net/Development/FullscreenOverlayStyles/"> <img src="//tympanus.net/codrops/wp-content/uploads/2014/02/FullscreenOverlayStyles-300x162.jpg" /> <h3>Fullscreen Overlay Effects</h3> </a> <a href="http://tympanus.net/Tutorials/ShapeHoverEffectSVG/"> <img src="//tympanus.net/codrops/wp-content/uploads/2014/01/ShapeHoverEffect-300x162.png" /> <h3>Shape Hover Effect</h3> </a> </section> </div><!-- /container --> <!-- The new page dummy; this would be dynamically loaded content --> <div class="container" id="page-2"> <!-- Top Navigation --> <div class="codrops-top clearfix"> <a class="codrops-icon codrops-icon-prev" href="http://tympanus.net/Tutorials/CircularProgressButton/"><span>Previous Demo</span></a> <span class="right"><a class="codrops-icon codrops-icon-drop" href="http://tympanus.net/codrops/?p=18880"><span>Back to the Codrops Article</span></a></span> </div> <section> <h2>This is an example for a new page.</h2> <p><a class="pageload-link" href="#page-1">Go back</a></p> </section> </div><!-- /container --> <div id="loader" class="pageload-overlay" data-opening="M 40,-65 145,80 -65,80 40,-65" data-closing="m 40,-65 0,0 L -65,80 40,-65"> <svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 80 60" preserveAspectRatio="none"> <path d="M 40,-65 145,80 40,-65"/> </svg> </div><!-- /pageload-overlay --> </div><!-- /pagewrap --> <script src="js/classie.js"></script> <script src="js/svgLoader.js"></script> <script> (function() { var pageWrap = document.getElementById( 'pagewrap' ), pages = [].slice.call( pageWrap.querySelectorAll( 'div.container' ) ), currentPage = 0, triggerLoading = [].slice.call( pageWrap.querySelectorAll( 'a.pageload-link' ) ), loader = new SVGLoader( document.getElementById( 'loader' ), { speedIn : 500, easingIn : mina.easeinout } ); function init() { triggerLoading.forEach( function( trigger ) { trigger.addEventListener( 'click', function( ev ) { ev.preventDefault(); loader.show(); // after some time hide loader setTimeout( function() { loader.hide(); classie.removeClass( pages[ currentPage ], 'show' ); // update.. currentPage = currentPage ? 0 : 1; classie.addClass( pages[ currentPage ], 'show' ); }, 2000 ); } ); } ); } init(); })(); </script> </body> </html>
zhouxinyong/code-demo
demoHouse/PageLoadingEffects/index10.html
HTML
mit
5,048
<p> comp-3314 works! </p>
angular/angular-cli-stress-test
src/app/components/comp-3314/comp-3314.component.html
HTML
mit
28
<table width="90%" border="0"><tr><td><script>function openfile(url) {fullwin = window.open(url, "fulltext", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");}</script><div class="layoutclass_pic"><div class="layoutclass_first_pic"><table class="ztable"><tr><th class="ztd1"><b>成語&nbsp;</b></th><td class="ztd2">人眾勝天</td></tr> <tr><th class="ztd1"><b>典源&nbsp;</b></th><td class="ztd2"> 此處所列為「<a href="/cgi-bin/cydic/gsweb.cgi?o=dcydic&schfmt=text&gourl=%3De0%26sec%3Dsec1%26op%3Dsid%3D%22CW0000000571%22.%26v%3D-1" class="clink" target=_blank>人定勝天</a>」之典源,提供參考。</font> #<font class="dianuan_mark">《逸周書.卷三.文傳解》</font><font size=-2 color="#999900"><font class="dianyuanfont"><b><i>1></i></b></font></font><br><font size=4 color="#808080"><font class="dianuan_mark">《開望》</font>曰:「土廣無守可襲伐;土狹無食可圍竭。二禍之來不稱之災。天有四殃,水、旱、饑、荒,其至無時,非務積聚,何以備之?」<font class="dianuan_mark">《夏箴》</font>曰:「小人無兼年之食,遇天饑,妻子非其有也;大夫無兼年之食,遇天饑,臣妾輿馬非其有也。」戒之哉!弗思弗行,至無日矣。不明開塞禁舍者,其如天下何?人各修其學而尊其名,聖人制之,故諸橫生盡以養從(生),從生盡以養一丈夫。無殺夭胎,無伐不成材,無墯四時,如此者十年。有十年之積者王,有五年之積者霸,無一年之積者亡。生十殺一者,物十重;生一殺十者,物頓空。十重者王,頓空者亡。</font>兵強勝人,人強勝天,能制其有者,則能制人之有;不能制其有者,則人制之。<font size=4 color="#808080">令行禁止,王始也。出一曰「神明」,出二曰「分光」,出三曰「無適異」,出四曰「無適與」,「無適與」者亡。</font> <br><font class="dianuan_mark2">〔注解〕</font><br></font> <div class="Rulediv"><font class="english_word">(1)</font> 典故或見於宋.劉過〈襄陽歌〉。</font><font size=4 ></div><br><font class="dianuan_mark2">〔參考資料〕</font><br></font> 宋.劉過〈襄陽歌〉(據<font class="dianuan_mark">《龍洲集.卷一》</font>引)<br>十年著腳走四方,胡不歸來兮襄陽。襄陽真是用武國,上下吳蜀天中央。銅鞮坊裡弓作市,八邑田熟麥當糧。一條路入秦隴去,落日彷彿見太行。土風沉渾士奇傑,烏烏酒後歌聲發。歌曰:「人定兮勝天,半壁久無胡日月。買劍傾家貲,市馬托生死。科舉非不好,行都兮萬里。」人言邊人盡麤材,臥龍高臥不肯來。杜甫詩成米芾寫,二三子亦英雄哉!</font></td></tr> </td></tr></table></div> <!-- layoutclass_first_pic --><div class="layoutclass_second_pic"></div> <!-- layoutclass_second_pic --></div> <!-- layoutclass_pic --></td></tr></table>
BuzzAcademy/idioms-moe-unformatted-data
all-data/1000-1999/1927-31.html
HTML
mit
3,006
<!DOCTYPE HTML> <html> <head> <meta charset="utf-8"> <meta http-equiv="content-type" content="text/html;" 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, user-scalable=no" /> <title>Image Gallery</title> <link href="content/css/css.css" rel="stylesheet" type="text/css"> <link href="content/css/custom-gallery.css" rel="stylesheet" type="text/css"> <script type="text/javascript" src="scripts/modernizr-custom.js"></script> </head> <body> <section> <h1>Image Gallery Preview</h1> <div class="image-gallery items-10" id="demoGallery"> <div class="layer-load loading-gallery"> <div> <span> <span class="glyphicon glyphicon-refresh glyphicon-refresh-animate"></span> </span> <span>Cargando...</span> </div> </div> <div class="stage"> <div class="viewer"> <ul class="list-inline clearfix track"> <li> <figure class="gallery-item"> <img src="content/img/img4-3.png" class="img-responsive" /> </figure> </li> </ul> </div> <div class="thumbnails items-6"> <div class="track"> <ul class="list-inline clearfix"> <li> <figure class="thumbnail"> <img src="content/img/img4-3.png" class="img-responsive" /> </figure> </li> <li> <figure class="thumbnail"> <img src="content/img/img4-3.png" class="img-responsive" /> </figure> </li> <li> <figure class="thumbnail"> <img src="content/img/img4-3.png" class="img-responsive" /> </figure> </li> <li> <figure class="thumbnail"> <img src="content/img/img4-3.png" class="img-responsive" /> </figure> </li> <li> <figure class="thumbnail"> <img src="content/img/img4-3.png" class="img-responsive" /> </figure> </li> <li> <figure class="thumbnail"> <img src="content/img/img4-3.png" class="img-responsive" /> </figure> </li> </ul> </div> </div> <div class="controls"> <button type="button" class="prev">prev</button> <button type="button" class="next">next</button> </div> </div> </div> <div class="data-panel"> <p id="csstransitions"> Accepts css transitions: <label></label> </p> <p id="csstransforms"> Accepts css transforms: <label></label> </p> </div> </section> <script type="text/javascript" src="scripts/jQuery-1.11.3.js"></script> <script type="text/javascript" src="scripts/jquery.touchSwipe.min.js"></script> <script type="text/javascript" src="scripts/imageGallery.js"></script> <script type="text/javascript"> var tag = document.createElement('script'); tag.src = "https://www.youtube.com/iframe_api"; var firstScriptTag = document.getElementsByTagName('script')[0]; firstScriptTag.parentNode.insertBefore(tag, firstScriptTag); </script><!----> <script type="text/javascript"> $(document).ready(function(){ var Plugins = App.Plugins; var demoGallery = new Plugins.CustomImageGallery(); var oGallerySettings = { id: 'demoGallery', autoplay: true, animation: { holdTime: 3000, // milliseconds transitionTime: 600 // milliseconds }, captions: false, // true | false controls: { visible: true, // true | false custom: { prev: '<span class="hidden-xs icon arrow-prev icon-arrow-double-left slick-arrow" style="display: inline;"></span>', // string next: '<span class="hidden-xs icon arrow-next icon-arrow-double-right slick-arrow" style="display: inline;"></span>' // string } // object | false }, placeholderPath: 'content/img/', // string swipe: true, // true | false thumbnails: { aspectRatio: '16:9', // 4:3 | 16:9 | 21:9 clusterSize: 5, visible: 'always' // 'always' | 'never' | 'desktop' }, viewer: { aspectRatio: '16:9', // 4:3 | 16:9 | 21:9 optimizationQueryString: false // '?queryStringParameters' || false }, data: [ { alt: "Nissan Altima 2017", // string caption: "Nissan Altima 2017, una mejor compra que una X-Trail", imageUrl: null, videoID: '216di03-ACU' //string }, { alt: "Nissan 370Z", // string caption: "Nissan 370Z - De Japón para los circuitos", imageUrl: null, videoID: 'cJmybDb3tAw' //string }, { alt: "Entrada a fraccionamiento", caption: "La entrada a nuestro fraccionamiento está en la autopista a Mazatlán-Nogales", imageUrl: "/content/img/001.jpg", videoID: null //string }, { alt: "Visita en familia", // string caption: "El entorno es ideal para toda la familia", imageUrl: "/content/img/003.jpg", videoID: null //string }, { alt: "Vista al mar", // string caption: "La vista al mar es espectacular", imageUrl: "/content/img/005.jpg", videoID: null //string }, { alt: "Gabriella Quevedo", // string caption: "(John Mayer) Why Georgia - Gabriella Quevedo", imageUrl: null, videoID: 'jGLqF2FIChM' //string }, { alt: "Gabriella Quevedo", // string caption: "(U2) One - Gabriella Quevedo", imageUrl: null, videoID: 'GtLCt4xj9xs' //string }, { alt: "Grupo Aries", // string caption: "Grupo Aries | Las Puertas D' Mazatlán, tu mejor opción en Mazatlán", imageUrl: null, videoID: '5eAZHDf-Fzg' //string } ] } demoGallery.Init(oGallerySettings); // var elemGallery = document.getElementById(oGallerySettings.id); // elemGallery.addEventListener('OnGalleryReady', function() { // demoGallery.GoToSlide(10); // demoGallery.NextSlide(); // var timer = setInterval(function(){ // demoGallery.PreviousSlide(); // clearInterval(timer); // },3000); // }); }); </script> </body> </html>
gulloa/CustomImageGallery
Index.html
HTML
mit
8,688
<!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>AKASN.1: File Members</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">AKASN.1 &#160;<span id="projectnumber">1.0</span> </div> <div id="projectbrief">ASN.1 C-Library</div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.9.1 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li class="current"><a href="files.html"><span>Files</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="files.html"><span>File&#160;List</span></a></li> <li class="current"><a href="globals.html"><span>File&#160;Members</span></a></li> </ul> </div> <div id="navrow3" class="tabs2"> <ul class="tablist"> <li class="current"><a href="globals.html"><span>All</span></a></li> <li><a href="globals_func.html"><span>Functions</span></a></li> <li><a href="globals_vars.html"><span>Variables</span></a></li> <li><a href="globals_type.html"><span>Typedefs</span></a></li> <li><a href="globals_defs.html"><span>Macros</span></a></li> </ul> </div> <div id="navrow4" class="tabs3"> <ul class="tablist"> <li><a href="globals.html#index__"><span>_</span></a></li> <li><a href="globals_a.html#index_a"><span>a</span></a></li> <li><a href="globals_b.html#index_b"><span>b</span></a></li> <li><a href="globals_e.html#index_e"><span>e</span></a></li> <li><a href="globals_f.html#index_f"><span>f</span></a></li> <li><a href="globals_i.html#index_i"><span>i</span></a></li> <li><a href="globals_m.html#index_m"><span>m</span></a></li> <li class="current"><a href="globals_n.html#index_n"><span>n</span></a></li> <li><a href="globals_u.html#index_u"><span>u</span></a></li> <li><a href="globals_v.html#index_v"><span>v</span></a></li> </ul> </div> </div><!-- top --> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div class="contents"> <div class="textblock">Here is a list of all file members with links to the files they belong to:</div> <h3><a class="anchor" id="index_n"></a>- n -</h3><ul> <li>NULL_VALUE : <a class="el" href="enumenc_8c.html#aff0fa3a7735ac0218d293d0ee2b8f12e">enumenc.c</a> , <a class="el" href="intenc_8c.html#aff0fa3a7735ac0218d293d0ee2b8f12e">intenc.c</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>
ankraft/akasn1lib
doc/html/globals_n.html
HTML
mit
5,082
{% extends "base_nav_fluid.html" %} {% block content %} <div class="row"> <div class="col-sm-6"> {% block title-left %}<h1>{{ title_left }}</h1>{% endblock %} {% block content-left %}{% endblock %} </div> <div class="col-sm-6"> {% block title-right %}<h1>{{ title_right }}</h1>{% endblock %} {% block content-right %}{% endblock %} </div> </div> {% block content-below %}{% endblock %} {% endblock %}
vahtras/amy
workshops/templates/base_nav_fluid_twocolumn.html
HTML
mit
426
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>cfgv: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.10.1 / cfgv - 8.6.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> cfgv <small> 8.6.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-02-25 11:03:18 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-25 11:03:18 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils coq 8.10.1 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.08.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.08.1 Official release 4.08.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.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/cfgv&quot; license: &quot;LGPL&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/CFGV&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.6&quot; &amp; &lt; &quot;8.7~&quot;} ] tags: [ &quot;keyword: generic programming&quot; &quot;keyword: variable bindings&quot; &quot;keyword: context free grammars&quot; &quot;keyword: substitution&quot; &quot;keyword: alpha equality&quot; &quot;keyword: equivariance&quot; &quot;category: Computer Science/Lambda Calculi&quot; ] authors: [ &quot;Abhishek &lt;abhishek.anand.iitg@gmail.com&gt; [http://www.cs.cornell.edu/~aa755/]&quot; &quot;Vincent Rahli &lt;vincent.rahli@gmail.com&gt; [http://www.cs.cornell.edu/~rahli/]&quot; ] bug-reports: &quot;https://github.com/coq-contribs/cfgv/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/cfgv.git&quot; synopsis: &quot;Generic Proofs about Alpha Equality and Substitution&quot; description: &quot;&quot;&quot; http://www.nuprl.org/html/CFGVLFMTP2014/ Please read the following paper&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/cfgv/archive/v8.6.0.tar.gz&quot; checksum: &quot;md5=0d5ec3f56865a223df15ac4b5ed9f235&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-cfgv.8.6.0 coq.8.10.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.10.1). The following dependencies couldn&#39;t be met: - coq-cfgv -&gt; coq &lt; 8.7~ -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-cfgv.8.6.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.08.1-2.0.5/released/8.10.1/cfgv/8.6.0.html
HTML
mit
6,948
{%if userRecord.profile.userdata.avatar.gravatar_default and userRecord.profile.userdata.email %} <img src="{{userRecord.profile.userdata.email | gravatar(200,"pg",userRecord.profile.userdata.avatar.gravatar_default)}}" width="95%" style="max-width: 300px;"> {% else %} <center><img src="{{env.root}}/images/nouserpic.png" width="95%" style="max-width: 300px;"></center> {% endif %}
eapearson/ui-common-dos
plugins/userprofile/source/javascript/widgets/UserProfile/templates/picture.html
HTML
mit
386
<div class="commune_descr limited"> <p> Puyjourdes est un village localisé dans le département de Lot en Midi-Pyrénées. Elle totalisait 53 habitants en 2008.</p> <p>Le parc d'habitations, à Puyjourdes, était réparti en 2011 en zero appartements et 67 maisons soit un marché relativement équilibré.</p> <p>Si vous envisagez de demenager à Puyjourdes, vous pourrez facilement trouver une maison à acheter. </p> <p>À proximité de Puyjourdes sont localisées les villes de <a href="{{VLROOT}}/immobilier/martiel_12140/">Martiel</a> localisée à 6&nbsp;km, 885 habitants, <a href="{{VLROOT}}/immobilier/salvagnac-cajarc_12256/">Salvagnac-Cajarc</a> localisée à 7&nbsp;km, 405 habitants, <a href="{{VLROOT}}/immobilier/laramiere_46154/">Laramière</a> localisée à 5&nbsp;km, 283 habitants, <a href="{{VLROOT}}/immobilier/vidaillac_46333/">Vidaillac</a> située à 8&nbsp;km, 165 habitants, <a href="{{VLROOT}}/immobilier/promilhanes_46227/">Promilhanes</a> localisée à 5&nbsp;km, 164 habitants, <a href="{{VLROOT}}/immobilier/saint-jean-de-laur_46270/">Saint-Jean-de-Laur</a> à 2&nbsp;km, 200 habitants, entre autres. De plus, Puyjourdes est située à seulement 15&nbsp;km de <a href="{{VLROOT}}/immobilier/villefranche-de-rouergue_12300/">Villefranche-de-Rouergue</a>.</p> </div>
donaldinou/frontend
src/Viteloge/CoreBundle/Resources/descriptions/46230.html
HTML
mit
1,316